Struct aws_sdk_codedeploy::client::fluent_builders::ListDeploymentInstances [−][src]
pub struct ListDeploymentInstances<C = DynConnector, M = AwsMiddleware, R = Standard> { /* fields omitted */ }
Expand description
Fluent builder constructing a request to ListDeploymentInstances
.
The newer BatchGetDeploymentTargets
should be used instead because
it works with all compute types. ListDeploymentInstances
throws an
exception if it is used with a compute platform other than EC2/On-premises or AWS
Lambda.
Lists the instance for a deployment associated with the IAM user or AWS account.
Implementations
impl<C, M, R> ListDeploymentInstances<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> ListDeploymentInstances<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<ListDeploymentInstancesOutput, SdkError<ListDeploymentInstancesError>> where
R::Policy: SmithyRetryPolicy<ListDeploymentInstancesInputOperationOutputAlias, ListDeploymentInstancesOutput, ListDeploymentInstancesError, ListDeploymentInstancesInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<ListDeploymentInstancesOutput, SdkError<ListDeploymentInstancesError>> where
R::Policy: SmithyRetryPolicy<ListDeploymentInstancesInputOperationOutputAlias, ListDeploymentInstancesOutput, ListDeploymentInstancesError, ListDeploymentInstancesInputOperationRetryAlias>,
Sends the request and returns the response.
If an error occurs, an SdkError
will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
The unique ID of a deployment.
The unique ID of a deployment.
An identifier returned from the previous list deployment instances call. It can be used to return the next set of deployment instances in the list.
An identifier returned from the previous list deployment instances call. It can be used to return the next set of deployment instances in the list.
Appends an item to instanceStatusFilter
.
To override the contents of this collection use set_instance_status_filter
.
A subset of instances to list by status:
-
Pending
: Include those instances with pending deployments. -
InProgress
: Include those instances where deployments are still in progress. -
Succeeded
: Include those instances with successful deployments. -
Failed
: Include those instances with failed deployments. -
Skipped
: Include those instances with skipped deployments. -
Unknown
: Include those instances with deployments in an unknown state.
A subset of instances to list by status:
-
Pending
: Include those instances with pending deployments. -
InProgress
: Include those instances where deployments are still in progress. -
Succeeded
: Include those instances with successful deployments. -
Failed
: Include those instances with failed deployments. -
Skipped
: Include those instances with skipped deployments. -
Unknown
: Include those instances with deployments in an unknown state.
Appends an item to instanceTypeFilter
.
To override the contents of this collection use set_instance_type_filter
.
The set of instances in a blue/green deployment, either those in the original environment ("BLUE") or those in the replacement environment ("GREEN"), for which you want to view instance information.
The set of instances in a blue/green deployment, either those in the original environment ("BLUE") or those in the replacement environment ("GREEN"), for which you want to view instance information.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !RefUnwindSafe for ListDeploymentInstances<C, M, R>
impl<C, M, R> Send for ListDeploymentInstances<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Sync for ListDeploymentInstances<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Unpin for ListDeploymentInstances<C, M, R>
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !UnwindSafe for ListDeploymentInstances<C, M, R>
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more