@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,1753 +1,1444 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { WorkSpacesServiceException as __BaseException } from "./WorkSpacesServiceException";
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
}
|
|
10
|
-
export declare enum AccessPropertyValue {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
}
|
|
14
|
-
export declare enum DedicatedTenancySupportResultEnum {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
18
|
-
export declare enum DedicatedTenancyModificationStateEnum {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
}
|
|
42
|
-
export
|
|
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
|
-
export declare class
|
|
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
|
-
export
|
|
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
|
-
export
|
|
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
|
-
export
|
|
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
|
-
export
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
export interface
|
|
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
|
-
export
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
export
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
}
|
|
353
|
-
export interface
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
}
|
|
357
|
-
export
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
}
|
|
400
|
-
export
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
}
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
export interface
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
}
|
|
546
|
-
export
|
|
547
|
-
|
|
548
|
-
}
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
export
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
}
|
|
628
|
-
export interface
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
}
|
|
636
|
-
export interface
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
}
|
|
701
|
-
export interface
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
}
|
|
717
|
-
export interface
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
}
|
|
755
|
-
export interface
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
}
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
}
|
|
810
|
-
export
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
}
|
|
828
|
-
|
|
829
|
-
export interface
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
}
|
|
848
|
-
export
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
}
|
|
852
|
-
|
|
853
|
-
export interface
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
}
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
}
|
|
908
|
-
export interface
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
}
|
|
927
|
-
export interface
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
export interface
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
export
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
export
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
export
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
export
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
export
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
export
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
export
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
export
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
export
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
export
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
export
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
export declare
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
export declare
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
export
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
export
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
export
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
export
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
export declare
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
export
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
export
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
export
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
export
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
export
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
export
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
export
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
export
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
export declare const
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
export declare const
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
export declare const
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
export declare const
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
export declare const ClientPropertiesFilterSensitiveLog: (obj: ClientProperties) => any;
|
|
1446
|
-
|
|
1447
|
-
export declare const ClientPropertiesResultFilterSensitiveLog: (obj: ClientPropertiesResult) => any;
|
|
1448
|
-
|
|
1449
|
-
export declare const ConnectClientAddInFilterSensitiveLog: (obj: ConnectClientAddIn) => any;
|
|
1450
|
-
|
|
1451
|
-
export declare const ConnectionAliasAssociationFilterSensitiveLog: (obj: ConnectionAliasAssociation) => any;
|
|
1452
|
-
|
|
1453
|
-
export declare const ConnectionAliasFilterSensitiveLog: (obj: ConnectionAlias) => any;
|
|
1454
|
-
|
|
1455
|
-
export declare const ConnectionAliasPermissionFilterSensitiveLog: (obj: ConnectionAliasPermission) => any;
|
|
1456
|
-
|
|
1457
|
-
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
1458
|
-
|
|
1459
|
-
export declare const CopyWorkspaceImageRequestFilterSensitiveLog: (obj: CopyWorkspaceImageRequest) => any;
|
|
1460
|
-
|
|
1461
|
-
export declare const CopyWorkspaceImageResultFilterSensitiveLog: (obj: CopyWorkspaceImageResult) => any;
|
|
1462
|
-
|
|
1463
|
-
export declare const CreateConnectClientAddInRequestFilterSensitiveLog: (obj: CreateConnectClientAddInRequest) => any;
|
|
1464
|
-
|
|
1465
|
-
export declare const CreateConnectClientAddInResultFilterSensitiveLog: (obj: CreateConnectClientAddInResult) => any;
|
|
1466
|
-
|
|
1467
|
-
export declare const CreateConnectionAliasRequestFilterSensitiveLog: (obj: CreateConnectionAliasRequest) => any;
|
|
1468
|
-
|
|
1469
|
-
export declare const CreateConnectionAliasResultFilterSensitiveLog: (obj: CreateConnectionAliasResult) => any;
|
|
1470
|
-
|
|
1471
|
-
export declare const CreateIpGroupRequestFilterSensitiveLog: (obj: CreateIpGroupRequest) => any;
|
|
1472
|
-
|
|
1473
|
-
export declare const CreateIpGroupResultFilterSensitiveLog: (obj: CreateIpGroupResult) => any;
|
|
1474
|
-
|
|
1475
|
-
export declare const CreateTagsRequestFilterSensitiveLog: (obj: CreateTagsRequest) => any;
|
|
1476
|
-
|
|
1477
|
-
export declare const CreateTagsResultFilterSensitiveLog: (obj: CreateTagsResult) => any;
|
|
1478
|
-
|
|
1479
|
-
export declare const CreateUpdatedWorkspaceImageRequestFilterSensitiveLog: (obj: CreateUpdatedWorkspaceImageRequest) => any;
|
|
1480
|
-
|
|
1481
|
-
export declare const CreateUpdatedWorkspaceImageResultFilterSensitiveLog: (obj: CreateUpdatedWorkspaceImageResult) => any;
|
|
1482
|
-
|
|
1483
|
-
export declare const CreateWorkspaceBundleRequestFilterSensitiveLog: (obj: CreateWorkspaceBundleRequest) => any;
|
|
1484
|
-
|
|
1485
|
-
export declare const CreateWorkspaceBundleResultFilterSensitiveLog: (obj: CreateWorkspaceBundleResult) => any;
|
|
1486
|
-
|
|
1487
|
-
export declare const CreateWorkspaceImageRequestFilterSensitiveLog: (obj: CreateWorkspaceImageRequest) => any;
|
|
1488
|
-
|
|
1489
|
-
export declare const OperatingSystemFilterSensitiveLog: (obj: OperatingSystem) => any;
|
|
1490
|
-
|
|
1491
|
-
export declare const CreateWorkspaceImageResultFilterSensitiveLog: (obj: CreateWorkspaceImageResult) => any;
|
|
1492
|
-
|
|
1493
|
-
export declare const WorkspacePropertiesFilterSensitiveLog: (obj: WorkspaceProperties) => any;
|
|
1494
|
-
|
|
1495
|
-
export declare const WorkspaceRequestFilterSensitiveLog: (obj: WorkspaceRequest) => any;
|
|
1496
|
-
|
|
1497
|
-
export declare const CreateWorkspacesRequestFilterSensitiveLog: (obj: CreateWorkspacesRequest) => any;
|
|
1498
|
-
|
|
1499
|
-
export declare const FailedCreateWorkspaceRequestFilterSensitiveLog: (obj: FailedCreateWorkspaceRequest) => any;
|
|
1500
|
-
|
|
1501
|
-
export declare const ModificationStateFilterSensitiveLog: (obj: ModificationState) => any;
|
|
1502
|
-
|
|
1503
|
-
export declare const WorkspaceFilterSensitiveLog: (obj: Workspace) => any;
|
|
1504
|
-
|
|
1505
|
-
export declare const CreateWorkspacesResultFilterSensitiveLog: (obj: CreateWorkspacesResult) => any;
|
|
1506
|
-
|
|
1507
|
-
export declare const DefaultClientBrandingAttributesFilterSensitiveLog: (obj: DefaultClientBrandingAttributes) => any;
|
|
1508
|
-
|
|
1509
|
-
export declare const DefaultImportClientBrandingAttributesFilterSensitiveLog: (obj: DefaultImportClientBrandingAttributes) => any;
|
|
1510
|
-
|
|
1511
|
-
export declare const DefaultWorkspaceCreationPropertiesFilterSensitiveLog: (obj: DefaultWorkspaceCreationProperties) => any;
|
|
1512
|
-
|
|
1513
|
-
export declare const DeleteClientBrandingRequestFilterSensitiveLog: (obj: DeleteClientBrandingRequest) => any;
|
|
1514
|
-
|
|
1515
|
-
export declare const DeleteClientBrandingResultFilterSensitiveLog: (obj: DeleteClientBrandingResult) => any;
|
|
1516
|
-
|
|
1517
|
-
export declare const DeleteConnectClientAddInRequestFilterSensitiveLog: (obj: DeleteConnectClientAddInRequest) => any;
|
|
1518
|
-
|
|
1519
|
-
export declare const DeleteConnectClientAddInResultFilterSensitiveLog: (obj: DeleteConnectClientAddInResult) => any;
|
|
1520
|
-
|
|
1521
|
-
export declare const DeleteConnectionAliasRequestFilterSensitiveLog: (obj: DeleteConnectionAliasRequest) => any;
|
|
1522
|
-
|
|
1523
|
-
export declare const DeleteConnectionAliasResultFilterSensitiveLog: (obj: DeleteConnectionAliasResult) => any;
|
|
1524
|
-
|
|
1525
|
-
export declare const DeleteIpGroupRequestFilterSensitiveLog: (obj: DeleteIpGroupRequest) => any;
|
|
1526
|
-
|
|
1527
|
-
export declare const DeleteIpGroupResultFilterSensitiveLog: (obj: DeleteIpGroupResult) => any;
|
|
1528
|
-
|
|
1529
|
-
export declare const DeleteTagsRequestFilterSensitiveLog: (obj: DeleteTagsRequest) => any;
|
|
1530
|
-
|
|
1531
|
-
export declare const DeleteTagsResultFilterSensitiveLog: (obj: DeleteTagsResult) => any;
|
|
1532
|
-
|
|
1533
|
-
export declare const DeleteWorkspaceBundleRequestFilterSensitiveLog: (obj: DeleteWorkspaceBundleRequest) => any;
|
|
1534
|
-
|
|
1535
|
-
export declare const DeleteWorkspaceBundleResultFilterSensitiveLog: (obj: DeleteWorkspaceBundleResult) => any;
|
|
1536
|
-
|
|
1537
|
-
export declare const DeleteWorkspaceImageRequestFilterSensitiveLog: (obj: DeleteWorkspaceImageRequest) => any;
|
|
1538
|
-
|
|
1539
|
-
export declare const DeleteWorkspaceImageResultFilterSensitiveLog: (obj: DeleteWorkspaceImageResult) => any;
|
|
1540
|
-
|
|
1541
|
-
export declare const DeregisterWorkspaceDirectoryRequestFilterSensitiveLog: (obj: DeregisterWorkspaceDirectoryRequest) => any;
|
|
1542
|
-
|
|
1543
|
-
export declare const DeregisterWorkspaceDirectoryResultFilterSensitiveLog: (obj: DeregisterWorkspaceDirectoryResult) => any;
|
|
1544
|
-
|
|
1545
|
-
export declare const DescribeAccountRequestFilterSensitiveLog: (obj: DescribeAccountRequest) => any;
|
|
1546
|
-
|
|
1547
|
-
export declare const DescribeAccountResultFilterSensitiveLog: (obj: DescribeAccountResult) => any;
|
|
1548
|
-
|
|
1549
|
-
export declare const DescribeAccountModificationsRequestFilterSensitiveLog: (obj: DescribeAccountModificationsRequest) => any;
|
|
1550
|
-
|
|
1551
|
-
export declare const DescribeAccountModificationsResultFilterSensitiveLog: (obj: DescribeAccountModificationsResult) => any;
|
|
1552
|
-
|
|
1553
|
-
export declare const DescribeClientBrandingRequestFilterSensitiveLog: (obj: DescribeClientBrandingRequest) => any;
|
|
1554
|
-
|
|
1555
|
-
export declare const IosClientBrandingAttributesFilterSensitiveLog: (obj: IosClientBrandingAttributes) => any;
|
|
1556
|
-
|
|
1557
|
-
export declare const DescribeClientBrandingResultFilterSensitiveLog: (obj: DescribeClientBrandingResult) => any;
|
|
1558
|
-
|
|
1559
|
-
export declare const DescribeClientPropertiesRequestFilterSensitiveLog: (obj: DescribeClientPropertiesRequest) => any;
|
|
1560
|
-
|
|
1561
|
-
export declare const DescribeClientPropertiesResultFilterSensitiveLog: (obj: DescribeClientPropertiesResult) => any;
|
|
1562
|
-
|
|
1563
|
-
export declare const DescribeConnectClientAddInsRequestFilterSensitiveLog: (obj: DescribeConnectClientAddInsRequest) => any;
|
|
1564
|
-
|
|
1565
|
-
export declare const DescribeConnectClientAddInsResultFilterSensitiveLog: (obj: DescribeConnectClientAddInsResult) => any;
|
|
1566
|
-
|
|
1567
|
-
export declare const DescribeConnectionAliasesRequestFilterSensitiveLog: (obj: DescribeConnectionAliasesRequest) => any;
|
|
1568
|
-
|
|
1569
|
-
export declare const DescribeConnectionAliasesResultFilterSensitiveLog: (obj: DescribeConnectionAliasesResult) => any;
|
|
1570
|
-
|
|
1571
|
-
export declare const DescribeConnectionAliasPermissionsRequestFilterSensitiveLog: (obj: DescribeConnectionAliasPermissionsRequest) => any;
|
|
1572
|
-
|
|
1573
|
-
export declare const DescribeConnectionAliasPermissionsResultFilterSensitiveLog: (obj: DescribeConnectionAliasPermissionsResult) => any;
|
|
1574
|
-
|
|
1575
|
-
export declare const DescribeIpGroupsRequestFilterSensitiveLog: (obj: DescribeIpGroupsRequest) => any;
|
|
1576
|
-
|
|
1577
|
-
export declare const WorkspacesIpGroupFilterSensitiveLog: (obj: WorkspacesIpGroup) => any;
|
|
1578
|
-
|
|
1579
|
-
export declare const DescribeIpGroupsResultFilterSensitiveLog: (obj: DescribeIpGroupsResult) => any;
|
|
1580
|
-
|
|
1581
|
-
export declare const DescribeTagsRequestFilterSensitiveLog: (obj: DescribeTagsRequest) => any;
|
|
1582
|
-
|
|
1583
|
-
export declare const DescribeTagsResultFilterSensitiveLog: (obj: DescribeTagsResult) => any;
|
|
1584
|
-
|
|
1585
|
-
export declare const DescribeWorkspaceBundlesRequestFilterSensitiveLog: (obj: DescribeWorkspaceBundlesRequest) => any;
|
|
1586
|
-
|
|
1587
|
-
export declare const DescribeWorkspaceBundlesResultFilterSensitiveLog: (obj: DescribeWorkspaceBundlesResult) => any;
|
|
1588
|
-
|
|
1589
|
-
export declare const DescribeWorkspaceDirectoriesRequestFilterSensitiveLog: (obj: DescribeWorkspaceDirectoriesRequest) => any;
|
|
1590
|
-
|
|
1591
|
-
export declare const SamlPropertiesFilterSensitiveLog: (obj: SamlProperties) => any;
|
|
1592
|
-
|
|
1593
|
-
export declare const SelfservicePermissionsFilterSensitiveLog: (obj: SelfservicePermissions) => any;
|
|
1594
|
-
|
|
1595
|
-
export declare const WorkspaceAccessPropertiesFilterSensitiveLog: (obj: WorkspaceAccessProperties) => any;
|
|
1596
|
-
|
|
1597
|
-
export declare const WorkspaceDirectoryFilterSensitiveLog: (obj: WorkspaceDirectory) => any;
|
|
1598
|
-
|
|
1599
|
-
export declare const DescribeWorkspaceDirectoriesResultFilterSensitiveLog: (obj: DescribeWorkspaceDirectoriesResult) => any;
|
|
1600
|
-
|
|
1601
|
-
export declare const DescribeWorkspaceImagePermissionsRequestFilterSensitiveLog: (obj: DescribeWorkspaceImagePermissionsRequest) => any;
|
|
1602
|
-
|
|
1603
|
-
export declare const ImagePermissionFilterSensitiveLog: (obj: ImagePermission) => any;
|
|
1604
|
-
|
|
1605
|
-
export declare const DescribeWorkspaceImagePermissionsResultFilterSensitiveLog: (obj: DescribeWorkspaceImagePermissionsResult) => any;
|
|
1606
|
-
|
|
1607
|
-
export declare const DescribeWorkspaceImagesRequestFilterSensitiveLog: (obj: DescribeWorkspaceImagesRequest) => any;
|
|
1608
|
-
|
|
1609
|
-
export declare const UpdateResultFilterSensitiveLog: (obj: UpdateResult) => any;
|
|
1610
|
-
|
|
1611
|
-
export declare const WorkspaceImageFilterSensitiveLog: (obj: WorkspaceImage) => any;
|
|
1612
|
-
|
|
1613
|
-
export declare const DescribeWorkspaceImagesResultFilterSensitiveLog: (obj: DescribeWorkspaceImagesResult) => any;
|
|
1614
|
-
|
|
1615
|
-
export declare const DescribeWorkspacesRequestFilterSensitiveLog: (obj: DescribeWorkspacesRequest) => any;
|
|
1616
|
-
|
|
1617
|
-
export declare const DescribeWorkspacesResultFilterSensitiveLog: (obj: DescribeWorkspacesResult) => any;
|
|
1618
|
-
|
|
1619
|
-
export declare const DescribeWorkspacesConnectionStatusRequestFilterSensitiveLog: (obj: DescribeWorkspacesConnectionStatusRequest) => any;
|
|
1620
|
-
|
|
1621
|
-
export declare const WorkspaceConnectionStatusFilterSensitiveLog: (obj: WorkspaceConnectionStatus) => any;
|
|
1622
|
-
|
|
1623
|
-
export declare const DescribeWorkspacesConnectionStatusResultFilterSensitiveLog: (obj: DescribeWorkspacesConnectionStatusResult) => any;
|
|
1624
|
-
|
|
1625
|
-
export declare const DescribeWorkspaceSnapshotsRequestFilterSensitiveLog: (obj: DescribeWorkspaceSnapshotsRequest) => any;
|
|
1626
|
-
|
|
1627
|
-
export declare const SnapshotFilterSensitiveLog: (obj: Snapshot) => any;
|
|
1628
|
-
|
|
1629
|
-
export declare const DescribeWorkspaceSnapshotsResultFilterSensitiveLog: (obj: DescribeWorkspaceSnapshotsResult) => any;
|
|
1630
|
-
|
|
1631
|
-
export declare const DisassociateConnectionAliasRequestFilterSensitiveLog: (obj: DisassociateConnectionAliasRequest) => any;
|
|
1632
|
-
|
|
1633
|
-
export declare const DisassociateConnectionAliasResultFilterSensitiveLog: (obj: DisassociateConnectionAliasResult) => any;
|
|
1634
|
-
|
|
1635
|
-
export declare const DisassociateIpGroupsRequestFilterSensitiveLog: (obj: DisassociateIpGroupsRequest) => any;
|
|
1636
|
-
|
|
1637
|
-
export declare const DisassociateIpGroupsResultFilterSensitiveLog: (obj: DisassociateIpGroupsResult) => any;
|
|
1638
|
-
|
|
1639
|
-
export declare const FailedWorkspaceChangeRequestFilterSensitiveLog: (obj: FailedWorkspaceChangeRequest) => any;
|
|
1640
|
-
|
|
1641
|
-
export declare const IosImportClientBrandingAttributesFilterSensitiveLog: (obj: IosImportClientBrandingAttributes) => any;
|
|
1642
|
-
|
|
1643
|
-
export declare const ImportClientBrandingRequestFilterSensitiveLog: (obj: ImportClientBrandingRequest) => any;
|
|
1644
|
-
|
|
1645
|
-
export declare const ImportClientBrandingResultFilterSensitiveLog: (obj: ImportClientBrandingResult) => any;
|
|
1646
|
-
|
|
1647
|
-
export declare const ImportWorkspaceImageRequestFilterSensitiveLog: (obj: ImportWorkspaceImageRequest) => any;
|
|
1648
|
-
|
|
1649
|
-
export declare const ImportWorkspaceImageResultFilterSensitiveLog: (obj: ImportWorkspaceImageResult) => any;
|
|
1650
|
-
|
|
1651
|
-
export declare const ListAvailableManagementCidrRangesRequestFilterSensitiveLog: (obj: ListAvailableManagementCidrRangesRequest) => any;
|
|
1652
|
-
|
|
1653
|
-
export declare const ListAvailableManagementCidrRangesResultFilterSensitiveLog: (obj: ListAvailableManagementCidrRangesResult) => any;
|
|
1654
|
-
|
|
1655
|
-
export declare const MigrateWorkspaceRequestFilterSensitiveLog: (obj: MigrateWorkspaceRequest) => any;
|
|
1656
|
-
|
|
1657
|
-
export declare const MigrateWorkspaceResultFilterSensitiveLog: (obj: MigrateWorkspaceResult) => any;
|
|
1658
|
-
|
|
1659
|
-
export declare const ModifyAccountRequestFilterSensitiveLog: (obj: ModifyAccountRequest) => any;
|
|
1660
|
-
|
|
1661
|
-
export declare const ModifyAccountResultFilterSensitiveLog: (obj: ModifyAccountResult) => any;
|
|
1662
|
-
|
|
1663
|
-
export declare const ModifyClientPropertiesRequestFilterSensitiveLog: (obj: ModifyClientPropertiesRequest) => any;
|
|
1664
|
-
|
|
1665
|
-
export declare const ModifyClientPropertiesResultFilterSensitiveLog: (obj: ModifyClientPropertiesResult) => any;
|
|
1666
|
-
|
|
1667
|
-
export declare const ModifySamlPropertiesRequestFilterSensitiveLog: (obj: ModifySamlPropertiesRequest) => any;
|
|
1668
|
-
|
|
1669
|
-
export declare const ModifySamlPropertiesResultFilterSensitiveLog: (obj: ModifySamlPropertiesResult) => any;
|
|
1670
|
-
|
|
1671
|
-
export declare const ModifySelfservicePermissionsRequestFilterSensitiveLog: (obj: ModifySelfservicePermissionsRequest) => any;
|
|
1672
|
-
|
|
1673
|
-
export declare const ModifySelfservicePermissionsResultFilterSensitiveLog: (obj: ModifySelfservicePermissionsResult) => any;
|
|
1674
|
-
|
|
1675
|
-
export declare const ModifyWorkspaceAccessPropertiesRequestFilterSensitiveLog: (obj: ModifyWorkspaceAccessPropertiesRequest) => any;
|
|
1676
|
-
|
|
1677
|
-
export declare const ModifyWorkspaceAccessPropertiesResultFilterSensitiveLog: (obj: ModifyWorkspaceAccessPropertiesResult) => any;
|
|
1678
|
-
|
|
1679
|
-
export declare const WorkspaceCreationPropertiesFilterSensitiveLog: (obj: WorkspaceCreationProperties) => any;
|
|
1680
|
-
|
|
1681
|
-
export declare const ModifyWorkspaceCreationPropertiesRequestFilterSensitiveLog: (obj: ModifyWorkspaceCreationPropertiesRequest) => any;
|
|
1682
|
-
|
|
1683
|
-
export declare const ModifyWorkspaceCreationPropertiesResultFilterSensitiveLog: (obj: ModifyWorkspaceCreationPropertiesResult) => any;
|
|
1684
|
-
|
|
1685
|
-
export declare const ModifyWorkspacePropertiesRequestFilterSensitiveLog: (obj: ModifyWorkspacePropertiesRequest) => any;
|
|
1686
|
-
|
|
1687
|
-
export declare const ModifyWorkspacePropertiesResultFilterSensitiveLog: (obj: ModifyWorkspacePropertiesResult) => any;
|
|
1688
|
-
|
|
1689
|
-
export declare const ModifyWorkspaceStateRequestFilterSensitiveLog: (obj: ModifyWorkspaceStateRequest) => any;
|
|
1690
|
-
|
|
1691
|
-
export declare const ModifyWorkspaceStateResultFilterSensitiveLog: (obj: ModifyWorkspaceStateResult) => any;
|
|
1692
|
-
|
|
1693
|
-
export declare const RebootRequestFilterSensitiveLog: (obj: RebootRequest) => any;
|
|
1694
|
-
|
|
1695
|
-
export declare const RebootWorkspacesRequestFilterSensitiveLog: (obj: RebootWorkspacesRequest) => any;
|
|
1696
|
-
|
|
1697
|
-
export declare const RebootWorkspacesResultFilterSensitiveLog: (obj: RebootWorkspacesResult) => any;
|
|
1698
|
-
|
|
1699
|
-
export declare const RebuildRequestFilterSensitiveLog: (obj: RebuildRequest) => any;
|
|
1700
|
-
|
|
1701
|
-
export declare const RebuildWorkspacesRequestFilterSensitiveLog: (obj: RebuildWorkspacesRequest) => any;
|
|
1702
|
-
|
|
1703
|
-
export declare const RebuildWorkspacesResultFilterSensitiveLog: (obj: RebuildWorkspacesResult) => any;
|
|
1704
|
-
|
|
1705
|
-
export declare const RegisterWorkspaceDirectoryRequestFilterSensitiveLog: (obj: RegisterWorkspaceDirectoryRequest) => any;
|
|
1706
|
-
|
|
1707
|
-
export declare const RegisterWorkspaceDirectoryResultFilterSensitiveLog: (obj: RegisterWorkspaceDirectoryResult) => any;
|
|
1708
|
-
|
|
1709
|
-
export declare const RestoreWorkspaceRequestFilterSensitiveLog: (obj: RestoreWorkspaceRequest) => any;
|
|
1710
|
-
|
|
1711
|
-
export declare const RestoreWorkspaceResultFilterSensitiveLog: (obj: RestoreWorkspaceResult) => any;
|
|
1712
|
-
|
|
1713
|
-
export declare const RevokeIpRulesRequestFilterSensitiveLog: (obj: RevokeIpRulesRequest) => any;
|
|
1714
|
-
|
|
1715
|
-
export declare const RevokeIpRulesResultFilterSensitiveLog: (obj: RevokeIpRulesResult) => any;
|
|
1716
|
-
|
|
1717
|
-
export declare const StartRequestFilterSensitiveLog: (obj: StartRequest) => any;
|
|
1718
|
-
|
|
1719
|
-
export declare const StartWorkspacesRequestFilterSensitiveLog: (obj: StartWorkspacesRequest) => any;
|
|
1720
|
-
|
|
1721
|
-
export declare const StartWorkspacesResultFilterSensitiveLog: (obj: StartWorkspacesResult) => any;
|
|
1722
|
-
|
|
1723
|
-
export declare const StopRequestFilterSensitiveLog: (obj: StopRequest) => any;
|
|
1724
|
-
|
|
1725
|
-
export declare const StopWorkspacesRequestFilterSensitiveLog: (obj: StopWorkspacesRequest) => any;
|
|
1726
|
-
|
|
1727
|
-
export declare const StopWorkspacesResultFilterSensitiveLog: (obj: StopWorkspacesResult) => any;
|
|
1728
|
-
|
|
1729
|
-
export declare const TerminateRequestFilterSensitiveLog: (obj: TerminateRequest) => any;
|
|
1730
|
-
|
|
1731
|
-
export declare const TerminateWorkspacesRequestFilterSensitiveLog: (obj: TerminateWorkspacesRequest) => any;
|
|
1732
|
-
|
|
1733
|
-
export declare const TerminateWorkspacesResultFilterSensitiveLog: (obj: TerminateWorkspacesResult) => any;
|
|
1734
|
-
|
|
1735
|
-
export declare const UpdateConnectClientAddInRequestFilterSensitiveLog: (obj: UpdateConnectClientAddInRequest) => any;
|
|
1736
|
-
|
|
1737
|
-
export declare const UpdateConnectClientAddInResultFilterSensitiveLog: (obj: UpdateConnectClientAddInResult) => any;
|
|
1738
|
-
|
|
1739
|
-
export declare const UpdateConnectionAliasPermissionRequestFilterSensitiveLog: (obj: UpdateConnectionAliasPermissionRequest) => any;
|
|
1740
|
-
|
|
1741
|
-
export declare const UpdateConnectionAliasPermissionResultFilterSensitiveLog: (obj: UpdateConnectionAliasPermissionResult) => any;
|
|
1742
|
-
|
|
1743
|
-
export declare const UpdateRulesOfIpGroupRequestFilterSensitiveLog: (obj: UpdateRulesOfIpGroupRequest) => any;
|
|
1744
|
-
|
|
1745
|
-
export declare const UpdateRulesOfIpGroupResultFilterSensitiveLog: (obj: UpdateRulesOfIpGroupResult) => any;
|
|
1746
|
-
|
|
1747
|
-
export declare const UpdateWorkspaceBundleRequestFilterSensitiveLog: (obj: UpdateWorkspaceBundleRequest) => any;
|
|
1748
|
-
|
|
1749
|
-
export declare const UpdateWorkspaceBundleResultFilterSensitiveLog: (obj: UpdateWorkspaceBundleResult) => any;
|
|
1750
|
-
|
|
1751
|
-
export declare const UpdateWorkspaceImagePermissionRequestFilterSensitiveLog: (obj: UpdateWorkspaceImagePermissionRequest) => any;
|
|
1752
|
-
|
|
1753
|
-
export declare const UpdateWorkspaceImagePermissionResultFilterSensitiveLog: (obj: UpdateWorkspaceImagePermissionResult) => any;
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { WorkSpacesServiceException as __BaseException } from "./WorkSpacesServiceException";
|
|
3
|
+
export declare class AccessDeniedException extends __BaseException {
|
|
4
|
+
readonly name: "AccessDeniedException";
|
|
5
|
+
readonly $fault: "client";
|
|
6
|
+
constructor(
|
|
7
|
+
opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
|
|
8
|
+
);
|
|
9
|
+
}
|
|
10
|
+
export declare enum AccessPropertyValue {
|
|
11
|
+
ALLOW = "ALLOW",
|
|
12
|
+
DENY = "DENY",
|
|
13
|
+
}
|
|
14
|
+
export declare enum DedicatedTenancySupportResultEnum {
|
|
15
|
+
DISABLED = "DISABLED",
|
|
16
|
+
ENABLED = "ENABLED",
|
|
17
|
+
}
|
|
18
|
+
export declare enum DedicatedTenancyModificationStateEnum {
|
|
19
|
+
COMPLETED = "COMPLETED",
|
|
20
|
+
FAILED = "FAILED",
|
|
21
|
+
PENDING = "PENDING",
|
|
22
|
+
}
|
|
23
|
+
export interface AccountModification {
|
|
24
|
+
ModificationState?: DedicatedTenancyModificationStateEnum | string;
|
|
25
|
+
DedicatedTenancySupport?: DedicatedTenancySupportResultEnum | string;
|
|
26
|
+
DedicatedTenancyManagementCidrRange?: string;
|
|
27
|
+
StartTime?: Date;
|
|
28
|
+
ErrorCode?: string;
|
|
29
|
+
ErrorMessage?: string;
|
|
30
|
+
}
|
|
31
|
+
export declare enum Application {
|
|
32
|
+
Microsoft_Office_2016 = "Microsoft_Office_2016",
|
|
33
|
+
Microsoft_Office_2019 = "Microsoft_Office_2019",
|
|
34
|
+
}
|
|
35
|
+
export interface AssociateConnectionAliasRequest {
|
|
36
|
+
AliasId: string | undefined;
|
|
37
|
+
ResourceId: string | undefined;
|
|
38
|
+
}
|
|
39
|
+
export interface AssociateConnectionAliasResult {
|
|
40
|
+
ConnectionIdentifier?: string;
|
|
41
|
+
}
|
|
42
|
+
export declare class InvalidParameterValuesException extends __BaseException {
|
|
43
|
+
readonly name: "InvalidParameterValuesException";
|
|
44
|
+
readonly $fault: "client";
|
|
45
|
+
constructor(
|
|
46
|
+
opts: __ExceptionOptionType<
|
|
47
|
+
InvalidParameterValuesException,
|
|
48
|
+
__BaseException
|
|
49
|
+
>
|
|
50
|
+
);
|
|
51
|
+
}
|
|
52
|
+
export declare class InvalidResourceStateException extends __BaseException {
|
|
53
|
+
readonly name: "InvalidResourceStateException";
|
|
54
|
+
readonly $fault: "client";
|
|
55
|
+
constructor(
|
|
56
|
+
opts: __ExceptionOptionType<InvalidResourceStateException, __BaseException>
|
|
57
|
+
);
|
|
58
|
+
}
|
|
59
|
+
export declare class OperationNotSupportedException extends __BaseException {
|
|
60
|
+
readonly name: "OperationNotSupportedException";
|
|
61
|
+
readonly $fault: "client";
|
|
62
|
+
reason?: string;
|
|
63
|
+
constructor(
|
|
64
|
+
opts: __ExceptionOptionType<OperationNotSupportedException, __BaseException>
|
|
65
|
+
);
|
|
66
|
+
}
|
|
67
|
+
export declare class ResourceAssociatedException extends __BaseException {
|
|
68
|
+
readonly name: "ResourceAssociatedException";
|
|
69
|
+
readonly $fault: "client";
|
|
70
|
+
constructor(
|
|
71
|
+
opts: __ExceptionOptionType<ResourceAssociatedException, __BaseException>
|
|
72
|
+
);
|
|
73
|
+
}
|
|
74
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
75
|
+
readonly name: "ResourceNotFoundException";
|
|
76
|
+
readonly $fault: "client";
|
|
77
|
+
ResourceId?: string;
|
|
78
|
+
constructor(
|
|
79
|
+
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
80
|
+
);
|
|
81
|
+
}
|
|
82
|
+
export interface AssociateIpGroupsRequest {
|
|
83
|
+
DirectoryId: string | undefined;
|
|
84
|
+
GroupIds: string[] | undefined;
|
|
85
|
+
}
|
|
86
|
+
export interface AssociateIpGroupsResult {}
|
|
87
|
+
export declare class ResourceLimitExceededException extends __BaseException {
|
|
88
|
+
readonly name: "ResourceLimitExceededException";
|
|
89
|
+
readonly $fault: "client";
|
|
90
|
+
constructor(
|
|
91
|
+
opts: __ExceptionOptionType<ResourceLimitExceededException, __BaseException>
|
|
92
|
+
);
|
|
93
|
+
}
|
|
94
|
+
export declare enum AssociationStatus {
|
|
95
|
+
ASSOCIATED_WITH_OWNER_ACCOUNT = "ASSOCIATED_WITH_OWNER_ACCOUNT",
|
|
96
|
+
ASSOCIATED_WITH_SHARED_ACCOUNT = "ASSOCIATED_WITH_SHARED_ACCOUNT",
|
|
97
|
+
NOT_ASSOCIATED = "NOT_ASSOCIATED",
|
|
98
|
+
PENDING_ASSOCIATION = "PENDING_ASSOCIATION",
|
|
99
|
+
PENDING_DISASSOCIATION = "PENDING_DISASSOCIATION",
|
|
100
|
+
}
|
|
101
|
+
export interface IpRuleItem {
|
|
102
|
+
ipRule?: string;
|
|
103
|
+
ruleDesc?: string;
|
|
104
|
+
}
|
|
105
|
+
export interface AuthorizeIpRulesRequest {
|
|
106
|
+
GroupId: string | undefined;
|
|
107
|
+
UserRules: IpRuleItem[] | undefined;
|
|
108
|
+
}
|
|
109
|
+
export interface AuthorizeIpRulesResult {}
|
|
110
|
+
export declare enum Compute {
|
|
111
|
+
GRAPHICS = "GRAPHICS",
|
|
112
|
+
GRAPHICSPRO = "GRAPHICSPRO",
|
|
113
|
+
GRAPHICSPRO_G4DN = "GRAPHICSPRO_G4DN",
|
|
114
|
+
GRAPHICS_G4DN = "GRAPHICS_G4DN",
|
|
115
|
+
PERFORMANCE = "PERFORMANCE",
|
|
116
|
+
POWER = "POWER",
|
|
117
|
+
POWERPRO = "POWERPRO",
|
|
118
|
+
STANDARD = "STANDARD",
|
|
119
|
+
VALUE = "VALUE",
|
|
120
|
+
}
|
|
121
|
+
export interface ComputeType {
|
|
122
|
+
Name?: Compute | string;
|
|
123
|
+
}
|
|
124
|
+
export interface RootStorage {
|
|
125
|
+
Capacity?: string;
|
|
126
|
+
}
|
|
127
|
+
export interface UserStorage {
|
|
128
|
+
Capacity?: string;
|
|
129
|
+
}
|
|
130
|
+
export interface WorkspaceBundle {
|
|
131
|
+
BundleId?: string;
|
|
132
|
+
Name?: string;
|
|
133
|
+
Owner?: string;
|
|
134
|
+
Description?: string;
|
|
135
|
+
ImageId?: string;
|
|
136
|
+
RootStorage?: RootStorage;
|
|
137
|
+
UserStorage?: UserStorage;
|
|
138
|
+
ComputeType?: ComputeType;
|
|
139
|
+
LastUpdatedTime?: Date;
|
|
140
|
+
CreationTime?: Date;
|
|
141
|
+
}
|
|
142
|
+
export declare enum ClientDeviceType {
|
|
143
|
+
DEVICE_TYPE_ANDROID = "DeviceTypeAndroid",
|
|
144
|
+
DEVICE_TYPE_IOS = "DeviceTypeIos",
|
|
145
|
+
DEVICE_TYPE_LINUX = "DeviceTypeLinux",
|
|
146
|
+
DEVICE_TYPE_OSX = "DeviceTypeOsx",
|
|
147
|
+
DEVICE_TYPE_WEB = "DeviceTypeWeb",
|
|
148
|
+
DEVICE_TYPE_WINDOWS = "DeviceTypeWindows",
|
|
149
|
+
}
|
|
150
|
+
export declare enum ReconnectEnum {
|
|
151
|
+
DISABLED = "DISABLED",
|
|
152
|
+
ENABLED = "ENABLED",
|
|
153
|
+
}
|
|
154
|
+
export interface ClientProperties {
|
|
155
|
+
ReconnectEnabled?: ReconnectEnum | string;
|
|
156
|
+
}
|
|
157
|
+
export interface ClientPropertiesResult {
|
|
158
|
+
ResourceId?: string;
|
|
159
|
+
ClientProperties?: ClientProperties;
|
|
160
|
+
}
|
|
161
|
+
export interface ConnectClientAddIn {
|
|
162
|
+
AddInId?: string;
|
|
163
|
+
ResourceId?: string;
|
|
164
|
+
Name?: string;
|
|
165
|
+
URL?: string;
|
|
166
|
+
}
|
|
167
|
+
export interface ConnectionAliasAssociation {
|
|
168
|
+
AssociationStatus?: AssociationStatus | string;
|
|
169
|
+
AssociatedAccountId?: string;
|
|
170
|
+
ResourceId?: string;
|
|
171
|
+
ConnectionIdentifier?: string;
|
|
172
|
+
}
|
|
173
|
+
export declare enum ConnectionAliasState {
|
|
174
|
+
CREATED = "CREATED",
|
|
175
|
+
CREATING = "CREATING",
|
|
176
|
+
DELETING = "DELETING",
|
|
177
|
+
}
|
|
178
|
+
export interface ConnectionAlias {
|
|
179
|
+
ConnectionString?: string;
|
|
180
|
+
AliasId?: string;
|
|
181
|
+
State?: ConnectionAliasState | string;
|
|
182
|
+
OwnerAccountId?: string;
|
|
183
|
+
Associations?: ConnectionAliasAssociation[];
|
|
184
|
+
}
|
|
185
|
+
export interface ConnectionAliasPermission {
|
|
186
|
+
SharedAccountId: string | undefined;
|
|
187
|
+
AllowAssociation: boolean | undefined;
|
|
188
|
+
}
|
|
189
|
+
export declare enum ConnectionState {
|
|
190
|
+
CONNECTED = "CONNECTED",
|
|
191
|
+
DISCONNECTED = "DISCONNECTED",
|
|
192
|
+
UNKNOWN = "UNKNOWN",
|
|
193
|
+
}
|
|
194
|
+
export interface Tag {
|
|
195
|
+
Key: string | undefined;
|
|
196
|
+
Value?: string;
|
|
197
|
+
}
|
|
198
|
+
export interface CopyWorkspaceImageRequest {
|
|
199
|
+
Name: string | undefined;
|
|
200
|
+
Description?: string;
|
|
201
|
+
SourceImageId: string | undefined;
|
|
202
|
+
SourceRegion: string | undefined;
|
|
203
|
+
Tags?: Tag[];
|
|
204
|
+
}
|
|
205
|
+
export interface CopyWorkspaceImageResult {
|
|
206
|
+
ImageId?: string;
|
|
207
|
+
}
|
|
208
|
+
export declare class ResourceAlreadyExistsException extends __BaseException {
|
|
209
|
+
readonly name: "ResourceAlreadyExistsException";
|
|
210
|
+
readonly $fault: "client";
|
|
211
|
+
constructor(
|
|
212
|
+
opts: __ExceptionOptionType<ResourceAlreadyExistsException, __BaseException>
|
|
213
|
+
);
|
|
214
|
+
}
|
|
215
|
+
export declare class ResourceUnavailableException extends __BaseException {
|
|
216
|
+
readonly name: "ResourceUnavailableException";
|
|
217
|
+
readonly $fault: "client";
|
|
218
|
+
ResourceId?: string;
|
|
219
|
+
constructor(
|
|
220
|
+
opts: __ExceptionOptionType<ResourceUnavailableException, __BaseException>
|
|
221
|
+
);
|
|
222
|
+
}
|
|
223
|
+
export interface CreateConnectClientAddInRequest {
|
|
224
|
+
ResourceId: string | undefined;
|
|
225
|
+
Name: string | undefined;
|
|
226
|
+
URL: string | undefined;
|
|
227
|
+
}
|
|
228
|
+
export interface CreateConnectClientAddInResult {
|
|
229
|
+
AddInId?: string;
|
|
230
|
+
}
|
|
231
|
+
export declare class ResourceCreationFailedException extends __BaseException {
|
|
232
|
+
readonly name: "ResourceCreationFailedException";
|
|
233
|
+
readonly $fault: "client";
|
|
234
|
+
constructor(
|
|
235
|
+
opts: __ExceptionOptionType<
|
|
236
|
+
ResourceCreationFailedException,
|
|
237
|
+
__BaseException
|
|
238
|
+
>
|
|
239
|
+
);
|
|
240
|
+
}
|
|
241
|
+
export interface CreateConnectionAliasRequest {
|
|
242
|
+
ConnectionString: string | undefined;
|
|
243
|
+
Tags?: Tag[];
|
|
244
|
+
}
|
|
245
|
+
export interface CreateConnectionAliasResult {
|
|
246
|
+
AliasId?: string;
|
|
247
|
+
}
|
|
248
|
+
export interface CreateIpGroupRequest {
|
|
249
|
+
GroupName: string | undefined;
|
|
250
|
+
GroupDesc?: string;
|
|
251
|
+
UserRules?: IpRuleItem[];
|
|
252
|
+
Tags?: Tag[];
|
|
253
|
+
}
|
|
254
|
+
export interface CreateIpGroupResult {
|
|
255
|
+
GroupId?: string;
|
|
256
|
+
}
|
|
257
|
+
export interface CreateTagsRequest {
|
|
258
|
+
ResourceId: string | undefined;
|
|
259
|
+
Tags: Tag[] | undefined;
|
|
260
|
+
}
|
|
261
|
+
export interface CreateTagsResult {}
|
|
262
|
+
export interface CreateUpdatedWorkspaceImageRequest {
|
|
263
|
+
Name: string | undefined;
|
|
264
|
+
Description: string | undefined;
|
|
265
|
+
SourceImageId: string | undefined;
|
|
266
|
+
Tags?: Tag[];
|
|
267
|
+
}
|
|
268
|
+
export interface CreateUpdatedWorkspaceImageResult {
|
|
269
|
+
ImageId?: string;
|
|
270
|
+
}
|
|
271
|
+
export interface CreateWorkspaceBundleRequest {
|
|
272
|
+
BundleName: string | undefined;
|
|
273
|
+
BundleDescription: string | undefined;
|
|
274
|
+
ImageId: string | undefined;
|
|
275
|
+
ComputeType: ComputeType | undefined;
|
|
276
|
+
UserStorage: UserStorage | undefined;
|
|
277
|
+
RootStorage?: RootStorage;
|
|
278
|
+
Tags?: Tag[];
|
|
279
|
+
}
|
|
280
|
+
export interface CreateWorkspaceBundleResult {
|
|
281
|
+
WorkspaceBundle?: WorkspaceBundle;
|
|
282
|
+
}
|
|
283
|
+
export interface CreateWorkspaceImageRequest {
|
|
284
|
+
Name: string | undefined;
|
|
285
|
+
Description: string | undefined;
|
|
286
|
+
WorkspaceId: string | undefined;
|
|
287
|
+
Tags?: Tag[];
|
|
288
|
+
}
|
|
289
|
+
export declare enum OperatingSystemType {
|
|
290
|
+
LINUX = "LINUX",
|
|
291
|
+
WINDOWS = "WINDOWS",
|
|
292
|
+
}
|
|
293
|
+
export interface OperatingSystem {
|
|
294
|
+
Type?: OperatingSystemType | string;
|
|
295
|
+
}
|
|
296
|
+
export declare enum WorkspaceImageRequiredTenancy {
|
|
297
|
+
DEDICATED = "DEDICATED",
|
|
298
|
+
DEFAULT = "DEFAULT",
|
|
299
|
+
}
|
|
300
|
+
export declare enum WorkspaceImageState {
|
|
301
|
+
AVAILABLE = "AVAILABLE",
|
|
302
|
+
ERROR = "ERROR",
|
|
303
|
+
PENDING = "PENDING",
|
|
304
|
+
}
|
|
305
|
+
export interface CreateWorkspaceImageResult {
|
|
306
|
+
ImageId?: string;
|
|
307
|
+
Name?: string;
|
|
308
|
+
Description?: string;
|
|
309
|
+
OperatingSystem?: OperatingSystem;
|
|
310
|
+
State?: WorkspaceImageState | string;
|
|
311
|
+
RequiredTenancy?: WorkspaceImageRequiredTenancy | string;
|
|
312
|
+
Created?: Date;
|
|
313
|
+
OwnerAccountId?: string;
|
|
314
|
+
}
|
|
315
|
+
export declare enum RunningMode {
|
|
316
|
+
ALWAYS_ON = "ALWAYS_ON",
|
|
317
|
+
AUTO_STOP = "AUTO_STOP",
|
|
318
|
+
}
|
|
319
|
+
export interface WorkspaceProperties {
|
|
320
|
+
RunningMode?: RunningMode | string;
|
|
321
|
+
RunningModeAutoStopTimeoutInMinutes?: number;
|
|
322
|
+
RootVolumeSizeGib?: number;
|
|
323
|
+
UserVolumeSizeGib?: number;
|
|
324
|
+
ComputeTypeName?: Compute | string;
|
|
325
|
+
}
|
|
326
|
+
export interface WorkspaceRequest {
|
|
327
|
+
DirectoryId: string | undefined;
|
|
328
|
+
UserName: string | undefined;
|
|
329
|
+
BundleId: string | undefined;
|
|
330
|
+
VolumeEncryptionKey?: string;
|
|
331
|
+
UserVolumeEncryptionEnabled?: boolean;
|
|
332
|
+
RootVolumeEncryptionEnabled?: boolean;
|
|
333
|
+
WorkspaceProperties?: WorkspaceProperties;
|
|
334
|
+
Tags?: Tag[];
|
|
335
|
+
}
|
|
336
|
+
export interface CreateWorkspacesRequest {
|
|
337
|
+
Workspaces: WorkspaceRequest[] | undefined;
|
|
338
|
+
}
|
|
339
|
+
export interface FailedCreateWorkspaceRequest {
|
|
340
|
+
WorkspaceRequest?: WorkspaceRequest;
|
|
341
|
+
ErrorCode?: string;
|
|
342
|
+
ErrorMessage?: string;
|
|
343
|
+
}
|
|
344
|
+
export declare enum ModificationResourceEnum {
|
|
345
|
+
COMPUTE_TYPE = "COMPUTE_TYPE",
|
|
346
|
+
ROOT_VOLUME = "ROOT_VOLUME",
|
|
347
|
+
USER_VOLUME = "USER_VOLUME",
|
|
348
|
+
}
|
|
349
|
+
export declare enum ModificationStateEnum {
|
|
350
|
+
UPDATE_INITIATED = "UPDATE_INITIATED",
|
|
351
|
+
UPDATE_IN_PROGRESS = "UPDATE_IN_PROGRESS",
|
|
352
|
+
}
|
|
353
|
+
export interface ModificationState {
|
|
354
|
+
Resource?: ModificationResourceEnum | string;
|
|
355
|
+
State?: ModificationStateEnum | string;
|
|
356
|
+
}
|
|
357
|
+
export declare enum WorkspaceState {
|
|
358
|
+
ADMIN_MAINTENANCE = "ADMIN_MAINTENANCE",
|
|
359
|
+
AVAILABLE = "AVAILABLE",
|
|
360
|
+
ERROR = "ERROR",
|
|
361
|
+
IMPAIRED = "IMPAIRED",
|
|
362
|
+
MAINTENANCE = "MAINTENANCE",
|
|
363
|
+
PENDING = "PENDING",
|
|
364
|
+
REBOOTING = "REBOOTING",
|
|
365
|
+
REBUILDING = "REBUILDING",
|
|
366
|
+
RESTORING = "RESTORING",
|
|
367
|
+
STARTING = "STARTING",
|
|
368
|
+
STOPPED = "STOPPED",
|
|
369
|
+
STOPPING = "STOPPING",
|
|
370
|
+
SUSPENDED = "SUSPENDED",
|
|
371
|
+
TERMINATED = "TERMINATED",
|
|
372
|
+
TERMINATING = "TERMINATING",
|
|
373
|
+
UNHEALTHY = "UNHEALTHY",
|
|
374
|
+
UPDATING = "UPDATING",
|
|
375
|
+
}
|
|
376
|
+
export interface Workspace {
|
|
377
|
+
WorkspaceId?: string;
|
|
378
|
+
DirectoryId?: string;
|
|
379
|
+
UserName?: string;
|
|
380
|
+
IpAddress?: string;
|
|
381
|
+
State?: WorkspaceState | string;
|
|
382
|
+
BundleId?: string;
|
|
383
|
+
SubnetId?: string;
|
|
384
|
+
ErrorMessage?: string;
|
|
385
|
+
ErrorCode?: string;
|
|
386
|
+
ComputerName?: string;
|
|
387
|
+
VolumeEncryptionKey?: string;
|
|
388
|
+
UserVolumeEncryptionEnabled?: boolean;
|
|
389
|
+
RootVolumeEncryptionEnabled?: boolean;
|
|
390
|
+
WorkspaceProperties?: WorkspaceProperties;
|
|
391
|
+
ModificationStates?: ModificationState[];
|
|
392
|
+
}
|
|
393
|
+
export interface CreateWorkspacesResult {
|
|
394
|
+
FailedRequests?: FailedCreateWorkspaceRequest[];
|
|
395
|
+
PendingRequests?: Workspace[];
|
|
396
|
+
}
|
|
397
|
+
export declare enum DedicatedTenancySupportEnum {
|
|
398
|
+
ENABLED = "ENABLED",
|
|
399
|
+
}
|
|
400
|
+
export interface DefaultClientBrandingAttributes {
|
|
401
|
+
LogoUrl?: string;
|
|
402
|
+
SupportEmail?: string;
|
|
403
|
+
SupportLink?: string;
|
|
404
|
+
ForgotPasswordLink?: string;
|
|
405
|
+
LoginMessage?: Record<string, string>;
|
|
406
|
+
}
|
|
407
|
+
export interface DefaultImportClientBrandingAttributes {
|
|
408
|
+
Logo?: Uint8Array;
|
|
409
|
+
SupportEmail?: string;
|
|
410
|
+
SupportLink?: string;
|
|
411
|
+
ForgotPasswordLink?: string;
|
|
412
|
+
LoginMessage?: Record<string, string>;
|
|
413
|
+
}
|
|
414
|
+
export interface DefaultWorkspaceCreationProperties {
|
|
415
|
+
EnableWorkDocs?: boolean;
|
|
416
|
+
EnableInternetAccess?: boolean;
|
|
417
|
+
DefaultOu?: string;
|
|
418
|
+
CustomSecurityGroupId?: string;
|
|
419
|
+
UserEnabledAsLocalAdministrator?: boolean;
|
|
420
|
+
EnableMaintenanceMode?: boolean;
|
|
421
|
+
}
|
|
422
|
+
export declare enum DeletableSamlProperty {
|
|
423
|
+
SAML_PROPERTIES_RELAY_STATE_PARAMETER_NAME = "SAML_PROPERTIES_RELAY_STATE_PARAMETER_NAME",
|
|
424
|
+
SAML_PROPERTIES_USER_ACCESS_URL = "SAML_PROPERTIES_USER_ACCESS_URL",
|
|
425
|
+
}
|
|
426
|
+
export interface DeleteClientBrandingRequest {
|
|
427
|
+
ResourceId: string | undefined;
|
|
428
|
+
Platforms: (ClientDeviceType | string)[] | undefined;
|
|
429
|
+
}
|
|
430
|
+
export interface DeleteClientBrandingResult {}
|
|
431
|
+
export interface DeleteConnectClientAddInRequest {
|
|
432
|
+
AddInId: string | undefined;
|
|
433
|
+
ResourceId: string | undefined;
|
|
434
|
+
}
|
|
435
|
+
export interface DeleteConnectClientAddInResult {}
|
|
436
|
+
export interface DeleteConnectionAliasRequest {
|
|
437
|
+
AliasId: string | undefined;
|
|
438
|
+
}
|
|
439
|
+
export interface DeleteConnectionAliasResult {}
|
|
440
|
+
export interface DeleteIpGroupRequest {
|
|
441
|
+
GroupId: string | undefined;
|
|
442
|
+
}
|
|
443
|
+
export interface DeleteIpGroupResult {}
|
|
444
|
+
export interface DeleteTagsRequest {
|
|
445
|
+
ResourceId: string | undefined;
|
|
446
|
+
TagKeys: string[] | undefined;
|
|
447
|
+
}
|
|
448
|
+
export interface DeleteTagsResult {}
|
|
449
|
+
export interface DeleteWorkspaceBundleRequest {
|
|
450
|
+
BundleId?: string;
|
|
451
|
+
}
|
|
452
|
+
export interface DeleteWorkspaceBundleResult {}
|
|
453
|
+
export interface DeleteWorkspaceImageRequest {
|
|
454
|
+
ImageId: string | undefined;
|
|
455
|
+
}
|
|
456
|
+
export interface DeleteWorkspaceImageResult {}
|
|
457
|
+
export interface DeregisterWorkspaceDirectoryRequest {
|
|
458
|
+
DirectoryId: string | undefined;
|
|
459
|
+
}
|
|
460
|
+
export interface DeregisterWorkspaceDirectoryResult {}
|
|
461
|
+
export interface DescribeAccountRequest {}
|
|
462
|
+
export interface DescribeAccountResult {
|
|
463
|
+
DedicatedTenancySupport?: DedicatedTenancySupportResultEnum | string;
|
|
464
|
+
DedicatedTenancyManagementCidrRange?: string;
|
|
465
|
+
}
|
|
466
|
+
export interface DescribeAccountModificationsRequest {
|
|
467
|
+
NextToken?: string;
|
|
468
|
+
}
|
|
469
|
+
export interface DescribeAccountModificationsResult {
|
|
470
|
+
AccountModifications?: AccountModification[];
|
|
471
|
+
NextToken?: string;
|
|
472
|
+
}
|
|
473
|
+
export interface DescribeClientBrandingRequest {
|
|
474
|
+
ResourceId: string | undefined;
|
|
475
|
+
}
|
|
476
|
+
export interface IosClientBrandingAttributes {
|
|
477
|
+
LogoUrl?: string;
|
|
478
|
+
Logo2xUrl?: string;
|
|
479
|
+
Logo3xUrl?: string;
|
|
480
|
+
SupportEmail?: string;
|
|
481
|
+
SupportLink?: string;
|
|
482
|
+
ForgotPasswordLink?: string;
|
|
483
|
+
LoginMessage?: Record<string, string>;
|
|
484
|
+
}
|
|
485
|
+
export interface DescribeClientBrandingResult {
|
|
486
|
+
DeviceTypeWindows?: DefaultClientBrandingAttributes;
|
|
487
|
+
DeviceTypeOsx?: DefaultClientBrandingAttributes;
|
|
488
|
+
DeviceTypeAndroid?: DefaultClientBrandingAttributes;
|
|
489
|
+
DeviceTypeIos?: IosClientBrandingAttributes;
|
|
490
|
+
DeviceTypeLinux?: DefaultClientBrandingAttributes;
|
|
491
|
+
DeviceTypeWeb?: DefaultClientBrandingAttributes;
|
|
492
|
+
}
|
|
493
|
+
export interface DescribeClientPropertiesRequest {
|
|
494
|
+
ResourceIds: string[] | undefined;
|
|
495
|
+
}
|
|
496
|
+
export interface DescribeClientPropertiesResult {
|
|
497
|
+
ClientPropertiesList?: ClientPropertiesResult[];
|
|
498
|
+
}
|
|
499
|
+
export interface DescribeConnectClientAddInsRequest {
|
|
500
|
+
ResourceId: string | undefined;
|
|
501
|
+
NextToken?: string;
|
|
502
|
+
MaxResults?: number;
|
|
503
|
+
}
|
|
504
|
+
export interface DescribeConnectClientAddInsResult {
|
|
505
|
+
AddIns?: ConnectClientAddIn[];
|
|
506
|
+
NextToken?: string;
|
|
507
|
+
}
|
|
508
|
+
export interface DescribeConnectionAliasesRequest {
|
|
509
|
+
AliasIds?: string[];
|
|
510
|
+
ResourceId?: string;
|
|
511
|
+
Limit?: number;
|
|
512
|
+
NextToken?: string;
|
|
513
|
+
}
|
|
514
|
+
export interface DescribeConnectionAliasesResult {
|
|
515
|
+
ConnectionAliases?: ConnectionAlias[];
|
|
516
|
+
NextToken?: string;
|
|
517
|
+
}
|
|
518
|
+
export interface DescribeConnectionAliasPermissionsRequest {
|
|
519
|
+
AliasId: string | undefined;
|
|
520
|
+
NextToken?: string;
|
|
521
|
+
MaxResults?: number;
|
|
522
|
+
}
|
|
523
|
+
export interface DescribeConnectionAliasPermissionsResult {
|
|
524
|
+
AliasId?: string;
|
|
525
|
+
ConnectionAliasPermissions?: ConnectionAliasPermission[];
|
|
526
|
+
NextToken?: string;
|
|
527
|
+
}
|
|
528
|
+
export interface DescribeIpGroupsRequest {
|
|
529
|
+
GroupIds?: string[];
|
|
530
|
+
NextToken?: string;
|
|
531
|
+
MaxResults?: number;
|
|
532
|
+
}
|
|
533
|
+
export interface WorkspacesIpGroup {
|
|
534
|
+
groupId?: string;
|
|
535
|
+
groupName?: string;
|
|
536
|
+
groupDesc?: string;
|
|
537
|
+
userRules?: IpRuleItem[];
|
|
538
|
+
}
|
|
539
|
+
export interface DescribeIpGroupsResult {
|
|
540
|
+
Result?: WorkspacesIpGroup[];
|
|
541
|
+
NextToken?: string;
|
|
542
|
+
}
|
|
543
|
+
export interface DescribeTagsRequest {
|
|
544
|
+
ResourceId: string | undefined;
|
|
545
|
+
}
|
|
546
|
+
export interface DescribeTagsResult {
|
|
547
|
+
TagList?: Tag[];
|
|
548
|
+
}
|
|
549
|
+
export interface DescribeWorkspaceBundlesRequest {
|
|
550
|
+
BundleIds?: string[];
|
|
551
|
+
Owner?: string;
|
|
552
|
+
NextToken?: string;
|
|
553
|
+
}
|
|
554
|
+
export interface DescribeWorkspaceBundlesResult {
|
|
555
|
+
Bundles?: WorkspaceBundle[];
|
|
556
|
+
NextToken?: string;
|
|
557
|
+
}
|
|
558
|
+
export interface DescribeWorkspaceDirectoriesRequest {
|
|
559
|
+
DirectoryIds?: string[];
|
|
560
|
+
Limit?: number;
|
|
561
|
+
NextToken?: string;
|
|
562
|
+
}
|
|
563
|
+
export declare enum WorkspaceDirectoryType {
|
|
564
|
+
AD_CONNECTOR = "AD_CONNECTOR",
|
|
565
|
+
SIMPLE_AD = "SIMPLE_AD",
|
|
566
|
+
}
|
|
567
|
+
export declare enum SamlStatusEnum {
|
|
568
|
+
DISABLED = "DISABLED",
|
|
569
|
+
ENABLED = "ENABLED",
|
|
570
|
+
ENABLED_WITH_DIRECTORY_LOGIN_FALLBACK = "ENABLED_WITH_DIRECTORY_LOGIN_FALLBACK",
|
|
571
|
+
}
|
|
572
|
+
export interface SamlProperties {
|
|
573
|
+
Status?: SamlStatusEnum | string;
|
|
574
|
+
UserAccessUrl?: string;
|
|
575
|
+
RelayStateParameterName?: string;
|
|
576
|
+
}
|
|
577
|
+
export interface SelfservicePermissions {
|
|
578
|
+
RestartWorkspace?: ReconnectEnum | string;
|
|
579
|
+
IncreaseVolumeSize?: ReconnectEnum | string;
|
|
580
|
+
ChangeComputeType?: ReconnectEnum | string;
|
|
581
|
+
SwitchRunningMode?: ReconnectEnum | string;
|
|
582
|
+
RebuildWorkspace?: ReconnectEnum | string;
|
|
583
|
+
}
|
|
584
|
+
export declare enum WorkspaceDirectoryState {
|
|
585
|
+
DEREGISTERED = "DEREGISTERED",
|
|
586
|
+
DEREGISTERING = "DEREGISTERING",
|
|
587
|
+
ERROR = "ERROR",
|
|
588
|
+
REGISTERED = "REGISTERED",
|
|
589
|
+
REGISTERING = "REGISTERING",
|
|
590
|
+
}
|
|
591
|
+
export declare enum Tenancy {
|
|
592
|
+
DEDICATED = "DEDICATED",
|
|
593
|
+
SHARED = "SHARED",
|
|
594
|
+
}
|
|
595
|
+
export interface WorkspaceAccessProperties {
|
|
596
|
+
DeviceTypeWindows?: AccessPropertyValue | string;
|
|
597
|
+
DeviceTypeOsx?: AccessPropertyValue | string;
|
|
598
|
+
DeviceTypeWeb?: AccessPropertyValue | string;
|
|
599
|
+
DeviceTypeIos?: AccessPropertyValue | string;
|
|
600
|
+
DeviceTypeAndroid?: AccessPropertyValue | string;
|
|
601
|
+
DeviceTypeChromeOs?: AccessPropertyValue | string;
|
|
602
|
+
DeviceTypeZeroClient?: AccessPropertyValue | string;
|
|
603
|
+
DeviceTypeLinux?: AccessPropertyValue | string;
|
|
604
|
+
}
|
|
605
|
+
export interface WorkspaceDirectory {
|
|
606
|
+
DirectoryId?: string;
|
|
607
|
+
Alias?: string;
|
|
608
|
+
DirectoryName?: string;
|
|
609
|
+
RegistrationCode?: string;
|
|
610
|
+
SubnetIds?: string[];
|
|
611
|
+
DnsIpAddresses?: string[];
|
|
612
|
+
CustomerUserName?: string;
|
|
613
|
+
IamRoleId?: string;
|
|
614
|
+
DirectoryType?: WorkspaceDirectoryType | string;
|
|
615
|
+
WorkspaceSecurityGroupId?: string;
|
|
616
|
+
State?: WorkspaceDirectoryState | string;
|
|
617
|
+
WorkspaceCreationProperties?: DefaultWorkspaceCreationProperties;
|
|
618
|
+
ipGroupIds?: string[];
|
|
619
|
+
WorkspaceAccessProperties?: WorkspaceAccessProperties;
|
|
620
|
+
Tenancy?: Tenancy | string;
|
|
621
|
+
SelfservicePermissions?: SelfservicePermissions;
|
|
622
|
+
SamlProperties?: SamlProperties;
|
|
623
|
+
}
|
|
624
|
+
export interface DescribeWorkspaceDirectoriesResult {
|
|
625
|
+
Directories?: WorkspaceDirectory[];
|
|
626
|
+
NextToken?: string;
|
|
627
|
+
}
|
|
628
|
+
export interface DescribeWorkspaceImagePermissionsRequest {
|
|
629
|
+
ImageId: string | undefined;
|
|
630
|
+
NextToken?: string;
|
|
631
|
+
MaxResults?: number;
|
|
632
|
+
}
|
|
633
|
+
export interface ImagePermission {
|
|
634
|
+
SharedAccountId?: string;
|
|
635
|
+
}
|
|
636
|
+
export interface DescribeWorkspaceImagePermissionsResult {
|
|
637
|
+
ImageId?: string;
|
|
638
|
+
ImagePermissions?: ImagePermission[];
|
|
639
|
+
NextToken?: string;
|
|
640
|
+
}
|
|
641
|
+
export declare enum ImageType {
|
|
642
|
+
OWNED = "OWNED",
|
|
643
|
+
SHARED = "SHARED",
|
|
644
|
+
}
|
|
645
|
+
export interface DescribeWorkspaceImagesRequest {
|
|
646
|
+
ImageIds?: string[];
|
|
647
|
+
ImageType?: ImageType | string;
|
|
648
|
+
NextToken?: string;
|
|
649
|
+
MaxResults?: number;
|
|
650
|
+
}
|
|
651
|
+
export interface UpdateResult {
|
|
652
|
+
UpdateAvailable?: boolean;
|
|
653
|
+
Description?: string;
|
|
654
|
+
}
|
|
655
|
+
export interface WorkspaceImage {
|
|
656
|
+
ImageId?: string;
|
|
657
|
+
Name?: string;
|
|
658
|
+
Description?: string;
|
|
659
|
+
OperatingSystem?: OperatingSystem;
|
|
660
|
+
State?: WorkspaceImageState | string;
|
|
661
|
+
RequiredTenancy?: WorkspaceImageRequiredTenancy | string;
|
|
662
|
+
ErrorCode?: string;
|
|
663
|
+
ErrorMessage?: string;
|
|
664
|
+
Created?: Date;
|
|
665
|
+
OwnerAccountId?: string;
|
|
666
|
+
Updates?: UpdateResult;
|
|
667
|
+
}
|
|
668
|
+
export interface DescribeWorkspaceImagesResult {
|
|
669
|
+
Images?: WorkspaceImage[];
|
|
670
|
+
NextToken?: string;
|
|
671
|
+
}
|
|
672
|
+
export interface DescribeWorkspacesRequest {
|
|
673
|
+
WorkspaceIds?: string[];
|
|
674
|
+
DirectoryId?: string;
|
|
675
|
+
UserName?: string;
|
|
676
|
+
BundleId?: string;
|
|
677
|
+
Limit?: number;
|
|
678
|
+
NextToken?: string;
|
|
679
|
+
}
|
|
680
|
+
export interface DescribeWorkspacesResult {
|
|
681
|
+
Workspaces?: Workspace[];
|
|
682
|
+
NextToken?: string;
|
|
683
|
+
}
|
|
684
|
+
export interface DescribeWorkspacesConnectionStatusRequest {
|
|
685
|
+
WorkspaceIds?: string[];
|
|
686
|
+
NextToken?: string;
|
|
687
|
+
}
|
|
688
|
+
export interface WorkspaceConnectionStatus {
|
|
689
|
+
WorkspaceId?: string;
|
|
690
|
+
ConnectionState?: ConnectionState | string;
|
|
691
|
+
ConnectionStateCheckTimestamp?: Date;
|
|
692
|
+
LastKnownUserConnectionTimestamp?: Date;
|
|
693
|
+
}
|
|
694
|
+
export interface DescribeWorkspacesConnectionStatusResult {
|
|
695
|
+
WorkspacesConnectionStatus?: WorkspaceConnectionStatus[];
|
|
696
|
+
NextToken?: string;
|
|
697
|
+
}
|
|
698
|
+
export interface DescribeWorkspaceSnapshotsRequest {
|
|
699
|
+
WorkspaceId: string | undefined;
|
|
700
|
+
}
|
|
701
|
+
export interface Snapshot {
|
|
702
|
+
SnapshotTime?: Date;
|
|
703
|
+
}
|
|
704
|
+
export interface DescribeWorkspaceSnapshotsResult {
|
|
705
|
+
RebuildSnapshots?: Snapshot[];
|
|
706
|
+
RestoreSnapshots?: Snapshot[];
|
|
707
|
+
}
|
|
708
|
+
export interface DisassociateConnectionAliasRequest {
|
|
709
|
+
AliasId: string | undefined;
|
|
710
|
+
}
|
|
711
|
+
export interface DisassociateConnectionAliasResult {}
|
|
712
|
+
export interface DisassociateIpGroupsRequest {
|
|
713
|
+
DirectoryId: string | undefined;
|
|
714
|
+
GroupIds: string[] | undefined;
|
|
715
|
+
}
|
|
716
|
+
export interface DisassociateIpGroupsResult {}
|
|
717
|
+
export interface FailedWorkspaceChangeRequest {
|
|
718
|
+
WorkspaceId?: string;
|
|
719
|
+
ErrorCode?: string;
|
|
720
|
+
ErrorMessage?: string;
|
|
721
|
+
}
|
|
722
|
+
export interface IosImportClientBrandingAttributes {
|
|
723
|
+
Logo?: Uint8Array;
|
|
724
|
+
Logo2x?: Uint8Array;
|
|
725
|
+
Logo3x?: Uint8Array;
|
|
726
|
+
SupportEmail?: string;
|
|
727
|
+
SupportLink?: string;
|
|
728
|
+
ForgotPasswordLink?: string;
|
|
729
|
+
LoginMessage?: Record<string, string>;
|
|
730
|
+
}
|
|
731
|
+
export interface ImportClientBrandingRequest {
|
|
732
|
+
ResourceId: string | undefined;
|
|
733
|
+
DeviceTypeWindows?: DefaultImportClientBrandingAttributes;
|
|
734
|
+
DeviceTypeOsx?: DefaultImportClientBrandingAttributes;
|
|
735
|
+
DeviceTypeAndroid?: DefaultImportClientBrandingAttributes;
|
|
736
|
+
DeviceTypeIos?: IosImportClientBrandingAttributes;
|
|
737
|
+
DeviceTypeLinux?: DefaultImportClientBrandingAttributes;
|
|
738
|
+
DeviceTypeWeb?: DefaultImportClientBrandingAttributes;
|
|
739
|
+
}
|
|
740
|
+
export interface ImportClientBrandingResult {
|
|
741
|
+
DeviceTypeWindows?: DefaultClientBrandingAttributes;
|
|
742
|
+
DeviceTypeOsx?: DefaultClientBrandingAttributes;
|
|
743
|
+
DeviceTypeAndroid?: DefaultClientBrandingAttributes;
|
|
744
|
+
DeviceTypeIos?: IosClientBrandingAttributes;
|
|
745
|
+
DeviceTypeLinux?: DefaultClientBrandingAttributes;
|
|
746
|
+
DeviceTypeWeb?: DefaultClientBrandingAttributes;
|
|
747
|
+
}
|
|
748
|
+
export declare enum WorkspaceImageIngestionProcess {
|
|
749
|
+
BYOL_GRAPHICS = "BYOL_GRAPHICS",
|
|
750
|
+
BYOL_GRAPHICSPRO = "BYOL_GRAPHICSPRO",
|
|
751
|
+
BYOL_GRAPHICS_G4DN = "BYOL_GRAPHICS_G4DN",
|
|
752
|
+
BYOL_REGULAR = "BYOL_REGULAR",
|
|
753
|
+
BYOL_REGULAR_WSP = "BYOL_REGULAR_WSP",
|
|
754
|
+
}
|
|
755
|
+
export interface ImportWorkspaceImageRequest {
|
|
756
|
+
Ec2ImageId: string | undefined;
|
|
757
|
+
IngestionProcess: WorkspaceImageIngestionProcess | string | undefined;
|
|
758
|
+
ImageName: string | undefined;
|
|
759
|
+
ImageDescription: string | undefined;
|
|
760
|
+
Tags?: Tag[];
|
|
761
|
+
Applications?: (Application | string)[];
|
|
762
|
+
}
|
|
763
|
+
export interface ImportWorkspaceImageResult {
|
|
764
|
+
ImageId?: string;
|
|
765
|
+
}
|
|
766
|
+
export interface ListAvailableManagementCidrRangesRequest {
|
|
767
|
+
ManagementCidrRangeConstraint: string | undefined;
|
|
768
|
+
MaxResults?: number;
|
|
769
|
+
NextToken?: string;
|
|
770
|
+
}
|
|
771
|
+
export interface ListAvailableManagementCidrRangesResult {
|
|
772
|
+
ManagementCidrRanges?: string[];
|
|
773
|
+
NextToken?: string;
|
|
774
|
+
}
|
|
775
|
+
export interface MigrateWorkspaceRequest {
|
|
776
|
+
SourceWorkspaceId: string | undefined;
|
|
777
|
+
BundleId: string | undefined;
|
|
778
|
+
}
|
|
779
|
+
export interface MigrateWorkspaceResult {
|
|
780
|
+
SourceWorkspaceId?: string;
|
|
781
|
+
TargetWorkspaceId?: string;
|
|
782
|
+
}
|
|
783
|
+
export declare class OperationInProgressException extends __BaseException {
|
|
784
|
+
readonly name: "OperationInProgressException";
|
|
785
|
+
readonly $fault: "client";
|
|
786
|
+
constructor(
|
|
787
|
+
opts: __ExceptionOptionType<OperationInProgressException, __BaseException>
|
|
788
|
+
);
|
|
789
|
+
}
|
|
790
|
+
export interface ModifyAccountRequest {
|
|
791
|
+
DedicatedTenancySupport?: DedicatedTenancySupportEnum | string;
|
|
792
|
+
DedicatedTenancyManagementCidrRange?: string;
|
|
793
|
+
}
|
|
794
|
+
export interface ModifyAccountResult {}
|
|
795
|
+
export interface ModifyClientPropertiesRequest {
|
|
796
|
+
ResourceId: string | undefined;
|
|
797
|
+
ClientProperties: ClientProperties | undefined;
|
|
798
|
+
}
|
|
799
|
+
export interface ModifyClientPropertiesResult {}
|
|
800
|
+
export interface ModifySamlPropertiesRequest {
|
|
801
|
+
ResourceId: string | undefined;
|
|
802
|
+
SamlProperties?: SamlProperties;
|
|
803
|
+
PropertiesToDelete?: (DeletableSamlProperty | string)[];
|
|
804
|
+
}
|
|
805
|
+
export interface ModifySamlPropertiesResult {}
|
|
806
|
+
export interface ModifySelfservicePermissionsRequest {
|
|
807
|
+
ResourceId: string | undefined;
|
|
808
|
+
SelfservicePermissions: SelfservicePermissions | undefined;
|
|
809
|
+
}
|
|
810
|
+
export interface ModifySelfservicePermissionsResult {}
|
|
811
|
+
export interface ModifyWorkspaceAccessPropertiesRequest {
|
|
812
|
+
ResourceId: string | undefined;
|
|
813
|
+
WorkspaceAccessProperties: WorkspaceAccessProperties | undefined;
|
|
814
|
+
}
|
|
815
|
+
export interface ModifyWorkspaceAccessPropertiesResult {}
|
|
816
|
+
export interface WorkspaceCreationProperties {
|
|
817
|
+
EnableWorkDocs?: boolean;
|
|
818
|
+
EnableInternetAccess?: boolean;
|
|
819
|
+
DefaultOu?: string;
|
|
820
|
+
CustomSecurityGroupId?: string;
|
|
821
|
+
UserEnabledAsLocalAdministrator?: boolean;
|
|
822
|
+
EnableMaintenanceMode?: boolean;
|
|
823
|
+
}
|
|
824
|
+
export interface ModifyWorkspaceCreationPropertiesRequest {
|
|
825
|
+
ResourceId: string | undefined;
|
|
826
|
+
WorkspaceCreationProperties: WorkspaceCreationProperties | undefined;
|
|
827
|
+
}
|
|
828
|
+
export interface ModifyWorkspaceCreationPropertiesResult {}
|
|
829
|
+
export interface ModifyWorkspacePropertiesRequest {
|
|
830
|
+
WorkspaceId: string | undefined;
|
|
831
|
+
WorkspaceProperties: WorkspaceProperties | undefined;
|
|
832
|
+
}
|
|
833
|
+
export interface ModifyWorkspacePropertiesResult {}
|
|
834
|
+
export declare class UnsupportedWorkspaceConfigurationException extends __BaseException {
|
|
835
|
+
readonly name: "UnsupportedWorkspaceConfigurationException";
|
|
836
|
+
readonly $fault: "client";
|
|
837
|
+
constructor(
|
|
838
|
+
opts: __ExceptionOptionType<
|
|
839
|
+
UnsupportedWorkspaceConfigurationException,
|
|
840
|
+
__BaseException
|
|
841
|
+
>
|
|
842
|
+
);
|
|
843
|
+
}
|
|
844
|
+
export declare enum TargetWorkspaceState {
|
|
845
|
+
ADMIN_MAINTENANCE = "ADMIN_MAINTENANCE",
|
|
846
|
+
AVAILABLE = "AVAILABLE",
|
|
847
|
+
}
|
|
848
|
+
export interface ModifyWorkspaceStateRequest {
|
|
849
|
+
WorkspaceId: string | undefined;
|
|
850
|
+
WorkspaceState: TargetWorkspaceState | string | undefined;
|
|
851
|
+
}
|
|
852
|
+
export interface ModifyWorkspaceStateResult {}
|
|
853
|
+
export interface RebootRequest {
|
|
854
|
+
WorkspaceId: string | undefined;
|
|
855
|
+
}
|
|
856
|
+
export interface RebootWorkspacesRequest {
|
|
857
|
+
RebootWorkspaceRequests: RebootRequest[] | undefined;
|
|
858
|
+
}
|
|
859
|
+
export interface RebootWorkspacesResult {
|
|
860
|
+
FailedRequests?: FailedWorkspaceChangeRequest[];
|
|
861
|
+
}
|
|
862
|
+
export interface RebuildRequest {
|
|
863
|
+
WorkspaceId: string | undefined;
|
|
864
|
+
}
|
|
865
|
+
export interface RebuildWorkspacesRequest {
|
|
866
|
+
RebuildWorkspaceRequests: RebuildRequest[] | undefined;
|
|
867
|
+
}
|
|
868
|
+
export interface RebuildWorkspacesResult {
|
|
869
|
+
FailedRequests?: FailedWorkspaceChangeRequest[];
|
|
870
|
+
}
|
|
871
|
+
export interface RegisterWorkspaceDirectoryRequest {
|
|
872
|
+
DirectoryId: string | undefined;
|
|
873
|
+
SubnetIds?: string[];
|
|
874
|
+
EnableWorkDocs: boolean | undefined;
|
|
875
|
+
EnableSelfService?: boolean;
|
|
876
|
+
Tenancy?: Tenancy | string;
|
|
877
|
+
Tags?: Tag[];
|
|
878
|
+
}
|
|
879
|
+
export interface RegisterWorkspaceDirectoryResult {}
|
|
880
|
+
export declare class UnsupportedNetworkConfigurationException extends __BaseException {
|
|
881
|
+
readonly name: "UnsupportedNetworkConfigurationException";
|
|
882
|
+
readonly $fault: "client";
|
|
883
|
+
constructor(
|
|
884
|
+
opts: __ExceptionOptionType<
|
|
885
|
+
UnsupportedNetworkConfigurationException,
|
|
886
|
+
__BaseException
|
|
887
|
+
>
|
|
888
|
+
);
|
|
889
|
+
}
|
|
890
|
+
export declare class WorkspacesDefaultRoleNotFoundException extends __BaseException {
|
|
891
|
+
readonly name: "WorkspacesDefaultRoleNotFoundException";
|
|
892
|
+
readonly $fault: "client";
|
|
893
|
+
constructor(
|
|
894
|
+
opts: __ExceptionOptionType<
|
|
895
|
+
WorkspacesDefaultRoleNotFoundException,
|
|
896
|
+
__BaseException
|
|
897
|
+
>
|
|
898
|
+
);
|
|
899
|
+
}
|
|
900
|
+
export interface RestoreWorkspaceRequest {
|
|
901
|
+
WorkspaceId: string | undefined;
|
|
902
|
+
}
|
|
903
|
+
export interface RestoreWorkspaceResult {}
|
|
904
|
+
export interface RevokeIpRulesRequest {
|
|
905
|
+
GroupId: string | undefined;
|
|
906
|
+
UserRules: string[] | undefined;
|
|
907
|
+
}
|
|
908
|
+
export interface RevokeIpRulesResult {}
|
|
909
|
+
export interface StartRequest {
|
|
910
|
+
WorkspaceId?: string;
|
|
911
|
+
}
|
|
912
|
+
export interface StartWorkspacesRequest {
|
|
913
|
+
StartWorkspaceRequests: StartRequest[] | undefined;
|
|
914
|
+
}
|
|
915
|
+
export interface StartWorkspacesResult {
|
|
916
|
+
FailedRequests?: FailedWorkspaceChangeRequest[];
|
|
917
|
+
}
|
|
918
|
+
export interface StopRequest {
|
|
919
|
+
WorkspaceId?: string;
|
|
920
|
+
}
|
|
921
|
+
export interface StopWorkspacesRequest {
|
|
922
|
+
StopWorkspaceRequests: StopRequest[] | undefined;
|
|
923
|
+
}
|
|
924
|
+
export interface StopWorkspacesResult {
|
|
925
|
+
FailedRequests?: FailedWorkspaceChangeRequest[];
|
|
926
|
+
}
|
|
927
|
+
export interface TerminateRequest {
|
|
928
|
+
WorkspaceId: string | undefined;
|
|
929
|
+
}
|
|
930
|
+
export interface TerminateWorkspacesRequest {
|
|
931
|
+
TerminateWorkspaceRequests: TerminateRequest[] | undefined;
|
|
932
|
+
}
|
|
933
|
+
export interface TerminateWorkspacesResult {
|
|
934
|
+
FailedRequests?: FailedWorkspaceChangeRequest[];
|
|
935
|
+
}
|
|
936
|
+
export interface UpdateConnectClientAddInRequest {
|
|
937
|
+
AddInId: string | undefined;
|
|
938
|
+
ResourceId: string | undefined;
|
|
939
|
+
Name?: string;
|
|
940
|
+
URL?: string;
|
|
941
|
+
}
|
|
942
|
+
export interface UpdateConnectClientAddInResult {}
|
|
943
|
+
export interface UpdateConnectionAliasPermissionRequest {
|
|
944
|
+
AliasId: string | undefined;
|
|
945
|
+
ConnectionAliasPermission: ConnectionAliasPermission | undefined;
|
|
946
|
+
}
|
|
947
|
+
export interface UpdateConnectionAliasPermissionResult {}
|
|
948
|
+
export interface UpdateRulesOfIpGroupRequest {
|
|
949
|
+
GroupId: string | undefined;
|
|
950
|
+
UserRules: IpRuleItem[] | undefined;
|
|
951
|
+
}
|
|
952
|
+
export interface UpdateRulesOfIpGroupResult {}
|
|
953
|
+
export interface UpdateWorkspaceBundleRequest {
|
|
954
|
+
BundleId?: string;
|
|
955
|
+
ImageId?: string;
|
|
956
|
+
}
|
|
957
|
+
export interface UpdateWorkspaceBundleResult {}
|
|
958
|
+
export interface UpdateWorkspaceImagePermissionRequest {
|
|
959
|
+
ImageId: string | undefined;
|
|
960
|
+
AllowCopyImage: boolean | undefined;
|
|
961
|
+
SharedAccountId: string | undefined;
|
|
962
|
+
}
|
|
963
|
+
export interface UpdateWorkspaceImagePermissionResult {}
|
|
964
|
+
export declare const AccountModificationFilterSensitiveLog: (
|
|
965
|
+
obj: AccountModification
|
|
966
|
+
) => any;
|
|
967
|
+
export declare const AssociateConnectionAliasRequestFilterSensitiveLog: (
|
|
968
|
+
obj: AssociateConnectionAliasRequest
|
|
969
|
+
) => any;
|
|
970
|
+
export declare const AssociateConnectionAliasResultFilterSensitiveLog: (
|
|
971
|
+
obj: AssociateConnectionAliasResult
|
|
972
|
+
) => any;
|
|
973
|
+
export declare const AssociateIpGroupsRequestFilterSensitiveLog: (
|
|
974
|
+
obj: AssociateIpGroupsRequest
|
|
975
|
+
) => any;
|
|
976
|
+
export declare const AssociateIpGroupsResultFilterSensitiveLog: (
|
|
977
|
+
obj: AssociateIpGroupsResult
|
|
978
|
+
) => any;
|
|
979
|
+
export declare const IpRuleItemFilterSensitiveLog: (obj: IpRuleItem) => any;
|
|
980
|
+
export declare const AuthorizeIpRulesRequestFilterSensitiveLog: (
|
|
981
|
+
obj: AuthorizeIpRulesRequest
|
|
982
|
+
) => any;
|
|
983
|
+
export declare const AuthorizeIpRulesResultFilterSensitiveLog: (
|
|
984
|
+
obj: AuthorizeIpRulesResult
|
|
985
|
+
) => any;
|
|
986
|
+
export declare const ComputeTypeFilterSensitiveLog: (obj: ComputeType) => any;
|
|
987
|
+
export declare const RootStorageFilterSensitiveLog: (obj: RootStorage) => any;
|
|
988
|
+
export declare const UserStorageFilterSensitiveLog: (obj: UserStorage) => any;
|
|
989
|
+
export declare const WorkspaceBundleFilterSensitiveLog: (
|
|
990
|
+
obj: WorkspaceBundle
|
|
991
|
+
) => any;
|
|
992
|
+
export declare const ClientPropertiesFilterSensitiveLog: (
|
|
993
|
+
obj: ClientProperties
|
|
994
|
+
) => any;
|
|
995
|
+
export declare const ClientPropertiesResultFilterSensitiveLog: (
|
|
996
|
+
obj: ClientPropertiesResult
|
|
997
|
+
) => any;
|
|
998
|
+
export declare const ConnectClientAddInFilterSensitiveLog: (
|
|
999
|
+
obj: ConnectClientAddIn
|
|
1000
|
+
) => any;
|
|
1001
|
+
export declare const ConnectionAliasAssociationFilterSensitiveLog: (
|
|
1002
|
+
obj: ConnectionAliasAssociation
|
|
1003
|
+
) => any;
|
|
1004
|
+
export declare const ConnectionAliasFilterSensitiveLog: (
|
|
1005
|
+
obj: ConnectionAlias
|
|
1006
|
+
) => any;
|
|
1007
|
+
export declare const ConnectionAliasPermissionFilterSensitiveLog: (
|
|
1008
|
+
obj: ConnectionAliasPermission
|
|
1009
|
+
) => any;
|
|
1010
|
+
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
1011
|
+
export declare const CopyWorkspaceImageRequestFilterSensitiveLog: (
|
|
1012
|
+
obj: CopyWorkspaceImageRequest
|
|
1013
|
+
) => any;
|
|
1014
|
+
export declare const CopyWorkspaceImageResultFilterSensitiveLog: (
|
|
1015
|
+
obj: CopyWorkspaceImageResult
|
|
1016
|
+
) => any;
|
|
1017
|
+
export declare const CreateConnectClientAddInRequestFilterSensitiveLog: (
|
|
1018
|
+
obj: CreateConnectClientAddInRequest
|
|
1019
|
+
) => any;
|
|
1020
|
+
export declare const CreateConnectClientAddInResultFilterSensitiveLog: (
|
|
1021
|
+
obj: CreateConnectClientAddInResult
|
|
1022
|
+
) => any;
|
|
1023
|
+
export declare const CreateConnectionAliasRequestFilterSensitiveLog: (
|
|
1024
|
+
obj: CreateConnectionAliasRequest
|
|
1025
|
+
) => any;
|
|
1026
|
+
export declare const CreateConnectionAliasResultFilterSensitiveLog: (
|
|
1027
|
+
obj: CreateConnectionAliasResult
|
|
1028
|
+
) => any;
|
|
1029
|
+
export declare const CreateIpGroupRequestFilterSensitiveLog: (
|
|
1030
|
+
obj: CreateIpGroupRequest
|
|
1031
|
+
) => any;
|
|
1032
|
+
export declare const CreateIpGroupResultFilterSensitiveLog: (
|
|
1033
|
+
obj: CreateIpGroupResult
|
|
1034
|
+
) => any;
|
|
1035
|
+
export declare const CreateTagsRequestFilterSensitiveLog: (
|
|
1036
|
+
obj: CreateTagsRequest
|
|
1037
|
+
) => any;
|
|
1038
|
+
export declare const CreateTagsResultFilterSensitiveLog: (
|
|
1039
|
+
obj: CreateTagsResult
|
|
1040
|
+
) => any;
|
|
1041
|
+
export declare const CreateUpdatedWorkspaceImageRequestFilterSensitiveLog: (
|
|
1042
|
+
obj: CreateUpdatedWorkspaceImageRequest
|
|
1043
|
+
) => any;
|
|
1044
|
+
export declare const CreateUpdatedWorkspaceImageResultFilterSensitiveLog: (
|
|
1045
|
+
obj: CreateUpdatedWorkspaceImageResult
|
|
1046
|
+
) => any;
|
|
1047
|
+
export declare const CreateWorkspaceBundleRequestFilterSensitiveLog: (
|
|
1048
|
+
obj: CreateWorkspaceBundleRequest
|
|
1049
|
+
) => any;
|
|
1050
|
+
export declare const CreateWorkspaceBundleResultFilterSensitiveLog: (
|
|
1051
|
+
obj: CreateWorkspaceBundleResult
|
|
1052
|
+
) => any;
|
|
1053
|
+
export declare const CreateWorkspaceImageRequestFilterSensitiveLog: (
|
|
1054
|
+
obj: CreateWorkspaceImageRequest
|
|
1055
|
+
) => any;
|
|
1056
|
+
export declare const OperatingSystemFilterSensitiveLog: (
|
|
1057
|
+
obj: OperatingSystem
|
|
1058
|
+
) => any;
|
|
1059
|
+
export declare const CreateWorkspaceImageResultFilterSensitiveLog: (
|
|
1060
|
+
obj: CreateWorkspaceImageResult
|
|
1061
|
+
) => any;
|
|
1062
|
+
export declare const WorkspacePropertiesFilterSensitiveLog: (
|
|
1063
|
+
obj: WorkspaceProperties
|
|
1064
|
+
) => any;
|
|
1065
|
+
export declare const WorkspaceRequestFilterSensitiveLog: (
|
|
1066
|
+
obj: WorkspaceRequest
|
|
1067
|
+
) => any;
|
|
1068
|
+
export declare const CreateWorkspacesRequestFilterSensitiveLog: (
|
|
1069
|
+
obj: CreateWorkspacesRequest
|
|
1070
|
+
) => any;
|
|
1071
|
+
export declare const FailedCreateWorkspaceRequestFilterSensitiveLog: (
|
|
1072
|
+
obj: FailedCreateWorkspaceRequest
|
|
1073
|
+
) => any;
|
|
1074
|
+
export declare const ModificationStateFilterSensitiveLog: (
|
|
1075
|
+
obj: ModificationState
|
|
1076
|
+
) => any;
|
|
1077
|
+
export declare const WorkspaceFilterSensitiveLog: (obj: Workspace) => any;
|
|
1078
|
+
export declare const CreateWorkspacesResultFilterSensitiveLog: (
|
|
1079
|
+
obj: CreateWorkspacesResult
|
|
1080
|
+
) => any;
|
|
1081
|
+
export declare const DefaultClientBrandingAttributesFilterSensitiveLog: (
|
|
1082
|
+
obj: DefaultClientBrandingAttributes
|
|
1083
|
+
) => any;
|
|
1084
|
+
export declare const DefaultImportClientBrandingAttributesFilterSensitiveLog: (
|
|
1085
|
+
obj: DefaultImportClientBrandingAttributes
|
|
1086
|
+
) => any;
|
|
1087
|
+
export declare const DefaultWorkspaceCreationPropertiesFilterSensitiveLog: (
|
|
1088
|
+
obj: DefaultWorkspaceCreationProperties
|
|
1089
|
+
) => any;
|
|
1090
|
+
export declare const DeleteClientBrandingRequestFilterSensitiveLog: (
|
|
1091
|
+
obj: DeleteClientBrandingRequest
|
|
1092
|
+
) => any;
|
|
1093
|
+
export declare const DeleteClientBrandingResultFilterSensitiveLog: (
|
|
1094
|
+
obj: DeleteClientBrandingResult
|
|
1095
|
+
) => any;
|
|
1096
|
+
export declare const DeleteConnectClientAddInRequestFilterSensitiveLog: (
|
|
1097
|
+
obj: DeleteConnectClientAddInRequest
|
|
1098
|
+
) => any;
|
|
1099
|
+
export declare const DeleteConnectClientAddInResultFilterSensitiveLog: (
|
|
1100
|
+
obj: DeleteConnectClientAddInResult
|
|
1101
|
+
) => any;
|
|
1102
|
+
export declare const DeleteConnectionAliasRequestFilterSensitiveLog: (
|
|
1103
|
+
obj: DeleteConnectionAliasRequest
|
|
1104
|
+
) => any;
|
|
1105
|
+
export declare const DeleteConnectionAliasResultFilterSensitiveLog: (
|
|
1106
|
+
obj: DeleteConnectionAliasResult
|
|
1107
|
+
) => any;
|
|
1108
|
+
export declare const DeleteIpGroupRequestFilterSensitiveLog: (
|
|
1109
|
+
obj: DeleteIpGroupRequest
|
|
1110
|
+
) => any;
|
|
1111
|
+
export declare const DeleteIpGroupResultFilterSensitiveLog: (
|
|
1112
|
+
obj: DeleteIpGroupResult
|
|
1113
|
+
) => any;
|
|
1114
|
+
export declare const DeleteTagsRequestFilterSensitiveLog: (
|
|
1115
|
+
obj: DeleteTagsRequest
|
|
1116
|
+
) => any;
|
|
1117
|
+
export declare const DeleteTagsResultFilterSensitiveLog: (
|
|
1118
|
+
obj: DeleteTagsResult
|
|
1119
|
+
) => any;
|
|
1120
|
+
export declare const DeleteWorkspaceBundleRequestFilterSensitiveLog: (
|
|
1121
|
+
obj: DeleteWorkspaceBundleRequest
|
|
1122
|
+
) => any;
|
|
1123
|
+
export declare const DeleteWorkspaceBundleResultFilterSensitiveLog: (
|
|
1124
|
+
obj: DeleteWorkspaceBundleResult
|
|
1125
|
+
) => any;
|
|
1126
|
+
export declare const DeleteWorkspaceImageRequestFilterSensitiveLog: (
|
|
1127
|
+
obj: DeleteWorkspaceImageRequest
|
|
1128
|
+
) => any;
|
|
1129
|
+
export declare const DeleteWorkspaceImageResultFilterSensitiveLog: (
|
|
1130
|
+
obj: DeleteWorkspaceImageResult
|
|
1131
|
+
) => any;
|
|
1132
|
+
export declare const DeregisterWorkspaceDirectoryRequestFilterSensitiveLog: (
|
|
1133
|
+
obj: DeregisterWorkspaceDirectoryRequest
|
|
1134
|
+
) => any;
|
|
1135
|
+
export declare const DeregisterWorkspaceDirectoryResultFilterSensitiveLog: (
|
|
1136
|
+
obj: DeregisterWorkspaceDirectoryResult
|
|
1137
|
+
) => any;
|
|
1138
|
+
export declare const DescribeAccountRequestFilterSensitiveLog: (
|
|
1139
|
+
obj: DescribeAccountRequest
|
|
1140
|
+
) => any;
|
|
1141
|
+
export declare const DescribeAccountResultFilterSensitiveLog: (
|
|
1142
|
+
obj: DescribeAccountResult
|
|
1143
|
+
) => any;
|
|
1144
|
+
export declare const DescribeAccountModificationsRequestFilterSensitiveLog: (
|
|
1145
|
+
obj: DescribeAccountModificationsRequest
|
|
1146
|
+
) => any;
|
|
1147
|
+
export declare const DescribeAccountModificationsResultFilterSensitiveLog: (
|
|
1148
|
+
obj: DescribeAccountModificationsResult
|
|
1149
|
+
) => any;
|
|
1150
|
+
export declare const DescribeClientBrandingRequestFilterSensitiveLog: (
|
|
1151
|
+
obj: DescribeClientBrandingRequest
|
|
1152
|
+
) => any;
|
|
1153
|
+
export declare const IosClientBrandingAttributesFilterSensitiveLog: (
|
|
1154
|
+
obj: IosClientBrandingAttributes
|
|
1155
|
+
) => any;
|
|
1156
|
+
export declare const DescribeClientBrandingResultFilterSensitiveLog: (
|
|
1157
|
+
obj: DescribeClientBrandingResult
|
|
1158
|
+
) => any;
|
|
1159
|
+
export declare const DescribeClientPropertiesRequestFilterSensitiveLog: (
|
|
1160
|
+
obj: DescribeClientPropertiesRequest
|
|
1161
|
+
) => any;
|
|
1162
|
+
export declare const DescribeClientPropertiesResultFilterSensitiveLog: (
|
|
1163
|
+
obj: DescribeClientPropertiesResult
|
|
1164
|
+
) => any;
|
|
1165
|
+
export declare const DescribeConnectClientAddInsRequestFilterSensitiveLog: (
|
|
1166
|
+
obj: DescribeConnectClientAddInsRequest
|
|
1167
|
+
) => any;
|
|
1168
|
+
export declare const DescribeConnectClientAddInsResultFilterSensitiveLog: (
|
|
1169
|
+
obj: DescribeConnectClientAddInsResult
|
|
1170
|
+
) => any;
|
|
1171
|
+
export declare const DescribeConnectionAliasesRequestFilterSensitiveLog: (
|
|
1172
|
+
obj: DescribeConnectionAliasesRequest
|
|
1173
|
+
) => any;
|
|
1174
|
+
export declare const DescribeConnectionAliasesResultFilterSensitiveLog: (
|
|
1175
|
+
obj: DescribeConnectionAliasesResult
|
|
1176
|
+
) => any;
|
|
1177
|
+
export declare const DescribeConnectionAliasPermissionsRequestFilterSensitiveLog: (
|
|
1178
|
+
obj: DescribeConnectionAliasPermissionsRequest
|
|
1179
|
+
) => any;
|
|
1180
|
+
export declare const DescribeConnectionAliasPermissionsResultFilterSensitiveLog: (
|
|
1181
|
+
obj: DescribeConnectionAliasPermissionsResult
|
|
1182
|
+
) => any;
|
|
1183
|
+
export declare const DescribeIpGroupsRequestFilterSensitiveLog: (
|
|
1184
|
+
obj: DescribeIpGroupsRequest
|
|
1185
|
+
) => any;
|
|
1186
|
+
export declare const WorkspacesIpGroupFilterSensitiveLog: (
|
|
1187
|
+
obj: WorkspacesIpGroup
|
|
1188
|
+
) => any;
|
|
1189
|
+
export declare const DescribeIpGroupsResultFilterSensitiveLog: (
|
|
1190
|
+
obj: DescribeIpGroupsResult
|
|
1191
|
+
) => any;
|
|
1192
|
+
export declare const DescribeTagsRequestFilterSensitiveLog: (
|
|
1193
|
+
obj: DescribeTagsRequest
|
|
1194
|
+
) => any;
|
|
1195
|
+
export declare const DescribeTagsResultFilterSensitiveLog: (
|
|
1196
|
+
obj: DescribeTagsResult
|
|
1197
|
+
) => any;
|
|
1198
|
+
export declare const DescribeWorkspaceBundlesRequestFilterSensitiveLog: (
|
|
1199
|
+
obj: DescribeWorkspaceBundlesRequest
|
|
1200
|
+
) => any;
|
|
1201
|
+
export declare const DescribeWorkspaceBundlesResultFilterSensitiveLog: (
|
|
1202
|
+
obj: DescribeWorkspaceBundlesResult
|
|
1203
|
+
) => any;
|
|
1204
|
+
export declare const DescribeWorkspaceDirectoriesRequestFilterSensitiveLog: (
|
|
1205
|
+
obj: DescribeWorkspaceDirectoriesRequest
|
|
1206
|
+
) => any;
|
|
1207
|
+
export declare const SamlPropertiesFilterSensitiveLog: (
|
|
1208
|
+
obj: SamlProperties
|
|
1209
|
+
) => any;
|
|
1210
|
+
export declare const SelfservicePermissionsFilterSensitiveLog: (
|
|
1211
|
+
obj: SelfservicePermissions
|
|
1212
|
+
) => any;
|
|
1213
|
+
export declare const WorkspaceAccessPropertiesFilterSensitiveLog: (
|
|
1214
|
+
obj: WorkspaceAccessProperties
|
|
1215
|
+
) => any;
|
|
1216
|
+
export declare const WorkspaceDirectoryFilterSensitiveLog: (
|
|
1217
|
+
obj: WorkspaceDirectory
|
|
1218
|
+
) => any;
|
|
1219
|
+
export declare const DescribeWorkspaceDirectoriesResultFilterSensitiveLog: (
|
|
1220
|
+
obj: DescribeWorkspaceDirectoriesResult
|
|
1221
|
+
) => any;
|
|
1222
|
+
export declare const DescribeWorkspaceImagePermissionsRequestFilterSensitiveLog: (
|
|
1223
|
+
obj: DescribeWorkspaceImagePermissionsRequest
|
|
1224
|
+
) => any;
|
|
1225
|
+
export declare const ImagePermissionFilterSensitiveLog: (
|
|
1226
|
+
obj: ImagePermission
|
|
1227
|
+
) => any;
|
|
1228
|
+
export declare const DescribeWorkspaceImagePermissionsResultFilterSensitiveLog: (
|
|
1229
|
+
obj: DescribeWorkspaceImagePermissionsResult
|
|
1230
|
+
) => any;
|
|
1231
|
+
export declare const DescribeWorkspaceImagesRequestFilterSensitiveLog: (
|
|
1232
|
+
obj: DescribeWorkspaceImagesRequest
|
|
1233
|
+
) => any;
|
|
1234
|
+
export declare const UpdateResultFilterSensitiveLog: (obj: UpdateResult) => any;
|
|
1235
|
+
export declare const WorkspaceImageFilterSensitiveLog: (
|
|
1236
|
+
obj: WorkspaceImage
|
|
1237
|
+
) => any;
|
|
1238
|
+
export declare const DescribeWorkspaceImagesResultFilterSensitiveLog: (
|
|
1239
|
+
obj: DescribeWorkspaceImagesResult
|
|
1240
|
+
) => any;
|
|
1241
|
+
export declare const DescribeWorkspacesRequestFilterSensitiveLog: (
|
|
1242
|
+
obj: DescribeWorkspacesRequest
|
|
1243
|
+
) => any;
|
|
1244
|
+
export declare const DescribeWorkspacesResultFilterSensitiveLog: (
|
|
1245
|
+
obj: DescribeWorkspacesResult
|
|
1246
|
+
) => any;
|
|
1247
|
+
export declare const DescribeWorkspacesConnectionStatusRequestFilterSensitiveLog: (
|
|
1248
|
+
obj: DescribeWorkspacesConnectionStatusRequest
|
|
1249
|
+
) => any;
|
|
1250
|
+
export declare const WorkspaceConnectionStatusFilterSensitiveLog: (
|
|
1251
|
+
obj: WorkspaceConnectionStatus
|
|
1252
|
+
) => any;
|
|
1253
|
+
export declare const DescribeWorkspacesConnectionStatusResultFilterSensitiveLog: (
|
|
1254
|
+
obj: DescribeWorkspacesConnectionStatusResult
|
|
1255
|
+
) => any;
|
|
1256
|
+
export declare const DescribeWorkspaceSnapshotsRequestFilterSensitiveLog: (
|
|
1257
|
+
obj: DescribeWorkspaceSnapshotsRequest
|
|
1258
|
+
) => any;
|
|
1259
|
+
export declare const SnapshotFilterSensitiveLog: (obj: Snapshot) => any;
|
|
1260
|
+
export declare const DescribeWorkspaceSnapshotsResultFilterSensitiveLog: (
|
|
1261
|
+
obj: DescribeWorkspaceSnapshotsResult
|
|
1262
|
+
) => any;
|
|
1263
|
+
export declare const DisassociateConnectionAliasRequestFilterSensitiveLog: (
|
|
1264
|
+
obj: DisassociateConnectionAliasRequest
|
|
1265
|
+
) => any;
|
|
1266
|
+
export declare const DisassociateConnectionAliasResultFilterSensitiveLog: (
|
|
1267
|
+
obj: DisassociateConnectionAliasResult
|
|
1268
|
+
) => any;
|
|
1269
|
+
export declare const DisassociateIpGroupsRequestFilterSensitiveLog: (
|
|
1270
|
+
obj: DisassociateIpGroupsRequest
|
|
1271
|
+
) => any;
|
|
1272
|
+
export declare const DisassociateIpGroupsResultFilterSensitiveLog: (
|
|
1273
|
+
obj: DisassociateIpGroupsResult
|
|
1274
|
+
) => any;
|
|
1275
|
+
export declare const FailedWorkspaceChangeRequestFilterSensitiveLog: (
|
|
1276
|
+
obj: FailedWorkspaceChangeRequest
|
|
1277
|
+
) => any;
|
|
1278
|
+
export declare const IosImportClientBrandingAttributesFilterSensitiveLog: (
|
|
1279
|
+
obj: IosImportClientBrandingAttributes
|
|
1280
|
+
) => any;
|
|
1281
|
+
export declare const ImportClientBrandingRequestFilterSensitiveLog: (
|
|
1282
|
+
obj: ImportClientBrandingRequest
|
|
1283
|
+
) => any;
|
|
1284
|
+
export declare const ImportClientBrandingResultFilterSensitiveLog: (
|
|
1285
|
+
obj: ImportClientBrandingResult
|
|
1286
|
+
) => any;
|
|
1287
|
+
export declare const ImportWorkspaceImageRequestFilterSensitiveLog: (
|
|
1288
|
+
obj: ImportWorkspaceImageRequest
|
|
1289
|
+
) => any;
|
|
1290
|
+
export declare const ImportWorkspaceImageResultFilterSensitiveLog: (
|
|
1291
|
+
obj: ImportWorkspaceImageResult
|
|
1292
|
+
) => any;
|
|
1293
|
+
export declare const ListAvailableManagementCidrRangesRequestFilterSensitiveLog: (
|
|
1294
|
+
obj: ListAvailableManagementCidrRangesRequest
|
|
1295
|
+
) => any;
|
|
1296
|
+
export declare const ListAvailableManagementCidrRangesResultFilterSensitiveLog: (
|
|
1297
|
+
obj: ListAvailableManagementCidrRangesResult
|
|
1298
|
+
) => any;
|
|
1299
|
+
export declare const MigrateWorkspaceRequestFilterSensitiveLog: (
|
|
1300
|
+
obj: MigrateWorkspaceRequest
|
|
1301
|
+
) => any;
|
|
1302
|
+
export declare const MigrateWorkspaceResultFilterSensitiveLog: (
|
|
1303
|
+
obj: MigrateWorkspaceResult
|
|
1304
|
+
) => any;
|
|
1305
|
+
export declare const ModifyAccountRequestFilterSensitiveLog: (
|
|
1306
|
+
obj: ModifyAccountRequest
|
|
1307
|
+
) => any;
|
|
1308
|
+
export declare const ModifyAccountResultFilterSensitiveLog: (
|
|
1309
|
+
obj: ModifyAccountResult
|
|
1310
|
+
) => any;
|
|
1311
|
+
export declare const ModifyClientPropertiesRequestFilterSensitiveLog: (
|
|
1312
|
+
obj: ModifyClientPropertiesRequest
|
|
1313
|
+
) => any;
|
|
1314
|
+
export declare const ModifyClientPropertiesResultFilterSensitiveLog: (
|
|
1315
|
+
obj: ModifyClientPropertiesResult
|
|
1316
|
+
) => any;
|
|
1317
|
+
export declare const ModifySamlPropertiesRequestFilterSensitiveLog: (
|
|
1318
|
+
obj: ModifySamlPropertiesRequest
|
|
1319
|
+
) => any;
|
|
1320
|
+
export declare const ModifySamlPropertiesResultFilterSensitiveLog: (
|
|
1321
|
+
obj: ModifySamlPropertiesResult
|
|
1322
|
+
) => any;
|
|
1323
|
+
export declare const ModifySelfservicePermissionsRequestFilterSensitiveLog: (
|
|
1324
|
+
obj: ModifySelfservicePermissionsRequest
|
|
1325
|
+
) => any;
|
|
1326
|
+
export declare const ModifySelfservicePermissionsResultFilterSensitiveLog: (
|
|
1327
|
+
obj: ModifySelfservicePermissionsResult
|
|
1328
|
+
) => any;
|
|
1329
|
+
export declare const ModifyWorkspaceAccessPropertiesRequestFilterSensitiveLog: (
|
|
1330
|
+
obj: ModifyWorkspaceAccessPropertiesRequest
|
|
1331
|
+
) => any;
|
|
1332
|
+
export declare const ModifyWorkspaceAccessPropertiesResultFilterSensitiveLog: (
|
|
1333
|
+
obj: ModifyWorkspaceAccessPropertiesResult
|
|
1334
|
+
) => any;
|
|
1335
|
+
export declare const WorkspaceCreationPropertiesFilterSensitiveLog: (
|
|
1336
|
+
obj: WorkspaceCreationProperties
|
|
1337
|
+
) => any;
|
|
1338
|
+
export declare const ModifyWorkspaceCreationPropertiesRequestFilterSensitiveLog: (
|
|
1339
|
+
obj: ModifyWorkspaceCreationPropertiesRequest
|
|
1340
|
+
) => any;
|
|
1341
|
+
export declare const ModifyWorkspaceCreationPropertiesResultFilterSensitiveLog: (
|
|
1342
|
+
obj: ModifyWorkspaceCreationPropertiesResult
|
|
1343
|
+
) => any;
|
|
1344
|
+
export declare const ModifyWorkspacePropertiesRequestFilterSensitiveLog: (
|
|
1345
|
+
obj: ModifyWorkspacePropertiesRequest
|
|
1346
|
+
) => any;
|
|
1347
|
+
export declare const ModifyWorkspacePropertiesResultFilterSensitiveLog: (
|
|
1348
|
+
obj: ModifyWorkspacePropertiesResult
|
|
1349
|
+
) => any;
|
|
1350
|
+
export declare const ModifyWorkspaceStateRequestFilterSensitiveLog: (
|
|
1351
|
+
obj: ModifyWorkspaceStateRequest
|
|
1352
|
+
) => any;
|
|
1353
|
+
export declare const ModifyWorkspaceStateResultFilterSensitiveLog: (
|
|
1354
|
+
obj: ModifyWorkspaceStateResult
|
|
1355
|
+
) => any;
|
|
1356
|
+
export declare const RebootRequestFilterSensitiveLog: (
|
|
1357
|
+
obj: RebootRequest
|
|
1358
|
+
) => any;
|
|
1359
|
+
export declare const RebootWorkspacesRequestFilterSensitiveLog: (
|
|
1360
|
+
obj: RebootWorkspacesRequest
|
|
1361
|
+
) => any;
|
|
1362
|
+
export declare const RebootWorkspacesResultFilterSensitiveLog: (
|
|
1363
|
+
obj: RebootWorkspacesResult
|
|
1364
|
+
) => any;
|
|
1365
|
+
export declare const RebuildRequestFilterSensitiveLog: (
|
|
1366
|
+
obj: RebuildRequest
|
|
1367
|
+
) => any;
|
|
1368
|
+
export declare const RebuildWorkspacesRequestFilterSensitiveLog: (
|
|
1369
|
+
obj: RebuildWorkspacesRequest
|
|
1370
|
+
) => any;
|
|
1371
|
+
export declare const RebuildWorkspacesResultFilterSensitiveLog: (
|
|
1372
|
+
obj: RebuildWorkspacesResult
|
|
1373
|
+
) => any;
|
|
1374
|
+
export declare const RegisterWorkspaceDirectoryRequestFilterSensitiveLog: (
|
|
1375
|
+
obj: RegisterWorkspaceDirectoryRequest
|
|
1376
|
+
) => any;
|
|
1377
|
+
export declare const RegisterWorkspaceDirectoryResultFilterSensitiveLog: (
|
|
1378
|
+
obj: RegisterWorkspaceDirectoryResult
|
|
1379
|
+
) => any;
|
|
1380
|
+
export declare const RestoreWorkspaceRequestFilterSensitiveLog: (
|
|
1381
|
+
obj: RestoreWorkspaceRequest
|
|
1382
|
+
) => any;
|
|
1383
|
+
export declare const RestoreWorkspaceResultFilterSensitiveLog: (
|
|
1384
|
+
obj: RestoreWorkspaceResult
|
|
1385
|
+
) => any;
|
|
1386
|
+
export declare const RevokeIpRulesRequestFilterSensitiveLog: (
|
|
1387
|
+
obj: RevokeIpRulesRequest
|
|
1388
|
+
) => any;
|
|
1389
|
+
export declare const RevokeIpRulesResultFilterSensitiveLog: (
|
|
1390
|
+
obj: RevokeIpRulesResult
|
|
1391
|
+
) => any;
|
|
1392
|
+
export declare const StartRequestFilterSensitiveLog: (obj: StartRequest) => any;
|
|
1393
|
+
export declare const StartWorkspacesRequestFilterSensitiveLog: (
|
|
1394
|
+
obj: StartWorkspacesRequest
|
|
1395
|
+
) => any;
|
|
1396
|
+
export declare const StartWorkspacesResultFilterSensitiveLog: (
|
|
1397
|
+
obj: StartWorkspacesResult
|
|
1398
|
+
) => any;
|
|
1399
|
+
export declare const StopRequestFilterSensitiveLog: (obj: StopRequest) => any;
|
|
1400
|
+
export declare const StopWorkspacesRequestFilterSensitiveLog: (
|
|
1401
|
+
obj: StopWorkspacesRequest
|
|
1402
|
+
) => any;
|
|
1403
|
+
export declare const StopWorkspacesResultFilterSensitiveLog: (
|
|
1404
|
+
obj: StopWorkspacesResult
|
|
1405
|
+
) => any;
|
|
1406
|
+
export declare const TerminateRequestFilterSensitiveLog: (
|
|
1407
|
+
obj: TerminateRequest
|
|
1408
|
+
) => any;
|
|
1409
|
+
export declare const TerminateWorkspacesRequestFilterSensitiveLog: (
|
|
1410
|
+
obj: TerminateWorkspacesRequest
|
|
1411
|
+
) => any;
|
|
1412
|
+
export declare const TerminateWorkspacesResultFilterSensitiveLog: (
|
|
1413
|
+
obj: TerminateWorkspacesResult
|
|
1414
|
+
) => any;
|
|
1415
|
+
export declare const UpdateConnectClientAddInRequestFilterSensitiveLog: (
|
|
1416
|
+
obj: UpdateConnectClientAddInRequest
|
|
1417
|
+
) => any;
|
|
1418
|
+
export declare const UpdateConnectClientAddInResultFilterSensitiveLog: (
|
|
1419
|
+
obj: UpdateConnectClientAddInResult
|
|
1420
|
+
) => any;
|
|
1421
|
+
export declare const UpdateConnectionAliasPermissionRequestFilterSensitiveLog: (
|
|
1422
|
+
obj: UpdateConnectionAliasPermissionRequest
|
|
1423
|
+
) => any;
|
|
1424
|
+
export declare const UpdateConnectionAliasPermissionResultFilterSensitiveLog: (
|
|
1425
|
+
obj: UpdateConnectionAliasPermissionResult
|
|
1426
|
+
) => any;
|
|
1427
|
+
export declare const UpdateRulesOfIpGroupRequestFilterSensitiveLog: (
|
|
1428
|
+
obj: UpdateRulesOfIpGroupRequest
|
|
1429
|
+
) => any;
|
|
1430
|
+
export declare const UpdateRulesOfIpGroupResultFilterSensitiveLog: (
|
|
1431
|
+
obj: UpdateRulesOfIpGroupResult
|
|
1432
|
+
) => any;
|
|
1433
|
+
export declare const UpdateWorkspaceBundleRequestFilterSensitiveLog: (
|
|
1434
|
+
obj: UpdateWorkspaceBundleRequest
|
|
1435
|
+
) => any;
|
|
1436
|
+
export declare const UpdateWorkspaceBundleResultFilterSensitiveLog: (
|
|
1437
|
+
obj: UpdateWorkspaceBundleResult
|
|
1438
|
+
) => any;
|
|
1439
|
+
export declare const UpdateWorkspaceImagePermissionRequestFilterSensitiveLog: (
|
|
1440
|
+
obj: UpdateWorkspaceImagePermissionRequest
|
|
1441
|
+
) => any;
|
|
1442
|
+
export declare const UpdateWorkspaceImagePermissionResultFilterSensitiveLog: (
|
|
1443
|
+
obj: UpdateWorkspaceImagePermissionResult
|
|
1444
|
+
) => any;
|