pub struct DescribeTrustedAdvisorCheckRefreshStatuses { /* private fields */ }Expand description
Fluent builder constructing a request to DescribeTrustedAdvisorCheckRefreshStatuses.
Returns the refresh status of the Trusted Advisor checks that have the specified check IDs. You can get the check IDs by calling the DescribeTrustedAdvisorChecks operation.
Some checks are refreshed automatically, and you can't return their refresh statuses by using the DescribeTrustedAdvisorCheckRefreshStatuses operation. If you call this operation for these checks, you might see an InvalidParameterValue error.
-
You must have a Business, Enterprise On-Ramp, or Enterprise Support plan to use the Amazon Web Services Support API.
-
If you call the Amazon Web Services Support API from an account that doesn't have a Business, Enterprise On-Ramp, or Enterprise Support plan, the
SubscriptionRequiredExceptionerror message appears. For information about changing your support plan, see Amazon Web Services Support.
To call the Trusted Advisor operations in the Amazon Web Services Support API, you must use the US East (N. Virginia) endpoint. Currently, the US West (Oregon) and Europe (Ireland) endpoints don't support the Trusted Advisor operations. For more information, see About the Amazon Web Services Support API in the Amazon Web Services Support User Guide.
Implementations§
source§impl DescribeTrustedAdvisorCheckRefreshStatuses
impl DescribeTrustedAdvisorCheckRefreshStatuses
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<DescribeTrustedAdvisorCheckRefreshStatuses, AwsResponseRetryClassifier>, SdkError<DescribeTrustedAdvisorCheckRefreshStatusesError>>
pub async fn customize(
self
) -> Result<CustomizableOperation<DescribeTrustedAdvisorCheckRefreshStatuses, AwsResponseRetryClassifier>, SdkError<DescribeTrustedAdvisorCheckRefreshStatusesError>>
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<DescribeTrustedAdvisorCheckRefreshStatusesOutput, SdkError<DescribeTrustedAdvisorCheckRefreshStatusesError>>
pub async fn send(
self
) -> Result<DescribeTrustedAdvisorCheckRefreshStatusesOutput, SdkError<DescribeTrustedAdvisorCheckRefreshStatusesError>>
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 check_ids(self, input: impl Into<String>) -> Self
pub fn check_ids(self, input: impl Into<String>) -> Self
Appends an item to checkIds.
To override the contents of this collection use set_check_ids.
The IDs of the Trusted Advisor checks to get the status.
If you specify the check ID of a check that is automatically refreshed, you might see an InvalidParameterValue error.
sourcepub fn set_check_ids(self, input: Option<Vec<String>>) -> Self
pub fn set_check_ids(self, input: Option<Vec<String>>) -> Self
The IDs of the Trusted Advisor checks to get the status.
If you specify the check ID of a check that is automatically refreshed, you might see an InvalidParameterValue error.
Trait Implementations§
source§impl Clone for DescribeTrustedAdvisorCheckRefreshStatuses
impl Clone for DescribeTrustedAdvisorCheckRefreshStatuses
source§fn clone(&self) -> DescribeTrustedAdvisorCheckRefreshStatuses
fn clone(&self) -> DescribeTrustedAdvisorCheckRefreshStatuses
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more