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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;

/// Types for the `AssociateAppBlockBuilderAppBlock` operation.
pub mod associate_app_block_builder_app_block;

/// Types for the `AssociateApplicationFleet` operation.
pub mod associate_application_fleet;

/// Types for the `AssociateApplicationToEntitlement` operation.
pub mod associate_application_to_entitlement;

/// Types for the `AssociateFleet` operation.
pub mod associate_fleet;

/// Types for the `BatchAssociateUserStack` operation.
pub mod batch_associate_user_stack;

/// Types for the `BatchDisassociateUserStack` operation.
pub mod batch_disassociate_user_stack;

/// Types for the `CopyImage` operation.
pub mod copy_image;

/// Types for the `CreateAppBlock` operation.
pub mod create_app_block;

/// Types for the `CreateAppBlockBuilder` operation.
pub mod create_app_block_builder;

/// Types for the `CreateAppBlockBuilderStreamingURL` operation.
pub mod create_app_block_builder_streaming_url;

/// Types for the `CreateApplication` operation.
pub mod create_application;

/// Types for the `CreateDirectoryConfig` operation.
pub mod create_directory_config;

/// Types for the `CreateEntitlement` operation.
pub mod create_entitlement;

/// Types for the `CreateFleet` operation.
pub mod create_fleet;

/// Types for the `CreateImageBuilder` operation.
pub mod create_image_builder;

/// Types for the `CreateImageBuilderStreamingURL` operation.
pub mod create_image_builder_streaming_url;

/// Types for the `CreateStack` operation.
pub mod create_stack;

/// Types for the `CreateStreamingURL` operation.
pub mod create_streaming_url;

/// Types for the `CreateUpdatedImage` operation.
pub mod create_updated_image;

/// Types for the `CreateUsageReportSubscription` operation.
pub mod create_usage_report_subscription;

/// Types for the `CreateUser` operation.
pub mod create_user;

/// Types for the `DeleteAppBlock` operation.
pub mod delete_app_block;

/// Types for the `DeleteAppBlockBuilder` operation.
pub mod delete_app_block_builder;

/// Types for the `DeleteApplication` operation.
pub mod delete_application;

/// Types for the `DeleteDirectoryConfig` operation.
pub mod delete_directory_config;

/// Types for the `DeleteEntitlement` operation.
pub mod delete_entitlement;

/// Types for the `DeleteFleet` operation.
pub mod delete_fleet;

/// Types for the `DeleteImage` operation.
pub mod delete_image;

/// Types for the `DeleteImageBuilder` operation.
pub mod delete_image_builder;

/// Types for the `DeleteImagePermissions` operation.
pub mod delete_image_permissions;

/// Types for the `DeleteStack` operation.
pub mod delete_stack;

/// Types for the `DeleteUsageReportSubscription` operation.
pub mod delete_usage_report_subscription;

/// Types for the `DeleteUser` operation.
pub mod delete_user;

/// Types for the `DescribeAppBlockBuilderAppBlockAssociations` operation.
pub mod describe_app_block_builder_app_block_associations;

/// Types for the `DescribeAppBlockBuilders` operation.
pub mod describe_app_block_builders;

/// Types for the `DescribeAppBlocks` operation.
pub mod describe_app_blocks;

/// Types for the `DescribeApplicationFleetAssociations` operation.
pub mod describe_application_fleet_associations;

/// Types for the `DescribeApplications` operation.
pub mod describe_applications;

/// Types for the `DescribeDirectoryConfigs` operation.
pub mod describe_directory_configs;

/// Types for the `DescribeEntitlements` operation.
pub mod describe_entitlements;

/// Types for the `DescribeFleets` operation.
pub mod describe_fleets;

/// Types for the `DescribeImageBuilders` operation.
pub mod describe_image_builders;

/// Types for the `DescribeImagePermissions` operation.
pub mod describe_image_permissions;

/// Types for the `DescribeImages` operation.
pub mod describe_images;

/// Types for the `DescribeSessions` operation.
pub mod describe_sessions;

/// Types for the `DescribeStacks` operation.
pub mod describe_stacks;

/// Types for the `DescribeUsageReportSubscriptions` operation.
pub mod describe_usage_report_subscriptions;

/// Types for the `DescribeUserStackAssociations` operation.
pub mod describe_user_stack_associations;

/// Types for the `DescribeUsers` operation.
pub mod describe_users;

/// Types for the `DisableUser` operation.
pub mod disable_user;

/// Types for the `DisassociateAppBlockBuilderAppBlock` operation.
pub mod disassociate_app_block_builder_app_block;

/// Types for the `DisassociateApplicationFleet` operation.
pub mod disassociate_application_fleet;

/// Types for the `DisassociateApplicationFromEntitlement` operation.
pub mod disassociate_application_from_entitlement;

/// Types for the `DisassociateFleet` operation.
pub mod disassociate_fleet;

/// Types for the `EnableUser` operation.
pub mod enable_user;

/// Types for the `ExpireSession` operation.
pub mod expire_session;

/// Types for the `ListAssociatedFleets` operation.
pub mod list_associated_fleets;

/// Types for the `ListAssociatedStacks` operation.
pub mod list_associated_stacks;

/// Types for the `ListEntitledApplications` operation.
pub mod list_entitled_applications;

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

/// Types for the `StartAppBlockBuilder` operation.
pub mod start_app_block_builder;

/// Types for the `StartFleet` operation.
pub mod start_fleet;

/// Types for the `StartImageBuilder` operation.
pub mod start_image_builder;

/// Types for the `StopAppBlockBuilder` operation.
pub mod stop_app_block_builder;

/// Types for the `StopFleet` operation.
pub mod stop_fleet;

/// Types for the `StopImageBuilder` operation.
pub mod stop_image_builder;

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

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

/// Types for the `UpdateAppBlockBuilder` operation.
pub mod update_app_block_builder;

/// Types for the `UpdateApplication` operation.
pub mod update_application;

/// Types for the `UpdateDirectoryConfig` operation.
pub mod update_directory_config;

/// Types for the `UpdateEntitlement` operation.
pub mod update_entitlement;

/// Types for the `UpdateFleet` operation.
pub mod update_fleet;

/// Types for the `UpdateImagePermissions` operation.
pub mod update_image_permissions;

/// Types for the `UpdateStack` operation.
pub mod update_stack;