AWS SDK

AWS SDK

rev. d838bf488731ae5e751cce0fe13f339a5b9be858 (ignoring whitespace)

Files changed:

tmp-codegen-diff/aws-sdk/sdk/cloudwatchlogs/src/operation/tag_log_group/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::tag_log_group::_tag_log_group_output::TagLogGroupOutputBuilder;
    3         -
    4      2   
pub use crate::operation::tag_log_group::_tag_log_group_input::TagLogGroupInputBuilder;
    5      3   
           4  +
pub use crate::operation::tag_log_group::_tag_log_group_output::TagLogGroupOutputBuilder;
           5  +
    6      6   
impl crate::operation::tag_log_group::builders::TagLogGroupInputBuilder {
    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::tag_log_group::TagLogGroupOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::tag_log_group::TagLogGroupError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/cloudwatchlogs/src/operation/tag_resource.rs

@@ -362,362 +401,401 @@
  382    382   
            meta: meta.unwrap_or_default(),
  383    383   
        })
  384    384   
    }
  385    385   
}
  386    386   
impl ::aws_types::request_id::RequestId for crate::operation::tag_resource::TagResourceError {
  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::tag_resource::_tag_resource_output::TagResourceOutput;
  393         -
  394    392   
pub use crate::operation::tag_resource::_tag_resource_input::TagResourceInput;
  395    393   
         394  +
pub use crate::operation::tag_resource::_tag_resource_output::TagResourceOutput;
         395  +
  396    396   
mod _tag_resource_input;
  397    397   
  398    398   
mod _tag_resource_output;
  399    399   
  400    400   
/// Builders
  401    401   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/cloudwatchlogs/src/operation/tag_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::tag_resource::_tag_resource_output::TagResourceOutputBuilder;
    3         -
    4      2   
pub use crate::operation::tag_resource::_tag_resource_input::TagResourceInputBuilder;
    5      3   
           4  +
pub use crate::operation::tag_resource::_tag_resource_output::TagResourceOutputBuilder;
           5  +
    6      6   
impl crate::operation::tag_resource::builders::TagResourceInputBuilder {
    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::tag_resource::TagResourceOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::tag_resource::TagResourceError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/cloudwatchlogs/src/operation/test_metric_filter.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::test_metric_filter::TestMetricFilterError {
  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::test_metric_filter::_test_metric_filter_output::TestMetricFilterOutput;
  373         -
  374    372   
pub use crate::operation::test_metric_filter::_test_metric_filter_input::TestMetricFilterInput;
  375    373   
         374  +
pub use crate::operation::test_metric_filter::_test_metric_filter_output::TestMetricFilterOutput;
         375  +
  376    376   
mod _test_metric_filter_input;
  377    377   
  378    378   
mod _test_metric_filter_output;
  379    379   
  380    380   
/// Builders
  381    381   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/cloudwatchlogs/src/operation/test_metric_filter/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::test_metric_filter::_test_metric_filter_output::TestMetricFilterOutputBuilder;
    3         -
    4      2   
pub use crate::operation::test_metric_filter::_test_metric_filter_input::TestMetricFilterInputBuilder;
    5      3   
           4  +
pub use crate::operation::test_metric_filter::_test_metric_filter_output::TestMetricFilterOutputBuilder;
           5  +
    6      6   
impl crate::operation::test_metric_filter::builders::TestMetricFilterInputBuilder {
    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::test_metric_filter::TestMetricFilterOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::test_metric_filter::TestMetricFilterError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/cloudwatchlogs/src/operation/test_transformer.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::test_transformer::TestTransformerError {
  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::test_transformer::_test_transformer_output::TestTransformerOutput;
  383         -
  384    382   
pub use crate::operation::test_transformer::_test_transformer_input::TestTransformerInput;
  385    383   
         384  +
pub use crate::operation::test_transformer::_test_transformer_output::TestTransformerOutput;
         385  +
  386    386   
mod _test_transformer_input;
  387    387   
  388    388   
mod _test_transformer_output;
  389    389   
  390    390   
/// Builders
  391    391   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/cloudwatchlogs/src/operation/test_transformer/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::test_transformer::_test_transformer_output::TestTransformerOutputBuilder;
    3         -
    4      2   
pub use crate::operation::test_transformer::_test_transformer_input::TestTransformerInputBuilder;
    5      3   
           4  +
pub use crate::operation::test_transformer::_test_transformer_output::TestTransformerOutputBuilder;
           5  +
    6      6   
impl crate::operation::test_transformer::builders::TestTransformerInputBuilder {
    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::test_transformer::TestTransformerOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::test_transformer::TestTransformerError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/cloudwatchlogs/src/operation/untag_log_group.rs

@@ -332,332 +371,371 @@
  352    352   
            meta: meta.unwrap_or_default(),
  353    353   
        })
  354    354   
    }
  355    355   
}
  356    356   
impl ::aws_types::request_id::RequestId for crate::operation::untag_log_group::UntagLogGroupError {
  357    357   
    fn request_id(&self) -> Option<&str> {
  358    358   
        self.meta().request_id()
  359    359   
    }
  360    360   
}
  361    361   
  362         -
pub use crate::operation::untag_log_group::_untag_log_group_output::UntagLogGroupOutput;
  363         -
  364    362   
pub use crate::operation::untag_log_group::_untag_log_group_input::UntagLogGroupInput;
  365    363   
         364  +
pub use crate::operation::untag_log_group::_untag_log_group_output::UntagLogGroupOutput;
         365  +
  366    366   
mod _untag_log_group_input;
  367    367   
  368    368   
mod _untag_log_group_output;
  369    369   
  370    370   
/// Builders
  371    371   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/cloudwatchlogs/src/operation/untag_log_group/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::untag_log_group::_untag_log_group_output::UntagLogGroupOutputBuilder;
    3         -
    4      2   
pub use crate::operation::untag_log_group::_untag_log_group_input::UntagLogGroupInputBuilder;
    5      3   
           4  +
pub use crate::operation::untag_log_group::_untag_log_group_output::UntagLogGroupOutputBuilder;
           5  +
    6      6   
impl crate::operation::untag_log_group::builders::UntagLogGroupInputBuilder {
    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::untag_log_group::UntagLogGroupOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::untag_log_group::UntagLogGroupError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/cloudwatchlogs/src/operation/untag_resource.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::untag_resource::UntagResourceError {
  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::untag_resource::_untag_resource_output::UntagResourceOutput;
  383         -
  384    382   
pub use crate::operation::untag_resource::_untag_resource_input::UntagResourceInput;
  385    383   
         384  +
pub use crate::operation::untag_resource::_untag_resource_output::UntagResourceOutput;
         385  +
  386    386   
mod _untag_resource_input;
  387    387   
  388    388   
mod _untag_resource_output;
  389    389   
  390    390   
/// Builders
  391    391   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/cloudwatchlogs/src/operation/untag_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::untag_resource::_untag_resource_output::UntagResourceOutputBuilder;
    3         -
    4      2   
pub use crate::operation::untag_resource::_untag_resource_input::UntagResourceInputBuilder;
    5      3   
           4  +
pub use crate::operation::untag_resource::_untag_resource_output::UntagResourceOutputBuilder;
           5  +
    6      6   
impl crate::operation::untag_resource::builders::UntagResourceInputBuilder {
    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::untag_resource::UntagResourceOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::untag_resource::UntagResourceError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/cloudwatchlogs/src/operation/update_anomaly.rs

@@ -362,362 +401,401 @@
  382    382   
            meta: meta.unwrap_or_default(),
  383    383   
        })
  384    384   
    }
  385    385   
}
  386    386   
impl ::aws_types::request_id::RequestId for crate::operation::update_anomaly::UpdateAnomalyError {
  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::update_anomaly::_update_anomaly_output::UpdateAnomalyOutput;
  393         -
  394    392   
pub use crate::operation::update_anomaly::_update_anomaly_input::UpdateAnomalyInput;
  395    393   
         394  +
pub use crate::operation::update_anomaly::_update_anomaly_output::UpdateAnomalyOutput;
         395  +
  396    396   
mod _update_anomaly_input;
  397    397   
  398    398   
mod _update_anomaly_output;
  399    399   
  400    400   
/// Builders
  401    401   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/cloudwatchlogs/src/operation/update_anomaly/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::update_anomaly::_update_anomaly_output::UpdateAnomalyOutputBuilder;
    3         -
    4      2   
pub use crate::operation::update_anomaly::_update_anomaly_input::UpdateAnomalyInputBuilder;
    5      3   
           4  +
pub use crate::operation::update_anomaly::_update_anomaly_output::UpdateAnomalyOutputBuilder;
           5  +
    6      6   
impl crate::operation::update_anomaly::builders::UpdateAnomalyInputBuilder {
    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::update_anomaly::UpdateAnomalyOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::update_anomaly::UpdateAnomalyError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/cloudwatchlogs/src/operation/update_delivery_configuration.rs

@@ -390,390 +429,429 @@
  410    410   
            meta: meta.unwrap_or_default(),
  411    411   
        })
  412    412   
    }
  413    413   
}
  414    414   
impl ::aws_types::request_id::RequestId for crate::operation::update_delivery_configuration::UpdateDeliveryConfigurationError {
  415    415   
    fn request_id(&self) -> Option<&str> {
  416    416   
        self.meta().request_id()
  417    417   
    }
  418    418   
}
  419    419   
  420         -
pub use crate::operation::update_delivery_configuration::_update_delivery_configuration_output::UpdateDeliveryConfigurationOutput;
  421         -
  422    420   
pub use crate::operation::update_delivery_configuration::_update_delivery_configuration_input::UpdateDeliveryConfigurationInput;
  423    421   
         422  +
pub use crate::operation::update_delivery_configuration::_update_delivery_configuration_output::UpdateDeliveryConfigurationOutput;
         423  +
  424    424   
mod _update_delivery_configuration_input;
  425    425   
  426    426   
mod _update_delivery_configuration_output;
  427    427   
  428    428   
/// Builders
  429    429   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/cloudwatchlogs/src/operation/update_delivery_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::update_delivery_configuration::_update_delivery_configuration_output::UpdateDeliveryConfigurationOutputBuilder;
    3         -
    4      2   
pub use crate::operation::update_delivery_configuration::_update_delivery_configuration_input::UpdateDeliveryConfigurationInputBuilder;
    5      3   
           4  +
pub use crate::operation::update_delivery_configuration::_update_delivery_configuration_output::UpdateDeliveryConfigurationOutputBuilder;
           5  +
    6      6   
impl crate::operation::update_delivery_configuration::builders::UpdateDeliveryConfigurationInputBuilder {
    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::update_delivery_configuration::UpdateDeliveryConfigurationOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::update_delivery_configuration::UpdateDeliveryConfigurationError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/cloudwatchlogs/src/operation/update_log_anomaly_detector.rs

@@ -370,370 +409,409 @@
  390    390   
            meta: meta.unwrap_or_default(),
  391    391   
        })
  392    392   
    }
  393    393   
}
  394    394   
impl ::aws_types::request_id::RequestId for crate::operation::update_log_anomaly_detector::UpdateLogAnomalyDetectorError {
  395    395   
    fn request_id(&self) -> Option<&str> {
  396    396   
        self.meta().request_id()
  397    397   
    }
  398    398   
}
  399    399   
  400         -
pub use crate::operation::update_log_anomaly_detector::_update_log_anomaly_detector_output::UpdateLogAnomalyDetectorOutput;
  401         -
  402    400   
pub use crate::operation::update_log_anomaly_detector::_update_log_anomaly_detector_input::UpdateLogAnomalyDetectorInput;
  403    401   
         402  +
pub use crate::operation::update_log_anomaly_detector::_update_log_anomaly_detector_output::UpdateLogAnomalyDetectorOutput;
         403  +
  404    404   
mod _update_log_anomaly_detector_input;
  405    405   
  406    406   
mod _update_log_anomaly_detector_output;
  407    407   
  408    408   
/// Builders
  409    409   
pub mod builders;