AWS SDK

AWS SDK

rev. 7254d43655ed63111c94f599437f2b0d3f55446e

Files changed:

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

@@ -367,367 +406,406 @@
  387    387   
            meta: meta.unwrap_or_default(),
  388    388   
        })
  389    389   
    }
  390    390   
}
  391    391   
impl ::aws_types::request_id::RequestId for crate::operation::get_space::GetSpaceError {
  392    392   
    fn request_id(&self) -> Option<&str> {
  393    393   
        self.meta().request_id()
  394    394   
    }
  395    395   
}
  396    396   
  397         -
pub use crate::operation::get_space::_get_space_output::GetSpaceOutput;
  398         -
  399    397   
pub use crate::operation::get_space::_get_space_input::GetSpaceInput;
  400    398   
         399  +
pub use crate::operation::get_space::_get_space_output::GetSpaceOutput;
         400  +
  401    401   
mod _get_space_input;
  402    402   
  403    403   
mod _get_space_output;
  404    404   
  405    405   
/// Builders
  406    406   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/codecatalyst/src/operation/get_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::get_space::_get_space_output::GetSpaceOutputBuilder;
    3         -
    4      2   
pub use crate::operation::get_space::_get_space_input::GetSpaceInputBuilder;
    5      3   
           4  +
pub use crate::operation::get_space::_get_space_output::GetSpaceOutputBuilder;
           5  +
    6      6   
impl crate::operation::get_space::builders::GetSpaceInputBuilder {
    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_space::GetSpaceOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::get_space::GetSpaceError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/codecatalyst/src/operation/get_subscription.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::get_subscription::GetSubscriptionError {
  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::get_subscription::_get_subscription_output::GetSubscriptionOutput;
  407         -
  408    406   
pub use crate::operation::get_subscription::_get_subscription_input::GetSubscriptionInput;
  409    407   
         408  +
pub use crate::operation::get_subscription::_get_subscription_output::GetSubscriptionOutput;
         409  +
  410    410   
mod _get_subscription_input;
  411    411   
  412    412   
mod _get_subscription_output;
  413    413   
  414    414   
/// Builders
  415    415   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/codecatalyst/src/operation/get_subscription/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_subscription::_get_subscription_output::GetSubscriptionOutputBuilder;
    3         -
    4      2   
pub use crate::operation::get_subscription::_get_subscription_input::GetSubscriptionInputBuilder;
    5      3   
           4  +
pub use crate::operation::get_subscription::_get_subscription_output::GetSubscriptionOutputBuilder;
           5  +
    6      6   
impl crate::operation::get_subscription::builders::GetSubscriptionInputBuilder {
    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_subscription::GetSubscriptionOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::get_subscription::GetSubscriptionError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -383,383 +422,422 @@
  403    403   
            meta: meta.unwrap_or_default(),
  404    404   
        })
  405    405   
    }
  406    406   
}
  407    407   
impl ::aws_types::request_id::RequestId for crate::operation::get_user_details::GetUserDetailsError {
  408    408   
    fn request_id(&self) -> Option<&str> {
  409    409   
        self.meta().request_id()
  410    410   
    }
  411    411   
}
  412    412   
  413         -
pub use crate::operation::get_user_details::_get_user_details_output::GetUserDetailsOutput;
  414         -
  415    413   
pub use crate::operation::get_user_details::_get_user_details_input::GetUserDetailsInput;
  416    414   
         415  +
pub use crate::operation::get_user_details::_get_user_details_output::GetUserDetailsOutput;
         416  +
  417    417   
mod _get_user_details_input;
  418    418   
  419    419   
mod _get_user_details_output;
  420    420   
  421    421   
/// Builders
  422    422   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/codecatalyst/src/operation/get_user_details/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_user_details::_get_user_details_output::GetUserDetailsOutputBuilder;
    3         -
    4      2   
pub use crate::operation::get_user_details::_get_user_details_input::GetUserDetailsInputBuilder;
    5      3   
           4  +
pub use crate::operation::get_user_details::_get_user_details_output::GetUserDetailsOutputBuilder;
           5  +
    6      6   
impl crate::operation::get_user_details::builders::GetUserDetailsInputBuilder {
    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_user_details::GetUserDetailsOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::get_user_details::GetUserDetailsError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/codecatalyst/src/operation/get_workflow.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_workflow::GetWorkflowError {
  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_workflow::_get_workflow_output::GetWorkflowOutput;
  436         -
  437    435   
pub use crate::operation::get_workflow::_get_workflow_input::GetWorkflowInput;
  438    436   
         437  +
pub use crate::operation::get_workflow::_get_workflow_output::GetWorkflowOutput;
         438  +
  439    439   
mod _get_workflow_input;
  440    440   
  441    441   
mod _get_workflow_output;
  442    442   
  443    443   
/// Builders
  444    444   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/codecatalyst/src/operation/get_workflow/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_workflow::_get_workflow_output::GetWorkflowOutputBuilder;
    3         -
    4      2   
pub use crate::operation::get_workflow::_get_workflow_input::GetWorkflowInputBuilder;
    5      3   
           4  +
pub use crate::operation::get_workflow::_get_workflow_output::GetWorkflowOutputBuilder;
           5  +
    6      6   
impl crate::operation::get_workflow::builders::GetWorkflowInputBuilder {
    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_workflow::GetWorkflowOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::get_workflow::GetWorkflowError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/codecatalyst/src/operation/get_workflow_run.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_workflow_run::GetWorkflowRunError {
  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_workflow_run::_get_workflow_run_output::GetWorkflowRunOutput;
  436         -
  437    435   
pub use crate::operation::get_workflow_run::_get_workflow_run_input::GetWorkflowRunInput;
  438    436   
         437  +
pub use crate::operation::get_workflow_run::_get_workflow_run_output::GetWorkflowRunOutput;
         438  +
  439    439   
mod _get_workflow_run_input;
  440    440   
  441    441   
mod _get_workflow_run_output;
  442    442   
  443    443   
/// Builders
  444    444   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/codecatalyst/src/operation/get_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::get_workflow_run::_get_workflow_run_output::GetWorkflowRunOutputBuilder;
    3         -
    4      2   
pub use crate::operation::get_workflow_run::_get_workflow_run_input::GetWorkflowRunInputBuilder;
    5      3   
           4  +
pub use crate::operation::get_workflow_run::_get_workflow_run_output::GetWorkflowRunOutputBuilder;
           5  +
    6      6   
impl crate::operation::get_workflow_run::builders::GetWorkflowRunInputBuilder {
    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_workflow_run::GetWorkflowRunOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::get_workflow_run::GetWorkflowRunError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -369,369 +411,411 @@
  389    389   
            meta: meta.unwrap_or_default(),
  390    390   
        })
  391    391   
    }
  392    392   
}
  393    393   
impl ::aws_types::request_id::RequestId for crate::operation::list_access_tokens::ListAccessTokensError {
  394    394   
    fn request_id(&self) -> Option<&str> {
  395    395   
        self.meta().request_id()
  396    396   
    }
  397    397   
}
  398    398   
  399         -
pub use crate::operation::list_access_tokens::_list_access_tokens_output::ListAccessTokensOutput;
  400         -
  401    399   
pub use crate::operation::list_access_tokens::_list_access_tokens_input::ListAccessTokensInput;
  402    400   
         401  +
pub use crate::operation::list_access_tokens::_list_access_tokens_output::ListAccessTokensOutput;
         402  +
  403    403   
mod _list_access_tokens_input;
  404    404   
  405    405   
mod _list_access_tokens_output;
  406    406   
  407    407   
/// Builders
  408    408   
pub mod builders;
  409    409   
  410    410   
/// Paginator for this operation
  411    411   
pub mod paginator;

tmp-codegen-diff/aws-sdk/sdk/codecatalyst/src/operation/list_access_tokens/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_access_tokens::_list_access_tokens_output::ListAccessTokensOutputBuilder;
    3         -
    4      2   
pub use crate::operation::list_access_tokens::_list_access_tokens_input::ListAccessTokensInputBuilder;
    5      3   
           4  +
pub use crate::operation::list_access_tokens::_list_access_tokens_output::ListAccessTokensOutputBuilder;
           5  +
    6      6   
impl crate::operation::list_access_tokens::builders::ListAccessTokensInputBuilder {
    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_access_tokens::ListAccessTokensOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::list_access_tokens::ListAccessTokensError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -417,417 +459,459 @@
  437    437   
            meta: meta.unwrap_or_default(),
  438    438   
        })
  439    439   
    }
  440    440   
}
  441    441   
impl ::aws_types::request_id::RequestId for crate::operation::list_dev_environment_sessions::ListDevEnvironmentSessionsError {
  442    442   
    fn request_id(&self) -> Option<&str> {
  443    443   
        self.meta().request_id()
  444    444   
    }
  445    445   
}
  446    446   
  447         -
pub use crate::operation::list_dev_environment_sessions::_list_dev_environment_sessions_output::ListDevEnvironmentSessionsOutput;
  448         -
  449    447   
pub use crate::operation::list_dev_environment_sessions::_list_dev_environment_sessions_input::ListDevEnvironmentSessionsInput;
  450    448   
         449  +
pub use crate::operation::list_dev_environment_sessions::_list_dev_environment_sessions_output::ListDevEnvironmentSessionsOutput;
         450  +
  451    451   
mod _list_dev_environment_sessions_input;
  452    452   
  453    453   
mod _list_dev_environment_sessions_output;
  454    454   
  455    455   
/// Builders
  456    456   
pub mod builders;
  457    457   
  458    458   
/// Paginator for this operation
  459    459   
pub mod paginator;

tmp-codegen-diff/aws-sdk/sdk/codecatalyst/src/operation/list_dev_environment_sessions/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_dev_environment_sessions::_list_dev_environment_sessions_output::ListDevEnvironmentSessionsOutputBuilder;
    3         -
    4      2   
pub use crate::operation::list_dev_environment_sessions::_list_dev_environment_sessions_input::ListDevEnvironmentSessionsInputBuilder;
    5      3   
           4  +
pub use crate::operation::list_dev_environment_sessions::_list_dev_environment_sessions_output::ListDevEnvironmentSessionsOutputBuilder;
           5  +
    6      6   
impl crate::operation::list_dev_environment_sessions::builders::ListDevEnvironmentSessionsInputBuilder {
    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_dev_environment_sessions::ListDevEnvironmentSessionsOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::list_dev_environment_sessions::ListDevEnvironmentSessionsError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -382,382 +424,424 @@
  402    402   
            meta: meta.unwrap_or_default(),
  403    403   
        })
  404    404   
    }
  405    405   
}
  406    406   
impl ::aws_types::request_id::RequestId for crate::operation::list_dev_environments::ListDevEnvironmentsError {
  407    407   
    fn request_id(&self) -> Option<&str> {
  408    408   
        self.meta().request_id()
  409    409   
    }
  410    410   
}
  411    411   
  412         -
pub use crate::operation::list_dev_environments::_list_dev_environments_output::ListDevEnvironmentsOutput;
  413         -
  414    412   
pub use crate::operation::list_dev_environments::_list_dev_environments_input::ListDevEnvironmentsInput;
  415    413   
         414  +
pub use crate::operation::list_dev_environments::_list_dev_environments_output::ListDevEnvironmentsOutput;
         415  +
  416    416   
mod _list_dev_environments_input;
  417    417   
  418    418   
mod _list_dev_environments_output;
  419    419   
  420    420   
/// Builders
  421    421   
pub mod builders;
  422    422   
  423    423   
/// Paginator for this operation
  424    424   
pub mod paginator;

tmp-codegen-diff/aws-sdk/sdk/codecatalyst/src/operation/list_dev_environments/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_dev_environments::_list_dev_environments_output::ListDevEnvironmentsOutputBuilder;
    3         -
    4      2   
pub use crate::operation::list_dev_environments::_list_dev_environments_input::ListDevEnvironmentsInputBuilder;
    5      3   
           4  +
pub use crate::operation::list_dev_environments::_list_dev_environments_output::ListDevEnvironmentsOutputBuilder;
           5  +
    6      6   
impl crate::operation::list_dev_environments::builders::ListDevEnvironmentsInputBuilder {
    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_dev_environments::ListDevEnvironmentsOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::list_dev_environments::ListDevEnvironmentsError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,