Amazon.CodeDeploy.AmazonCodeDeployClient.ListDeploymentInstances C# (CSharp) Метод

ListDeploymentInstances() публичный Метод

Lists the instance for a deployment associated with the applicable IAM user or AWS account.
/// The deployment does not exist with the applicable IAM user or AWS account. /// /// At least one deployment ID must be specified. /// /// The specified deployment has not started. /// /// At least one of the deployment IDs was specified in an invalid format. /// /// The specified instance status does not exist. /// /// The next token was specified in an invalid format. ///
public ListDeploymentInstances ( ListDeploymentInstancesRequest request ) : ListDeploymentInstancesResponse
request Amazon.CodeDeploy.Model.ListDeploymentInstancesRequest Container for the necessary parameters to execute the ListDeploymentInstances service method.
Результат Amazon.CodeDeploy.Model.ListDeploymentInstancesResponse
        public ListDeploymentInstancesResponse ListDeploymentInstances(ListDeploymentInstancesRequest request)
        {
            var marshaller = new ListDeploymentInstancesRequestMarshaller();
            var unmarshaller = ListDeploymentInstancesResponseUnmarshaller.Instance;

            return Invoke<ListDeploymentInstancesRequest,ListDeploymentInstancesResponse>(request, marshaller, unmarshaller);
        }
AmazonCodeDeployClient