AWS SDK

AWS SDK

rev. 7254d43655ed63111c94f599437f2b0d3f55446e (ignoring whitespace)

Files changed:

tmp-codegen-diff/aws-sdk/sdk/ecs/src/operation/describe_service_deployments.rs

@@ -395,395 +434,434 @@
  415    415   
            meta: meta.unwrap_or_default(),
  416    416   
        })
  417    417   
    }
  418    418   
}
  419    419   
impl ::aws_types::request_id::RequestId for crate::operation::describe_service_deployments::DescribeServiceDeploymentsError {
  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::describe_service_deployments::_describe_service_deployments_output::DescribeServiceDeploymentsOutput;
  426         -
  427    425   
pub use crate::operation::describe_service_deployments::_describe_service_deployments_input::DescribeServiceDeploymentsInput;
  428    426   
         427  +
pub use crate::operation::describe_service_deployments::_describe_service_deployments_output::DescribeServiceDeploymentsOutput;
         428  +
  429    429   
mod _describe_service_deployments_input;
  430    430   
  431    431   
mod _describe_service_deployments_output;
  432    432   
  433    433   
/// Builders
  434    434   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ecs/src/operation/describe_service_deployments/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_service_deployments::_describe_service_deployments_output::DescribeServiceDeploymentsOutputBuilder;
    3         -
    4      2   
pub use crate::operation::describe_service_deployments::_describe_service_deployments_input::DescribeServiceDeploymentsInputBuilder;
    5      3   
           4  +
pub use crate::operation::describe_service_deployments::_describe_service_deployments_output::DescribeServiceDeploymentsOutputBuilder;
           5  +
    6      6   
impl crate::operation::describe_service_deployments::builders::DescribeServiceDeploymentsInputBuilder {
    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_service_deployments::DescribeServiceDeploymentsOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::describe_service_deployments::DescribeServiceDeploymentsError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ecs/src/operation/describe_service_revisions.rs

@@ -395,395 +434,434 @@
  415    415   
            meta: meta.unwrap_or_default(),
  416    416   
        })
  417    417   
    }
  418    418   
}
  419    419   
impl ::aws_types::request_id::RequestId for crate::operation::describe_service_revisions::DescribeServiceRevisionsError {
  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::describe_service_revisions::_describe_service_revisions_output::DescribeServiceRevisionsOutput;
  426         -
  427    425   
pub use crate::operation::describe_service_revisions::_describe_service_revisions_input::DescribeServiceRevisionsInput;
  428    426   
         427  +
pub use crate::operation::describe_service_revisions::_describe_service_revisions_output::DescribeServiceRevisionsOutput;
         428  +
  429    429   
mod _describe_service_revisions_input;
  430    430   
  431    431   
mod _describe_service_revisions_output;
  432    432   
  433    433   
/// Builders
  434    434   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ecs/src/operation/describe_service_revisions/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_service_revisions::_describe_service_revisions_output::DescribeServiceRevisionsOutputBuilder;
    3         -
    4      2   
pub use crate::operation::describe_service_revisions::_describe_service_revisions_input::DescribeServiceRevisionsInputBuilder;
    5      3   
           4  +
pub use crate::operation::describe_service_revisions::_describe_service_revisions_output::DescribeServiceRevisionsOutputBuilder;
           5  +
    6      6   
impl crate::operation::describe_service_revisions::builders::DescribeServiceRevisionsInputBuilder {
    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_service_revisions::DescribeServiceRevisionsOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::describe_service_revisions::DescribeServiceRevisionsError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ecs/src/operation/describe_services.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::describe_services::DescribeServicesError {
  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_services::_describe_services_output::DescribeServicesOutput;
  391         -
  392    390   
pub use crate::operation::describe_services::_describe_services_input::DescribeServicesInput;
  393    391   
         392  +
pub use crate::operation::describe_services::_describe_services_output::DescribeServicesOutput;
         393  +
  394    394   
mod _describe_services_input;
  395    395   
  396    396   
mod _describe_services_output;
  397    397   
  398    398   
/// Builders
  399    399   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ecs/src/operation/describe_services/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_services::_describe_services_output::DescribeServicesOutputBuilder;
    3         -
    4      2   
pub use crate::operation::describe_services::_describe_services_input::DescribeServicesInputBuilder;
    5      3   
           4  +
pub use crate::operation::describe_services::_describe_services_output::DescribeServicesOutputBuilder;
           5  +
    6      6   
impl crate::operation::describe_services::builders::DescribeServicesInputBuilder {
    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_services::DescribeServicesOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::describe_services::DescribeServicesError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ecs/src/operation/describe_task_definition.rs

@@ -355,355 +394,394 @@
  375    375   
            meta: meta.unwrap_or_default(),
  376    376   
        })
  377    377   
    }
  378    378   
}
  379    379   
impl ::aws_types::request_id::RequestId for crate::operation::describe_task_definition::DescribeTaskDefinitionError {
  380    380   
    fn request_id(&self) -> Option<&str> {
  381    381   
        self.meta().request_id()
  382    382   
    }
  383    383   
}
  384    384   
  385         -
pub use crate::operation::describe_task_definition::_describe_task_definition_output::DescribeTaskDefinitionOutput;
  386         -
  387    385   
pub use crate::operation::describe_task_definition::_describe_task_definition_input::DescribeTaskDefinitionInput;
  388    386   
         387  +
pub use crate::operation::describe_task_definition::_describe_task_definition_output::DescribeTaskDefinitionOutput;
         388  +
  389    389   
mod _describe_task_definition_input;
  390    390   
  391    391   
mod _describe_task_definition_output;
  392    392   
  393    393   
/// Builders
  394    394   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ecs/src/operation/describe_task_definition/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_task_definition::_describe_task_definition_output::DescribeTaskDefinitionOutputBuilder;
    3         -
    4      2   
pub use crate::operation::describe_task_definition::_describe_task_definition_input::DescribeTaskDefinitionInputBuilder;
    5      3   
           4  +
pub use crate::operation::describe_task_definition::_describe_task_definition_output::DescribeTaskDefinitionOutputBuilder;
           5  +
    6      6   
impl crate::operation::describe_task_definition::builders::DescribeTaskDefinitionInputBuilder {
    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_task_definition::DescribeTaskDefinitionOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::describe_task_definition::DescribeTaskDefinitionError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ecs/src/operation/describe_task_sets.rs

@@ -400,400 +439,439 @@
  420    420   
            meta: meta.unwrap_or_default(),
  421    421   
        })
  422    422   
    }
  423    423   
}
  424    424   
impl ::aws_types::request_id::RequestId for crate::operation::describe_task_sets::DescribeTaskSetsError {
  425    425   
    fn request_id(&self) -> Option<&str> {
  426    426   
        self.meta().request_id()
  427    427   
    }
  428    428   
}
  429    429   
  430         -
pub use crate::operation::describe_task_sets::_describe_task_sets_output::DescribeTaskSetsOutput;
  431         -
  432    430   
pub use crate::operation::describe_task_sets::_describe_task_sets_input::DescribeTaskSetsInput;
  433    431   
         432  +
pub use crate::operation::describe_task_sets::_describe_task_sets_output::DescribeTaskSetsOutput;
         433  +
  434    434   
mod _describe_task_sets_input;
  435    435   
  436    436   
mod _describe_task_sets_output;
  437    437   
  438    438   
/// Builders
  439    439   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ecs/src/operation/describe_task_sets/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_task_sets::_describe_task_sets_output::DescribeTaskSetsOutputBuilder;
    3         -
    4      2   
pub use crate::operation::describe_task_sets::_describe_task_sets_input::DescribeTaskSetsInputBuilder;
    5      3   
           4  +
pub use crate::operation::describe_task_sets::_describe_task_sets_output::DescribeTaskSetsOutputBuilder;
           5  +
    6      6   
impl crate::operation::describe_task_sets::builders::DescribeTaskSetsInputBuilder {
    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_task_sets::DescribeTaskSetsOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::describe_task_sets::DescribeTaskSetsError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ecs/src/operation/describe_tasks.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::describe_tasks::DescribeTasksError {
  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_tasks::_describe_tasks_output::DescribeTasksOutput;
  391         -
  392    390   
pub use crate::operation::describe_tasks::_describe_tasks_input::DescribeTasksInput;
  393    391   
         392  +
pub use crate::operation::describe_tasks::_describe_tasks_output::DescribeTasksOutput;
         393  +
  394    394   
mod _describe_tasks_input;
  395    395   
  396    396   
mod _describe_tasks_output;
  397    397   
  398    398   
/// Builders
  399    399   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ecs/src/operation/describe_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_tasks::_describe_tasks_output::DescribeTasksOutputBuilder;
    3         -
    4      2   
pub use crate::operation::describe_tasks::_describe_tasks_input::DescribeTasksInputBuilder;
    5      3   
           4  +
pub use crate::operation::describe_tasks::_describe_tasks_output::DescribeTasksOutputBuilder;
           5  +
    6      6   
impl crate::operation::describe_tasks::builders::DescribeTasksInputBuilder {
    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_tasks::DescribeTasksOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::describe_tasks::DescribeTasksError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ecs/src/operation/discover_poll_endpoint.rs

@@ -344,344 +383,383 @@
  364    364   
            meta: meta.unwrap_or_default(),
  365    365   
        })
  366    366   
    }
  367    367   
}
  368    368   
impl ::aws_types::request_id::RequestId for crate::operation::discover_poll_endpoint::DiscoverPollEndpointError {
  369    369   
    fn request_id(&self) -> Option<&str> {
  370    370   
        self.meta().request_id()
  371    371   
    }
  372    372   
}
  373    373   
  374         -
pub use crate::operation::discover_poll_endpoint::_discover_poll_endpoint_output::DiscoverPollEndpointOutput;
  375         -
  376    374   
pub use crate::operation::discover_poll_endpoint::_discover_poll_endpoint_input::DiscoverPollEndpointInput;
  377    375   
         376  +
pub use crate::operation::discover_poll_endpoint::_discover_poll_endpoint_output::DiscoverPollEndpointOutput;
         377  +
  378    378   
mod _discover_poll_endpoint_input;
  379    379   
  380    380   
mod _discover_poll_endpoint_output;
  381    381   
  382    382   
/// Builders
  383    383   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ecs/src/operation/discover_poll_endpoint/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::discover_poll_endpoint::_discover_poll_endpoint_output::DiscoverPollEndpointOutputBuilder;
    3         -
    4      2   
pub use crate::operation::discover_poll_endpoint::_discover_poll_endpoint_input::DiscoverPollEndpointInputBuilder;
    5      3   
           4  +
pub use crate::operation::discover_poll_endpoint::_discover_poll_endpoint_output::DiscoverPollEndpointOutputBuilder;
           5  +
    6      6   
impl crate::operation::discover_poll_endpoint::builders::DiscoverPollEndpointInputBuilder {
    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::discover_poll_endpoint::DiscoverPollEndpointOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::discover_poll_endpoint::DiscoverPollEndpointError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ecs/src/operation/execute_command.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::execute_command::ExecuteCommandError {
  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::execute_command::_execute_command_output::ExecuteCommandOutput;
  421         -
  422    420   
pub use crate::operation::execute_command::_execute_command_input::ExecuteCommandInput;
  423    421   
         422  +
pub use crate::operation::execute_command::_execute_command_output::ExecuteCommandOutput;
         423  +
  424    424   
mod _execute_command_input;
  425    425   
  426    426   
mod _execute_command_output;
  427    427   
  428    428   
/// Builders
  429    429   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ecs/src/operation/execute_command/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::execute_command::_execute_command_output::ExecuteCommandOutputBuilder;
    3         -
    4      2   
pub use crate::operation::execute_command::_execute_command_input::ExecuteCommandInputBuilder;
    5      3   
           4  +
pub use crate::operation::execute_command::_execute_command_output::ExecuteCommandOutputBuilder;
           5  +
    6      6   
impl crate::operation::execute_command::builders::ExecuteCommandInputBuilder {
    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::execute_command::ExecuteCommandOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::execute_command::ExecuteCommandError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,