- Navigation Guide
@aws-sdk/client-codedeploy
BatchGetDeploymentsCommandOutput Interface
The output of BatchGetDeploymentsCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
deploymentsInfo | DeploymentInfo[] | undefined | Information about the deployments. |
Full Signature
export interface BatchGetDeploymentsCommandOutput extends BatchGetDeploymentsOutput, MetadataBearer