AWS SDK

AWS SDK

rev. d838bf488731ae5e751cce0fe13f339a5b9be858 (ignoring whitespace)

Files changed:

tmp-codegen-diff/aws-sdk/sdk/codecatalyst/src/operation/list_workflows/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_workflows::_list_workflows_output::ListWorkflowsOutputBuilder;
    3         -
    4      2   
pub use crate::operation::list_workflows::_list_workflows_input::ListWorkflowsInputBuilder;
    5      3   
           4  +
pub use crate::operation::list_workflows::_list_workflows_output::ListWorkflowsOutputBuilder;
           5  +
    6      6   
impl crate::operation::list_workflows::builders::ListWorkflowsInputBuilder {
    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_workflows::ListWorkflowsOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::list_workflows::ListWorkflowsError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/codecatalyst/src/operation/start_dev_environment.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::start_dev_environment::StartDevEnvironmentError {
  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::start_dev_environment::_start_dev_environment_output::StartDevEnvironmentOutput;
  442         -
  443    441   
pub use crate::operation::start_dev_environment::_start_dev_environment_input::StartDevEnvironmentInput;
  444    442   
         443  +
pub use crate::operation::start_dev_environment::_start_dev_environment_output::StartDevEnvironmentOutput;
         444  +
  445    445   
mod _start_dev_environment_input;
  446    446   
  447    447   
mod _start_dev_environment_output;
  448    448   
  449    449   
/// Builders
  450    450   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/codecatalyst/src/operation/start_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::start_dev_environment::_start_dev_environment_output::StartDevEnvironmentOutputBuilder;
    3         -
    4      2   
pub use crate::operation::start_dev_environment::_start_dev_environment_input::StartDevEnvironmentInputBuilder;
    5      3   
           4  +
pub use crate::operation::start_dev_environment::_start_dev_environment_output::StartDevEnvironmentOutputBuilder;
           5  +
    6      6   
impl crate::operation::start_dev_environment::builders::StartDevEnvironmentInputBuilder {
    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::start_dev_environment::StartDevEnvironmentOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::start_dev_environment::StartDevEnvironmentError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -418,418 +457,457 @@
  438    438   
            meta: meta.unwrap_or_default(),
  439    439   
        })
  440    440   
    }
  441    441   
}
  442    442   
impl ::aws_types::request_id::RequestId for crate::operation::start_dev_environment_session::StartDevEnvironmentSessionError {
  443    443   
    fn request_id(&self) -> Option<&str> {
  444    444   
        self.meta().request_id()
  445    445   
    }
  446    446   
}
  447    447   
  448         -
pub use crate::operation::start_dev_environment_session::_start_dev_environment_session_output::StartDevEnvironmentSessionOutput;
  449         -
  450    448   
pub use crate::operation::start_dev_environment_session::_start_dev_environment_session_input::StartDevEnvironmentSessionInput;
  451    449   
         450  +
pub use crate::operation::start_dev_environment_session::_start_dev_environment_session_output::StartDevEnvironmentSessionOutput;
         451  +
  452    452   
mod _start_dev_environment_session_input;
  453    453   
  454    454   
mod _start_dev_environment_session_output;
  455    455   
  456    456   
/// Builders
  457    457   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/codecatalyst/src/operation/start_dev_environment_session/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::start_dev_environment_session::_start_dev_environment_session_output::StartDevEnvironmentSessionOutputBuilder;
    3         -
    4      2   
pub use crate::operation::start_dev_environment_session::_start_dev_environment_session_input::StartDevEnvironmentSessionInputBuilder;
    5      3   
           4  +
pub use crate::operation::start_dev_environment_session::_start_dev_environment_session_output::StartDevEnvironmentSessionOutputBuilder;
           5  +
    6      6   
impl crate::operation::start_dev_environment_session::builders::StartDevEnvironmentSessionInputBuilder {
    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::start_dev_environment_session::StartDevEnvironmentSessionOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::start_dev_environment_session::StartDevEnvironmentSessionError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -423,423 +462,462 @@
  443    443   
            meta: meta.unwrap_or_default(),
  444    444   
        })
  445    445   
    }
  446    446   
}
  447    447   
impl ::aws_types::request_id::RequestId for crate::operation::start_workflow_run::StartWorkflowRunError {
  448    448   
    fn request_id(&self) -> Option<&str> {
  449    449   
        self.meta().request_id()
  450    450   
    }
  451    451   
}
  452    452   
  453         -
pub use crate::operation::start_workflow_run::_start_workflow_run_output::StartWorkflowRunOutput;
  454         -
  455    453   
pub use crate::operation::start_workflow_run::_start_workflow_run_input::StartWorkflowRunInput;
  456    454   
         455  +
pub use crate::operation::start_workflow_run::_start_workflow_run_output::StartWorkflowRunOutput;
         456  +
  457    457   
mod _start_workflow_run_input;
  458    458   
  459    459   
mod _start_workflow_run_output;
  460    460   
  461    461   
/// Builders
  462    462   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/codecatalyst/src/operation/start_workflow_run/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::start_workflow_run::_start_workflow_run_output::StartWorkflowRunOutputBuilder;
    3         -
    4      2   
pub use crate::operation::start_workflow_run::_start_workflow_run_input::StartWorkflowRunInputBuilder;
    5      3   
           4  +
pub use crate::operation::start_workflow_run::_start_workflow_run_output::StartWorkflowRunOutputBuilder;
           5  +
    6      6   
impl crate::operation::start_workflow_run::builders::StartWorkflowRunInputBuilder {
    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::start_workflow_run::StartWorkflowRunOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::start_workflow_run::StartWorkflowRunError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/codecatalyst/src/operation/stop_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::stop_dev_environment::StopDevEnvironmentError {
  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::stop_dev_environment::_stop_dev_environment_output::StopDevEnvironmentOutput;
  436         -
  437    435   
pub use crate::operation::stop_dev_environment::_stop_dev_environment_input::StopDevEnvironmentInput;
  438    436   
         437  +
pub use crate::operation::stop_dev_environment::_stop_dev_environment_output::StopDevEnvironmentOutput;
         438  +
  439    439   
mod _stop_dev_environment_input;
  440    440   
  441    441   
mod _stop_dev_environment_output;
  442    442   
  443    443   
/// Builders
  444    444   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/codecatalyst/src/operation/stop_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::stop_dev_environment::_stop_dev_environment_output::StopDevEnvironmentOutputBuilder;
    3         -
    4      2   
pub use crate::operation::stop_dev_environment::_stop_dev_environment_input::StopDevEnvironmentInputBuilder;
    5      3   
           4  +
pub use crate::operation::stop_dev_environment::_stop_dev_environment_output::StopDevEnvironmentOutputBuilder;
           5  +
    6      6   
impl crate::operation::stop_dev_environment::builders::StopDevEnvironmentInputBuilder {
    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::stop_dev_environment::StopDevEnvironmentOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::stop_dev_environment::StopDevEnvironmentError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -423,423 +462,462 @@
  443    443   
            meta: meta.unwrap_or_default(),
  444    444   
        })
  445    445   
    }
  446    446   
}
  447    447   
impl ::aws_types::request_id::RequestId for crate::operation::stop_dev_environment_session::StopDevEnvironmentSessionError {
  448    448   
    fn request_id(&self) -> Option<&str> {
  449    449   
        self.meta().request_id()
  450    450   
    }
  451    451   
}
  452    452   
  453         -
pub use crate::operation::stop_dev_environment_session::_stop_dev_environment_session_output::StopDevEnvironmentSessionOutput;
  454         -
  455    453   
pub use crate::operation::stop_dev_environment_session::_stop_dev_environment_session_input::StopDevEnvironmentSessionInput;
  456    454   
         455  +
pub use crate::operation::stop_dev_environment_session::_stop_dev_environment_session_output::StopDevEnvironmentSessionOutput;
         456  +
  457    457   
mod _stop_dev_environment_session_input;
  458    458   
  459    459   
mod _stop_dev_environment_session_output;
  460    460   
  461    461   
/// Builders
  462    462   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/codecatalyst/src/operation/stop_dev_environment_session/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::stop_dev_environment_session::_stop_dev_environment_session_output::StopDevEnvironmentSessionOutputBuilder;
    3         -
    4      2   
pub use crate::operation::stop_dev_environment_session::_stop_dev_environment_session_input::StopDevEnvironmentSessionInputBuilder;
    5      3   
           4  +
pub use crate::operation::stop_dev_environment_session::_stop_dev_environment_session_output::StopDevEnvironmentSessionOutputBuilder;
           5  +
    6      6   
impl crate::operation::stop_dev_environment_session::builders::StopDevEnvironmentSessionInputBuilder {
    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::stop_dev_environment_session::StopDevEnvironmentSessionOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::stop_dev_environment_session::StopDevEnvironmentSessionError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/codecatalyst/src/operation/update_dev_environment.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::update_dev_environment::UpdateDevEnvironmentError {
  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::update_dev_environment::_update_dev_environment_output::UpdateDevEnvironmentOutput;
  442         -
  443    441   
pub use crate::operation::update_dev_environment::_update_dev_environment_input::UpdateDevEnvironmentInput;
  444    442   
         443  +
pub use crate::operation::update_dev_environment::_update_dev_environment_output::UpdateDevEnvironmentOutput;
         444  +
  445    445   
mod _update_dev_environment_input;
  446    446   
  447    447   
mod _update_dev_environment_output;
  448    448   
  449    449   
/// Builders
  450    450   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/codecatalyst/src/operation/update_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::update_dev_environment::_update_dev_environment_output::UpdateDevEnvironmentOutputBuilder;
    3         -
    4      2   
pub use crate::operation::update_dev_environment::_update_dev_environment_input::UpdateDevEnvironmentInputBuilder;
    5      3   
           4  +
pub use crate::operation::update_dev_environment::_update_dev_environment_output::UpdateDevEnvironmentOutputBuilder;
           5  +
    6      6   
impl crate::operation::update_dev_environment::builders::UpdateDevEnvironmentInputBuilder {
    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_dev_environment::UpdateDevEnvironmentOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::update_dev_environment::UpdateDevEnvironmentError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -392,392 +431,431 @@
  412    412   
            meta: meta.unwrap_or_default(),
  413    413   
        })
  414    414   
    }
  415    415   
}
  416    416   
impl ::aws_types::request_id::RequestId for crate::operation::update_project::UpdateProjectError {
  417    417   
    fn request_id(&self) -> Option<&str> {
  418    418   
        self.meta().request_id()
  419    419   
    }
  420    420   
}
  421    421   
  422         -
pub use crate::operation::update_project::_update_project_output::UpdateProjectOutput;
  423         -
  424    422   
pub use crate::operation::update_project::_update_project_input::UpdateProjectInput;
  425    423   
         424  +
pub use crate::operation::update_project::_update_project_output::UpdateProjectOutput;
         425  +
  426    426   
mod _update_project_input;
  427    427   
  428    428   
mod _update_project_output;
  429    429   
  430    430   
/// Builders
  431    431   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/codecatalyst/src/operation/update_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::update_project::_update_project_output::UpdateProjectOutputBuilder;
    3         -
    4      2   
pub use crate::operation::update_project::_update_project_input::UpdateProjectInputBuilder;
    5      3   
           4  +
pub use crate::operation::update_project::_update_project_output::UpdateProjectOutputBuilder;
           5  +
    6      6   
impl crate::operation::update_project::builders::UpdateProjectInputBuilder {
    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_project::UpdateProjectOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::update_project::UpdateProjectError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/codecatalyst/src/operation/update_space.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::update_space::UpdateSpaceError {
  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::update_space::_update_space_output::UpdateSpaceOutput;
  411         -
  412    410   
pub use crate::operation::update_space::_update_space_input::UpdateSpaceInput;
  413    411   
         412  +
pub use crate::operation::update_space::_update_space_output::UpdateSpaceOutput;
         413  +
  414    414   
mod _update_space_input;
  415    415   
  416    416   
mod _update_space_output;
  417    417   
  418    418   
/// Builders
  419    419   
pub mod builders;