Struct aws_sdk_proton::operation::get_resources_summary::builders::GetResourcesSummaryFluentBuilder
source · pub struct GetResourcesSummaryFluentBuilder { /* private fields */ }
Expand description
Fluent builder constructing a request to GetResourcesSummary
.
Get counts of Proton resources.
For infrastructure-provisioning resources (environments, services, service instances, pipelines), the action returns staleness counts. A resource is stale when it's behind the recommended version of the Proton template that it uses and it needs an update to become current.
The action returns staleness counts (counts of resources that are up-to-date, behind a template major version, or behind a template minor version), the total number of resources, and the number of resources that are in a failed state, grouped by resource type. Components, environments, and service templates return less information - see the components
, environments
, and serviceTemplates
field descriptions.
For context, the action also returns the total number of each type of Proton template in the Amazon Web Services account.
For more information, see Proton dashboard in the Proton User Guide.
Implementations§
source§impl GetResourcesSummaryFluentBuilder
impl GetResourcesSummaryFluentBuilder
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<GetResourcesSummary, AwsResponseRetryClassifier>, SdkError<GetResourcesSummaryError>>
pub async fn customize( self ) -> Result<CustomizableOperation<GetResourcesSummary, AwsResponseRetryClassifier>, SdkError<GetResourcesSummaryError>>
Consume this builder, creating a customizable operation that can be modified before being sent. The operation’s inner http::Request can be modified as well.
sourcepub async fn send(
self
) -> Result<GetResourcesSummaryOutput, SdkError<GetResourcesSummaryError>>
pub async fn send( self ) -> Result<GetResourcesSummaryOutput, SdkError<GetResourcesSummaryError>>
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.
Trait Implementations§
source§impl Clone for GetResourcesSummaryFluentBuilder
impl Clone for GetResourcesSummaryFluentBuilder
source§fn clone(&self) -> GetResourcesSummaryFluentBuilder
fn clone(&self) -> GetResourcesSummaryFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more