AWS SDK

AWS SDK

rev. 7254d43655ed63111c94f599437f2b0d3f55446e

Files changed:

tmp-codegen-diff/aws-sdk/sdk/cloudwatchlogs/src/operation/describe_deliveries/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_deliveries::_describe_deliveries_output::DescribeDeliveriesOutputBuilder;
    3         -
    4      2   
pub use crate::operation::describe_deliveries::_describe_deliveries_input::DescribeDeliveriesInputBuilder;
    5      3   
           4  +
pub use crate::operation::describe_deliveries::_describe_deliveries_output::DescribeDeliveriesOutputBuilder;
           5  +
    6      6   
impl crate::operation::describe_deliveries::builders::DescribeDeliveriesInputBuilder {
    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_deliveries::DescribeDeliveriesOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::describe_deliveries::DescribeDeliveriesError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -370,370 +412,412 @@
  390    390   
            meta: meta.unwrap_or_default(),
  391    391   
        })
  392    392   
    }
  393    393   
}
  394    394   
impl ::aws_types::request_id::RequestId for crate::operation::describe_delivery_destinations::DescribeDeliveryDestinationsError {
  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::describe_delivery_destinations::_describe_delivery_destinations_output::DescribeDeliveryDestinationsOutput;
  401         -
  402    400   
pub use crate::operation::describe_delivery_destinations::_describe_delivery_destinations_input::DescribeDeliveryDestinationsInput;
  403    401   
         402  +
pub use crate::operation::describe_delivery_destinations::_describe_delivery_destinations_output::DescribeDeliveryDestinationsOutput;
         403  +
  404    404   
mod _describe_delivery_destinations_input;
  405    405   
  406    406   
mod _describe_delivery_destinations_output;
  407    407   
  408    408   
/// Builders
  409    409   
pub mod builders;
  410    410   
  411    411   
/// Paginator for this operation
  412    412   
pub mod paginator;

tmp-codegen-diff/aws-sdk/sdk/cloudwatchlogs/src/operation/describe_delivery_destinations/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_delivery_destinations::_describe_delivery_destinations_output::DescribeDeliveryDestinationsOutputBuilder;
    3         -
    4      2   
pub use crate::operation::describe_delivery_destinations::_describe_delivery_destinations_input::DescribeDeliveryDestinationsInputBuilder;
    5      3   
           4  +
pub use crate::operation::describe_delivery_destinations::_describe_delivery_destinations_output::DescribeDeliveryDestinationsOutputBuilder;
           5  +
    6      6   
impl crate::operation::describe_delivery_destinations::builders::DescribeDeliveryDestinationsInputBuilder {
    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_delivery_destinations::DescribeDeliveryDestinationsOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::describe_delivery_destinations::DescribeDeliveryDestinationsError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -370,370 +412,412 @@
  390    390   
            meta: meta.unwrap_or_default(),
  391    391   
        })
  392    392   
    }
  393    393   
}
  394    394   
impl ::aws_types::request_id::RequestId for crate::operation::describe_delivery_sources::DescribeDeliverySourcesError {
  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::describe_delivery_sources::_describe_delivery_sources_output::DescribeDeliverySourcesOutput;
  401         -
  402    400   
pub use crate::operation::describe_delivery_sources::_describe_delivery_sources_input::DescribeDeliverySourcesInput;
  403    401   
         402  +
pub use crate::operation::describe_delivery_sources::_describe_delivery_sources_output::DescribeDeliverySourcesOutput;
         403  +
  404    404   
mod _describe_delivery_sources_input;
  405    405   
  406    406   
mod _describe_delivery_sources_output;
  407    407   
  408    408   
/// Builders
  409    409   
pub mod builders;
  410    410   
  411    411   
/// Paginator for this operation
  412    412   
pub mod paginator;

tmp-codegen-diff/aws-sdk/sdk/cloudwatchlogs/src/operation/describe_delivery_sources/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_delivery_sources::_describe_delivery_sources_output::DescribeDeliverySourcesOutputBuilder;
    3         -
    4      2   
pub use crate::operation::describe_delivery_sources::_describe_delivery_sources_input::DescribeDeliverySourcesInputBuilder;
    5      3   
           4  +
pub use crate::operation::describe_delivery_sources::_describe_delivery_sources_output::DescribeDeliverySourcesOutputBuilder;
           5  +
    6      6   
impl crate::operation::describe_delivery_sources::builders::DescribeDeliverySourcesInputBuilder {
    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_delivery_sources::DescribeDeliverySourcesOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::describe_delivery_sources::DescribeDeliverySourcesError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/cloudwatchlogs/src/operation/describe_destinations.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_destinations::DescribeDestinationsError {
  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_destinations::_describe_destinations_output::DescribeDestinationsOutput;
  381         -
  382    380   
pub use crate::operation::describe_destinations::_describe_destinations_input::DescribeDestinationsInput;
  383    381   
         382  +
pub use crate::operation::describe_destinations::_describe_destinations_output::DescribeDestinationsOutput;
         383  +
  384    384   
mod _describe_destinations_input;
  385    385   
  386    386   
mod _describe_destinations_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/cloudwatchlogs/src/operation/describe_destinations/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_destinations::_describe_destinations_output::DescribeDestinationsOutputBuilder;
    3         -
    4      2   
pub use crate::operation::describe_destinations::_describe_destinations_input::DescribeDestinationsInputBuilder;
    5      3   
           4  +
pub use crate::operation::describe_destinations::_describe_destinations_output::DescribeDestinationsOutputBuilder;
           5  +
    6      6   
impl crate::operation::describe_destinations::builders::DescribeDestinationsInputBuilder {
    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_destinations::DescribeDestinationsOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::describe_destinations::DescribeDestinationsError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/cloudwatchlogs/src/operation/describe_export_tasks.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::describe_export_tasks::DescribeExportTasksError {
  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_export_tasks::_describe_export_tasks_output::DescribeExportTasksOutput;
  381         -
  382    380   
pub use crate::operation::describe_export_tasks::_describe_export_tasks_input::DescribeExportTasksInput;
  383    381   
         382  +
pub use crate::operation::describe_export_tasks::_describe_export_tasks_output::DescribeExportTasksOutput;
         383  +
  384    384   
mod _describe_export_tasks_input;
  385    385   
  386    386   
mod _describe_export_tasks_output;
  387    387   
  388    388   
/// Builders
  389    389   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/cloudwatchlogs/src/operation/describe_export_tasks/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_export_tasks::_describe_export_tasks_output::DescribeExportTasksOutputBuilder;
    3         -
    4      2   
pub use crate::operation::describe_export_tasks::_describe_export_tasks_input::DescribeExportTasksInputBuilder;
    5      3   
           4  +
pub use crate::operation::describe_export_tasks::_describe_export_tasks_output::DescribeExportTasksOutputBuilder;
           5  +
    6      6   
impl crate::operation::describe_export_tasks::builders::DescribeExportTasksInputBuilder {
    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_export_tasks::DescribeExportTasksOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::describe_export_tasks::DescribeExportTasksError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -380,380 +419,419 @@
  400    400   
            meta: meta.unwrap_or_default(),
  401    401   
        })
  402    402   
    }
  403    403   
}
  404    404   
impl ::aws_types::request_id::RequestId for crate::operation::describe_field_indexes::DescribeFieldIndexesError {
  405    405   
    fn request_id(&self) -> Option<&str> {
  406    406   
        self.meta().request_id()
  407    407   
    }
  408    408   
}
  409    409   
  410         -
pub use crate::operation::describe_field_indexes::_describe_field_indexes_output::DescribeFieldIndexesOutput;
  411         -
  412    410   
pub use crate::operation::describe_field_indexes::_describe_field_indexes_input::DescribeFieldIndexesInput;
  413    411   
         412  +
pub use crate::operation::describe_field_indexes::_describe_field_indexes_output::DescribeFieldIndexesOutput;
         413  +
  414    414   
mod _describe_field_indexes_input;
  415    415   
  416    416   
mod _describe_field_indexes_output;
  417    417   
  418    418   
/// Builders
  419    419   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/cloudwatchlogs/src/operation/describe_field_indexes/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_field_indexes::_describe_field_indexes_output::DescribeFieldIndexesOutputBuilder;
    3         -
    4      2   
pub use crate::operation::describe_field_indexes::_describe_field_indexes_input::DescribeFieldIndexesInputBuilder;
    5      3   
           4  +
pub use crate::operation::describe_field_indexes::_describe_field_indexes_output::DescribeFieldIndexesOutputBuilder;
           5  +
    6      6   
impl crate::operation::describe_field_indexes::builders::DescribeFieldIndexesInputBuilder {
    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_field_indexes::DescribeFieldIndexesOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::describe_field_indexes::DescribeFieldIndexesError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -380,380 +419,419 @@
  400    400   
            meta: meta.unwrap_or_default(),
  401    401   
        })
  402    402   
    }
  403    403   
}
  404    404   
impl ::aws_types::request_id::RequestId for crate::operation::describe_index_policies::DescribeIndexPoliciesError {
  405    405   
    fn request_id(&self) -> Option<&str> {
  406    406   
        self.meta().request_id()
  407    407   
    }
  408    408   
}
  409    409   
  410         -
pub use crate::operation::describe_index_policies::_describe_index_policies_output::DescribeIndexPoliciesOutput;
  411         -
  412    410   
pub use crate::operation::describe_index_policies::_describe_index_policies_input::DescribeIndexPoliciesInput;
  413    411   
         412  +
pub use crate::operation::describe_index_policies::_describe_index_policies_output::DescribeIndexPoliciesOutput;
         413  +
  414    414   
mod _describe_index_policies_input;
  415    415   
  416    416   
mod _describe_index_policies_output;
  417    417   
  418    418   
/// Builders
  419    419   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/cloudwatchlogs/src/operation/describe_index_policies/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_index_policies::_describe_index_policies_output::DescribeIndexPoliciesOutputBuilder;
    3         -
    4      2   
pub use crate::operation::describe_index_policies::_describe_index_policies_input::DescribeIndexPoliciesInputBuilder;
    5      3   
           4  +
pub use crate::operation::describe_index_policies::_describe_index_policies_output::DescribeIndexPoliciesOutputBuilder;
           5  +
    6      6   
impl crate::operation::describe_index_policies::builders::DescribeIndexPoliciesInputBuilder {
    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_index_policies::DescribeIndexPoliciesOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::describe_index_policies::DescribeIndexPoliciesError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -342,342 +384,384 @@
  362    362   
            meta: meta.unwrap_or_default(),
  363    363   
        })
  364    364   
    }
  365    365   
}
  366    366   
impl ::aws_types::request_id::RequestId for crate::operation::describe_log_groups::DescribeLogGroupsError {
  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::describe_log_groups::_describe_log_groups_output::DescribeLogGroupsOutput;
  373         -
  374    372   
pub use crate::operation::describe_log_groups::_describe_log_groups_input::DescribeLogGroupsInput;
  375    373   
         374  +
pub use crate::operation::describe_log_groups::_describe_log_groups_output::DescribeLogGroupsOutput;
         375  +
  376    376   
mod _describe_log_groups_input;
  377    377   
  378    378   
mod _describe_log_groups_output;
  379    379   
  380    380   
/// Builders
  381    381   
pub mod builders;
  382    382   
  383    383   
/// Paginator for this operation
  384    384   
pub mod paginator;

tmp-codegen-diff/aws-sdk/sdk/cloudwatchlogs/src/operation/describe_log_groups/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_log_groups::_describe_log_groups_output::DescribeLogGroupsOutputBuilder;
    3         -
    4      2   
pub use crate::operation::describe_log_groups::_describe_log_groups_input::DescribeLogGroupsInputBuilder;
    5      3   
           4  +
pub use crate::operation::describe_log_groups::_describe_log_groups_output::DescribeLogGroupsOutputBuilder;
           5  +
    6      6   
impl crate::operation::describe_log_groups::builders::DescribeLogGroupsInputBuilder {
    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_log_groups::DescribeLogGroupsOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::describe_log_groups::DescribeLogGroupsError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -359,359 +401,401 @@
  379    379   
            meta: meta.unwrap_or_default(),
  380    380   
        })
  381    381   
    }
  382    382   
}
  383    383   
impl ::aws_types::request_id::RequestId for crate::operation::describe_log_streams::DescribeLogStreamsError {
  384    384   
    fn request_id(&self) -> Option<&str> {
  385    385   
        self.meta().request_id()
  386    386   
    }
  387    387   
}
  388    388   
  389         -
pub use crate::operation::describe_log_streams::_describe_log_streams_output::DescribeLogStreamsOutput;
  390         -
  391    389   
pub use crate::operation::describe_log_streams::_describe_log_streams_input::DescribeLogStreamsInput;
  392    390   
         391  +
pub use crate::operation::describe_log_streams::_describe_log_streams_output::DescribeLogStreamsOutput;
         392  +
  393    393   
mod _describe_log_streams_input;
  394    394   
  395    395   
mod _describe_log_streams_output;
  396    396   
  397    397   
/// Builders
  398    398   
pub mod builders;
  399    399   
  400    400   
/// Paginator for this operation
  401    401   
pub mod paginator;