@aws-sdk/client-workspaces 3.169.0 → 3.171.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/WorkSpaces.d.ts +1105 -320
- package/dist-types/ts3.4/WorkSpacesClient.d.ts +482 -136
- package/dist-types/ts3.4/commands/AssociateConnectionAliasCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/AssociateIpGroupsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/AuthorizeIpRulesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CopyWorkspaceImageCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateConnectClientAddInCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateConnectionAliasCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateIpGroupCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateUpdatedWorkspaceImageCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateWorkspaceBundleCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateWorkspaceImageCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateWorkspacesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteClientBrandingCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteConnectClientAddInCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteConnectionAliasCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteIpGroupCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteWorkspaceBundleCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteWorkspaceImageCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeregisterWorkspaceDirectoryCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeAccountCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeAccountModificationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeClientBrandingCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeClientPropertiesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeConnectClientAddInsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeConnectionAliasPermissionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeConnectionAliasesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeIpGroupsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DescribeWorkspaceBundlesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeWorkspaceDirectoriesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeWorkspaceImagePermissionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeWorkspaceImagesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeWorkspaceSnapshotsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeWorkspacesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeWorkspacesConnectionStatusCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DisassociateConnectionAliasCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DisassociateIpGroupsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ImportClientBrandingCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ImportWorkspaceImageCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListAvailableManagementCidrRangesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/MigrateWorkspaceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ModifyAccountCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ModifyClientPropertiesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifySamlPropertiesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifySelfservicePermissionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyWorkspaceAccessPropertiesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyWorkspaceCreationPropertiesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyWorkspacePropertiesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyWorkspaceStateCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RebootWorkspacesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/RebuildWorkspacesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/RegisterWorkspaceDirectoryCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RestoreWorkspaceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/RevokeIpRulesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/StartWorkspacesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/StopWorkspacesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/TerminateWorkspacesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateConnectClientAddInCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateConnectionAliasPermissionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateRulesOfIpGroupCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateWorkspaceBundleCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateWorkspaceImagePermissionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/index.d.ts +63 -63
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/WorkSpacesServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1444 -1753
- package/dist-types/ts3.4/pagination/DescribeWorkspaceBundlesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeWorkspaceDirectoriesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeWorkspacesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/index.d.ts +4 -4
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +761 -191
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
|
@@ -1,320 +1,1105 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
import {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
import {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
import {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
import {
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
import {
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
import {
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
import {
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
import {
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
import {
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
import {
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
import {
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
import {
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
import {
|
|
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
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
1
|
+
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
AssociateConnectionAliasCommandInput,
|
|
4
|
+
AssociateConnectionAliasCommandOutput,
|
|
5
|
+
} from "./commands/AssociateConnectionAliasCommand";
|
|
6
|
+
import {
|
|
7
|
+
AssociateIpGroupsCommandInput,
|
|
8
|
+
AssociateIpGroupsCommandOutput,
|
|
9
|
+
} from "./commands/AssociateIpGroupsCommand";
|
|
10
|
+
import {
|
|
11
|
+
AuthorizeIpRulesCommandInput,
|
|
12
|
+
AuthorizeIpRulesCommandOutput,
|
|
13
|
+
} from "./commands/AuthorizeIpRulesCommand";
|
|
14
|
+
import {
|
|
15
|
+
CopyWorkspaceImageCommandInput,
|
|
16
|
+
CopyWorkspaceImageCommandOutput,
|
|
17
|
+
} from "./commands/CopyWorkspaceImageCommand";
|
|
18
|
+
import {
|
|
19
|
+
CreateConnectClientAddInCommandInput,
|
|
20
|
+
CreateConnectClientAddInCommandOutput,
|
|
21
|
+
} from "./commands/CreateConnectClientAddInCommand";
|
|
22
|
+
import {
|
|
23
|
+
CreateConnectionAliasCommandInput,
|
|
24
|
+
CreateConnectionAliasCommandOutput,
|
|
25
|
+
} from "./commands/CreateConnectionAliasCommand";
|
|
26
|
+
import {
|
|
27
|
+
CreateIpGroupCommandInput,
|
|
28
|
+
CreateIpGroupCommandOutput,
|
|
29
|
+
} from "./commands/CreateIpGroupCommand";
|
|
30
|
+
import {
|
|
31
|
+
CreateTagsCommandInput,
|
|
32
|
+
CreateTagsCommandOutput,
|
|
33
|
+
} from "./commands/CreateTagsCommand";
|
|
34
|
+
import {
|
|
35
|
+
CreateUpdatedWorkspaceImageCommandInput,
|
|
36
|
+
CreateUpdatedWorkspaceImageCommandOutput,
|
|
37
|
+
} from "./commands/CreateUpdatedWorkspaceImageCommand";
|
|
38
|
+
import {
|
|
39
|
+
CreateWorkspaceBundleCommandInput,
|
|
40
|
+
CreateWorkspaceBundleCommandOutput,
|
|
41
|
+
} from "./commands/CreateWorkspaceBundleCommand";
|
|
42
|
+
import {
|
|
43
|
+
CreateWorkspaceImageCommandInput,
|
|
44
|
+
CreateWorkspaceImageCommandOutput,
|
|
45
|
+
} from "./commands/CreateWorkspaceImageCommand";
|
|
46
|
+
import {
|
|
47
|
+
CreateWorkspacesCommandInput,
|
|
48
|
+
CreateWorkspacesCommandOutput,
|
|
49
|
+
} from "./commands/CreateWorkspacesCommand";
|
|
50
|
+
import {
|
|
51
|
+
DeleteClientBrandingCommandInput,
|
|
52
|
+
DeleteClientBrandingCommandOutput,
|
|
53
|
+
} from "./commands/DeleteClientBrandingCommand";
|
|
54
|
+
import {
|
|
55
|
+
DeleteConnectClientAddInCommandInput,
|
|
56
|
+
DeleteConnectClientAddInCommandOutput,
|
|
57
|
+
} from "./commands/DeleteConnectClientAddInCommand";
|
|
58
|
+
import {
|
|
59
|
+
DeleteConnectionAliasCommandInput,
|
|
60
|
+
DeleteConnectionAliasCommandOutput,
|
|
61
|
+
} from "./commands/DeleteConnectionAliasCommand";
|
|
62
|
+
import {
|
|
63
|
+
DeleteIpGroupCommandInput,
|
|
64
|
+
DeleteIpGroupCommandOutput,
|
|
65
|
+
} from "./commands/DeleteIpGroupCommand";
|
|
66
|
+
import {
|
|
67
|
+
DeleteTagsCommandInput,
|
|
68
|
+
DeleteTagsCommandOutput,
|
|
69
|
+
} from "./commands/DeleteTagsCommand";
|
|
70
|
+
import {
|
|
71
|
+
DeleteWorkspaceBundleCommandInput,
|
|
72
|
+
DeleteWorkspaceBundleCommandOutput,
|
|
73
|
+
} from "./commands/DeleteWorkspaceBundleCommand";
|
|
74
|
+
import {
|
|
75
|
+
DeleteWorkspaceImageCommandInput,
|
|
76
|
+
DeleteWorkspaceImageCommandOutput,
|
|
77
|
+
} from "./commands/DeleteWorkspaceImageCommand";
|
|
78
|
+
import {
|
|
79
|
+
DeregisterWorkspaceDirectoryCommandInput,
|
|
80
|
+
DeregisterWorkspaceDirectoryCommandOutput,
|
|
81
|
+
} from "./commands/DeregisterWorkspaceDirectoryCommand";
|
|
82
|
+
import {
|
|
83
|
+
DescribeAccountCommandInput,
|
|
84
|
+
DescribeAccountCommandOutput,
|
|
85
|
+
} from "./commands/DescribeAccountCommand";
|
|
86
|
+
import {
|
|
87
|
+
DescribeAccountModificationsCommandInput,
|
|
88
|
+
DescribeAccountModificationsCommandOutput,
|
|
89
|
+
} from "./commands/DescribeAccountModificationsCommand";
|
|
90
|
+
import {
|
|
91
|
+
DescribeClientBrandingCommandInput,
|
|
92
|
+
DescribeClientBrandingCommandOutput,
|
|
93
|
+
} from "./commands/DescribeClientBrandingCommand";
|
|
94
|
+
import {
|
|
95
|
+
DescribeClientPropertiesCommandInput,
|
|
96
|
+
DescribeClientPropertiesCommandOutput,
|
|
97
|
+
} from "./commands/DescribeClientPropertiesCommand";
|
|
98
|
+
import {
|
|
99
|
+
DescribeConnectClientAddInsCommandInput,
|
|
100
|
+
DescribeConnectClientAddInsCommandOutput,
|
|
101
|
+
} from "./commands/DescribeConnectClientAddInsCommand";
|
|
102
|
+
import {
|
|
103
|
+
DescribeConnectionAliasesCommandInput,
|
|
104
|
+
DescribeConnectionAliasesCommandOutput,
|
|
105
|
+
} from "./commands/DescribeConnectionAliasesCommand";
|
|
106
|
+
import {
|
|
107
|
+
DescribeConnectionAliasPermissionsCommandInput,
|
|
108
|
+
DescribeConnectionAliasPermissionsCommandOutput,
|
|
109
|
+
} from "./commands/DescribeConnectionAliasPermissionsCommand";
|
|
110
|
+
import {
|
|
111
|
+
DescribeIpGroupsCommandInput,
|
|
112
|
+
DescribeIpGroupsCommandOutput,
|
|
113
|
+
} from "./commands/DescribeIpGroupsCommand";
|
|
114
|
+
import {
|
|
115
|
+
DescribeTagsCommandInput,
|
|
116
|
+
DescribeTagsCommandOutput,
|
|
117
|
+
} from "./commands/DescribeTagsCommand";
|
|
118
|
+
import {
|
|
119
|
+
DescribeWorkspaceBundlesCommandInput,
|
|
120
|
+
DescribeWorkspaceBundlesCommandOutput,
|
|
121
|
+
} from "./commands/DescribeWorkspaceBundlesCommand";
|
|
122
|
+
import {
|
|
123
|
+
DescribeWorkspaceDirectoriesCommandInput,
|
|
124
|
+
DescribeWorkspaceDirectoriesCommandOutput,
|
|
125
|
+
} from "./commands/DescribeWorkspaceDirectoriesCommand";
|
|
126
|
+
import {
|
|
127
|
+
DescribeWorkspaceImagePermissionsCommandInput,
|
|
128
|
+
DescribeWorkspaceImagePermissionsCommandOutput,
|
|
129
|
+
} from "./commands/DescribeWorkspaceImagePermissionsCommand";
|
|
130
|
+
import {
|
|
131
|
+
DescribeWorkspaceImagesCommandInput,
|
|
132
|
+
DescribeWorkspaceImagesCommandOutput,
|
|
133
|
+
} from "./commands/DescribeWorkspaceImagesCommand";
|
|
134
|
+
import {
|
|
135
|
+
DescribeWorkspacesCommandInput,
|
|
136
|
+
DescribeWorkspacesCommandOutput,
|
|
137
|
+
} from "./commands/DescribeWorkspacesCommand";
|
|
138
|
+
import {
|
|
139
|
+
DescribeWorkspacesConnectionStatusCommandInput,
|
|
140
|
+
DescribeWorkspacesConnectionStatusCommandOutput,
|
|
141
|
+
} from "./commands/DescribeWorkspacesConnectionStatusCommand";
|
|
142
|
+
import {
|
|
143
|
+
DescribeWorkspaceSnapshotsCommandInput,
|
|
144
|
+
DescribeWorkspaceSnapshotsCommandOutput,
|
|
145
|
+
} from "./commands/DescribeWorkspaceSnapshotsCommand";
|
|
146
|
+
import {
|
|
147
|
+
DisassociateConnectionAliasCommandInput,
|
|
148
|
+
DisassociateConnectionAliasCommandOutput,
|
|
149
|
+
} from "./commands/DisassociateConnectionAliasCommand";
|
|
150
|
+
import {
|
|
151
|
+
DisassociateIpGroupsCommandInput,
|
|
152
|
+
DisassociateIpGroupsCommandOutput,
|
|
153
|
+
} from "./commands/DisassociateIpGroupsCommand";
|
|
154
|
+
import {
|
|
155
|
+
ImportClientBrandingCommandInput,
|
|
156
|
+
ImportClientBrandingCommandOutput,
|
|
157
|
+
} from "./commands/ImportClientBrandingCommand";
|
|
158
|
+
import {
|
|
159
|
+
ImportWorkspaceImageCommandInput,
|
|
160
|
+
ImportWorkspaceImageCommandOutput,
|
|
161
|
+
} from "./commands/ImportWorkspaceImageCommand";
|
|
162
|
+
import {
|
|
163
|
+
ListAvailableManagementCidrRangesCommandInput,
|
|
164
|
+
ListAvailableManagementCidrRangesCommandOutput,
|
|
165
|
+
} from "./commands/ListAvailableManagementCidrRangesCommand";
|
|
166
|
+
import {
|
|
167
|
+
MigrateWorkspaceCommandInput,
|
|
168
|
+
MigrateWorkspaceCommandOutput,
|
|
169
|
+
} from "./commands/MigrateWorkspaceCommand";
|
|
170
|
+
import {
|
|
171
|
+
ModifyAccountCommandInput,
|
|
172
|
+
ModifyAccountCommandOutput,
|
|
173
|
+
} from "./commands/ModifyAccountCommand";
|
|
174
|
+
import {
|
|
175
|
+
ModifyClientPropertiesCommandInput,
|
|
176
|
+
ModifyClientPropertiesCommandOutput,
|
|
177
|
+
} from "./commands/ModifyClientPropertiesCommand";
|
|
178
|
+
import {
|
|
179
|
+
ModifySamlPropertiesCommandInput,
|
|
180
|
+
ModifySamlPropertiesCommandOutput,
|
|
181
|
+
} from "./commands/ModifySamlPropertiesCommand";
|
|
182
|
+
import {
|
|
183
|
+
ModifySelfservicePermissionsCommandInput,
|
|
184
|
+
ModifySelfservicePermissionsCommandOutput,
|
|
185
|
+
} from "./commands/ModifySelfservicePermissionsCommand";
|
|
186
|
+
import {
|
|
187
|
+
ModifyWorkspaceAccessPropertiesCommandInput,
|
|
188
|
+
ModifyWorkspaceAccessPropertiesCommandOutput,
|
|
189
|
+
} from "./commands/ModifyWorkspaceAccessPropertiesCommand";
|
|
190
|
+
import {
|
|
191
|
+
ModifyWorkspaceCreationPropertiesCommandInput,
|
|
192
|
+
ModifyWorkspaceCreationPropertiesCommandOutput,
|
|
193
|
+
} from "./commands/ModifyWorkspaceCreationPropertiesCommand";
|
|
194
|
+
import {
|
|
195
|
+
ModifyWorkspacePropertiesCommandInput,
|
|
196
|
+
ModifyWorkspacePropertiesCommandOutput,
|
|
197
|
+
} from "./commands/ModifyWorkspacePropertiesCommand";
|
|
198
|
+
import {
|
|
199
|
+
ModifyWorkspaceStateCommandInput,
|
|
200
|
+
ModifyWorkspaceStateCommandOutput,
|
|
201
|
+
} from "./commands/ModifyWorkspaceStateCommand";
|
|
202
|
+
import {
|
|
203
|
+
RebootWorkspacesCommandInput,
|
|
204
|
+
RebootWorkspacesCommandOutput,
|
|
205
|
+
} from "./commands/RebootWorkspacesCommand";
|
|
206
|
+
import {
|
|
207
|
+
RebuildWorkspacesCommandInput,
|
|
208
|
+
RebuildWorkspacesCommandOutput,
|
|
209
|
+
} from "./commands/RebuildWorkspacesCommand";
|
|
210
|
+
import {
|
|
211
|
+
RegisterWorkspaceDirectoryCommandInput,
|
|
212
|
+
RegisterWorkspaceDirectoryCommandOutput,
|
|
213
|
+
} from "./commands/RegisterWorkspaceDirectoryCommand";
|
|
214
|
+
import {
|
|
215
|
+
RestoreWorkspaceCommandInput,
|
|
216
|
+
RestoreWorkspaceCommandOutput,
|
|
217
|
+
} from "./commands/RestoreWorkspaceCommand";
|
|
218
|
+
import {
|
|
219
|
+
RevokeIpRulesCommandInput,
|
|
220
|
+
RevokeIpRulesCommandOutput,
|
|
221
|
+
} from "./commands/RevokeIpRulesCommand";
|
|
222
|
+
import {
|
|
223
|
+
StartWorkspacesCommandInput,
|
|
224
|
+
StartWorkspacesCommandOutput,
|
|
225
|
+
} from "./commands/StartWorkspacesCommand";
|
|
226
|
+
import {
|
|
227
|
+
StopWorkspacesCommandInput,
|
|
228
|
+
StopWorkspacesCommandOutput,
|
|
229
|
+
} from "./commands/StopWorkspacesCommand";
|
|
230
|
+
import {
|
|
231
|
+
TerminateWorkspacesCommandInput,
|
|
232
|
+
TerminateWorkspacesCommandOutput,
|
|
233
|
+
} from "./commands/TerminateWorkspacesCommand";
|
|
234
|
+
import {
|
|
235
|
+
UpdateConnectClientAddInCommandInput,
|
|
236
|
+
UpdateConnectClientAddInCommandOutput,
|
|
237
|
+
} from "./commands/UpdateConnectClientAddInCommand";
|
|
238
|
+
import {
|
|
239
|
+
UpdateConnectionAliasPermissionCommandInput,
|
|
240
|
+
UpdateConnectionAliasPermissionCommandOutput,
|
|
241
|
+
} from "./commands/UpdateConnectionAliasPermissionCommand";
|
|
242
|
+
import {
|
|
243
|
+
UpdateRulesOfIpGroupCommandInput,
|
|
244
|
+
UpdateRulesOfIpGroupCommandOutput,
|
|
245
|
+
} from "./commands/UpdateRulesOfIpGroupCommand";
|
|
246
|
+
import {
|
|
247
|
+
UpdateWorkspaceBundleCommandInput,
|
|
248
|
+
UpdateWorkspaceBundleCommandOutput,
|
|
249
|
+
} from "./commands/UpdateWorkspaceBundleCommand";
|
|
250
|
+
import {
|
|
251
|
+
UpdateWorkspaceImagePermissionCommandInput,
|
|
252
|
+
UpdateWorkspaceImagePermissionCommandOutput,
|
|
253
|
+
} from "./commands/UpdateWorkspaceImagePermissionCommand";
|
|
254
|
+
import { WorkSpacesClient } from "./WorkSpacesClient";
|
|
255
|
+
export declare class WorkSpaces extends WorkSpacesClient {
|
|
256
|
+
associateConnectionAlias(
|
|
257
|
+
args: AssociateConnectionAliasCommandInput,
|
|
258
|
+
options?: __HttpHandlerOptions
|
|
259
|
+
): Promise<AssociateConnectionAliasCommandOutput>;
|
|
260
|
+
associateConnectionAlias(
|
|
261
|
+
args: AssociateConnectionAliasCommandInput,
|
|
262
|
+
cb: (err: any, data?: AssociateConnectionAliasCommandOutput) => void
|
|
263
|
+
): void;
|
|
264
|
+
associateConnectionAlias(
|
|
265
|
+
args: AssociateConnectionAliasCommandInput,
|
|
266
|
+
options: __HttpHandlerOptions,
|
|
267
|
+
cb: (err: any, data?: AssociateConnectionAliasCommandOutput) => void
|
|
268
|
+
): void;
|
|
269
|
+
associateIpGroups(
|
|
270
|
+
args: AssociateIpGroupsCommandInput,
|
|
271
|
+
options?: __HttpHandlerOptions
|
|
272
|
+
): Promise<AssociateIpGroupsCommandOutput>;
|
|
273
|
+
associateIpGroups(
|
|
274
|
+
args: AssociateIpGroupsCommandInput,
|
|
275
|
+
cb: (err: any, data?: AssociateIpGroupsCommandOutput) => void
|
|
276
|
+
): void;
|
|
277
|
+
associateIpGroups(
|
|
278
|
+
args: AssociateIpGroupsCommandInput,
|
|
279
|
+
options: __HttpHandlerOptions,
|
|
280
|
+
cb: (err: any, data?: AssociateIpGroupsCommandOutput) => void
|
|
281
|
+
): void;
|
|
282
|
+
authorizeIpRules(
|
|
283
|
+
args: AuthorizeIpRulesCommandInput,
|
|
284
|
+
options?: __HttpHandlerOptions
|
|
285
|
+
): Promise<AuthorizeIpRulesCommandOutput>;
|
|
286
|
+
authorizeIpRules(
|
|
287
|
+
args: AuthorizeIpRulesCommandInput,
|
|
288
|
+
cb: (err: any, data?: AuthorizeIpRulesCommandOutput) => void
|
|
289
|
+
): void;
|
|
290
|
+
authorizeIpRules(
|
|
291
|
+
args: AuthorizeIpRulesCommandInput,
|
|
292
|
+
options: __HttpHandlerOptions,
|
|
293
|
+
cb: (err: any, data?: AuthorizeIpRulesCommandOutput) => void
|
|
294
|
+
): void;
|
|
295
|
+
copyWorkspaceImage(
|
|
296
|
+
args: CopyWorkspaceImageCommandInput,
|
|
297
|
+
options?: __HttpHandlerOptions
|
|
298
|
+
): Promise<CopyWorkspaceImageCommandOutput>;
|
|
299
|
+
copyWorkspaceImage(
|
|
300
|
+
args: CopyWorkspaceImageCommandInput,
|
|
301
|
+
cb: (err: any, data?: CopyWorkspaceImageCommandOutput) => void
|
|
302
|
+
): void;
|
|
303
|
+
copyWorkspaceImage(
|
|
304
|
+
args: CopyWorkspaceImageCommandInput,
|
|
305
|
+
options: __HttpHandlerOptions,
|
|
306
|
+
cb: (err: any, data?: CopyWorkspaceImageCommandOutput) => void
|
|
307
|
+
): void;
|
|
308
|
+
createConnectClientAddIn(
|
|
309
|
+
args: CreateConnectClientAddInCommandInput,
|
|
310
|
+
options?: __HttpHandlerOptions
|
|
311
|
+
): Promise<CreateConnectClientAddInCommandOutput>;
|
|
312
|
+
createConnectClientAddIn(
|
|
313
|
+
args: CreateConnectClientAddInCommandInput,
|
|
314
|
+
cb: (err: any, data?: CreateConnectClientAddInCommandOutput) => void
|
|
315
|
+
): void;
|
|
316
|
+
createConnectClientAddIn(
|
|
317
|
+
args: CreateConnectClientAddInCommandInput,
|
|
318
|
+
options: __HttpHandlerOptions,
|
|
319
|
+
cb: (err: any, data?: CreateConnectClientAddInCommandOutput) => void
|
|
320
|
+
): void;
|
|
321
|
+
createConnectionAlias(
|
|
322
|
+
args: CreateConnectionAliasCommandInput,
|
|
323
|
+
options?: __HttpHandlerOptions
|
|
324
|
+
): Promise<CreateConnectionAliasCommandOutput>;
|
|
325
|
+
createConnectionAlias(
|
|
326
|
+
args: CreateConnectionAliasCommandInput,
|
|
327
|
+
cb: (err: any, data?: CreateConnectionAliasCommandOutput) => void
|
|
328
|
+
): void;
|
|
329
|
+
createConnectionAlias(
|
|
330
|
+
args: CreateConnectionAliasCommandInput,
|
|
331
|
+
options: __HttpHandlerOptions,
|
|
332
|
+
cb: (err: any, data?: CreateConnectionAliasCommandOutput) => void
|
|
333
|
+
): void;
|
|
334
|
+
createIpGroup(
|
|
335
|
+
args: CreateIpGroupCommandInput,
|
|
336
|
+
options?: __HttpHandlerOptions
|
|
337
|
+
): Promise<CreateIpGroupCommandOutput>;
|
|
338
|
+
createIpGroup(
|
|
339
|
+
args: CreateIpGroupCommandInput,
|
|
340
|
+
cb: (err: any, data?: CreateIpGroupCommandOutput) => void
|
|
341
|
+
): void;
|
|
342
|
+
createIpGroup(
|
|
343
|
+
args: CreateIpGroupCommandInput,
|
|
344
|
+
options: __HttpHandlerOptions,
|
|
345
|
+
cb: (err: any, data?: CreateIpGroupCommandOutput) => void
|
|
346
|
+
): void;
|
|
347
|
+
createTags(
|
|
348
|
+
args: CreateTagsCommandInput,
|
|
349
|
+
options?: __HttpHandlerOptions
|
|
350
|
+
): Promise<CreateTagsCommandOutput>;
|
|
351
|
+
createTags(
|
|
352
|
+
args: CreateTagsCommandInput,
|
|
353
|
+
cb: (err: any, data?: CreateTagsCommandOutput) => void
|
|
354
|
+
): void;
|
|
355
|
+
createTags(
|
|
356
|
+
args: CreateTagsCommandInput,
|
|
357
|
+
options: __HttpHandlerOptions,
|
|
358
|
+
cb: (err: any, data?: CreateTagsCommandOutput) => void
|
|
359
|
+
): void;
|
|
360
|
+
createUpdatedWorkspaceImage(
|
|
361
|
+
args: CreateUpdatedWorkspaceImageCommandInput,
|
|
362
|
+
options?: __HttpHandlerOptions
|
|
363
|
+
): Promise<CreateUpdatedWorkspaceImageCommandOutput>;
|
|
364
|
+
createUpdatedWorkspaceImage(
|
|
365
|
+
args: CreateUpdatedWorkspaceImageCommandInput,
|
|
366
|
+
cb: (err: any, data?: CreateUpdatedWorkspaceImageCommandOutput) => void
|
|
367
|
+
): void;
|
|
368
|
+
createUpdatedWorkspaceImage(
|
|
369
|
+
args: CreateUpdatedWorkspaceImageCommandInput,
|
|
370
|
+
options: __HttpHandlerOptions,
|
|
371
|
+
cb: (err: any, data?: CreateUpdatedWorkspaceImageCommandOutput) => void
|
|
372
|
+
): void;
|
|
373
|
+
createWorkspaceBundle(
|
|
374
|
+
args: CreateWorkspaceBundleCommandInput,
|
|
375
|
+
options?: __HttpHandlerOptions
|
|
376
|
+
): Promise<CreateWorkspaceBundleCommandOutput>;
|
|
377
|
+
createWorkspaceBundle(
|
|
378
|
+
args: CreateWorkspaceBundleCommandInput,
|
|
379
|
+
cb: (err: any, data?: CreateWorkspaceBundleCommandOutput) => void
|
|
380
|
+
): void;
|
|
381
|
+
createWorkspaceBundle(
|
|
382
|
+
args: CreateWorkspaceBundleCommandInput,
|
|
383
|
+
options: __HttpHandlerOptions,
|
|
384
|
+
cb: (err: any, data?: CreateWorkspaceBundleCommandOutput) => void
|
|
385
|
+
): void;
|
|
386
|
+
createWorkspaceImage(
|
|
387
|
+
args: CreateWorkspaceImageCommandInput,
|
|
388
|
+
options?: __HttpHandlerOptions
|
|
389
|
+
): Promise<CreateWorkspaceImageCommandOutput>;
|
|
390
|
+
createWorkspaceImage(
|
|
391
|
+
args: CreateWorkspaceImageCommandInput,
|
|
392
|
+
cb: (err: any, data?: CreateWorkspaceImageCommandOutput) => void
|
|
393
|
+
): void;
|
|
394
|
+
createWorkspaceImage(
|
|
395
|
+
args: CreateWorkspaceImageCommandInput,
|
|
396
|
+
options: __HttpHandlerOptions,
|
|
397
|
+
cb: (err: any, data?: CreateWorkspaceImageCommandOutput) => void
|
|
398
|
+
): void;
|
|
399
|
+
createWorkspaces(
|
|
400
|
+
args: CreateWorkspacesCommandInput,
|
|
401
|
+
options?: __HttpHandlerOptions
|
|
402
|
+
): Promise<CreateWorkspacesCommandOutput>;
|
|
403
|
+
createWorkspaces(
|
|
404
|
+
args: CreateWorkspacesCommandInput,
|
|
405
|
+
cb: (err: any, data?: CreateWorkspacesCommandOutput) => void
|
|
406
|
+
): void;
|
|
407
|
+
createWorkspaces(
|
|
408
|
+
args: CreateWorkspacesCommandInput,
|
|
409
|
+
options: __HttpHandlerOptions,
|
|
410
|
+
cb: (err: any, data?: CreateWorkspacesCommandOutput) => void
|
|
411
|
+
): void;
|
|
412
|
+
deleteClientBranding(
|
|
413
|
+
args: DeleteClientBrandingCommandInput,
|
|
414
|
+
options?: __HttpHandlerOptions
|
|
415
|
+
): Promise<DeleteClientBrandingCommandOutput>;
|
|
416
|
+
deleteClientBranding(
|
|
417
|
+
args: DeleteClientBrandingCommandInput,
|
|
418
|
+
cb: (err: any, data?: DeleteClientBrandingCommandOutput) => void
|
|
419
|
+
): void;
|
|
420
|
+
deleteClientBranding(
|
|
421
|
+
args: DeleteClientBrandingCommandInput,
|
|
422
|
+
options: __HttpHandlerOptions,
|
|
423
|
+
cb: (err: any, data?: DeleteClientBrandingCommandOutput) => void
|
|
424
|
+
): void;
|
|
425
|
+
deleteConnectClientAddIn(
|
|
426
|
+
args: DeleteConnectClientAddInCommandInput,
|
|
427
|
+
options?: __HttpHandlerOptions
|
|
428
|
+
): Promise<DeleteConnectClientAddInCommandOutput>;
|
|
429
|
+
deleteConnectClientAddIn(
|
|
430
|
+
args: DeleteConnectClientAddInCommandInput,
|
|
431
|
+
cb: (err: any, data?: DeleteConnectClientAddInCommandOutput) => void
|
|
432
|
+
): void;
|
|
433
|
+
deleteConnectClientAddIn(
|
|
434
|
+
args: DeleteConnectClientAddInCommandInput,
|
|
435
|
+
options: __HttpHandlerOptions,
|
|
436
|
+
cb: (err: any, data?: DeleteConnectClientAddInCommandOutput) => void
|
|
437
|
+
): void;
|
|
438
|
+
deleteConnectionAlias(
|
|
439
|
+
args: DeleteConnectionAliasCommandInput,
|
|
440
|
+
options?: __HttpHandlerOptions
|
|
441
|
+
): Promise<DeleteConnectionAliasCommandOutput>;
|
|
442
|
+
deleteConnectionAlias(
|
|
443
|
+
args: DeleteConnectionAliasCommandInput,
|
|
444
|
+
cb: (err: any, data?: DeleteConnectionAliasCommandOutput) => void
|
|
445
|
+
): void;
|
|
446
|
+
deleteConnectionAlias(
|
|
447
|
+
args: DeleteConnectionAliasCommandInput,
|
|
448
|
+
options: __HttpHandlerOptions,
|
|
449
|
+
cb: (err: any, data?: DeleteConnectionAliasCommandOutput) => void
|
|
450
|
+
): void;
|
|
451
|
+
deleteIpGroup(
|
|
452
|
+
args: DeleteIpGroupCommandInput,
|
|
453
|
+
options?: __HttpHandlerOptions
|
|
454
|
+
): Promise<DeleteIpGroupCommandOutput>;
|
|
455
|
+
deleteIpGroup(
|
|
456
|
+
args: DeleteIpGroupCommandInput,
|
|
457
|
+
cb: (err: any, data?: DeleteIpGroupCommandOutput) => void
|
|
458
|
+
): void;
|
|
459
|
+
deleteIpGroup(
|
|
460
|
+
args: DeleteIpGroupCommandInput,
|
|
461
|
+
options: __HttpHandlerOptions,
|
|
462
|
+
cb: (err: any, data?: DeleteIpGroupCommandOutput) => void
|
|
463
|
+
): void;
|
|
464
|
+
deleteTags(
|
|
465
|
+
args: DeleteTagsCommandInput,
|
|
466
|
+
options?: __HttpHandlerOptions
|
|
467
|
+
): Promise<DeleteTagsCommandOutput>;
|
|
468
|
+
deleteTags(
|
|
469
|
+
args: DeleteTagsCommandInput,
|
|
470
|
+
cb: (err: any, data?: DeleteTagsCommandOutput) => void
|
|
471
|
+
): void;
|
|
472
|
+
deleteTags(
|
|
473
|
+
args: DeleteTagsCommandInput,
|
|
474
|
+
options: __HttpHandlerOptions,
|
|
475
|
+
cb: (err: any, data?: DeleteTagsCommandOutput) => void
|
|
476
|
+
): void;
|
|
477
|
+
deleteWorkspaceBundle(
|
|
478
|
+
args: DeleteWorkspaceBundleCommandInput,
|
|
479
|
+
options?: __HttpHandlerOptions
|
|
480
|
+
): Promise<DeleteWorkspaceBundleCommandOutput>;
|
|
481
|
+
deleteWorkspaceBundle(
|
|
482
|
+
args: DeleteWorkspaceBundleCommandInput,
|
|
483
|
+
cb: (err: any, data?: DeleteWorkspaceBundleCommandOutput) => void
|
|
484
|
+
): void;
|
|
485
|
+
deleteWorkspaceBundle(
|
|
486
|
+
args: DeleteWorkspaceBundleCommandInput,
|
|
487
|
+
options: __HttpHandlerOptions,
|
|
488
|
+
cb: (err: any, data?: DeleteWorkspaceBundleCommandOutput) => void
|
|
489
|
+
): void;
|
|
490
|
+
deleteWorkspaceImage(
|
|
491
|
+
args: DeleteWorkspaceImageCommandInput,
|
|
492
|
+
options?: __HttpHandlerOptions
|
|
493
|
+
): Promise<DeleteWorkspaceImageCommandOutput>;
|
|
494
|
+
deleteWorkspaceImage(
|
|
495
|
+
args: DeleteWorkspaceImageCommandInput,
|
|
496
|
+
cb: (err: any, data?: DeleteWorkspaceImageCommandOutput) => void
|
|
497
|
+
): void;
|
|
498
|
+
deleteWorkspaceImage(
|
|
499
|
+
args: DeleteWorkspaceImageCommandInput,
|
|
500
|
+
options: __HttpHandlerOptions,
|
|
501
|
+
cb: (err: any, data?: DeleteWorkspaceImageCommandOutput) => void
|
|
502
|
+
): void;
|
|
503
|
+
deregisterWorkspaceDirectory(
|
|
504
|
+
args: DeregisterWorkspaceDirectoryCommandInput,
|
|
505
|
+
options?: __HttpHandlerOptions
|
|
506
|
+
): Promise<DeregisterWorkspaceDirectoryCommandOutput>;
|
|
507
|
+
deregisterWorkspaceDirectory(
|
|
508
|
+
args: DeregisterWorkspaceDirectoryCommandInput,
|
|
509
|
+
cb: (err: any, data?: DeregisterWorkspaceDirectoryCommandOutput) => void
|
|
510
|
+
): void;
|
|
511
|
+
deregisterWorkspaceDirectory(
|
|
512
|
+
args: DeregisterWorkspaceDirectoryCommandInput,
|
|
513
|
+
options: __HttpHandlerOptions,
|
|
514
|
+
cb: (err: any, data?: DeregisterWorkspaceDirectoryCommandOutput) => void
|
|
515
|
+
): void;
|
|
516
|
+
describeAccount(
|
|
517
|
+
args: DescribeAccountCommandInput,
|
|
518
|
+
options?: __HttpHandlerOptions
|
|
519
|
+
): Promise<DescribeAccountCommandOutput>;
|
|
520
|
+
describeAccount(
|
|
521
|
+
args: DescribeAccountCommandInput,
|
|
522
|
+
cb: (err: any, data?: DescribeAccountCommandOutput) => void
|
|
523
|
+
): void;
|
|
524
|
+
describeAccount(
|
|
525
|
+
args: DescribeAccountCommandInput,
|
|
526
|
+
options: __HttpHandlerOptions,
|
|
527
|
+
cb: (err: any, data?: DescribeAccountCommandOutput) => void
|
|
528
|
+
): void;
|
|
529
|
+
describeAccountModifications(
|
|
530
|
+
args: DescribeAccountModificationsCommandInput,
|
|
531
|
+
options?: __HttpHandlerOptions
|
|
532
|
+
): Promise<DescribeAccountModificationsCommandOutput>;
|
|
533
|
+
describeAccountModifications(
|
|
534
|
+
args: DescribeAccountModificationsCommandInput,
|
|
535
|
+
cb: (err: any, data?: DescribeAccountModificationsCommandOutput) => void
|
|
536
|
+
): void;
|
|
537
|
+
describeAccountModifications(
|
|
538
|
+
args: DescribeAccountModificationsCommandInput,
|
|
539
|
+
options: __HttpHandlerOptions,
|
|
540
|
+
cb: (err: any, data?: DescribeAccountModificationsCommandOutput) => void
|
|
541
|
+
): void;
|
|
542
|
+
describeClientBranding(
|
|
543
|
+
args: DescribeClientBrandingCommandInput,
|
|
544
|
+
options?: __HttpHandlerOptions
|
|
545
|
+
): Promise<DescribeClientBrandingCommandOutput>;
|
|
546
|
+
describeClientBranding(
|
|
547
|
+
args: DescribeClientBrandingCommandInput,
|
|
548
|
+
cb: (err: any, data?: DescribeClientBrandingCommandOutput) => void
|
|
549
|
+
): void;
|
|
550
|
+
describeClientBranding(
|
|
551
|
+
args: DescribeClientBrandingCommandInput,
|
|
552
|
+
options: __HttpHandlerOptions,
|
|
553
|
+
cb: (err: any, data?: DescribeClientBrandingCommandOutput) => void
|
|
554
|
+
): void;
|
|
555
|
+
describeClientProperties(
|
|
556
|
+
args: DescribeClientPropertiesCommandInput,
|
|
557
|
+
options?: __HttpHandlerOptions
|
|
558
|
+
): Promise<DescribeClientPropertiesCommandOutput>;
|
|
559
|
+
describeClientProperties(
|
|
560
|
+
args: DescribeClientPropertiesCommandInput,
|
|
561
|
+
cb: (err: any, data?: DescribeClientPropertiesCommandOutput) => void
|
|
562
|
+
): void;
|
|
563
|
+
describeClientProperties(
|
|
564
|
+
args: DescribeClientPropertiesCommandInput,
|
|
565
|
+
options: __HttpHandlerOptions,
|
|
566
|
+
cb: (err: any, data?: DescribeClientPropertiesCommandOutput) => void
|
|
567
|
+
): void;
|
|
568
|
+
describeConnectClientAddIns(
|
|
569
|
+
args: DescribeConnectClientAddInsCommandInput,
|
|
570
|
+
options?: __HttpHandlerOptions
|
|
571
|
+
): Promise<DescribeConnectClientAddInsCommandOutput>;
|
|
572
|
+
describeConnectClientAddIns(
|
|
573
|
+
args: DescribeConnectClientAddInsCommandInput,
|
|
574
|
+
cb: (err: any, data?: DescribeConnectClientAddInsCommandOutput) => void
|
|
575
|
+
): void;
|
|
576
|
+
describeConnectClientAddIns(
|
|
577
|
+
args: DescribeConnectClientAddInsCommandInput,
|
|
578
|
+
options: __HttpHandlerOptions,
|
|
579
|
+
cb: (err: any, data?: DescribeConnectClientAddInsCommandOutput) => void
|
|
580
|
+
): void;
|
|
581
|
+
describeConnectionAliases(
|
|
582
|
+
args: DescribeConnectionAliasesCommandInput,
|
|
583
|
+
options?: __HttpHandlerOptions
|
|
584
|
+
): Promise<DescribeConnectionAliasesCommandOutput>;
|
|
585
|
+
describeConnectionAliases(
|
|
586
|
+
args: DescribeConnectionAliasesCommandInput,
|
|
587
|
+
cb: (err: any, data?: DescribeConnectionAliasesCommandOutput) => void
|
|
588
|
+
): void;
|
|
589
|
+
describeConnectionAliases(
|
|
590
|
+
args: DescribeConnectionAliasesCommandInput,
|
|
591
|
+
options: __HttpHandlerOptions,
|
|
592
|
+
cb: (err: any, data?: DescribeConnectionAliasesCommandOutput) => void
|
|
593
|
+
): void;
|
|
594
|
+
describeConnectionAliasPermissions(
|
|
595
|
+
args: DescribeConnectionAliasPermissionsCommandInput,
|
|
596
|
+
options?: __HttpHandlerOptions
|
|
597
|
+
): Promise<DescribeConnectionAliasPermissionsCommandOutput>;
|
|
598
|
+
describeConnectionAliasPermissions(
|
|
599
|
+
args: DescribeConnectionAliasPermissionsCommandInput,
|
|
600
|
+
cb: (
|
|
601
|
+
err: any,
|
|
602
|
+
data?: DescribeConnectionAliasPermissionsCommandOutput
|
|
603
|
+
) => void
|
|
604
|
+
): void;
|
|
605
|
+
describeConnectionAliasPermissions(
|
|
606
|
+
args: DescribeConnectionAliasPermissionsCommandInput,
|
|
607
|
+
options: __HttpHandlerOptions,
|
|
608
|
+
cb: (
|
|
609
|
+
err: any,
|
|
610
|
+
data?: DescribeConnectionAliasPermissionsCommandOutput
|
|
611
|
+
) => void
|
|
612
|
+
): void;
|
|
613
|
+
describeIpGroups(
|
|
614
|
+
args: DescribeIpGroupsCommandInput,
|
|
615
|
+
options?: __HttpHandlerOptions
|
|
616
|
+
): Promise<DescribeIpGroupsCommandOutput>;
|
|
617
|
+
describeIpGroups(
|
|
618
|
+
args: DescribeIpGroupsCommandInput,
|
|
619
|
+
cb: (err: any, data?: DescribeIpGroupsCommandOutput) => void
|
|
620
|
+
): void;
|
|
621
|
+
describeIpGroups(
|
|
622
|
+
args: DescribeIpGroupsCommandInput,
|
|
623
|
+
options: __HttpHandlerOptions,
|
|
624
|
+
cb: (err: any, data?: DescribeIpGroupsCommandOutput) => void
|
|
625
|
+
): void;
|
|
626
|
+
describeTags(
|
|
627
|
+
args: DescribeTagsCommandInput,
|
|
628
|
+
options?: __HttpHandlerOptions
|
|
629
|
+
): Promise<DescribeTagsCommandOutput>;
|
|
630
|
+
describeTags(
|
|
631
|
+
args: DescribeTagsCommandInput,
|
|
632
|
+
cb: (err: any, data?: DescribeTagsCommandOutput) => void
|
|
633
|
+
): void;
|
|
634
|
+
describeTags(
|
|
635
|
+
args: DescribeTagsCommandInput,
|
|
636
|
+
options: __HttpHandlerOptions,
|
|
637
|
+
cb: (err: any, data?: DescribeTagsCommandOutput) => void
|
|
638
|
+
): void;
|
|
639
|
+
describeWorkspaceBundles(
|
|
640
|
+
args: DescribeWorkspaceBundlesCommandInput,
|
|
641
|
+
options?: __HttpHandlerOptions
|
|
642
|
+
): Promise<DescribeWorkspaceBundlesCommandOutput>;
|
|
643
|
+
describeWorkspaceBundles(
|
|
644
|
+
args: DescribeWorkspaceBundlesCommandInput,
|
|
645
|
+
cb: (err: any, data?: DescribeWorkspaceBundlesCommandOutput) => void
|
|
646
|
+
): void;
|
|
647
|
+
describeWorkspaceBundles(
|
|
648
|
+
args: DescribeWorkspaceBundlesCommandInput,
|
|
649
|
+
options: __HttpHandlerOptions,
|
|
650
|
+
cb: (err: any, data?: DescribeWorkspaceBundlesCommandOutput) => void
|
|
651
|
+
): void;
|
|
652
|
+
describeWorkspaceDirectories(
|
|
653
|
+
args: DescribeWorkspaceDirectoriesCommandInput,
|
|
654
|
+
options?: __HttpHandlerOptions
|
|
655
|
+
): Promise<DescribeWorkspaceDirectoriesCommandOutput>;
|
|
656
|
+
describeWorkspaceDirectories(
|
|
657
|
+
args: DescribeWorkspaceDirectoriesCommandInput,
|
|
658
|
+
cb: (err: any, data?: DescribeWorkspaceDirectoriesCommandOutput) => void
|
|
659
|
+
): void;
|
|
660
|
+
describeWorkspaceDirectories(
|
|
661
|
+
args: DescribeWorkspaceDirectoriesCommandInput,
|
|
662
|
+
options: __HttpHandlerOptions,
|
|
663
|
+
cb: (err: any, data?: DescribeWorkspaceDirectoriesCommandOutput) => void
|
|
664
|
+
): void;
|
|
665
|
+
describeWorkspaceImagePermissions(
|
|
666
|
+
args: DescribeWorkspaceImagePermissionsCommandInput,
|
|
667
|
+
options?: __HttpHandlerOptions
|
|
668
|
+
): Promise<DescribeWorkspaceImagePermissionsCommandOutput>;
|
|
669
|
+
describeWorkspaceImagePermissions(
|
|
670
|
+
args: DescribeWorkspaceImagePermissionsCommandInput,
|
|
671
|
+
cb: (
|
|
672
|
+
err: any,
|
|
673
|
+
data?: DescribeWorkspaceImagePermissionsCommandOutput
|
|
674
|
+
) => void
|
|
675
|
+
): void;
|
|
676
|
+
describeWorkspaceImagePermissions(
|
|
677
|
+
args: DescribeWorkspaceImagePermissionsCommandInput,
|
|
678
|
+
options: __HttpHandlerOptions,
|
|
679
|
+
cb: (
|
|
680
|
+
err: any,
|
|
681
|
+
data?: DescribeWorkspaceImagePermissionsCommandOutput
|
|
682
|
+
) => void
|
|
683
|
+
): void;
|
|
684
|
+
describeWorkspaceImages(
|
|
685
|
+
args: DescribeWorkspaceImagesCommandInput,
|
|
686
|
+
options?: __HttpHandlerOptions
|
|
687
|
+
): Promise<DescribeWorkspaceImagesCommandOutput>;
|
|
688
|
+
describeWorkspaceImages(
|
|
689
|
+
args: DescribeWorkspaceImagesCommandInput,
|
|
690
|
+
cb: (err: any, data?: DescribeWorkspaceImagesCommandOutput) => void
|
|
691
|
+
): void;
|
|
692
|
+
describeWorkspaceImages(
|
|
693
|
+
args: DescribeWorkspaceImagesCommandInput,
|
|
694
|
+
options: __HttpHandlerOptions,
|
|
695
|
+
cb: (err: any, data?: DescribeWorkspaceImagesCommandOutput) => void
|
|
696
|
+
): void;
|
|
697
|
+
describeWorkspaces(
|
|
698
|
+
args: DescribeWorkspacesCommandInput,
|
|
699
|
+
options?: __HttpHandlerOptions
|
|
700
|
+
): Promise<DescribeWorkspacesCommandOutput>;
|
|
701
|
+
describeWorkspaces(
|
|
702
|
+
args: DescribeWorkspacesCommandInput,
|
|
703
|
+
cb: (err: any, data?: DescribeWorkspacesCommandOutput) => void
|
|
704
|
+
): void;
|
|
705
|
+
describeWorkspaces(
|
|
706
|
+
args: DescribeWorkspacesCommandInput,
|
|
707
|
+
options: __HttpHandlerOptions,
|
|
708
|
+
cb: (err: any, data?: DescribeWorkspacesCommandOutput) => void
|
|
709
|
+
): void;
|
|
710
|
+
describeWorkspacesConnectionStatus(
|
|
711
|
+
args: DescribeWorkspacesConnectionStatusCommandInput,
|
|
712
|
+
options?: __HttpHandlerOptions
|
|
713
|
+
): Promise<DescribeWorkspacesConnectionStatusCommandOutput>;
|
|
714
|
+
describeWorkspacesConnectionStatus(
|
|
715
|
+
args: DescribeWorkspacesConnectionStatusCommandInput,
|
|
716
|
+
cb: (
|
|
717
|
+
err: any,
|
|
718
|
+
data?: DescribeWorkspacesConnectionStatusCommandOutput
|
|
719
|
+
) => void
|
|
720
|
+
): void;
|
|
721
|
+
describeWorkspacesConnectionStatus(
|
|
722
|
+
args: DescribeWorkspacesConnectionStatusCommandInput,
|
|
723
|
+
options: __HttpHandlerOptions,
|
|
724
|
+
cb: (
|
|
725
|
+
err: any,
|
|
726
|
+
data?: DescribeWorkspacesConnectionStatusCommandOutput
|
|
727
|
+
) => void
|
|
728
|
+
): void;
|
|
729
|
+
describeWorkspaceSnapshots(
|
|
730
|
+
args: DescribeWorkspaceSnapshotsCommandInput,
|
|
731
|
+
options?: __HttpHandlerOptions
|
|
732
|
+
): Promise<DescribeWorkspaceSnapshotsCommandOutput>;
|
|
733
|
+
describeWorkspaceSnapshots(
|
|
734
|
+
args: DescribeWorkspaceSnapshotsCommandInput,
|
|
735
|
+
cb: (err: any, data?: DescribeWorkspaceSnapshotsCommandOutput) => void
|
|
736
|
+
): void;
|
|
737
|
+
describeWorkspaceSnapshots(
|
|
738
|
+
args: DescribeWorkspaceSnapshotsCommandInput,
|
|
739
|
+
options: __HttpHandlerOptions,
|
|
740
|
+
cb: (err: any, data?: DescribeWorkspaceSnapshotsCommandOutput) => void
|
|
741
|
+
): void;
|
|
742
|
+
disassociateConnectionAlias(
|
|
743
|
+
args: DisassociateConnectionAliasCommandInput,
|
|
744
|
+
options?: __HttpHandlerOptions
|
|
745
|
+
): Promise<DisassociateConnectionAliasCommandOutput>;
|
|
746
|
+
disassociateConnectionAlias(
|
|
747
|
+
args: DisassociateConnectionAliasCommandInput,
|
|
748
|
+
cb: (err: any, data?: DisassociateConnectionAliasCommandOutput) => void
|
|
749
|
+
): void;
|
|
750
|
+
disassociateConnectionAlias(
|
|
751
|
+
args: DisassociateConnectionAliasCommandInput,
|
|
752
|
+
options: __HttpHandlerOptions,
|
|
753
|
+
cb: (err: any, data?: DisassociateConnectionAliasCommandOutput) => void
|
|
754
|
+
): void;
|
|
755
|
+
disassociateIpGroups(
|
|
756
|
+
args: DisassociateIpGroupsCommandInput,
|
|
757
|
+
options?: __HttpHandlerOptions
|
|
758
|
+
): Promise<DisassociateIpGroupsCommandOutput>;
|
|
759
|
+
disassociateIpGroups(
|
|
760
|
+
args: DisassociateIpGroupsCommandInput,
|
|
761
|
+
cb: (err: any, data?: DisassociateIpGroupsCommandOutput) => void
|
|
762
|
+
): void;
|
|
763
|
+
disassociateIpGroups(
|
|
764
|
+
args: DisassociateIpGroupsCommandInput,
|
|
765
|
+
options: __HttpHandlerOptions,
|
|
766
|
+
cb: (err: any, data?: DisassociateIpGroupsCommandOutput) => void
|
|
767
|
+
): void;
|
|
768
|
+
importClientBranding(
|
|
769
|
+
args: ImportClientBrandingCommandInput,
|
|
770
|
+
options?: __HttpHandlerOptions
|
|
771
|
+
): Promise<ImportClientBrandingCommandOutput>;
|
|
772
|
+
importClientBranding(
|
|
773
|
+
args: ImportClientBrandingCommandInput,
|
|
774
|
+
cb: (err: any, data?: ImportClientBrandingCommandOutput) => void
|
|
775
|
+
): void;
|
|
776
|
+
importClientBranding(
|
|
777
|
+
args: ImportClientBrandingCommandInput,
|
|
778
|
+
options: __HttpHandlerOptions,
|
|
779
|
+
cb: (err: any, data?: ImportClientBrandingCommandOutput) => void
|
|
780
|
+
): void;
|
|
781
|
+
importWorkspaceImage(
|
|
782
|
+
args: ImportWorkspaceImageCommandInput,
|
|
783
|
+
options?: __HttpHandlerOptions
|
|
784
|
+
): Promise<ImportWorkspaceImageCommandOutput>;
|
|
785
|
+
importWorkspaceImage(
|
|
786
|
+
args: ImportWorkspaceImageCommandInput,
|
|
787
|
+
cb: (err: any, data?: ImportWorkspaceImageCommandOutput) => void
|
|
788
|
+
): void;
|
|
789
|
+
importWorkspaceImage(
|
|
790
|
+
args: ImportWorkspaceImageCommandInput,
|
|
791
|
+
options: __HttpHandlerOptions,
|
|
792
|
+
cb: (err: any, data?: ImportWorkspaceImageCommandOutput) => void
|
|
793
|
+
): void;
|
|
794
|
+
listAvailableManagementCidrRanges(
|
|
795
|
+
args: ListAvailableManagementCidrRangesCommandInput,
|
|
796
|
+
options?: __HttpHandlerOptions
|
|
797
|
+
): Promise<ListAvailableManagementCidrRangesCommandOutput>;
|
|
798
|
+
listAvailableManagementCidrRanges(
|
|
799
|
+
args: ListAvailableManagementCidrRangesCommandInput,
|
|
800
|
+
cb: (
|
|
801
|
+
err: any,
|
|
802
|
+
data?: ListAvailableManagementCidrRangesCommandOutput
|
|
803
|
+
) => void
|
|
804
|
+
): void;
|
|
805
|
+
listAvailableManagementCidrRanges(
|
|
806
|
+
args: ListAvailableManagementCidrRangesCommandInput,
|
|
807
|
+
options: __HttpHandlerOptions,
|
|
808
|
+
cb: (
|
|
809
|
+
err: any,
|
|
810
|
+
data?: ListAvailableManagementCidrRangesCommandOutput
|
|
811
|
+
) => void
|
|
812
|
+
): void;
|
|
813
|
+
migrateWorkspace(
|
|
814
|
+
args: MigrateWorkspaceCommandInput,
|
|
815
|
+
options?: __HttpHandlerOptions
|
|
816
|
+
): Promise<MigrateWorkspaceCommandOutput>;
|
|
817
|
+
migrateWorkspace(
|
|
818
|
+
args: MigrateWorkspaceCommandInput,
|
|
819
|
+
cb: (err: any, data?: MigrateWorkspaceCommandOutput) => void
|
|
820
|
+
): void;
|
|
821
|
+
migrateWorkspace(
|
|
822
|
+
args: MigrateWorkspaceCommandInput,
|
|
823
|
+
options: __HttpHandlerOptions,
|
|
824
|
+
cb: (err: any, data?: MigrateWorkspaceCommandOutput) => void
|
|
825
|
+
): void;
|
|
826
|
+
modifyAccount(
|
|
827
|
+
args: ModifyAccountCommandInput,
|
|
828
|
+
options?: __HttpHandlerOptions
|
|
829
|
+
): Promise<ModifyAccountCommandOutput>;
|
|
830
|
+
modifyAccount(
|
|
831
|
+
args: ModifyAccountCommandInput,
|
|
832
|
+
cb: (err: any, data?: ModifyAccountCommandOutput) => void
|
|
833
|
+
): void;
|
|
834
|
+
modifyAccount(
|
|
835
|
+
args: ModifyAccountCommandInput,
|
|
836
|
+
options: __HttpHandlerOptions,
|
|
837
|
+
cb: (err: any, data?: ModifyAccountCommandOutput) => void
|
|
838
|
+
): void;
|
|
839
|
+
modifyClientProperties(
|
|
840
|
+
args: ModifyClientPropertiesCommandInput,
|
|
841
|
+
options?: __HttpHandlerOptions
|
|
842
|
+
): Promise<ModifyClientPropertiesCommandOutput>;
|
|
843
|
+
modifyClientProperties(
|
|
844
|
+
args: ModifyClientPropertiesCommandInput,
|
|
845
|
+
cb: (err: any, data?: ModifyClientPropertiesCommandOutput) => void
|
|
846
|
+
): void;
|
|
847
|
+
modifyClientProperties(
|
|
848
|
+
args: ModifyClientPropertiesCommandInput,
|
|
849
|
+
options: __HttpHandlerOptions,
|
|
850
|
+
cb: (err: any, data?: ModifyClientPropertiesCommandOutput) => void
|
|
851
|
+
): void;
|
|
852
|
+
modifySamlProperties(
|
|
853
|
+
args: ModifySamlPropertiesCommandInput,
|
|
854
|
+
options?: __HttpHandlerOptions
|
|
855
|
+
): Promise<ModifySamlPropertiesCommandOutput>;
|
|
856
|
+
modifySamlProperties(
|
|
857
|
+
args: ModifySamlPropertiesCommandInput,
|
|
858
|
+
cb: (err: any, data?: ModifySamlPropertiesCommandOutput) => void
|
|
859
|
+
): void;
|
|
860
|
+
modifySamlProperties(
|
|
861
|
+
args: ModifySamlPropertiesCommandInput,
|
|
862
|
+
options: __HttpHandlerOptions,
|
|
863
|
+
cb: (err: any, data?: ModifySamlPropertiesCommandOutput) => void
|
|
864
|
+
): void;
|
|
865
|
+
modifySelfservicePermissions(
|
|
866
|
+
args: ModifySelfservicePermissionsCommandInput,
|
|
867
|
+
options?: __HttpHandlerOptions
|
|
868
|
+
): Promise<ModifySelfservicePermissionsCommandOutput>;
|
|
869
|
+
modifySelfservicePermissions(
|
|
870
|
+
args: ModifySelfservicePermissionsCommandInput,
|
|
871
|
+
cb: (err: any, data?: ModifySelfservicePermissionsCommandOutput) => void
|
|
872
|
+
): void;
|
|
873
|
+
modifySelfservicePermissions(
|
|
874
|
+
args: ModifySelfservicePermissionsCommandInput,
|
|
875
|
+
options: __HttpHandlerOptions,
|
|
876
|
+
cb: (err: any, data?: ModifySelfservicePermissionsCommandOutput) => void
|
|
877
|
+
): void;
|
|
878
|
+
modifyWorkspaceAccessProperties(
|
|
879
|
+
args: ModifyWorkspaceAccessPropertiesCommandInput,
|
|
880
|
+
options?: __HttpHandlerOptions
|
|
881
|
+
): Promise<ModifyWorkspaceAccessPropertiesCommandOutput>;
|
|
882
|
+
modifyWorkspaceAccessProperties(
|
|
883
|
+
args: ModifyWorkspaceAccessPropertiesCommandInput,
|
|
884
|
+
cb: (err: any, data?: ModifyWorkspaceAccessPropertiesCommandOutput) => void
|
|
885
|
+
): void;
|
|
886
|
+
modifyWorkspaceAccessProperties(
|
|
887
|
+
args: ModifyWorkspaceAccessPropertiesCommandInput,
|
|
888
|
+
options: __HttpHandlerOptions,
|
|
889
|
+
cb: (err: any, data?: ModifyWorkspaceAccessPropertiesCommandOutput) => void
|
|
890
|
+
): void;
|
|
891
|
+
modifyWorkspaceCreationProperties(
|
|
892
|
+
args: ModifyWorkspaceCreationPropertiesCommandInput,
|
|
893
|
+
options?: __HttpHandlerOptions
|
|
894
|
+
): Promise<ModifyWorkspaceCreationPropertiesCommandOutput>;
|
|
895
|
+
modifyWorkspaceCreationProperties(
|
|
896
|
+
args: ModifyWorkspaceCreationPropertiesCommandInput,
|
|
897
|
+
cb: (
|
|
898
|
+
err: any,
|
|
899
|
+
data?: ModifyWorkspaceCreationPropertiesCommandOutput
|
|
900
|
+
) => void
|
|
901
|
+
): void;
|
|
902
|
+
modifyWorkspaceCreationProperties(
|
|
903
|
+
args: ModifyWorkspaceCreationPropertiesCommandInput,
|
|
904
|
+
options: __HttpHandlerOptions,
|
|
905
|
+
cb: (
|
|
906
|
+
err: any,
|
|
907
|
+
data?: ModifyWorkspaceCreationPropertiesCommandOutput
|
|
908
|
+
) => void
|
|
909
|
+
): void;
|
|
910
|
+
modifyWorkspaceProperties(
|
|
911
|
+
args: ModifyWorkspacePropertiesCommandInput,
|
|
912
|
+
options?: __HttpHandlerOptions
|
|
913
|
+
): Promise<ModifyWorkspacePropertiesCommandOutput>;
|
|
914
|
+
modifyWorkspaceProperties(
|
|
915
|
+
args: ModifyWorkspacePropertiesCommandInput,
|
|
916
|
+
cb: (err: any, data?: ModifyWorkspacePropertiesCommandOutput) => void
|
|
917
|
+
): void;
|
|
918
|
+
modifyWorkspaceProperties(
|
|
919
|
+
args: ModifyWorkspacePropertiesCommandInput,
|
|
920
|
+
options: __HttpHandlerOptions,
|
|
921
|
+
cb: (err: any, data?: ModifyWorkspacePropertiesCommandOutput) => void
|
|
922
|
+
): void;
|
|
923
|
+
modifyWorkspaceState(
|
|
924
|
+
args: ModifyWorkspaceStateCommandInput,
|
|
925
|
+
options?: __HttpHandlerOptions
|
|
926
|
+
): Promise<ModifyWorkspaceStateCommandOutput>;
|
|
927
|
+
modifyWorkspaceState(
|
|
928
|
+
args: ModifyWorkspaceStateCommandInput,
|
|
929
|
+
cb: (err: any, data?: ModifyWorkspaceStateCommandOutput) => void
|
|
930
|
+
): void;
|
|
931
|
+
modifyWorkspaceState(
|
|
932
|
+
args: ModifyWorkspaceStateCommandInput,
|
|
933
|
+
options: __HttpHandlerOptions,
|
|
934
|
+
cb: (err: any, data?: ModifyWorkspaceStateCommandOutput) => void
|
|
935
|
+
): void;
|
|
936
|
+
rebootWorkspaces(
|
|
937
|
+
args: RebootWorkspacesCommandInput,
|
|
938
|
+
options?: __HttpHandlerOptions
|
|
939
|
+
): Promise<RebootWorkspacesCommandOutput>;
|
|
940
|
+
rebootWorkspaces(
|
|
941
|
+
args: RebootWorkspacesCommandInput,
|
|
942
|
+
cb: (err: any, data?: RebootWorkspacesCommandOutput) => void
|
|
943
|
+
): void;
|
|
944
|
+
rebootWorkspaces(
|
|
945
|
+
args: RebootWorkspacesCommandInput,
|
|
946
|
+
options: __HttpHandlerOptions,
|
|
947
|
+
cb: (err: any, data?: RebootWorkspacesCommandOutput) => void
|
|
948
|
+
): void;
|
|
949
|
+
rebuildWorkspaces(
|
|
950
|
+
args: RebuildWorkspacesCommandInput,
|
|
951
|
+
options?: __HttpHandlerOptions
|
|
952
|
+
): Promise<RebuildWorkspacesCommandOutput>;
|
|
953
|
+
rebuildWorkspaces(
|
|
954
|
+
args: RebuildWorkspacesCommandInput,
|
|
955
|
+
cb: (err: any, data?: RebuildWorkspacesCommandOutput) => void
|
|
956
|
+
): void;
|
|
957
|
+
rebuildWorkspaces(
|
|
958
|
+
args: RebuildWorkspacesCommandInput,
|
|
959
|
+
options: __HttpHandlerOptions,
|
|
960
|
+
cb: (err: any, data?: RebuildWorkspacesCommandOutput) => void
|
|
961
|
+
): void;
|
|
962
|
+
registerWorkspaceDirectory(
|
|
963
|
+
args: RegisterWorkspaceDirectoryCommandInput,
|
|
964
|
+
options?: __HttpHandlerOptions
|
|
965
|
+
): Promise<RegisterWorkspaceDirectoryCommandOutput>;
|
|
966
|
+
registerWorkspaceDirectory(
|
|
967
|
+
args: RegisterWorkspaceDirectoryCommandInput,
|
|
968
|
+
cb: (err: any, data?: RegisterWorkspaceDirectoryCommandOutput) => void
|
|
969
|
+
): void;
|
|
970
|
+
registerWorkspaceDirectory(
|
|
971
|
+
args: RegisterWorkspaceDirectoryCommandInput,
|
|
972
|
+
options: __HttpHandlerOptions,
|
|
973
|
+
cb: (err: any, data?: RegisterWorkspaceDirectoryCommandOutput) => void
|
|
974
|
+
): void;
|
|
975
|
+
restoreWorkspace(
|
|
976
|
+
args: RestoreWorkspaceCommandInput,
|
|
977
|
+
options?: __HttpHandlerOptions
|
|
978
|
+
): Promise<RestoreWorkspaceCommandOutput>;
|
|
979
|
+
restoreWorkspace(
|
|
980
|
+
args: RestoreWorkspaceCommandInput,
|
|
981
|
+
cb: (err: any, data?: RestoreWorkspaceCommandOutput) => void
|
|
982
|
+
): void;
|
|
983
|
+
restoreWorkspace(
|
|
984
|
+
args: RestoreWorkspaceCommandInput,
|
|
985
|
+
options: __HttpHandlerOptions,
|
|
986
|
+
cb: (err: any, data?: RestoreWorkspaceCommandOutput) => void
|
|
987
|
+
): void;
|
|
988
|
+
revokeIpRules(
|
|
989
|
+
args: RevokeIpRulesCommandInput,
|
|
990
|
+
options?: __HttpHandlerOptions
|
|
991
|
+
): Promise<RevokeIpRulesCommandOutput>;
|
|
992
|
+
revokeIpRules(
|
|
993
|
+
args: RevokeIpRulesCommandInput,
|
|
994
|
+
cb: (err: any, data?: RevokeIpRulesCommandOutput) => void
|
|
995
|
+
): void;
|
|
996
|
+
revokeIpRules(
|
|
997
|
+
args: RevokeIpRulesCommandInput,
|
|
998
|
+
options: __HttpHandlerOptions,
|
|
999
|
+
cb: (err: any, data?: RevokeIpRulesCommandOutput) => void
|
|
1000
|
+
): void;
|
|
1001
|
+
startWorkspaces(
|
|
1002
|
+
args: StartWorkspacesCommandInput,
|
|
1003
|
+
options?: __HttpHandlerOptions
|
|
1004
|
+
): Promise<StartWorkspacesCommandOutput>;
|
|
1005
|
+
startWorkspaces(
|
|
1006
|
+
args: StartWorkspacesCommandInput,
|
|
1007
|
+
cb: (err: any, data?: StartWorkspacesCommandOutput) => void
|
|
1008
|
+
): void;
|
|
1009
|
+
startWorkspaces(
|
|
1010
|
+
args: StartWorkspacesCommandInput,
|
|
1011
|
+
options: __HttpHandlerOptions,
|
|
1012
|
+
cb: (err: any, data?: StartWorkspacesCommandOutput) => void
|
|
1013
|
+
): void;
|
|
1014
|
+
stopWorkspaces(
|
|
1015
|
+
args: StopWorkspacesCommandInput,
|
|
1016
|
+
options?: __HttpHandlerOptions
|
|
1017
|
+
): Promise<StopWorkspacesCommandOutput>;
|
|
1018
|
+
stopWorkspaces(
|
|
1019
|
+
args: StopWorkspacesCommandInput,
|
|
1020
|
+
cb: (err: any, data?: StopWorkspacesCommandOutput) => void
|
|
1021
|
+
): void;
|
|
1022
|
+
stopWorkspaces(
|
|
1023
|
+
args: StopWorkspacesCommandInput,
|
|
1024
|
+
options: __HttpHandlerOptions,
|
|
1025
|
+
cb: (err: any, data?: StopWorkspacesCommandOutput) => void
|
|
1026
|
+
): void;
|
|
1027
|
+
terminateWorkspaces(
|
|
1028
|
+
args: TerminateWorkspacesCommandInput,
|
|
1029
|
+
options?: __HttpHandlerOptions
|
|
1030
|
+
): Promise<TerminateWorkspacesCommandOutput>;
|
|
1031
|
+
terminateWorkspaces(
|
|
1032
|
+
args: TerminateWorkspacesCommandInput,
|
|
1033
|
+
cb: (err: any, data?: TerminateWorkspacesCommandOutput) => void
|
|
1034
|
+
): void;
|
|
1035
|
+
terminateWorkspaces(
|
|
1036
|
+
args: TerminateWorkspacesCommandInput,
|
|
1037
|
+
options: __HttpHandlerOptions,
|
|
1038
|
+
cb: (err: any, data?: TerminateWorkspacesCommandOutput) => void
|
|
1039
|
+
): void;
|
|
1040
|
+
updateConnectClientAddIn(
|
|
1041
|
+
args: UpdateConnectClientAddInCommandInput,
|
|
1042
|
+
options?: __HttpHandlerOptions
|
|
1043
|
+
): Promise<UpdateConnectClientAddInCommandOutput>;
|
|
1044
|
+
updateConnectClientAddIn(
|
|
1045
|
+
args: UpdateConnectClientAddInCommandInput,
|
|
1046
|
+
cb: (err: any, data?: UpdateConnectClientAddInCommandOutput) => void
|
|
1047
|
+
): void;
|
|
1048
|
+
updateConnectClientAddIn(
|
|
1049
|
+
args: UpdateConnectClientAddInCommandInput,
|
|
1050
|
+
options: __HttpHandlerOptions,
|
|
1051
|
+
cb: (err: any, data?: UpdateConnectClientAddInCommandOutput) => void
|
|
1052
|
+
): void;
|
|
1053
|
+
updateConnectionAliasPermission(
|
|
1054
|
+
args: UpdateConnectionAliasPermissionCommandInput,
|
|
1055
|
+
options?: __HttpHandlerOptions
|
|
1056
|
+
): Promise<UpdateConnectionAliasPermissionCommandOutput>;
|
|
1057
|
+
updateConnectionAliasPermission(
|
|
1058
|
+
args: UpdateConnectionAliasPermissionCommandInput,
|
|
1059
|
+
cb: (err: any, data?: UpdateConnectionAliasPermissionCommandOutput) => void
|
|
1060
|
+
): void;
|
|
1061
|
+
updateConnectionAliasPermission(
|
|
1062
|
+
args: UpdateConnectionAliasPermissionCommandInput,
|
|
1063
|
+
options: __HttpHandlerOptions,
|
|
1064
|
+
cb: (err: any, data?: UpdateConnectionAliasPermissionCommandOutput) => void
|
|
1065
|
+
): void;
|
|
1066
|
+
updateRulesOfIpGroup(
|
|
1067
|
+
args: UpdateRulesOfIpGroupCommandInput,
|
|
1068
|
+
options?: __HttpHandlerOptions
|
|
1069
|
+
): Promise<UpdateRulesOfIpGroupCommandOutput>;
|
|
1070
|
+
updateRulesOfIpGroup(
|
|
1071
|
+
args: UpdateRulesOfIpGroupCommandInput,
|
|
1072
|
+
cb: (err: any, data?: UpdateRulesOfIpGroupCommandOutput) => void
|
|
1073
|
+
): void;
|
|
1074
|
+
updateRulesOfIpGroup(
|
|
1075
|
+
args: UpdateRulesOfIpGroupCommandInput,
|
|
1076
|
+
options: __HttpHandlerOptions,
|
|
1077
|
+
cb: (err: any, data?: UpdateRulesOfIpGroupCommandOutput) => void
|
|
1078
|
+
): void;
|
|
1079
|
+
updateWorkspaceBundle(
|
|
1080
|
+
args: UpdateWorkspaceBundleCommandInput,
|
|
1081
|
+
options?: __HttpHandlerOptions
|
|
1082
|
+
): Promise<UpdateWorkspaceBundleCommandOutput>;
|
|
1083
|
+
updateWorkspaceBundle(
|
|
1084
|
+
args: UpdateWorkspaceBundleCommandInput,
|
|
1085
|
+
cb: (err: any, data?: UpdateWorkspaceBundleCommandOutput) => void
|
|
1086
|
+
): void;
|
|
1087
|
+
updateWorkspaceBundle(
|
|
1088
|
+
args: UpdateWorkspaceBundleCommandInput,
|
|
1089
|
+
options: __HttpHandlerOptions,
|
|
1090
|
+
cb: (err: any, data?: UpdateWorkspaceBundleCommandOutput) => void
|
|
1091
|
+
): void;
|
|
1092
|
+
updateWorkspaceImagePermission(
|
|
1093
|
+
args: UpdateWorkspaceImagePermissionCommandInput,
|
|
1094
|
+
options?: __HttpHandlerOptions
|
|
1095
|
+
): Promise<UpdateWorkspaceImagePermissionCommandOutput>;
|
|
1096
|
+
updateWorkspaceImagePermission(
|
|
1097
|
+
args: UpdateWorkspaceImagePermissionCommandInput,
|
|
1098
|
+
cb: (err: any, data?: UpdateWorkspaceImagePermissionCommandOutput) => void
|
|
1099
|
+
): void;
|
|
1100
|
+
updateWorkspaceImagePermission(
|
|
1101
|
+
args: UpdateWorkspaceImagePermissionCommandInput,
|
|
1102
|
+
options: __HttpHandlerOptions,
|
|
1103
|
+
cb: (err: any, data?: UpdateWorkspaceImagePermissionCommandOutput) => void
|
|
1104
|
+
): void;
|
|
1105
|
+
}
|