Skip to main content

aws_sdk_signin/
operation.rs

1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2pub use ::aws_types::request_id::RequestId;
3
4/// Types for the `CreateOAuth2Token` operation.
5pub mod create_o_auth2_token;
6
7/// Types for the `DeleteConsoleAuthorizationConfiguration` operation.
8pub mod delete_console_authorization_configuration;
9
10/// Types for the `DeleteResourcePermissionStatement` operation.
11pub mod delete_resource_permission_statement;
12
13/// Types for the `GetConsoleAuthorizationConfiguration` operation.
14pub mod get_console_authorization_configuration;
15
16/// Types for the `GetResourcePolicy` operation.
17pub mod get_resource_policy;
18
19/// Types for the `ListResourcePermissionStatements` operation.
20pub mod list_resource_permission_statements;
21
22/// Types for the `PutConsoleAuthorizationConfiguration` operation.
23pub mod put_console_authorization_configuration;
24
25/// Types for the `PutResourcePermissionStatement` operation.
26pub mod put_resource_permission_statement;
27