@aws-sdk/client-workspaces 3.600.0 → 3.606.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 (73) hide show
  1. package/README.md +72 -0
  2. package/dist-cjs/index.js +535 -1
  3. package/dist-es/WorkSpaces.js +18 -0
  4. package/dist-es/commands/CreateWorkspacesPoolCommand.js +24 -0
  5. package/dist-es/commands/DescribeWorkspacesPoolSessionsCommand.js +24 -0
  6. package/dist-es/commands/DescribeWorkspacesPoolsCommand.js +24 -0
  7. package/dist-es/commands/ModifyStreamingPropertiesCommand.js +24 -0
  8. package/dist-es/commands/StartWorkspacesPoolCommand.js +24 -0
  9. package/dist-es/commands/StopWorkspacesPoolCommand.js +24 -0
  10. package/dist-es/commands/TerminateWorkspacesPoolCommand.js +24 -0
  11. package/dist-es/commands/TerminateWorkspacesPoolSessionCommand.js +24 -0
  12. package/dist-es/commands/UpdateWorkspacesPoolCommand.js +24 -0
  13. package/dist-es/commands/index.js +9 -0
  14. package/dist-es/models/index.js +1 -0
  15. package/dist-es/models/models_0.js +101 -0
  16. package/dist-es/models/models_1.js +1 -0
  17. package/dist-es/protocols/Aws_json1_1.js +238 -0
  18. package/dist-types/WorkSpaces.d.ts +65 -0
  19. package/dist-types/WorkSpacesClient.d.ts +11 -2
  20. package/dist-types/commands/CreateWorkspacesPoolCommand.d.ts +130 -0
  21. package/dist-types/commands/DescribeWorkspaceDirectoriesCommand.d.ts +30 -1
  22. package/dist-types/commands/DescribeWorkspacesPoolSessionsCommand.d.ts +88 -0
  23. package/dist-types/commands/DescribeWorkspacesPoolsCommand.d.ts +116 -0
  24. package/dist-types/commands/DisassociateIpGroupsCommand.d.ts +3 -0
  25. package/dist-types/commands/ModifyClientPropertiesCommand.d.ts +3 -0
  26. package/dist-types/commands/ModifySelfservicePermissionsCommand.d.ts +3 -0
  27. package/dist-types/commands/ModifyStreamingPropertiesCommand.d.ts +86 -0
  28. package/dist-types/commands/ModifyWorkspaceCreationPropertiesCommand.d.ts +1 -0
  29. package/dist-types/commands/RegisterWorkspaceDirectoryCommand.d.ts +18 -4
  30. package/dist-types/commands/StartWorkspacesCommand.d.ts +1 -1
  31. package/dist-types/commands/StartWorkspacesPoolCommand.d.ts +81 -0
  32. package/dist-types/commands/StopWorkspacesCommand.d.ts +1 -1
  33. package/dist-types/commands/StopWorkspacesPoolCommand.d.ts +75 -0
  34. package/dist-types/commands/TerminateWorkspacesCommand.d.ts +1 -1
  35. package/dist-types/commands/TerminateWorkspacesPoolCommand.d.ts +73 -0
  36. package/dist-types/commands/TerminateWorkspacesPoolSessionCommand.d.ts +73 -0
  37. package/dist-types/commands/UpdateConnectClientAddInCommand.d.ts +1 -1
  38. package/dist-types/commands/UpdateConnectionAliasPermissionCommand.d.ts +1 -1
  39. package/dist-types/commands/UpdateRulesOfIpGroupCommand.d.ts +1 -1
  40. package/dist-types/commands/UpdateWorkspaceBundleCommand.d.ts +1 -1
  41. package/dist-types/commands/UpdateWorkspaceImagePermissionCommand.d.ts +1 -1
  42. package/dist-types/commands/UpdateWorkspacesPoolCommand.d.ts +127 -0
  43. package/dist-types/commands/index.d.ts +9 -0
  44. package/dist-types/models/index.d.ts +1 -0
  45. package/dist-types/models/models_0.d.ts +854 -253
  46. package/dist-types/models/models_1.d.ts +324 -0
  47. package/dist-types/protocols/Aws_json1_1.d.ts +81 -0
  48. package/dist-types/ts3.4/WorkSpaces.d.ts +155 -0
  49. package/dist-types/ts3.4/WorkSpacesClient.d.ts +56 -2
  50. package/dist-types/ts3.4/commands/CreateWorkspacesPoolCommand.d.ts +40 -0
  51. package/dist-types/ts3.4/commands/DescribeWorkspacesPoolSessionsCommand.d.ts +40 -0
  52. package/dist-types/ts3.4/commands/DescribeWorkspacesPoolsCommand.d.ts +40 -0
  53. package/dist-types/ts3.4/commands/ModifyStreamingPropertiesCommand.d.ts +40 -0
  54. package/dist-types/ts3.4/commands/RegisterWorkspaceDirectoryCommand.d.ts +1 -1
  55. package/dist-types/ts3.4/commands/StartWorkspacesCommand.d.ts +1 -1
  56. package/dist-types/ts3.4/commands/StartWorkspacesPoolCommand.d.ts +40 -0
  57. package/dist-types/ts3.4/commands/StopWorkspacesCommand.d.ts +1 -1
  58. package/dist-types/ts3.4/commands/StopWorkspacesPoolCommand.d.ts +40 -0
  59. package/dist-types/ts3.4/commands/TerminateWorkspacesCommand.d.ts +1 -1
  60. package/dist-types/ts3.4/commands/TerminateWorkspacesPoolCommand.d.ts +40 -0
  61. package/dist-types/ts3.4/commands/TerminateWorkspacesPoolSessionCommand.d.ts +40 -0
  62. package/dist-types/ts3.4/commands/UpdateConnectClientAddInCommand.d.ts +1 -1
  63. package/dist-types/ts3.4/commands/UpdateConnectionAliasPermissionCommand.d.ts +1 -1
  64. package/dist-types/ts3.4/commands/UpdateRulesOfIpGroupCommand.d.ts +1 -1
  65. package/dist-types/ts3.4/commands/UpdateWorkspaceBundleCommand.d.ts +1 -1
  66. package/dist-types/ts3.4/commands/UpdateWorkspaceImagePermissionCommand.d.ts +1 -1
  67. package/dist-types/ts3.4/commands/UpdateWorkspacesPoolCommand.d.ts +40 -0
  68. package/dist-types/ts3.4/commands/index.d.ts +9 -0
  69. package/dist-types/ts3.4/models/index.d.ts +1 -0
  70. package/dist-types/ts3.4/models/models_0.d.ts +266 -58
  71. package/dist-types/ts3.4/models/models_1.d.ts +92 -0
  72. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +108 -0
  73. package/package.json +3 -3
@@ -0,0 +1,324 @@
1
+ import { ApplicationSettingsRequest, Capacity, ConnectionAliasPermission, FailedWorkspaceChangeRequest, IpRuleItem, TimeoutSettings, WorkspacesPool } from "./models_0";
2
+ /**
3
+ * <p>Information used to start a WorkSpace.</p>
4
+ * @public
5
+ */
6
+ export interface StartRequest {
7
+ /**
8
+ * <p>The identifier of the WorkSpace.</p>
9
+ * @public
10
+ */
11
+ WorkspaceId?: string;
12
+ }
13
+ /**
14
+ * @public
15
+ */
16
+ export interface StartWorkspacesRequest {
17
+ /**
18
+ * <p>The WorkSpaces to start. You can specify up to 25 WorkSpaces.</p>
19
+ * @public
20
+ */
21
+ StartWorkspaceRequests: StartRequest[] | undefined;
22
+ }
23
+ /**
24
+ * @public
25
+ */
26
+ export interface StartWorkspacesResult {
27
+ /**
28
+ * <p>Information about the WorkSpaces that could not be started.</p>
29
+ * @public
30
+ */
31
+ FailedRequests?: FailedWorkspaceChangeRequest[];
32
+ }
33
+ /**
34
+ * @public
35
+ */
36
+ export interface StartWorkspacesPoolRequest {
37
+ /**
38
+ * <p>The identifier of the WorkSpaces pool.</p>
39
+ * @public
40
+ */
41
+ PoolId: string | undefined;
42
+ }
43
+ /**
44
+ * @public
45
+ */
46
+ export interface StartWorkspacesPoolResult {
47
+ }
48
+ /**
49
+ * <p>Describes the information used to stop a WorkSpace.</p>
50
+ * @public
51
+ */
52
+ export interface StopRequest {
53
+ /**
54
+ * <p>The identifier of the WorkSpace.</p>
55
+ * @public
56
+ */
57
+ WorkspaceId?: string;
58
+ }
59
+ /**
60
+ * @public
61
+ */
62
+ export interface StopWorkspacesRequest {
63
+ /**
64
+ * <p>The WorkSpaces to stop. You can specify up to 25 WorkSpaces.</p>
65
+ * @public
66
+ */
67
+ StopWorkspaceRequests: StopRequest[] | undefined;
68
+ }
69
+ /**
70
+ * @public
71
+ */
72
+ export interface StopWorkspacesResult {
73
+ /**
74
+ * <p>Information about the WorkSpaces that could not be stopped.</p>
75
+ * @public
76
+ */
77
+ FailedRequests?: FailedWorkspaceChangeRequest[];
78
+ }
79
+ /**
80
+ * @public
81
+ */
82
+ export interface StopWorkspacesPoolRequest {
83
+ /**
84
+ * <p>The identifier of the WorkSpaces pool.</p>
85
+ * @public
86
+ */
87
+ PoolId: string | undefined;
88
+ }
89
+ /**
90
+ * @public
91
+ */
92
+ export interface StopWorkspacesPoolResult {
93
+ }
94
+ /**
95
+ * <p>Describes the information used to terminate a WorkSpace.</p>
96
+ * @public
97
+ */
98
+ export interface TerminateRequest {
99
+ /**
100
+ * <p>The identifier of the WorkSpace.</p>
101
+ * @public
102
+ */
103
+ WorkspaceId: string | undefined;
104
+ }
105
+ /**
106
+ * @public
107
+ */
108
+ export interface TerminateWorkspacesRequest {
109
+ /**
110
+ * <p>The WorkSpaces to terminate. You can specify up to 25 WorkSpaces.</p>
111
+ * @public
112
+ */
113
+ TerminateWorkspaceRequests: TerminateRequest[] | undefined;
114
+ }
115
+ /**
116
+ * @public
117
+ */
118
+ export interface TerminateWorkspacesResult {
119
+ /**
120
+ * <p>Information about the WorkSpaces that could not be terminated.</p>
121
+ * @public
122
+ */
123
+ FailedRequests?: FailedWorkspaceChangeRequest[];
124
+ }
125
+ /**
126
+ * @public
127
+ */
128
+ export interface TerminateWorkspacesPoolRequest {
129
+ /**
130
+ * <p>The identifier of the WorkSpaces pool.</p>
131
+ * @public
132
+ */
133
+ PoolId: string | undefined;
134
+ }
135
+ /**
136
+ * @public
137
+ */
138
+ export interface TerminateWorkspacesPoolResult {
139
+ }
140
+ /**
141
+ * @public
142
+ */
143
+ export interface TerminateWorkspacesPoolSessionRequest {
144
+ /**
145
+ * <p>The identifier of the WorkSpaces pool session.</p>
146
+ * @public
147
+ */
148
+ SessionId: string | undefined;
149
+ }
150
+ /**
151
+ * @public
152
+ */
153
+ export interface TerminateWorkspacesPoolSessionResult {
154
+ }
155
+ /**
156
+ * @public
157
+ */
158
+ export interface UpdateConnectClientAddInRequest {
159
+ /**
160
+ * <p>The identifier of the client add-in to update.</p>
161
+ * @public
162
+ */
163
+ AddInId: string | undefined;
164
+ /**
165
+ * <p>The directory identifier for which the client add-in is configured.</p>
166
+ * @public
167
+ */
168
+ ResourceId: string | undefined;
169
+ /**
170
+ * <p>The name of the client add-in.</p>
171
+ * @public
172
+ */
173
+ Name?: string;
174
+ /**
175
+ * <p>The endpoint URL of the Amazon Connect client add-in.</p>
176
+ * @public
177
+ */
178
+ URL?: string;
179
+ }
180
+ /**
181
+ * @public
182
+ */
183
+ export interface UpdateConnectClientAddInResult {
184
+ }
185
+ /**
186
+ * @public
187
+ */
188
+ export interface UpdateConnectionAliasPermissionRequest {
189
+ /**
190
+ * <p>The identifier of the connection alias that you want to update permissions for.</p>
191
+ * @public
192
+ */
193
+ AliasId: string | undefined;
194
+ /**
195
+ * <p>Indicates whether to share or unshare the connection alias with the specified Amazon Web Services account.</p>
196
+ * @public
197
+ */
198
+ ConnectionAliasPermission: ConnectionAliasPermission | undefined;
199
+ }
200
+ /**
201
+ * @public
202
+ */
203
+ export interface UpdateConnectionAliasPermissionResult {
204
+ }
205
+ /**
206
+ * @public
207
+ */
208
+ export interface UpdateRulesOfIpGroupRequest {
209
+ /**
210
+ * <p>The identifier of the group.</p>
211
+ * @public
212
+ */
213
+ GroupId: string | undefined;
214
+ /**
215
+ * <p>One or more rules.</p>
216
+ * @public
217
+ */
218
+ UserRules: IpRuleItem[] | undefined;
219
+ }
220
+ /**
221
+ * @public
222
+ */
223
+ export interface UpdateRulesOfIpGroupResult {
224
+ }
225
+ /**
226
+ * @public
227
+ */
228
+ export interface UpdateWorkspaceBundleRequest {
229
+ /**
230
+ * <p>The identifier of the bundle.</p>
231
+ * @public
232
+ */
233
+ BundleId?: string;
234
+ /**
235
+ * <p>The identifier of the image.</p>
236
+ * @public
237
+ */
238
+ ImageId?: string;
239
+ }
240
+ /**
241
+ * @public
242
+ */
243
+ export interface UpdateWorkspaceBundleResult {
244
+ }
245
+ /**
246
+ * @public
247
+ */
248
+ export interface UpdateWorkspaceImagePermissionRequest {
249
+ /**
250
+ * <p>The identifier of the image.</p>
251
+ * @public
252
+ */
253
+ ImageId: string | undefined;
254
+ /**
255
+ * <p>The permission to copy the image. This permission can be revoked only after an image has
256
+ * been shared.</p>
257
+ * @public
258
+ */
259
+ AllowCopyImage: boolean | undefined;
260
+ /**
261
+ * <p>The identifier of the Amazon Web Services account to share or unshare the image
262
+ * with.</p>
263
+ * <important>
264
+ * <p>Before sharing the image, confirm that you are sharing to the correct Amazon Web Services account ID.</p>
265
+ * </important>
266
+ * @public
267
+ */
268
+ SharedAccountId: string | undefined;
269
+ }
270
+ /**
271
+ * @public
272
+ */
273
+ export interface UpdateWorkspaceImagePermissionResult {
274
+ }
275
+ /**
276
+ * @public
277
+ */
278
+ export interface UpdateWorkspacesPoolRequest {
279
+ /**
280
+ * <p>The identifier of the specified WorkSpaces pool to update.</p>
281
+ * @public
282
+ */
283
+ PoolId: string | undefined;
284
+ /**
285
+ * <p>Describes the specified WorkSpaces pool to update.</p>
286
+ * @public
287
+ */
288
+ Description?: string;
289
+ /**
290
+ * <p>The identifier of the bundle.</p>
291
+ * @public
292
+ */
293
+ BundleId?: string;
294
+ /**
295
+ * <p>The identifier of the directory.</p>
296
+ * @public
297
+ */
298
+ DirectoryId?: string;
299
+ /**
300
+ * <p>The desired capacity for the WorkSpaces pool.</p>
301
+ * @public
302
+ */
303
+ Capacity?: Capacity;
304
+ /**
305
+ * <p>The persistent application settings for users in the pool.</p>
306
+ * @public
307
+ */
308
+ ApplicationSettings?: ApplicationSettingsRequest;
309
+ /**
310
+ * <p>Indicates the timeout settings of the specified WorkSpaces pool.</p>
311
+ * @public
312
+ */
313
+ TimeoutSettings?: TimeoutSettings;
314
+ }
315
+ /**
316
+ * @public
317
+ */
318
+ export interface UpdateWorkspacesPoolResult {
319
+ /**
320
+ * <p>Describes the specified WorkSpaces pool.</p>
321
+ * @public
322
+ */
323
+ WorkspacesPool?: WorkspacesPool;
324
+ }
@@ -16,6 +16,7 @@ import { CreateUpdatedWorkspaceImageCommandInput, CreateUpdatedWorkspaceImageCom
16
16
  import { CreateWorkspaceBundleCommandInput, CreateWorkspaceBundleCommandOutput } from "../commands/CreateWorkspaceBundleCommand";
17
17
  import { CreateWorkspaceImageCommandInput, CreateWorkspaceImageCommandOutput } from "../commands/CreateWorkspaceImageCommand";
18
18
  import { CreateWorkspacesCommandInput, CreateWorkspacesCommandOutput } from "../commands/CreateWorkspacesCommand";
19
+ import { CreateWorkspacesPoolCommandInput, CreateWorkspacesPoolCommandOutput } from "../commands/CreateWorkspacesPoolCommand";
19
20
  import { DeleteAccountLinkInvitationCommandInput, DeleteAccountLinkInvitationCommandOutput } from "../commands/DeleteAccountLinkInvitationCommand";
20
21
  import { DeleteClientBrandingCommandInput, DeleteClientBrandingCommandOutput } from "../commands/DeleteClientBrandingCommand";
21
22
  import { DeleteConnectClientAddInCommandInput, DeleteConnectClientAddInCommandOutput } from "../commands/DeleteConnectClientAddInCommand";
@@ -47,6 +48,8 @@ import { DescribeWorkspaceImagesCommandInput, DescribeWorkspaceImagesCommandOutp
47
48
  import { DescribeWorkspacesCommandInput, DescribeWorkspacesCommandOutput } from "../commands/DescribeWorkspacesCommand";
48
49
  import { DescribeWorkspacesConnectionStatusCommandInput, DescribeWorkspacesConnectionStatusCommandOutput } from "../commands/DescribeWorkspacesConnectionStatusCommand";
49
50
  import { DescribeWorkspaceSnapshotsCommandInput, DescribeWorkspaceSnapshotsCommandOutput } from "../commands/DescribeWorkspaceSnapshotsCommand";
51
+ import { DescribeWorkspacesPoolsCommandInput, DescribeWorkspacesPoolsCommandOutput } from "../commands/DescribeWorkspacesPoolsCommand";
52
+ import { DescribeWorkspacesPoolSessionsCommandInput, DescribeWorkspacesPoolSessionsCommandOutput } from "../commands/DescribeWorkspacesPoolSessionsCommand";
50
53
  import { DisassociateConnectionAliasCommandInput, DisassociateConnectionAliasCommandOutput } from "../commands/DisassociateConnectionAliasCommand";
51
54
  import { DisassociateIpGroupsCommandInput, DisassociateIpGroupsCommandOutput } from "../commands/DisassociateIpGroupsCommand";
52
55
  import { DisassociateWorkspaceApplicationCommandInput, DisassociateWorkspaceApplicationCommandOutput } from "../commands/DisassociateWorkspaceApplicationCommand";
@@ -61,6 +64,7 @@ import { ModifyCertificateBasedAuthPropertiesCommandInput, ModifyCertificateBase
61
64
  import { ModifyClientPropertiesCommandInput, ModifyClientPropertiesCommandOutput } from "../commands/ModifyClientPropertiesCommand";
62
65
  import { ModifySamlPropertiesCommandInput, ModifySamlPropertiesCommandOutput } from "../commands/ModifySamlPropertiesCommand";
63
66
  import { ModifySelfservicePermissionsCommandInput, ModifySelfservicePermissionsCommandOutput } from "../commands/ModifySelfservicePermissionsCommand";
67
+ import { ModifyStreamingPropertiesCommandInput, ModifyStreamingPropertiesCommandOutput } from "../commands/ModifyStreamingPropertiesCommand";
64
68
  import { ModifyWorkspaceAccessPropertiesCommandInput, ModifyWorkspaceAccessPropertiesCommandOutput } from "../commands/ModifyWorkspaceAccessPropertiesCommand";
65
69
  import { ModifyWorkspaceCreationPropertiesCommandInput, ModifyWorkspaceCreationPropertiesCommandOutput } from "../commands/ModifyWorkspaceCreationPropertiesCommand";
66
70
  import { ModifyWorkspacePropertiesCommandInput, ModifyWorkspacePropertiesCommandOutput } from "../commands/ModifyWorkspacePropertiesCommand";
@@ -72,13 +76,18 @@ import { RejectAccountLinkInvitationCommandInput, RejectAccountLinkInvitationCom
72
76
  import { RestoreWorkspaceCommandInput, RestoreWorkspaceCommandOutput } from "../commands/RestoreWorkspaceCommand";
73
77
  import { RevokeIpRulesCommandInput, RevokeIpRulesCommandOutput } from "../commands/RevokeIpRulesCommand";
74
78
  import { StartWorkspacesCommandInput, StartWorkspacesCommandOutput } from "../commands/StartWorkspacesCommand";
79
+ import { StartWorkspacesPoolCommandInput, StartWorkspacesPoolCommandOutput } from "../commands/StartWorkspacesPoolCommand";
75
80
  import { StopWorkspacesCommandInput, StopWorkspacesCommandOutput } from "../commands/StopWorkspacesCommand";
81
+ import { StopWorkspacesPoolCommandInput, StopWorkspacesPoolCommandOutput } from "../commands/StopWorkspacesPoolCommand";
76
82
  import { TerminateWorkspacesCommandInput, TerminateWorkspacesCommandOutput } from "../commands/TerminateWorkspacesCommand";
83
+ import { TerminateWorkspacesPoolCommandInput, TerminateWorkspacesPoolCommandOutput } from "../commands/TerminateWorkspacesPoolCommand";
84
+ import { TerminateWorkspacesPoolSessionCommandInput, TerminateWorkspacesPoolSessionCommandOutput } from "../commands/TerminateWorkspacesPoolSessionCommand";
77
85
  import { UpdateConnectClientAddInCommandInput, UpdateConnectClientAddInCommandOutput } from "../commands/UpdateConnectClientAddInCommand";
78
86
  import { UpdateConnectionAliasPermissionCommandInput, UpdateConnectionAliasPermissionCommandOutput } from "../commands/UpdateConnectionAliasPermissionCommand";
79
87
  import { UpdateRulesOfIpGroupCommandInput, UpdateRulesOfIpGroupCommandOutput } from "../commands/UpdateRulesOfIpGroupCommand";
80
88
  import { UpdateWorkspaceBundleCommandInput, UpdateWorkspaceBundleCommandOutput } from "../commands/UpdateWorkspaceBundleCommand";
81
89
  import { UpdateWorkspaceImagePermissionCommandInput, UpdateWorkspaceImagePermissionCommandOutput } from "../commands/UpdateWorkspaceImagePermissionCommand";
90
+ import { UpdateWorkspacesPoolCommandInput, UpdateWorkspacesPoolCommandOutput } from "../commands/UpdateWorkspacesPoolCommand";
82
91
  /**
83
92
  * serializeAws_json1_1AcceptAccountLinkInvitationCommand
84
93
  */
@@ -143,6 +152,10 @@ export declare const se_CreateWorkspaceImageCommand: (input: CreateWorkspaceImag
143
152
  * serializeAws_json1_1CreateWorkspacesCommand
144
153
  */
145
154
  export declare const se_CreateWorkspacesCommand: (input: CreateWorkspacesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
155
+ /**
156
+ * serializeAws_json1_1CreateWorkspacesPoolCommand
157
+ */
158
+ export declare const se_CreateWorkspacesPoolCommand: (input: CreateWorkspacesPoolCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
146
159
  /**
147
160
  * serializeAws_json1_1DeleteAccountLinkInvitationCommand
148
161
  */
@@ -267,6 +280,14 @@ export declare const se_DescribeWorkspacesConnectionStatusCommand: (input: Descr
267
280
  * serializeAws_json1_1DescribeWorkspaceSnapshotsCommand
268
281
  */
269
282
  export declare const se_DescribeWorkspaceSnapshotsCommand: (input: DescribeWorkspaceSnapshotsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
283
+ /**
284
+ * serializeAws_json1_1DescribeWorkspacesPoolsCommand
285
+ */
286
+ export declare const se_DescribeWorkspacesPoolsCommand: (input: DescribeWorkspacesPoolsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
287
+ /**
288
+ * serializeAws_json1_1DescribeWorkspacesPoolSessionsCommand
289
+ */
290
+ export declare const se_DescribeWorkspacesPoolSessionsCommand: (input: DescribeWorkspacesPoolSessionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
270
291
  /**
271
292
  * serializeAws_json1_1DisassociateConnectionAliasCommand
272
293
  */
@@ -323,6 +344,10 @@ export declare const se_ModifySamlPropertiesCommand: (input: ModifySamlPropertie
323
344
  * serializeAws_json1_1ModifySelfservicePermissionsCommand
324
345
  */
325
346
  export declare const se_ModifySelfservicePermissionsCommand: (input: ModifySelfservicePermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
347
+ /**
348
+ * serializeAws_json1_1ModifyStreamingPropertiesCommand
349
+ */
350
+ export declare const se_ModifyStreamingPropertiesCommand: (input: ModifyStreamingPropertiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
326
351
  /**
327
352
  * serializeAws_json1_1ModifyWorkspaceAccessPropertiesCommand
328
353
  */
@@ -367,14 +392,30 @@ export declare const se_RevokeIpRulesCommand: (input: RevokeIpRulesCommandInput,
367
392
  * serializeAws_json1_1StartWorkspacesCommand
368
393
  */
369
394
  export declare const se_StartWorkspacesCommand: (input: StartWorkspacesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
395
+ /**
396
+ * serializeAws_json1_1StartWorkspacesPoolCommand
397
+ */
398
+ export declare const se_StartWorkspacesPoolCommand: (input: StartWorkspacesPoolCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
370
399
  /**
371
400
  * serializeAws_json1_1StopWorkspacesCommand
372
401
  */
373
402
  export declare const se_StopWorkspacesCommand: (input: StopWorkspacesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
403
+ /**
404
+ * serializeAws_json1_1StopWorkspacesPoolCommand
405
+ */
406
+ export declare const se_StopWorkspacesPoolCommand: (input: StopWorkspacesPoolCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
374
407
  /**
375
408
  * serializeAws_json1_1TerminateWorkspacesCommand
376
409
  */
377
410
  export declare const se_TerminateWorkspacesCommand: (input: TerminateWorkspacesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
411
+ /**
412
+ * serializeAws_json1_1TerminateWorkspacesPoolCommand
413
+ */
414
+ export declare const se_TerminateWorkspacesPoolCommand: (input: TerminateWorkspacesPoolCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
415
+ /**
416
+ * serializeAws_json1_1TerminateWorkspacesPoolSessionCommand
417
+ */
418
+ export declare const se_TerminateWorkspacesPoolSessionCommand: (input: TerminateWorkspacesPoolSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
378
419
  /**
379
420
  * serializeAws_json1_1UpdateConnectClientAddInCommand
380
421
  */
@@ -395,6 +436,10 @@ export declare const se_UpdateWorkspaceBundleCommand: (input: UpdateWorkspaceBun
395
436
  * serializeAws_json1_1UpdateWorkspaceImagePermissionCommand
396
437
  */
397
438
  export declare const se_UpdateWorkspaceImagePermissionCommand: (input: UpdateWorkspaceImagePermissionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
439
+ /**
440
+ * serializeAws_json1_1UpdateWorkspacesPoolCommand
441
+ */
442
+ export declare const se_UpdateWorkspacesPoolCommand: (input: UpdateWorkspacesPoolCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
398
443
  /**
399
444
  * deserializeAws_json1_1AcceptAccountLinkInvitationCommand
400
445
  */
@@ -459,6 +504,10 @@ export declare const de_CreateWorkspaceImageCommand: (output: __HttpResponse, co
459
504
  * deserializeAws_json1_1CreateWorkspacesCommand
460
505
  */
461
506
  export declare const de_CreateWorkspacesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateWorkspacesCommandOutput>;
507
+ /**
508
+ * deserializeAws_json1_1CreateWorkspacesPoolCommand
509
+ */
510
+ export declare const de_CreateWorkspacesPoolCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateWorkspacesPoolCommandOutput>;
462
511
  /**
463
512
  * deserializeAws_json1_1DeleteAccountLinkInvitationCommand
464
513
  */
@@ -583,6 +632,14 @@ export declare const de_DescribeWorkspacesConnectionStatusCommand: (output: __Ht
583
632
  * deserializeAws_json1_1DescribeWorkspaceSnapshotsCommand
584
633
  */
585
634
  export declare const de_DescribeWorkspaceSnapshotsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeWorkspaceSnapshotsCommandOutput>;
635
+ /**
636
+ * deserializeAws_json1_1DescribeWorkspacesPoolsCommand
637
+ */
638
+ export declare const de_DescribeWorkspacesPoolsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeWorkspacesPoolsCommandOutput>;
639
+ /**
640
+ * deserializeAws_json1_1DescribeWorkspacesPoolSessionsCommand
641
+ */
642
+ export declare const de_DescribeWorkspacesPoolSessionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeWorkspacesPoolSessionsCommandOutput>;
586
643
  /**
587
644
  * deserializeAws_json1_1DisassociateConnectionAliasCommand
588
645
  */
@@ -639,6 +696,10 @@ export declare const de_ModifySamlPropertiesCommand: (output: __HttpResponse, co
639
696
  * deserializeAws_json1_1ModifySelfservicePermissionsCommand
640
697
  */
641
698
  export declare const de_ModifySelfservicePermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifySelfservicePermissionsCommandOutput>;
699
+ /**
700
+ * deserializeAws_json1_1ModifyStreamingPropertiesCommand
701
+ */
702
+ export declare const de_ModifyStreamingPropertiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyStreamingPropertiesCommandOutput>;
642
703
  /**
643
704
  * deserializeAws_json1_1ModifyWorkspaceAccessPropertiesCommand
644
705
  */
@@ -683,14 +744,30 @@ export declare const de_RevokeIpRulesCommand: (output: __HttpResponse, context:
683
744
  * deserializeAws_json1_1StartWorkspacesCommand
684
745
  */
685
746
  export declare const de_StartWorkspacesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartWorkspacesCommandOutput>;
747
+ /**
748
+ * deserializeAws_json1_1StartWorkspacesPoolCommand
749
+ */
750
+ export declare const de_StartWorkspacesPoolCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartWorkspacesPoolCommandOutput>;
686
751
  /**
687
752
  * deserializeAws_json1_1StopWorkspacesCommand
688
753
  */
689
754
  export declare const de_StopWorkspacesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopWorkspacesCommandOutput>;
755
+ /**
756
+ * deserializeAws_json1_1StopWorkspacesPoolCommand
757
+ */
758
+ export declare const de_StopWorkspacesPoolCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopWorkspacesPoolCommandOutput>;
690
759
  /**
691
760
  * deserializeAws_json1_1TerminateWorkspacesCommand
692
761
  */
693
762
  export declare const de_TerminateWorkspacesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TerminateWorkspacesCommandOutput>;
763
+ /**
764
+ * deserializeAws_json1_1TerminateWorkspacesPoolCommand
765
+ */
766
+ export declare const de_TerminateWorkspacesPoolCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TerminateWorkspacesPoolCommandOutput>;
767
+ /**
768
+ * deserializeAws_json1_1TerminateWorkspacesPoolSessionCommand
769
+ */
770
+ export declare const de_TerminateWorkspacesPoolSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TerminateWorkspacesPoolSessionCommandOutput>;
694
771
  /**
695
772
  * deserializeAws_json1_1UpdateConnectClientAddInCommand
696
773
  */
@@ -711,3 +788,7 @@ export declare const de_UpdateWorkspaceBundleCommand: (output: __HttpResponse, c
711
788
  * deserializeAws_json1_1UpdateWorkspaceImagePermissionCommand
712
789
  */
713
790
  export declare const de_UpdateWorkspaceImagePermissionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateWorkspaceImagePermissionCommandOutput>;
791
+ /**
792
+ * deserializeAws_json1_1UpdateWorkspacesPoolCommand
793
+ */
794
+ export declare const de_UpdateWorkspacesPoolCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateWorkspacesPoolCommandOutput>;