aws_sdk_cognitoidentity/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 `CreateIdentityPool` operation.
5pub mod create_identity_pool;
6
7/// Types for the `DeleteIdentities` operation.
8pub mod delete_identities;
9
10/// Types for the `DeleteIdentityPool` operation.
11pub mod delete_identity_pool;
12
13/// Types for the `DescribeIdentity` operation.
14pub mod describe_identity;
15
16/// Types for the `DescribeIdentityPool` operation.
17pub mod describe_identity_pool;
18
19/// Types for the `GetCredentialsForIdentity` operation.
20pub mod get_credentials_for_identity;
21
22/// Types for the `GetId` operation.
23pub mod get_id;
24
25/// Types for the `GetIdentityPoolRoles` operation.
26pub mod get_identity_pool_roles;
27
28/// Types for the `GetOpenIdToken` operation.
29pub mod get_open_id_token;
30
31/// Types for the `GetOpenIdTokenForDeveloperIdentity` operation.
32pub mod get_open_id_token_for_developer_identity;
33
34/// Types for the `GetPrincipalTagAttributeMap` operation.
35pub mod get_principal_tag_attribute_map;
36
37/// Types for the `ListIdentities` operation.
38pub mod list_identities;
39
40/// Types for the `ListIdentityPools` operation.
41pub mod list_identity_pools;
42
43/// Types for the `ListTagsForResource` operation.
44pub mod list_tags_for_resource;
45
46/// Types for the `LookupDeveloperIdentity` operation.
47pub mod lookup_developer_identity;
48
49/// Types for the `MergeDeveloperIdentities` operation.
50pub mod merge_developer_identities;
51
52/// Types for the `SetIdentityPoolRoles` operation.
53pub mod set_identity_pool_roles;
54
55/// Types for the `SetPrincipalTagAttributeMap` operation.
56pub mod set_principal_tag_attribute_map;
57
58/// Types for the `TagResource` operation.
59pub mod tag_resource;
60
61/// Types for the `UnlinkDeveloperIdentity` operation.
62pub mod unlink_developer_identity;
63
64/// Types for the `UnlinkIdentity` operation.
65pub mod unlink_identity;
66
67/// Types for the `UntagResource` operation.
68pub mod untag_resource;
69
70/// Types for the `UpdateIdentityPool` operation.
71pub mod update_identity_pool;