AWS SDK

AWS SDK

rev. 7254d43655ed63111c94f599437f2b0d3f55446e (ignoring whitespace)

Files changed:

tmp-codegen-diff/aws-sdk/sdk/config/src/operation/get_organization_custom_rule_policy/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::get_organization_custom_rule_policy::_get_organization_custom_rule_policy_output::GetOrganizationCustomRulePolicyOutputBuilder;
    3         -
    4      2   
pub use crate::operation::get_organization_custom_rule_policy::_get_organization_custom_rule_policy_input::GetOrganizationCustomRulePolicyInputBuilder;
    5      3   
           4  +
pub use crate::operation::get_organization_custom_rule_policy::_get_organization_custom_rule_policy_output::GetOrganizationCustomRulePolicyOutputBuilder;
           5  +
    6      6   
impl crate::operation::get_organization_custom_rule_policy::builders::GetOrganizationCustomRulePolicyInputBuilder {
    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::get_organization_custom_rule_policy::GetOrganizationCustomRulePolicyOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::get_organization_custom_rule_policy::GetOrganizationCustomRulePolicyError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -415,415 +457,457 @@
  435    435   
            meta: meta.unwrap_or_default(),
  436    436   
        })
  437    437   
    }
  438    438   
}
  439    439   
impl ::aws_types::request_id::RequestId for crate::operation::get_resource_config_history::GetResourceConfigHistoryError {
  440    440   
    fn request_id(&self) -> Option<&str> {
  441    441   
        self.meta().request_id()
  442    442   
    }
  443    443   
}
  444    444   
  445         -
pub use crate::operation::get_resource_config_history::_get_resource_config_history_output::GetResourceConfigHistoryOutput;
  446         -
  447    445   
pub use crate::operation::get_resource_config_history::_get_resource_config_history_input::GetResourceConfigHistoryInput;
  448    446   
         447  +
pub use crate::operation::get_resource_config_history::_get_resource_config_history_output::GetResourceConfigHistoryOutput;
         448  +
  449    449   
mod _get_resource_config_history_input;
  450    450   
  451    451   
mod _get_resource_config_history_output;
  452    452   
  453    453   
/// Builders
  454    454   
pub mod builders;
  455    455   
  456    456   
/// Paginator for this operation
  457    457   
pub mod paginator;

tmp-codegen-diff/aws-sdk/sdk/config/src/operation/get_resource_config_history/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::get_resource_config_history::_get_resource_config_history_output::GetResourceConfigHistoryOutputBuilder;
    3         -
    4      2   
pub use crate::operation::get_resource_config_history::_get_resource_config_history_input::GetResourceConfigHistoryInputBuilder;
    5      3   
           4  +
pub use crate::operation::get_resource_config_history::_get_resource_config_history_output::GetResourceConfigHistoryOutputBuilder;
           5  +
    6      6   
impl crate::operation::get_resource_config_history::builders::GetResourceConfigHistoryInputBuilder {
    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::get_resource_config_history::GetResourceConfigHistoryOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::get_resource_config_history::GetResourceConfigHistoryError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/config/src/operation/get_resource_evaluation_summary.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::get_resource_evaluation_summary::GetResourceEvaluationSummaryError {
  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::get_resource_evaluation_summary::_get_resource_evaluation_summary_output::GetResourceEvaluationSummaryOutput;
  371         -
  372    370   
pub use crate::operation::get_resource_evaluation_summary::_get_resource_evaluation_summary_input::GetResourceEvaluationSummaryInput;
  373    371   
         372  +
pub use crate::operation::get_resource_evaluation_summary::_get_resource_evaluation_summary_output::GetResourceEvaluationSummaryOutput;
         373  +
  374    374   
mod _get_resource_evaluation_summary_input;
  375    375   
  376    376   
mod _get_resource_evaluation_summary_output;
  377    377   
  378    378   
/// Builders
  379    379   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/config/src/operation/get_resource_evaluation_summary/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::get_resource_evaluation_summary::_get_resource_evaluation_summary_output::GetResourceEvaluationSummaryOutputBuilder;
    3         -
    4      2   
pub use crate::operation::get_resource_evaluation_summary::_get_resource_evaluation_summary_input::GetResourceEvaluationSummaryInputBuilder;
    5      3   
           4  +
pub use crate::operation::get_resource_evaluation_summary::_get_resource_evaluation_summary_output::GetResourceEvaluationSummaryOutputBuilder;
           5  +
    6      6   
impl crate::operation::get_resource_evaluation_summary::builders::GetResourceEvaluationSummaryInputBuilder {
    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::get_resource_evaluation_summary::GetResourceEvaluationSummaryOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::get_resource_evaluation_summary::GetResourceEvaluationSummaryError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/config/src/operation/get_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::get_stored_query::GetStoredQueryError {
  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::get_stored_query::_get_stored_query_output::GetStoredQueryOutput;
  398         -
  399    397   
pub use crate::operation::get_stored_query::_get_stored_query_input::GetStoredQueryInput;
  400    398   
         399  +
pub use crate::operation::get_stored_query::_get_stored_query_output::GetStoredQueryOutput;
         400  +
  401    401   
mod _get_stored_query_input;
  402    402   
  403    403   
mod _get_stored_query_output;
  404    404   
  405    405   
/// Builders
  406    406   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/config/src/operation/get_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::get_stored_query::_get_stored_query_output::GetStoredQueryOutputBuilder;
    3         -
    4      2   
pub use crate::operation::get_stored_query::_get_stored_query_input::GetStoredQueryInputBuilder;
    5      3   
           4  +
pub use crate::operation::get_stored_query::_get_stored_query_output::GetStoredQueryOutputBuilder;
           5  +
    6      6   
impl crate::operation::get_stored_query::builders::GetStoredQueryInputBuilder {
    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::get_stored_query::GetStoredQueryOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::get_stored_query::GetStoredQueryError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -397,397 +439,439 @@
  417    417   
            meta: meta.unwrap_or_default(),
  418    418   
        })
  419    419   
    }
  420    420   
}
  421    421   
impl ::aws_types::request_id::RequestId for crate::operation::list_aggregate_discovered_resources::ListAggregateDiscoveredResourcesError {
  422    422   
    fn request_id(&self) -> Option<&str> {
  423    423   
        self.meta().request_id()
  424    424   
    }
  425    425   
}
  426    426   
  427         -
pub use crate::operation::list_aggregate_discovered_resources::_list_aggregate_discovered_resources_output::ListAggregateDiscoveredResourcesOutput;
  428         -
  429    427   
pub use crate::operation::list_aggregate_discovered_resources::_list_aggregate_discovered_resources_input::ListAggregateDiscoveredResourcesInput;
  430    428   
         429  +
pub use crate::operation::list_aggregate_discovered_resources::_list_aggregate_discovered_resources_output::ListAggregateDiscoveredResourcesOutput;
         430  +
  431    431   
mod _list_aggregate_discovered_resources_input;
  432    432   
  433    433   
mod _list_aggregate_discovered_resources_output;
  434    434   
  435    435   
/// Builders
  436    436   
pub mod builders;
  437    437   
  438    438   
/// Paginator for this operation
  439    439   
pub mod paginator;

tmp-codegen-diff/aws-sdk/sdk/config/src/operation/list_aggregate_discovered_resources/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::list_aggregate_discovered_resources::_list_aggregate_discovered_resources_output::ListAggregateDiscoveredResourcesOutputBuilder;
    3         -
    4      2   
pub use crate::operation::list_aggregate_discovered_resources::_list_aggregate_discovered_resources_input::ListAggregateDiscoveredResourcesInputBuilder;
    5      3   
           4  +
pub use crate::operation::list_aggregate_discovered_resources::_list_aggregate_discovered_resources_output::ListAggregateDiscoveredResourcesOutputBuilder;
           5  +
    6      6   
impl crate::operation::list_aggregate_discovered_resources::builders::ListAggregateDiscoveredResourcesInputBuilder {
    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::list_aggregate_discovered_resources::ListAggregateDiscoveredResourcesOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::list_aggregate_discovered_resources::ListAggregateDiscoveredResourcesError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -365,365 +407,407 @@
  385    385   
            meta: meta.unwrap_or_default(),
  386    386   
        })
  387    387   
    }
  388    388   
}
  389    389   
impl ::aws_types::request_id::RequestId for crate::operation::list_configuration_recorders::ListConfigurationRecordersError {
  390    390   
    fn request_id(&self) -> Option<&str> {
  391    391   
        self.meta().request_id()
  392    392   
    }
  393    393   
}
  394    394   
  395         -
pub use crate::operation::list_configuration_recorders::_list_configuration_recorders_output::ListConfigurationRecordersOutput;
  396         -
  397    395   
pub use crate::operation::list_configuration_recorders::_list_configuration_recorders_input::ListConfigurationRecordersInput;
  398    396   
         397  +
pub use crate::operation::list_configuration_recorders::_list_configuration_recorders_output::ListConfigurationRecordersOutput;
         398  +
  399    399   
mod _list_configuration_recorders_input;
  400    400   
  401    401   
mod _list_configuration_recorders_output;
  402    402   
  403    403   
/// Builders
  404    404   
pub mod builders;
  405    405   
  406    406   
/// Paginator for this operation
  407    407   
pub mod paginator;

tmp-codegen-diff/aws-sdk/sdk/config/src/operation/list_configuration_recorders/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::list_configuration_recorders::_list_configuration_recorders_output::ListConfigurationRecordersOutputBuilder;
    3         -
    4      2   
pub use crate::operation::list_configuration_recorders::_list_configuration_recorders_input::ListConfigurationRecordersInputBuilder;
    5      3   
           4  +
pub use crate::operation::list_configuration_recorders::_list_configuration_recorders_output::ListConfigurationRecordersOutputBuilder;
           5  +
    6      6   
impl crate::operation::list_configuration_recorders::builders::ListConfigurationRecordersInputBuilder {
    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::list_configuration_recorders::ListConfigurationRecordersOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::list_configuration_recorders::ListConfigurationRecordersError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/config/src/operation/list_conformance_pack_compliance_scores.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::list_conformance_pack_compliance_scores::ListConformancePackComplianceScoresError {
  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::list_conformance_pack_compliance_scores::_list_conformance_pack_compliance_scores_output::ListConformancePackComplianceScoresOutput;
  395         -
  396    394   
pub use crate::operation::list_conformance_pack_compliance_scores::_list_conformance_pack_compliance_scores_input::ListConformancePackComplianceScoresInput;
  397    395   
         396  +
pub use crate::operation::list_conformance_pack_compliance_scores::_list_conformance_pack_compliance_scores_output::ListConformancePackComplianceScoresOutput;
         397  +
  398    398   
mod _list_conformance_pack_compliance_scores_input;
  399    399   
  400    400   
mod _list_conformance_pack_compliance_scores_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/list_conformance_pack_compliance_scores/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::list_conformance_pack_compliance_scores::_list_conformance_pack_compliance_scores_output::ListConformancePackComplianceScoresOutputBuilder;
    3         -
    4      2   
pub use crate::operation::list_conformance_pack_compliance_scores::_list_conformance_pack_compliance_scores_input::ListConformancePackComplianceScoresInputBuilder;
    5      3   
           4  +
pub use crate::operation::list_conformance_pack_compliance_scores::_list_conformance_pack_compliance_scores_output::ListConformancePackComplianceScoresOutputBuilder;
           5  +
    6      6   
impl crate::operation::list_conformance_pack_compliance_scores::builders::ListConformancePackComplianceScoresInputBuilder {
    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::list_conformance_pack_compliance_scores::ListConformancePackComplianceScoresOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::list_conformance_pack_compliance_scores::ListConformancePackComplianceScoresError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -395,395 +437,437 @@
  415    415   
            meta: meta.unwrap_or_default(),
  416    416   
        })
  417    417   
    }
  418    418   
}
  419    419   
impl ::aws_types::request_id::RequestId for crate::operation::list_discovered_resources::ListDiscoveredResourcesError {
  420    420   
    fn request_id(&self) -> Option<&str> {
  421    421   
        self.meta().request_id()
  422    422   
    }
  423    423   
}
  424    424   
  425         -
pub use crate::operation::list_discovered_resources::_list_discovered_resources_output::ListDiscoveredResourcesOutput;
  426         -
  427    425   
pub use crate::operation::list_discovered_resources::_list_discovered_resources_input::ListDiscoveredResourcesInput;
  428    426   
         427  +
pub use crate::operation::list_discovered_resources::_list_discovered_resources_output::ListDiscoveredResourcesOutput;
         428  +
  429    429   
mod _list_discovered_resources_input;
  430    430   
  431    431   
mod _list_discovered_resources_output;
  432    432   
  433    433   
/// Builders
  434    434   
pub mod builders;
  435    435   
  436    436   
/// Paginator for this operation
  437    437   
pub mod paginator;

tmp-codegen-diff/aws-sdk/sdk/config/src/operation/list_discovered_resources/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::list_discovered_resources::_list_discovered_resources_output::ListDiscoveredResourcesOutputBuilder;
    3         -
    4      2   
pub use crate::operation::list_discovered_resources::_list_discovered_resources_input::ListDiscoveredResourcesInputBuilder;
    5      3   
           4  +
pub use crate::operation::list_discovered_resources::_list_discovered_resources_output::ListDiscoveredResourcesOutputBuilder;
           5  +
    6      6   
impl crate::operation::list_discovered_resources::builders::ListDiscoveredResourcesInputBuilder {
    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::list_discovered_resources::ListDiscoveredResourcesOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::list_discovered_resources::ListDiscoveredResourcesError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/config/src/operation/list_resource_evaluations.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::list_resource_evaluations::ListResourceEvaluationsError {
  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::list_resource_evaluations::_list_resource_evaluations_output::ListResourceEvaluationsOutput;
  391         -
  392    390   
pub use crate::operation::list_resource_evaluations::_list_resource_evaluations_input::ListResourceEvaluationsInput;
  393    391   
         392  +
pub use crate::operation::list_resource_evaluations::_list_resource_evaluations_output::ListResourceEvaluationsOutput;
         393  +
  394    394   
mod _list_resource_evaluations_input;
  395    395   
  396    396   
mod _list_resource_evaluations_output;
  397    397   
  398    398   
/// Builders
  399    399   
pub mod builders;
  400    400   
  401    401   
/// Paginator for this operation
  402    402   
pub mod paginator;