@aws-sdk/client-workspaces 3.131.0 → 3.138.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 +33 -0
- package/dist-cjs/WorkSpaces.js +15 -0
- package/dist-cjs/commands/AssociateConnectionAliasCommand.js +2 -2
- package/dist-cjs/commands/AssociateIpGroupsCommand.js +2 -2
- package/dist-cjs/commands/AuthorizeIpRulesCommand.js +2 -2
- package/dist-cjs/commands/CopyWorkspaceImageCommand.js +2 -2
- package/dist-cjs/commands/CreateConnectClientAddInCommand.js +2 -2
- package/dist-cjs/commands/CreateConnectionAliasCommand.js +2 -2
- package/dist-cjs/commands/CreateIpGroupCommand.js +2 -2
- package/dist-cjs/commands/CreateTagsCommand.js +2 -2
- package/dist-cjs/commands/CreateUpdatedWorkspaceImageCommand.js +2 -2
- package/dist-cjs/commands/CreateWorkspaceBundleCommand.js +2 -2
- package/dist-cjs/commands/CreateWorkspaceImageCommand.js +36 -0
- package/dist-cjs/commands/CreateWorkspacesCommand.js +2 -2
- package/dist-cjs/commands/DeleteClientBrandingCommand.js +2 -2
- package/dist-cjs/commands/DeleteConnectClientAddInCommand.js +2 -2
- package/dist-cjs/commands/DeleteConnectionAliasCommand.js +2 -2
- package/dist-cjs/commands/DeleteIpGroupCommand.js +2 -2
- package/dist-cjs/commands/DeleteTagsCommand.js +2 -2
- package/dist-cjs/commands/DeleteWorkspaceBundleCommand.js +2 -2
- package/dist-cjs/commands/DeleteWorkspaceImageCommand.js +2 -2
- package/dist-cjs/commands/DeregisterWorkspaceDirectoryCommand.js +2 -2
- package/dist-cjs/commands/DescribeAccountCommand.js +2 -2
- package/dist-cjs/commands/DescribeAccountModificationsCommand.js +2 -2
- package/dist-cjs/commands/DescribeClientBrandingCommand.js +2 -2
- package/dist-cjs/commands/DescribeClientPropertiesCommand.js +2 -2
- package/dist-cjs/commands/DescribeConnectClientAddInsCommand.js +2 -2
- package/dist-cjs/commands/DescribeConnectionAliasPermissionsCommand.js +2 -2
- package/dist-cjs/commands/DescribeConnectionAliasesCommand.js +2 -2
- package/dist-cjs/commands/DescribeIpGroupsCommand.js +2 -2
- package/dist-cjs/commands/DescribeTagsCommand.js +2 -2
- package/dist-cjs/commands/DescribeWorkspaceBundlesCommand.js +2 -2
- package/dist-cjs/commands/DescribeWorkspaceDirectoriesCommand.js +2 -2
- package/dist-cjs/commands/DescribeWorkspaceImagePermissionsCommand.js +2 -2
- package/dist-cjs/commands/DescribeWorkspaceImagesCommand.js +2 -2
- package/dist-cjs/commands/DescribeWorkspaceSnapshotsCommand.js +2 -2
- package/dist-cjs/commands/DescribeWorkspacesCommand.js +2 -2
- package/dist-cjs/commands/DescribeWorkspacesConnectionStatusCommand.js +2 -2
- package/dist-cjs/commands/DisassociateConnectionAliasCommand.js +2 -2
- package/dist-cjs/commands/DisassociateIpGroupsCommand.js +2 -2
- package/dist-cjs/commands/ImportClientBrandingCommand.js +2 -2
- package/dist-cjs/commands/ImportWorkspaceImageCommand.js +2 -2
- package/dist-cjs/commands/ListAvailableManagementCidrRangesCommand.js +2 -2
- package/dist-cjs/commands/MigrateWorkspaceCommand.js +2 -2
- package/dist-cjs/commands/ModifyAccountCommand.js +2 -2
- package/dist-cjs/commands/ModifyClientPropertiesCommand.js +2 -2
- package/dist-cjs/commands/ModifySelfservicePermissionsCommand.js +2 -2
- package/dist-cjs/commands/ModifyWorkspaceAccessPropertiesCommand.js +2 -2
- package/dist-cjs/commands/ModifyWorkspaceCreationPropertiesCommand.js +2 -2
- package/dist-cjs/commands/ModifyWorkspacePropertiesCommand.js +2 -2
- package/dist-cjs/commands/ModifyWorkspaceStateCommand.js +2 -2
- package/dist-cjs/commands/RebootWorkspacesCommand.js +2 -2
- package/dist-cjs/commands/RebuildWorkspacesCommand.js +2 -2
- package/dist-cjs/commands/RegisterWorkspaceDirectoryCommand.js +2 -2
- package/dist-cjs/commands/RestoreWorkspaceCommand.js +2 -2
- package/dist-cjs/commands/RevokeIpRulesCommand.js +2 -2
- package/dist-cjs/commands/StartWorkspacesCommand.js +2 -2
- package/dist-cjs/commands/StopWorkspacesCommand.js +2 -2
- package/dist-cjs/commands/TerminateWorkspacesCommand.js +2 -2
- package/dist-cjs/commands/UpdateConnectClientAddInCommand.js +2 -2
- package/dist-cjs/commands/UpdateConnectionAliasPermissionCommand.js +2 -2
- package/dist-cjs/commands/UpdateRulesOfIpGroupCommand.js +2 -2
- package/dist-cjs/commands/UpdateWorkspaceBundleCommand.js +2 -2
- package/dist-cjs/commands/UpdateWorkspaceImagePermissionCommand.js +2 -2
- package/dist-cjs/commands/index.js +1 -0
- package/dist-cjs/models/models_0.js +677 -992
- package/dist-cjs/protocols/Aws_json1_1.js +93 -3
- package/dist-es/WorkSpaces.js +15 -0
- package/dist-es/commands/AssociateConnectionAliasCommand.js +3 -3
- package/dist-es/commands/AssociateIpGroupsCommand.js +3 -3
- package/dist-es/commands/AuthorizeIpRulesCommand.js +3 -3
- package/dist-es/commands/CopyWorkspaceImageCommand.js +3 -3
- package/dist-es/commands/CreateConnectClientAddInCommand.js +3 -3
- package/dist-es/commands/CreateConnectionAliasCommand.js +3 -3
- package/dist-es/commands/CreateIpGroupCommand.js +3 -3
- package/dist-es/commands/CreateTagsCommand.js +3 -3
- package/dist-es/commands/CreateUpdatedWorkspaceImageCommand.js +3 -3
- package/dist-es/commands/CreateWorkspaceBundleCommand.js +3 -3
- package/dist-es/commands/CreateWorkspaceImageCommand.js +39 -0
- package/dist-es/commands/CreateWorkspacesCommand.js +3 -3
- package/dist-es/commands/DeleteClientBrandingCommand.js +3 -3
- package/dist-es/commands/DeleteConnectClientAddInCommand.js +3 -3
- package/dist-es/commands/DeleteConnectionAliasCommand.js +3 -3
- package/dist-es/commands/DeleteIpGroupCommand.js +3 -3
- package/dist-es/commands/DeleteTagsCommand.js +3 -3
- package/dist-es/commands/DeleteWorkspaceBundleCommand.js +3 -3
- package/dist-es/commands/DeleteWorkspaceImageCommand.js +3 -3
- package/dist-es/commands/DeregisterWorkspaceDirectoryCommand.js +3 -3
- package/dist-es/commands/DescribeAccountCommand.js +3 -3
- package/dist-es/commands/DescribeAccountModificationsCommand.js +3 -3
- package/dist-es/commands/DescribeClientBrandingCommand.js +3 -3
- package/dist-es/commands/DescribeClientPropertiesCommand.js +3 -3
- package/dist-es/commands/DescribeConnectClientAddInsCommand.js +3 -3
- package/dist-es/commands/DescribeConnectionAliasPermissionsCommand.js +3 -3
- package/dist-es/commands/DescribeConnectionAliasesCommand.js +3 -3
- package/dist-es/commands/DescribeIpGroupsCommand.js +3 -3
- package/dist-es/commands/DescribeTagsCommand.js +3 -3
- package/dist-es/commands/DescribeWorkspaceBundlesCommand.js +3 -3
- package/dist-es/commands/DescribeWorkspaceDirectoriesCommand.js +3 -3
- package/dist-es/commands/DescribeWorkspaceImagePermissionsCommand.js +3 -3
- package/dist-es/commands/DescribeWorkspaceImagesCommand.js +3 -3
- package/dist-es/commands/DescribeWorkspaceSnapshotsCommand.js +3 -3
- package/dist-es/commands/DescribeWorkspacesCommand.js +3 -3
- package/dist-es/commands/DescribeWorkspacesConnectionStatusCommand.js +3 -3
- package/dist-es/commands/DisassociateConnectionAliasCommand.js +3 -3
- package/dist-es/commands/DisassociateIpGroupsCommand.js +3 -3
- package/dist-es/commands/ImportClientBrandingCommand.js +3 -3
- package/dist-es/commands/ImportWorkspaceImageCommand.js +3 -3
- package/dist-es/commands/ListAvailableManagementCidrRangesCommand.js +3 -3
- package/dist-es/commands/MigrateWorkspaceCommand.js +3 -3
- package/dist-es/commands/ModifyAccountCommand.js +3 -3
- package/dist-es/commands/ModifyClientPropertiesCommand.js +3 -3
- package/dist-es/commands/ModifySelfservicePermissionsCommand.js +3 -3
- package/dist-es/commands/ModifyWorkspaceAccessPropertiesCommand.js +3 -3
- package/dist-es/commands/ModifyWorkspaceCreationPropertiesCommand.js +3 -3
- package/dist-es/commands/ModifyWorkspacePropertiesCommand.js +3 -3
- package/dist-es/commands/ModifyWorkspaceStateCommand.js +3 -3
- package/dist-es/commands/RebootWorkspacesCommand.js +3 -3
- package/dist-es/commands/RebuildWorkspacesCommand.js +3 -3
- package/dist-es/commands/RegisterWorkspaceDirectoryCommand.js +3 -3
- package/dist-es/commands/RestoreWorkspaceCommand.js +3 -3
- package/dist-es/commands/RevokeIpRulesCommand.js +3 -3
- package/dist-es/commands/StartWorkspacesCommand.js +3 -3
- package/dist-es/commands/StopWorkspacesCommand.js +3 -3
- package/dist-es/commands/TerminateWorkspacesCommand.js +3 -3
- package/dist-es/commands/UpdateConnectClientAddInCommand.js +3 -3
- package/dist-es/commands/UpdateConnectionAliasPermissionCommand.js +3 -3
- package/dist-es/commands/UpdateRulesOfIpGroupCommand.js +3 -3
- package/dist-es/commands/UpdateWorkspaceBundleCommand.js +3 -3
- package/dist-es/commands/UpdateWorkspaceImagePermissionCommand.js +3 -3
- package/dist-es/commands/index.js +1 -0
- package/dist-es/models/models_0.js +180 -664
- package/dist-es/protocols/Aws_json1_1.js +109 -2
- package/dist-types/WorkSpaces.d.ts +7 -0
- package/dist-types/WorkSpacesClient.d.ts +3 -2
- package/dist-types/commands/CreateWorkspaceImageCommand.d.ts +35 -0
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +746 -1001
- package/dist-types/protocols/Aws_json1_1.d.ts +3 -0
- package/dist-types/ts3.4/WorkSpaces.d.ts +5 -0
- package/dist-types/ts3.4/WorkSpacesClient.d.ts +3 -2
- package/dist-types/ts3.4/commands/CreateWorkspaceImageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +372 -664
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +3 -0
- package/package.json +6 -6
|
@@ -56,12 +56,6 @@ export interface AccountModification {
|
|
|
56
56
|
*/
|
|
57
57
|
ErrorMessage?: string;
|
|
58
58
|
}
|
|
59
|
-
export declare namespace AccountModification {
|
|
60
|
-
/**
|
|
61
|
-
* @internal
|
|
62
|
-
*/
|
|
63
|
-
const filterSensitiveLog: (obj: AccountModification) => any;
|
|
64
|
-
}
|
|
65
59
|
export declare enum Application {
|
|
66
60
|
Microsoft_Office_2016 = "Microsoft_Office_2016",
|
|
67
61
|
Microsoft_Office_2019 = "Microsoft_Office_2019"
|
|
@@ -76,12 +70,6 @@ export interface AssociateConnectionAliasRequest {
|
|
|
76
70
|
*/
|
|
77
71
|
ResourceId: string | undefined;
|
|
78
72
|
}
|
|
79
|
-
export declare namespace AssociateConnectionAliasRequest {
|
|
80
|
-
/**
|
|
81
|
-
* @internal
|
|
82
|
-
*/
|
|
83
|
-
const filterSensitiveLog: (obj: AssociateConnectionAliasRequest) => any;
|
|
84
|
-
}
|
|
85
73
|
export interface AssociateConnectionAliasResult {
|
|
86
74
|
/**
|
|
87
75
|
* <p>The identifier of the connection alias association. You use the connection identifier in
|
|
@@ -89,12 +77,6 @@ export interface AssociateConnectionAliasResult {
|
|
|
89
77
|
*/
|
|
90
78
|
ConnectionIdentifier?: string;
|
|
91
79
|
}
|
|
92
|
-
export declare namespace AssociateConnectionAliasResult {
|
|
93
|
-
/**
|
|
94
|
-
* @internal
|
|
95
|
-
*/
|
|
96
|
-
const filterSensitiveLog: (obj: AssociateConnectionAliasResult) => any;
|
|
97
|
-
}
|
|
98
80
|
/**
|
|
99
81
|
* <p>One or more parameter values are not valid.</p>
|
|
100
82
|
*/
|
|
@@ -168,20 +150,8 @@ export interface AssociateIpGroupsRequest {
|
|
|
168
150
|
*/
|
|
169
151
|
GroupIds: string[] | undefined;
|
|
170
152
|
}
|
|
171
|
-
export declare namespace AssociateIpGroupsRequest {
|
|
172
|
-
/**
|
|
173
|
-
* @internal
|
|
174
|
-
*/
|
|
175
|
-
const filterSensitiveLog: (obj: AssociateIpGroupsRequest) => any;
|
|
176
|
-
}
|
|
177
153
|
export interface AssociateIpGroupsResult {
|
|
178
154
|
}
|
|
179
|
-
export declare namespace AssociateIpGroupsResult {
|
|
180
|
-
/**
|
|
181
|
-
* @internal
|
|
182
|
-
*/
|
|
183
|
-
const filterSensitiveLog: (obj: AssociateIpGroupsResult) => any;
|
|
184
|
-
}
|
|
185
155
|
/**
|
|
186
156
|
* <p>Your resource limits have been exceeded.</p>
|
|
187
157
|
*/
|
|
@@ -213,12 +183,6 @@ export interface IpRuleItem {
|
|
|
213
183
|
*/
|
|
214
184
|
ruleDesc?: string;
|
|
215
185
|
}
|
|
216
|
-
export declare namespace IpRuleItem {
|
|
217
|
-
/**
|
|
218
|
-
* @internal
|
|
219
|
-
*/
|
|
220
|
-
const filterSensitiveLog: (obj: IpRuleItem) => any;
|
|
221
|
-
}
|
|
222
186
|
export interface AuthorizeIpRulesRequest {
|
|
223
187
|
/**
|
|
224
188
|
* <p>The identifier of the group.</p>
|
|
@@ -229,20 +193,8 @@ export interface AuthorizeIpRulesRequest {
|
|
|
229
193
|
*/
|
|
230
194
|
UserRules: IpRuleItem[] | undefined;
|
|
231
195
|
}
|
|
232
|
-
export declare namespace AuthorizeIpRulesRequest {
|
|
233
|
-
/**
|
|
234
|
-
* @internal
|
|
235
|
-
*/
|
|
236
|
-
const filterSensitiveLog: (obj: AuthorizeIpRulesRequest) => any;
|
|
237
|
-
}
|
|
238
196
|
export interface AuthorizeIpRulesResult {
|
|
239
197
|
}
|
|
240
|
-
export declare namespace AuthorizeIpRulesResult {
|
|
241
|
-
/**
|
|
242
|
-
* @internal
|
|
243
|
-
*/
|
|
244
|
-
const filterSensitiveLog: (obj: AuthorizeIpRulesResult) => any;
|
|
245
|
-
}
|
|
246
198
|
export declare enum Compute {
|
|
247
199
|
GRAPHICS = "GRAPHICS",
|
|
248
200
|
GRAPHICSPRO = "GRAPHICSPRO",
|
|
@@ -263,12 +215,6 @@ export interface ComputeType {
|
|
|
263
215
|
*/
|
|
264
216
|
Name?: Compute | string;
|
|
265
217
|
}
|
|
266
|
-
export declare namespace ComputeType {
|
|
267
|
-
/**
|
|
268
|
-
* @internal
|
|
269
|
-
*/
|
|
270
|
-
const filterSensitiveLog: (obj: ComputeType) => any;
|
|
271
|
-
}
|
|
272
218
|
/**
|
|
273
219
|
* <p>Describes the root volume for a WorkSpace bundle.</p>
|
|
274
220
|
*/
|
|
@@ -278,12 +224,6 @@ export interface RootStorage {
|
|
|
278
224
|
*/
|
|
279
225
|
Capacity?: string;
|
|
280
226
|
}
|
|
281
|
-
export declare namespace RootStorage {
|
|
282
|
-
/**
|
|
283
|
-
* @internal
|
|
284
|
-
*/
|
|
285
|
-
const filterSensitiveLog: (obj: RootStorage) => any;
|
|
286
|
-
}
|
|
287
227
|
/**
|
|
288
228
|
* <p>Describes the user volume for a WorkSpace bundle.</p>
|
|
289
229
|
*/
|
|
@@ -293,12 +233,6 @@ export interface UserStorage {
|
|
|
293
233
|
*/
|
|
294
234
|
Capacity?: string;
|
|
295
235
|
}
|
|
296
|
-
export declare namespace UserStorage {
|
|
297
|
-
/**
|
|
298
|
-
* @internal
|
|
299
|
-
*/
|
|
300
|
-
const filterSensitiveLog: (obj: UserStorage) => any;
|
|
301
|
-
}
|
|
302
236
|
/**
|
|
303
237
|
* <p>Describes a WorkSpace bundle.</p>
|
|
304
238
|
*/
|
|
@@ -346,12 +280,6 @@ export interface WorkspaceBundle {
|
|
|
346
280
|
*/
|
|
347
281
|
CreationTime?: Date;
|
|
348
282
|
}
|
|
349
|
-
export declare namespace WorkspaceBundle {
|
|
350
|
-
/**
|
|
351
|
-
* @internal
|
|
352
|
-
*/
|
|
353
|
-
const filterSensitiveLog: (obj: WorkspaceBundle) => any;
|
|
354
|
-
}
|
|
355
283
|
export declare enum ClientDeviceType {
|
|
356
284
|
DEVICE_TYPE_ANDROID = "DeviceTypeAndroid",
|
|
357
285
|
DEVICE_TYPE_IOS = "DeviceTypeIos",
|
|
@@ -375,12 +303,6 @@ export interface ClientProperties {
|
|
|
375
303
|
*/
|
|
376
304
|
ReconnectEnabled?: ReconnectEnum | string;
|
|
377
305
|
}
|
|
378
|
-
export declare namespace ClientProperties {
|
|
379
|
-
/**
|
|
380
|
-
* @internal
|
|
381
|
-
*/
|
|
382
|
-
const filterSensitiveLog: (obj: ClientProperties) => any;
|
|
383
|
-
}
|
|
384
306
|
/**
|
|
385
307
|
* <p>Information about the Amazon WorkSpaces client.</p>
|
|
386
308
|
*/
|
|
@@ -394,12 +316,6 @@ export interface ClientPropertiesResult {
|
|
|
394
316
|
*/
|
|
395
317
|
ClientProperties?: ClientProperties;
|
|
396
318
|
}
|
|
397
|
-
export declare namespace ClientPropertiesResult {
|
|
398
|
-
/**
|
|
399
|
-
* @internal
|
|
400
|
-
*/
|
|
401
|
-
const filterSensitiveLog: (obj: ClientPropertiesResult) => any;
|
|
402
|
-
}
|
|
403
319
|
/**
|
|
404
320
|
* <p>Describes an Amazon Connect client add-in.</p>
|
|
405
321
|
*/
|
|
@@ -421,12 +337,6 @@ export interface ConnectClientAddIn {
|
|
|
421
337
|
*/
|
|
422
338
|
URL?: string;
|
|
423
339
|
}
|
|
424
|
-
export declare namespace ConnectClientAddIn {
|
|
425
|
-
/**
|
|
426
|
-
* @internal
|
|
427
|
-
*/
|
|
428
|
-
const filterSensitiveLog: (obj: ConnectClientAddIn) => any;
|
|
429
|
-
}
|
|
430
340
|
/**
|
|
431
341
|
* <p>Describes a connection alias association that is used for cross-Region redirection. For
|
|
432
342
|
* more information, see <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/cross-region-redirection.html"> Cross-Region
|
|
@@ -452,12 +362,6 @@ export interface ConnectionAliasAssociation {
|
|
|
452
362
|
*/
|
|
453
363
|
ConnectionIdentifier?: string;
|
|
454
364
|
}
|
|
455
|
-
export declare namespace ConnectionAliasAssociation {
|
|
456
|
-
/**
|
|
457
|
-
* @internal
|
|
458
|
-
*/
|
|
459
|
-
const filterSensitiveLog: (obj: ConnectionAliasAssociation) => any;
|
|
460
|
-
}
|
|
461
365
|
export declare enum ConnectionAliasState {
|
|
462
366
|
CREATED = "CREATED",
|
|
463
367
|
CREATING = "CREATING",
|
|
@@ -492,12 +396,6 @@ export interface ConnectionAlias {
|
|
|
492
396
|
*/
|
|
493
397
|
Associations?: ConnectionAliasAssociation[];
|
|
494
398
|
}
|
|
495
|
-
export declare namespace ConnectionAlias {
|
|
496
|
-
/**
|
|
497
|
-
* @internal
|
|
498
|
-
*/
|
|
499
|
-
const filterSensitiveLog: (obj: ConnectionAlias) => any;
|
|
500
|
-
}
|
|
501
399
|
/**
|
|
502
400
|
* <p>Describes the permissions for a connection alias. Connection aliases are used for
|
|
503
401
|
* cross-Region redirection. For more information, see <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/cross-region-redirection.html"> Cross-Region
|
|
@@ -515,12 +413,6 @@ export interface ConnectionAliasPermission {
|
|
|
515
413
|
*/
|
|
516
414
|
AllowAssociation: boolean | undefined;
|
|
517
415
|
}
|
|
518
|
-
export declare namespace ConnectionAliasPermission {
|
|
519
|
-
/**
|
|
520
|
-
* @internal
|
|
521
|
-
*/
|
|
522
|
-
const filterSensitiveLog: (obj: ConnectionAliasPermission) => any;
|
|
523
|
-
}
|
|
524
416
|
export declare enum ConnectionState {
|
|
525
417
|
CONNECTED = "CONNECTED",
|
|
526
418
|
DISCONNECTED = "DISCONNECTED",
|
|
@@ -539,12 +431,6 @@ export interface Tag {
|
|
|
539
431
|
*/
|
|
540
432
|
Value?: string;
|
|
541
433
|
}
|
|
542
|
-
export declare namespace Tag {
|
|
543
|
-
/**
|
|
544
|
-
* @internal
|
|
545
|
-
*/
|
|
546
|
-
const filterSensitiveLog: (obj: Tag) => any;
|
|
547
|
-
}
|
|
548
434
|
export interface CopyWorkspaceImageRequest {
|
|
549
435
|
/**
|
|
550
436
|
* <p>The name of the image.</p>
|
|
@@ -567,24 +453,12 @@ export interface CopyWorkspaceImageRequest {
|
|
|
567
453
|
*/
|
|
568
454
|
Tags?: Tag[];
|
|
569
455
|
}
|
|
570
|
-
export declare namespace CopyWorkspaceImageRequest {
|
|
571
|
-
/**
|
|
572
|
-
* @internal
|
|
573
|
-
*/
|
|
574
|
-
const filterSensitiveLog: (obj: CopyWorkspaceImageRequest) => any;
|
|
575
|
-
}
|
|
576
456
|
export interface CopyWorkspaceImageResult {
|
|
577
457
|
/**
|
|
578
458
|
* <p>The identifier of the image.</p>
|
|
579
459
|
*/
|
|
580
460
|
ImageId?: string;
|
|
581
461
|
}
|
|
582
|
-
export declare namespace CopyWorkspaceImageResult {
|
|
583
|
-
/**
|
|
584
|
-
* @internal
|
|
585
|
-
*/
|
|
586
|
-
const filterSensitiveLog: (obj: CopyWorkspaceImageResult) => any;
|
|
587
|
-
}
|
|
588
462
|
/**
|
|
589
463
|
* <p>The specified resource already exists.</p>
|
|
590
464
|
*/
|
|
@@ -625,24 +499,12 @@ export interface CreateConnectClientAddInRequest {
|
|
|
625
499
|
*/
|
|
626
500
|
URL: string | undefined;
|
|
627
501
|
}
|
|
628
|
-
export declare namespace CreateConnectClientAddInRequest {
|
|
629
|
-
/**
|
|
630
|
-
* @internal
|
|
631
|
-
*/
|
|
632
|
-
const filterSensitiveLog: (obj: CreateConnectClientAddInRequest) => any;
|
|
633
|
-
}
|
|
634
502
|
export interface CreateConnectClientAddInResult {
|
|
635
503
|
/**
|
|
636
504
|
* <p>The client add-in identifier.</p>
|
|
637
505
|
*/
|
|
638
506
|
AddInId?: string;
|
|
639
507
|
}
|
|
640
|
-
export declare namespace CreateConnectClientAddInResult {
|
|
641
|
-
/**
|
|
642
|
-
* @internal
|
|
643
|
-
*/
|
|
644
|
-
const filterSensitiveLog: (obj: CreateConnectClientAddInResult) => any;
|
|
645
|
-
}
|
|
646
508
|
/**
|
|
647
509
|
* <p>The resource could not be created.</p>
|
|
648
510
|
*/
|
|
@@ -670,24 +532,12 @@ export interface CreateConnectionAliasRequest {
|
|
|
670
532
|
*/
|
|
671
533
|
Tags?: Tag[];
|
|
672
534
|
}
|
|
673
|
-
export declare namespace CreateConnectionAliasRequest {
|
|
674
|
-
/**
|
|
675
|
-
* @internal
|
|
676
|
-
*/
|
|
677
|
-
const filterSensitiveLog: (obj: CreateConnectionAliasRequest) => any;
|
|
678
|
-
}
|
|
679
535
|
export interface CreateConnectionAliasResult {
|
|
680
536
|
/**
|
|
681
537
|
* <p>The identifier of the connection alias.</p>
|
|
682
538
|
*/
|
|
683
539
|
AliasId?: string;
|
|
684
540
|
}
|
|
685
|
-
export declare namespace CreateConnectionAliasResult {
|
|
686
|
-
/**
|
|
687
|
-
* @internal
|
|
688
|
-
*/
|
|
689
|
-
const filterSensitiveLog: (obj: CreateConnectionAliasResult) => any;
|
|
690
|
-
}
|
|
691
541
|
export interface CreateIpGroupRequest {
|
|
692
542
|
/**
|
|
693
543
|
* <p>The name of the group.</p>
|
|
@@ -706,24 +556,12 @@ export interface CreateIpGroupRequest {
|
|
|
706
556
|
*/
|
|
707
557
|
Tags?: Tag[];
|
|
708
558
|
}
|
|
709
|
-
export declare namespace CreateIpGroupRequest {
|
|
710
|
-
/**
|
|
711
|
-
* @internal
|
|
712
|
-
*/
|
|
713
|
-
const filterSensitiveLog: (obj: CreateIpGroupRequest) => any;
|
|
714
|
-
}
|
|
715
559
|
export interface CreateIpGroupResult {
|
|
716
560
|
/**
|
|
717
561
|
* <p>The identifier of the group.</p>
|
|
718
562
|
*/
|
|
719
563
|
GroupId?: string;
|
|
720
564
|
}
|
|
721
|
-
export declare namespace CreateIpGroupResult {
|
|
722
|
-
/**
|
|
723
|
-
* @internal
|
|
724
|
-
*/
|
|
725
|
-
const filterSensitiveLog: (obj: CreateIpGroupResult) => any;
|
|
726
|
-
}
|
|
727
565
|
export interface CreateTagsRequest {
|
|
728
566
|
/**
|
|
729
567
|
* <p>The identifier of the WorkSpaces resource. The supported resource types are WorkSpaces,
|
|
@@ -736,20 +574,8 @@ export interface CreateTagsRequest {
|
|
|
736
574
|
*/
|
|
737
575
|
Tags: Tag[] | undefined;
|
|
738
576
|
}
|
|
739
|
-
export declare namespace CreateTagsRequest {
|
|
740
|
-
/**
|
|
741
|
-
* @internal
|
|
742
|
-
*/
|
|
743
|
-
const filterSensitiveLog: (obj: CreateTagsRequest) => any;
|
|
744
|
-
}
|
|
745
577
|
export interface CreateTagsResult {
|
|
746
578
|
}
|
|
747
|
-
export declare namespace CreateTagsResult {
|
|
748
|
-
/**
|
|
749
|
-
* @internal
|
|
750
|
-
*/
|
|
751
|
-
const filterSensitiveLog: (obj: CreateTagsResult) => any;
|
|
752
|
-
}
|
|
753
579
|
export interface CreateUpdatedWorkspaceImageRequest {
|
|
754
580
|
/**
|
|
755
581
|
* <p>The name of the new updated WorkSpace image.</p>
|
|
@@ -773,24 +599,12 @@ export interface CreateUpdatedWorkspaceImageRequest {
|
|
|
773
599
|
*/
|
|
774
600
|
Tags?: Tag[];
|
|
775
601
|
}
|
|
776
|
-
export declare namespace CreateUpdatedWorkspaceImageRequest {
|
|
777
|
-
/**
|
|
778
|
-
* @internal
|
|
779
|
-
*/
|
|
780
|
-
const filterSensitiveLog: (obj: CreateUpdatedWorkspaceImageRequest) => any;
|
|
781
|
-
}
|
|
782
602
|
export interface CreateUpdatedWorkspaceImageResult {
|
|
783
603
|
/**
|
|
784
604
|
* <p>The identifier of the new updated WorkSpace image.</p>
|
|
785
605
|
*/
|
|
786
606
|
ImageId?: string;
|
|
787
607
|
}
|
|
788
|
-
export declare namespace CreateUpdatedWorkspaceImageResult {
|
|
789
|
-
/**
|
|
790
|
-
* @internal
|
|
791
|
-
*/
|
|
792
|
-
const filterSensitiveLog: (obj: CreateUpdatedWorkspaceImageResult) => any;
|
|
793
|
-
}
|
|
794
608
|
export interface CreateWorkspaceBundleRequest {
|
|
795
609
|
/**
|
|
796
610
|
* <p>The name of the bundle.</p>
|
|
@@ -826,23 +640,92 @@ export interface CreateWorkspaceBundleRequest {
|
|
|
826
640
|
*/
|
|
827
641
|
Tags?: Tag[];
|
|
828
642
|
}
|
|
829
|
-
export declare namespace CreateWorkspaceBundleRequest {
|
|
830
|
-
/**
|
|
831
|
-
* @internal
|
|
832
|
-
*/
|
|
833
|
-
const filterSensitiveLog: (obj: CreateWorkspaceBundleRequest) => any;
|
|
834
|
-
}
|
|
835
643
|
export interface CreateWorkspaceBundleResult {
|
|
836
644
|
/**
|
|
837
645
|
* <p>Describes a WorkSpace bundle.</p>
|
|
838
646
|
*/
|
|
839
647
|
WorkspaceBundle?: WorkspaceBundle;
|
|
840
648
|
}
|
|
841
|
-
export
|
|
649
|
+
export interface CreateWorkspaceImageRequest {
|
|
842
650
|
/**
|
|
843
|
-
*
|
|
651
|
+
* <p>The name of the new WorkSpace image.</p>
|
|
652
|
+
*/
|
|
653
|
+
Name: string | undefined;
|
|
654
|
+
/**
|
|
655
|
+
* <p>The description of the new WorkSpace image.</p>
|
|
656
|
+
*/
|
|
657
|
+
Description: string | undefined;
|
|
658
|
+
/**
|
|
659
|
+
* <p>The identifier of the source WorkSpace</p>
|
|
660
|
+
*/
|
|
661
|
+
WorkspaceId: string | undefined;
|
|
662
|
+
/**
|
|
663
|
+
* <p>The tags that you want to add to the new WorkSpace image.
|
|
664
|
+
* To add tags when you're creating the image, you must create an IAM policy that grants
|
|
665
|
+
* your IAM user permission to use <code>workspaces:CreateTags</code>.</p>
|
|
666
|
+
*/
|
|
667
|
+
Tags?: Tag[];
|
|
668
|
+
}
|
|
669
|
+
export declare enum OperatingSystemType {
|
|
670
|
+
LINUX = "LINUX",
|
|
671
|
+
WINDOWS = "WINDOWS"
|
|
672
|
+
}
|
|
673
|
+
/**
|
|
674
|
+
* <p>The operating system that the image is running.</p>
|
|
675
|
+
*/
|
|
676
|
+
export interface OperatingSystem {
|
|
677
|
+
/**
|
|
678
|
+
* <p>The operating system.</p>
|
|
679
|
+
*/
|
|
680
|
+
Type?: OperatingSystemType | string;
|
|
681
|
+
}
|
|
682
|
+
export declare enum WorkspaceImageRequiredTenancy {
|
|
683
|
+
DEDICATED = "DEDICATED",
|
|
684
|
+
DEFAULT = "DEFAULT"
|
|
685
|
+
}
|
|
686
|
+
export declare enum WorkspaceImageState {
|
|
687
|
+
AVAILABLE = "AVAILABLE",
|
|
688
|
+
ERROR = "ERROR",
|
|
689
|
+
PENDING = "PENDING"
|
|
690
|
+
}
|
|
691
|
+
export interface CreateWorkspaceImageResult {
|
|
692
|
+
/**
|
|
693
|
+
* <p>The identifier of the new WorkSpace image.</p>
|
|
694
|
+
*/
|
|
695
|
+
ImageId?: string;
|
|
696
|
+
/**
|
|
697
|
+
* <p>The name of the image.</p>
|
|
698
|
+
*/
|
|
699
|
+
Name?: string;
|
|
700
|
+
/**
|
|
701
|
+
* <p>The description of the image.</p>
|
|
702
|
+
*/
|
|
703
|
+
Description?: string;
|
|
704
|
+
/**
|
|
705
|
+
* <p>The operating system that the image is running.</p>
|
|
706
|
+
*/
|
|
707
|
+
OperatingSystem?: OperatingSystem;
|
|
708
|
+
/**
|
|
709
|
+
* <p>The availability status of the image.</p>
|
|
710
|
+
*/
|
|
711
|
+
State?: WorkspaceImageState | string;
|
|
712
|
+
/**
|
|
713
|
+
* <p>Specifies whether the image is running on dedicated hardware.
|
|
714
|
+
* When Bring Your Own License (BYOL) is enabled, this value is set
|
|
715
|
+
* to DEDICATED. For more information, see
|
|
716
|
+
* <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/byol-windows-images.htm">
|
|
717
|
+
* Bring Your Own Windows Desktop Images.</a>
|
|
718
|
+
* </p>
|
|
719
|
+
*/
|
|
720
|
+
RequiredTenancy?: WorkspaceImageRequiredTenancy | string;
|
|
721
|
+
/**
|
|
722
|
+
* <p>The date when the image was created.</p>
|
|
844
723
|
*/
|
|
845
|
-
|
|
724
|
+
Created?: Date;
|
|
725
|
+
/**
|
|
726
|
+
* <p>The identifier of the AWS account that owns the image.</p>
|
|
727
|
+
*/
|
|
728
|
+
OwnerAccountId?: string;
|
|
846
729
|
}
|
|
847
730
|
export declare enum RunningMode {
|
|
848
731
|
ALWAYS_ON = "ALWAYS_ON",
|
|
@@ -880,12 +763,6 @@ export interface WorkspaceProperties {
|
|
|
880
763
|
*/
|
|
881
764
|
ComputeTypeName?: Compute | string;
|
|
882
765
|
}
|
|
883
|
-
export declare namespace WorkspaceProperties {
|
|
884
|
-
/**
|
|
885
|
-
* @internal
|
|
886
|
-
*/
|
|
887
|
-
const filterSensitiveLog: (obj: WorkspaceProperties) => any;
|
|
888
|
-
}
|
|
889
766
|
/**
|
|
890
767
|
* <p>Describes the information used to create a WorkSpace.</p>
|
|
891
768
|
*/
|
|
@@ -924,24 +801,12 @@ export interface WorkspaceRequest {
|
|
|
924
801
|
*/
|
|
925
802
|
Tags?: Tag[];
|
|
926
803
|
}
|
|
927
|
-
export declare namespace WorkspaceRequest {
|
|
928
|
-
/**
|
|
929
|
-
* @internal
|
|
930
|
-
*/
|
|
931
|
-
const filterSensitiveLog: (obj: WorkspaceRequest) => any;
|
|
932
|
-
}
|
|
933
804
|
export interface CreateWorkspacesRequest {
|
|
934
805
|
/**
|
|
935
806
|
* <p>The WorkSpaces to create. You can specify up to 25 WorkSpaces.</p>
|
|
936
807
|
*/
|
|
937
808
|
Workspaces: WorkspaceRequest[] | undefined;
|
|
938
809
|
}
|
|
939
|
-
export declare namespace CreateWorkspacesRequest {
|
|
940
|
-
/**
|
|
941
|
-
* @internal
|
|
942
|
-
*/
|
|
943
|
-
const filterSensitiveLog: (obj: CreateWorkspacesRequest) => any;
|
|
944
|
-
}
|
|
945
810
|
/**
|
|
946
811
|
* <p>Describes a WorkSpace that cannot be created.</p>
|
|
947
812
|
*/
|
|
@@ -960,12 +825,6 @@ export interface FailedCreateWorkspaceRequest {
|
|
|
960
825
|
*/
|
|
961
826
|
ErrorMessage?: string;
|
|
962
827
|
}
|
|
963
|
-
export declare namespace FailedCreateWorkspaceRequest {
|
|
964
|
-
/**
|
|
965
|
-
* @internal
|
|
966
|
-
*/
|
|
967
|
-
const filterSensitiveLog: (obj: FailedCreateWorkspaceRequest) => any;
|
|
968
|
-
}
|
|
969
828
|
export declare enum ModificationResourceEnum {
|
|
970
829
|
COMPUTE_TYPE = "COMPUTE_TYPE",
|
|
971
830
|
ROOT_VOLUME = "ROOT_VOLUME",
|
|
@@ -988,12 +847,6 @@ export interface ModificationState {
|
|
|
988
847
|
*/
|
|
989
848
|
State?: ModificationStateEnum | string;
|
|
990
849
|
}
|
|
991
|
-
export declare namespace ModificationState {
|
|
992
|
-
/**
|
|
993
|
-
* @internal
|
|
994
|
-
*/
|
|
995
|
-
const filterSensitiveLog: (obj: ModificationState) => any;
|
|
996
|
-
}
|
|
997
850
|
export declare enum WorkspaceState {
|
|
998
851
|
ADMIN_MAINTENANCE = "ADMIN_MAINTENANCE",
|
|
999
852
|
AVAILABLE = "AVAILABLE",
|
|
@@ -1090,12 +943,6 @@ export interface Workspace {
|
|
|
1090
943
|
*/
|
|
1091
944
|
ModificationStates?: ModificationState[];
|
|
1092
945
|
}
|
|
1093
|
-
export declare namespace Workspace {
|
|
1094
|
-
/**
|
|
1095
|
-
* @internal
|
|
1096
|
-
*/
|
|
1097
|
-
const filterSensitiveLog: (obj: Workspace) => any;
|
|
1098
|
-
}
|
|
1099
946
|
export interface CreateWorkspacesResult {
|
|
1100
947
|
/**
|
|
1101
948
|
* <p>Information about the WorkSpaces that could not be created.</p>
|
|
@@ -1109,12 +956,6 @@ export interface CreateWorkspacesResult {
|
|
|
1109
956
|
*/
|
|
1110
957
|
PendingRequests?: Workspace[];
|
|
1111
958
|
}
|
|
1112
|
-
export declare namespace CreateWorkspacesResult {
|
|
1113
|
-
/**
|
|
1114
|
-
* @internal
|
|
1115
|
-
*/
|
|
1116
|
-
const filterSensitiveLog: (obj: CreateWorkspacesResult) => any;
|
|
1117
|
-
}
|
|
1118
959
|
export declare enum DedicatedTenancySupportEnum {
|
|
1119
960
|
ENABLED = "ENABLED"
|
|
1120
961
|
}
|
|
@@ -1128,8 +969,7 @@ export declare enum DedicatedTenancySupportEnum {
|
|
|
1128
969
|
*/
|
|
1129
970
|
export interface DefaultClientBrandingAttributes {
|
|
1130
971
|
/**
|
|
1131
|
-
* <p>The logo
|
|
1132
|
-
* format accepted is a binary data object that is converted from a <code>.png</code> file.</p>
|
|
972
|
+
* <p>The logo. The only image format accepted is a binary data object that is converted from a <code>.png</code> file.</p>
|
|
1133
973
|
*/
|
|
1134
974
|
LogoUrl?: string;
|
|
1135
975
|
/**
|
|
@@ -1173,16 +1013,11 @@ export interface DefaultClientBrandingAttributes {
|
|
|
1173
1013
|
/**
|
|
1174
1014
|
* <p>The login message. Specified as a key value pair, in which the key is a locale and the
|
|
1175
1015
|
* value is the localized message for that locale. The only key supported is
|
|
1176
|
-
*
|
|
1016
|
+
* <code>en_US</code>. The HTML tags supported include the following: <code>a, b, blockquote, br, cite, code, dd, dl, dt, div, em,
|
|
1017
|
+
* i, li, ol, p, pre, q, small, span, strike, strong, sub, sup, u, ul</code>.</p>
|
|
1177
1018
|
*/
|
|
1178
1019
|
LoginMessage?: Record<string, string>;
|
|
1179
1020
|
}
|
|
1180
|
-
export declare namespace DefaultClientBrandingAttributes {
|
|
1181
|
-
/**
|
|
1182
|
-
* @internal
|
|
1183
|
-
*/
|
|
1184
|
-
const filterSensitiveLog: (obj: DefaultClientBrandingAttributes) => any;
|
|
1185
|
-
}
|
|
1186
1021
|
/**
|
|
1187
1022
|
* <p>The default client branding attributes to be imported. These attributes display on the
|
|
1188
1023
|
* client login screen.</p>
|
|
@@ -1193,8 +1028,7 @@ export declare namespace DefaultClientBrandingAttributes {
|
|
|
1193
1028
|
*/
|
|
1194
1029
|
export interface DefaultImportClientBrandingAttributes {
|
|
1195
1030
|
/**
|
|
1196
|
-
* <p>The logo. The only image
|
|
1197
|
-
* format accepted is a binary data object that is converted from a <code>.png</code> file.</p>
|
|
1031
|
+
* <p>The logo. The only image format accepted is a binary data object that is converted from a <code>.png</code> file.</p>
|
|
1198
1032
|
*/
|
|
1199
1033
|
Logo?: Uint8Array;
|
|
1200
1034
|
/**
|
|
@@ -1238,16 +1072,11 @@ export interface DefaultImportClientBrandingAttributes {
|
|
|
1238
1072
|
/**
|
|
1239
1073
|
* <p>The login message. Specified as a key value pair, in which the key is a locale and the
|
|
1240
1074
|
* value is the localized message for that locale. The only key supported is
|
|
1241
|
-
*
|
|
1075
|
+
* <code>en_US</code>. The HTML tags supported include the following: <code>a, b, blockquote, br, cite, code, dd, dl, dt, div, em,
|
|
1076
|
+
* i, li, ol, p, pre, q, small, span, strike, strong, sub, sup, u, ul</code>.</p>
|
|
1242
1077
|
*/
|
|
1243
1078
|
LoginMessage?: Record<string, string>;
|
|
1244
1079
|
}
|
|
1245
|
-
export declare namespace DefaultImportClientBrandingAttributes {
|
|
1246
|
-
/**
|
|
1247
|
-
* @internal
|
|
1248
|
-
*/
|
|
1249
|
-
const filterSensitiveLog: (obj: DefaultImportClientBrandingAttributes) => any;
|
|
1250
|
-
}
|
|
1251
1080
|
/**
|
|
1252
1081
|
* <p>Describes the default values that are used to create WorkSpaces. For more information,
|
|
1253
1082
|
* see <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/update-directory-details.html">Update Directory
|
|
@@ -1291,12 +1120,6 @@ export interface DefaultWorkspaceCreationProperties {
|
|
|
1291
1120
|
*/
|
|
1292
1121
|
EnableMaintenanceMode?: boolean;
|
|
1293
1122
|
}
|
|
1294
|
-
export declare namespace DefaultWorkspaceCreationProperties {
|
|
1295
|
-
/**
|
|
1296
|
-
* @internal
|
|
1297
|
-
*/
|
|
1298
|
-
const filterSensitiveLog: (obj: DefaultWorkspaceCreationProperties) => any;
|
|
1299
|
-
}
|
|
1300
1123
|
export interface DeleteClientBrandingRequest {
|
|
1301
1124
|
/**
|
|
1302
1125
|
* <p>The directory identifier of the WorkSpace for which you want to delete client
|
|
@@ -1308,20 +1131,8 @@ export interface DeleteClientBrandingRequest {
|
|
|
1308
1131
|
*/
|
|
1309
1132
|
Platforms: (ClientDeviceType | string)[] | undefined;
|
|
1310
1133
|
}
|
|
1311
|
-
export declare namespace DeleteClientBrandingRequest {
|
|
1312
|
-
/**
|
|
1313
|
-
* @internal
|
|
1314
|
-
*/
|
|
1315
|
-
const filterSensitiveLog: (obj: DeleteClientBrandingRequest) => any;
|
|
1316
|
-
}
|
|
1317
1134
|
export interface DeleteClientBrandingResult {
|
|
1318
1135
|
}
|
|
1319
|
-
export declare namespace DeleteClientBrandingResult {
|
|
1320
|
-
/**
|
|
1321
|
-
* @internal
|
|
1322
|
-
*/
|
|
1323
|
-
const filterSensitiveLog: (obj: DeleteClientBrandingResult) => any;
|
|
1324
|
-
}
|
|
1325
1136
|
export interface DeleteConnectClientAddInRequest {
|
|
1326
1137
|
/**
|
|
1327
1138
|
* <p>The identifier of the client add-in to delete.</p>
|
|
@@ -1332,60 +1143,24 @@ export interface DeleteConnectClientAddInRequest {
|
|
|
1332
1143
|
*/
|
|
1333
1144
|
ResourceId: string | undefined;
|
|
1334
1145
|
}
|
|
1335
|
-
export declare namespace DeleteConnectClientAddInRequest {
|
|
1336
|
-
/**
|
|
1337
|
-
* @internal
|
|
1338
|
-
*/
|
|
1339
|
-
const filterSensitiveLog: (obj: DeleteConnectClientAddInRequest) => any;
|
|
1340
|
-
}
|
|
1341
1146
|
export interface DeleteConnectClientAddInResult {
|
|
1342
1147
|
}
|
|
1343
|
-
export declare namespace DeleteConnectClientAddInResult {
|
|
1344
|
-
/**
|
|
1345
|
-
* @internal
|
|
1346
|
-
*/
|
|
1347
|
-
const filterSensitiveLog: (obj: DeleteConnectClientAddInResult) => any;
|
|
1348
|
-
}
|
|
1349
1148
|
export interface DeleteConnectionAliasRequest {
|
|
1350
1149
|
/**
|
|
1351
1150
|
* <p>The identifier of the connection alias to delete.</p>
|
|
1352
1151
|
*/
|
|
1353
1152
|
AliasId: string | undefined;
|
|
1354
1153
|
}
|
|
1355
|
-
export declare namespace DeleteConnectionAliasRequest {
|
|
1356
|
-
/**
|
|
1357
|
-
* @internal
|
|
1358
|
-
*/
|
|
1359
|
-
const filterSensitiveLog: (obj: DeleteConnectionAliasRequest) => any;
|
|
1360
|
-
}
|
|
1361
1154
|
export interface DeleteConnectionAliasResult {
|
|
1362
1155
|
}
|
|
1363
|
-
export declare namespace DeleteConnectionAliasResult {
|
|
1364
|
-
/**
|
|
1365
|
-
* @internal
|
|
1366
|
-
*/
|
|
1367
|
-
const filterSensitiveLog: (obj: DeleteConnectionAliasResult) => any;
|
|
1368
|
-
}
|
|
1369
1156
|
export interface DeleteIpGroupRequest {
|
|
1370
1157
|
/**
|
|
1371
1158
|
* <p>The identifier of the IP access control group.</p>
|
|
1372
1159
|
*/
|
|
1373
1160
|
GroupId: string | undefined;
|
|
1374
1161
|
}
|
|
1375
|
-
export declare namespace DeleteIpGroupRequest {
|
|
1376
|
-
/**
|
|
1377
|
-
* @internal
|
|
1378
|
-
*/
|
|
1379
|
-
const filterSensitiveLog: (obj: DeleteIpGroupRequest) => any;
|
|
1380
|
-
}
|
|
1381
1162
|
export interface DeleteIpGroupResult {
|
|
1382
1163
|
}
|
|
1383
|
-
export declare namespace DeleteIpGroupResult {
|
|
1384
|
-
/**
|
|
1385
|
-
* @internal
|
|
1386
|
-
*/
|
|
1387
|
-
const filterSensitiveLog: (obj: DeleteIpGroupResult) => any;
|
|
1388
|
-
}
|
|
1389
1164
|
export interface DeleteTagsRequest {
|
|
1390
1165
|
/**
|
|
1391
1166
|
* <p>The identifier of the WorkSpaces resource. The supported resource types are WorkSpaces,
|
|
@@ -1398,60 +1173,24 @@ export interface DeleteTagsRequest {
|
|
|
1398
1173
|
*/
|
|
1399
1174
|
TagKeys: string[] | undefined;
|
|
1400
1175
|
}
|
|
1401
|
-
export declare namespace DeleteTagsRequest {
|
|
1402
|
-
/**
|
|
1403
|
-
* @internal
|
|
1404
|
-
*/
|
|
1405
|
-
const filterSensitiveLog: (obj: DeleteTagsRequest) => any;
|
|
1406
|
-
}
|
|
1407
1176
|
export interface DeleteTagsResult {
|
|
1408
1177
|
}
|
|
1409
|
-
export declare namespace DeleteTagsResult {
|
|
1410
|
-
/**
|
|
1411
|
-
* @internal
|
|
1412
|
-
*/
|
|
1413
|
-
const filterSensitiveLog: (obj: DeleteTagsResult) => any;
|
|
1414
|
-
}
|
|
1415
1178
|
export interface DeleteWorkspaceBundleRequest {
|
|
1416
1179
|
/**
|
|
1417
1180
|
* <p>The identifier of the bundle.</p>
|
|
1418
1181
|
*/
|
|
1419
1182
|
BundleId?: string;
|
|
1420
1183
|
}
|
|
1421
|
-
export declare namespace DeleteWorkspaceBundleRequest {
|
|
1422
|
-
/**
|
|
1423
|
-
* @internal
|
|
1424
|
-
*/
|
|
1425
|
-
const filterSensitiveLog: (obj: DeleteWorkspaceBundleRequest) => any;
|
|
1426
|
-
}
|
|
1427
1184
|
export interface DeleteWorkspaceBundleResult {
|
|
1428
1185
|
}
|
|
1429
|
-
export declare namespace DeleteWorkspaceBundleResult {
|
|
1430
|
-
/**
|
|
1431
|
-
* @internal
|
|
1432
|
-
*/
|
|
1433
|
-
const filterSensitiveLog: (obj: DeleteWorkspaceBundleResult) => any;
|
|
1434
|
-
}
|
|
1435
1186
|
export interface DeleteWorkspaceImageRequest {
|
|
1436
1187
|
/**
|
|
1437
1188
|
* <p>The identifier of the image.</p>
|
|
1438
1189
|
*/
|
|
1439
1190
|
ImageId: string | undefined;
|
|
1440
1191
|
}
|
|
1441
|
-
export declare namespace DeleteWorkspaceImageRequest {
|
|
1442
|
-
/**
|
|
1443
|
-
* @internal
|
|
1444
|
-
*/
|
|
1445
|
-
const filterSensitiveLog: (obj: DeleteWorkspaceImageRequest) => any;
|
|
1446
|
-
}
|
|
1447
1192
|
export interface DeleteWorkspaceImageResult {
|
|
1448
1193
|
}
|
|
1449
|
-
export declare namespace DeleteWorkspaceImageResult {
|
|
1450
|
-
/**
|
|
1451
|
-
* @internal
|
|
1452
|
-
*/
|
|
1453
|
-
const filterSensitiveLog: (obj: DeleteWorkspaceImageResult) => any;
|
|
1454
|
-
}
|
|
1455
1194
|
export interface DeregisterWorkspaceDirectoryRequest {
|
|
1456
1195
|
/**
|
|
1457
1196
|
* <p>The identifier of the directory. If any WorkSpaces are registered to this directory, you
|
|
@@ -1460,28 +1199,10 @@ export interface DeregisterWorkspaceDirectoryRequest {
|
|
|
1460
1199
|
*/
|
|
1461
1200
|
DirectoryId: string | undefined;
|
|
1462
1201
|
}
|
|
1463
|
-
export declare namespace DeregisterWorkspaceDirectoryRequest {
|
|
1464
|
-
/**
|
|
1465
|
-
* @internal
|
|
1466
|
-
*/
|
|
1467
|
-
const filterSensitiveLog: (obj: DeregisterWorkspaceDirectoryRequest) => any;
|
|
1468
|
-
}
|
|
1469
1202
|
export interface DeregisterWorkspaceDirectoryResult {
|
|
1470
1203
|
}
|
|
1471
|
-
export declare namespace DeregisterWorkspaceDirectoryResult {
|
|
1472
|
-
/**
|
|
1473
|
-
* @internal
|
|
1474
|
-
*/
|
|
1475
|
-
const filterSensitiveLog: (obj: DeregisterWorkspaceDirectoryResult) => any;
|
|
1476
|
-
}
|
|
1477
1204
|
export interface DescribeAccountRequest {
|
|
1478
1205
|
}
|
|
1479
|
-
export declare namespace DescribeAccountRequest {
|
|
1480
|
-
/**
|
|
1481
|
-
* @internal
|
|
1482
|
-
*/
|
|
1483
|
-
const filterSensitiveLog: (obj: DescribeAccountRequest) => any;
|
|
1484
|
-
}
|
|
1485
1206
|
export interface DescribeAccountResult {
|
|
1486
1207
|
/**
|
|
1487
1208
|
* <p>The status of BYOL (whether BYOL is enabled or disabled).</p>
|
|
@@ -1496,12 +1217,6 @@ export interface DescribeAccountResult {
|
|
|
1496
1217
|
*/
|
|
1497
1218
|
DedicatedTenancyManagementCidrRange?: string;
|
|
1498
1219
|
}
|
|
1499
|
-
export declare namespace DescribeAccountResult {
|
|
1500
|
-
/**
|
|
1501
|
-
* @internal
|
|
1502
|
-
*/
|
|
1503
|
-
const filterSensitiveLog: (obj: DescribeAccountResult) => any;
|
|
1504
|
-
}
|
|
1505
1220
|
export interface DescribeAccountModificationsRequest {
|
|
1506
1221
|
/**
|
|
1507
1222
|
* <p>If you received a <code>NextToken</code> from a previous call that was paginated,
|
|
@@ -1509,12 +1224,6 @@ export interface DescribeAccountModificationsRequest {
|
|
|
1509
1224
|
*/
|
|
1510
1225
|
NextToken?: string;
|
|
1511
1226
|
}
|
|
1512
|
-
export declare namespace DescribeAccountModificationsRequest {
|
|
1513
|
-
/**
|
|
1514
|
-
* @internal
|
|
1515
|
-
*/
|
|
1516
|
-
const filterSensitiveLog: (obj: DescribeAccountModificationsRequest) => any;
|
|
1517
|
-
}
|
|
1518
1227
|
export interface DescribeAccountModificationsResult {
|
|
1519
1228
|
/**
|
|
1520
1229
|
* <p>The list of modifications to the configuration of BYOL.</p>
|
|
@@ -1526,12 +1235,6 @@ export interface DescribeAccountModificationsResult {
|
|
|
1526
1235
|
*/
|
|
1527
1236
|
NextToken?: string;
|
|
1528
1237
|
}
|
|
1529
|
-
export declare namespace DescribeAccountModificationsResult {
|
|
1530
|
-
/**
|
|
1531
|
-
* @internal
|
|
1532
|
-
*/
|
|
1533
|
-
const filterSensitiveLog: (obj: DescribeAccountModificationsResult) => any;
|
|
1534
|
-
}
|
|
1535
1238
|
export interface DescribeClientBrandingRequest {
|
|
1536
1239
|
/**
|
|
1537
1240
|
* <p>The directory identifier of the WorkSpace for which you want to view client branding
|
|
@@ -1539,12 +1242,6 @@ export interface DescribeClientBrandingRequest {
|
|
|
1539
1242
|
*/
|
|
1540
1243
|
ResourceId: string | undefined;
|
|
1541
1244
|
}
|
|
1542
|
-
export declare namespace DescribeClientBrandingRequest {
|
|
1543
|
-
/**
|
|
1544
|
-
* @internal
|
|
1545
|
-
*/
|
|
1546
|
-
const filterSensitiveLog: (obj: DescribeClientBrandingRequest) => any;
|
|
1547
|
-
}
|
|
1548
1245
|
/**
|
|
1549
1246
|
* <p>The client branding attributes for iOS device types. These attributes are displayed on
|
|
1550
1247
|
* the iOS client login screen only.</p>
|
|
@@ -1555,8 +1252,8 @@ export declare namespace DescribeClientBrandingRequest {
|
|
|
1555
1252
|
*/
|
|
1556
1253
|
export interface IosClientBrandingAttributes {
|
|
1557
1254
|
/**
|
|
1558
|
-
* <p>The logo. This is the
|
|
1559
|
-
*
|
|
1255
|
+
* <p>The logo. This is the standard-resolution display that has a 1:1 pixel density
|
|
1256
|
+
* (or @1x), where one pixel is equal
|
|
1560
1257
|
* to one point. The only image format accepted is a binary data object that is converted from
|
|
1561
1258
|
* a <code>.png</code> file.</p>
|
|
1562
1259
|
*/
|
|
@@ -1622,16 +1319,11 @@ export interface IosClientBrandingAttributes {
|
|
|
1622
1319
|
/**
|
|
1623
1320
|
* <p>The login message. Specified as a key value pair, in which the key is a locale and the
|
|
1624
1321
|
* value is the localized message for that locale. The only key supported is
|
|
1625
|
-
*
|
|
1322
|
+
* <code>en_US</code>. The HTML tags supported include the following: <code>a, b, blockquote, br, cite, code, dd, dl, dt, div, em,
|
|
1323
|
+
* i, li, ol, p, pre, q, small, span, strike, strong, sub, sup, u, ul</code>.</p>
|
|
1626
1324
|
*/
|
|
1627
1325
|
LoginMessage?: Record<string, string>;
|
|
1628
1326
|
}
|
|
1629
|
-
export declare namespace IosClientBrandingAttributes {
|
|
1630
|
-
/**
|
|
1631
|
-
* @internal
|
|
1632
|
-
*/
|
|
1633
|
-
const filterSensitiveLog: (obj: IosClientBrandingAttributes) => any;
|
|
1634
|
-
}
|
|
1635
1327
|
export interface DescribeClientBrandingResult {
|
|
1636
1328
|
/**
|
|
1637
1329
|
* <p>The branding information for Windows devices.</p>
|
|
@@ -1658,36 +1350,18 @@ export interface DescribeClientBrandingResult {
|
|
|
1658
1350
|
*/
|
|
1659
1351
|
DeviceTypeWeb?: DefaultClientBrandingAttributes;
|
|
1660
1352
|
}
|
|
1661
|
-
export declare namespace DescribeClientBrandingResult {
|
|
1662
|
-
/**
|
|
1663
|
-
* @internal
|
|
1664
|
-
*/
|
|
1665
|
-
const filterSensitiveLog: (obj: DescribeClientBrandingResult) => any;
|
|
1666
|
-
}
|
|
1667
1353
|
export interface DescribeClientPropertiesRequest {
|
|
1668
1354
|
/**
|
|
1669
1355
|
* <p>The resource identifier, in the form of directory IDs.</p>
|
|
1670
1356
|
*/
|
|
1671
1357
|
ResourceIds: string[] | undefined;
|
|
1672
1358
|
}
|
|
1673
|
-
export declare namespace DescribeClientPropertiesRequest {
|
|
1674
|
-
/**
|
|
1675
|
-
* @internal
|
|
1676
|
-
*/
|
|
1677
|
-
const filterSensitiveLog: (obj: DescribeClientPropertiesRequest) => any;
|
|
1678
|
-
}
|
|
1679
1359
|
export interface DescribeClientPropertiesResult {
|
|
1680
1360
|
/**
|
|
1681
1361
|
* <p>Information about the specified Amazon WorkSpaces clients.</p>
|
|
1682
1362
|
*/
|
|
1683
1363
|
ClientPropertiesList?: ClientPropertiesResult[];
|
|
1684
1364
|
}
|
|
1685
|
-
export declare namespace DescribeClientPropertiesResult {
|
|
1686
|
-
/**
|
|
1687
|
-
* @internal
|
|
1688
|
-
*/
|
|
1689
|
-
const filterSensitiveLog: (obj: DescribeClientPropertiesResult) => any;
|
|
1690
|
-
}
|
|
1691
1365
|
export interface DescribeConnectClientAddInsRequest {
|
|
1692
1366
|
/**
|
|
1693
1367
|
* <p>The directory identifier for which the client add-in is configured.</p>
|
|
@@ -1703,12 +1377,6 @@ export interface DescribeConnectClientAddInsRequest {
|
|
|
1703
1377
|
*/
|
|
1704
1378
|
MaxResults?: number;
|
|
1705
1379
|
}
|
|
1706
|
-
export declare namespace DescribeConnectClientAddInsRequest {
|
|
1707
|
-
/**
|
|
1708
|
-
* @internal
|
|
1709
|
-
*/
|
|
1710
|
-
const filterSensitiveLog: (obj: DescribeConnectClientAddInsRequest) => any;
|
|
1711
|
-
}
|
|
1712
1380
|
export interface DescribeConnectClientAddInsResult {
|
|
1713
1381
|
/**
|
|
1714
1382
|
* <p>Information about client add-ins.</p>
|
|
@@ -1720,12 +1388,6 @@ export interface DescribeConnectClientAddInsResult {
|
|
|
1720
1388
|
*/
|
|
1721
1389
|
NextToken?: string;
|
|
1722
1390
|
}
|
|
1723
|
-
export declare namespace DescribeConnectClientAddInsResult {
|
|
1724
|
-
/**
|
|
1725
|
-
* @internal
|
|
1726
|
-
*/
|
|
1727
|
-
const filterSensitiveLog: (obj: DescribeConnectClientAddInsResult) => any;
|
|
1728
|
-
}
|
|
1729
1391
|
export interface DescribeConnectionAliasesRequest {
|
|
1730
1392
|
/**
|
|
1731
1393
|
* <p>The identifiers of the connection aliases to describe.</p>
|
|
@@ -1745,12 +1407,6 @@ export interface DescribeConnectionAliasesRequest {
|
|
|
1745
1407
|
*/
|
|
1746
1408
|
NextToken?: string;
|
|
1747
1409
|
}
|
|
1748
|
-
export declare namespace DescribeConnectionAliasesRequest {
|
|
1749
|
-
/**
|
|
1750
|
-
* @internal
|
|
1751
|
-
*/
|
|
1752
|
-
const filterSensitiveLog: (obj: DescribeConnectionAliasesRequest) => any;
|
|
1753
|
-
}
|
|
1754
1410
|
export interface DescribeConnectionAliasesResult {
|
|
1755
1411
|
/**
|
|
1756
1412
|
* <p>Information about the specified connection aliases.</p>
|
|
@@ -1762,12 +1418,6 @@ export interface DescribeConnectionAliasesResult {
|
|
|
1762
1418
|
*/
|
|
1763
1419
|
NextToken?: string;
|
|
1764
1420
|
}
|
|
1765
|
-
export declare namespace DescribeConnectionAliasesResult {
|
|
1766
|
-
/**
|
|
1767
|
-
* @internal
|
|
1768
|
-
*/
|
|
1769
|
-
const filterSensitiveLog: (obj: DescribeConnectionAliasesResult) => any;
|
|
1770
|
-
}
|
|
1771
1421
|
export interface DescribeConnectionAliasPermissionsRequest {
|
|
1772
1422
|
/**
|
|
1773
1423
|
* <p>The identifier of the connection alias.</p>
|
|
@@ -1783,12 +1433,6 @@ export interface DescribeConnectionAliasPermissionsRequest {
|
|
|
1783
1433
|
*/
|
|
1784
1434
|
MaxResults?: number;
|
|
1785
1435
|
}
|
|
1786
|
-
export declare namespace DescribeConnectionAliasPermissionsRequest {
|
|
1787
|
-
/**
|
|
1788
|
-
* @internal
|
|
1789
|
-
*/
|
|
1790
|
-
const filterSensitiveLog: (obj: DescribeConnectionAliasPermissionsRequest) => any;
|
|
1791
|
-
}
|
|
1792
1436
|
export interface DescribeConnectionAliasPermissionsResult {
|
|
1793
1437
|
/**
|
|
1794
1438
|
* <p>The identifier of the connection alias.</p>
|
|
@@ -1804,12 +1448,6 @@ export interface DescribeConnectionAliasPermissionsResult {
|
|
|
1804
1448
|
*/
|
|
1805
1449
|
NextToken?: string;
|
|
1806
1450
|
}
|
|
1807
|
-
export declare namespace DescribeConnectionAliasPermissionsResult {
|
|
1808
|
-
/**
|
|
1809
|
-
* @internal
|
|
1810
|
-
*/
|
|
1811
|
-
const filterSensitiveLog: (obj: DescribeConnectionAliasPermissionsResult) => any;
|
|
1812
|
-
}
|
|
1813
1451
|
export interface DescribeIpGroupsRequest {
|
|
1814
1452
|
/**
|
|
1815
1453
|
* <p>The identifiers of one or more IP access control groups.</p>
|
|
@@ -1825,12 +1463,6 @@ export interface DescribeIpGroupsRequest {
|
|
|
1825
1463
|
*/
|
|
1826
1464
|
MaxResults?: number;
|
|
1827
1465
|
}
|
|
1828
|
-
export declare namespace DescribeIpGroupsRequest {
|
|
1829
|
-
/**
|
|
1830
|
-
* @internal
|
|
1831
|
-
*/
|
|
1832
|
-
const filterSensitiveLog: (obj: DescribeIpGroupsRequest) => any;
|
|
1833
|
-
}
|
|
1834
1466
|
/**
|
|
1835
1467
|
* <p>Describes an IP access control group.</p>
|
|
1836
1468
|
*/
|
|
@@ -1852,12 +1484,6 @@ export interface WorkspacesIpGroup {
|
|
|
1852
1484
|
*/
|
|
1853
1485
|
userRules?: IpRuleItem[];
|
|
1854
1486
|
}
|
|
1855
|
-
export declare namespace WorkspacesIpGroup {
|
|
1856
|
-
/**
|
|
1857
|
-
* @internal
|
|
1858
|
-
*/
|
|
1859
|
-
const filterSensitiveLog: (obj: WorkspacesIpGroup) => any;
|
|
1860
|
-
}
|
|
1861
1487
|
export interface DescribeIpGroupsResult {
|
|
1862
1488
|
/**
|
|
1863
1489
|
* <p>Information about the IP access control groups.</p>
|
|
@@ -1869,12 +1495,6 @@ export interface DescribeIpGroupsResult {
|
|
|
1869
1495
|
*/
|
|
1870
1496
|
NextToken?: string;
|
|
1871
1497
|
}
|
|
1872
|
-
export declare namespace DescribeIpGroupsResult {
|
|
1873
|
-
/**
|
|
1874
|
-
* @internal
|
|
1875
|
-
*/
|
|
1876
|
-
const filterSensitiveLog: (obj: DescribeIpGroupsResult) => any;
|
|
1877
|
-
}
|
|
1878
1498
|
export interface DescribeTagsRequest {
|
|
1879
1499
|
/**
|
|
1880
1500
|
* <p>The identifier of the WorkSpaces resource. The supported resource types are WorkSpaces,
|
|
@@ -1883,24 +1503,12 @@ export interface DescribeTagsRequest {
|
|
|
1883
1503
|
*/
|
|
1884
1504
|
ResourceId: string | undefined;
|
|
1885
1505
|
}
|
|
1886
|
-
export declare namespace DescribeTagsRequest {
|
|
1887
|
-
/**
|
|
1888
|
-
* @internal
|
|
1889
|
-
*/
|
|
1890
|
-
const filterSensitiveLog: (obj: DescribeTagsRequest) => any;
|
|
1891
|
-
}
|
|
1892
1506
|
export interface DescribeTagsResult {
|
|
1893
1507
|
/**
|
|
1894
1508
|
* <p>The tags.</p>
|
|
1895
1509
|
*/
|
|
1896
1510
|
TagList?: Tag[];
|
|
1897
1511
|
}
|
|
1898
|
-
export declare namespace DescribeTagsResult {
|
|
1899
|
-
/**
|
|
1900
|
-
* @internal
|
|
1901
|
-
*/
|
|
1902
|
-
const filterSensitiveLog: (obj: DescribeTagsResult) => any;
|
|
1903
|
-
}
|
|
1904
1512
|
export interface DescribeWorkspaceBundlesRequest {
|
|
1905
1513
|
/**
|
|
1906
1514
|
* <p>The identifiers of the bundles. You cannot combine this parameter with any other filter.</p>
|
|
@@ -1917,12 +1525,6 @@ export interface DescribeWorkspaceBundlesRequest {
|
|
|
1917
1525
|
*/
|
|
1918
1526
|
NextToken?: string;
|
|
1919
1527
|
}
|
|
1920
|
-
export declare namespace DescribeWorkspaceBundlesRequest {
|
|
1921
|
-
/**
|
|
1922
|
-
* @internal
|
|
1923
|
-
*/
|
|
1924
|
-
const filterSensitiveLog: (obj: DescribeWorkspaceBundlesRequest) => any;
|
|
1925
|
-
}
|
|
1926
1528
|
export interface DescribeWorkspaceBundlesResult {
|
|
1927
1529
|
/**
|
|
1928
1530
|
* <p>Information about the bundles.</p>
|
|
@@ -1935,12 +1537,6 @@ export interface DescribeWorkspaceBundlesResult {
|
|
|
1935
1537
|
*/
|
|
1936
1538
|
NextToken?: string;
|
|
1937
1539
|
}
|
|
1938
|
-
export declare namespace DescribeWorkspaceBundlesResult {
|
|
1939
|
-
/**
|
|
1940
|
-
* @internal
|
|
1941
|
-
*/
|
|
1942
|
-
const filterSensitiveLog: (obj: DescribeWorkspaceBundlesResult) => any;
|
|
1943
|
-
}
|
|
1944
1540
|
export interface DescribeWorkspaceDirectoriesRequest {
|
|
1945
1541
|
/**
|
|
1946
1542
|
* <p>The identifiers of the directories. If the value is null, all directories are
|
|
@@ -1957,12 +1553,6 @@ export interface DescribeWorkspaceDirectoriesRequest {
|
|
|
1957
1553
|
*/
|
|
1958
1554
|
NextToken?: string;
|
|
1959
1555
|
}
|
|
1960
|
-
export declare namespace DescribeWorkspaceDirectoriesRequest {
|
|
1961
|
-
/**
|
|
1962
|
-
* @internal
|
|
1963
|
-
*/
|
|
1964
|
-
const filterSensitiveLog: (obj: DescribeWorkspaceDirectoriesRequest) => any;
|
|
1965
|
-
}
|
|
1966
1556
|
export declare enum WorkspaceDirectoryType {
|
|
1967
1557
|
AD_CONNECTOR = "AD_CONNECTOR",
|
|
1968
1558
|
SIMPLE_AD = "SIMPLE_AD"
|
|
@@ -1994,12 +1584,6 @@ export interface SelfservicePermissions {
|
|
|
1994
1584
|
*/
|
|
1995
1585
|
RebuildWorkspace?: ReconnectEnum | string;
|
|
1996
1586
|
}
|
|
1997
|
-
export declare namespace SelfservicePermissions {
|
|
1998
|
-
/**
|
|
1999
|
-
* @internal
|
|
2000
|
-
*/
|
|
2001
|
-
const filterSensitiveLog: (obj: SelfservicePermissions) => any;
|
|
2002
|
-
}
|
|
2003
1587
|
export declare enum WorkspaceDirectoryState {
|
|
2004
1588
|
DEREGISTERED = "DEREGISTERED",
|
|
2005
1589
|
DEREGISTERING = "DEREGISTERING",
|
|
@@ -2051,12 +1635,6 @@ export interface WorkspaceAccessProperties {
|
|
|
2051
1635
|
*/
|
|
2052
1636
|
DeviceTypeLinux?: AccessPropertyValue | string;
|
|
2053
1637
|
}
|
|
2054
|
-
export declare namespace WorkspaceAccessProperties {
|
|
2055
|
-
/**
|
|
2056
|
-
* @internal
|
|
2057
|
-
*/
|
|
2058
|
-
const filterSensitiveLog: (obj: WorkspaceAccessProperties) => any;
|
|
2059
|
-
}
|
|
2060
1638
|
/**
|
|
2061
1639
|
* <p>Describes a directory that is used with Amazon WorkSpaces.</p>
|
|
2062
1640
|
*/
|
|
@@ -2135,12 +1713,6 @@ export interface WorkspaceDirectory {
|
|
|
2135
1713
|
*/
|
|
2136
1714
|
SelfservicePermissions?: SelfservicePermissions;
|
|
2137
1715
|
}
|
|
2138
|
-
export declare namespace WorkspaceDirectory {
|
|
2139
|
-
/**
|
|
2140
|
-
* @internal
|
|
2141
|
-
*/
|
|
2142
|
-
const filterSensitiveLog: (obj: WorkspaceDirectory) => any;
|
|
2143
|
-
}
|
|
2144
1716
|
export interface DescribeWorkspaceDirectoriesResult {
|
|
2145
1717
|
/**
|
|
2146
1718
|
* <p>Information about the directories.</p>
|
|
@@ -2152,12 +1724,6 @@ export interface DescribeWorkspaceDirectoriesResult {
|
|
|
2152
1724
|
*/
|
|
2153
1725
|
NextToken?: string;
|
|
2154
1726
|
}
|
|
2155
|
-
export declare namespace DescribeWorkspaceDirectoriesResult {
|
|
2156
|
-
/**
|
|
2157
|
-
* @internal
|
|
2158
|
-
*/
|
|
2159
|
-
const filterSensitiveLog: (obj: DescribeWorkspaceDirectoriesResult) => any;
|
|
2160
|
-
}
|
|
2161
1727
|
export interface DescribeWorkspaceImagePermissionsRequest {
|
|
2162
1728
|
/**
|
|
2163
1729
|
* <p>The identifier of the image.</p>
|
|
@@ -2173,12 +1739,6 @@ export interface DescribeWorkspaceImagePermissionsRequest {
|
|
|
2173
1739
|
*/
|
|
2174
1740
|
MaxResults?: number;
|
|
2175
1741
|
}
|
|
2176
|
-
export declare namespace DescribeWorkspaceImagePermissionsRequest {
|
|
2177
|
-
/**
|
|
2178
|
-
* @internal
|
|
2179
|
-
*/
|
|
2180
|
-
const filterSensitiveLog: (obj: DescribeWorkspaceImagePermissionsRequest) => any;
|
|
2181
|
-
}
|
|
2182
1742
|
/**
|
|
2183
1743
|
* <p>Describes the Amazon Web Services accounts that have been granted permission to use a
|
|
2184
1744
|
* shared image. For more information about sharing images, see <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/share-custom-image.html"> Share or Unshare a Custom
|
|
@@ -2191,12 +1751,6 @@ export interface ImagePermission {
|
|
|
2191
1751
|
*/
|
|
2192
1752
|
SharedAccountId?: string;
|
|
2193
1753
|
}
|
|
2194
|
-
export declare namespace ImagePermission {
|
|
2195
|
-
/**
|
|
2196
|
-
* @internal
|
|
2197
|
-
*/
|
|
2198
|
-
const filterSensitiveLog: (obj: ImagePermission) => any;
|
|
2199
|
-
}
|
|
2200
1754
|
export interface DescribeWorkspaceImagePermissionsResult {
|
|
2201
1755
|
/**
|
|
2202
1756
|
* <p>The identifier of the image.</p>
|
|
@@ -2213,12 +1767,6 @@ export interface DescribeWorkspaceImagePermissionsResult {
|
|
|
2213
1767
|
*/
|
|
2214
1768
|
NextToken?: string;
|
|
2215
1769
|
}
|
|
2216
|
-
export declare namespace DescribeWorkspaceImagePermissionsResult {
|
|
2217
|
-
/**
|
|
2218
|
-
* @internal
|
|
2219
|
-
*/
|
|
2220
|
-
const filterSensitiveLog: (obj: DescribeWorkspaceImagePermissionsResult) => any;
|
|
2221
|
-
}
|
|
2222
1770
|
export declare enum ImageType {
|
|
2223
1771
|
OWNED = "OWNED",
|
|
2224
1772
|
SHARED = "SHARED"
|
|
@@ -2242,40 +1790,6 @@ export interface DescribeWorkspaceImagesRequest {
|
|
|
2242
1790
|
*/
|
|
2243
1791
|
MaxResults?: number;
|
|
2244
1792
|
}
|
|
2245
|
-
export declare namespace DescribeWorkspaceImagesRequest {
|
|
2246
|
-
/**
|
|
2247
|
-
* @internal
|
|
2248
|
-
*/
|
|
2249
|
-
const filterSensitiveLog: (obj: DescribeWorkspaceImagesRequest) => any;
|
|
2250
|
-
}
|
|
2251
|
-
export declare enum OperatingSystemType {
|
|
2252
|
-
LINUX = "LINUX",
|
|
2253
|
-
WINDOWS = "WINDOWS"
|
|
2254
|
-
}
|
|
2255
|
-
/**
|
|
2256
|
-
* <p>The operating system that the image is running.</p>
|
|
2257
|
-
*/
|
|
2258
|
-
export interface OperatingSystem {
|
|
2259
|
-
/**
|
|
2260
|
-
* <p>The operating system.</p>
|
|
2261
|
-
*/
|
|
2262
|
-
Type?: OperatingSystemType | string;
|
|
2263
|
-
}
|
|
2264
|
-
export declare namespace OperatingSystem {
|
|
2265
|
-
/**
|
|
2266
|
-
* @internal
|
|
2267
|
-
*/
|
|
2268
|
-
const filterSensitiveLog: (obj: OperatingSystem) => any;
|
|
2269
|
-
}
|
|
2270
|
-
export declare enum WorkspaceImageRequiredTenancy {
|
|
2271
|
-
DEDICATED = "DEDICATED",
|
|
2272
|
-
DEFAULT = "DEFAULT"
|
|
2273
|
-
}
|
|
2274
|
-
export declare enum WorkspaceImageState {
|
|
2275
|
-
AVAILABLE = "AVAILABLE",
|
|
2276
|
-
ERROR = "ERROR",
|
|
2277
|
-
PENDING = "PENDING"
|
|
2278
|
-
}
|
|
2279
1793
|
/**
|
|
2280
1794
|
* <p>Describes whether a WorkSpace image needs to be updated with the latest drivers and
|
|
2281
1795
|
* other components required by Amazon WorkSpaces.</p>
|
|
@@ -2295,12 +1809,6 @@ export interface UpdateResult {
|
|
|
2295
1809
|
*/
|
|
2296
1810
|
Description?: string;
|
|
2297
1811
|
}
|
|
2298
|
-
export declare namespace UpdateResult {
|
|
2299
|
-
/**
|
|
2300
|
-
* @internal
|
|
2301
|
-
*/
|
|
2302
|
-
const filterSensitiveLog: (obj: UpdateResult) => any;
|
|
2303
|
-
}
|
|
2304
1812
|
/**
|
|
2305
1813
|
* <p>Describes a WorkSpace image.</p>
|
|
2306
1814
|
*/
|
|
@@ -2354,12 +1862,6 @@ export interface WorkspaceImage {
|
|
|
2354
1862
|
*/
|
|
2355
1863
|
Updates?: UpdateResult;
|
|
2356
1864
|
}
|
|
2357
|
-
export declare namespace WorkspaceImage {
|
|
2358
|
-
/**
|
|
2359
|
-
* @internal
|
|
2360
|
-
*/
|
|
2361
|
-
const filterSensitiveLog: (obj: WorkspaceImage) => any;
|
|
2362
|
-
}
|
|
2363
1865
|
export interface DescribeWorkspaceImagesResult {
|
|
2364
1866
|
/**
|
|
2365
1867
|
* <p>Information about the images.</p>
|
|
@@ -2371,12 +1873,6 @@ export interface DescribeWorkspaceImagesResult {
|
|
|
2371
1873
|
*/
|
|
2372
1874
|
NextToken?: string;
|
|
2373
1875
|
}
|
|
2374
|
-
export declare namespace DescribeWorkspaceImagesResult {
|
|
2375
|
-
/**
|
|
2376
|
-
* @internal
|
|
2377
|
-
*/
|
|
2378
|
-
const filterSensitiveLog: (obj: DescribeWorkspaceImagesResult) => any;
|
|
2379
|
-
}
|
|
2380
1876
|
export interface DescribeWorkspacesRequest {
|
|
2381
1877
|
/**
|
|
2382
1878
|
* <p>The identifiers of the WorkSpaces. You cannot combine this parameter with any other
|
|
@@ -2411,12 +1907,6 @@ export interface DescribeWorkspacesRequest {
|
|
|
2411
1907
|
*/
|
|
2412
1908
|
NextToken?: string;
|
|
2413
1909
|
}
|
|
2414
|
-
export declare namespace DescribeWorkspacesRequest {
|
|
2415
|
-
/**
|
|
2416
|
-
* @internal
|
|
2417
|
-
*/
|
|
2418
|
-
const filterSensitiveLog: (obj: DescribeWorkspacesRequest) => any;
|
|
2419
|
-
}
|
|
2420
1910
|
export interface DescribeWorkspacesResult {
|
|
2421
1911
|
/**
|
|
2422
1912
|
* <p>Information about the WorkSpaces.</p>
|
|
@@ -2430,12 +1920,6 @@ export interface DescribeWorkspacesResult {
|
|
|
2430
1920
|
*/
|
|
2431
1921
|
NextToken?: string;
|
|
2432
1922
|
}
|
|
2433
|
-
export declare namespace DescribeWorkspacesResult {
|
|
2434
|
-
/**
|
|
2435
|
-
* @internal
|
|
2436
|
-
*/
|
|
2437
|
-
const filterSensitiveLog: (obj: DescribeWorkspacesResult) => any;
|
|
2438
|
-
}
|
|
2439
1923
|
export interface DescribeWorkspacesConnectionStatusRequest {
|
|
2440
1924
|
/**
|
|
2441
1925
|
* <p>The identifiers of the WorkSpaces. You can specify up to 25 WorkSpaces.</p>
|
|
@@ -2447,12 +1931,6 @@ export interface DescribeWorkspacesConnectionStatusRequest {
|
|
|
2447
1931
|
*/
|
|
2448
1932
|
NextToken?: string;
|
|
2449
1933
|
}
|
|
2450
|
-
export declare namespace DescribeWorkspacesConnectionStatusRequest {
|
|
2451
|
-
/**
|
|
2452
|
-
* @internal
|
|
2453
|
-
*/
|
|
2454
|
-
const filterSensitiveLog: (obj: DescribeWorkspacesConnectionStatusRequest) => any;
|
|
2455
|
-
}
|
|
2456
1934
|
/**
|
|
2457
1935
|
* <p>Describes the connection status of a WorkSpace.</p>
|
|
2458
1936
|
*/
|
|
@@ -2475,12 +1953,6 @@ export interface WorkspaceConnectionStatus {
|
|
|
2475
1953
|
*/
|
|
2476
1954
|
LastKnownUserConnectionTimestamp?: Date;
|
|
2477
1955
|
}
|
|
2478
|
-
export declare namespace WorkspaceConnectionStatus {
|
|
2479
|
-
/**
|
|
2480
|
-
* @internal
|
|
2481
|
-
*/
|
|
2482
|
-
const filterSensitiveLog: (obj: WorkspaceConnectionStatus) => any;
|
|
2483
|
-
}
|
|
2484
1956
|
export interface DescribeWorkspacesConnectionStatusResult {
|
|
2485
1957
|
/**
|
|
2486
1958
|
* <p>Information about the connection status of the WorkSpace.</p>
|
|
@@ -2492,24 +1964,12 @@ export interface DescribeWorkspacesConnectionStatusResult {
|
|
|
2492
1964
|
*/
|
|
2493
1965
|
NextToken?: string;
|
|
2494
1966
|
}
|
|
2495
|
-
export declare namespace DescribeWorkspacesConnectionStatusResult {
|
|
2496
|
-
/**
|
|
2497
|
-
* @internal
|
|
2498
|
-
*/
|
|
2499
|
-
const filterSensitiveLog: (obj: DescribeWorkspacesConnectionStatusResult) => any;
|
|
2500
|
-
}
|
|
2501
1967
|
export interface DescribeWorkspaceSnapshotsRequest {
|
|
2502
1968
|
/**
|
|
2503
1969
|
* <p>The identifier of the WorkSpace.</p>
|
|
2504
1970
|
*/
|
|
2505
1971
|
WorkspaceId: string | undefined;
|
|
2506
1972
|
}
|
|
2507
|
-
export declare namespace DescribeWorkspaceSnapshotsRequest {
|
|
2508
|
-
/**
|
|
2509
|
-
* @internal
|
|
2510
|
-
*/
|
|
2511
|
-
const filterSensitiveLog: (obj: DescribeWorkspaceSnapshotsRequest) => any;
|
|
2512
|
-
}
|
|
2513
1973
|
/**
|
|
2514
1974
|
* <p>Describes a snapshot.</p>
|
|
2515
1975
|
*/
|
|
@@ -2519,12 +1979,6 @@ export interface Snapshot {
|
|
|
2519
1979
|
*/
|
|
2520
1980
|
SnapshotTime?: Date;
|
|
2521
1981
|
}
|
|
2522
|
-
export declare namespace Snapshot {
|
|
2523
|
-
/**
|
|
2524
|
-
* @internal
|
|
2525
|
-
*/
|
|
2526
|
-
const filterSensitiveLog: (obj: Snapshot) => any;
|
|
2527
|
-
}
|
|
2528
1982
|
export interface DescribeWorkspaceSnapshotsResult {
|
|
2529
1983
|
/**
|
|
2530
1984
|
* <p>Information about the snapshots that can be used to rebuild a WorkSpace. These snapshots
|
|
@@ -2537,32 +1991,14 @@ export interface DescribeWorkspaceSnapshotsResult {
|
|
|
2537
1991
|
*/
|
|
2538
1992
|
RestoreSnapshots?: Snapshot[];
|
|
2539
1993
|
}
|
|
2540
|
-
export declare namespace DescribeWorkspaceSnapshotsResult {
|
|
2541
|
-
/**
|
|
2542
|
-
* @internal
|
|
2543
|
-
*/
|
|
2544
|
-
const filterSensitiveLog: (obj: DescribeWorkspaceSnapshotsResult) => any;
|
|
2545
|
-
}
|
|
2546
1994
|
export interface DisassociateConnectionAliasRequest {
|
|
2547
1995
|
/**
|
|
2548
1996
|
* <p>The identifier of the connection alias to disassociate.</p>
|
|
2549
1997
|
*/
|
|
2550
1998
|
AliasId: string | undefined;
|
|
2551
1999
|
}
|
|
2552
|
-
export declare namespace DisassociateConnectionAliasRequest {
|
|
2553
|
-
/**
|
|
2554
|
-
* @internal
|
|
2555
|
-
*/
|
|
2556
|
-
const filterSensitiveLog: (obj: DisassociateConnectionAliasRequest) => any;
|
|
2557
|
-
}
|
|
2558
2000
|
export interface DisassociateConnectionAliasResult {
|
|
2559
2001
|
}
|
|
2560
|
-
export declare namespace DisassociateConnectionAliasResult {
|
|
2561
|
-
/**
|
|
2562
|
-
* @internal
|
|
2563
|
-
*/
|
|
2564
|
-
const filterSensitiveLog: (obj: DisassociateConnectionAliasResult) => any;
|
|
2565
|
-
}
|
|
2566
2002
|
export interface DisassociateIpGroupsRequest {
|
|
2567
2003
|
/**
|
|
2568
2004
|
* <p>The identifier of the directory.</p>
|
|
@@ -2573,20 +2009,8 @@ export interface DisassociateIpGroupsRequest {
|
|
|
2573
2009
|
*/
|
|
2574
2010
|
GroupIds: string[] | undefined;
|
|
2575
2011
|
}
|
|
2576
|
-
export declare namespace DisassociateIpGroupsRequest {
|
|
2577
|
-
/**
|
|
2578
|
-
* @internal
|
|
2579
|
-
*/
|
|
2580
|
-
const filterSensitiveLog: (obj: DisassociateIpGroupsRequest) => any;
|
|
2581
|
-
}
|
|
2582
2012
|
export interface DisassociateIpGroupsResult {
|
|
2583
2013
|
}
|
|
2584
|
-
export declare namespace DisassociateIpGroupsResult {
|
|
2585
|
-
/**
|
|
2586
|
-
* @internal
|
|
2587
|
-
*/
|
|
2588
|
-
const filterSensitiveLog: (obj: DisassociateIpGroupsResult) => any;
|
|
2589
|
-
}
|
|
2590
2014
|
/**
|
|
2591
2015
|
* <p>Describes a WorkSpace that could not be rebooted. (<a>RebootWorkspaces</a>),
|
|
2592
2016
|
* rebuilt (<a>RebuildWorkspaces</a>), restored (<a>RestoreWorkspace</a>), terminated (<a>TerminateWorkspaces</a>), started (<a>StartWorkspaces</a>), or stopped (<a>StopWorkspaces</a>).</p>
|
|
@@ -2606,12 +2030,6 @@ export interface FailedWorkspaceChangeRequest {
|
|
|
2606
2030
|
*/
|
|
2607
2031
|
ErrorMessage?: string;
|
|
2608
2032
|
}
|
|
2609
|
-
export declare namespace FailedWorkspaceChangeRequest {
|
|
2610
|
-
/**
|
|
2611
|
-
* @internal
|
|
2612
|
-
*/
|
|
2613
|
-
const filterSensitiveLog: (obj: FailedWorkspaceChangeRequest) => any;
|
|
2614
|
-
}
|
|
2615
2033
|
/**
|
|
2616
2034
|
* <p>The client branding attributes to import for iOS device types. These attributes are
|
|
2617
2035
|
* displayed on the iOS client login screen.</p>
|
|
@@ -2689,16 +2107,11 @@ export interface IosImportClientBrandingAttributes {
|
|
|
2689
2107
|
/**
|
|
2690
2108
|
* <p>The login message. Specified as a key value pair, in which the key is a locale and the
|
|
2691
2109
|
* value is the localized message for that locale. The only key supported is
|
|
2692
|
-
*
|
|
2110
|
+
* <code>en_US</code>. The HTML tags supported include the following: <code>a, b, blockquote, br, cite, code, dd, dl, dt, div, em,
|
|
2111
|
+
* i, li, ol, p, pre, q, small, span, strike, strong, sub, sup, u, ul</code>.</p>
|
|
2693
2112
|
*/
|
|
2694
2113
|
LoginMessage?: Record<string, string>;
|
|
2695
2114
|
}
|
|
2696
|
-
export declare namespace IosImportClientBrandingAttributes {
|
|
2697
|
-
/**
|
|
2698
|
-
* @internal
|
|
2699
|
-
*/
|
|
2700
|
-
const filterSensitiveLog: (obj: IosImportClientBrandingAttributes) => any;
|
|
2701
|
-
}
|
|
2702
2115
|
export interface ImportClientBrandingRequest {
|
|
2703
2116
|
/**
|
|
2704
2117
|
* <p>The directory identifier of the WorkSpace for which you want to import client
|
|
@@ -2730,12 +2143,6 @@ export interface ImportClientBrandingRequest {
|
|
|
2730
2143
|
*/
|
|
2731
2144
|
DeviceTypeWeb?: DefaultImportClientBrandingAttributes;
|
|
2732
2145
|
}
|
|
2733
|
-
export declare namespace ImportClientBrandingRequest {
|
|
2734
|
-
/**
|
|
2735
|
-
* @internal
|
|
2736
|
-
*/
|
|
2737
|
-
const filterSensitiveLog: (obj: ImportClientBrandingRequest) => any;
|
|
2738
|
-
}
|
|
2739
2146
|
export interface ImportClientBrandingResult {
|
|
2740
2147
|
/**
|
|
2741
2148
|
* <p>The branding information configured for Windows devices.</p>
|
|
@@ -2762,12 +2169,6 @@ export interface ImportClientBrandingResult {
|
|
|
2762
2169
|
*/
|
|
2763
2170
|
DeviceTypeWeb?: DefaultClientBrandingAttributes;
|
|
2764
2171
|
}
|
|
2765
|
-
export declare namespace ImportClientBrandingResult {
|
|
2766
|
-
/**
|
|
2767
|
-
* @internal
|
|
2768
|
-
*/
|
|
2769
|
-
const filterSensitiveLog: (obj: ImportClientBrandingResult) => any;
|
|
2770
|
-
}
|
|
2771
2172
|
export declare enum WorkspaceImageIngestionProcess {
|
|
2772
2173
|
BYOL_GRAPHICS = "BYOL_GRAPHICS",
|
|
2773
2174
|
BYOL_GRAPHICSPRO = "BYOL_GRAPHICSPRO",
|
|
@@ -2812,24 +2213,12 @@ export interface ImportWorkspaceImageRequest {
|
|
|
2812
2213
|
*/
|
|
2813
2214
|
Applications?: (Application | string)[];
|
|
2814
2215
|
}
|
|
2815
|
-
export declare namespace ImportWorkspaceImageRequest {
|
|
2816
|
-
/**
|
|
2817
|
-
* @internal
|
|
2818
|
-
*/
|
|
2819
|
-
const filterSensitiveLog: (obj: ImportWorkspaceImageRequest) => any;
|
|
2820
|
-
}
|
|
2821
2216
|
export interface ImportWorkspaceImageResult {
|
|
2822
2217
|
/**
|
|
2823
2218
|
* <p>The identifier of the WorkSpace image.</p>
|
|
2824
2219
|
*/
|
|
2825
2220
|
ImageId?: string;
|
|
2826
2221
|
}
|
|
2827
|
-
export declare namespace ImportWorkspaceImageResult {
|
|
2828
|
-
/**
|
|
2829
|
-
* @internal
|
|
2830
|
-
*/
|
|
2831
|
-
const filterSensitiveLog: (obj: ImportWorkspaceImageResult) => any;
|
|
2832
|
-
}
|
|
2833
2222
|
export interface ListAvailableManagementCidrRangesRequest {
|
|
2834
2223
|
/**
|
|
2835
2224
|
* <p>The IP address range to search. Specify an IP address range that is compatible with your
|
|
@@ -2846,12 +2235,6 @@ export interface ListAvailableManagementCidrRangesRequest {
|
|
|
2846
2235
|
*/
|
|
2847
2236
|
NextToken?: string;
|
|
2848
2237
|
}
|
|
2849
|
-
export declare namespace ListAvailableManagementCidrRangesRequest {
|
|
2850
|
-
/**
|
|
2851
|
-
* @internal
|
|
2852
|
-
*/
|
|
2853
|
-
const filterSensitiveLog: (obj: ListAvailableManagementCidrRangesRequest) => any;
|
|
2854
|
-
}
|
|
2855
2238
|
export interface ListAvailableManagementCidrRangesResult {
|
|
2856
2239
|
/**
|
|
2857
2240
|
* <p>The list of available IP address ranges, specified as IPv4 CIDR blocks.</p>
|
|
@@ -2863,12 +2246,6 @@ export interface ListAvailableManagementCidrRangesResult {
|
|
|
2863
2246
|
*/
|
|
2864
2247
|
NextToken?: string;
|
|
2865
2248
|
}
|
|
2866
|
-
export declare namespace ListAvailableManagementCidrRangesResult {
|
|
2867
|
-
/**
|
|
2868
|
-
* @internal
|
|
2869
|
-
*/
|
|
2870
|
-
const filterSensitiveLog: (obj: ListAvailableManagementCidrRangesResult) => any;
|
|
2871
|
-
}
|
|
2872
2249
|
export interface MigrateWorkspaceRequest {
|
|
2873
2250
|
/**
|
|
2874
2251
|
* <p>The identifier of the WorkSpace to migrate from.</p>
|
|
@@ -2879,12 +2256,6 @@ export interface MigrateWorkspaceRequest {
|
|
|
2879
2256
|
*/
|
|
2880
2257
|
BundleId: string | undefined;
|
|
2881
2258
|
}
|
|
2882
|
-
export declare namespace MigrateWorkspaceRequest {
|
|
2883
|
-
/**
|
|
2884
|
-
* @internal
|
|
2885
|
-
*/
|
|
2886
|
-
const filterSensitiveLog: (obj: MigrateWorkspaceRequest) => any;
|
|
2887
|
-
}
|
|
2888
2259
|
export interface MigrateWorkspaceResult {
|
|
2889
2260
|
/**
|
|
2890
2261
|
* <p>The original identifier of the WorkSpace that is being migrated.</p>
|
|
@@ -2897,12 +2268,6 @@ export interface MigrateWorkspaceResult {
|
|
|
2897
2268
|
*/
|
|
2898
2269
|
TargetWorkspaceId?: string;
|
|
2899
2270
|
}
|
|
2900
|
-
export declare namespace MigrateWorkspaceResult {
|
|
2901
|
-
/**
|
|
2902
|
-
* @internal
|
|
2903
|
-
*/
|
|
2904
|
-
const filterSensitiveLog: (obj: MigrateWorkspaceResult) => any;
|
|
2905
|
-
}
|
|
2906
2271
|
/**
|
|
2907
2272
|
* <p>The properties of this WorkSpace are currently being modified. Try again in a moment.</p>
|
|
2908
2273
|
*/
|
|
@@ -2928,20 +2293,8 @@ export interface ModifyAccountRequest {
|
|
|
2928
2293
|
*/
|
|
2929
2294
|
DedicatedTenancyManagementCidrRange?: string;
|
|
2930
2295
|
}
|
|
2931
|
-
export declare namespace ModifyAccountRequest {
|
|
2932
|
-
/**
|
|
2933
|
-
* @internal
|
|
2934
|
-
*/
|
|
2935
|
-
const filterSensitiveLog: (obj: ModifyAccountRequest) => any;
|
|
2936
|
-
}
|
|
2937
2296
|
export interface ModifyAccountResult {
|
|
2938
2297
|
}
|
|
2939
|
-
export declare namespace ModifyAccountResult {
|
|
2940
|
-
/**
|
|
2941
|
-
* @internal
|
|
2942
|
-
*/
|
|
2943
|
-
const filterSensitiveLog: (obj: ModifyAccountResult) => any;
|
|
2944
|
-
}
|
|
2945
2298
|
export interface ModifyClientPropertiesRequest {
|
|
2946
2299
|
/**
|
|
2947
2300
|
* <p>The resource identifiers, in the form of directory IDs.</p>
|
|
@@ -2952,20 +2305,8 @@ export interface ModifyClientPropertiesRequest {
|
|
|
2952
2305
|
*/
|
|
2953
2306
|
ClientProperties: ClientProperties | undefined;
|
|
2954
2307
|
}
|
|
2955
|
-
export declare namespace ModifyClientPropertiesRequest {
|
|
2956
|
-
/**
|
|
2957
|
-
* @internal
|
|
2958
|
-
*/
|
|
2959
|
-
const filterSensitiveLog: (obj: ModifyClientPropertiesRequest) => any;
|
|
2960
|
-
}
|
|
2961
2308
|
export interface ModifyClientPropertiesResult {
|
|
2962
2309
|
}
|
|
2963
|
-
export declare namespace ModifyClientPropertiesResult {
|
|
2964
|
-
/**
|
|
2965
|
-
* @internal
|
|
2966
|
-
*/
|
|
2967
|
-
const filterSensitiveLog: (obj: ModifyClientPropertiesResult) => any;
|
|
2968
|
-
}
|
|
2969
2310
|
export interface ModifySelfservicePermissionsRequest {
|
|
2970
2311
|
/**
|
|
2971
2312
|
* <p>The identifier of the directory.</p>
|
|
@@ -2976,20 +2317,8 @@ export interface ModifySelfservicePermissionsRequest {
|
|
|
2976
2317
|
*/
|
|
2977
2318
|
SelfservicePermissions: SelfservicePermissions | undefined;
|
|
2978
2319
|
}
|
|
2979
|
-
export declare namespace ModifySelfservicePermissionsRequest {
|
|
2980
|
-
/**
|
|
2981
|
-
* @internal
|
|
2982
|
-
*/
|
|
2983
|
-
const filterSensitiveLog: (obj: ModifySelfservicePermissionsRequest) => any;
|
|
2984
|
-
}
|
|
2985
2320
|
export interface ModifySelfservicePermissionsResult {
|
|
2986
2321
|
}
|
|
2987
|
-
export declare namespace ModifySelfservicePermissionsResult {
|
|
2988
|
-
/**
|
|
2989
|
-
* @internal
|
|
2990
|
-
*/
|
|
2991
|
-
const filterSensitiveLog: (obj: ModifySelfservicePermissionsResult) => any;
|
|
2992
|
-
}
|
|
2993
2322
|
export interface ModifyWorkspaceAccessPropertiesRequest {
|
|
2994
2323
|
/**
|
|
2995
2324
|
* <p>The identifier of the directory.</p>
|
|
@@ -3000,20 +2329,8 @@ export interface ModifyWorkspaceAccessPropertiesRequest {
|
|
|
3000
2329
|
*/
|
|
3001
2330
|
WorkspaceAccessProperties: WorkspaceAccessProperties | undefined;
|
|
3002
2331
|
}
|
|
3003
|
-
export declare namespace ModifyWorkspaceAccessPropertiesRequest {
|
|
3004
|
-
/**
|
|
3005
|
-
* @internal
|
|
3006
|
-
*/
|
|
3007
|
-
const filterSensitiveLog: (obj: ModifyWorkspaceAccessPropertiesRequest) => any;
|
|
3008
|
-
}
|
|
3009
2332
|
export interface ModifyWorkspaceAccessPropertiesResult {
|
|
3010
2333
|
}
|
|
3011
|
-
export declare namespace ModifyWorkspaceAccessPropertiesResult {
|
|
3012
|
-
/**
|
|
3013
|
-
* @internal
|
|
3014
|
-
*/
|
|
3015
|
-
const filterSensitiveLog: (obj: ModifyWorkspaceAccessPropertiesResult) => any;
|
|
3016
|
-
}
|
|
3017
2334
|
/**
|
|
3018
2335
|
* <p>Describes the default properties that are used for creating WorkSpaces. For more
|
|
3019
2336
|
* information, see <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/update-directory-details.html">Update Directory
|
|
@@ -3076,12 +2393,6 @@ export interface WorkspaceCreationProperties {
|
|
|
3076
2393
|
*/
|
|
3077
2394
|
EnableMaintenanceMode?: boolean;
|
|
3078
2395
|
}
|
|
3079
|
-
export declare namespace WorkspaceCreationProperties {
|
|
3080
|
-
/**
|
|
3081
|
-
* @internal
|
|
3082
|
-
*/
|
|
3083
|
-
const filterSensitiveLog: (obj: WorkspaceCreationProperties) => any;
|
|
3084
|
-
}
|
|
3085
2396
|
export interface ModifyWorkspaceCreationPropertiesRequest {
|
|
3086
2397
|
/**
|
|
3087
2398
|
* <p>The identifier of the directory.</p>
|
|
@@ -3092,20 +2403,8 @@ export interface ModifyWorkspaceCreationPropertiesRequest {
|
|
|
3092
2403
|
*/
|
|
3093
2404
|
WorkspaceCreationProperties: WorkspaceCreationProperties | undefined;
|
|
3094
2405
|
}
|
|
3095
|
-
export declare namespace ModifyWorkspaceCreationPropertiesRequest {
|
|
3096
|
-
/**
|
|
3097
|
-
* @internal
|
|
3098
|
-
*/
|
|
3099
|
-
const filterSensitiveLog: (obj: ModifyWorkspaceCreationPropertiesRequest) => any;
|
|
3100
|
-
}
|
|
3101
2406
|
export interface ModifyWorkspaceCreationPropertiesResult {
|
|
3102
2407
|
}
|
|
3103
|
-
export declare namespace ModifyWorkspaceCreationPropertiesResult {
|
|
3104
|
-
/**
|
|
3105
|
-
* @internal
|
|
3106
|
-
*/
|
|
3107
|
-
const filterSensitiveLog: (obj: ModifyWorkspaceCreationPropertiesResult) => any;
|
|
3108
|
-
}
|
|
3109
2408
|
export interface ModifyWorkspacePropertiesRequest {
|
|
3110
2409
|
/**
|
|
3111
2410
|
* <p>The identifier of the WorkSpace.</p>
|
|
@@ -3116,20 +2415,8 @@ export interface ModifyWorkspacePropertiesRequest {
|
|
|
3116
2415
|
*/
|
|
3117
2416
|
WorkspaceProperties: WorkspaceProperties | undefined;
|
|
3118
2417
|
}
|
|
3119
|
-
export declare namespace ModifyWorkspacePropertiesRequest {
|
|
3120
|
-
/**
|
|
3121
|
-
* @internal
|
|
3122
|
-
*/
|
|
3123
|
-
const filterSensitiveLog: (obj: ModifyWorkspacePropertiesRequest) => any;
|
|
3124
|
-
}
|
|
3125
2418
|
export interface ModifyWorkspacePropertiesResult {
|
|
3126
2419
|
}
|
|
3127
|
-
export declare namespace ModifyWorkspacePropertiesResult {
|
|
3128
|
-
/**
|
|
3129
|
-
* @internal
|
|
3130
|
-
*/
|
|
3131
|
-
const filterSensitiveLog: (obj: ModifyWorkspacePropertiesResult) => any;
|
|
3132
|
-
}
|
|
3133
2420
|
/**
|
|
3134
2421
|
* <p>The configuration of this WorkSpace is not supported for this operation. For more information, see
|
|
3135
2422
|
* <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/required-service-components.html">Required
|
|
@@ -3157,20 +2444,8 @@ export interface ModifyWorkspaceStateRequest {
|
|
|
3157
2444
|
*/
|
|
3158
2445
|
WorkspaceState: TargetWorkspaceState | string | undefined;
|
|
3159
2446
|
}
|
|
3160
|
-
export declare namespace ModifyWorkspaceStateRequest {
|
|
3161
|
-
/**
|
|
3162
|
-
* @internal
|
|
3163
|
-
*/
|
|
3164
|
-
const filterSensitiveLog: (obj: ModifyWorkspaceStateRequest) => any;
|
|
3165
|
-
}
|
|
3166
2447
|
export interface ModifyWorkspaceStateResult {
|
|
3167
2448
|
}
|
|
3168
|
-
export declare namespace ModifyWorkspaceStateResult {
|
|
3169
|
-
/**
|
|
3170
|
-
* @internal
|
|
3171
|
-
*/
|
|
3172
|
-
const filterSensitiveLog: (obj: ModifyWorkspaceStateResult) => any;
|
|
3173
|
-
}
|
|
3174
2449
|
/**
|
|
3175
2450
|
* <p>Describes the information used to reboot a WorkSpace.</p>
|
|
3176
2451
|
*/
|
|
@@ -3180,36 +2455,18 @@ export interface RebootRequest {
|
|
|
3180
2455
|
*/
|
|
3181
2456
|
WorkspaceId: string | undefined;
|
|
3182
2457
|
}
|
|
3183
|
-
export declare namespace RebootRequest {
|
|
3184
|
-
/**
|
|
3185
|
-
* @internal
|
|
3186
|
-
*/
|
|
3187
|
-
const filterSensitiveLog: (obj: RebootRequest) => any;
|
|
3188
|
-
}
|
|
3189
2458
|
export interface RebootWorkspacesRequest {
|
|
3190
2459
|
/**
|
|
3191
2460
|
* <p>The WorkSpaces to reboot. You can specify up to 25 WorkSpaces.</p>
|
|
3192
2461
|
*/
|
|
3193
2462
|
RebootWorkspaceRequests: RebootRequest[] | undefined;
|
|
3194
2463
|
}
|
|
3195
|
-
export declare namespace RebootWorkspacesRequest {
|
|
3196
|
-
/**
|
|
3197
|
-
* @internal
|
|
3198
|
-
*/
|
|
3199
|
-
const filterSensitiveLog: (obj: RebootWorkspacesRequest) => any;
|
|
3200
|
-
}
|
|
3201
2464
|
export interface RebootWorkspacesResult {
|
|
3202
2465
|
/**
|
|
3203
2466
|
* <p>Information about the WorkSpaces that could not be rebooted.</p>
|
|
3204
2467
|
*/
|
|
3205
2468
|
FailedRequests?: FailedWorkspaceChangeRequest[];
|
|
3206
2469
|
}
|
|
3207
|
-
export declare namespace RebootWorkspacesResult {
|
|
3208
|
-
/**
|
|
3209
|
-
* @internal
|
|
3210
|
-
*/
|
|
3211
|
-
const filterSensitiveLog: (obj: RebootWorkspacesResult) => any;
|
|
3212
|
-
}
|
|
3213
2470
|
/**
|
|
3214
2471
|
* <p>Describes the information used to rebuild a WorkSpace.</p>
|
|
3215
2472
|
*/
|
|
@@ -3219,36 +2476,18 @@ export interface RebuildRequest {
|
|
|
3219
2476
|
*/
|
|
3220
2477
|
WorkspaceId: string | undefined;
|
|
3221
2478
|
}
|
|
3222
|
-
export declare namespace RebuildRequest {
|
|
3223
|
-
/**
|
|
3224
|
-
* @internal
|
|
3225
|
-
*/
|
|
3226
|
-
const filterSensitiveLog: (obj: RebuildRequest) => any;
|
|
3227
|
-
}
|
|
3228
2479
|
export interface RebuildWorkspacesRequest {
|
|
3229
2480
|
/**
|
|
3230
2481
|
* <p>The WorkSpace to rebuild. You can specify a single WorkSpace.</p>
|
|
3231
2482
|
*/
|
|
3232
2483
|
RebuildWorkspaceRequests: RebuildRequest[] | undefined;
|
|
3233
2484
|
}
|
|
3234
|
-
export declare namespace RebuildWorkspacesRequest {
|
|
3235
|
-
/**
|
|
3236
|
-
* @internal
|
|
3237
|
-
*/
|
|
3238
|
-
const filterSensitiveLog: (obj: RebuildWorkspacesRequest) => any;
|
|
3239
|
-
}
|
|
3240
2485
|
export interface RebuildWorkspacesResult {
|
|
3241
2486
|
/**
|
|
3242
2487
|
* <p>Information about the WorkSpace that could not be rebuilt.</p>
|
|
3243
2488
|
*/
|
|
3244
2489
|
FailedRequests?: FailedWorkspaceChangeRequest[];
|
|
3245
2490
|
}
|
|
3246
|
-
export declare namespace RebuildWorkspacesResult {
|
|
3247
|
-
/**
|
|
3248
|
-
* @internal
|
|
3249
|
-
*/
|
|
3250
|
-
const filterSensitiveLog: (obj: RebuildWorkspacesResult) => any;
|
|
3251
|
-
}
|
|
3252
2491
|
export interface RegisterWorkspaceDirectoryRequest {
|
|
3253
2492
|
/**
|
|
3254
2493
|
* <p>The identifier of the directory. You cannot register a directory if it does not have a
|
|
@@ -3290,20 +2529,8 @@ export interface RegisterWorkspaceDirectoryRequest {
|
|
|
3290
2529
|
*/
|
|
3291
2530
|
Tags?: Tag[];
|
|
3292
2531
|
}
|
|
3293
|
-
export declare namespace RegisterWorkspaceDirectoryRequest {
|
|
3294
|
-
/**
|
|
3295
|
-
* @internal
|
|
3296
|
-
*/
|
|
3297
|
-
const filterSensitiveLog: (obj: RegisterWorkspaceDirectoryRequest) => any;
|
|
3298
|
-
}
|
|
3299
2532
|
export interface RegisterWorkspaceDirectoryResult {
|
|
3300
2533
|
}
|
|
3301
|
-
export declare namespace RegisterWorkspaceDirectoryResult {
|
|
3302
|
-
/**
|
|
3303
|
-
* @internal
|
|
3304
|
-
*/
|
|
3305
|
-
const filterSensitiveLog: (obj: RegisterWorkspaceDirectoryResult) => any;
|
|
3306
|
-
}
|
|
3307
2534
|
/**
|
|
3308
2535
|
* <p>The configuration of this network is not supported for this operation, or your network configuration
|
|
3309
2536
|
* conflicts with the Amazon WorkSpaces management network IP range. For more information, see
|
|
@@ -3336,20 +2563,8 @@ export interface RestoreWorkspaceRequest {
|
|
|
3336
2563
|
*/
|
|
3337
2564
|
WorkspaceId: string | undefined;
|
|
3338
2565
|
}
|
|
3339
|
-
export declare namespace RestoreWorkspaceRequest {
|
|
3340
|
-
/**
|
|
3341
|
-
* @internal
|
|
3342
|
-
*/
|
|
3343
|
-
const filterSensitiveLog: (obj: RestoreWorkspaceRequest) => any;
|
|
3344
|
-
}
|
|
3345
2566
|
export interface RestoreWorkspaceResult {
|
|
3346
2567
|
}
|
|
3347
|
-
export declare namespace RestoreWorkspaceResult {
|
|
3348
|
-
/**
|
|
3349
|
-
* @internal
|
|
3350
|
-
*/
|
|
3351
|
-
const filterSensitiveLog: (obj: RestoreWorkspaceResult) => any;
|
|
3352
|
-
}
|
|
3353
2568
|
export interface RevokeIpRulesRequest {
|
|
3354
2569
|
/**
|
|
3355
2570
|
* <p>The identifier of the group.</p>
|
|
@@ -3360,20 +2575,8 @@ export interface RevokeIpRulesRequest {
|
|
|
3360
2575
|
*/
|
|
3361
2576
|
UserRules: string[] | undefined;
|
|
3362
2577
|
}
|
|
3363
|
-
export declare namespace RevokeIpRulesRequest {
|
|
3364
|
-
/**
|
|
3365
|
-
* @internal
|
|
3366
|
-
*/
|
|
3367
|
-
const filterSensitiveLog: (obj: RevokeIpRulesRequest) => any;
|
|
3368
|
-
}
|
|
3369
2578
|
export interface RevokeIpRulesResult {
|
|
3370
2579
|
}
|
|
3371
|
-
export declare namespace RevokeIpRulesResult {
|
|
3372
|
-
/**
|
|
3373
|
-
* @internal
|
|
3374
|
-
*/
|
|
3375
|
-
const filterSensitiveLog: (obj: RevokeIpRulesResult) => any;
|
|
3376
|
-
}
|
|
3377
2580
|
/**
|
|
3378
2581
|
* <p>Information used to start a WorkSpace.</p>
|
|
3379
2582
|
*/
|
|
@@ -3383,36 +2586,18 @@ export interface StartRequest {
|
|
|
3383
2586
|
*/
|
|
3384
2587
|
WorkspaceId?: string;
|
|
3385
2588
|
}
|
|
3386
|
-
export declare namespace StartRequest {
|
|
3387
|
-
/**
|
|
3388
|
-
* @internal
|
|
3389
|
-
*/
|
|
3390
|
-
const filterSensitiveLog: (obj: StartRequest) => any;
|
|
3391
|
-
}
|
|
3392
2589
|
export interface StartWorkspacesRequest {
|
|
3393
2590
|
/**
|
|
3394
2591
|
* <p>The WorkSpaces to start. You can specify up to 25 WorkSpaces.</p>
|
|
3395
2592
|
*/
|
|
3396
2593
|
StartWorkspaceRequests: StartRequest[] | undefined;
|
|
3397
2594
|
}
|
|
3398
|
-
export declare namespace StartWorkspacesRequest {
|
|
3399
|
-
/**
|
|
3400
|
-
* @internal
|
|
3401
|
-
*/
|
|
3402
|
-
const filterSensitiveLog: (obj: StartWorkspacesRequest) => any;
|
|
3403
|
-
}
|
|
3404
2595
|
export interface StartWorkspacesResult {
|
|
3405
2596
|
/**
|
|
3406
2597
|
* <p>Information about the WorkSpaces that could not be started.</p>
|
|
3407
2598
|
*/
|
|
3408
2599
|
FailedRequests?: FailedWorkspaceChangeRequest[];
|
|
3409
2600
|
}
|
|
3410
|
-
export declare namespace StartWorkspacesResult {
|
|
3411
|
-
/**
|
|
3412
|
-
* @internal
|
|
3413
|
-
*/
|
|
3414
|
-
const filterSensitiveLog: (obj: StartWorkspacesResult) => any;
|
|
3415
|
-
}
|
|
3416
2601
|
/**
|
|
3417
2602
|
* <p>Describes the information used to stop a WorkSpace.</p>
|
|
3418
2603
|
*/
|
|
@@ -3422,36 +2607,18 @@ export interface StopRequest {
|
|
|
3422
2607
|
*/
|
|
3423
2608
|
WorkspaceId?: string;
|
|
3424
2609
|
}
|
|
3425
|
-
export declare namespace StopRequest {
|
|
3426
|
-
/**
|
|
3427
|
-
* @internal
|
|
3428
|
-
*/
|
|
3429
|
-
const filterSensitiveLog: (obj: StopRequest) => any;
|
|
3430
|
-
}
|
|
3431
2610
|
export interface StopWorkspacesRequest {
|
|
3432
2611
|
/**
|
|
3433
2612
|
* <p>The WorkSpaces to stop. You can specify up to 25 WorkSpaces.</p>
|
|
3434
2613
|
*/
|
|
3435
2614
|
StopWorkspaceRequests: StopRequest[] | undefined;
|
|
3436
2615
|
}
|
|
3437
|
-
export declare namespace StopWorkspacesRequest {
|
|
3438
|
-
/**
|
|
3439
|
-
* @internal
|
|
3440
|
-
*/
|
|
3441
|
-
const filterSensitiveLog: (obj: StopWorkspacesRequest) => any;
|
|
3442
|
-
}
|
|
3443
2616
|
export interface StopWorkspacesResult {
|
|
3444
2617
|
/**
|
|
3445
2618
|
* <p>Information about the WorkSpaces that could not be stopped.</p>
|
|
3446
2619
|
*/
|
|
3447
2620
|
FailedRequests?: FailedWorkspaceChangeRequest[];
|
|
3448
2621
|
}
|
|
3449
|
-
export declare namespace StopWorkspacesResult {
|
|
3450
|
-
/**
|
|
3451
|
-
* @internal
|
|
3452
|
-
*/
|
|
3453
|
-
const filterSensitiveLog: (obj: StopWorkspacesResult) => any;
|
|
3454
|
-
}
|
|
3455
2622
|
/**
|
|
3456
2623
|
* <p>Describes the information used to terminate a WorkSpace.</p>
|
|
3457
2624
|
*/
|
|
@@ -3461,36 +2628,18 @@ export interface TerminateRequest {
|
|
|
3461
2628
|
*/
|
|
3462
2629
|
WorkspaceId: string | undefined;
|
|
3463
2630
|
}
|
|
3464
|
-
export declare namespace TerminateRequest {
|
|
3465
|
-
/**
|
|
3466
|
-
* @internal
|
|
3467
|
-
*/
|
|
3468
|
-
const filterSensitiveLog: (obj: TerminateRequest) => any;
|
|
3469
|
-
}
|
|
3470
2631
|
export interface TerminateWorkspacesRequest {
|
|
3471
2632
|
/**
|
|
3472
2633
|
* <p>The WorkSpaces to terminate. You can specify up to 25 WorkSpaces.</p>
|
|
3473
2634
|
*/
|
|
3474
2635
|
TerminateWorkspaceRequests: TerminateRequest[] | undefined;
|
|
3475
2636
|
}
|
|
3476
|
-
export declare namespace TerminateWorkspacesRequest {
|
|
3477
|
-
/**
|
|
3478
|
-
* @internal
|
|
3479
|
-
*/
|
|
3480
|
-
const filterSensitiveLog: (obj: TerminateWorkspacesRequest) => any;
|
|
3481
|
-
}
|
|
3482
2637
|
export interface TerminateWorkspacesResult {
|
|
3483
2638
|
/**
|
|
3484
2639
|
* <p>Information about the WorkSpaces that could not be terminated.</p>
|
|
3485
2640
|
*/
|
|
3486
2641
|
FailedRequests?: FailedWorkspaceChangeRequest[];
|
|
3487
2642
|
}
|
|
3488
|
-
export declare namespace TerminateWorkspacesResult {
|
|
3489
|
-
/**
|
|
3490
|
-
* @internal
|
|
3491
|
-
*/
|
|
3492
|
-
const filterSensitiveLog: (obj: TerminateWorkspacesResult) => any;
|
|
3493
|
-
}
|
|
3494
2643
|
export interface UpdateConnectClientAddInRequest {
|
|
3495
2644
|
/**
|
|
3496
2645
|
* <p>The identifier of the client add-in to update.</p>
|
|
@@ -3509,20 +2658,8 @@ export interface UpdateConnectClientAddInRequest {
|
|
|
3509
2658
|
*/
|
|
3510
2659
|
URL?: string;
|
|
3511
2660
|
}
|
|
3512
|
-
export declare namespace UpdateConnectClientAddInRequest {
|
|
3513
|
-
/**
|
|
3514
|
-
* @internal
|
|
3515
|
-
*/
|
|
3516
|
-
const filterSensitiveLog: (obj: UpdateConnectClientAddInRequest) => any;
|
|
3517
|
-
}
|
|
3518
2661
|
export interface UpdateConnectClientAddInResult {
|
|
3519
2662
|
}
|
|
3520
|
-
export declare namespace UpdateConnectClientAddInResult {
|
|
3521
|
-
/**
|
|
3522
|
-
* @internal
|
|
3523
|
-
*/
|
|
3524
|
-
const filterSensitiveLog: (obj: UpdateConnectClientAddInResult) => any;
|
|
3525
|
-
}
|
|
3526
2663
|
export interface UpdateConnectionAliasPermissionRequest {
|
|
3527
2664
|
/**
|
|
3528
2665
|
* <p>The identifier of the connection alias that you want to update permissions for.</p>
|
|
@@ -3533,20 +2670,8 @@ export interface UpdateConnectionAliasPermissionRequest {
|
|
|
3533
2670
|
*/
|
|
3534
2671
|
ConnectionAliasPermission: ConnectionAliasPermission | undefined;
|
|
3535
2672
|
}
|
|
3536
|
-
export declare namespace UpdateConnectionAliasPermissionRequest {
|
|
3537
|
-
/**
|
|
3538
|
-
* @internal
|
|
3539
|
-
*/
|
|
3540
|
-
const filterSensitiveLog: (obj: UpdateConnectionAliasPermissionRequest) => any;
|
|
3541
|
-
}
|
|
3542
2673
|
export interface UpdateConnectionAliasPermissionResult {
|
|
3543
2674
|
}
|
|
3544
|
-
export declare namespace UpdateConnectionAliasPermissionResult {
|
|
3545
|
-
/**
|
|
3546
|
-
* @internal
|
|
3547
|
-
*/
|
|
3548
|
-
const filterSensitiveLog: (obj: UpdateConnectionAliasPermissionResult) => any;
|
|
3549
|
-
}
|
|
3550
2675
|
export interface UpdateRulesOfIpGroupRequest {
|
|
3551
2676
|
/**
|
|
3552
2677
|
* <p>The identifier of the group.</p>
|
|
@@ -3557,20 +2682,8 @@ export interface UpdateRulesOfIpGroupRequest {
|
|
|
3557
2682
|
*/
|
|
3558
2683
|
UserRules: IpRuleItem[] | undefined;
|
|
3559
2684
|
}
|
|
3560
|
-
export declare namespace UpdateRulesOfIpGroupRequest {
|
|
3561
|
-
/**
|
|
3562
|
-
* @internal
|
|
3563
|
-
*/
|
|
3564
|
-
const filterSensitiveLog: (obj: UpdateRulesOfIpGroupRequest) => any;
|
|
3565
|
-
}
|
|
3566
2685
|
export interface UpdateRulesOfIpGroupResult {
|
|
3567
2686
|
}
|
|
3568
|
-
export declare namespace UpdateRulesOfIpGroupResult {
|
|
3569
|
-
/**
|
|
3570
|
-
* @internal
|
|
3571
|
-
*/
|
|
3572
|
-
const filterSensitiveLog: (obj: UpdateRulesOfIpGroupResult) => any;
|
|
3573
|
-
}
|
|
3574
2687
|
export interface UpdateWorkspaceBundleRequest {
|
|
3575
2688
|
/**
|
|
3576
2689
|
* <p>The identifier of the bundle.</p>
|
|
@@ -3581,20 +2694,8 @@ export interface UpdateWorkspaceBundleRequest {
|
|
|
3581
2694
|
*/
|
|
3582
2695
|
ImageId?: string;
|
|
3583
2696
|
}
|
|
3584
|
-
export declare namespace UpdateWorkspaceBundleRequest {
|
|
3585
|
-
/**
|
|
3586
|
-
* @internal
|
|
3587
|
-
*/
|
|
3588
|
-
const filterSensitiveLog: (obj: UpdateWorkspaceBundleRequest) => any;
|
|
3589
|
-
}
|
|
3590
2697
|
export interface UpdateWorkspaceBundleResult {
|
|
3591
2698
|
}
|
|
3592
|
-
export declare namespace UpdateWorkspaceBundleResult {
|
|
3593
|
-
/**
|
|
3594
|
-
* @internal
|
|
3595
|
-
*/
|
|
3596
|
-
const filterSensitiveLog: (obj: UpdateWorkspaceBundleResult) => any;
|
|
3597
|
-
}
|
|
3598
2699
|
export interface UpdateWorkspaceImagePermissionRequest {
|
|
3599
2700
|
/**
|
|
3600
2701
|
* <p>The identifier of the image.</p>
|
|
@@ -3614,17 +2715,661 @@ export interface UpdateWorkspaceImagePermissionRequest {
|
|
|
3614
2715
|
*/
|
|
3615
2716
|
SharedAccountId: string | undefined;
|
|
3616
2717
|
}
|
|
3617
|
-
export declare namespace UpdateWorkspaceImagePermissionRequest {
|
|
3618
|
-
/**
|
|
3619
|
-
* @internal
|
|
3620
|
-
*/
|
|
3621
|
-
const filterSensitiveLog: (obj: UpdateWorkspaceImagePermissionRequest) => any;
|
|
3622
|
-
}
|
|
3623
2718
|
export interface UpdateWorkspaceImagePermissionResult {
|
|
3624
2719
|
}
|
|
3625
|
-
|
|
3626
|
-
|
|
3627
|
-
|
|
3628
|
-
|
|
3629
|
-
|
|
3630
|
-
|
|
2720
|
+
/**
|
|
2721
|
+
* @internal
|
|
2722
|
+
*/
|
|
2723
|
+
export declare const AccountModificationFilterSensitiveLog: (obj: AccountModification) => any;
|
|
2724
|
+
/**
|
|
2725
|
+
* @internal
|
|
2726
|
+
*/
|
|
2727
|
+
export declare const AssociateConnectionAliasRequestFilterSensitiveLog: (obj: AssociateConnectionAliasRequest) => any;
|
|
2728
|
+
/**
|
|
2729
|
+
* @internal
|
|
2730
|
+
*/
|
|
2731
|
+
export declare const AssociateConnectionAliasResultFilterSensitiveLog: (obj: AssociateConnectionAliasResult) => any;
|
|
2732
|
+
/**
|
|
2733
|
+
* @internal
|
|
2734
|
+
*/
|
|
2735
|
+
export declare const AssociateIpGroupsRequestFilterSensitiveLog: (obj: AssociateIpGroupsRequest) => any;
|
|
2736
|
+
/**
|
|
2737
|
+
* @internal
|
|
2738
|
+
*/
|
|
2739
|
+
export declare const AssociateIpGroupsResultFilterSensitiveLog: (obj: AssociateIpGroupsResult) => any;
|
|
2740
|
+
/**
|
|
2741
|
+
* @internal
|
|
2742
|
+
*/
|
|
2743
|
+
export declare const IpRuleItemFilterSensitiveLog: (obj: IpRuleItem) => any;
|
|
2744
|
+
/**
|
|
2745
|
+
* @internal
|
|
2746
|
+
*/
|
|
2747
|
+
export declare const AuthorizeIpRulesRequestFilterSensitiveLog: (obj: AuthorizeIpRulesRequest) => any;
|
|
2748
|
+
/**
|
|
2749
|
+
* @internal
|
|
2750
|
+
*/
|
|
2751
|
+
export declare const AuthorizeIpRulesResultFilterSensitiveLog: (obj: AuthorizeIpRulesResult) => any;
|
|
2752
|
+
/**
|
|
2753
|
+
* @internal
|
|
2754
|
+
*/
|
|
2755
|
+
export declare const ComputeTypeFilterSensitiveLog: (obj: ComputeType) => any;
|
|
2756
|
+
/**
|
|
2757
|
+
* @internal
|
|
2758
|
+
*/
|
|
2759
|
+
export declare const RootStorageFilterSensitiveLog: (obj: RootStorage) => any;
|
|
2760
|
+
/**
|
|
2761
|
+
* @internal
|
|
2762
|
+
*/
|
|
2763
|
+
export declare const UserStorageFilterSensitiveLog: (obj: UserStorage) => any;
|
|
2764
|
+
/**
|
|
2765
|
+
* @internal
|
|
2766
|
+
*/
|
|
2767
|
+
export declare const WorkspaceBundleFilterSensitiveLog: (obj: WorkspaceBundle) => any;
|
|
2768
|
+
/**
|
|
2769
|
+
* @internal
|
|
2770
|
+
*/
|
|
2771
|
+
export declare const ClientPropertiesFilterSensitiveLog: (obj: ClientProperties) => any;
|
|
2772
|
+
/**
|
|
2773
|
+
* @internal
|
|
2774
|
+
*/
|
|
2775
|
+
export declare const ClientPropertiesResultFilterSensitiveLog: (obj: ClientPropertiesResult) => any;
|
|
2776
|
+
/**
|
|
2777
|
+
* @internal
|
|
2778
|
+
*/
|
|
2779
|
+
export declare const ConnectClientAddInFilterSensitiveLog: (obj: ConnectClientAddIn) => any;
|
|
2780
|
+
/**
|
|
2781
|
+
* @internal
|
|
2782
|
+
*/
|
|
2783
|
+
export declare const ConnectionAliasAssociationFilterSensitiveLog: (obj: ConnectionAliasAssociation) => any;
|
|
2784
|
+
/**
|
|
2785
|
+
* @internal
|
|
2786
|
+
*/
|
|
2787
|
+
export declare const ConnectionAliasFilterSensitiveLog: (obj: ConnectionAlias) => any;
|
|
2788
|
+
/**
|
|
2789
|
+
* @internal
|
|
2790
|
+
*/
|
|
2791
|
+
export declare const ConnectionAliasPermissionFilterSensitiveLog: (obj: ConnectionAliasPermission) => any;
|
|
2792
|
+
/**
|
|
2793
|
+
* @internal
|
|
2794
|
+
*/
|
|
2795
|
+
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
2796
|
+
/**
|
|
2797
|
+
* @internal
|
|
2798
|
+
*/
|
|
2799
|
+
export declare const CopyWorkspaceImageRequestFilterSensitiveLog: (obj: CopyWorkspaceImageRequest) => any;
|
|
2800
|
+
/**
|
|
2801
|
+
* @internal
|
|
2802
|
+
*/
|
|
2803
|
+
export declare const CopyWorkspaceImageResultFilterSensitiveLog: (obj: CopyWorkspaceImageResult) => any;
|
|
2804
|
+
/**
|
|
2805
|
+
* @internal
|
|
2806
|
+
*/
|
|
2807
|
+
export declare const CreateConnectClientAddInRequestFilterSensitiveLog: (obj: CreateConnectClientAddInRequest) => any;
|
|
2808
|
+
/**
|
|
2809
|
+
* @internal
|
|
2810
|
+
*/
|
|
2811
|
+
export declare const CreateConnectClientAddInResultFilterSensitiveLog: (obj: CreateConnectClientAddInResult) => any;
|
|
2812
|
+
/**
|
|
2813
|
+
* @internal
|
|
2814
|
+
*/
|
|
2815
|
+
export declare const CreateConnectionAliasRequestFilterSensitiveLog: (obj: CreateConnectionAliasRequest) => any;
|
|
2816
|
+
/**
|
|
2817
|
+
* @internal
|
|
2818
|
+
*/
|
|
2819
|
+
export declare const CreateConnectionAliasResultFilterSensitiveLog: (obj: CreateConnectionAliasResult) => any;
|
|
2820
|
+
/**
|
|
2821
|
+
* @internal
|
|
2822
|
+
*/
|
|
2823
|
+
export declare const CreateIpGroupRequestFilterSensitiveLog: (obj: CreateIpGroupRequest) => any;
|
|
2824
|
+
/**
|
|
2825
|
+
* @internal
|
|
2826
|
+
*/
|
|
2827
|
+
export declare const CreateIpGroupResultFilterSensitiveLog: (obj: CreateIpGroupResult) => any;
|
|
2828
|
+
/**
|
|
2829
|
+
* @internal
|
|
2830
|
+
*/
|
|
2831
|
+
export declare const CreateTagsRequestFilterSensitiveLog: (obj: CreateTagsRequest) => any;
|
|
2832
|
+
/**
|
|
2833
|
+
* @internal
|
|
2834
|
+
*/
|
|
2835
|
+
export declare const CreateTagsResultFilterSensitiveLog: (obj: CreateTagsResult) => any;
|
|
2836
|
+
/**
|
|
2837
|
+
* @internal
|
|
2838
|
+
*/
|
|
2839
|
+
export declare const CreateUpdatedWorkspaceImageRequestFilterSensitiveLog: (obj: CreateUpdatedWorkspaceImageRequest) => any;
|
|
2840
|
+
/**
|
|
2841
|
+
* @internal
|
|
2842
|
+
*/
|
|
2843
|
+
export declare const CreateUpdatedWorkspaceImageResultFilterSensitiveLog: (obj: CreateUpdatedWorkspaceImageResult) => any;
|
|
2844
|
+
/**
|
|
2845
|
+
* @internal
|
|
2846
|
+
*/
|
|
2847
|
+
export declare const CreateWorkspaceBundleRequestFilterSensitiveLog: (obj: CreateWorkspaceBundleRequest) => any;
|
|
2848
|
+
/**
|
|
2849
|
+
* @internal
|
|
2850
|
+
*/
|
|
2851
|
+
export declare const CreateWorkspaceBundleResultFilterSensitiveLog: (obj: CreateWorkspaceBundleResult) => any;
|
|
2852
|
+
/**
|
|
2853
|
+
* @internal
|
|
2854
|
+
*/
|
|
2855
|
+
export declare const CreateWorkspaceImageRequestFilterSensitiveLog: (obj: CreateWorkspaceImageRequest) => any;
|
|
2856
|
+
/**
|
|
2857
|
+
* @internal
|
|
2858
|
+
*/
|
|
2859
|
+
export declare const OperatingSystemFilterSensitiveLog: (obj: OperatingSystem) => any;
|
|
2860
|
+
/**
|
|
2861
|
+
* @internal
|
|
2862
|
+
*/
|
|
2863
|
+
export declare const CreateWorkspaceImageResultFilterSensitiveLog: (obj: CreateWorkspaceImageResult) => any;
|
|
2864
|
+
/**
|
|
2865
|
+
* @internal
|
|
2866
|
+
*/
|
|
2867
|
+
export declare const WorkspacePropertiesFilterSensitiveLog: (obj: WorkspaceProperties) => any;
|
|
2868
|
+
/**
|
|
2869
|
+
* @internal
|
|
2870
|
+
*/
|
|
2871
|
+
export declare const WorkspaceRequestFilterSensitiveLog: (obj: WorkspaceRequest) => any;
|
|
2872
|
+
/**
|
|
2873
|
+
* @internal
|
|
2874
|
+
*/
|
|
2875
|
+
export declare const CreateWorkspacesRequestFilterSensitiveLog: (obj: CreateWorkspacesRequest) => any;
|
|
2876
|
+
/**
|
|
2877
|
+
* @internal
|
|
2878
|
+
*/
|
|
2879
|
+
export declare const FailedCreateWorkspaceRequestFilterSensitiveLog: (obj: FailedCreateWorkspaceRequest) => any;
|
|
2880
|
+
/**
|
|
2881
|
+
* @internal
|
|
2882
|
+
*/
|
|
2883
|
+
export declare const ModificationStateFilterSensitiveLog: (obj: ModificationState) => any;
|
|
2884
|
+
/**
|
|
2885
|
+
* @internal
|
|
2886
|
+
*/
|
|
2887
|
+
export declare const WorkspaceFilterSensitiveLog: (obj: Workspace) => any;
|
|
2888
|
+
/**
|
|
2889
|
+
* @internal
|
|
2890
|
+
*/
|
|
2891
|
+
export declare const CreateWorkspacesResultFilterSensitiveLog: (obj: CreateWorkspacesResult) => any;
|
|
2892
|
+
/**
|
|
2893
|
+
* @internal
|
|
2894
|
+
*/
|
|
2895
|
+
export declare const DefaultClientBrandingAttributesFilterSensitiveLog: (obj: DefaultClientBrandingAttributes) => any;
|
|
2896
|
+
/**
|
|
2897
|
+
* @internal
|
|
2898
|
+
*/
|
|
2899
|
+
export declare const DefaultImportClientBrandingAttributesFilterSensitiveLog: (obj: DefaultImportClientBrandingAttributes) => any;
|
|
2900
|
+
/**
|
|
2901
|
+
* @internal
|
|
2902
|
+
*/
|
|
2903
|
+
export declare const DefaultWorkspaceCreationPropertiesFilterSensitiveLog: (obj: DefaultWorkspaceCreationProperties) => any;
|
|
2904
|
+
/**
|
|
2905
|
+
* @internal
|
|
2906
|
+
*/
|
|
2907
|
+
export declare const DeleteClientBrandingRequestFilterSensitiveLog: (obj: DeleteClientBrandingRequest) => any;
|
|
2908
|
+
/**
|
|
2909
|
+
* @internal
|
|
2910
|
+
*/
|
|
2911
|
+
export declare const DeleteClientBrandingResultFilterSensitiveLog: (obj: DeleteClientBrandingResult) => any;
|
|
2912
|
+
/**
|
|
2913
|
+
* @internal
|
|
2914
|
+
*/
|
|
2915
|
+
export declare const DeleteConnectClientAddInRequestFilterSensitiveLog: (obj: DeleteConnectClientAddInRequest) => any;
|
|
2916
|
+
/**
|
|
2917
|
+
* @internal
|
|
2918
|
+
*/
|
|
2919
|
+
export declare const DeleteConnectClientAddInResultFilterSensitiveLog: (obj: DeleteConnectClientAddInResult) => any;
|
|
2920
|
+
/**
|
|
2921
|
+
* @internal
|
|
2922
|
+
*/
|
|
2923
|
+
export declare const DeleteConnectionAliasRequestFilterSensitiveLog: (obj: DeleteConnectionAliasRequest) => any;
|
|
2924
|
+
/**
|
|
2925
|
+
* @internal
|
|
2926
|
+
*/
|
|
2927
|
+
export declare const DeleteConnectionAliasResultFilterSensitiveLog: (obj: DeleteConnectionAliasResult) => any;
|
|
2928
|
+
/**
|
|
2929
|
+
* @internal
|
|
2930
|
+
*/
|
|
2931
|
+
export declare const DeleteIpGroupRequestFilterSensitiveLog: (obj: DeleteIpGroupRequest) => any;
|
|
2932
|
+
/**
|
|
2933
|
+
* @internal
|
|
2934
|
+
*/
|
|
2935
|
+
export declare const DeleteIpGroupResultFilterSensitiveLog: (obj: DeleteIpGroupResult) => any;
|
|
2936
|
+
/**
|
|
2937
|
+
* @internal
|
|
2938
|
+
*/
|
|
2939
|
+
export declare const DeleteTagsRequestFilterSensitiveLog: (obj: DeleteTagsRequest) => any;
|
|
2940
|
+
/**
|
|
2941
|
+
* @internal
|
|
2942
|
+
*/
|
|
2943
|
+
export declare const DeleteTagsResultFilterSensitiveLog: (obj: DeleteTagsResult) => any;
|
|
2944
|
+
/**
|
|
2945
|
+
* @internal
|
|
2946
|
+
*/
|
|
2947
|
+
export declare const DeleteWorkspaceBundleRequestFilterSensitiveLog: (obj: DeleteWorkspaceBundleRequest) => any;
|
|
2948
|
+
/**
|
|
2949
|
+
* @internal
|
|
2950
|
+
*/
|
|
2951
|
+
export declare const DeleteWorkspaceBundleResultFilterSensitiveLog: (obj: DeleteWorkspaceBundleResult) => any;
|
|
2952
|
+
/**
|
|
2953
|
+
* @internal
|
|
2954
|
+
*/
|
|
2955
|
+
export declare const DeleteWorkspaceImageRequestFilterSensitiveLog: (obj: DeleteWorkspaceImageRequest) => any;
|
|
2956
|
+
/**
|
|
2957
|
+
* @internal
|
|
2958
|
+
*/
|
|
2959
|
+
export declare const DeleteWorkspaceImageResultFilterSensitiveLog: (obj: DeleteWorkspaceImageResult) => any;
|
|
2960
|
+
/**
|
|
2961
|
+
* @internal
|
|
2962
|
+
*/
|
|
2963
|
+
export declare const DeregisterWorkspaceDirectoryRequestFilterSensitiveLog: (obj: DeregisterWorkspaceDirectoryRequest) => any;
|
|
2964
|
+
/**
|
|
2965
|
+
* @internal
|
|
2966
|
+
*/
|
|
2967
|
+
export declare const DeregisterWorkspaceDirectoryResultFilterSensitiveLog: (obj: DeregisterWorkspaceDirectoryResult) => any;
|
|
2968
|
+
/**
|
|
2969
|
+
* @internal
|
|
2970
|
+
*/
|
|
2971
|
+
export declare const DescribeAccountRequestFilterSensitiveLog: (obj: DescribeAccountRequest) => any;
|
|
2972
|
+
/**
|
|
2973
|
+
* @internal
|
|
2974
|
+
*/
|
|
2975
|
+
export declare const DescribeAccountResultFilterSensitiveLog: (obj: DescribeAccountResult) => any;
|
|
2976
|
+
/**
|
|
2977
|
+
* @internal
|
|
2978
|
+
*/
|
|
2979
|
+
export declare const DescribeAccountModificationsRequestFilterSensitiveLog: (obj: DescribeAccountModificationsRequest) => any;
|
|
2980
|
+
/**
|
|
2981
|
+
* @internal
|
|
2982
|
+
*/
|
|
2983
|
+
export declare const DescribeAccountModificationsResultFilterSensitiveLog: (obj: DescribeAccountModificationsResult) => any;
|
|
2984
|
+
/**
|
|
2985
|
+
* @internal
|
|
2986
|
+
*/
|
|
2987
|
+
export declare const DescribeClientBrandingRequestFilterSensitiveLog: (obj: DescribeClientBrandingRequest) => any;
|
|
2988
|
+
/**
|
|
2989
|
+
* @internal
|
|
2990
|
+
*/
|
|
2991
|
+
export declare const IosClientBrandingAttributesFilterSensitiveLog: (obj: IosClientBrandingAttributes) => any;
|
|
2992
|
+
/**
|
|
2993
|
+
* @internal
|
|
2994
|
+
*/
|
|
2995
|
+
export declare const DescribeClientBrandingResultFilterSensitiveLog: (obj: DescribeClientBrandingResult) => any;
|
|
2996
|
+
/**
|
|
2997
|
+
* @internal
|
|
2998
|
+
*/
|
|
2999
|
+
export declare const DescribeClientPropertiesRequestFilterSensitiveLog: (obj: DescribeClientPropertiesRequest) => any;
|
|
3000
|
+
/**
|
|
3001
|
+
* @internal
|
|
3002
|
+
*/
|
|
3003
|
+
export declare const DescribeClientPropertiesResultFilterSensitiveLog: (obj: DescribeClientPropertiesResult) => any;
|
|
3004
|
+
/**
|
|
3005
|
+
* @internal
|
|
3006
|
+
*/
|
|
3007
|
+
export declare const DescribeConnectClientAddInsRequestFilterSensitiveLog: (obj: DescribeConnectClientAddInsRequest) => any;
|
|
3008
|
+
/**
|
|
3009
|
+
* @internal
|
|
3010
|
+
*/
|
|
3011
|
+
export declare const DescribeConnectClientAddInsResultFilterSensitiveLog: (obj: DescribeConnectClientAddInsResult) => any;
|
|
3012
|
+
/**
|
|
3013
|
+
* @internal
|
|
3014
|
+
*/
|
|
3015
|
+
export declare const DescribeConnectionAliasesRequestFilterSensitiveLog: (obj: DescribeConnectionAliasesRequest) => any;
|
|
3016
|
+
/**
|
|
3017
|
+
* @internal
|
|
3018
|
+
*/
|
|
3019
|
+
export declare const DescribeConnectionAliasesResultFilterSensitiveLog: (obj: DescribeConnectionAliasesResult) => any;
|
|
3020
|
+
/**
|
|
3021
|
+
* @internal
|
|
3022
|
+
*/
|
|
3023
|
+
export declare const DescribeConnectionAliasPermissionsRequestFilterSensitiveLog: (obj: DescribeConnectionAliasPermissionsRequest) => any;
|
|
3024
|
+
/**
|
|
3025
|
+
* @internal
|
|
3026
|
+
*/
|
|
3027
|
+
export declare const DescribeConnectionAliasPermissionsResultFilterSensitiveLog: (obj: DescribeConnectionAliasPermissionsResult) => any;
|
|
3028
|
+
/**
|
|
3029
|
+
* @internal
|
|
3030
|
+
*/
|
|
3031
|
+
export declare const DescribeIpGroupsRequestFilterSensitiveLog: (obj: DescribeIpGroupsRequest) => any;
|
|
3032
|
+
/**
|
|
3033
|
+
* @internal
|
|
3034
|
+
*/
|
|
3035
|
+
export declare const WorkspacesIpGroupFilterSensitiveLog: (obj: WorkspacesIpGroup) => any;
|
|
3036
|
+
/**
|
|
3037
|
+
* @internal
|
|
3038
|
+
*/
|
|
3039
|
+
export declare const DescribeIpGroupsResultFilterSensitiveLog: (obj: DescribeIpGroupsResult) => any;
|
|
3040
|
+
/**
|
|
3041
|
+
* @internal
|
|
3042
|
+
*/
|
|
3043
|
+
export declare const DescribeTagsRequestFilterSensitiveLog: (obj: DescribeTagsRequest) => any;
|
|
3044
|
+
/**
|
|
3045
|
+
* @internal
|
|
3046
|
+
*/
|
|
3047
|
+
export declare const DescribeTagsResultFilterSensitiveLog: (obj: DescribeTagsResult) => any;
|
|
3048
|
+
/**
|
|
3049
|
+
* @internal
|
|
3050
|
+
*/
|
|
3051
|
+
export declare const DescribeWorkspaceBundlesRequestFilterSensitiveLog: (obj: DescribeWorkspaceBundlesRequest) => any;
|
|
3052
|
+
/**
|
|
3053
|
+
* @internal
|
|
3054
|
+
*/
|
|
3055
|
+
export declare const DescribeWorkspaceBundlesResultFilterSensitiveLog: (obj: DescribeWorkspaceBundlesResult) => any;
|
|
3056
|
+
/**
|
|
3057
|
+
* @internal
|
|
3058
|
+
*/
|
|
3059
|
+
export declare const DescribeWorkspaceDirectoriesRequestFilterSensitiveLog: (obj: DescribeWorkspaceDirectoriesRequest) => any;
|
|
3060
|
+
/**
|
|
3061
|
+
* @internal
|
|
3062
|
+
*/
|
|
3063
|
+
export declare const SelfservicePermissionsFilterSensitiveLog: (obj: SelfservicePermissions) => any;
|
|
3064
|
+
/**
|
|
3065
|
+
* @internal
|
|
3066
|
+
*/
|
|
3067
|
+
export declare const WorkspaceAccessPropertiesFilterSensitiveLog: (obj: WorkspaceAccessProperties) => any;
|
|
3068
|
+
/**
|
|
3069
|
+
* @internal
|
|
3070
|
+
*/
|
|
3071
|
+
export declare const WorkspaceDirectoryFilterSensitiveLog: (obj: WorkspaceDirectory) => any;
|
|
3072
|
+
/**
|
|
3073
|
+
* @internal
|
|
3074
|
+
*/
|
|
3075
|
+
export declare const DescribeWorkspaceDirectoriesResultFilterSensitiveLog: (obj: DescribeWorkspaceDirectoriesResult) => any;
|
|
3076
|
+
/**
|
|
3077
|
+
* @internal
|
|
3078
|
+
*/
|
|
3079
|
+
export declare const DescribeWorkspaceImagePermissionsRequestFilterSensitiveLog: (obj: DescribeWorkspaceImagePermissionsRequest) => any;
|
|
3080
|
+
/**
|
|
3081
|
+
* @internal
|
|
3082
|
+
*/
|
|
3083
|
+
export declare const ImagePermissionFilterSensitiveLog: (obj: ImagePermission) => any;
|
|
3084
|
+
/**
|
|
3085
|
+
* @internal
|
|
3086
|
+
*/
|
|
3087
|
+
export declare const DescribeWorkspaceImagePermissionsResultFilterSensitiveLog: (obj: DescribeWorkspaceImagePermissionsResult) => any;
|
|
3088
|
+
/**
|
|
3089
|
+
* @internal
|
|
3090
|
+
*/
|
|
3091
|
+
export declare const DescribeWorkspaceImagesRequestFilterSensitiveLog: (obj: DescribeWorkspaceImagesRequest) => any;
|
|
3092
|
+
/**
|
|
3093
|
+
* @internal
|
|
3094
|
+
*/
|
|
3095
|
+
export declare const UpdateResultFilterSensitiveLog: (obj: UpdateResult) => any;
|
|
3096
|
+
/**
|
|
3097
|
+
* @internal
|
|
3098
|
+
*/
|
|
3099
|
+
export declare const WorkspaceImageFilterSensitiveLog: (obj: WorkspaceImage) => any;
|
|
3100
|
+
/**
|
|
3101
|
+
* @internal
|
|
3102
|
+
*/
|
|
3103
|
+
export declare const DescribeWorkspaceImagesResultFilterSensitiveLog: (obj: DescribeWorkspaceImagesResult) => any;
|
|
3104
|
+
/**
|
|
3105
|
+
* @internal
|
|
3106
|
+
*/
|
|
3107
|
+
export declare const DescribeWorkspacesRequestFilterSensitiveLog: (obj: DescribeWorkspacesRequest) => any;
|
|
3108
|
+
/**
|
|
3109
|
+
* @internal
|
|
3110
|
+
*/
|
|
3111
|
+
export declare const DescribeWorkspacesResultFilterSensitiveLog: (obj: DescribeWorkspacesResult) => any;
|
|
3112
|
+
/**
|
|
3113
|
+
* @internal
|
|
3114
|
+
*/
|
|
3115
|
+
export declare const DescribeWorkspacesConnectionStatusRequestFilterSensitiveLog: (obj: DescribeWorkspacesConnectionStatusRequest) => any;
|
|
3116
|
+
/**
|
|
3117
|
+
* @internal
|
|
3118
|
+
*/
|
|
3119
|
+
export declare const WorkspaceConnectionStatusFilterSensitiveLog: (obj: WorkspaceConnectionStatus) => any;
|
|
3120
|
+
/**
|
|
3121
|
+
* @internal
|
|
3122
|
+
*/
|
|
3123
|
+
export declare const DescribeWorkspacesConnectionStatusResultFilterSensitiveLog: (obj: DescribeWorkspacesConnectionStatusResult) => any;
|
|
3124
|
+
/**
|
|
3125
|
+
* @internal
|
|
3126
|
+
*/
|
|
3127
|
+
export declare const DescribeWorkspaceSnapshotsRequestFilterSensitiveLog: (obj: DescribeWorkspaceSnapshotsRequest) => any;
|
|
3128
|
+
/**
|
|
3129
|
+
* @internal
|
|
3130
|
+
*/
|
|
3131
|
+
export declare const SnapshotFilterSensitiveLog: (obj: Snapshot) => any;
|
|
3132
|
+
/**
|
|
3133
|
+
* @internal
|
|
3134
|
+
*/
|
|
3135
|
+
export declare const DescribeWorkspaceSnapshotsResultFilterSensitiveLog: (obj: DescribeWorkspaceSnapshotsResult) => any;
|
|
3136
|
+
/**
|
|
3137
|
+
* @internal
|
|
3138
|
+
*/
|
|
3139
|
+
export declare const DisassociateConnectionAliasRequestFilterSensitiveLog: (obj: DisassociateConnectionAliasRequest) => any;
|
|
3140
|
+
/**
|
|
3141
|
+
* @internal
|
|
3142
|
+
*/
|
|
3143
|
+
export declare const DisassociateConnectionAliasResultFilterSensitiveLog: (obj: DisassociateConnectionAliasResult) => any;
|
|
3144
|
+
/**
|
|
3145
|
+
* @internal
|
|
3146
|
+
*/
|
|
3147
|
+
export declare const DisassociateIpGroupsRequestFilterSensitiveLog: (obj: DisassociateIpGroupsRequest) => any;
|
|
3148
|
+
/**
|
|
3149
|
+
* @internal
|
|
3150
|
+
*/
|
|
3151
|
+
export declare const DisassociateIpGroupsResultFilterSensitiveLog: (obj: DisassociateIpGroupsResult) => any;
|
|
3152
|
+
/**
|
|
3153
|
+
* @internal
|
|
3154
|
+
*/
|
|
3155
|
+
export declare const FailedWorkspaceChangeRequestFilterSensitiveLog: (obj: FailedWorkspaceChangeRequest) => any;
|
|
3156
|
+
/**
|
|
3157
|
+
* @internal
|
|
3158
|
+
*/
|
|
3159
|
+
export declare const IosImportClientBrandingAttributesFilterSensitiveLog: (obj: IosImportClientBrandingAttributes) => any;
|
|
3160
|
+
/**
|
|
3161
|
+
* @internal
|
|
3162
|
+
*/
|
|
3163
|
+
export declare const ImportClientBrandingRequestFilterSensitiveLog: (obj: ImportClientBrandingRequest) => any;
|
|
3164
|
+
/**
|
|
3165
|
+
* @internal
|
|
3166
|
+
*/
|
|
3167
|
+
export declare const ImportClientBrandingResultFilterSensitiveLog: (obj: ImportClientBrandingResult) => any;
|
|
3168
|
+
/**
|
|
3169
|
+
* @internal
|
|
3170
|
+
*/
|
|
3171
|
+
export declare const ImportWorkspaceImageRequestFilterSensitiveLog: (obj: ImportWorkspaceImageRequest) => any;
|
|
3172
|
+
/**
|
|
3173
|
+
* @internal
|
|
3174
|
+
*/
|
|
3175
|
+
export declare const ImportWorkspaceImageResultFilterSensitiveLog: (obj: ImportWorkspaceImageResult) => any;
|
|
3176
|
+
/**
|
|
3177
|
+
* @internal
|
|
3178
|
+
*/
|
|
3179
|
+
export declare const ListAvailableManagementCidrRangesRequestFilterSensitiveLog: (obj: ListAvailableManagementCidrRangesRequest) => any;
|
|
3180
|
+
/**
|
|
3181
|
+
* @internal
|
|
3182
|
+
*/
|
|
3183
|
+
export declare const ListAvailableManagementCidrRangesResultFilterSensitiveLog: (obj: ListAvailableManagementCidrRangesResult) => any;
|
|
3184
|
+
/**
|
|
3185
|
+
* @internal
|
|
3186
|
+
*/
|
|
3187
|
+
export declare const MigrateWorkspaceRequestFilterSensitiveLog: (obj: MigrateWorkspaceRequest) => any;
|
|
3188
|
+
/**
|
|
3189
|
+
* @internal
|
|
3190
|
+
*/
|
|
3191
|
+
export declare const MigrateWorkspaceResultFilterSensitiveLog: (obj: MigrateWorkspaceResult) => any;
|
|
3192
|
+
/**
|
|
3193
|
+
* @internal
|
|
3194
|
+
*/
|
|
3195
|
+
export declare const ModifyAccountRequestFilterSensitiveLog: (obj: ModifyAccountRequest) => any;
|
|
3196
|
+
/**
|
|
3197
|
+
* @internal
|
|
3198
|
+
*/
|
|
3199
|
+
export declare const ModifyAccountResultFilterSensitiveLog: (obj: ModifyAccountResult) => any;
|
|
3200
|
+
/**
|
|
3201
|
+
* @internal
|
|
3202
|
+
*/
|
|
3203
|
+
export declare const ModifyClientPropertiesRequestFilterSensitiveLog: (obj: ModifyClientPropertiesRequest) => any;
|
|
3204
|
+
/**
|
|
3205
|
+
* @internal
|
|
3206
|
+
*/
|
|
3207
|
+
export declare const ModifyClientPropertiesResultFilterSensitiveLog: (obj: ModifyClientPropertiesResult) => any;
|
|
3208
|
+
/**
|
|
3209
|
+
* @internal
|
|
3210
|
+
*/
|
|
3211
|
+
export declare const ModifySelfservicePermissionsRequestFilterSensitiveLog: (obj: ModifySelfservicePermissionsRequest) => any;
|
|
3212
|
+
/**
|
|
3213
|
+
* @internal
|
|
3214
|
+
*/
|
|
3215
|
+
export declare const ModifySelfservicePermissionsResultFilterSensitiveLog: (obj: ModifySelfservicePermissionsResult) => any;
|
|
3216
|
+
/**
|
|
3217
|
+
* @internal
|
|
3218
|
+
*/
|
|
3219
|
+
export declare const ModifyWorkspaceAccessPropertiesRequestFilterSensitiveLog: (obj: ModifyWorkspaceAccessPropertiesRequest) => any;
|
|
3220
|
+
/**
|
|
3221
|
+
* @internal
|
|
3222
|
+
*/
|
|
3223
|
+
export declare const ModifyWorkspaceAccessPropertiesResultFilterSensitiveLog: (obj: ModifyWorkspaceAccessPropertiesResult) => any;
|
|
3224
|
+
/**
|
|
3225
|
+
* @internal
|
|
3226
|
+
*/
|
|
3227
|
+
export declare const WorkspaceCreationPropertiesFilterSensitiveLog: (obj: WorkspaceCreationProperties) => any;
|
|
3228
|
+
/**
|
|
3229
|
+
* @internal
|
|
3230
|
+
*/
|
|
3231
|
+
export declare const ModifyWorkspaceCreationPropertiesRequestFilterSensitiveLog: (obj: ModifyWorkspaceCreationPropertiesRequest) => any;
|
|
3232
|
+
/**
|
|
3233
|
+
* @internal
|
|
3234
|
+
*/
|
|
3235
|
+
export declare const ModifyWorkspaceCreationPropertiesResultFilterSensitiveLog: (obj: ModifyWorkspaceCreationPropertiesResult) => any;
|
|
3236
|
+
/**
|
|
3237
|
+
* @internal
|
|
3238
|
+
*/
|
|
3239
|
+
export declare const ModifyWorkspacePropertiesRequestFilterSensitiveLog: (obj: ModifyWorkspacePropertiesRequest) => any;
|
|
3240
|
+
/**
|
|
3241
|
+
* @internal
|
|
3242
|
+
*/
|
|
3243
|
+
export declare const ModifyWorkspacePropertiesResultFilterSensitiveLog: (obj: ModifyWorkspacePropertiesResult) => any;
|
|
3244
|
+
/**
|
|
3245
|
+
* @internal
|
|
3246
|
+
*/
|
|
3247
|
+
export declare const ModifyWorkspaceStateRequestFilterSensitiveLog: (obj: ModifyWorkspaceStateRequest) => any;
|
|
3248
|
+
/**
|
|
3249
|
+
* @internal
|
|
3250
|
+
*/
|
|
3251
|
+
export declare const ModifyWorkspaceStateResultFilterSensitiveLog: (obj: ModifyWorkspaceStateResult) => any;
|
|
3252
|
+
/**
|
|
3253
|
+
* @internal
|
|
3254
|
+
*/
|
|
3255
|
+
export declare const RebootRequestFilterSensitiveLog: (obj: RebootRequest) => any;
|
|
3256
|
+
/**
|
|
3257
|
+
* @internal
|
|
3258
|
+
*/
|
|
3259
|
+
export declare const RebootWorkspacesRequestFilterSensitiveLog: (obj: RebootWorkspacesRequest) => any;
|
|
3260
|
+
/**
|
|
3261
|
+
* @internal
|
|
3262
|
+
*/
|
|
3263
|
+
export declare const RebootWorkspacesResultFilterSensitiveLog: (obj: RebootWorkspacesResult) => any;
|
|
3264
|
+
/**
|
|
3265
|
+
* @internal
|
|
3266
|
+
*/
|
|
3267
|
+
export declare const RebuildRequestFilterSensitiveLog: (obj: RebuildRequest) => any;
|
|
3268
|
+
/**
|
|
3269
|
+
* @internal
|
|
3270
|
+
*/
|
|
3271
|
+
export declare const RebuildWorkspacesRequestFilterSensitiveLog: (obj: RebuildWorkspacesRequest) => any;
|
|
3272
|
+
/**
|
|
3273
|
+
* @internal
|
|
3274
|
+
*/
|
|
3275
|
+
export declare const RebuildWorkspacesResultFilterSensitiveLog: (obj: RebuildWorkspacesResult) => any;
|
|
3276
|
+
/**
|
|
3277
|
+
* @internal
|
|
3278
|
+
*/
|
|
3279
|
+
export declare const RegisterWorkspaceDirectoryRequestFilterSensitiveLog: (obj: RegisterWorkspaceDirectoryRequest) => any;
|
|
3280
|
+
/**
|
|
3281
|
+
* @internal
|
|
3282
|
+
*/
|
|
3283
|
+
export declare const RegisterWorkspaceDirectoryResultFilterSensitiveLog: (obj: RegisterWorkspaceDirectoryResult) => any;
|
|
3284
|
+
/**
|
|
3285
|
+
* @internal
|
|
3286
|
+
*/
|
|
3287
|
+
export declare const RestoreWorkspaceRequestFilterSensitiveLog: (obj: RestoreWorkspaceRequest) => any;
|
|
3288
|
+
/**
|
|
3289
|
+
* @internal
|
|
3290
|
+
*/
|
|
3291
|
+
export declare const RestoreWorkspaceResultFilterSensitiveLog: (obj: RestoreWorkspaceResult) => any;
|
|
3292
|
+
/**
|
|
3293
|
+
* @internal
|
|
3294
|
+
*/
|
|
3295
|
+
export declare const RevokeIpRulesRequestFilterSensitiveLog: (obj: RevokeIpRulesRequest) => any;
|
|
3296
|
+
/**
|
|
3297
|
+
* @internal
|
|
3298
|
+
*/
|
|
3299
|
+
export declare const RevokeIpRulesResultFilterSensitiveLog: (obj: RevokeIpRulesResult) => any;
|
|
3300
|
+
/**
|
|
3301
|
+
* @internal
|
|
3302
|
+
*/
|
|
3303
|
+
export declare const StartRequestFilterSensitiveLog: (obj: StartRequest) => any;
|
|
3304
|
+
/**
|
|
3305
|
+
* @internal
|
|
3306
|
+
*/
|
|
3307
|
+
export declare const StartWorkspacesRequestFilterSensitiveLog: (obj: StartWorkspacesRequest) => any;
|
|
3308
|
+
/**
|
|
3309
|
+
* @internal
|
|
3310
|
+
*/
|
|
3311
|
+
export declare const StartWorkspacesResultFilterSensitiveLog: (obj: StartWorkspacesResult) => any;
|
|
3312
|
+
/**
|
|
3313
|
+
* @internal
|
|
3314
|
+
*/
|
|
3315
|
+
export declare const StopRequestFilterSensitiveLog: (obj: StopRequest) => any;
|
|
3316
|
+
/**
|
|
3317
|
+
* @internal
|
|
3318
|
+
*/
|
|
3319
|
+
export declare const StopWorkspacesRequestFilterSensitiveLog: (obj: StopWorkspacesRequest) => any;
|
|
3320
|
+
/**
|
|
3321
|
+
* @internal
|
|
3322
|
+
*/
|
|
3323
|
+
export declare const StopWorkspacesResultFilterSensitiveLog: (obj: StopWorkspacesResult) => any;
|
|
3324
|
+
/**
|
|
3325
|
+
* @internal
|
|
3326
|
+
*/
|
|
3327
|
+
export declare const TerminateRequestFilterSensitiveLog: (obj: TerminateRequest) => any;
|
|
3328
|
+
/**
|
|
3329
|
+
* @internal
|
|
3330
|
+
*/
|
|
3331
|
+
export declare const TerminateWorkspacesRequestFilterSensitiveLog: (obj: TerminateWorkspacesRequest) => any;
|
|
3332
|
+
/**
|
|
3333
|
+
* @internal
|
|
3334
|
+
*/
|
|
3335
|
+
export declare const TerminateWorkspacesResultFilterSensitiveLog: (obj: TerminateWorkspacesResult) => any;
|
|
3336
|
+
/**
|
|
3337
|
+
* @internal
|
|
3338
|
+
*/
|
|
3339
|
+
export declare const UpdateConnectClientAddInRequestFilterSensitiveLog: (obj: UpdateConnectClientAddInRequest) => any;
|
|
3340
|
+
/**
|
|
3341
|
+
* @internal
|
|
3342
|
+
*/
|
|
3343
|
+
export declare const UpdateConnectClientAddInResultFilterSensitiveLog: (obj: UpdateConnectClientAddInResult) => any;
|
|
3344
|
+
/**
|
|
3345
|
+
* @internal
|
|
3346
|
+
*/
|
|
3347
|
+
export declare const UpdateConnectionAliasPermissionRequestFilterSensitiveLog: (obj: UpdateConnectionAliasPermissionRequest) => any;
|
|
3348
|
+
/**
|
|
3349
|
+
* @internal
|
|
3350
|
+
*/
|
|
3351
|
+
export declare const UpdateConnectionAliasPermissionResultFilterSensitiveLog: (obj: UpdateConnectionAliasPermissionResult) => any;
|
|
3352
|
+
/**
|
|
3353
|
+
* @internal
|
|
3354
|
+
*/
|
|
3355
|
+
export declare const UpdateRulesOfIpGroupRequestFilterSensitiveLog: (obj: UpdateRulesOfIpGroupRequest) => any;
|
|
3356
|
+
/**
|
|
3357
|
+
* @internal
|
|
3358
|
+
*/
|
|
3359
|
+
export declare const UpdateRulesOfIpGroupResultFilterSensitiveLog: (obj: UpdateRulesOfIpGroupResult) => any;
|
|
3360
|
+
/**
|
|
3361
|
+
* @internal
|
|
3362
|
+
*/
|
|
3363
|
+
export declare const UpdateWorkspaceBundleRequestFilterSensitiveLog: (obj: UpdateWorkspaceBundleRequest) => any;
|
|
3364
|
+
/**
|
|
3365
|
+
* @internal
|
|
3366
|
+
*/
|
|
3367
|
+
export declare const UpdateWorkspaceBundleResultFilterSensitiveLog: (obj: UpdateWorkspaceBundleResult) => any;
|
|
3368
|
+
/**
|
|
3369
|
+
* @internal
|
|
3370
|
+
*/
|
|
3371
|
+
export declare const UpdateWorkspaceImagePermissionRequestFilterSensitiveLog: (obj: UpdateWorkspaceImagePermissionRequest) => any;
|
|
3372
|
+
/**
|
|
3373
|
+
* @internal
|
|
3374
|
+
*/
|
|
3375
|
+
export declare const UpdateWorkspaceImagePermissionResultFilterSensitiveLog: (obj: UpdateWorkspaceImagePermissionResult) => any;
|