AWS SDK

AWS SDK

rev. 7254d43655ed63111c94f599437f2b0d3f55446e (ignoring whitespace)

Files changed:

tmp-codegen-diff/aws-sdk/sdk/codecatalyst/src/operation/delete_dev_environment.rs

@@ -405,405 +444,444 @@
  425    425   
            meta: meta.unwrap_or_default(),
  426    426   
        })
  427    427   
    }
  428    428   
}
  429    429   
impl ::aws_types::request_id::RequestId for crate::operation::delete_dev_environment::DeleteDevEnvironmentError {
  430    430   
    fn request_id(&self) -> Option<&str> {
  431    431   
        self.meta().request_id()
  432    432   
    }
  433    433   
}
  434    434   
  435         -
pub use crate::operation::delete_dev_environment::_delete_dev_environment_output::DeleteDevEnvironmentOutput;
  436         -
  437    435   
pub use crate::operation::delete_dev_environment::_delete_dev_environment_input::DeleteDevEnvironmentInput;
  438    436   
         437  +
pub use crate::operation::delete_dev_environment::_delete_dev_environment_output::DeleteDevEnvironmentOutput;
         438  +
  439    439   
mod _delete_dev_environment_input;
  440    440   
  441    441   
mod _delete_dev_environment_output;
  442    442   
  443    443   
/// Builders
  444    444   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/codecatalyst/src/operation/delete_dev_environment/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::delete_dev_environment::_delete_dev_environment_output::DeleteDevEnvironmentOutputBuilder;
    3         -
    4      2   
pub use crate::operation::delete_dev_environment::_delete_dev_environment_input::DeleteDevEnvironmentInputBuilder;
    5      3   
           4  +
pub use crate::operation::delete_dev_environment::_delete_dev_environment_output::DeleteDevEnvironmentOutputBuilder;
           5  +
    6      6   
impl crate::operation::delete_dev_environment::builders::DeleteDevEnvironmentInputBuilder {
    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::delete_dev_environment::DeleteDevEnvironmentOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::delete_dev_environment::DeleteDevEnvironmentError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/codecatalyst/src/operation/delete_project.rs

@@ -388,388 +427,427 @@
  408    408   
            meta: meta.unwrap_or_default(),
  409    409   
        })
  410    410   
    }
  411    411   
}
  412    412   
impl ::aws_types::request_id::RequestId for crate::operation::delete_project::DeleteProjectError {
  413    413   
    fn request_id(&self) -> Option<&str> {
  414    414   
        self.meta().request_id()
  415    415   
    }
  416    416   
}
  417    417   
  418         -
pub use crate::operation::delete_project::_delete_project_output::DeleteProjectOutput;
  419         -
  420    418   
pub use crate::operation::delete_project::_delete_project_input::DeleteProjectInput;
  421    419   
         420  +
pub use crate::operation::delete_project::_delete_project_output::DeleteProjectOutput;
         421  +
  422    422   
mod _delete_project_input;
  423    423   
  424    424   
mod _delete_project_output;
  425    425   
  426    426   
/// Builders
  427    427   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/codecatalyst/src/operation/delete_project/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::delete_project::_delete_project_output::DeleteProjectOutputBuilder;
    3         -
    4      2   
pub use crate::operation::delete_project::_delete_project_input::DeleteProjectInputBuilder;
    5      3   
           4  +
pub use crate::operation::delete_project::_delete_project_output::DeleteProjectOutputBuilder;
           5  +
    6      6   
impl crate::operation::delete_project::builders::DeleteProjectInputBuilder {
    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::delete_project::DeleteProjectOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::delete_project::DeleteProjectError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/codecatalyst/src/operation/delete_source_repository.rs

@@ -411,411 +450,450 @@
  431    431   
            meta: meta.unwrap_or_default(),
  432    432   
        })
  433    433   
    }
  434    434   
}
  435    435   
impl ::aws_types::request_id::RequestId for crate::operation::delete_source_repository::DeleteSourceRepositoryError {
  436    436   
    fn request_id(&self) -> Option<&str> {
  437    437   
        self.meta().request_id()
  438    438   
    }
  439    439   
}
  440    440   
  441         -
pub use crate::operation::delete_source_repository::_delete_source_repository_output::DeleteSourceRepositoryOutput;
  442         -
  443    441   
pub use crate::operation::delete_source_repository::_delete_source_repository_input::DeleteSourceRepositoryInput;
  444    442   
         443  +
pub use crate::operation::delete_source_repository::_delete_source_repository_output::DeleteSourceRepositoryOutput;
         444  +
  445    445   
mod _delete_source_repository_input;
  446    446   
  447    447   
mod _delete_source_repository_output;
  448    448   
  449    449   
/// Builders
  450    450   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/codecatalyst/src/operation/delete_source_repository/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::delete_source_repository::_delete_source_repository_output::DeleteSourceRepositoryOutputBuilder;
    3         -
    4      2   
pub use crate::operation::delete_source_repository::_delete_source_repository_input::DeleteSourceRepositoryInputBuilder;
    5      3   
           4  +
pub use crate::operation::delete_source_repository::_delete_source_repository_output::DeleteSourceRepositoryOutputBuilder;
           5  +
    6      6   
impl crate::operation::delete_source_repository::builders::DeleteSourceRepositoryInputBuilder {
    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::delete_source_repository::DeleteSourceRepositoryOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::delete_source_repository::DeleteSourceRepositoryError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/codecatalyst/src/operation/delete_space.rs

@@ -376,376 +415,415 @@
  396    396   
            meta: meta.unwrap_or_default(),
  397    397   
        })
  398    398   
    }
  399    399   
}
  400    400   
impl ::aws_types::request_id::RequestId for crate::operation::delete_space::DeleteSpaceError {
  401    401   
    fn request_id(&self) -> Option<&str> {
  402    402   
        self.meta().request_id()
  403    403   
    }
  404    404   
}
  405    405   
  406         -
pub use crate::operation::delete_space::_delete_space_output::DeleteSpaceOutput;
  407         -
  408    406   
pub use crate::operation::delete_space::_delete_space_input::DeleteSpaceInput;
  409    407   
         408  +
pub use crate::operation::delete_space::_delete_space_output::DeleteSpaceOutput;
         409  +
  410    410   
mod _delete_space_input;
  411    411   
  412    412   
mod _delete_space_output;
  413    413   
  414    414   
/// Builders
  415    415   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/codecatalyst/src/operation/delete_space/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::delete_space::_delete_space_output::DeleteSpaceOutputBuilder;
    3         -
    4      2   
pub use crate::operation::delete_space::_delete_space_input::DeleteSpaceInputBuilder;
    5      3   
           4  +
pub use crate::operation::delete_space::_delete_space_output::DeleteSpaceOutputBuilder;
           5  +
    6      6   
impl crate::operation::delete_space::builders::DeleteSpaceInputBuilder {
    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::delete_space::DeleteSpaceOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::delete_space::DeleteSpaceError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/codecatalyst/src/operation/get_dev_environment.rs

@@ -405,405 +444,444 @@
  425    425   
            meta: meta.unwrap_or_default(),
  426    426   
        })
  427    427   
    }
  428    428   
}
  429    429   
impl ::aws_types::request_id::RequestId for crate::operation::get_dev_environment::GetDevEnvironmentError {
  430    430   
    fn request_id(&self) -> Option<&str> {
  431    431   
        self.meta().request_id()
  432    432   
    }
  433    433   
}
  434    434   
  435         -
pub use crate::operation::get_dev_environment::_get_dev_environment_output::GetDevEnvironmentOutput;
  436         -
  437    435   
pub use crate::operation::get_dev_environment::_get_dev_environment_input::GetDevEnvironmentInput;
  438    436   
         437  +
pub use crate::operation::get_dev_environment::_get_dev_environment_output::GetDevEnvironmentOutput;
         438  +
  439    439   
mod _get_dev_environment_input;
  440    440   
  441    441   
mod _get_dev_environment_output;
  442    442   
  443    443   
/// Builders
  444    444   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/codecatalyst/src/operation/get_dev_environment/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_dev_environment::_get_dev_environment_output::GetDevEnvironmentOutputBuilder;
    3         -
    4      2   
pub use crate::operation::get_dev_environment::_get_dev_environment_input::GetDevEnvironmentInputBuilder;
    5      3   
           4  +
pub use crate::operation::get_dev_environment::_get_dev_environment_output::GetDevEnvironmentOutputBuilder;
           5  +
    6      6   
impl crate::operation::get_dev_environment::builders::GetDevEnvironmentInputBuilder {
    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_dev_environment::GetDevEnvironmentOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::get_dev_environment::GetDevEnvironmentError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/codecatalyst/src/operation/get_project.rs

@@ -386,386 +425,425 @@
  406    406   
            meta: meta.unwrap_or_default(),
  407    407   
        })
  408    408   
    }
  409    409   
}
  410    410   
impl ::aws_types::request_id::RequestId for crate::operation::get_project::GetProjectError {
  411    411   
    fn request_id(&self) -> Option<&str> {
  412    412   
        self.meta().request_id()
  413    413   
    }
  414    414   
}
  415    415   
  416         -
pub use crate::operation::get_project::_get_project_output::GetProjectOutput;
  417         -
  418    416   
pub use crate::operation::get_project::_get_project_input::GetProjectInput;
  419    417   
         418  +
pub use crate::operation::get_project::_get_project_output::GetProjectOutput;
         419  +
  420    420   
mod _get_project_input;
  421    421   
  422    422   
mod _get_project_output;
  423    423   
  424    424   
/// Builders
  425    425   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/codecatalyst/src/operation/get_project/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_project::_get_project_output::GetProjectOutputBuilder;
    3         -
    4      2   
pub use crate::operation::get_project::_get_project_input::GetProjectInputBuilder;
    5      3   
           4  +
pub use crate::operation::get_project::_get_project_output::GetProjectOutputBuilder;
           5  +
    6      6   
impl crate::operation::get_project::builders::GetProjectInputBuilder {
    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_project::GetProjectOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::get_project::GetProjectError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/codecatalyst/src/operation/get_source_repository.rs

@@ -405,405 +444,444 @@
  425    425   
            meta: meta.unwrap_or_default(),
  426    426   
        })
  427    427   
    }
  428    428   
}
  429    429   
impl ::aws_types::request_id::RequestId for crate::operation::get_source_repository::GetSourceRepositoryError {
  430    430   
    fn request_id(&self) -> Option<&str> {
  431    431   
        self.meta().request_id()
  432    432   
    }
  433    433   
}
  434    434   
  435         -
pub use crate::operation::get_source_repository::_get_source_repository_output::GetSourceRepositoryOutput;
  436         -
  437    435   
pub use crate::operation::get_source_repository::_get_source_repository_input::GetSourceRepositoryInput;
  438    436   
         437  +
pub use crate::operation::get_source_repository::_get_source_repository_output::GetSourceRepositoryOutput;
         438  +
  439    439   
mod _get_source_repository_input;
  440    440   
  441    441   
mod _get_source_repository_output;
  442    442   
  443    443   
/// Builders
  444    444   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/codecatalyst/src/operation/get_source_repository/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_source_repository::_get_source_repository_output::GetSourceRepositoryOutputBuilder;
    3         -
    4      2   
pub use crate::operation::get_source_repository::_get_source_repository_input::GetSourceRepositoryInputBuilder;
    5      3   
           4  +
pub use crate::operation::get_source_repository::_get_source_repository_output::GetSourceRepositoryOutputBuilder;
           5  +
    6      6   
impl crate::operation::get_source_repository::builders::GetSourceRepositoryInputBuilder {
    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_source_repository::GetSourceRepositoryOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::get_source_repository::GetSourceRepositoryError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/codecatalyst/src/operation/get_source_repository_clone_urls.rs

@@ -411,411 +450,450 @@
  431    431   
            meta: meta.unwrap_or_default(),
  432    432   
        })
  433    433   
    }
  434    434   
}
  435    435   
impl ::aws_types::request_id::RequestId for crate::operation::get_source_repository_clone_urls::GetSourceRepositoryCloneUrlsError {
  436    436   
    fn request_id(&self) -> Option<&str> {
  437    437   
        self.meta().request_id()
  438    438   
    }
  439    439   
}
  440    440   
  441         -
pub use crate::operation::get_source_repository_clone_urls::_get_source_repository_clone_urls_output::GetSourceRepositoryCloneUrlsOutput;
  442         -
  443    441   
pub use crate::operation::get_source_repository_clone_urls::_get_source_repository_clone_urls_input::GetSourceRepositoryCloneUrlsInput;
  444    442   
         443  +
pub use crate::operation::get_source_repository_clone_urls::_get_source_repository_clone_urls_output::GetSourceRepositoryCloneUrlsOutput;
         444  +
  445    445   
mod _get_source_repository_clone_urls_input;
  446    446   
  447    447   
mod _get_source_repository_clone_urls_output;
  448    448   
  449    449   
/// Builders
  450    450   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/codecatalyst/src/operation/get_source_repository_clone_urls/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_source_repository_clone_urls::_get_source_repository_clone_urls_output::GetSourceRepositoryCloneUrlsOutputBuilder;
    3         -
    4      2   
pub use crate::operation::get_source_repository_clone_urls::_get_source_repository_clone_urls_input::GetSourceRepositoryCloneUrlsInputBuilder;
    5      3   
           4  +
pub use crate::operation::get_source_repository_clone_urls::_get_source_repository_clone_urls_output::GetSourceRepositoryCloneUrlsOutputBuilder;
           5  +
    6      6   
impl crate::operation::get_source_repository_clone_urls::builders::GetSourceRepositoryCloneUrlsInputBuilder {
    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_source_repository_clone_urls::GetSourceRepositoryCloneUrlsOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::get_source_repository_clone_urls::GetSourceRepositoryCloneUrlsError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,