AWS SDK

AWS SDK

rev. 7254d43655ed63111c94f599437f2b0d3f55446e (ignoring whitespace)

Files changed:

tmp-codegen-diff/aws-sdk/sdk/config/src/operation/describe_aggregate_compliance_by_conformance_packs/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::describe_aggregate_compliance_by_conformance_packs::_describe_aggregate_compliance_by_conformance_packs_output::DescribeAggregateComplianceByConformancePacksOutputBuilder;
    3         -
    4      2   
pub use crate::operation::describe_aggregate_compliance_by_conformance_packs::_describe_aggregate_compliance_by_conformance_packs_input::DescribeAggregateComplianceByConformancePacksInputBuilder;
    5      3   
           4  +
pub use crate::operation::describe_aggregate_compliance_by_conformance_packs::_describe_aggregate_compliance_by_conformance_packs_output::DescribeAggregateComplianceByConformancePacksOutputBuilder;
           5  +
    6      6   
impl crate::operation::describe_aggregate_compliance_by_conformance_packs::builders::DescribeAggregateComplianceByConformancePacksInputBuilder {
    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::describe_aggregate_compliance_by_conformance_packs::DescribeAggregateComplianceByConformancePacksOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::describe_aggregate_compliance_by_conformance_packs::DescribeAggregateComplianceByConformancePacksError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -362,362 +404,404 @@
  382    382   
            meta: meta.unwrap_or_default(),
  383    383   
        })
  384    384   
    }
  385    385   
}
  386    386   
impl ::aws_types::request_id::RequestId for crate::operation::describe_aggregation_authorizations::DescribeAggregationAuthorizationsError {
  387    387   
    fn request_id(&self) -> Option<&str> {
  388    388   
        self.meta().request_id()
  389    389   
    }
  390    390   
}
  391    391   
  392         -
pub use crate::operation::describe_aggregation_authorizations::_describe_aggregation_authorizations_output::DescribeAggregationAuthorizationsOutput;
  393         -
  394    392   
pub use crate::operation::describe_aggregation_authorizations::_describe_aggregation_authorizations_input::DescribeAggregationAuthorizationsInput;
  395    393   
         394  +
pub use crate::operation::describe_aggregation_authorizations::_describe_aggregation_authorizations_output::DescribeAggregationAuthorizationsOutput;
         395  +
  396    396   
mod _describe_aggregation_authorizations_input;
  397    397   
  398    398   
mod _describe_aggregation_authorizations_output;
  399    399   
  400    400   
/// Builders
  401    401   
pub mod builders;
  402    402   
  403    403   
/// Paginator for this operation
  404    404   
pub mod paginator;

tmp-codegen-diff/aws-sdk/sdk/config/src/operation/describe_aggregation_authorizations/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::describe_aggregation_authorizations::_describe_aggregation_authorizations_output::DescribeAggregationAuthorizationsOutputBuilder;
    3         -
    4      2   
pub use crate::operation::describe_aggregation_authorizations::_describe_aggregation_authorizations_input::DescribeAggregationAuthorizationsInputBuilder;
    5      3   
           4  +
pub use crate::operation::describe_aggregation_authorizations::_describe_aggregation_authorizations_output::DescribeAggregationAuthorizationsOutputBuilder;
           5  +
    6      6   
impl crate::operation::describe_aggregation_authorizations::builders::DescribeAggregationAuthorizationsInputBuilder {
    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::describe_aggregation_authorizations::DescribeAggregationAuthorizationsOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::describe_aggregation_authorizations::DescribeAggregationAuthorizationsError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -362,362 +404,404 @@
  382    382   
            meta: meta.unwrap_or_default(),
  383    383   
        })
  384    384   
    }
  385    385   
}
  386    386   
impl ::aws_types::request_id::RequestId for crate::operation::describe_compliance_by_config_rule::DescribeComplianceByConfigRuleError {
  387    387   
    fn request_id(&self) -> Option<&str> {
  388    388   
        self.meta().request_id()
  389    389   
    }
  390    390   
}
  391    391   
  392         -
pub use crate::operation::describe_compliance_by_config_rule::_describe_compliance_by_config_rule_output::DescribeComplianceByConfigRuleOutput;
  393         -
  394    392   
pub use crate::operation::describe_compliance_by_config_rule::_describe_compliance_by_config_rule_input::DescribeComplianceByConfigRuleInput;
  395    393   
         394  +
pub use crate::operation::describe_compliance_by_config_rule::_describe_compliance_by_config_rule_output::DescribeComplianceByConfigRuleOutput;
         395  +
  396    396   
mod _describe_compliance_by_config_rule_input;
  397    397   
  398    398   
mod _describe_compliance_by_config_rule_output;
  399    399   
  400    400   
/// Builders
  401    401   
pub mod builders;
  402    402   
  403    403   
/// Paginator for this operation
  404    404   
pub mod paginator;

tmp-codegen-diff/aws-sdk/sdk/config/src/operation/describe_compliance_by_config_rule/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::describe_compliance_by_config_rule::_describe_compliance_by_config_rule_output::DescribeComplianceByConfigRuleOutputBuilder;
    3         -
    4      2   
pub use crate::operation::describe_compliance_by_config_rule::_describe_compliance_by_config_rule_input::DescribeComplianceByConfigRuleInputBuilder;
    5      3   
           4  +
pub use crate::operation::describe_compliance_by_config_rule::_describe_compliance_by_config_rule_output::DescribeComplianceByConfigRuleOutputBuilder;
           5  +
    6      6   
impl crate::operation::describe_compliance_by_config_rule::builders::DescribeComplianceByConfigRuleInputBuilder {
    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::describe_compliance_by_config_rule::DescribeComplianceByConfigRuleOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::describe_compliance_by_config_rule::DescribeComplianceByConfigRuleError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -350,350 +392,392 @@
  370    370   
            meta: meta.unwrap_or_default(),
  371    371   
        })
  372    372   
    }
  373    373   
}
  374    374   
impl ::aws_types::request_id::RequestId for crate::operation::describe_compliance_by_resource::DescribeComplianceByResourceError {
  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::describe_compliance_by_resource::_describe_compliance_by_resource_output::DescribeComplianceByResourceOutput;
  381         -
  382    380   
pub use crate::operation::describe_compliance_by_resource::_describe_compliance_by_resource_input::DescribeComplianceByResourceInput;
  383    381   
         382  +
pub use crate::operation::describe_compliance_by_resource::_describe_compliance_by_resource_output::DescribeComplianceByResourceOutput;
         383  +
  384    384   
mod _describe_compliance_by_resource_input;
  385    385   
  386    386   
mod _describe_compliance_by_resource_output;
  387    387   
  388    388   
/// Builders
  389    389   
pub mod builders;
  390    390   
  391    391   
/// Paginator for this operation
  392    392   
pub mod paginator;

tmp-codegen-diff/aws-sdk/sdk/config/src/operation/describe_compliance_by_resource/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::describe_compliance_by_resource::_describe_compliance_by_resource_output::DescribeComplianceByResourceOutputBuilder;
    3         -
    4      2   
pub use crate::operation::describe_compliance_by_resource::_describe_compliance_by_resource_input::DescribeComplianceByResourceInputBuilder;
    5      3   
           4  +
pub use crate::operation::describe_compliance_by_resource::_describe_compliance_by_resource_output::DescribeComplianceByResourceOutputBuilder;
           5  +
    6      6   
impl crate::operation::describe_compliance_by_resource::builders::DescribeComplianceByResourceInputBuilder {
    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::describe_compliance_by_resource::DescribeComplianceByResourceOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::describe_compliance_by_resource::DescribeComplianceByResourceError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -364,364 +406,406 @@
  384    384   
            meta: meta.unwrap_or_default(),
  385    385   
        })
  386    386   
    }
  387    387   
}
  388    388   
impl ::aws_types::request_id::RequestId for crate::operation::describe_config_rule_evaluation_status::DescribeConfigRuleEvaluationStatusError {
  389    389   
    fn request_id(&self) -> Option<&str> {
  390    390   
        self.meta().request_id()
  391    391   
    }
  392    392   
}
  393    393   
  394         -
pub use crate::operation::describe_config_rule_evaluation_status::_describe_config_rule_evaluation_status_output::DescribeConfigRuleEvaluationStatusOutput;
  395         -
  396    394   
pub use crate::operation::describe_config_rule_evaluation_status::_describe_config_rule_evaluation_status_input::DescribeConfigRuleEvaluationStatusInput;
  397    395   
         396  +
pub use crate::operation::describe_config_rule_evaluation_status::_describe_config_rule_evaluation_status_output::DescribeConfigRuleEvaluationStatusOutput;
         397  +
  398    398   
mod _describe_config_rule_evaluation_status_input;
  399    399   
  400    400   
mod _describe_config_rule_evaluation_status_output;
  401    401   
  402    402   
/// Builders
  403    403   
pub mod builders;
  404    404   
  405    405   
/// Paginator for this operation
  406    406   
pub mod paginator;

tmp-codegen-diff/aws-sdk/sdk/config/src/operation/describe_config_rule_evaluation_status/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::describe_config_rule_evaluation_status::_describe_config_rule_evaluation_status_output::DescribeConfigRuleEvaluationStatusOutputBuilder;
    3         -
    4      2   
pub use crate::operation::describe_config_rule_evaluation_status::_describe_config_rule_evaluation_status_input::DescribeConfigRuleEvaluationStatusInputBuilder;
    5      3   
           4  +
pub use crate::operation::describe_config_rule_evaluation_status::_describe_config_rule_evaluation_status_output::DescribeConfigRuleEvaluationStatusOutputBuilder;
           5  +
    6      6   
impl crate::operation::describe_config_rule_evaluation_status::builders::DescribeConfigRuleEvaluationStatusInputBuilder {
    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::describe_config_rule_evaluation_status::DescribeConfigRuleEvaluationStatusOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::describe_config_rule_evaluation_status::DescribeConfigRuleEvaluationStatusError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -360,360 +402,402 @@
  380    380   
            meta: meta.unwrap_or_default(),
  381    381   
        })
  382    382   
    }
  383    383   
}
  384    384   
impl ::aws_types::request_id::RequestId for crate::operation::describe_config_rules::DescribeConfigRulesError {
  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::describe_config_rules::_describe_config_rules_output::DescribeConfigRulesOutput;
  391         -
  392    390   
pub use crate::operation::describe_config_rules::_describe_config_rules_input::DescribeConfigRulesInput;
  393    391   
         392  +
pub use crate::operation::describe_config_rules::_describe_config_rules_output::DescribeConfigRulesOutput;
         393  +
  394    394   
mod _describe_config_rules_input;
  395    395   
  396    396   
mod _describe_config_rules_output;
  397    397   
  398    398   
/// Builders
  399    399   
pub mod builders;
  400    400   
  401    401   
/// Paginator for this operation
  402    402   
pub mod paginator;

tmp-codegen-diff/aws-sdk/sdk/config/src/operation/describe_config_rules/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::describe_config_rules::_describe_config_rules_output::DescribeConfigRulesOutputBuilder;
    3         -
    4      2   
pub use crate::operation::describe_config_rules::_describe_config_rules_input::DescribeConfigRulesInputBuilder;
    5      3   
           4  +
pub use crate::operation::describe_config_rules::_describe_config_rules_output::DescribeConfigRulesOutputBuilder;
           5  +
    6      6   
impl crate::operation::describe_config_rules::builders::DescribeConfigRulesInputBuilder {
    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::describe_config_rules::DescribeConfigRulesOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::describe_config_rules::DescribeConfigRulesError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -372,372 +414,414 @@
  392    392   
    }
  393    393   
}
  394    394   
impl ::aws_types::request_id::RequestId
  395    395   
    for crate::operation::describe_configuration_aggregator_sources_status::DescribeConfigurationAggregatorSourcesStatusError
  396    396   
{
  397    397   
    fn request_id(&self) -> Option<&str> {
  398    398   
        self.meta().request_id()
  399    399   
    }
  400    400   
}
  401    401   
  402         -
pub use crate::operation::describe_configuration_aggregator_sources_status::_describe_configuration_aggregator_sources_status_output::DescribeConfigurationAggregatorSourcesStatusOutput;
  403         -
  404    402   
pub use crate::operation::describe_configuration_aggregator_sources_status::_describe_configuration_aggregator_sources_status_input::DescribeConfigurationAggregatorSourcesStatusInput;
  405    403   
         404  +
pub use crate::operation::describe_configuration_aggregator_sources_status::_describe_configuration_aggregator_sources_status_output::DescribeConfigurationAggregatorSourcesStatusOutput;
         405  +
  406    406   
mod _describe_configuration_aggregator_sources_status_input;
  407    407   
  408    408   
mod _describe_configuration_aggregator_sources_status_output;
  409    409   
  410    410   
/// Builders
  411    411   
pub mod builders;
  412    412   
  413    413   
/// Paginator for this operation
  414    414   
pub mod paginator;

tmp-codegen-diff/aws-sdk/sdk/config/src/operation/describe_configuration_aggregator_sources_status/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::describe_configuration_aggregator_sources_status::_describe_configuration_aggregator_sources_status_output::DescribeConfigurationAggregatorSourcesStatusOutputBuilder;
    3         -
    4      2   
pub use crate::operation::describe_configuration_aggregator_sources_status::_describe_configuration_aggregator_sources_status_input::DescribeConfigurationAggregatorSourcesStatusInputBuilder;
    5      3   
           4  +
pub use crate::operation::describe_configuration_aggregator_sources_status::_describe_configuration_aggregator_sources_status_output::DescribeConfigurationAggregatorSourcesStatusOutputBuilder;
           5  +
    6      6   
impl crate::operation::describe_configuration_aggregator_sources_status::builders::DescribeConfigurationAggregatorSourcesStatusInputBuilder {
    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::describe_configuration_aggregator_sources_status::DescribeConfigurationAggregatorSourcesStatusOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::describe_configuration_aggregator_sources_status::DescribeConfigurationAggregatorSourcesStatusError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -372,372 +414,414 @@
  392    392   
            meta: meta.unwrap_or_default(),
  393    393   
        })
  394    394   
    }
  395    395   
}
  396    396   
impl ::aws_types::request_id::RequestId for crate::operation::describe_configuration_aggregators::DescribeConfigurationAggregatorsError {
  397    397   
    fn request_id(&self) -> Option<&str> {
  398    398   
        self.meta().request_id()
  399    399   
    }
  400    400   
}
  401    401   
  402         -
pub use crate::operation::describe_configuration_aggregators::_describe_configuration_aggregators_output::DescribeConfigurationAggregatorsOutput;
  403         -
  404    402   
pub use crate::operation::describe_configuration_aggregators::_describe_configuration_aggregators_input::DescribeConfigurationAggregatorsInput;
  405    403   
         404  +
pub use crate::operation::describe_configuration_aggregators::_describe_configuration_aggregators_output::DescribeConfigurationAggregatorsOutput;
         405  +
  406    406   
mod _describe_configuration_aggregators_input;
  407    407   
  408    408   
mod _describe_configuration_aggregators_output;
  409    409   
  410    410   
/// Builders
  411    411   
pub mod builders;
  412    412   
  413    413   
/// Paginator for this operation
  414    414   
pub mod paginator;

tmp-codegen-diff/aws-sdk/sdk/config/src/operation/describe_configuration_aggregators/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::describe_configuration_aggregators::_describe_configuration_aggregators_output::DescribeConfigurationAggregatorsOutputBuilder;
    3         -
    4      2   
pub use crate::operation::describe_configuration_aggregators::_describe_configuration_aggregators_input::DescribeConfigurationAggregatorsInputBuilder;
    5      3   
           4  +
pub use crate::operation::describe_configuration_aggregators::_describe_configuration_aggregators_output::DescribeConfigurationAggregatorsOutputBuilder;
           5  +
    6      6   
impl crate::operation::describe_configuration_aggregators::builders::DescribeConfigurationAggregatorsInputBuilder {
    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::describe_configuration_aggregators::DescribeConfigurationAggregatorsOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::describe_configuration_aggregators::DescribeConfigurationAggregatorsError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -379,379 +418,418 @@
  399    399   
            meta: meta.unwrap_or_default(),
  400    400   
        })
  401    401   
    }
  402    402   
}
  403    403   
impl ::aws_types::request_id::RequestId for crate::operation::describe_configuration_recorder_status::DescribeConfigurationRecorderStatusError {
  404    404   
    fn request_id(&self) -> Option<&str> {
  405    405   
        self.meta().request_id()
  406    406   
    }
  407    407   
}
  408    408   
  409         -
pub use crate::operation::describe_configuration_recorder_status::_describe_configuration_recorder_status_output::DescribeConfigurationRecorderStatusOutput;
  410         -
  411    409   
pub use crate::operation::describe_configuration_recorder_status::_describe_configuration_recorder_status_input::DescribeConfigurationRecorderStatusInput;
  412    410   
         411  +
pub use crate::operation::describe_configuration_recorder_status::_describe_configuration_recorder_status_output::DescribeConfigurationRecorderStatusOutput;
         412  +
  413    413   
mod _describe_configuration_recorder_status_input;
  414    414   
  415    415   
mod _describe_configuration_recorder_status_output;
  416    416   
  417    417   
/// Builders
  418    418   
pub mod builders;