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

ListDeployments() public method

Lists the deployments in a deployment group for an application registered with the applicable IAM user or AWS account.
/// The application does not exist with the applicable IAM user or AWS account. /// /// The minimum number of required application names was not specified. /// /// The named deployment group does not exist with the applicable IAM user or AWS account. /// /// The deployment group name was not specified. /// /// The application name was specified in an invalid format. /// /// The deployment group name was specified in an invalid format. /// /// The specified deployment status doesn't exist or cannot be determined. /// /// The next token was specified in an invalid format. /// /// The specified time range was specified in an invalid format. ///
public ListDeployments ( ListDeploymentsRequest request ) : ListDeploymentsResponse
request Amazon.CodeDeploy.Model.ListDeploymentsRequest Container for the necessary parameters to execute the ListDeployments service method.
return Amazon.CodeDeploy.Model.ListDeploymentsResponse
        public ListDeploymentsResponse ListDeployments(ListDeploymentsRequest request)
        {
            var marshaller = new ListDeploymentsRequestMarshaller();
            var unmarshaller = ListDeploymentsResponseUnmarshaller.Instance;

            return Invoke<ListDeploymentsRequest,ListDeploymentsResponse>(request, marshaller, unmarshaller);
        }
AmazonCodeDeployClient