AWS SDK

AWS SDK

rev. d838bf488731ae5e751cce0fe13f339a5b9be858 (ignoring whitespace)

Files changed:

tmp-codegen-diff/aws-sdk/sdk/s3control/src/operation/associate_access_grants_identity_center/builders.rs

@@ -1,1 +35,35 @@
    1      1   
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
    2         -
pub use crate::operation::associate_access_grants_identity_center::_associate_access_grants_identity_center_output::AssociateAccessGrantsIdentityCenterOutputBuilder;
    3         -
    4      2   
pub use crate::operation::associate_access_grants_identity_center::_associate_access_grants_identity_center_input::AssociateAccessGrantsIdentityCenterInputBuilder;
    5      3   
           4  +
pub use crate::operation::associate_access_grants_identity_center::_associate_access_grants_identity_center_output::AssociateAccessGrantsIdentityCenterOutputBuilder;
           5  +
    6      6   
impl crate::operation::associate_access_grants_identity_center::builders::AssociateAccessGrantsIdentityCenterInputBuilder {
    7      7   
    /// Sends a request with this input using the given client.
    8      8   
    pub async fn send_with(
    9      9   
        self,
   10     10   
        client: &crate::Client,
   11     11   
    ) -> ::std::result::Result<
   12     12   
        crate::operation::associate_access_grants_identity_center::AssociateAccessGrantsIdentityCenterOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::associate_access_grants_identity_center::AssociateAccessGrantsIdentityCenterError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/s3control/src/operation/create_access_grant.rs

@@ -329,329 +368,368 @@
  349    349   
            meta: meta.unwrap_or_default(),
  350    350   
        })
  351    351   
    }
  352    352   
}
  353    353   
impl ::aws_types::request_id::RequestId for crate::operation::create_access_grant::CreateAccessGrantError {
  354    354   
    fn request_id(&self) -> Option<&str> {
  355    355   
        self.meta().request_id()
  356    356   
    }
  357    357   
}
  358    358   
  359         -
pub use crate::operation::create_access_grant::_create_access_grant_output::CreateAccessGrantOutput;
  360         -
  361    359   
pub use crate::operation::create_access_grant::_create_access_grant_input::CreateAccessGrantInput;
  362    360   
         361  +
pub use crate::operation::create_access_grant::_create_access_grant_output::CreateAccessGrantOutput;
         362  +
  363    363   
mod _create_access_grant_input;
  364    364   
  365    365   
mod _create_access_grant_output;
  366    366   
  367    367   
/// Builders
  368    368   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/s3control/src/operation/create_access_grant/builders.rs

@@ -1,1 +35,35 @@
    1      1   
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
    2         -
pub use crate::operation::create_access_grant::_create_access_grant_output::CreateAccessGrantOutputBuilder;
    3         -
    4      2   
pub use crate::operation::create_access_grant::_create_access_grant_input::CreateAccessGrantInputBuilder;
    5      3   
           4  +
pub use crate::operation::create_access_grant::_create_access_grant_output::CreateAccessGrantOutputBuilder;
           5  +
    6      6   
impl crate::operation::create_access_grant::builders::CreateAccessGrantInputBuilder {
    7      7   
    /// Sends a request with this input using the given client.
    8      8   
    pub async fn send_with(
    9      9   
        self,
   10     10   
        client: &crate::Client,
   11     11   
    ) -> ::std::result::Result<
   12     12   
        crate::operation::create_access_grant::CreateAccessGrantOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::create_access_grant::CreateAccessGrantError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/s3control/src/operation/create_access_grants_instance.rs

@@ -335,335 +374,374 @@
  355    355   
            meta: meta.unwrap_or_default(),
  356    356   
        })
  357    357   
    }
  358    358   
}
  359    359   
impl ::aws_types::request_id::RequestId for crate::operation::create_access_grants_instance::CreateAccessGrantsInstanceError {
  360    360   
    fn request_id(&self) -> Option<&str> {
  361    361   
        self.meta().request_id()
  362    362   
    }
  363    363   
}
  364    364   
  365         -
pub use crate::operation::create_access_grants_instance::_create_access_grants_instance_output::CreateAccessGrantsInstanceOutput;
  366         -
  367    365   
pub use crate::operation::create_access_grants_instance::_create_access_grants_instance_input::CreateAccessGrantsInstanceInput;
  368    366   
         367  +
pub use crate::operation::create_access_grants_instance::_create_access_grants_instance_output::CreateAccessGrantsInstanceOutput;
         368  +
  369    369   
mod _create_access_grants_instance_input;
  370    370   
  371    371   
mod _create_access_grants_instance_output;
  372    372   
  373    373   
/// Builders
  374    374   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/s3control/src/operation/create_access_grants_instance/builders.rs

@@ -1,1 +35,35 @@
    1      1   
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
    2         -
pub use crate::operation::create_access_grants_instance::_create_access_grants_instance_output::CreateAccessGrantsInstanceOutputBuilder;
    3         -
    4      2   
pub use crate::operation::create_access_grants_instance::_create_access_grants_instance_input::CreateAccessGrantsInstanceInputBuilder;
    5      3   
           4  +
pub use crate::operation::create_access_grants_instance::_create_access_grants_instance_output::CreateAccessGrantsInstanceOutputBuilder;
           5  +
    6      6   
impl crate::operation::create_access_grants_instance::builders::CreateAccessGrantsInstanceInputBuilder {
    7      7   
    /// Sends a request with this input using the given client.
    8      8   
    pub async fn send_with(
    9      9   
        self,
   10     10   
        client: &crate::Client,
   11     11   
    ) -> ::std::result::Result<
   12     12   
        crate::operation::create_access_grants_instance::CreateAccessGrantsInstanceOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::create_access_grants_instance::CreateAccessGrantsInstanceError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/s3control/src/operation/create_access_grants_location.rs

@@ -335,335 +374,374 @@
  355    355   
            meta: meta.unwrap_or_default(),
  356    356   
        })
  357    357   
    }
  358    358   
}
  359    359   
impl ::aws_types::request_id::RequestId for crate::operation::create_access_grants_location::CreateAccessGrantsLocationError {
  360    360   
    fn request_id(&self) -> Option<&str> {
  361    361   
        self.meta().request_id()
  362    362   
    }
  363    363   
}
  364    364   
  365         -
pub use crate::operation::create_access_grants_location::_create_access_grants_location_output::CreateAccessGrantsLocationOutput;
  366         -
  367    365   
pub use crate::operation::create_access_grants_location::_create_access_grants_location_input::CreateAccessGrantsLocationInput;
  368    366   
         367  +
pub use crate::operation::create_access_grants_location::_create_access_grants_location_output::CreateAccessGrantsLocationOutput;
         368  +
  369    369   
mod _create_access_grants_location_input;
  370    370   
  371    371   
mod _create_access_grants_location_output;
  372    372   
  373    373   
/// Builders
  374    374   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/s3control/src/operation/create_access_grants_location/builders.rs

@@ -1,1 +35,35 @@
    1      1   
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
    2         -
pub use crate::operation::create_access_grants_location::_create_access_grants_location_output::CreateAccessGrantsLocationOutputBuilder;
    3         -
    4      2   
pub use crate::operation::create_access_grants_location::_create_access_grants_location_input::CreateAccessGrantsLocationInputBuilder;
    5      3   
           4  +
pub use crate::operation::create_access_grants_location::_create_access_grants_location_output::CreateAccessGrantsLocationOutputBuilder;
           5  +
    6      6   
impl crate::operation::create_access_grants_location::builders::CreateAccessGrantsLocationInputBuilder {
    7      7   
    /// Sends a request with this input using the given client.
    8      8   
    pub async fn send_with(
    9      9   
        self,
   10     10   
        client: &crate::Client,
   11     11   
    ) -> ::std::result::Result<
   12     12   
        crate::operation::create_access_grants_location::CreateAccessGrantsLocationOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::create_access_grants_location::CreateAccessGrantsLocationError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/s3control/src/operation/create_access_point.rs

@@ -354,354 +393,393 @@
  374    374   
            meta: meta.unwrap_or_default(),
  375    375   
        })
  376    376   
    }
  377    377   
}
  378    378   
impl ::aws_types::request_id::RequestId for crate::operation::create_access_point::CreateAccessPointError {
  379    379   
    fn request_id(&self) -> Option<&str> {
  380    380   
        self.meta().request_id()
  381    381   
    }
  382    382   
}
  383    383   
  384         -
pub use crate::operation::create_access_point::_create_access_point_output::CreateAccessPointOutput;
  385         -
  386    384   
pub use crate::operation::create_access_point::_create_access_point_input::CreateAccessPointInput;
  387    385   
         386  +
pub use crate::operation::create_access_point::_create_access_point_output::CreateAccessPointOutput;
         387  +
  388    388   
mod _create_access_point_input;
  389    389   
  390    390   
mod _create_access_point_output;
  391    391   
  392    392   
/// Builders
  393    393   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/s3control/src/operation/create_access_point/builders.rs

@@ -1,1 +35,35 @@
    1      1   
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
    2         -
pub use crate::operation::create_access_point::_create_access_point_output::CreateAccessPointOutputBuilder;
    3         -
    4      2   
pub use crate::operation::create_access_point::_create_access_point_input::CreateAccessPointInputBuilder;
    5      3   
           4  +
pub use crate::operation::create_access_point::_create_access_point_output::CreateAccessPointOutputBuilder;
           5  +
    6      6   
impl crate::operation::create_access_point::builders::CreateAccessPointInputBuilder {
    7      7   
    /// Sends a request with this input using the given client.
    8      8   
    pub async fn send_with(
    9      9   
        self,
   10     10   
        client: &crate::Client,
   11     11   
    ) -> ::std::result::Result<
   12     12   
        crate::operation::create_access_point::CreateAccessPointOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::create_access_point::CreateAccessPointError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/s3control/src/operation/create_access_point_for_object_lambda.rs

@@ -352,352 +391,391 @@
  372    372   
            meta: meta.unwrap_or_default(),
  373    373   
        })
  374    374   
    }
  375    375   
}
  376    376   
impl ::aws_types::request_id::RequestId for crate::operation::create_access_point_for_object_lambda::CreateAccessPointForObjectLambdaError {
  377    377   
    fn request_id(&self) -> Option<&str> {
  378    378   
        self.meta().request_id()
  379    379   
    }
  380    380   
}
  381    381   
  382         -
pub use crate::operation::create_access_point_for_object_lambda::_create_access_point_for_object_lambda_output::CreateAccessPointForObjectLambdaOutput;
  383         -
  384    382   
pub use crate::operation::create_access_point_for_object_lambda::_create_access_point_for_object_lambda_input::CreateAccessPointForObjectLambdaInput;
  385    383   
         384  +
pub use crate::operation::create_access_point_for_object_lambda::_create_access_point_for_object_lambda_output::CreateAccessPointForObjectLambdaOutput;
         385  +
  386    386   
mod _create_access_point_for_object_lambda_input;
  387    387   
  388    388   
mod _create_access_point_for_object_lambda_output;
  389    389   
  390    390   
/// Builders
  391    391   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/s3control/src/operation/create_access_point_for_object_lambda/builders.rs

@@ -1,1 +35,35 @@
    1      1   
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
    2         -
pub use crate::operation::create_access_point_for_object_lambda::_create_access_point_for_object_lambda_output::CreateAccessPointForObjectLambdaOutputBuilder;
    3         -
    4      2   
pub use crate::operation::create_access_point_for_object_lambda::_create_access_point_for_object_lambda_input::CreateAccessPointForObjectLambdaInputBuilder;
    5      3   
           4  +
pub use crate::operation::create_access_point_for_object_lambda::_create_access_point_for_object_lambda_output::CreateAccessPointForObjectLambdaOutputBuilder;
           5  +
    6      6   
impl crate::operation::create_access_point_for_object_lambda::builders::CreateAccessPointForObjectLambdaInputBuilder {
    7      7   
    /// Sends a request with this input using the given client.
    8      8   
    pub async fn send_with(
    9      9   
        self,
   10     10   
        client: &crate::Client,
   11     11   
    ) -> ::std::result::Result<
   12     12   
        crate::operation::create_access_point_for_object_lambda::CreateAccessPointForObjectLambdaOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::create_access_point_for_object_lambda::CreateAccessPointForObjectLambdaError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/s3control/src/operation/create_bucket.rs

@@ -360,360 +399,399 @@
  380    380   
            meta: meta.unwrap_or_default(),
  381    381   
        })
  382    382   
    }
  383    383   
}
  384    384   
impl ::aws_types::request_id::RequestId for crate::operation::create_bucket::CreateBucketError {
  385    385   
    fn request_id(&self) -> Option<&str> {
  386    386   
        self.meta().request_id()
  387    387   
    }
  388    388   
}
  389    389   
  390         -
pub use crate::operation::create_bucket::_create_bucket_output::CreateBucketOutput;
  391         -
  392    390   
pub use crate::operation::create_bucket::_create_bucket_input::CreateBucketInput;
  393    391   
         392  +
pub use crate::operation::create_bucket::_create_bucket_output::CreateBucketOutput;
         393  +
  394    394   
mod _create_bucket_input;
  395    395   
  396    396   
mod _create_bucket_output;
  397    397   
  398    398   
/// Builders
  399    399   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/s3control/src/operation/create_bucket/builders.rs

@@ -1,1 +35,35 @@
    1      1   
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
    2         -
pub use crate::operation::create_bucket::_create_bucket_output::CreateBucketOutputBuilder;
    3         -
    4      2   
pub use crate::operation::create_bucket::_create_bucket_input::CreateBucketInputBuilder;
    5      3   
           4  +
pub use crate::operation::create_bucket::_create_bucket_output::CreateBucketOutputBuilder;
           5  +
    6      6   
impl crate::operation::create_bucket::builders::CreateBucketInputBuilder {
    7      7   
    /// Sends a request with this input using the given client.
    8      8   
    pub async fn send_with(
    9      9   
        self,
   10     10   
        client: &crate::Client,
   11     11   
    ) -> ::std::result::Result<
   12     12   
        crate::operation::create_bucket::CreateBucketOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::create_bucket::CreateBucketError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/s3control/src/operation/create_job.rs

@@ -369,369 +408,408 @@
  389    389   
            meta: meta.unwrap_or_default(),
  390    390   
        })
  391    391   
    }
  392    392   
}
  393    393   
impl ::aws_types::request_id::RequestId for crate::operation::create_job::CreateJobError {
  394    394   
    fn request_id(&self) -> Option<&str> {
  395    395   
        self.meta().request_id()
  396    396   
    }
  397    397   
}
  398    398   
  399         -
pub use crate::operation::create_job::_create_job_output::CreateJobOutput;
  400         -
  401    399   
pub use crate::operation::create_job::_create_job_input::CreateJobInput;
  402    400   
         401  +
pub use crate::operation::create_job::_create_job_output::CreateJobOutput;
         402  +
  403    403   
mod _create_job_input;
  404    404   
  405    405   
mod _create_job_output;
  406    406   
  407    407   
/// Builders
  408    408   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/s3control/src/operation/create_job/builders.rs

@@ -1,1 +35,35 @@
    1      1   
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
    2         -
pub use crate::operation::create_job::_create_job_output::CreateJobOutputBuilder;
    3         -
    4      2   
pub use crate::operation::create_job::_create_job_input::CreateJobInputBuilder;
    5      3   
           4  +
pub use crate::operation::create_job::_create_job_output::CreateJobOutputBuilder;
           5  +
    6      6   
impl crate::operation::create_job::builders::CreateJobInputBuilder {
    7      7   
    /// Sends a request with this input using the given client.
    8      8   
    pub async fn send_with(
    9      9   
        self,
   10     10   
        client: &crate::Client,
   11     11   
    ) -> ::std::result::Result<
   12     12   
        crate::operation::create_job::CreateJobOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::create_job::CreateJobError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/s3control/src/operation/create_multi_region_access_point.rs

@@ -346,346 +385,385 @@
  366    366   
            meta: meta.unwrap_or_default(),
  367    367   
        })
  368    368   
    }
  369    369   
}
  370    370   
impl ::aws_types::request_id::RequestId for crate::operation::create_multi_region_access_point::CreateMultiRegionAccessPointError {
  371    371   
    fn request_id(&self) -> Option<&str> {
  372    372   
        self.meta().request_id()
  373    373   
    }
  374    374   
}
  375    375   
  376         -
pub use crate::operation::create_multi_region_access_point::_create_multi_region_access_point_output::CreateMultiRegionAccessPointOutput;
  377         -
  378    376   
pub use crate::operation::create_multi_region_access_point::_create_multi_region_access_point_input::CreateMultiRegionAccessPointInput;
  379    377   
         378  +
pub use crate::operation::create_multi_region_access_point::_create_multi_region_access_point_output::CreateMultiRegionAccessPointOutput;
         379  +
  380    380   
mod _create_multi_region_access_point_input;
  381    381   
  382    382   
mod _create_multi_region_access_point_output;
  383    383   
  384    384   
/// Builders
  385    385   
pub mod builders;