@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.
- package/README.md +72 -0
- package/dist-cjs/index.js +535 -1
- package/dist-es/WorkSpaces.js +18 -0
- package/dist-es/commands/CreateWorkspacesPoolCommand.js +24 -0
- package/dist-es/commands/DescribeWorkspacesPoolSessionsCommand.js +24 -0
- package/dist-es/commands/DescribeWorkspacesPoolsCommand.js +24 -0
- package/dist-es/commands/ModifyStreamingPropertiesCommand.js +24 -0
- package/dist-es/commands/StartWorkspacesPoolCommand.js +24 -0
- package/dist-es/commands/StopWorkspacesPoolCommand.js +24 -0
- package/dist-es/commands/TerminateWorkspacesPoolCommand.js +24 -0
- package/dist-es/commands/TerminateWorkspacesPoolSessionCommand.js +24 -0
- package/dist-es/commands/UpdateWorkspacesPoolCommand.js +24 -0
- package/dist-es/commands/index.js +9 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +101 -0
- package/dist-es/models/models_1.js +1 -0
- package/dist-es/protocols/Aws_json1_1.js +238 -0
- package/dist-types/WorkSpaces.d.ts +65 -0
- package/dist-types/WorkSpacesClient.d.ts +11 -2
- package/dist-types/commands/CreateWorkspacesPoolCommand.d.ts +130 -0
- package/dist-types/commands/DescribeWorkspaceDirectoriesCommand.d.ts +30 -1
- package/dist-types/commands/DescribeWorkspacesPoolSessionsCommand.d.ts +88 -0
- package/dist-types/commands/DescribeWorkspacesPoolsCommand.d.ts +116 -0
- package/dist-types/commands/DisassociateIpGroupsCommand.d.ts +3 -0
- package/dist-types/commands/ModifyClientPropertiesCommand.d.ts +3 -0
- package/dist-types/commands/ModifySelfservicePermissionsCommand.d.ts +3 -0
- package/dist-types/commands/ModifyStreamingPropertiesCommand.d.ts +86 -0
- package/dist-types/commands/ModifyWorkspaceCreationPropertiesCommand.d.ts +1 -0
- package/dist-types/commands/RegisterWorkspaceDirectoryCommand.d.ts +18 -4
- package/dist-types/commands/StartWorkspacesCommand.d.ts +1 -1
- package/dist-types/commands/StartWorkspacesPoolCommand.d.ts +81 -0
- package/dist-types/commands/StopWorkspacesCommand.d.ts +1 -1
- package/dist-types/commands/StopWorkspacesPoolCommand.d.ts +75 -0
- package/dist-types/commands/TerminateWorkspacesCommand.d.ts +1 -1
- package/dist-types/commands/TerminateWorkspacesPoolCommand.d.ts +73 -0
- package/dist-types/commands/TerminateWorkspacesPoolSessionCommand.d.ts +73 -0
- package/dist-types/commands/UpdateConnectClientAddInCommand.d.ts +1 -1
- package/dist-types/commands/UpdateConnectionAliasPermissionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRulesOfIpGroupCommand.d.ts +1 -1
- package/dist-types/commands/UpdateWorkspaceBundleCommand.d.ts +1 -1
- package/dist-types/commands/UpdateWorkspaceImagePermissionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateWorkspacesPoolCommand.d.ts +127 -0
- package/dist-types/commands/index.d.ts +9 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +854 -253
- package/dist-types/models/models_1.d.ts +324 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +81 -0
- package/dist-types/ts3.4/WorkSpaces.d.ts +155 -0
- package/dist-types/ts3.4/WorkSpacesClient.d.ts +56 -2
- package/dist-types/ts3.4/commands/CreateWorkspacesPoolCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/DescribeWorkspacesPoolSessionsCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/DescribeWorkspacesPoolsCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/ModifyStreamingPropertiesCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/RegisterWorkspaceDirectoryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartWorkspacesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartWorkspacesPoolCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/StopWorkspacesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopWorkspacesPoolCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/TerminateWorkspacesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TerminateWorkspacesPoolCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/TerminateWorkspacesPoolSessionCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/UpdateConnectClientAddInCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateConnectionAliasPermissionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRulesOfIpGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateWorkspaceBundleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateWorkspaceImagePermissionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateWorkspacesPoolCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/index.d.ts +9 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +266 -58
- package/dist-types/ts3.4/models/models_1.d.ts +92 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +108 -0
- package/package.json +3 -3
|
@@ -63,6 +63,10 @@ import {
|
|
|
63
63
|
CreateWorkspacesCommandInput,
|
|
64
64
|
CreateWorkspacesCommandOutput,
|
|
65
65
|
} from "./commands/CreateWorkspacesCommand";
|
|
66
|
+
import {
|
|
67
|
+
CreateWorkspacesPoolCommandInput,
|
|
68
|
+
CreateWorkspacesPoolCommandOutput,
|
|
69
|
+
} from "./commands/CreateWorkspacesPoolCommand";
|
|
66
70
|
import {
|
|
67
71
|
DeleteAccountLinkInvitationCommandInput,
|
|
68
72
|
DeleteAccountLinkInvitationCommandOutput,
|
|
@@ -187,6 +191,14 @@ import {
|
|
|
187
191
|
DescribeWorkspaceSnapshotsCommandInput,
|
|
188
192
|
DescribeWorkspaceSnapshotsCommandOutput,
|
|
189
193
|
} from "./commands/DescribeWorkspaceSnapshotsCommand";
|
|
194
|
+
import {
|
|
195
|
+
DescribeWorkspacesPoolsCommandInput,
|
|
196
|
+
DescribeWorkspacesPoolsCommandOutput,
|
|
197
|
+
} from "./commands/DescribeWorkspacesPoolsCommand";
|
|
198
|
+
import {
|
|
199
|
+
DescribeWorkspacesPoolSessionsCommandInput,
|
|
200
|
+
DescribeWorkspacesPoolSessionsCommandOutput,
|
|
201
|
+
} from "./commands/DescribeWorkspacesPoolSessionsCommand";
|
|
190
202
|
import {
|
|
191
203
|
DisassociateConnectionAliasCommandInput,
|
|
192
204
|
DisassociateConnectionAliasCommandOutput,
|
|
@@ -243,6 +255,10 @@ import {
|
|
|
243
255
|
ModifySelfservicePermissionsCommandInput,
|
|
244
256
|
ModifySelfservicePermissionsCommandOutput,
|
|
245
257
|
} from "./commands/ModifySelfservicePermissionsCommand";
|
|
258
|
+
import {
|
|
259
|
+
ModifyStreamingPropertiesCommandInput,
|
|
260
|
+
ModifyStreamingPropertiesCommandOutput,
|
|
261
|
+
} from "./commands/ModifyStreamingPropertiesCommand";
|
|
246
262
|
import {
|
|
247
263
|
ModifyWorkspaceAccessPropertiesCommandInput,
|
|
248
264
|
ModifyWorkspaceAccessPropertiesCommandOutput,
|
|
@@ -287,14 +303,30 @@ import {
|
|
|
287
303
|
StartWorkspacesCommandInput,
|
|
288
304
|
StartWorkspacesCommandOutput,
|
|
289
305
|
} from "./commands/StartWorkspacesCommand";
|
|
306
|
+
import {
|
|
307
|
+
StartWorkspacesPoolCommandInput,
|
|
308
|
+
StartWorkspacesPoolCommandOutput,
|
|
309
|
+
} from "./commands/StartWorkspacesPoolCommand";
|
|
290
310
|
import {
|
|
291
311
|
StopWorkspacesCommandInput,
|
|
292
312
|
StopWorkspacesCommandOutput,
|
|
293
313
|
} from "./commands/StopWorkspacesCommand";
|
|
314
|
+
import {
|
|
315
|
+
StopWorkspacesPoolCommandInput,
|
|
316
|
+
StopWorkspacesPoolCommandOutput,
|
|
317
|
+
} from "./commands/StopWorkspacesPoolCommand";
|
|
294
318
|
import {
|
|
295
319
|
TerminateWorkspacesCommandInput,
|
|
296
320
|
TerminateWorkspacesCommandOutput,
|
|
297
321
|
} from "./commands/TerminateWorkspacesCommand";
|
|
322
|
+
import {
|
|
323
|
+
TerminateWorkspacesPoolCommandInput,
|
|
324
|
+
TerminateWorkspacesPoolCommandOutput,
|
|
325
|
+
} from "./commands/TerminateWorkspacesPoolCommand";
|
|
326
|
+
import {
|
|
327
|
+
TerminateWorkspacesPoolSessionCommandInput,
|
|
328
|
+
TerminateWorkspacesPoolSessionCommandOutput,
|
|
329
|
+
} from "./commands/TerminateWorkspacesPoolSessionCommand";
|
|
298
330
|
import {
|
|
299
331
|
UpdateConnectClientAddInCommandInput,
|
|
300
332
|
UpdateConnectClientAddInCommandOutput,
|
|
@@ -315,6 +347,10 @@ import {
|
|
|
315
347
|
UpdateWorkspaceImagePermissionCommandInput,
|
|
316
348
|
UpdateWorkspaceImagePermissionCommandOutput,
|
|
317
349
|
} from "./commands/UpdateWorkspaceImagePermissionCommand";
|
|
350
|
+
import {
|
|
351
|
+
UpdateWorkspacesPoolCommandInput,
|
|
352
|
+
UpdateWorkspacesPoolCommandOutput,
|
|
353
|
+
} from "./commands/UpdateWorkspacesPoolCommand";
|
|
318
354
|
import { WorkSpacesClient } from "./WorkSpacesClient";
|
|
319
355
|
export interface WorkSpaces {
|
|
320
356
|
acceptAccountLinkInvitation(
|
|
@@ -525,6 +561,19 @@ export interface WorkSpaces {
|
|
|
525
561
|
options: __HttpHandlerOptions,
|
|
526
562
|
cb: (err: any, data?: CreateWorkspacesCommandOutput) => void
|
|
527
563
|
): void;
|
|
564
|
+
createWorkspacesPool(
|
|
565
|
+
args: CreateWorkspacesPoolCommandInput,
|
|
566
|
+
options?: __HttpHandlerOptions
|
|
567
|
+
): Promise<CreateWorkspacesPoolCommandOutput>;
|
|
568
|
+
createWorkspacesPool(
|
|
569
|
+
args: CreateWorkspacesPoolCommandInput,
|
|
570
|
+
cb: (err: any, data?: CreateWorkspacesPoolCommandOutput) => void
|
|
571
|
+
): void;
|
|
572
|
+
createWorkspacesPool(
|
|
573
|
+
args: CreateWorkspacesPoolCommandInput,
|
|
574
|
+
options: __HttpHandlerOptions,
|
|
575
|
+
cb: (err: any, data?: CreateWorkspacesPoolCommandOutput) => void
|
|
576
|
+
): void;
|
|
528
577
|
deleteAccountLinkInvitation(
|
|
529
578
|
args: DeleteAccountLinkInvitationCommandInput,
|
|
530
579
|
options?: __HttpHandlerOptions
|
|
@@ -957,6 +1006,33 @@ export interface WorkSpaces {
|
|
|
957
1006
|
options: __HttpHandlerOptions,
|
|
958
1007
|
cb: (err: any, data?: DescribeWorkspaceSnapshotsCommandOutput) => void
|
|
959
1008
|
): void;
|
|
1009
|
+
describeWorkspacesPools(): Promise<DescribeWorkspacesPoolsCommandOutput>;
|
|
1010
|
+
describeWorkspacesPools(
|
|
1011
|
+
args: DescribeWorkspacesPoolsCommandInput,
|
|
1012
|
+
options?: __HttpHandlerOptions
|
|
1013
|
+
): Promise<DescribeWorkspacesPoolsCommandOutput>;
|
|
1014
|
+
describeWorkspacesPools(
|
|
1015
|
+
args: DescribeWorkspacesPoolsCommandInput,
|
|
1016
|
+
cb: (err: any, data?: DescribeWorkspacesPoolsCommandOutput) => void
|
|
1017
|
+
): void;
|
|
1018
|
+
describeWorkspacesPools(
|
|
1019
|
+
args: DescribeWorkspacesPoolsCommandInput,
|
|
1020
|
+
options: __HttpHandlerOptions,
|
|
1021
|
+
cb: (err: any, data?: DescribeWorkspacesPoolsCommandOutput) => void
|
|
1022
|
+
): void;
|
|
1023
|
+
describeWorkspacesPoolSessions(
|
|
1024
|
+
args: DescribeWorkspacesPoolSessionsCommandInput,
|
|
1025
|
+
options?: __HttpHandlerOptions
|
|
1026
|
+
): Promise<DescribeWorkspacesPoolSessionsCommandOutput>;
|
|
1027
|
+
describeWorkspacesPoolSessions(
|
|
1028
|
+
args: DescribeWorkspacesPoolSessionsCommandInput,
|
|
1029
|
+
cb: (err: any, data?: DescribeWorkspacesPoolSessionsCommandOutput) => void
|
|
1030
|
+
): void;
|
|
1031
|
+
describeWorkspacesPoolSessions(
|
|
1032
|
+
args: DescribeWorkspacesPoolSessionsCommandInput,
|
|
1033
|
+
options: __HttpHandlerOptions,
|
|
1034
|
+
cb: (err: any, data?: DescribeWorkspacesPoolSessionsCommandOutput) => void
|
|
1035
|
+
): void;
|
|
960
1036
|
disassociateConnectionAlias(
|
|
961
1037
|
args: DisassociateConnectionAliasCommandInput,
|
|
962
1038
|
options?: __HttpHandlerOptions
|
|
@@ -1154,6 +1230,19 @@ export interface WorkSpaces {
|
|
|
1154
1230
|
options: __HttpHandlerOptions,
|
|
1155
1231
|
cb: (err: any, data?: ModifySelfservicePermissionsCommandOutput) => void
|
|
1156
1232
|
): void;
|
|
1233
|
+
modifyStreamingProperties(
|
|
1234
|
+
args: ModifyStreamingPropertiesCommandInput,
|
|
1235
|
+
options?: __HttpHandlerOptions
|
|
1236
|
+
): Promise<ModifyStreamingPropertiesCommandOutput>;
|
|
1237
|
+
modifyStreamingProperties(
|
|
1238
|
+
args: ModifyStreamingPropertiesCommandInput,
|
|
1239
|
+
cb: (err: any, data?: ModifyStreamingPropertiesCommandOutput) => void
|
|
1240
|
+
): void;
|
|
1241
|
+
modifyStreamingProperties(
|
|
1242
|
+
args: ModifyStreamingPropertiesCommandInput,
|
|
1243
|
+
options: __HttpHandlerOptions,
|
|
1244
|
+
cb: (err: any, data?: ModifyStreamingPropertiesCommandOutput) => void
|
|
1245
|
+
): void;
|
|
1157
1246
|
modifyWorkspaceAccessProperties(
|
|
1158
1247
|
args: ModifyWorkspaceAccessPropertiesCommandInput,
|
|
1159
1248
|
options?: __HttpHandlerOptions
|
|
@@ -1238,6 +1327,7 @@ export interface WorkSpaces {
|
|
|
1238
1327
|
options: __HttpHandlerOptions,
|
|
1239
1328
|
cb: (err: any, data?: RebuildWorkspacesCommandOutput) => void
|
|
1240
1329
|
): void;
|
|
1330
|
+
registerWorkspaceDirectory(): Promise<RegisterWorkspaceDirectoryCommandOutput>;
|
|
1241
1331
|
registerWorkspaceDirectory(
|
|
1242
1332
|
args: RegisterWorkspaceDirectoryCommandInput,
|
|
1243
1333
|
options?: __HttpHandlerOptions
|
|
@@ -1303,6 +1393,19 @@ export interface WorkSpaces {
|
|
|
1303
1393
|
options: __HttpHandlerOptions,
|
|
1304
1394
|
cb: (err: any, data?: StartWorkspacesCommandOutput) => void
|
|
1305
1395
|
): void;
|
|
1396
|
+
startWorkspacesPool(
|
|
1397
|
+
args: StartWorkspacesPoolCommandInput,
|
|
1398
|
+
options?: __HttpHandlerOptions
|
|
1399
|
+
): Promise<StartWorkspacesPoolCommandOutput>;
|
|
1400
|
+
startWorkspacesPool(
|
|
1401
|
+
args: StartWorkspacesPoolCommandInput,
|
|
1402
|
+
cb: (err: any, data?: StartWorkspacesPoolCommandOutput) => void
|
|
1403
|
+
): void;
|
|
1404
|
+
startWorkspacesPool(
|
|
1405
|
+
args: StartWorkspacesPoolCommandInput,
|
|
1406
|
+
options: __HttpHandlerOptions,
|
|
1407
|
+
cb: (err: any, data?: StartWorkspacesPoolCommandOutput) => void
|
|
1408
|
+
): void;
|
|
1306
1409
|
stopWorkspaces(
|
|
1307
1410
|
args: StopWorkspacesCommandInput,
|
|
1308
1411
|
options?: __HttpHandlerOptions
|
|
@@ -1316,6 +1419,19 @@ export interface WorkSpaces {
|
|
|
1316
1419
|
options: __HttpHandlerOptions,
|
|
1317
1420
|
cb: (err: any, data?: StopWorkspacesCommandOutput) => void
|
|
1318
1421
|
): void;
|
|
1422
|
+
stopWorkspacesPool(
|
|
1423
|
+
args: StopWorkspacesPoolCommandInput,
|
|
1424
|
+
options?: __HttpHandlerOptions
|
|
1425
|
+
): Promise<StopWorkspacesPoolCommandOutput>;
|
|
1426
|
+
stopWorkspacesPool(
|
|
1427
|
+
args: StopWorkspacesPoolCommandInput,
|
|
1428
|
+
cb: (err: any, data?: StopWorkspacesPoolCommandOutput) => void
|
|
1429
|
+
): void;
|
|
1430
|
+
stopWorkspacesPool(
|
|
1431
|
+
args: StopWorkspacesPoolCommandInput,
|
|
1432
|
+
options: __HttpHandlerOptions,
|
|
1433
|
+
cb: (err: any, data?: StopWorkspacesPoolCommandOutput) => void
|
|
1434
|
+
): void;
|
|
1319
1435
|
terminateWorkspaces(
|
|
1320
1436
|
args: TerminateWorkspacesCommandInput,
|
|
1321
1437
|
options?: __HttpHandlerOptions
|
|
@@ -1329,6 +1445,32 @@ export interface WorkSpaces {
|
|
|
1329
1445
|
options: __HttpHandlerOptions,
|
|
1330
1446
|
cb: (err: any, data?: TerminateWorkspacesCommandOutput) => void
|
|
1331
1447
|
): void;
|
|
1448
|
+
terminateWorkspacesPool(
|
|
1449
|
+
args: TerminateWorkspacesPoolCommandInput,
|
|
1450
|
+
options?: __HttpHandlerOptions
|
|
1451
|
+
): Promise<TerminateWorkspacesPoolCommandOutput>;
|
|
1452
|
+
terminateWorkspacesPool(
|
|
1453
|
+
args: TerminateWorkspacesPoolCommandInput,
|
|
1454
|
+
cb: (err: any, data?: TerminateWorkspacesPoolCommandOutput) => void
|
|
1455
|
+
): void;
|
|
1456
|
+
terminateWorkspacesPool(
|
|
1457
|
+
args: TerminateWorkspacesPoolCommandInput,
|
|
1458
|
+
options: __HttpHandlerOptions,
|
|
1459
|
+
cb: (err: any, data?: TerminateWorkspacesPoolCommandOutput) => void
|
|
1460
|
+
): void;
|
|
1461
|
+
terminateWorkspacesPoolSession(
|
|
1462
|
+
args: TerminateWorkspacesPoolSessionCommandInput,
|
|
1463
|
+
options?: __HttpHandlerOptions
|
|
1464
|
+
): Promise<TerminateWorkspacesPoolSessionCommandOutput>;
|
|
1465
|
+
terminateWorkspacesPoolSession(
|
|
1466
|
+
args: TerminateWorkspacesPoolSessionCommandInput,
|
|
1467
|
+
cb: (err: any, data?: TerminateWorkspacesPoolSessionCommandOutput) => void
|
|
1468
|
+
): void;
|
|
1469
|
+
terminateWorkspacesPoolSession(
|
|
1470
|
+
args: TerminateWorkspacesPoolSessionCommandInput,
|
|
1471
|
+
options: __HttpHandlerOptions,
|
|
1472
|
+
cb: (err: any, data?: TerminateWorkspacesPoolSessionCommandOutput) => void
|
|
1473
|
+
): void;
|
|
1332
1474
|
updateConnectClientAddIn(
|
|
1333
1475
|
args: UpdateConnectClientAddInCommandInput,
|
|
1334
1476
|
options?: __HttpHandlerOptions
|
|
@@ -1395,6 +1537,19 @@ export interface WorkSpaces {
|
|
|
1395
1537
|
options: __HttpHandlerOptions,
|
|
1396
1538
|
cb: (err: any, data?: UpdateWorkspaceImagePermissionCommandOutput) => void
|
|
1397
1539
|
): void;
|
|
1540
|
+
updateWorkspacesPool(
|
|
1541
|
+
args: UpdateWorkspacesPoolCommandInput,
|
|
1542
|
+
options?: __HttpHandlerOptions
|
|
1543
|
+
): Promise<UpdateWorkspacesPoolCommandOutput>;
|
|
1544
|
+
updateWorkspacesPool(
|
|
1545
|
+
args: UpdateWorkspacesPoolCommandInput,
|
|
1546
|
+
cb: (err: any, data?: UpdateWorkspacesPoolCommandOutput) => void
|
|
1547
|
+
): void;
|
|
1548
|
+
updateWorkspacesPool(
|
|
1549
|
+
args: UpdateWorkspacesPoolCommandInput,
|
|
1550
|
+
options: __HttpHandlerOptions,
|
|
1551
|
+
cb: (err: any, data?: UpdateWorkspacesPoolCommandOutput) => void
|
|
1552
|
+
): void;
|
|
1398
1553
|
}
|
|
1399
1554
|
export declare class WorkSpaces
|
|
1400
1555
|
extends WorkSpacesClient
|
|
@@ -109,6 +109,10 @@ import {
|
|
|
109
109
|
CreateWorkspacesCommandInput,
|
|
110
110
|
CreateWorkspacesCommandOutput,
|
|
111
111
|
} from "./commands/CreateWorkspacesCommand";
|
|
112
|
+
import {
|
|
113
|
+
CreateWorkspacesPoolCommandInput,
|
|
114
|
+
CreateWorkspacesPoolCommandOutput,
|
|
115
|
+
} from "./commands/CreateWorkspacesPoolCommand";
|
|
112
116
|
import {
|
|
113
117
|
DeleteAccountLinkInvitationCommandInput,
|
|
114
118
|
DeleteAccountLinkInvitationCommandOutput,
|
|
@@ -233,6 +237,14 @@ import {
|
|
|
233
237
|
DescribeWorkspaceSnapshotsCommandInput,
|
|
234
238
|
DescribeWorkspaceSnapshotsCommandOutput,
|
|
235
239
|
} from "./commands/DescribeWorkspaceSnapshotsCommand";
|
|
240
|
+
import {
|
|
241
|
+
DescribeWorkspacesPoolsCommandInput,
|
|
242
|
+
DescribeWorkspacesPoolsCommandOutput,
|
|
243
|
+
} from "./commands/DescribeWorkspacesPoolsCommand";
|
|
244
|
+
import {
|
|
245
|
+
DescribeWorkspacesPoolSessionsCommandInput,
|
|
246
|
+
DescribeWorkspacesPoolSessionsCommandOutput,
|
|
247
|
+
} from "./commands/DescribeWorkspacesPoolSessionsCommand";
|
|
236
248
|
import {
|
|
237
249
|
DisassociateConnectionAliasCommandInput,
|
|
238
250
|
DisassociateConnectionAliasCommandOutput,
|
|
@@ -289,6 +301,10 @@ import {
|
|
|
289
301
|
ModifySelfservicePermissionsCommandInput,
|
|
290
302
|
ModifySelfservicePermissionsCommandOutput,
|
|
291
303
|
} from "./commands/ModifySelfservicePermissionsCommand";
|
|
304
|
+
import {
|
|
305
|
+
ModifyStreamingPropertiesCommandInput,
|
|
306
|
+
ModifyStreamingPropertiesCommandOutput,
|
|
307
|
+
} from "./commands/ModifyStreamingPropertiesCommand";
|
|
292
308
|
import {
|
|
293
309
|
ModifyWorkspaceAccessPropertiesCommandInput,
|
|
294
310
|
ModifyWorkspaceAccessPropertiesCommandOutput,
|
|
@@ -333,14 +349,30 @@ import {
|
|
|
333
349
|
StartWorkspacesCommandInput,
|
|
334
350
|
StartWorkspacesCommandOutput,
|
|
335
351
|
} from "./commands/StartWorkspacesCommand";
|
|
352
|
+
import {
|
|
353
|
+
StartWorkspacesPoolCommandInput,
|
|
354
|
+
StartWorkspacesPoolCommandOutput,
|
|
355
|
+
} from "./commands/StartWorkspacesPoolCommand";
|
|
336
356
|
import {
|
|
337
357
|
StopWorkspacesCommandInput,
|
|
338
358
|
StopWorkspacesCommandOutput,
|
|
339
359
|
} from "./commands/StopWorkspacesCommand";
|
|
360
|
+
import {
|
|
361
|
+
StopWorkspacesPoolCommandInput,
|
|
362
|
+
StopWorkspacesPoolCommandOutput,
|
|
363
|
+
} from "./commands/StopWorkspacesPoolCommand";
|
|
340
364
|
import {
|
|
341
365
|
TerminateWorkspacesCommandInput,
|
|
342
366
|
TerminateWorkspacesCommandOutput,
|
|
343
367
|
} from "./commands/TerminateWorkspacesCommand";
|
|
368
|
+
import {
|
|
369
|
+
TerminateWorkspacesPoolCommandInput,
|
|
370
|
+
TerminateWorkspacesPoolCommandOutput,
|
|
371
|
+
} from "./commands/TerminateWorkspacesPoolCommand";
|
|
372
|
+
import {
|
|
373
|
+
TerminateWorkspacesPoolSessionCommandInput,
|
|
374
|
+
TerminateWorkspacesPoolSessionCommandOutput,
|
|
375
|
+
} from "./commands/TerminateWorkspacesPoolSessionCommand";
|
|
344
376
|
import {
|
|
345
377
|
UpdateConnectClientAddInCommandInput,
|
|
346
378
|
UpdateConnectClientAddInCommandOutput,
|
|
@@ -361,6 +393,10 @@ import {
|
|
|
361
393
|
UpdateWorkspaceImagePermissionCommandInput,
|
|
362
394
|
UpdateWorkspaceImagePermissionCommandOutput,
|
|
363
395
|
} from "./commands/UpdateWorkspaceImagePermissionCommand";
|
|
396
|
+
import {
|
|
397
|
+
UpdateWorkspacesPoolCommandInput,
|
|
398
|
+
UpdateWorkspacesPoolCommandOutput,
|
|
399
|
+
} from "./commands/UpdateWorkspacesPoolCommand";
|
|
364
400
|
import {
|
|
365
401
|
ClientInputEndpointParameters,
|
|
366
402
|
ClientResolvedEndpointParameters,
|
|
@@ -385,6 +421,7 @@ export type ServiceInputTypes =
|
|
|
385
421
|
| CreateWorkspaceBundleCommandInput
|
|
386
422
|
| CreateWorkspaceImageCommandInput
|
|
387
423
|
| CreateWorkspacesCommandInput
|
|
424
|
+
| CreateWorkspacesPoolCommandInput
|
|
388
425
|
| DeleteAccountLinkInvitationCommandInput
|
|
389
426
|
| DeleteClientBrandingCommandInput
|
|
390
427
|
| DeleteConnectClientAddInCommandInput
|
|
@@ -416,6 +453,8 @@ export type ServiceInputTypes =
|
|
|
416
453
|
| DescribeWorkspaceSnapshotsCommandInput
|
|
417
454
|
| DescribeWorkspacesCommandInput
|
|
418
455
|
| DescribeWorkspacesConnectionStatusCommandInput
|
|
456
|
+
| DescribeWorkspacesPoolSessionsCommandInput
|
|
457
|
+
| DescribeWorkspacesPoolsCommandInput
|
|
419
458
|
| DisassociateConnectionAliasCommandInput
|
|
420
459
|
| DisassociateIpGroupsCommandInput
|
|
421
460
|
| DisassociateWorkspaceApplicationCommandInput
|
|
@@ -430,6 +469,7 @@ export type ServiceInputTypes =
|
|
|
430
469
|
| ModifyClientPropertiesCommandInput
|
|
431
470
|
| ModifySamlPropertiesCommandInput
|
|
432
471
|
| ModifySelfservicePermissionsCommandInput
|
|
472
|
+
| ModifyStreamingPropertiesCommandInput
|
|
433
473
|
| ModifyWorkspaceAccessPropertiesCommandInput
|
|
434
474
|
| ModifyWorkspaceCreationPropertiesCommandInput
|
|
435
475
|
| ModifyWorkspacePropertiesCommandInput
|
|
@@ -441,13 +481,18 @@ export type ServiceInputTypes =
|
|
|
441
481
|
| RestoreWorkspaceCommandInput
|
|
442
482
|
| RevokeIpRulesCommandInput
|
|
443
483
|
| StartWorkspacesCommandInput
|
|
484
|
+
| StartWorkspacesPoolCommandInput
|
|
444
485
|
| StopWorkspacesCommandInput
|
|
486
|
+
| StopWorkspacesPoolCommandInput
|
|
445
487
|
| TerminateWorkspacesCommandInput
|
|
488
|
+
| TerminateWorkspacesPoolCommandInput
|
|
489
|
+
| TerminateWorkspacesPoolSessionCommandInput
|
|
446
490
|
| UpdateConnectClientAddInCommandInput
|
|
447
491
|
| UpdateConnectionAliasPermissionCommandInput
|
|
448
492
|
| UpdateRulesOfIpGroupCommandInput
|
|
449
493
|
| UpdateWorkspaceBundleCommandInput
|
|
450
|
-
| UpdateWorkspaceImagePermissionCommandInput
|
|
494
|
+
| UpdateWorkspaceImagePermissionCommandInput
|
|
495
|
+
| UpdateWorkspacesPoolCommandInput;
|
|
451
496
|
export type ServiceOutputTypes =
|
|
452
497
|
| AcceptAccountLinkInvitationCommandOutput
|
|
453
498
|
| AssociateConnectionAliasCommandOutput
|
|
@@ -465,6 +510,7 @@ export type ServiceOutputTypes =
|
|
|
465
510
|
| CreateWorkspaceBundleCommandOutput
|
|
466
511
|
| CreateWorkspaceImageCommandOutput
|
|
467
512
|
| CreateWorkspacesCommandOutput
|
|
513
|
+
| CreateWorkspacesPoolCommandOutput
|
|
468
514
|
| DeleteAccountLinkInvitationCommandOutput
|
|
469
515
|
| DeleteClientBrandingCommandOutput
|
|
470
516
|
| DeleteConnectClientAddInCommandOutput
|
|
@@ -496,6 +542,8 @@ export type ServiceOutputTypes =
|
|
|
496
542
|
| DescribeWorkspaceSnapshotsCommandOutput
|
|
497
543
|
| DescribeWorkspacesCommandOutput
|
|
498
544
|
| DescribeWorkspacesConnectionStatusCommandOutput
|
|
545
|
+
| DescribeWorkspacesPoolSessionsCommandOutput
|
|
546
|
+
| DescribeWorkspacesPoolsCommandOutput
|
|
499
547
|
| DisassociateConnectionAliasCommandOutput
|
|
500
548
|
| DisassociateIpGroupsCommandOutput
|
|
501
549
|
| DisassociateWorkspaceApplicationCommandOutput
|
|
@@ -510,6 +558,7 @@ export type ServiceOutputTypes =
|
|
|
510
558
|
| ModifyClientPropertiesCommandOutput
|
|
511
559
|
| ModifySamlPropertiesCommandOutput
|
|
512
560
|
| ModifySelfservicePermissionsCommandOutput
|
|
561
|
+
| ModifyStreamingPropertiesCommandOutput
|
|
513
562
|
| ModifyWorkspaceAccessPropertiesCommandOutput
|
|
514
563
|
| ModifyWorkspaceCreationPropertiesCommandOutput
|
|
515
564
|
| ModifyWorkspacePropertiesCommandOutput
|
|
@@ -521,13 +570,18 @@ export type ServiceOutputTypes =
|
|
|
521
570
|
| RestoreWorkspaceCommandOutput
|
|
522
571
|
| RevokeIpRulesCommandOutput
|
|
523
572
|
| StartWorkspacesCommandOutput
|
|
573
|
+
| StartWorkspacesPoolCommandOutput
|
|
524
574
|
| StopWorkspacesCommandOutput
|
|
575
|
+
| StopWorkspacesPoolCommandOutput
|
|
525
576
|
| TerminateWorkspacesCommandOutput
|
|
577
|
+
| TerminateWorkspacesPoolCommandOutput
|
|
578
|
+
| TerminateWorkspacesPoolSessionCommandOutput
|
|
526
579
|
| UpdateConnectClientAddInCommandOutput
|
|
527
580
|
| UpdateConnectionAliasPermissionCommandOutput
|
|
528
581
|
| UpdateRulesOfIpGroupCommandOutput
|
|
529
582
|
| UpdateWorkspaceBundleCommandOutput
|
|
530
|
-
| UpdateWorkspaceImagePermissionCommandOutput
|
|
583
|
+
| UpdateWorkspaceImagePermissionCommandOutput
|
|
584
|
+
| UpdateWorkspacesPoolCommandOutput;
|
|
531
585
|
export interface ClientDefaults
|
|
532
586
|
extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
533
587
|
requestHandler?: __HttpHandlerUserInput;
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
CreateWorkspacesPoolRequest,
|
|
5
|
+
CreateWorkspacesPoolResult,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
ServiceInputTypes,
|
|
9
|
+
ServiceOutputTypes,
|
|
10
|
+
WorkSpacesClientResolvedConfig,
|
|
11
|
+
} from "../WorkSpacesClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface CreateWorkspacesPoolCommandInput
|
|
15
|
+
extends CreateWorkspacesPoolRequest {}
|
|
16
|
+
export interface CreateWorkspacesPoolCommandOutput
|
|
17
|
+
extends CreateWorkspacesPoolResult,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const CreateWorkspacesPoolCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: CreateWorkspacesPoolCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
CreateWorkspacesPoolCommandInput,
|
|
24
|
+
CreateWorkspacesPoolCommandOutput,
|
|
25
|
+
WorkSpacesClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: CreateWorkspacesPoolCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
CreateWorkspacesPoolCommandInput,
|
|
33
|
+
CreateWorkspacesPoolCommandOutput,
|
|
34
|
+
WorkSpacesClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class CreateWorkspacesPoolCommand extends CreateWorkspacesPoolCommand_base {}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
DescribeWorkspacesPoolSessionsRequest,
|
|
5
|
+
DescribeWorkspacesPoolSessionsResult,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
ServiceInputTypes,
|
|
9
|
+
ServiceOutputTypes,
|
|
10
|
+
WorkSpacesClientResolvedConfig,
|
|
11
|
+
} from "../WorkSpacesClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DescribeWorkspacesPoolSessionsCommandInput
|
|
15
|
+
extends DescribeWorkspacesPoolSessionsRequest {}
|
|
16
|
+
export interface DescribeWorkspacesPoolSessionsCommandOutput
|
|
17
|
+
extends DescribeWorkspacesPoolSessionsResult,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DescribeWorkspacesPoolSessionsCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DescribeWorkspacesPoolSessionsCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
DescribeWorkspacesPoolSessionsCommandInput,
|
|
24
|
+
DescribeWorkspacesPoolSessionsCommandOutput,
|
|
25
|
+
WorkSpacesClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: DescribeWorkspacesPoolSessionsCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
DescribeWorkspacesPoolSessionsCommandInput,
|
|
33
|
+
DescribeWorkspacesPoolSessionsCommandOutput,
|
|
34
|
+
WorkSpacesClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class DescribeWorkspacesPoolSessionsCommand extends DescribeWorkspacesPoolSessionsCommand_base {}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
DescribeWorkspacesPoolsRequest,
|
|
5
|
+
DescribeWorkspacesPoolsResult,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
ServiceInputTypes,
|
|
9
|
+
ServiceOutputTypes,
|
|
10
|
+
WorkSpacesClientResolvedConfig,
|
|
11
|
+
} from "../WorkSpacesClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DescribeWorkspacesPoolsCommandInput
|
|
15
|
+
extends DescribeWorkspacesPoolsRequest {}
|
|
16
|
+
export interface DescribeWorkspacesPoolsCommandOutput
|
|
17
|
+
extends DescribeWorkspacesPoolsResult,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DescribeWorkspacesPoolsCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DescribeWorkspacesPoolsCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
DescribeWorkspacesPoolsCommandInput,
|
|
24
|
+
DescribeWorkspacesPoolsCommandOutput,
|
|
25
|
+
WorkSpacesClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
...[input]: [] | [DescribeWorkspacesPoolsCommandInput]
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
DescribeWorkspacesPoolsCommandInput,
|
|
33
|
+
DescribeWorkspacesPoolsCommandOutput,
|
|
34
|
+
WorkSpacesClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class DescribeWorkspacesPoolsCommand extends DescribeWorkspacesPoolsCommand_base {}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
ModifyStreamingPropertiesRequest,
|
|
5
|
+
ModifyStreamingPropertiesResult,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
ServiceInputTypes,
|
|
9
|
+
ServiceOutputTypes,
|
|
10
|
+
WorkSpacesClientResolvedConfig,
|
|
11
|
+
} from "../WorkSpacesClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface ModifyStreamingPropertiesCommandInput
|
|
15
|
+
extends ModifyStreamingPropertiesRequest {}
|
|
16
|
+
export interface ModifyStreamingPropertiesCommandOutput
|
|
17
|
+
extends ModifyStreamingPropertiesResult,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const ModifyStreamingPropertiesCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: ModifyStreamingPropertiesCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
ModifyStreamingPropertiesCommandInput,
|
|
24
|
+
ModifyStreamingPropertiesCommandOutput,
|
|
25
|
+
WorkSpacesClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: ModifyStreamingPropertiesCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
ModifyStreamingPropertiesCommandInput,
|
|
33
|
+
ModifyStreamingPropertiesCommandOutput,
|
|
34
|
+
WorkSpacesClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class ModifyStreamingPropertiesCommand extends ModifyStreamingPropertiesCommand_base {}
|
|
@@ -27,7 +27,7 @@ declare const RegisterWorkspaceDirectoryCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
...[input]: [] | [RegisterWorkspaceDirectoryCommandInput]
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
RegisterWorkspaceDirectoryCommandInput,
|
|
33
33
|
RegisterWorkspaceDirectoryCommandOutput,
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
StartWorkspacesPoolRequest,
|
|
5
|
+
StartWorkspacesPoolResult,
|
|
6
|
+
} from "../models/models_1";
|
|
7
|
+
import {
|
|
8
|
+
ServiceInputTypes,
|
|
9
|
+
ServiceOutputTypes,
|
|
10
|
+
WorkSpacesClientResolvedConfig,
|
|
11
|
+
} from "../WorkSpacesClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface StartWorkspacesPoolCommandInput
|
|
15
|
+
extends StartWorkspacesPoolRequest {}
|
|
16
|
+
export interface StartWorkspacesPoolCommandOutput
|
|
17
|
+
extends StartWorkspacesPoolResult,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const StartWorkspacesPoolCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: StartWorkspacesPoolCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
StartWorkspacesPoolCommandInput,
|
|
24
|
+
StartWorkspacesPoolCommandOutput,
|
|
25
|
+
WorkSpacesClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: StartWorkspacesPoolCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
StartWorkspacesPoolCommandInput,
|
|
33
|
+
StartWorkspacesPoolCommandOutput,
|
|
34
|
+
WorkSpacesClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class StartWorkspacesPoolCommand extends StartWorkspacesPoolCommand_base {}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
StopWorkspacesPoolRequest,
|
|
5
|
+
StopWorkspacesPoolResult,
|
|
6
|
+
} from "../models/models_1";
|
|
7
|
+
import {
|
|
8
|
+
ServiceInputTypes,
|
|
9
|
+
ServiceOutputTypes,
|
|
10
|
+
WorkSpacesClientResolvedConfig,
|
|
11
|
+
} from "../WorkSpacesClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface StopWorkspacesPoolCommandInput
|
|
15
|
+
extends StopWorkspacesPoolRequest {}
|
|
16
|
+
export interface StopWorkspacesPoolCommandOutput
|
|
17
|
+
extends StopWorkspacesPoolResult,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const StopWorkspacesPoolCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: StopWorkspacesPoolCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
StopWorkspacesPoolCommandInput,
|
|
24
|
+
StopWorkspacesPoolCommandOutput,
|
|
25
|
+
WorkSpacesClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: StopWorkspacesPoolCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
StopWorkspacesPoolCommandInput,
|
|
33
|
+
StopWorkspacesPoolCommandOutput,
|
|
34
|
+
WorkSpacesClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class StopWorkspacesPoolCommand extends StopWorkspacesPoolCommand_base {}
|