AWS SDK

AWS SDK

rev. 7254d43655ed63111c94f599437f2b0d3f55446e

Files changed:

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/delete_verified_access_instance.rs

@@ -328,328 +367,367 @@
  348    348   
            meta: meta.unwrap_or_default(),
  349    349   
        })
  350    350   
    }
  351    351   
}
  352    352   
impl ::aws_types::request_id::RequestId for crate::operation::delete_verified_access_instance::DeleteVerifiedAccessInstanceError {
  353    353   
    fn request_id(&self) -> Option<&str> {
  354    354   
        self.meta().request_id()
  355    355   
    }
  356    356   
}
  357    357   
  358         -
pub use crate::operation::delete_verified_access_instance::_delete_verified_access_instance_output::DeleteVerifiedAccessInstanceOutput;
  359         -
  360    358   
pub use crate::operation::delete_verified_access_instance::_delete_verified_access_instance_input::DeleteVerifiedAccessInstanceInput;
  361    359   
         360  +
pub use crate::operation::delete_verified_access_instance::_delete_verified_access_instance_output::DeleteVerifiedAccessInstanceOutput;
         361  +
  362    362   
mod _delete_verified_access_instance_input;
  363    363   
  364    364   
mod _delete_verified_access_instance_output;
  365    365   
  366    366   
/// Builders
  367    367   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/delete_verified_access_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::delete_verified_access_instance::_delete_verified_access_instance_output::DeleteVerifiedAccessInstanceOutputBuilder;
    3         -
    4      2   
pub use crate::operation::delete_verified_access_instance::_delete_verified_access_instance_input::DeleteVerifiedAccessInstanceInputBuilder;
    5      3   
           4  +
pub use crate::operation::delete_verified_access_instance::_delete_verified_access_instance_output::DeleteVerifiedAccessInstanceOutputBuilder;
           5  +
    6      6   
impl crate::operation::delete_verified_access_instance::builders::DeleteVerifiedAccessInstanceInputBuilder {
    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::delete_verified_access_instance::DeleteVerifiedAccessInstanceOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::delete_verified_access_instance::DeleteVerifiedAccessInstanceError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/delete_verified_access_trust_provider.rs

@@ -341,341 +380,380 @@
  361    361   
            meta: meta.unwrap_or_default(),
  362    362   
        })
  363    363   
    }
  364    364   
}
  365    365   
impl ::aws_types::request_id::RequestId for crate::operation::delete_verified_access_trust_provider::DeleteVerifiedAccessTrustProviderError {
  366    366   
    fn request_id(&self) -> Option<&str> {
  367    367   
        self.meta().request_id()
  368    368   
    }
  369    369   
}
  370    370   
  371         -
pub use crate::operation::delete_verified_access_trust_provider::_delete_verified_access_trust_provider_output::DeleteVerifiedAccessTrustProviderOutput;
  372         -
  373    371   
pub use crate::operation::delete_verified_access_trust_provider::_delete_verified_access_trust_provider_input::DeleteVerifiedAccessTrustProviderInput;
  374    372   
         373  +
pub use crate::operation::delete_verified_access_trust_provider::_delete_verified_access_trust_provider_output::DeleteVerifiedAccessTrustProviderOutput;
         374  +
  375    375   
mod _delete_verified_access_trust_provider_input;
  376    376   
  377    377   
mod _delete_verified_access_trust_provider_output;
  378    378   
  379    379   
/// Builders
  380    380   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/delete_verified_access_trust_provider/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::delete_verified_access_trust_provider::_delete_verified_access_trust_provider_output::DeleteVerifiedAccessTrustProviderOutputBuilder;
    3         -
    4      2   
pub use crate::operation::delete_verified_access_trust_provider::_delete_verified_access_trust_provider_input::DeleteVerifiedAccessTrustProviderInputBuilder;
    5      3   
           4  +
pub use crate::operation::delete_verified_access_trust_provider::_delete_verified_access_trust_provider_output::DeleteVerifiedAccessTrustProviderOutputBuilder;
           5  +
    6      6   
impl crate::operation::delete_verified_access_trust_provider::builders::DeleteVerifiedAccessTrustProviderInputBuilder {
    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::delete_verified_access_trust_provider::DeleteVerifiedAccessTrustProviderOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::delete_verified_access_trust_provider::DeleteVerifiedAccessTrustProviderError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/delete_volume.rs

@@ -317,317 +356,356 @@
  337    337   
            meta: meta.unwrap_or_default(),
  338    338   
        })
  339    339   
    }
  340    340   
}
  341    341   
impl ::aws_types::request_id::RequestId for crate::operation::delete_volume::DeleteVolumeError {
  342    342   
    fn request_id(&self) -> Option<&str> {
  343    343   
        self.meta().request_id()
  344    344   
    }
  345    345   
}
  346    346   
  347         -
pub use crate::operation::delete_volume::_delete_volume_output::DeleteVolumeOutput;
  348         -
  349    347   
pub use crate::operation::delete_volume::_delete_volume_input::DeleteVolumeInput;
  350    348   
         349  +
pub use crate::operation::delete_volume::_delete_volume_output::DeleteVolumeOutput;
         350  +
  351    351   
mod _delete_volume_input;
  352    352   
  353    353   
mod _delete_volume_output;
  354    354   
  355    355   
/// Builders
  356    356   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/delete_volume/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::delete_volume::_delete_volume_output::DeleteVolumeOutputBuilder;
    3         -
    4      2   
pub use crate::operation::delete_volume::_delete_volume_input::DeleteVolumeInputBuilder;
    5      3   
           4  +
pub use crate::operation::delete_volume::_delete_volume_output::DeleteVolumeOutputBuilder;
           5  +
    6      6   
impl crate::operation::delete_volume::builders::DeleteVolumeInputBuilder {
    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::delete_volume::DeleteVolumeOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::delete_volume::DeleteVolumeError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/delete_vpc.rs

@@ -313,313 +352,352 @@
  333    333   
            meta: meta.unwrap_or_default(),
  334    334   
        })
  335    335   
    }
  336    336   
}
  337    337   
impl ::aws_types::request_id::RequestId for crate::operation::delete_vpc::DeleteVpcError {
  338    338   
    fn request_id(&self) -> Option<&str> {
  339    339   
        self.meta().request_id()
  340    340   
    }
  341    341   
}
  342    342   
  343         -
pub use crate::operation::delete_vpc::_delete_vpc_output::DeleteVpcOutput;
  344         -
  345    343   
pub use crate::operation::delete_vpc::_delete_vpc_input::DeleteVpcInput;
  346    344   
         345  +
pub use crate::operation::delete_vpc::_delete_vpc_output::DeleteVpcOutput;
         346  +
  347    347   
mod _delete_vpc_input;
  348    348   
  349    349   
mod _delete_vpc_output;
  350    350   
  351    351   
/// Builders
  352    352   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/delete_vpc/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::delete_vpc::_delete_vpc_output::DeleteVpcOutputBuilder;
    3         -
    4      2   
pub use crate::operation::delete_vpc::_delete_vpc_input::DeleteVpcInputBuilder;
    5      3   
           4  +
pub use crate::operation::delete_vpc::_delete_vpc_output::DeleteVpcOutputBuilder;
           5  +
    6      6   
impl crate::operation::delete_vpc::builders::DeleteVpcInputBuilder {
    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::delete_vpc::DeleteVpcOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::delete_vpc::DeleteVpcError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/delete_vpc_block_public_access_exclusion.rs

@@ -328,328 +367,367 @@
  348    348   
            meta: meta.unwrap_or_default(),
  349    349   
        })
  350    350   
    }
  351    351   
}
  352    352   
impl ::aws_types::request_id::RequestId for crate::operation::delete_vpc_block_public_access_exclusion::DeleteVpcBlockPublicAccessExclusionError {
  353    353   
    fn request_id(&self) -> Option<&str> {
  354    354   
        self.meta().request_id()
  355    355   
    }
  356    356   
}
  357    357   
  358         -
pub use crate::operation::delete_vpc_block_public_access_exclusion::_delete_vpc_block_public_access_exclusion_output::DeleteVpcBlockPublicAccessExclusionOutput;
  359         -
  360    358   
pub use crate::operation::delete_vpc_block_public_access_exclusion::_delete_vpc_block_public_access_exclusion_input::DeleteVpcBlockPublicAccessExclusionInput;
  361    359   
         360  +
pub use crate::operation::delete_vpc_block_public_access_exclusion::_delete_vpc_block_public_access_exclusion_output::DeleteVpcBlockPublicAccessExclusionOutput;
         361  +
  362    362   
mod _delete_vpc_block_public_access_exclusion_input;
  363    363   
  364    364   
mod _delete_vpc_block_public_access_exclusion_output;
  365    365   
  366    366   
/// Builders
  367    367   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/delete_vpc_block_public_access_exclusion/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::delete_vpc_block_public_access_exclusion::_delete_vpc_block_public_access_exclusion_output::DeleteVpcBlockPublicAccessExclusionOutputBuilder;
    3         -
    4      2   
pub use crate::operation::delete_vpc_block_public_access_exclusion::_delete_vpc_block_public_access_exclusion_input::DeleteVpcBlockPublicAccessExclusionInputBuilder;
    5      3   
           4  +
pub use crate::operation::delete_vpc_block_public_access_exclusion::_delete_vpc_block_public_access_exclusion_output::DeleteVpcBlockPublicAccessExclusionOutputBuilder;
           5  +
    6      6   
impl crate::operation::delete_vpc_block_public_access_exclusion::builders::DeleteVpcBlockPublicAccessExclusionInputBuilder {
    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::delete_vpc_block_public_access_exclusion::DeleteVpcBlockPublicAccessExclusionOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::delete_vpc_block_public_access_exclusion::DeleteVpcBlockPublicAccessExclusionError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/delete_vpc_endpoint_connection_notifications.rs

@@ -330,330 +369,369 @@
  350    350   
    }
  351    351   
}
  352    352   
impl ::aws_types::request_id::RequestId
  353    353   
    for crate::operation::delete_vpc_endpoint_connection_notifications::DeleteVpcEndpointConnectionNotificationsError
  354    354   
{
  355    355   
    fn request_id(&self) -> Option<&str> {
  356    356   
        self.meta().request_id()
  357    357   
    }
  358    358   
}
  359    359   
  360         -
pub use crate::operation::delete_vpc_endpoint_connection_notifications::_delete_vpc_endpoint_connection_notifications_output::DeleteVpcEndpointConnectionNotificationsOutput;
  361         -
  362    360   
pub use crate::operation::delete_vpc_endpoint_connection_notifications::_delete_vpc_endpoint_connection_notifications_input::DeleteVpcEndpointConnectionNotificationsInput;
  363    361   
         362  +
pub use crate::operation::delete_vpc_endpoint_connection_notifications::_delete_vpc_endpoint_connection_notifications_output::DeleteVpcEndpointConnectionNotificationsOutput;
         363  +
  364    364   
mod _delete_vpc_endpoint_connection_notifications_input;
  365    365   
  366    366   
mod _delete_vpc_endpoint_connection_notifications_output;
  367    367   
  368    368   
/// Builders
  369    369   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/delete_vpc_endpoint_connection_notifications/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::delete_vpc_endpoint_connection_notifications::_delete_vpc_endpoint_connection_notifications_output::DeleteVpcEndpointConnectionNotificationsOutputBuilder;
    3         -
    4      2   
pub use crate::operation::delete_vpc_endpoint_connection_notifications::_delete_vpc_endpoint_connection_notifications_input::DeleteVpcEndpointConnectionNotificationsInputBuilder;
    5      3   
           4  +
pub use crate::operation::delete_vpc_endpoint_connection_notifications::_delete_vpc_endpoint_connection_notifications_output::DeleteVpcEndpointConnectionNotificationsOutputBuilder;
           5  +
    6      6   
impl crate::operation::delete_vpc_endpoint_connection_notifications::builders::DeleteVpcEndpointConnectionNotificationsInputBuilder {
    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::delete_vpc_endpoint_connection_notifications::DeleteVpcEndpointConnectionNotificationsOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::delete_vpc_endpoint_connection_notifications::DeleteVpcEndpointConnectionNotificationsError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/delete_vpc_endpoint_service_configurations.rs

@@ -330,330 +369,369 @@
  350    350   
    }
  351    351   
}
  352    352   
impl ::aws_types::request_id::RequestId
  353    353   
    for crate::operation::delete_vpc_endpoint_service_configurations::DeleteVpcEndpointServiceConfigurationsError
  354    354   
{
  355    355   
    fn request_id(&self) -> Option<&str> {
  356    356   
        self.meta().request_id()
  357    357   
    }
  358    358   
}
  359    359   
  360         -
pub use crate::operation::delete_vpc_endpoint_service_configurations::_delete_vpc_endpoint_service_configurations_output::DeleteVpcEndpointServiceConfigurationsOutput;
  361         -
  362    360   
pub use crate::operation::delete_vpc_endpoint_service_configurations::_delete_vpc_endpoint_service_configurations_input::DeleteVpcEndpointServiceConfigurationsInput;
  363    361   
         362  +
pub use crate::operation::delete_vpc_endpoint_service_configurations::_delete_vpc_endpoint_service_configurations_output::DeleteVpcEndpointServiceConfigurationsOutput;
         363  +
  364    364   
mod _delete_vpc_endpoint_service_configurations_input;
  365    365   
  366    366   
mod _delete_vpc_endpoint_service_configurations_output;
  367    367   
  368    368   
/// Builders
  369    369   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/delete_vpc_endpoint_service_configurations/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::delete_vpc_endpoint_service_configurations::_delete_vpc_endpoint_service_configurations_output::DeleteVpcEndpointServiceConfigurationsOutputBuilder;
    3         -
    4      2   
pub use crate::operation::delete_vpc_endpoint_service_configurations::_delete_vpc_endpoint_service_configurations_input::DeleteVpcEndpointServiceConfigurationsInputBuilder;
    5      3   
           4  +
pub use crate::operation::delete_vpc_endpoint_service_configurations::_delete_vpc_endpoint_service_configurations_output::DeleteVpcEndpointServiceConfigurationsOutputBuilder;
           5  +
    6      6   
impl crate::operation::delete_vpc_endpoint_service_configurations::builders::DeleteVpcEndpointServiceConfigurationsInputBuilder {
    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::delete_vpc_endpoint_service_configurations::DeleteVpcEndpointServiceConfigurationsOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::delete_vpc_endpoint_service_configurations::DeleteVpcEndpointServiceConfigurationsError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/delete_vpc_endpoints.rs

@@ -317,317 +356,356 @@
  337    337   
            meta: meta.unwrap_or_default(),
  338    338   
        })
  339    339   
    }
  340    340   
}
  341    341   
impl ::aws_types::request_id::RequestId for crate::operation::delete_vpc_endpoints::DeleteVpcEndpointsError {
  342    342   
    fn request_id(&self) -> Option<&str> {
  343    343   
        self.meta().request_id()
  344    344   
    }
  345    345   
}
  346    346   
  347         -
pub use crate::operation::delete_vpc_endpoints::_delete_vpc_endpoints_output::DeleteVpcEndpointsOutput;
  348         -
  349    347   
pub use crate::operation::delete_vpc_endpoints::_delete_vpc_endpoints_input::DeleteVpcEndpointsInput;
  350    348   
         349  +
pub use crate::operation::delete_vpc_endpoints::_delete_vpc_endpoints_output::DeleteVpcEndpointsOutput;
         350  +
  351    351   
mod _delete_vpc_endpoints_input;
  352    352   
  353    353   
mod _delete_vpc_endpoints_output;
  354    354   
  355    355   
/// Builders
  356    356   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/delete_vpc_endpoints/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::delete_vpc_endpoints::_delete_vpc_endpoints_output::DeleteVpcEndpointsOutputBuilder;
    3         -
    4      2   
pub use crate::operation::delete_vpc_endpoints::_delete_vpc_endpoints_input::DeleteVpcEndpointsInputBuilder;
    5      3   
           4  +
pub use crate::operation::delete_vpc_endpoints::_delete_vpc_endpoints_output::DeleteVpcEndpointsOutputBuilder;
           5  +
    6      6   
impl crate::operation::delete_vpc_endpoints::builders::DeleteVpcEndpointsInputBuilder {
    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::delete_vpc_endpoints::DeleteVpcEndpointsOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::delete_vpc_endpoints::DeleteVpcEndpointsError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,