@aws-sdk/client-workspaces 3.934.0 → 3.936.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.
Files changed (71) hide show
  1. package/dist-cjs/index.js +532 -532
  2. package/dist-es/index.js +2 -1
  3. package/dist-es/models/enums.js +461 -0
  4. package/dist-es/models/errors.js +285 -0
  5. package/dist-es/models/models_0.js +1 -706
  6. package/dist-es/schemas/schemas_0.js +1 -1
  7. package/dist-types/commands/ModifySelfservicePermissionsCommand.d.ts +1 -2
  8. package/dist-types/commands/ModifyStreamingPropertiesCommand.d.ts +1 -1
  9. package/dist-types/commands/ModifyWorkspaceAccessPropertiesCommand.d.ts +1 -1
  10. package/dist-types/commands/ModifyWorkspaceCreationPropertiesCommand.d.ts +1 -1
  11. package/dist-types/commands/ModifyWorkspacePropertiesCommand.d.ts +1 -1
  12. package/dist-types/commands/ModifyWorkspaceStateCommand.d.ts +1 -1
  13. package/dist-types/commands/RebootWorkspacesCommand.d.ts +1 -1
  14. package/dist-types/commands/RebuildWorkspacesCommand.d.ts +1 -1
  15. package/dist-types/commands/RegisterWorkspaceDirectoryCommand.d.ts +1 -1
  16. package/dist-types/commands/RejectAccountLinkInvitationCommand.d.ts +1 -1
  17. package/dist-types/commands/RestoreWorkspaceCommand.d.ts +1 -1
  18. package/dist-types/commands/RevokeIpRulesCommand.d.ts +1 -1
  19. package/dist-types/commands/StartWorkspacesCommand.d.ts +1 -1
  20. package/dist-types/commands/StartWorkspacesPoolCommand.d.ts +1 -1
  21. package/dist-types/commands/StopWorkspacesCommand.d.ts +1 -1
  22. package/dist-types/commands/StopWorkspacesPoolCommand.d.ts +1 -1
  23. package/dist-types/commands/TerminateWorkspacesCommand.d.ts +1 -1
  24. package/dist-types/commands/TerminateWorkspacesPoolCommand.d.ts +1 -1
  25. package/dist-types/commands/TerminateWorkspacesPoolSessionCommand.d.ts +1 -1
  26. package/dist-types/commands/UpdateConnectClientAddInCommand.d.ts +1 -1
  27. package/dist-types/commands/UpdateConnectionAliasPermissionCommand.d.ts +1 -1
  28. package/dist-types/commands/UpdateRulesOfIpGroupCommand.d.ts +1 -1
  29. package/dist-types/commands/UpdateWorkspaceBundleCommand.d.ts +1 -1
  30. package/dist-types/commands/UpdateWorkspaceImagePermissionCommand.d.ts +1 -1
  31. package/dist-types/commands/UpdateWorkspacesPoolCommand.d.ts +1 -1
  32. package/dist-types/index.d.ts +3 -1
  33. package/dist-types/models/enums.d.ts +1053 -0
  34. package/dist-types/models/errors.d.ts +305 -0
  35. package/dist-types/models/models_0.d.ts +711 -1305
  36. package/dist-types/ts3.4/commands/ModifySelfservicePermissionsCommand.d.ts +4 -2
  37. package/dist-types/ts3.4/commands/ModifyStreamingPropertiesCommand.d.ts +1 -1
  38. package/dist-types/ts3.4/commands/ModifyWorkspaceAccessPropertiesCommand.d.ts +1 -1
  39. package/dist-types/ts3.4/commands/ModifyWorkspaceCreationPropertiesCommand.d.ts +1 -1
  40. package/dist-types/ts3.4/commands/ModifyWorkspacePropertiesCommand.d.ts +1 -1
  41. package/dist-types/ts3.4/commands/ModifyWorkspaceStateCommand.d.ts +1 -1
  42. package/dist-types/ts3.4/commands/RebootWorkspacesCommand.d.ts +1 -1
  43. package/dist-types/ts3.4/commands/RebuildWorkspacesCommand.d.ts +1 -1
  44. package/dist-types/ts3.4/commands/RegisterWorkspaceDirectoryCommand.d.ts +1 -1
  45. package/dist-types/ts3.4/commands/RejectAccountLinkInvitationCommand.d.ts +1 -1
  46. package/dist-types/ts3.4/commands/RestoreWorkspaceCommand.d.ts +1 -1
  47. package/dist-types/ts3.4/commands/RevokeIpRulesCommand.d.ts +1 -1
  48. package/dist-types/ts3.4/commands/StartWorkspacesCommand.d.ts +1 -1
  49. package/dist-types/ts3.4/commands/StartWorkspacesPoolCommand.d.ts +1 -1
  50. package/dist-types/ts3.4/commands/StopWorkspacesCommand.d.ts +1 -1
  51. package/dist-types/ts3.4/commands/StopWorkspacesPoolCommand.d.ts +1 -1
  52. package/dist-types/ts3.4/commands/TerminateWorkspacesCommand.d.ts +1 -1
  53. package/dist-types/ts3.4/commands/TerminateWorkspacesPoolCommand.d.ts +1 -1
  54. package/dist-types/ts3.4/commands/TerminateWorkspacesPoolSessionCommand.d.ts +1 -1
  55. package/dist-types/ts3.4/commands/UpdateConnectClientAddInCommand.d.ts +1 -1
  56. package/dist-types/ts3.4/commands/UpdateConnectionAliasPermissionCommand.d.ts +1 -1
  57. package/dist-types/ts3.4/commands/UpdateRulesOfIpGroupCommand.d.ts +1 -1
  58. package/dist-types/ts3.4/commands/UpdateWorkspaceBundleCommand.d.ts +1 -1
  59. package/dist-types/ts3.4/commands/UpdateWorkspaceImagePermissionCommand.d.ts +1 -1
  60. package/dist-types/ts3.4/commands/UpdateWorkspacesPoolCommand.d.ts +1 -1
  61. package/dist-types/ts3.4/index.d.ts +3 -1
  62. package/dist-types/ts3.4/models/enums.d.ts +597 -0
  63. package/dist-types/ts3.4/models/errors.d.ts +192 -0
  64. package/dist-types/ts3.4/models/models_0.d.ts +247 -753
  65. package/package.json +19 -19
  66. package/dist-es/models/index.js +0 -2
  67. package/dist-es/models/models_1.js +0 -41
  68. package/dist-types/models/index.d.ts +0 -2
  69. package/dist-types/models/models_1.d.ts +0 -766
  70. package/dist-types/ts3.4/models/index.d.ts +0 -2
  71. package/dist-types/ts3.4/models/models_1.d.ts +0 -231
@@ -1,766 +0,0 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
- import { AccountLink, ActiveDirectoryConfig, ApplicationSettingsRequest, Capacity, ConnectionAliasPermission, DataReplication, FailedWorkspaceChangeRequest, IpRuleItem, MicrosoftEntraConfig, PoolsRunningMode, StreamingProperties, Tag, Tenancy, TimeoutSettings, UserIdentityType, WorkspaceAccessProperties, WorkspaceDirectoryState, WorkspaceProperties, WorkspacesPool, WorkspaceType } from "./models_0";
3
- import { WorkSpacesServiceException as __BaseException } from "./WorkSpacesServiceException";
4
- /**
5
- * @public
6
- */
7
- export interface ModifySelfservicePermissionsResult {
8
- }
9
- /**
10
- * @public
11
- */
12
- export interface ModifyStreamingPropertiesRequest {
13
- /**
14
- * <p>The identifier of the resource.</p>
15
- * @public
16
- */
17
- ResourceId: string | undefined;
18
- /**
19
- * <p>The streaming properties to configure.</p>
20
- * @public
21
- */
22
- StreamingProperties?: StreamingProperties | undefined;
23
- }
24
- /**
25
- * @public
26
- */
27
- export interface ModifyStreamingPropertiesResult {
28
- }
29
- /**
30
- * @public
31
- */
32
- export interface ModifyWorkspaceAccessPropertiesRequest {
33
- /**
34
- * <p>The identifier of the directory.</p>
35
- * @public
36
- */
37
- ResourceId: string | undefined;
38
- /**
39
- * <p>The device types and operating systems to enable or disable for access.</p>
40
- * @public
41
- */
42
- WorkspaceAccessProperties: WorkspaceAccessProperties | undefined;
43
- }
44
- /**
45
- * @public
46
- */
47
- export interface ModifyWorkspaceAccessPropertiesResult {
48
- }
49
- /**
50
- * <p>Describes the default properties that are used for creating WorkSpaces. For more
51
- * information, see <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/update-directory-details.html">Update Directory
52
- * Details for Your WorkSpaces</a>. </p>
53
- * @public
54
- */
55
- export interface WorkspaceCreationProperties {
56
- /**
57
- * <p>Indicates whether internet access is enabled for your WorkSpaces.</p>
58
- * @public
59
- */
60
- EnableInternetAccess?: boolean | undefined;
61
- /**
62
- * <p>The default organizational unit (OU) for your WorkSpaces directories. This string must
63
- * be the full Lightweight Directory Access Protocol (LDAP) distinguished name for the target
64
- * domain and OU. It must be in the form
65
- * <code>"OU=<i>value</i>,DC=<i>value</i>,DC=<i>value</i>"</code>,
66
- * where <i>value</i> is any string of characters, and the number of domain
67
- * components (DCs) is two or more. For example,
68
- * <code>OU=WorkSpaces_machines,DC=machines,DC=example,DC=com</code>. </p>
69
- * <important>
70
- * <ul>
71
- * <li>
72
- * <p>To avoid errors, certain characters in the distinguished name must be escaped.
73
- * For more information, see <a href="https://docs.microsoft.com/previous-versions/windows/desktop/ldap/distinguished-names"> Distinguished Names</a> in the Microsoft documentation.</p>
74
- * </li>
75
- * <li>
76
- * <p>The API doesn't validate whether the OU exists.</p>
77
- * </li>
78
- * </ul>
79
- * </important>
80
- * @public
81
- */
82
- DefaultOu?: string | undefined;
83
- /**
84
- * <p>The identifier of your custom security group.</p>
85
- * @public
86
- */
87
- CustomSecurityGroupId?: string | undefined;
88
- /**
89
- * <p>Indicates whether users are local administrators of their WorkSpaces.</p>
90
- * @public
91
- */
92
- UserEnabledAsLocalAdministrator?: boolean | undefined;
93
- /**
94
- * <p>Indicates whether maintenance mode is enabled for your WorkSpaces. For more information,
95
- * see <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/workspace-maintenance.html">WorkSpace
96
- * Maintenance</a>. </p>
97
- * @public
98
- */
99
- EnableMaintenanceMode?: boolean | undefined;
100
- /**
101
- * <p>Indicates the IAM role ARN of the instance.</p>
102
- * @public
103
- */
104
- InstanceIamRoleArn?: string | undefined;
105
- }
106
- /**
107
- * @public
108
- */
109
- export interface ModifyWorkspaceCreationPropertiesRequest {
110
- /**
111
- * <p>The identifier of the directory.</p>
112
- * @public
113
- */
114
- ResourceId: string | undefined;
115
- /**
116
- * <p>The default properties for creating WorkSpaces.</p>
117
- * @public
118
- */
119
- WorkspaceCreationProperties: WorkspaceCreationProperties | undefined;
120
- }
121
- /**
122
- * @public
123
- */
124
- export interface ModifyWorkspaceCreationPropertiesResult {
125
- }
126
- /**
127
- * @public
128
- */
129
- export interface ModifyWorkspacePropertiesRequest {
130
- /**
131
- * <p>The identifier of the WorkSpace.</p>
132
- * @public
133
- */
134
- WorkspaceId: string | undefined;
135
- /**
136
- * <p>The properties of the WorkSpace.</p>
137
- * @public
138
- */
139
- WorkspaceProperties?: WorkspaceProperties | undefined;
140
- /**
141
- * <p>Indicates the data replication status.</p>
142
- * @public
143
- */
144
- DataReplication?: DataReplication | undefined;
145
- }
146
- /**
147
- * @public
148
- */
149
- export interface ModifyWorkspacePropertiesResult {
150
- }
151
- /**
152
- * <p>The configuration of this WorkSpace is not supported for this operation. For more information, see
153
- * <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/required-service-components.html">Required
154
- * Configuration and Service Components for WorkSpaces </a>.</p>
155
- * @public
156
- */
157
- export declare class UnsupportedWorkspaceConfigurationException extends __BaseException {
158
- readonly name: "UnsupportedWorkspaceConfigurationException";
159
- readonly $fault: "client";
160
- /**
161
- * @internal
162
- */
163
- constructor(opts: __ExceptionOptionType<UnsupportedWorkspaceConfigurationException, __BaseException>);
164
- }
165
- /**
166
- * @public
167
- * @enum
168
- */
169
- export declare const TargetWorkspaceState: {
170
- readonly ADMIN_MAINTENANCE: "ADMIN_MAINTENANCE";
171
- readonly AVAILABLE: "AVAILABLE";
172
- };
173
- /**
174
- * @public
175
- */
176
- export type TargetWorkspaceState = (typeof TargetWorkspaceState)[keyof typeof TargetWorkspaceState];
177
- /**
178
- * @public
179
- */
180
- export interface ModifyWorkspaceStateRequest {
181
- /**
182
- * <p>The identifier of the WorkSpace.</p>
183
- * @public
184
- */
185
- WorkspaceId: string | undefined;
186
- /**
187
- * <p>The WorkSpace state.</p>
188
- * @public
189
- */
190
- WorkspaceState: TargetWorkspaceState | undefined;
191
- }
192
- /**
193
- * @public
194
- */
195
- export interface ModifyWorkspaceStateResult {
196
- }
197
- /**
198
- * <p>Describes the information used to reboot a WorkSpace.</p>
199
- * @public
200
- */
201
- export interface RebootRequest {
202
- /**
203
- * <p>The identifier of the WorkSpace.</p>
204
- * @public
205
- */
206
- WorkspaceId: string | undefined;
207
- }
208
- /**
209
- * @public
210
- */
211
- export interface RebootWorkspacesRequest {
212
- /**
213
- * <p>The WorkSpaces to reboot. You can specify up to 25 WorkSpaces.</p>
214
- * @public
215
- */
216
- RebootWorkspaceRequests: RebootRequest[] | undefined;
217
- }
218
- /**
219
- * @public
220
- */
221
- export interface RebootWorkspacesResult {
222
- /**
223
- * <p>Information about the WorkSpaces that could not be rebooted.</p>
224
- * @public
225
- */
226
- FailedRequests?: FailedWorkspaceChangeRequest[] | undefined;
227
- }
228
- /**
229
- * <p>Describes the information used to rebuild a WorkSpace.</p>
230
- * @public
231
- */
232
- export interface RebuildRequest {
233
- /**
234
- * <p>The identifier of the WorkSpace.</p>
235
- * @public
236
- */
237
- WorkspaceId: string | undefined;
238
- }
239
- /**
240
- * @public
241
- */
242
- export interface RebuildWorkspacesRequest {
243
- /**
244
- * <p>The WorkSpace to rebuild. You can specify a single WorkSpace.</p>
245
- * @public
246
- */
247
- RebuildWorkspaceRequests: RebuildRequest[] | undefined;
248
- }
249
- /**
250
- * @public
251
- */
252
- export interface RebuildWorkspacesResult {
253
- /**
254
- * <p>Information about the WorkSpace that could not be rebuilt.</p>
255
- * @public
256
- */
257
- FailedRequests?: FailedWorkspaceChangeRequest[] | undefined;
258
- }
259
- /**
260
- * @public
261
- */
262
- export interface RegisterWorkspaceDirectoryRequest {
263
- /**
264
- * <p>The identifier of the directory. You cannot register a directory if it does not have a
265
- * status of Active. If the directory does not have a status of Active, you will receive an
266
- * InvalidResourceStateException error. If you have already registered the maximum number of
267
- * directories that you can register with Amazon WorkSpaces, you will receive a
268
- * ResourceLimitExceededException error. Deregister directories that you are not using for
269
- * WorkSpaces, and try again.</p>
270
- * @public
271
- */
272
- DirectoryId?: string | undefined;
273
- /**
274
- * <p>The identifiers of the subnets for your virtual private cloud (VPC). Make sure that the
275
- * subnets are in supported Availability Zones. The subnets must also be in separate
276
- * Availability Zones. If these conditions are not met, you will receive an
277
- * OperationNotSupportedException error.</p>
278
- * @public
279
- */
280
- SubnetIds?: string[] | undefined;
281
- /**
282
- * <p>Indicates whether self-service capabilities are enabled or disabled.</p>
283
- * @public
284
- */
285
- EnableSelfService?: boolean | undefined;
286
- /**
287
- * <p>Indicates whether your WorkSpace directory is dedicated or shared. To use Bring Your Own
288
- * License (BYOL) images, this value must be set to <code>DEDICATED</code> and your Amazon Web Services account must be enabled for BYOL. If your account has not been enabled for
289
- * BYOL, you will receive an InvalidParameterValuesException error. For more information about
290
- * BYOL images, see <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/byol-windows-images.html">Bring Your Own Windows
291
- * Desktop Images</a>.</p>
292
- * @public
293
- */
294
- Tenancy?: Tenancy | undefined;
295
- /**
296
- * <p>The tags associated with the directory.</p>
297
- * @public
298
- */
299
- Tags?: Tag[] | undefined;
300
- /**
301
- * <p>The name of the directory to register.</p>
302
- * @public
303
- */
304
- WorkspaceDirectoryName?: string | undefined;
305
- /**
306
- * <p>Description of the directory to register.</p>
307
- * @public
308
- */
309
- WorkspaceDirectoryDescription?: string | undefined;
310
- /**
311
- * <p>The type of identity management the user is using.</p>
312
- * @public
313
- */
314
- UserIdentityType?: UserIdentityType | undefined;
315
- /**
316
- * <p>The Amazon Resource Name (ARN) of the identity center instance.</p>
317
- * @public
318
- */
319
- IdcInstanceArn?: string | undefined;
320
- /**
321
- * <p>The details about Microsoft Entra config.</p>
322
- * @public
323
- */
324
- MicrosoftEntraConfig?: MicrosoftEntraConfig | undefined;
325
- /**
326
- * <p>Indicates whether the directory's WorkSpace type is personal or pools.</p>
327
- * @public
328
- */
329
- WorkspaceType?: WorkspaceType | undefined;
330
- /**
331
- * <p>The active directory config of the directory.</p>
332
- * @public
333
- */
334
- ActiveDirectoryConfig?: ActiveDirectoryConfig | undefined;
335
- }
336
- /**
337
- * @public
338
- */
339
- export interface RegisterWorkspaceDirectoryResult {
340
- /**
341
- * <p>The identifier of the directory.</p>
342
- * @public
343
- */
344
- DirectoryId?: string | undefined;
345
- /**
346
- * <p>The registration status of the WorkSpace directory.</p>
347
- * @public
348
- */
349
- State?: WorkspaceDirectoryState | undefined;
350
- }
351
- /**
352
- * <p>The configuration of this network is not supported for this operation, or your network configuration
353
- * conflicts with the Amazon WorkSpaces management network IP range. For more information, see
354
- * <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/amazon-workspaces-vpc.html">
355
- * Configure a VPC for Amazon WorkSpaces</a>.</p>
356
- * @public
357
- */
358
- export declare class UnsupportedNetworkConfigurationException extends __BaseException {
359
- readonly name: "UnsupportedNetworkConfigurationException";
360
- readonly $fault: "client";
361
- /**
362
- * @internal
363
- */
364
- constructor(opts: __ExceptionOptionType<UnsupportedNetworkConfigurationException, __BaseException>);
365
- }
366
- /**
367
- * <p>The workspaces_DefaultRole role could not be found. If this is the first time you are registering a directory, you
368
- * will need to create the workspaces_DefaultRole role before you can register a directory. For more information, see <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/workspaces-access-control.html#create-default-role">Creating the workspaces_DefaultRole Role</a>.</p>
369
- * @public
370
- */
371
- export declare class WorkspacesDefaultRoleNotFoundException extends __BaseException {
372
- readonly name: "WorkspacesDefaultRoleNotFoundException";
373
- readonly $fault: "client";
374
- /**
375
- * @internal
376
- */
377
- constructor(opts: __ExceptionOptionType<WorkspacesDefaultRoleNotFoundException, __BaseException>);
378
- }
379
- /**
380
- * @public
381
- */
382
- export interface RejectAccountLinkInvitationRequest {
383
- /**
384
- * <p>The identifier of the account link</p>
385
- * @public
386
- */
387
- LinkId: string | undefined;
388
- /**
389
- * <p>The client token of the account link invitation to reject.</p>
390
- * @public
391
- */
392
- ClientToken?: string | undefined;
393
- }
394
- /**
395
- * @public
396
- */
397
- export interface RejectAccountLinkInvitationResult {
398
- /**
399
- * <p>Information about the account link.</p>
400
- * @public
401
- */
402
- AccountLink?: AccountLink | undefined;
403
- }
404
- /**
405
- * @public
406
- */
407
- export interface RestoreWorkspaceRequest {
408
- /**
409
- * <p>The identifier of the WorkSpace.</p>
410
- * @public
411
- */
412
- WorkspaceId: string | undefined;
413
- }
414
- /**
415
- * @public
416
- */
417
- export interface RestoreWorkspaceResult {
418
- }
419
- /**
420
- * @public
421
- */
422
- export interface RevokeIpRulesRequest {
423
- /**
424
- * <p>The identifier of the group.</p>
425
- * @public
426
- */
427
- GroupId: string | undefined;
428
- /**
429
- * <p>The rules to remove from the group.</p>
430
- * @public
431
- */
432
- UserRules: string[] | undefined;
433
- }
434
- /**
435
- * @public
436
- */
437
- export interface RevokeIpRulesResult {
438
- }
439
- /**
440
- * <p>Information used to start a WorkSpace.</p>
441
- * @public
442
- */
443
- export interface StartRequest {
444
- /**
445
- * <p>The identifier of the WorkSpace.</p>
446
- * @public
447
- */
448
- WorkspaceId?: string | undefined;
449
- }
450
- /**
451
- * @public
452
- */
453
- export interface StartWorkspacesRequest {
454
- /**
455
- * <p>The WorkSpaces to start. You can specify up to 25 WorkSpaces.</p>
456
- * @public
457
- */
458
- StartWorkspaceRequests: StartRequest[] | undefined;
459
- }
460
- /**
461
- * @public
462
- */
463
- export interface StartWorkspacesResult {
464
- /**
465
- * <p>Information about the WorkSpaces that could not be started.</p>
466
- * @public
467
- */
468
- FailedRequests?: FailedWorkspaceChangeRequest[] | undefined;
469
- }
470
- /**
471
- * @public
472
- */
473
- export interface StartWorkspacesPoolRequest {
474
- /**
475
- * <p>The identifier of the pool.</p>
476
- * @public
477
- */
478
- PoolId: string | undefined;
479
- }
480
- /**
481
- * @public
482
- */
483
- export interface StartWorkspacesPoolResult {
484
- }
485
- /**
486
- * <p>Describes the information used to stop a WorkSpace.</p>
487
- * @public
488
- */
489
- export interface StopRequest {
490
- /**
491
- * <p>The identifier of the WorkSpace.</p>
492
- * @public
493
- */
494
- WorkspaceId?: string | undefined;
495
- }
496
- /**
497
- * @public
498
- */
499
- export interface StopWorkspacesRequest {
500
- /**
501
- * <p>The WorkSpaces to stop. You can specify up to 25 WorkSpaces.</p>
502
- * @public
503
- */
504
- StopWorkspaceRequests: StopRequest[] | undefined;
505
- }
506
- /**
507
- * @public
508
- */
509
- export interface StopWorkspacesResult {
510
- /**
511
- * <p>Information about the WorkSpaces that could not be stopped.</p>
512
- * @public
513
- */
514
- FailedRequests?: FailedWorkspaceChangeRequest[] | undefined;
515
- }
516
- /**
517
- * @public
518
- */
519
- export interface StopWorkspacesPoolRequest {
520
- /**
521
- * <p>The identifier of the pool.</p>
522
- * @public
523
- */
524
- PoolId: string | undefined;
525
- }
526
- /**
527
- * @public
528
- */
529
- export interface StopWorkspacesPoolResult {
530
- }
531
- /**
532
- * <p>Describes the information used to terminate a WorkSpace.</p>
533
- * @public
534
- */
535
- export interface TerminateRequest {
536
- /**
537
- * <p>The identifier of the WorkSpace.</p>
538
- * @public
539
- */
540
- WorkspaceId: string | undefined;
541
- }
542
- /**
543
- * @public
544
- */
545
- export interface TerminateWorkspacesRequest {
546
- /**
547
- * <p>The WorkSpaces to terminate. You can specify up to 25 WorkSpaces.</p>
548
- * @public
549
- */
550
- TerminateWorkspaceRequests: TerminateRequest[] | undefined;
551
- }
552
- /**
553
- * @public
554
- */
555
- export interface TerminateWorkspacesResult {
556
- /**
557
- * <p>Information about the WorkSpaces that could not be terminated.</p>
558
- * @public
559
- */
560
- FailedRequests?: FailedWorkspaceChangeRequest[] | undefined;
561
- }
562
- /**
563
- * @public
564
- */
565
- export interface TerminateWorkspacesPoolRequest {
566
- /**
567
- * <p>The identifier of the pool.</p>
568
- * @public
569
- */
570
- PoolId: string | undefined;
571
- }
572
- /**
573
- * @public
574
- */
575
- export interface TerminateWorkspacesPoolResult {
576
- }
577
- /**
578
- * @public
579
- */
580
- export interface TerminateWorkspacesPoolSessionRequest {
581
- /**
582
- * <p>The identifier of the pool session.</p>
583
- * @public
584
- */
585
- SessionId: string | undefined;
586
- }
587
- /**
588
- * @public
589
- */
590
- export interface TerminateWorkspacesPoolSessionResult {
591
- }
592
- /**
593
- * @public
594
- */
595
- export interface UpdateConnectClientAddInRequest {
596
- /**
597
- * <p>The identifier of the client add-in to update.</p>
598
- * @public
599
- */
600
- AddInId: string | undefined;
601
- /**
602
- * <p>The directory identifier for which the client add-in is configured.</p>
603
- * @public
604
- */
605
- ResourceId: string | undefined;
606
- /**
607
- * <p>The name of the client add-in.</p>
608
- * @public
609
- */
610
- Name?: string | undefined;
611
- /**
612
- * <p>The endpoint URL of the Amazon Connect client add-in.</p>
613
- * @public
614
- */
615
- URL?: string | undefined;
616
- }
617
- /**
618
- * @public
619
- */
620
- export interface UpdateConnectClientAddInResult {
621
- }
622
- /**
623
- * @public
624
- */
625
- export interface UpdateConnectionAliasPermissionRequest {
626
- /**
627
- * <p>The identifier of the connection alias that you want to update permissions for.</p>
628
- * @public
629
- */
630
- AliasId: string | undefined;
631
- /**
632
- * <p>Indicates whether to share or unshare the connection alias with the specified Amazon Web Services account.</p>
633
- * @public
634
- */
635
- ConnectionAliasPermission: ConnectionAliasPermission | undefined;
636
- }
637
- /**
638
- * @public
639
- */
640
- export interface UpdateConnectionAliasPermissionResult {
641
- }
642
- /**
643
- * @public
644
- */
645
- export interface UpdateRulesOfIpGroupRequest {
646
- /**
647
- * <p>The identifier of the group.</p>
648
- * @public
649
- */
650
- GroupId: string | undefined;
651
- /**
652
- * <p>One or more rules.</p>
653
- * @public
654
- */
655
- UserRules: IpRuleItem[] | undefined;
656
- }
657
- /**
658
- * @public
659
- */
660
- export interface UpdateRulesOfIpGroupResult {
661
- }
662
- /**
663
- * @public
664
- */
665
- export interface UpdateWorkspaceBundleRequest {
666
- /**
667
- * <p>The identifier of the bundle.</p>
668
- * @public
669
- */
670
- BundleId?: string | undefined;
671
- /**
672
- * <p>The identifier of the image.</p>
673
- * @public
674
- */
675
- ImageId?: string | undefined;
676
- }
677
- /**
678
- * @public
679
- */
680
- export interface UpdateWorkspaceBundleResult {
681
- }
682
- /**
683
- * @public
684
- */
685
- export interface UpdateWorkspaceImagePermissionRequest {
686
- /**
687
- * <p>The identifier of the image.</p>
688
- * @public
689
- */
690
- ImageId: string | undefined;
691
- /**
692
- * <p>The permission to copy the image. This permission can be revoked only after an image has
693
- * been shared.</p>
694
- * @public
695
- */
696
- AllowCopyImage: boolean | undefined;
697
- /**
698
- * <p>The identifier of the Amazon Web Services account to share or unshare the image
699
- * with.</p>
700
- * <important>
701
- * <p>Before sharing the image, confirm that you are sharing to the correct Amazon Web Services account ID.</p>
702
- * </important>
703
- * @public
704
- */
705
- SharedAccountId: string | undefined;
706
- }
707
- /**
708
- * @public
709
- */
710
- export interface UpdateWorkspaceImagePermissionResult {
711
- }
712
- /**
713
- * @public
714
- */
715
- export interface UpdateWorkspacesPoolRequest {
716
- /**
717
- * <p>The identifier of the specified pool to update.</p>
718
- * @public
719
- */
720
- PoolId: string | undefined;
721
- /**
722
- * <p>Describes the specified pool to update.</p>
723
- * @public
724
- */
725
- Description?: string | undefined;
726
- /**
727
- * <p>The identifier of the bundle.</p>
728
- * @public
729
- */
730
- BundleId?: string | undefined;
731
- /**
732
- * <p>The identifier of the directory.</p>
733
- * @public
734
- */
735
- DirectoryId?: string | undefined;
736
- /**
737
- * <p>The desired capacity for the pool.</p>
738
- * @public
739
- */
740
- Capacity?: Capacity | undefined;
741
- /**
742
- * <p>The persistent application settings for users in the pool.</p>
743
- * @public
744
- */
745
- ApplicationSettings?: ApplicationSettingsRequest | undefined;
746
- /**
747
- * <p>Indicates the timeout settings of the specified pool.</p>
748
- * @public
749
- */
750
- TimeoutSettings?: TimeoutSettings | undefined;
751
- /**
752
- * <p>The desired running mode for the pool. The running mode can only be updated when the pool is in a stopped state.</p>
753
- * @public
754
- */
755
- RunningMode?: PoolsRunningMode | undefined;
756
- }
757
- /**
758
- * @public
759
- */
760
- export interface UpdateWorkspacesPoolResult {
761
- /**
762
- * <p>Describes the specified pool.</p>
763
- * @public
764
- */
765
- WorkspacesPool?: WorkspacesPool | undefined;
766
- }