aws_sdk_ram/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 `AcceptResourceShareInvitation` operation.
5pub mod accept_resource_share_invitation;
6
7/// Types for the `AssociateResourceShare` operation.
8pub mod associate_resource_share;
9
10/// Types for the `AssociateResourceSharePermission` operation.
11pub mod associate_resource_share_permission;
12
13/// Types for the `CreatePermission` operation.
14pub mod create_permission;
15
16/// Types for the `CreatePermissionVersion` operation.
17pub mod create_permission_version;
18
19/// Types for the `CreateResourceShare` operation.
20pub mod create_resource_share;
21
22/// Types for the `DeletePermission` operation.
23pub mod delete_permission;
24
25/// Types for the `DeletePermissionVersion` operation.
26pub mod delete_permission_version;
27
28/// Types for the `DeleteResourceShare` operation.
29pub mod delete_resource_share;
30
31/// Types for the `DisassociateResourceShare` operation.
32pub mod disassociate_resource_share;
33
34/// Types for the `DisassociateResourceSharePermission` operation.
35pub mod disassociate_resource_share_permission;
36
37/// Types for the `EnableSharingWithAwsOrganization` operation.
38pub mod enable_sharing_with_aws_organization;
39
40/// Types for the `GetPermission` operation.
41pub mod get_permission;
42
43/// Types for the `GetResourcePolicies` operation.
44pub mod get_resource_policies;
45
46/// Types for the `GetResourceShareAssociations` operation.
47pub mod get_resource_share_associations;
48
49/// Types for the `GetResourceShareInvitations` operation.
50pub mod get_resource_share_invitations;
51
52/// Types for the `GetResourceShares` operation.
53pub mod get_resource_shares;
54
55/// Types for the `ListPendingInvitationResources` operation.
56pub mod list_pending_invitation_resources;
57
58/// Types for the `ListPermissionAssociations` operation.
59pub mod list_permission_associations;
60
61/// Types for the `ListPermissionVersions` operation.
62pub mod list_permission_versions;
63
64/// Types for the `ListPermissions` operation.
65pub mod list_permissions;
66
67/// Types for the `ListPrincipals` operation.
68pub mod list_principals;
69
70/// Types for the `ListReplacePermissionAssociationsWork` operation.
71pub mod list_replace_permission_associations_work;
72
73/// Types for the `ListResourceSharePermissions` operation.
74pub mod list_resource_share_permissions;
75
76/// Types for the `ListResourceTypes` operation.
77pub mod list_resource_types;
78
79/// Types for the `ListResources` operation.
80pub mod list_resources;
81
82/// Types for the `PromotePermissionCreatedFromPolicy` operation.
83pub mod promote_permission_created_from_policy;
84
85/// Types for the `PromoteResourceShareCreatedFromPolicy` operation.
86pub mod promote_resource_share_created_from_policy;
87
88/// Types for the `RejectResourceShareInvitation` operation.
89pub mod reject_resource_share_invitation;
90
91/// Types for the `ReplacePermissionAssociations` operation.
92pub mod replace_permission_associations;
93
94/// Types for the `SetDefaultPermissionVersion` operation.
95pub mod set_default_permission_version;
96
97/// Types for the `TagResource` operation.
98pub mod tag_resource;
99
100/// Types for the `UntagResource` operation.
101pub mod untag_resource;
102
103/// Types for the `UpdateResourceShare` operation.
104pub mod update_resource_share;