- Navigation Guide
@aws-sdk/client-apprunner
ResumeServiceCommandOutput Interface
The output of ResumeServiceCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
Service Required | Service | 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