AWS SDK

AWS SDK

rev. 7254d43655ed63111c94f599437f2b0d3f55446e

Files changed:

tmp-codegen-diff/aws-sdk/sdk/signin/src/types.rs

@@ -1,1 +22,22 @@
    1      1   
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
    2         -
pub use crate::types::_o_auth2_error_code::OAuth2ErrorCode;
           2  +
pub use crate::types::_create_o_auth2_token_request_body::CreateOAuth2TokenRequestBody;
    3      3   
    4      4   
pub use crate::types::_create_o_auth2_token_response_body::CreateOAuth2TokenResponseBody;
    5      5   
    6         -
pub use crate::types::_access_token::AccessToken;
           6  +
pub use crate::types::_o_auth2_error_code::OAuth2ErrorCode;
    7      7   
    8         -
pub use crate::types::_create_o_auth2_token_request_body::CreateOAuth2TokenRequestBody;
           8  +
pub use crate::types::_access_token::AccessToken;
    9      9   
   10     10   
mod _access_token;
   11     11   
   12     12   
mod _create_o_auth2_token_request_body;
   13     13   
   14     14   
mod _create_o_auth2_token_response_body;
   15     15   
   16     16   
mod _o_auth2_error_code;
   17     17   
   18     18   
/// Builders

tmp-codegen-diff/aws-sdk/sdk/signin/src/types/builders.rs

@@ -1,1 +6,0 @@
    1      1   
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
           2  +
pub use crate::types::_create_o_auth2_token_request_body::CreateOAuth2TokenRequestBodyBuilder;
           3  +
    2      4   
pub use crate::types::_create_o_auth2_token_response_body::CreateOAuth2TokenResponseBodyBuilder;
    3      5   
    4      6   
pub use crate::types::_access_token::AccessTokenBuilder;
    5         -
    6         -
pub use crate::types::_create_o_auth2_token_request_body::CreateOAuth2TokenRequestBodyBuilder;

tmp-codegen-diff/aws-sdk/sdk/signin/src/types/error.rs

@@ -1,1 +19,19 @@
    1      1   
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
    2         -
pub use crate::types::error::_validation_exception::ValidationException;
    3         -
    4         -
pub use crate::types::error::_too_many_requests_error::TooManyRequestsError;
           2  +
pub use crate::types::error::_access_denied_exception::AccessDeniedException;
    5      3   
    6      4   
pub use crate::types::error::_internal_server_exception::InternalServerException;
    7      5   
    8         -
pub use crate::types::error::_access_denied_exception::AccessDeniedException;
           6  +
pub use crate::types::error::_too_many_requests_error::TooManyRequestsError;
           7  +
           8  +
pub use crate::types::error::_validation_exception::ValidationException;
    9      9   
   10     10   
mod _access_denied_exception;
   11     11   
   12     12   
mod _internal_server_exception;
   13     13   
   14     14   
mod _too_many_requests_error;
   15     15   
   16     16   
mod _validation_exception;
   17     17   
   18     18   
/// Builders

tmp-codegen-diff/aws-sdk/sdk/signin/src/types/error/builders.rs

@@ -1,1 +0,8 @@
    1      1   
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
    2         -
pub use crate::types::error::_validation_exception::ValidationExceptionBuilder;
    3         -
    4         -
pub use crate::types::error::_too_many_requests_error::TooManyRequestsErrorBuilder;
           2  +
pub use crate::types::error::_access_denied_exception::AccessDeniedExceptionBuilder;
    5      3   
    6      4   
pub use crate::types::error::_internal_server_exception::InternalServerExceptionBuilder;
    7      5   
    8         -
pub use crate::types::error::_access_denied_exception::AccessDeniedExceptionBuilder;
           6  +
pub use crate::types::error::_too_many_requests_error::TooManyRequestsErrorBuilder;
           7  +
           8  +
pub use crate::types::error::_validation_exception::ValidationExceptionBuilder;

tmp-codegen-diff/aws-sdk/sdk/sso/src/operation/get_role_credentials.rs

@@ -372,372 +411,411 @@
  392    392   
            meta: meta.unwrap_or_default(),
  393    393   
        })
  394    394   
    }
  395    395   
}
  396    396   
impl ::aws_types::request_id::RequestId for crate::operation::get_role_credentials::GetRoleCredentialsError {
  397    397   
    fn request_id(&self) -> Option<&str> {
  398    398   
        self.meta().request_id()
  399    399   
    }
  400    400   
}
  401    401   
  402         -
pub use crate::operation::get_role_credentials::_get_role_credentials_output::GetRoleCredentialsOutput;
  403         -
  404    402   
pub use crate::operation::get_role_credentials::_get_role_credentials_input::GetRoleCredentialsInput;
  405    403   
         404  +
pub use crate::operation::get_role_credentials::_get_role_credentials_output::GetRoleCredentialsOutput;
         405  +
  406    406   
mod _get_role_credentials_input;
  407    407   
  408    408   
mod _get_role_credentials_output;
  409    409   
  410    410   
/// Builders
  411    411   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/sso/src/operation/get_role_credentials/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_role_credentials::_get_role_credentials_output::GetRoleCredentialsOutputBuilder;
    3         -
    4      2   
pub use crate::operation::get_role_credentials::_get_role_credentials_input::GetRoleCredentialsInputBuilder;
    5      3   
           4  +
pub use crate::operation::get_role_credentials::_get_role_credentials_output::GetRoleCredentialsOutputBuilder;
           5  +
    6      6   
impl crate::operation::get_role_credentials::builders::GetRoleCredentialsInputBuilder {
    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_role_credentials::GetRoleCredentialsOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::get_role_credentials::GetRoleCredentialsError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/sso/src/operation/list_account_roles.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::list_account_roles::ListAccountRolesError {
  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::list_account_roles::_list_account_roles_output::ListAccountRolesOutput;
  401         -
  402    400   
pub use crate::operation::list_account_roles::_list_account_roles_input::ListAccountRolesInput;
  403    401   
         402  +
pub use crate::operation::list_account_roles::_list_account_roles_output::ListAccountRolesOutput;
         403  +
  404    404   
mod _list_account_roles_input;
  405    405   
  406    406   
mod _list_account_roles_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/sso/src/operation/list_account_roles/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_account_roles::_list_account_roles_output::ListAccountRolesOutputBuilder;
    3         -
    4      2   
pub use crate::operation::list_account_roles::_list_account_roles_input::ListAccountRolesInputBuilder;
    5      3   
           4  +
pub use crate::operation::list_account_roles::_list_account_roles_output::ListAccountRolesOutputBuilder;
           5  +
    6      6   
impl crate::operation::list_account_roles::builders::ListAccountRolesInputBuilder {
    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_account_roles::ListAccountRolesOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::list_account_roles::ListAccountRolesError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/sso/src/operation/list_accounts.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::list_accounts::ListAccountsError {
  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::list_accounts::_list_accounts_output::ListAccountsOutput;
  390         -
  391    389   
pub use crate::operation::list_accounts::_list_accounts_input::ListAccountsInput;
  392    390   
         391  +
pub use crate::operation::list_accounts::_list_accounts_output::ListAccountsOutput;
         392  +
  393    393   
mod _list_accounts_input;
  394    394   
  395    395   
mod _list_accounts_output;
  396    396   
  397    397   
/// Builders
  398    398   
pub mod builders;
  399    399   
  400    400   
/// Paginator for this operation
  401    401   
pub mod paginator;

tmp-codegen-diff/aws-sdk/sdk/sso/src/operation/list_accounts/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_accounts::_list_accounts_output::ListAccountsOutputBuilder;
    3         -
    4      2   
pub use crate::operation::list_accounts::_list_accounts_input::ListAccountsInputBuilder;
    5      3   
           4  +
pub use crate::operation::list_accounts::_list_accounts_output::ListAccountsOutputBuilder;
           5  +
    6      6   
impl crate::operation::list_accounts::builders::ListAccountsInputBuilder {
    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_accounts::ListAccountsOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::list_accounts::ListAccountsError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/sso/src/operation/logout.rs

@@ -318,318 +357,357 @@
  338    338   
            meta: meta.unwrap_or_default(),
  339    339   
        })
  340    340   
    }
  341    341   
}
  342    342   
impl ::aws_types::request_id::RequestId for crate::operation::logout::LogoutError {
  343    343   
    fn request_id(&self) -> Option<&str> {
  344    344   
        self.meta().request_id()
  345    345   
    }
  346    346   
}
  347    347   
  348         -
pub use crate::operation::logout::_logout_output::LogoutOutput;
  349         -
  350    348   
pub use crate::operation::logout::_logout_input::LogoutInput;
  351    349   
         350  +
pub use crate::operation::logout::_logout_output::LogoutOutput;
         351  +
  352    352   
mod _logout_input;
  353    353   
  354    354   
mod _logout_output;
  355    355   
  356    356   
/// Builders
  357    357   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/sso/src/operation/logout/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::logout::_logout_output::LogoutOutputBuilder;
    3         -
    4      2   
pub use crate::operation::logout::_logout_input::LogoutInputBuilder;
    5      3   
           4  +
pub use crate::operation::logout::_logout_output::LogoutOutputBuilder;
           5  +
    6      6   
impl crate::operation::logout::builders::LogoutInputBuilder {
    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::logout::LogoutOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::logout::LogoutError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/sso/src/primitives.rs

@@ -1,1 +4,7 @@
    1      1   
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
           2  +
pub use ::aws_smithy_types::date_time::Format as DateTimeFormat;
           3  +
pub use ::aws_smithy_types::Blob;
           4  +
pub use ::aws_smithy_types::DateTime;
    2      5   
    3      6   
/// Event stream related primitives such as `Message` or `Header`.
    4      7   
pub mod event_stream;

tmp-codegen-diff/aws-sdk/sdk/sso/src/types.rs

@@ -1,1 +18,18 @@
    1      1   
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
    2         -
pub use crate::types::_account_info::AccountInfo;
           2  +
pub use crate::types::_role_credentials::RoleCredentials;
    3      3   
    4      4   
pub use crate::types::_role_info::RoleInfo;
    5      5   
    6         -
pub use crate::types::_role_credentials::RoleCredentials;
           6  +
pub use crate::types::_account_info::AccountInfo;
    7      7   
    8      8   
mod _account_info;
    9      9   
   10     10   
mod _role_credentials;
   11     11   
   12     12   
mod _role_info;
   13     13   
   14     14   
/// Builders
   15     15   
pub mod builders;
   16     16   

tmp-codegen-diff/aws-sdk/sdk/sso/src/types/builders.rs

@@ -1,1 +0,6 @@
    1      1   
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
    2         -
pub use crate::types::_account_info::AccountInfoBuilder;
           2  +
pub use crate::types::_role_credentials::RoleCredentialsBuilder;
    3      3   
    4      4   
pub use crate::types::_role_info::RoleInfoBuilder;
    5      5   
    6         -
pub use crate::types::_role_credentials::RoleCredentialsBuilder;
           6  +
pub use crate::types::_account_info::AccountInfoBuilder;

tmp-codegen-diff/aws-sdk/sdk/sso/src/types/error.rs

@@ -1,1 +19,19 @@
    1      1   
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
    2         -
pub use crate::types::error::_unauthorized_exception::UnauthorizedException;
    3         -
    4         -
pub use crate::types::error::_too_many_requests_exception::TooManyRequestsException;
    5         -
    6      2   
pub use crate::types::error::_invalid_request_exception::InvalidRequestException;
    7      3   
    8      4   
pub use crate::types::error::_resource_not_found_exception::ResourceNotFoundException;
    9      5   
           6  +
pub use crate::types::error::_too_many_requests_exception::TooManyRequestsException;
           7  +
           8  +
pub use crate::types::error::_unauthorized_exception::UnauthorizedException;
           9  +
   10     10   
mod _invalid_request_exception;
   11     11   
   12     12   
mod _resource_not_found_exception;
   13     13   
   14     14   
mod _too_many_requests_exception;
   15     15   
   16     16   
mod _unauthorized_exception;
   17     17   
   18     18   
/// Builders
   19     19   
pub mod builders;