1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;

/// Types for the `CreateIdentityPool` operation.
pub mod create_identity_pool;

/// Types for the `DeleteIdentities` operation.
pub mod delete_identities;

/// Types for the `DeleteIdentityPool` operation.
pub mod delete_identity_pool;

/// Types for the `DescribeIdentity` operation.
pub mod describe_identity;

/// Types for the `DescribeIdentityPool` operation.
pub mod describe_identity_pool;

/// Types for the `GetCredentialsForIdentity` operation.
pub mod get_credentials_for_identity;

/// Types for the `GetId` operation.
pub mod get_id;

/// Types for the `GetIdentityPoolRoles` operation.
pub mod get_identity_pool_roles;

/// Types for the `GetOpenIdToken` operation.
pub mod get_open_id_token;

/// Types for the `GetOpenIdTokenForDeveloperIdentity` operation.
pub mod get_open_id_token_for_developer_identity;

/// Types for the `GetPrincipalTagAttributeMap` operation.
pub mod get_principal_tag_attribute_map;

/// Types for the `ListIdentities` operation.
pub mod list_identities;

/// Types for the `ListIdentityPools` operation.
pub mod list_identity_pools;

/// Types for the `ListTagsForResource` operation.
pub mod list_tags_for_resource;

/// Types for the `LookupDeveloperIdentity` operation.
pub mod lookup_developer_identity;

/// Types for the `MergeDeveloperIdentities` operation.
pub mod merge_developer_identities;

/// Types for the `SetIdentityPoolRoles` operation.
pub mod set_identity_pool_roles;

/// Types for the `SetPrincipalTagAttributeMap` operation.
pub mod set_principal_tag_attribute_map;

/// Types for the `TagResource` operation.
pub mod tag_resource;

/// Types for the `UnlinkDeveloperIdentity` operation.
pub mod unlink_developer_identity;

/// Types for the `UnlinkIdentity` operation.
pub mod unlink_identity;

/// Types for the `UntagResource` operation.
pub mod untag_resource;

/// Types for the `UpdateIdentityPool` operation.
pub mod update_identity_pool;