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
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_http::request_id::RequestId;

/// Types for the `AssociateConnectionAlias` operation.
pub mod associate_connection_alias;

/// Types for the `AssociateIpGroups` operation.
pub mod associate_ip_groups;

/// Types for the `AuthorizeIpRules` operation.
pub mod authorize_ip_rules;

/// Types for the `CopyWorkspaceImage` operation.
pub mod copy_workspace_image;

/// Types for the `CreateConnectClientAddIn` operation.
pub mod create_connect_client_add_in;

/// Types for the `CreateConnectionAlias` operation.
pub mod create_connection_alias;

/// Types for the `CreateIpGroup` operation.
pub mod create_ip_group;

/// Types for the `CreateStandbyWorkspaces` operation.
pub mod create_standby_workspaces;

/// Types for the `CreateTags` operation.
pub mod create_tags;

/// Types for the `CreateUpdatedWorkspaceImage` operation.
pub mod create_updated_workspace_image;

/// Types for the `CreateWorkspaceBundle` operation.
pub mod create_workspace_bundle;

/// Types for the `CreateWorkspaceImage` operation.
pub mod create_workspace_image;

/// Types for the `CreateWorkspaces` operation.
pub mod create_workspaces;

/// Types for the `DeleteClientBranding` operation.
pub mod delete_client_branding;

/// Types for the `DeleteConnectClientAddIn` operation.
pub mod delete_connect_client_add_in;

/// Types for the `DeleteConnectionAlias` operation.
pub mod delete_connection_alias;

/// Types for the `DeleteIpGroup` operation.
pub mod delete_ip_group;

/// Types for the `DeleteTags` operation.
pub mod delete_tags;

/// Types for the `DeleteWorkspaceBundle` operation.
pub mod delete_workspace_bundle;

/// Types for the `DeleteWorkspaceImage` operation.
pub mod delete_workspace_image;

/// Types for the `DeregisterWorkspaceDirectory` operation.
pub mod deregister_workspace_directory;

/// Types for the `DescribeAccount` operation.
pub mod describe_account;

/// Types for the `DescribeAccountModifications` operation.
pub mod describe_account_modifications;

/// Types for the `DescribeClientBranding` operation.
pub mod describe_client_branding;

/// Types for the `DescribeClientProperties` operation.
pub mod describe_client_properties;

/// Types for the `DescribeConnectClientAddIns` operation.
pub mod describe_connect_client_add_ins;

/// Types for the `DescribeConnectionAliasPermissions` operation.
pub mod describe_connection_alias_permissions;

/// Types for the `DescribeConnectionAliases` operation.
pub mod describe_connection_aliases;

/// Types for the `DescribeIpGroups` operation.
pub mod describe_ip_groups;

/// Types for the `DescribeTags` operation.
pub mod describe_tags;

/// Types for the `DescribeWorkspaceBundles` operation.
pub mod describe_workspace_bundles;

/// Types for the `DescribeWorkspaceDirectories` operation.
pub mod describe_workspace_directories;

/// Types for the `DescribeWorkspaceImagePermissions` operation.
pub mod describe_workspace_image_permissions;

/// Types for the `DescribeWorkspaceImages` operation.
pub mod describe_workspace_images;

/// Types for the `DescribeWorkspaceSnapshots` operation.
pub mod describe_workspace_snapshots;

/// Types for the `DescribeWorkspaces` operation.
pub mod describe_workspaces;

/// Types for the `DescribeWorkspacesConnectionStatus` operation.
pub mod describe_workspaces_connection_status;

/// Types for the `DisassociateConnectionAlias` operation.
pub mod disassociate_connection_alias;

/// Types for the `DisassociateIpGroups` operation.
pub mod disassociate_ip_groups;

/// Types for the `ImportClientBranding` operation.
pub mod import_client_branding;

/// Types for the `ImportWorkspaceImage` operation.
pub mod import_workspace_image;

/// Types for the `ListAvailableManagementCidrRanges` operation.
pub mod list_available_management_cidr_ranges;

/// Types for the `MigrateWorkspace` operation.
pub mod migrate_workspace;

/// Types for the `ModifyAccount` operation.
pub mod modify_account;

/// Types for the `ModifyCertificateBasedAuthProperties` operation.
pub mod modify_certificate_based_auth_properties;

/// Types for the `ModifyClientProperties` operation.
pub mod modify_client_properties;

/// Types for the `ModifySamlProperties` operation.
pub mod modify_saml_properties;

/// Types for the `ModifySelfservicePermissions` operation.
pub mod modify_selfservice_permissions;

/// Types for the `ModifyWorkspaceAccessProperties` operation.
pub mod modify_workspace_access_properties;

/// Types for the `ModifyWorkspaceCreationProperties` operation.
pub mod modify_workspace_creation_properties;

/// Types for the `ModifyWorkspaceProperties` operation.
pub mod modify_workspace_properties;

/// Types for the `ModifyWorkspaceState` operation.
pub mod modify_workspace_state;

/// Types for the `RebootWorkspaces` operation.
pub mod reboot_workspaces;

/// Types for the `RebuildWorkspaces` operation.
pub mod rebuild_workspaces;

/// Types for the `RegisterWorkspaceDirectory` operation.
pub mod register_workspace_directory;

/// Types for the `RestoreWorkspace` operation.
pub mod restore_workspace;

/// Types for the `RevokeIpRules` operation.
pub mod revoke_ip_rules;

/// Types for the `StartWorkspaces` operation.
pub mod start_workspaces;

/// Types for the `StopWorkspaces` operation.
pub mod stop_workspaces;

/// Types for the `TerminateWorkspaces` operation.
pub mod terminate_workspaces;

/// Types for the `UpdateConnectClientAddIn` operation.
pub mod update_connect_client_add_in;

/// Types for the `UpdateConnectionAliasPermission` operation.
pub mod update_connection_alias_permission;

/// Types for the `UpdateRulesOfIpGroup` operation.
pub mod update_rules_of_ip_group;

/// Types for the `UpdateWorkspaceBundle` operation.
pub mod update_workspace_bundle;

/// Types for the `UpdateWorkspaceImagePermission` operation.
pub mod update_workspace_image_permission;