Struct aws_sdk_s3::client::fluent_builders::DeleteBucketIntelligentTieringConfiguration [−][src]
pub struct DeleteBucketIntelligentTieringConfiguration<C = DynConnector, M = AwsMiddleware, R = Standard> { /* fields omitted */ }
Expand description
Fluent builder constructing a request to DeleteBucketIntelligentTieringConfiguration
.
Deletes the S3 Intelligent-Tiering configuration from the specified bucket.
The S3 Intelligent-Tiering storage class is designed to optimize storage costs by automatically moving data to the most cost-effective storage access tier, without performance impact or operational overhead. S3 Intelligent-Tiering delivers automatic cost savings in two low latency and high throughput access tiers. For data that can be accessed asynchronously, you can choose to activate automatic archiving capabilities within the S3 Intelligent-Tiering storage class.
The S3 Intelligent-Tiering storage class is the ideal storage class for data with unknown, changing, or unpredictable access patterns, independent of object size or retention period. If the size of an object is less than 128 KB, it is not eligible for auto-tiering. Smaller objects can be stored, but they are always charged at the Frequent Access tier rates in the S3 Intelligent-Tiering storage class.
For more information, see Storage class for automatically optimizing frequently and infrequently accessed objects.
Operations related to
DeleteBucketIntelligentTieringConfiguration
include:
Implementations
impl<C, M, R> DeleteBucketIntelligentTieringConfiguration<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> DeleteBucketIntelligentTieringConfiguration<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<DeleteBucketIntelligentTieringConfigurationOutput, SdkError<DeleteBucketIntelligentTieringConfigurationError>> where
R::Policy: SmithyRetryPolicy<DeleteBucketIntelligentTieringConfigurationInputOperationOutputAlias, DeleteBucketIntelligentTieringConfigurationOutput, DeleteBucketIntelligentTieringConfigurationError, DeleteBucketIntelligentTieringConfigurationInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<DeleteBucketIntelligentTieringConfigurationOutput, SdkError<DeleteBucketIntelligentTieringConfigurationError>> where
R::Policy: SmithyRetryPolicy<DeleteBucketIntelligentTieringConfigurationInputOperationOutputAlias, DeleteBucketIntelligentTieringConfigurationOutput, DeleteBucketIntelligentTieringConfigurationError, DeleteBucketIntelligentTieringConfigurationInputOperationRetryAlias>,
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 name of the Amazon S3 bucket whose configuration you want to modify or retrieve.
The name of the Amazon S3 bucket whose configuration you want to modify or retrieve.
The ID used to identify the S3 Intelligent-Tiering configuration.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !RefUnwindSafe for DeleteBucketIntelligentTieringConfiguration<C, M, R>
impl<C, M, R> Send for DeleteBucketIntelligentTieringConfiguration<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Sync for DeleteBucketIntelligentTieringConfiguration<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Unpin for DeleteBucketIntelligentTieringConfiguration<C, M, R>
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !UnwindSafe for DeleteBucketIntelligentTieringConfiguration<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