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 fn as_input(&self) -> &GetResourcesSummaryInputBuilder
pub fn as_input(&self) -> &GetResourcesSummaryInputBuilder
Access the GetResourcesSummary as a reference.
sourcepub async fn send(
self
) -> Result<GetResourcesSummaryOutput, SdkError<GetResourcesSummaryError, HttpResponse>>
pub async fn send( self ) -> Result<GetResourcesSummaryOutput, SdkError<GetResourcesSummaryError, HttpResponse>>
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.
sourcepub fn customize(
self
) -> CustomizableOperation<GetResourcesSummaryOutput, GetResourcesSummaryError, Self>
pub fn customize( self ) -> CustomizableOperation<GetResourcesSummaryOutput, GetResourcesSummaryError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
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