// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
#[derive(Debug)]
pub(crate) struct Handle<
C = aws_smithy_client::erase::DynConnector,
M = aws_hyper::AwsMiddleware,
R = aws_smithy_client::retry::Standard,
> {
client: aws_smithy_client::Client<C, M, R>,
conf: crate::Config,
}
/// Client for Amazon Simple Storage Service
///
/// Client for invoking operations on Amazon Simple Storage Service. Each operation on Amazon Simple Storage Service is a method on this
/// this struct. `.send()` MUST be invoked on the generated operations to dispatch the request to the service.
///
/// # Examples
/// **Constructing a client and invoking an operation**
/// ```rust,no_run
/// # async fn docs() {
/// // create a shared configuration. This can be used & shared between multiple service clients.
/// let shared_config = aws_config::load_from_env().await;
/// let client = aws_sdk_s3::Client::new(&shared_config);
/// // invoke an operation
/// /* let rsp = client
/// .<operationname>().
/// .<param>("some value")
/// .send().await; */
/// # }
/// ```
/// **Constructing a client with custom configuration**
/// ```rust,no_run
/// use aws_config::RetryConfig;
/// # async fn docs() {
/// let shared_config = aws_config::load_from_env().await;
/// let config = aws_sdk_s3::config::Builder::from(&shared_config)
/// .retry_config(RetryConfig::disabled())
/// .build();
/// let client = aws_sdk_s3::Client::from_conf(config);
/// # }
#[derive(std::fmt::Debug)]
pub struct Client<
C = aws_smithy_client::erase::DynConnector,
M = aws_hyper::AwsMiddleware,
R = aws_smithy_client::retry::Standard,
> {
handle: std::sync::Arc<Handle<C, M, R>>,
}
impl<C, M, R> std::clone::Clone for Client<C, M, R> {
fn clone(&self) -> Self {
Self {
handle: self.handle.clone(),
}
}
}
#[doc(inline)]
pub use aws_smithy_client::Builder;
impl<C, M, R> From<aws_smithy_client::Client<C, M, R>> for Client<C, M, R> {
fn from(client: aws_smithy_client::Client<C, M, R>) -> Self {
Self::with_config(client, crate::Config::builder().build())
}
}
impl<C, M, R> Client<C, M, R> {
/// Creates a client with the given service configuration.
pub fn with_config(client: aws_smithy_client::Client<C, M, R>, conf: crate::Config) -> Self {
Self {
handle: std::sync::Arc::new(Handle { client, conf }),
}
}
/// Returns the client's configuration.
pub fn conf(&self) -> &crate::Config {
&self.handle.conf
}
}
impl<C, M, R> Client<C, M, R>
where
C: aws_smithy_client::bounds::SmithyConnector,
M: aws_smithy_client::bounds::SmithyMiddleware<C>,
R: aws_smithy_client::retry::NewRequestPolicy,
{
/// Constructs a fluent builder for the `AbortMultipartUpload` operation.
///
/// See [`AbortMultipartUpload`](crate::client::fluent_builders::AbortMultipartUpload) for more information about the
/// operation and its arguments.
pub fn abort_multipart_upload(&self) -> fluent_builders::AbortMultipartUpload<C, M, R> {
fluent_builders::AbortMultipartUpload::new(self.handle.clone())
}
/// Constructs a fluent builder for the `CompleteMultipartUpload` operation.
///
/// See [`CompleteMultipartUpload`](crate::client::fluent_builders::CompleteMultipartUpload) for more information about the
/// operation and its arguments.
pub fn complete_multipart_upload(&self) -> fluent_builders::CompleteMultipartUpload<C, M, R> {
fluent_builders::CompleteMultipartUpload::new(self.handle.clone())
}
/// Constructs a fluent builder for the `CopyObject` operation.
///
/// See [`CopyObject`](crate::client::fluent_builders::CopyObject) for more information about the
/// operation and its arguments.
pub fn copy_object(&self) -> fluent_builders::CopyObject<C, M, R> {
fluent_builders::CopyObject::new(self.handle.clone())
}
/// Constructs a fluent builder for the `CreateBucket` operation.
///
/// See [`CreateBucket`](crate::client::fluent_builders::CreateBucket) for more information about the
/// operation and its arguments.
pub fn create_bucket(&self) -> fluent_builders::CreateBucket<C, M, R> {
fluent_builders::CreateBucket::new(self.handle.clone())
}
/// Constructs a fluent builder for the `CreateMultipartUpload` operation.
///
/// See [`CreateMultipartUpload`](crate::client::fluent_builders::CreateMultipartUpload) for more information about the
/// operation and its arguments.
pub fn create_multipart_upload(&self) -> fluent_builders::CreateMultipartUpload<C, M, R> {
fluent_builders::CreateMultipartUpload::new(self.handle.clone())
}
/// Constructs a fluent builder for the `DeleteBucket` operation.
///
/// See [`DeleteBucket`](crate::client::fluent_builders::DeleteBucket) for more information about the
/// operation and its arguments.
pub fn delete_bucket(&self) -> fluent_builders::DeleteBucket<C, M, R> {
fluent_builders::DeleteBucket::new(self.handle.clone())
}
/// Constructs a fluent builder for the `DeleteBucketAnalyticsConfiguration` operation.
///
/// See [`DeleteBucketAnalyticsConfiguration`](crate::client::fluent_builders::DeleteBucketAnalyticsConfiguration) for more information about the
/// operation and its arguments.
pub fn delete_bucket_analytics_configuration(
&self,
) -> fluent_builders::DeleteBucketAnalyticsConfiguration<C, M, R> {
fluent_builders::DeleteBucketAnalyticsConfiguration::new(self.handle.clone())
}
/// Constructs a fluent builder for the `DeleteBucketCors` operation.
///
/// See [`DeleteBucketCors`](crate::client::fluent_builders::DeleteBucketCors) for more information about the
/// operation and its arguments.
pub fn delete_bucket_cors(&self) -> fluent_builders::DeleteBucketCors<C, M, R> {
fluent_builders::DeleteBucketCors::new(self.handle.clone())
}
/// Constructs a fluent builder for the `DeleteBucketEncryption` operation.
///
/// See [`DeleteBucketEncryption`](crate::client::fluent_builders::DeleteBucketEncryption) for more information about the
/// operation and its arguments.
pub fn delete_bucket_encryption(&self) -> fluent_builders::DeleteBucketEncryption<C, M, R> {
fluent_builders::DeleteBucketEncryption::new(self.handle.clone())
}
/// Constructs a fluent builder for the `DeleteBucketIntelligentTieringConfiguration` operation.
///
/// See [`DeleteBucketIntelligentTieringConfiguration`](crate::client::fluent_builders::DeleteBucketIntelligentTieringConfiguration) for more information about the
/// operation and its arguments.
pub fn delete_bucket_intelligent_tiering_configuration(
&self,
) -> fluent_builders::DeleteBucketIntelligentTieringConfiguration<C, M, R> {
fluent_builders::DeleteBucketIntelligentTieringConfiguration::new(self.handle.clone())
}
/// Constructs a fluent builder for the `DeleteBucketInventoryConfiguration` operation.
///
/// See [`DeleteBucketInventoryConfiguration`](crate::client::fluent_builders::DeleteBucketInventoryConfiguration) for more information about the
/// operation and its arguments.
pub fn delete_bucket_inventory_configuration(
&self,
) -> fluent_builders::DeleteBucketInventoryConfiguration<C, M, R> {
fluent_builders::DeleteBucketInventoryConfiguration::new(self.handle.clone())
}
/// Constructs a fluent builder for the `DeleteBucketLifecycle` operation.
///
/// See [`DeleteBucketLifecycle`](crate::client::fluent_builders::DeleteBucketLifecycle) for more information about the
/// operation and its arguments.
pub fn delete_bucket_lifecycle(&self) -> fluent_builders::DeleteBucketLifecycle<C, M, R> {
fluent_builders::DeleteBucketLifecycle::new(self.handle.clone())
}
/// Constructs a fluent builder for the `DeleteBucketMetricsConfiguration` operation.
///
/// See [`DeleteBucketMetricsConfiguration`](crate::client::fluent_builders::DeleteBucketMetricsConfiguration) for more information about the
/// operation and its arguments.
pub fn delete_bucket_metrics_configuration(
&self,
) -> fluent_builders::DeleteBucketMetricsConfiguration<C, M, R> {
fluent_builders::DeleteBucketMetricsConfiguration::new(self.handle.clone())
}
/// Constructs a fluent builder for the `DeleteBucketOwnershipControls` operation.
///
/// See [`DeleteBucketOwnershipControls`](crate::client::fluent_builders::DeleteBucketOwnershipControls) for more information about the
/// operation and its arguments.
pub fn delete_bucket_ownership_controls(
&self,
) -> fluent_builders::DeleteBucketOwnershipControls<C, M, R> {
fluent_builders::DeleteBucketOwnershipControls::new(self.handle.clone())
}
/// Constructs a fluent builder for the `DeleteBucketPolicy` operation.
///
/// See [`DeleteBucketPolicy`](crate::client::fluent_builders::DeleteBucketPolicy) for more information about the
/// operation and its arguments.
pub fn delete_bucket_policy(&self) -> fluent_builders::DeleteBucketPolicy<C, M, R> {
fluent_builders::DeleteBucketPolicy::new(self.handle.clone())
}
/// Constructs a fluent builder for the `DeleteBucketReplication` operation.
///
/// See [`DeleteBucketReplication`](crate::client::fluent_builders::DeleteBucketReplication) for more information about the
/// operation and its arguments.
pub fn delete_bucket_replication(&self) -> fluent_builders::DeleteBucketReplication<C, M, R> {
fluent_builders::DeleteBucketReplication::new(self.handle.clone())
}
/// Constructs a fluent builder for the `DeleteBucketTagging` operation.
///
/// See [`DeleteBucketTagging`](crate::client::fluent_builders::DeleteBucketTagging) for more information about the
/// operation and its arguments.
pub fn delete_bucket_tagging(&self) -> fluent_builders::DeleteBucketTagging<C, M, R> {
fluent_builders::DeleteBucketTagging::new(self.handle.clone())
}
/// Constructs a fluent builder for the `DeleteBucketWebsite` operation.
///
/// See [`DeleteBucketWebsite`](crate::client::fluent_builders::DeleteBucketWebsite) for more information about the
/// operation and its arguments.
pub fn delete_bucket_website(&self) -> fluent_builders::DeleteBucketWebsite<C, M, R> {
fluent_builders::DeleteBucketWebsite::new(self.handle.clone())
}
/// Constructs a fluent builder for the `DeleteObject` operation.
///
/// See [`DeleteObject`](crate::client::fluent_builders::DeleteObject) for more information about the
/// operation and its arguments.
pub fn delete_object(&self) -> fluent_builders::DeleteObject<C, M, R> {
fluent_builders::DeleteObject::new(self.handle.clone())
}
/// Constructs a fluent builder for the `DeleteObjects` operation.
///
/// See [`DeleteObjects`](crate::client::fluent_builders::DeleteObjects) for more information about the
/// operation and its arguments.
pub fn delete_objects(&self) -> fluent_builders::DeleteObjects<C, M, R> {
fluent_builders::DeleteObjects::new(self.handle.clone())
}
/// Constructs a fluent builder for the `DeleteObjectTagging` operation.
///
/// See [`DeleteObjectTagging`](crate::client::fluent_builders::DeleteObjectTagging) for more information about the
/// operation and its arguments.
pub fn delete_object_tagging(&self) -> fluent_builders::DeleteObjectTagging<C, M, R> {
fluent_builders::DeleteObjectTagging::new(self.handle.clone())
}
/// Constructs a fluent builder for the `DeletePublicAccessBlock` operation.
///
/// See [`DeletePublicAccessBlock`](crate::client::fluent_builders::DeletePublicAccessBlock) for more information about the
/// operation and its arguments.
pub fn delete_public_access_block(&self) -> fluent_builders::DeletePublicAccessBlock<C, M, R> {
fluent_builders::DeletePublicAccessBlock::new(self.handle.clone())
}
/// Constructs a fluent builder for the `GetBucketAccelerateConfiguration` operation.
///
/// See [`GetBucketAccelerateConfiguration`](crate::client::fluent_builders::GetBucketAccelerateConfiguration) for more information about the
/// operation and its arguments.
pub fn get_bucket_accelerate_configuration(
&self,
) -> fluent_builders::GetBucketAccelerateConfiguration<C, M, R> {
fluent_builders::GetBucketAccelerateConfiguration::new(self.handle.clone())
}
/// Constructs a fluent builder for the `GetBucketAcl` operation.
///
/// See [`GetBucketAcl`](crate::client::fluent_builders::GetBucketAcl) for more information about the
/// operation and its arguments.
pub fn get_bucket_acl(&self) -> fluent_builders::GetBucketAcl<C, M, R> {
fluent_builders::GetBucketAcl::new(self.handle.clone())
}
/// Constructs a fluent builder for the `GetBucketAnalyticsConfiguration` operation.
///
/// See [`GetBucketAnalyticsConfiguration`](crate::client::fluent_builders::GetBucketAnalyticsConfiguration) for more information about the
/// operation and its arguments.
pub fn get_bucket_analytics_configuration(
&self,
) -> fluent_builders::GetBucketAnalyticsConfiguration<C, M, R> {
fluent_builders::GetBucketAnalyticsConfiguration::new(self.handle.clone())
}
/// Constructs a fluent builder for the `GetBucketCors` operation.
///
/// See [`GetBucketCors`](crate::client::fluent_builders::GetBucketCors) for more information about the
/// operation and its arguments.
pub fn get_bucket_cors(&self) -> fluent_builders::GetBucketCors<C, M, R> {
fluent_builders::GetBucketCors::new(self.handle.clone())
}
/// Constructs a fluent builder for the `GetBucketEncryption` operation.
///
/// See [`GetBucketEncryption`](crate::client::fluent_builders::GetBucketEncryption) for more information about the
/// operation and its arguments.
pub fn get_bucket_encryption(&self) -> fluent_builders::GetBucketEncryption<C, M, R> {
fluent_builders::GetBucketEncryption::new(self.handle.clone())
}
/// Constructs a fluent builder for the `GetBucketIntelligentTieringConfiguration` operation.
///
/// See [`GetBucketIntelligentTieringConfiguration`](crate::client::fluent_builders::GetBucketIntelligentTieringConfiguration) for more information about the
/// operation and its arguments.
pub fn get_bucket_intelligent_tiering_configuration(
&self,
) -> fluent_builders::GetBucketIntelligentTieringConfiguration<C, M, R> {
fluent_builders::GetBucketIntelligentTieringConfiguration::new(self.handle.clone())
}
/// Constructs a fluent builder for the `GetBucketInventoryConfiguration` operation.
///
/// See [`GetBucketInventoryConfiguration`](crate::client::fluent_builders::GetBucketInventoryConfiguration) for more information about the
/// operation and its arguments.
pub fn get_bucket_inventory_configuration(
&self,
) -> fluent_builders::GetBucketInventoryConfiguration<C, M, R> {
fluent_builders::GetBucketInventoryConfiguration::new(self.handle.clone())
}
/// Constructs a fluent builder for the `GetBucketLifecycleConfiguration` operation.
///
/// See [`GetBucketLifecycleConfiguration`](crate::client::fluent_builders::GetBucketLifecycleConfiguration) for more information about the
/// operation and its arguments.
pub fn get_bucket_lifecycle_configuration(
&self,
) -> fluent_builders::GetBucketLifecycleConfiguration<C, M, R> {
fluent_builders::GetBucketLifecycleConfiguration::new(self.handle.clone())
}
/// Constructs a fluent builder for the `GetBucketLocation` operation.
///
/// See [`GetBucketLocation`](crate::client::fluent_builders::GetBucketLocation) for more information about the
/// operation and its arguments.
pub fn get_bucket_location(&self) -> fluent_builders::GetBucketLocation<C, M, R> {
fluent_builders::GetBucketLocation::new(self.handle.clone())
}
/// Constructs a fluent builder for the `GetBucketLogging` operation.
///
/// See [`GetBucketLogging`](crate::client::fluent_builders::GetBucketLogging) for more information about the
/// operation and its arguments.
pub fn get_bucket_logging(&self) -> fluent_builders::GetBucketLogging<C, M, R> {
fluent_builders::GetBucketLogging::new(self.handle.clone())
}
/// Constructs a fluent builder for the `GetBucketMetricsConfiguration` operation.
///
/// See [`GetBucketMetricsConfiguration`](crate::client::fluent_builders::GetBucketMetricsConfiguration) for more information about the
/// operation and its arguments.
pub fn get_bucket_metrics_configuration(
&self,
) -> fluent_builders::GetBucketMetricsConfiguration<C, M, R> {
fluent_builders::GetBucketMetricsConfiguration::new(self.handle.clone())
}
/// Constructs a fluent builder for the `GetBucketNotificationConfiguration` operation.
///
/// See [`GetBucketNotificationConfiguration`](crate::client::fluent_builders::GetBucketNotificationConfiguration) for more information about the
/// operation and its arguments.
pub fn get_bucket_notification_configuration(
&self,
) -> fluent_builders::GetBucketNotificationConfiguration<C, M, R> {
fluent_builders::GetBucketNotificationConfiguration::new(self.handle.clone())
}
/// Constructs a fluent builder for the `GetBucketOwnershipControls` operation.
///
/// See [`GetBucketOwnershipControls`](crate::client::fluent_builders::GetBucketOwnershipControls) for more information about the
/// operation and its arguments.
pub fn get_bucket_ownership_controls(
&self,
) -> fluent_builders::GetBucketOwnershipControls<C, M, R> {
fluent_builders::GetBucketOwnershipControls::new(self.handle.clone())
}
/// Constructs a fluent builder for the `GetBucketPolicy` operation.
///
/// See [`GetBucketPolicy`](crate::client::fluent_builders::GetBucketPolicy) for more information about the
/// operation and its arguments.
pub fn get_bucket_policy(&self) -> fluent_builders::GetBucketPolicy<C, M, R> {
fluent_builders::GetBucketPolicy::new(self.handle.clone())
}
/// Constructs a fluent builder for the `GetBucketPolicyStatus` operation.
///
/// See [`GetBucketPolicyStatus`](crate::client::fluent_builders::GetBucketPolicyStatus) for more information about the
/// operation and its arguments.
pub fn get_bucket_policy_status(&self) -> fluent_builders::GetBucketPolicyStatus<C, M, R> {
fluent_builders::GetBucketPolicyStatus::new(self.handle.clone())
}
/// Constructs a fluent builder for the `GetBucketReplication` operation.
///
/// See [`GetBucketReplication`](crate::client::fluent_builders::GetBucketReplication) for more information about the
/// operation and its arguments.
pub fn get_bucket_replication(&self) -> fluent_builders::GetBucketReplication<C, M, R> {
fluent_builders::GetBucketReplication::new(self.handle.clone())
}
/// Constructs a fluent builder for the `GetBucketRequestPayment` operation.
///
/// See [`GetBucketRequestPayment`](crate::client::fluent_builders::GetBucketRequestPayment) for more information about the
/// operation and its arguments.
pub fn get_bucket_request_payment(&self) -> fluent_builders::GetBucketRequestPayment<C, M, R> {
fluent_builders::GetBucketRequestPayment::new(self.handle.clone())
}
/// Constructs a fluent builder for the `GetBucketTagging` operation.
///
/// See [`GetBucketTagging`](crate::client::fluent_builders::GetBucketTagging) for more information about the
/// operation and its arguments.
pub fn get_bucket_tagging(&self) -> fluent_builders::GetBucketTagging<C, M, R> {
fluent_builders::GetBucketTagging::new(self.handle.clone())
}
/// Constructs a fluent builder for the `GetBucketVersioning` operation.
///
/// See [`GetBucketVersioning`](crate::client::fluent_builders::GetBucketVersioning) for more information about the
/// operation and its arguments.
pub fn get_bucket_versioning(&self) -> fluent_builders::GetBucketVersioning<C, M, R> {
fluent_builders::GetBucketVersioning::new(self.handle.clone())
}
/// Constructs a fluent builder for the `GetBucketWebsite` operation.
///
/// See [`GetBucketWebsite`](crate::client::fluent_builders::GetBucketWebsite) for more information about the
/// operation and its arguments.
pub fn get_bucket_website(&self) -> fluent_builders::GetBucketWebsite<C, M, R> {
fluent_builders::GetBucketWebsite::new(self.handle.clone())
}
/// Constructs a fluent builder for the `GetObject` operation.
///
/// See [`GetObject`](crate::client::fluent_builders::GetObject) for more information about the
/// operation and its arguments.
pub fn get_object(&self) -> fluent_builders::GetObject<C, M, R> {
fluent_builders::GetObject::new(self.handle.clone())
}
/// Constructs a fluent builder for the `GetObjectAcl` operation.
///
/// See [`GetObjectAcl`](crate::client::fluent_builders::GetObjectAcl) for more information about the
/// operation and its arguments.
pub fn get_object_acl(&self) -> fluent_builders::GetObjectAcl<C, M, R> {
fluent_builders::GetObjectAcl::new(self.handle.clone())
}
/// Constructs a fluent builder for the `GetObjectLegalHold` operation.
///
/// See [`GetObjectLegalHold`](crate::client::fluent_builders::GetObjectLegalHold) for more information about the
/// operation and its arguments.
pub fn get_object_legal_hold(&self) -> fluent_builders::GetObjectLegalHold<C, M, R> {
fluent_builders::GetObjectLegalHold::new(self.handle.clone())
}
/// Constructs a fluent builder for the `GetObjectLockConfiguration` operation.
///
/// See [`GetObjectLockConfiguration`](crate::client::fluent_builders::GetObjectLockConfiguration) for more information about the
/// operation and its arguments.
pub fn get_object_lock_configuration(
&self,
) -> fluent_builders::GetObjectLockConfiguration<C, M, R> {
fluent_builders::GetObjectLockConfiguration::new(self.handle.clone())
}
/// Constructs a fluent builder for the `GetObjectRetention` operation.
///
/// See [`GetObjectRetention`](crate::client::fluent_builders::GetObjectRetention) for more information about the
/// operation and its arguments.
pub fn get_object_retention(&self) -> fluent_builders::GetObjectRetention<C, M, R> {
fluent_builders::GetObjectRetention::new(self.handle.clone())
}
/// Constructs a fluent builder for the `GetObjectTagging` operation.
///
/// See [`GetObjectTagging`](crate::client::fluent_builders::GetObjectTagging) for more information about the
/// operation and its arguments.
pub fn get_object_tagging(&self) -> fluent_builders::GetObjectTagging<C, M, R> {
fluent_builders::GetObjectTagging::new(self.handle.clone())
}
/// Constructs a fluent builder for the `GetObjectTorrent` operation.
///
/// See [`GetObjectTorrent`](crate::client::fluent_builders::GetObjectTorrent) for more information about the
/// operation and its arguments.
pub fn get_object_torrent(&self) -> fluent_builders::GetObjectTorrent<C, M, R> {
fluent_builders::GetObjectTorrent::new(self.handle.clone())
}
/// Constructs a fluent builder for the `GetPublicAccessBlock` operation.
///
/// See [`GetPublicAccessBlock`](crate::client::fluent_builders::GetPublicAccessBlock) for more information about the
/// operation and its arguments.
pub fn get_public_access_block(&self) -> fluent_builders::GetPublicAccessBlock<C, M, R> {
fluent_builders::GetPublicAccessBlock::new(self.handle.clone())
}
/// Constructs a fluent builder for the `HeadBucket` operation.
///
/// See [`HeadBucket`](crate::client::fluent_builders::HeadBucket) for more information about the
/// operation and its arguments.
pub fn head_bucket(&self) -> fluent_builders::HeadBucket<C, M, R> {
fluent_builders::HeadBucket::new(self.handle.clone())
}
/// Constructs a fluent builder for the `HeadObject` operation.
///
/// See [`HeadObject`](crate::client::fluent_builders::HeadObject) for more information about the
/// operation and its arguments.
pub fn head_object(&self) -> fluent_builders::HeadObject<C, M, R> {
fluent_builders::HeadObject::new(self.handle.clone())
}
/// Constructs a fluent builder for the `ListBucketAnalyticsConfigurations` operation.
///
/// See [`ListBucketAnalyticsConfigurations`](crate::client::fluent_builders::ListBucketAnalyticsConfigurations) for more information about the
/// operation and its arguments.
pub fn list_bucket_analytics_configurations(
&self,
) -> fluent_builders::ListBucketAnalyticsConfigurations<C, M, R> {
fluent_builders::ListBucketAnalyticsConfigurations::new(self.handle.clone())
}
/// Constructs a fluent builder for the `ListBucketIntelligentTieringConfigurations` operation.
///
/// See [`ListBucketIntelligentTieringConfigurations`](crate::client::fluent_builders::ListBucketIntelligentTieringConfigurations) for more information about the
/// operation and its arguments.
pub fn list_bucket_intelligent_tiering_configurations(
&self,
) -> fluent_builders::ListBucketIntelligentTieringConfigurations<C, M, R> {
fluent_builders::ListBucketIntelligentTieringConfigurations::new(self.handle.clone())
}
/// Constructs a fluent builder for the `ListBucketInventoryConfigurations` operation.
///
/// See [`ListBucketInventoryConfigurations`](crate::client::fluent_builders::ListBucketInventoryConfigurations) for more information about the
/// operation and its arguments.
pub fn list_bucket_inventory_configurations(
&self,
) -> fluent_builders::ListBucketInventoryConfigurations<C, M, R> {
fluent_builders::ListBucketInventoryConfigurations::new(self.handle.clone())
}
/// Constructs a fluent builder for the `ListBucketMetricsConfigurations` operation.
///
/// See [`ListBucketMetricsConfigurations`](crate::client::fluent_builders::ListBucketMetricsConfigurations) for more information about the
/// operation and its arguments.
pub fn list_bucket_metrics_configurations(
&self,
) -> fluent_builders::ListBucketMetricsConfigurations<C, M, R> {
fluent_builders::ListBucketMetricsConfigurations::new(self.handle.clone())
}
/// Constructs a fluent builder for the `ListBuckets` operation.
///
/// See [`ListBuckets`](crate::client::fluent_builders::ListBuckets) for more information about the
/// operation and its arguments.
pub fn list_buckets(&self) -> fluent_builders::ListBuckets<C, M, R> {
fluent_builders::ListBuckets::new(self.handle.clone())
}
/// Constructs a fluent builder for the `ListMultipartUploads` operation.
///
/// See [`ListMultipartUploads`](crate::client::fluent_builders::ListMultipartUploads) for more information about the
/// operation and its arguments.
pub fn list_multipart_uploads(&self) -> fluent_builders::ListMultipartUploads<C, M, R> {
fluent_builders::ListMultipartUploads::new(self.handle.clone())
}
/// Constructs a fluent builder for the `ListObjects` operation.
///
/// See [`ListObjects`](crate::client::fluent_builders::ListObjects) for more information about the
/// operation and its arguments.
pub fn list_objects(&self) -> fluent_builders::ListObjects<C, M, R> {
fluent_builders::ListObjects::new(self.handle.clone())
}
/// Constructs a fluent builder for the `ListObjectsV2` operation.
///
/// See [`ListObjectsV2`](crate::client::fluent_builders::ListObjectsV2) for more information about the
/// operation and its arguments.
pub fn list_objects_v2(&self) -> fluent_builders::ListObjectsV2<C, M, R> {
fluent_builders::ListObjectsV2::new(self.handle.clone())
}
/// Constructs a fluent builder for the `ListObjectVersions` operation.
///
/// See [`ListObjectVersions`](crate::client::fluent_builders::ListObjectVersions) for more information about the
/// operation and its arguments.
pub fn list_object_versions(&self) -> fluent_builders::ListObjectVersions<C, M, R> {
fluent_builders::ListObjectVersions::new(self.handle.clone())
}
/// Constructs a fluent builder for the `ListParts` operation.
///
/// See [`ListParts`](crate::client::fluent_builders::ListParts) for more information about the
/// operation and its arguments.
pub fn list_parts(&self) -> fluent_builders::ListParts<C, M, R> {
fluent_builders::ListParts::new(self.handle.clone())
}
/// Constructs a fluent builder for the `PutBucketAccelerateConfiguration` operation.
///
/// See [`PutBucketAccelerateConfiguration`](crate::client::fluent_builders::PutBucketAccelerateConfiguration) for more information about the
/// operation and its arguments.
pub fn put_bucket_accelerate_configuration(
&self,
) -> fluent_builders::PutBucketAccelerateConfiguration<C, M, R> {
fluent_builders::PutBucketAccelerateConfiguration::new(self.handle.clone())
}
/// Constructs a fluent builder for the `PutBucketAcl` operation.
///
/// See [`PutBucketAcl`](crate::client::fluent_builders::PutBucketAcl) for more information about the
/// operation and its arguments.
pub fn put_bucket_acl(&self) -> fluent_builders::PutBucketAcl<C, M, R> {
fluent_builders::PutBucketAcl::new(self.handle.clone())
}
/// Constructs a fluent builder for the `PutBucketAnalyticsConfiguration` operation.
///
/// See [`PutBucketAnalyticsConfiguration`](crate::client::fluent_builders::PutBucketAnalyticsConfiguration) for more information about the
/// operation and its arguments.
pub fn put_bucket_analytics_configuration(
&self,
) -> fluent_builders::PutBucketAnalyticsConfiguration<C, M, R> {
fluent_builders::PutBucketAnalyticsConfiguration::new(self.handle.clone())
}
/// Constructs a fluent builder for the `PutBucketCors` operation.
///
/// See [`PutBucketCors`](crate::client::fluent_builders::PutBucketCors) for more information about the
/// operation and its arguments.
pub fn put_bucket_cors(&self) -> fluent_builders::PutBucketCors<C, M, R> {
fluent_builders::PutBucketCors::new(self.handle.clone())
}
/// Constructs a fluent builder for the `PutBucketEncryption` operation.
///
/// See [`PutBucketEncryption`](crate::client::fluent_builders::PutBucketEncryption) for more information about the
/// operation and its arguments.
pub fn put_bucket_encryption(&self) -> fluent_builders::PutBucketEncryption<C, M, R> {
fluent_builders::PutBucketEncryption::new(self.handle.clone())
}
/// Constructs a fluent builder for the `PutBucketIntelligentTieringConfiguration` operation.
///
/// See [`PutBucketIntelligentTieringConfiguration`](crate::client::fluent_builders::PutBucketIntelligentTieringConfiguration) for more information about the
/// operation and its arguments.
pub fn put_bucket_intelligent_tiering_configuration(
&self,
) -> fluent_builders::PutBucketIntelligentTieringConfiguration<C, M, R> {
fluent_builders::PutBucketIntelligentTieringConfiguration::new(self.handle.clone())
}
/// Constructs a fluent builder for the `PutBucketInventoryConfiguration` operation.
///
/// See [`PutBucketInventoryConfiguration`](crate::client::fluent_builders::PutBucketInventoryConfiguration) for more information about the
/// operation and its arguments.
pub fn put_bucket_inventory_configuration(
&self,
) -> fluent_builders::PutBucketInventoryConfiguration<C, M, R> {
fluent_builders::PutBucketInventoryConfiguration::new(self.handle.clone())
}
/// Constructs a fluent builder for the `PutBucketLifecycleConfiguration` operation.
///
/// See [`PutBucketLifecycleConfiguration`](crate::client::fluent_builders::PutBucketLifecycleConfiguration) for more information about the
/// operation and its arguments.
pub fn put_bucket_lifecycle_configuration(
&self,
) -> fluent_builders::PutBucketLifecycleConfiguration<C, M, R> {
fluent_builders::PutBucketLifecycleConfiguration::new(self.handle.clone())
}
/// Constructs a fluent builder for the `PutBucketLogging` operation.
///
/// See [`PutBucketLogging`](crate::client::fluent_builders::PutBucketLogging) for more information about the
/// operation and its arguments.
pub fn put_bucket_logging(&self) -> fluent_builders::PutBucketLogging<C, M, R> {
fluent_builders::PutBucketLogging::new(self.handle.clone())
}
/// Constructs a fluent builder for the `PutBucketMetricsConfiguration` operation.
///
/// See [`PutBucketMetricsConfiguration`](crate::client::fluent_builders::PutBucketMetricsConfiguration) for more information about the
/// operation and its arguments.
pub fn put_bucket_metrics_configuration(
&self,
) -> fluent_builders::PutBucketMetricsConfiguration<C, M, R> {
fluent_builders::PutBucketMetricsConfiguration::new(self.handle.clone())
}
/// Constructs a fluent builder for the `PutBucketNotificationConfiguration` operation.
///
/// See [`PutBucketNotificationConfiguration`](crate::client::fluent_builders::PutBucketNotificationConfiguration) for more information about the
/// operation and its arguments.
pub fn put_bucket_notification_configuration(
&self,
) -> fluent_builders::PutBucketNotificationConfiguration<C, M, R> {
fluent_builders::PutBucketNotificationConfiguration::new(self.handle.clone())
}
/// Constructs a fluent builder for the `PutBucketOwnershipControls` operation.
///
/// See [`PutBucketOwnershipControls`](crate::client::fluent_builders::PutBucketOwnershipControls) for more information about the
/// operation and its arguments.
pub fn put_bucket_ownership_controls(
&self,
) -> fluent_builders::PutBucketOwnershipControls<C, M, R> {
fluent_builders::PutBucketOwnershipControls::new(self.handle.clone())
}
/// Constructs a fluent builder for the `PutBucketPolicy` operation.
///
/// See [`PutBucketPolicy`](crate::client::fluent_builders::PutBucketPolicy) for more information about the
/// operation and its arguments.
pub fn put_bucket_policy(&self) -> fluent_builders::PutBucketPolicy<C, M, R> {
fluent_builders::PutBucketPolicy::new(self.handle.clone())
}
/// Constructs a fluent builder for the `PutBucketReplication` operation.
///
/// See [`PutBucketReplication`](crate::client::fluent_builders::PutBucketReplication) for more information about the
/// operation and its arguments.
pub fn put_bucket_replication(&self) -> fluent_builders::PutBucketReplication<C, M, R> {
fluent_builders::PutBucketReplication::new(self.handle.clone())
}
/// Constructs a fluent builder for the `PutBucketRequestPayment` operation.
///
/// See [`PutBucketRequestPayment`](crate::client::fluent_builders::PutBucketRequestPayment) for more information about the
/// operation and its arguments.
pub fn put_bucket_request_payment(&self) -> fluent_builders::PutBucketRequestPayment<C, M, R> {
fluent_builders::PutBucketRequestPayment::new(self.handle.clone())
}
/// Constructs a fluent builder for the `PutBucketTagging` operation.
///
/// See [`PutBucketTagging`](crate::client::fluent_builders::PutBucketTagging) for more information about the
/// operation and its arguments.
pub fn put_bucket_tagging(&self) -> fluent_builders::PutBucketTagging<C, M, R> {
fluent_builders::PutBucketTagging::new(self.handle.clone())
}
/// Constructs a fluent builder for the `PutBucketVersioning` operation.
///
/// See [`PutBucketVersioning`](crate::client::fluent_builders::PutBucketVersioning) for more information about the
/// operation and its arguments.
pub fn put_bucket_versioning(&self) -> fluent_builders::PutBucketVersioning<C, M, R> {
fluent_builders::PutBucketVersioning::new(self.handle.clone())
}
/// Constructs a fluent builder for the `PutBucketWebsite` operation.
///
/// See [`PutBucketWebsite`](crate::client::fluent_builders::PutBucketWebsite) for more information about the
/// operation and its arguments.
pub fn put_bucket_website(&self) -> fluent_builders::PutBucketWebsite<C, M, R> {
fluent_builders::PutBucketWebsite::new(self.handle.clone())
}
/// Constructs a fluent builder for the `PutObject` operation.
///
/// See [`PutObject`](crate::client::fluent_builders::PutObject) for more information about the
/// operation and its arguments.
pub fn put_object(&self) -> fluent_builders::PutObject<C, M, R> {
fluent_builders::PutObject::new(self.handle.clone())
}
/// Constructs a fluent builder for the `PutObjectAcl` operation.
///
/// See [`PutObjectAcl`](crate::client::fluent_builders::PutObjectAcl) for more information about the
/// operation and its arguments.
pub fn put_object_acl(&self) -> fluent_builders::PutObjectAcl<C, M, R> {
fluent_builders::PutObjectAcl::new(self.handle.clone())
}
/// Constructs a fluent builder for the `PutObjectLegalHold` operation.
///
/// See [`PutObjectLegalHold`](crate::client::fluent_builders::PutObjectLegalHold) for more information about the
/// operation and its arguments.
pub fn put_object_legal_hold(&self) -> fluent_builders::PutObjectLegalHold<C, M, R> {
fluent_builders::PutObjectLegalHold::new(self.handle.clone())
}
/// Constructs a fluent builder for the `PutObjectLockConfiguration` operation.
///
/// See [`PutObjectLockConfiguration`](crate::client::fluent_builders::PutObjectLockConfiguration) for more information about the
/// operation and its arguments.
pub fn put_object_lock_configuration(
&self,
) -> fluent_builders::PutObjectLockConfiguration<C, M, R> {
fluent_builders::PutObjectLockConfiguration::new(self.handle.clone())
}
/// Constructs a fluent builder for the `PutObjectRetention` operation.
///
/// See [`PutObjectRetention`](crate::client::fluent_builders::PutObjectRetention) for more information about the
/// operation and its arguments.
pub fn put_object_retention(&self) -> fluent_builders::PutObjectRetention<C, M, R> {
fluent_builders::PutObjectRetention::new(self.handle.clone())
}
/// Constructs a fluent builder for the `PutObjectTagging` operation.
///
/// See [`PutObjectTagging`](crate::client::fluent_builders::PutObjectTagging) for more information about the
/// operation and its arguments.
pub fn put_object_tagging(&self) -> fluent_builders::PutObjectTagging<C, M, R> {
fluent_builders::PutObjectTagging::new(self.handle.clone())
}
/// Constructs a fluent builder for the `PutPublicAccessBlock` operation.
///
/// See [`PutPublicAccessBlock`](crate::client::fluent_builders::PutPublicAccessBlock) for more information about the
/// operation and its arguments.
pub fn put_public_access_block(&self) -> fluent_builders::PutPublicAccessBlock<C, M, R> {
fluent_builders::PutPublicAccessBlock::new(self.handle.clone())
}
/// Constructs a fluent builder for the `RestoreObject` operation.
///
/// See [`RestoreObject`](crate::client::fluent_builders::RestoreObject) for more information about the
/// operation and its arguments.
pub fn restore_object(&self) -> fluent_builders::RestoreObject<C, M, R> {
fluent_builders::RestoreObject::new(self.handle.clone())
}
/// Constructs a fluent builder for the `SelectObjectContent` operation.
///
/// See [`SelectObjectContent`](crate::client::fluent_builders::SelectObjectContent) for more information about the
/// operation and its arguments.
pub fn select_object_content(&self) -> fluent_builders::SelectObjectContent<C, M, R> {
fluent_builders::SelectObjectContent::new(self.handle.clone())
}
/// Constructs a fluent builder for the `UploadPart` operation.
///
/// See [`UploadPart`](crate::client::fluent_builders::UploadPart) for more information about the
/// operation and its arguments.
pub fn upload_part(&self) -> fluent_builders::UploadPart<C, M, R> {
fluent_builders::UploadPart::new(self.handle.clone())
}
/// Constructs a fluent builder for the `UploadPartCopy` operation.
///
/// See [`UploadPartCopy`](crate::client::fluent_builders::UploadPartCopy) for more information about the
/// operation and its arguments.
pub fn upload_part_copy(&self) -> fluent_builders::UploadPartCopy<C, M, R> {
fluent_builders::UploadPartCopy::new(self.handle.clone())
}
/// Constructs a fluent builder for the `WriteGetObjectResponse` operation.
///
/// See [`WriteGetObjectResponse`](crate::client::fluent_builders::WriteGetObjectResponse) for more information about the
/// operation and its arguments.
pub fn write_get_object_response(&self) -> fluent_builders::WriteGetObjectResponse<C, M, R> {
fluent_builders::WriteGetObjectResponse::new(self.handle.clone())
}
}
pub mod fluent_builders {
//!
//! Utilities to ergonomically construct a request to the service.
//!
//! Fluent builders are created through the [`Client`](crate::client::Client) by calling
//! one if its operation methods. After parameters are set using the builder methods,
//! the `send` method can be called to initiate the request.
//!
/// Fluent builder constructing a request to `AbortMultipartUpload`.
///
/// <p>This action aborts a multipart upload. After a multipart upload is aborted, no
/// additional parts can be uploaded using that upload ID. The storage consumed by any
/// previously uploaded parts will be freed. However, if any part uploads are currently in
/// progress, those part uploads might or might not succeed. As a result, it might be necessary
/// to abort a given multipart upload multiple times in order to completely free all storage
/// consumed by all parts. </p>
/// <p>To verify that all parts have been removed, so you don't get charged for the part
/// storage, you should call the <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListParts.html">ListParts</a> action and ensure that
/// the parts list is empty.</p>
/// <p>For information about permissions required to use the multipart upload, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/mpuAndPermissions.html">Multipart Upload and
/// Permissions</a>.</p>
/// <p>The following operations are related to <code>AbortMultipartUpload</code>:</p>
/// <ul>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_CreateMultipartUpload.html">CreateMultipartUpload</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_UploadPart.html">UploadPart</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_CompleteMultipartUpload.html">CompleteMultipartUpload</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListParts.html">ListParts</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListMultipartUploads.html">ListMultipartUploads</a>
/// </p>
/// </li>
/// </ul>
#[derive(std::fmt::Debug)]
pub struct AbortMultipartUpload<
C = aws_smithy_client::erase::DynConnector,
M = aws_hyper::AwsMiddleware,
R = aws_smithy_client::retry::Standard,
> {
handle: std::sync::Arc<super::Handle<C, M, R>>,
inner: crate::input::abort_multipart_upload_input::Builder,
}
impl<C, M, R> AbortMultipartUpload<C, M, R>
where
C: aws_smithy_client::bounds::SmithyConnector,
M: aws_smithy_client::bounds::SmithyMiddleware<C>,
R: aws_smithy_client::retry::NewRequestPolicy,
{
/// Creates a new `AbortMultipartUpload`.
pub(crate) fn new(handle: std::sync::Arc<super::Handle<C, M, R>>) -> Self {
Self {
handle,
inner: Default::default(),
}
}
/// 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](aws_smithy_types::retry::RetryConfig), which can be
/// set when configuring the client.
pub async fn send(
self,
) -> std::result::Result<
crate::output::AbortMultipartUploadOutput,
aws_smithy_http::result::SdkError<crate::error::AbortMultipartUploadError>,
>
where
R::Policy: aws_smithy_client::bounds::SmithyRetryPolicy<
crate::input::AbortMultipartUploadInputOperationOutputAlias,
crate::output::AbortMultipartUploadOutput,
crate::error::AbortMultipartUploadError,
crate::input::AbortMultipartUploadInputOperationRetryAlias,
>,
{
let input = self.inner.build().map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
let op = input
.make_operation(&self.handle.conf)
.await
.map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
self.handle.client.call(op).await
}
/// <p>The bucket name to which the upload was taking place. </p>
/// <p>When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
/// <p>When using this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.<i>outpostID</i>.s3-outposts.<i>Region</i>.amazonaws.com. When using this action using S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts bucket ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">Using S3 on Outposts</a> in the <i>Amazon S3 User Guide</i>.</p>
pub fn bucket(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.bucket(inp);
self
}
/// <p>The bucket name to which the upload was taking place. </p>
/// <p>When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
/// <p>When using this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.<i>outpostID</i>.s3-outposts.<i>Region</i>.amazonaws.com. When using this action using S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts bucket ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">Using S3 on Outposts</a> in the <i>Amazon S3 User Guide</i>.</p>
pub fn set_bucket(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_bucket(input);
self
}
/// <p>Key of the object for which the multipart upload was initiated.</p>
pub fn key(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.key(inp);
self
}
/// <p>Key of the object for which the multipart upload was initiated.</p>
pub fn set_key(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_key(input);
self
}
/// <p>Upload ID that identifies the multipart upload.</p>
pub fn upload_id(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.upload_id(inp);
self
}
/// <p>Upload ID that identifies the multipart upload.</p>
pub fn set_upload_id(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_upload_id(input);
self
}
/// <p>Confirms that the requester knows that they will be charged for the request. Bucket
/// owners need not specify this parameter in their requests. For information about downloading
/// objects from requester pays buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in
/// Requestor Pays Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
pub fn request_payer(mut self, inp: crate::model::RequestPayer) -> Self {
self.inner = self.inner.request_payer(inp);
self
}
/// <p>Confirms that the requester knows that they will be charged for the request. Bucket
/// owners need not specify this parameter in their requests. For information about downloading
/// objects from requester pays buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in
/// Requestor Pays Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
pub fn set_request_payer(
mut self,
input: std::option::Option<crate::model::RequestPayer>,
) -> Self {
self.inner = self.inner.set_request_payer(input);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn expected_bucket_owner(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.expected_bucket_owner(inp);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn set_expected_bucket_owner(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_expected_bucket_owner(input);
self
}
}
/// Fluent builder constructing a request to `CompleteMultipartUpload`.
///
/// <p>Completes a multipart upload by assembling previously uploaded parts.</p>
/// <p>You first initiate the multipart upload and then upload all parts using the <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_UploadPart.html">UploadPart</a>
/// operation. After successfully uploading all relevant parts of an upload, you call this
/// action to complete the upload. Upon receiving this request, Amazon S3 concatenates all
/// the parts in ascending order by part number to create a new object. In the Complete
/// Multipart Upload request, you must provide the parts list. You must ensure that the parts
/// list is complete. This action concatenates the parts that you provide in the list. For
/// each part in the list, you must provide the part number and the <code>ETag</code> value,
/// returned after that part was uploaded.</p>
/// <p>Processing of a Complete Multipart Upload request could take several minutes to
/// complete. After Amazon S3 begins processing the request, it sends an HTTP response header that
/// specifies a 200 OK response. While processing is in progress, Amazon S3 periodically sends white
/// space characters to keep the connection from timing out. Because a request could fail after
/// the initial 200 OK response has been sent, it is important that you check the response body
/// to determine whether the request succeeded.</p>
/// <p>Note that if <code>CompleteMultipartUpload</code> fails, applications should be prepared
/// to retry the failed requests. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ErrorBestPractices.html">Amazon S3 Error Best Practices</a>.</p>
/// <p>For more information about multipart uploads, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/uploadobjusingmpu.html">Uploading Objects Using Multipart
/// Upload</a>.</p>
/// <p>For information about permissions required to use the multipart upload API, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/mpuAndPermissions.html">Multipart Upload and
/// Permissions</a>.</p>
///
///
/// <p>
/// <code>CompleteMultipartUpload</code> has the following special errors:</p>
/// <ul>
/// <li>
/// <p>Error code: <code>EntityTooSmall</code>
/// </p>
/// <ul>
/// <li>
/// <p>Description: Your proposed upload is smaller than the minimum allowed object
/// size. Each part must be at least 5 MB in size, except the last part.</p>
/// </li>
/// <li>
/// <p>400 Bad Request</p>
/// </li>
/// </ul>
/// </li>
/// <li>
/// <p>Error code: <code>InvalidPart</code>
/// </p>
/// <ul>
/// <li>
/// <p>Description: One or more of the specified parts could not be found. The part
/// might not have been uploaded, or the specified entity tag might not have
/// matched the part's entity tag.</p>
/// </li>
/// <li>
/// <p>400 Bad Request</p>
/// </li>
/// </ul>
/// </li>
/// <li>
/// <p>Error code: <code>InvalidPartOrder</code>
/// </p>
/// <ul>
/// <li>
/// <p>Description: The list of parts was not in ascending order. The parts list
/// must be specified in order by part number.</p>
/// </li>
/// <li>
/// <p>400 Bad Request</p>
/// </li>
/// </ul>
/// </li>
/// <li>
/// <p>Error code: <code>NoSuchUpload</code>
/// </p>
/// <ul>
/// <li>
/// <p>Description: The specified multipart upload does not exist. The upload ID
/// might be invalid, or the multipart upload might have been aborted or
/// completed.</p>
/// </li>
/// <li>
/// <p>404 Not Found</p>
/// </li>
/// </ul>
/// </li>
/// </ul>
///
/// <p>The following operations are related to <code>CompleteMultipartUpload</code>:</p>
/// <ul>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_CreateMultipartUpload.html">CreateMultipartUpload</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_UploadPart.html">UploadPart</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_AbortMultipartUpload.html">AbortMultipartUpload</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListParts.html">ListParts</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListMultipartUploads.html">ListMultipartUploads</a>
/// </p>
/// </li>
/// </ul>
#[derive(std::fmt::Debug)]
pub struct CompleteMultipartUpload<
C = aws_smithy_client::erase::DynConnector,
M = aws_hyper::AwsMiddleware,
R = aws_smithy_client::retry::Standard,
> {
handle: std::sync::Arc<super::Handle<C, M, R>>,
inner: crate::input::complete_multipart_upload_input::Builder,
}
impl<C, M, R> CompleteMultipartUpload<C, M, R>
where
C: aws_smithy_client::bounds::SmithyConnector,
M: aws_smithy_client::bounds::SmithyMiddleware<C>,
R: aws_smithy_client::retry::NewRequestPolicy,
{
/// Creates a new `CompleteMultipartUpload`.
pub(crate) fn new(handle: std::sync::Arc<super::Handle<C, M, R>>) -> Self {
Self {
handle,
inner: Default::default(),
}
}
/// 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](aws_smithy_types::retry::RetryConfig), which can be
/// set when configuring the client.
pub async fn send(
self,
) -> std::result::Result<
crate::output::CompleteMultipartUploadOutput,
aws_smithy_http::result::SdkError<crate::error::CompleteMultipartUploadError>,
>
where
R::Policy: aws_smithy_client::bounds::SmithyRetryPolicy<
crate::input::CompleteMultipartUploadInputOperationOutputAlias,
crate::output::CompleteMultipartUploadOutput,
crate::error::CompleteMultipartUploadError,
crate::input::CompleteMultipartUploadInputOperationRetryAlias,
>,
{
let input = self.inner.build().map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
let op = input
.make_operation(&self.handle.conf)
.await
.map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
self.handle.client.call(op).await
}
/// <p>Name of the bucket to which the multipart upload was initiated.</p>
/// <p>When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
/// <p>When using this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.<i>outpostID</i>.s3-outposts.<i>Region</i>.amazonaws.com. When using this action using S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts bucket ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">Using S3 on Outposts</a> in the <i>Amazon S3 User Guide</i>.</p>
pub fn bucket(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.bucket(inp);
self
}
/// <p>Name of the bucket to which the multipart upload was initiated.</p>
/// <p>When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
/// <p>When using this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.<i>outpostID</i>.s3-outposts.<i>Region</i>.amazonaws.com. When using this action using S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts bucket ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">Using S3 on Outposts</a> in the <i>Amazon S3 User Guide</i>.</p>
pub fn set_bucket(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_bucket(input);
self
}
/// <p>Object key for which the multipart upload was initiated.</p>
pub fn key(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.key(inp);
self
}
/// <p>Object key for which the multipart upload was initiated.</p>
pub fn set_key(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_key(input);
self
}
/// <p>The container for the multipart upload request information.</p>
pub fn multipart_upload(mut self, inp: crate::model::CompletedMultipartUpload) -> Self {
self.inner = self.inner.multipart_upload(inp);
self
}
/// <p>The container for the multipart upload request information.</p>
pub fn set_multipart_upload(
mut self,
input: std::option::Option<crate::model::CompletedMultipartUpload>,
) -> Self {
self.inner = self.inner.set_multipart_upload(input);
self
}
/// <p>ID for the initiated multipart upload.</p>
pub fn upload_id(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.upload_id(inp);
self
}
/// <p>ID for the initiated multipart upload.</p>
pub fn set_upload_id(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_upload_id(input);
self
}
/// <p>Confirms that the requester knows that they will be charged for the request. Bucket
/// owners need not specify this parameter in their requests. For information about downloading
/// objects from requester pays buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in
/// Requestor Pays Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
pub fn request_payer(mut self, inp: crate::model::RequestPayer) -> Self {
self.inner = self.inner.request_payer(inp);
self
}
/// <p>Confirms that the requester knows that they will be charged for the request. Bucket
/// owners need not specify this parameter in their requests. For information about downloading
/// objects from requester pays buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in
/// Requestor Pays Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
pub fn set_request_payer(
mut self,
input: std::option::Option<crate::model::RequestPayer>,
) -> Self {
self.inner = self.inner.set_request_payer(input);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn expected_bucket_owner(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.expected_bucket_owner(inp);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn set_expected_bucket_owner(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_expected_bucket_owner(input);
self
}
}
/// Fluent builder constructing a request to `CopyObject`.
///
/// <p>Creates a copy of an object that is already stored in Amazon S3.</p>
/// <note>
/// <p>You can store individual objects of up to 5 TB in Amazon S3. You create a copy of your
/// object up to 5 GB in size in a single atomic action using this API. However, to copy
/// an object greater than 5 GB, you must use the multipart upload Upload Part - Copy API.
/// For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/CopyingObjctsUsingRESTMPUapi.html">Copy Object Using the REST Multipart Upload API</a>.</p>
/// </note>
/// <p>All copy requests must be authenticated. Additionally, you must have
/// <i>read</i> access to the source object and <i>write</i>
/// access to the destination bucket. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/RESTAuthentication.html">REST Authentication</a>. Both the Region
/// that you want to copy the object from and the Region that you want to copy the object to
/// must be enabled for your account.</p>
/// <p>A copy request might return an error when Amazon S3 receives the copy request or while Amazon S3
/// is copying the files. If the error occurs before the copy action starts, you receive a
/// standard Amazon S3 error. If the error occurs during the copy operation, the error response is
/// embedded in the <code>200 OK</code> response. This means that a <code>200 OK</code>
/// response can contain either a success or an error. Design your application to parse the
/// contents of the response and handle it appropriately.</p>
/// <p>If the copy is successful, you receive a response with information about the copied
/// object.</p>
/// <note>
/// <p>If the request is an HTTP 1.1 request, the response is chunk encoded. If it were not,
/// it would not contain the content-length, and you would need to read the entire
/// body.</p>
/// </note>
/// <p>The copy request charge is based on the storage class and Region that you specify for
/// the destination object. For pricing information, see <a href="http://aws.amazon.com/s3/pricing/">Amazon S3 pricing</a>.</p>
/// <important>
/// <p>Amazon S3 transfer acceleration does not support cross-Region copies. If you request a
/// cross-Region copy using a transfer acceleration endpoint, you get a 400 <code>Bad
/// Request</code> error. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/transfer-acceleration.html">Transfer Acceleration</a>.</p>
/// </important>
/// <p>
/// <b>Metadata</b>
/// </p>
/// <p>When copying an object, you can preserve all metadata (default) or specify new metadata.
/// However, the ACL is not preserved and is set to private for the user making the request. To
/// override the default ACL setting, specify a new ACL when generating a copy request. For
/// more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/S3_ACLs_UsingACLs.html">Using ACLs</a>. </p>
/// <p>To specify whether you want the object metadata copied from the source object or
/// replaced with metadata provided in the request, you can optionally add the
/// <code>x-amz-metadata-directive</code> header. When you grant permissions, you can use
/// the <code>s3:x-amz-metadata-directive</code> condition key to enforce certain metadata
/// behavior when objects are uploaded. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/amazon-s3-policy-keys.html">Specifying Conditions in a
/// Policy</a> in the <i>Amazon S3 User Guide</i>. For a complete list of
/// Amazon S3-specific condition keys, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/list_amazons3.html">Actions, Resources, and Condition Keys for
/// Amazon S3</a>.</p>
/// <p>
/// <b>
/// <code>x-amz-copy-source-if</code> Headers</b>
/// </p>
/// <p>To only copy an object under certain conditions, such as whether the <code>Etag</code>
/// matches or whether the object was modified before or after a specified date, use the
/// following request parameters:</p>
/// <ul>
/// <li>
/// <p>
/// <code>x-amz-copy-source-if-match</code>
/// </p>
/// </li>
/// <li>
/// <p>
/// <code>x-amz-copy-source-if-none-match</code>
/// </p>
/// </li>
/// <li>
/// <p>
/// <code>x-amz-copy-source-if-unmodified-since</code>
/// </p>
/// </li>
/// <li>
/// <p>
/// <code>x-amz-copy-source-if-modified-since</code>
/// </p>
/// </li>
/// </ul>
/// <p> If both the <code>x-amz-copy-source-if-match</code> and
/// <code>x-amz-copy-source-if-unmodified-since</code> headers are present in the request
/// and evaluate as follows, Amazon S3 returns <code>200 OK</code> and copies the data:</p>
/// <ul>
/// <li>
/// <p>
/// <code>x-amz-copy-source-if-match</code> condition evaluates to true</p>
/// </li>
/// <li>
/// <p>
/// <code>x-amz-copy-source-if-unmodified-since</code> condition evaluates to
/// false</p>
/// </li>
/// </ul>
///
/// <p>If both the <code>x-amz-copy-source-if-none-match</code> and
/// <code>x-amz-copy-source-if-modified-since</code> headers are present in the request and
/// evaluate as follows, Amazon S3 returns the <code>412 Precondition Failed</code> response
/// code:</p>
/// <ul>
/// <li>
/// <p>
/// <code>x-amz-copy-source-if-none-match</code> condition evaluates to false</p>
/// </li>
/// <li>
/// <p>
/// <code>x-amz-copy-source-if-modified-since</code> condition evaluates to
/// true</p>
/// </li>
/// </ul>
///
/// <note>
/// <p>All headers with the <code>x-amz-</code> prefix, including
/// <code>x-amz-copy-source</code>, must be signed.</p>
/// </note>
/// <p>
/// <b>Server-side encryption</b>
/// </p>
/// <p>When you perform a CopyObject operation, you can optionally use the appropriate encryption-related
/// headers to encrypt the object using server-side encryption with Amazon Web Services managed encryption keys
/// (SSE-S3 or SSE-KMS) or a customer-provided encryption key. With server-side encryption, Amazon S3
/// encrypts your data as it writes it to disks in its data centers and decrypts the data when
/// you access it. For more information about server-side encryption, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/serv-side-encryption.html">Using
/// Server-Side Encryption</a>.</p>
/// <p>If a target object uses SSE-KMS, you can enable an S3 Bucket Key for the object. For more
/// information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/bucket-key.html">Amazon S3 Bucket Keys</a> in the <i>Amazon S3 User Guide</i>.</p>
/// <p>
/// <b>Access Control List (ACL)-Specific Request
/// Headers</b>
/// </p>
/// <p>When copying an object, you can optionally use headers to grant ACL-based permissions.
/// By default, all objects are private. Only the owner has full access control. When adding a
/// new object, you can grant permissions to individual Amazon Web Services accounts or to predefined groups
/// defined by Amazon S3. These permissions are then added to the ACL on the object. For more
/// information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html">Access Control List (ACL) Overview</a> and <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-using-rest-api.html">Managing ACLs Using the REST
/// API</a>. </p>
///
/// <p>
/// <b>Storage Class Options</b>
/// </p>
/// <p>You can use the <code>CopyObject</code> action to change the storage class of an
/// object that is already stored in Amazon S3 using the <code>StorageClass</code> parameter. For
/// more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/storage-class-intro.html">Storage
/// Classes</a> in the <i>Amazon S3 User Guide</i>.</p>
/// <p>
/// <b>Versioning</b>
/// </p>
/// <p>By default, <code>x-amz-copy-source</code> identifies the current version of an object
/// to copy. If the current version is a delete marker, Amazon S3 behaves as if the object was
/// deleted. To copy a different version, use the <code>versionId</code> subresource.</p>
/// <p>If you enable versioning on the target bucket, Amazon S3 generates a unique version ID for
/// the object being copied. This version ID is different from the version ID of the source
/// object. Amazon S3 returns the version ID of the copied object in the
/// <code>x-amz-version-id</code> response header in the response.</p>
/// <p>If you do not enable versioning or suspend it on the target bucket, the version ID that
/// Amazon S3 generates is always null.</p>
/// <p>If the source object's storage class is GLACIER, you must restore a copy of this object
/// before you can use it as a source object for the copy operation. For more information, see
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_RestoreObject.html">RestoreObject</a>.</p>
/// <p>The following operations are related to <code>CopyObject</code>:</p>
/// <ul>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutObject.html">PutObject</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetObject.html">GetObject</a>
/// </p>
/// </li>
/// </ul>
/// <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/CopyingObjectsExamples.html">Copying
/// Objects</a>.</p>
#[derive(std::fmt::Debug)]
pub struct CopyObject<
C = aws_smithy_client::erase::DynConnector,
M = aws_hyper::AwsMiddleware,
R = aws_smithy_client::retry::Standard,
> {
handle: std::sync::Arc<super::Handle<C, M, R>>,
inner: crate::input::copy_object_input::Builder,
}
impl<C, M, R> CopyObject<C, M, R>
where
C: aws_smithy_client::bounds::SmithyConnector,
M: aws_smithy_client::bounds::SmithyMiddleware<C>,
R: aws_smithy_client::retry::NewRequestPolicy,
{
/// Creates a new `CopyObject`.
pub(crate) fn new(handle: std::sync::Arc<super::Handle<C, M, R>>) -> Self {
Self {
handle,
inner: Default::default(),
}
}
/// 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](aws_smithy_types::retry::RetryConfig), which can be
/// set when configuring the client.
pub async fn send(
self,
) -> std::result::Result<
crate::output::CopyObjectOutput,
aws_smithy_http::result::SdkError<crate::error::CopyObjectError>,
>
where
R::Policy: aws_smithy_client::bounds::SmithyRetryPolicy<
crate::input::CopyObjectInputOperationOutputAlias,
crate::output::CopyObjectOutput,
crate::error::CopyObjectError,
crate::input::CopyObjectInputOperationRetryAlias,
>,
{
let input = self.inner.build().map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
let op = input
.make_operation(&self.handle.conf)
.await
.map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
self.handle.client.call(op).await
}
/// <p>The canned ACL to apply to the object.</p>
/// <p>This action is not supported by Amazon S3 on Outposts.</p>
pub fn acl(mut self, inp: crate::model::ObjectCannedAcl) -> Self {
self.inner = self.inner.acl(inp);
self
}
/// <p>The canned ACL to apply to the object.</p>
/// <p>This action is not supported by Amazon S3 on Outposts.</p>
pub fn set_acl(
mut self,
input: std::option::Option<crate::model::ObjectCannedAcl>,
) -> Self {
self.inner = self.inner.set_acl(input);
self
}
/// <p>The name of the destination bucket.</p>
/// <p>When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
/// <p>When using this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.<i>outpostID</i>.s3-outposts.<i>Region</i>.amazonaws.com. When using this action using S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts bucket ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">Using S3 on Outposts</a> in the <i>Amazon S3 User Guide</i>.</p>
pub fn bucket(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.bucket(inp);
self
}
/// <p>The name of the destination bucket.</p>
/// <p>When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
/// <p>When using this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.<i>outpostID</i>.s3-outposts.<i>Region</i>.amazonaws.com. When using this action using S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts bucket ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">Using S3 on Outposts</a> in the <i>Amazon S3 User Guide</i>.</p>
pub fn set_bucket(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_bucket(input);
self
}
/// <p>Specifies caching behavior along the request/reply chain.</p>
pub fn cache_control(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.cache_control(inp);
self
}
/// <p>Specifies caching behavior along the request/reply chain.</p>
pub fn set_cache_control(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_cache_control(input);
self
}
/// <p>Specifies presentational information for the object.</p>
pub fn content_disposition(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.content_disposition(inp);
self
}
/// <p>Specifies presentational information for the object.</p>
pub fn set_content_disposition(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_content_disposition(input);
self
}
/// <p>Specifies what content encodings have been applied to the object and thus what decoding
/// mechanisms must be applied to obtain the media-type referenced by the Content-Type header
/// field.</p>
pub fn content_encoding(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.content_encoding(inp);
self
}
/// <p>Specifies what content encodings have been applied to the object and thus what decoding
/// mechanisms must be applied to obtain the media-type referenced by the Content-Type header
/// field.</p>
pub fn set_content_encoding(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_content_encoding(input);
self
}
/// <p>The language the content is in.</p>
pub fn content_language(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.content_language(inp);
self
}
/// <p>The language the content is in.</p>
pub fn set_content_language(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_content_language(input);
self
}
/// <p>A standard MIME type describing the format of the object data.</p>
pub fn content_type(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.content_type(inp);
self
}
/// <p>A standard MIME type describing the format of the object data.</p>
pub fn set_content_type(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_content_type(input);
self
}
/// <p>Specifies the source object for the copy operation. You specify the value in one of two
/// formats, depending on whether you want to access the source object through an <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-points.html">access point</a>:</p>
/// <ul>
/// <li>
/// <p>For objects not accessed through an access point, specify the name of the source
/// bucket and the key of the source object, separated by a slash (/). For example, to
/// copy the object <code>reports/january.pdf</code> from the bucket
/// <code>awsexamplebucket</code>, use
/// <code>awsexamplebucket/reports/january.pdf</code>. The value must be URL
/// encoded.</p>
/// </li>
/// <li>
/// <p>For objects accessed through access points, specify the Amazon Resource Name (ARN) of the object as accessed through the access point, in the format <code>arn:aws:s3:<Region>:<account-id>:accesspoint/<access-point-name>/object/<key></code>. For example, to copy the object <code>reports/january.pdf</code> through access point <code>my-access-point</code> owned by account <code>123456789012</code> in Region <code>us-west-2</code>, use the URL encoding of <code>arn:aws:s3:us-west-2:123456789012:accesspoint/my-access-point/object/reports/january.pdf</code>. The value must be URL encoded.</p>
/// <note>
/// <p>Amazon S3 supports copy operations using access points only when the source and destination buckets are in the same Amazon Web Services Region.</p>
/// </note>
/// <p>Alternatively, for objects accessed through Amazon S3 on Outposts, specify the ARN of the object as accessed in the format <code>arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/object/<key></code>. For example, to copy the object <code>reports/january.pdf</code> through outpost <code>my-outpost</code> owned by account <code>123456789012</code> in Region <code>us-west-2</code>, use the URL encoding of <code>arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/object/reports/january.pdf</code>. The value must be URL encoded. </p>
/// </li>
/// </ul>
/// <p>To copy a specific version of an object, append <code>?versionId=<version-id></code>
/// to the value (for example,
/// <code>awsexamplebucket/reports/january.pdf?versionId=QUpfdndhfd8438MNFDN93jdnJFkdmqnh893</code>).
/// If you don't specify a version ID, Amazon S3 copies the latest version of the source
/// object.</p>
pub fn copy_source(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.copy_source(inp);
self
}
/// <p>Specifies the source object for the copy operation. You specify the value in one of two
/// formats, depending on whether you want to access the source object through an <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-points.html">access point</a>:</p>
/// <ul>
/// <li>
/// <p>For objects not accessed through an access point, specify the name of the source
/// bucket and the key of the source object, separated by a slash (/). For example, to
/// copy the object <code>reports/january.pdf</code> from the bucket
/// <code>awsexamplebucket</code>, use
/// <code>awsexamplebucket/reports/january.pdf</code>. The value must be URL
/// encoded.</p>
/// </li>
/// <li>
/// <p>For objects accessed through access points, specify the Amazon Resource Name (ARN) of the object as accessed through the access point, in the format <code>arn:aws:s3:<Region>:<account-id>:accesspoint/<access-point-name>/object/<key></code>. For example, to copy the object <code>reports/january.pdf</code> through access point <code>my-access-point</code> owned by account <code>123456789012</code> in Region <code>us-west-2</code>, use the URL encoding of <code>arn:aws:s3:us-west-2:123456789012:accesspoint/my-access-point/object/reports/january.pdf</code>. The value must be URL encoded.</p>
/// <note>
/// <p>Amazon S3 supports copy operations using access points only when the source and destination buckets are in the same Amazon Web Services Region.</p>
/// </note>
/// <p>Alternatively, for objects accessed through Amazon S3 on Outposts, specify the ARN of the object as accessed in the format <code>arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/object/<key></code>. For example, to copy the object <code>reports/january.pdf</code> through outpost <code>my-outpost</code> owned by account <code>123456789012</code> in Region <code>us-west-2</code>, use the URL encoding of <code>arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/object/reports/january.pdf</code>. The value must be URL encoded. </p>
/// </li>
/// </ul>
/// <p>To copy a specific version of an object, append <code>?versionId=<version-id></code>
/// to the value (for example,
/// <code>awsexamplebucket/reports/january.pdf?versionId=QUpfdndhfd8438MNFDN93jdnJFkdmqnh893</code>).
/// If you don't specify a version ID, Amazon S3 copies the latest version of the source
/// object.</p>
pub fn set_copy_source(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_copy_source(input);
self
}
/// <p>Copies the object if its entity tag (ETag) matches the specified tag.</p>
pub fn copy_source_if_match(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.copy_source_if_match(inp);
self
}
/// <p>Copies the object if its entity tag (ETag) matches the specified tag.</p>
pub fn set_copy_source_if_match(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_copy_source_if_match(input);
self
}
/// <p>Copies the object if it has been modified since the specified time.</p>
pub fn copy_source_if_modified_since(mut self, inp: aws_smithy_types::DateTime) -> Self {
self.inner = self.inner.copy_source_if_modified_since(inp);
self
}
/// <p>Copies the object if it has been modified since the specified time.</p>
pub fn set_copy_source_if_modified_since(
mut self,
input: std::option::Option<aws_smithy_types::DateTime>,
) -> Self {
self.inner = self.inner.set_copy_source_if_modified_since(input);
self
}
/// <p>Copies the object if its entity tag (ETag) is different than the specified ETag.</p>
pub fn copy_source_if_none_match(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.copy_source_if_none_match(inp);
self
}
/// <p>Copies the object if its entity tag (ETag) is different than the specified ETag.</p>
pub fn set_copy_source_if_none_match(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_copy_source_if_none_match(input);
self
}
/// <p>Copies the object if it hasn't been modified since the specified time.</p>
pub fn copy_source_if_unmodified_since(mut self, inp: aws_smithy_types::DateTime) -> Self {
self.inner = self.inner.copy_source_if_unmodified_since(inp);
self
}
/// <p>Copies the object if it hasn't been modified since the specified time.</p>
pub fn set_copy_source_if_unmodified_since(
mut self,
input: std::option::Option<aws_smithy_types::DateTime>,
) -> Self {
self.inner = self.inner.set_copy_source_if_unmodified_since(input);
self
}
/// <p>The date and time at which the object is no longer cacheable.</p>
pub fn expires(mut self, inp: aws_smithy_types::DateTime) -> Self {
self.inner = self.inner.expires(inp);
self
}
/// <p>The date and time at which the object is no longer cacheable.</p>
pub fn set_expires(
mut self,
input: std::option::Option<aws_smithy_types::DateTime>,
) -> Self {
self.inner = self.inner.set_expires(input);
self
}
/// <p>Gives the grantee READ, READ_ACP, and WRITE_ACP permissions on the
/// object.</p>
/// <p>This action is not supported by Amazon S3 on Outposts.</p>
pub fn grant_full_control(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.grant_full_control(inp);
self
}
/// <p>Gives the grantee READ, READ_ACP, and WRITE_ACP permissions on the
/// object.</p>
/// <p>This action is not supported by Amazon S3 on Outposts.</p>
pub fn set_grant_full_control(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_grant_full_control(input);
self
}
/// <p>Allows grantee to read the object data and its
/// metadata.</p>
/// <p>This action is not supported by Amazon S3 on Outposts.</p>
pub fn grant_read(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.grant_read(inp);
self
}
/// <p>Allows grantee to read the object data and its
/// metadata.</p>
/// <p>This action is not supported by Amazon S3 on Outposts.</p>
pub fn set_grant_read(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_grant_read(input);
self
}
/// <p>Allows grantee to read the object ACL.</p>
/// <p>This action is not supported by Amazon S3 on Outposts.</p>
pub fn grant_read_acp(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.grant_read_acp(inp);
self
}
/// <p>Allows grantee to read the object ACL.</p>
/// <p>This action is not supported by Amazon S3 on Outposts.</p>
pub fn set_grant_read_acp(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_grant_read_acp(input);
self
}
/// <p>Allows grantee to write the ACL for the applicable
/// object.</p>
/// <p>This action is not supported by Amazon S3 on Outposts.</p>
pub fn grant_write_acp(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.grant_write_acp(inp);
self
}
/// <p>Allows grantee to write the ACL for the applicable
/// object.</p>
/// <p>This action is not supported by Amazon S3 on Outposts.</p>
pub fn set_grant_write_acp(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_grant_write_acp(input);
self
}
/// <p>The key of the destination object.</p>
pub fn key(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.key(inp);
self
}
/// <p>The key of the destination object.</p>
pub fn set_key(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_key(input);
self
}
/// Adds a key-value pair to `Metadata`.
///
/// To override the contents of this collection use [`set_metadata`](Self::set_metadata).
///
/// <p>A map of metadata to store with the object in S3.</p>
pub fn metadata(
mut self,
k: impl Into<std::string::String>,
v: impl Into<std::string::String>,
) -> Self {
self.inner = self.inner.metadata(k, v);
self
}
/// <p>A map of metadata to store with the object in S3.</p>
pub fn set_metadata(
mut self,
input: std::option::Option<
std::collections::HashMap<std::string::String, std::string::String>,
>,
) -> Self {
self.inner = self.inner.set_metadata(input);
self
}
/// <p>Specifies whether the metadata is copied from the source object or replaced with
/// metadata provided in the request.</p>
pub fn metadata_directive(mut self, inp: crate::model::MetadataDirective) -> Self {
self.inner = self.inner.metadata_directive(inp);
self
}
/// <p>Specifies whether the metadata is copied from the source object or replaced with
/// metadata provided in the request.</p>
pub fn set_metadata_directive(
mut self,
input: std::option::Option<crate::model::MetadataDirective>,
) -> Self {
self.inner = self.inner.set_metadata_directive(input);
self
}
/// <p>Specifies whether the object tag-set are copied from the source object or replaced with
/// tag-set provided in the request.</p>
pub fn tagging_directive(mut self, inp: crate::model::TaggingDirective) -> Self {
self.inner = self.inner.tagging_directive(inp);
self
}
/// <p>Specifies whether the object tag-set are copied from the source object or replaced with
/// tag-set provided in the request.</p>
pub fn set_tagging_directive(
mut self,
input: std::option::Option<crate::model::TaggingDirective>,
) -> Self {
self.inner = self.inner.set_tagging_directive(input);
self
}
/// <p>The server-side encryption algorithm used when storing this object in Amazon S3 (for example,
/// AES256, aws:kms).</p>
pub fn server_side_encryption(mut self, inp: crate::model::ServerSideEncryption) -> Self {
self.inner = self.inner.server_side_encryption(inp);
self
}
/// <p>The server-side encryption algorithm used when storing this object in Amazon S3 (for example,
/// AES256, aws:kms).</p>
pub fn set_server_side_encryption(
mut self,
input: std::option::Option<crate::model::ServerSideEncryption>,
) -> Self {
self.inner = self.inner.set_server_side_encryption(input);
self
}
/// <p>By default, Amazon S3 uses the STANDARD Storage Class to store newly created objects. The
/// STANDARD storage class provides high durability and high availability. Depending on
/// performance needs, you can specify a different Storage Class. Amazon S3 on Outposts only uses
/// the OUTPOSTS Storage Class. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/storage-class-intro.html">Storage Classes</a> in the
/// <i>Amazon S3 User Guide</i>.</p>
pub fn storage_class(mut self, inp: crate::model::StorageClass) -> Self {
self.inner = self.inner.storage_class(inp);
self
}
/// <p>By default, Amazon S3 uses the STANDARD Storage Class to store newly created objects. The
/// STANDARD storage class provides high durability and high availability. Depending on
/// performance needs, you can specify a different Storage Class. Amazon S3 on Outposts only uses
/// the OUTPOSTS Storage Class. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/storage-class-intro.html">Storage Classes</a> in the
/// <i>Amazon S3 User Guide</i>.</p>
pub fn set_storage_class(
mut self,
input: std::option::Option<crate::model::StorageClass>,
) -> Self {
self.inner = self.inner.set_storage_class(input);
self
}
/// <p>If the bucket is configured as a website, redirects requests for this object to another
/// object in the same bucket or to an external URL. Amazon S3 stores the value of this header in
/// the object metadata.</p>
pub fn website_redirect_location(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.website_redirect_location(inp);
self
}
/// <p>If the bucket is configured as a website, redirects requests for this object to another
/// object in the same bucket or to an external URL. Amazon S3 stores the value of this header in
/// the object metadata.</p>
pub fn set_website_redirect_location(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_website_redirect_location(input);
self
}
/// <p>Specifies the algorithm to use to when encrypting the object (for example,
/// AES256).</p>
pub fn sse_customer_algorithm(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.sse_customer_algorithm(inp);
self
}
/// <p>Specifies the algorithm to use to when encrypting the object (for example,
/// AES256).</p>
pub fn set_sse_customer_algorithm(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_sse_customer_algorithm(input);
self
}
/// <p>Specifies the customer-provided encryption key for Amazon S3 to use in encrypting data. This
/// value is used to store the object and then it is discarded; Amazon S3 does not store the
/// encryption key. The key must be appropriate for use with the algorithm specified in the
/// <code>x-amz-server-side-encryption-customer-algorithm</code> header.</p>
pub fn sse_customer_key(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.sse_customer_key(inp);
self
}
/// <p>Specifies the customer-provided encryption key for Amazon S3 to use in encrypting data. This
/// value is used to store the object and then it is discarded; Amazon S3 does not store the
/// encryption key. The key must be appropriate for use with the algorithm specified in the
/// <code>x-amz-server-side-encryption-customer-algorithm</code> header.</p>
pub fn set_sse_customer_key(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_sse_customer_key(input);
self
}
/// <p>Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321. Amazon S3 uses
/// this header for a message integrity check to ensure that the encryption key was transmitted
/// without error.</p>
pub fn sse_customer_key_md5(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.sse_customer_key_md5(inp);
self
}
/// <p>Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321. Amazon S3 uses
/// this header for a message integrity check to ensure that the encryption key was transmitted
/// without error.</p>
pub fn set_sse_customer_key_md5(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_sse_customer_key_md5(input);
self
}
/// <p>Specifies the Amazon Web Services KMS key ID to use for object encryption. All GET and PUT requests for
/// an object protected by Amazon Web Services KMS will fail if not made via SSL or using SigV4. For
/// information about configuring using any of the officially supported Amazon Web Services SDKs and Amazon Web Services CLI,
/// see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingAWSSDK.html#specify-signature-version">Specifying the
/// Signature Version in Request Authentication</a> in the <i>Amazon S3 User Guide</i>.</p>
pub fn ssekms_key_id(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.ssekms_key_id(inp);
self
}
/// <p>Specifies the Amazon Web Services KMS key ID to use for object encryption. All GET and PUT requests for
/// an object protected by Amazon Web Services KMS will fail if not made via SSL or using SigV4. For
/// information about configuring using any of the officially supported Amazon Web Services SDKs and Amazon Web Services CLI,
/// see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingAWSSDK.html#specify-signature-version">Specifying the
/// Signature Version in Request Authentication</a> in the <i>Amazon S3 User Guide</i>.</p>
pub fn set_ssekms_key_id(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_ssekms_key_id(input);
self
}
/// <p>Specifies the Amazon Web Services KMS Encryption Context to use for object encryption. The value of this
/// header is a base64-encoded UTF-8 string holding JSON with the encryption context key-value
/// pairs.</p>
pub fn ssekms_encryption_context(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.ssekms_encryption_context(inp);
self
}
/// <p>Specifies the Amazon Web Services KMS Encryption Context to use for object encryption. The value of this
/// header is a base64-encoded UTF-8 string holding JSON with the encryption context key-value
/// pairs.</p>
pub fn set_ssekms_encryption_context(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_ssekms_encryption_context(input);
self
}
/// <p>Specifies whether Amazon S3 should use an S3 Bucket Key for object encryption with server-side encryption using AWS KMS (SSE-KMS). Setting this header to <code>true</code> causes Amazon S3 to use an S3 Bucket Key for object encryption with SSE-KMS. </p>
/// <p>Specifying this header with a COPY action doesn’t affect bucket-level settings for S3 Bucket Key.</p>
pub fn bucket_key_enabled(mut self, inp: bool) -> Self {
self.inner = self.inner.bucket_key_enabled(inp);
self
}
/// <p>Specifies whether Amazon S3 should use an S3 Bucket Key for object encryption with server-side encryption using AWS KMS (SSE-KMS). Setting this header to <code>true</code> causes Amazon S3 to use an S3 Bucket Key for object encryption with SSE-KMS. </p>
/// <p>Specifying this header with a COPY action doesn’t affect bucket-level settings for S3 Bucket Key.</p>
pub fn set_bucket_key_enabled(mut self, input: std::option::Option<bool>) -> Self {
self.inner = self.inner.set_bucket_key_enabled(input);
self
}
/// <p>Specifies the algorithm to use when decrypting the source object (for example,
/// AES256).</p>
pub fn copy_source_sse_customer_algorithm(
mut self,
inp: impl Into<std::string::String>,
) -> Self {
self.inner = self.inner.copy_source_sse_customer_algorithm(inp);
self
}
/// <p>Specifies the algorithm to use when decrypting the source object (for example,
/// AES256).</p>
pub fn set_copy_source_sse_customer_algorithm(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_copy_source_sse_customer_algorithm(input);
self
}
/// <p>Specifies the customer-provided encryption key for Amazon S3 to use to decrypt the source
/// object. The encryption key provided in this header must be one that was used when the
/// source object was created.</p>
pub fn copy_source_sse_customer_key(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.copy_source_sse_customer_key(inp);
self
}
/// <p>Specifies the customer-provided encryption key for Amazon S3 to use to decrypt the source
/// object. The encryption key provided in this header must be one that was used when the
/// source object was created.</p>
pub fn set_copy_source_sse_customer_key(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_copy_source_sse_customer_key(input);
self
}
/// <p>Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321. Amazon S3 uses
/// this header for a message integrity check to ensure that the encryption key was transmitted
/// without error.</p>
pub fn copy_source_sse_customer_key_md5(
mut self,
inp: impl Into<std::string::String>,
) -> Self {
self.inner = self.inner.copy_source_sse_customer_key_md5(inp);
self
}
/// <p>Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321. Amazon S3 uses
/// this header for a message integrity check to ensure that the encryption key was transmitted
/// without error.</p>
pub fn set_copy_source_sse_customer_key_md5(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_copy_source_sse_customer_key_md5(input);
self
}
/// <p>Confirms that the requester knows that they will be charged for the request. Bucket
/// owners need not specify this parameter in their requests. For information about downloading
/// objects from requester pays buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in
/// Requestor Pays Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
pub fn request_payer(mut self, inp: crate::model::RequestPayer) -> Self {
self.inner = self.inner.request_payer(inp);
self
}
/// <p>Confirms that the requester knows that they will be charged for the request. Bucket
/// owners need not specify this parameter in their requests. For information about downloading
/// objects from requester pays buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in
/// Requestor Pays Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
pub fn set_request_payer(
mut self,
input: std::option::Option<crate::model::RequestPayer>,
) -> Self {
self.inner = self.inner.set_request_payer(input);
self
}
/// <p>The tag-set for the object destination object this value must be used in conjunction
/// with the <code>TaggingDirective</code>. The tag-set must be encoded as URL Query
/// parameters.</p>
pub fn tagging(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.tagging(inp);
self
}
/// <p>The tag-set for the object destination object this value must be used in conjunction
/// with the <code>TaggingDirective</code>. The tag-set must be encoded as URL Query
/// parameters.</p>
pub fn set_tagging(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_tagging(input);
self
}
/// <p>The Object Lock mode that you want to apply to the copied object.</p>
pub fn object_lock_mode(mut self, inp: crate::model::ObjectLockMode) -> Self {
self.inner = self.inner.object_lock_mode(inp);
self
}
/// <p>The Object Lock mode that you want to apply to the copied object.</p>
pub fn set_object_lock_mode(
mut self,
input: std::option::Option<crate::model::ObjectLockMode>,
) -> Self {
self.inner = self.inner.set_object_lock_mode(input);
self
}
/// <p>The date and time when you want the copied object's Object Lock to expire.</p>
pub fn object_lock_retain_until_date(mut self, inp: aws_smithy_types::DateTime) -> Self {
self.inner = self.inner.object_lock_retain_until_date(inp);
self
}
/// <p>The date and time when you want the copied object's Object Lock to expire.</p>
pub fn set_object_lock_retain_until_date(
mut self,
input: std::option::Option<aws_smithy_types::DateTime>,
) -> Self {
self.inner = self.inner.set_object_lock_retain_until_date(input);
self
}
/// <p>Specifies whether you want to apply a Legal Hold to the copied object.</p>
pub fn object_lock_legal_hold_status(
mut self,
inp: crate::model::ObjectLockLegalHoldStatus,
) -> Self {
self.inner = self.inner.object_lock_legal_hold_status(inp);
self
}
/// <p>Specifies whether you want to apply a Legal Hold to the copied object.</p>
pub fn set_object_lock_legal_hold_status(
mut self,
input: std::option::Option<crate::model::ObjectLockLegalHoldStatus>,
) -> Self {
self.inner = self.inner.set_object_lock_legal_hold_status(input);
self
}
/// <p>The account ID of the expected destination bucket owner. If the destination bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn expected_bucket_owner(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.expected_bucket_owner(inp);
self
}
/// <p>The account ID of the expected destination bucket owner. If the destination bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn set_expected_bucket_owner(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_expected_bucket_owner(input);
self
}
/// <p>The account ID of the expected source bucket owner. If the source bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn expected_source_bucket_owner(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.expected_source_bucket_owner(inp);
self
}
/// <p>The account ID of the expected source bucket owner. If the source bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn set_expected_source_bucket_owner(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_expected_source_bucket_owner(input);
self
}
}
/// Fluent builder constructing a request to `CreateBucket`.
///
/// <p>Creates a new S3 bucket. To create a bucket, you must register with Amazon S3 and have a
/// valid Amazon Web Services Access Key ID to authenticate requests. Anonymous requests are never allowed to
/// create buckets. By creating the bucket, you become the bucket owner.</p>
/// <p>Not every string is an acceptable bucket name. For information about bucket naming
/// restrictions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/bucketnamingrules.html">Bucket naming rules</a>.</p>
/// <p>If you want to create an Amazon S3 on Outposts bucket, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateBucket.html">Create Bucket</a>. </p>
/// <p>By default, the bucket is created in the US East (N. Virginia) Region. You can
/// optionally specify a Region in the request body. You might choose a Region to optimize
/// latency, minimize costs, or address regulatory requirements. For example, if you reside in
/// Europe, you will probably find it advantageous to create buckets in the Europe (Ireland)
/// Region. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingBucket.html#access-bucket-intro">Accessing a
/// bucket</a>.</p>
/// <note>
/// <p>If you send your create bucket request to the <code>s3.amazonaws.com</code> endpoint,
/// the request goes to the us-east-1 Region. Accordingly, the signature calculations in
/// Signature Version 4 must use us-east-1 as the Region, even if the location constraint in
/// the request specifies another Region where the bucket is to be created. If you create a
/// bucket in a Region other than US East (N. Virginia), your application must be able to
/// handle 307 redirect. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/VirtualHosting.html">Virtual hosting of buckets</a>.</p>
/// </note>
/// <p>When creating a bucket using this operation, you can optionally specify the accounts or
/// groups that should be granted specific permissions on the bucket. There are two ways to
/// grant the appropriate permissions using the request headers.</p>
/// <ul>
/// <li>
/// <p>Specify a canned ACL using the <code>x-amz-acl</code> request header. Amazon S3
/// supports a set of predefined ACLs, known as <i>canned ACLs</i>. Each
/// canned ACL has a predefined set of grantees and permissions. For more information,
/// see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html#CannedACL">Canned ACL</a>.</p>
/// </li>
/// <li>
/// <p>Specify access permissions explicitly using the <code>x-amz-grant-read</code>,
/// <code>x-amz-grant-write</code>, <code>x-amz-grant-read-acp</code>,
/// <code>x-amz-grant-write-acp</code>, and <code>x-amz-grant-full-control</code>
/// headers. These headers map to the set of permissions Amazon S3 supports in an ACL. For
/// more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html">Access control list
/// (ACL) overview</a>.</p>
/// <p>You specify each grantee as a type=value pair, where the type is one of the
/// following:</p>
/// <ul>
/// <li>
/// <p>
/// <code>id</code> – if the value specified is the canonical user ID of an Amazon Web Services account</p>
/// </li>
/// <li>
/// <p>
/// <code>uri</code> – if you are granting permissions to a predefined
/// group</p>
/// </li>
/// <li>
/// <p>
/// <code>emailAddress</code> – if the value specified is the email address of
/// an Amazon Web Services account</p>
/// <note>
/// <p>Using email addresses to specify a grantee is only supported in the following Amazon Web Services Regions: </p>
/// <ul>
/// <li>
/// <p>US East (N. Virginia)</p>
/// </li>
/// <li>
/// <p>US West (N. California)</p>
/// </li>
/// <li>
/// <p> US West (Oregon)</p>
/// </li>
/// <li>
/// <p> Asia Pacific (Singapore)</p>
/// </li>
/// <li>
/// <p>Asia Pacific (Sydney)</p>
/// </li>
/// <li>
/// <p>Asia Pacific (Tokyo)</p>
/// </li>
/// <li>
/// <p>Europe (Ireland)</p>
/// </li>
/// <li>
/// <p>South America (São Paulo)</p>
/// </li>
/// </ul>
/// <p>For a list of all the Amazon S3 supported Regions and endpoints, see <a href="https://docs.aws.amazon.com/general/latest/gr/rande.html#s3_region">Regions and Endpoints</a> in the Amazon Web Services General Reference.</p>
/// </note>
/// </li>
/// </ul>
/// <p>For example, the following <code>x-amz-grant-read</code> header grants the Amazon Web Services accounts identified by account IDs permissions to read object data and its metadata:</p>
/// <p>
/// <code>x-amz-grant-read: id="11112222333", id="444455556666" </code>
/// </p>
/// </li>
/// </ul>
/// <note>
/// <p>You can use either a canned ACL or specify access permissions explicitly. You cannot
/// do both.</p>
/// </note>
///
/// <p>
/// <b>Permissions</b>
/// </p>
/// <p>If your <code>CreateBucket</code> request specifies ACL permissions and the ACL is public-read, public-read-write,
/// authenticated-read, or if you specify access permissions explicitly through any other ACL, both
/// <code>s3:CreateBucket</code> and <code>s3:PutBucketAcl</code> permissions are needed. If the ACL the
/// <code>CreateBucket</code> request is private, only <code>s3:CreateBucket</code> permission is needed. </p>
/// <p>If <code>ObjectLockEnabledForBucket</code> is set to true in your <code>CreateBucket</code> request,
/// <code>s3:PutBucketObjectLockConfiguration</code> and <code>s3:PutBucketVersioning</code> permissions are required.</p>
///
/// <p>The following operations are related to <code>CreateBucket</code>:</p>
/// <ul>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutObject.html">PutObject</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteBucket.html">DeleteBucket</a>
/// </p>
/// </li>
/// </ul>
#[derive(std::fmt::Debug)]
pub struct CreateBucket<
C = aws_smithy_client::erase::DynConnector,
M = aws_hyper::AwsMiddleware,
R = aws_smithy_client::retry::Standard,
> {
handle: std::sync::Arc<super::Handle<C, M, R>>,
inner: crate::input::create_bucket_input::Builder,
}
impl<C, M, R> CreateBucket<C, M, R>
where
C: aws_smithy_client::bounds::SmithyConnector,
M: aws_smithy_client::bounds::SmithyMiddleware<C>,
R: aws_smithy_client::retry::NewRequestPolicy,
{
/// Creates a new `CreateBucket`.
pub(crate) fn new(handle: std::sync::Arc<super::Handle<C, M, R>>) -> Self {
Self {
handle,
inner: Default::default(),
}
}
/// 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](aws_smithy_types::retry::RetryConfig), which can be
/// set when configuring the client.
pub async fn send(
self,
) -> std::result::Result<
crate::output::CreateBucketOutput,
aws_smithy_http::result::SdkError<crate::error::CreateBucketError>,
>
where
R::Policy: aws_smithy_client::bounds::SmithyRetryPolicy<
crate::input::CreateBucketInputOperationOutputAlias,
crate::output::CreateBucketOutput,
crate::error::CreateBucketError,
crate::input::CreateBucketInputOperationRetryAlias,
>,
{
let input = self.inner.build().map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
let op = input
.make_operation(&self.handle.conf)
.await
.map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
self.handle.client.call(op).await
}
/// <p>The canned ACL to apply to the bucket.</p>
pub fn acl(mut self, inp: crate::model::BucketCannedAcl) -> Self {
self.inner = self.inner.acl(inp);
self
}
/// <p>The canned ACL to apply to the bucket.</p>
pub fn set_acl(
mut self,
input: std::option::Option<crate::model::BucketCannedAcl>,
) -> Self {
self.inner = self.inner.set_acl(input);
self
}
/// <p>The name of the bucket to create.</p>
pub fn bucket(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.bucket(inp);
self
}
/// <p>The name of the bucket to create.</p>
pub fn set_bucket(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_bucket(input);
self
}
/// <p>The configuration information for the bucket.</p>
pub fn create_bucket_configuration(
mut self,
inp: crate::model::CreateBucketConfiguration,
) -> Self {
self.inner = self.inner.create_bucket_configuration(inp);
self
}
/// <p>The configuration information for the bucket.</p>
pub fn set_create_bucket_configuration(
mut self,
input: std::option::Option<crate::model::CreateBucketConfiguration>,
) -> Self {
self.inner = self.inner.set_create_bucket_configuration(input);
self
}
/// <p>Allows grantee the read, write, read ACP, and write ACP permissions on the
/// bucket.</p>
pub fn grant_full_control(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.grant_full_control(inp);
self
}
/// <p>Allows grantee the read, write, read ACP, and write ACP permissions on the
/// bucket.</p>
pub fn set_grant_full_control(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_grant_full_control(input);
self
}
/// <p>Allows grantee to list the objects in the bucket.</p>
pub fn grant_read(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.grant_read(inp);
self
}
/// <p>Allows grantee to list the objects in the bucket.</p>
pub fn set_grant_read(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_grant_read(input);
self
}
/// <p>Allows grantee to read the bucket ACL.</p>
pub fn grant_read_acp(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.grant_read_acp(inp);
self
}
/// <p>Allows grantee to read the bucket ACL.</p>
pub fn set_grant_read_acp(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_grant_read_acp(input);
self
}
/// <p>Allows grantee to create new objects in the bucket.</p>
/// <p>For the bucket and object owners of existing objects, also allows deletions and overwrites of those objects.</p>
pub fn grant_write(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.grant_write(inp);
self
}
/// <p>Allows grantee to create new objects in the bucket.</p>
/// <p>For the bucket and object owners of existing objects, also allows deletions and overwrites of those objects.</p>
pub fn set_grant_write(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_grant_write(input);
self
}
/// <p>Allows grantee to write the ACL for the applicable bucket.</p>
pub fn grant_write_acp(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.grant_write_acp(inp);
self
}
/// <p>Allows grantee to write the ACL for the applicable bucket.</p>
pub fn set_grant_write_acp(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_grant_write_acp(input);
self
}
/// <p>Specifies whether you want S3 Object Lock to be enabled for the new bucket.</p>
pub fn object_lock_enabled_for_bucket(mut self, inp: bool) -> Self {
self.inner = self.inner.object_lock_enabled_for_bucket(inp);
self
}
/// <p>Specifies whether you want S3 Object Lock to be enabled for the new bucket.</p>
pub fn set_object_lock_enabled_for_bucket(
mut self,
input: std::option::Option<bool>,
) -> Self {
self.inner = self.inner.set_object_lock_enabled_for_bucket(input);
self
}
}
/// Fluent builder constructing a request to `CreateMultipartUpload`.
///
/// <p>This action initiates a multipart upload and returns an upload ID. This upload ID is
/// used to associate all of the parts in the specific multipart upload. You specify this
/// upload ID in each of your subsequent upload part requests (see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_UploadPart.html">UploadPart</a>). You also include this
/// upload ID in the final request to either complete or abort the multipart upload
/// request.</p>
///
/// <p>For more information about multipart uploads, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/mpuoverview.html">Multipart Upload Overview</a>.</p>
///
/// <p>If you have configured a lifecycle rule to abort incomplete multipart uploads, the
/// upload must complete within the number of days specified in the bucket lifecycle
/// configuration. Otherwise, the incomplete multipart upload becomes eligible for an abort
/// action and Amazon S3 aborts the multipart upload. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/mpuoverview.html#mpu-abort-incomplete-mpu-lifecycle-config">Aborting
/// Incomplete Multipart Uploads Using a Bucket Lifecycle Policy</a>.</p>
///
/// <p>For information about the permissions required to use the multipart upload API, see
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/mpuAndPermissions.html">Multipart Upload and
/// Permissions</a>.</p>
///
/// <p>For request signing, multipart upload is just a series of regular requests. You initiate
/// a multipart upload, send one or more requests to upload parts, and then complete the
/// multipart upload process. You sign each request individually. There is nothing special
/// about signing multipart upload requests. For more information about signing, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/sig-v4-authenticating-requests.html">Authenticating
/// Requests (Amazon Web Services Signature Version 4)</a>.</p>
///
/// <note>
/// <p> After you initiate a multipart upload and upload one or more parts, to stop being
/// charged for storing the uploaded parts, you must either complete or abort the multipart
/// upload. Amazon S3 frees up the space used to store the parts and stop charging you for
/// storing them only after you either complete or abort a multipart upload. </p>
/// </note>
///
/// <p>You can optionally request server-side encryption. For server-side encryption, Amazon S3
/// encrypts your data as it writes it to disks in its data centers and decrypts it when you
/// access it. You can provide your own encryption key, or use Amazon Web Services KMS keys or Amazon S3-managed encryption keys. If you choose to provide
/// your own encryption key, the request headers you provide in <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_UploadPart.html">UploadPart</a> and <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_UploadPartCopy.html">UploadPartCopy</a> requests must match the headers you used in the request to
/// initiate the upload by using <code>CreateMultipartUpload</code>. </p>
/// <p>To perform a multipart upload with encryption using an Amazon Web Services KMS key, the requester must
/// have permission to the <code>kms:Decrypt</code> and <code>kms:GenerateDataKey*</code>
/// actions on the key. These permissions are required because Amazon S3 must decrypt and read data
/// from the encrypted file parts before it completes the multipart upload. For more
/// information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/mpuoverview.html#mpuAndPermissions">Multipart upload API
/// and permissions</a> in the <i>Amazon S3 User Guide</i>.</p>
///
/// <p>If your Identity and Access Management (IAM) user or role is in the same Amazon Web Services account
/// as the KMS key, then you must have these permissions on the key policy. If your IAM
/// user or role belongs to a different account than the key, then you must have the
/// permissions on both the key policy and your IAM user or role.</p>
///
///
/// <p> For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/serv-side-encryption.html">Protecting
/// Data Using Server-Side Encryption</a>.</p>
///
/// <dl>
/// <dt>Access Permissions</dt>
/// <dd>
/// <p>When copying an object, you can optionally specify the accounts or groups that
/// should be granted specific permissions on the new object. There are two ways to
/// grant the permissions using the request headers:</p>
/// <ul>
/// <li>
/// <p>Specify a canned ACL with the <code>x-amz-acl</code> request header. For
/// more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html#CannedACL">Canned ACL</a>.</p>
/// </li>
/// <li>
/// <p>Specify access permissions explicitly with the
/// <code>x-amz-grant-read</code>, <code>x-amz-grant-read-acp</code>,
/// <code>x-amz-grant-write-acp</code>, and
/// <code>x-amz-grant-full-control</code> headers. These parameters map to
/// the set of permissions that Amazon S3 supports in an ACL. For more information,
/// see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html">Access Control List (ACL)
/// Overview</a>.</p>
/// </li>
/// </ul>
/// <p>You can use either a canned ACL or specify access permissions explicitly. You
/// cannot do both.</p>
/// </dd>
/// <dt>Server-Side- Encryption-Specific Request Headers</dt>
/// <dd>
/// <p>You can optionally tell Amazon S3 to encrypt data at rest using server-side
/// encryption. Server-side encryption is for data encryption at rest. Amazon S3 encrypts
/// your data as it writes it to disks in its data centers and decrypts it when you
/// access it. The option you use depends on whether you want to use Amazon Web Services managed
/// encryption keys or provide your own encryption key. </p>
/// <ul>
/// <li>
/// <p>Use encryption keys managed by Amazon S3 or customer managed key stored
/// in Amazon Web Services Key Management Service (Amazon Web Services KMS) – If you want Amazon Web Services to manage the keys
/// used to encrypt data, specify the following headers in the request.</p>
/// <ul>
/// <li>
/// <p>x-amz-server-side-encryption</p>
/// </li>
/// <li>
/// <p>x-amz-server-side-encryption-aws-kms-key-id</p>
/// </li>
/// <li>
/// <p>x-amz-server-side-encryption-context</p>
/// </li>
/// </ul>
/// <note>
/// <p>If you specify <code>x-amz-server-side-encryption:aws:kms</code>, but
/// don't provide <code>x-amz-server-side-encryption-aws-kms-key-id</code>,
/// Amazon S3 uses the Amazon Web Services managed key in Amazon Web Services KMS to protect the data.</p>
/// </note>
/// <important>
/// <p>All GET and PUT requests for an object protected by Amazon Web Services KMS fail if
/// you don't make them with SSL or by using SigV4.</p>
/// </important>
/// <p>For more information about server-side encryption with KMS key (SSE-KMS),
/// see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingKMSEncryption.html">Protecting Data Using Server-Side Encryption with KMS keys</a>.</p>
/// </li>
/// <li>
/// <p>Use customer-provided encryption keys – If you want to manage your own
/// encryption keys, provide all the following headers in the request.</p>
/// <ul>
/// <li>
/// <p>x-amz-server-side-encryption-customer-algorithm</p>
/// </li>
/// <li>
/// <p>x-amz-server-side-encryption-customer-key</p>
/// </li>
/// <li>
/// <p>x-amz-server-side-encryption-customer-key-MD5</p>
/// </li>
/// </ul>
/// <p>For more information about server-side encryption with KMS keys (SSE-KMS),
/// see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingKMSEncryption.html">Protecting Data Using Server-Side Encryption with KMS keys</a>.</p>
/// </li>
/// </ul>
/// </dd>
/// <dt>Access-Control-List (ACL)-Specific Request Headers</dt>
/// <dd>
/// <p>You also can use the following access control–related headers with this
/// operation. By default, all objects are private. Only the owner has full access
/// control. When adding a new object, you can grant permissions to individual Amazon Web Services accounts or to predefined groups defined by Amazon S3. These permissions are then added
/// to the access control list (ACL) on the object. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/S3_ACLs_UsingACLs.html">Using ACLs</a>. With this
/// operation, you can grant access permissions using one of the following two
/// methods:</p>
/// <ul>
/// <li>
/// <p>Specify a canned ACL (<code>x-amz-acl</code>) — Amazon S3 supports a set of
/// predefined ACLs, known as <i>canned ACLs</i>. Each canned ACL
/// has a predefined set of grantees and permissions. For more information, see
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html#CannedACL">Canned
/// ACL</a>.</p>
/// </li>
/// <li>
/// <p>Specify access permissions explicitly — To explicitly grant access
/// permissions to specific Amazon Web Services accounts or groups, use the following headers.
/// Each header maps to specific permissions that Amazon S3 supports in an ACL. For
/// more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html">Access
/// Control List (ACL) Overview</a>. In the header, you specify a list of
/// grantees who get the specific permission. To grant permissions explicitly,
/// use:</p>
/// <ul>
/// <li>
/// <p>x-amz-grant-read</p>
/// </li>
/// <li>
/// <p>x-amz-grant-write</p>
/// </li>
/// <li>
/// <p>x-amz-grant-read-acp</p>
/// </li>
/// <li>
/// <p>x-amz-grant-write-acp</p>
/// </li>
/// <li>
/// <p>x-amz-grant-full-control</p>
/// </li>
/// </ul>
/// <p>You specify each grantee as a type=value pair, where the type is one of
/// the following:</p>
/// <ul>
/// <li>
/// <p>
/// <code>id</code> – if the value specified is the canonical user ID
/// of an Amazon Web Services account</p>
/// </li>
/// <li>
/// <p>
/// <code>uri</code> – if you are granting permissions to a predefined
/// group</p>
/// </li>
/// <li>
/// <p>
/// <code>emailAddress</code> – if the value specified is the email
/// address of an Amazon Web Services account</p>
/// <note>
/// <p>Using email addresses to specify a grantee is only supported in the following Amazon Web Services Regions: </p>
/// <ul>
/// <li>
/// <p>US East (N. Virginia)</p>
/// </li>
/// <li>
/// <p>US West (N. California)</p>
/// </li>
/// <li>
/// <p> US West (Oregon)</p>
/// </li>
/// <li>
/// <p> Asia Pacific (Singapore)</p>
/// </li>
/// <li>
/// <p>Asia Pacific (Sydney)</p>
/// </li>
/// <li>
/// <p>Asia Pacific (Tokyo)</p>
/// </li>
/// <li>
/// <p>Europe (Ireland)</p>
/// </li>
/// <li>
/// <p>South America (São Paulo)</p>
/// </li>
/// </ul>
/// <p>For a list of all the Amazon S3 supported Regions and endpoints, see <a href="https://docs.aws.amazon.com/general/latest/gr/rande.html#s3_region">Regions and Endpoints</a> in the Amazon Web Services General Reference.</p>
/// </note>
/// </li>
/// </ul>
/// <p>For example, the following <code>x-amz-grant-read</code> header grants the Amazon Web Services accounts identified by account IDs permissions to read object data and its metadata:</p>
/// <p>
/// <code>x-amz-grant-read: id="11112222333", id="444455556666" </code>
/// </p>
/// </li>
/// </ul>
///
/// </dd>
/// </dl>
///
/// <p>The following operations are related to <code>CreateMultipartUpload</code>:</p>
/// <ul>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_UploadPart.html">UploadPart</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_CompleteMultipartUpload.html">CompleteMultipartUpload</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_AbortMultipartUpload.html">AbortMultipartUpload</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListParts.html">ListParts</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListMultipartUploads.html">ListMultipartUploads</a>
/// </p>
/// </li>
/// </ul>
#[derive(std::fmt::Debug)]
pub struct CreateMultipartUpload<
C = aws_smithy_client::erase::DynConnector,
M = aws_hyper::AwsMiddleware,
R = aws_smithy_client::retry::Standard,
> {
handle: std::sync::Arc<super::Handle<C, M, R>>,
inner: crate::input::create_multipart_upload_input::Builder,
}
impl<C, M, R> CreateMultipartUpload<C, M, R>
where
C: aws_smithy_client::bounds::SmithyConnector,
M: aws_smithy_client::bounds::SmithyMiddleware<C>,
R: aws_smithy_client::retry::NewRequestPolicy,
{
/// Creates a new `CreateMultipartUpload`.
pub(crate) fn new(handle: std::sync::Arc<super::Handle<C, M, R>>) -> Self {
Self {
handle,
inner: Default::default(),
}
}
/// 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](aws_smithy_types::retry::RetryConfig), which can be
/// set when configuring the client.
pub async fn send(
self,
) -> std::result::Result<
crate::output::CreateMultipartUploadOutput,
aws_smithy_http::result::SdkError<crate::error::CreateMultipartUploadError>,
>
where
R::Policy: aws_smithy_client::bounds::SmithyRetryPolicy<
crate::input::CreateMultipartUploadInputOperationOutputAlias,
crate::output::CreateMultipartUploadOutput,
crate::error::CreateMultipartUploadError,
crate::input::CreateMultipartUploadInputOperationRetryAlias,
>,
{
let input = self.inner.build().map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
let op = input
.make_operation(&self.handle.conf)
.await
.map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
self.handle.client.call(op).await
}
/// <p>The canned ACL to apply to the object.</p>
/// <p>This action is not supported by Amazon S3 on Outposts.</p>
pub fn acl(mut self, inp: crate::model::ObjectCannedAcl) -> Self {
self.inner = self.inner.acl(inp);
self
}
/// <p>The canned ACL to apply to the object.</p>
/// <p>This action is not supported by Amazon S3 on Outposts.</p>
pub fn set_acl(
mut self,
input: std::option::Option<crate::model::ObjectCannedAcl>,
) -> Self {
self.inner = self.inner.set_acl(input);
self
}
/// <p>The name of the bucket to which to initiate the upload</p>
/// <p>When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
/// <p>When using this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.<i>outpostID</i>.s3-outposts.<i>Region</i>.amazonaws.com. When using this action using S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts bucket ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">Using S3 on Outposts</a> in the <i>Amazon S3 User Guide</i>.</p>
pub fn bucket(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.bucket(inp);
self
}
/// <p>The name of the bucket to which to initiate the upload</p>
/// <p>When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
/// <p>When using this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.<i>outpostID</i>.s3-outposts.<i>Region</i>.amazonaws.com. When using this action using S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts bucket ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">Using S3 on Outposts</a> in the <i>Amazon S3 User Guide</i>.</p>
pub fn set_bucket(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_bucket(input);
self
}
/// <p>Specifies caching behavior along the request/reply chain.</p>
pub fn cache_control(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.cache_control(inp);
self
}
/// <p>Specifies caching behavior along the request/reply chain.</p>
pub fn set_cache_control(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_cache_control(input);
self
}
/// <p>Specifies presentational information for the object.</p>
pub fn content_disposition(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.content_disposition(inp);
self
}
/// <p>Specifies presentational information for the object.</p>
pub fn set_content_disposition(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_content_disposition(input);
self
}
/// <p>Specifies what content encodings have been applied to the object and thus what decoding
/// mechanisms must be applied to obtain the media-type referenced by the Content-Type header
/// field.</p>
pub fn content_encoding(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.content_encoding(inp);
self
}
/// <p>Specifies what content encodings have been applied to the object and thus what decoding
/// mechanisms must be applied to obtain the media-type referenced by the Content-Type header
/// field.</p>
pub fn set_content_encoding(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_content_encoding(input);
self
}
/// <p>The language the content is in.</p>
pub fn content_language(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.content_language(inp);
self
}
/// <p>The language the content is in.</p>
pub fn set_content_language(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_content_language(input);
self
}
/// <p>A standard MIME type describing the format of the object data.</p>
pub fn content_type(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.content_type(inp);
self
}
/// <p>A standard MIME type describing the format of the object data.</p>
pub fn set_content_type(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_content_type(input);
self
}
/// <p>The date and time at which the object is no longer cacheable.</p>
pub fn expires(mut self, inp: aws_smithy_types::DateTime) -> Self {
self.inner = self.inner.expires(inp);
self
}
/// <p>The date and time at which the object is no longer cacheable.</p>
pub fn set_expires(
mut self,
input: std::option::Option<aws_smithy_types::DateTime>,
) -> Self {
self.inner = self.inner.set_expires(input);
self
}
/// <p>Gives the grantee READ, READ_ACP, and WRITE_ACP permissions on the
/// object.</p>
/// <p>This action is not supported by Amazon S3 on Outposts.</p>
pub fn grant_full_control(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.grant_full_control(inp);
self
}
/// <p>Gives the grantee READ, READ_ACP, and WRITE_ACP permissions on the
/// object.</p>
/// <p>This action is not supported by Amazon S3 on Outposts.</p>
pub fn set_grant_full_control(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_grant_full_control(input);
self
}
/// <p>Allows grantee to read the object data and its
/// metadata.</p>
/// <p>This action is not supported by Amazon S3 on Outposts.</p>
pub fn grant_read(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.grant_read(inp);
self
}
/// <p>Allows grantee to read the object data and its
/// metadata.</p>
/// <p>This action is not supported by Amazon S3 on Outposts.</p>
pub fn set_grant_read(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_grant_read(input);
self
}
/// <p>Allows grantee to read the object ACL.</p>
/// <p>This action is not supported by Amazon S3 on Outposts.</p>
pub fn grant_read_acp(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.grant_read_acp(inp);
self
}
/// <p>Allows grantee to read the object ACL.</p>
/// <p>This action is not supported by Amazon S3 on Outposts.</p>
pub fn set_grant_read_acp(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_grant_read_acp(input);
self
}
/// <p>Allows grantee to write the ACL for the applicable
/// object.</p>
/// <p>This action is not supported by Amazon S3 on Outposts.</p>
pub fn grant_write_acp(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.grant_write_acp(inp);
self
}
/// <p>Allows grantee to write the ACL for the applicable
/// object.</p>
/// <p>This action is not supported by Amazon S3 on Outposts.</p>
pub fn set_grant_write_acp(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_grant_write_acp(input);
self
}
/// <p>Object key for which the multipart upload is to be initiated.</p>
pub fn key(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.key(inp);
self
}
/// <p>Object key for which the multipart upload is to be initiated.</p>
pub fn set_key(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_key(input);
self
}
/// Adds a key-value pair to `Metadata`.
///
/// To override the contents of this collection use [`set_metadata`](Self::set_metadata).
///
/// <p>A map of metadata to store with the object in S3.</p>
pub fn metadata(
mut self,
k: impl Into<std::string::String>,
v: impl Into<std::string::String>,
) -> Self {
self.inner = self.inner.metadata(k, v);
self
}
/// <p>A map of metadata to store with the object in S3.</p>
pub fn set_metadata(
mut self,
input: std::option::Option<
std::collections::HashMap<std::string::String, std::string::String>,
>,
) -> Self {
self.inner = self.inner.set_metadata(input);
self
}
/// <p>The server-side encryption algorithm used when storing this object in Amazon S3 (for example,
/// AES256, aws:kms).</p>
pub fn server_side_encryption(mut self, inp: crate::model::ServerSideEncryption) -> Self {
self.inner = self.inner.server_side_encryption(inp);
self
}
/// <p>The server-side encryption algorithm used when storing this object in Amazon S3 (for example,
/// AES256, aws:kms).</p>
pub fn set_server_side_encryption(
mut self,
input: std::option::Option<crate::model::ServerSideEncryption>,
) -> Self {
self.inner = self.inner.set_server_side_encryption(input);
self
}
/// <p>By default, Amazon S3 uses the STANDARD Storage Class to store newly created objects. The
/// STANDARD storage class provides high durability and high availability. Depending on
/// performance needs, you can specify a different Storage Class. Amazon S3 on Outposts only uses
/// the OUTPOSTS Storage Class. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/storage-class-intro.html">Storage Classes</a> in the
/// <i>Amazon S3 User Guide</i>.</p>
pub fn storage_class(mut self, inp: crate::model::StorageClass) -> Self {
self.inner = self.inner.storage_class(inp);
self
}
/// <p>By default, Amazon S3 uses the STANDARD Storage Class to store newly created objects. The
/// STANDARD storage class provides high durability and high availability. Depending on
/// performance needs, you can specify a different Storage Class. Amazon S3 on Outposts only uses
/// the OUTPOSTS Storage Class. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/storage-class-intro.html">Storage Classes</a> in the
/// <i>Amazon S3 User Guide</i>.</p>
pub fn set_storage_class(
mut self,
input: std::option::Option<crate::model::StorageClass>,
) -> Self {
self.inner = self.inner.set_storage_class(input);
self
}
/// <p>If the bucket is configured as a website, redirects requests for this object to another
/// object in the same bucket or to an external URL. Amazon S3 stores the value of this header in
/// the object metadata.</p>
pub fn website_redirect_location(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.website_redirect_location(inp);
self
}
/// <p>If the bucket is configured as a website, redirects requests for this object to another
/// object in the same bucket or to an external URL. Amazon S3 stores the value of this header in
/// the object metadata.</p>
pub fn set_website_redirect_location(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_website_redirect_location(input);
self
}
/// <p>Specifies the algorithm to use to when encrypting the object (for example,
/// AES256).</p>
pub fn sse_customer_algorithm(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.sse_customer_algorithm(inp);
self
}
/// <p>Specifies the algorithm to use to when encrypting the object (for example,
/// AES256).</p>
pub fn set_sse_customer_algorithm(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_sse_customer_algorithm(input);
self
}
/// <p>Specifies the customer-provided encryption key for Amazon S3 to use in encrypting data. This
/// value is used to store the object and then it is discarded; Amazon S3 does not store the
/// encryption key. The key must be appropriate for use with the algorithm specified in the
/// <code>x-amz-server-side-encryption-customer-algorithm</code> header.</p>
pub fn sse_customer_key(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.sse_customer_key(inp);
self
}
/// <p>Specifies the customer-provided encryption key for Amazon S3 to use in encrypting data. This
/// value is used to store the object and then it is discarded; Amazon S3 does not store the
/// encryption key. The key must be appropriate for use with the algorithm specified in the
/// <code>x-amz-server-side-encryption-customer-algorithm</code> header.</p>
pub fn set_sse_customer_key(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_sse_customer_key(input);
self
}
/// <p>Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321. Amazon S3 uses
/// this header for a message integrity check to ensure that the encryption key was transmitted
/// without error.</p>
pub fn sse_customer_key_md5(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.sse_customer_key_md5(inp);
self
}
/// <p>Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321. Amazon S3 uses
/// this header for a message integrity check to ensure that the encryption key was transmitted
/// without error.</p>
pub fn set_sse_customer_key_md5(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_sse_customer_key_md5(input);
self
}
/// <p>Specifies the ID of the symmetric customer managed key to use for object
/// encryption. All GET and PUT requests for an object protected by Amazon Web Services KMS will fail if not
/// made via SSL or using SigV4. For information about configuring using any of the officially
/// supported Amazon Web Services SDKs and Amazon Web Services CLI, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingAWSSDK.html#specify-signature-version">Specifying the Signature Version in Request Authentication</a>
/// in the <i>Amazon S3 User Guide</i>.</p>
pub fn ssekms_key_id(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.ssekms_key_id(inp);
self
}
/// <p>Specifies the ID of the symmetric customer managed key to use for object
/// encryption. All GET and PUT requests for an object protected by Amazon Web Services KMS will fail if not
/// made via SSL or using SigV4. For information about configuring using any of the officially
/// supported Amazon Web Services SDKs and Amazon Web Services CLI, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingAWSSDK.html#specify-signature-version">Specifying the Signature Version in Request Authentication</a>
/// in the <i>Amazon S3 User Guide</i>.</p>
pub fn set_ssekms_key_id(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_ssekms_key_id(input);
self
}
/// <p>Specifies the Amazon Web Services KMS Encryption Context to use for object encryption. The value of this
/// header is a base64-encoded UTF-8 string holding JSON with the encryption context key-value
/// pairs.</p>
pub fn ssekms_encryption_context(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.ssekms_encryption_context(inp);
self
}
/// <p>Specifies the Amazon Web Services KMS Encryption Context to use for object encryption. The value of this
/// header is a base64-encoded UTF-8 string holding JSON with the encryption context key-value
/// pairs.</p>
pub fn set_ssekms_encryption_context(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_ssekms_encryption_context(input);
self
}
/// <p>Specifies whether Amazon S3 should use an S3 Bucket Key for object encryption with server-side encryption using AWS KMS (SSE-KMS). Setting this header to <code>true</code> causes Amazon S3 to use an S3 Bucket Key for object encryption with SSE-KMS.</p>
/// <p>Specifying this header with an object action doesn’t affect bucket-level settings for S3 Bucket Key.</p>
pub fn bucket_key_enabled(mut self, inp: bool) -> Self {
self.inner = self.inner.bucket_key_enabled(inp);
self
}
/// <p>Specifies whether Amazon S3 should use an S3 Bucket Key for object encryption with server-side encryption using AWS KMS (SSE-KMS). Setting this header to <code>true</code> causes Amazon S3 to use an S3 Bucket Key for object encryption with SSE-KMS.</p>
/// <p>Specifying this header with an object action doesn’t affect bucket-level settings for S3 Bucket Key.</p>
pub fn set_bucket_key_enabled(mut self, input: std::option::Option<bool>) -> Self {
self.inner = self.inner.set_bucket_key_enabled(input);
self
}
/// <p>Confirms that the requester knows that they will be charged for the request. Bucket
/// owners need not specify this parameter in their requests. For information about downloading
/// objects from requester pays buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in
/// Requestor Pays Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
pub fn request_payer(mut self, inp: crate::model::RequestPayer) -> Self {
self.inner = self.inner.request_payer(inp);
self
}
/// <p>Confirms that the requester knows that they will be charged for the request. Bucket
/// owners need not specify this parameter in their requests. For information about downloading
/// objects from requester pays buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in
/// Requestor Pays Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
pub fn set_request_payer(
mut self,
input: std::option::Option<crate::model::RequestPayer>,
) -> Self {
self.inner = self.inner.set_request_payer(input);
self
}
/// <p>The tag-set for the object. The tag-set must be encoded as URL Query parameters.</p>
pub fn tagging(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.tagging(inp);
self
}
/// <p>The tag-set for the object. The tag-set must be encoded as URL Query parameters.</p>
pub fn set_tagging(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_tagging(input);
self
}
/// <p>Specifies the Object Lock mode that you want to apply to the uploaded object.</p>
pub fn object_lock_mode(mut self, inp: crate::model::ObjectLockMode) -> Self {
self.inner = self.inner.object_lock_mode(inp);
self
}
/// <p>Specifies the Object Lock mode that you want to apply to the uploaded object.</p>
pub fn set_object_lock_mode(
mut self,
input: std::option::Option<crate::model::ObjectLockMode>,
) -> Self {
self.inner = self.inner.set_object_lock_mode(input);
self
}
/// <p>Specifies the date and time when you want the Object Lock to expire.</p>
pub fn object_lock_retain_until_date(mut self, inp: aws_smithy_types::DateTime) -> Self {
self.inner = self.inner.object_lock_retain_until_date(inp);
self
}
/// <p>Specifies the date and time when you want the Object Lock to expire.</p>
pub fn set_object_lock_retain_until_date(
mut self,
input: std::option::Option<aws_smithy_types::DateTime>,
) -> Self {
self.inner = self.inner.set_object_lock_retain_until_date(input);
self
}
/// <p>Specifies whether you want to apply a Legal Hold to the uploaded object.</p>
pub fn object_lock_legal_hold_status(
mut self,
inp: crate::model::ObjectLockLegalHoldStatus,
) -> Self {
self.inner = self.inner.object_lock_legal_hold_status(inp);
self
}
/// <p>Specifies whether you want to apply a Legal Hold to the uploaded object.</p>
pub fn set_object_lock_legal_hold_status(
mut self,
input: std::option::Option<crate::model::ObjectLockLegalHoldStatus>,
) -> Self {
self.inner = self.inner.set_object_lock_legal_hold_status(input);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn expected_bucket_owner(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.expected_bucket_owner(inp);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn set_expected_bucket_owner(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_expected_bucket_owner(input);
self
}
}
/// Fluent builder constructing a request to `DeleteBucket`.
///
/// <p>Deletes the S3 bucket. All objects (including all object versions and delete markers) in
/// the bucket must be deleted before the bucket itself can be deleted.</p>
///
/// <p class="title">
/// <b>Related Resources</b>
/// </p>
/// <ul>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_CreateBucket.html">CreateBucket</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteObject.html">DeleteObject</a>
/// </p>
/// </li>
/// </ul>
#[derive(std::fmt::Debug)]
pub struct DeleteBucket<
C = aws_smithy_client::erase::DynConnector,
M = aws_hyper::AwsMiddleware,
R = aws_smithy_client::retry::Standard,
> {
handle: std::sync::Arc<super::Handle<C, M, R>>,
inner: crate::input::delete_bucket_input::Builder,
}
impl<C, M, R> DeleteBucket<C, M, R>
where
C: aws_smithy_client::bounds::SmithyConnector,
M: aws_smithy_client::bounds::SmithyMiddleware<C>,
R: aws_smithy_client::retry::NewRequestPolicy,
{
/// Creates a new `DeleteBucket`.
pub(crate) fn new(handle: std::sync::Arc<super::Handle<C, M, R>>) -> Self {
Self {
handle,
inner: Default::default(),
}
}
/// 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](aws_smithy_types::retry::RetryConfig), which can be
/// set when configuring the client.
pub async fn send(
self,
) -> std::result::Result<
crate::output::DeleteBucketOutput,
aws_smithy_http::result::SdkError<crate::error::DeleteBucketError>,
>
where
R::Policy: aws_smithy_client::bounds::SmithyRetryPolicy<
crate::input::DeleteBucketInputOperationOutputAlias,
crate::output::DeleteBucketOutput,
crate::error::DeleteBucketError,
crate::input::DeleteBucketInputOperationRetryAlias,
>,
{
let input = self.inner.build().map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
let op = input
.make_operation(&self.handle.conf)
.await
.map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
self.handle.client.call(op).await
}
/// <p>Specifies the bucket being deleted.</p>
pub fn bucket(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.bucket(inp);
self
}
/// <p>Specifies the bucket being deleted.</p>
pub fn set_bucket(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_bucket(input);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn expected_bucket_owner(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.expected_bucket_owner(inp);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn set_expected_bucket_owner(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_expected_bucket_owner(input);
self
}
}
/// Fluent builder constructing a request to `DeleteBucketAnalyticsConfiguration`.
///
/// <p>Deletes an analytics configuration for the bucket (specified by the analytics
/// configuration ID).</p>
/// <p>To use this operation, you must have permissions to perform the
/// <code>s3:PutAnalyticsConfiguration</code> action. The bucket owner has this permission
/// by default. The bucket owner can grant this permission to others. For more information
/// about permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-with-s3-actions.html#using-with-s3-actions-related-to-bucket-subresources">Permissions Related to Bucket Subresource Operations</a> and <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-access-control.html">Managing Access Permissions to Your Amazon S3
/// Resources</a>.</p>
///
/// <p>For information about the Amazon S3 analytics feature, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/analytics-storage-class.html">Amazon S3 Analytics – Storage Class
/// Analysis</a>. </p>
///
/// <p>The following operations are related to
/// <code>DeleteBucketAnalyticsConfiguration</code>:</p>
/// <ul>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketAnalyticsConfiguration.html">GetBucketAnalyticsConfiguration</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListBucketAnalyticsConfigurations.html">ListBucketAnalyticsConfigurations</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketAnalyticsConfiguration.html">PutBucketAnalyticsConfiguration</a>
/// </p>
/// </li>
/// </ul>
#[derive(std::fmt::Debug)]
pub struct DeleteBucketAnalyticsConfiguration<
C = aws_smithy_client::erase::DynConnector,
M = aws_hyper::AwsMiddleware,
R = aws_smithy_client::retry::Standard,
> {
handle: std::sync::Arc<super::Handle<C, M, R>>,
inner: crate::input::delete_bucket_analytics_configuration_input::Builder,
}
impl<C, M, R> DeleteBucketAnalyticsConfiguration<C, M, R>
where
C: aws_smithy_client::bounds::SmithyConnector,
M: aws_smithy_client::bounds::SmithyMiddleware<C>,
R: aws_smithy_client::retry::NewRequestPolicy,
{
/// Creates a new `DeleteBucketAnalyticsConfiguration`.
pub(crate) fn new(handle: std::sync::Arc<super::Handle<C, M, R>>) -> Self {
Self {
handle,
inner: Default::default(),
}
}
/// 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](aws_smithy_types::retry::RetryConfig), which can be
/// set when configuring the client.
pub async fn send(
self,
) -> std::result::Result<
crate::output::DeleteBucketAnalyticsConfigurationOutput,
aws_smithy_http::result::SdkError<
crate::error::DeleteBucketAnalyticsConfigurationError,
>,
>
where
R::Policy: aws_smithy_client::bounds::SmithyRetryPolicy<
crate::input::DeleteBucketAnalyticsConfigurationInputOperationOutputAlias,
crate::output::DeleteBucketAnalyticsConfigurationOutput,
crate::error::DeleteBucketAnalyticsConfigurationError,
crate::input::DeleteBucketAnalyticsConfigurationInputOperationRetryAlias,
>,
{
let input = self.inner.build().map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
let op = input
.make_operation(&self.handle.conf)
.await
.map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
self.handle.client.call(op).await
}
/// <p>The name of the bucket from which an analytics configuration is deleted.</p>
pub fn bucket(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.bucket(inp);
self
}
/// <p>The name of the bucket from which an analytics configuration is deleted.</p>
pub fn set_bucket(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_bucket(input);
self
}
/// <p>The ID that identifies the analytics configuration.</p>
pub fn id(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.id(inp);
self
}
/// <p>The ID that identifies the analytics configuration.</p>
pub fn set_id(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_id(input);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn expected_bucket_owner(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.expected_bucket_owner(inp);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn set_expected_bucket_owner(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_expected_bucket_owner(input);
self
}
}
/// Fluent builder constructing a request to `DeleteBucketCors`.
///
/// <p>Deletes the <code>cors</code> configuration information set for the bucket.</p>
/// <p>To use this operation, you must have permission to perform the
/// <code>s3:PutBucketCORS</code> action. The bucket owner has this permission by default
/// and can grant this permission to others. </p>
/// <p>For information about <code>cors</code>, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/cors.html">Enabling
/// Cross-Origin Resource Sharing</a> in the <i>Amazon S3 User Guide</i>.</p>
///
/// <p class="title">
/// <b>Related Resources:</b>
/// </p>
/// <ul>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketCors.html">PutBucketCors</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/RESTOPTIONSobject.html">RESTOPTIONSobject</a>
/// </p>
/// </li>
/// </ul>
#[derive(std::fmt::Debug)]
pub struct DeleteBucketCors<
C = aws_smithy_client::erase::DynConnector,
M = aws_hyper::AwsMiddleware,
R = aws_smithy_client::retry::Standard,
> {
handle: std::sync::Arc<super::Handle<C, M, R>>,
inner: crate::input::delete_bucket_cors_input::Builder,
}
impl<C, M, R> DeleteBucketCors<C, M, R>
where
C: aws_smithy_client::bounds::SmithyConnector,
M: aws_smithy_client::bounds::SmithyMiddleware<C>,
R: aws_smithy_client::retry::NewRequestPolicy,
{
/// Creates a new `DeleteBucketCors`.
pub(crate) fn new(handle: std::sync::Arc<super::Handle<C, M, R>>) -> Self {
Self {
handle,
inner: Default::default(),
}
}
/// 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](aws_smithy_types::retry::RetryConfig), which can be
/// set when configuring the client.
pub async fn send(
self,
) -> std::result::Result<
crate::output::DeleteBucketCorsOutput,
aws_smithy_http::result::SdkError<crate::error::DeleteBucketCorsError>,
>
where
R::Policy: aws_smithy_client::bounds::SmithyRetryPolicy<
crate::input::DeleteBucketCorsInputOperationOutputAlias,
crate::output::DeleteBucketCorsOutput,
crate::error::DeleteBucketCorsError,
crate::input::DeleteBucketCorsInputOperationRetryAlias,
>,
{
let input = self.inner.build().map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
let op = input
.make_operation(&self.handle.conf)
.await
.map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
self.handle.client.call(op).await
}
/// <p>Specifies the bucket whose <code>cors</code> configuration is being deleted.</p>
pub fn bucket(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.bucket(inp);
self
}
/// <p>Specifies the bucket whose <code>cors</code> configuration is being deleted.</p>
pub fn set_bucket(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_bucket(input);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn expected_bucket_owner(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.expected_bucket_owner(inp);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn set_expected_bucket_owner(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_expected_bucket_owner(input);
self
}
}
/// Fluent builder constructing a request to `DeleteBucketEncryption`.
///
/// <p>This implementation of the DELETE action removes default encryption from the bucket.
/// For information about the Amazon S3 default encryption feature, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/bucket-encryption.html">Amazon S3 Default Bucket Encryption</a> in the
/// <i>Amazon S3 User Guide</i>.</p>
/// <p>To use this operation, you must have permissions to perform the
/// <code>s3:PutEncryptionConfiguration</code> action. The bucket owner has this permission
/// by default. The bucket owner can grant this permission to others. For more information
/// about permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-with-s3-actions.html#using-with-s3-actions-related-to-bucket-subresources">Permissions Related to Bucket Subresource Operations</a> and <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-access-control.html">Managing Access Permissions to your Amazon S3
/// Resources</a> in the <i>Amazon S3 User Guide</i>.</p>
///
/// <p class="title">
/// <b>Related Resources</b>
/// </p>
/// <ul>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketEncryption.html">PutBucketEncryption</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketEncryption.html">GetBucketEncryption</a>
/// </p>
/// </li>
/// </ul>
#[derive(std::fmt::Debug)]
pub struct DeleteBucketEncryption<
C = aws_smithy_client::erase::DynConnector,
M = aws_hyper::AwsMiddleware,
R = aws_smithy_client::retry::Standard,
> {
handle: std::sync::Arc<super::Handle<C, M, R>>,
inner: crate::input::delete_bucket_encryption_input::Builder,
}
impl<C, M, R> DeleteBucketEncryption<C, M, R>
where
C: aws_smithy_client::bounds::SmithyConnector,
M: aws_smithy_client::bounds::SmithyMiddleware<C>,
R: aws_smithy_client::retry::NewRequestPolicy,
{
/// Creates a new `DeleteBucketEncryption`.
pub(crate) fn new(handle: std::sync::Arc<super::Handle<C, M, R>>) -> Self {
Self {
handle,
inner: Default::default(),
}
}
/// 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](aws_smithy_types::retry::RetryConfig), which can be
/// set when configuring the client.
pub async fn send(
self,
) -> std::result::Result<
crate::output::DeleteBucketEncryptionOutput,
aws_smithy_http::result::SdkError<crate::error::DeleteBucketEncryptionError>,
>
where
R::Policy: aws_smithy_client::bounds::SmithyRetryPolicy<
crate::input::DeleteBucketEncryptionInputOperationOutputAlias,
crate::output::DeleteBucketEncryptionOutput,
crate::error::DeleteBucketEncryptionError,
crate::input::DeleteBucketEncryptionInputOperationRetryAlias,
>,
{
let input = self.inner.build().map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
let op = input
.make_operation(&self.handle.conf)
.await
.map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
self.handle.client.call(op).await
}
/// <p>The name of the bucket containing the server-side encryption configuration to
/// delete.</p>
pub fn bucket(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.bucket(inp);
self
}
/// <p>The name of the bucket containing the server-side encryption configuration to
/// delete.</p>
pub fn set_bucket(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_bucket(input);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn expected_bucket_owner(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.expected_bucket_owner(inp);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn set_expected_bucket_owner(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_expected_bucket_owner(input);
self
}
}
/// Fluent builder constructing a request to `DeleteBucketIntelligentTieringConfiguration`.
///
/// <p>Deletes the S3 Intelligent-Tiering configuration from the specified bucket.</p>
/// <p>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.</p>
/// <p>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.</p>
/// <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/storage-class-intro.html#sc-dynamic-data-access">Storage class for automatically optimizing frequently and infrequently accessed objects</a>.</p>
/// <p>Operations related to
/// <code>DeleteBucketIntelligentTieringConfiguration</code> include: </p>
/// <ul>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketIntelligentTieringConfiguration.html">GetBucketIntelligentTieringConfiguration</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketIntelligentTieringConfiguration.html">PutBucketIntelligentTieringConfiguration</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListBucketIntelligentTieringConfigurations.html">ListBucketIntelligentTieringConfigurations</a>
/// </p>
/// </li>
/// </ul>
#[derive(std::fmt::Debug)]
pub struct DeleteBucketIntelligentTieringConfiguration<
C = aws_smithy_client::erase::DynConnector,
M = aws_hyper::AwsMiddleware,
R = aws_smithy_client::retry::Standard,
> {
handle: std::sync::Arc<super::Handle<C, M, R>>,
inner: crate::input::delete_bucket_intelligent_tiering_configuration_input::Builder,
}
impl<C, M, R> DeleteBucketIntelligentTieringConfiguration<C, M, R>
where
C: aws_smithy_client::bounds::SmithyConnector,
M: aws_smithy_client::bounds::SmithyMiddleware<C>,
R: aws_smithy_client::retry::NewRequestPolicy,
{
/// Creates a new `DeleteBucketIntelligentTieringConfiguration`.
pub(crate) fn new(handle: std::sync::Arc<super::Handle<C, M, R>>) -> Self {
Self {
handle,
inner: Default::default(),
}
}
/// 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](aws_smithy_types::retry::RetryConfig), which can be
/// set when configuring the client.
pub async fn send(
self,
) -> std::result::Result<
crate::output::DeleteBucketIntelligentTieringConfigurationOutput,
aws_smithy_http::result::SdkError<
crate::error::DeleteBucketIntelligentTieringConfigurationError,
>,
>
where
R::Policy: aws_smithy_client::bounds::SmithyRetryPolicy<
crate::input::DeleteBucketIntelligentTieringConfigurationInputOperationOutputAlias,
crate::output::DeleteBucketIntelligentTieringConfigurationOutput,
crate::error::DeleteBucketIntelligentTieringConfigurationError,
crate::input::DeleteBucketIntelligentTieringConfigurationInputOperationRetryAlias,
>,
{
let input = self.inner.build().map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
let op = input
.make_operation(&self.handle.conf)
.await
.map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
self.handle.client.call(op).await
}
/// <p>The name of the Amazon S3 bucket whose configuration you want to modify or retrieve.</p>
pub fn bucket(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.bucket(inp);
self
}
/// <p>The name of the Amazon S3 bucket whose configuration you want to modify or retrieve.</p>
pub fn set_bucket(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_bucket(input);
self
}
/// <p>The ID used to identify the S3 Intelligent-Tiering configuration.</p>
pub fn id(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.id(inp);
self
}
/// <p>The ID used to identify the S3 Intelligent-Tiering configuration.</p>
pub fn set_id(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_id(input);
self
}
}
/// Fluent builder constructing a request to `DeleteBucketInventoryConfiguration`.
///
/// <p>Deletes an inventory configuration (identified by the inventory ID) from the
/// bucket.</p>
/// <p>To use this operation, you must have permissions to perform the
/// <code>s3:PutInventoryConfiguration</code> action. The bucket owner has this permission
/// by default. The bucket owner can grant this permission to others. For more information
/// about permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-with-s3-actions.html#using-with-s3-actions-related-to-bucket-subresources">Permissions Related to Bucket Subresource Operations</a> and <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-access-control.html">Managing Access Permissions to Your Amazon S3
/// Resources</a>.</p>
/// <p>For information about the Amazon S3 inventory feature, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/storage-inventory.html">Amazon S3 Inventory</a>.</p>
/// <p>Operations related to <code>DeleteBucketInventoryConfiguration</code> include: </p>
/// <ul>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketInventoryConfiguration.html">GetBucketInventoryConfiguration</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketInventoryConfiguration.html">PutBucketInventoryConfiguration</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListBucketInventoryConfigurations.html">ListBucketInventoryConfigurations</a>
/// </p>
/// </li>
/// </ul>
#[derive(std::fmt::Debug)]
pub struct DeleteBucketInventoryConfiguration<
C = aws_smithy_client::erase::DynConnector,
M = aws_hyper::AwsMiddleware,
R = aws_smithy_client::retry::Standard,
> {
handle: std::sync::Arc<super::Handle<C, M, R>>,
inner: crate::input::delete_bucket_inventory_configuration_input::Builder,
}
impl<C, M, R> DeleteBucketInventoryConfiguration<C, M, R>
where
C: aws_smithy_client::bounds::SmithyConnector,
M: aws_smithy_client::bounds::SmithyMiddleware<C>,
R: aws_smithy_client::retry::NewRequestPolicy,
{
/// Creates a new `DeleteBucketInventoryConfiguration`.
pub(crate) fn new(handle: std::sync::Arc<super::Handle<C, M, R>>) -> Self {
Self {
handle,
inner: Default::default(),
}
}
/// 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](aws_smithy_types::retry::RetryConfig), which can be
/// set when configuring the client.
pub async fn send(
self,
) -> std::result::Result<
crate::output::DeleteBucketInventoryConfigurationOutput,
aws_smithy_http::result::SdkError<
crate::error::DeleteBucketInventoryConfigurationError,
>,
>
where
R::Policy: aws_smithy_client::bounds::SmithyRetryPolicy<
crate::input::DeleteBucketInventoryConfigurationInputOperationOutputAlias,
crate::output::DeleteBucketInventoryConfigurationOutput,
crate::error::DeleteBucketInventoryConfigurationError,
crate::input::DeleteBucketInventoryConfigurationInputOperationRetryAlias,
>,
{
let input = self.inner.build().map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
let op = input
.make_operation(&self.handle.conf)
.await
.map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
self.handle.client.call(op).await
}
/// <p>The name of the bucket containing the inventory configuration to delete.</p>
pub fn bucket(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.bucket(inp);
self
}
/// <p>The name of the bucket containing the inventory configuration to delete.</p>
pub fn set_bucket(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_bucket(input);
self
}
/// <p>The ID used to identify the inventory configuration.</p>
pub fn id(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.id(inp);
self
}
/// <p>The ID used to identify the inventory configuration.</p>
pub fn set_id(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_id(input);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn expected_bucket_owner(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.expected_bucket_owner(inp);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn set_expected_bucket_owner(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_expected_bucket_owner(input);
self
}
}
/// Fluent builder constructing a request to `DeleteBucketLifecycle`.
///
/// <p>Deletes the lifecycle configuration from the specified bucket. Amazon S3 removes all the
/// lifecycle configuration rules in the lifecycle subresource associated with the bucket. Your
/// objects never expire, and Amazon S3 no longer automatically deletes any objects on the basis of
/// rules contained in the deleted lifecycle configuration.</p>
/// <p>To use this operation, you must have permission to perform the
/// <code>s3:PutLifecycleConfiguration</code> action. By default, the bucket owner has this
/// permission and the bucket owner can grant this permission to others.</p>
///
/// <p>There is usually some time lag before lifecycle configuration deletion is fully
/// propagated to all the Amazon S3 systems.</p>
///
/// <p>For more information about the object expiration, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/intro-lifecycle-rules.html#intro-lifecycle-rules-actions">Elements to
/// Describe Lifecycle Actions</a>.</p>
/// <p>Related actions include:</p>
/// <ul>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketLifecycleConfiguration.html">PutBucketLifecycleConfiguration</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketLifecycleConfiguration.html">GetBucketLifecycleConfiguration</a>
/// </p>
/// </li>
/// </ul>
#[derive(std::fmt::Debug)]
pub struct DeleteBucketLifecycle<
C = aws_smithy_client::erase::DynConnector,
M = aws_hyper::AwsMiddleware,
R = aws_smithy_client::retry::Standard,
> {
handle: std::sync::Arc<super::Handle<C, M, R>>,
inner: crate::input::delete_bucket_lifecycle_input::Builder,
}
impl<C, M, R> DeleteBucketLifecycle<C, M, R>
where
C: aws_smithy_client::bounds::SmithyConnector,
M: aws_smithy_client::bounds::SmithyMiddleware<C>,
R: aws_smithy_client::retry::NewRequestPolicy,
{
/// Creates a new `DeleteBucketLifecycle`.
pub(crate) fn new(handle: std::sync::Arc<super::Handle<C, M, R>>) -> Self {
Self {
handle,
inner: Default::default(),
}
}
/// 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](aws_smithy_types::retry::RetryConfig), which can be
/// set when configuring the client.
pub async fn send(
self,
) -> std::result::Result<
crate::output::DeleteBucketLifecycleOutput,
aws_smithy_http::result::SdkError<crate::error::DeleteBucketLifecycleError>,
>
where
R::Policy: aws_smithy_client::bounds::SmithyRetryPolicy<
crate::input::DeleteBucketLifecycleInputOperationOutputAlias,
crate::output::DeleteBucketLifecycleOutput,
crate::error::DeleteBucketLifecycleError,
crate::input::DeleteBucketLifecycleInputOperationRetryAlias,
>,
{
let input = self.inner.build().map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
let op = input
.make_operation(&self.handle.conf)
.await
.map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
self.handle.client.call(op).await
}
/// <p>The bucket name of the lifecycle to delete.</p>
pub fn bucket(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.bucket(inp);
self
}
/// <p>The bucket name of the lifecycle to delete.</p>
pub fn set_bucket(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_bucket(input);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn expected_bucket_owner(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.expected_bucket_owner(inp);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn set_expected_bucket_owner(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_expected_bucket_owner(input);
self
}
}
/// Fluent builder constructing a request to `DeleteBucketMetricsConfiguration`.
///
/// <p>Deletes a metrics configuration for the Amazon CloudWatch request metrics (specified by the
/// metrics configuration ID) from the bucket. Note that this doesn't include the daily storage
/// metrics.</p>
///
/// <p> To use this operation, you must have permissions to perform the
/// <code>s3:PutMetricsConfiguration</code> action. The bucket owner has this permission by
/// default. The bucket owner can grant this permission to others. For more information about
/// permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-with-s3-actions.html#using-with-s3-actions-related-to-bucket-subresources">Permissions Related to Bucket Subresource Operations</a> and <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-access-control.html">Managing Access Permissions to Your Amazon S3
/// Resources</a>.</p>
///
/// <p>For information about CloudWatch request metrics for Amazon S3, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/cloudwatch-monitoring.html">Monitoring Metrics with Amazon CloudWatch</a>. </p>
/// <p>The following operations are related to
/// <code>DeleteBucketMetricsConfiguration</code>:</p>
/// <ul>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketMetricsConfiguration.html">GetBucketMetricsConfiguration</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketMetricsConfiguration.html">PutBucketMetricsConfiguration</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListBucketMetricsConfigurations.html">ListBucketMetricsConfigurations</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/cloudwatch-monitoring.html">Monitoring Metrics with Amazon
/// CloudWatch</a>
/// </p>
/// </li>
/// </ul>
#[derive(std::fmt::Debug)]
pub struct DeleteBucketMetricsConfiguration<
C = aws_smithy_client::erase::DynConnector,
M = aws_hyper::AwsMiddleware,
R = aws_smithy_client::retry::Standard,
> {
handle: std::sync::Arc<super::Handle<C, M, R>>,
inner: crate::input::delete_bucket_metrics_configuration_input::Builder,
}
impl<C, M, R> DeleteBucketMetricsConfiguration<C, M, R>
where
C: aws_smithy_client::bounds::SmithyConnector,
M: aws_smithy_client::bounds::SmithyMiddleware<C>,
R: aws_smithy_client::retry::NewRequestPolicy,
{
/// Creates a new `DeleteBucketMetricsConfiguration`.
pub(crate) fn new(handle: std::sync::Arc<super::Handle<C, M, R>>) -> Self {
Self {
handle,
inner: Default::default(),
}
}
/// 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](aws_smithy_types::retry::RetryConfig), which can be
/// set when configuring the client.
pub async fn send(
self,
) -> std::result::Result<
crate::output::DeleteBucketMetricsConfigurationOutput,
aws_smithy_http::result::SdkError<crate::error::DeleteBucketMetricsConfigurationError>,
>
where
R::Policy: aws_smithy_client::bounds::SmithyRetryPolicy<
crate::input::DeleteBucketMetricsConfigurationInputOperationOutputAlias,
crate::output::DeleteBucketMetricsConfigurationOutput,
crate::error::DeleteBucketMetricsConfigurationError,
crate::input::DeleteBucketMetricsConfigurationInputOperationRetryAlias,
>,
{
let input = self.inner.build().map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
let op = input
.make_operation(&self.handle.conf)
.await
.map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
self.handle.client.call(op).await
}
/// <p>The name of the bucket containing the metrics configuration to delete.</p>
pub fn bucket(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.bucket(inp);
self
}
/// <p>The name of the bucket containing the metrics configuration to delete.</p>
pub fn set_bucket(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_bucket(input);
self
}
/// <p>The ID used to identify the metrics configuration.</p>
pub fn id(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.id(inp);
self
}
/// <p>The ID used to identify the metrics configuration.</p>
pub fn set_id(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_id(input);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn expected_bucket_owner(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.expected_bucket_owner(inp);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn set_expected_bucket_owner(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_expected_bucket_owner(input);
self
}
}
/// Fluent builder constructing a request to `DeleteBucketOwnershipControls`.
///
/// <p>Removes <code>OwnershipControls</code> for an Amazon S3 bucket. To use this operation, you
/// must have the <code>s3:PutBucketOwnershipControls</code> permission. For more information
/// about Amazon S3 permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/using-with-s3-actions.html">Specifying
/// Permissions in a Policy</a>.</p>
/// <p>For information about Amazon S3 Object Ownership, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/about-object-ownership.html">Using Object Ownership</a>. </p>
/// <p>The following operations are related to
/// <code>DeleteBucketOwnershipControls</code>:</p>
/// <ul>
/// <li>
/// <p>
/// <a>GetBucketOwnershipControls</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a>PutBucketOwnershipControls</a>
/// </p>
/// </li>
/// </ul>
#[derive(std::fmt::Debug)]
pub struct DeleteBucketOwnershipControls<
C = aws_smithy_client::erase::DynConnector,
M = aws_hyper::AwsMiddleware,
R = aws_smithy_client::retry::Standard,
> {
handle: std::sync::Arc<super::Handle<C, M, R>>,
inner: crate::input::delete_bucket_ownership_controls_input::Builder,
}
impl<C, M, R> DeleteBucketOwnershipControls<C, M, R>
where
C: aws_smithy_client::bounds::SmithyConnector,
M: aws_smithy_client::bounds::SmithyMiddleware<C>,
R: aws_smithy_client::retry::NewRequestPolicy,
{
/// Creates a new `DeleteBucketOwnershipControls`.
pub(crate) fn new(handle: std::sync::Arc<super::Handle<C, M, R>>) -> Self {
Self {
handle,
inner: Default::default(),
}
}
/// 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](aws_smithy_types::retry::RetryConfig), which can be
/// set when configuring the client.
pub async fn send(
self,
) -> std::result::Result<
crate::output::DeleteBucketOwnershipControlsOutput,
aws_smithy_http::result::SdkError<crate::error::DeleteBucketOwnershipControlsError>,
>
where
R::Policy: aws_smithy_client::bounds::SmithyRetryPolicy<
crate::input::DeleteBucketOwnershipControlsInputOperationOutputAlias,
crate::output::DeleteBucketOwnershipControlsOutput,
crate::error::DeleteBucketOwnershipControlsError,
crate::input::DeleteBucketOwnershipControlsInputOperationRetryAlias,
>,
{
let input = self.inner.build().map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
let op = input
.make_operation(&self.handle.conf)
.await
.map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
self.handle.client.call(op).await
}
/// <p>The Amazon S3 bucket whose <code>OwnershipControls</code> you want to delete. </p>
pub fn bucket(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.bucket(inp);
self
}
/// <p>The Amazon S3 bucket whose <code>OwnershipControls</code> you want to delete. </p>
pub fn set_bucket(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_bucket(input);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn expected_bucket_owner(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.expected_bucket_owner(inp);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn set_expected_bucket_owner(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_expected_bucket_owner(input);
self
}
}
/// Fluent builder constructing a request to `DeleteBucketPolicy`.
///
/// <p>This implementation of the DELETE action uses the policy subresource to delete the
/// policy of a specified bucket. If you are using an identity other than the root user of the
/// Amazon Web Services account that owns the bucket, the calling identity must have the
/// <code>DeleteBucketPolicy</code> permissions on the specified bucket and belong to the
/// bucket owner's account to use this operation. </p>
///
/// <p>If you don't have <code>DeleteBucketPolicy</code> permissions, Amazon S3 returns a <code>403
/// Access Denied</code> error. If you have the correct permissions, but you're not using an
/// identity that belongs to the bucket owner's account, Amazon S3 returns a <code>405 Method Not
/// Allowed</code> error. </p>
///
/// <important>
/// <p>As a security precaution, the root user of the Amazon Web Services account that owns a bucket can
/// always use this operation, even if the policy explicitly denies the root user the
/// ability to perform this action.</p>
/// </important>
///
/// <p>For more information about bucket policies, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/using-iam-policies.html">Using Bucket Policies and
/// UserPolicies</a>. </p>
/// <p>The following operations are related to <code>DeleteBucketPolicy</code>
/// </p>
/// <ul>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_CreateBucket.html">CreateBucket</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteObject.html">DeleteObject</a>
/// </p>
/// </li>
/// </ul>
#[derive(std::fmt::Debug)]
pub struct DeleteBucketPolicy<
C = aws_smithy_client::erase::DynConnector,
M = aws_hyper::AwsMiddleware,
R = aws_smithy_client::retry::Standard,
> {
handle: std::sync::Arc<super::Handle<C, M, R>>,
inner: crate::input::delete_bucket_policy_input::Builder,
}
impl<C, M, R> DeleteBucketPolicy<C, M, R>
where
C: aws_smithy_client::bounds::SmithyConnector,
M: aws_smithy_client::bounds::SmithyMiddleware<C>,
R: aws_smithy_client::retry::NewRequestPolicy,
{
/// Creates a new `DeleteBucketPolicy`.
pub(crate) fn new(handle: std::sync::Arc<super::Handle<C, M, R>>) -> Self {
Self {
handle,
inner: Default::default(),
}
}
/// 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](aws_smithy_types::retry::RetryConfig), which can be
/// set when configuring the client.
pub async fn send(
self,
) -> std::result::Result<
crate::output::DeleteBucketPolicyOutput,
aws_smithy_http::result::SdkError<crate::error::DeleteBucketPolicyError>,
>
where
R::Policy: aws_smithy_client::bounds::SmithyRetryPolicy<
crate::input::DeleteBucketPolicyInputOperationOutputAlias,
crate::output::DeleteBucketPolicyOutput,
crate::error::DeleteBucketPolicyError,
crate::input::DeleteBucketPolicyInputOperationRetryAlias,
>,
{
let input = self.inner.build().map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
let op = input
.make_operation(&self.handle.conf)
.await
.map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
self.handle.client.call(op).await
}
/// <p>The bucket name.</p>
pub fn bucket(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.bucket(inp);
self
}
/// <p>The bucket name.</p>
pub fn set_bucket(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_bucket(input);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn expected_bucket_owner(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.expected_bucket_owner(inp);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn set_expected_bucket_owner(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_expected_bucket_owner(input);
self
}
}
/// Fluent builder constructing a request to `DeleteBucketReplication`.
///
/// <p> Deletes the replication configuration from the bucket.</p>
/// <p>To use this operation, you must have permissions to perform the
/// <code>s3:PutReplicationConfiguration</code> action. The bucket owner has these
/// permissions by default and can grant it to others. For more information about permissions,
/// see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-with-s3-actions.html#using-with-s3-actions-related-to-bucket-subresources">Permissions Related to Bucket Subresource Operations</a> and <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-access-control.html">Managing Access Permissions to Your Amazon S3
/// Resources</a>. </p>
/// <note>
/// <p>It can take a while for the deletion of a replication configuration to fully
/// propagate.</p>
/// </note>
///
/// <p> For information about replication configuration, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/replication.html">Replication</a> in the <i>Amazon S3 User Guide</i>.</p>
///
/// <p>The following operations are related to <code>DeleteBucketReplication</code>:</p>
/// <ul>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketReplication.html">PutBucketReplication</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketReplication.html">GetBucketReplication</a>
/// </p>
/// </li>
/// </ul>
#[derive(std::fmt::Debug)]
pub struct DeleteBucketReplication<
C = aws_smithy_client::erase::DynConnector,
M = aws_hyper::AwsMiddleware,
R = aws_smithy_client::retry::Standard,
> {
handle: std::sync::Arc<super::Handle<C, M, R>>,
inner: crate::input::delete_bucket_replication_input::Builder,
}
impl<C, M, R> DeleteBucketReplication<C, M, R>
where
C: aws_smithy_client::bounds::SmithyConnector,
M: aws_smithy_client::bounds::SmithyMiddleware<C>,
R: aws_smithy_client::retry::NewRequestPolicy,
{
/// Creates a new `DeleteBucketReplication`.
pub(crate) fn new(handle: std::sync::Arc<super::Handle<C, M, R>>) -> Self {
Self {
handle,
inner: Default::default(),
}
}
/// 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](aws_smithy_types::retry::RetryConfig), which can be
/// set when configuring the client.
pub async fn send(
self,
) -> std::result::Result<
crate::output::DeleteBucketReplicationOutput,
aws_smithy_http::result::SdkError<crate::error::DeleteBucketReplicationError>,
>
where
R::Policy: aws_smithy_client::bounds::SmithyRetryPolicy<
crate::input::DeleteBucketReplicationInputOperationOutputAlias,
crate::output::DeleteBucketReplicationOutput,
crate::error::DeleteBucketReplicationError,
crate::input::DeleteBucketReplicationInputOperationRetryAlias,
>,
{
let input = self.inner.build().map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
let op = input
.make_operation(&self.handle.conf)
.await
.map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
self.handle.client.call(op).await
}
/// <p> The bucket name. </p>
pub fn bucket(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.bucket(inp);
self
}
/// <p> The bucket name. </p>
pub fn set_bucket(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_bucket(input);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn expected_bucket_owner(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.expected_bucket_owner(inp);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn set_expected_bucket_owner(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_expected_bucket_owner(input);
self
}
}
/// Fluent builder constructing a request to `DeleteBucketTagging`.
///
/// <p>Deletes the tags from the bucket.</p>
///
/// <p>To use this operation, you must have permission to perform the
/// <code>s3:PutBucketTagging</code> action. By default, the bucket owner has this
/// permission and can grant this permission to others. </p>
/// <p>The following operations are related to <code>DeleteBucketTagging</code>:</p>
/// <ul>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketTagging.html">GetBucketTagging</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketTagging.html">PutBucketTagging</a>
/// </p>
/// </li>
/// </ul>
#[derive(std::fmt::Debug)]
pub struct DeleteBucketTagging<
C = aws_smithy_client::erase::DynConnector,
M = aws_hyper::AwsMiddleware,
R = aws_smithy_client::retry::Standard,
> {
handle: std::sync::Arc<super::Handle<C, M, R>>,
inner: crate::input::delete_bucket_tagging_input::Builder,
}
impl<C, M, R> DeleteBucketTagging<C, M, R>
where
C: aws_smithy_client::bounds::SmithyConnector,
M: aws_smithy_client::bounds::SmithyMiddleware<C>,
R: aws_smithy_client::retry::NewRequestPolicy,
{
/// Creates a new `DeleteBucketTagging`.
pub(crate) fn new(handle: std::sync::Arc<super::Handle<C, M, R>>) -> Self {
Self {
handle,
inner: Default::default(),
}
}
/// 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](aws_smithy_types::retry::RetryConfig), which can be
/// set when configuring the client.
pub async fn send(
self,
) -> std::result::Result<
crate::output::DeleteBucketTaggingOutput,
aws_smithy_http::result::SdkError<crate::error::DeleteBucketTaggingError>,
>
where
R::Policy: aws_smithy_client::bounds::SmithyRetryPolicy<
crate::input::DeleteBucketTaggingInputOperationOutputAlias,
crate::output::DeleteBucketTaggingOutput,
crate::error::DeleteBucketTaggingError,
crate::input::DeleteBucketTaggingInputOperationRetryAlias,
>,
{
let input = self.inner.build().map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
let op = input
.make_operation(&self.handle.conf)
.await
.map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
self.handle.client.call(op).await
}
/// <p>The bucket that has the tag set to be removed.</p>
pub fn bucket(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.bucket(inp);
self
}
/// <p>The bucket that has the tag set to be removed.</p>
pub fn set_bucket(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_bucket(input);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn expected_bucket_owner(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.expected_bucket_owner(inp);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn set_expected_bucket_owner(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_expected_bucket_owner(input);
self
}
}
/// Fluent builder constructing a request to `DeleteBucketWebsite`.
///
/// <p>This action removes the website configuration for a bucket. Amazon S3 returns a <code>200
/// OK</code> response upon successfully deleting a website configuration on the specified
/// bucket. You will get a <code>200 OK</code> response if the website configuration you are
/// trying to delete does not exist on the bucket. Amazon S3 returns a <code>404</code> response if
/// the bucket specified in the request does not exist.</p>
///
/// <p>This DELETE action requires the <code>S3:DeleteBucketWebsite</code> permission. By
/// default, only the bucket owner can delete the website configuration attached to a bucket.
/// However, bucket owners can grant other users permission to delete the website configuration
/// by writing a bucket policy granting them the <code>S3:DeleteBucketWebsite</code>
/// permission. </p>
///
/// <p>For more information about hosting websites, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/WebsiteHosting.html">Hosting Websites on Amazon S3</a>. </p>
///
/// <p>The following operations are related to <code>DeleteBucketWebsite</code>:</p>
/// <ul>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketWebsite.html">GetBucketWebsite</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketWebsite.html">PutBucketWebsite</a>
/// </p>
/// </li>
/// </ul>
#[derive(std::fmt::Debug)]
pub struct DeleteBucketWebsite<
C = aws_smithy_client::erase::DynConnector,
M = aws_hyper::AwsMiddleware,
R = aws_smithy_client::retry::Standard,
> {
handle: std::sync::Arc<super::Handle<C, M, R>>,
inner: crate::input::delete_bucket_website_input::Builder,
}
impl<C, M, R> DeleteBucketWebsite<C, M, R>
where
C: aws_smithy_client::bounds::SmithyConnector,
M: aws_smithy_client::bounds::SmithyMiddleware<C>,
R: aws_smithy_client::retry::NewRequestPolicy,
{
/// Creates a new `DeleteBucketWebsite`.
pub(crate) fn new(handle: std::sync::Arc<super::Handle<C, M, R>>) -> Self {
Self {
handle,
inner: Default::default(),
}
}
/// 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](aws_smithy_types::retry::RetryConfig), which can be
/// set when configuring the client.
pub async fn send(
self,
) -> std::result::Result<
crate::output::DeleteBucketWebsiteOutput,
aws_smithy_http::result::SdkError<crate::error::DeleteBucketWebsiteError>,
>
where
R::Policy: aws_smithy_client::bounds::SmithyRetryPolicy<
crate::input::DeleteBucketWebsiteInputOperationOutputAlias,
crate::output::DeleteBucketWebsiteOutput,
crate::error::DeleteBucketWebsiteError,
crate::input::DeleteBucketWebsiteInputOperationRetryAlias,
>,
{
let input = self.inner.build().map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
let op = input
.make_operation(&self.handle.conf)
.await
.map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
self.handle.client.call(op).await
}
/// <p>The bucket name for which you want to remove the website configuration. </p>
pub fn bucket(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.bucket(inp);
self
}
/// <p>The bucket name for which you want to remove the website configuration. </p>
pub fn set_bucket(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_bucket(input);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn expected_bucket_owner(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.expected_bucket_owner(inp);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn set_expected_bucket_owner(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_expected_bucket_owner(input);
self
}
}
/// Fluent builder constructing a request to `DeleteObject`.
///
/// <p>Removes the null version (if there is one) of an object and inserts a delete marker,
/// which becomes the latest version of the object. If there isn't a null version, Amazon S3 does
/// not remove any objects but will still respond that the command was successful.</p>
///
/// <p>To remove a specific version, you must be the bucket owner and you must use the version
/// Id subresource. Using this subresource permanently deletes the version. If the object
/// deleted is a delete marker, Amazon S3 sets the response header,
/// <code>x-amz-delete-marker</code>, to true. </p>
///
/// <p>If the object you want to delete is in a bucket where the bucket versioning
/// configuration is MFA Delete enabled, you must include the <code>x-amz-mfa</code> request
/// header in the DELETE <code>versionId</code> request. Requests that include
/// <code>x-amz-mfa</code> must use HTTPS. </p>
///
/// <p> For more information about MFA Delete, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingMFADelete.html">Using MFA Delete</a>. To see sample requests that use versioning, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/RESTObjectDELETE.html#ExampleVersionObjectDelete">Sample Request</a>. </p>
///
/// <p>You can delete objects by explicitly calling DELETE Object or configure its
/// lifecycle (<a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketLifecycle.html">PutBucketLifecycle</a>) to
/// enable Amazon S3 to remove them for you. If you want to block users or accounts from removing or
/// deleting objects from your bucket, you must deny them the <code>s3:DeleteObject</code>,
/// <code>s3:DeleteObjectVersion</code>, and <code>s3:PutLifeCycleConfiguration</code>
/// actions. </p>
///
/// <p>The following action is related to <code>DeleteObject</code>:</p>
/// <ul>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutObject.html">PutObject</a>
/// </p>
/// </li>
/// </ul>
#[derive(std::fmt::Debug)]
pub struct DeleteObject<
C = aws_smithy_client::erase::DynConnector,
M = aws_hyper::AwsMiddleware,
R = aws_smithy_client::retry::Standard,
> {
handle: std::sync::Arc<super::Handle<C, M, R>>,
inner: crate::input::delete_object_input::Builder,
}
impl<C, M, R> DeleteObject<C, M, R>
where
C: aws_smithy_client::bounds::SmithyConnector,
M: aws_smithy_client::bounds::SmithyMiddleware<C>,
R: aws_smithy_client::retry::NewRequestPolicy,
{
/// Creates a new `DeleteObject`.
pub(crate) fn new(handle: std::sync::Arc<super::Handle<C, M, R>>) -> Self {
Self {
handle,
inner: Default::default(),
}
}
/// 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](aws_smithy_types::retry::RetryConfig), which can be
/// set when configuring the client.
pub async fn send(
self,
) -> std::result::Result<
crate::output::DeleteObjectOutput,
aws_smithy_http::result::SdkError<crate::error::DeleteObjectError>,
>
where
R::Policy: aws_smithy_client::bounds::SmithyRetryPolicy<
crate::input::DeleteObjectInputOperationOutputAlias,
crate::output::DeleteObjectOutput,
crate::error::DeleteObjectError,
crate::input::DeleteObjectInputOperationRetryAlias,
>,
{
let input = self.inner.build().map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
let op = input
.make_operation(&self.handle.conf)
.await
.map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
self.handle.client.call(op).await
}
/// <p>The bucket name of the bucket containing the object. </p>
/// <p>When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
/// <p>When using this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.<i>outpostID</i>.s3-outposts.<i>Region</i>.amazonaws.com. When using this action using S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts bucket ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">Using S3 on Outposts</a> in the <i>Amazon S3 User Guide</i>.</p>
pub fn bucket(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.bucket(inp);
self
}
/// <p>The bucket name of the bucket containing the object. </p>
/// <p>When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
/// <p>When using this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.<i>outpostID</i>.s3-outposts.<i>Region</i>.amazonaws.com. When using this action using S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts bucket ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">Using S3 on Outposts</a> in the <i>Amazon S3 User Guide</i>.</p>
pub fn set_bucket(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_bucket(input);
self
}
/// <p>Key name of the object to delete.</p>
pub fn key(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.key(inp);
self
}
/// <p>Key name of the object to delete.</p>
pub fn set_key(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_key(input);
self
}
/// <p>The concatenation of the authentication device's serial number, a space, and the value
/// that is displayed on your authentication device. Required to permanently delete a versioned
/// object if versioning is configured with MFA delete enabled.</p>
pub fn mfa(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.mfa(inp);
self
}
/// <p>The concatenation of the authentication device's serial number, a space, and the value
/// that is displayed on your authentication device. Required to permanently delete a versioned
/// object if versioning is configured with MFA delete enabled.</p>
pub fn set_mfa(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_mfa(input);
self
}
/// <p>VersionId used to reference a specific version of the object.</p>
pub fn version_id(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.version_id(inp);
self
}
/// <p>VersionId used to reference a specific version of the object.</p>
pub fn set_version_id(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_version_id(input);
self
}
/// <p>Confirms that the requester knows that they will be charged for the request. Bucket
/// owners need not specify this parameter in their requests. For information about downloading
/// objects from requester pays buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in
/// Requestor Pays Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
pub fn request_payer(mut self, inp: crate::model::RequestPayer) -> Self {
self.inner = self.inner.request_payer(inp);
self
}
/// <p>Confirms that the requester knows that they will be charged for the request. Bucket
/// owners need not specify this parameter in their requests. For information about downloading
/// objects from requester pays buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in
/// Requestor Pays Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
pub fn set_request_payer(
mut self,
input: std::option::Option<crate::model::RequestPayer>,
) -> Self {
self.inner = self.inner.set_request_payer(input);
self
}
/// <p>Indicates whether S3 Object Lock should bypass Governance-mode restrictions to process
/// this operation. To use this header, you must have the <code>s3:PutBucketPublicAccessBlock</code>
/// permission.</p>
pub fn bypass_governance_retention(mut self, inp: bool) -> Self {
self.inner = self.inner.bypass_governance_retention(inp);
self
}
/// <p>Indicates whether S3 Object Lock should bypass Governance-mode restrictions to process
/// this operation. To use this header, you must have the <code>s3:PutBucketPublicAccessBlock</code>
/// permission.</p>
pub fn set_bypass_governance_retention(mut self, input: std::option::Option<bool>) -> Self {
self.inner = self.inner.set_bypass_governance_retention(input);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn expected_bucket_owner(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.expected_bucket_owner(inp);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn set_expected_bucket_owner(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_expected_bucket_owner(input);
self
}
}
/// Fluent builder constructing a request to `DeleteObjects`.
///
/// <p>This action enables you to delete multiple objects from a bucket using a single HTTP
/// request. If you know the object keys that you want to delete, then this action provides
/// a suitable alternative to sending individual delete requests, reducing per-request
/// overhead.</p>
///
/// <p>The request contains a list of up to 1000 keys that you want to delete. In the XML, you
/// provide the object key names, and optionally, version IDs if you want to delete a specific
/// version of the object from a versioning-enabled bucket. For each key, Amazon S3 performs a
/// delete action and returns the result of that delete, success, or failure, in the
/// response. Note that if the object specified in the request is not found, Amazon S3 returns the
/// result as deleted.</p>
///
/// <p> The action supports two modes for the response: verbose and quiet. By default, the
/// action uses verbose mode in which the response includes the result of deletion of each
/// key in your request. In quiet mode the response includes only keys where the delete
/// action encountered an error. For a successful deletion, the action does not return
/// any information about the delete in the response body.</p>
///
/// <p>When performing this action on an MFA Delete enabled bucket, that attempts to delete
/// any versioned objects, you must include an MFA token. If you do not provide one, the entire
/// request will fail, even if there are non-versioned objects you are trying to delete. If you
/// provide an invalid token, whether there are versioned keys in the request or not, the
/// entire Multi-Object Delete request will fail. For information about MFA Delete, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/Versioning.html#MultiFactorAuthenticationDelete"> MFA
/// Delete</a>.</p>
///
/// <p>Finally, the Content-MD5 header is required for all Multi-Object Delete requests. Amazon
/// S3 uses the header value to ensure that your request body has not been altered in
/// transit.</p>
///
/// <p>The following operations are related to <code>DeleteObjects</code>:</p>
/// <ul>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_CreateMultipartUpload.html">CreateMultipartUpload</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_UploadPart.html">UploadPart</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_CompleteMultipartUpload.html">CompleteMultipartUpload</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListParts.html">ListParts</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_AbortMultipartUpload.html">AbortMultipartUpload</a>
/// </p>
/// </li>
/// </ul>
#[derive(std::fmt::Debug)]
pub struct DeleteObjects<
C = aws_smithy_client::erase::DynConnector,
M = aws_hyper::AwsMiddleware,
R = aws_smithy_client::retry::Standard,
> {
handle: std::sync::Arc<super::Handle<C, M, R>>,
inner: crate::input::delete_objects_input::Builder,
}
impl<C, M, R> DeleteObjects<C, M, R>
where
C: aws_smithy_client::bounds::SmithyConnector,
M: aws_smithy_client::bounds::SmithyMiddleware<C>,
R: aws_smithy_client::retry::NewRequestPolicy,
{
/// Creates a new `DeleteObjects`.
pub(crate) fn new(handle: std::sync::Arc<super::Handle<C, M, R>>) -> Self {
Self {
handle,
inner: Default::default(),
}
}
/// 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](aws_smithy_types::retry::RetryConfig), which can be
/// set when configuring the client.
pub async fn send(
self,
) -> std::result::Result<
crate::output::DeleteObjectsOutput,
aws_smithy_http::result::SdkError<crate::error::DeleteObjectsError>,
>
where
R::Policy: aws_smithy_client::bounds::SmithyRetryPolicy<
crate::input::DeleteObjectsInputOperationOutputAlias,
crate::output::DeleteObjectsOutput,
crate::error::DeleteObjectsError,
crate::input::DeleteObjectsInputOperationRetryAlias,
>,
{
let input = self.inner.build().map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
let op = input
.make_operation(&self.handle.conf)
.await
.map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
self.handle.client.call(op).await
}
/// <p>The bucket name containing the objects to delete. </p>
/// <p>When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
/// <p>When using this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.<i>outpostID</i>.s3-outposts.<i>Region</i>.amazonaws.com. When using this action using S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts bucket ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">Using S3 on Outposts</a> in the <i>Amazon S3 User Guide</i>.</p>
pub fn bucket(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.bucket(inp);
self
}
/// <p>The bucket name containing the objects to delete. </p>
/// <p>When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
/// <p>When using this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.<i>outpostID</i>.s3-outposts.<i>Region</i>.amazonaws.com. When using this action using S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts bucket ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">Using S3 on Outposts</a> in the <i>Amazon S3 User Guide</i>.</p>
pub fn set_bucket(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_bucket(input);
self
}
/// <p>Container for the request.</p>
pub fn delete(mut self, inp: crate::model::Delete) -> Self {
self.inner = self.inner.delete(inp);
self
}
/// <p>Container for the request.</p>
pub fn set_delete(mut self, input: std::option::Option<crate::model::Delete>) -> Self {
self.inner = self.inner.set_delete(input);
self
}
/// <p>The concatenation of the authentication device's serial number, a space, and the value
/// that is displayed on your authentication device. Required to permanently delete a versioned
/// object if versioning is configured with MFA delete enabled.</p>
pub fn mfa(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.mfa(inp);
self
}
/// <p>The concatenation of the authentication device's serial number, a space, and the value
/// that is displayed on your authentication device. Required to permanently delete a versioned
/// object if versioning is configured with MFA delete enabled.</p>
pub fn set_mfa(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_mfa(input);
self
}
/// <p>Confirms that the requester knows that they will be charged for the request. Bucket
/// owners need not specify this parameter in their requests. For information about downloading
/// objects from requester pays buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in
/// Requestor Pays Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
pub fn request_payer(mut self, inp: crate::model::RequestPayer) -> Self {
self.inner = self.inner.request_payer(inp);
self
}
/// <p>Confirms that the requester knows that they will be charged for the request. Bucket
/// owners need not specify this parameter in their requests. For information about downloading
/// objects from requester pays buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in
/// Requestor Pays Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
pub fn set_request_payer(
mut self,
input: std::option::Option<crate::model::RequestPayer>,
) -> Self {
self.inner = self.inner.set_request_payer(input);
self
}
/// <p>Specifies whether you want to delete this object even if it has a Governance-type Object
/// Lock in place. To use this header, you must have the <code>s3:PutBucketPublicAccessBlock</code>
/// permission.</p>
pub fn bypass_governance_retention(mut self, inp: bool) -> Self {
self.inner = self.inner.bypass_governance_retention(inp);
self
}
/// <p>Specifies whether you want to delete this object even if it has a Governance-type Object
/// Lock in place. To use this header, you must have the <code>s3:PutBucketPublicAccessBlock</code>
/// permission.</p>
pub fn set_bypass_governance_retention(mut self, input: std::option::Option<bool>) -> Self {
self.inner = self.inner.set_bypass_governance_retention(input);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn expected_bucket_owner(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.expected_bucket_owner(inp);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn set_expected_bucket_owner(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_expected_bucket_owner(input);
self
}
}
/// Fluent builder constructing a request to `DeleteObjectTagging`.
///
/// <p>Removes the entire tag set from the specified object. For more information about
/// managing object tags, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/object-tagging.html"> Object
/// Tagging</a>.</p>
///
/// <p>To use this operation, you must have permission to perform the
/// <code>s3:DeleteObjectTagging</code> action.</p>
///
/// <p>To delete tags of a specific object version, add the <code>versionId</code> query
/// parameter in the request. You will need permission for the
/// <code>s3:DeleteObjectVersionTagging</code> action.</p>
///
/// <p>The following operations are related to
/// <code>DeleteBucketMetricsConfiguration</code>:</p>
/// <ul>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutObjectTagging.html">PutObjectTagging</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetObjectTagging.html">GetObjectTagging</a>
/// </p>
/// </li>
/// </ul>
#[derive(std::fmt::Debug)]
pub struct DeleteObjectTagging<
C = aws_smithy_client::erase::DynConnector,
M = aws_hyper::AwsMiddleware,
R = aws_smithy_client::retry::Standard,
> {
handle: std::sync::Arc<super::Handle<C, M, R>>,
inner: crate::input::delete_object_tagging_input::Builder,
}
impl<C, M, R> DeleteObjectTagging<C, M, R>
where
C: aws_smithy_client::bounds::SmithyConnector,
M: aws_smithy_client::bounds::SmithyMiddleware<C>,
R: aws_smithy_client::retry::NewRequestPolicy,
{
/// Creates a new `DeleteObjectTagging`.
pub(crate) fn new(handle: std::sync::Arc<super::Handle<C, M, R>>) -> Self {
Self {
handle,
inner: Default::default(),
}
}
/// 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](aws_smithy_types::retry::RetryConfig), which can be
/// set when configuring the client.
pub async fn send(
self,
) -> std::result::Result<
crate::output::DeleteObjectTaggingOutput,
aws_smithy_http::result::SdkError<crate::error::DeleteObjectTaggingError>,
>
where
R::Policy: aws_smithy_client::bounds::SmithyRetryPolicy<
crate::input::DeleteObjectTaggingInputOperationOutputAlias,
crate::output::DeleteObjectTaggingOutput,
crate::error::DeleteObjectTaggingError,
crate::input::DeleteObjectTaggingInputOperationRetryAlias,
>,
{
let input = self.inner.build().map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
let op = input
.make_operation(&self.handle.conf)
.await
.map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
self.handle.client.call(op).await
}
/// <p>The bucket name containing the objects from which to remove the tags. </p>
/// <p>When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
/// <p>When using this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.<i>outpostID</i>.s3-outposts.<i>Region</i>.amazonaws.com. When using this action using S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts bucket ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">Using S3 on Outposts</a> in the <i>Amazon S3 User Guide</i>.</p>
pub fn bucket(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.bucket(inp);
self
}
/// <p>The bucket name containing the objects from which to remove the tags. </p>
/// <p>When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
/// <p>When using this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.<i>outpostID</i>.s3-outposts.<i>Region</i>.amazonaws.com. When using this action using S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts bucket ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">Using S3 on Outposts</a> in the <i>Amazon S3 User Guide</i>.</p>
pub fn set_bucket(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_bucket(input);
self
}
/// <p>The key that identifies the object in the bucket from which to remove all tags.</p>
pub fn key(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.key(inp);
self
}
/// <p>The key that identifies the object in the bucket from which to remove all tags.</p>
pub fn set_key(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_key(input);
self
}
/// <p>The versionId of the object that the tag-set will be removed from.</p>
pub fn version_id(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.version_id(inp);
self
}
/// <p>The versionId of the object that the tag-set will be removed from.</p>
pub fn set_version_id(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_version_id(input);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn expected_bucket_owner(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.expected_bucket_owner(inp);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn set_expected_bucket_owner(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_expected_bucket_owner(input);
self
}
}
/// Fluent builder constructing a request to `DeletePublicAccessBlock`.
///
/// <p>Removes the <code>PublicAccessBlock</code> configuration for an Amazon S3 bucket. To use this
/// operation, you must have the <code>s3:PutBucketPublicAccessBlock</code> permission. For
/// more information about permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-with-s3-actions.html#using-with-s3-actions-related-to-bucket-subresources">Permissions Related to Bucket Subresource Operations</a> and <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-access-control.html">Managing Access Permissions to Your Amazon S3
/// Resources</a>.</p>
///
/// <p>The following operations are related to <code>DeletePublicAccessBlock</code>:</p>
/// <ul>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/access-control-block-public-access.html">Using Amazon S3 Block
/// Public Access</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetPublicAccessBlock.html">GetPublicAccessBlock</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutPublicAccessBlock.html">PutPublicAccessBlock</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketPolicyStatus.html">GetBucketPolicyStatus</a>
/// </p>
/// </li>
/// </ul>
#[derive(std::fmt::Debug)]
pub struct DeletePublicAccessBlock<
C = aws_smithy_client::erase::DynConnector,
M = aws_hyper::AwsMiddleware,
R = aws_smithy_client::retry::Standard,
> {
handle: std::sync::Arc<super::Handle<C, M, R>>,
inner: crate::input::delete_public_access_block_input::Builder,
}
impl<C, M, R> DeletePublicAccessBlock<C, M, R>
where
C: aws_smithy_client::bounds::SmithyConnector,
M: aws_smithy_client::bounds::SmithyMiddleware<C>,
R: aws_smithy_client::retry::NewRequestPolicy,
{
/// Creates a new `DeletePublicAccessBlock`.
pub(crate) fn new(handle: std::sync::Arc<super::Handle<C, M, R>>) -> Self {
Self {
handle,
inner: Default::default(),
}
}
/// 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](aws_smithy_types::retry::RetryConfig), which can be
/// set when configuring the client.
pub async fn send(
self,
) -> std::result::Result<
crate::output::DeletePublicAccessBlockOutput,
aws_smithy_http::result::SdkError<crate::error::DeletePublicAccessBlockError>,
>
where
R::Policy: aws_smithy_client::bounds::SmithyRetryPolicy<
crate::input::DeletePublicAccessBlockInputOperationOutputAlias,
crate::output::DeletePublicAccessBlockOutput,
crate::error::DeletePublicAccessBlockError,
crate::input::DeletePublicAccessBlockInputOperationRetryAlias,
>,
{
let input = self.inner.build().map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
let op = input
.make_operation(&self.handle.conf)
.await
.map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
self.handle.client.call(op).await
}
/// <p>The Amazon S3 bucket whose <code>PublicAccessBlock</code> configuration you want to delete.
/// </p>
pub fn bucket(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.bucket(inp);
self
}
/// <p>The Amazon S3 bucket whose <code>PublicAccessBlock</code> configuration you want to delete.
/// </p>
pub fn set_bucket(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_bucket(input);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn expected_bucket_owner(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.expected_bucket_owner(inp);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn set_expected_bucket_owner(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_expected_bucket_owner(input);
self
}
}
/// Fluent builder constructing a request to `GetBucketAccelerateConfiguration`.
///
/// <p>This implementation of the GET action uses the <code>accelerate</code> subresource to
/// return the Transfer Acceleration state of a bucket, which is either <code>Enabled</code> or
/// <code>Suspended</code>. Amazon S3 Transfer Acceleration is a bucket-level feature that
/// enables you to perform faster data transfers to and from Amazon S3.</p>
/// <p>To use this operation, you must have permission to perform the
/// <code>s3:GetAccelerateConfiguration</code> action. The bucket owner has this permission
/// by default. The bucket owner can grant this permission to others. For more information
/// about permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-with-s3-actions.html#using-with-s3-actions-related-to-bucket-subresources">Permissions Related to Bucket Subresource Operations</a> and <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-access-control.html">Managing Access Permissions to your Amazon S3
/// Resources</a> in the <i>Amazon S3 User Guide</i>.</p>
/// <p>You set the Transfer Acceleration state of an existing bucket to <code>Enabled</code> or
/// <code>Suspended</code> by using the <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketAccelerateConfiguration.html">PutBucketAccelerateConfiguration</a> operation. </p>
/// <p>A GET <code>accelerate</code> request does not return a state value for a bucket that
/// has no transfer acceleration state. A bucket has no Transfer Acceleration state if a state
/// has never been set on the bucket. </p>
///
/// <p>For more information about transfer acceleration, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/transfer-acceleration.html">Transfer Acceleration</a> in the
/// Amazon S3 User Guide.</p>
/// <p class="title">
/// <b>Related Resources</b>
/// </p>
/// <ul>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketAccelerateConfiguration.html">PutBucketAccelerateConfiguration</a>
/// </p>
/// </li>
/// </ul>
#[derive(std::fmt::Debug)]
pub struct GetBucketAccelerateConfiguration<
C = aws_smithy_client::erase::DynConnector,
M = aws_hyper::AwsMiddleware,
R = aws_smithy_client::retry::Standard,
> {
handle: std::sync::Arc<super::Handle<C, M, R>>,
inner: crate::input::get_bucket_accelerate_configuration_input::Builder,
}
impl<C, M, R> GetBucketAccelerateConfiguration<C, M, R>
where
C: aws_smithy_client::bounds::SmithyConnector,
M: aws_smithy_client::bounds::SmithyMiddleware<C>,
R: aws_smithy_client::retry::NewRequestPolicy,
{
/// Creates a new `GetBucketAccelerateConfiguration`.
pub(crate) fn new(handle: std::sync::Arc<super::Handle<C, M, R>>) -> Self {
Self {
handle,
inner: Default::default(),
}
}
/// 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](aws_smithy_types::retry::RetryConfig), which can be
/// set when configuring the client.
pub async fn send(
self,
) -> std::result::Result<
crate::output::GetBucketAccelerateConfigurationOutput,
aws_smithy_http::result::SdkError<crate::error::GetBucketAccelerateConfigurationError>,
>
where
R::Policy: aws_smithy_client::bounds::SmithyRetryPolicy<
crate::input::GetBucketAccelerateConfigurationInputOperationOutputAlias,
crate::output::GetBucketAccelerateConfigurationOutput,
crate::error::GetBucketAccelerateConfigurationError,
crate::input::GetBucketAccelerateConfigurationInputOperationRetryAlias,
>,
{
let input = self.inner.build().map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
let op = input
.make_operation(&self.handle.conf)
.await
.map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
self.handle.client.call(op).await
}
/// <p>The name of the bucket for which the accelerate configuration is retrieved.</p>
pub fn bucket(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.bucket(inp);
self
}
/// <p>The name of the bucket for which the accelerate configuration is retrieved.</p>
pub fn set_bucket(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_bucket(input);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn expected_bucket_owner(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.expected_bucket_owner(inp);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn set_expected_bucket_owner(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_expected_bucket_owner(input);
self
}
}
/// Fluent builder constructing a request to `GetBucketAcl`.
///
/// <p>This implementation of the <code>GET</code> action uses the <code>acl</code>
/// subresource to return the access control list (ACL) of a bucket. To use <code>GET</code> to
/// return the ACL of the bucket, you must have <code>READ_ACP</code> access to the bucket. If
/// <code>READ_ACP</code> permission is granted to the anonymous user, you can return the
/// ACL of the bucket without using an authorization header.</p>
///
/// <p class="title">
/// <b>Related Resources</b>
/// </p>
/// <ul>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListObjects.html">ListObjects</a>
/// </p>
/// </li>
/// </ul>
#[derive(std::fmt::Debug)]
pub struct GetBucketAcl<
C = aws_smithy_client::erase::DynConnector,
M = aws_hyper::AwsMiddleware,
R = aws_smithy_client::retry::Standard,
> {
handle: std::sync::Arc<super::Handle<C, M, R>>,
inner: crate::input::get_bucket_acl_input::Builder,
}
impl<C, M, R> GetBucketAcl<C, M, R>
where
C: aws_smithy_client::bounds::SmithyConnector,
M: aws_smithy_client::bounds::SmithyMiddleware<C>,
R: aws_smithy_client::retry::NewRequestPolicy,
{
/// Creates a new `GetBucketAcl`.
pub(crate) fn new(handle: std::sync::Arc<super::Handle<C, M, R>>) -> Self {
Self {
handle,
inner: Default::default(),
}
}
/// 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](aws_smithy_types::retry::RetryConfig), which can be
/// set when configuring the client.
pub async fn send(
self,
) -> std::result::Result<
crate::output::GetBucketAclOutput,
aws_smithy_http::result::SdkError<crate::error::GetBucketAclError>,
>
where
R::Policy: aws_smithy_client::bounds::SmithyRetryPolicy<
crate::input::GetBucketAclInputOperationOutputAlias,
crate::output::GetBucketAclOutput,
crate::error::GetBucketAclError,
crate::input::GetBucketAclInputOperationRetryAlias,
>,
{
let input = self.inner.build().map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
let op = input
.make_operation(&self.handle.conf)
.await
.map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
self.handle.client.call(op).await
}
/// <p>Specifies the S3 bucket whose ACL is being requested.</p>
pub fn bucket(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.bucket(inp);
self
}
/// <p>Specifies the S3 bucket whose ACL is being requested.</p>
pub fn set_bucket(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_bucket(input);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn expected_bucket_owner(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.expected_bucket_owner(inp);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn set_expected_bucket_owner(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_expected_bucket_owner(input);
self
}
}
/// Fluent builder constructing a request to `GetBucketAnalyticsConfiguration`.
///
/// <p>This implementation of the GET action returns an analytics configuration (identified
/// by the analytics configuration ID) from the bucket.</p>
/// <p>To use this operation, you must have permissions to perform the
/// <code>s3:GetAnalyticsConfiguration</code> action. The bucket owner has this permission
/// by default. The bucket owner can grant this permission to others. For more information
/// about permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-with-s3-actions.html#using-with-s3-actions-related-to-bucket-subresources"> Permissions Related to Bucket Subresource Operations</a> and <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-access-control.html">Managing Access Permissions to Your Amazon S3
/// Resources</a> in the <i>Amazon S3 User Guide</i>. </p>
/// <p>For information about Amazon S3 analytics feature, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/analytics-storage-class.html">Amazon S3 Analytics – Storage Class
/// Analysis</a> in the <i>Amazon S3 User Guide</i>.</p>
///
/// <p class="title">
/// <b>Related Resources</b>
/// </p>
/// <ul>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteBucketAnalyticsConfiguration.html">DeleteBucketAnalyticsConfiguration</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListBucketAnalyticsConfigurations.html">ListBucketAnalyticsConfigurations</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketAnalyticsConfiguration.html">PutBucketAnalyticsConfiguration</a>
/// </p>
/// </li>
/// </ul>
#[derive(std::fmt::Debug)]
pub struct GetBucketAnalyticsConfiguration<
C = aws_smithy_client::erase::DynConnector,
M = aws_hyper::AwsMiddleware,
R = aws_smithy_client::retry::Standard,
> {
handle: std::sync::Arc<super::Handle<C, M, R>>,
inner: crate::input::get_bucket_analytics_configuration_input::Builder,
}
impl<C, M, R> GetBucketAnalyticsConfiguration<C, M, R>
where
C: aws_smithy_client::bounds::SmithyConnector,
M: aws_smithy_client::bounds::SmithyMiddleware<C>,
R: aws_smithy_client::retry::NewRequestPolicy,
{
/// Creates a new `GetBucketAnalyticsConfiguration`.
pub(crate) fn new(handle: std::sync::Arc<super::Handle<C, M, R>>) -> Self {
Self {
handle,
inner: Default::default(),
}
}
/// 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](aws_smithy_types::retry::RetryConfig), which can be
/// set when configuring the client.
pub async fn send(
self,
) -> std::result::Result<
crate::output::GetBucketAnalyticsConfigurationOutput,
aws_smithy_http::result::SdkError<crate::error::GetBucketAnalyticsConfigurationError>,
>
where
R::Policy: aws_smithy_client::bounds::SmithyRetryPolicy<
crate::input::GetBucketAnalyticsConfigurationInputOperationOutputAlias,
crate::output::GetBucketAnalyticsConfigurationOutput,
crate::error::GetBucketAnalyticsConfigurationError,
crate::input::GetBucketAnalyticsConfigurationInputOperationRetryAlias,
>,
{
let input = self.inner.build().map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
let op = input
.make_operation(&self.handle.conf)
.await
.map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
self.handle.client.call(op).await
}
/// <p>The name of the bucket from which an analytics configuration is retrieved.</p>
pub fn bucket(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.bucket(inp);
self
}
/// <p>The name of the bucket from which an analytics configuration is retrieved.</p>
pub fn set_bucket(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_bucket(input);
self
}
/// <p>The ID that identifies the analytics configuration.</p>
pub fn id(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.id(inp);
self
}
/// <p>The ID that identifies the analytics configuration.</p>
pub fn set_id(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_id(input);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn expected_bucket_owner(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.expected_bucket_owner(inp);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn set_expected_bucket_owner(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_expected_bucket_owner(input);
self
}
}
/// Fluent builder constructing a request to `GetBucketCors`.
///
/// <p>Returns the cors configuration information set for the bucket.</p>
///
/// <p> To use this operation, you must have permission to perform the s3:GetBucketCORS action.
/// By default, the bucket owner has this permission and can grant it to others.</p>
///
/// <p> For more information about cors, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/cors.html"> Enabling
/// Cross-Origin Resource Sharing</a>.</p>
///
/// <p>The following operations are related to <code>GetBucketCors</code>:</p>
/// <ul>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketCors.html">PutBucketCors</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteBucketCors.html">DeleteBucketCors</a>
/// </p>
/// </li>
/// </ul>
#[derive(std::fmt::Debug)]
pub struct GetBucketCors<
C = aws_smithy_client::erase::DynConnector,
M = aws_hyper::AwsMiddleware,
R = aws_smithy_client::retry::Standard,
> {
handle: std::sync::Arc<super::Handle<C, M, R>>,
inner: crate::input::get_bucket_cors_input::Builder,
}
impl<C, M, R> GetBucketCors<C, M, R>
where
C: aws_smithy_client::bounds::SmithyConnector,
M: aws_smithy_client::bounds::SmithyMiddleware<C>,
R: aws_smithy_client::retry::NewRequestPolicy,
{
/// Creates a new `GetBucketCors`.
pub(crate) fn new(handle: std::sync::Arc<super::Handle<C, M, R>>) -> Self {
Self {
handle,
inner: Default::default(),
}
}
/// 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](aws_smithy_types::retry::RetryConfig), which can be
/// set when configuring the client.
pub async fn send(
self,
) -> std::result::Result<
crate::output::GetBucketCorsOutput,
aws_smithy_http::result::SdkError<crate::error::GetBucketCorsError>,
>
where
R::Policy: aws_smithy_client::bounds::SmithyRetryPolicy<
crate::input::GetBucketCorsInputOperationOutputAlias,
crate::output::GetBucketCorsOutput,
crate::error::GetBucketCorsError,
crate::input::GetBucketCorsInputOperationRetryAlias,
>,
{
let input = self.inner.build().map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
let op = input
.make_operation(&self.handle.conf)
.await
.map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
self.handle.client.call(op).await
}
/// <p>The bucket name for which to get the cors configuration.</p>
pub fn bucket(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.bucket(inp);
self
}
/// <p>The bucket name for which to get the cors configuration.</p>
pub fn set_bucket(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_bucket(input);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn expected_bucket_owner(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.expected_bucket_owner(inp);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn set_expected_bucket_owner(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_expected_bucket_owner(input);
self
}
}
/// Fluent builder constructing a request to `GetBucketEncryption`.
///
/// <p>Returns the default encryption configuration for an Amazon S3 bucket. If the bucket does not
/// have a default encryption configuration, GetBucketEncryption returns
/// <code>ServerSideEncryptionConfigurationNotFoundError</code>. </p>
/// <p>For information about the Amazon S3 default encryption feature, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/bucket-encryption.html">Amazon S3 Default Bucket Encryption</a>.</p>
/// <p> To use this operation, you must have permission to perform the
/// <code>s3:GetEncryptionConfiguration</code> action. The bucket owner has this permission
/// by default. The bucket owner can grant this permission to others. For more information
/// about permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-with-s3-actions.html#using-with-s3-actions-related-to-bucket-subresources">Permissions Related to Bucket Subresource Operations</a> and <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-access-control.html">Managing Access Permissions to Your Amazon S3
/// Resources</a>.</p>
/// <p>The following operations are related to <code>GetBucketEncryption</code>:</p>
/// <ul>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketEncryption.html">PutBucketEncryption</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteBucketEncryption.html">DeleteBucketEncryption</a>
/// </p>
/// </li>
/// </ul>
#[derive(std::fmt::Debug)]
pub struct GetBucketEncryption<
C = aws_smithy_client::erase::DynConnector,
M = aws_hyper::AwsMiddleware,
R = aws_smithy_client::retry::Standard,
> {
handle: std::sync::Arc<super::Handle<C, M, R>>,
inner: crate::input::get_bucket_encryption_input::Builder,
}
impl<C, M, R> GetBucketEncryption<C, M, R>
where
C: aws_smithy_client::bounds::SmithyConnector,
M: aws_smithy_client::bounds::SmithyMiddleware<C>,
R: aws_smithy_client::retry::NewRequestPolicy,
{
/// Creates a new `GetBucketEncryption`.
pub(crate) fn new(handle: std::sync::Arc<super::Handle<C, M, R>>) -> Self {
Self {
handle,
inner: Default::default(),
}
}
/// 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](aws_smithy_types::retry::RetryConfig), which can be
/// set when configuring the client.
pub async fn send(
self,
) -> std::result::Result<
crate::output::GetBucketEncryptionOutput,
aws_smithy_http::result::SdkError<crate::error::GetBucketEncryptionError>,
>
where
R::Policy: aws_smithy_client::bounds::SmithyRetryPolicy<
crate::input::GetBucketEncryptionInputOperationOutputAlias,
crate::output::GetBucketEncryptionOutput,
crate::error::GetBucketEncryptionError,
crate::input::GetBucketEncryptionInputOperationRetryAlias,
>,
{
let input = self.inner.build().map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
let op = input
.make_operation(&self.handle.conf)
.await
.map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
self.handle.client.call(op).await
}
/// <p>The name of the bucket from which the server-side encryption configuration is
/// retrieved.</p>
pub fn bucket(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.bucket(inp);
self
}
/// <p>The name of the bucket from which the server-side encryption configuration is
/// retrieved.</p>
pub fn set_bucket(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_bucket(input);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn expected_bucket_owner(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.expected_bucket_owner(inp);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn set_expected_bucket_owner(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_expected_bucket_owner(input);
self
}
}
/// Fluent builder constructing a request to `GetBucketIntelligentTieringConfiguration`.
///
/// <p>Gets the S3 Intelligent-Tiering configuration from the specified bucket.</p>
/// <p>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.</p>
/// <p>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.</p>
/// <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/storage-class-intro.html#sc-dynamic-data-access">Storage class for automatically optimizing frequently and infrequently accessed objects</a>.</p>
/// <p>Operations related to
/// <code>GetBucketIntelligentTieringConfiguration</code> include: </p>
/// <ul>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteBucketIntelligentTieringConfiguration.html">DeleteBucketIntelligentTieringConfiguration</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketIntelligentTieringConfiguration.html">PutBucketIntelligentTieringConfiguration</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListBucketIntelligentTieringConfigurations.html">ListBucketIntelligentTieringConfigurations</a>
/// </p>
/// </li>
/// </ul>
#[derive(std::fmt::Debug)]
pub struct GetBucketIntelligentTieringConfiguration<
C = aws_smithy_client::erase::DynConnector,
M = aws_hyper::AwsMiddleware,
R = aws_smithy_client::retry::Standard,
> {
handle: std::sync::Arc<super::Handle<C, M, R>>,
inner: crate::input::get_bucket_intelligent_tiering_configuration_input::Builder,
}
impl<C, M, R> GetBucketIntelligentTieringConfiguration<C, M, R>
where
C: aws_smithy_client::bounds::SmithyConnector,
M: aws_smithy_client::bounds::SmithyMiddleware<C>,
R: aws_smithy_client::retry::NewRequestPolicy,
{
/// Creates a new `GetBucketIntelligentTieringConfiguration`.
pub(crate) fn new(handle: std::sync::Arc<super::Handle<C, M, R>>) -> Self {
Self {
handle,
inner: Default::default(),
}
}
/// 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](aws_smithy_types::retry::RetryConfig), which can be
/// set when configuring the client.
pub async fn send(
self,
) -> std::result::Result<
crate::output::GetBucketIntelligentTieringConfigurationOutput,
aws_smithy_http::result::SdkError<
crate::error::GetBucketIntelligentTieringConfigurationError,
>,
>
where
R::Policy: aws_smithy_client::bounds::SmithyRetryPolicy<
crate::input::GetBucketIntelligentTieringConfigurationInputOperationOutputAlias,
crate::output::GetBucketIntelligentTieringConfigurationOutput,
crate::error::GetBucketIntelligentTieringConfigurationError,
crate::input::GetBucketIntelligentTieringConfigurationInputOperationRetryAlias,
>,
{
let input = self.inner.build().map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
let op = input
.make_operation(&self.handle.conf)
.await
.map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
self.handle.client.call(op).await
}
/// <p>The name of the Amazon S3 bucket whose configuration you want to modify or retrieve.</p>
pub fn bucket(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.bucket(inp);
self
}
/// <p>The name of the Amazon S3 bucket whose configuration you want to modify or retrieve.</p>
pub fn set_bucket(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_bucket(input);
self
}
/// <p>The ID used to identify the S3 Intelligent-Tiering configuration.</p>
pub fn id(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.id(inp);
self
}
/// <p>The ID used to identify the S3 Intelligent-Tiering configuration.</p>
pub fn set_id(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_id(input);
self
}
}
/// Fluent builder constructing a request to `GetBucketInventoryConfiguration`.
///
/// <p>Returns an inventory configuration (identified by the inventory configuration ID) from
/// the bucket.</p>
///
/// <p>To use this operation, you must have permissions to perform the
/// <code>s3:GetInventoryConfiguration</code> action. The bucket owner has this permission
/// by default and can grant this permission to others. For more information about permissions,
/// see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-with-s3-actions.html#using-with-s3-actions-related-to-bucket-subresources">Permissions Related to Bucket Subresource Operations</a> and <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-access-control.html">Managing Access Permissions to Your Amazon S3
/// Resources</a>.</p>
///
/// <p>For information about the Amazon S3 inventory feature, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/storage-inventory.html">Amazon S3 Inventory</a>.</p>
///
/// <p>The following operations are related to
/// <code>GetBucketInventoryConfiguration</code>:</p>
/// <ul>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteBucketInventoryConfiguration.html">DeleteBucketInventoryConfiguration</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListBucketInventoryConfigurations.html">ListBucketInventoryConfigurations</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketInventoryConfiguration.html">PutBucketInventoryConfiguration</a>
/// </p>
/// </li>
/// </ul>
#[derive(std::fmt::Debug)]
pub struct GetBucketInventoryConfiguration<
C = aws_smithy_client::erase::DynConnector,
M = aws_hyper::AwsMiddleware,
R = aws_smithy_client::retry::Standard,
> {
handle: std::sync::Arc<super::Handle<C, M, R>>,
inner: crate::input::get_bucket_inventory_configuration_input::Builder,
}
impl<C, M, R> GetBucketInventoryConfiguration<C, M, R>
where
C: aws_smithy_client::bounds::SmithyConnector,
M: aws_smithy_client::bounds::SmithyMiddleware<C>,
R: aws_smithy_client::retry::NewRequestPolicy,
{
/// Creates a new `GetBucketInventoryConfiguration`.
pub(crate) fn new(handle: std::sync::Arc<super::Handle<C, M, R>>) -> Self {
Self {
handle,
inner: Default::default(),
}
}
/// 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](aws_smithy_types::retry::RetryConfig), which can be
/// set when configuring the client.
pub async fn send(
self,
) -> std::result::Result<
crate::output::GetBucketInventoryConfigurationOutput,
aws_smithy_http::result::SdkError<crate::error::GetBucketInventoryConfigurationError>,
>
where
R::Policy: aws_smithy_client::bounds::SmithyRetryPolicy<
crate::input::GetBucketInventoryConfigurationInputOperationOutputAlias,
crate::output::GetBucketInventoryConfigurationOutput,
crate::error::GetBucketInventoryConfigurationError,
crate::input::GetBucketInventoryConfigurationInputOperationRetryAlias,
>,
{
let input = self.inner.build().map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
let op = input
.make_operation(&self.handle.conf)
.await
.map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
self.handle.client.call(op).await
}
/// <p>The name of the bucket containing the inventory configuration to retrieve.</p>
pub fn bucket(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.bucket(inp);
self
}
/// <p>The name of the bucket containing the inventory configuration to retrieve.</p>
pub fn set_bucket(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_bucket(input);
self
}
/// <p>The ID used to identify the inventory configuration.</p>
pub fn id(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.id(inp);
self
}
/// <p>The ID used to identify the inventory configuration.</p>
pub fn set_id(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_id(input);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn expected_bucket_owner(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.expected_bucket_owner(inp);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn set_expected_bucket_owner(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_expected_bucket_owner(input);
self
}
}
/// Fluent builder constructing a request to `GetBucketLifecycleConfiguration`.
///
/// <note>
/// <p>Bucket lifecycle configuration now supports specifying a lifecycle rule using an
/// object key name prefix, one or more object tags, or a combination of both. Accordingly,
/// this section describes the latest API. The response describes the new filter element
/// that you can use to specify a filter to select a subset of objects to which the rule
/// applies. If you are using a previous version of the lifecycle configuration, it still
/// works. For the earlier action, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketLifecycle.html">GetBucketLifecycle</a>.</p>
/// </note>
/// <p>Returns the lifecycle configuration information set on the bucket. For information about
/// lifecycle configuration, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lifecycle-mgmt.html">Object
/// Lifecycle Management</a>.</p>
///
/// <p>To use this operation, you must have permission to perform the
/// <code>s3:GetLifecycleConfiguration</code> action. The bucket owner has this permission,
/// by default. The bucket owner can grant this permission to others. For more information
/// about permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-with-s3-actions.html#using-with-s3-actions-related-to-bucket-subresources">Permissions Related to Bucket Subresource Operations</a> and <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-access-control.html">Managing Access Permissions to Your Amazon S3
/// Resources</a>.</p>
///
/// <p>
/// <code>GetBucketLifecycleConfiguration</code> has the following special error:</p>
/// <ul>
/// <li>
/// <p>Error code: <code>NoSuchLifecycleConfiguration</code>
/// </p>
/// <ul>
/// <li>
/// <p>Description: The lifecycle configuration does not exist.</p>
/// </li>
/// <li>
/// <p>HTTP Status Code: 404 Not Found</p>
/// </li>
/// <li>
/// <p>SOAP Fault Code Prefix: Client</p>
/// </li>
/// </ul>
/// </li>
/// </ul>
/// <p>The following operations are related to
/// <code>GetBucketLifecycleConfiguration</code>:</p>
/// <ul>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketLifecycle.html">GetBucketLifecycle</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketLifecycle.html">PutBucketLifecycle</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteBucketLifecycle.html">DeleteBucketLifecycle</a>
/// </p>
/// </li>
/// </ul>
#[derive(std::fmt::Debug)]
pub struct GetBucketLifecycleConfiguration<
C = aws_smithy_client::erase::DynConnector,
M = aws_hyper::AwsMiddleware,
R = aws_smithy_client::retry::Standard,
> {
handle: std::sync::Arc<super::Handle<C, M, R>>,
inner: crate::input::get_bucket_lifecycle_configuration_input::Builder,
}
impl<C, M, R> GetBucketLifecycleConfiguration<C, M, R>
where
C: aws_smithy_client::bounds::SmithyConnector,
M: aws_smithy_client::bounds::SmithyMiddleware<C>,
R: aws_smithy_client::retry::NewRequestPolicy,
{
/// Creates a new `GetBucketLifecycleConfiguration`.
pub(crate) fn new(handle: std::sync::Arc<super::Handle<C, M, R>>) -> Self {
Self {
handle,
inner: Default::default(),
}
}
/// 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](aws_smithy_types::retry::RetryConfig), which can be
/// set when configuring the client.
pub async fn send(
self,
) -> std::result::Result<
crate::output::GetBucketLifecycleConfigurationOutput,
aws_smithy_http::result::SdkError<crate::error::GetBucketLifecycleConfigurationError>,
>
where
R::Policy: aws_smithy_client::bounds::SmithyRetryPolicy<
crate::input::GetBucketLifecycleConfigurationInputOperationOutputAlias,
crate::output::GetBucketLifecycleConfigurationOutput,
crate::error::GetBucketLifecycleConfigurationError,
crate::input::GetBucketLifecycleConfigurationInputOperationRetryAlias,
>,
{
let input = self.inner.build().map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
let op = input
.make_operation(&self.handle.conf)
.await
.map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
self.handle.client.call(op).await
}
/// <p>The name of the bucket for which to get the lifecycle information.</p>
pub fn bucket(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.bucket(inp);
self
}
/// <p>The name of the bucket for which to get the lifecycle information.</p>
pub fn set_bucket(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_bucket(input);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn expected_bucket_owner(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.expected_bucket_owner(inp);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn set_expected_bucket_owner(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_expected_bucket_owner(input);
self
}
}
/// Fluent builder constructing a request to `GetBucketLocation`.
///
/// <p>Returns the Region the bucket resides in. You set the bucket's Region using the
/// <code>LocationConstraint</code> request parameter in a <code>CreateBucket</code>
/// request. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_CreateBucket.html">CreateBucket</a>.</p>
///
/// <p>To use this implementation of the operation, you must be the bucket owner.</p>
///
/// <p>To use this API against an access point, provide the alias of the access point in place of the bucket name.</p>
///
/// <p>The following operations are related to <code>GetBucketLocation</code>:</p>
/// <ul>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetObject.html">GetObject</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_CreateBucket.html">CreateBucket</a>
/// </p>
/// </li>
/// </ul>
#[derive(std::fmt::Debug)]
pub struct GetBucketLocation<
C = aws_smithy_client::erase::DynConnector,
M = aws_hyper::AwsMiddleware,
R = aws_smithy_client::retry::Standard,
> {
handle: std::sync::Arc<super::Handle<C, M, R>>,
inner: crate::input::get_bucket_location_input::Builder,
}
impl<C, M, R> GetBucketLocation<C, M, R>
where
C: aws_smithy_client::bounds::SmithyConnector,
M: aws_smithy_client::bounds::SmithyMiddleware<C>,
R: aws_smithy_client::retry::NewRequestPolicy,
{
/// Creates a new `GetBucketLocation`.
pub(crate) fn new(handle: std::sync::Arc<super::Handle<C, M, R>>) -> Self {
Self {
handle,
inner: Default::default(),
}
}
/// 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](aws_smithy_types::retry::RetryConfig), which can be
/// set when configuring the client.
pub async fn send(
self,
) -> std::result::Result<
crate::output::GetBucketLocationOutput,
aws_smithy_http::result::SdkError<crate::error::GetBucketLocationError>,
>
where
R::Policy: aws_smithy_client::bounds::SmithyRetryPolicy<
crate::input::GetBucketLocationInputOperationOutputAlias,
crate::output::GetBucketLocationOutput,
crate::error::GetBucketLocationError,
crate::input::GetBucketLocationInputOperationRetryAlias,
>,
{
let input = self.inner.build().map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
let op = input
.make_operation(&self.handle.conf)
.await
.map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
self.handle.client.call(op).await
}
/// <p>The name of the bucket for which to get the location.</p>
pub fn bucket(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.bucket(inp);
self
}
/// <p>The name of the bucket for which to get the location.</p>
pub fn set_bucket(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_bucket(input);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn expected_bucket_owner(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.expected_bucket_owner(inp);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn set_expected_bucket_owner(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_expected_bucket_owner(input);
self
}
}
/// Fluent builder constructing a request to `GetBucketLogging`.
///
/// <p>Returns the logging status of a bucket and the permissions users have to view and modify
/// that status. To use GET, you must be the bucket owner.</p>
///
/// <p>The following operations are related to <code>GetBucketLogging</code>:</p>
/// <ul>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_CreateBucket.html">CreateBucket</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketLogging.html">PutBucketLogging</a>
/// </p>
/// </li>
/// </ul>
#[derive(std::fmt::Debug)]
pub struct GetBucketLogging<
C = aws_smithy_client::erase::DynConnector,
M = aws_hyper::AwsMiddleware,
R = aws_smithy_client::retry::Standard,
> {
handle: std::sync::Arc<super::Handle<C, M, R>>,
inner: crate::input::get_bucket_logging_input::Builder,
}
impl<C, M, R> GetBucketLogging<C, M, R>
where
C: aws_smithy_client::bounds::SmithyConnector,
M: aws_smithy_client::bounds::SmithyMiddleware<C>,
R: aws_smithy_client::retry::NewRequestPolicy,
{
/// Creates a new `GetBucketLogging`.
pub(crate) fn new(handle: std::sync::Arc<super::Handle<C, M, R>>) -> Self {
Self {
handle,
inner: Default::default(),
}
}
/// 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](aws_smithy_types::retry::RetryConfig), which can be
/// set when configuring the client.
pub async fn send(
self,
) -> std::result::Result<
crate::output::GetBucketLoggingOutput,
aws_smithy_http::result::SdkError<crate::error::GetBucketLoggingError>,
>
where
R::Policy: aws_smithy_client::bounds::SmithyRetryPolicy<
crate::input::GetBucketLoggingInputOperationOutputAlias,
crate::output::GetBucketLoggingOutput,
crate::error::GetBucketLoggingError,
crate::input::GetBucketLoggingInputOperationRetryAlias,
>,
{
let input = self.inner.build().map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
let op = input
.make_operation(&self.handle.conf)
.await
.map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
self.handle.client.call(op).await
}
/// <p>The bucket name for which to get the logging information.</p>
pub fn bucket(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.bucket(inp);
self
}
/// <p>The bucket name for which to get the logging information.</p>
pub fn set_bucket(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_bucket(input);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn expected_bucket_owner(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.expected_bucket_owner(inp);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn set_expected_bucket_owner(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_expected_bucket_owner(input);
self
}
}
/// Fluent builder constructing a request to `GetBucketMetricsConfiguration`.
///
/// <p>Gets a metrics configuration (specified by the metrics configuration ID) from the
/// bucket. Note that this doesn't include the daily storage metrics.</p>
///
/// <p> To use this operation, you must have permissions to perform the
/// <code>s3:GetMetricsConfiguration</code> action. The bucket owner has this permission by
/// default. The bucket owner can grant this permission to others. For more information about
/// permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-with-s3-actions.html#using-with-s3-actions-related-to-bucket-subresources">Permissions Related to Bucket Subresource Operations</a> and <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-access-control.html">Managing Access Permissions to Your Amazon S3
/// Resources</a>.</p>
///
/// <p> For information about CloudWatch request metrics for Amazon S3, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/cloudwatch-monitoring.html">Monitoring Metrics with Amazon
/// CloudWatch</a>.</p>
///
/// <p>The following operations are related to
/// <code>GetBucketMetricsConfiguration</code>:</p>
/// <ul>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketMetricsConfiguration.html">PutBucketMetricsConfiguration</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteBucketMetricsConfiguration.html">DeleteBucketMetricsConfiguration</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListBucketMetricsConfigurations.html">ListBucketMetricsConfigurations</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/cloudwatch-monitoring.html">Monitoring Metrics with Amazon
/// CloudWatch</a>
/// </p>
/// </li>
/// </ul>
#[derive(std::fmt::Debug)]
pub struct GetBucketMetricsConfiguration<
C = aws_smithy_client::erase::DynConnector,
M = aws_hyper::AwsMiddleware,
R = aws_smithy_client::retry::Standard,
> {
handle: std::sync::Arc<super::Handle<C, M, R>>,
inner: crate::input::get_bucket_metrics_configuration_input::Builder,
}
impl<C, M, R> GetBucketMetricsConfiguration<C, M, R>
where
C: aws_smithy_client::bounds::SmithyConnector,
M: aws_smithy_client::bounds::SmithyMiddleware<C>,
R: aws_smithy_client::retry::NewRequestPolicy,
{
/// Creates a new `GetBucketMetricsConfiguration`.
pub(crate) fn new(handle: std::sync::Arc<super::Handle<C, M, R>>) -> Self {
Self {
handle,
inner: Default::default(),
}
}
/// 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](aws_smithy_types::retry::RetryConfig), which can be
/// set when configuring the client.
pub async fn send(
self,
) -> std::result::Result<
crate::output::GetBucketMetricsConfigurationOutput,
aws_smithy_http::result::SdkError<crate::error::GetBucketMetricsConfigurationError>,
>
where
R::Policy: aws_smithy_client::bounds::SmithyRetryPolicy<
crate::input::GetBucketMetricsConfigurationInputOperationOutputAlias,
crate::output::GetBucketMetricsConfigurationOutput,
crate::error::GetBucketMetricsConfigurationError,
crate::input::GetBucketMetricsConfigurationInputOperationRetryAlias,
>,
{
let input = self.inner.build().map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
let op = input
.make_operation(&self.handle.conf)
.await
.map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
self.handle.client.call(op).await
}
/// <p>The name of the bucket containing the metrics configuration to retrieve.</p>
pub fn bucket(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.bucket(inp);
self
}
/// <p>The name of the bucket containing the metrics configuration to retrieve.</p>
pub fn set_bucket(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_bucket(input);
self
}
/// <p>The ID used to identify the metrics configuration.</p>
pub fn id(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.id(inp);
self
}
/// <p>The ID used to identify the metrics configuration.</p>
pub fn set_id(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_id(input);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn expected_bucket_owner(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.expected_bucket_owner(inp);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn set_expected_bucket_owner(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_expected_bucket_owner(input);
self
}
}
/// Fluent builder constructing a request to `GetBucketNotificationConfiguration`.
///
/// <p>Returns the notification configuration of a bucket.</p>
/// <p>If notifications are not enabled on the bucket, the action returns an empty
/// <code>NotificationConfiguration</code> element.</p>
///
/// <p>By default, you must be the bucket owner to read the notification configuration of a
/// bucket. However, the bucket owner can use a bucket policy to grant permission to other
/// users to read this configuration with the <code>s3:GetBucketNotification</code>
/// permission.</p>
///
/// <p>For more information about setting and reading the notification configuration on a
/// bucket, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/NotificationHowTo.html">Setting Up Notification of
/// Bucket Events</a>. For more information about bucket policies, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/using-iam-policies.html">Using Bucket Policies</a>.</p>
///
/// <p>The following action is related to <code>GetBucketNotification</code>:</p>
/// <ul>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketNotification.html">PutBucketNotification</a>
/// </p>
/// </li>
/// </ul>
#[derive(std::fmt::Debug)]
pub struct GetBucketNotificationConfiguration<
C = aws_smithy_client::erase::DynConnector,
M = aws_hyper::AwsMiddleware,
R = aws_smithy_client::retry::Standard,
> {
handle: std::sync::Arc<super::Handle<C, M, R>>,
inner: crate::input::get_bucket_notification_configuration_input::Builder,
}
impl<C, M, R> GetBucketNotificationConfiguration<C, M, R>
where
C: aws_smithy_client::bounds::SmithyConnector,
M: aws_smithy_client::bounds::SmithyMiddleware<C>,
R: aws_smithy_client::retry::NewRequestPolicy,
{
/// Creates a new `GetBucketNotificationConfiguration`.
pub(crate) fn new(handle: std::sync::Arc<super::Handle<C, M, R>>) -> Self {
Self {
handle,
inner: Default::default(),
}
}
/// 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](aws_smithy_types::retry::RetryConfig), which can be
/// set when configuring the client.
pub async fn send(
self,
) -> std::result::Result<
crate::output::GetBucketNotificationConfigurationOutput,
aws_smithy_http::result::SdkError<
crate::error::GetBucketNotificationConfigurationError,
>,
>
where
R::Policy: aws_smithy_client::bounds::SmithyRetryPolicy<
crate::input::GetBucketNotificationConfigurationInputOperationOutputAlias,
crate::output::GetBucketNotificationConfigurationOutput,
crate::error::GetBucketNotificationConfigurationError,
crate::input::GetBucketNotificationConfigurationInputOperationRetryAlias,
>,
{
let input = self.inner.build().map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
let op = input
.make_operation(&self.handle.conf)
.await
.map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
self.handle.client.call(op).await
}
/// <p>The name of the bucket for which to get the notification configuration.</p>
pub fn bucket(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.bucket(inp);
self
}
/// <p>The name of the bucket for which to get the notification configuration.</p>
pub fn set_bucket(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_bucket(input);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn expected_bucket_owner(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.expected_bucket_owner(inp);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn set_expected_bucket_owner(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_expected_bucket_owner(input);
self
}
}
/// Fluent builder constructing a request to `GetBucketOwnershipControls`.
///
/// <p>Retrieves <code>OwnershipControls</code> for an Amazon S3 bucket. To use this operation, you
/// must have the <code>s3:GetBucketOwnershipControls</code> permission. For more information
/// about Amazon S3 permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/using-with-s3-actions.html">Specifying
/// Permissions in a Policy</a>. </p>
/// <p>For information about Amazon S3 Object Ownership, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/about-object-ownership.html">Using Object Ownership</a>. </p>
/// <p>The following operations are related to <code>GetBucketOwnershipControls</code>:</p>
/// <ul>
/// <li>
/// <p>
/// <a>PutBucketOwnershipControls</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a>DeleteBucketOwnershipControls</a>
/// </p>
/// </li>
/// </ul>
#[derive(std::fmt::Debug)]
pub struct GetBucketOwnershipControls<
C = aws_smithy_client::erase::DynConnector,
M = aws_hyper::AwsMiddleware,
R = aws_smithy_client::retry::Standard,
> {
handle: std::sync::Arc<super::Handle<C, M, R>>,
inner: crate::input::get_bucket_ownership_controls_input::Builder,
}
impl<C, M, R> GetBucketOwnershipControls<C, M, R>
where
C: aws_smithy_client::bounds::SmithyConnector,
M: aws_smithy_client::bounds::SmithyMiddleware<C>,
R: aws_smithy_client::retry::NewRequestPolicy,
{
/// Creates a new `GetBucketOwnershipControls`.
pub(crate) fn new(handle: std::sync::Arc<super::Handle<C, M, R>>) -> Self {
Self {
handle,
inner: Default::default(),
}
}
/// 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](aws_smithy_types::retry::RetryConfig), which can be
/// set when configuring the client.
pub async fn send(
self,
) -> std::result::Result<
crate::output::GetBucketOwnershipControlsOutput,
aws_smithy_http::result::SdkError<crate::error::GetBucketOwnershipControlsError>,
>
where
R::Policy: aws_smithy_client::bounds::SmithyRetryPolicy<
crate::input::GetBucketOwnershipControlsInputOperationOutputAlias,
crate::output::GetBucketOwnershipControlsOutput,
crate::error::GetBucketOwnershipControlsError,
crate::input::GetBucketOwnershipControlsInputOperationRetryAlias,
>,
{
let input = self.inner.build().map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
let op = input
.make_operation(&self.handle.conf)
.await
.map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
self.handle.client.call(op).await
}
/// <p>The name of the Amazon S3 bucket whose <code>OwnershipControls</code> you want to retrieve.
/// </p>
pub fn bucket(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.bucket(inp);
self
}
/// <p>The name of the Amazon S3 bucket whose <code>OwnershipControls</code> you want to retrieve.
/// </p>
pub fn set_bucket(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_bucket(input);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn expected_bucket_owner(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.expected_bucket_owner(inp);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn set_expected_bucket_owner(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_expected_bucket_owner(input);
self
}
}
/// Fluent builder constructing a request to `GetBucketPolicy`.
///
/// <p>Returns the policy of a specified bucket. If you are using an identity other than the
/// root user of the Amazon Web Services account that owns the bucket, the calling identity must have the
/// <code>GetBucketPolicy</code> permissions on the specified bucket and belong to the
/// bucket owner's account in order to use this operation.</p>
///
/// <p>If you don't have <code>GetBucketPolicy</code> permissions, Amazon S3 returns a <code>403
/// Access Denied</code> error. If you have the correct permissions, but you're not using an
/// identity that belongs to the bucket owner's account, Amazon S3 returns a <code>405 Method Not
/// Allowed</code> error.</p>
///
/// <important>
/// <p>As a security precaution, the root user of the Amazon Web Services account that owns a bucket can
/// always use this operation, even if the policy explicitly denies the root user the
/// ability to perform this action.</p>
/// </important>
///
/// <p>For more information about bucket policies, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/using-iam-policies.html">Using Bucket Policies and User
/// Policies</a>.</p>
///
/// <p>The following action is related to <code>GetBucketPolicy</code>:</p>
/// <ul>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetObject.html">GetObject</a>
/// </p>
/// </li>
/// </ul>
#[derive(std::fmt::Debug)]
pub struct GetBucketPolicy<
C = aws_smithy_client::erase::DynConnector,
M = aws_hyper::AwsMiddleware,
R = aws_smithy_client::retry::Standard,
> {
handle: std::sync::Arc<super::Handle<C, M, R>>,
inner: crate::input::get_bucket_policy_input::Builder,
}
impl<C, M, R> GetBucketPolicy<C, M, R>
where
C: aws_smithy_client::bounds::SmithyConnector,
M: aws_smithy_client::bounds::SmithyMiddleware<C>,
R: aws_smithy_client::retry::NewRequestPolicy,
{
/// Creates a new `GetBucketPolicy`.
pub(crate) fn new(handle: std::sync::Arc<super::Handle<C, M, R>>) -> Self {
Self {
handle,
inner: Default::default(),
}
}
/// 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](aws_smithy_types::retry::RetryConfig), which can be
/// set when configuring the client.
pub async fn send(
self,
) -> std::result::Result<
crate::output::GetBucketPolicyOutput,
aws_smithy_http::result::SdkError<crate::error::GetBucketPolicyError>,
>
where
R::Policy: aws_smithy_client::bounds::SmithyRetryPolicy<
crate::input::GetBucketPolicyInputOperationOutputAlias,
crate::output::GetBucketPolicyOutput,
crate::error::GetBucketPolicyError,
crate::input::GetBucketPolicyInputOperationRetryAlias,
>,
{
let input = self.inner.build().map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
let op = input
.make_operation(&self.handle.conf)
.await
.map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
self.handle.client.call(op).await
}
/// <p>The bucket name for which to get the bucket policy.</p>
pub fn bucket(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.bucket(inp);
self
}
/// <p>The bucket name for which to get the bucket policy.</p>
pub fn set_bucket(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_bucket(input);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn expected_bucket_owner(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.expected_bucket_owner(inp);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn set_expected_bucket_owner(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_expected_bucket_owner(input);
self
}
}
/// Fluent builder constructing a request to `GetBucketPolicyStatus`.
///
/// <p>Retrieves the policy status for an Amazon S3 bucket, indicating whether the bucket is public.
/// In order to use this operation, you must have the <code>s3:GetBucketPolicyStatus</code>
/// permission. For more information about Amazon S3 permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/using-with-s3-actions.html">Specifying Permissions in a
/// Policy</a>.</p>
///
/// <p> For more information about when Amazon S3 considers a bucket public, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/access-control-block-public-access.html#access-control-block-public-access-policy-status">The Meaning of "Public"</a>. </p>
///
/// <p>The following operations are related to <code>GetBucketPolicyStatus</code>:</p>
/// <ul>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/access-control-block-public-access.html">Using Amazon S3 Block
/// Public Access</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetPublicAccessBlock.html">GetPublicAccessBlock</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutPublicAccessBlock.html">PutPublicAccessBlock</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeletePublicAccessBlock.html">DeletePublicAccessBlock</a>
/// </p>
/// </li>
/// </ul>
#[derive(std::fmt::Debug)]
pub struct GetBucketPolicyStatus<
C = aws_smithy_client::erase::DynConnector,
M = aws_hyper::AwsMiddleware,
R = aws_smithy_client::retry::Standard,
> {
handle: std::sync::Arc<super::Handle<C, M, R>>,
inner: crate::input::get_bucket_policy_status_input::Builder,
}
impl<C, M, R> GetBucketPolicyStatus<C, M, R>
where
C: aws_smithy_client::bounds::SmithyConnector,
M: aws_smithy_client::bounds::SmithyMiddleware<C>,
R: aws_smithy_client::retry::NewRequestPolicy,
{
/// Creates a new `GetBucketPolicyStatus`.
pub(crate) fn new(handle: std::sync::Arc<super::Handle<C, M, R>>) -> Self {
Self {
handle,
inner: Default::default(),
}
}
/// 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](aws_smithy_types::retry::RetryConfig), which can be
/// set when configuring the client.
pub async fn send(
self,
) -> std::result::Result<
crate::output::GetBucketPolicyStatusOutput,
aws_smithy_http::result::SdkError<crate::error::GetBucketPolicyStatusError>,
>
where
R::Policy: aws_smithy_client::bounds::SmithyRetryPolicy<
crate::input::GetBucketPolicyStatusInputOperationOutputAlias,
crate::output::GetBucketPolicyStatusOutput,
crate::error::GetBucketPolicyStatusError,
crate::input::GetBucketPolicyStatusInputOperationRetryAlias,
>,
{
let input = self.inner.build().map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
let op = input
.make_operation(&self.handle.conf)
.await
.map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
self.handle.client.call(op).await
}
/// <p>The name of the Amazon S3 bucket whose policy status you want to retrieve.</p>
pub fn bucket(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.bucket(inp);
self
}
/// <p>The name of the Amazon S3 bucket whose policy status you want to retrieve.</p>
pub fn set_bucket(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_bucket(input);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn expected_bucket_owner(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.expected_bucket_owner(inp);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn set_expected_bucket_owner(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_expected_bucket_owner(input);
self
}
}
/// Fluent builder constructing a request to `GetBucketReplication`.
///
/// <p>Returns the replication configuration of a bucket.</p>
/// <note>
/// <p> It can take a while to propagate the put or delete a replication configuration to
/// all Amazon S3 systems. Therefore, a get request soon after put or delete can return a wrong
/// result. </p>
/// </note>
/// <p> For information about replication configuration, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/replication.html">Replication</a> in the
/// <i>Amazon S3 User Guide</i>.</p>
///
/// <p>This action requires permissions for the <code>s3:GetReplicationConfiguration</code>
/// action. For more information about permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/using-iam-policies.html">Using Bucket Policies and User
/// Policies</a>.</p>
///
/// <p>If you include the <code>Filter</code> element in a replication configuration, you must
/// also include the <code>DeleteMarkerReplication</code> and <code>Priority</code> elements.
/// The response also returns those elements.</p>
///
/// <p>For information about <code>GetBucketReplication</code> errors, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/ErrorResponses.html#ReplicationErrorCodeList">List of
/// replication-related error codes</a>
/// </p>
///
///
/// <p>The following operations are related to <code>GetBucketReplication</code>:</p>
/// <ul>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketReplication.html">PutBucketReplication</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteBucketReplication.html">DeleteBucketReplication</a>
/// </p>
/// </li>
/// </ul>
#[derive(std::fmt::Debug)]
pub struct GetBucketReplication<
C = aws_smithy_client::erase::DynConnector,
M = aws_hyper::AwsMiddleware,
R = aws_smithy_client::retry::Standard,
> {
handle: std::sync::Arc<super::Handle<C, M, R>>,
inner: crate::input::get_bucket_replication_input::Builder,
}
impl<C, M, R> GetBucketReplication<C, M, R>
where
C: aws_smithy_client::bounds::SmithyConnector,
M: aws_smithy_client::bounds::SmithyMiddleware<C>,
R: aws_smithy_client::retry::NewRequestPolicy,
{
/// Creates a new `GetBucketReplication`.
pub(crate) fn new(handle: std::sync::Arc<super::Handle<C, M, R>>) -> Self {
Self {
handle,
inner: Default::default(),
}
}
/// 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](aws_smithy_types::retry::RetryConfig), which can be
/// set when configuring the client.
pub async fn send(
self,
) -> std::result::Result<
crate::output::GetBucketReplicationOutput,
aws_smithy_http::result::SdkError<crate::error::GetBucketReplicationError>,
>
where
R::Policy: aws_smithy_client::bounds::SmithyRetryPolicy<
crate::input::GetBucketReplicationInputOperationOutputAlias,
crate::output::GetBucketReplicationOutput,
crate::error::GetBucketReplicationError,
crate::input::GetBucketReplicationInputOperationRetryAlias,
>,
{
let input = self.inner.build().map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
let op = input
.make_operation(&self.handle.conf)
.await
.map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
self.handle.client.call(op).await
}
/// <p>The bucket name for which to get the replication information.</p>
pub fn bucket(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.bucket(inp);
self
}
/// <p>The bucket name for which to get the replication information.</p>
pub fn set_bucket(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_bucket(input);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn expected_bucket_owner(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.expected_bucket_owner(inp);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn set_expected_bucket_owner(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_expected_bucket_owner(input);
self
}
}
/// Fluent builder constructing a request to `GetBucketRequestPayment`.
///
/// <p>Returns the request payment configuration of a bucket. To use this version of the
/// operation, you must be the bucket owner. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/RequesterPaysBuckets.html">Requester Pays Buckets</a>.</p>
///
/// <p>The following operations are related to <code>GetBucketRequestPayment</code>:</p>
/// <ul>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListObjects.html">ListObjects</a>
/// </p>
/// </li>
/// </ul>
#[derive(std::fmt::Debug)]
pub struct GetBucketRequestPayment<
C = aws_smithy_client::erase::DynConnector,
M = aws_hyper::AwsMiddleware,
R = aws_smithy_client::retry::Standard,
> {
handle: std::sync::Arc<super::Handle<C, M, R>>,
inner: crate::input::get_bucket_request_payment_input::Builder,
}
impl<C, M, R> GetBucketRequestPayment<C, M, R>
where
C: aws_smithy_client::bounds::SmithyConnector,
M: aws_smithy_client::bounds::SmithyMiddleware<C>,
R: aws_smithy_client::retry::NewRequestPolicy,
{
/// Creates a new `GetBucketRequestPayment`.
pub(crate) fn new(handle: std::sync::Arc<super::Handle<C, M, R>>) -> Self {
Self {
handle,
inner: Default::default(),
}
}
/// 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](aws_smithy_types::retry::RetryConfig), which can be
/// set when configuring the client.
pub async fn send(
self,
) -> std::result::Result<
crate::output::GetBucketRequestPaymentOutput,
aws_smithy_http::result::SdkError<crate::error::GetBucketRequestPaymentError>,
>
where
R::Policy: aws_smithy_client::bounds::SmithyRetryPolicy<
crate::input::GetBucketRequestPaymentInputOperationOutputAlias,
crate::output::GetBucketRequestPaymentOutput,
crate::error::GetBucketRequestPaymentError,
crate::input::GetBucketRequestPaymentInputOperationRetryAlias,
>,
{
let input = self.inner.build().map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
let op = input
.make_operation(&self.handle.conf)
.await
.map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
self.handle.client.call(op).await
}
/// <p>The name of the bucket for which to get the payment request configuration</p>
pub fn bucket(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.bucket(inp);
self
}
/// <p>The name of the bucket for which to get the payment request configuration</p>
pub fn set_bucket(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_bucket(input);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn expected_bucket_owner(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.expected_bucket_owner(inp);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn set_expected_bucket_owner(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_expected_bucket_owner(input);
self
}
}
/// Fluent builder constructing a request to `GetBucketTagging`.
///
/// <p>Returns the tag set associated with the bucket.</p>
/// <p>To use this operation, you must have permission to perform the
/// <code>s3:GetBucketTagging</code> action. By default, the bucket owner has this
/// permission and can grant this permission to others.</p>
///
/// <p>
/// <code>GetBucketTagging</code> has the following special error:</p>
/// <ul>
/// <li>
/// <p>Error code: <code>NoSuchTagSetError</code>
/// </p>
/// <ul>
/// <li>
/// <p>Description: There is no tag set associated with the bucket.</p>
/// </li>
/// </ul>
/// </li>
/// </ul>
///
/// <p>The following operations are related to <code>GetBucketTagging</code>:</p>
/// <ul>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketTagging.html">PutBucketTagging</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteBucketTagging.html">DeleteBucketTagging</a>
/// </p>
/// </li>
/// </ul>
#[derive(std::fmt::Debug)]
pub struct GetBucketTagging<
C = aws_smithy_client::erase::DynConnector,
M = aws_hyper::AwsMiddleware,
R = aws_smithy_client::retry::Standard,
> {
handle: std::sync::Arc<super::Handle<C, M, R>>,
inner: crate::input::get_bucket_tagging_input::Builder,
}
impl<C, M, R> GetBucketTagging<C, M, R>
where
C: aws_smithy_client::bounds::SmithyConnector,
M: aws_smithy_client::bounds::SmithyMiddleware<C>,
R: aws_smithy_client::retry::NewRequestPolicy,
{
/// Creates a new `GetBucketTagging`.
pub(crate) fn new(handle: std::sync::Arc<super::Handle<C, M, R>>) -> Self {
Self {
handle,
inner: Default::default(),
}
}
/// 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](aws_smithy_types::retry::RetryConfig), which can be
/// set when configuring the client.
pub async fn send(
self,
) -> std::result::Result<
crate::output::GetBucketTaggingOutput,
aws_smithy_http::result::SdkError<crate::error::GetBucketTaggingError>,
>
where
R::Policy: aws_smithy_client::bounds::SmithyRetryPolicy<
crate::input::GetBucketTaggingInputOperationOutputAlias,
crate::output::GetBucketTaggingOutput,
crate::error::GetBucketTaggingError,
crate::input::GetBucketTaggingInputOperationRetryAlias,
>,
{
let input = self.inner.build().map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
let op = input
.make_operation(&self.handle.conf)
.await
.map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
self.handle.client.call(op).await
}
/// <p>The name of the bucket for which to get the tagging information.</p>
pub fn bucket(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.bucket(inp);
self
}
/// <p>The name of the bucket for which to get the tagging information.</p>
pub fn set_bucket(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_bucket(input);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn expected_bucket_owner(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.expected_bucket_owner(inp);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn set_expected_bucket_owner(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_expected_bucket_owner(input);
self
}
}
/// Fluent builder constructing a request to `GetBucketVersioning`.
///
/// <p>Returns the versioning state of a bucket.</p>
/// <p>To retrieve the versioning state of a bucket, you must be the bucket owner.</p>
///
/// <p>This implementation also returns the MFA Delete status of the versioning state. If the
/// MFA Delete status is <code>enabled</code>, the bucket owner must use an authentication
/// device to change the versioning state of the bucket.</p>
///
/// <p>The following operations are related to <code>GetBucketVersioning</code>:</p>
/// <ul>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetObject.html">GetObject</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutObject.html">PutObject</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteObject.html">DeleteObject</a>
/// </p>
/// </li>
/// </ul>
#[derive(std::fmt::Debug)]
pub struct GetBucketVersioning<
C = aws_smithy_client::erase::DynConnector,
M = aws_hyper::AwsMiddleware,
R = aws_smithy_client::retry::Standard,
> {
handle: std::sync::Arc<super::Handle<C, M, R>>,
inner: crate::input::get_bucket_versioning_input::Builder,
}
impl<C, M, R> GetBucketVersioning<C, M, R>
where
C: aws_smithy_client::bounds::SmithyConnector,
M: aws_smithy_client::bounds::SmithyMiddleware<C>,
R: aws_smithy_client::retry::NewRequestPolicy,
{
/// Creates a new `GetBucketVersioning`.
pub(crate) fn new(handle: std::sync::Arc<super::Handle<C, M, R>>) -> Self {
Self {
handle,
inner: Default::default(),
}
}
/// 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](aws_smithy_types::retry::RetryConfig), which can be
/// set when configuring the client.
pub async fn send(
self,
) -> std::result::Result<
crate::output::GetBucketVersioningOutput,
aws_smithy_http::result::SdkError<crate::error::GetBucketVersioningError>,
>
where
R::Policy: aws_smithy_client::bounds::SmithyRetryPolicy<
crate::input::GetBucketVersioningInputOperationOutputAlias,
crate::output::GetBucketVersioningOutput,
crate::error::GetBucketVersioningError,
crate::input::GetBucketVersioningInputOperationRetryAlias,
>,
{
let input = self.inner.build().map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
let op = input
.make_operation(&self.handle.conf)
.await
.map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
self.handle.client.call(op).await
}
/// <p>The name of the bucket for which to get the versioning information.</p>
pub fn bucket(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.bucket(inp);
self
}
/// <p>The name of the bucket for which to get the versioning information.</p>
pub fn set_bucket(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_bucket(input);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn expected_bucket_owner(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.expected_bucket_owner(inp);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn set_expected_bucket_owner(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_expected_bucket_owner(input);
self
}
}
/// Fluent builder constructing a request to `GetBucketWebsite`.
///
/// <p>Returns the website configuration for a bucket. To host website on Amazon S3, you can
/// configure a bucket as website by adding a website configuration. For more information about
/// hosting websites, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/WebsiteHosting.html">Hosting Websites on
/// Amazon S3</a>. </p>
/// <p>This GET action requires the <code>S3:GetBucketWebsite</code> permission. By default,
/// only the bucket owner can read the bucket website configuration. However, bucket owners can
/// allow other users to read the website configuration by writing a bucket policy granting
/// them the <code>S3:GetBucketWebsite</code> permission.</p>
/// <p>The following operations are related to <code>DeleteBucketWebsite</code>:</p>
/// <ul>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteBucketWebsite.html">DeleteBucketWebsite</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketWebsite.html">PutBucketWebsite</a>
/// </p>
/// </li>
/// </ul>
#[derive(std::fmt::Debug)]
pub struct GetBucketWebsite<
C = aws_smithy_client::erase::DynConnector,
M = aws_hyper::AwsMiddleware,
R = aws_smithy_client::retry::Standard,
> {
handle: std::sync::Arc<super::Handle<C, M, R>>,
inner: crate::input::get_bucket_website_input::Builder,
}
impl<C, M, R> GetBucketWebsite<C, M, R>
where
C: aws_smithy_client::bounds::SmithyConnector,
M: aws_smithy_client::bounds::SmithyMiddleware<C>,
R: aws_smithy_client::retry::NewRequestPolicy,
{
/// Creates a new `GetBucketWebsite`.
pub(crate) fn new(handle: std::sync::Arc<super::Handle<C, M, R>>) -> Self {
Self {
handle,
inner: Default::default(),
}
}
/// 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](aws_smithy_types::retry::RetryConfig), which can be
/// set when configuring the client.
pub async fn send(
self,
) -> std::result::Result<
crate::output::GetBucketWebsiteOutput,
aws_smithy_http::result::SdkError<crate::error::GetBucketWebsiteError>,
>
where
R::Policy: aws_smithy_client::bounds::SmithyRetryPolicy<
crate::input::GetBucketWebsiteInputOperationOutputAlias,
crate::output::GetBucketWebsiteOutput,
crate::error::GetBucketWebsiteError,
crate::input::GetBucketWebsiteInputOperationRetryAlias,
>,
{
let input = self.inner.build().map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
let op = input
.make_operation(&self.handle.conf)
.await
.map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
self.handle.client.call(op).await
}
/// <p>The bucket name for which to get the website configuration.</p>
pub fn bucket(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.bucket(inp);
self
}
/// <p>The bucket name for which to get the website configuration.</p>
pub fn set_bucket(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_bucket(input);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn expected_bucket_owner(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.expected_bucket_owner(inp);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn set_expected_bucket_owner(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_expected_bucket_owner(input);
self
}
}
/// Fluent builder constructing a request to `GetObject`.
///
/// <p>Retrieves objects from Amazon S3. To use <code>GET</code>, you must have <code>READ</code>
/// access to the object. If you grant <code>READ</code> access to the anonymous user, you can
/// return the object without using an authorization header.</p>
///
/// <p>An Amazon S3 bucket has no directory hierarchy such as you would find in a typical computer
/// file system. You can, however, create a logical hierarchy by using object key names that
/// imply a folder structure. For example, instead of naming an object <code>sample.jpg</code>,
/// you can name it <code>photos/2006/February/sample.jpg</code>.</p>
///
/// <p>To get an object from such a logical hierarchy, specify the full key name for the object
/// in the <code>GET</code> operation. For a virtual hosted-style request example, if you have
/// the object <code>photos/2006/February/sample.jpg</code>, specify the resource as
/// <code>/photos/2006/February/sample.jpg</code>. For a path-style request example, if you
/// have the object <code>photos/2006/February/sample.jpg</code> in the bucket named
/// <code>examplebucket</code>, specify the resource as
/// <code>/examplebucket/photos/2006/February/sample.jpg</code>. For more information about
/// request types, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/VirtualHosting.html#VirtualHostingSpecifyBucket">HTTP Host Header Bucket Specification</a>.</p>
///
/// <p>To distribute large files to many people, you can save bandwidth costs by using
/// BitTorrent. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/S3Torrent.html">Amazon S3
/// Torrent</a>. For more information about returning the ACL of an object, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetObjectAcl.html">GetObjectAcl</a>.</p>
///
/// <p>If the object you are retrieving is stored in the S3 Glacier or
/// S3 Glacier Deep Archive storage class, or S3 Intelligent-Tiering Archive or
/// S3 Intelligent-Tiering Deep Archive tiers, before you can retrieve the object you must first restore a
/// copy using <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_RestoreObject.html">RestoreObject</a>. Otherwise, this action returns an
/// <code>InvalidObjectStateError</code> error. For information about restoring archived
/// objects, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/restoring-objects.html">Restoring Archived
/// Objects</a>.</p>
///
/// <p>Encryption request headers, like <code>x-amz-server-side-encryption</code>, should not
/// be sent for GET requests if your object uses server-side encryption with KMS keys (SSE-KMS)
/// or server-side encryption with Amazon S3–managed encryption keys (SSE-S3). If your
/// object does use these types of keys, you’ll get an HTTP 400 BadRequest error.</p>
/// <p>If you encrypt an object by using server-side encryption with customer-provided
/// encryption keys (SSE-C) when you store the object in Amazon S3, then when you GET the object,
/// you must use the following headers:</p>
/// <ul>
/// <li>
/// <p>x-amz-server-side-encryption-customer-algorithm</p>
/// </li>
/// <li>
/// <p>x-amz-server-side-encryption-customer-key</p>
/// </li>
/// <li>
/// <p>x-amz-server-side-encryption-customer-key-MD5</p>
/// </li>
/// </ul>
/// <p>For more information about SSE-C, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ServerSideEncryptionCustomerKeys.html">Server-Side Encryption (Using
/// Customer-Provided Encryption Keys)</a>.</p>
///
/// <p>Assuming you have the relevant permission to read object tags, the response also returns the
/// <code>x-amz-tagging-count</code> header that provides the count of number of tags
/// associated with the object. You can use <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetObjectTagging.html">GetObjectTagging</a> to retrieve
/// the tag set associated with an object.</p>
///
/// <p>
/// <b>Permissions</b>
/// </p>
/// <p>You need the relevant read object (or version) permission for this operation. For more
/// information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/using-with-s3-actions.html">Specifying Permissions
/// in a Policy</a>. If the object you request does not exist, the error Amazon S3 returns
/// depends on whether you also have the <code>s3:ListBucket</code> permission.</p>
/// <ul>
/// <li>
/// <p>If you have the <code>s3:ListBucket</code> permission on the bucket, Amazon S3 will
/// return an HTTP status code 404 ("no such key") error.</p>
/// </li>
/// <li>
/// <p>If you don’t have the <code>s3:ListBucket</code> permission, Amazon S3 will return an
/// HTTP status code 403 ("access denied") error.</p>
/// </li>
/// </ul>
///
///
/// <p>
/// <b>Versioning</b>
/// </p>
/// <p>By default, the GET action returns the current version of an object. To return a
/// different version, use the <code>versionId</code> subresource.</p>
///
/// <note>
/// <ul>
/// <li>
/// <p>You need the <code>s3:GetObjectVersion</code> permission to access a specific version of an object.
/// </p>
/// </li>
/// <li>
/// <p>If the current version of the object is a delete marker, Amazon S3 behaves as if the
/// object was deleted and includes <code>x-amz-delete-marker: true</code> in the
/// response.</p>
/// </li>
/// </ul>
/// </note>
///
///
/// <p>For more information about versioning, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketVersioning.html">PutBucketVersioning</a>. </p>
///
/// <p>
/// <b>Overriding Response Header Values</b>
/// </p>
/// <p>There are times when you want to override certain response header values in a GET
/// response. For example, you might override the Content-Disposition response header value in
/// your GET request.</p>
///
/// <p>You can override values for a set of response headers using the following query
/// parameters. These response header values are sent only on a successful request, that is,
/// when status code 200 OK is returned. The set of headers you can override using these
/// parameters is a subset of the headers that Amazon S3 accepts when you create an object. The
/// response headers that you can override for the GET response are <code>Content-Type</code>,
/// <code>Content-Language</code>, <code>Expires</code>, <code>Cache-Control</code>,
/// <code>Content-Disposition</code>, and <code>Content-Encoding</code>. To override these
/// header values in the GET response, you use the following request parameters.</p>
///
/// <note>
/// <p>You must sign the request, either using an Authorization header or a presigned URL,
/// when using these parameters. They cannot be used with an unsigned (anonymous)
/// request.</p>
/// </note>
/// <ul>
/// <li>
/// <p>
/// <code>response-content-type</code>
/// </p>
/// </li>
/// <li>
/// <p>
/// <code>response-content-language</code>
/// </p>
/// </li>
/// <li>
/// <p>
/// <code>response-expires</code>
/// </p>
/// </li>
/// <li>
/// <p>
/// <code>response-cache-control</code>
/// </p>
/// </li>
/// <li>
/// <p>
/// <code>response-content-disposition</code>
/// </p>
/// </li>
/// <li>
/// <p>
/// <code>response-content-encoding</code>
/// </p>
/// </li>
/// </ul>
///
/// <p>
/// <b>Additional Considerations about Request Headers</b>
/// </p>
///
/// <p>If both of the <code>If-Match</code> and <code>If-Unmodified-Since</code> headers are
/// present in the request as follows: <code>If-Match</code> condition evaluates to
/// <code>true</code>, and; <code>If-Unmodified-Since</code> condition evaluates to
/// <code>false</code>; then, S3 returns 200 OK and the data requested. </p>
///
/// <p>If both of the <code>If-None-Match</code> and <code>If-Modified-Since</code> headers are
/// present in the request as follows:<code> If-None-Match</code> condition evaluates to
/// <code>false</code>, and; <code>If-Modified-Since</code> condition evaluates to
/// <code>true</code>; then, S3 returns 304 Not Modified response code.</p>
///
/// <p>For more information about conditional requests, see <a href="https://tools.ietf.org/html/rfc7232">RFC 7232</a>.</p>
///
/// <p>The following operations are related to <code>GetObject</code>:</p>
/// <ul>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListBuckets.html">ListBuckets</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetObjectAcl.html">GetObjectAcl</a>
/// </p>
/// </li>
/// </ul>
#[derive(std::fmt::Debug)]
pub struct GetObject<
C = aws_smithy_client::erase::DynConnector,
M = aws_hyper::AwsMiddleware,
R = aws_smithy_client::retry::Standard,
> {
handle: std::sync::Arc<super::Handle<C, M, R>>,
inner: crate::input::get_object_input::Builder,
}
impl<C, M, R> GetObject<C, M, R>
where
C: aws_smithy_client::bounds::SmithyConnector,
M: aws_smithy_client::bounds::SmithyMiddleware<C>,
R: aws_smithy_client::retry::NewRequestPolicy,
{
/// Creates a new `GetObject`.
pub(crate) fn new(handle: std::sync::Arc<super::Handle<C, M, R>>) -> Self {
Self {
handle,
inner: Default::default(),
}
}
/// 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](aws_smithy_types::retry::RetryConfig), which can be
/// set when configuring the client.
pub async fn send(
self,
) -> std::result::Result<
crate::output::GetObjectOutput,
aws_smithy_http::result::SdkError<crate::error::GetObjectError>,
>
where
R::Policy: aws_smithy_client::bounds::SmithyRetryPolicy<
crate::input::GetObjectInputOperationOutputAlias,
crate::output::GetObjectOutput,
crate::error::GetObjectError,
crate::input::GetObjectInputOperationRetryAlias,
>,
{
let input = self.inner.build().map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
let op = input
.make_operation(&self.handle.conf)
.await
.map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
self.handle.client.call(op).await
}
///
/// Creates a presigned request for this operation.
///
/// The `presigning_config` provides additional presigning-specific config values, such as the
/// amount of time the request should be valid for after creation.
///
/// Presigned requests can be given to other users or applications to access a resource or perform
/// an operation without having access to the AWS security credentials.
///
pub async fn presigned(
self,
presigning_config: crate::presigning::config::PresigningConfig,
) -> Result<
crate::presigning::request::PresignedRequest,
aws_smithy_http::result::SdkError<crate::error::GetObjectError>,
> {
let input = self.inner.build().map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
input.presigned(&self.handle.conf, presigning_config).await
}
/// <p>The bucket name containing the object. </p>
/// <p>When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
/// <p>When using an Object Lambda access point the hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-object-lambda.<i>Region</i>.amazonaws.com.</p>
/// <p>When using this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.<i>outpostID</i>.s3-outposts.<i>Region</i>.amazonaws.com. When using this action using S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts bucket ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">Using S3 on Outposts</a> in the <i>Amazon S3 User Guide</i>.</p>
pub fn bucket(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.bucket(inp);
self
}
/// <p>The bucket name containing the object. </p>
/// <p>When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
/// <p>When using an Object Lambda access point the hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-object-lambda.<i>Region</i>.amazonaws.com.</p>
/// <p>When using this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.<i>outpostID</i>.s3-outposts.<i>Region</i>.amazonaws.com. When using this action using S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts bucket ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">Using S3 on Outposts</a> in the <i>Amazon S3 User Guide</i>.</p>
pub fn set_bucket(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_bucket(input);
self
}
/// <p>Return the object only if its entity tag (ETag) is the same as the one specified,
/// otherwise return a 412 (precondition failed).</p>
pub fn if_match(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.if_match(inp);
self
}
/// <p>Return the object only if its entity tag (ETag) is the same as the one specified,
/// otherwise return a 412 (precondition failed).</p>
pub fn set_if_match(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_if_match(input);
self
}
/// <p>Return the object only if it has been modified since the specified time, otherwise
/// return a 304 (not modified).</p>
pub fn if_modified_since(mut self, inp: aws_smithy_types::DateTime) -> Self {
self.inner = self.inner.if_modified_since(inp);
self
}
/// <p>Return the object only if it has been modified since the specified time, otherwise
/// return a 304 (not modified).</p>
pub fn set_if_modified_since(
mut self,
input: std::option::Option<aws_smithy_types::DateTime>,
) -> Self {
self.inner = self.inner.set_if_modified_since(input);
self
}
/// <p>Return the object only if its entity tag (ETag) is different from the one specified,
/// otherwise return a 304 (not modified).</p>
pub fn if_none_match(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.if_none_match(inp);
self
}
/// <p>Return the object only if its entity tag (ETag) is different from the one specified,
/// otherwise return a 304 (not modified).</p>
pub fn set_if_none_match(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_if_none_match(input);
self
}
/// <p>Return the object only if it has not been modified since the specified time, otherwise
/// return a 412 (precondition failed).</p>
pub fn if_unmodified_since(mut self, inp: aws_smithy_types::DateTime) -> Self {
self.inner = self.inner.if_unmodified_since(inp);
self
}
/// <p>Return the object only if it has not been modified since the specified time, otherwise
/// return a 412 (precondition failed).</p>
pub fn set_if_unmodified_since(
mut self,
input: std::option::Option<aws_smithy_types::DateTime>,
) -> Self {
self.inner = self.inner.set_if_unmodified_since(input);
self
}
/// <p>Key of the object to get.</p>
pub fn key(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.key(inp);
self
}
/// <p>Key of the object to get.</p>
pub fn set_key(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_key(input);
self
}
/// <p>Downloads the specified range bytes of an object. For more information about the HTTP
/// Range header, see <a href="https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.35">https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.35</a>.</p>
/// <note>
/// <p>Amazon S3 doesn't support retrieving multiple ranges of data per <code>GET</code>
/// request.</p>
/// </note>
pub fn range(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.range(inp);
self
}
/// <p>Downloads the specified range bytes of an object. For more information about the HTTP
/// Range header, see <a href="https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.35">https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.35</a>.</p>
/// <note>
/// <p>Amazon S3 doesn't support retrieving multiple ranges of data per <code>GET</code>
/// request.</p>
/// </note>
pub fn set_range(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_range(input);
self
}
/// <p>Sets the <code>Cache-Control</code> header of the response.</p>
pub fn response_cache_control(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.response_cache_control(inp);
self
}
/// <p>Sets the <code>Cache-Control</code> header of the response.</p>
pub fn set_response_cache_control(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_response_cache_control(input);
self
}
/// <p>Sets the <code>Content-Disposition</code> header of the response</p>
pub fn response_content_disposition(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.response_content_disposition(inp);
self
}
/// <p>Sets the <code>Content-Disposition</code> header of the response</p>
pub fn set_response_content_disposition(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_response_content_disposition(input);
self
}
/// <p>Sets the <code>Content-Encoding</code> header of the response.</p>
pub fn response_content_encoding(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.response_content_encoding(inp);
self
}
/// <p>Sets the <code>Content-Encoding</code> header of the response.</p>
pub fn set_response_content_encoding(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_response_content_encoding(input);
self
}
/// <p>Sets the <code>Content-Language</code> header of the response.</p>
pub fn response_content_language(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.response_content_language(inp);
self
}
/// <p>Sets the <code>Content-Language</code> header of the response.</p>
pub fn set_response_content_language(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_response_content_language(input);
self
}
/// <p>Sets the <code>Content-Type</code> header of the response.</p>
pub fn response_content_type(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.response_content_type(inp);
self
}
/// <p>Sets the <code>Content-Type</code> header of the response.</p>
pub fn set_response_content_type(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_response_content_type(input);
self
}
/// <p>Sets the <code>Expires</code> header of the response.</p>
pub fn response_expires(mut self, inp: aws_smithy_types::DateTime) -> Self {
self.inner = self.inner.response_expires(inp);
self
}
/// <p>Sets the <code>Expires</code> header of the response.</p>
pub fn set_response_expires(
mut self,
input: std::option::Option<aws_smithy_types::DateTime>,
) -> Self {
self.inner = self.inner.set_response_expires(input);
self
}
/// <p>VersionId used to reference a specific version of the object.</p>
pub fn version_id(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.version_id(inp);
self
}
/// <p>VersionId used to reference a specific version of the object.</p>
pub fn set_version_id(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_version_id(input);
self
}
/// <p>Specifies the algorithm to use to when decrypting the object (for example,
/// AES256).</p>
pub fn sse_customer_algorithm(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.sse_customer_algorithm(inp);
self
}
/// <p>Specifies the algorithm to use to when decrypting the object (for example,
/// AES256).</p>
pub fn set_sse_customer_algorithm(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_sse_customer_algorithm(input);
self
}
/// <p>Specifies the customer-provided encryption key for Amazon S3 used to encrypt the data. This
/// value is used to decrypt the object when recovering it and must match the one used when
/// storing the data. The key must be appropriate for use with the algorithm specified in the
/// <code>x-amz-server-side-encryption-customer-algorithm</code> header.</p>
pub fn sse_customer_key(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.sse_customer_key(inp);
self
}
/// <p>Specifies the customer-provided encryption key for Amazon S3 used to encrypt the data. This
/// value is used to decrypt the object when recovering it and must match the one used when
/// storing the data. The key must be appropriate for use with the algorithm specified in the
/// <code>x-amz-server-side-encryption-customer-algorithm</code> header.</p>
pub fn set_sse_customer_key(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_sse_customer_key(input);
self
}
/// <p>Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321. Amazon S3 uses
/// this header for a message integrity check to ensure that the encryption key was transmitted
/// without error.</p>
pub fn sse_customer_key_md5(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.sse_customer_key_md5(inp);
self
}
/// <p>Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321. Amazon S3 uses
/// this header for a message integrity check to ensure that the encryption key was transmitted
/// without error.</p>
pub fn set_sse_customer_key_md5(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_sse_customer_key_md5(input);
self
}
/// <p>Confirms that the requester knows that they will be charged for the request. Bucket
/// owners need not specify this parameter in their requests. For information about downloading
/// objects from requester pays buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in
/// Requestor Pays Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
pub fn request_payer(mut self, inp: crate::model::RequestPayer) -> Self {
self.inner = self.inner.request_payer(inp);
self
}
/// <p>Confirms that the requester knows that they will be charged for the request. Bucket
/// owners need not specify this parameter in their requests. For information about downloading
/// objects from requester pays buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in
/// Requestor Pays Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
pub fn set_request_payer(
mut self,
input: std::option::Option<crate::model::RequestPayer>,
) -> Self {
self.inner = self.inner.set_request_payer(input);
self
}
/// <p>Part number of the object being read. This is a positive integer between 1 and 10,000.
/// Effectively performs a 'ranged' GET request for the part specified. Useful for downloading
/// just a part of an object.</p>
pub fn part_number(mut self, inp: i32) -> Self {
self.inner = self.inner.part_number(inp);
self
}
/// <p>Part number of the object being read. This is a positive integer between 1 and 10,000.
/// Effectively performs a 'ranged' GET request for the part specified. Useful for downloading
/// just a part of an object.</p>
pub fn set_part_number(mut self, input: std::option::Option<i32>) -> Self {
self.inner = self.inner.set_part_number(input);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn expected_bucket_owner(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.expected_bucket_owner(inp);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn set_expected_bucket_owner(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_expected_bucket_owner(input);
self
}
}
/// Fluent builder constructing a request to `GetObjectAcl`.
///
/// <p>Returns the access control list (ACL) of an object. To use this operation, you must have
/// <code>READ_ACP</code> access to the object.</p>
/// <p>This action is not supported by Amazon S3 on Outposts.</p>
/// <p>
/// <b>Versioning</b>
/// </p>
/// <p>By default, GET returns ACL information about the current version of an object. To
/// return ACL information about a different version, use the versionId subresource.</p>
///
/// <p>The following operations are related to <code>GetObjectAcl</code>:</p>
/// <ul>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetObject.html">GetObject</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteObject.html">DeleteObject</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutObject.html">PutObject</a>
/// </p>
/// </li>
/// </ul>
#[derive(std::fmt::Debug)]
pub struct GetObjectAcl<
C = aws_smithy_client::erase::DynConnector,
M = aws_hyper::AwsMiddleware,
R = aws_smithy_client::retry::Standard,
> {
handle: std::sync::Arc<super::Handle<C, M, R>>,
inner: crate::input::get_object_acl_input::Builder,
}
impl<C, M, R> GetObjectAcl<C, M, R>
where
C: aws_smithy_client::bounds::SmithyConnector,
M: aws_smithy_client::bounds::SmithyMiddleware<C>,
R: aws_smithy_client::retry::NewRequestPolicy,
{
/// Creates a new `GetObjectAcl`.
pub(crate) fn new(handle: std::sync::Arc<super::Handle<C, M, R>>) -> Self {
Self {
handle,
inner: Default::default(),
}
}
/// 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](aws_smithy_types::retry::RetryConfig), which can be
/// set when configuring the client.
pub async fn send(
self,
) -> std::result::Result<
crate::output::GetObjectAclOutput,
aws_smithy_http::result::SdkError<crate::error::GetObjectAclError>,
>
where
R::Policy: aws_smithy_client::bounds::SmithyRetryPolicy<
crate::input::GetObjectAclInputOperationOutputAlias,
crate::output::GetObjectAclOutput,
crate::error::GetObjectAclError,
crate::input::GetObjectAclInputOperationRetryAlias,
>,
{
let input = self.inner.build().map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
let op = input
.make_operation(&self.handle.conf)
.await
.map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
self.handle.client.call(op).await
}
/// <p>The bucket name that contains the object for which to get the ACL information. </p>
/// <p>When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
pub fn bucket(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.bucket(inp);
self
}
/// <p>The bucket name that contains the object for which to get the ACL information. </p>
/// <p>When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
pub fn set_bucket(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_bucket(input);
self
}
/// <p>The key of the object for which to get the ACL information.</p>
pub fn key(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.key(inp);
self
}
/// <p>The key of the object for which to get the ACL information.</p>
pub fn set_key(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_key(input);
self
}
/// <p>VersionId used to reference a specific version of the object.</p>
pub fn version_id(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.version_id(inp);
self
}
/// <p>VersionId used to reference a specific version of the object.</p>
pub fn set_version_id(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_version_id(input);
self
}
/// <p>Confirms that the requester knows that they will be charged for the request. Bucket
/// owners need not specify this parameter in their requests. For information about downloading
/// objects from requester pays buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in
/// Requestor Pays Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
pub fn request_payer(mut self, inp: crate::model::RequestPayer) -> Self {
self.inner = self.inner.request_payer(inp);
self
}
/// <p>Confirms that the requester knows that they will be charged for the request. Bucket
/// owners need not specify this parameter in their requests. For information about downloading
/// objects from requester pays buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in
/// Requestor Pays Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
pub fn set_request_payer(
mut self,
input: std::option::Option<crate::model::RequestPayer>,
) -> Self {
self.inner = self.inner.set_request_payer(input);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn expected_bucket_owner(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.expected_bucket_owner(inp);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn set_expected_bucket_owner(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_expected_bucket_owner(input);
self
}
}
/// Fluent builder constructing a request to `GetObjectLegalHold`.
///
/// <p>Gets an object's current Legal Hold status. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lock.html">Locking Objects</a>.</p>
/// <p>This action is not supported by Amazon S3 on Outposts.</p>
#[derive(std::fmt::Debug)]
pub struct GetObjectLegalHold<
C = aws_smithy_client::erase::DynConnector,
M = aws_hyper::AwsMiddleware,
R = aws_smithy_client::retry::Standard,
> {
handle: std::sync::Arc<super::Handle<C, M, R>>,
inner: crate::input::get_object_legal_hold_input::Builder,
}
impl<C, M, R> GetObjectLegalHold<C, M, R>
where
C: aws_smithy_client::bounds::SmithyConnector,
M: aws_smithy_client::bounds::SmithyMiddleware<C>,
R: aws_smithy_client::retry::NewRequestPolicy,
{
/// Creates a new `GetObjectLegalHold`.
pub(crate) fn new(handle: std::sync::Arc<super::Handle<C, M, R>>) -> Self {
Self {
handle,
inner: Default::default(),
}
}
/// 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](aws_smithy_types::retry::RetryConfig), which can be
/// set when configuring the client.
pub async fn send(
self,
) -> std::result::Result<
crate::output::GetObjectLegalHoldOutput,
aws_smithy_http::result::SdkError<crate::error::GetObjectLegalHoldError>,
>
where
R::Policy: aws_smithy_client::bounds::SmithyRetryPolicy<
crate::input::GetObjectLegalHoldInputOperationOutputAlias,
crate::output::GetObjectLegalHoldOutput,
crate::error::GetObjectLegalHoldError,
crate::input::GetObjectLegalHoldInputOperationRetryAlias,
>,
{
let input = self.inner.build().map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
let op = input
.make_operation(&self.handle.conf)
.await
.map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
self.handle.client.call(op).await
}
/// <p>The bucket name containing the object whose Legal Hold status you want to retrieve. </p>
/// <p>When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
pub fn bucket(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.bucket(inp);
self
}
/// <p>The bucket name containing the object whose Legal Hold status you want to retrieve. </p>
/// <p>When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
pub fn set_bucket(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_bucket(input);
self
}
/// <p>The key name for the object whose Legal Hold status you want to retrieve.</p>
pub fn key(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.key(inp);
self
}
/// <p>The key name for the object whose Legal Hold status you want to retrieve.</p>
pub fn set_key(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_key(input);
self
}
/// <p>The version ID of the object whose Legal Hold status you want to retrieve.</p>
pub fn version_id(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.version_id(inp);
self
}
/// <p>The version ID of the object whose Legal Hold status you want to retrieve.</p>
pub fn set_version_id(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_version_id(input);
self
}
/// <p>Confirms that the requester knows that they will be charged for the request. Bucket
/// owners need not specify this parameter in their requests. For information about downloading
/// objects from requester pays buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in
/// Requestor Pays Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
pub fn request_payer(mut self, inp: crate::model::RequestPayer) -> Self {
self.inner = self.inner.request_payer(inp);
self
}
/// <p>Confirms that the requester knows that they will be charged for the request. Bucket
/// owners need not specify this parameter in their requests. For information about downloading
/// objects from requester pays buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in
/// Requestor Pays Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
pub fn set_request_payer(
mut self,
input: std::option::Option<crate::model::RequestPayer>,
) -> Self {
self.inner = self.inner.set_request_payer(input);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn expected_bucket_owner(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.expected_bucket_owner(inp);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn set_expected_bucket_owner(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_expected_bucket_owner(input);
self
}
}
/// Fluent builder constructing a request to `GetObjectLockConfiguration`.
///
/// <p>Gets the Object Lock configuration for a bucket. The rule specified in the Object Lock
/// configuration will be applied by default to every new object placed in the specified
/// bucket. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lock.html">Locking
/// Objects</a>.</p>
#[derive(std::fmt::Debug)]
pub struct GetObjectLockConfiguration<
C = aws_smithy_client::erase::DynConnector,
M = aws_hyper::AwsMiddleware,
R = aws_smithy_client::retry::Standard,
> {
handle: std::sync::Arc<super::Handle<C, M, R>>,
inner: crate::input::get_object_lock_configuration_input::Builder,
}
impl<C, M, R> GetObjectLockConfiguration<C, M, R>
where
C: aws_smithy_client::bounds::SmithyConnector,
M: aws_smithy_client::bounds::SmithyMiddleware<C>,
R: aws_smithy_client::retry::NewRequestPolicy,
{
/// Creates a new `GetObjectLockConfiguration`.
pub(crate) fn new(handle: std::sync::Arc<super::Handle<C, M, R>>) -> Self {
Self {
handle,
inner: Default::default(),
}
}
/// 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](aws_smithy_types::retry::RetryConfig), which can be
/// set when configuring the client.
pub async fn send(
self,
) -> std::result::Result<
crate::output::GetObjectLockConfigurationOutput,
aws_smithy_http::result::SdkError<crate::error::GetObjectLockConfigurationError>,
>
where
R::Policy: aws_smithy_client::bounds::SmithyRetryPolicy<
crate::input::GetObjectLockConfigurationInputOperationOutputAlias,
crate::output::GetObjectLockConfigurationOutput,
crate::error::GetObjectLockConfigurationError,
crate::input::GetObjectLockConfigurationInputOperationRetryAlias,
>,
{
let input = self.inner.build().map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
let op = input
.make_operation(&self.handle.conf)
.await
.map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
self.handle.client.call(op).await
}
/// <p>The bucket whose Object Lock configuration you want to retrieve.</p>
/// <p>When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
pub fn bucket(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.bucket(inp);
self
}
/// <p>The bucket whose Object Lock configuration you want to retrieve.</p>
/// <p>When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
pub fn set_bucket(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_bucket(input);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn expected_bucket_owner(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.expected_bucket_owner(inp);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn set_expected_bucket_owner(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_expected_bucket_owner(input);
self
}
}
/// Fluent builder constructing a request to `GetObjectRetention`.
///
/// <p>Retrieves an object's retention settings. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lock.html">Locking Objects</a>.</p>
/// <p>This action is not supported by Amazon S3 on Outposts.</p>
#[derive(std::fmt::Debug)]
pub struct GetObjectRetention<
C = aws_smithy_client::erase::DynConnector,
M = aws_hyper::AwsMiddleware,
R = aws_smithy_client::retry::Standard,
> {
handle: std::sync::Arc<super::Handle<C, M, R>>,
inner: crate::input::get_object_retention_input::Builder,
}
impl<C, M, R> GetObjectRetention<C, M, R>
where
C: aws_smithy_client::bounds::SmithyConnector,
M: aws_smithy_client::bounds::SmithyMiddleware<C>,
R: aws_smithy_client::retry::NewRequestPolicy,
{
/// Creates a new `GetObjectRetention`.
pub(crate) fn new(handle: std::sync::Arc<super::Handle<C, M, R>>) -> Self {
Self {
handle,
inner: Default::default(),
}
}
/// 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](aws_smithy_types::retry::RetryConfig), which can be
/// set when configuring the client.
pub async fn send(
self,
) -> std::result::Result<
crate::output::GetObjectRetentionOutput,
aws_smithy_http::result::SdkError<crate::error::GetObjectRetentionError>,
>
where
R::Policy: aws_smithy_client::bounds::SmithyRetryPolicy<
crate::input::GetObjectRetentionInputOperationOutputAlias,
crate::output::GetObjectRetentionOutput,
crate::error::GetObjectRetentionError,
crate::input::GetObjectRetentionInputOperationRetryAlias,
>,
{
let input = self.inner.build().map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
let op = input
.make_operation(&self.handle.conf)
.await
.map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
self.handle.client.call(op).await
}
/// <p>The bucket name containing the object whose retention settings you want to retrieve. </p>
/// <p>When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
pub fn bucket(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.bucket(inp);
self
}
/// <p>The bucket name containing the object whose retention settings you want to retrieve. </p>
/// <p>When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
pub fn set_bucket(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_bucket(input);
self
}
/// <p>The key name for the object whose retention settings you want to retrieve.</p>
pub fn key(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.key(inp);
self
}
/// <p>The key name for the object whose retention settings you want to retrieve.</p>
pub fn set_key(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_key(input);
self
}
/// <p>The version ID for the object whose retention settings you want to retrieve.</p>
pub fn version_id(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.version_id(inp);
self
}
/// <p>The version ID for the object whose retention settings you want to retrieve.</p>
pub fn set_version_id(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_version_id(input);
self
}
/// <p>Confirms that the requester knows that they will be charged for the request. Bucket
/// owners need not specify this parameter in their requests. For information about downloading
/// objects from requester pays buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in
/// Requestor Pays Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
pub fn request_payer(mut self, inp: crate::model::RequestPayer) -> Self {
self.inner = self.inner.request_payer(inp);
self
}
/// <p>Confirms that the requester knows that they will be charged for the request. Bucket
/// owners need not specify this parameter in their requests. For information about downloading
/// objects from requester pays buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in
/// Requestor Pays Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
pub fn set_request_payer(
mut self,
input: std::option::Option<crate::model::RequestPayer>,
) -> Self {
self.inner = self.inner.set_request_payer(input);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn expected_bucket_owner(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.expected_bucket_owner(inp);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn set_expected_bucket_owner(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_expected_bucket_owner(input);
self
}
}
/// Fluent builder constructing a request to `GetObjectTagging`.
///
/// <p>Returns the tag-set of an object. You send the GET request against the tagging
/// subresource associated with the object.</p>
///
/// <p>To use this operation, you must have permission to perform the
/// <code>s3:GetObjectTagging</code> action. By default, the GET action returns
/// information about current version of an object. For a versioned bucket, you can have
/// multiple versions of an object in your bucket. To retrieve tags of any other version, use
/// the versionId query parameter. You also need permission for the
/// <code>s3:GetObjectVersionTagging</code> action.</p>
///
/// <p> By default, the bucket owner has this permission and can grant this permission to
/// others.</p>
///
/// <p> For information about the Amazon S3 object tagging feature, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/object-tagging.html">Object Tagging</a>.</p>
///
/// <p>The following action is related to <code>GetObjectTagging</code>:</p>
/// <ul>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutObjectTagging.html">PutObjectTagging</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteObjectTagging.html">DeleteObjectTagging</a>
/// </p>
/// </li>
/// </ul>
#[derive(std::fmt::Debug)]
pub struct GetObjectTagging<
C = aws_smithy_client::erase::DynConnector,
M = aws_hyper::AwsMiddleware,
R = aws_smithy_client::retry::Standard,
> {
handle: std::sync::Arc<super::Handle<C, M, R>>,
inner: crate::input::get_object_tagging_input::Builder,
}
impl<C, M, R> GetObjectTagging<C, M, R>
where
C: aws_smithy_client::bounds::SmithyConnector,
M: aws_smithy_client::bounds::SmithyMiddleware<C>,
R: aws_smithy_client::retry::NewRequestPolicy,
{
/// Creates a new `GetObjectTagging`.
pub(crate) fn new(handle: std::sync::Arc<super::Handle<C, M, R>>) -> Self {
Self {
handle,
inner: Default::default(),
}
}
/// 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](aws_smithy_types::retry::RetryConfig), which can be
/// set when configuring the client.
pub async fn send(
self,
) -> std::result::Result<
crate::output::GetObjectTaggingOutput,
aws_smithy_http::result::SdkError<crate::error::GetObjectTaggingError>,
>
where
R::Policy: aws_smithy_client::bounds::SmithyRetryPolicy<
crate::input::GetObjectTaggingInputOperationOutputAlias,
crate::output::GetObjectTaggingOutput,
crate::error::GetObjectTaggingError,
crate::input::GetObjectTaggingInputOperationRetryAlias,
>,
{
let input = self.inner.build().map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
let op = input
.make_operation(&self.handle.conf)
.await
.map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
self.handle.client.call(op).await
}
/// <p>The bucket name containing the object for which to get the tagging information. </p>
/// <p>When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
/// <p>When using this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.<i>outpostID</i>.s3-outposts.<i>Region</i>.amazonaws.com. When using this action using S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts bucket ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">Using S3 on Outposts</a> in the <i>Amazon S3 User Guide</i>.</p>
pub fn bucket(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.bucket(inp);
self
}
/// <p>The bucket name containing the object for which to get the tagging information. </p>
/// <p>When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
/// <p>When using this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.<i>outpostID</i>.s3-outposts.<i>Region</i>.amazonaws.com. When using this action using S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts bucket ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">Using S3 on Outposts</a> in the <i>Amazon S3 User Guide</i>.</p>
pub fn set_bucket(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_bucket(input);
self
}
/// <p>Object key for which to get the tagging information.</p>
pub fn key(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.key(inp);
self
}
/// <p>Object key for which to get the tagging information.</p>
pub fn set_key(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_key(input);
self
}
/// <p>The versionId of the object for which to get the tagging information.</p>
pub fn version_id(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.version_id(inp);
self
}
/// <p>The versionId of the object for which to get the tagging information.</p>
pub fn set_version_id(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_version_id(input);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn expected_bucket_owner(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.expected_bucket_owner(inp);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn set_expected_bucket_owner(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_expected_bucket_owner(input);
self
}
/// <p>Confirms that the requester knows that they will be charged for the request. Bucket
/// owners need not specify this parameter in their requests. For information about downloading
/// objects from requester pays buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in
/// Requestor Pays Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
pub fn request_payer(mut self, inp: crate::model::RequestPayer) -> Self {
self.inner = self.inner.request_payer(inp);
self
}
/// <p>Confirms that the requester knows that they will be charged for the request. Bucket
/// owners need not specify this parameter in their requests. For information about downloading
/// objects from requester pays buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in
/// Requestor Pays Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
pub fn set_request_payer(
mut self,
input: std::option::Option<crate::model::RequestPayer>,
) -> Self {
self.inner = self.inner.set_request_payer(input);
self
}
}
/// Fluent builder constructing a request to `GetObjectTorrent`.
///
/// <p>Returns torrent files from a bucket. BitTorrent can save you bandwidth when you're
/// distributing large files. For more information about BitTorrent, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/S3Torrent.html">Using BitTorrent with Amazon S3</a>.</p>
/// <note>
/// <p>You can get torrent only for objects that are less than 5 GB in size, and that are
/// not encrypted using server-side encryption with a customer-provided encryption
/// key.</p>
/// </note>
/// <p>To use GET, you must have READ access to the object.</p>
/// <p>This action is not supported by Amazon S3 on Outposts.</p>
/// <p>The following action is related to <code>GetObjectTorrent</code>:</p>
/// <ul>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetObject.html">GetObject</a>
/// </p>
/// </li>
/// </ul>
#[derive(std::fmt::Debug)]
pub struct GetObjectTorrent<
C = aws_smithy_client::erase::DynConnector,
M = aws_hyper::AwsMiddleware,
R = aws_smithy_client::retry::Standard,
> {
handle: std::sync::Arc<super::Handle<C, M, R>>,
inner: crate::input::get_object_torrent_input::Builder,
}
impl<C, M, R> GetObjectTorrent<C, M, R>
where
C: aws_smithy_client::bounds::SmithyConnector,
M: aws_smithy_client::bounds::SmithyMiddleware<C>,
R: aws_smithy_client::retry::NewRequestPolicy,
{
/// Creates a new `GetObjectTorrent`.
pub(crate) fn new(handle: std::sync::Arc<super::Handle<C, M, R>>) -> Self {
Self {
handle,
inner: Default::default(),
}
}
/// 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](aws_smithy_types::retry::RetryConfig), which can be
/// set when configuring the client.
pub async fn send(
self,
) -> std::result::Result<
crate::output::GetObjectTorrentOutput,
aws_smithy_http::result::SdkError<crate::error::GetObjectTorrentError>,
>
where
R::Policy: aws_smithy_client::bounds::SmithyRetryPolicy<
crate::input::GetObjectTorrentInputOperationOutputAlias,
crate::output::GetObjectTorrentOutput,
crate::error::GetObjectTorrentError,
crate::input::GetObjectTorrentInputOperationRetryAlias,
>,
{
let input = self.inner.build().map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
let op = input
.make_operation(&self.handle.conf)
.await
.map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
self.handle.client.call(op).await
}
/// <p>The name of the bucket containing the object for which to get the torrent files.</p>
pub fn bucket(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.bucket(inp);
self
}
/// <p>The name of the bucket containing the object for which to get the torrent files.</p>
pub fn set_bucket(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_bucket(input);
self
}
/// <p>The object key for which to get the information.</p>
pub fn key(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.key(inp);
self
}
/// <p>The object key for which to get the information.</p>
pub fn set_key(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_key(input);
self
}
/// <p>Confirms that the requester knows that they will be charged for the request. Bucket
/// owners need not specify this parameter in their requests. For information about downloading
/// objects from requester pays buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in
/// Requestor Pays Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
pub fn request_payer(mut self, inp: crate::model::RequestPayer) -> Self {
self.inner = self.inner.request_payer(inp);
self
}
/// <p>Confirms that the requester knows that they will be charged for the request. Bucket
/// owners need not specify this parameter in their requests. For information about downloading
/// objects from requester pays buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in
/// Requestor Pays Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
pub fn set_request_payer(
mut self,
input: std::option::Option<crate::model::RequestPayer>,
) -> Self {
self.inner = self.inner.set_request_payer(input);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn expected_bucket_owner(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.expected_bucket_owner(inp);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn set_expected_bucket_owner(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_expected_bucket_owner(input);
self
}
}
/// Fluent builder constructing a request to `GetPublicAccessBlock`.
///
/// <p>Retrieves the <code>PublicAccessBlock</code> configuration for an Amazon S3 bucket. To use
/// this operation, you must have the <code>s3:GetBucketPublicAccessBlock</code> permission.
/// For more information about Amazon S3 permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/using-with-s3-actions.html">Specifying Permissions in a
/// Policy</a>.</p>
///
/// <important>
/// <p>When Amazon S3 evaluates the <code>PublicAccessBlock</code> configuration for a bucket or
/// an object, it checks the <code>PublicAccessBlock</code> configuration for both the
/// bucket (or the bucket that contains the object) and the bucket owner's account. If the
/// <code>PublicAccessBlock</code> settings are different between the bucket and the
/// account, Amazon S3 uses the most restrictive combination of the bucket-level and
/// account-level settings.</p>
/// </important>
///
/// <p>For more information about when Amazon S3 considers a bucket or an object public, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/access-control-block-public-access.html#access-control-block-public-access-policy-status">The Meaning of "Public"</a>.</p>
///
/// <p>The following operations are related to <code>GetPublicAccessBlock</code>:</p>
/// <ul>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/access-control-block-public-access.html">Using Amazon S3 Block
/// Public Access</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutPublicAccessBlock.html">PutPublicAccessBlock</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetPublicAccessBlock.html">GetPublicAccessBlock</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeletePublicAccessBlock.html">DeletePublicAccessBlock</a>
/// </p>
/// </li>
/// </ul>
#[derive(std::fmt::Debug)]
pub struct GetPublicAccessBlock<
C = aws_smithy_client::erase::DynConnector,
M = aws_hyper::AwsMiddleware,
R = aws_smithy_client::retry::Standard,
> {
handle: std::sync::Arc<super::Handle<C, M, R>>,
inner: crate::input::get_public_access_block_input::Builder,
}
impl<C, M, R> GetPublicAccessBlock<C, M, R>
where
C: aws_smithy_client::bounds::SmithyConnector,
M: aws_smithy_client::bounds::SmithyMiddleware<C>,
R: aws_smithy_client::retry::NewRequestPolicy,
{
/// Creates a new `GetPublicAccessBlock`.
pub(crate) fn new(handle: std::sync::Arc<super::Handle<C, M, R>>) -> Self {
Self {
handle,
inner: Default::default(),
}
}
/// 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](aws_smithy_types::retry::RetryConfig), which can be
/// set when configuring the client.
pub async fn send(
self,
) -> std::result::Result<
crate::output::GetPublicAccessBlockOutput,
aws_smithy_http::result::SdkError<crate::error::GetPublicAccessBlockError>,
>
where
R::Policy: aws_smithy_client::bounds::SmithyRetryPolicy<
crate::input::GetPublicAccessBlockInputOperationOutputAlias,
crate::output::GetPublicAccessBlockOutput,
crate::error::GetPublicAccessBlockError,
crate::input::GetPublicAccessBlockInputOperationRetryAlias,
>,
{
let input = self.inner.build().map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
let op = input
.make_operation(&self.handle.conf)
.await
.map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
self.handle.client.call(op).await
}
/// <p>The name of the Amazon S3 bucket whose <code>PublicAccessBlock</code> configuration you want
/// to retrieve. </p>
pub fn bucket(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.bucket(inp);
self
}
/// <p>The name of the Amazon S3 bucket whose <code>PublicAccessBlock</code> configuration you want
/// to retrieve. </p>
pub fn set_bucket(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_bucket(input);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn expected_bucket_owner(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.expected_bucket_owner(inp);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn set_expected_bucket_owner(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_expected_bucket_owner(input);
self
}
}
/// Fluent builder constructing a request to `HeadBucket`.
///
/// <p>This action is useful to determine if a bucket exists and you have permission to
/// access it. The action returns a <code>200 OK</code> if the bucket exists and you have
/// permission to access it.</p>
///
///
/// <p>If the bucket does not exist or you do not have permission to access it, the <code>HEAD</code> request
/// returns a generic <code>404 Not Found</code> or <code>403 Forbidden</code> code. A message body is not
/// included, so you cannot determine the exception beyond these error codes.</p>
///
/// <p>To use this operation, you must have permissions to perform the
/// <code>s3:ListBucket</code> action. The bucket owner has this permission by default and
/// can grant this permission to others. For more information about permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-with-s3-actions.html#using-with-s3-actions-related-to-bucket-subresources">Permissions Related to Bucket Subresource Operations</a> and <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-access-control.html">Managing Access Permissions to Your Amazon S3
/// Resources</a>.</p>
///
///
/// <p>To use this API against an access point, you must provide the alias of the access point in place of the bucket name or specify the access point ARN. When using the access point ARN, you must direct requests to the access point hostname. The access point hostname takes the form AccessPointName-AccountId.s3-accesspoint.Region.amazonaws.com. When using the Amazon Web Services SDKs, you provide the ARN in place of the bucket name. For more information see, <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a>.</p>
#[derive(std::fmt::Debug)]
pub struct HeadBucket<
C = aws_smithy_client::erase::DynConnector,
M = aws_hyper::AwsMiddleware,
R = aws_smithy_client::retry::Standard,
> {
handle: std::sync::Arc<super::Handle<C, M, R>>,
inner: crate::input::head_bucket_input::Builder,
}
impl<C, M, R> HeadBucket<C, M, R>
where
C: aws_smithy_client::bounds::SmithyConnector,
M: aws_smithy_client::bounds::SmithyMiddleware<C>,
R: aws_smithy_client::retry::NewRequestPolicy,
{
/// Creates a new `HeadBucket`.
pub(crate) fn new(handle: std::sync::Arc<super::Handle<C, M, R>>) -> Self {
Self {
handle,
inner: Default::default(),
}
}
/// 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](aws_smithy_types::retry::RetryConfig), which can be
/// set when configuring the client.
pub async fn send(
self,
) -> std::result::Result<
crate::output::HeadBucketOutput,
aws_smithy_http::result::SdkError<crate::error::HeadBucketError>,
>
where
R::Policy: aws_smithy_client::bounds::SmithyRetryPolicy<
crate::input::HeadBucketInputOperationOutputAlias,
crate::output::HeadBucketOutput,
crate::error::HeadBucketError,
crate::input::HeadBucketInputOperationRetryAlias,
>,
{
let input = self.inner.build().map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
let op = input
.make_operation(&self.handle.conf)
.await
.map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
self.handle.client.call(op).await
}
/// <p>The bucket name.</p>
/// <p>When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
/// <p>When using this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.<i>outpostID</i>.s3-outposts.<i>Region</i>.amazonaws.com. When using this action using S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts bucket ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">Using S3 on Outposts</a> in the <i>Amazon S3 User Guide</i>.</p>
pub fn bucket(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.bucket(inp);
self
}
/// <p>The bucket name.</p>
/// <p>When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
/// <p>When using this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.<i>outpostID</i>.s3-outposts.<i>Region</i>.amazonaws.com. When using this action using S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts bucket ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">Using S3 on Outposts</a> in the <i>Amazon S3 User Guide</i>.</p>
pub fn set_bucket(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_bucket(input);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn expected_bucket_owner(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.expected_bucket_owner(inp);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn set_expected_bucket_owner(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_expected_bucket_owner(input);
self
}
}
/// Fluent builder constructing a request to `HeadObject`.
///
/// <p>The HEAD action retrieves metadata from an object without returning the object
/// itself. This action is useful if you're only interested in an object's metadata. To use
/// HEAD, you must have READ access to the object.</p>
///
/// <p>A <code>HEAD</code> request has the same options as a <code>GET</code> action on an
/// object. The response is identical to the <code>GET</code> response except that there is no
/// response body. Because of this, if the <code>HEAD</code> request generates an error, it
/// returns a generic <code>404 Not Found</code> or <code>403 Forbidden</code> code. It is not
/// possible to retrieve the exact exception beyond these error codes.</p>
///
/// <p>If you encrypt an object by using server-side encryption with customer-provided
/// encryption keys (SSE-C) when you store the object in Amazon S3, then when you retrieve the
/// metadata from the object, you must use the following headers:</p>
/// <ul>
/// <li>
/// <p>x-amz-server-side-encryption-customer-algorithm</p>
/// </li>
/// <li>
/// <p>x-amz-server-side-encryption-customer-key</p>
/// </li>
/// <li>
/// <p>x-amz-server-side-encryption-customer-key-MD5</p>
/// </li>
/// </ul>
/// <p>For more information about SSE-C, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ServerSideEncryptionCustomerKeys.html">Server-Side Encryption (Using
/// Customer-Provided Encryption Keys)</a>.</p>
/// <note>
/// <ul>
/// <li>
/// <p>Encryption request headers, like <code>x-amz-server-side-encryption</code>, should
/// not be sent for GET requests if your object uses server-side encryption with KMS keys (SSE-KMS)
/// or server-side encryption with Amazon S3–managed encryption keys
/// (SSE-S3). If your object does use these types of keys, you’ll get an HTTP 400 BadRequest
/// error.</p>
/// </li>
/// <li>
/// <p>
/// The last modified property in this case is the creation date of the object.</p>
/// </li>
/// </ul>
/// </note>
///
///
/// <p>Request headers are limited to 8 KB in size. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/RESTCommonRequestHeaders.html">Common Request
/// Headers</a>.</p>
/// <p>Consider the following when using request headers:</p>
/// <ul>
/// <li>
/// <p> Consideration 1 – If both of the <code>If-Match</code> and
/// <code>If-Unmodified-Since</code> headers are present in the request as
/// follows:</p>
/// <ul>
/// <li>
/// <p>
/// <code>If-Match</code> condition evaluates to <code>true</code>, and;</p>
/// </li>
/// <li>
/// <p>
/// <code>If-Unmodified-Since</code> condition evaluates to
/// <code>false</code>;</p>
/// </li>
/// </ul>
/// <p>Then Amazon S3 returns <code>200 OK</code> and the data requested.</p>
/// </li>
/// <li>
/// <p> Consideration 2 – If both of the <code>If-None-Match</code> and
/// <code>If-Modified-Since</code> headers are present in the request as
/// follows:</p>
/// <ul>
/// <li>
/// <p>
/// <code>If-None-Match</code> condition evaluates to <code>false</code>,
/// and;</p>
/// </li>
/// <li>
/// <p>
/// <code>If-Modified-Since</code> condition evaluates to
/// <code>true</code>;</p>
/// </li>
/// </ul>
/// <p>Then Amazon S3 returns the <code>304 Not Modified</code> response code.</p>
/// </li>
/// </ul>
///
/// <p>For more information about conditional requests, see <a href="https://tools.ietf.org/html/rfc7232">RFC 7232</a>.</p>
///
/// <p>
/// <b>Permissions</b>
/// </p>
/// <p>You need the relevant read object (or version) permission for this operation. For more
/// information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/using-with-s3-actions.html">Specifying Permissions
/// in a Policy</a>. If the object you request does not exist, the error Amazon S3 returns
/// depends on whether you also have the s3:ListBucket permission.</p>
/// <ul>
/// <li>
/// <p>If you have the <code>s3:ListBucket</code> permission on the bucket, Amazon S3 returns
/// an HTTP status code 404 ("no such key") error.</p>
/// </li>
/// <li>
/// <p>If you don’t have the <code>s3:ListBucket</code> permission, Amazon S3 returns an HTTP
/// status code 403 ("access denied") error.</p>
/// </li>
/// </ul>
///
/// <p>The following action is related to <code>HeadObject</code>:</p>
/// <ul>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetObject.html">GetObject</a>
/// </p>
/// </li>
/// </ul>
#[derive(std::fmt::Debug)]
pub struct HeadObject<
C = aws_smithy_client::erase::DynConnector,
M = aws_hyper::AwsMiddleware,
R = aws_smithy_client::retry::Standard,
> {
handle: std::sync::Arc<super::Handle<C, M, R>>,
inner: crate::input::head_object_input::Builder,
}
impl<C, M, R> HeadObject<C, M, R>
where
C: aws_smithy_client::bounds::SmithyConnector,
M: aws_smithy_client::bounds::SmithyMiddleware<C>,
R: aws_smithy_client::retry::NewRequestPolicy,
{
/// Creates a new `HeadObject`.
pub(crate) fn new(handle: std::sync::Arc<super::Handle<C, M, R>>) -> Self {
Self {
handle,
inner: Default::default(),
}
}
/// 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](aws_smithy_types::retry::RetryConfig), which can be
/// set when configuring the client.
pub async fn send(
self,
) -> std::result::Result<
crate::output::HeadObjectOutput,
aws_smithy_http::result::SdkError<crate::error::HeadObjectError>,
>
where
R::Policy: aws_smithy_client::bounds::SmithyRetryPolicy<
crate::input::HeadObjectInputOperationOutputAlias,
crate::output::HeadObjectOutput,
crate::error::HeadObjectError,
crate::input::HeadObjectInputOperationRetryAlias,
>,
{
let input = self.inner.build().map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
let op = input
.make_operation(&self.handle.conf)
.await
.map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
self.handle.client.call(op).await
}
/// <p>The name of the bucket containing the object.</p>
/// <p>When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
/// <p>When using this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.<i>outpostID</i>.s3-outposts.<i>Region</i>.amazonaws.com. When using this action using S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts bucket ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">Using S3 on Outposts</a> in the <i>Amazon S3 User Guide</i>.</p>
pub fn bucket(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.bucket(inp);
self
}
/// <p>The name of the bucket containing the object.</p>
/// <p>When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
/// <p>When using this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.<i>outpostID</i>.s3-outposts.<i>Region</i>.amazonaws.com. When using this action using S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts bucket ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">Using S3 on Outposts</a> in the <i>Amazon S3 User Guide</i>.</p>
pub fn set_bucket(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_bucket(input);
self
}
/// <p>Return the object only if its entity tag (ETag) is the same as the one specified,
/// otherwise return a 412 (precondition failed).</p>
pub fn if_match(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.if_match(inp);
self
}
/// <p>Return the object only if its entity tag (ETag) is the same as the one specified,
/// otherwise return a 412 (precondition failed).</p>
pub fn set_if_match(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_if_match(input);
self
}
/// <p>Return the object only if it has been modified since the specified time, otherwise
/// return a 304 (not modified).</p>
pub fn if_modified_since(mut self, inp: aws_smithy_types::DateTime) -> Self {
self.inner = self.inner.if_modified_since(inp);
self
}
/// <p>Return the object only if it has been modified since the specified time, otherwise
/// return a 304 (not modified).</p>
pub fn set_if_modified_since(
mut self,
input: std::option::Option<aws_smithy_types::DateTime>,
) -> Self {
self.inner = self.inner.set_if_modified_since(input);
self
}
/// <p>Return the object only if its entity tag (ETag) is different from the one specified,
/// otherwise return a 304 (not modified).</p>
pub fn if_none_match(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.if_none_match(inp);
self
}
/// <p>Return the object only if its entity tag (ETag) is different from the one specified,
/// otherwise return a 304 (not modified).</p>
pub fn set_if_none_match(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_if_none_match(input);
self
}
/// <p>Return the object only if it has not been modified since the specified time, otherwise
/// return a 412 (precondition failed).</p>
pub fn if_unmodified_since(mut self, inp: aws_smithy_types::DateTime) -> Self {
self.inner = self.inner.if_unmodified_since(inp);
self
}
/// <p>Return the object only if it has not been modified since the specified time, otherwise
/// return a 412 (precondition failed).</p>
pub fn set_if_unmodified_since(
mut self,
input: std::option::Option<aws_smithy_types::DateTime>,
) -> Self {
self.inner = self.inner.set_if_unmodified_since(input);
self
}
/// <p>The object key.</p>
pub fn key(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.key(inp);
self
}
/// <p>The object key.</p>
pub fn set_key(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_key(input);
self
}
/// <p>Downloads the specified range bytes of an object. For more information about the HTTP
/// Range header, see <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.35">http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.35</a>.</p>
/// <note>
/// <p>Amazon S3 doesn't support retrieving multiple ranges of data per <code>GET</code>
/// request.</p>
/// </note>
pub fn range(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.range(inp);
self
}
/// <p>Downloads the specified range bytes of an object. For more information about the HTTP
/// Range header, see <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.35">http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.35</a>.</p>
/// <note>
/// <p>Amazon S3 doesn't support retrieving multiple ranges of data per <code>GET</code>
/// request.</p>
/// </note>
pub fn set_range(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_range(input);
self
}
/// <p>VersionId used to reference a specific version of the object.</p>
pub fn version_id(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.version_id(inp);
self
}
/// <p>VersionId used to reference a specific version of the object.</p>
pub fn set_version_id(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_version_id(input);
self
}
/// <p>Specifies the algorithm to use to when encrypting the object (for example,
/// AES256).</p>
pub fn sse_customer_algorithm(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.sse_customer_algorithm(inp);
self
}
/// <p>Specifies the algorithm to use to when encrypting the object (for example,
/// AES256).</p>
pub fn set_sse_customer_algorithm(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_sse_customer_algorithm(input);
self
}
/// <p>Specifies the customer-provided encryption key for Amazon S3 to use in encrypting data. This
/// value is used to store the object and then it is discarded; Amazon S3 does not store the
/// encryption key. The key must be appropriate for use with the algorithm specified in the
/// <code>x-amz-server-side-encryption-customer-algorithm</code> header.</p>
pub fn sse_customer_key(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.sse_customer_key(inp);
self
}
/// <p>Specifies the customer-provided encryption key for Amazon S3 to use in encrypting data. This
/// value is used to store the object and then it is discarded; Amazon S3 does not store the
/// encryption key. The key must be appropriate for use with the algorithm specified in the
/// <code>x-amz-server-side-encryption-customer-algorithm</code> header.</p>
pub fn set_sse_customer_key(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_sse_customer_key(input);
self
}
/// <p>Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321. Amazon S3 uses
/// this header for a message integrity check to ensure that the encryption key was transmitted
/// without error.</p>
pub fn sse_customer_key_md5(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.sse_customer_key_md5(inp);
self
}
/// <p>Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321. Amazon S3 uses
/// this header for a message integrity check to ensure that the encryption key was transmitted
/// without error.</p>
pub fn set_sse_customer_key_md5(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_sse_customer_key_md5(input);
self
}
/// <p>Confirms that the requester knows that they will be charged for the request. Bucket
/// owners need not specify this parameter in their requests. For information about downloading
/// objects from requester pays buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in
/// Requestor Pays Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
pub fn request_payer(mut self, inp: crate::model::RequestPayer) -> Self {
self.inner = self.inner.request_payer(inp);
self
}
/// <p>Confirms that the requester knows that they will be charged for the request. Bucket
/// owners need not specify this parameter in their requests. For information about downloading
/// objects from requester pays buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in
/// Requestor Pays Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
pub fn set_request_payer(
mut self,
input: std::option::Option<crate::model::RequestPayer>,
) -> Self {
self.inner = self.inner.set_request_payer(input);
self
}
/// <p>Part number of the object being read. This is a positive integer between 1 and 10,000.
/// Effectively performs a 'ranged' HEAD request for the part specified. Useful querying about
/// the size of the part and the number of parts in this object.</p>
pub fn part_number(mut self, inp: i32) -> Self {
self.inner = self.inner.part_number(inp);
self
}
/// <p>Part number of the object being read. This is a positive integer between 1 and 10,000.
/// Effectively performs a 'ranged' HEAD request for the part specified. Useful querying about
/// the size of the part and the number of parts in this object.</p>
pub fn set_part_number(mut self, input: std::option::Option<i32>) -> Self {
self.inner = self.inner.set_part_number(input);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn expected_bucket_owner(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.expected_bucket_owner(inp);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn set_expected_bucket_owner(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_expected_bucket_owner(input);
self
}
}
/// Fluent builder constructing a request to `ListBucketAnalyticsConfigurations`.
///
/// <p>Lists the analytics configurations for the bucket. You can have up to 1,000 analytics
/// configurations per bucket.</p>
///
/// <p>This action supports list pagination and does not return more than 100 configurations
/// at a time. You should always check the <code>IsTruncated</code> element in the response. If
/// there are no more configurations to list, <code>IsTruncated</code> is set to false. If
/// there are more configurations to list, <code>IsTruncated</code> is set to true, and there
/// will be a value in <code>NextContinuationToken</code>. You use the
/// <code>NextContinuationToken</code> value to continue the pagination of the list by
/// passing the value in continuation-token in the request to <code>GET</code> the next
/// page.</p>
///
/// <p>To use this operation, you must have permissions to perform the
/// <code>s3:GetAnalyticsConfiguration</code> action. The bucket owner has this permission
/// by default. The bucket owner can grant this permission to others. For more information
/// about permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-with-s3-actions.html#using-with-s3-actions-related-to-bucket-subresources">Permissions Related to Bucket Subresource Operations</a> and <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-access-control.html">Managing Access Permissions to Your Amazon S3
/// Resources</a>.</p>
///
/// <p>For information about Amazon S3 analytics feature, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/analytics-storage-class.html">Amazon S3 Analytics – Storage Class
/// Analysis</a>. </p>
///
/// <p>The following operations are related to
/// <code>ListBucketAnalyticsConfigurations</code>:</p>
/// <ul>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketAnalyticsConfiguration.html">GetBucketAnalyticsConfiguration</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteBucketAnalyticsConfiguration.html">DeleteBucketAnalyticsConfiguration</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketAnalyticsConfiguration.html">PutBucketAnalyticsConfiguration</a>
/// </p>
/// </li>
/// </ul>
#[derive(std::fmt::Debug)]
pub struct ListBucketAnalyticsConfigurations<
C = aws_smithy_client::erase::DynConnector,
M = aws_hyper::AwsMiddleware,
R = aws_smithy_client::retry::Standard,
> {
handle: std::sync::Arc<super::Handle<C, M, R>>,
inner: crate::input::list_bucket_analytics_configurations_input::Builder,
}
impl<C, M, R> ListBucketAnalyticsConfigurations<C, M, R>
where
C: aws_smithy_client::bounds::SmithyConnector,
M: aws_smithy_client::bounds::SmithyMiddleware<C>,
R: aws_smithy_client::retry::NewRequestPolicy,
{
/// Creates a new `ListBucketAnalyticsConfigurations`.
pub(crate) fn new(handle: std::sync::Arc<super::Handle<C, M, R>>) -> Self {
Self {
handle,
inner: Default::default(),
}
}
/// 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](aws_smithy_types::retry::RetryConfig), which can be
/// set when configuring the client.
pub async fn send(
self,
) -> std::result::Result<
crate::output::ListBucketAnalyticsConfigurationsOutput,
aws_smithy_http::result::SdkError<crate::error::ListBucketAnalyticsConfigurationsError>,
>
where
R::Policy: aws_smithy_client::bounds::SmithyRetryPolicy<
crate::input::ListBucketAnalyticsConfigurationsInputOperationOutputAlias,
crate::output::ListBucketAnalyticsConfigurationsOutput,
crate::error::ListBucketAnalyticsConfigurationsError,
crate::input::ListBucketAnalyticsConfigurationsInputOperationRetryAlias,
>,
{
let input = self.inner.build().map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
let op = input
.make_operation(&self.handle.conf)
.await
.map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
self.handle.client.call(op).await
}
/// <p>The name of the bucket from which analytics configurations are retrieved.</p>
pub fn bucket(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.bucket(inp);
self
}
/// <p>The name of the bucket from which analytics configurations are retrieved.</p>
pub fn set_bucket(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_bucket(input);
self
}
/// <p>The ContinuationToken that represents a placeholder from where this request should
/// begin.</p>
pub fn continuation_token(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.continuation_token(inp);
self
}
/// <p>The ContinuationToken that represents a placeholder from where this request should
/// begin.</p>
pub fn set_continuation_token(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_continuation_token(input);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn expected_bucket_owner(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.expected_bucket_owner(inp);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn set_expected_bucket_owner(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_expected_bucket_owner(input);
self
}
}
/// Fluent builder constructing a request to `ListBucketIntelligentTieringConfigurations`.
///
/// <p>Lists the S3 Intelligent-Tiering configuration from the specified bucket.</p>
/// <p>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.</p>
/// <p>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.</p>
/// <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/storage-class-intro.html#sc-dynamic-data-access">Storage class for automatically optimizing frequently and infrequently accessed objects</a>.</p>
/// <p>Operations related to
/// <code>ListBucketIntelligentTieringConfigurations</code> include: </p>
/// <ul>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteBucketIntelligentTieringConfiguration.html">DeleteBucketIntelligentTieringConfiguration</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketIntelligentTieringConfiguration.html">PutBucketIntelligentTieringConfiguration</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketIntelligentTieringConfiguration.html">GetBucketIntelligentTieringConfiguration</a>
/// </p>
/// </li>
/// </ul>
#[derive(std::fmt::Debug)]
pub struct ListBucketIntelligentTieringConfigurations<
C = aws_smithy_client::erase::DynConnector,
M = aws_hyper::AwsMiddleware,
R = aws_smithy_client::retry::Standard,
> {
handle: std::sync::Arc<super::Handle<C, M, R>>,
inner: crate::input::list_bucket_intelligent_tiering_configurations_input::Builder,
}
impl<C, M, R> ListBucketIntelligentTieringConfigurations<C, M, R>
where
C: aws_smithy_client::bounds::SmithyConnector,
M: aws_smithy_client::bounds::SmithyMiddleware<C>,
R: aws_smithy_client::retry::NewRequestPolicy,
{
/// Creates a new `ListBucketIntelligentTieringConfigurations`.
pub(crate) fn new(handle: std::sync::Arc<super::Handle<C, M, R>>) -> Self {
Self {
handle,
inner: Default::default(),
}
}
/// 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](aws_smithy_types::retry::RetryConfig), which can be
/// set when configuring the client.
pub async fn send(
self,
) -> std::result::Result<
crate::output::ListBucketIntelligentTieringConfigurationsOutput,
aws_smithy_http::result::SdkError<
crate::error::ListBucketIntelligentTieringConfigurationsError,
>,
>
where
R::Policy: aws_smithy_client::bounds::SmithyRetryPolicy<
crate::input::ListBucketIntelligentTieringConfigurationsInputOperationOutputAlias,
crate::output::ListBucketIntelligentTieringConfigurationsOutput,
crate::error::ListBucketIntelligentTieringConfigurationsError,
crate::input::ListBucketIntelligentTieringConfigurationsInputOperationRetryAlias,
>,
{
let input = self.inner.build().map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
let op = input
.make_operation(&self.handle.conf)
.await
.map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
self.handle.client.call(op).await
}
/// <p>The name of the Amazon S3 bucket whose configuration you want to modify or retrieve.</p>
pub fn bucket(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.bucket(inp);
self
}
/// <p>The name of the Amazon S3 bucket whose configuration you want to modify or retrieve.</p>
pub fn set_bucket(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_bucket(input);
self
}
/// <p>The ContinuationToken that represents a placeholder from where this request should
/// begin.</p>
pub fn continuation_token(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.continuation_token(inp);
self
}
/// <p>The ContinuationToken that represents a placeholder from where this request should
/// begin.</p>
pub fn set_continuation_token(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_continuation_token(input);
self
}
}
/// Fluent builder constructing a request to `ListBucketInventoryConfigurations`.
///
/// <p>Returns a list of inventory configurations for the bucket. You can have up to 1,000
/// analytics configurations per bucket.</p>
///
/// <p>This action supports list pagination and does not return more than 100 configurations
/// at a time. Always check the <code>IsTruncated</code> element in the response. If there are
/// no more configurations to list, <code>IsTruncated</code> is set to false. If there are more
/// configurations to list, <code>IsTruncated</code> is set to true, and there is a value in
/// <code>NextContinuationToken</code>. You use the <code>NextContinuationToken</code> value
/// to continue the pagination of the list by passing the value in continuation-token in the
/// request to <code>GET</code> the next page.</p>
///
/// <p> To use this operation, you must have permissions to perform the
/// <code>s3:GetInventoryConfiguration</code> action. The bucket owner has this permission
/// by default. The bucket owner can grant this permission to others. For more information
/// about permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-with-s3-actions.html#using-with-s3-actions-related-to-bucket-subresources">Permissions Related to Bucket Subresource Operations</a> and <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-access-control.html">Managing Access Permissions to Your Amazon S3
/// Resources</a>.</p>
///
/// <p>For information about the Amazon S3 inventory feature, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/storage-inventory.html">Amazon S3 Inventory</a>
/// </p>
///
/// <p>The following operations are related to
/// <code>ListBucketInventoryConfigurations</code>:</p>
/// <ul>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketInventoryConfiguration.html">GetBucketInventoryConfiguration</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteBucketInventoryConfiguration.html">DeleteBucketInventoryConfiguration</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketInventoryConfiguration.html">PutBucketInventoryConfiguration</a>
/// </p>
/// </li>
/// </ul>
#[derive(std::fmt::Debug)]
pub struct ListBucketInventoryConfigurations<
C = aws_smithy_client::erase::DynConnector,
M = aws_hyper::AwsMiddleware,
R = aws_smithy_client::retry::Standard,
> {
handle: std::sync::Arc<super::Handle<C, M, R>>,
inner: crate::input::list_bucket_inventory_configurations_input::Builder,
}
impl<C, M, R> ListBucketInventoryConfigurations<C, M, R>
where
C: aws_smithy_client::bounds::SmithyConnector,
M: aws_smithy_client::bounds::SmithyMiddleware<C>,
R: aws_smithy_client::retry::NewRequestPolicy,
{
/// Creates a new `ListBucketInventoryConfigurations`.
pub(crate) fn new(handle: std::sync::Arc<super::Handle<C, M, R>>) -> Self {
Self {
handle,
inner: Default::default(),
}
}
/// 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](aws_smithy_types::retry::RetryConfig), which can be
/// set when configuring the client.
pub async fn send(
self,
) -> std::result::Result<
crate::output::ListBucketInventoryConfigurationsOutput,
aws_smithy_http::result::SdkError<crate::error::ListBucketInventoryConfigurationsError>,
>
where
R::Policy: aws_smithy_client::bounds::SmithyRetryPolicy<
crate::input::ListBucketInventoryConfigurationsInputOperationOutputAlias,
crate::output::ListBucketInventoryConfigurationsOutput,
crate::error::ListBucketInventoryConfigurationsError,
crate::input::ListBucketInventoryConfigurationsInputOperationRetryAlias,
>,
{
let input = self.inner.build().map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
let op = input
.make_operation(&self.handle.conf)
.await
.map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
self.handle.client.call(op).await
}
/// <p>The name of the bucket containing the inventory configurations to retrieve.</p>
pub fn bucket(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.bucket(inp);
self
}
/// <p>The name of the bucket containing the inventory configurations to retrieve.</p>
pub fn set_bucket(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_bucket(input);
self
}
/// <p>The marker used to continue an inventory configuration listing that has been truncated.
/// Use the NextContinuationToken from a previously truncated list response to continue the
/// listing. The continuation token is an opaque value that Amazon S3 understands.</p>
pub fn continuation_token(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.continuation_token(inp);
self
}
/// <p>The marker used to continue an inventory configuration listing that has been truncated.
/// Use the NextContinuationToken from a previously truncated list response to continue the
/// listing. The continuation token is an opaque value that Amazon S3 understands.</p>
pub fn set_continuation_token(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_continuation_token(input);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn expected_bucket_owner(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.expected_bucket_owner(inp);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn set_expected_bucket_owner(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_expected_bucket_owner(input);
self
}
}
/// Fluent builder constructing a request to `ListBucketMetricsConfigurations`.
///
/// <p>Lists the metrics configurations for the bucket. The metrics configurations are only for
/// the request metrics of the bucket and do not provide information on daily storage metrics.
/// You can have up to 1,000 configurations per bucket.</p>
///
/// <p>This action supports list pagination and does not return more than 100 configurations
/// at a time. Always check the <code>IsTruncated</code> element in the response. If there are
/// no more configurations to list, <code>IsTruncated</code> is set to false. If there are more
/// configurations to list, <code>IsTruncated</code> is set to true, and there is a value in
/// <code>NextContinuationToken</code>. You use the <code>NextContinuationToken</code> value
/// to continue the pagination of the list by passing the value in
/// <code>continuation-token</code> in the request to <code>GET</code> the next page.</p>
///
/// <p>To use this operation, you must have permissions to perform the
/// <code>s3:GetMetricsConfiguration</code> action. The bucket owner has this permission by
/// default. The bucket owner can grant this permission to others. For more information about
/// permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-with-s3-actions.html#using-with-s3-actions-related-to-bucket-subresources">Permissions Related to Bucket Subresource Operations</a> and <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-access-control.html">Managing Access Permissions to Your Amazon S3
/// Resources</a>.</p>
///
/// <p>For more information about metrics configurations and CloudWatch request metrics, see
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/cloudwatch-monitoring.html">Monitoring Metrics with Amazon
/// CloudWatch</a>.</p>
///
/// <p>The following operations are related to
/// <code>ListBucketMetricsConfigurations</code>:</p>
/// <ul>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketMetricsConfiguration.html">PutBucketMetricsConfiguration</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketMetricsConfiguration.html">GetBucketMetricsConfiguration</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteBucketMetricsConfiguration.html">DeleteBucketMetricsConfiguration</a>
/// </p>
/// </li>
/// </ul>
#[derive(std::fmt::Debug)]
pub struct ListBucketMetricsConfigurations<
C = aws_smithy_client::erase::DynConnector,
M = aws_hyper::AwsMiddleware,
R = aws_smithy_client::retry::Standard,
> {
handle: std::sync::Arc<super::Handle<C, M, R>>,
inner: crate::input::list_bucket_metrics_configurations_input::Builder,
}
impl<C, M, R> ListBucketMetricsConfigurations<C, M, R>
where
C: aws_smithy_client::bounds::SmithyConnector,
M: aws_smithy_client::bounds::SmithyMiddleware<C>,
R: aws_smithy_client::retry::NewRequestPolicy,
{
/// Creates a new `ListBucketMetricsConfigurations`.
pub(crate) fn new(handle: std::sync::Arc<super::Handle<C, M, R>>) -> Self {
Self {
handle,
inner: Default::default(),
}
}
/// 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](aws_smithy_types::retry::RetryConfig), which can be
/// set when configuring the client.
pub async fn send(
self,
) -> std::result::Result<
crate::output::ListBucketMetricsConfigurationsOutput,
aws_smithy_http::result::SdkError<crate::error::ListBucketMetricsConfigurationsError>,
>
where
R::Policy: aws_smithy_client::bounds::SmithyRetryPolicy<
crate::input::ListBucketMetricsConfigurationsInputOperationOutputAlias,
crate::output::ListBucketMetricsConfigurationsOutput,
crate::error::ListBucketMetricsConfigurationsError,
crate::input::ListBucketMetricsConfigurationsInputOperationRetryAlias,
>,
{
let input = self.inner.build().map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
let op = input
.make_operation(&self.handle.conf)
.await
.map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
self.handle.client.call(op).await
}
/// <p>The name of the bucket containing the metrics configurations to retrieve.</p>
pub fn bucket(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.bucket(inp);
self
}
/// <p>The name of the bucket containing the metrics configurations to retrieve.</p>
pub fn set_bucket(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_bucket(input);
self
}
/// <p>The marker that is used to continue a metrics configuration listing that has been
/// truncated. Use the NextContinuationToken from a previously truncated list response to
/// continue the listing. The continuation token is an opaque value that Amazon S3
/// understands.</p>
pub fn continuation_token(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.continuation_token(inp);
self
}
/// <p>The marker that is used to continue a metrics configuration listing that has been
/// truncated. Use the NextContinuationToken from a previously truncated list response to
/// continue the listing. The continuation token is an opaque value that Amazon S3
/// understands.</p>
pub fn set_continuation_token(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_continuation_token(input);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn expected_bucket_owner(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.expected_bucket_owner(inp);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn set_expected_bucket_owner(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_expected_bucket_owner(input);
self
}
}
/// Fluent builder constructing a request to `ListBuckets`.
///
/// <p>Returns a list of all buckets owned by the authenticated sender of the request.</p>
#[derive(std::fmt::Debug)]
pub struct ListBuckets<
C = aws_smithy_client::erase::DynConnector,
M = aws_hyper::AwsMiddleware,
R = aws_smithy_client::retry::Standard,
> {
handle: std::sync::Arc<super::Handle<C, M, R>>,
inner: crate::input::list_buckets_input::Builder,
}
impl<C, M, R> ListBuckets<C, M, R>
where
C: aws_smithy_client::bounds::SmithyConnector,
M: aws_smithy_client::bounds::SmithyMiddleware<C>,
R: aws_smithy_client::retry::NewRequestPolicy,
{
/// Creates a new `ListBuckets`.
pub(crate) fn new(handle: std::sync::Arc<super::Handle<C, M, R>>) -> Self {
Self {
handle,
inner: Default::default(),
}
}
/// 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](aws_smithy_types::retry::RetryConfig), which can be
/// set when configuring the client.
pub async fn send(
self,
) -> std::result::Result<
crate::output::ListBucketsOutput,
aws_smithy_http::result::SdkError<crate::error::ListBucketsError>,
>
where
R::Policy: aws_smithy_client::bounds::SmithyRetryPolicy<
crate::input::ListBucketsInputOperationOutputAlias,
crate::output::ListBucketsOutput,
crate::error::ListBucketsError,
crate::input::ListBucketsInputOperationRetryAlias,
>,
{
let input = self.inner.build().map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
let op = input
.make_operation(&self.handle.conf)
.await
.map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
self.handle.client.call(op).await
}
}
/// Fluent builder constructing a request to `ListMultipartUploads`.
///
/// <p>This action lists in-progress multipart uploads. An in-progress multipart upload is a
/// multipart upload that has been initiated using the Initiate Multipart Upload request, but
/// has not yet been completed or aborted.</p>
///
/// <p>This action returns at most 1,000 multipart uploads in the response. 1,000 multipart
/// uploads is the maximum number of uploads a response can include, which is also the default
/// value. You can further limit the number of uploads in a response by specifying the
/// <code>max-uploads</code> parameter in the response. If additional multipart uploads
/// satisfy the list criteria, the response will contain an <code>IsTruncated</code> element
/// with the value true. To list the additional multipart uploads, use the
/// <code>key-marker</code> and <code>upload-id-marker</code> request parameters.</p>
///
/// <p>In the response, the uploads are sorted by key. If your application has initiated more
/// than one multipart upload using the same object key, then uploads in the response are first
/// sorted by key. Additionally, uploads are sorted in ascending order within each key by the
/// upload initiation time.</p>
///
/// <p>For more information on multipart uploads, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/uploadobjusingmpu.html">Uploading Objects Using Multipart
/// Upload</a>.</p>
///
/// <p>For information on permissions required to use the multipart upload API, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/mpuAndPermissions.html">Multipart Upload and
/// Permissions</a>.</p>
///
/// <p>The following operations are related to <code>ListMultipartUploads</code>:</p>
/// <ul>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_CreateMultipartUpload.html">CreateMultipartUpload</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_UploadPart.html">UploadPart</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_CompleteMultipartUpload.html">CompleteMultipartUpload</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListParts.html">ListParts</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_AbortMultipartUpload.html">AbortMultipartUpload</a>
/// </p>
/// </li>
/// </ul>
#[derive(std::fmt::Debug)]
pub struct ListMultipartUploads<
C = aws_smithy_client::erase::DynConnector,
M = aws_hyper::AwsMiddleware,
R = aws_smithy_client::retry::Standard,
> {
handle: std::sync::Arc<super::Handle<C, M, R>>,
inner: crate::input::list_multipart_uploads_input::Builder,
}
impl<C, M, R> ListMultipartUploads<C, M, R>
where
C: aws_smithy_client::bounds::SmithyConnector,
M: aws_smithy_client::bounds::SmithyMiddleware<C>,
R: aws_smithy_client::retry::NewRequestPolicy,
{
/// Creates a new `ListMultipartUploads`.
pub(crate) fn new(handle: std::sync::Arc<super::Handle<C, M, R>>) -> Self {
Self {
handle,
inner: Default::default(),
}
}
/// 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](aws_smithy_types::retry::RetryConfig), which can be
/// set when configuring the client.
pub async fn send(
self,
) -> std::result::Result<
crate::output::ListMultipartUploadsOutput,
aws_smithy_http::result::SdkError<crate::error::ListMultipartUploadsError>,
>
where
R::Policy: aws_smithy_client::bounds::SmithyRetryPolicy<
crate::input::ListMultipartUploadsInputOperationOutputAlias,
crate::output::ListMultipartUploadsOutput,
crate::error::ListMultipartUploadsError,
crate::input::ListMultipartUploadsInputOperationRetryAlias,
>,
{
let input = self.inner.build().map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
let op = input
.make_operation(&self.handle.conf)
.await
.map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
self.handle.client.call(op).await
}
/// <p>The name of the bucket to which the multipart upload was initiated. </p>
/// <p>When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
/// <p>When using this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.<i>outpostID</i>.s3-outposts.<i>Region</i>.amazonaws.com. When using this action using S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts bucket ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">Using S3 on Outposts</a> in the <i>Amazon S3 User Guide</i>.</p>
pub fn bucket(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.bucket(inp);
self
}
/// <p>The name of the bucket to which the multipart upload was initiated. </p>
/// <p>When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
/// <p>When using this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.<i>outpostID</i>.s3-outposts.<i>Region</i>.amazonaws.com. When using this action using S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts bucket ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">Using S3 on Outposts</a> in the <i>Amazon S3 User Guide</i>.</p>
pub fn set_bucket(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_bucket(input);
self
}
/// <p>Character you use to group keys.</p>
/// <p>All keys that contain the same string between the prefix, if specified, and the first
/// occurrence of the delimiter after the prefix are grouped under a single result element,
/// <code>CommonPrefixes</code>. If you don't specify the prefix parameter, then the
/// substring starts at the beginning of the key. The keys that are grouped under
/// <code>CommonPrefixes</code> result element are not returned elsewhere in the
/// response.</p>
pub fn delimiter(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.delimiter(inp);
self
}
/// <p>Character you use to group keys.</p>
/// <p>All keys that contain the same string between the prefix, if specified, and the first
/// occurrence of the delimiter after the prefix are grouped under a single result element,
/// <code>CommonPrefixes</code>. If you don't specify the prefix parameter, then the
/// substring starts at the beginning of the key. The keys that are grouped under
/// <code>CommonPrefixes</code> result element are not returned elsewhere in the
/// response.</p>
pub fn set_delimiter(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_delimiter(input);
self
}
/// <p>Requests Amazon S3 to encode the object keys in the response and specifies the encoding
/// method to use. An object key may contain any Unicode character; however, XML 1.0 parser
/// cannot parse some characters, such as characters with an ASCII value from 0 to 10. For
/// characters that are not supported in XML 1.0, you can add this parameter to request that
/// Amazon S3 encode the keys in the response.</p>
pub fn encoding_type(mut self, inp: crate::model::EncodingType) -> Self {
self.inner = self.inner.encoding_type(inp);
self
}
/// <p>Requests Amazon S3 to encode the object keys in the response and specifies the encoding
/// method to use. An object key may contain any Unicode character; however, XML 1.0 parser
/// cannot parse some characters, such as characters with an ASCII value from 0 to 10. For
/// characters that are not supported in XML 1.0, you can add this parameter to request that
/// Amazon S3 encode the keys in the response.</p>
pub fn set_encoding_type(
mut self,
input: std::option::Option<crate::model::EncodingType>,
) -> Self {
self.inner = self.inner.set_encoding_type(input);
self
}
/// <p>Together with upload-id-marker, this parameter specifies the multipart upload after
/// which listing should begin.</p>
/// <p>If <code>upload-id-marker</code> is not specified, only the keys lexicographically
/// greater than the specified <code>key-marker</code> will be included in the list.</p>
///
/// <p>If <code>upload-id-marker</code> is specified, any multipart uploads for a key equal to
/// the <code>key-marker</code> might also be included, provided those multipart uploads have
/// upload IDs lexicographically greater than the specified
/// <code>upload-id-marker</code>.</p>
pub fn key_marker(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.key_marker(inp);
self
}
/// <p>Together with upload-id-marker, this parameter specifies the multipart upload after
/// which listing should begin.</p>
/// <p>If <code>upload-id-marker</code> is not specified, only the keys lexicographically
/// greater than the specified <code>key-marker</code> will be included in the list.</p>
///
/// <p>If <code>upload-id-marker</code> is specified, any multipart uploads for a key equal to
/// the <code>key-marker</code> might also be included, provided those multipart uploads have
/// upload IDs lexicographically greater than the specified
/// <code>upload-id-marker</code>.</p>
pub fn set_key_marker(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_key_marker(input);
self
}
/// <p>Sets the maximum number of multipart uploads, from 1 to 1,000, to return in the response
/// body. 1,000 is the maximum number of uploads that can be returned in a response.</p>
pub fn max_uploads(mut self, inp: i32) -> Self {
self.inner = self.inner.max_uploads(inp);
self
}
/// <p>Sets the maximum number of multipart uploads, from 1 to 1,000, to return in the response
/// body. 1,000 is the maximum number of uploads that can be returned in a response.</p>
pub fn set_max_uploads(mut self, input: std::option::Option<i32>) -> Self {
self.inner = self.inner.set_max_uploads(input);
self
}
/// <p>Lists in-progress uploads only for those keys that begin with the specified prefix. You
/// can use prefixes to separate a bucket into different grouping of keys. (You can think of
/// using prefix to make groups in the same way you'd use a folder in a file system.)</p>
pub fn prefix(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.prefix(inp);
self
}
/// <p>Lists in-progress uploads only for those keys that begin with the specified prefix. You
/// can use prefixes to separate a bucket into different grouping of keys. (You can think of
/// using prefix to make groups in the same way you'd use a folder in a file system.)</p>
pub fn set_prefix(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_prefix(input);
self
}
/// <p>Together with key-marker, specifies the multipart upload after which listing should
/// begin. If key-marker is not specified, the upload-id-marker parameter is ignored.
/// Otherwise, any multipart uploads for a key equal to the key-marker might be included in the
/// list only if they have an upload ID lexicographically greater than the specified
/// <code>upload-id-marker</code>.</p>
pub fn upload_id_marker(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.upload_id_marker(inp);
self
}
/// <p>Together with key-marker, specifies the multipart upload after which listing should
/// begin. If key-marker is not specified, the upload-id-marker parameter is ignored.
/// Otherwise, any multipart uploads for a key equal to the key-marker might be included in the
/// list only if they have an upload ID lexicographically greater than the specified
/// <code>upload-id-marker</code>.</p>
pub fn set_upload_id_marker(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_upload_id_marker(input);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn expected_bucket_owner(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.expected_bucket_owner(inp);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn set_expected_bucket_owner(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_expected_bucket_owner(input);
self
}
}
/// Fluent builder constructing a request to `ListObjects`.
///
/// <p>Returns some or all (up to 1,000) of the objects in a bucket. You can use the request
/// parameters as selection criteria to return a subset of the objects in a bucket. A 200 OK
/// response can contain valid or invalid XML. Be sure to design your application to parse the
/// contents of the response and handle it appropriately.</p>
/// <important>
/// <p>This action has been revised. We recommend that you use the newer version, <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListObjectsV2.html">ListObjectsV2</a>, when developing applications. For backward compatibility,
/// Amazon S3 continues to support <code>ListObjects</code>.</p>
/// </important>
///
///
/// <p>The following operations are related to <code>ListObjects</code>:</p>
/// <ul>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListObjectsV2.html">ListObjectsV2</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetObject.html">GetObject</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutObject.html">PutObject</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_CreateBucket.html">CreateBucket</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListBuckets.html">ListBuckets</a>
/// </p>
/// </li>
/// </ul>
#[derive(std::fmt::Debug)]
pub struct ListObjects<
C = aws_smithy_client::erase::DynConnector,
M = aws_hyper::AwsMiddleware,
R = aws_smithy_client::retry::Standard,
> {
handle: std::sync::Arc<super::Handle<C, M, R>>,
inner: crate::input::list_objects_input::Builder,
}
impl<C, M, R> ListObjects<C, M, R>
where
C: aws_smithy_client::bounds::SmithyConnector,
M: aws_smithy_client::bounds::SmithyMiddleware<C>,
R: aws_smithy_client::retry::NewRequestPolicy,
{
/// Creates a new `ListObjects`.
pub(crate) fn new(handle: std::sync::Arc<super::Handle<C, M, R>>) -> Self {
Self {
handle,
inner: Default::default(),
}
}
/// 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](aws_smithy_types::retry::RetryConfig), which can be
/// set when configuring the client.
pub async fn send(
self,
) -> std::result::Result<
crate::output::ListObjectsOutput,
aws_smithy_http::result::SdkError<crate::error::ListObjectsError>,
>
where
R::Policy: aws_smithy_client::bounds::SmithyRetryPolicy<
crate::input::ListObjectsInputOperationOutputAlias,
crate::output::ListObjectsOutput,
crate::error::ListObjectsError,
crate::input::ListObjectsInputOperationRetryAlias,
>,
{
let input = self.inner.build().map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
let op = input
.make_operation(&self.handle.conf)
.await
.map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
self.handle.client.call(op).await
}
/// <p>The name of the bucket containing the objects.</p>
/// <p>When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
/// <p>When using this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.<i>outpostID</i>.s3-outposts.<i>Region</i>.amazonaws.com. When using this action using S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts bucket ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">Using S3 on Outposts</a> in the <i>Amazon S3 User Guide</i>.</p>
pub fn bucket(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.bucket(inp);
self
}
/// <p>The name of the bucket containing the objects.</p>
/// <p>When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
/// <p>When using this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.<i>outpostID</i>.s3-outposts.<i>Region</i>.amazonaws.com. When using this action using S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts bucket ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">Using S3 on Outposts</a> in the <i>Amazon S3 User Guide</i>.</p>
pub fn set_bucket(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_bucket(input);
self
}
/// <p>A delimiter is a character you use to group keys.</p>
pub fn delimiter(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.delimiter(inp);
self
}
/// <p>A delimiter is a character you use to group keys.</p>
pub fn set_delimiter(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_delimiter(input);
self
}
/// <p>Requests Amazon S3 to encode the object keys in the response and specifies the encoding
/// method to use. An object key may contain any Unicode character; however, XML 1.0 parser
/// cannot parse some characters, such as characters with an ASCII value from 0 to 10. For
/// characters that are not supported in XML 1.0, you can add this parameter to request that
/// Amazon S3 encode the keys in the response.</p>
pub fn encoding_type(mut self, inp: crate::model::EncodingType) -> Self {
self.inner = self.inner.encoding_type(inp);
self
}
/// <p>Requests Amazon S3 to encode the object keys in the response and specifies the encoding
/// method to use. An object key may contain any Unicode character; however, XML 1.0 parser
/// cannot parse some characters, such as characters with an ASCII value from 0 to 10. For
/// characters that are not supported in XML 1.0, you can add this parameter to request that
/// Amazon S3 encode the keys in the response.</p>
pub fn set_encoding_type(
mut self,
input: std::option::Option<crate::model::EncodingType>,
) -> Self {
self.inner = self.inner.set_encoding_type(input);
self
}
/// <p>Marker is where you want Amazon S3 to start listing from. Amazon S3 starts listing after
/// this specified key. Marker can be any key in the bucket.</p>
pub fn marker(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.marker(inp);
self
}
/// <p>Marker is where you want Amazon S3 to start listing from. Amazon S3 starts listing after
/// this specified key. Marker can be any key in the bucket.</p>
pub fn set_marker(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_marker(input);
self
}
/// <p>Sets the maximum number of keys returned in the response. By default the action returns up
/// to 1,000 key names. The response might contain fewer keys but will never contain more.
/// </p>
pub fn max_keys(mut self, inp: i32) -> Self {
self.inner = self.inner.max_keys(inp);
self
}
/// <p>Sets the maximum number of keys returned in the response. By default the action returns up
/// to 1,000 key names. The response might contain fewer keys but will never contain more.
/// </p>
pub fn set_max_keys(mut self, input: std::option::Option<i32>) -> Self {
self.inner = self.inner.set_max_keys(input);
self
}
/// <p>Limits the response to keys that begin with the specified prefix.</p>
pub fn prefix(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.prefix(inp);
self
}
/// <p>Limits the response to keys that begin with the specified prefix.</p>
pub fn set_prefix(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_prefix(input);
self
}
/// <p>Confirms that the requester knows that she or he will be charged for the list objects
/// request. Bucket owners need not specify this parameter in their requests.</p>
pub fn request_payer(mut self, inp: crate::model::RequestPayer) -> Self {
self.inner = self.inner.request_payer(inp);
self
}
/// <p>Confirms that the requester knows that she or he will be charged for the list objects
/// request. Bucket owners need not specify this parameter in their requests.</p>
pub fn set_request_payer(
mut self,
input: std::option::Option<crate::model::RequestPayer>,
) -> Self {
self.inner = self.inner.set_request_payer(input);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn expected_bucket_owner(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.expected_bucket_owner(inp);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn set_expected_bucket_owner(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_expected_bucket_owner(input);
self
}
}
/// Fluent builder constructing a request to `ListObjectsV2`.
///
/// <p>Returns some or all (up to 1,000) of the objects in a bucket with each request. You can use
/// the request parameters as selection criteria to return a subset of the objects in a bucket. A
/// <code>200 OK</code> response can contain valid or invalid XML. Make sure to design your
/// application to parse the contents of the response and handle it appropriately.
/// Objects are returned sorted in an ascending order of the respective key names in the list.
/// For more information about listing objects, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/ListingKeysUsingAPIs.html">Listing object keys
/// programmatically</a>
/// </p>
///
/// <p>To use this operation, you must have READ access to the bucket.</p>
///
/// <p>To use this action in an Identity and Access Management (IAM) policy, you must
/// have permissions to perform the <code>s3:ListBucket</code> action. The bucket owner has
/// this permission by default and can grant this permission to others. For more information
/// about permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-with-s3-actions.html#using-with-s3-actions-related-to-bucket-subresources">Permissions Related to Bucket Subresource Operations</a> and <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-access-control.html">Managing Access Permissions to Your Amazon S3
/// Resources</a>.</p>
/// <important>
/// <p>This section describes the latest revision of this action. We recommend that you use this
/// revised API for application development. For backward compatibility, Amazon S3 continues to
/// support the prior version of this API, <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListObjects.html">ListObjects</a>.</p>
/// </important>
///
/// <p>To get a list of your buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListBuckets.html">ListBuckets</a>.</p>
///
/// <p>The following operations are related to <code>ListObjectsV2</code>:</p>
/// <ul>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetObject.html">GetObject</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutObject.html">PutObject</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_CreateBucket.html">CreateBucket</a>
/// </p>
/// </li>
/// </ul>
#[derive(std::fmt::Debug)]
pub struct ListObjectsV2<
C = aws_smithy_client::erase::DynConnector,
M = aws_hyper::AwsMiddleware,
R = aws_smithy_client::retry::Standard,
> {
handle: std::sync::Arc<super::Handle<C, M, R>>,
inner: crate::input::list_objects_v2_input::Builder,
}
impl<C, M, R> ListObjectsV2<C, M, R>
where
C: aws_smithy_client::bounds::SmithyConnector,
M: aws_smithy_client::bounds::SmithyMiddleware<C>,
R: aws_smithy_client::retry::NewRequestPolicy,
{
/// Creates a new `ListObjectsV2`.
pub(crate) fn new(handle: std::sync::Arc<super::Handle<C, M, R>>) -> Self {
Self {
handle,
inner: Default::default(),
}
}
/// 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](aws_smithy_types::retry::RetryConfig), which can be
/// set when configuring the client.
pub async fn send(
self,
) -> std::result::Result<
crate::output::ListObjectsV2Output,
aws_smithy_http::result::SdkError<crate::error::ListObjectsV2Error>,
>
where
R::Policy: aws_smithy_client::bounds::SmithyRetryPolicy<
crate::input::ListObjectsV2InputOperationOutputAlias,
crate::output::ListObjectsV2Output,
crate::error::ListObjectsV2Error,
crate::input::ListObjectsV2InputOperationRetryAlias,
>,
{
let input = self.inner.build().map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
let op = input
.make_operation(&self.handle.conf)
.await
.map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
self.handle.client.call(op).await
}
/// <p>Bucket name to list. </p>
/// <p>When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
/// <p>When using this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.<i>outpostID</i>.s3-outposts.<i>Region</i>.amazonaws.com. When using this action using S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts bucket ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">Using S3 on Outposts</a> in the <i>Amazon S3 User Guide</i>.</p>
pub fn bucket(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.bucket(inp);
self
}
/// <p>Bucket name to list. </p>
/// <p>When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
/// <p>When using this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.<i>outpostID</i>.s3-outposts.<i>Region</i>.amazonaws.com. When using this action using S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts bucket ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">Using S3 on Outposts</a> in the <i>Amazon S3 User Guide</i>.</p>
pub fn set_bucket(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_bucket(input);
self
}
/// <p>A delimiter is a character you use to group keys.</p>
pub fn delimiter(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.delimiter(inp);
self
}
/// <p>A delimiter is a character you use to group keys.</p>
pub fn set_delimiter(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_delimiter(input);
self
}
/// <p>Encoding type used by Amazon S3 to encode object keys in the response.</p>
pub fn encoding_type(mut self, inp: crate::model::EncodingType) -> Self {
self.inner = self.inner.encoding_type(inp);
self
}
/// <p>Encoding type used by Amazon S3 to encode object keys in the response.</p>
pub fn set_encoding_type(
mut self,
input: std::option::Option<crate::model::EncodingType>,
) -> Self {
self.inner = self.inner.set_encoding_type(input);
self
}
/// <p>Sets the maximum number of keys returned in the response. By default the action returns up
/// to 1,000 key names. The response might contain fewer keys but will never contain
/// more.</p>
pub fn max_keys(mut self, inp: i32) -> Self {
self.inner = self.inner.max_keys(inp);
self
}
/// <p>Sets the maximum number of keys returned in the response. By default the action returns up
/// to 1,000 key names. The response might contain fewer keys but will never contain
/// more.</p>
pub fn set_max_keys(mut self, input: std::option::Option<i32>) -> Self {
self.inner = self.inner.set_max_keys(input);
self
}
/// <p>Limits the response to keys that begin with the specified prefix.</p>
pub fn prefix(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.prefix(inp);
self
}
/// <p>Limits the response to keys that begin with the specified prefix.</p>
pub fn set_prefix(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_prefix(input);
self
}
/// <p>ContinuationToken indicates Amazon S3 that the list is being continued on this bucket with a
/// token. ContinuationToken is obfuscated and is not a real key.</p>
pub fn continuation_token(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.continuation_token(inp);
self
}
/// <p>ContinuationToken indicates Amazon S3 that the list is being continued on this bucket with a
/// token. ContinuationToken is obfuscated and is not a real key.</p>
pub fn set_continuation_token(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_continuation_token(input);
self
}
/// <p>The owner field is not present in listV2 by default, if you want to return owner field
/// with each key in the result then set the fetch owner field to true.</p>
pub fn fetch_owner(mut self, inp: bool) -> Self {
self.inner = self.inner.fetch_owner(inp);
self
}
/// <p>The owner field is not present in listV2 by default, if you want to return owner field
/// with each key in the result then set the fetch owner field to true.</p>
pub fn set_fetch_owner(mut self, input: std::option::Option<bool>) -> Self {
self.inner = self.inner.set_fetch_owner(input);
self
}
/// <p>StartAfter is where you want Amazon S3 to start listing from. Amazon S3 starts listing after this
/// specified key. StartAfter can be any key in the bucket.</p>
pub fn start_after(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.start_after(inp);
self
}
/// <p>StartAfter is where you want Amazon S3 to start listing from. Amazon S3 starts listing after this
/// specified key. StartAfter can be any key in the bucket.</p>
pub fn set_start_after(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_start_after(input);
self
}
/// <p>Confirms that the requester knows that she or he will be charged for the list objects
/// request in V2 style. Bucket owners need not specify this parameter in their
/// requests.</p>
pub fn request_payer(mut self, inp: crate::model::RequestPayer) -> Self {
self.inner = self.inner.request_payer(inp);
self
}
/// <p>Confirms that the requester knows that she or he will be charged for the list objects
/// request in V2 style. Bucket owners need not specify this parameter in their
/// requests.</p>
pub fn set_request_payer(
mut self,
input: std::option::Option<crate::model::RequestPayer>,
) -> Self {
self.inner = self.inner.set_request_payer(input);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn expected_bucket_owner(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.expected_bucket_owner(inp);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn set_expected_bucket_owner(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_expected_bucket_owner(input);
self
}
}
/// Fluent builder constructing a request to `ListObjectVersions`.
///
/// <p>Returns metadata about all versions of the objects in a bucket. You can also use request
/// parameters as selection criteria to return metadata about a subset of all the object
/// versions.</p>
/// <important>
/// <p>
/// To use this operation, you must have permissions to perform the
/// <code>s3:ListBucketVersions</code> action. Be aware of the name difference.
/// </p>
/// </important>
/// <note>
/// <p> A 200 OK response can contain valid or invalid XML. Make sure to design your
/// application to parse the contents of the response and handle it appropriately.</p>
/// </note>
/// <p>To use this operation, you must have READ access to the bucket.</p>
/// <p>This action is not supported by Amazon S3 on Outposts.</p>
/// <p>The following operations are related to
/// <code>ListObjectVersions</code>:</p>
/// <ul>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListObjectsV2.html">ListObjectsV2</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetObject.html">GetObject</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutObject.html">PutObject</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteObject.html">DeleteObject</a>
/// </p>
/// </li>
/// </ul>
#[derive(std::fmt::Debug)]
pub struct ListObjectVersions<
C = aws_smithy_client::erase::DynConnector,
M = aws_hyper::AwsMiddleware,
R = aws_smithy_client::retry::Standard,
> {
handle: std::sync::Arc<super::Handle<C, M, R>>,
inner: crate::input::list_object_versions_input::Builder,
}
impl<C, M, R> ListObjectVersions<C, M, R>
where
C: aws_smithy_client::bounds::SmithyConnector,
M: aws_smithy_client::bounds::SmithyMiddleware<C>,
R: aws_smithy_client::retry::NewRequestPolicy,
{
/// Creates a new `ListObjectVersions`.
pub(crate) fn new(handle: std::sync::Arc<super::Handle<C, M, R>>) -> Self {
Self {
handle,
inner: Default::default(),
}
}
/// 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](aws_smithy_types::retry::RetryConfig), which can be
/// set when configuring the client.
pub async fn send(
self,
) -> std::result::Result<
crate::output::ListObjectVersionsOutput,
aws_smithy_http::result::SdkError<crate::error::ListObjectVersionsError>,
>
where
R::Policy: aws_smithy_client::bounds::SmithyRetryPolicy<
crate::input::ListObjectVersionsInputOperationOutputAlias,
crate::output::ListObjectVersionsOutput,
crate::error::ListObjectVersionsError,
crate::input::ListObjectVersionsInputOperationRetryAlias,
>,
{
let input = self.inner.build().map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
let op = input
.make_operation(&self.handle.conf)
.await
.map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
self.handle.client.call(op).await
}
/// <p>The bucket name that contains the objects. </p>
pub fn bucket(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.bucket(inp);
self
}
/// <p>The bucket name that contains the objects. </p>
pub fn set_bucket(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_bucket(input);
self
}
/// <p>A delimiter is a character that you specify to group keys. All keys that contain the
/// same string between the <code>prefix</code> and the first occurrence of the delimiter are
/// grouped under a single result element in CommonPrefixes. These groups are counted as one
/// result against the max-keys limitation. These keys are not returned elsewhere in the
/// response.</p>
pub fn delimiter(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.delimiter(inp);
self
}
/// <p>A delimiter is a character that you specify to group keys. All keys that contain the
/// same string between the <code>prefix</code> and the first occurrence of the delimiter are
/// grouped under a single result element in CommonPrefixes. These groups are counted as one
/// result against the max-keys limitation. These keys are not returned elsewhere in the
/// response.</p>
pub fn set_delimiter(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_delimiter(input);
self
}
/// <p>Requests Amazon S3 to encode the object keys in the response and specifies the encoding
/// method to use. An object key may contain any Unicode character; however, XML 1.0 parser
/// cannot parse some characters, such as characters with an ASCII value from 0 to 10. For
/// characters that are not supported in XML 1.0, you can add this parameter to request that
/// Amazon S3 encode the keys in the response.</p>
pub fn encoding_type(mut self, inp: crate::model::EncodingType) -> Self {
self.inner = self.inner.encoding_type(inp);
self
}
/// <p>Requests Amazon S3 to encode the object keys in the response and specifies the encoding
/// method to use. An object key may contain any Unicode character; however, XML 1.0 parser
/// cannot parse some characters, such as characters with an ASCII value from 0 to 10. For
/// characters that are not supported in XML 1.0, you can add this parameter to request that
/// Amazon S3 encode the keys in the response.</p>
pub fn set_encoding_type(
mut self,
input: std::option::Option<crate::model::EncodingType>,
) -> Self {
self.inner = self.inner.set_encoding_type(input);
self
}
/// <p>Specifies the key to start with when listing objects in a bucket.</p>
pub fn key_marker(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.key_marker(inp);
self
}
/// <p>Specifies the key to start with when listing objects in a bucket.</p>
pub fn set_key_marker(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_key_marker(input);
self
}
/// <p>Sets the maximum number of keys returned in the response. By default the action returns up
/// to 1,000 key names. The response might contain fewer keys but will never contain more. If
/// additional keys satisfy the search criteria, but were not returned because max-keys was
/// exceeded, the response contains <isTruncated>true</isTruncated>. To return the
/// additional keys, see key-marker and version-id-marker.</p>
pub fn max_keys(mut self, inp: i32) -> Self {
self.inner = self.inner.max_keys(inp);
self
}
/// <p>Sets the maximum number of keys returned in the response. By default the action returns up
/// to 1,000 key names. The response might contain fewer keys but will never contain more. If
/// additional keys satisfy the search criteria, but were not returned because max-keys was
/// exceeded, the response contains <isTruncated>true</isTruncated>. To return the
/// additional keys, see key-marker and version-id-marker.</p>
pub fn set_max_keys(mut self, input: std::option::Option<i32>) -> Self {
self.inner = self.inner.set_max_keys(input);
self
}
/// <p>Use this parameter to select only those keys that begin with the specified prefix. You
/// can use prefixes to separate a bucket into different groupings of keys. (You can think of
/// using prefix to make groups in the same way you'd use a folder in a file system.) You can
/// use prefix with delimiter to roll up numerous objects into a single result under
/// CommonPrefixes. </p>
pub fn prefix(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.prefix(inp);
self
}
/// <p>Use this parameter to select only those keys that begin with the specified prefix. You
/// can use prefixes to separate a bucket into different groupings of keys. (You can think of
/// using prefix to make groups in the same way you'd use a folder in a file system.) You can
/// use prefix with delimiter to roll up numerous objects into a single result under
/// CommonPrefixes. </p>
pub fn set_prefix(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_prefix(input);
self
}
/// <p>Specifies the object version you want to start listing from.</p>
pub fn version_id_marker(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.version_id_marker(inp);
self
}
/// <p>Specifies the object version you want to start listing from.</p>
pub fn set_version_id_marker(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_version_id_marker(input);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn expected_bucket_owner(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.expected_bucket_owner(inp);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn set_expected_bucket_owner(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_expected_bucket_owner(input);
self
}
}
/// Fluent builder constructing a request to `ListParts`.
///
/// <p>Lists the parts that have been uploaded for a specific multipart upload. This operation
/// must include the upload ID, which you obtain by sending the initiate multipart upload
/// request (see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_CreateMultipartUpload.html">CreateMultipartUpload</a>).
/// This request returns a maximum of 1,000 uploaded parts. The default number of parts
/// returned is 1,000 parts. You can restrict the number of parts returned by specifying the
/// <code>max-parts</code> request parameter. If your multipart upload consists of more than
/// 1,000 parts, the response returns an <code>IsTruncated</code> field with the value of true,
/// and a <code>NextPartNumberMarker</code> element. In subsequent <code>ListParts</code>
/// requests you can include the part-number-marker query string parameter and set its value to
/// the <code>NextPartNumberMarker</code> field value from the previous response.</p>
///
/// <p>For more information on multipart uploads, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/uploadobjusingmpu.html">Uploading Objects Using Multipart
/// Upload</a>.</p>
///
/// <p>For information on permissions required to use the multipart upload API, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/mpuAndPermissions.html">Multipart Upload and
/// Permissions</a>.</p>
///
/// <p>The following operations are related to <code>ListParts</code>:</p>
/// <ul>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_CreateMultipartUpload.html">CreateMultipartUpload</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_UploadPart.html">UploadPart</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_CompleteMultipartUpload.html">CompleteMultipartUpload</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_AbortMultipartUpload.html">AbortMultipartUpload</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListMultipartUploads.html">ListMultipartUploads</a>
/// </p>
/// </li>
/// </ul>
#[derive(std::fmt::Debug)]
pub struct ListParts<
C = aws_smithy_client::erase::DynConnector,
M = aws_hyper::AwsMiddleware,
R = aws_smithy_client::retry::Standard,
> {
handle: std::sync::Arc<super::Handle<C, M, R>>,
inner: crate::input::list_parts_input::Builder,
}
impl<C, M, R> ListParts<C, M, R>
where
C: aws_smithy_client::bounds::SmithyConnector,
M: aws_smithy_client::bounds::SmithyMiddleware<C>,
R: aws_smithy_client::retry::NewRequestPolicy,
{
/// Creates a new `ListParts`.
pub(crate) fn new(handle: std::sync::Arc<super::Handle<C, M, R>>) -> Self {
Self {
handle,
inner: Default::default(),
}
}
/// 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](aws_smithy_types::retry::RetryConfig), which can be
/// set when configuring the client.
pub async fn send(
self,
) -> std::result::Result<
crate::output::ListPartsOutput,
aws_smithy_http::result::SdkError<crate::error::ListPartsError>,
>
where
R::Policy: aws_smithy_client::bounds::SmithyRetryPolicy<
crate::input::ListPartsInputOperationOutputAlias,
crate::output::ListPartsOutput,
crate::error::ListPartsError,
crate::input::ListPartsInputOperationRetryAlias,
>,
{
let input = self.inner.build().map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
let op = input
.make_operation(&self.handle.conf)
.await
.map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
self.handle.client.call(op).await
}
/// <p>The name of the bucket to which the parts are being uploaded. </p>
/// <p>When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
/// <p>When using this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.<i>outpostID</i>.s3-outposts.<i>Region</i>.amazonaws.com. When using this action using S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts bucket ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">Using S3 on Outposts</a> in the <i>Amazon S3 User Guide</i>.</p>
pub fn bucket(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.bucket(inp);
self
}
/// <p>The name of the bucket to which the parts are being uploaded. </p>
/// <p>When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
/// <p>When using this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.<i>outpostID</i>.s3-outposts.<i>Region</i>.amazonaws.com. When using this action using S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts bucket ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">Using S3 on Outposts</a> in the <i>Amazon S3 User Guide</i>.</p>
pub fn set_bucket(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_bucket(input);
self
}
/// <p>Object key for which the multipart upload was initiated.</p>
pub fn key(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.key(inp);
self
}
/// <p>Object key for which the multipart upload was initiated.</p>
pub fn set_key(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_key(input);
self
}
/// <p>Sets the maximum number of parts to return.</p>
pub fn max_parts(mut self, inp: i32) -> Self {
self.inner = self.inner.max_parts(inp);
self
}
/// <p>Sets the maximum number of parts to return.</p>
pub fn set_max_parts(mut self, input: std::option::Option<i32>) -> Self {
self.inner = self.inner.set_max_parts(input);
self
}
/// <p>Specifies the part after which listing should begin. Only parts with higher part numbers
/// will be listed.</p>
pub fn part_number_marker(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.part_number_marker(inp);
self
}
/// <p>Specifies the part after which listing should begin. Only parts with higher part numbers
/// will be listed.</p>
pub fn set_part_number_marker(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_part_number_marker(input);
self
}
/// <p>Upload ID identifying the multipart upload whose parts are being listed.</p>
pub fn upload_id(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.upload_id(inp);
self
}
/// <p>Upload ID identifying the multipart upload whose parts are being listed.</p>
pub fn set_upload_id(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_upload_id(input);
self
}
/// <p>Confirms that the requester knows that they will be charged for the request. Bucket
/// owners need not specify this parameter in their requests. For information about downloading
/// objects from requester pays buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in
/// Requestor Pays Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
pub fn request_payer(mut self, inp: crate::model::RequestPayer) -> Self {
self.inner = self.inner.request_payer(inp);
self
}
/// <p>Confirms that the requester knows that they will be charged for the request. Bucket
/// owners need not specify this parameter in their requests. For information about downloading
/// objects from requester pays buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in
/// Requestor Pays Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
pub fn set_request_payer(
mut self,
input: std::option::Option<crate::model::RequestPayer>,
) -> Self {
self.inner = self.inner.set_request_payer(input);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn expected_bucket_owner(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.expected_bucket_owner(inp);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn set_expected_bucket_owner(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_expected_bucket_owner(input);
self
}
}
/// Fluent builder constructing a request to `PutBucketAccelerateConfiguration`.
///
/// <p>Sets the accelerate configuration of an existing bucket. Amazon S3 Transfer Acceleration is a
/// bucket-level feature that enables you to perform faster data transfers to Amazon S3.</p>
///
/// <p> To use this operation, you must have permission to perform the
/// s3:PutAccelerateConfiguration action. The bucket owner has this permission by default. The
/// bucket owner can grant this permission to others. For more information about permissions,
/// see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-with-s3-actions.html#using-with-s3-actions-related-to-bucket-subresources">Permissions Related to Bucket Subresource Operations</a> and <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-access-control.html">Managing Access Permissions to Your Amazon S3
/// Resources</a>.</p>
///
/// <p> The Transfer Acceleration state of a bucket can be set to one of the following two
/// values:</p>
/// <ul>
/// <li>
/// <p> Enabled – Enables accelerated data transfers to the bucket.</p>
/// </li>
/// <li>
/// <p> Suspended – Disables accelerated data transfers to the bucket.</p>
/// </li>
/// </ul>
///
///
/// <p>The <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketAccelerateConfiguration.html">GetBucketAccelerateConfiguration</a> action returns the transfer acceleration
/// state of a bucket.</p>
///
/// <p>After setting the Transfer Acceleration state of a bucket to Enabled, it might take up
/// to thirty minutes before the data transfer rates to the bucket increase.</p>
///
/// <p> The name of the bucket used for Transfer Acceleration must be DNS-compliant and must
/// not contain periods (".").</p>
///
/// <p> For more information about transfer acceleration, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/transfer-acceleration.html">Transfer Acceleration</a>.</p>
///
/// <p>The following operations are related to
/// <code>PutBucketAccelerateConfiguration</code>:</p>
/// <ul>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketAccelerateConfiguration.html">GetBucketAccelerateConfiguration</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_CreateBucket.html">CreateBucket</a>
/// </p>
/// </li>
/// </ul>
#[derive(std::fmt::Debug)]
pub struct PutBucketAccelerateConfiguration<
C = aws_smithy_client::erase::DynConnector,
M = aws_hyper::AwsMiddleware,
R = aws_smithy_client::retry::Standard,
> {
handle: std::sync::Arc<super::Handle<C, M, R>>,
inner: crate::input::put_bucket_accelerate_configuration_input::Builder,
}
impl<C, M, R> PutBucketAccelerateConfiguration<C, M, R>
where
C: aws_smithy_client::bounds::SmithyConnector,
M: aws_smithy_client::bounds::SmithyMiddleware<C>,
R: aws_smithy_client::retry::NewRequestPolicy,
{
/// Creates a new `PutBucketAccelerateConfiguration`.
pub(crate) fn new(handle: std::sync::Arc<super::Handle<C, M, R>>) -> Self {
Self {
handle,
inner: Default::default(),
}
}
/// 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](aws_smithy_types::retry::RetryConfig), which can be
/// set when configuring the client.
pub async fn send(
self,
) -> std::result::Result<
crate::output::PutBucketAccelerateConfigurationOutput,
aws_smithy_http::result::SdkError<crate::error::PutBucketAccelerateConfigurationError>,
>
where
R::Policy: aws_smithy_client::bounds::SmithyRetryPolicy<
crate::input::PutBucketAccelerateConfigurationInputOperationOutputAlias,
crate::output::PutBucketAccelerateConfigurationOutput,
crate::error::PutBucketAccelerateConfigurationError,
crate::input::PutBucketAccelerateConfigurationInputOperationRetryAlias,
>,
{
let input = self.inner.build().map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
let op = input
.make_operation(&self.handle.conf)
.await
.map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
self.handle.client.call(op).await
}
/// <p>The name of the bucket for which the accelerate configuration is set.</p>
pub fn bucket(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.bucket(inp);
self
}
/// <p>The name of the bucket for which the accelerate configuration is set.</p>
pub fn set_bucket(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_bucket(input);
self
}
/// <p>Container for setting the transfer acceleration state.</p>
pub fn accelerate_configuration(
mut self,
inp: crate::model::AccelerateConfiguration,
) -> Self {
self.inner = self.inner.accelerate_configuration(inp);
self
}
/// <p>Container for setting the transfer acceleration state.</p>
pub fn set_accelerate_configuration(
mut self,
input: std::option::Option<crate::model::AccelerateConfiguration>,
) -> Self {
self.inner = self.inner.set_accelerate_configuration(input);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn expected_bucket_owner(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.expected_bucket_owner(inp);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn set_expected_bucket_owner(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_expected_bucket_owner(input);
self
}
}
/// Fluent builder constructing a request to `PutBucketAcl`.
///
/// <p>Sets the permissions on an existing bucket using access control lists (ACL). For more
/// information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/S3_ACLs_UsingACLs.html">Using ACLs</a>. To set
/// the ACL of a bucket, you must have <code>WRITE_ACP</code> permission.</p>
///
/// <p>You can use one of the following two ways to set a bucket's permissions:</p>
/// <ul>
/// <li>
/// <p>Specify the ACL in the request body</p>
/// </li>
/// <li>
/// <p>Specify permissions using request headers</p>
/// </li>
/// </ul>
///
/// <note>
/// <p>You cannot specify access permission using both the body and the request
/// headers.</p>
/// </note>
///
/// <p>Depending on your application needs, you may choose to set the ACL on a bucket using
/// either the request body or the headers. For example, if you have an existing application
/// that updates a bucket ACL using the request body, then you can continue to use that
/// approach.</p>
///
///
/// <p>
/// <b>Access Permissions</b>
/// </p>
/// <p>You can set access permissions using one of the following methods:</p>
/// <ul>
/// <li>
/// <p>Specify a canned ACL with the <code>x-amz-acl</code> request header. Amazon S3 supports
/// a set of predefined ACLs, known as <i>canned ACLs</i>. Each canned ACL
/// has a predefined set of grantees and permissions. Specify the canned ACL name as the
/// value of <code>x-amz-acl</code>. If you use this header, you cannot use other access
/// control-specific headers in your request. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html#CannedACL">Canned ACL</a>.</p>
/// </li>
/// <li>
/// <p>Specify access permissions explicitly with the <code>x-amz-grant-read</code>,
/// <code>x-amz-grant-read-acp</code>, <code>x-amz-grant-write-acp</code>, and
/// <code>x-amz-grant-full-control</code> headers. When using these headers, you
/// specify explicit access permissions and grantees (Amazon Web Services accounts or Amazon S3 groups) who
/// will receive the permission. If you use these ACL-specific headers, you cannot use
/// the <code>x-amz-acl</code> header to set a canned ACL. These parameters map to the
/// set of permissions that Amazon S3 supports in an ACL. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html">Access Control List (ACL)
/// Overview</a>.</p>
/// <p>You specify each grantee as a type=value pair, where the type is one of the
/// following:</p>
/// <ul>
/// <li>
/// <p>
/// <code>id</code> – if the value specified is the canonical user ID of an Amazon Web Services account</p>
/// </li>
/// <li>
/// <p>
/// <code>uri</code> – if you are granting permissions to a predefined
/// group</p>
/// </li>
/// <li>
/// <p>
/// <code>emailAddress</code> – if the value specified is the email address of
/// an Amazon Web Services account</p>
/// <note>
/// <p>Using email addresses to specify a grantee is only supported in the following Amazon Web Services Regions: </p>
/// <ul>
/// <li>
/// <p>US East (N. Virginia)</p>
/// </li>
/// <li>
/// <p>US West (N. California)</p>
/// </li>
/// <li>
/// <p> US West (Oregon)</p>
/// </li>
/// <li>
/// <p> Asia Pacific (Singapore)</p>
/// </li>
/// <li>
/// <p>Asia Pacific (Sydney)</p>
/// </li>
/// <li>
/// <p>Asia Pacific (Tokyo)</p>
/// </li>
/// <li>
/// <p>Europe (Ireland)</p>
/// </li>
/// <li>
/// <p>South America (São Paulo)</p>
/// </li>
/// </ul>
/// <p>For a list of all the Amazon S3 supported Regions and endpoints, see <a href="https://docs.aws.amazon.com/general/latest/gr/rande.html#s3_region">Regions and Endpoints</a> in the Amazon Web Services General Reference.</p>
/// </note>
/// </li>
/// </ul>
/// <p>For example, the following <code>x-amz-grant-write</code> header grants create,
/// overwrite, and delete objects permission to LogDelivery group predefined by Amazon S3 and
/// two Amazon Web Services accounts identified by their email addresses.</p>
/// <p>
/// <code>x-amz-grant-write: uri="http://acs.amazonaws.com/groups/s3/LogDelivery",
/// id="111122223333", id="555566667777" </code>
/// </p>
///
/// </li>
/// </ul>
/// <p>You can use either a canned ACL or specify access permissions explicitly. You cannot do
/// both.</p>
/// <p>
/// <b>Grantee Values</b>
/// </p>
/// <p>You can specify the person (grantee) to whom you're assigning access rights (using
/// request elements) in the following ways:</p>
/// <ul>
/// <li>
/// <p>By the person's ID:</p>
/// <p>
/// <code><Grantee xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
/// xsi:type="CanonicalUser"><ID><>ID<></ID><DisplayName><>GranteesEmail<></DisplayName>
/// </Grantee></code>
/// </p>
/// <p>DisplayName is optional and ignored in the request</p>
/// </li>
/// <li>
/// <p>By URI:</p>
/// <p>
/// <code><Grantee xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
/// xsi:type="Group"><URI><>http://acs.amazonaws.com/groups/global/AuthenticatedUsers<></URI></Grantee></code>
/// </p>
/// </li>
/// <li>
/// <p>By Email address:</p>
/// <p>
/// <code><Grantee xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
/// xsi:type="AmazonCustomerByEmail"><EmailAddress><>Grantees@email.com<></EmailAddress>lt;/Grantee></code>
/// </p>
/// <p>The grantee is resolved to the CanonicalUser and, in a response to a GET Object
/// acl request, appears as the CanonicalUser. </p>
/// <note>
/// <p>Using email addresses to specify a grantee is only supported in the following Amazon Web Services Regions: </p>
/// <ul>
/// <li>
/// <p>US East (N. Virginia)</p>
/// </li>
/// <li>
/// <p>US West (N. California)</p>
/// </li>
/// <li>
/// <p> US West (Oregon)</p>
/// </li>
/// <li>
/// <p> Asia Pacific (Singapore)</p>
/// </li>
/// <li>
/// <p>Asia Pacific (Sydney)</p>
/// </li>
/// <li>
/// <p>Asia Pacific (Tokyo)</p>
/// </li>
/// <li>
/// <p>Europe (Ireland)</p>
/// </li>
/// <li>
/// <p>South America (São Paulo)</p>
/// </li>
/// </ul>
/// <p>For a list of all the Amazon S3 supported Regions and endpoints, see <a href="https://docs.aws.amazon.com/general/latest/gr/rande.html#s3_region">Regions and Endpoints</a> in the Amazon Web Services General Reference.</p>
/// </note>
/// </li>
/// </ul>
///
///
/// <p class="title">
/// <b>Related Resources</b>
/// </p>
/// <ul>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_CreateBucket.html">CreateBucket</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteBucket.html">DeleteBucket</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetObjectAcl.html">GetObjectAcl</a>
/// </p>
/// </li>
/// </ul>
#[derive(std::fmt::Debug)]
pub struct PutBucketAcl<
C = aws_smithy_client::erase::DynConnector,
M = aws_hyper::AwsMiddleware,
R = aws_smithy_client::retry::Standard,
> {
handle: std::sync::Arc<super::Handle<C, M, R>>,
inner: crate::input::put_bucket_acl_input::Builder,
}
impl<C, M, R> PutBucketAcl<C, M, R>
where
C: aws_smithy_client::bounds::SmithyConnector,
M: aws_smithy_client::bounds::SmithyMiddleware<C>,
R: aws_smithy_client::retry::NewRequestPolicy,
{
/// Creates a new `PutBucketAcl`.
pub(crate) fn new(handle: std::sync::Arc<super::Handle<C, M, R>>) -> Self {
Self {
handle,
inner: Default::default(),
}
}
/// 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](aws_smithy_types::retry::RetryConfig), which can be
/// set when configuring the client.
pub async fn send(
self,
) -> std::result::Result<
crate::output::PutBucketAclOutput,
aws_smithy_http::result::SdkError<crate::error::PutBucketAclError>,
>
where
R::Policy: aws_smithy_client::bounds::SmithyRetryPolicy<
crate::input::PutBucketAclInputOperationOutputAlias,
crate::output::PutBucketAclOutput,
crate::error::PutBucketAclError,
crate::input::PutBucketAclInputOperationRetryAlias,
>,
{
let input = self.inner.build().map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
let op = input
.make_operation(&self.handle.conf)
.await
.map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
self.handle.client.call(op).await
}
/// <p>The canned ACL to apply to the bucket.</p>
pub fn acl(mut self, inp: crate::model::BucketCannedAcl) -> Self {
self.inner = self.inner.acl(inp);
self
}
/// <p>The canned ACL to apply to the bucket.</p>
pub fn set_acl(
mut self,
input: std::option::Option<crate::model::BucketCannedAcl>,
) -> Self {
self.inner = self.inner.set_acl(input);
self
}
/// <p>Contains the elements that set the ACL permissions for an object per grantee.</p>
pub fn access_control_policy(mut self, inp: crate::model::AccessControlPolicy) -> Self {
self.inner = self.inner.access_control_policy(inp);
self
}
/// <p>Contains the elements that set the ACL permissions for an object per grantee.</p>
pub fn set_access_control_policy(
mut self,
input: std::option::Option<crate::model::AccessControlPolicy>,
) -> Self {
self.inner = self.inner.set_access_control_policy(input);
self
}
/// <p>The bucket to which to apply the ACL.</p>
pub fn bucket(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.bucket(inp);
self
}
/// <p>The bucket to which to apply the ACL.</p>
pub fn set_bucket(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_bucket(input);
self
}
/// <p>The base64-encoded 128-bit MD5 digest of the data. This header must be used as a message
/// integrity check to verify that the request body was not corrupted in transit. For more
/// information, go to <a href="http://www.ietf.org/rfc/rfc1864.txt">RFC
/// 1864.</a>
/// </p>
/// <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
pub fn content_md5(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.content_md5(inp);
self
}
/// <p>The base64-encoded 128-bit MD5 digest of the data. This header must be used as a message
/// integrity check to verify that the request body was not corrupted in transit. For more
/// information, go to <a href="http://www.ietf.org/rfc/rfc1864.txt">RFC
/// 1864.</a>
/// </p>
/// <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
pub fn set_content_md5(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_content_md5(input);
self
}
/// <p>Allows grantee the read, write, read ACP, and write ACP permissions on the
/// bucket.</p>
pub fn grant_full_control(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.grant_full_control(inp);
self
}
/// <p>Allows grantee the read, write, read ACP, and write ACP permissions on the
/// bucket.</p>
pub fn set_grant_full_control(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_grant_full_control(input);
self
}
/// <p>Allows grantee to list the objects in the bucket.</p>
pub fn grant_read(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.grant_read(inp);
self
}
/// <p>Allows grantee to list the objects in the bucket.</p>
pub fn set_grant_read(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_grant_read(input);
self
}
/// <p>Allows grantee to read the bucket ACL.</p>
pub fn grant_read_acp(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.grant_read_acp(inp);
self
}
/// <p>Allows grantee to read the bucket ACL.</p>
pub fn set_grant_read_acp(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_grant_read_acp(input);
self
}
/// <p>Allows grantee to create new objects in the bucket.</p>
/// <p>For the bucket and object owners of existing objects, also allows deletions and overwrites of those objects.</p>
pub fn grant_write(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.grant_write(inp);
self
}
/// <p>Allows grantee to create new objects in the bucket.</p>
/// <p>For the bucket and object owners of existing objects, also allows deletions and overwrites of those objects.</p>
pub fn set_grant_write(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_grant_write(input);
self
}
/// <p>Allows grantee to write the ACL for the applicable bucket.</p>
pub fn grant_write_acp(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.grant_write_acp(inp);
self
}
/// <p>Allows grantee to write the ACL for the applicable bucket.</p>
pub fn set_grant_write_acp(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_grant_write_acp(input);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn expected_bucket_owner(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.expected_bucket_owner(inp);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn set_expected_bucket_owner(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_expected_bucket_owner(input);
self
}
}
/// Fluent builder constructing a request to `PutBucketAnalyticsConfiguration`.
///
/// <p>Sets an analytics configuration for the bucket (specified by the analytics configuration
/// ID). You can have up to 1,000 analytics configurations per bucket.</p>
///
/// <p>You can choose to have storage class analysis export analysis reports sent to a
/// comma-separated values (CSV) flat file. See the <code>DataExport</code> request element.
/// Reports are updated daily and are based on the object filters that you configure. When
/// selecting data export, you specify a destination bucket and an optional destination prefix
/// where the file is written. You can export the data to a destination bucket in a different
/// account. However, the destination bucket must be in the same Region as the bucket that you
/// are making the PUT analytics configuration to. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/analytics-storage-class.html">Amazon S3 Analytics – Storage Class
/// Analysis</a>. </p>
///
/// <important>
/// <p>You must create a bucket policy on the destination bucket where the exported file is
/// written to grant permissions to Amazon S3 to write objects to the bucket. For an example
/// policy, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/example-bucket-policies.html#example-bucket-policies-use-case-9">Granting Permissions for Amazon S3 Inventory and Storage Class Analysis</a>.</p>
/// </important>
///
/// <p>To use this operation, you must have permissions to perform the
/// <code>s3:PutAnalyticsConfiguration</code> action. The bucket owner has this permission
/// by default. The bucket owner can grant this permission to others. For more information
/// about permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-with-s3-actions.html#using-with-s3-actions-related-to-bucket-subresources">Permissions Related to Bucket Subresource Operations</a> and <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-access-control.html">Managing Access Permissions to Your Amazon S3
/// Resources</a>.</p>
///
///
/// <p class="title">
/// <b>Special Errors</b>
/// </p>
/// <ul>
/// <li>
/// <ul>
/// <li>
/// <p>
/// <i>HTTP Error: HTTP 400 Bad Request</i>
/// </p>
/// </li>
/// <li>
/// <p>
/// <i>Code: InvalidArgument</i>
/// </p>
/// </li>
/// <li>
/// <p>
/// <i>Cause: Invalid argument.</i>
/// </p>
/// </li>
/// </ul>
/// </li>
/// <li>
/// <ul>
/// <li>
/// <p>
/// <i>HTTP Error: HTTP 400 Bad Request</i>
/// </p>
/// </li>
/// <li>
/// <p>
/// <i>Code: TooManyConfigurations</i>
/// </p>
/// </li>
/// <li>
/// <p>
/// <i>Cause: You are attempting to create a new configuration but have
/// already reached the 1,000-configuration limit.</i>
/// </p>
/// </li>
/// </ul>
/// </li>
/// <li>
/// <ul>
/// <li>
/// <p>
/// <i>HTTP Error: HTTP 403 Forbidden</i>
/// </p>
/// </li>
/// <li>
/// <p>
/// <i>Code: AccessDenied</i>
/// </p>
/// </li>
/// <li>
/// <p>
/// <i>Cause: You are not the owner of the specified bucket, or you do
/// not have the s3:PutAnalyticsConfiguration bucket permission to set the
/// configuration on the bucket.</i>
/// </p>
/// </li>
/// </ul>
/// </li>
/// </ul>
///
///
///
///
///
///
/// <p class="title">
/// <b>Related Resources</b>
/// </p>
/// <ul>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketAnalyticsConfiguration.html">GetBucketAnalyticsConfiguration</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteBucketAnalyticsConfiguration.html">DeleteBucketAnalyticsConfiguration</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListBucketAnalyticsConfigurations.html">ListBucketAnalyticsConfigurations</a>
/// </p>
/// </li>
/// </ul>
#[derive(std::fmt::Debug)]
pub struct PutBucketAnalyticsConfiguration<
C = aws_smithy_client::erase::DynConnector,
M = aws_hyper::AwsMiddleware,
R = aws_smithy_client::retry::Standard,
> {
handle: std::sync::Arc<super::Handle<C, M, R>>,
inner: crate::input::put_bucket_analytics_configuration_input::Builder,
}
impl<C, M, R> PutBucketAnalyticsConfiguration<C, M, R>
where
C: aws_smithy_client::bounds::SmithyConnector,
M: aws_smithy_client::bounds::SmithyMiddleware<C>,
R: aws_smithy_client::retry::NewRequestPolicy,
{
/// Creates a new `PutBucketAnalyticsConfiguration`.
pub(crate) fn new(handle: std::sync::Arc<super::Handle<C, M, R>>) -> Self {
Self {
handle,
inner: Default::default(),
}
}
/// 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](aws_smithy_types::retry::RetryConfig), which can be
/// set when configuring the client.
pub async fn send(
self,
) -> std::result::Result<
crate::output::PutBucketAnalyticsConfigurationOutput,
aws_smithy_http::result::SdkError<crate::error::PutBucketAnalyticsConfigurationError>,
>
where
R::Policy: aws_smithy_client::bounds::SmithyRetryPolicy<
crate::input::PutBucketAnalyticsConfigurationInputOperationOutputAlias,
crate::output::PutBucketAnalyticsConfigurationOutput,
crate::error::PutBucketAnalyticsConfigurationError,
crate::input::PutBucketAnalyticsConfigurationInputOperationRetryAlias,
>,
{
let input = self.inner.build().map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
let op = input
.make_operation(&self.handle.conf)
.await
.map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
self.handle.client.call(op).await
}
/// <p>The name of the bucket to which an analytics configuration is stored.</p>
pub fn bucket(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.bucket(inp);
self
}
/// <p>The name of the bucket to which an analytics configuration is stored.</p>
pub fn set_bucket(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_bucket(input);
self
}
/// <p>The ID that identifies the analytics configuration.</p>
pub fn id(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.id(inp);
self
}
/// <p>The ID that identifies the analytics configuration.</p>
pub fn set_id(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_id(input);
self
}
/// <p>The configuration and any analyses for the analytics filter.</p>
pub fn analytics_configuration(
mut self,
inp: crate::model::AnalyticsConfiguration,
) -> Self {
self.inner = self.inner.analytics_configuration(inp);
self
}
/// <p>The configuration and any analyses for the analytics filter.</p>
pub fn set_analytics_configuration(
mut self,
input: std::option::Option<crate::model::AnalyticsConfiguration>,
) -> Self {
self.inner = self.inner.set_analytics_configuration(input);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn expected_bucket_owner(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.expected_bucket_owner(inp);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn set_expected_bucket_owner(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_expected_bucket_owner(input);
self
}
}
/// Fluent builder constructing a request to `PutBucketCors`.
///
/// <p>Sets the <code>cors</code> configuration for your bucket. If the configuration exists,
/// Amazon S3 replaces it.</p>
/// <p>To use this operation, you must be allowed to perform the <code>s3:PutBucketCORS</code>
/// action. By default, the bucket owner has this permission and can grant it to others.</p>
/// <p>You set this configuration on a bucket so that the bucket can service cross-origin
/// requests. For example, you might want to enable a request whose origin is
/// <code>http://www.example.com</code> to access your Amazon S3 bucket at
/// <code>my.example.bucket.com</code> by using the browser's <code>XMLHttpRequest</code>
/// capability.</p>
/// <p>To enable cross-origin resource sharing (CORS) on a bucket, you add the
/// <code>cors</code> subresource to the bucket. The <code>cors</code> subresource is an XML
/// document in which you configure rules that identify origins and the HTTP methods that can
/// be executed on your bucket. The document is limited to 64 KB in size. </p>
/// <p>When Amazon S3 receives a cross-origin request (or a pre-flight OPTIONS request) against a
/// bucket, it evaluates the <code>cors</code> configuration on the bucket and uses the first
/// <code>CORSRule</code> rule that matches the incoming browser request to enable a
/// cross-origin request. For a rule to match, the following conditions must be met:</p>
/// <ul>
/// <li>
/// <p>The request's <code>Origin</code> header must match <code>AllowedOrigin</code>
/// elements.</p>
/// </li>
/// <li>
/// <p>The request method (for example, GET, PUT, HEAD, and so on) or the
/// <code>Access-Control-Request-Method</code> header in case of a pre-flight
/// <code>OPTIONS</code> request must be one of the <code>AllowedMethod</code>
/// elements. </p>
/// </li>
/// <li>
/// <p>Every header specified in the <code>Access-Control-Request-Headers</code> request
/// header of a pre-flight request must match an <code>AllowedHeader</code> element.
/// </p>
/// </li>
/// </ul>
/// <p> For more information about CORS, go to <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/cors.html">Enabling
/// Cross-Origin Resource Sharing</a> in the <i>Amazon S3 User Guide</i>.</p>
///
/// <p class="title">
/// <b>Related Resources</b>
/// </p>
/// <ul>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketCors.html">GetBucketCors</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteBucketCors.html">DeleteBucketCors</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/RESTOPTIONSobject.html">RESTOPTIONSobject</a>
/// </p>
/// </li>
/// </ul>
#[derive(std::fmt::Debug)]
pub struct PutBucketCors<
C = aws_smithy_client::erase::DynConnector,
M = aws_hyper::AwsMiddleware,
R = aws_smithy_client::retry::Standard,
> {
handle: std::sync::Arc<super::Handle<C, M, R>>,
inner: crate::input::put_bucket_cors_input::Builder,
}
impl<C, M, R> PutBucketCors<C, M, R>
where
C: aws_smithy_client::bounds::SmithyConnector,
M: aws_smithy_client::bounds::SmithyMiddleware<C>,
R: aws_smithy_client::retry::NewRequestPolicy,
{
/// Creates a new `PutBucketCors`.
pub(crate) fn new(handle: std::sync::Arc<super::Handle<C, M, R>>) -> Self {
Self {
handle,
inner: Default::default(),
}
}
/// 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](aws_smithy_types::retry::RetryConfig), which can be
/// set when configuring the client.
pub async fn send(
self,
) -> std::result::Result<
crate::output::PutBucketCorsOutput,
aws_smithy_http::result::SdkError<crate::error::PutBucketCorsError>,
>
where
R::Policy: aws_smithy_client::bounds::SmithyRetryPolicy<
crate::input::PutBucketCorsInputOperationOutputAlias,
crate::output::PutBucketCorsOutput,
crate::error::PutBucketCorsError,
crate::input::PutBucketCorsInputOperationRetryAlias,
>,
{
let input = self.inner.build().map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
let op = input
.make_operation(&self.handle.conf)
.await
.map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
self.handle.client.call(op).await
}
/// <p>Specifies the bucket impacted by the <code>cors</code>configuration.</p>
pub fn bucket(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.bucket(inp);
self
}
/// <p>Specifies the bucket impacted by the <code>cors</code>configuration.</p>
pub fn set_bucket(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_bucket(input);
self
}
/// <p>Describes the cross-origin access configuration for objects in an Amazon S3 bucket. For more
/// information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/cors.html">Enabling Cross-Origin Resource
/// Sharing</a> in the <i>Amazon S3 User Guide</i>.</p>
pub fn cors_configuration(mut self, inp: crate::model::CorsConfiguration) -> Self {
self.inner = self.inner.cors_configuration(inp);
self
}
/// <p>Describes the cross-origin access configuration for objects in an Amazon S3 bucket. For more
/// information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/cors.html">Enabling Cross-Origin Resource
/// Sharing</a> in the <i>Amazon S3 User Guide</i>.</p>
pub fn set_cors_configuration(
mut self,
input: std::option::Option<crate::model::CorsConfiguration>,
) -> Self {
self.inner = self.inner.set_cors_configuration(input);
self
}
/// <p>The base64-encoded 128-bit MD5 digest of the data. This header must be used as a message
/// integrity check to verify that the request body was not corrupted in transit. For more
/// information, go to <a href="http://www.ietf.org/rfc/rfc1864.txt">RFC
/// 1864.</a>
/// </p>
/// <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
pub fn content_md5(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.content_md5(inp);
self
}
/// <p>The base64-encoded 128-bit MD5 digest of the data. This header must be used as a message
/// integrity check to verify that the request body was not corrupted in transit. For more
/// information, go to <a href="http://www.ietf.org/rfc/rfc1864.txt">RFC
/// 1864.</a>
/// </p>
/// <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
pub fn set_content_md5(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_content_md5(input);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn expected_bucket_owner(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.expected_bucket_owner(inp);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn set_expected_bucket_owner(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_expected_bucket_owner(input);
self
}
}
/// Fluent builder constructing a request to `PutBucketEncryption`.
///
/// <p>This action uses the <code>encryption</code> subresource to configure default
/// encryption and Amazon S3 Bucket Key for an existing bucket.</p>
/// <p>Default encryption for a bucket can use server-side encryption with Amazon S3-managed keys
/// (SSE-S3) or customer managed keys (SSE-KMS). If you specify default encryption
/// using SSE-KMS, you can also configure Amazon S3 Bucket Key. For information about default
/// encryption, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/bucket-encryption.html">Amazon S3 default bucket encryption</a>
/// in the <i>Amazon S3 User Guide</i>. For more information about S3 Bucket Keys,
/// see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/bucket-key.html">Amazon S3 Bucket Keys</a> in the <i>Amazon S3 User Guide</i>.</p>
/// <important>
/// <p>This action requires Amazon Web Services Signature Version 4. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/sig-v4-authenticating-requests.html"> Authenticating Requests (Amazon Web Services Signature
/// Version 4)</a>. </p>
/// </important>
/// <p>To use this operation, you must have permissions to perform the
/// <code>s3:PutEncryptionConfiguration</code> action. The bucket owner has this permission
/// by default. The bucket owner can grant this permission to others. For more information
/// about permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-with-s3-actions.html#using-with-s3-actions-related-to-bucket-subresources">Permissions Related to Bucket Subresource Operations</a> and <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-access-control.html">Managing Access Permissions to Your Amazon S3
/// Resources</a> in the Amazon S3 User Guide. </p>
///
/// <p class="title">
/// <b>Related Resources</b>
/// </p>
/// <ul>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketEncryption.html">GetBucketEncryption</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteBucketEncryption.html">DeleteBucketEncryption</a>
/// </p>
/// </li>
/// </ul>
#[derive(std::fmt::Debug)]
pub struct PutBucketEncryption<
C = aws_smithy_client::erase::DynConnector,
M = aws_hyper::AwsMiddleware,
R = aws_smithy_client::retry::Standard,
> {
handle: std::sync::Arc<super::Handle<C, M, R>>,
inner: crate::input::put_bucket_encryption_input::Builder,
}
impl<C, M, R> PutBucketEncryption<C, M, R>
where
C: aws_smithy_client::bounds::SmithyConnector,
M: aws_smithy_client::bounds::SmithyMiddleware<C>,
R: aws_smithy_client::retry::NewRequestPolicy,
{
/// Creates a new `PutBucketEncryption`.
pub(crate) fn new(handle: std::sync::Arc<super::Handle<C, M, R>>) -> Self {
Self {
handle,
inner: Default::default(),
}
}
/// 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](aws_smithy_types::retry::RetryConfig), which can be
/// set when configuring the client.
pub async fn send(
self,
) -> std::result::Result<
crate::output::PutBucketEncryptionOutput,
aws_smithy_http::result::SdkError<crate::error::PutBucketEncryptionError>,
>
where
R::Policy: aws_smithy_client::bounds::SmithyRetryPolicy<
crate::input::PutBucketEncryptionInputOperationOutputAlias,
crate::output::PutBucketEncryptionOutput,
crate::error::PutBucketEncryptionError,
crate::input::PutBucketEncryptionInputOperationRetryAlias,
>,
{
let input = self.inner.build().map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
let op = input
.make_operation(&self.handle.conf)
.await
.map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
self.handle.client.call(op).await
}
/// <p>Specifies default encryption for a bucket using server-side encryption with Amazon S3-managed
/// keys (SSE-S3) or customer managed keys (SSE-KMS). For information about
/// the Amazon S3 default encryption feature, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/bucket-encryption.html">Amazon S3 Default Bucket Encryption</a>
/// in the <i>Amazon S3 User Guide</i>.</p>
pub fn bucket(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.bucket(inp);
self
}
/// <p>Specifies default encryption for a bucket using server-side encryption with Amazon S3-managed
/// keys (SSE-S3) or customer managed keys (SSE-KMS). For information about
/// the Amazon S3 default encryption feature, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/bucket-encryption.html">Amazon S3 Default Bucket Encryption</a>
/// in the <i>Amazon S3 User Guide</i>.</p>
pub fn set_bucket(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_bucket(input);
self
}
/// <p>The base64-encoded 128-bit MD5 digest of the server-side encryption configuration.</p>
/// <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
pub fn content_md5(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.content_md5(inp);
self
}
/// <p>The base64-encoded 128-bit MD5 digest of the server-side encryption configuration.</p>
/// <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
pub fn set_content_md5(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_content_md5(input);
self
}
/// <p>Specifies the default server-side-encryption configuration.</p>
pub fn server_side_encryption_configuration(
mut self,
inp: crate::model::ServerSideEncryptionConfiguration,
) -> Self {
self.inner = self.inner.server_side_encryption_configuration(inp);
self
}
/// <p>Specifies the default server-side-encryption configuration.</p>
pub fn set_server_side_encryption_configuration(
mut self,
input: std::option::Option<crate::model::ServerSideEncryptionConfiguration>,
) -> Self {
self.inner = self.inner.set_server_side_encryption_configuration(input);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn expected_bucket_owner(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.expected_bucket_owner(inp);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn set_expected_bucket_owner(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_expected_bucket_owner(input);
self
}
}
/// Fluent builder constructing a request to `PutBucketIntelligentTieringConfiguration`.
///
/// <p>Puts a S3 Intelligent-Tiering configuration to the specified bucket.
/// You can have up to 1,000 S3 Intelligent-Tiering configurations per bucket.</p>
/// <p>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.</p>
/// <p>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.</p>
/// <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/storage-class-intro.html#sc-dynamic-data-access">Storage class for automatically optimizing frequently and infrequently accessed objects</a>.</p>
/// <p>Operations related to
/// <code>PutBucketIntelligentTieringConfiguration</code> include: </p>
/// <ul>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteBucketIntelligentTieringConfiguration.html">DeleteBucketIntelligentTieringConfiguration</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketIntelligentTieringConfiguration.html">GetBucketIntelligentTieringConfiguration</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListBucketIntelligentTieringConfigurations.html">ListBucketIntelligentTieringConfigurations</a>
/// </p>
/// </li>
/// </ul>
/// <note>
/// <p>You only need S3 Intelligent-Tiering enabled on a bucket if you want to automatically
/// move objects stored in the S3 Intelligent-Tiering storage class to the
/// Archive Access or Deep Archive Access tier.</p>
/// </note>
///
/// <p class="title">
/// <b>Special Errors</b>
/// </p>
/// <ul>
/// <li>
/// <p class="title">
/// <b>HTTP 400 Bad Request Error</b>
/// </p>
/// <ul>
/// <li>
/// <p>
/// <i>Code:</i> InvalidArgument</p>
/// </li>
/// <li>
/// <p>
/// <i>Cause:</i> Invalid Argument</p>
/// </li>
/// </ul>
/// </li>
/// <li>
/// <p class="title">
/// <b>HTTP 400 Bad Request Error</b>
/// </p>
/// <ul>
/// <li>
/// <p>
/// <i>Code:</i> TooManyConfigurations</p>
/// </li>
/// <li>
/// <p>
/// <i>Cause:</i> You are attempting to create a new configuration
/// but have already reached the 1,000-configuration limit. </p>
/// </li>
/// </ul>
/// </li>
/// <li>
/// <p class="title">
/// <b>HTTP 403 Forbidden Error</b>
/// </p>
/// <ul>
/// <li>
/// <p>
/// <i>Code:</i> AccessDenied</p>
/// </li>
/// <li>
/// <p>
/// <i>Cause:</i> You are not the owner of the specified bucket,
/// or you do not have the <code>s3:PutIntelligentTieringConfiguration</code> bucket
/// permission to set the configuration on the bucket. </p>
/// </li>
/// </ul>
/// </li>
/// </ul>
#[derive(std::fmt::Debug)]
pub struct PutBucketIntelligentTieringConfiguration<
C = aws_smithy_client::erase::DynConnector,
M = aws_hyper::AwsMiddleware,
R = aws_smithy_client::retry::Standard,
> {
handle: std::sync::Arc<super::Handle<C, M, R>>,
inner: crate::input::put_bucket_intelligent_tiering_configuration_input::Builder,
}
impl<C, M, R> PutBucketIntelligentTieringConfiguration<C, M, R>
where
C: aws_smithy_client::bounds::SmithyConnector,
M: aws_smithy_client::bounds::SmithyMiddleware<C>,
R: aws_smithy_client::retry::NewRequestPolicy,
{
/// Creates a new `PutBucketIntelligentTieringConfiguration`.
pub(crate) fn new(handle: std::sync::Arc<super::Handle<C, M, R>>) -> Self {
Self {
handle,
inner: Default::default(),
}
}
/// 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](aws_smithy_types::retry::RetryConfig), which can be
/// set when configuring the client.
pub async fn send(
self,
) -> std::result::Result<
crate::output::PutBucketIntelligentTieringConfigurationOutput,
aws_smithy_http::result::SdkError<
crate::error::PutBucketIntelligentTieringConfigurationError,
>,
>
where
R::Policy: aws_smithy_client::bounds::SmithyRetryPolicy<
crate::input::PutBucketIntelligentTieringConfigurationInputOperationOutputAlias,
crate::output::PutBucketIntelligentTieringConfigurationOutput,
crate::error::PutBucketIntelligentTieringConfigurationError,
crate::input::PutBucketIntelligentTieringConfigurationInputOperationRetryAlias,
>,
{
let input = self.inner.build().map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
let op = input
.make_operation(&self.handle.conf)
.await
.map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
self.handle.client.call(op).await
}
/// <p>The name of the Amazon S3 bucket whose configuration you want to modify or retrieve.</p>
pub fn bucket(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.bucket(inp);
self
}
/// <p>The name of the Amazon S3 bucket whose configuration you want to modify or retrieve.</p>
pub fn set_bucket(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_bucket(input);
self
}
/// <p>The ID used to identify the S3 Intelligent-Tiering configuration.</p>
pub fn id(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.id(inp);
self
}
/// <p>The ID used to identify the S3 Intelligent-Tiering configuration.</p>
pub fn set_id(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_id(input);
self
}
/// <p>Container for S3 Intelligent-Tiering configuration.</p>
pub fn intelligent_tiering_configuration(
mut self,
inp: crate::model::IntelligentTieringConfiguration,
) -> Self {
self.inner = self.inner.intelligent_tiering_configuration(inp);
self
}
/// <p>Container for S3 Intelligent-Tiering configuration.</p>
pub fn set_intelligent_tiering_configuration(
mut self,
input: std::option::Option<crate::model::IntelligentTieringConfiguration>,
) -> Self {
self.inner = self.inner.set_intelligent_tiering_configuration(input);
self
}
}
/// Fluent builder constructing a request to `PutBucketInventoryConfiguration`.
///
/// <p>This implementation of the <code>PUT</code> action adds an inventory configuration
/// (identified by the inventory ID) to the bucket. You can have up to 1,000 inventory
/// configurations per bucket. </p>
/// <p>Amazon S3 inventory generates inventories of the objects in the bucket on a daily or weekly
/// basis, and the results are published to a flat file. The bucket that is inventoried is
/// called the <i>source</i> bucket, and the bucket where the inventory flat file
/// is stored is called the <i>destination</i> bucket. The
/// <i>destination</i> bucket must be in the same Amazon Web Services Region as the
/// <i>source</i> bucket. </p>
/// <p>When you configure an inventory for a <i>source</i> bucket, you specify
/// the <i>destination</i> bucket where you want the inventory to be stored, and
/// whether to generate the inventory daily or weekly. You can also configure what object
/// metadata to include and whether to inventory all object versions or only current versions.
/// For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/storage-inventory.html">Amazon S3
/// Inventory</a> in the Amazon S3 User Guide.</p>
/// <important>
/// <p>You must create a bucket policy on the <i>destination</i> bucket to
/// grant permissions to Amazon S3 to write objects to the bucket in the defined location. For an
/// example policy, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/example-bucket-policies.html#example-bucket-policies-use-case-9">
/// Granting Permissions for Amazon S3 Inventory and Storage Class Analysis</a>.</p>
/// </important>
/// <p>To use this operation, you must have permissions to perform the
/// <code>s3:PutInventoryConfiguration</code> action. The bucket owner has this permission
/// by default and can grant this permission to others. For more information about permissions,
/// see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-with-s3-actions.html#using-with-s3-actions-related-to-bucket-subresources">Permissions Related to Bucket Subresource Operations</a> and <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-access-control.html">Managing Access Permissions to Your Amazon S3
/// Resources</a> in the Amazon S3 User Guide.</p>
///
/// <p class="title">
/// <b>Special Errors</b>
/// </p>
/// <ul>
/// <li>
/// <p class="title">
/// <b>HTTP 400 Bad Request Error</b>
/// </p>
/// <ul>
/// <li>
/// <p>
/// <i>Code:</i> InvalidArgument</p>
/// </li>
/// <li>
/// <p>
/// <i>Cause:</i> Invalid Argument</p>
/// </li>
/// </ul>
/// </li>
/// <li>
/// <p class="title">
/// <b>HTTP 400 Bad Request Error</b>
/// </p>
/// <ul>
/// <li>
/// <p>
/// <i>Code:</i> TooManyConfigurations</p>
/// </li>
/// <li>
/// <p>
/// <i>Cause:</i> You are attempting to create a new configuration
/// but have already reached the 1,000-configuration limit. </p>
/// </li>
/// </ul>
/// </li>
/// <li>
/// <p class="title">
/// <b>HTTP 403 Forbidden Error</b>
/// </p>
/// <ul>
/// <li>
/// <p>
/// <i>Code:</i> AccessDenied</p>
/// </li>
/// <li>
/// <p>
/// <i>Cause:</i> You are not the owner of the specified bucket,
/// or you do not have the <code>s3:PutInventoryConfiguration</code> bucket
/// permission to set the configuration on the bucket. </p>
/// </li>
/// </ul>
/// </li>
/// </ul>
///
/// <p class="title">
/// <b>Related Resources</b>
/// </p>
/// <ul>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketInventoryConfiguration.html">GetBucketInventoryConfiguration</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteBucketInventoryConfiguration.html">DeleteBucketInventoryConfiguration</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListBucketInventoryConfigurations.html">ListBucketInventoryConfigurations</a>
/// </p>
/// </li>
/// </ul>
#[derive(std::fmt::Debug)]
pub struct PutBucketInventoryConfiguration<
C = aws_smithy_client::erase::DynConnector,
M = aws_hyper::AwsMiddleware,
R = aws_smithy_client::retry::Standard,
> {
handle: std::sync::Arc<super::Handle<C, M, R>>,
inner: crate::input::put_bucket_inventory_configuration_input::Builder,
}
impl<C, M, R> PutBucketInventoryConfiguration<C, M, R>
where
C: aws_smithy_client::bounds::SmithyConnector,
M: aws_smithy_client::bounds::SmithyMiddleware<C>,
R: aws_smithy_client::retry::NewRequestPolicy,
{
/// Creates a new `PutBucketInventoryConfiguration`.
pub(crate) fn new(handle: std::sync::Arc<super::Handle<C, M, R>>) -> Self {
Self {
handle,
inner: Default::default(),
}
}
/// 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](aws_smithy_types::retry::RetryConfig), which can be
/// set when configuring the client.
pub async fn send(
self,
) -> std::result::Result<
crate::output::PutBucketInventoryConfigurationOutput,
aws_smithy_http::result::SdkError<crate::error::PutBucketInventoryConfigurationError>,
>
where
R::Policy: aws_smithy_client::bounds::SmithyRetryPolicy<
crate::input::PutBucketInventoryConfigurationInputOperationOutputAlias,
crate::output::PutBucketInventoryConfigurationOutput,
crate::error::PutBucketInventoryConfigurationError,
crate::input::PutBucketInventoryConfigurationInputOperationRetryAlias,
>,
{
let input = self.inner.build().map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
let op = input
.make_operation(&self.handle.conf)
.await
.map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
self.handle.client.call(op).await
}
/// <p>The name of the bucket where the inventory configuration will be stored.</p>
pub fn bucket(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.bucket(inp);
self
}
/// <p>The name of the bucket where the inventory configuration will be stored.</p>
pub fn set_bucket(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_bucket(input);
self
}
/// <p>The ID used to identify the inventory configuration.</p>
pub fn id(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.id(inp);
self
}
/// <p>The ID used to identify the inventory configuration.</p>
pub fn set_id(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_id(input);
self
}
/// <p>Specifies the inventory configuration.</p>
pub fn inventory_configuration(
mut self,
inp: crate::model::InventoryConfiguration,
) -> Self {
self.inner = self.inner.inventory_configuration(inp);
self
}
/// <p>Specifies the inventory configuration.</p>
pub fn set_inventory_configuration(
mut self,
input: std::option::Option<crate::model::InventoryConfiguration>,
) -> Self {
self.inner = self.inner.set_inventory_configuration(input);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn expected_bucket_owner(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.expected_bucket_owner(inp);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn set_expected_bucket_owner(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_expected_bucket_owner(input);
self
}
}
/// Fluent builder constructing a request to `PutBucketLifecycleConfiguration`.
///
/// <p>Creates a new lifecycle configuration for the bucket or replaces an existing lifecycle
/// configuration. For information about lifecycle configuration, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-lifecycle-mgmt.html">Managing your storage
/// lifecycle</a>.</p>
///
/// <note>
/// <p>Bucket lifecycle configuration now supports specifying a lifecycle rule using an
/// object key name prefix, one or more object tags, or a combination of both. Accordingly,
/// this section describes the latest API. The previous version of the API supported
/// filtering based only on an object key name prefix, which is supported for backward
/// compatibility. For the related API description, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketLifecycle.html">PutBucketLifecycle</a>.</p>
/// </note>
///
///
///
/// <p>
/// <b>Rules</b>
/// </p>
/// <p>You specify the lifecycle configuration in your request body. The lifecycle
/// configuration is specified as XML consisting of one or more rules. Each rule consists of
/// the following:</p>
///
/// <ul>
/// <li>
/// <p>Filter identifying a subset of objects to which the rule applies. The filter can
/// be based on a key name prefix, object tags, or a combination of both.</p>
/// </li>
/// <li>
/// <p>Status whether the rule is in effect.</p>
/// </li>
/// <li>
/// <p>One or more lifecycle transition and expiration actions that you want Amazon S3 to
/// perform on the objects identified by the filter. If the state of your bucket is
/// versioning-enabled or versioning-suspended, you can have many versions of the same
/// object (one current version and zero or more noncurrent versions). Amazon S3 provides
/// predefined actions that you can specify for current and noncurrent object
/// versions.</p>
/// </li>
/// </ul>
///
/// <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lifecycle-mgmt.html">Object
/// Lifecycle Management</a> and <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/intro-lifecycle-rules.html">Lifecycle Configuration Elements</a>.</p>
///
///
/// <p>
/// <b>Permissions</b>
/// </p>
///
///
/// <p>By default, all Amazon S3 resources are private, including buckets, objects, and related
/// subresources (for example, lifecycle configuration and website configuration). Only the
/// resource owner (that is, the Amazon Web Services account that created it) can access the resource. The
/// resource owner can optionally grant access permissions to others by writing an access
/// policy. For this operation, a user must get the s3:PutLifecycleConfiguration
/// permission.</p>
///
/// <p>You can also explicitly deny permissions. Explicit deny also supersedes any other
/// permissions. If you want to block users or accounts from removing or deleting objects from
/// your bucket, you must deny them permissions for the following actions:</p>
///
/// <ul>
/// <li>
/// <p>s3:DeleteObject</p>
/// </li>
/// <li>
/// <p>s3:DeleteObjectVersion</p>
/// </li>
/// <li>
/// <p>s3:PutLifecycleConfiguration</p>
/// </li>
/// </ul>
///
///
/// <p>For more information about permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-access-control.html">Managing Access Permissions to Your Amazon S3
/// Resources</a>.</p>
///
/// <p>The following are related to <code>PutBucketLifecycleConfiguration</code>:</p>
/// <ul>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/lifecycle-configuration-examples.html">Examples of
/// Lifecycle Configuration</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketLifecycleConfiguration.html">GetBucketLifecycleConfiguration</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteBucketLifecycle.html">DeleteBucketLifecycle</a>
/// </p>
/// </li>
/// </ul>
#[derive(std::fmt::Debug)]
pub struct PutBucketLifecycleConfiguration<
C = aws_smithy_client::erase::DynConnector,
M = aws_hyper::AwsMiddleware,
R = aws_smithy_client::retry::Standard,
> {
handle: std::sync::Arc<super::Handle<C, M, R>>,
inner: crate::input::put_bucket_lifecycle_configuration_input::Builder,
}
impl<C, M, R> PutBucketLifecycleConfiguration<C, M, R>
where
C: aws_smithy_client::bounds::SmithyConnector,
M: aws_smithy_client::bounds::SmithyMiddleware<C>,
R: aws_smithy_client::retry::NewRequestPolicy,
{
/// Creates a new `PutBucketLifecycleConfiguration`.
pub(crate) fn new(handle: std::sync::Arc<super::Handle<C, M, R>>) -> Self {
Self {
handle,
inner: Default::default(),
}
}
/// 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](aws_smithy_types::retry::RetryConfig), which can be
/// set when configuring the client.
pub async fn send(
self,
) -> std::result::Result<
crate::output::PutBucketLifecycleConfigurationOutput,
aws_smithy_http::result::SdkError<crate::error::PutBucketLifecycleConfigurationError>,
>
where
R::Policy: aws_smithy_client::bounds::SmithyRetryPolicy<
crate::input::PutBucketLifecycleConfigurationInputOperationOutputAlias,
crate::output::PutBucketLifecycleConfigurationOutput,
crate::error::PutBucketLifecycleConfigurationError,
crate::input::PutBucketLifecycleConfigurationInputOperationRetryAlias,
>,
{
let input = self.inner.build().map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
let op = input
.make_operation(&self.handle.conf)
.await
.map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
self.handle.client.call(op).await
}
/// <p>The name of the bucket for which to set the configuration.</p>
pub fn bucket(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.bucket(inp);
self
}
/// <p>The name of the bucket for which to set the configuration.</p>
pub fn set_bucket(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_bucket(input);
self
}
/// <p>Container for lifecycle rules. You can add as many as 1,000 rules.</p>
pub fn lifecycle_configuration(
mut self,
inp: crate::model::BucketLifecycleConfiguration,
) -> Self {
self.inner = self.inner.lifecycle_configuration(inp);
self
}
/// <p>Container for lifecycle rules. You can add as many as 1,000 rules.</p>
pub fn set_lifecycle_configuration(
mut self,
input: std::option::Option<crate::model::BucketLifecycleConfiguration>,
) -> Self {
self.inner = self.inner.set_lifecycle_configuration(input);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn expected_bucket_owner(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.expected_bucket_owner(inp);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn set_expected_bucket_owner(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_expected_bucket_owner(input);
self
}
}
/// Fluent builder constructing a request to `PutBucketLogging`.
///
/// <p>Set the logging parameters for a bucket and to specify permissions for who can view and
/// modify the logging parameters. All logs are saved to buckets in the same Amazon Web Services Region as the
/// source bucket. To set the logging status of a bucket, you must be the bucket owner.</p>
///
/// <p>The bucket owner is automatically granted FULL_CONTROL to all logs. You use the
/// <code>Grantee</code> request element to grant access to other people. The
/// <code>Permissions</code> request element specifies the kind of access the grantee has to
/// the logs.</p>
///
/// <p>
/// <b>Grantee Values</b>
/// </p>
/// <p>You can specify the person (grantee) to whom you're assigning access rights (using
/// request elements) in the following ways:</p>
///
/// <ul>
/// <li>
/// <p>By the person's ID:</p>
/// <p>
/// <code><Grantee xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
/// xsi:type="CanonicalUser"><ID><>ID<></ID><DisplayName><>GranteesEmail<></DisplayName>
/// </Grantee></code>
/// </p>
/// <p>DisplayName is optional and ignored in the request.</p>
/// </li>
/// <li>
/// <p>By Email address:</p>
/// <p>
/// <code> <Grantee xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
/// xsi:type="AmazonCustomerByEmail"><EmailAddress><>Grantees@email.com<></EmailAddress></Grantee></code>
/// </p>
/// <p>The grantee is resolved to the CanonicalUser and, in a response to a GET Object
/// acl request, appears as the CanonicalUser.</p>
/// </li>
/// <li>
/// <p>By URI:</p>
/// <p>
/// <code><Grantee xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
/// xsi:type="Group"><URI><>http://acs.amazonaws.com/groups/global/AuthenticatedUsers<></URI></Grantee></code>
/// </p>
/// </li>
/// </ul>
///
///
/// <p>To enable logging, you use LoggingEnabled and its children request elements. To disable
/// logging, you use an empty BucketLoggingStatus request element:</p>
///
/// <p>
/// <code><BucketLoggingStatus xmlns="http://doc.s3.amazonaws.com/2006-03-01"
/// /></code>
/// </p>
///
/// <p>For more information about server access logging, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ServerLogs.html">Server Access Logging</a>. </p>
///
/// <p>For more information about creating a bucket, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_CreateBucket.html">CreateBucket</a>. For more
/// information about returning the logging status of a bucket, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketLogging.html">GetBucketLogging</a>.</p>
///
/// <p>The following operations are related to <code>PutBucketLogging</code>:</p>
/// <ul>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutObject.html">PutObject</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteBucket.html">DeleteBucket</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_CreateBucket.html">CreateBucket</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketLogging.html">GetBucketLogging</a>
/// </p>
/// </li>
/// </ul>
#[derive(std::fmt::Debug)]
pub struct PutBucketLogging<
C = aws_smithy_client::erase::DynConnector,
M = aws_hyper::AwsMiddleware,
R = aws_smithy_client::retry::Standard,
> {
handle: std::sync::Arc<super::Handle<C, M, R>>,
inner: crate::input::put_bucket_logging_input::Builder,
}
impl<C, M, R> PutBucketLogging<C, M, R>
where
C: aws_smithy_client::bounds::SmithyConnector,
M: aws_smithy_client::bounds::SmithyMiddleware<C>,
R: aws_smithy_client::retry::NewRequestPolicy,
{
/// Creates a new `PutBucketLogging`.
pub(crate) fn new(handle: std::sync::Arc<super::Handle<C, M, R>>) -> Self {
Self {
handle,
inner: Default::default(),
}
}
/// 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](aws_smithy_types::retry::RetryConfig), which can be
/// set when configuring the client.
pub async fn send(
self,
) -> std::result::Result<
crate::output::PutBucketLoggingOutput,
aws_smithy_http::result::SdkError<crate::error::PutBucketLoggingError>,
>
where
R::Policy: aws_smithy_client::bounds::SmithyRetryPolicy<
crate::input::PutBucketLoggingInputOperationOutputAlias,
crate::output::PutBucketLoggingOutput,
crate::error::PutBucketLoggingError,
crate::input::PutBucketLoggingInputOperationRetryAlias,
>,
{
let input = self.inner.build().map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
let op = input
.make_operation(&self.handle.conf)
.await
.map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
self.handle.client.call(op).await
}
/// <p>The name of the bucket for which to set the logging parameters.</p>
pub fn bucket(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.bucket(inp);
self
}
/// <p>The name of the bucket for which to set the logging parameters.</p>
pub fn set_bucket(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_bucket(input);
self
}
/// <p>Container for logging status information.</p>
pub fn bucket_logging_status(mut self, inp: crate::model::BucketLoggingStatus) -> Self {
self.inner = self.inner.bucket_logging_status(inp);
self
}
/// <p>Container for logging status information.</p>
pub fn set_bucket_logging_status(
mut self,
input: std::option::Option<crate::model::BucketLoggingStatus>,
) -> Self {
self.inner = self.inner.set_bucket_logging_status(input);
self
}
/// <p>The MD5 hash of the <code>PutBucketLogging</code> request body.</p>
/// <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
pub fn content_md5(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.content_md5(inp);
self
}
/// <p>The MD5 hash of the <code>PutBucketLogging</code> request body.</p>
/// <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
pub fn set_content_md5(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_content_md5(input);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn expected_bucket_owner(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.expected_bucket_owner(inp);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn set_expected_bucket_owner(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_expected_bucket_owner(input);
self
}
}
/// Fluent builder constructing a request to `PutBucketMetricsConfiguration`.
///
/// <p>Sets a metrics configuration (specified by the metrics configuration ID) for the bucket.
/// You can have up to 1,000 metrics configurations per bucket. If you're updating an existing
/// metrics configuration, note that this is a full replacement of the existing metrics
/// configuration. If you don't include the elements you want to keep, they are erased.</p>
///
/// <p>To use this operation, you must have permissions to perform the
/// <code>s3:PutMetricsConfiguration</code> action. The bucket owner has this permission by
/// default. The bucket owner can grant this permission to others. For more information about
/// permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-with-s3-actions.html#using-with-s3-actions-related-to-bucket-subresources">Permissions Related to Bucket Subresource Operations</a> and <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-access-control.html">Managing Access Permissions to Your Amazon S3
/// Resources</a>.</p>
///
/// <p>For information about CloudWatch request metrics for Amazon S3, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/cloudwatch-monitoring.html">Monitoring Metrics with Amazon
/// CloudWatch</a>.</p>
///
/// <p>The following operations are related to
/// <code>PutBucketMetricsConfiguration</code>:</p>
/// <ul>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteBucketMetricsConfiguration.html">DeleteBucketMetricsConfiguration</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketMetricsConfiguration.html">GetBucketMetricsConfiguration</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListBucketMetricsConfigurations.html">ListBucketMetricsConfigurations</a>
/// </p>
/// </li>
/// </ul>
///
/// <p>
/// <code>GetBucketLifecycle</code> has the following special error:</p>
/// <ul>
/// <li>
/// <p>Error code: <code>TooManyConfigurations</code>
/// </p>
/// <ul>
/// <li>
/// <p>Description: You are attempting to create a new configuration but have
/// already reached the 1,000-configuration limit.</p>
/// </li>
/// <li>
/// <p>HTTP Status Code: HTTP 400 Bad Request</p>
/// </li>
/// </ul>
/// </li>
/// </ul>
#[derive(std::fmt::Debug)]
pub struct PutBucketMetricsConfiguration<
C = aws_smithy_client::erase::DynConnector,
M = aws_hyper::AwsMiddleware,
R = aws_smithy_client::retry::Standard,
> {
handle: std::sync::Arc<super::Handle<C, M, R>>,
inner: crate::input::put_bucket_metrics_configuration_input::Builder,
}
impl<C, M, R> PutBucketMetricsConfiguration<C, M, R>
where
C: aws_smithy_client::bounds::SmithyConnector,
M: aws_smithy_client::bounds::SmithyMiddleware<C>,
R: aws_smithy_client::retry::NewRequestPolicy,
{
/// Creates a new `PutBucketMetricsConfiguration`.
pub(crate) fn new(handle: std::sync::Arc<super::Handle<C, M, R>>) -> Self {
Self {
handle,
inner: Default::default(),
}
}
/// 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](aws_smithy_types::retry::RetryConfig), which can be
/// set when configuring the client.
pub async fn send(
self,
) -> std::result::Result<
crate::output::PutBucketMetricsConfigurationOutput,
aws_smithy_http::result::SdkError<crate::error::PutBucketMetricsConfigurationError>,
>
where
R::Policy: aws_smithy_client::bounds::SmithyRetryPolicy<
crate::input::PutBucketMetricsConfigurationInputOperationOutputAlias,
crate::output::PutBucketMetricsConfigurationOutput,
crate::error::PutBucketMetricsConfigurationError,
crate::input::PutBucketMetricsConfigurationInputOperationRetryAlias,
>,
{
let input = self.inner.build().map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
let op = input
.make_operation(&self.handle.conf)
.await
.map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
self.handle.client.call(op).await
}
/// <p>The name of the bucket for which the metrics configuration is set.</p>
pub fn bucket(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.bucket(inp);
self
}
/// <p>The name of the bucket for which the metrics configuration is set.</p>
pub fn set_bucket(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_bucket(input);
self
}
/// <p>The ID used to identify the metrics configuration.</p>
pub fn id(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.id(inp);
self
}
/// <p>The ID used to identify the metrics configuration.</p>
pub fn set_id(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_id(input);
self
}
/// <p>Specifies the metrics configuration.</p>
pub fn metrics_configuration(mut self, inp: crate::model::MetricsConfiguration) -> Self {
self.inner = self.inner.metrics_configuration(inp);
self
}
/// <p>Specifies the metrics configuration.</p>
pub fn set_metrics_configuration(
mut self,
input: std::option::Option<crate::model::MetricsConfiguration>,
) -> Self {
self.inner = self.inner.set_metrics_configuration(input);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn expected_bucket_owner(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.expected_bucket_owner(inp);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn set_expected_bucket_owner(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_expected_bucket_owner(input);
self
}
}
/// Fluent builder constructing a request to `PutBucketNotificationConfiguration`.
///
/// <p>Enables notifications of specified events for a bucket. For more information about event
/// notifications, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/NotificationHowTo.html">Configuring Event
/// Notifications</a>.</p>
///
/// <p>Using this API, you can replace an existing notification configuration. The
/// configuration is an XML file that defines the event types that you want Amazon S3 to publish and
/// the destination where you want Amazon S3 to publish an event notification when it detects an
/// event of the specified type.</p>
///
/// <p>By default, your bucket has no event notifications configured. That is, the notification
/// configuration will be an empty <code>NotificationConfiguration</code>.</p>
///
/// <p>
/// <code><NotificationConfiguration></code>
/// </p>
/// <p>
/// <code></NotificationConfiguration></code>
/// </p>
/// <p>This action replaces the existing notification configuration with the configuration
/// you include in the request body.</p>
///
/// <p>After Amazon S3 receives this request, it first verifies that any Amazon Simple Notification
/// Service (Amazon SNS) or Amazon Simple Queue Service (Amazon SQS) destination exists, and
/// that the bucket owner has permission to publish to it by sending a test notification. In
/// the case of Lambda destinations, Amazon S3 verifies that the Lambda function permissions
/// grant Amazon S3 permission to invoke the function from the Amazon S3 bucket. For more information,
/// see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/NotificationHowTo.html">Configuring Notifications for Amazon S3
/// Events</a>.</p>
///
/// <p>You can disable notifications by adding the empty NotificationConfiguration
/// element.</p>
///
/// <p>By default, only the bucket owner can configure notifications on a bucket. However,
/// bucket owners can use a bucket policy to grant permission to other users to set this
/// configuration with <code>s3:PutBucketNotification</code> permission.</p>
///
/// <note>
/// <p>The PUT notification is an atomic operation. For example, suppose your notification
/// configuration includes SNS topic, SQS queue, and Lambda function configurations. When
/// you send a PUT request with this configuration, Amazon S3 sends test messages to your SNS
/// topic. If the message fails, the entire PUT action will fail, and Amazon S3 will not add
/// the configuration to your bucket.</p>
/// </note>
///
/// <p>
/// <b>Responses</b>
/// </p>
/// <p>If the configuration in the request body includes only one
/// <code>TopicConfiguration</code> specifying only the
/// <code>s3:ReducedRedundancyLostObject</code> event type, the response will also include
/// the <code>x-amz-sns-test-message-id</code> header containing the message ID of the test
/// notification sent to the topic.</p>
///
/// <p>The following action is related to
/// <code>PutBucketNotificationConfiguration</code>:</p>
/// <ul>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketNotificationConfiguration.html">GetBucketNotificationConfiguration</a>
/// </p>
/// </li>
/// </ul>
#[derive(std::fmt::Debug)]
pub struct PutBucketNotificationConfiguration<
C = aws_smithy_client::erase::DynConnector,
M = aws_hyper::AwsMiddleware,
R = aws_smithy_client::retry::Standard,
> {
handle: std::sync::Arc<super::Handle<C, M, R>>,
inner: crate::input::put_bucket_notification_configuration_input::Builder,
}
impl<C, M, R> PutBucketNotificationConfiguration<C, M, R>
where
C: aws_smithy_client::bounds::SmithyConnector,
M: aws_smithy_client::bounds::SmithyMiddleware<C>,
R: aws_smithy_client::retry::NewRequestPolicy,
{
/// Creates a new `PutBucketNotificationConfiguration`.
pub(crate) fn new(handle: std::sync::Arc<super::Handle<C, M, R>>) -> Self {
Self {
handle,
inner: Default::default(),
}
}
/// 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](aws_smithy_types::retry::RetryConfig), which can be
/// set when configuring the client.
pub async fn send(
self,
) -> std::result::Result<
crate::output::PutBucketNotificationConfigurationOutput,
aws_smithy_http::result::SdkError<
crate::error::PutBucketNotificationConfigurationError,
>,
>
where
R::Policy: aws_smithy_client::bounds::SmithyRetryPolicy<
crate::input::PutBucketNotificationConfigurationInputOperationOutputAlias,
crate::output::PutBucketNotificationConfigurationOutput,
crate::error::PutBucketNotificationConfigurationError,
crate::input::PutBucketNotificationConfigurationInputOperationRetryAlias,
>,
{
let input = self.inner.build().map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
let op = input
.make_operation(&self.handle.conf)
.await
.map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
self.handle.client.call(op).await
}
/// <p>The name of the bucket.</p>
pub fn bucket(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.bucket(inp);
self
}
/// <p>The name of the bucket.</p>
pub fn set_bucket(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_bucket(input);
self
}
/// <p>A container for specifying the notification configuration of the bucket. If this element
/// is empty, notifications are turned off for the bucket.</p>
pub fn notification_configuration(
mut self,
inp: crate::model::NotificationConfiguration,
) -> Self {
self.inner = self.inner.notification_configuration(inp);
self
}
/// <p>A container for specifying the notification configuration of the bucket. If this element
/// is empty, notifications are turned off for the bucket.</p>
pub fn set_notification_configuration(
mut self,
input: std::option::Option<crate::model::NotificationConfiguration>,
) -> Self {
self.inner = self.inner.set_notification_configuration(input);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn expected_bucket_owner(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.expected_bucket_owner(inp);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn set_expected_bucket_owner(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_expected_bucket_owner(input);
self
}
}
/// Fluent builder constructing a request to `PutBucketOwnershipControls`.
///
/// <p>Creates or modifies <code>OwnershipControls</code> for an Amazon S3 bucket. To use this
/// operation, you must have the <code>s3:PutBucketOwnershipControls</code> permission. For
/// more information about Amazon S3 permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/using-with-s3-actions.html">Specifying Permissions in a Policy</a>. </p>
/// <p>For information about Amazon S3 Object Ownership, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/about-object-ownership.html">Using Object Ownership</a>. </p>
/// <p>The following operations are related to <code>PutBucketOwnershipControls</code>:</p>
/// <ul>
/// <li>
/// <p>
/// <a>GetBucketOwnershipControls</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a>DeleteBucketOwnershipControls</a>
/// </p>
/// </li>
/// </ul>
#[derive(std::fmt::Debug)]
pub struct PutBucketOwnershipControls<
C = aws_smithy_client::erase::DynConnector,
M = aws_hyper::AwsMiddleware,
R = aws_smithy_client::retry::Standard,
> {
handle: std::sync::Arc<super::Handle<C, M, R>>,
inner: crate::input::put_bucket_ownership_controls_input::Builder,
}
impl<C, M, R> PutBucketOwnershipControls<C, M, R>
where
C: aws_smithy_client::bounds::SmithyConnector,
M: aws_smithy_client::bounds::SmithyMiddleware<C>,
R: aws_smithy_client::retry::NewRequestPolicy,
{
/// Creates a new `PutBucketOwnershipControls`.
pub(crate) fn new(handle: std::sync::Arc<super::Handle<C, M, R>>) -> Self {
Self {
handle,
inner: Default::default(),
}
}
/// 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](aws_smithy_types::retry::RetryConfig), which can be
/// set when configuring the client.
pub async fn send(
self,
) -> std::result::Result<
crate::output::PutBucketOwnershipControlsOutput,
aws_smithy_http::result::SdkError<crate::error::PutBucketOwnershipControlsError>,
>
where
R::Policy: aws_smithy_client::bounds::SmithyRetryPolicy<
crate::input::PutBucketOwnershipControlsInputOperationOutputAlias,
crate::output::PutBucketOwnershipControlsOutput,
crate::error::PutBucketOwnershipControlsError,
crate::input::PutBucketOwnershipControlsInputOperationRetryAlias,
>,
{
let input = self.inner.build().map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
let op = input
.make_operation(&self.handle.conf)
.await
.map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
self.handle.client.call(op).await
}
/// <p>The name of the Amazon S3 bucket whose <code>OwnershipControls</code> you want to set.</p>
pub fn bucket(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.bucket(inp);
self
}
/// <p>The name of the Amazon S3 bucket whose <code>OwnershipControls</code> you want to set.</p>
pub fn set_bucket(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_bucket(input);
self
}
/// <p>The MD5 hash of the <code>OwnershipControls</code> request body. </p>
/// <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
pub fn content_md5(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.content_md5(inp);
self
}
/// <p>The MD5 hash of the <code>OwnershipControls</code> request body. </p>
/// <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
pub fn set_content_md5(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_content_md5(input);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn expected_bucket_owner(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.expected_bucket_owner(inp);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn set_expected_bucket_owner(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_expected_bucket_owner(input);
self
}
/// <p>The <code>OwnershipControls</code> (BucketOwnerPreferred or ObjectWriter) that you want
/// to apply to this Amazon S3 bucket.</p>
pub fn ownership_controls(mut self, inp: crate::model::OwnershipControls) -> Self {
self.inner = self.inner.ownership_controls(inp);
self
}
/// <p>The <code>OwnershipControls</code> (BucketOwnerPreferred or ObjectWriter) that you want
/// to apply to this Amazon S3 bucket.</p>
pub fn set_ownership_controls(
mut self,
input: std::option::Option<crate::model::OwnershipControls>,
) -> Self {
self.inner = self.inner.set_ownership_controls(input);
self
}
}
/// Fluent builder constructing a request to `PutBucketPolicy`.
///
/// <p>Applies an Amazon S3 bucket policy to an Amazon S3 bucket. If you are using an identity other than
/// the root user of the Amazon Web Services account that owns the bucket, the calling identity must have the
/// <code>PutBucketPolicy</code> permissions on the specified bucket and belong to the
/// bucket owner's account in order to use this operation.</p>
///
/// <p>If you don't have <code>PutBucketPolicy</code> permissions, Amazon S3 returns a <code>403
/// Access Denied</code> error. If you have the correct permissions, but you're not using an
/// identity that belongs to the bucket owner's account, Amazon S3 returns a <code>405 Method Not
/// Allowed</code> error.</p>
///
/// <important>
/// <p> As a security precaution, the root user of the Amazon Web Services account that owns a bucket can
/// always use this operation, even if the policy explicitly denies the root user the
/// ability to perform this action. </p>
/// </important>
/// <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/example-bucket-policies.html">Bucket policy examples</a>.</p>
///
/// <p>The following operations are related to <code>PutBucketPolicy</code>:</p>
/// <ul>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_CreateBucket.html">CreateBucket</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteBucket.html">DeleteBucket</a>
/// </p>
/// </li>
/// </ul>
#[derive(std::fmt::Debug)]
pub struct PutBucketPolicy<
C = aws_smithy_client::erase::DynConnector,
M = aws_hyper::AwsMiddleware,
R = aws_smithy_client::retry::Standard,
> {
handle: std::sync::Arc<super::Handle<C, M, R>>,
inner: crate::input::put_bucket_policy_input::Builder,
}
impl<C, M, R> PutBucketPolicy<C, M, R>
where
C: aws_smithy_client::bounds::SmithyConnector,
M: aws_smithy_client::bounds::SmithyMiddleware<C>,
R: aws_smithy_client::retry::NewRequestPolicy,
{
/// Creates a new `PutBucketPolicy`.
pub(crate) fn new(handle: std::sync::Arc<super::Handle<C, M, R>>) -> Self {
Self {
handle,
inner: Default::default(),
}
}
/// 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](aws_smithy_types::retry::RetryConfig), which can be
/// set when configuring the client.
pub async fn send(
self,
) -> std::result::Result<
crate::output::PutBucketPolicyOutput,
aws_smithy_http::result::SdkError<crate::error::PutBucketPolicyError>,
>
where
R::Policy: aws_smithy_client::bounds::SmithyRetryPolicy<
crate::input::PutBucketPolicyInputOperationOutputAlias,
crate::output::PutBucketPolicyOutput,
crate::error::PutBucketPolicyError,
crate::input::PutBucketPolicyInputOperationRetryAlias,
>,
{
let input = self.inner.build().map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
let op = input
.make_operation(&self.handle.conf)
.await
.map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
self.handle.client.call(op).await
}
/// <p>The name of the bucket.</p>
pub fn bucket(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.bucket(inp);
self
}
/// <p>The name of the bucket.</p>
pub fn set_bucket(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_bucket(input);
self
}
/// <p>The MD5 hash of the request body.</p>
/// <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
pub fn content_md5(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.content_md5(inp);
self
}
/// <p>The MD5 hash of the request body.</p>
/// <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
pub fn set_content_md5(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_content_md5(input);
self
}
/// <p>Set this parameter to true to confirm that you want to remove your permissions to change
/// this bucket policy in the future.</p>
pub fn confirm_remove_self_bucket_access(mut self, inp: bool) -> Self {
self.inner = self.inner.confirm_remove_self_bucket_access(inp);
self
}
/// <p>Set this parameter to true to confirm that you want to remove your permissions to change
/// this bucket policy in the future.</p>
pub fn set_confirm_remove_self_bucket_access(
mut self,
input: std::option::Option<bool>,
) -> Self {
self.inner = self.inner.set_confirm_remove_self_bucket_access(input);
self
}
/// <p>The bucket policy as a JSON document.</p>
pub fn policy(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.policy(inp);
self
}
/// <p>The bucket policy as a JSON document.</p>
pub fn set_policy(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_policy(input);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn expected_bucket_owner(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.expected_bucket_owner(inp);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn set_expected_bucket_owner(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_expected_bucket_owner(input);
self
}
}
/// Fluent builder constructing a request to `PutBucketReplication`.
///
/// <p> Creates a replication configuration or replaces an existing one. For more information,
/// see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/replication.html">Replication</a> in the <i>Amazon S3 User Guide</i>. </p>
///
/// <p>Specify the replication configuration in the request body. In the replication
/// configuration, you provide the name of the destination bucket or buckets where you want
/// Amazon S3 to replicate objects, the IAM role that Amazon S3 can assume to replicate objects on your
/// behalf, and other relevant information.</p>
///
///
/// <p>A replication configuration must include at least one rule, and can contain a maximum of
/// 1,000. Each rule identifies a subset of objects to replicate by filtering the objects in
/// the source bucket. To choose additional subsets of objects to replicate, add a rule for
/// each subset.</p>
///
/// <p>To specify a subset of the objects in the source bucket to apply a replication rule to,
/// add the Filter element as a child of the Rule element. You can filter objects based on an
/// object key prefix, one or more object tags, or both. When you add the Filter element in the
/// configuration, you must also add the following elements:
/// <code>DeleteMarkerReplication</code>, <code>Status</code>, and
/// <code>Priority</code>.</p>
/// <note>
/// <p>If you are using an earlier version of the replication configuration, Amazon S3 handles
/// replication of delete markers differently. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/replication-add-config.html#replication-backward-compat-considerations">Backward Compatibility</a>.</p>
/// </note>
/// <p>For information about enabling versioning on a bucket, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/Versioning.html">Using Versioning</a>.</p>
///
/// <p>
/// <b>Handling Replication of Encrypted Objects</b>
/// </p>
/// <p>By default, Amazon S3 doesn't replicate objects that are stored at rest using server-side
/// encryption with KMS keys. To replicate Amazon Web Services KMS-encrypted objects, add the
/// following: <code>SourceSelectionCriteria</code>, <code>SseKmsEncryptedObjects</code>,
/// <code>Status</code>, <code>EncryptionConfiguration</code>, and
/// <code>ReplicaKmsKeyID</code>. For information about replication configuration, see
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/replication-config-for-kms-objects.html">Replicating Objects
/// Created with SSE Using KMS keys</a>.</p>
///
/// <p>For information on <code>PutBucketReplication</code> errors, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/ErrorResponses.html#ReplicationErrorCodeList">List of
/// replication-related error codes</a>
/// </p>
///
/// <p>
/// <b>Permissions</b>
/// </p>
/// <p>To create a <code>PutBucketReplication</code> request, you must have <code>s3:PutReplicationConfiguration</code>
/// permissions for the bucket.
/// </p>
/// <p>By default, a resource owner, in this case the Amazon Web Services account that created the bucket, can
/// perform this operation. The resource owner can also grant others permissions to perform the
/// operation. For more information about permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/using-with-s3-actions.html">Specifying Permissions in a Policy</a>
/// and <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-access-control.html">Managing Access Permissions to Your
/// Amazon S3 Resources</a>.</p>
/// <note>
/// <p>To perform this operation, the user or role performing the action must have the
/// <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_use_passrole.html">iam:PassRole</a> permission.</p>
/// </note>
///
/// <p>The following operations are related to <code>PutBucketReplication</code>:</p>
/// <ul>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketReplication.html">GetBucketReplication</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteBucketReplication.html">DeleteBucketReplication</a>
/// </p>
/// </li>
/// </ul>
#[derive(std::fmt::Debug)]
pub struct PutBucketReplication<
C = aws_smithy_client::erase::DynConnector,
M = aws_hyper::AwsMiddleware,
R = aws_smithy_client::retry::Standard,
> {
handle: std::sync::Arc<super::Handle<C, M, R>>,
inner: crate::input::put_bucket_replication_input::Builder,
}
impl<C, M, R> PutBucketReplication<C, M, R>
where
C: aws_smithy_client::bounds::SmithyConnector,
M: aws_smithy_client::bounds::SmithyMiddleware<C>,
R: aws_smithy_client::retry::NewRequestPolicy,
{
/// Creates a new `PutBucketReplication`.
pub(crate) fn new(handle: std::sync::Arc<super::Handle<C, M, R>>) -> Self {
Self {
handle,
inner: Default::default(),
}
}
/// 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](aws_smithy_types::retry::RetryConfig), which can be
/// set when configuring the client.
pub async fn send(
self,
) -> std::result::Result<
crate::output::PutBucketReplicationOutput,
aws_smithy_http::result::SdkError<crate::error::PutBucketReplicationError>,
>
where
R::Policy: aws_smithy_client::bounds::SmithyRetryPolicy<
crate::input::PutBucketReplicationInputOperationOutputAlias,
crate::output::PutBucketReplicationOutput,
crate::error::PutBucketReplicationError,
crate::input::PutBucketReplicationInputOperationRetryAlias,
>,
{
let input = self.inner.build().map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
let op = input
.make_operation(&self.handle.conf)
.await
.map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
self.handle.client.call(op).await
}
/// <p>The name of the bucket</p>
pub fn bucket(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.bucket(inp);
self
}
/// <p>The name of the bucket</p>
pub fn set_bucket(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_bucket(input);
self
}
/// <p>The base64-encoded 128-bit MD5 digest of the data. You must use this header as a message
/// integrity check to verify that the request body was not corrupted in transit. For more
/// information, see <a href="http://www.ietf.org/rfc/rfc1864.txt">RFC 1864</a>.</p>
/// <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
pub fn content_md5(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.content_md5(inp);
self
}
/// <p>The base64-encoded 128-bit MD5 digest of the data. You must use this header as a message
/// integrity check to verify that the request body was not corrupted in transit. For more
/// information, see <a href="http://www.ietf.org/rfc/rfc1864.txt">RFC 1864</a>.</p>
/// <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
pub fn set_content_md5(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_content_md5(input);
self
}
/// <p>A container for replication rules. You can add up to 1,000 rules. The maximum size of a
/// replication configuration is 2 MB.</p>
pub fn replication_configuration(
mut self,
inp: crate::model::ReplicationConfiguration,
) -> Self {
self.inner = self.inner.replication_configuration(inp);
self
}
/// <p>A container for replication rules. You can add up to 1,000 rules. The maximum size of a
/// replication configuration is 2 MB.</p>
pub fn set_replication_configuration(
mut self,
input: std::option::Option<crate::model::ReplicationConfiguration>,
) -> Self {
self.inner = self.inner.set_replication_configuration(input);
self
}
/// <p>A token to allow Object Lock to be enabled for an existing bucket.</p>
pub fn token(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.token(inp);
self
}
/// <p>A token to allow Object Lock to be enabled for an existing bucket.</p>
pub fn set_token(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_token(input);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn expected_bucket_owner(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.expected_bucket_owner(inp);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn set_expected_bucket_owner(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_expected_bucket_owner(input);
self
}
}
/// Fluent builder constructing a request to `PutBucketRequestPayment`.
///
/// <p>Sets the request payment configuration for a bucket. By default, the bucket owner pays
/// for downloads from the bucket. This configuration parameter enables the bucket owner (only)
/// to specify that the person requesting the download will be charged for the download. For
/// more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/RequesterPaysBuckets.html">Requester Pays
/// Buckets</a>.</p>
///
/// <p>The following operations are related to <code>PutBucketRequestPayment</code>:</p>
/// <ul>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_CreateBucket.html">CreateBucket</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketRequestPayment.html">GetBucketRequestPayment</a>
/// </p>
/// </li>
/// </ul>
#[derive(std::fmt::Debug)]
pub struct PutBucketRequestPayment<
C = aws_smithy_client::erase::DynConnector,
M = aws_hyper::AwsMiddleware,
R = aws_smithy_client::retry::Standard,
> {
handle: std::sync::Arc<super::Handle<C, M, R>>,
inner: crate::input::put_bucket_request_payment_input::Builder,
}
impl<C, M, R> PutBucketRequestPayment<C, M, R>
where
C: aws_smithy_client::bounds::SmithyConnector,
M: aws_smithy_client::bounds::SmithyMiddleware<C>,
R: aws_smithy_client::retry::NewRequestPolicy,
{
/// Creates a new `PutBucketRequestPayment`.
pub(crate) fn new(handle: std::sync::Arc<super::Handle<C, M, R>>) -> Self {
Self {
handle,
inner: Default::default(),
}
}
/// 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](aws_smithy_types::retry::RetryConfig), which can be
/// set when configuring the client.
pub async fn send(
self,
) -> std::result::Result<
crate::output::PutBucketRequestPaymentOutput,
aws_smithy_http::result::SdkError<crate::error::PutBucketRequestPaymentError>,
>
where
R::Policy: aws_smithy_client::bounds::SmithyRetryPolicy<
crate::input::PutBucketRequestPaymentInputOperationOutputAlias,
crate::output::PutBucketRequestPaymentOutput,
crate::error::PutBucketRequestPaymentError,
crate::input::PutBucketRequestPaymentInputOperationRetryAlias,
>,
{
let input = self.inner.build().map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
let op = input
.make_operation(&self.handle.conf)
.await
.map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
self.handle.client.call(op).await
}
/// <p>The bucket name.</p>
pub fn bucket(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.bucket(inp);
self
}
/// <p>The bucket name.</p>
pub fn set_bucket(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_bucket(input);
self
}
/// <p>The base64-encoded 128-bit MD5 digest of the data. You must use this header as a
/// message integrity check to verify that the request body was not corrupted in transit. For
/// more information, see <a href="http://www.ietf.org/rfc/rfc1864.txt">RFC
/// 1864</a>.</p>
/// <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
pub fn content_md5(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.content_md5(inp);
self
}
/// <p>The base64-encoded 128-bit MD5 digest of the data. You must use this header as a
/// message integrity check to verify that the request body was not corrupted in transit. For
/// more information, see <a href="http://www.ietf.org/rfc/rfc1864.txt">RFC
/// 1864</a>.</p>
/// <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
pub fn set_content_md5(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_content_md5(input);
self
}
/// <p>Container for Payer.</p>
pub fn request_payment_configuration(
mut self,
inp: crate::model::RequestPaymentConfiguration,
) -> Self {
self.inner = self.inner.request_payment_configuration(inp);
self
}
/// <p>Container for Payer.</p>
pub fn set_request_payment_configuration(
mut self,
input: std::option::Option<crate::model::RequestPaymentConfiguration>,
) -> Self {
self.inner = self.inner.set_request_payment_configuration(input);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn expected_bucket_owner(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.expected_bucket_owner(inp);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn set_expected_bucket_owner(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_expected_bucket_owner(input);
self
}
}
/// Fluent builder constructing a request to `PutBucketTagging`.
///
/// <p>Sets the tags for a bucket.</p>
/// <p>Use tags to organize your Amazon Web Services bill to reflect your own cost structure. To do this, sign
/// up to get your Amazon Web Services account bill with tag key values included. Then, to see the cost of
/// combined resources, organize your billing information according to resources with the same
/// tag key values. For example, you can tag several resources with a specific application
/// name, and then organize your billing information to see the total cost of that application
/// across several services. For more information, see <a href="https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html">Cost Allocation
/// and Tagging</a> and <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/CostAllocTagging.html">Using Cost Allocation in Amazon S3 Bucket
/// Tags</a>.</p>
///
/// <note>
/// <p>
/// When this operation sets the tags for a bucket, it will overwrite any current tags the
/// bucket already has. You cannot use this operation to add tags to an existing list of tags.</p>
/// </note>
/// <p>To use this operation, you must have permissions to perform the
/// <code>s3:PutBucketTagging</code> action. The bucket owner has this permission by default
/// and can grant this permission to others. For more information about permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-with-s3-actions.html#using-with-s3-actions-related-to-bucket-subresources">Permissions Related to Bucket Subresource Operations</a> and <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-access-control.html">Managing Access Permissions to Your Amazon S3
/// Resources</a>.</p>
///
/// <p>
/// <code>PutBucketTagging</code> has the following special errors:</p>
/// <ul>
/// <li>
/// <p>Error code: <code>InvalidTagError</code>
/// </p>
/// <ul>
/// <li>
/// <p>Description: The tag provided was not a valid tag. This error can occur if
/// the tag did not pass input validation. For information about tag restrictions,
/// see <a href="https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/allocation-tag-restrictions.html">User-Defined Tag Restrictions</a> and <a href="https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/aws-tag-restrictions.html">Amazon Web Services-Generated Cost Allocation Tag Restrictions</a>.</p>
/// </li>
/// </ul>
/// </li>
/// <li>
/// <p>Error code: <code>MalformedXMLError</code>
/// </p>
/// <ul>
/// <li>
/// <p>Description: The XML provided does not match the schema.</p>
/// </li>
/// </ul>
/// </li>
/// <li>
/// <p>Error code: <code>OperationAbortedError </code>
/// </p>
/// <ul>
/// <li>
/// <p>Description: A conflicting conditional action is currently in progress
/// against this resource. Please try again.</p>
/// </li>
/// </ul>
/// </li>
/// <li>
/// <p>Error code: <code>InternalError</code>
/// </p>
/// <ul>
/// <li>
/// <p>Description: The service was unable to apply the provided tag to the
/// bucket.</p>
/// </li>
/// </ul>
/// </li>
/// </ul>
///
///
/// <p>The following operations are related to <code>PutBucketTagging</code>:</p>
/// <ul>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketTagging.html">GetBucketTagging</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteBucketTagging.html">DeleteBucketTagging</a>
/// </p>
/// </li>
/// </ul>
#[derive(std::fmt::Debug)]
pub struct PutBucketTagging<
C = aws_smithy_client::erase::DynConnector,
M = aws_hyper::AwsMiddleware,
R = aws_smithy_client::retry::Standard,
> {
handle: std::sync::Arc<super::Handle<C, M, R>>,
inner: crate::input::put_bucket_tagging_input::Builder,
}
impl<C, M, R> PutBucketTagging<C, M, R>
where
C: aws_smithy_client::bounds::SmithyConnector,
M: aws_smithy_client::bounds::SmithyMiddleware<C>,
R: aws_smithy_client::retry::NewRequestPolicy,
{
/// Creates a new `PutBucketTagging`.
pub(crate) fn new(handle: std::sync::Arc<super::Handle<C, M, R>>) -> Self {
Self {
handle,
inner: Default::default(),
}
}
/// 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](aws_smithy_types::retry::RetryConfig), which can be
/// set when configuring the client.
pub async fn send(
self,
) -> std::result::Result<
crate::output::PutBucketTaggingOutput,
aws_smithy_http::result::SdkError<crate::error::PutBucketTaggingError>,
>
where
R::Policy: aws_smithy_client::bounds::SmithyRetryPolicy<
crate::input::PutBucketTaggingInputOperationOutputAlias,
crate::output::PutBucketTaggingOutput,
crate::error::PutBucketTaggingError,
crate::input::PutBucketTaggingInputOperationRetryAlias,
>,
{
let input = self.inner.build().map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
let op = input
.make_operation(&self.handle.conf)
.await
.map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
self.handle.client.call(op).await
}
/// <p>The bucket name.</p>
pub fn bucket(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.bucket(inp);
self
}
/// <p>The bucket name.</p>
pub fn set_bucket(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_bucket(input);
self
}
/// <p>The base64-encoded 128-bit MD5 digest of the data. You must use this header as a message
/// integrity check to verify that the request body was not corrupted in transit. For more
/// information, see <a href="http://www.ietf.org/rfc/rfc1864.txt">RFC 1864</a>.</p>
/// <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
pub fn content_md5(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.content_md5(inp);
self
}
/// <p>The base64-encoded 128-bit MD5 digest of the data. You must use this header as a message
/// integrity check to verify that the request body was not corrupted in transit. For more
/// information, see <a href="http://www.ietf.org/rfc/rfc1864.txt">RFC 1864</a>.</p>
/// <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
pub fn set_content_md5(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_content_md5(input);
self
}
/// <p>Container for the <code>TagSet</code> and <code>Tag</code> elements.</p>
pub fn tagging(mut self, inp: crate::model::Tagging) -> Self {
self.inner = self.inner.tagging(inp);
self
}
/// <p>Container for the <code>TagSet</code> and <code>Tag</code> elements.</p>
pub fn set_tagging(mut self, input: std::option::Option<crate::model::Tagging>) -> Self {
self.inner = self.inner.set_tagging(input);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn expected_bucket_owner(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.expected_bucket_owner(inp);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn set_expected_bucket_owner(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_expected_bucket_owner(input);
self
}
}
/// Fluent builder constructing a request to `PutBucketVersioning`.
///
/// <p>Sets the versioning state of an existing bucket. To set the versioning state, you must
/// be the bucket owner.</p>
/// <p>You can set the versioning state with one of the following values:</p>
///
/// <p>
/// <b>Enabled</b>—Enables versioning for the objects in the
/// bucket. All objects added to the bucket receive a unique version ID.</p>
///
/// <p>
/// <b>Suspended</b>—Disables versioning for the objects in the
/// bucket. All objects added to the bucket receive the version ID null.</p>
///
/// <p>If the versioning state has never been set on a bucket, it has no versioning state; a
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketVersioning.html">GetBucketVersioning</a> request does not return a versioning state value.</p>
///
/// <p>If the bucket owner enables MFA Delete in the bucket versioning configuration, the
/// bucket owner must include the <code>x-amz-mfa request</code> header and the
/// <code>Status</code> and the <code>MfaDelete</code> request elements in a request to set
/// the versioning state of the bucket.</p>
///
/// <important>
/// <p>If you have an object expiration lifecycle policy in your non-versioned bucket and
/// you want to maintain the same permanent delete behavior when you enable versioning, you
/// must add a noncurrent expiration policy. The noncurrent expiration lifecycle policy will
/// manage the deletes of the noncurrent object versions in the version-enabled bucket. (A
/// version-enabled bucket maintains one current and zero or more noncurrent object
/// versions.) For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lifecycle-mgmt.html#lifecycle-and-other-bucket-config">Lifecycle and Versioning</a>.</p>
/// </important>
///
/// <p class="title">
/// <b>Related Resources</b>
/// </p>
/// <ul>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_CreateBucket.html">CreateBucket</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteBucket.html">DeleteBucket</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketVersioning.html">GetBucketVersioning</a>
/// </p>
/// </li>
/// </ul>
#[derive(std::fmt::Debug)]
pub struct PutBucketVersioning<
C = aws_smithy_client::erase::DynConnector,
M = aws_hyper::AwsMiddleware,
R = aws_smithy_client::retry::Standard,
> {
handle: std::sync::Arc<super::Handle<C, M, R>>,
inner: crate::input::put_bucket_versioning_input::Builder,
}
impl<C, M, R> PutBucketVersioning<C, M, R>
where
C: aws_smithy_client::bounds::SmithyConnector,
M: aws_smithy_client::bounds::SmithyMiddleware<C>,
R: aws_smithy_client::retry::NewRequestPolicy,
{
/// Creates a new `PutBucketVersioning`.
pub(crate) fn new(handle: std::sync::Arc<super::Handle<C, M, R>>) -> Self {
Self {
handle,
inner: Default::default(),
}
}
/// 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](aws_smithy_types::retry::RetryConfig), which can be
/// set when configuring the client.
pub async fn send(
self,
) -> std::result::Result<
crate::output::PutBucketVersioningOutput,
aws_smithy_http::result::SdkError<crate::error::PutBucketVersioningError>,
>
where
R::Policy: aws_smithy_client::bounds::SmithyRetryPolicy<
crate::input::PutBucketVersioningInputOperationOutputAlias,
crate::output::PutBucketVersioningOutput,
crate::error::PutBucketVersioningError,
crate::input::PutBucketVersioningInputOperationRetryAlias,
>,
{
let input = self.inner.build().map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
let op = input
.make_operation(&self.handle.conf)
.await
.map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
self.handle.client.call(op).await
}
/// <p>The bucket name.</p>
pub fn bucket(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.bucket(inp);
self
}
/// <p>The bucket name.</p>
pub fn set_bucket(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_bucket(input);
self
}
/// <p>>The base64-encoded 128-bit MD5 digest of the data. You must use this header as a
/// message integrity check to verify that the request body was not corrupted in transit. For
/// more information, see <a href="http://www.ietf.org/rfc/rfc1864.txt">RFC
/// 1864</a>.</p>
/// <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
pub fn content_md5(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.content_md5(inp);
self
}
/// <p>>The base64-encoded 128-bit MD5 digest of the data. You must use this header as a
/// message integrity check to verify that the request body was not corrupted in transit. For
/// more information, see <a href="http://www.ietf.org/rfc/rfc1864.txt">RFC
/// 1864</a>.</p>
/// <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
pub fn set_content_md5(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_content_md5(input);
self
}
/// <p>The concatenation of the authentication device's serial number, a space, and the value
/// that is displayed on your authentication device.</p>
pub fn mfa(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.mfa(inp);
self
}
/// <p>The concatenation of the authentication device's serial number, a space, and the value
/// that is displayed on your authentication device.</p>
pub fn set_mfa(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_mfa(input);
self
}
/// <p>Container for setting the versioning state.</p>
pub fn versioning_configuration(
mut self,
inp: crate::model::VersioningConfiguration,
) -> Self {
self.inner = self.inner.versioning_configuration(inp);
self
}
/// <p>Container for setting the versioning state.</p>
pub fn set_versioning_configuration(
mut self,
input: std::option::Option<crate::model::VersioningConfiguration>,
) -> Self {
self.inner = self.inner.set_versioning_configuration(input);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn expected_bucket_owner(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.expected_bucket_owner(inp);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn set_expected_bucket_owner(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_expected_bucket_owner(input);
self
}
}
/// Fluent builder constructing a request to `PutBucketWebsite`.
///
/// <p>Sets the configuration of the website that is specified in the <code>website</code>
/// subresource. To configure a bucket as a website, you can add this subresource on the bucket
/// with website configuration information such as the file name of the index document and any
/// redirect rules. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/WebsiteHosting.html">Hosting Websites on Amazon S3</a>.</p>
///
/// <p>This PUT action requires the <code>S3:PutBucketWebsite</code> permission. By default,
/// only the bucket owner can configure the website attached to a bucket; however, bucket
/// owners can allow other users to set the website configuration by writing a bucket policy
/// that grants them the <code>S3:PutBucketWebsite</code> permission.</p>
///
/// <p>To redirect all website requests sent to the bucket's website endpoint, you add a
/// website configuration with the following elements. Because all requests are sent to another
/// website, you don't need to provide index document name for the bucket.</p>
/// <ul>
/// <li>
/// <p>
/// <code>WebsiteConfiguration</code>
/// </p>
/// </li>
/// <li>
/// <p>
/// <code>RedirectAllRequestsTo</code>
/// </p>
/// </li>
/// <li>
/// <p>
/// <code>HostName</code>
/// </p>
/// </li>
/// <li>
/// <p>
/// <code>Protocol</code>
/// </p>
/// </li>
/// </ul>
///
/// <p>If you want granular control over redirects, you can use the following elements to add
/// routing rules that describe conditions for redirecting requests and information about the
/// redirect destination. In this case, the website configuration must provide an index
/// document for the bucket, because some requests might not be redirected. </p>
/// <ul>
/// <li>
/// <p>
/// <code>WebsiteConfiguration</code>
/// </p>
/// </li>
/// <li>
/// <p>
/// <code>IndexDocument</code>
/// </p>
/// </li>
/// <li>
/// <p>
/// <code>Suffix</code>
/// </p>
/// </li>
/// <li>
/// <p>
/// <code>ErrorDocument</code>
/// </p>
/// </li>
/// <li>
/// <p>
/// <code>Key</code>
/// </p>
/// </li>
/// <li>
/// <p>
/// <code>RoutingRules</code>
/// </p>
/// </li>
/// <li>
/// <p>
/// <code>RoutingRule</code>
/// </p>
/// </li>
/// <li>
/// <p>
/// <code>Condition</code>
/// </p>
/// </li>
/// <li>
/// <p>
/// <code>HttpErrorCodeReturnedEquals</code>
/// </p>
/// </li>
/// <li>
/// <p>
/// <code>KeyPrefixEquals</code>
/// </p>
/// </li>
/// <li>
/// <p>
/// <code>Redirect</code>
/// </p>
/// </li>
/// <li>
/// <p>
/// <code>Protocol</code>
/// </p>
/// </li>
/// <li>
/// <p>
/// <code>HostName</code>
/// </p>
/// </li>
/// <li>
/// <p>
/// <code>ReplaceKeyPrefixWith</code>
/// </p>
/// </li>
/// <li>
/// <p>
/// <code>ReplaceKeyWith</code>
/// </p>
/// </li>
/// <li>
/// <p>
/// <code>HttpRedirectCode</code>
/// </p>
/// </li>
/// </ul>
///
/// <p>Amazon S3 has a limitation of 50 routing rules per website configuration. If you require more
/// than 50 routing rules, you can use object redirect. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/how-to-page-redirect.html">Configuring an
/// Object Redirect</a> in the <i>Amazon S3 User Guide</i>.</p>
#[derive(std::fmt::Debug)]
pub struct PutBucketWebsite<
C = aws_smithy_client::erase::DynConnector,
M = aws_hyper::AwsMiddleware,
R = aws_smithy_client::retry::Standard,
> {
handle: std::sync::Arc<super::Handle<C, M, R>>,
inner: crate::input::put_bucket_website_input::Builder,
}
impl<C, M, R> PutBucketWebsite<C, M, R>
where
C: aws_smithy_client::bounds::SmithyConnector,
M: aws_smithy_client::bounds::SmithyMiddleware<C>,
R: aws_smithy_client::retry::NewRequestPolicy,
{
/// Creates a new `PutBucketWebsite`.
pub(crate) fn new(handle: std::sync::Arc<super::Handle<C, M, R>>) -> Self {
Self {
handle,
inner: Default::default(),
}
}
/// 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](aws_smithy_types::retry::RetryConfig), which can be
/// set when configuring the client.
pub async fn send(
self,
) -> std::result::Result<
crate::output::PutBucketWebsiteOutput,
aws_smithy_http::result::SdkError<crate::error::PutBucketWebsiteError>,
>
where
R::Policy: aws_smithy_client::bounds::SmithyRetryPolicy<
crate::input::PutBucketWebsiteInputOperationOutputAlias,
crate::output::PutBucketWebsiteOutput,
crate::error::PutBucketWebsiteError,
crate::input::PutBucketWebsiteInputOperationRetryAlias,
>,
{
let input = self.inner.build().map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
let op = input
.make_operation(&self.handle.conf)
.await
.map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
self.handle.client.call(op).await
}
/// <p>The bucket name.</p>
pub fn bucket(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.bucket(inp);
self
}
/// <p>The bucket name.</p>
pub fn set_bucket(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_bucket(input);
self
}
/// <p>The base64-encoded 128-bit MD5 digest of the data. You must use this header as a message
/// integrity check to verify that the request body was not corrupted in transit. For more
/// information, see <a href="http://www.ietf.org/rfc/rfc1864.txt">RFC 1864</a>.</p>
/// <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
pub fn content_md5(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.content_md5(inp);
self
}
/// <p>The base64-encoded 128-bit MD5 digest of the data. You must use this header as a message
/// integrity check to verify that the request body was not corrupted in transit. For more
/// information, see <a href="http://www.ietf.org/rfc/rfc1864.txt">RFC 1864</a>.</p>
/// <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
pub fn set_content_md5(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_content_md5(input);
self
}
/// <p>Container for the request.</p>
pub fn website_configuration(mut self, inp: crate::model::WebsiteConfiguration) -> Self {
self.inner = self.inner.website_configuration(inp);
self
}
/// <p>Container for the request.</p>
pub fn set_website_configuration(
mut self,
input: std::option::Option<crate::model::WebsiteConfiguration>,
) -> Self {
self.inner = self.inner.set_website_configuration(input);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn expected_bucket_owner(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.expected_bucket_owner(inp);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn set_expected_bucket_owner(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_expected_bucket_owner(input);
self
}
}
/// Fluent builder constructing a request to `PutObject`.
///
/// <p>Adds an object to a bucket. You must have WRITE permissions on a bucket to add an object
/// to it.</p>
///
///
/// <p>Amazon S3 never adds partial objects; if you receive a success response, Amazon S3 added the
/// entire object to the bucket.</p>
///
/// <p>Amazon S3 is a distributed system. If it receives multiple write requests for the same object
/// simultaneously, it overwrites all but the last object written. Amazon S3 does not provide object
/// locking; if you need this, make sure to build it into your application layer or use
/// versioning instead.</p>
///
/// <p>To ensure that data is not corrupted traversing the network, use the
/// <code>Content-MD5</code> header. When you use this header, Amazon S3 checks the object
/// against the provided MD5 value and, if they do not match, returns an error. Additionally,
/// you can calculate the MD5 while putting an object to Amazon S3 and compare the returned ETag to
/// the calculated MD5 value.</p>
/// <note>
/// <ul>
/// <li>
/// <p>To successfully complete the <code>PutObject</code> request, you must have the
/// <code>s3:PutObject</code> in your IAM permissions.</p>
/// </li>
/// <li>
/// <p>To successfully change the objects acl of your <code>PutObject</code> request,
/// you must have the <code>s3:PutObjectAcl</code> in your IAM permissions.</p>
/// </li>
/// <li>
/// <p> The <code>Content-MD5</code> header is required for any request to upload an object
/// with a retention period configured using Amazon S3 Object Lock. For more information about
/// Amazon S3 Object Lock, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lock-overview.html">Amazon S3 Object Lock Overview</a>
/// in the <i>Amazon S3 User Guide</i>. </p>
/// </li>
/// </ul>
/// </note>
///
/// <p>
/// <b>Server-side Encryption</b>
/// </p>
/// <p>You can optionally request server-side encryption. With server-side encryption, Amazon S3 encrypts
/// your data as it writes it to disks in its data centers and decrypts the data
/// when you access it. You have the option to provide your own encryption key or use Amazon Web Services
/// managed encryption keys (SSE-S3 or SSE-KMS). For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingServerSideEncryption.html">Using Server-Side
/// Encryption</a>.</p>
/// <p>If you request server-side encryption using Amazon Web Services Key Management Service (SSE-KMS), you can enable
/// an S3 Bucket Key at the object-level. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/bucket-key.html">Amazon S3 Bucket Keys</a> in the
/// <i>Amazon S3 User Guide</i>.</p>
/// <p>
/// <b>Access Control List (ACL)-Specific Request
/// Headers</b>
/// </p>
/// <p>You can use headers to grant ACL- based permissions. By default, all objects are
/// private. Only the owner has full access control. When adding a new object, you can grant
/// permissions to individual Amazon Web Services accounts or to predefined groups defined by Amazon S3. These
/// permissions are then added to the ACL on the object. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html">Access Control List
/// (ACL) Overview</a> and <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-using-rest-api.html">Managing ACLs Using the REST
/// API</a>. </p>
///
/// <p>
/// <b>Storage Class Options</b>
/// </p>
/// <p>By default, Amazon S3 uses the STANDARD Storage Class to store newly created objects. The
/// STANDARD storage class provides high durability and high availability. Depending on
/// performance needs, you can specify a different Storage Class. Amazon S3 on Outposts only uses
/// the OUTPOSTS Storage Class. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/storage-class-intro.html">Storage Classes</a> in the
/// <i>Amazon S3 User Guide</i>.</p>
///
///
/// <p>
/// <b>Versioning</b>
/// </p>
/// <p>If you enable versioning for a bucket, Amazon S3 automatically generates a unique version ID
/// for the object being stored. Amazon S3 returns this ID in the response. When you enable
/// versioning for a bucket, if Amazon S3 receives multiple write requests for the same object
/// simultaneously, it stores all of the objects.</p>
/// <p>For more information about versioning, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/AddingObjectstoVersioningEnabledBuckets.html">Adding Objects to
/// Versioning Enabled Buckets</a>. For information about returning the versioning state
/// of a bucket, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketVersioning.html">GetBucketVersioning</a>. </p>
///
///
/// <p class="title">
/// <b>Related Resources</b>
/// </p>
/// <ul>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_CopyObject.html">CopyObject</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteObject.html">DeleteObject</a>
/// </p>
/// </li>
/// </ul>
#[derive(std::fmt::Debug)]
pub struct PutObject<
C = aws_smithy_client::erase::DynConnector,
M = aws_hyper::AwsMiddleware,
R = aws_smithy_client::retry::Standard,
> {
handle: std::sync::Arc<super::Handle<C, M, R>>,
inner: crate::input::put_object_input::Builder,
}
impl<C, M, R> PutObject<C, M, R>
where
C: aws_smithy_client::bounds::SmithyConnector,
M: aws_smithy_client::bounds::SmithyMiddleware<C>,
R: aws_smithy_client::retry::NewRequestPolicy,
{
/// Creates a new `PutObject`.
pub(crate) fn new(handle: std::sync::Arc<super::Handle<C, M, R>>) -> Self {
Self {
handle,
inner: Default::default(),
}
}
/// 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](aws_smithy_types::retry::RetryConfig), which can be
/// set when configuring the client.
pub async fn send(
self,
) -> std::result::Result<
crate::output::PutObjectOutput,
aws_smithy_http::result::SdkError<crate::error::PutObjectError>,
>
where
R::Policy: aws_smithy_client::bounds::SmithyRetryPolicy<
crate::input::PutObjectInputOperationOutputAlias,
crate::output::PutObjectOutput,
crate::error::PutObjectError,
crate::input::PutObjectInputOperationRetryAlias,
>,
{
let input = self.inner.build().map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
let op = input
.make_operation(&self.handle.conf)
.await
.map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
self.handle.client.call(op).await
}
///
/// Creates a presigned request for this operation.
///
/// The `presigning_config` provides additional presigning-specific config values, such as the
/// amount of time the request should be valid for after creation.
///
/// Presigned requests can be given to other users or applications to access a resource or perform
/// an operation without having access to the AWS security credentials.
///
pub async fn presigned(
self,
presigning_config: crate::presigning::config::PresigningConfig,
) -> Result<
crate::presigning::request::PresignedRequest,
aws_smithy_http::result::SdkError<crate::error::PutObjectError>,
> {
let input = self.inner.build().map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
input.presigned(&self.handle.conf, presigning_config).await
}
/// <p>The canned ACL to apply to the object. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html#CannedACL">Canned
/// ACL</a>.</p>
/// <p>This action is not supported by Amazon S3 on Outposts.</p>
pub fn acl(mut self, inp: crate::model::ObjectCannedAcl) -> Self {
self.inner = self.inner.acl(inp);
self
}
/// <p>The canned ACL to apply to the object. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html#CannedACL">Canned
/// ACL</a>.</p>
/// <p>This action is not supported by Amazon S3 on Outposts.</p>
pub fn set_acl(
mut self,
input: std::option::Option<crate::model::ObjectCannedAcl>,
) -> Self {
self.inner = self.inner.set_acl(input);
self
}
/// <p>Object data.</p>
pub fn body(mut self, inp: aws_smithy_http::byte_stream::ByteStream) -> Self {
self.inner = self.inner.body(inp);
self
}
/// <p>Object data.</p>
pub fn set_body(
mut self,
input: std::option::Option<aws_smithy_http::byte_stream::ByteStream>,
) -> Self {
self.inner = self.inner.set_body(input);
self
}
/// <p>The bucket name to which the PUT action was initiated. </p>
/// <p>When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
/// <p>When using this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.<i>outpostID</i>.s3-outposts.<i>Region</i>.amazonaws.com. When using this action using S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts bucket ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">Using S3 on Outposts</a> in the <i>Amazon S3 User Guide</i>.</p>
pub fn bucket(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.bucket(inp);
self
}
/// <p>The bucket name to which the PUT action was initiated. </p>
/// <p>When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
/// <p>When using this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.<i>outpostID</i>.s3-outposts.<i>Region</i>.amazonaws.com. When using this action using S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts bucket ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">Using S3 on Outposts</a> in the <i>Amazon S3 User Guide</i>.</p>
pub fn set_bucket(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_bucket(input);
self
}
/// <p> Can be used to specify caching behavior along the request/reply chain. For more
/// information, see <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.9">http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.9</a>.</p>
pub fn cache_control(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.cache_control(inp);
self
}
/// <p> Can be used to specify caching behavior along the request/reply chain. For more
/// information, see <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.9">http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.9</a>.</p>
pub fn set_cache_control(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_cache_control(input);
self
}
/// <p>Specifies presentational information for the object. For more information, see <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec19.html#sec19.5.1">http://www.w3.org/Protocols/rfc2616/rfc2616-sec19.html#sec19.5.1</a>.</p>
pub fn content_disposition(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.content_disposition(inp);
self
}
/// <p>Specifies presentational information for the object. For more information, see <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec19.html#sec19.5.1">http://www.w3.org/Protocols/rfc2616/rfc2616-sec19.html#sec19.5.1</a>.</p>
pub fn set_content_disposition(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_content_disposition(input);
self
}
/// <p>Specifies what content encodings have been applied to the object and thus what decoding
/// mechanisms must be applied to obtain the media-type referenced by the Content-Type header
/// field. For more information, see <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.11">http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.11</a>.</p>
pub fn content_encoding(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.content_encoding(inp);
self
}
/// <p>Specifies what content encodings have been applied to the object and thus what decoding
/// mechanisms must be applied to obtain the media-type referenced by the Content-Type header
/// field. For more information, see <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.11">http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.11</a>.</p>
pub fn set_content_encoding(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_content_encoding(input);
self
}
/// <p>The language the content is in.</p>
pub fn content_language(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.content_language(inp);
self
}
/// <p>The language the content is in.</p>
pub fn set_content_language(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_content_language(input);
self
}
/// <p>Size of the body in bytes. This parameter is useful when the size of the body cannot be
/// determined automatically. For more information, see <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.13">http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.13</a>.</p>
pub fn content_length(mut self, inp: i64) -> Self {
self.inner = self.inner.content_length(inp);
self
}
/// <p>Size of the body in bytes. This parameter is useful when the size of the body cannot be
/// determined automatically. For more information, see <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.13">http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.13</a>.</p>
pub fn set_content_length(mut self, input: std::option::Option<i64>) -> Self {
self.inner = self.inner.set_content_length(input);
self
}
/// <p>The base64-encoded 128-bit MD5 digest of the message (without the headers) according to
/// RFC 1864. This header can be used as a message integrity check to verify that the data is
/// the same data that was originally sent. Although it is optional, we recommend using the
/// Content-MD5 mechanism as an end-to-end integrity check. For more information about REST
/// request authentication, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/RESTAuthentication.html">REST
/// Authentication</a>.</p>
pub fn content_md5(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.content_md5(inp);
self
}
/// <p>The base64-encoded 128-bit MD5 digest of the message (without the headers) according to
/// RFC 1864. This header can be used as a message integrity check to verify that the data is
/// the same data that was originally sent. Although it is optional, we recommend using the
/// Content-MD5 mechanism as an end-to-end integrity check. For more information about REST
/// request authentication, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/RESTAuthentication.html">REST
/// Authentication</a>.</p>
pub fn set_content_md5(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_content_md5(input);
self
}
/// <p>A standard MIME type describing the format of the contents. For more information, see
/// <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.17">http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.17</a>.</p>
pub fn content_type(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.content_type(inp);
self
}
/// <p>A standard MIME type describing the format of the contents. For more information, see
/// <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.17">http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.17</a>.</p>
pub fn set_content_type(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_content_type(input);
self
}
/// <p>The date and time at which the object is no longer cacheable. For more information, see
/// <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.21">http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.21</a>.</p>
pub fn expires(mut self, inp: aws_smithy_types::DateTime) -> Self {
self.inner = self.inner.expires(inp);
self
}
/// <p>The date and time at which the object is no longer cacheable. For more information, see
/// <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.21">http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.21</a>.</p>
pub fn set_expires(
mut self,
input: std::option::Option<aws_smithy_types::DateTime>,
) -> Self {
self.inner = self.inner.set_expires(input);
self
}
/// <p>Gives the grantee READ, READ_ACP, and WRITE_ACP permissions on the
/// object.</p>
/// <p>This action is not supported by Amazon S3 on Outposts.</p>
pub fn grant_full_control(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.grant_full_control(inp);
self
}
/// <p>Gives the grantee READ, READ_ACP, and WRITE_ACP permissions on the
/// object.</p>
/// <p>This action is not supported by Amazon S3 on Outposts.</p>
pub fn set_grant_full_control(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_grant_full_control(input);
self
}
/// <p>Allows grantee to read the object data and its
/// metadata.</p>
/// <p>This action is not supported by Amazon S3 on Outposts.</p>
pub fn grant_read(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.grant_read(inp);
self
}
/// <p>Allows grantee to read the object data and its
/// metadata.</p>
/// <p>This action is not supported by Amazon S3 on Outposts.</p>
pub fn set_grant_read(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_grant_read(input);
self
}
/// <p>Allows grantee to read the object ACL.</p>
/// <p>This action is not supported by Amazon S3 on Outposts.</p>
pub fn grant_read_acp(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.grant_read_acp(inp);
self
}
/// <p>Allows grantee to read the object ACL.</p>
/// <p>This action is not supported by Amazon S3 on Outposts.</p>
pub fn set_grant_read_acp(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_grant_read_acp(input);
self
}
/// <p>Allows grantee to write the ACL for the applicable
/// object.</p>
/// <p>This action is not supported by Amazon S3 on Outposts.</p>
pub fn grant_write_acp(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.grant_write_acp(inp);
self
}
/// <p>Allows grantee to write the ACL for the applicable
/// object.</p>
/// <p>This action is not supported by Amazon S3 on Outposts.</p>
pub fn set_grant_write_acp(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_grant_write_acp(input);
self
}
/// <p>Object key for which the PUT action was initiated.</p>
pub fn key(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.key(inp);
self
}
/// <p>Object key for which the PUT action was initiated.</p>
pub fn set_key(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_key(input);
self
}
/// Adds a key-value pair to `Metadata`.
///
/// To override the contents of this collection use [`set_metadata`](Self::set_metadata).
///
/// <p>A map of metadata to store with the object in S3.</p>
pub fn metadata(
mut self,
k: impl Into<std::string::String>,
v: impl Into<std::string::String>,
) -> Self {
self.inner = self.inner.metadata(k, v);
self
}
/// <p>A map of metadata to store with the object in S3.</p>
pub fn set_metadata(
mut self,
input: std::option::Option<
std::collections::HashMap<std::string::String, std::string::String>,
>,
) -> Self {
self.inner = self.inner.set_metadata(input);
self
}
/// <p>The server-side encryption algorithm used when storing this object in Amazon S3 (for example,
/// AES256, aws:kms).</p>
pub fn server_side_encryption(mut self, inp: crate::model::ServerSideEncryption) -> Self {
self.inner = self.inner.server_side_encryption(inp);
self
}
/// <p>The server-side encryption algorithm used when storing this object in Amazon S3 (for example,
/// AES256, aws:kms).</p>
pub fn set_server_side_encryption(
mut self,
input: std::option::Option<crate::model::ServerSideEncryption>,
) -> Self {
self.inner = self.inner.set_server_side_encryption(input);
self
}
/// <p>By default, Amazon S3 uses the STANDARD Storage Class to store newly created objects. The
/// STANDARD storage class provides high durability and high availability. Depending on
/// performance needs, you can specify a different Storage Class. Amazon S3 on Outposts only uses
/// the OUTPOSTS Storage Class. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/storage-class-intro.html">Storage Classes</a> in the
/// <i>Amazon S3 User Guide</i>.</p>
pub fn storage_class(mut self, inp: crate::model::StorageClass) -> Self {
self.inner = self.inner.storage_class(inp);
self
}
/// <p>By default, Amazon S3 uses the STANDARD Storage Class to store newly created objects. The
/// STANDARD storage class provides high durability and high availability. Depending on
/// performance needs, you can specify a different Storage Class. Amazon S3 on Outposts only uses
/// the OUTPOSTS Storage Class. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/storage-class-intro.html">Storage Classes</a> in the
/// <i>Amazon S3 User Guide</i>.</p>
pub fn set_storage_class(
mut self,
input: std::option::Option<crate::model::StorageClass>,
) -> Self {
self.inner = self.inner.set_storage_class(input);
self
}
/// <p>If the bucket is configured as a website, redirects requests for this object to another
/// object in the same bucket or to an external URL. Amazon S3 stores the value of this header in
/// the object metadata. For information about object metadata, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingMetadata.html">Object Key and Metadata</a>.</p>
///
/// <p>In the following example, the request header sets the redirect to an object
/// (anotherPage.html) in the same bucket:</p>
///
/// <p>
/// <code>x-amz-website-redirect-location: /anotherPage.html</code>
/// </p>
///
/// <p>In the following example, the request header sets the object redirect to another
/// website:</p>
///
/// <p>
/// <code>x-amz-website-redirect-location: http://www.example.com/</code>
/// </p>
///
/// <p>For more information about website hosting in Amazon S3, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/WebsiteHosting.html">Hosting Websites on Amazon S3</a> and <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/how-to-page-redirect.html">How to Configure Website Page
/// Redirects</a>. </p>
pub fn website_redirect_location(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.website_redirect_location(inp);
self
}
/// <p>If the bucket is configured as a website, redirects requests for this object to another
/// object in the same bucket or to an external URL. Amazon S3 stores the value of this header in
/// the object metadata. For information about object metadata, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingMetadata.html">Object Key and Metadata</a>.</p>
///
/// <p>In the following example, the request header sets the redirect to an object
/// (anotherPage.html) in the same bucket:</p>
///
/// <p>
/// <code>x-amz-website-redirect-location: /anotherPage.html</code>
/// </p>
///
/// <p>In the following example, the request header sets the object redirect to another
/// website:</p>
///
/// <p>
/// <code>x-amz-website-redirect-location: http://www.example.com/</code>
/// </p>
///
/// <p>For more information about website hosting in Amazon S3, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/WebsiteHosting.html">Hosting Websites on Amazon S3</a> and <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/how-to-page-redirect.html">How to Configure Website Page
/// Redirects</a>. </p>
pub fn set_website_redirect_location(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_website_redirect_location(input);
self
}
/// <p>Specifies the algorithm to use to when encrypting the object (for example,
/// AES256).</p>
pub fn sse_customer_algorithm(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.sse_customer_algorithm(inp);
self
}
/// <p>Specifies the algorithm to use to when encrypting the object (for example,
/// AES256).</p>
pub fn set_sse_customer_algorithm(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_sse_customer_algorithm(input);
self
}
/// <p>Specifies the customer-provided encryption key for Amazon S3 to use in encrypting data. This
/// value is used to store the object and then it is discarded; Amazon S3 does not store the
/// encryption key. The key must be appropriate for use with the algorithm specified in the
/// <code>x-amz-server-side-encryption-customer-algorithm</code> header.</p>
pub fn sse_customer_key(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.sse_customer_key(inp);
self
}
/// <p>Specifies the customer-provided encryption key for Amazon S3 to use in encrypting data. This
/// value is used to store the object and then it is discarded; Amazon S3 does not store the
/// encryption key. The key must be appropriate for use with the algorithm specified in the
/// <code>x-amz-server-side-encryption-customer-algorithm</code> header.</p>
pub fn set_sse_customer_key(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_sse_customer_key(input);
self
}
/// <p>Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321. Amazon S3 uses
/// this header for a message integrity check to ensure that the encryption key was transmitted
/// without error.</p>
pub fn sse_customer_key_md5(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.sse_customer_key_md5(inp);
self
}
/// <p>Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321. Amazon S3 uses
/// this header for a message integrity check to ensure that the encryption key was transmitted
/// without error.</p>
pub fn set_sse_customer_key_md5(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_sse_customer_key_md5(input);
self
}
/// <p>If <code>x-amz-server-side-encryption</code> is present and has the value of
/// <code>aws:kms</code>, this header specifies the ID of the Amazon Web Services Key Management Service
/// (Amazon Web Services KMS) symmetrical customer managed key that was used for the
/// object. If you specify <code>x-amz-server-side-encryption:aws:kms</code>, but do not
/// provide<code> x-amz-server-side-encryption-aws-kms-key-id</code>, Amazon S3 uses the Amazon Web Services
/// managed key to protect the data. If the KMS key does not exist in the same account
/// issuing the command, you must use the full ARN and not just the ID.
/// </p>
pub fn ssekms_key_id(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.ssekms_key_id(inp);
self
}
/// <p>If <code>x-amz-server-side-encryption</code> is present and has the value of
/// <code>aws:kms</code>, this header specifies the ID of the Amazon Web Services Key Management Service
/// (Amazon Web Services KMS) symmetrical customer managed key that was used for the
/// object. If you specify <code>x-amz-server-side-encryption:aws:kms</code>, but do not
/// provide<code> x-amz-server-side-encryption-aws-kms-key-id</code>, Amazon S3 uses the Amazon Web Services
/// managed key to protect the data. If the KMS key does not exist in the same account
/// issuing the command, you must use the full ARN and not just the ID.
/// </p>
pub fn set_ssekms_key_id(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_ssekms_key_id(input);
self
}
/// <p>Specifies the Amazon Web Services KMS Encryption Context to use for object encryption. The value of this
/// header is a base64-encoded UTF-8 string holding JSON with the encryption context key-value
/// pairs.</p>
pub fn ssekms_encryption_context(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.ssekms_encryption_context(inp);
self
}
/// <p>Specifies the Amazon Web Services KMS Encryption Context to use for object encryption. The value of this
/// header is a base64-encoded UTF-8 string holding JSON with the encryption context key-value
/// pairs.</p>
pub fn set_ssekms_encryption_context(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_ssekms_encryption_context(input);
self
}
/// <p>Specifies whether Amazon S3 should use an S3 Bucket Key for object encryption with server-side encryption using AWS KMS (SSE-KMS). Setting this header to <code>true</code> causes Amazon S3 to use an S3 Bucket Key for object encryption with SSE-KMS.</p>
/// <p>Specifying this header with a PUT action doesn’t affect bucket-level settings for S3 Bucket Key.</p>
pub fn bucket_key_enabled(mut self, inp: bool) -> Self {
self.inner = self.inner.bucket_key_enabled(inp);
self
}
/// <p>Specifies whether Amazon S3 should use an S3 Bucket Key for object encryption with server-side encryption using AWS KMS (SSE-KMS). Setting this header to <code>true</code> causes Amazon S3 to use an S3 Bucket Key for object encryption with SSE-KMS.</p>
/// <p>Specifying this header with a PUT action doesn’t affect bucket-level settings for S3 Bucket Key.</p>
pub fn set_bucket_key_enabled(mut self, input: std::option::Option<bool>) -> Self {
self.inner = self.inner.set_bucket_key_enabled(input);
self
}
/// <p>Confirms that the requester knows that they will be charged for the request. Bucket
/// owners need not specify this parameter in their requests. For information about downloading
/// objects from requester pays buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in
/// Requestor Pays Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
pub fn request_payer(mut self, inp: crate::model::RequestPayer) -> Self {
self.inner = self.inner.request_payer(inp);
self
}
/// <p>Confirms that the requester knows that they will be charged for the request. Bucket
/// owners need not specify this parameter in their requests. For information about downloading
/// objects from requester pays buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in
/// Requestor Pays Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
pub fn set_request_payer(
mut self,
input: std::option::Option<crate::model::RequestPayer>,
) -> Self {
self.inner = self.inner.set_request_payer(input);
self
}
/// <p>The tag-set for the object. The tag-set must be encoded as URL Query parameters. (For
/// example, "Key1=Value1")</p>
pub fn tagging(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.tagging(inp);
self
}
/// <p>The tag-set for the object. The tag-set must be encoded as URL Query parameters. (For
/// example, "Key1=Value1")</p>
pub fn set_tagging(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_tagging(input);
self
}
/// <p>The Object Lock mode that you want to apply to this object.</p>
pub fn object_lock_mode(mut self, inp: crate::model::ObjectLockMode) -> Self {
self.inner = self.inner.object_lock_mode(inp);
self
}
/// <p>The Object Lock mode that you want to apply to this object.</p>
pub fn set_object_lock_mode(
mut self,
input: std::option::Option<crate::model::ObjectLockMode>,
) -> Self {
self.inner = self.inner.set_object_lock_mode(input);
self
}
/// <p>The date and time when you want this object's Object Lock to expire. Must be formatted
/// as a timestamp parameter.</p>
pub fn object_lock_retain_until_date(mut self, inp: aws_smithy_types::DateTime) -> Self {
self.inner = self.inner.object_lock_retain_until_date(inp);
self
}
/// <p>The date and time when you want this object's Object Lock to expire. Must be formatted
/// as a timestamp parameter.</p>
pub fn set_object_lock_retain_until_date(
mut self,
input: std::option::Option<aws_smithy_types::DateTime>,
) -> Self {
self.inner = self.inner.set_object_lock_retain_until_date(input);
self
}
/// <p>Specifies whether a legal hold will be applied to this object. For more information
/// about S3 Object Lock, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lock.html">Object
/// Lock</a>.</p>
pub fn object_lock_legal_hold_status(
mut self,
inp: crate::model::ObjectLockLegalHoldStatus,
) -> Self {
self.inner = self.inner.object_lock_legal_hold_status(inp);
self
}
/// <p>Specifies whether a legal hold will be applied to this object. For more information
/// about S3 Object Lock, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lock.html">Object
/// Lock</a>.</p>
pub fn set_object_lock_legal_hold_status(
mut self,
input: std::option::Option<crate::model::ObjectLockLegalHoldStatus>,
) -> Self {
self.inner = self.inner.set_object_lock_legal_hold_status(input);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn expected_bucket_owner(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.expected_bucket_owner(inp);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn set_expected_bucket_owner(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_expected_bucket_owner(input);
self
}
}
/// Fluent builder constructing a request to `PutObjectAcl`.
///
/// <p>Uses the <code>acl</code> subresource to set the access control list (ACL) permissions
/// for a new or existing object in an S3 bucket. You must have <code>WRITE_ACP</code>
/// permission to set the ACL of an object. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html#permissions">What
/// permissions can I grant?</a> in the <i>Amazon S3 User Guide</i>.</p>
/// <p>This action is not supported by Amazon S3 on Outposts.</p>
/// <p>Depending on your application needs, you can choose to set
/// the ACL on an object using either the request body or the headers. For example, if you have
/// an existing application that updates a bucket ACL using the request body, you can continue
/// to use that approach. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html">Access Control List (ACL) Overview</a> in the <i>Amazon S3 User Guide</i>.</p>
///
///
///
/// <p>
/// <b>Access Permissions</b>
/// </p>
/// <p>You can set access permissions using one of the following methods:</p>
/// <ul>
/// <li>
/// <p>Specify a canned ACL with the <code>x-amz-acl</code> request header. Amazon S3 supports
/// a set of predefined ACLs, known as canned ACLs. Each canned ACL has a predefined set
/// of grantees and permissions. Specify the canned ACL name as the value of
/// <code>x-amz-ac</code>l. If you use this header, you cannot use other access
/// control-specific headers in your request. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html#CannedACL">Canned ACL</a>.</p>
/// </li>
/// <li>
/// <p>Specify access permissions explicitly with the <code>x-amz-grant-read</code>,
/// <code>x-amz-grant-read-acp</code>, <code>x-amz-grant-write-acp</code>, and
/// <code>x-amz-grant-full-control</code> headers. When using these headers, you
/// specify explicit access permissions and grantees (Amazon Web Services accounts or Amazon S3 groups) who
/// will receive the permission. If you use these ACL-specific headers, you cannot use
/// <code>x-amz-acl</code> header to set a canned ACL. These parameters map to the set
/// of permissions that Amazon S3 supports in an ACL. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html">Access Control List (ACL)
/// Overview</a>.</p>
///
/// <p>You specify each grantee as a type=value pair, where the type is one of the
/// following:</p>
/// <ul>
/// <li>
/// <p>
/// <code>id</code> – if the value specified is the canonical user ID of an Amazon Web Services account</p>
/// </li>
/// <li>
/// <p>
/// <code>uri</code> – if you are granting permissions to a predefined
/// group</p>
/// </li>
/// <li>
/// <p>
/// <code>emailAddress</code> – if the value specified is the email address of
/// an Amazon Web Services account</p>
/// <note>
/// <p>Using email addresses to specify a grantee is only supported in the following Amazon Web Services Regions: </p>
/// <ul>
/// <li>
/// <p>US East (N. Virginia)</p>
/// </li>
/// <li>
/// <p>US West (N. California)</p>
/// </li>
/// <li>
/// <p> US West (Oregon)</p>
/// </li>
/// <li>
/// <p> Asia Pacific (Singapore)</p>
/// </li>
/// <li>
/// <p>Asia Pacific (Sydney)</p>
/// </li>
/// <li>
/// <p>Asia Pacific (Tokyo)</p>
/// </li>
/// <li>
/// <p>Europe (Ireland)</p>
/// </li>
/// <li>
/// <p>South America (São Paulo)</p>
/// </li>
/// </ul>
/// <p>For a list of all the Amazon S3 supported Regions and endpoints, see <a href="https://docs.aws.amazon.com/general/latest/gr/rande.html#s3_region">Regions and Endpoints</a> in the Amazon Web Services General Reference.</p>
/// </note>
/// </li>
/// </ul>
/// <p>For example, the following <code>x-amz-grant-read</code> header grants list
/// objects permission to the two Amazon Web Services accounts identified by their email
/// addresses.</p>
/// <p>
/// <code>x-amz-grant-read: emailAddress="xyz@amazon.com",
/// emailAddress="abc@amazon.com" </code>
/// </p>
///
/// </li>
/// </ul>
/// <p>You can use either a canned ACL or specify access permissions explicitly. You cannot do
/// both.</p>
/// <p>
/// <b>Grantee Values</b>
/// </p>
/// <p>You can specify the person (grantee) to whom you're assigning access rights (using
/// request elements) in the following ways:</p>
/// <ul>
/// <li>
/// <p>By the person's ID:</p>
/// <p>
/// <code><Grantee xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
/// xsi:type="CanonicalUser"><ID><>ID<></ID><DisplayName><>GranteesEmail<></DisplayName>
/// </Grantee></code>
/// </p>
/// <p>DisplayName is optional and ignored in the request.</p>
/// </li>
/// <li>
/// <p>By URI:</p>
/// <p>
/// <code><Grantee xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
/// xsi:type="Group"><URI><>http://acs.amazonaws.com/groups/global/AuthenticatedUsers<></URI></Grantee></code>
/// </p>
/// </li>
/// <li>
/// <p>By Email address:</p>
/// <p>
/// <code><Grantee xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
/// xsi:type="AmazonCustomerByEmail"><EmailAddress><>Grantees@email.com<></EmailAddress>lt;/Grantee></code>
/// </p>
/// <p>The grantee is resolved to the CanonicalUser and, in a response to a GET Object
/// acl request, appears as the CanonicalUser.</p>
/// <note>
/// <p>Using email addresses to specify a grantee is only supported in the following Amazon Web Services Regions: </p>
/// <ul>
/// <li>
/// <p>US East (N. Virginia)</p>
/// </li>
/// <li>
/// <p>US West (N. California)</p>
/// </li>
/// <li>
/// <p> US West (Oregon)</p>
/// </li>
/// <li>
/// <p> Asia Pacific (Singapore)</p>
/// </li>
/// <li>
/// <p>Asia Pacific (Sydney)</p>
/// </li>
/// <li>
/// <p>Asia Pacific (Tokyo)</p>
/// </li>
/// <li>
/// <p>Europe (Ireland)</p>
/// </li>
/// <li>
/// <p>South America (São Paulo)</p>
/// </li>
/// </ul>
/// <p>For a list of all the Amazon S3 supported Regions and endpoints, see <a href="https://docs.aws.amazon.com/general/latest/gr/rande.html#s3_region">Regions and Endpoints</a> in the Amazon Web Services General Reference.</p>
/// </note>
/// </li>
/// </ul>
/// <p>
/// <b>Versioning</b>
/// </p>
/// <p>The ACL of an object is set at the object version level. By default, PUT sets the ACL of
/// the current version of an object. To set the ACL of a different version, use the
/// <code>versionId</code> subresource.</p>
/// <p class="title">
/// <b>Related Resources</b>
/// </p>
/// <ul>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_CopyObject.html">CopyObject</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetObject.html">GetObject</a>
/// </p>
/// </li>
/// </ul>
#[derive(std::fmt::Debug)]
pub struct PutObjectAcl<
C = aws_smithy_client::erase::DynConnector,
M = aws_hyper::AwsMiddleware,
R = aws_smithy_client::retry::Standard,
> {
handle: std::sync::Arc<super::Handle<C, M, R>>,
inner: crate::input::put_object_acl_input::Builder,
}
impl<C, M, R> PutObjectAcl<C, M, R>
where
C: aws_smithy_client::bounds::SmithyConnector,
M: aws_smithy_client::bounds::SmithyMiddleware<C>,
R: aws_smithy_client::retry::NewRequestPolicy,
{
/// Creates a new `PutObjectAcl`.
pub(crate) fn new(handle: std::sync::Arc<super::Handle<C, M, R>>) -> Self {
Self {
handle,
inner: Default::default(),
}
}
/// 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](aws_smithy_types::retry::RetryConfig), which can be
/// set when configuring the client.
pub async fn send(
self,
) -> std::result::Result<
crate::output::PutObjectAclOutput,
aws_smithy_http::result::SdkError<crate::error::PutObjectAclError>,
>
where
R::Policy: aws_smithy_client::bounds::SmithyRetryPolicy<
crate::input::PutObjectAclInputOperationOutputAlias,
crate::output::PutObjectAclOutput,
crate::error::PutObjectAclError,
crate::input::PutObjectAclInputOperationRetryAlias,
>,
{
let input = self.inner.build().map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
let op = input
.make_operation(&self.handle.conf)
.await
.map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
self.handle.client.call(op).await
}
/// <p>The canned ACL to apply to the object. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html#CannedACL">Canned ACL</a>.</p>
pub fn acl(mut self, inp: crate::model::ObjectCannedAcl) -> Self {
self.inner = self.inner.acl(inp);
self
}
/// <p>The canned ACL to apply to the object. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html#CannedACL">Canned ACL</a>.</p>
pub fn set_acl(
mut self,
input: std::option::Option<crate::model::ObjectCannedAcl>,
) -> Self {
self.inner = self.inner.set_acl(input);
self
}
/// <p>Contains the elements that set the ACL permissions for an object per grantee.</p>
pub fn access_control_policy(mut self, inp: crate::model::AccessControlPolicy) -> Self {
self.inner = self.inner.access_control_policy(inp);
self
}
/// <p>Contains the elements that set the ACL permissions for an object per grantee.</p>
pub fn set_access_control_policy(
mut self,
input: std::option::Option<crate::model::AccessControlPolicy>,
) -> Self {
self.inner = self.inner.set_access_control_policy(input);
self
}
/// <p>The bucket name that contains the object to which you want to attach the ACL. </p>
/// <p>When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
pub fn bucket(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.bucket(inp);
self
}
/// <p>The bucket name that contains the object to which you want to attach the ACL. </p>
/// <p>When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
pub fn set_bucket(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_bucket(input);
self
}
/// <p>The base64-encoded 128-bit MD5 digest of the data. This header must be used as a message
/// integrity check to verify that the request body was not corrupted in transit. For more
/// information, go to <a href="http://www.ietf.org/rfc/rfc1864.txt">RFC
/// 1864.></a>
/// </p>
/// <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
pub fn content_md5(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.content_md5(inp);
self
}
/// <p>The base64-encoded 128-bit MD5 digest of the data. This header must be used as a message
/// integrity check to verify that the request body was not corrupted in transit. For more
/// information, go to <a href="http://www.ietf.org/rfc/rfc1864.txt">RFC
/// 1864.></a>
/// </p>
/// <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
pub fn set_content_md5(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_content_md5(input);
self
}
/// <p>Allows grantee the read, write, read ACP, and write ACP permissions on the
/// bucket.</p>
/// <p>This action is not supported by Amazon S3 on Outposts.</p>
pub fn grant_full_control(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.grant_full_control(inp);
self
}
/// <p>Allows grantee the read, write, read ACP, and write ACP permissions on the
/// bucket.</p>
/// <p>This action is not supported by Amazon S3 on Outposts.</p>
pub fn set_grant_full_control(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_grant_full_control(input);
self
}
/// <p>Allows grantee to list the objects in the
/// bucket.</p>
/// <p>This action is not supported by Amazon S3 on Outposts.</p>
pub fn grant_read(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.grant_read(inp);
self
}
/// <p>Allows grantee to list the objects in the
/// bucket.</p>
/// <p>This action is not supported by Amazon S3 on Outposts.</p>
pub fn set_grant_read(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_grant_read(input);
self
}
/// <p>Allows grantee to read the bucket ACL.</p>
/// <p>This action is not supported by Amazon S3 on Outposts.</p>
pub fn grant_read_acp(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.grant_read_acp(inp);
self
}
/// <p>Allows grantee to read the bucket ACL.</p>
/// <p>This action is not supported by Amazon S3 on Outposts.</p>
pub fn set_grant_read_acp(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_grant_read_acp(input);
self
}
/// <p>Allows grantee to create new objects in the bucket.</p>
/// <p>For the bucket and object owners of existing objects, also allows deletions and overwrites of those objects.</p>
pub fn grant_write(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.grant_write(inp);
self
}
/// <p>Allows grantee to create new objects in the bucket.</p>
/// <p>For the bucket and object owners of existing objects, also allows deletions and overwrites of those objects.</p>
pub fn set_grant_write(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_grant_write(input);
self
}
/// <p>Allows grantee to write the ACL for the applicable
/// bucket.</p>
/// <p>This action is not supported by Amazon S3 on Outposts.</p>
pub fn grant_write_acp(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.grant_write_acp(inp);
self
}
/// <p>Allows grantee to write the ACL for the applicable
/// bucket.</p>
/// <p>This action is not supported by Amazon S3 on Outposts.</p>
pub fn set_grant_write_acp(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_grant_write_acp(input);
self
}
/// <p>Key for which the PUT action was initiated.</p>
/// <p>When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
/// <p>When using this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.<i>outpostID</i>.s3-outposts.<i>Region</i>.amazonaws.com. When using this action using S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts bucket ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">Using S3 on Outposts</a> in the <i>Amazon S3 User Guide</i>.</p>
pub fn key(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.key(inp);
self
}
/// <p>Key for which the PUT action was initiated.</p>
/// <p>When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
/// <p>When using this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.<i>outpostID</i>.s3-outposts.<i>Region</i>.amazonaws.com. When using this action using S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts bucket ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">Using S3 on Outposts</a> in the <i>Amazon S3 User Guide</i>.</p>
pub fn set_key(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_key(input);
self
}
/// <p>Confirms that the requester knows that they will be charged for the request. Bucket
/// owners need not specify this parameter in their requests. For information about downloading
/// objects from requester pays buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in
/// Requestor Pays Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
pub fn request_payer(mut self, inp: crate::model::RequestPayer) -> Self {
self.inner = self.inner.request_payer(inp);
self
}
/// <p>Confirms that the requester knows that they will be charged for the request. Bucket
/// owners need not specify this parameter in their requests. For information about downloading
/// objects from requester pays buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in
/// Requestor Pays Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
pub fn set_request_payer(
mut self,
input: std::option::Option<crate::model::RequestPayer>,
) -> Self {
self.inner = self.inner.set_request_payer(input);
self
}
/// <p>VersionId used to reference a specific version of the object.</p>
pub fn version_id(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.version_id(inp);
self
}
/// <p>VersionId used to reference a specific version of the object.</p>
pub fn set_version_id(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_version_id(input);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn expected_bucket_owner(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.expected_bucket_owner(inp);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn set_expected_bucket_owner(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_expected_bucket_owner(input);
self
}
}
/// Fluent builder constructing a request to `PutObjectLegalHold`.
///
/// <p>Applies a Legal Hold configuration to the specified object. For more information, see
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lock.html">Locking
/// Objects</a>.</p>
/// <p>This action is not supported by Amazon S3 on Outposts.</p>
#[derive(std::fmt::Debug)]
pub struct PutObjectLegalHold<
C = aws_smithy_client::erase::DynConnector,
M = aws_hyper::AwsMiddleware,
R = aws_smithy_client::retry::Standard,
> {
handle: std::sync::Arc<super::Handle<C, M, R>>,
inner: crate::input::put_object_legal_hold_input::Builder,
}
impl<C, M, R> PutObjectLegalHold<C, M, R>
where
C: aws_smithy_client::bounds::SmithyConnector,
M: aws_smithy_client::bounds::SmithyMiddleware<C>,
R: aws_smithy_client::retry::NewRequestPolicy,
{
/// Creates a new `PutObjectLegalHold`.
pub(crate) fn new(handle: std::sync::Arc<super::Handle<C, M, R>>) -> Self {
Self {
handle,
inner: Default::default(),
}
}
/// 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](aws_smithy_types::retry::RetryConfig), which can be
/// set when configuring the client.
pub async fn send(
self,
) -> std::result::Result<
crate::output::PutObjectLegalHoldOutput,
aws_smithy_http::result::SdkError<crate::error::PutObjectLegalHoldError>,
>
where
R::Policy: aws_smithy_client::bounds::SmithyRetryPolicy<
crate::input::PutObjectLegalHoldInputOperationOutputAlias,
crate::output::PutObjectLegalHoldOutput,
crate::error::PutObjectLegalHoldError,
crate::input::PutObjectLegalHoldInputOperationRetryAlias,
>,
{
let input = self.inner.build().map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
let op = input
.make_operation(&self.handle.conf)
.await
.map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
self.handle.client.call(op).await
}
/// <p>The bucket name containing the object that you want to place a Legal Hold on. </p>
/// <p>When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
pub fn bucket(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.bucket(inp);
self
}
/// <p>The bucket name containing the object that you want to place a Legal Hold on. </p>
/// <p>When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
pub fn set_bucket(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_bucket(input);
self
}
/// <p>The key name for the object that you want to place a Legal Hold on.</p>
pub fn key(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.key(inp);
self
}
/// <p>The key name for the object that you want to place a Legal Hold on.</p>
pub fn set_key(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_key(input);
self
}
/// <p>Container element for the Legal Hold configuration you want to apply to the specified
/// object.</p>
pub fn legal_hold(mut self, inp: crate::model::ObjectLockLegalHold) -> Self {
self.inner = self.inner.legal_hold(inp);
self
}
/// <p>Container element for the Legal Hold configuration you want to apply to the specified
/// object.</p>
pub fn set_legal_hold(
mut self,
input: std::option::Option<crate::model::ObjectLockLegalHold>,
) -> Self {
self.inner = self.inner.set_legal_hold(input);
self
}
/// <p>Confirms that the requester knows that they will be charged for the request. Bucket
/// owners need not specify this parameter in their requests. For information about downloading
/// objects from requester pays buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in
/// Requestor Pays Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
pub fn request_payer(mut self, inp: crate::model::RequestPayer) -> Self {
self.inner = self.inner.request_payer(inp);
self
}
/// <p>Confirms that the requester knows that they will be charged for the request. Bucket
/// owners need not specify this parameter in their requests. For information about downloading
/// objects from requester pays buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in
/// Requestor Pays Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
pub fn set_request_payer(
mut self,
input: std::option::Option<crate::model::RequestPayer>,
) -> Self {
self.inner = self.inner.set_request_payer(input);
self
}
/// <p>The version ID of the object that you want to place a Legal Hold on.</p>
pub fn version_id(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.version_id(inp);
self
}
/// <p>The version ID of the object that you want to place a Legal Hold on.</p>
pub fn set_version_id(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_version_id(input);
self
}
/// <p>The MD5 hash for the request body.</p>
/// <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
pub fn content_md5(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.content_md5(inp);
self
}
/// <p>The MD5 hash for the request body.</p>
/// <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
pub fn set_content_md5(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_content_md5(input);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn expected_bucket_owner(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.expected_bucket_owner(inp);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn set_expected_bucket_owner(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_expected_bucket_owner(input);
self
}
}
/// Fluent builder constructing a request to `PutObjectLockConfiguration`.
///
/// <p>Places an Object Lock configuration on the specified bucket. The rule specified in the
/// Object Lock configuration will be applied by default to every new object placed in the
/// specified bucket. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lock.html">Locking Objects</a>.
/// </p>
/// <note>
/// <ul>
/// <li>
/// <p>The <code>DefaultRetention</code> settings require both a mode and a
/// period.</p>
/// </li>
/// <li>
/// <p>The <code>DefaultRetention</code> period can be either <code>Days</code>
/// or <code>Years</code> but you must select one. You cannot specify <code>Days</code>
/// and <code>Years</code> at the same time.</p>
/// </li>
/// <li>
/// <p>You can only enable Object Lock for new buckets. If you want to turn on
/// Object Lock for an existing bucket, contact Amazon Web Services Support.</p>
/// </li>
/// </ul>
/// </note>
#[derive(std::fmt::Debug)]
pub struct PutObjectLockConfiguration<
C = aws_smithy_client::erase::DynConnector,
M = aws_hyper::AwsMiddleware,
R = aws_smithy_client::retry::Standard,
> {
handle: std::sync::Arc<super::Handle<C, M, R>>,
inner: crate::input::put_object_lock_configuration_input::Builder,
}
impl<C, M, R> PutObjectLockConfiguration<C, M, R>
where
C: aws_smithy_client::bounds::SmithyConnector,
M: aws_smithy_client::bounds::SmithyMiddleware<C>,
R: aws_smithy_client::retry::NewRequestPolicy,
{
/// Creates a new `PutObjectLockConfiguration`.
pub(crate) fn new(handle: std::sync::Arc<super::Handle<C, M, R>>) -> Self {
Self {
handle,
inner: Default::default(),
}
}
/// 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](aws_smithy_types::retry::RetryConfig), which can be
/// set when configuring the client.
pub async fn send(
self,
) -> std::result::Result<
crate::output::PutObjectLockConfigurationOutput,
aws_smithy_http::result::SdkError<crate::error::PutObjectLockConfigurationError>,
>
where
R::Policy: aws_smithy_client::bounds::SmithyRetryPolicy<
crate::input::PutObjectLockConfigurationInputOperationOutputAlias,
crate::output::PutObjectLockConfigurationOutput,
crate::error::PutObjectLockConfigurationError,
crate::input::PutObjectLockConfigurationInputOperationRetryAlias,
>,
{
let input = self.inner.build().map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
let op = input
.make_operation(&self.handle.conf)
.await
.map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
self.handle.client.call(op).await
}
/// <p>The bucket whose Object Lock configuration you want to create or replace.</p>
pub fn bucket(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.bucket(inp);
self
}
/// <p>The bucket whose Object Lock configuration you want to create or replace.</p>
pub fn set_bucket(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_bucket(input);
self
}
/// <p>The Object Lock configuration that you want to apply to the specified bucket.</p>
pub fn object_lock_configuration(
mut self,
inp: crate::model::ObjectLockConfiguration,
) -> Self {
self.inner = self.inner.object_lock_configuration(inp);
self
}
/// <p>The Object Lock configuration that you want to apply to the specified bucket.</p>
pub fn set_object_lock_configuration(
mut self,
input: std::option::Option<crate::model::ObjectLockConfiguration>,
) -> Self {
self.inner = self.inner.set_object_lock_configuration(input);
self
}
/// <p>Confirms that the requester knows that they will be charged for the request. Bucket
/// owners need not specify this parameter in their requests. For information about downloading
/// objects from requester pays buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in
/// Requestor Pays Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
pub fn request_payer(mut self, inp: crate::model::RequestPayer) -> Self {
self.inner = self.inner.request_payer(inp);
self
}
/// <p>Confirms that the requester knows that they will be charged for the request. Bucket
/// owners need not specify this parameter in their requests. For information about downloading
/// objects from requester pays buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in
/// Requestor Pays Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
pub fn set_request_payer(
mut self,
input: std::option::Option<crate::model::RequestPayer>,
) -> Self {
self.inner = self.inner.set_request_payer(input);
self
}
/// <p>A token to allow Object Lock to be enabled for an existing bucket.</p>
pub fn token(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.token(inp);
self
}
/// <p>A token to allow Object Lock to be enabled for an existing bucket.</p>
pub fn set_token(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_token(input);
self
}
/// <p>The MD5 hash for the request body.</p>
/// <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
pub fn content_md5(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.content_md5(inp);
self
}
/// <p>The MD5 hash for the request body.</p>
/// <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
pub fn set_content_md5(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_content_md5(input);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn expected_bucket_owner(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.expected_bucket_owner(inp);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn set_expected_bucket_owner(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_expected_bucket_owner(input);
self
}
}
/// Fluent builder constructing a request to `PutObjectRetention`.
///
/// <p>Places an Object Retention configuration on an object. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lock.html">Locking Objects</a>.
/// Users or accounts require the <code>s3:PutObjectRetention</code> permission in order to place
/// an Object Retention configuration on objects. Bypassing a Governance Retention configuration
/// requires the <code>s3:BypassGovernanceRetention</code> permission.
/// </p>
/// <p>This action is not supported by Amazon S3 on Outposts.</p>
///
/// <p>
/// <b>Permissions</b>
/// </p>
/// <p>When the Object Lock retention mode is set to compliance, you need <code>s3:PutObjectRetention</code> and
/// <code>s3:BypassGovernanceRetention</code> permissions. For other requests to <code>PutObjectRetention</code>,
/// only <code>s3:PutObjectRetention</code> permissions are required.</p>
#[derive(std::fmt::Debug)]
pub struct PutObjectRetention<
C = aws_smithy_client::erase::DynConnector,
M = aws_hyper::AwsMiddleware,
R = aws_smithy_client::retry::Standard,
> {
handle: std::sync::Arc<super::Handle<C, M, R>>,
inner: crate::input::put_object_retention_input::Builder,
}
impl<C, M, R> PutObjectRetention<C, M, R>
where
C: aws_smithy_client::bounds::SmithyConnector,
M: aws_smithy_client::bounds::SmithyMiddleware<C>,
R: aws_smithy_client::retry::NewRequestPolicy,
{
/// Creates a new `PutObjectRetention`.
pub(crate) fn new(handle: std::sync::Arc<super::Handle<C, M, R>>) -> Self {
Self {
handle,
inner: Default::default(),
}
}
/// 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](aws_smithy_types::retry::RetryConfig), which can be
/// set when configuring the client.
pub async fn send(
self,
) -> std::result::Result<
crate::output::PutObjectRetentionOutput,
aws_smithy_http::result::SdkError<crate::error::PutObjectRetentionError>,
>
where
R::Policy: aws_smithy_client::bounds::SmithyRetryPolicy<
crate::input::PutObjectRetentionInputOperationOutputAlias,
crate::output::PutObjectRetentionOutput,
crate::error::PutObjectRetentionError,
crate::input::PutObjectRetentionInputOperationRetryAlias,
>,
{
let input = self.inner.build().map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
let op = input
.make_operation(&self.handle.conf)
.await
.map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
self.handle.client.call(op).await
}
/// <p>The bucket name that contains the object you want to apply this Object Retention
/// configuration to. </p>
/// <p>When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
pub fn bucket(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.bucket(inp);
self
}
/// <p>The bucket name that contains the object you want to apply this Object Retention
/// configuration to. </p>
/// <p>When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
pub fn set_bucket(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_bucket(input);
self
}
/// <p>The key name for the object that you want to apply this Object Retention configuration
/// to.</p>
pub fn key(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.key(inp);
self
}
/// <p>The key name for the object that you want to apply this Object Retention configuration
/// to.</p>
pub fn set_key(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_key(input);
self
}
/// <p>The container element for the Object Retention configuration.</p>
pub fn retention(mut self, inp: crate::model::ObjectLockRetention) -> Self {
self.inner = self.inner.retention(inp);
self
}
/// <p>The container element for the Object Retention configuration.</p>
pub fn set_retention(
mut self,
input: std::option::Option<crate::model::ObjectLockRetention>,
) -> Self {
self.inner = self.inner.set_retention(input);
self
}
/// <p>Confirms that the requester knows that they will be charged for the request. Bucket
/// owners need not specify this parameter in their requests. For information about downloading
/// objects from requester pays buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in
/// Requestor Pays Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
pub fn request_payer(mut self, inp: crate::model::RequestPayer) -> Self {
self.inner = self.inner.request_payer(inp);
self
}
/// <p>Confirms that the requester knows that they will be charged for the request. Bucket
/// owners need not specify this parameter in their requests. For information about downloading
/// objects from requester pays buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in
/// Requestor Pays Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
pub fn set_request_payer(
mut self,
input: std::option::Option<crate::model::RequestPayer>,
) -> Self {
self.inner = self.inner.set_request_payer(input);
self
}
/// <p>The version ID for the object that you want to apply this Object Retention configuration
/// to.</p>
pub fn version_id(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.version_id(inp);
self
}
/// <p>The version ID for the object that you want to apply this Object Retention configuration
/// to.</p>
pub fn set_version_id(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_version_id(input);
self
}
/// <p>Indicates whether this action should bypass Governance-mode restrictions.</p>
pub fn bypass_governance_retention(mut self, inp: bool) -> Self {
self.inner = self.inner.bypass_governance_retention(inp);
self
}
/// <p>Indicates whether this action should bypass Governance-mode restrictions.</p>
pub fn set_bypass_governance_retention(mut self, input: std::option::Option<bool>) -> Self {
self.inner = self.inner.set_bypass_governance_retention(input);
self
}
/// <p>The MD5 hash for the request body.</p>
/// <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
pub fn content_md5(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.content_md5(inp);
self
}
/// <p>The MD5 hash for the request body.</p>
/// <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
pub fn set_content_md5(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_content_md5(input);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn expected_bucket_owner(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.expected_bucket_owner(inp);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn set_expected_bucket_owner(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_expected_bucket_owner(input);
self
}
}
/// Fluent builder constructing a request to `PutObjectTagging`.
///
/// <p>Sets the supplied tag-set to an object that already exists in a bucket.</p>
/// <p>A tag is a key-value pair. You can associate tags with an object by sending a PUT
/// request against the tagging subresource that is associated with the object. You can
/// retrieve tags by sending a GET request. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetObjectTagging.html">GetObjectTagging</a>.</p>
///
/// <p>For tagging-related restrictions related to characters and encodings, see <a href="https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/allocation-tag-restrictions.html">Tag
/// Restrictions</a>. Note that Amazon S3 limits the maximum number of tags to 10 tags per
/// object.</p>
///
/// <p>To use this operation, you must have permission to perform the
/// <code>s3:PutObjectTagging</code> action. By default, the bucket owner has this
/// permission and can grant this permission to others.</p>
///
/// <p>To put tags of any other version, use the <code>versionId</code> query parameter. You
/// also need permission for the <code>s3:PutObjectVersionTagging</code> action.</p>
///
/// <p>For information about the Amazon S3 object tagging feature, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/object-tagging.html">Object Tagging</a>.</p>
///
///
/// <p class="title">
/// <b>Special Errors</b>
/// </p>
/// <ul>
/// <li>
/// <ul>
/// <li>
/// <p>
/// <i>Code: InvalidTagError </i>
/// </p>
/// </li>
/// <li>
/// <p>
/// <i>Cause: The tag provided was not a valid tag. This error can occur
/// if the tag did not pass input validation. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/object-tagging.html">Object Tagging</a>.</i>
/// </p>
/// </li>
/// </ul>
/// </li>
/// <li>
/// <ul>
/// <li>
/// <p>
/// <i>Code: MalformedXMLError </i>
/// </p>
/// </li>
/// <li>
/// <p>
/// <i>Cause: The XML provided does not match the schema.</i>
/// </p>
/// </li>
/// </ul>
/// </li>
/// <li>
/// <ul>
/// <li>
/// <p>
/// <i>Code: OperationAbortedError </i>
/// </p>
/// </li>
/// <li>
/// <p>
/// <i>Cause: A conflicting conditional action is currently in
/// progress against this resource. Please try again.</i>
/// </p>
/// </li>
/// </ul>
/// </li>
/// <li>
/// <ul>
/// <li>
/// <p>
/// <i>Code: InternalError</i>
/// </p>
/// </li>
/// <li>
/// <p>
/// <i>Cause: The service was unable to apply the provided tag to the
/// object.</i>
/// </p>
/// </li>
/// </ul>
/// </li>
/// </ul>
///
///
///
///
///
///
/// <p class="title">
/// <b>Related Resources</b>
/// </p>
/// <ul>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetObjectTagging.html">GetObjectTagging</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteObjectTagging.html">DeleteObjectTagging</a>
/// </p>
/// </li>
/// </ul>
#[derive(std::fmt::Debug)]
pub struct PutObjectTagging<
C = aws_smithy_client::erase::DynConnector,
M = aws_hyper::AwsMiddleware,
R = aws_smithy_client::retry::Standard,
> {
handle: std::sync::Arc<super::Handle<C, M, R>>,
inner: crate::input::put_object_tagging_input::Builder,
}
impl<C, M, R> PutObjectTagging<C, M, R>
where
C: aws_smithy_client::bounds::SmithyConnector,
M: aws_smithy_client::bounds::SmithyMiddleware<C>,
R: aws_smithy_client::retry::NewRequestPolicy,
{
/// Creates a new `PutObjectTagging`.
pub(crate) fn new(handle: std::sync::Arc<super::Handle<C, M, R>>) -> Self {
Self {
handle,
inner: Default::default(),
}
}
/// 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](aws_smithy_types::retry::RetryConfig), which can be
/// set when configuring the client.
pub async fn send(
self,
) -> std::result::Result<
crate::output::PutObjectTaggingOutput,
aws_smithy_http::result::SdkError<crate::error::PutObjectTaggingError>,
>
where
R::Policy: aws_smithy_client::bounds::SmithyRetryPolicy<
crate::input::PutObjectTaggingInputOperationOutputAlias,
crate::output::PutObjectTaggingOutput,
crate::error::PutObjectTaggingError,
crate::input::PutObjectTaggingInputOperationRetryAlias,
>,
{
let input = self.inner.build().map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
let op = input
.make_operation(&self.handle.conf)
.await
.map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
self.handle.client.call(op).await
}
/// <p>The bucket name containing the object. </p>
/// <p>When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
/// <p>When using this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.<i>outpostID</i>.s3-outposts.<i>Region</i>.amazonaws.com. When using this action using S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts bucket ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">Using S3 on Outposts</a> in the <i>Amazon S3 User Guide</i>.</p>
pub fn bucket(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.bucket(inp);
self
}
/// <p>The bucket name containing the object. </p>
/// <p>When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
/// <p>When using this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.<i>outpostID</i>.s3-outposts.<i>Region</i>.amazonaws.com. When using this action using S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts bucket ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">Using S3 on Outposts</a> in the <i>Amazon S3 User Guide</i>.</p>
pub fn set_bucket(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_bucket(input);
self
}
/// <p>Name of the object key.</p>
pub fn key(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.key(inp);
self
}
/// <p>Name of the object key.</p>
pub fn set_key(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_key(input);
self
}
/// <p>The versionId of the object that the tag-set will be added to.</p>
pub fn version_id(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.version_id(inp);
self
}
/// <p>The versionId of the object that the tag-set will be added to.</p>
pub fn set_version_id(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_version_id(input);
self
}
/// <p>The MD5 hash for the request body.</p>
/// <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
pub fn content_md5(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.content_md5(inp);
self
}
/// <p>The MD5 hash for the request body.</p>
/// <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
pub fn set_content_md5(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_content_md5(input);
self
}
/// <p>Container for the <code>TagSet</code> and <code>Tag</code> elements</p>
pub fn tagging(mut self, inp: crate::model::Tagging) -> Self {
self.inner = self.inner.tagging(inp);
self
}
/// <p>Container for the <code>TagSet</code> and <code>Tag</code> elements</p>
pub fn set_tagging(mut self, input: std::option::Option<crate::model::Tagging>) -> Self {
self.inner = self.inner.set_tagging(input);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn expected_bucket_owner(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.expected_bucket_owner(inp);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn set_expected_bucket_owner(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_expected_bucket_owner(input);
self
}
/// <p>Confirms that the requester knows that they will be charged for the request. Bucket
/// owners need not specify this parameter in their requests. For information about downloading
/// objects from requester pays buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in
/// Requestor Pays Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
pub fn request_payer(mut self, inp: crate::model::RequestPayer) -> Self {
self.inner = self.inner.request_payer(inp);
self
}
/// <p>Confirms that the requester knows that they will be charged for the request. Bucket
/// owners need not specify this parameter in their requests. For information about downloading
/// objects from requester pays buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in
/// Requestor Pays Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
pub fn set_request_payer(
mut self,
input: std::option::Option<crate::model::RequestPayer>,
) -> Self {
self.inner = self.inner.set_request_payer(input);
self
}
}
/// Fluent builder constructing a request to `PutPublicAccessBlock`.
///
/// <p>Creates or modifies the <code>PublicAccessBlock</code> configuration for an Amazon S3 bucket.
/// To use this operation, you must have the <code>s3:PutBucketPublicAccessBlock</code>
/// permission. For more information about Amazon S3 permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/using-with-s3-actions.html">Specifying Permissions in a
/// Policy</a>.</p>
///
/// <important>
/// <p>When Amazon S3 evaluates the <code>PublicAccessBlock</code> configuration for a bucket or
/// an object, it checks the <code>PublicAccessBlock</code> configuration for both the
/// bucket (or the bucket that contains the object) and the bucket owner's account. If the
/// <code>PublicAccessBlock</code> configurations are different between the bucket and
/// the account, Amazon S3 uses the most restrictive combination of the bucket-level and
/// account-level settings.</p>
/// </important>
///
///
/// <p>For more information about when Amazon S3 considers a bucket or an object public, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/access-control-block-public-access.html#access-control-block-public-access-policy-status">The Meaning of "Public"</a>.</p>
///
///
///
/// <p class="title">
/// <b>Related Resources</b>
/// </p>
/// <ul>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetPublicAccessBlock.html">GetPublicAccessBlock</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeletePublicAccessBlock.html">DeletePublicAccessBlock</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketPolicyStatus.html">GetBucketPolicyStatus</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/access-control-block-public-access.html">Using Amazon S3 Block
/// Public Access</a>
/// </p>
/// </li>
/// </ul>
#[derive(std::fmt::Debug)]
pub struct PutPublicAccessBlock<
C = aws_smithy_client::erase::DynConnector,
M = aws_hyper::AwsMiddleware,
R = aws_smithy_client::retry::Standard,
> {
handle: std::sync::Arc<super::Handle<C, M, R>>,
inner: crate::input::put_public_access_block_input::Builder,
}
impl<C, M, R> PutPublicAccessBlock<C, M, R>
where
C: aws_smithy_client::bounds::SmithyConnector,
M: aws_smithy_client::bounds::SmithyMiddleware<C>,
R: aws_smithy_client::retry::NewRequestPolicy,
{
/// Creates a new `PutPublicAccessBlock`.
pub(crate) fn new(handle: std::sync::Arc<super::Handle<C, M, R>>) -> Self {
Self {
handle,
inner: Default::default(),
}
}
/// 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](aws_smithy_types::retry::RetryConfig), which can be
/// set when configuring the client.
pub async fn send(
self,
) -> std::result::Result<
crate::output::PutPublicAccessBlockOutput,
aws_smithy_http::result::SdkError<crate::error::PutPublicAccessBlockError>,
>
where
R::Policy: aws_smithy_client::bounds::SmithyRetryPolicy<
crate::input::PutPublicAccessBlockInputOperationOutputAlias,
crate::output::PutPublicAccessBlockOutput,
crate::error::PutPublicAccessBlockError,
crate::input::PutPublicAccessBlockInputOperationRetryAlias,
>,
{
let input = self.inner.build().map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
let op = input
.make_operation(&self.handle.conf)
.await
.map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
self.handle.client.call(op).await
}
/// <p>The name of the Amazon S3 bucket whose <code>PublicAccessBlock</code> configuration you want
/// to set.</p>
pub fn bucket(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.bucket(inp);
self
}
/// <p>The name of the Amazon S3 bucket whose <code>PublicAccessBlock</code> configuration you want
/// to set.</p>
pub fn set_bucket(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_bucket(input);
self
}
/// <p>The MD5 hash of the <code>PutPublicAccessBlock</code> request body. </p>
/// <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
pub fn content_md5(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.content_md5(inp);
self
}
/// <p>The MD5 hash of the <code>PutPublicAccessBlock</code> request body. </p>
/// <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
pub fn set_content_md5(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_content_md5(input);
self
}
/// <p>The <code>PublicAccessBlock</code> configuration that you want to apply to this Amazon S3
/// bucket. You can enable the configuration options in any combination. For more information
/// about when Amazon S3 considers a bucket or object public, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/access-control-block-public-access.html#access-control-block-public-access-policy-status">The Meaning of "Public"</a> in the <i>Amazon S3 User Guide</i>.</p>
pub fn public_access_block_configuration(
mut self,
inp: crate::model::PublicAccessBlockConfiguration,
) -> Self {
self.inner = self.inner.public_access_block_configuration(inp);
self
}
/// <p>The <code>PublicAccessBlock</code> configuration that you want to apply to this Amazon S3
/// bucket. You can enable the configuration options in any combination. For more information
/// about when Amazon S3 considers a bucket or object public, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/access-control-block-public-access.html#access-control-block-public-access-policy-status">The Meaning of "Public"</a> in the <i>Amazon S3 User Guide</i>.</p>
pub fn set_public_access_block_configuration(
mut self,
input: std::option::Option<crate::model::PublicAccessBlockConfiguration>,
) -> Self {
self.inner = self.inner.set_public_access_block_configuration(input);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn expected_bucket_owner(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.expected_bucket_owner(inp);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn set_expected_bucket_owner(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_expected_bucket_owner(input);
self
}
}
/// Fluent builder constructing a request to `RestoreObject`.
///
/// <p>Restores an archived copy of an object back into Amazon S3</p>
/// <p>This action is not supported by Amazon S3 on Outposts.</p>
/// <p>This action performs the following types of requests: </p>
/// <ul>
/// <li>
/// <p>
/// <code>select</code> - Perform a select query on an archived object</p>
/// </li>
/// <li>
/// <p>
/// <code>restore an archive</code> - Restore an archived object</p>
/// </li>
/// </ul>
/// <p>To use this operation, you must have permissions to perform the
/// <code>s3:RestoreObject</code> action. The bucket owner has this permission by default
/// and can grant this permission to others. For more information about permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-with-s3-actions.html#using-with-s3-actions-related-to-bucket-subresources">Permissions Related to Bucket Subresource Operations</a> and <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-access-control.html">Managing Access Permissions to Your Amazon S3
/// Resources</a> in the <i>Amazon S3 User Guide</i>.</p>
/// <p>
/// <b>Querying Archives with Select Requests</b>
/// </p>
/// <p>You use a select type of request to perform SQL queries on archived objects. The
/// archived objects that are being queried by the select request must be formatted as
/// uncompressed comma-separated values (CSV) files. You can run queries and custom analytics
/// on your archived data without having to restore your data to a hotter Amazon S3 tier. For an
/// overview about select requests, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/querying-glacier-archives.html">Querying Archived Objects</a> in the <i>Amazon S3 User Guide</i>.</p>
/// <p>When making a select request, do the following:</p>
/// <ul>
/// <li>
/// <p>Define an output location for the select query's output. This must be an Amazon S3
/// bucket in the same Amazon Web Services Region as the bucket that contains the archive object that is
/// being queried. The Amazon Web Services account that initiates the job must have permissions to write
/// to the S3 bucket. You can specify the storage class and encryption for the output
/// objects stored in the bucket. For more information about output, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/querying-glacier-archives.html">Querying Archived Objects</a>
/// in the <i>Amazon S3 User Guide</i>.</p>
/// <p>For more information about the <code>S3</code> structure in the request body, see
/// the following:</p>
/// <ul>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutObject.html">PutObject</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/S3_ACLs_UsingACLs.html">Managing Access with
/// ACLs</a> in the <i>Amazon S3 User Guide</i>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/serv-side-encryption.html">Protecting Data Using
/// Server-Side Encryption</a> in the
/// <i>Amazon S3 User Guide</i>
/// </p>
/// </li>
/// </ul>
/// </li>
/// <li>
/// <p>Define the SQL expression for the <code>SELECT</code> type of restoration for your
/// query in the request body's <code>SelectParameters</code> structure. You can use
/// expressions like the following examples.</p>
/// <ul>
/// <li>
/// <p>The following expression returns all records from the specified
/// object.</p>
/// <p>
/// <code>SELECT * FROM Object</code>
/// </p>
/// </li>
/// <li>
/// <p>Assuming that you are not using any headers for data stored in the object,
/// you can specify columns with positional headers.</p>
/// <p>
/// <code>SELECT s._1, s._2 FROM Object s WHERE s._3 > 100</code>
/// </p>
/// </li>
/// <li>
/// <p>If you have headers and you set the <code>fileHeaderInfo</code> in the
/// <code>CSV</code> structure in the request body to <code>USE</code>, you can
/// specify headers in the query. (If you set the <code>fileHeaderInfo</code> field
/// to <code>IGNORE</code>, the first row is skipped for the query.) You cannot mix
/// ordinal positions with header column names. </p>
/// <p>
/// <code>SELECT s.Id, s.FirstName, s.SSN FROM S3Object s</code>
/// </p>
/// </li>
/// </ul>
/// </li>
/// </ul>
/// <p>For more information about using SQL with S3 Glacier Select restore, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/s3-glacier-select-sql-reference.html">SQL Reference for Amazon S3 Select and
/// S3 Glacier Select</a> in the <i>Amazon S3 User Guide</i>. </p>
/// <p>When making a select request, you can also do the following:</p>
/// <ul>
/// <li>
/// <p>To expedite your queries, specify the <code>Expedited</code> tier. For more
/// information about tiers, see "Restoring Archives," later in this topic.</p>
/// </li>
/// <li>
/// <p>Specify details about the data serialization format of both the input object that
/// is being queried and the serialization of the CSV-encoded query results.</p>
/// </li>
/// </ul>
/// <p>The following are additional important facts about the select feature:</p>
/// <ul>
/// <li>
/// <p>The output results are new Amazon S3 objects. Unlike archive retrievals, they are
/// stored until explicitly deleted-manually or through a lifecycle policy.</p>
/// </li>
/// <li>
/// <p>You can issue more than one select request on the same Amazon S3 object. Amazon S3 doesn't
/// deduplicate requests, so avoid issuing duplicate requests.</p>
/// </li>
/// <li>
/// <p> Amazon S3 accepts a select request even if the object has already been restored. A
/// select request doesn’t return error response <code>409</code>.</p>
/// </li>
/// </ul>
/// <p>
/// <b>Restoring objects</b>
/// </p>
/// <p>Objects that you archive to the S3 Glacier or
/// S3 Glacier Deep Archive storage class, and S3 Intelligent-Tiering Archive or
/// S3 Intelligent-Tiering Deep Archive tiers are not accessible in real time. For objects in
/// Archive Access or Deep Archive Access tiers you must first initiate a restore request, and
/// then wait until the object is moved into the Frequent Access tier. For objects in
/// S3 Glacier or S3 Glacier Deep Archive storage classes you must
/// first initiate a restore request, and then wait until a temporary copy of the object is
/// available. To access an archived object, you must restore the object for the duration
/// (number of days) that you specify.</p>
/// <p>To restore a specific object version, you can provide a version ID. If you don't provide
/// a version ID, Amazon S3 restores the current version.</p>
/// <p>When restoring an archived object (or using a select request), you can specify one of
/// the following data access tier options in the <code>Tier</code> element of the request
/// body: </p>
/// <ul>
/// <li>
/// <p>
/// <b>
/// <code>Expedited</code>
/// </b> - Expedited retrievals
/// allow you to quickly access your data stored in the S3 Glacier
/// storage class or S3 Intelligent-Tiering Archive tier when occasional urgent requests for a
/// subset of archives are required. For all but the largest archived objects (250 MB+),
/// data accessed using Expedited retrievals is typically made available within 1–5
/// minutes. Provisioned capacity ensures that retrieval capacity for Expedited
/// retrievals is available when you need it. Expedited retrievals and provisioned
/// capacity are not available for objects stored in the S3 Glacier Deep Archive
/// storage class or S3 Intelligent-Tiering Deep Archive tier.</p>
/// </li>
/// <li>
/// <p>
/// <b>
/// <code>Standard</code>
/// </b> - Standard retrievals allow
/// you to access any of your archived objects within several hours. This is the default
/// option for retrieval requests that do not specify the retrieval option. Standard
/// retrievals typically finish within 3–5 hours for objects stored in the
/// S3 Glacier storage class or S3 Intelligent-Tiering Archive tier. They
/// typically finish within 12 hours for objects stored in the
/// S3 Glacier Deep Archive storage class or S3 Intelligent-Tiering Deep Archive tier.
/// Standard retrievals are free for objects stored in S3 Intelligent-Tiering.</p>
/// </li>
/// <li>
/// <p>
/// <b>
/// <code>Bulk</code>
/// </b> - Bulk retrievals are the
/// lowest-cost retrieval option in S3 Glacier, enabling you to retrieve large amounts,
/// even petabytes, of data inexpensively. Bulk retrievals typically finish within 5–12
/// hours for objects stored in the S3 Glacier storage class or
/// S3 Intelligent-Tiering Archive tier. They typically finish within 48 hours for objects stored
/// in the S3 Glacier Deep Archive storage class or S3 Intelligent-Tiering Deep Archive tier.
/// Bulk retrievals are free for objects stored in S3 Intelligent-Tiering.</p>
/// </li>
/// </ul>
/// <p>For more information about archive retrieval options and provisioned capacity for
/// <code>Expedited</code> data access, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/restoring-objects.html">Restoring Archived Objects</a> in the <i>Amazon S3 User Guide</i>. </p>
/// <p>You can use Amazon S3 restore speed upgrade to change the restore speed to a faster speed
/// while it is in progress. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/restoring-objects.html#restoring-objects-upgrade-tier.title.html">
/// Upgrading the speed of an in-progress restore</a> in the
/// <i>Amazon S3 User Guide</i>. </p>
/// <p>To get the status of object restoration, you can send a <code>HEAD</code> request.
/// Operations return the <code>x-amz-restore</code> header, which provides information about
/// the restoration status, in the response. You can use Amazon S3 event notifications to notify you
/// when a restore is initiated or completed. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/NotificationHowTo.html">Configuring Amazon S3 Event Notifications</a> in
/// the <i>Amazon S3 User Guide</i>.</p>
/// <p>After restoring an archived object, you can update the restoration period by reissuing
/// the request with a new period. Amazon S3 updates the restoration period relative to the current
/// time and charges only for the request-there are no data transfer charges. You cannot
/// update the restoration period when Amazon S3 is actively processing your current restore request
/// for the object.</p>
/// <p>If your bucket has a lifecycle configuration with a rule that includes an expiration
/// action, the object expiration overrides the life span that you specify in a restore
/// request. For example, if you restore an object copy for 10 days, but the object is
/// scheduled to expire in 3 days, Amazon S3 deletes the object in 3 days. For more information
/// about lifecycle configuration, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketLifecycleConfiguration.html">PutBucketLifecycleConfiguration</a> and <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lifecycle-mgmt.html">Object Lifecycle Management</a> in
/// <i>Amazon S3 User Guide</i>.</p>
/// <p>
/// <b>Responses</b>
/// </p>
/// <p>A successful action returns either the <code>200 OK</code> or <code>202
/// Accepted</code> status code. </p>
/// <ul>
/// <li>
/// <p>If the object is not previously restored, then Amazon S3 returns <code>202
/// Accepted</code> in the response. </p>
/// </li>
/// <li>
/// <p>If the object is previously restored, Amazon S3 returns <code>200 OK</code> in the
/// response. </p>
/// </li>
/// </ul>
/// <p class="title">
/// <b>Special Errors</b>
/// </p>
/// <ul>
/// <li>
/// <ul>
/// <li>
/// <p>
/// <i>Code: RestoreAlreadyInProgress</i>
/// </p>
/// </li>
/// <li>
/// <p>
/// <i>Cause: Object restore is already in progress. (This error does not
/// apply to SELECT type requests.)</i>
/// </p>
/// </li>
/// <li>
/// <p>
/// <i>HTTP Status Code: 409 Conflict</i>
/// </p>
/// </li>
/// <li>
/// <p>
/// <i>SOAP Fault Code Prefix: Client</i>
/// </p>
/// </li>
/// </ul>
/// </li>
/// <li>
/// <ul>
/// <li>
/// <p>
/// <i>Code: GlacierExpeditedRetrievalNotAvailable</i>
/// </p>
/// </li>
/// <li>
/// <p>
/// <i>Cause: expedited retrievals are currently not available. Try again
/// later. (Returned if there is insufficient capacity to process the Expedited
/// request. This error applies only to Expedited retrievals and not to
/// S3 Standard or Bulk retrievals.)</i>
/// </p>
/// </li>
/// <li>
/// <p>
/// <i>HTTP Status Code: 503</i>
/// </p>
/// </li>
/// <li>
/// <p>
/// <i>SOAP Fault Code Prefix: N/A</i>
/// </p>
/// </li>
/// </ul>
/// </li>
/// </ul>
///
/// <p class="title">
/// <b>Related Resources</b>
/// </p>
/// <ul>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketLifecycleConfiguration.html">PutBucketLifecycleConfiguration</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketNotificationConfiguration.html">GetBucketNotificationConfiguration</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/s3-glacier-select-sql-reference.html">SQL Reference for
/// Amazon S3 Select and S3 Glacier Select </a> in the
/// <i>Amazon S3 User Guide</i>
/// </p>
/// </li>
/// </ul>
#[derive(std::fmt::Debug)]
pub struct RestoreObject<
C = aws_smithy_client::erase::DynConnector,
M = aws_hyper::AwsMiddleware,
R = aws_smithy_client::retry::Standard,
> {
handle: std::sync::Arc<super::Handle<C, M, R>>,
inner: crate::input::restore_object_input::Builder,
}
impl<C, M, R> RestoreObject<C, M, R>
where
C: aws_smithy_client::bounds::SmithyConnector,
M: aws_smithy_client::bounds::SmithyMiddleware<C>,
R: aws_smithy_client::retry::NewRequestPolicy,
{
/// Creates a new `RestoreObject`.
pub(crate) fn new(handle: std::sync::Arc<super::Handle<C, M, R>>) -> Self {
Self {
handle,
inner: Default::default(),
}
}
/// 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](aws_smithy_types::retry::RetryConfig), which can be
/// set when configuring the client.
pub async fn send(
self,
) -> std::result::Result<
crate::output::RestoreObjectOutput,
aws_smithy_http::result::SdkError<crate::error::RestoreObjectError>,
>
where
R::Policy: aws_smithy_client::bounds::SmithyRetryPolicy<
crate::input::RestoreObjectInputOperationOutputAlias,
crate::output::RestoreObjectOutput,
crate::error::RestoreObjectError,
crate::input::RestoreObjectInputOperationRetryAlias,
>,
{
let input = self.inner.build().map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
let op = input
.make_operation(&self.handle.conf)
.await
.map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
self.handle.client.call(op).await
}
/// <p>The bucket name containing the object to restore. </p>
/// <p>When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
/// <p>When using this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.<i>outpostID</i>.s3-outposts.<i>Region</i>.amazonaws.com. When using this action using S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts bucket ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">Using S3 on Outposts</a> in the <i>Amazon S3 User Guide</i>.</p>
pub fn bucket(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.bucket(inp);
self
}
/// <p>The bucket name containing the object to restore. </p>
/// <p>When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
/// <p>When using this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.<i>outpostID</i>.s3-outposts.<i>Region</i>.amazonaws.com. When using this action using S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts bucket ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">Using S3 on Outposts</a> in the <i>Amazon S3 User Guide</i>.</p>
pub fn set_bucket(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_bucket(input);
self
}
/// <p>Object key for which the action was initiated.</p>
pub fn key(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.key(inp);
self
}
/// <p>Object key for which the action was initiated.</p>
pub fn set_key(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_key(input);
self
}
/// <p>VersionId used to reference a specific version of the object.</p>
pub fn version_id(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.version_id(inp);
self
}
/// <p>VersionId used to reference a specific version of the object.</p>
pub fn set_version_id(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_version_id(input);
self
}
/// <p>Container for restore job parameters.</p>
pub fn restore_request(mut self, inp: crate::model::RestoreRequest) -> Self {
self.inner = self.inner.restore_request(inp);
self
}
/// <p>Container for restore job parameters.</p>
pub fn set_restore_request(
mut self,
input: std::option::Option<crate::model::RestoreRequest>,
) -> Self {
self.inner = self.inner.set_restore_request(input);
self
}
/// <p>Confirms that the requester knows that they will be charged for the request. Bucket
/// owners need not specify this parameter in their requests. For information about downloading
/// objects from requester pays buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in
/// Requestor Pays Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
pub fn request_payer(mut self, inp: crate::model::RequestPayer) -> Self {
self.inner = self.inner.request_payer(inp);
self
}
/// <p>Confirms that the requester knows that they will be charged for the request. Bucket
/// owners need not specify this parameter in their requests. For information about downloading
/// objects from requester pays buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in
/// Requestor Pays Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
pub fn set_request_payer(
mut self,
input: std::option::Option<crate::model::RequestPayer>,
) -> Self {
self.inner = self.inner.set_request_payer(input);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn expected_bucket_owner(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.expected_bucket_owner(inp);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn set_expected_bucket_owner(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_expected_bucket_owner(input);
self
}
}
/// Fluent builder constructing a request to `SelectObjectContent`.
///
/// <p>This action filters the contents of an Amazon S3 object based on a simple structured query
/// language (SQL) statement. In the request, along with the SQL expression, you must also
/// specify a data serialization format (JSON, CSV, or Apache Parquet) of the object. Amazon S3 uses
/// this format to parse object data into records, and returns only records that match the
/// specified SQL expression. You must also specify the data serialization format for the
/// response.</p>
/// <p>This action is not supported by Amazon S3 on Outposts.</p>
/// <p>For more information about Amazon S3 Select,
/// see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/selecting-content-from-objects.html">Selecting Content from
/// Objects</a> in the <i>Amazon S3 User Guide</i>.</p>
/// <p>For more information about using SQL with Amazon S3 Select, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/s3-glacier-select-sql-reference.html"> SQL Reference for Amazon S3 Select
/// and S3 Glacier Select</a> in the <i>Amazon S3 User Guide</i>.</p>
/// <p></p>
/// <p>
/// <b>Permissions</b>
/// </p>
/// <p>You must have <code>s3:GetObject</code> permission for this operation. Amazon S3 Select does
/// not support anonymous access. For more information about permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/using-with-s3-actions.html">Specifying Permissions in a Policy</a>
/// in the <i>Amazon S3 User Guide</i>.</p>
/// <p></p>
/// <p>
/// <i>Object Data Formats</i>
/// </p>
/// <p>You can use Amazon S3 Select to query objects that have the following format
/// properties:</p>
/// <ul>
/// <li>
/// <p>
/// <i>CSV, JSON, and Parquet</i> - Objects must be in CSV, JSON, or
/// Parquet format.</p>
/// </li>
/// <li>
/// <p>
/// <i>UTF-8</i> - UTF-8 is the only encoding type Amazon S3 Select
/// supports.</p>
/// </li>
/// <li>
/// <p>
/// <i>GZIP or BZIP2</i> - CSV and JSON files can be compressed using
/// GZIP or BZIP2. GZIP and BZIP2 are the only compression formats that Amazon S3 Select
/// supports for CSV and JSON files. Amazon S3 Select supports columnar compression for
/// Parquet using GZIP or Snappy. Amazon S3 Select does not support whole-object compression
/// for Parquet objects.</p>
/// </li>
/// <li>
/// <p>
/// <i>Server-side encryption</i> - Amazon S3 Select supports querying
/// objects that are protected with server-side encryption.</p>
/// <p>For objects that are encrypted with customer-provided encryption keys (SSE-C), you
/// must use HTTPS, and you must use the headers that are documented in the <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetObject.html">GetObject</a>. For more information about SSE-C, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ServerSideEncryptionCustomerKeys.html">Server-Side Encryption
/// (Using Customer-Provided Encryption Keys)</a> in the
/// <i>Amazon S3 User Guide</i>.</p>
/// <p>For objects that are encrypted with Amazon S3 managed encryption keys (SSE-S3) and
/// Amazon Web Services KMS keys (SSE-KMS),
/// server-side encryption is handled transparently, so you don't need to specify
/// anything. For more information about server-side encryption, including SSE-S3 and
/// SSE-KMS, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/serv-side-encryption.html">Protecting Data Using
/// Server-Side Encryption</a> in the <i>Amazon S3 User Guide</i>.</p>
/// </li>
/// </ul>
///
/// <p>
/// <b>Working with the Response Body</b>
/// </p>
/// <p>Given the response size is unknown, Amazon S3 Select streams the response as a series of
/// messages and includes a <code>Transfer-Encoding</code> header with <code>chunked</code> as
/// its value in the response. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/RESTSelectObjectAppendix.html">Appendix: SelectObjectContent
/// Response</a>.</p>
///
/// <p></p>
/// <p>
/// <b>GetObject Support</b>
/// </p>
/// <p>The <code>SelectObjectContent</code> action does not support the following
/// <code>GetObject</code> functionality. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetObject.html">GetObject</a>.</p>
/// <ul>
/// <li>
/// <p>
/// <code>Range</code>: Although you can specify a scan range for an Amazon S3 Select request
/// (see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_SelectObjectContent.html#AmazonS3-SelectObjectContent-request-ScanRange">SelectObjectContentRequest - ScanRange</a> in the request parameters),
/// you cannot specify the range of bytes of an object to return. </p>
/// </li>
/// <li>
/// <p>GLACIER, DEEP_ARCHIVE and REDUCED_REDUNDANCY storage classes: You cannot specify
/// the GLACIER, DEEP_ARCHIVE, or <code>REDUCED_REDUNDANCY</code> storage classes. For
/// more information, about storage classes see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingMetadata.html#storage-class-intro">Storage Classes</a>
/// in the <i>Amazon S3 User Guide</i>.</p>
/// </li>
/// </ul>
/// <p></p>
/// <p>
/// <b>Special Errors</b>
/// </p>
///
/// <p>For a list of special errors for this operation, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/ErrorResponses.html#SelectObjectContentErrorCodeList">List of
/// SELECT Object Content Error Codes</a>
/// </p>
/// <p class="title">
/// <b>Related Resources</b>
/// </p>
/// <ul>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetObject.html">GetObject</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketLifecycleConfiguration.html">GetBucketLifecycleConfiguration</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketLifecycleConfiguration.html">PutBucketLifecycleConfiguration</a>
/// </p>
/// </li>
/// </ul>
#[derive(std::fmt::Debug)]
pub struct SelectObjectContent<
C = aws_smithy_client::erase::DynConnector,
M = aws_hyper::AwsMiddleware,
R = aws_smithy_client::retry::Standard,
> {
handle: std::sync::Arc<super::Handle<C, M, R>>,
inner: crate::input::select_object_content_input::Builder,
}
impl<C, M, R> SelectObjectContent<C, M, R>
where
C: aws_smithy_client::bounds::SmithyConnector,
M: aws_smithy_client::bounds::SmithyMiddleware<C>,
R: aws_smithy_client::retry::NewRequestPolicy,
{
/// Creates a new `SelectObjectContent`.
pub(crate) fn new(handle: std::sync::Arc<super::Handle<C, M, R>>) -> Self {
Self {
handle,
inner: Default::default(),
}
}
/// 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](aws_smithy_types::retry::RetryConfig), which can be
/// set when configuring the client.
pub async fn send(
self,
) -> std::result::Result<
crate::output::SelectObjectContentOutput,
aws_smithy_http::result::SdkError<crate::error::SelectObjectContentError>,
>
where
R::Policy: aws_smithy_client::bounds::SmithyRetryPolicy<
crate::input::SelectObjectContentInputOperationOutputAlias,
crate::output::SelectObjectContentOutput,
crate::error::SelectObjectContentError,
crate::input::SelectObjectContentInputOperationRetryAlias,
>,
{
let input = self.inner.build().map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
let op = input
.make_operation(&self.handle.conf)
.await
.map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
self.handle.client.call(op).await
}
/// <p>The S3 bucket.</p>
pub fn bucket(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.bucket(inp);
self
}
/// <p>The S3 bucket.</p>
pub fn set_bucket(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_bucket(input);
self
}
/// <p>The object key.</p>
pub fn key(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.key(inp);
self
}
/// <p>The object key.</p>
pub fn set_key(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_key(input);
self
}
/// <p>The SSE Algorithm used to encrypt the object. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ServerSideEncryptionCustomerKeys.html">Server-Side Encryption (Using Customer-Provided Encryption Keys</a>. </p>
pub fn sse_customer_algorithm(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.sse_customer_algorithm(inp);
self
}
/// <p>The SSE Algorithm used to encrypt the object. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ServerSideEncryptionCustomerKeys.html">Server-Side Encryption (Using Customer-Provided Encryption Keys</a>. </p>
pub fn set_sse_customer_algorithm(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_sse_customer_algorithm(input);
self
}
/// <p>The SSE Customer Key. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ServerSideEncryptionCustomerKeys.html">Server-Side Encryption
/// (Using Customer-Provided Encryption Keys</a>. </p>
pub fn sse_customer_key(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.sse_customer_key(inp);
self
}
/// <p>The SSE Customer Key. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ServerSideEncryptionCustomerKeys.html">Server-Side Encryption
/// (Using Customer-Provided Encryption Keys</a>. </p>
pub fn set_sse_customer_key(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_sse_customer_key(input);
self
}
/// <p>The SSE Customer Key MD5. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ServerSideEncryptionCustomerKeys.html">Server-Side Encryption
/// (Using Customer-Provided Encryption Keys</a>. </p>
pub fn sse_customer_key_md5(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.sse_customer_key_md5(inp);
self
}
/// <p>The SSE Customer Key MD5. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ServerSideEncryptionCustomerKeys.html">Server-Side Encryption
/// (Using Customer-Provided Encryption Keys</a>. </p>
pub fn set_sse_customer_key_md5(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_sse_customer_key_md5(input);
self
}
/// <p>The expression that is used to query the object.</p>
pub fn expression(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.expression(inp);
self
}
/// <p>The expression that is used to query the object.</p>
pub fn set_expression(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_expression(input);
self
}
/// <p>The type of the provided expression (for example, SQL).</p>
pub fn expression_type(mut self, inp: crate::model::ExpressionType) -> Self {
self.inner = self.inner.expression_type(inp);
self
}
/// <p>The type of the provided expression (for example, SQL).</p>
pub fn set_expression_type(
mut self,
input: std::option::Option<crate::model::ExpressionType>,
) -> Self {
self.inner = self.inner.set_expression_type(input);
self
}
/// <p>Specifies if periodic request progress information should be enabled.</p>
pub fn request_progress(mut self, inp: crate::model::RequestProgress) -> Self {
self.inner = self.inner.request_progress(inp);
self
}
/// <p>Specifies if periodic request progress information should be enabled.</p>
pub fn set_request_progress(
mut self,
input: std::option::Option<crate::model::RequestProgress>,
) -> Self {
self.inner = self.inner.set_request_progress(input);
self
}
/// <p>Describes the format of the data in the object that is being queried.</p>
pub fn input_serialization(mut self, inp: crate::model::InputSerialization) -> Self {
self.inner = self.inner.input_serialization(inp);
self
}
/// <p>Describes the format of the data in the object that is being queried.</p>
pub fn set_input_serialization(
mut self,
input: std::option::Option<crate::model::InputSerialization>,
) -> Self {
self.inner = self.inner.set_input_serialization(input);
self
}
/// <p>Describes the format of the data that you want Amazon S3 to return in response.</p>
pub fn output_serialization(mut self, inp: crate::model::OutputSerialization) -> Self {
self.inner = self.inner.output_serialization(inp);
self
}
/// <p>Describes the format of the data that you want Amazon S3 to return in response.</p>
pub fn set_output_serialization(
mut self,
input: std::option::Option<crate::model::OutputSerialization>,
) -> Self {
self.inner = self.inner.set_output_serialization(input);
self
}
/// <p>Specifies the byte range of the object to get the records from. A record is processed
/// when its first byte is contained by the range. This parameter is optional, but when
/// specified, it must not be empty. See RFC 2616, Section 14.35.1 about how to specify the
/// start and end of the range.</p>
/// <p>
/// <code>ScanRange</code>may be used in the following ways:</p>
/// <ul>
/// <li>
/// <p>
/// <code><scanrange><start>50</start><end>100</end></scanrange></code>
/// - process only the records starting between the bytes 50 and 100 (inclusive, counting
/// from zero)</p>
/// </li>
/// <li>
/// <p>
/// <code><scanrange><start>50</start></scanrange></code> -
/// process only the records starting after the byte 50</p>
/// </li>
/// <li>
/// <p>
/// <code><scanrange><end>50</end></scanrange></code> -
/// process only the records within the last 50 bytes of the file.</p>
/// </li>
/// </ul>
pub fn scan_range(mut self, inp: crate::model::ScanRange) -> Self {
self.inner = self.inner.scan_range(inp);
self
}
/// <p>Specifies the byte range of the object to get the records from. A record is processed
/// when its first byte is contained by the range. This parameter is optional, but when
/// specified, it must not be empty. See RFC 2616, Section 14.35.1 about how to specify the
/// start and end of the range.</p>
/// <p>
/// <code>ScanRange</code>may be used in the following ways:</p>
/// <ul>
/// <li>
/// <p>
/// <code><scanrange><start>50</start><end>100</end></scanrange></code>
/// - process only the records starting between the bytes 50 and 100 (inclusive, counting
/// from zero)</p>
/// </li>
/// <li>
/// <p>
/// <code><scanrange><start>50</start></scanrange></code> -
/// process only the records starting after the byte 50</p>
/// </li>
/// <li>
/// <p>
/// <code><scanrange><end>50</end></scanrange></code> -
/// process only the records within the last 50 bytes of the file.</p>
/// </li>
/// </ul>
pub fn set_scan_range(
mut self,
input: std::option::Option<crate::model::ScanRange>,
) -> Self {
self.inner = self.inner.set_scan_range(input);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn expected_bucket_owner(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.expected_bucket_owner(inp);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn set_expected_bucket_owner(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_expected_bucket_owner(input);
self
}
}
/// Fluent builder constructing a request to `UploadPart`.
///
/// <p>Uploads a part in a multipart upload.</p>
/// <note>
/// <p>In this operation, you provide part data in your request. However, you have an option
/// to specify your existing Amazon S3 object as a data source for the part you are uploading. To
/// upload a part from an existing object, you use the <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_UploadPartCopy.html">UploadPartCopy</a> operation.
/// </p>
/// </note>
///
/// <p>You must initiate a multipart upload (see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_CreateMultipartUpload.html">CreateMultipartUpload</a>)
/// before you can upload any part. In response to your initiate request, Amazon S3 returns an
/// upload ID, a unique identifier, that you must include in your upload part request.</p>
/// <p>Part numbers can be any number from 1 to 10,000, inclusive. A part number uniquely
/// identifies a part and also defines its position within the object being created. If you
/// upload a new part using the same part number that was used with a previous part, the
/// previously uploaded part is overwritten. Each part must be at least 5 MB in size, except
/// the last part. There is no size limit on the last part of your multipart upload.</p>
/// <p>To ensure that data is not corrupted when traversing the network, specify the
/// <code>Content-MD5</code> header in the upload part request. Amazon S3 checks the part data
/// against the provided MD5 value. If they do not match, Amazon S3 returns an error. </p>
///
/// <p>If the upload request is signed with Signature Version 4, then Amazon Web Services S3 uses the
/// <code>x-amz-content-sha256</code> header as a checksum instead of
/// <code>Content-MD5</code>. For more information see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-auth-using-authorization-header.html">Authenticating Requests: Using the Authorization Header (Amazon Web Services Signature Version
/// 4)</a>. </p>
///
///
///
/// <p>
/// <b>Note:</b> After you initiate multipart upload and upload
/// one or more parts, you must either complete or abort multipart upload in order to stop
/// getting charged for storage of the uploaded parts. Only after you either complete or abort
/// multipart upload, Amazon S3 frees up the parts storage and stops charging you for the parts
/// storage.</p>
///
/// <p>For more information on multipart uploads, go to <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/mpuoverview.html">Multipart Upload Overview</a> in the
/// <i>Amazon S3 User Guide </i>.</p>
/// <p>For information on the permissions required to use the multipart upload API, go to
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/mpuAndPermissions.html">Multipart Upload and
/// Permissions</a> in the <i>Amazon S3 User Guide</i>.</p>
///
/// <p>You can optionally request server-side encryption where Amazon S3 encrypts your data as it
/// writes it to disks in its data centers and decrypts it for you when you access it. You have
/// the option of providing your own encryption key, or you can use the Amazon Web Services managed encryption
/// keys. If you choose to provide your own encryption key, the request headers you provide in
/// the request must match the headers you used in the request to initiate the upload by using
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_CreateMultipartUpload.html">CreateMultipartUpload</a>. For more information, go to <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingServerSideEncryption.html">Using Server-Side Encryption</a> in
/// the <i>Amazon S3 User Guide</i>.</p>
///
/// <p>Server-side encryption is supported by the S3 Multipart Upload actions. Unless you are
/// using a customer-provided encryption key, you don't need to specify the encryption
/// parameters in each UploadPart request. Instead, you only need to specify the server-side
/// encryption parameters in the initial Initiate Multipart request. For more information, see
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_CreateMultipartUpload.html">CreateMultipartUpload</a>.</p>
///
/// <p>If you requested server-side encryption using a customer-provided encryption key in your
/// initiate multipart upload request, you must provide identical encryption information in
/// each part upload using the following headers.</p>
///
///
/// <ul>
/// <li>
/// <p>x-amz-server-side-encryption-customer-algorithm</p>
/// </li>
/// <li>
/// <p>x-amz-server-side-encryption-customer-key</p>
/// </li>
/// <li>
/// <p>x-amz-server-side-encryption-customer-key-MD5</p>
/// </li>
/// </ul>
///
/// <p class="title">
/// <b>Special Errors</b>
/// </p>
/// <ul>
/// <li>
/// <ul>
/// <li>
/// <p>
/// <i>Code: NoSuchUpload</i>
/// </p>
/// </li>
/// <li>
/// <p>
/// <i>Cause: The specified multipart upload does not exist. The upload
/// ID might be invalid, or the multipart upload might have been aborted or
/// completed.</i>
/// </p>
/// </li>
/// <li>
/// <p>
/// <i> HTTP Status Code: 404 Not Found </i>
/// </p>
/// </li>
/// <li>
/// <p>
/// <i>SOAP Fault Code Prefix: Client</i>
/// </p>
/// </li>
/// </ul>
/// </li>
/// </ul>
///
///
///
///
///
///
/// <p class="title">
/// <b>Related Resources</b>
/// </p>
/// <ul>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_CreateMultipartUpload.html">CreateMultipartUpload</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_CompleteMultipartUpload.html">CompleteMultipartUpload</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_AbortMultipartUpload.html">AbortMultipartUpload</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListParts.html">ListParts</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListMultipartUploads.html">ListMultipartUploads</a>
/// </p>
/// </li>
/// </ul>
#[derive(std::fmt::Debug)]
pub struct UploadPart<
C = aws_smithy_client::erase::DynConnector,
M = aws_hyper::AwsMiddleware,
R = aws_smithy_client::retry::Standard,
> {
handle: std::sync::Arc<super::Handle<C, M, R>>,
inner: crate::input::upload_part_input::Builder,
}
impl<C, M, R> UploadPart<C, M, R>
where
C: aws_smithy_client::bounds::SmithyConnector,
M: aws_smithy_client::bounds::SmithyMiddleware<C>,
R: aws_smithy_client::retry::NewRequestPolicy,
{
/// Creates a new `UploadPart`.
pub(crate) fn new(handle: std::sync::Arc<super::Handle<C, M, R>>) -> Self {
Self {
handle,
inner: Default::default(),
}
}
/// 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](aws_smithy_types::retry::RetryConfig), which can be
/// set when configuring the client.
pub async fn send(
self,
) -> std::result::Result<
crate::output::UploadPartOutput,
aws_smithy_http::result::SdkError<crate::error::UploadPartError>,
>
where
R::Policy: aws_smithy_client::bounds::SmithyRetryPolicy<
crate::input::UploadPartInputOperationOutputAlias,
crate::output::UploadPartOutput,
crate::error::UploadPartError,
crate::input::UploadPartInputOperationRetryAlias,
>,
{
let input = self.inner.build().map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
let op = input
.make_operation(&self.handle.conf)
.await
.map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
self.handle.client.call(op).await
}
/// <p>Object data.</p>
pub fn body(mut self, inp: aws_smithy_http::byte_stream::ByteStream) -> Self {
self.inner = self.inner.body(inp);
self
}
/// <p>Object data.</p>
pub fn set_body(
mut self,
input: std::option::Option<aws_smithy_http::byte_stream::ByteStream>,
) -> Self {
self.inner = self.inner.set_body(input);
self
}
/// <p>The name of the bucket to which the multipart upload was initiated.</p>
/// <p>When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
/// <p>When using this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.<i>outpostID</i>.s3-outposts.<i>Region</i>.amazonaws.com. When using this action using S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts bucket ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">Using S3 on Outposts</a> in the <i>Amazon S3 User Guide</i>.</p>
pub fn bucket(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.bucket(inp);
self
}
/// <p>The name of the bucket to which the multipart upload was initiated.</p>
/// <p>When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
/// <p>When using this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.<i>outpostID</i>.s3-outposts.<i>Region</i>.amazonaws.com. When using this action using S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts bucket ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">Using S3 on Outposts</a> in the <i>Amazon S3 User Guide</i>.</p>
pub fn set_bucket(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_bucket(input);
self
}
/// <p>Size of the body in bytes. This parameter is useful when the size of the body cannot be
/// determined automatically.</p>
pub fn content_length(mut self, inp: i64) -> Self {
self.inner = self.inner.content_length(inp);
self
}
/// <p>Size of the body in bytes. This parameter is useful when the size of the body cannot be
/// determined automatically.</p>
pub fn set_content_length(mut self, input: std::option::Option<i64>) -> Self {
self.inner = self.inner.set_content_length(input);
self
}
/// <p>The base64-encoded 128-bit MD5 digest of the part data. This parameter is auto-populated
/// when using the command from the CLI. This parameter is required if object lock parameters
/// are specified.</p>
pub fn content_md5(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.content_md5(inp);
self
}
/// <p>The base64-encoded 128-bit MD5 digest of the part data. This parameter is auto-populated
/// when using the command from the CLI. This parameter is required if object lock parameters
/// are specified.</p>
pub fn set_content_md5(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_content_md5(input);
self
}
/// <p>Object key for which the multipart upload was initiated.</p>
pub fn key(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.key(inp);
self
}
/// <p>Object key for which the multipart upload was initiated.</p>
pub fn set_key(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_key(input);
self
}
/// <p>Part number of part being uploaded. This is a positive integer between 1 and
/// 10,000.</p>
pub fn part_number(mut self, inp: i32) -> Self {
self.inner = self.inner.part_number(inp);
self
}
/// <p>Part number of part being uploaded. This is a positive integer between 1 and
/// 10,000.</p>
pub fn set_part_number(mut self, input: std::option::Option<i32>) -> Self {
self.inner = self.inner.set_part_number(input);
self
}
/// <p>Upload ID identifying the multipart upload whose part is being uploaded.</p>
pub fn upload_id(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.upload_id(inp);
self
}
/// <p>Upload ID identifying the multipart upload whose part is being uploaded.</p>
pub fn set_upload_id(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_upload_id(input);
self
}
/// <p>Specifies the algorithm to use to when encrypting the object (for example,
/// AES256).</p>
pub fn sse_customer_algorithm(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.sse_customer_algorithm(inp);
self
}
/// <p>Specifies the algorithm to use to when encrypting the object (for example,
/// AES256).</p>
pub fn set_sse_customer_algorithm(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_sse_customer_algorithm(input);
self
}
/// <p>Specifies the customer-provided encryption key for Amazon S3 to use in encrypting data. This
/// value is used to store the object and then it is discarded; Amazon S3 does not store the
/// encryption key. The key must be appropriate for use with the algorithm specified in the
/// <code>x-amz-server-side-encryption-customer-algorithm header</code>. This must be the
/// same encryption key specified in the initiate multipart upload request.</p>
pub fn sse_customer_key(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.sse_customer_key(inp);
self
}
/// <p>Specifies the customer-provided encryption key for Amazon S3 to use in encrypting data. This
/// value is used to store the object and then it is discarded; Amazon S3 does not store the
/// encryption key. The key must be appropriate for use with the algorithm specified in the
/// <code>x-amz-server-side-encryption-customer-algorithm header</code>. This must be the
/// same encryption key specified in the initiate multipart upload request.</p>
pub fn set_sse_customer_key(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_sse_customer_key(input);
self
}
/// <p>Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321. Amazon S3 uses
/// this header for a message integrity check to ensure that the encryption key was transmitted
/// without error.</p>
pub fn sse_customer_key_md5(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.sse_customer_key_md5(inp);
self
}
/// <p>Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321. Amazon S3 uses
/// this header for a message integrity check to ensure that the encryption key was transmitted
/// without error.</p>
pub fn set_sse_customer_key_md5(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_sse_customer_key_md5(input);
self
}
/// <p>Confirms that the requester knows that they will be charged for the request. Bucket
/// owners need not specify this parameter in their requests. For information about downloading
/// objects from requester pays buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in
/// Requestor Pays Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
pub fn request_payer(mut self, inp: crate::model::RequestPayer) -> Self {
self.inner = self.inner.request_payer(inp);
self
}
/// <p>Confirms that the requester knows that they will be charged for the request. Bucket
/// owners need not specify this parameter in their requests. For information about downloading
/// objects from requester pays buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in
/// Requestor Pays Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
pub fn set_request_payer(
mut self,
input: std::option::Option<crate::model::RequestPayer>,
) -> Self {
self.inner = self.inner.set_request_payer(input);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn expected_bucket_owner(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.expected_bucket_owner(inp);
self
}
/// <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn set_expected_bucket_owner(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_expected_bucket_owner(input);
self
}
}
/// Fluent builder constructing a request to `UploadPartCopy`.
///
/// <p>Uploads a part by copying data from an existing object as data source. You specify the
/// data source by adding the request header <code>x-amz-copy-source</code> in your request and
/// a byte range by adding the request header <code>x-amz-copy-source-range</code> in your
/// request. </p>
/// <p>The minimum allowable part size for a multipart upload is 5 MB. For more information
/// about multipart upload limits, go to <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/qfacts.html">Quick
/// Facts</a> in the <i>Amazon S3 User Guide</i>. </p>
/// <note>
/// <p>Instead of using an existing object as part data, you might use the <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_UploadPart.html">UploadPart</a>
/// action and provide data in your request.</p>
/// </note>
///
/// <p>You must initiate a multipart upload before you can upload any part. In response to your
/// initiate request. Amazon S3 returns a unique identifier, the upload ID, that you must include in
/// your upload part request.</p>
/// <p>For more information about using the <code>UploadPartCopy</code> operation, see the
/// following:</p>
///
/// <ul>
/// <li>
/// <p>For conceptual information about multipart uploads, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/uploadobjusingmpu.html">Uploading Objects Using Multipart
/// Upload</a> in the <i>Amazon S3 User Guide</i>.</p>
/// </li>
/// <li>
/// <p>For information about permissions required to use the multipart upload API, see
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/mpuAndPermissions.html">Multipart Upload and
/// Permissions</a> in the <i>Amazon S3 User Guide</i>.</p>
/// </li>
/// <li>
/// <p>For information about copying objects using a single atomic action vs. the
/// multipart upload, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectOperations.html">Operations on
/// Objects</a> in the <i>Amazon S3 User Guide</i>.</p>
/// </li>
/// <li>
/// <p>For information about using server-side encryption with customer-provided
/// encryption keys with the UploadPartCopy operation, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_CopyObject.html">CopyObject</a> and <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_UploadPart.html">UploadPart</a>.</p>
/// </li>
/// </ul>
/// <p>Note the following additional considerations about the request headers
/// <code>x-amz-copy-source-if-match</code>, <code>x-amz-copy-source-if-none-match</code>,
/// <code>x-amz-copy-source-if-unmodified-since</code>, and
/// <code>x-amz-copy-source-if-modified-since</code>:</p>
/// <p> </p>
/// <ul>
/// <li>
/// <p>
/// <b>Consideration 1</b> - If both of the
/// <code>x-amz-copy-source-if-match</code> and
/// <code>x-amz-copy-source-if-unmodified-since</code> headers are present in the
/// request as follows:</p>
/// <p>
/// <code>x-amz-copy-source-if-match</code> condition evaluates to <code>true</code>,
/// and;</p>
/// <p>
/// <code>x-amz-copy-source-if-unmodified-since</code> condition evaluates to
/// <code>false</code>;</p>
/// <p>Amazon S3 returns <code>200 OK</code> and copies the data.
/// </p>
///
/// </li>
/// <li>
/// <p>
/// <b>Consideration 2</b> - If both of the
/// <code>x-amz-copy-source-if-none-match</code> and
/// <code>x-amz-copy-source-if-modified-since</code> headers are present in the
/// request as follows:</p>
/// <p>
/// <code>x-amz-copy-source-if-none-match</code> condition evaluates to
/// <code>false</code>, and;</p>
/// <p>
/// <code>x-amz-copy-source-if-modified-since</code> condition evaluates to
/// <code>true</code>;</p>
/// <p>Amazon S3 returns <code>412 Precondition Failed</code> response code.
/// </p>
/// </li>
/// </ul>
/// <p>
/// <b>Versioning</b>
/// </p>
/// <p>If your bucket has versioning enabled, you could have multiple versions of the same
/// object. By default, <code>x-amz-copy-source</code> identifies the current version of the
/// object to copy. If the current version is a delete marker and you don't specify a versionId
/// in the <code>x-amz-copy-source</code>, Amazon S3 returns a 404 error, because the object does
/// not exist. If you specify versionId in the <code>x-amz-copy-source</code> and the versionId
/// is a delete marker, Amazon S3 returns an HTTP 400 error, because you are not allowed to specify
/// a delete marker as a version for the <code>x-amz-copy-source</code>. </p>
/// <p>You can optionally specify a specific version of the source object to copy by adding the
/// <code>versionId</code> subresource as shown in the following example:</p>
/// <p>
/// <code>x-amz-copy-source: /bucket/object?versionId=version id</code>
/// </p>
///
/// <p class="title">
/// <b>Special Errors</b>
/// </p>
/// <ul>
/// <li>
/// <ul>
/// <li>
/// <p>
/// <i>Code: NoSuchUpload</i>
/// </p>
/// </li>
/// <li>
/// <p>
/// <i>Cause: The specified multipart upload does not exist. The upload
/// ID might be invalid, or the multipart upload might have been aborted or
/// completed.</i>
/// </p>
/// </li>
/// <li>
/// <p>
/// <i>HTTP Status Code: 404 Not Found</i>
/// </p>
/// </li>
/// </ul>
/// </li>
/// <li>
/// <ul>
/// <li>
/// <p>
/// <i>Code: InvalidRequest</i>
/// </p>
/// </li>
/// <li>
/// <p>
/// <i>Cause: The specified copy source is not supported as a byte-range
/// copy source.</i>
/// </p>
/// </li>
/// <li>
/// <p>
/// <i>HTTP Status Code: 400 Bad Request</i>
/// </p>
/// </li>
/// </ul>
/// </li>
/// </ul>
///
///
///
///
///
///
/// <p class="title">
/// <b>Related Resources</b>
/// </p>
/// <ul>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_CreateMultipartUpload.html">CreateMultipartUpload</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_UploadPart.html">UploadPart</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_CompleteMultipartUpload.html">CompleteMultipartUpload</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_AbortMultipartUpload.html">AbortMultipartUpload</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListParts.html">ListParts</a>
/// </p>
/// </li>
/// <li>
/// <p>
/// <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListMultipartUploads.html">ListMultipartUploads</a>
/// </p>
/// </li>
/// </ul>
#[derive(std::fmt::Debug)]
pub struct UploadPartCopy<
C = aws_smithy_client::erase::DynConnector,
M = aws_hyper::AwsMiddleware,
R = aws_smithy_client::retry::Standard,
> {
handle: std::sync::Arc<super::Handle<C, M, R>>,
inner: crate::input::upload_part_copy_input::Builder,
}
impl<C, M, R> UploadPartCopy<C, M, R>
where
C: aws_smithy_client::bounds::SmithyConnector,
M: aws_smithy_client::bounds::SmithyMiddleware<C>,
R: aws_smithy_client::retry::NewRequestPolicy,
{
/// Creates a new `UploadPartCopy`.
pub(crate) fn new(handle: std::sync::Arc<super::Handle<C, M, R>>) -> Self {
Self {
handle,
inner: Default::default(),
}
}
/// 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](aws_smithy_types::retry::RetryConfig), which can be
/// set when configuring the client.
pub async fn send(
self,
) -> std::result::Result<
crate::output::UploadPartCopyOutput,
aws_smithy_http::result::SdkError<crate::error::UploadPartCopyError>,
>
where
R::Policy: aws_smithy_client::bounds::SmithyRetryPolicy<
crate::input::UploadPartCopyInputOperationOutputAlias,
crate::output::UploadPartCopyOutput,
crate::error::UploadPartCopyError,
crate::input::UploadPartCopyInputOperationRetryAlias,
>,
{
let input = self.inner.build().map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
let op = input
.make_operation(&self.handle.conf)
.await
.map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
self.handle.client.call(op).await
}
/// <p>The bucket name.</p>
/// <p>When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
/// <p>When using this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.<i>outpostID</i>.s3-outposts.<i>Region</i>.amazonaws.com. When using this action using S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts bucket ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">Using S3 on Outposts</a> in the <i>Amazon S3 User Guide</i>.</p>
pub fn bucket(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.bucket(inp);
self
}
/// <p>The bucket name.</p>
/// <p>When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
/// <p>When using this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.<i>outpostID</i>.s3-outposts.<i>Region</i>.amazonaws.com. When using this action using S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts bucket ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">Using S3 on Outposts</a> in the <i>Amazon S3 User Guide</i>.</p>
pub fn set_bucket(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_bucket(input);
self
}
/// <p>Specifies the source object for the copy operation. You specify the value in one of two
/// formats, depending on whether you want to access the source object through an <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-points.html">access point</a>:</p>
/// <ul>
/// <li>
/// <p>For objects not accessed through an access point, specify the name of the source
/// bucket and key of the source object, separated by a slash (/). For example, to copy
/// the object <code>reports/january.pdf</code> from the bucket
/// <code>awsexamplebucket</code>, use
/// <code>awsexamplebucket/reports/january.pdf</code>. The value must be URL
/// encoded.</p>
/// </li>
/// <li>
/// <p>For objects accessed through access points, specify the Amazon Resource Name (ARN) of the object as accessed through the access point, in the format <code>arn:aws:s3:<Region>:<account-id>:accesspoint/<access-point-name>/object/<key></code>. For example, to copy the object <code>reports/january.pdf</code> through access point <code>my-access-point</code> owned by account <code>123456789012</code> in Region <code>us-west-2</code>, use the URL encoding of <code>arn:aws:s3:us-west-2:123456789012:accesspoint/my-access-point/object/reports/january.pdf</code>. The value must be URL encoded.</p>
/// <note>
/// <p>Amazon S3 supports copy operations using access points only when the source and destination buckets are in the same Amazon Web Services Region.</p>
/// </note>
/// <p>Alternatively, for objects accessed through Amazon S3 on Outposts, specify the ARN of the object as accessed in the format <code>arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/object/<key></code>. For example, to copy the object <code>reports/january.pdf</code> through outpost <code>my-outpost</code> owned by account <code>123456789012</code> in Region <code>us-west-2</code>, use the URL encoding of <code>arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/object/reports/january.pdf</code>. The value must be URL encoded. </p>
/// </li>
/// </ul>
/// <p>To copy a specific version of an object, append <code>?versionId=<version-id></code>
/// to the value (for example,
/// <code>awsexamplebucket/reports/january.pdf?versionId=QUpfdndhfd8438MNFDN93jdnJFkdmqnh893</code>).
/// If you don't specify a version ID, Amazon S3 copies the latest version of the source
/// object.</p>
pub fn copy_source(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.copy_source(inp);
self
}
/// <p>Specifies the source object for the copy operation. You specify the value in one of two
/// formats, depending on whether you want to access the source object through an <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-points.html">access point</a>:</p>
/// <ul>
/// <li>
/// <p>For objects not accessed through an access point, specify the name of the source
/// bucket and key of the source object, separated by a slash (/). For example, to copy
/// the object <code>reports/january.pdf</code> from the bucket
/// <code>awsexamplebucket</code>, use
/// <code>awsexamplebucket/reports/january.pdf</code>. The value must be URL
/// encoded.</p>
/// </li>
/// <li>
/// <p>For objects accessed through access points, specify the Amazon Resource Name (ARN) of the object as accessed through the access point, in the format <code>arn:aws:s3:<Region>:<account-id>:accesspoint/<access-point-name>/object/<key></code>. For example, to copy the object <code>reports/january.pdf</code> through access point <code>my-access-point</code> owned by account <code>123456789012</code> in Region <code>us-west-2</code>, use the URL encoding of <code>arn:aws:s3:us-west-2:123456789012:accesspoint/my-access-point/object/reports/january.pdf</code>. The value must be URL encoded.</p>
/// <note>
/// <p>Amazon S3 supports copy operations using access points only when the source and destination buckets are in the same Amazon Web Services Region.</p>
/// </note>
/// <p>Alternatively, for objects accessed through Amazon S3 on Outposts, specify the ARN of the object as accessed in the format <code>arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/object/<key></code>. For example, to copy the object <code>reports/january.pdf</code> through outpost <code>my-outpost</code> owned by account <code>123456789012</code> in Region <code>us-west-2</code>, use the URL encoding of <code>arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/object/reports/january.pdf</code>. The value must be URL encoded. </p>
/// </li>
/// </ul>
/// <p>To copy a specific version of an object, append <code>?versionId=<version-id></code>
/// to the value (for example,
/// <code>awsexamplebucket/reports/january.pdf?versionId=QUpfdndhfd8438MNFDN93jdnJFkdmqnh893</code>).
/// If you don't specify a version ID, Amazon S3 copies the latest version of the source
/// object.</p>
pub fn set_copy_source(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_copy_source(input);
self
}
/// <p>Copies the object if its entity tag (ETag) matches the specified tag.</p>
pub fn copy_source_if_match(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.copy_source_if_match(inp);
self
}
/// <p>Copies the object if its entity tag (ETag) matches the specified tag.</p>
pub fn set_copy_source_if_match(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_copy_source_if_match(input);
self
}
/// <p>Copies the object if it has been modified since the specified time.</p>
pub fn copy_source_if_modified_since(mut self, inp: aws_smithy_types::DateTime) -> Self {
self.inner = self.inner.copy_source_if_modified_since(inp);
self
}
/// <p>Copies the object if it has been modified since the specified time.</p>
pub fn set_copy_source_if_modified_since(
mut self,
input: std::option::Option<aws_smithy_types::DateTime>,
) -> Self {
self.inner = self.inner.set_copy_source_if_modified_since(input);
self
}
/// <p>Copies the object if its entity tag (ETag) is different than the specified ETag.</p>
pub fn copy_source_if_none_match(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.copy_source_if_none_match(inp);
self
}
/// <p>Copies the object if its entity tag (ETag) is different than the specified ETag.</p>
pub fn set_copy_source_if_none_match(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_copy_source_if_none_match(input);
self
}
/// <p>Copies the object if it hasn't been modified since the specified time.</p>
pub fn copy_source_if_unmodified_since(mut self, inp: aws_smithy_types::DateTime) -> Self {
self.inner = self.inner.copy_source_if_unmodified_since(inp);
self
}
/// <p>Copies the object if it hasn't been modified since the specified time.</p>
pub fn set_copy_source_if_unmodified_since(
mut self,
input: std::option::Option<aws_smithy_types::DateTime>,
) -> Self {
self.inner = self.inner.set_copy_source_if_unmodified_since(input);
self
}
/// <p>The range of bytes to copy from the source object. The range value must use the form
/// bytes=first-last, where the first and last are the zero-based byte offsets to copy. For
/// example, bytes=0-9 indicates that you want to copy the first 10 bytes of the source. You
/// can copy a range only if the source object is greater than 5 MB.</p>
pub fn copy_source_range(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.copy_source_range(inp);
self
}
/// <p>The range of bytes to copy from the source object. The range value must use the form
/// bytes=first-last, where the first and last are the zero-based byte offsets to copy. For
/// example, bytes=0-9 indicates that you want to copy the first 10 bytes of the source. You
/// can copy a range only if the source object is greater than 5 MB.</p>
pub fn set_copy_source_range(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_copy_source_range(input);
self
}
/// <p>Object key for which the multipart upload was initiated.</p>
pub fn key(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.key(inp);
self
}
/// <p>Object key for which the multipart upload was initiated.</p>
pub fn set_key(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_key(input);
self
}
/// <p>Part number of part being copied. This is a positive integer between 1 and
/// 10,000.</p>
pub fn part_number(mut self, inp: i32) -> Self {
self.inner = self.inner.part_number(inp);
self
}
/// <p>Part number of part being copied. This is a positive integer between 1 and
/// 10,000.</p>
pub fn set_part_number(mut self, input: std::option::Option<i32>) -> Self {
self.inner = self.inner.set_part_number(input);
self
}
/// <p>Upload ID identifying the multipart upload whose part is being copied.</p>
pub fn upload_id(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.upload_id(inp);
self
}
/// <p>Upload ID identifying the multipart upload whose part is being copied.</p>
pub fn set_upload_id(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_upload_id(input);
self
}
/// <p>Specifies the algorithm to use to when encrypting the object (for example,
/// AES256).</p>
pub fn sse_customer_algorithm(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.sse_customer_algorithm(inp);
self
}
/// <p>Specifies the algorithm to use to when encrypting the object (for example,
/// AES256).</p>
pub fn set_sse_customer_algorithm(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_sse_customer_algorithm(input);
self
}
/// <p>Specifies the customer-provided encryption key for Amazon S3 to use in encrypting data. This
/// value is used to store the object and then it is discarded; Amazon S3 does not store the
/// encryption key. The key must be appropriate for use with the algorithm specified in the
/// <code>x-amz-server-side-encryption-customer-algorithm</code> header. This must be the
/// same encryption key specified in the initiate multipart upload request.</p>
pub fn sse_customer_key(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.sse_customer_key(inp);
self
}
/// <p>Specifies the customer-provided encryption key for Amazon S3 to use in encrypting data. This
/// value is used to store the object and then it is discarded; Amazon S3 does not store the
/// encryption key. The key must be appropriate for use with the algorithm specified in the
/// <code>x-amz-server-side-encryption-customer-algorithm</code> header. This must be the
/// same encryption key specified in the initiate multipart upload request.</p>
pub fn set_sse_customer_key(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_sse_customer_key(input);
self
}
/// <p>Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321. Amazon S3 uses
/// this header for a message integrity check to ensure that the encryption key was transmitted
/// without error.</p>
pub fn sse_customer_key_md5(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.sse_customer_key_md5(inp);
self
}
/// <p>Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321. Amazon S3 uses
/// this header for a message integrity check to ensure that the encryption key was transmitted
/// without error.</p>
pub fn set_sse_customer_key_md5(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_sse_customer_key_md5(input);
self
}
/// <p>Specifies the algorithm to use when decrypting the source object (for example,
/// AES256).</p>
pub fn copy_source_sse_customer_algorithm(
mut self,
inp: impl Into<std::string::String>,
) -> Self {
self.inner = self.inner.copy_source_sse_customer_algorithm(inp);
self
}
/// <p>Specifies the algorithm to use when decrypting the source object (for example,
/// AES256).</p>
pub fn set_copy_source_sse_customer_algorithm(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_copy_source_sse_customer_algorithm(input);
self
}
/// <p>Specifies the customer-provided encryption key for Amazon S3 to use to decrypt the source
/// object. The encryption key provided in this header must be one that was used when the
/// source object was created.</p>
pub fn copy_source_sse_customer_key(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.copy_source_sse_customer_key(inp);
self
}
/// <p>Specifies the customer-provided encryption key for Amazon S3 to use to decrypt the source
/// object. The encryption key provided in this header must be one that was used when the
/// source object was created.</p>
pub fn set_copy_source_sse_customer_key(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_copy_source_sse_customer_key(input);
self
}
/// <p>Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321. Amazon S3 uses
/// this header for a message integrity check to ensure that the encryption key was transmitted
/// without error.</p>
pub fn copy_source_sse_customer_key_md5(
mut self,
inp: impl Into<std::string::String>,
) -> Self {
self.inner = self.inner.copy_source_sse_customer_key_md5(inp);
self
}
/// <p>Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321. Amazon S3 uses
/// this header for a message integrity check to ensure that the encryption key was transmitted
/// without error.</p>
pub fn set_copy_source_sse_customer_key_md5(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_copy_source_sse_customer_key_md5(input);
self
}
/// <p>Confirms that the requester knows that they will be charged for the request. Bucket
/// owners need not specify this parameter in their requests. For information about downloading
/// objects from requester pays buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in
/// Requestor Pays Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
pub fn request_payer(mut self, inp: crate::model::RequestPayer) -> Self {
self.inner = self.inner.request_payer(inp);
self
}
/// <p>Confirms that the requester knows that they will be charged for the request. Bucket
/// owners need not specify this parameter in their requests. For information about downloading
/// objects from requester pays buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in
/// Requestor Pays Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
pub fn set_request_payer(
mut self,
input: std::option::Option<crate::model::RequestPayer>,
) -> Self {
self.inner = self.inner.set_request_payer(input);
self
}
/// <p>The account ID of the expected destination bucket owner. If the destination bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn expected_bucket_owner(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.expected_bucket_owner(inp);
self
}
/// <p>The account ID of the expected destination bucket owner. If the destination bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn set_expected_bucket_owner(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_expected_bucket_owner(input);
self
}
/// <p>The account ID of the expected source bucket owner. If the source bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn expected_source_bucket_owner(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.expected_source_bucket_owner(inp);
self
}
/// <p>The account ID of the expected source bucket owner. If the source bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
pub fn set_expected_source_bucket_owner(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_expected_source_bucket_owner(input);
self
}
}
/// Fluent builder constructing a request to `WriteGetObjectResponse`.
///
/// <p>Passes transformed
/// objects to a <code>GetObject</code> operation when using Object Lambda access points. For information about
/// Object Lambda access points, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/transforming-objects.html">Transforming objects with
/// Object Lambda access points</a> in the <i>Amazon S3 User Guide</i>.</p>
/// <p>This operation supports metadata that can be returned by <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetObject.html">GetObject</a>, in addition to
/// <code>RequestRoute</code>, <code>RequestToken</code>, <code>StatusCode</code>,
/// <code>ErrorCode</code>, and <code>ErrorMessage</code>. The <code>GetObject</code>
/// response metadata is supported so that the <code>WriteGetObjectResponse</code> caller,
/// typically an Lambda function, can provide the same metadata when it internally invokes
/// <code>GetObject</code>. When <code>WriteGetObjectResponse</code> is called by a
/// customer-owned Lambda function, the metadata returned to the end user
/// <code>GetObject</code> call might differ from what Amazon S3 would normally return.</p>
/// <p>You can include any number of metadata headers. When including a metadata header, it should be
/// prefaced with <code>x-amz-meta</code>. For example, <code>x-amz-meta-my-custom-header: MyCustomValue</code>.
/// The primary use case for this is to forward <code>GetObject</code> metadata.</p>
/// <p>Amazon Web Services provides some prebuilt Lambda functions that you can use with S3 Object Lambda to detect and redact
/// personally identifiable information (PII) and decompress S3 objects. These Lambda functions
/// are available in the Amazon Web Services Serverless Application Repository, and can be selected through the Amazon Web Services Management Console when you create your
/// Object Lambda access point.</p>
/// <p>Example 1: PII Access Control - This Lambda function uses Amazon Comprehend, a natural language processing (NLP) service using machine learning to find insights and relationships in text. It automatically detects personally identifiable information (PII) such as names, addresses, dates, credit card numbers, and social security numbers from documents in your Amazon S3 bucket. </p>
/// <p>Example 2: PII Redaction - This Lambda function uses Amazon Comprehend, a natural language processing (NLP) service using machine learning to find insights and relationships in text. It automatically redacts personally identifiable information (PII) such as names, addresses, dates, credit card numbers, and social security numbers from documents in your Amazon S3 bucket. </p>
/// <p>Example 3: Decompression - The Lambda function S3ObjectLambdaDecompression, is equipped to decompress objects stored in S3 in one of six compressed file formats including bzip2, gzip, snappy, zlib, zstandard and ZIP. </p>
/// <p>For information on how to view and use these functions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/olap-examples.html">Using Amazon Web Services built Lambda functions</a> in the <i>Amazon S3 User Guide</i>.</p>
#[derive(std::fmt::Debug)]
pub struct WriteGetObjectResponse<
C = aws_smithy_client::erase::DynConnector,
M = aws_hyper::AwsMiddleware,
R = aws_smithy_client::retry::Standard,
> {
handle: std::sync::Arc<super::Handle<C, M, R>>,
inner: crate::input::write_get_object_response_input::Builder,
}
impl<C, M, R> WriteGetObjectResponse<C, M, R>
where
C: aws_smithy_client::bounds::SmithyConnector,
M: aws_smithy_client::bounds::SmithyMiddleware<C>,
R: aws_smithy_client::retry::NewRequestPolicy,
{
/// Creates a new `WriteGetObjectResponse`.
pub(crate) fn new(handle: std::sync::Arc<super::Handle<C, M, R>>) -> Self {
Self {
handle,
inner: Default::default(),
}
}
/// 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](aws_smithy_types::retry::RetryConfig), which can be
/// set when configuring the client.
pub async fn send(
self,
) -> std::result::Result<
crate::output::WriteGetObjectResponseOutput,
aws_smithy_http::result::SdkError<crate::error::WriteGetObjectResponseError>,
>
where
R::Policy: aws_smithy_client::bounds::SmithyRetryPolicy<
crate::input::WriteGetObjectResponseInputOperationOutputAlias,
crate::output::WriteGetObjectResponseOutput,
crate::error::WriteGetObjectResponseError,
crate::input::WriteGetObjectResponseInputOperationRetryAlias,
>,
{
let input = self.inner.build().map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
let op = input
.make_operation(&self.handle.conf)
.await
.map_err(|err| {
aws_smithy_http::result::SdkError::ConstructionFailure(err.into())
})?;
self.handle.client.call(op).await
}
/// <p>Route prefix to the HTTP URL generated.</p>
pub fn request_route(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.request_route(inp);
self
}
/// <p>Route prefix to the HTTP URL generated.</p>
pub fn set_request_route(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_request_route(input);
self
}
/// <p>A single use encrypted token that maps <code>WriteGetObjectResponse</code> to the end
/// user <code>GetObject</code> request.</p>
pub fn request_token(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.request_token(inp);
self
}
/// <p>A single use encrypted token that maps <code>WriteGetObjectResponse</code> to the end
/// user <code>GetObject</code> request.</p>
pub fn set_request_token(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_request_token(input);
self
}
/// <p>The object data.</p>
pub fn body(mut self, inp: aws_smithy_http::byte_stream::ByteStream) -> Self {
self.inner = self.inner.body(inp);
self
}
/// <p>The object data.</p>
pub fn set_body(
mut self,
input: std::option::Option<aws_smithy_http::byte_stream::ByteStream>,
) -> Self {
self.inner = self.inner.set_body(input);
self
}
/// <p>The integer status code for an HTTP response of a corresponding <code>GetObject</code>
/// request.</p>
/// <p class="title">
/// <b>Status Codes</b>
/// </p>
/// <ul>
/// <li>
/// <p>
/// <i>200 - OK</i>
/// </p>
/// </li>
/// <li>
/// <p>
/// <i>206 - Partial Content</i>
/// </p>
/// </li>
/// <li>
/// <p>
/// <i>304 - Not Modified</i>
/// </p>
/// </li>
/// <li>
/// <p>
/// <i>400 - Bad Request</i>
/// </p>
/// </li>
/// <li>
/// <p>
/// <i>401 - Unauthorized</i>
/// </p>
/// </li>
/// <li>
/// <p>
/// <i>403 - Forbidden</i>
/// </p>
/// </li>
/// <li>
/// <p>
/// <i>404 - Not Found</i>
/// </p>
/// </li>
/// <li>
/// <p>
/// <i>405 - Method Not Allowed</i>
/// </p>
/// </li>
/// <li>
/// <p>
/// <i>409 - Conflict</i>
/// </p>
/// </li>
/// <li>
/// <p>
/// <i>411 - Length Required</i>
/// </p>
/// </li>
/// <li>
/// <p>
/// <i>412 - Precondition Failed</i>
/// </p>
/// </li>
/// <li>
/// <p>
/// <i>416 - Range Not Satisfiable</i>
/// </p>
/// </li>
/// <li>
/// <p>
/// <i>500 - Internal Server Error</i>
/// </p>
/// </li>
/// <li>
/// <p>
/// <i>503 - Service Unavailable</i>
/// </p>
/// </li>
/// </ul>
pub fn status_code(mut self, inp: i32) -> Self {
self.inner = self.inner.status_code(inp);
self
}
/// <p>The integer status code for an HTTP response of a corresponding <code>GetObject</code>
/// request.</p>
/// <p class="title">
/// <b>Status Codes</b>
/// </p>
/// <ul>
/// <li>
/// <p>
/// <i>200 - OK</i>
/// </p>
/// </li>
/// <li>
/// <p>
/// <i>206 - Partial Content</i>
/// </p>
/// </li>
/// <li>
/// <p>
/// <i>304 - Not Modified</i>
/// </p>
/// </li>
/// <li>
/// <p>
/// <i>400 - Bad Request</i>
/// </p>
/// </li>
/// <li>
/// <p>
/// <i>401 - Unauthorized</i>
/// </p>
/// </li>
/// <li>
/// <p>
/// <i>403 - Forbidden</i>
/// </p>
/// </li>
/// <li>
/// <p>
/// <i>404 - Not Found</i>
/// </p>
/// </li>
/// <li>
/// <p>
/// <i>405 - Method Not Allowed</i>
/// </p>
/// </li>
/// <li>
/// <p>
/// <i>409 - Conflict</i>
/// </p>
/// </li>
/// <li>
/// <p>
/// <i>411 - Length Required</i>
/// </p>
/// </li>
/// <li>
/// <p>
/// <i>412 - Precondition Failed</i>
/// </p>
/// </li>
/// <li>
/// <p>
/// <i>416 - Range Not Satisfiable</i>
/// </p>
/// </li>
/// <li>
/// <p>
/// <i>500 - Internal Server Error</i>
/// </p>
/// </li>
/// <li>
/// <p>
/// <i>503 - Service Unavailable</i>
/// </p>
/// </li>
/// </ul>
pub fn set_status_code(mut self, input: std::option::Option<i32>) -> Self {
self.inner = self.inner.set_status_code(input);
self
}
/// <p>A string that uniquely identifies an error condition. Returned in the <Code> tag
/// of the error XML response for a corresponding <code>GetObject</code> call. Cannot be used
/// with a successful <code>StatusCode</code> header or when the transformed object is provided
/// in the body. All error codes from S3 are sentence-cased. Regex value is "^[A-Z][a-zA-Z]+$".</p>
pub fn error_code(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.error_code(inp);
self
}
/// <p>A string that uniquely identifies an error condition. Returned in the <Code> tag
/// of the error XML response for a corresponding <code>GetObject</code> call. Cannot be used
/// with a successful <code>StatusCode</code> header or when the transformed object is provided
/// in the body. All error codes from S3 are sentence-cased. Regex value is "^[A-Z][a-zA-Z]+$".</p>
pub fn set_error_code(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_error_code(input);
self
}
/// <p>Contains a generic description of the error condition. Returned in the <Message>
/// tag of the error XML response for a corresponding <code>GetObject</code> call. Cannot be
/// used with a successful <code>StatusCode</code> header or when the transformed object is
/// provided in body.</p>
pub fn error_message(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.error_message(inp);
self
}
/// <p>Contains a generic description of the error condition. Returned in the <Message>
/// tag of the error XML response for a corresponding <code>GetObject</code> call. Cannot be
/// used with a successful <code>StatusCode</code> header or when the transformed object is
/// provided in body.</p>
pub fn set_error_message(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_error_message(input);
self
}
/// <p>Indicates that a range of bytes was specified.</p>
pub fn accept_ranges(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.accept_ranges(inp);
self
}
/// <p>Indicates that a range of bytes was specified.</p>
pub fn set_accept_ranges(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_accept_ranges(input);
self
}
/// <p>Specifies caching behavior along the request/reply chain.</p>
pub fn cache_control(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.cache_control(inp);
self
}
/// <p>Specifies caching behavior along the request/reply chain.</p>
pub fn set_cache_control(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_cache_control(input);
self
}
/// <p>Specifies presentational information for the object.</p>
pub fn content_disposition(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.content_disposition(inp);
self
}
/// <p>Specifies presentational information for the object.</p>
pub fn set_content_disposition(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_content_disposition(input);
self
}
/// <p>Specifies what content encodings have been applied to the object and thus what decoding
/// mechanisms must be applied to obtain the media-type referenced by the Content-Type header
/// field.</p>
pub fn content_encoding(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.content_encoding(inp);
self
}
/// <p>Specifies what content encodings have been applied to the object and thus what decoding
/// mechanisms must be applied to obtain the media-type referenced by the Content-Type header
/// field.</p>
pub fn set_content_encoding(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_content_encoding(input);
self
}
/// <p>The language the content is in.</p>
pub fn content_language(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.content_language(inp);
self
}
/// <p>The language the content is in.</p>
pub fn set_content_language(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_content_language(input);
self
}
/// <p>The size of the content body in bytes.</p>
pub fn content_length(mut self, inp: i64) -> Self {
self.inner = self.inner.content_length(inp);
self
}
/// <p>The size of the content body in bytes.</p>
pub fn set_content_length(mut self, input: std::option::Option<i64>) -> Self {
self.inner = self.inner.set_content_length(input);
self
}
/// <p>The portion of the object returned in the response.</p>
pub fn content_range(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.content_range(inp);
self
}
/// <p>The portion of the object returned in the response.</p>
pub fn set_content_range(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_content_range(input);
self
}
/// <p>A standard MIME type describing the format of the object data.</p>
pub fn content_type(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.content_type(inp);
self
}
/// <p>A standard MIME type describing the format of the object data.</p>
pub fn set_content_type(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_content_type(input);
self
}
/// <p>Specifies whether an object stored in Amazon S3 is (<code>true</code>) or is not
/// (<code>false</code>) a delete marker. </p>
pub fn delete_marker(mut self, inp: bool) -> Self {
self.inner = self.inner.delete_marker(inp);
self
}
/// <p>Specifies whether an object stored in Amazon S3 is (<code>true</code>) or is not
/// (<code>false</code>) a delete marker. </p>
pub fn set_delete_marker(mut self, input: std::option::Option<bool>) -> Self {
self.inner = self.inner.set_delete_marker(input);
self
}
/// <p>An opaque identifier assigned by a web server to a specific version of a resource found
/// at a URL. </p>
pub fn e_tag(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.e_tag(inp);
self
}
/// <p>An opaque identifier assigned by a web server to a specific version of a resource found
/// at a URL. </p>
pub fn set_e_tag(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_e_tag(input);
self
}
/// <p>The date and time at which the object is no longer cacheable.</p>
pub fn expires(mut self, inp: aws_smithy_types::DateTime) -> Self {
self.inner = self.inner.expires(inp);
self
}
/// <p>The date and time at which the object is no longer cacheable.</p>
pub fn set_expires(
mut self,
input: std::option::Option<aws_smithy_types::DateTime>,
) -> Self {
self.inner = self.inner.set_expires(input);
self
}
/// <p>If object stored in Amazon S3 expiration is configured (see PUT Bucket lifecycle) it includes expiry-date and rule-id key-value pairs providing object expiration information. The value of the rule-id is URL encoded. </p>
pub fn expiration(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.expiration(inp);
self
}
/// <p>If object stored in Amazon S3 expiration is configured (see PUT Bucket lifecycle) it includes expiry-date and rule-id key-value pairs providing object expiration information. The value of the rule-id is URL encoded. </p>
pub fn set_expiration(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_expiration(input);
self
}
/// <p>The date and time that the object was last modified.</p>
pub fn last_modified(mut self, inp: aws_smithy_types::DateTime) -> Self {
self.inner = self.inner.last_modified(inp);
self
}
/// <p>The date and time that the object was last modified.</p>
pub fn set_last_modified(
mut self,
input: std::option::Option<aws_smithy_types::DateTime>,
) -> Self {
self.inner = self.inner.set_last_modified(input);
self
}
/// <p>Set to the number of metadata entries not returned in <code>x-amz-meta</code> headers.
/// This can happen if you create metadata using an API like SOAP that supports more flexible
/// metadata than the REST API. For example, using SOAP, you can create metadata whose values
/// are not legal HTTP headers.</p>
pub fn missing_meta(mut self, inp: i32) -> Self {
self.inner = self.inner.missing_meta(inp);
self
}
/// <p>Set to the number of metadata entries not returned in <code>x-amz-meta</code> headers.
/// This can happen if you create metadata using an API like SOAP that supports more flexible
/// metadata than the REST API. For example, using SOAP, you can create metadata whose values
/// are not legal HTTP headers.</p>
pub fn set_missing_meta(mut self, input: std::option::Option<i32>) -> Self {
self.inner = self.inner.set_missing_meta(input);
self
}
/// Adds a key-value pair to `Metadata`.
///
/// To override the contents of this collection use [`set_metadata`](Self::set_metadata).
///
/// <p>A map of metadata to store with the object in S3.</p>
pub fn metadata(
mut self,
k: impl Into<std::string::String>,
v: impl Into<std::string::String>,
) -> Self {
self.inner = self.inner.metadata(k, v);
self
}
/// <p>A map of metadata to store with the object in S3.</p>
pub fn set_metadata(
mut self,
input: std::option::Option<
std::collections::HashMap<std::string::String, std::string::String>,
>,
) -> Self {
self.inner = self.inner.set_metadata(input);
self
}
/// <p>Indicates whether an object stored in Amazon S3 has Object Lock enabled. For more
/// information about S3 Object Lock, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-lock.html">Object Lock</a>.</p>
pub fn object_lock_mode(mut self, inp: crate::model::ObjectLockMode) -> Self {
self.inner = self.inner.object_lock_mode(inp);
self
}
/// <p>Indicates whether an object stored in Amazon S3 has Object Lock enabled. For more
/// information about S3 Object Lock, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-lock.html">Object Lock</a>.</p>
pub fn set_object_lock_mode(
mut self,
input: std::option::Option<crate::model::ObjectLockMode>,
) -> Self {
self.inner = self.inner.set_object_lock_mode(input);
self
}
/// <p>Indicates whether an object stored in Amazon S3 has an active legal hold.</p>
pub fn object_lock_legal_hold_status(
mut self,
inp: crate::model::ObjectLockLegalHoldStatus,
) -> Self {
self.inner = self.inner.object_lock_legal_hold_status(inp);
self
}
/// <p>Indicates whether an object stored in Amazon S3 has an active legal hold.</p>
pub fn set_object_lock_legal_hold_status(
mut self,
input: std::option::Option<crate::model::ObjectLockLegalHoldStatus>,
) -> Self {
self.inner = self.inner.set_object_lock_legal_hold_status(input);
self
}
/// <p>The date and time when Object Lock is configured to expire.</p>
pub fn object_lock_retain_until_date(mut self, inp: aws_smithy_types::DateTime) -> Self {
self.inner = self.inner.object_lock_retain_until_date(inp);
self
}
/// <p>The date and time when Object Lock is configured to expire.</p>
pub fn set_object_lock_retain_until_date(
mut self,
input: std::option::Option<aws_smithy_types::DateTime>,
) -> Self {
self.inner = self.inner.set_object_lock_retain_until_date(input);
self
}
/// <p>The count of parts this object has.</p>
pub fn parts_count(mut self, inp: i32) -> Self {
self.inner = self.inner.parts_count(inp);
self
}
/// <p>The count of parts this object has.</p>
pub fn set_parts_count(mut self, input: std::option::Option<i32>) -> Self {
self.inner = self.inner.set_parts_count(input);
self
}
/// <p>Indicates if request involves bucket that is either a source or destination in a Replication rule. For more
/// information about S3 Replication, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/replication.html">Replication</a>.</p>
pub fn replication_status(mut self, inp: crate::model::ReplicationStatus) -> Self {
self.inner = self.inner.replication_status(inp);
self
}
/// <p>Indicates if request involves bucket that is either a source or destination in a Replication rule. For more
/// information about S3 Replication, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/replication.html">Replication</a>.</p>
pub fn set_replication_status(
mut self,
input: std::option::Option<crate::model::ReplicationStatus>,
) -> Self {
self.inner = self.inner.set_replication_status(input);
self
}
/// <p>If present, indicates that the requester was successfully charged for the
/// request.</p>
pub fn request_charged(mut self, inp: crate::model::RequestCharged) -> Self {
self.inner = self.inner.request_charged(inp);
self
}
/// <p>If present, indicates that the requester was successfully charged for the
/// request.</p>
pub fn set_request_charged(
mut self,
input: std::option::Option<crate::model::RequestCharged>,
) -> Self {
self.inner = self.inner.set_request_charged(input);
self
}
/// <p>Provides information about object restoration operation and expiration time of the
/// restored object copy.</p>
pub fn restore(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.restore(inp);
self
}
/// <p>Provides information about object restoration operation and expiration time of the
/// restored object copy.</p>
pub fn set_restore(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_restore(input);
self
}
/// <p> The server-side encryption algorithm used when storing requested object in Amazon S3 (for example, AES256, aws:kms).</p>
pub fn server_side_encryption(mut self, inp: crate::model::ServerSideEncryption) -> Self {
self.inner = self.inner.server_side_encryption(inp);
self
}
/// <p> The server-side encryption algorithm used when storing requested object in Amazon S3 (for example, AES256, aws:kms).</p>
pub fn set_server_side_encryption(
mut self,
input: std::option::Option<crate::model::ServerSideEncryption>,
) -> Self {
self.inner = self.inner.set_server_side_encryption(input);
self
}
/// <p>Encryption algorithm used if server-side encryption with a customer-provided encryption key was specified for object stored in Amazon S3.</p>
pub fn sse_customer_algorithm(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.sse_customer_algorithm(inp);
self
}
/// <p>Encryption algorithm used if server-side encryption with a customer-provided encryption key was specified for object stored in Amazon S3.</p>
pub fn set_sse_customer_algorithm(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_sse_customer_algorithm(input);
self
}
/// <p> If present, specifies the ID of the Amazon Web Services Key Management Service (Amazon Web Services KMS) symmetric customer managed key that was used for stored in Amazon S3 object. </p>
pub fn ssekms_key_id(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.ssekms_key_id(inp);
self
}
/// <p> If present, specifies the ID of the Amazon Web Services Key Management Service (Amazon Web Services KMS) symmetric customer managed key that was used for stored in Amazon S3 object. </p>
pub fn set_ssekms_key_id(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_ssekms_key_id(input);
self
}
/// <p> 128-bit MD5 digest of customer-provided encryption key used in Amazon S3 to encrypt data
/// stored in S3. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/ServerSideEncryptionCustomerKeys.html">Protecting data
/// using server-side encryption with customer-provided encryption keys
/// (SSE-C)</a>.</p>
pub fn sse_customer_key_md5(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.sse_customer_key_md5(inp);
self
}
/// <p> 128-bit MD5 digest of customer-provided encryption key used in Amazon S3 to encrypt data
/// stored in S3. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/ServerSideEncryptionCustomerKeys.html">Protecting data
/// using server-side encryption with customer-provided encryption keys
/// (SSE-C)</a>.</p>
pub fn set_sse_customer_key_md5(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_sse_customer_key_md5(input);
self
}
/// <p> The class of storage used to store object in Amazon S3.</p>
pub fn storage_class(mut self, inp: crate::model::StorageClass) -> Self {
self.inner = self.inner.storage_class(inp);
self
}
/// <p> The class of storage used to store object in Amazon S3.</p>
pub fn set_storage_class(
mut self,
input: std::option::Option<crate::model::StorageClass>,
) -> Self {
self.inner = self.inner.set_storage_class(input);
self
}
/// <p>The number of tags, if any, on the object.</p>
pub fn tag_count(mut self, inp: i32) -> Self {
self.inner = self.inner.tag_count(inp);
self
}
/// <p>The number of tags, if any, on the object.</p>
pub fn set_tag_count(mut self, input: std::option::Option<i32>) -> Self {
self.inner = self.inner.set_tag_count(input);
self
}
/// <p>An ID used to reference a specific version of the object.</p>
pub fn version_id(mut self, inp: impl Into<std::string::String>) -> Self {
self.inner = self.inner.version_id(inp);
self
}
/// <p>An ID used to reference a specific version of the object.</p>
pub fn set_version_id(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_version_id(input);
self
}
/// <p> Indicates whether the object stored in Amazon S3 uses an S3 bucket key for server-side
/// encryption with Amazon Web Services KMS (SSE-KMS).</p>
pub fn bucket_key_enabled(mut self, inp: bool) -> Self {
self.inner = self.inner.bucket_key_enabled(inp);
self
}
/// <p> Indicates whether the object stored in Amazon S3 uses an S3 bucket key for server-side
/// encryption with Amazon Web Services KMS (SSE-KMS).</p>
pub fn set_bucket_key_enabled(mut self, input: std::option::Option<bool>) -> Self {
self.inner = self.inner.set_bucket_key_enabled(input);
self
}
}
}
impl<C> Client<C, aws_hyper::AwsMiddleware, aws_smithy_client::retry::Standard> {
/// Creates a client with the given service config and connector override.
pub fn from_conf_conn(conf: crate::Config, conn: C) -> Self {
let retry_config = conf.retry_config.as_ref().cloned().unwrap_or_default();
let timeout_config = conf.timeout_config.as_ref().cloned().unwrap_or_default();
let sleep_impl = conf.sleep_impl.clone();
let mut client = aws_hyper::Client::new(conn)
.with_retry_config(retry_config.into())
.with_timeout_config(timeout_config);
client.set_sleep_impl(sleep_impl);
Self {
handle: std::sync::Arc::new(Handle { client, conf }),
}
}
}
impl
Client<
aws_smithy_client::erase::DynConnector,
aws_hyper::AwsMiddleware,
aws_smithy_client::retry::Standard,
>
{
/// Creates a new client from a shared config.
#[cfg(any(feature = "rustls", feature = "native-tls"))]
pub fn new(config: &aws_types::config::Config) -> Self {
Self::from_conf(config.into())
}
/// Creates a new client from the service [`Config`](crate::Config).
#[cfg(any(feature = "rustls", feature = "native-tls"))]
pub fn from_conf(conf: crate::Config) -> Self {
let retry_config = conf.retry_config.as_ref().cloned().unwrap_or_default();
let timeout_config = conf.timeout_config.as_ref().cloned().unwrap_or_default();
let sleep_impl = conf.sleep_impl.clone();
let mut client = aws_hyper::Client::https()
.with_retry_config(retry_config.into())
.with_timeout_config(timeout_config);
client.set_sleep_impl(sleep_impl);
Self {
handle: std::sync::Arc::new(Handle { client, conf }),
}
}
}