Amazon.CodeDeploy.AmazonCodeDeployClient.BatchGetDeployments C# (CSharp) Method

BatchGetDeployments() public method

Gets information about one or more deployments.
/// The maximum number of names or IDs allowed for this request (100) was exceeded. /// /// At least one deployment ID must be specified. /// /// At least one of the deployment IDs was specified in an invalid format. ///
public BatchGetDeployments ( BatchGetDeploymentsRequest request ) : Amazon.CodeDeploy.Model.BatchGetDeploymentsResponse
request Amazon.CodeDeploy.Model.BatchGetDeploymentsRequest Container for the necessary parameters to execute the BatchGetDeployments service method.
return Amazon.CodeDeploy.Model.BatchGetDeploymentsResponse
        public BatchGetDeploymentsResponse BatchGetDeployments(BatchGetDeploymentsRequest request)
        {
            var marshaller = new BatchGetDeploymentsRequestMarshaller();
            var unmarshaller = BatchGetDeploymentsResponseUnmarshaller.Instance;

            return Invoke<BatchGetDeploymentsRequest,BatchGetDeploymentsResponse>(request, marshaller, unmarshaller);
        }
AmazonCodeDeployClient