AWS SDK

AWS SDK

rev. d838bf488731ae5e751cce0fe13f339a5b9be858

Files changed:

tmp-codegen-diff/aws-sdk/sdk/config/src/operation/delete_organization_conformance_pack/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_organization_conformance_pack::_delete_organization_conformance_pack_output::DeleteOrganizationConformancePackOutputBuilder;
    3         -
    4      2   
pub use crate::operation::delete_organization_conformance_pack::_delete_organization_conformance_pack_input::DeleteOrganizationConformancePackInputBuilder;
    5      3   
           4  +
pub use crate::operation::delete_organization_conformance_pack::_delete_organization_conformance_pack_output::DeleteOrganizationConformancePackOutputBuilder;
           5  +
    6      6   
impl crate::operation::delete_organization_conformance_pack::builders::DeleteOrganizationConformancePackInputBuilder {
    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_organization_conformance_pack::DeleteOrganizationConformancePackOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::delete_organization_conformance_pack::DeleteOrganizationConformancePackError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/config/src/operation/delete_pending_aggregation_request.rs

@@ -342,342 +381,381 @@
  362    362   
            meta: meta.unwrap_or_default(),
  363    363   
        })
  364    364   
    }
  365    365   
}
  366    366   
impl ::aws_types::request_id::RequestId for crate::operation::delete_pending_aggregation_request::DeletePendingAggregationRequestError {
  367    367   
    fn request_id(&self) -> Option<&str> {
  368    368   
        self.meta().request_id()
  369    369   
    }
  370    370   
}
  371    371   
  372         -
pub use crate::operation::delete_pending_aggregation_request::_delete_pending_aggregation_request_output::DeletePendingAggregationRequestOutput;
  373         -
  374    372   
pub use crate::operation::delete_pending_aggregation_request::_delete_pending_aggregation_request_input::DeletePendingAggregationRequestInput;
  375    373   
         374  +
pub use crate::operation::delete_pending_aggregation_request::_delete_pending_aggregation_request_output::DeletePendingAggregationRequestOutput;
         375  +
  376    376   
mod _delete_pending_aggregation_request_input;
  377    377   
  378    378   
mod _delete_pending_aggregation_request_output;
  379    379   
  380    380   
/// Builders
  381    381   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/config/src/operation/delete_pending_aggregation_request/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_pending_aggregation_request::_delete_pending_aggregation_request_output::DeletePendingAggregationRequestOutputBuilder;
    3         -
    4      2   
pub use crate::operation::delete_pending_aggregation_request::_delete_pending_aggregation_request_input::DeletePendingAggregationRequestInputBuilder;
    5      3   
           4  +
pub use crate::operation::delete_pending_aggregation_request::_delete_pending_aggregation_request_output::DeletePendingAggregationRequestOutputBuilder;
           5  +
    6      6   
impl crate::operation::delete_pending_aggregation_request::builders::DeletePendingAggregationRequestInputBuilder {
    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_pending_aggregation_request::DeletePendingAggregationRequestOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::delete_pending_aggregation_request::DeletePendingAggregationRequestError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/config/src/operation/delete_remediation_configuration.rs

@@ -388,388 +427,427 @@
  408    408   
            meta: meta.unwrap_or_default(),
  409    409   
        })
  410    410   
    }
  411    411   
}
  412    412   
impl ::aws_types::request_id::RequestId for crate::operation::delete_remediation_configuration::DeleteRemediationConfigurationError {
  413    413   
    fn request_id(&self) -> Option<&str> {
  414    414   
        self.meta().request_id()
  415    415   
    }
  416    416   
}
  417    417   
  418         -
pub use crate::operation::delete_remediation_configuration::_delete_remediation_configuration_output::DeleteRemediationConfigurationOutput;
  419         -
  420    418   
pub use crate::operation::delete_remediation_configuration::_delete_remediation_configuration_input::DeleteRemediationConfigurationInput;
  421    419   
         420  +
pub use crate::operation::delete_remediation_configuration::_delete_remediation_configuration_output::DeleteRemediationConfigurationOutput;
         421  +
  422    422   
mod _delete_remediation_configuration_input;
  423    423   
  424    424   
mod _delete_remediation_configuration_output;
  425    425   
  426    426   
/// Builders
  427    427   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/config/src/operation/delete_remediation_configuration/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_remediation_configuration::_delete_remediation_configuration_output::DeleteRemediationConfigurationOutputBuilder;
    3         -
    4      2   
pub use crate::operation::delete_remediation_configuration::_delete_remediation_configuration_input::DeleteRemediationConfigurationInputBuilder;
    5      3   
           4  +
pub use crate::operation::delete_remediation_configuration::_delete_remediation_configuration_output::DeleteRemediationConfigurationOutputBuilder;
           5  +
    6      6   
impl crate::operation::delete_remediation_configuration::builders::DeleteRemediationConfigurationInputBuilder {
    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_remediation_configuration::DeleteRemediationConfigurationOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::delete_remediation_configuration::DeleteRemediationConfigurationError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/config/src/operation/delete_remediation_exceptions.rs

@@ -340,340 +379,379 @@
  360    360   
            meta: meta.unwrap_or_default(),
  361    361   
        })
  362    362   
    }
  363    363   
}
  364    364   
impl ::aws_types::request_id::RequestId for crate::operation::delete_remediation_exceptions::DeleteRemediationExceptionsError {
  365    365   
    fn request_id(&self) -> Option<&str> {
  366    366   
        self.meta().request_id()
  367    367   
    }
  368    368   
}
  369    369   
  370         -
pub use crate::operation::delete_remediation_exceptions::_delete_remediation_exceptions_output::DeleteRemediationExceptionsOutput;
  371         -
  372    370   
pub use crate::operation::delete_remediation_exceptions::_delete_remediation_exceptions_input::DeleteRemediationExceptionsInput;
  373    371   
         372  +
pub use crate::operation::delete_remediation_exceptions::_delete_remediation_exceptions_output::DeleteRemediationExceptionsOutput;
         373  +
  374    374   
mod _delete_remediation_exceptions_input;
  375    375   
  376    376   
mod _delete_remediation_exceptions_output;
  377    377   
  378    378   
/// Builders
  379    379   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/config/src/operation/delete_remediation_exceptions/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_remediation_exceptions::_delete_remediation_exceptions_output::DeleteRemediationExceptionsOutputBuilder;
    3         -
    4      2   
pub use crate::operation::delete_remediation_exceptions::_delete_remediation_exceptions_input::DeleteRemediationExceptionsInputBuilder;
    5      3   
           4  +
pub use crate::operation::delete_remediation_exceptions::_delete_remediation_exceptions_output::DeleteRemediationExceptionsOutputBuilder;
           5  +
    6      6   
impl crate::operation::delete_remediation_exceptions::builders::DeleteRemediationExceptionsInputBuilder {
    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_remediation_exceptions::DeleteRemediationExceptionsOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::delete_remediation_exceptions::DeleteRemediationExceptionsError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/config/src/operation/delete_resource_config.rs

@@ -375,375 +414,414 @@
  395    395   
            meta: meta.unwrap_or_default(),
  396    396   
        })
  397    397   
    }
  398    398   
}
  399    399   
impl ::aws_types::request_id::RequestId for crate::operation::delete_resource_config::DeleteResourceConfigError {
  400    400   
    fn request_id(&self) -> Option<&str> {
  401    401   
        self.meta().request_id()
  402    402   
    }
  403    403   
}
  404    404   
  405         -
pub use crate::operation::delete_resource_config::_delete_resource_config_output::DeleteResourceConfigOutput;
  406         -
  407    405   
pub use crate::operation::delete_resource_config::_delete_resource_config_input::DeleteResourceConfigInput;
  408    406   
         407  +
pub use crate::operation::delete_resource_config::_delete_resource_config_output::DeleteResourceConfigOutput;
         408  +
  409    409   
mod _delete_resource_config_input;
  410    410   
  411    411   
mod _delete_resource_config_output;
  412    412   
  413    413   
/// Builders
  414    414   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/config/src/operation/delete_resource_config/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_resource_config::_delete_resource_config_output::DeleteResourceConfigOutputBuilder;
    3         -
    4      2   
pub use crate::operation::delete_resource_config::_delete_resource_config_input::DeleteResourceConfigInputBuilder;
    5      3   
           4  +
pub use crate::operation::delete_resource_config::_delete_resource_config_output::DeleteResourceConfigOutputBuilder;
           5  +
    6      6   
impl crate::operation::delete_resource_config::builders::DeleteResourceConfigInputBuilder {
    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_resource_config::DeleteResourceConfigOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::delete_resource_config::DeleteResourceConfigError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/config/src/operation/delete_retention_configuration.rs

@@ -350,350 +389,389 @@
  370    370   
            meta: meta.unwrap_or_default(),
  371    371   
        })
  372    372   
    }
  373    373   
}
  374    374   
impl ::aws_types::request_id::RequestId for crate::operation::delete_retention_configuration::DeleteRetentionConfigurationError {
  375    375   
    fn request_id(&self) -> Option<&str> {
  376    376   
        self.meta().request_id()
  377    377   
    }
  378    378   
}
  379    379   
  380         -
pub use crate::operation::delete_retention_configuration::_delete_retention_configuration_output::DeleteRetentionConfigurationOutput;
  381         -
  382    380   
pub use crate::operation::delete_retention_configuration::_delete_retention_configuration_input::DeleteRetentionConfigurationInput;
  383    381   
         382  +
pub use crate::operation::delete_retention_configuration::_delete_retention_configuration_output::DeleteRetentionConfigurationOutput;
         383  +
  384    384   
mod _delete_retention_configuration_input;
  385    385   
  386    386   
mod _delete_retention_configuration_output;
  387    387   
  388    388   
/// Builders
  389    389   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/config/src/operation/delete_retention_configuration/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_retention_configuration::_delete_retention_configuration_output::DeleteRetentionConfigurationOutputBuilder;
    3         -
    4      2   
pub use crate::operation::delete_retention_configuration::_delete_retention_configuration_input::DeleteRetentionConfigurationInputBuilder;
    5      3   
           4  +
pub use crate::operation::delete_retention_configuration::_delete_retention_configuration_output::DeleteRetentionConfigurationOutputBuilder;
           5  +
    6      6   
impl crate::operation::delete_retention_configuration::builders::DeleteRetentionConfigurationInputBuilder {
    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_retention_configuration::DeleteRetentionConfigurationOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::delete_retention_configuration::DeleteRetentionConfigurationError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/config/src/operation/delete_service_linked_configuration_recorder.rs

@@ -402,402 +441,441 @@
  422    422   
    }
  423    423   
}
  424    424   
impl ::aws_types::request_id::RequestId
  425    425   
    for crate::operation::delete_service_linked_configuration_recorder::DeleteServiceLinkedConfigurationRecorderError
  426    426   
{
  427    427   
    fn request_id(&self) -> Option<&str> {
  428    428   
        self.meta().request_id()
  429    429   
    }
  430    430   
}
  431    431   
  432         -
pub use crate::operation::delete_service_linked_configuration_recorder::_delete_service_linked_configuration_recorder_output::DeleteServiceLinkedConfigurationRecorderOutput;
  433         -
  434    432   
pub use crate::operation::delete_service_linked_configuration_recorder::_delete_service_linked_configuration_recorder_input::DeleteServiceLinkedConfigurationRecorderInput;
  435    433   
         434  +
pub use crate::operation::delete_service_linked_configuration_recorder::_delete_service_linked_configuration_recorder_output::DeleteServiceLinkedConfigurationRecorderOutput;
         435  +
  436    436   
mod _delete_service_linked_configuration_recorder_input;
  437    437   
  438    438   
mod _delete_service_linked_configuration_recorder_output;
  439    439   
  440    440   
/// Builders
  441    441   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/config/src/operation/delete_service_linked_configuration_recorder/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_service_linked_configuration_recorder::_delete_service_linked_configuration_recorder_output::DeleteServiceLinkedConfigurationRecorderOutputBuilder;
    3         -
    4      2   
pub use crate::operation::delete_service_linked_configuration_recorder::_delete_service_linked_configuration_recorder_input::DeleteServiceLinkedConfigurationRecorderInputBuilder;
    5      3   
           4  +
pub use crate::operation::delete_service_linked_configuration_recorder::_delete_service_linked_configuration_recorder_output::DeleteServiceLinkedConfigurationRecorderOutputBuilder;
           5  +
    6      6   
impl crate::operation::delete_service_linked_configuration_recorder::builders::DeleteServiceLinkedConfigurationRecorderInputBuilder {
    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_service_linked_configuration_recorder::DeleteServiceLinkedConfigurationRecorderOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::delete_service_linked_configuration_recorder::DeleteServiceLinkedConfigurationRecorderError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/config/src/operation/delete_stored_query.rs

@@ -367,367 +406,406 @@
  387    387   
            meta: meta.unwrap_or_default(),
  388    388   
        })
  389    389   
    }
  390    390   
}
  391    391   
impl ::aws_types::request_id::RequestId for crate::operation::delete_stored_query::DeleteStoredQueryError {
  392    392   
    fn request_id(&self) -> Option<&str> {
  393    393   
        self.meta().request_id()
  394    394   
    }
  395    395   
}
  396    396   
  397         -
pub use crate::operation::delete_stored_query::_delete_stored_query_output::DeleteStoredQueryOutput;
  398         -
  399    397   
pub use crate::operation::delete_stored_query::_delete_stored_query_input::DeleteStoredQueryInput;
  400    398   
         399  +
pub use crate::operation::delete_stored_query::_delete_stored_query_output::DeleteStoredQueryOutput;
         400  +
  401    401   
mod _delete_stored_query_input;
  402    402   
  403    403   
mod _delete_stored_query_output;
  404    404   
  405    405   
/// Builders
  406    406   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/config/src/operation/delete_stored_query/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_stored_query::_delete_stored_query_output::DeleteStoredQueryOutputBuilder;
    3         -
    4      2   
pub use crate::operation::delete_stored_query::_delete_stored_query_input::DeleteStoredQueryInputBuilder;
    5      3   
           4  +
pub use crate::operation::delete_stored_query::_delete_stored_query_output::DeleteStoredQueryOutputBuilder;
           5  +
    6      6   
impl crate::operation::delete_stored_query::builders::DeleteStoredQueryInputBuilder {
    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_stored_query::DeleteStoredQueryOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::delete_stored_query::DeleteStoredQueryError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/config/src/operation/deliver_config_snapshot.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::deliver_config_snapshot::DeliverConfigSnapshotError {
  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::deliver_config_snapshot::_deliver_config_snapshot_output::DeliverConfigSnapshotOutput;
  391         -
  392    390   
pub use crate::operation::deliver_config_snapshot::_deliver_config_snapshot_input::DeliverConfigSnapshotInput;
  393    391   
         392  +
pub use crate::operation::deliver_config_snapshot::_deliver_config_snapshot_output::DeliverConfigSnapshotOutput;
         393  +
  394    394   
mod _deliver_config_snapshot_input;
  395    395   
  396    396   
mod _deliver_config_snapshot_output;
  397    397   
  398    398   
/// Builders
  399    399   
pub mod builders;