aws_sdk_mpa/
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 `CancelSession` operation.
5pub mod cancel_session;
6
7/// Types for the `CreateApprovalTeam` operation.
8pub mod create_approval_team;
9
10/// Types for the `CreateIdentitySource` operation.
11pub mod create_identity_source;
12
13/// Types for the `DeleteIdentitySource` operation.
14pub mod delete_identity_source;
15
16/// Types for the `DeleteInactiveApprovalTeamVersion` operation.
17pub mod delete_inactive_approval_team_version;
18
19/// Types for the `GetApprovalTeam` operation.
20pub mod get_approval_team;
21
22/// Types for the `GetIdentitySource` operation.
23pub mod get_identity_source;
24
25/// Types for the `GetPolicyVersion` operation.
26pub mod get_policy_version;
27
28/// Types for the `GetResourcePolicy` operation.
29pub mod get_resource_policy;
30
31/// Types for the `GetSession` operation.
32pub mod get_session;
33
34/// Types for the `ListApprovalTeams` operation.
35pub mod list_approval_teams;
36
37/// Types for the `ListIdentitySources` operation.
38pub mod list_identity_sources;
39
40/// Types for the `ListPolicies` operation.
41pub mod list_policies;
42
43/// Types for the `ListPolicyVersions` operation.
44pub mod list_policy_versions;
45
46/// Types for the `ListResourcePolicies` operation.
47pub mod list_resource_policies;
48
49/// Types for the `ListSessions` operation.
50pub mod list_sessions;
51
52/// Types for the `ListTagsForResource` operation.
53pub mod list_tags_for_resource;
54
55/// Types for the `StartActiveApprovalTeamDeletion` operation.
56pub mod start_active_approval_team_deletion;
57
58/// Types for the `TagResource` operation.
59pub mod tag_resource;
60
61/// Types for the `UntagResource` operation.
62pub mod untag_resource;
63
64/// Types for the `UpdateApprovalTeam` operation.
65pub mod update_approval_team;