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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;

/// Types for the `AcceptResourceShareInvitation` operation.
pub mod accept_resource_share_invitation;

/// Types for the `AssociateResourceShare` operation.
pub mod associate_resource_share;

/// Types for the `AssociateResourceSharePermission` operation.
pub mod associate_resource_share_permission;

/// Types for the `CreatePermission` operation.
pub mod create_permission;

/// Types for the `CreatePermissionVersion` operation.
pub mod create_permission_version;

/// Types for the `CreateResourceShare` operation.
pub mod create_resource_share;

/// Types for the `DeletePermission` operation.
pub mod delete_permission;

/// Types for the `DeletePermissionVersion` operation.
pub mod delete_permission_version;

/// Types for the `DeleteResourceShare` operation.
pub mod delete_resource_share;

/// Types for the `DisassociateResourceShare` operation.
pub mod disassociate_resource_share;

/// Types for the `DisassociateResourceSharePermission` operation.
pub mod disassociate_resource_share_permission;

/// Types for the `EnableSharingWithAwsOrganization` operation.
pub mod enable_sharing_with_aws_organization;

/// Types for the `GetPermission` operation.
pub mod get_permission;

/// Types for the `GetResourcePolicies` operation.
pub mod get_resource_policies;

/// Types for the `GetResourceShareAssociations` operation.
pub mod get_resource_share_associations;

/// Types for the `GetResourceShareInvitations` operation.
pub mod get_resource_share_invitations;

/// Types for the `GetResourceShares` operation.
pub mod get_resource_shares;

/// Types for the `ListPendingInvitationResources` operation.
pub mod list_pending_invitation_resources;

/// Types for the `ListPermissionAssociations` operation.
pub mod list_permission_associations;

/// Types for the `ListPermissionVersions` operation.
pub mod list_permission_versions;

/// Types for the `ListPermissions` operation.
pub mod list_permissions;

/// Types for the `ListPrincipals` operation.
pub mod list_principals;

/// Types for the `ListReplacePermissionAssociationsWork` operation.
pub mod list_replace_permission_associations_work;

/// Types for the `ListResourceSharePermissions` operation.
pub mod list_resource_share_permissions;

/// Types for the `ListResourceTypes` operation.
pub mod list_resource_types;

/// Types for the `ListResources` operation.
pub mod list_resources;

/// Types for the `PromotePermissionCreatedFromPolicy` operation.
pub mod promote_permission_created_from_policy;

/// Types for the `PromoteResourceShareCreatedFromPolicy` operation.
pub mod promote_resource_share_created_from_policy;

/// Types for the `RejectResourceShareInvitation` operation.
pub mod reject_resource_share_invitation;

/// Types for the `ReplacePermissionAssociations` operation.
pub mod replace_permission_associations;

/// Types for the `SetDefaultPermissionVersion` operation.
pub mod set_default_permission_version;

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

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

/// Types for the `UpdateResourceShare` operation.
pub mod update_resource_share;