@aws-sdk/client-apprunner

ResumeServiceCommandOutput Interface

The output of ResumeServiceCommand.

Members

Name
Type
Details
$metadata RequiredResponseMetadata
Metadata pertaining to this request.
Service RequiredService | undefined

A description of the App Runner service that this request just resumed.

OperationId string | undefined

The unique ID of the asynchronous operation that this request started. You can use it combined with the ListOperations call to track the operation's progress.

Full Signature

export interface ResumeServiceCommandOutput extends ResumeServiceResponse, MetadataBearer