@aws-sdk/client-workspaces 3.600.0 → 3.607.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 +536 -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 +102 -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/CreateWorkspacesCommand.d.ts +3 -3
- package/dist-types/commands/CreateWorkspacesPoolCommand.d.ts +130 -0
- package/dist-types/commands/DescribeApplicationsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeWorkspaceDirectoriesCommand.d.ts +30 -1
- package/dist-types/commands/DescribeWorkspacesCommand.d.ts +1 -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/ModifyWorkspacePropertiesCommand.d.ts +1 -1
- 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 +855 -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 +267 -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
|
@@ -99,6 +99,12 @@ export const se_CreateWorkspacesCommand = async (input, context) => {
|
|
|
99
99
|
body = JSON.stringify(_json(input));
|
|
100
100
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
101
101
|
};
|
|
102
|
+
export const se_CreateWorkspacesPoolCommand = async (input, context) => {
|
|
103
|
+
const headers = sharedHeaders("CreateWorkspacesPool");
|
|
104
|
+
let body;
|
|
105
|
+
body = JSON.stringify(_json(input));
|
|
106
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
107
|
+
};
|
|
102
108
|
export const se_DeleteAccountLinkInvitationCommand = async (input, context) => {
|
|
103
109
|
const headers = sharedHeaders("DeleteAccountLinkInvitation");
|
|
104
110
|
let body;
|
|
@@ -285,6 +291,18 @@ export const se_DescribeWorkspaceSnapshotsCommand = async (input, context) => {
|
|
|
285
291
|
body = JSON.stringify(_json(input));
|
|
286
292
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
287
293
|
};
|
|
294
|
+
export const se_DescribeWorkspacesPoolsCommand = async (input, context) => {
|
|
295
|
+
const headers = sharedHeaders("DescribeWorkspacesPools");
|
|
296
|
+
let body;
|
|
297
|
+
body = JSON.stringify(_json(input));
|
|
298
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
299
|
+
};
|
|
300
|
+
export const se_DescribeWorkspacesPoolSessionsCommand = async (input, context) => {
|
|
301
|
+
const headers = sharedHeaders("DescribeWorkspacesPoolSessions");
|
|
302
|
+
let body;
|
|
303
|
+
body = JSON.stringify(_json(input));
|
|
304
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
305
|
+
};
|
|
288
306
|
export const se_DisassociateConnectionAliasCommand = async (input, context) => {
|
|
289
307
|
const headers = sharedHeaders("DisassociateConnectionAlias");
|
|
290
308
|
let body;
|
|
@@ -369,6 +387,12 @@ export const se_ModifySelfservicePermissionsCommand = async (input, context) =>
|
|
|
369
387
|
body = JSON.stringify(_json(input));
|
|
370
388
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
371
389
|
};
|
|
390
|
+
export const se_ModifyStreamingPropertiesCommand = async (input, context) => {
|
|
391
|
+
const headers = sharedHeaders("ModifyStreamingProperties");
|
|
392
|
+
let body;
|
|
393
|
+
body = JSON.stringify(_json(input));
|
|
394
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
395
|
+
};
|
|
372
396
|
export const se_ModifyWorkspaceAccessPropertiesCommand = async (input, context) => {
|
|
373
397
|
const headers = sharedHeaders("ModifyWorkspaceAccessProperties");
|
|
374
398
|
let body;
|
|
@@ -435,18 +459,42 @@ export const se_StartWorkspacesCommand = async (input, context) => {
|
|
|
435
459
|
body = JSON.stringify(_json(input));
|
|
436
460
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
437
461
|
};
|
|
462
|
+
export const se_StartWorkspacesPoolCommand = async (input, context) => {
|
|
463
|
+
const headers = sharedHeaders("StartWorkspacesPool");
|
|
464
|
+
let body;
|
|
465
|
+
body = JSON.stringify(_json(input));
|
|
466
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
467
|
+
};
|
|
438
468
|
export const se_StopWorkspacesCommand = async (input, context) => {
|
|
439
469
|
const headers = sharedHeaders("StopWorkspaces");
|
|
440
470
|
let body;
|
|
441
471
|
body = JSON.stringify(_json(input));
|
|
442
472
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
443
473
|
};
|
|
474
|
+
export const se_StopWorkspacesPoolCommand = async (input, context) => {
|
|
475
|
+
const headers = sharedHeaders("StopWorkspacesPool");
|
|
476
|
+
let body;
|
|
477
|
+
body = JSON.stringify(_json(input));
|
|
478
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
479
|
+
};
|
|
444
480
|
export const se_TerminateWorkspacesCommand = async (input, context) => {
|
|
445
481
|
const headers = sharedHeaders("TerminateWorkspaces");
|
|
446
482
|
let body;
|
|
447
483
|
body = JSON.stringify(_json(input));
|
|
448
484
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
449
485
|
};
|
|
486
|
+
export const se_TerminateWorkspacesPoolCommand = async (input, context) => {
|
|
487
|
+
const headers = sharedHeaders("TerminateWorkspacesPool");
|
|
488
|
+
let body;
|
|
489
|
+
body = JSON.stringify(_json(input));
|
|
490
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
491
|
+
};
|
|
492
|
+
export const se_TerminateWorkspacesPoolSessionCommand = async (input, context) => {
|
|
493
|
+
const headers = sharedHeaders("TerminateWorkspacesPoolSession");
|
|
494
|
+
let body;
|
|
495
|
+
body = JSON.stringify(_json(input));
|
|
496
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
497
|
+
};
|
|
450
498
|
export const se_UpdateConnectClientAddInCommand = async (input, context) => {
|
|
451
499
|
const headers = sharedHeaders("UpdateConnectClientAddIn");
|
|
452
500
|
let body;
|
|
@@ -477,6 +525,12 @@ export const se_UpdateWorkspaceImagePermissionCommand = async (input, context) =
|
|
|
477
525
|
body = JSON.stringify(_json(input));
|
|
478
526
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
479
527
|
};
|
|
528
|
+
export const se_UpdateWorkspacesPoolCommand = async (input, context) => {
|
|
529
|
+
const headers = sharedHeaders("UpdateWorkspacesPool");
|
|
530
|
+
let body;
|
|
531
|
+
body = JSON.stringify(_json(input));
|
|
532
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
533
|
+
};
|
|
480
534
|
export const de_AcceptAccountLinkInvitationCommand = async (output, context) => {
|
|
481
535
|
if (output.statusCode >= 300) {
|
|
482
536
|
return de_CommandError(output, context);
|
|
@@ -685,6 +739,19 @@ export const de_CreateWorkspacesCommand = async (output, context) => {
|
|
|
685
739
|
};
|
|
686
740
|
return response;
|
|
687
741
|
};
|
|
742
|
+
export const de_CreateWorkspacesPoolCommand = async (output, context) => {
|
|
743
|
+
if (output.statusCode >= 300) {
|
|
744
|
+
return de_CommandError(output, context);
|
|
745
|
+
}
|
|
746
|
+
const data = await parseBody(output.body, context);
|
|
747
|
+
let contents = {};
|
|
748
|
+
contents = de_CreateWorkspacesPoolResult(data, context);
|
|
749
|
+
const response = {
|
|
750
|
+
$metadata: deserializeMetadata(output),
|
|
751
|
+
...contents,
|
|
752
|
+
};
|
|
753
|
+
return response;
|
|
754
|
+
};
|
|
688
755
|
export const de_DeleteAccountLinkInvitationCommand = async (output, context) => {
|
|
689
756
|
if (output.statusCode >= 300) {
|
|
690
757
|
return de_CommandError(output, context);
|
|
@@ -1088,6 +1155,32 @@ export const de_DescribeWorkspaceSnapshotsCommand = async (output, context) => {
|
|
|
1088
1155
|
};
|
|
1089
1156
|
return response;
|
|
1090
1157
|
};
|
|
1158
|
+
export const de_DescribeWorkspacesPoolsCommand = async (output, context) => {
|
|
1159
|
+
if (output.statusCode >= 300) {
|
|
1160
|
+
return de_CommandError(output, context);
|
|
1161
|
+
}
|
|
1162
|
+
const data = await parseBody(output.body, context);
|
|
1163
|
+
let contents = {};
|
|
1164
|
+
contents = de_DescribeWorkspacesPoolsResult(data, context);
|
|
1165
|
+
const response = {
|
|
1166
|
+
$metadata: deserializeMetadata(output),
|
|
1167
|
+
...contents,
|
|
1168
|
+
};
|
|
1169
|
+
return response;
|
|
1170
|
+
};
|
|
1171
|
+
export const de_DescribeWorkspacesPoolSessionsCommand = async (output, context) => {
|
|
1172
|
+
if (output.statusCode >= 300) {
|
|
1173
|
+
return de_CommandError(output, context);
|
|
1174
|
+
}
|
|
1175
|
+
const data = await parseBody(output.body, context);
|
|
1176
|
+
let contents = {};
|
|
1177
|
+
contents = de_DescribeWorkspacesPoolSessionsResult(data, context);
|
|
1178
|
+
const response = {
|
|
1179
|
+
$metadata: deserializeMetadata(output),
|
|
1180
|
+
...contents,
|
|
1181
|
+
};
|
|
1182
|
+
return response;
|
|
1183
|
+
};
|
|
1091
1184
|
export const de_DisassociateConnectionAliasCommand = async (output, context) => {
|
|
1092
1185
|
if (output.statusCode >= 300) {
|
|
1093
1186
|
return de_CommandError(output, context);
|
|
@@ -1270,6 +1363,19 @@ export const de_ModifySelfservicePermissionsCommand = async (output, context) =>
|
|
|
1270
1363
|
};
|
|
1271
1364
|
return response;
|
|
1272
1365
|
};
|
|
1366
|
+
export const de_ModifyStreamingPropertiesCommand = async (output, context) => {
|
|
1367
|
+
if (output.statusCode >= 300) {
|
|
1368
|
+
return de_CommandError(output, context);
|
|
1369
|
+
}
|
|
1370
|
+
const data = await parseBody(output.body, context);
|
|
1371
|
+
let contents = {};
|
|
1372
|
+
contents = _json(data);
|
|
1373
|
+
const response = {
|
|
1374
|
+
$metadata: deserializeMetadata(output),
|
|
1375
|
+
...contents,
|
|
1376
|
+
};
|
|
1377
|
+
return response;
|
|
1378
|
+
};
|
|
1273
1379
|
export const de_ModifyWorkspaceAccessPropertiesCommand = async (output, context) => {
|
|
1274
1380
|
if (output.statusCode >= 300) {
|
|
1275
1381
|
return de_CommandError(output, context);
|
|
@@ -1413,6 +1519,19 @@ export const de_StartWorkspacesCommand = async (output, context) => {
|
|
|
1413
1519
|
};
|
|
1414
1520
|
return response;
|
|
1415
1521
|
};
|
|
1522
|
+
export const de_StartWorkspacesPoolCommand = async (output, context) => {
|
|
1523
|
+
if (output.statusCode >= 300) {
|
|
1524
|
+
return de_CommandError(output, context);
|
|
1525
|
+
}
|
|
1526
|
+
const data = await parseBody(output.body, context);
|
|
1527
|
+
let contents = {};
|
|
1528
|
+
contents = _json(data);
|
|
1529
|
+
const response = {
|
|
1530
|
+
$metadata: deserializeMetadata(output),
|
|
1531
|
+
...contents,
|
|
1532
|
+
};
|
|
1533
|
+
return response;
|
|
1534
|
+
};
|
|
1416
1535
|
export const de_StopWorkspacesCommand = async (output, context) => {
|
|
1417
1536
|
if (output.statusCode >= 300) {
|
|
1418
1537
|
return de_CommandError(output, context);
|
|
@@ -1426,6 +1545,19 @@ export const de_StopWorkspacesCommand = async (output, context) => {
|
|
|
1426
1545
|
};
|
|
1427
1546
|
return response;
|
|
1428
1547
|
};
|
|
1548
|
+
export const de_StopWorkspacesPoolCommand = async (output, context) => {
|
|
1549
|
+
if (output.statusCode >= 300) {
|
|
1550
|
+
return de_CommandError(output, context);
|
|
1551
|
+
}
|
|
1552
|
+
const data = await parseBody(output.body, context);
|
|
1553
|
+
let contents = {};
|
|
1554
|
+
contents = _json(data);
|
|
1555
|
+
const response = {
|
|
1556
|
+
$metadata: deserializeMetadata(output),
|
|
1557
|
+
...contents,
|
|
1558
|
+
};
|
|
1559
|
+
return response;
|
|
1560
|
+
};
|
|
1429
1561
|
export const de_TerminateWorkspacesCommand = async (output, context) => {
|
|
1430
1562
|
if (output.statusCode >= 300) {
|
|
1431
1563
|
return de_CommandError(output, context);
|
|
@@ -1439,6 +1571,32 @@ export const de_TerminateWorkspacesCommand = async (output, context) => {
|
|
|
1439
1571
|
};
|
|
1440
1572
|
return response;
|
|
1441
1573
|
};
|
|
1574
|
+
export const de_TerminateWorkspacesPoolCommand = async (output, context) => {
|
|
1575
|
+
if (output.statusCode >= 300) {
|
|
1576
|
+
return de_CommandError(output, context);
|
|
1577
|
+
}
|
|
1578
|
+
const data = await parseBody(output.body, context);
|
|
1579
|
+
let contents = {};
|
|
1580
|
+
contents = _json(data);
|
|
1581
|
+
const response = {
|
|
1582
|
+
$metadata: deserializeMetadata(output),
|
|
1583
|
+
...contents,
|
|
1584
|
+
};
|
|
1585
|
+
return response;
|
|
1586
|
+
};
|
|
1587
|
+
export const de_TerminateWorkspacesPoolSessionCommand = async (output, context) => {
|
|
1588
|
+
if (output.statusCode >= 300) {
|
|
1589
|
+
return de_CommandError(output, context);
|
|
1590
|
+
}
|
|
1591
|
+
const data = await parseBody(output.body, context);
|
|
1592
|
+
let contents = {};
|
|
1593
|
+
contents = _json(data);
|
|
1594
|
+
const response = {
|
|
1595
|
+
$metadata: deserializeMetadata(output),
|
|
1596
|
+
...contents,
|
|
1597
|
+
};
|
|
1598
|
+
return response;
|
|
1599
|
+
};
|
|
1442
1600
|
export const de_UpdateConnectClientAddInCommand = async (output, context) => {
|
|
1443
1601
|
if (output.statusCode >= 300) {
|
|
1444
1602
|
return de_CommandError(output, context);
|
|
@@ -1504,6 +1662,19 @@ export const de_UpdateWorkspaceImagePermissionCommand = async (output, context)
|
|
|
1504
1662
|
};
|
|
1505
1663
|
return response;
|
|
1506
1664
|
};
|
|
1665
|
+
export const de_UpdateWorkspacesPoolCommand = async (output, context) => {
|
|
1666
|
+
if (output.statusCode >= 300) {
|
|
1667
|
+
return de_CommandError(output, context);
|
|
1668
|
+
}
|
|
1669
|
+
const data = await parseBody(output.body, context);
|
|
1670
|
+
let contents = {};
|
|
1671
|
+
contents = de_UpdateWorkspacesPoolResult(data, context);
|
|
1672
|
+
const response = {
|
|
1673
|
+
$metadata: deserializeMetadata(output),
|
|
1674
|
+
...contents,
|
|
1675
|
+
};
|
|
1676
|
+
return response;
|
|
1677
|
+
};
|
|
1507
1678
|
const de_CommandError = async (output, context) => {
|
|
1508
1679
|
const parsedOutput = {
|
|
1509
1680
|
...output,
|
|
@@ -1901,6 +2072,11 @@ const de_CreateWorkspaceImageResult = (output, context) => {
|
|
|
1901
2072
|
State: __expectString,
|
|
1902
2073
|
});
|
|
1903
2074
|
};
|
|
2075
|
+
const de_CreateWorkspacesPoolResult = (output, context) => {
|
|
2076
|
+
return take(output, {
|
|
2077
|
+
WorkspacesPool: (_) => de_WorkspacesPool(_, context),
|
|
2078
|
+
});
|
|
2079
|
+
};
|
|
1904
2080
|
const de_CreateWorkspacesResult = (output, context) => {
|
|
1905
2081
|
return take(output, {
|
|
1906
2082
|
FailedRequests: _json,
|
|
@@ -1975,6 +2151,18 @@ const de_DescribeWorkspaceSnapshotsResult = (output, context) => {
|
|
|
1975
2151
|
RestoreSnapshots: (_) => de_SnapshotList(_, context),
|
|
1976
2152
|
});
|
|
1977
2153
|
};
|
|
2154
|
+
const de_DescribeWorkspacesPoolSessionsResult = (output, context) => {
|
|
2155
|
+
return take(output, {
|
|
2156
|
+
NextToken: __expectString,
|
|
2157
|
+
Sessions: (_) => de_WorkspacesPoolSessions(_, context),
|
|
2158
|
+
});
|
|
2159
|
+
};
|
|
2160
|
+
const de_DescribeWorkspacesPoolsResult = (output, context) => {
|
|
2161
|
+
return take(output, {
|
|
2162
|
+
NextToken: __expectString,
|
|
2163
|
+
WorkspacesPools: (_) => de_WorkspacesPools(_, context),
|
|
2164
|
+
});
|
|
2165
|
+
};
|
|
1978
2166
|
const de_DescribeWorkspacesResult = (output, context) => {
|
|
1979
2167
|
return take(output, {
|
|
1980
2168
|
NextToken: __expectString,
|
|
@@ -2033,6 +2221,11 @@ const de_StandbyWorkspacesPropertiesList = (output, context) => {
|
|
|
2033
2221
|
});
|
|
2034
2222
|
return retVal;
|
|
2035
2223
|
};
|
|
2224
|
+
const de_UpdateWorkspacesPoolResult = (output, context) => {
|
|
2225
|
+
return take(output, {
|
|
2226
|
+
WorkspacesPool: (_) => de_WorkspacesPool(_, context),
|
|
2227
|
+
});
|
|
2228
|
+
};
|
|
2036
2229
|
const de_Workspace = (output, context) => {
|
|
2037
2230
|
return take(output, {
|
|
2038
2231
|
BundleId: __expectString,
|
|
@@ -2165,6 +2358,51 @@ const de_WorkspaceResourceAssociationList = (output, context) => {
|
|
|
2165
2358
|
});
|
|
2166
2359
|
return retVal;
|
|
2167
2360
|
};
|
|
2361
|
+
const de_WorkspacesPool = (output, context) => {
|
|
2362
|
+
return take(output, {
|
|
2363
|
+
ApplicationSettings: _json,
|
|
2364
|
+
BundleId: __expectString,
|
|
2365
|
+
CapacityStatus: _json,
|
|
2366
|
+
CreatedAt: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
2367
|
+
Description: __expectString,
|
|
2368
|
+
DirectoryId: __expectString,
|
|
2369
|
+
Errors: _json,
|
|
2370
|
+
PoolArn: __expectString,
|
|
2371
|
+
PoolId: __expectString,
|
|
2372
|
+
PoolName: __expectString,
|
|
2373
|
+
State: __expectString,
|
|
2374
|
+
TimeoutSettings: _json,
|
|
2375
|
+
});
|
|
2376
|
+
};
|
|
2377
|
+
const de_WorkspacesPools = (output, context) => {
|
|
2378
|
+
const retVal = (output || [])
|
|
2379
|
+
.filter((e) => e != null)
|
|
2380
|
+
.map((entry) => {
|
|
2381
|
+
return de_WorkspacesPool(entry, context);
|
|
2382
|
+
});
|
|
2383
|
+
return retVal;
|
|
2384
|
+
};
|
|
2385
|
+
const de_WorkspacesPoolSession = (output, context) => {
|
|
2386
|
+
return take(output, {
|
|
2387
|
+
AuthenticationType: __expectString,
|
|
2388
|
+
ConnectionState: __expectString,
|
|
2389
|
+
ExpirationTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
2390
|
+
InstanceId: __expectString,
|
|
2391
|
+
NetworkAccessConfiguration: _json,
|
|
2392
|
+
PoolId: __expectString,
|
|
2393
|
+
SessionId: __expectString,
|
|
2394
|
+
StartTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
2395
|
+
UserId: __expectString,
|
|
2396
|
+
});
|
|
2397
|
+
};
|
|
2398
|
+
const de_WorkspacesPoolSessions = (output, context) => {
|
|
2399
|
+
const retVal = (output || [])
|
|
2400
|
+
.filter((e) => e != null)
|
|
2401
|
+
.map((entry) => {
|
|
2402
|
+
return de_WorkspacesPoolSession(entry, context);
|
|
2403
|
+
});
|
|
2404
|
+
return retVal;
|
|
2405
|
+
};
|
|
2168
2406
|
const deserializeMetadata = (output) => ({
|
|
2169
2407
|
httpStatusCode: output.statusCode,
|
|
2170
2408
|
requestId: output.headers["x-amzn-requestid"] ?? output.headers["x-amzn-request-id"] ?? output.headers["x-amz-request-id"],
|
|
@@ -15,6 +15,7 @@ import { CreateUpdatedWorkspaceImageCommandInput, CreateUpdatedWorkspaceImageCom
|
|
|
15
15
|
import { CreateWorkspaceBundleCommandInput, CreateWorkspaceBundleCommandOutput } from "./commands/CreateWorkspaceBundleCommand";
|
|
16
16
|
import { CreateWorkspaceImageCommandInput, CreateWorkspaceImageCommandOutput } from "./commands/CreateWorkspaceImageCommand";
|
|
17
17
|
import { CreateWorkspacesCommandInput, CreateWorkspacesCommandOutput } from "./commands/CreateWorkspacesCommand";
|
|
18
|
+
import { CreateWorkspacesPoolCommandInput, CreateWorkspacesPoolCommandOutput } from "./commands/CreateWorkspacesPoolCommand";
|
|
18
19
|
import { DeleteAccountLinkInvitationCommandInput, DeleteAccountLinkInvitationCommandOutput } from "./commands/DeleteAccountLinkInvitationCommand";
|
|
19
20
|
import { DeleteClientBrandingCommandInput, DeleteClientBrandingCommandOutput } from "./commands/DeleteClientBrandingCommand";
|
|
20
21
|
import { DeleteConnectClientAddInCommandInput, DeleteConnectClientAddInCommandOutput } from "./commands/DeleteConnectClientAddInCommand";
|
|
@@ -46,6 +47,8 @@ import { DescribeWorkspaceImagesCommandInput, DescribeWorkspaceImagesCommandOutp
|
|
|
46
47
|
import { DescribeWorkspacesCommandInput, DescribeWorkspacesCommandOutput } from "./commands/DescribeWorkspacesCommand";
|
|
47
48
|
import { DescribeWorkspacesConnectionStatusCommandInput, DescribeWorkspacesConnectionStatusCommandOutput } from "./commands/DescribeWorkspacesConnectionStatusCommand";
|
|
48
49
|
import { DescribeWorkspaceSnapshotsCommandInput, DescribeWorkspaceSnapshotsCommandOutput } from "./commands/DescribeWorkspaceSnapshotsCommand";
|
|
50
|
+
import { DescribeWorkspacesPoolsCommandInput, DescribeWorkspacesPoolsCommandOutput } from "./commands/DescribeWorkspacesPoolsCommand";
|
|
51
|
+
import { DescribeWorkspacesPoolSessionsCommandInput, DescribeWorkspacesPoolSessionsCommandOutput } from "./commands/DescribeWorkspacesPoolSessionsCommand";
|
|
49
52
|
import { DisassociateConnectionAliasCommandInput, DisassociateConnectionAliasCommandOutput } from "./commands/DisassociateConnectionAliasCommand";
|
|
50
53
|
import { DisassociateIpGroupsCommandInput, DisassociateIpGroupsCommandOutput } from "./commands/DisassociateIpGroupsCommand";
|
|
51
54
|
import { DisassociateWorkspaceApplicationCommandInput, DisassociateWorkspaceApplicationCommandOutput } from "./commands/DisassociateWorkspaceApplicationCommand";
|
|
@@ -60,6 +63,7 @@ import { ModifyCertificateBasedAuthPropertiesCommandInput, ModifyCertificateBase
|
|
|
60
63
|
import { ModifyClientPropertiesCommandInput, ModifyClientPropertiesCommandOutput } from "./commands/ModifyClientPropertiesCommand";
|
|
61
64
|
import { ModifySamlPropertiesCommandInput, ModifySamlPropertiesCommandOutput } from "./commands/ModifySamlPropertiesCommand";
|
|
62
65
|
import { ModifySelfservicePermissionsCommandInput, ModifySelfservicePermissionsCommandOutput } from "./commands/ModifySelfservicePermissionsCommand";
|
|
66
|
+
import { ModifyStreamingPropertiesCommandInput, ModifyStreamingPropertiesCommandOutput } from "./commands/ModifyStreamingPropertiesCommand";
|
|
63
67
|
import { ModifyWorkspaceAccessPropertiesCommandInput, ModifyWorkspaceAccessPropertiesCommandOutput } from "./commands/ModifyWorkspaceAccessPropertiesCommand";
|
|
64
68
|
import { ModifyWorkspaceCreationPropertiesCommandInput, ModifyWorkspaceCreationPropertiesCommandOutput } from "./commands/ModifyWorkspaceCreationPropertiesCommand";
|
|
65
69
|
import { ModifyWorkspacePropertiesCommandInput, ModifyWorkspacePropertiesCommandOutput } from "./commands/ModifyWorkspacePropertiesCommand";
|
|
@@ -71,13 +75,18 @@ import { RejectAccountLinkInvitationCommandInput, RejectAccountLinkInvitationCom
|
|
|
71
75
|
import { RestoreWorkspaceCommandInput, RestoreWorkspaceCommandOutput } from "./commands/RestoreWorkspaceCommand";
|
|
72
76
|
import { RevokeIpRulesCommandInput, RevokeIpRulesCommandOutput } from "./commands/RevokeIpRulesCommand";
|
|
73
77
|
import { StartWorkspacesCommandInput, StartWorkspacesCommandOutput } from "./commands/StartWorkspacesCommand";
|
|
78
|
+
import { StartWorkspacesPoolCommandInput, StartWorkspacesPoolCommandOutput } from "./commands/StartWorkspacesPoolCommand";
|
|
74
79
|
import { StopWorkspacesCommandInput, StopWorkspacesCommandOutput } from "./commands/StopWorkspacesCommand";
|
|
80
|
+
import { StopWorkspacesPoolCommandInput, StopWorkspacesPoolCommandOutput } from "./commands/StopWorkspacesPoolCommand";
|
|
75
81
|
import { TerminateWorkspacesCommandInput, TerminateWorkspacesCommandOutput } from "./commands/TerminateWorkspacesCommand";
|
|
82
|
+
import { TerminateWorkspacesPoolCommandInput, TerminateWorkspacesPoolCommandOutput } from "./commands/TerminateWorkspacesPoolCommand";
|
|
83
|
+
import { TerminateWorkspacesPoolSessionCommandInput, TerminateWorkspacesPoolSessionCommandOutput } from "./commands/TerminateWorkspacesPoolSessionCommand";
|
|
76
84
|
import { UpdateConnectClientAddInCommandInput, UpdateConnectClientAddInCommandOutput } from "./commands/UpdateConnectClientAddInCommand";
|
|
77
85
|
import { UpdateConnectionAliasPermissionCommandInput, UpdateConnectionAliasPermissionCommandOutput } from "./commands/UpdateConnectionAliasPermissionCommand";
|
|
78
86
|
import { UpdateRulesOfIpGroupCommandInput, UpdateRulesOfIpGroupCommandOutput } from "./commands/UpdateRulesOfIpGroupCommand";
|
|
79
87
|
import { UpdateWorkspaceBundleCommandInput, UpdateWorkspaceBundleCommandOutput } from "./commands/UpdateWorkspaceBundleCommand";
|
|
80
88
|
import { UpdateWorkspaceImagePermissionCommandInput, UpdateWorkspaceImagePermissionCommandOutput } from "./commands/UpdateWorkspaceImagePermissionCommand";
|
|
89
|
+
import { UpdateWorkspacesPoolCommandInput, UpdateWorkspacesPoolCommandOutput } from "./commands/UpdateWorkspacesPoolCommand";
|
|
81
90
|
import { WorkSpacesClient } from "./WorkSpacesClient";
|
|
82
91
|
export interface WorkSpaces {
|
|
83
92
|
/**
|
|
@@ -176,6 +185,12 @@ export interface WorkSpaces {
|
|
|
176
185
|
createWorkspaces(args: CreateWorkspacesCommandInput, options?: __HttpHandlerOptions): Promise<CreateWorkspacesCommandOutput>;
|
|
177
186
|
createWorkspaces(args: CreateWorkspacesCommandInput, cb: (err: any, data?: CreateWorkspacesCommandOutput) => void): void;
|
|
178
187
|
createWorkspaces(args: CreateWorkspacesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateWorkspacesCommandOutput) => void): void;
|
|
188
|
+
/**
|
|
189
|
+
* @see {@link CreateWorkspacesPoolCommand}
|
|
190
|
+
*/
|
|
191
|
+
createWorkspacesPool(args: CreateWorkspacesPoolCommandInput, options?: __HttpHandlerOptions): Promise<CreateWorkspacesPoolCommandOutput>;
|
|
192
|
+
createWorkspacesPool(args: CreateWorkspacesPoolCommandInput, cb: (err: any, data?: CreateWorkspacesPoolCommandOutput) => void): void;
|
|
193
|
+
createWorkspacesPool(args: CreateWorkspacesPoolCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateWorkspacesPoolCommandOutput) => void): void;
|
|
179
194
|
/**
|
|
180
195
|
* @see {@link DeleteAccountLinkInvitationCommand}
|
|
181
196
|
*/
|
|
@@ -373,6 +388,19 @@ export interface WorkSpaces {
|
|
|
373
388
|
describeWorkspaceSnapshots(args: DescribeWorkspaceSnapshotsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeWorkspaceSnapshotsCommandOutput>;
|
|
374
389
|
describeWorkspaceSnapshots(args: DescribeWorkspaceSnapshotsCommandInput, cb: (err: any, data?: DescribeWorkspaceSnapshotsCommandOutput) => void): void;
|
|
375
390
|
describeWorkspaceSnapshots(args: DescribeWorkspaceSnapshotsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeWorkspaceSnapshotsCommandOutput) => void): void;
|
|
391
|
+
/**
|
|
392
|
+
* @see {@link DescribeWorkspacesPoolsCommand}
|
|
393
|
+
*/
|
|
394
|
+
describeWorkspacesPools(): Promise<DescribeWorkspacesPoolsCommandOutput>;
|
|
395
|
+
describeWorkspacesPools(args: DescribeWorkspacesPoolsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeWorkspacesPoolsCommandOutput>;
|
|
396
|
+
describeWorkspacesPools(args: DescribeWorkspacesPoolsCommandInput, cb: (err: any, data?: DescribeWorkspacesPoolsCommandOutput) => void): void;
|
|
397
|
+
describeWorkspacesPools(args: DescribeWorkspacesPoolsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeWorkspacesPoolsCommandOutput) => void): void;
|
|
398
|
+
/**
|
|
399
|
+
* @see {@link DescribeWorkspacesPoolSessionsCommand}
|
|
400
|
+
*/
|
|
401
|
+
describeWorkspacesPoolSessions(args: DescribeWorkspacesPoolSessionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeWorkspacesPoolSessionsCommandOutput>;
|
|
402
|
+
describeWorkspacesPoolSessions(args: DescribeWorkspacesPoolSessionsCommandInput, cb: (err: any, data?: DescribeWorkspacesPoolSessionsCommandOutput) => void): void;
|
|
403
|
+
describeWorkspacesPoolSessions(args: DescribeWorkspacesPoolSessionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeWorkspacesPoolSessionsCommandOutput) => void): void;
|
|
376
404
|
/**
|
|
377
405
|
* @see {@link DisassociateConnectionAliasCommand}
|
|
378
406
|
*/
|
|
@@ -460,6 +488,12 @@ export interface WorkSpaces {
|
|
|
460
488
|
modifySelfservicePermissions(args: ModifySelfservicePermissionsCommandInput, options?: __HttpHandlerOptions): Promise<ModifySelfservicePermissionsCommandOutput>;
|
|
461
489
|
modifySelfservicePermissions(args: ModifySelfservicePermissionsCommandInput, cb: (err: any, data?: ModifySelfservicePermissionsCommandOutput) => void): void;
|
|
462
490
|
modifySelfservicePermissions(args: ModifySelfservicePermissionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifySelfservicePermissionsCommandOutput) => void): void;
|
|
491
|
+
/**
|
|
492
|
+
* @see {@link ModifyStreamingPropertiesCommand}
|
|
493
|
+
*/
|
|
494
|
+
modifyStreamingProperties(args: ModifyStreamingPropertiesCommandInput, options?: __HttpHandlerOptions): Promise<ModifyStreamingPropertiesCommandOutput>;
|
|
495
|
+
modifyStreamingProperties(args: ModifyStreamingPropertiesCommandInput, cb: (err: any, data?: ModifyStreamingPropertiesCommandOutput) => void): void;
|
|
496
|
+
modifyStreamingProperties(args: ModifyStreamingPropertiesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyStreamingPropertiesCommandOutput) => void): void;
|
|
463
497
|
/**
|
|
464
498
|
* @see {@link ModifyWorkspaceAccessPropertiesCommand}
|
|
465
499
|
*/
|
|
@@ -499,6 +533,7 @@ export interface WorkSpaces {
|
|
|
499
533
|
/**
|
|
500
534
|
* @see {@link RegisterWorkspaceDirectoryCommand}
|
|
501
535
|
*/
|
|
536
|
+
registerWorkspaceDirectory(): Promise<RegisterWorkspaceDirectoryCommandOutput>;
|
|
502
537
|
registerWorkspaceDirectory(args: RegisterWorkspaceDirectoryCommandInput, options?: __HttpHandlerOptions): Promise<RegisterWorkspaceDirectoryCommandOutput>;
|
|
503
538
|
registerWorkspaceDirectory(args: RegisterWorkspaceDirectoryCommandInput, cb: (err: any, data?: RegisterWorkspaceDirectoryCommandOutput) => void): void;
|
|
504
539
|
registerWorkspaceDirectory(args: RegisterWorkspaceDirectoryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RegisterWorkspaceDirectoryCommandOutput) => void): void;
|
|
@@ -526,18 +561,42 @@ export interface WorkSpaces {
|
|
|
526
561
|
startWorkspaces(args: StartWorkspacesCommandInput, options?: __HttpHandlerOptions): Promise<StartWorkspacesCommandOutput>;
|
|
527
562
|
startWorkspaces(args: StartWorkspacesCommandInput, cb: (err: any, data?: StartWorkspacesCommandOutput) => void): void;
|
|
528
563
|
startWorkspaces(args: StartWorkspacesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartWorkspacesCommandOutput) => void): void;
|
|
564
|
+
/**
|
|
565
|
+
* @see {@link StartWorkspacesPoolCommand}
|
|
566
|
+
*/
|
|
567
|
+
startWorkspacesPool(args: StartWorkspacesPoolCommandInput, options?: __HttpHandlerOptions): Promise<StartWorkspacesPoolCommandOutput>;
|
|
568
|
+
startWorkspacesPool(args: StartWorkspacesPoolCommandInput, cb: (err: any, data?: StartWorkspacesPoolCommandOutput) => void): void;
|
|
569
|
+
startWorkspacesPool(args: StartWorkspacesPoolCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartWorkspacesPoolCommandOutput) => void): void;
|
|
529
570
|
/**
|
|
530
571
|
* @see {@link StopWorkspacesCommand}
|
|
531
572
|
*/
|
|
532
573
|
stopWorkspaces(args: StopWorkspacesCommandInput, options?: __HttpHandlerOptions): Promise<StopWorkspacesCommandOutput>;
|
|
533
574
|
stopWorkspaces(args: StopWorkspacesCommandInput, cb: (err: any, data?: StopWorkspacesCommandOutput) => void): void;
|
|
534
575
|
stopWorkspaces(args: StopWorkspacesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopWorkspacesCommandOutput) => void): void;
|
|
576
|
+
/**
|
|
577
|
+
* @see {@link StopWorkspacesPoolCommand}
|
|
578
|
+
*/
|
|
579
|
+
stopWorkspacesPool(args: StopWorkspacesPoolCommandInput, options?: __HttpHandlerOptions): Promise<StopWorkspacesPoolCommandOutput>;
|
|
580
|
+
stopWorkspacesPool(args: StopWorkspacesPoolCommandInput, cb: (err: any, data?: StopWorkspacesPoolCommandOutput) => void): void;
|
|
581
|
+
stopWorkspacesPool(args: StopWorkspacesPoolCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopWorkspacesPoolCommandOutput) => void): void;
|
|
535
582
|
/**
|
|
536
583
|
* @see {@link TerminateWorkspacesCommand}
|
|
537
584
|
*/
|
|
538
585
|
terminateWorkspaces(args: TerminateWorkspacesCommandInput, options?: __HttpHandlerOptions): Promise<TerminateWorkspacesCommandOutput>;
|
|
539
586
|
terminateWorkspaces(args: TerminateWorkspacesCommandInput, cb: (err: any, data?: TerminateWorkspacesCommandOutput) => void): void;
|
|
540
587
|
terminateWorkspaces(args: TerminateWorkspacesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TerminateWorkspacesCommandOutput) => void): void;
|
|
588
|
+
/**
|
|
589
|
+
* @see {@link TerminateWorkspacesPoolCommand}
|
|
590
|
+
*/
|
|
591
|
+
terminateWorkspacesPool(args: TerminateWorkspacesPoolCommandInput, options?: __HttpHandlerOptions): Promise<TerminateWorkspacesPoolCommandOutput>;
|
|
592
|
+
terminateWorkspacesPool(args: TerminateWorkspacesPoolCommandInput, cb: (err: any, data?: TerminateWorkspacesPoolCommandOutput) => void): void;
|
|
593
|
+
terminateWorkspacesPool(args: TerminateWorkspacesPoolCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TerminateWorkspacesPoolCommandOutput) => void): void;
|
|
594
|
+
/**
|
|
595
|
+
* @see {@link TerminateWorkspacesPoolSessionCommand}
|
|
596
|
+
*/
|
|
597
|
+
terminateWorkspacesPoolSession(args: TerminateWorkspacesPoolSessionCommandInput, options?: __HttpHandlerOptions): Promise<TerminateWorkspacesPoolSessionCommandOutput>;
|
|
598
|
+
terminateWorkspacesPoolSession(args: TerminateWorkspacesPoolSessionCommandInput, cb: (err: any, data?: TerminateWorkspacesPoolSessionCommandOutput) => void): void;
|
|
599
|
+
terminateWorkspacesPoolSession(args: TerminateWorkspacesPoolSessionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TerminateWorkspacesPoolSessionCommandOutput) => void): void;
|
|
541
600
|
/**
|
|
542
601
|
* @see {@link UpdateConnectClientAddInCommand}
|
|
543
602
|
*/
|
|
@@ -569,6 +628,12 @@ export interface WorkSpaces {
|
|
|
569
628
|
updateWorkspaceImagePermission(args: UpdateWorkspaceImagePermissionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateWorkspaceImagePermissionCommandOutput>;
|
|
570
629
|
updateWorkspaceImagePermission(args: UpdateWorkspaceImagePermissionCommandInput, cb: (err: any, data?: UpdateWorkspaceImagePermissionCommandOutput) => void): void;
|
|
571
630
|
updateWorkspaceImagePermission(args: UpdateWorkspaceImagePermissionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateWorkspaceImagePermissionCommandOutput) => void): void;
|
|
631
|
+
/**
|
|
632
|
+
* @see {@link UpdateWorkspacesPoolCommand}
|
|
633
|
+
*/
|
|
634
|
+
updateWorkspacesPool(args: UpdateWorkspacesPoolCommandInput, options?: __HttpHandlerOptions): Promise<UpdateWorkspacesPoolCommandOutput>;
|
|
635
|
+
updateWorkspacesPool(args: UpdateWorkspacesPoolCommandInput, cb: (err: any, data?: UpdateWorkspacesPoolCommandOutput) => void): void;
|
|
636
|
+
updateWorkspacesPool(args: UpdateWorkspacesPoolCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateWorkspacesPoolCommandOutput) => void): void;
|
|
572
637
|
}
|
|
573
638
|
/**
|
|
574
639
|
* <fullname>Amazon WorkSpaces Service</fullname>
|
|
@@ -23,6 +23,7 @@ import { CreateUpdatedWorkspaceImageCommandInput, CreateUpdatedWorkspaceImageCom
|
|
|
23
23
|
import { CreateWorkspaceBundleCommandInput, CreateWorkspaceBundleCommandOutput } from "./commands/CreateWorkspaceBundleCommand";
|
|
24
24
|
import { CreateWorkspaceImageCommandInput, CreateWorkspaceImageCommandOutput } from "./commands/CreateWorkspaceImageCommand";
|
|
25
25
|
import { CreateWorkspacesCommandInput, CreateWorkspacesCommandOutput } from "./commands/CreateWorkspacesCommand";
|
|
26
|
+
import { CreateWorkspacesPoolCommandInput, CreateWorkspacesPoolCommandOutput } from "./commands/CreateWorkspacesPoolCommand";
|
|
26
27
|
import { DeleteAccountLinkInvitationCommandInput, DeleteAccountLinkInvitationCommandOutput } from "./commands/DeleteAccountLinkInvitationCommand";
|
|
27
28
|
import { DeleteClientBrandingCommandInput, DeleteClientBrandingCommandOutput } from "./commands/DeleteClientBrandingCommand";
|
|
28
29
|
import { DeleteConnectClientAddInCommandInput, DeleteConnectClientAddInCommandOutput } from "./commands/DeleteConnectClientAddInCommand";
|
|
@@ -54,6 +55,8 @@ import { DescribeWorkspaceImagesCommandInput, DescribeWorkspaceImagesCommandOutp
|
|
|
54
55
|
import { DescribeWorkspacesCommandInput, DescribeWorkspacesCommandOutput } from "./commands/DescribeWorkspacesCommand";
|
|
55
56
|
import { DescribeWorkspacesConnectionStatusCommandInput, DescribeWorkspacesConnectionStatusCommandOutput } from "./commands/DescribeWorkspacesConnectionStatusCommand";
|
|
56
57
|
import { DescribeWorkspaceSnapshotsCommandInput, DescribeWorkspaceSnapshotsCommandOutput } from "./commands/DescribeWorkspaceSnapshotsCommand";
|
|
58
|
+
import { DescribeWorkspacesPoolsCommandInput, DescribeWorkspacesPoolsCommandOutput } from "./commands/DescribeWorkspacesPoolsCommand";
|
|
59
|
+
import { DescribeWorkspacesPoolSessionsCommandInput, DescribeWorkspacesPoolSessionsCommandOutput } from "./commands/DescribeWorkspacesPoolSessionsCommand";
|
|
57
60
|
import { DisassociateConnectionAliasCommandInput, DisassociateConnectionAliasCommandOutput } from "./commands/DisassociateConnectionAliasCommand";
|
|
58
61
|
import { DisassociateIpGroupsCommandInput, DisassociateIpGroupsCommandOutput } from "./commands/DisassociateIpGroupsCommand";
|
|
59
62
|
import { DisassociateWorkspaceApplicationCommandInput, DisassociateWorkspaceApplicationCommandOutput } from "./commands/DisassociateWorkspaceApplicationCommand";
|
|
@@ -68,6 +71,7 @@ import { ModifyCertificateBasedAuthPropertiesCommandInput, ModifyCertificateBase
|
|
|
68
71
|
import { ModifyClientPropertiesCommandInput, ModifyClientPropertiesCommandOutput } from "./commands/ModifyClientPropertiesCommand";
|
|
69
72
|
import { ModifySamlPropertiesCommandInput, ModifySamlPropertiesCommandOutput } from "./commands/ModifySamlPropertiesCommand";
|
|
70
73
|
import { ModifySelfservicePermissionsCommandInput, ModifySelfservicePermissionsCommandOutput } from "./commands/ModifySelfservicePermissionsCommand";
|
|
74
|
+
import { ModifyStreamingPropertiesCommandInput, ModifyStreamingPropertiesCommandOutput } from "./commands/ModifyStreamingPropertiesCommand";
|
|
71
75
|
import { ModifyWorkspaceAccessPropertiesCommandInput, ModifyWorkspaceAccessPropertiesCommandOutput } from "./commands/ModifyWorkspaceAccessPropertiesCommand";
|
|
72
76
|
import { ModifyWorkspaceCreationPropertiesCommandInput, ModifyWorkspaceCreationPropertiesCommandOutput } from "./commands/ModifyWorkspaceCreationPropertiesCommand";
|
|
73
77
|
import { ModifyWorkspacePropertiesCommandInput, ModifyWorkspacePropertiesCommandOutput } from "./commands/ModifyWorkspacePropertiesCommand";
|
|
@@ -79,24 +83,29 @@ import { RejectAccountLinkInvitationCommandInput, RejectAccountLinkInvitationCom
|
|
|
79
83
|
import { RestoreWorkspaceCommandInput, RestoreWorkspaceCommandOutput } from "./commands/RestoreWorkspaceCommand";
|
|
80
84
|
import { RevokeIpRulesCommandInput, RevokeIpRulesCommandOutput } from "./commands/RevokeIpRulesCommand";
|
|
81
85
|
import { StartWorkspacesCommandInput, StartWorkspacesCommandOutput } from "./commands/StartWorkspacesCommand";
|
|
86
|
+
import { StartWorkspacesPoolCommandInput, StartWorkspacesPoolCommandOutput } from "./commands/StartWorkspacesPoolCommand";
|
|
82
87
|
import { StopWorkspacesCommandInput, StopWorkspacesCommandOutput } from "./commands/StopWorkspacesCommand";
|
|
88
|
+
import { StopWorkspacesPoolCommandInput, StopWorkspacesPoolCommandOutput } from "./commands/StopWorkspacesPoolCommand";
|
|
83
89
|
import { TerminateWorkspacesCommandInput, TerminateWorkspacesCommandOutput } from "./commands/TerminateWorkspacesCommand";
|
|
90
|
+
import { TerminateWorkspacesPoolCommandInput, TerminateWorkspacesPoolCommandOutput } from "./commands/TerminateWorkspacesPoolCommand";
|
|
91
|
+
import { TerminateWorkspacesPoolSessionCommandInput, TerminateWorkspacesPoolSessionCommandOutput } from "./commands/TerminateWorkspacesPoolSessionCommand";
|
|
84
92
|
import { UpdateConnectClientAddInCommandInput, UpdateConnectClientAddInCommandOutput } from "./commands/UpdateConnectClientAddInCommand";
|
|
85
93
|
import { UpdateConnectionAliasPermissionCommandInput, UpdateConnectionAliasPermissionCommandOutput } from "./commands/UpdateConnectionAliasPermissionCommand";
|
|
86
94
|
import { UpdateRulesOfIpGroupCommandInput, UpdateRulesOfIpGroupCommandOutput } from "./commands/UpdateRulesOfIpGroupCommand";
|
|
87
95
|
import { UpdateWorkspaceBundleCommandInput, UpdateWorkspaceBundleCommandOutput } from "./commands/UpdateWorkspaceBundleCommand";
|
|
88
96
|
import { UpdateWorkspaceImagePermissionCommandInput, UpdateWorkspaceImagePermissionCommandOutput } from "./commands/UpdateWorkspaceImagePermissionCommand";
|
|
97
|
+
import { UpdateWorkspacesPoolCommandInput, UpdateWorkspacesPoolCommandOutput } from "./commands/UpdateWorkspacesPoolCommand";
|
|
89
98
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
90
99
|
import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
91
100
|
export { __Client };
|
|
92
101
|
/**
|
|
93
102
|
* @public
|
|
94
103
|
*/
|
|
95
|
-
export type ServiceInputTypes = AcceptAccountLinkInvitationCommandInput | AssociateConnectionAliasCommandInput | AssociateIpGroupsCommandInput | AssociateWorkspaceApplicationCommandInput | AuthorizeIpRulesCommandInput | CopyWorkspaceImageCommandInput | CreateAccountLinkInvitationCommandInput | CreateConnectClientAddInCommandInput | CreateConnectionAliasCommandInput | CreateIpGroupCommandInput | CreateStandbyWorkspacesCommandInput | CreateTagsCommandInput | CreateUpdatedWorkspaceImageCommandInput | CreateWorkspaceBundleCommandInput | CreateWorkspaceImageCommandInput | CreateWorkspacesCommandInput | DeleteAccountLinkInvitationCommandInput | DeleteClientBrandingCommandInput | DeleteConnectClientAddInCommandInput | DeleteConnectionAliasCommandInput | DeleteIpGroupCommandInput | DeleteTagsCommandInput | DeleteWorkspaceBundleCommandInput | DeleteWorkspaceImageCommandInput | DeployWorkspaceApplicationsCommandInput | DeregisterWorkspaceDirectoryCommandInput | DescribeAccountCommandInput | DescribeAccountModificationsCommandInput | DescribeApplicationAssociationsCommandInput | DescribeApplicationsCommandInput | DescribeBundleAssociationsCommandInput | DescribeClientBrandingCommandInput | DescribeClientPropertiesCommandInput | DescribeConnectClientAddInsCommandInput | DescribeConnectionAliasPermissionsCommandInput | DescribeConnectionAliasesCommandInput | DescribeImageAssociationsCommandInput | DescribeIpGroupsCommandInput | DescribeTagsCommandInput | DescribeWorkspaceAssociationsCommandInput | DescribeWorkspaceBundlesCommandInput | DescribeWorkspaceDirectoriesCommandInput | DescribeWorkspaceImagePermissionsCommandInput | DescribeWorkspaceImagesCommandInput | DescribeWorkspaceSnapshotsCommandInput | DescribeWorkspacesCommandInput | DescribeWorkspacesConnectionStatusCommandInput | DisassociateConnectionAliasCommandInput | DisassociateIpGroupsCommandInput | DisassociateWorkspaceApplicationCommandInput | GetAccountLinkCommandInput | ImportClientBrandingCommandInput | ImportWorkspaceImageCommandInput | ListAccountLinksCommandInput | ListAvailableManagementCidrRangesCommandInput | MigrateWorkspaceCommandInput | ModifyAccountCommandInput | ModifyCertificateBasedAuthPropertiesCommandInput | ModifyClientPropertiesCommandInput | ModifySamlPropertiesCommandInput | ModifySelfservicePermissionsCommandInput | ModifyWorkspaceAccessPropertiesCommandInput | ModifyWorkspaceCreationPropertiesCommandInput | ModifyWorkspacePropertiesCommandInput | ModifyWorkspaceStateCommandInput | RebootWorkspacesCommandInput | RebuildWorkspacesCommandInput | RegisterWorkspaceDirectoryCommandInput | RejectAccountLinkInvitationCommandInput | RestoreWorkspaceCommandInput | RevokeIpRulesCommandInput | StartWorkspacesCommandInput | StopWorkspacesCommandInput | TerminateWorkspacesCommandInput | UpdateConnectClientAddInCommandInput | UpdateConnectionAliasPermissionCommandInput | UpdateRulesOfIpGroupCommandInput | UpdateWorkspaceBundleCommandInput | UpdateWorkspaceImagePermissionCommandInput;
|
|
104
|
+
export type ServiceInputTypes = AcceptAccountLinkInvitationCommandInput | AssociateConnectionAliasCommandInput | AssociateIpGroupsCommandInput | AssociateWorkspaceApplicationCommandInput | AuthorizeIpRulesCommandInput | CopyWorkspaceImageCommandInput | CreateAccountLinkInvitationCommandInput | CreateConnectClientAddInCommandInput | CreateConnectionAliasCommandInput | CreateIpGroupCommandInput | CreateStandbyWorkspacesCommandInput | CreateTagsCommandInput | CreateUpdatedWorkspaceImageCommandInput | CreateWorkspaceBundleCommandInput | CreateWorkspaceImageCommandInput | CreateWorkspacesCommandInput | CreateWorkspacesPoolCommandInput | DeleteAccountLinkInvitationCommandInput | DeleteClientBrandingCommandInput | DeleteConnectClientAddInCommandInput | DeleteConnectionAliasCommandInput | DeleteIpGroupCommandInput | DeleteTagsCommandInput | DeleteWorkspaceBundleCommandInput | DeleteWorkspaceImageCommandInput | DeployWorkspaceApplicationsCommandInput | DeregisterWorkspaceDirectoryCommandInput | DescribeAccountCommandInput | DescribeAccountModificationsCommandInput | DescribeApplicationAssociationsCommandInput | DescribeApplicationsCommandInput | DescribeBundleAssociationsCommandInput | DescribeClientBrandingCommandInput | DescribeClientPropertiesCommandInput | DescribeConnectClientAddInsCommandInput | DescribeConnectionAliasPermissionsCommandInput | DescribeConnectionAliasesCommandInput | DescribeImageAssociationsCommandInput | DescribeIpGroupsCommandInput | DescribeTagsCommandInput | DescribeWorkspaceAssociationsCommandInput | DescribeWorkspaceBundlesCommandInput | DescribeWorkspaceDirectoriesCommandInput | DescribeWorkspaceImagePermissionsCommandInput | DescribeWorkspaceImagesCommandInput | DescribeWorkspaceSnapshotsCommandInput | DescribeWorkspacesCommandInput | DescribeWorkspacesConnectionStatusCommandInput | DescribeWorkspacesPoolSessionsCommandInput | DescribeWorkspacesPoolsCommandInput | DisassociateConnectionAliasCommandInput | DisassociateIpGroupsCommandInput | DisassociateWorkspaceApplicationCommandInput | GetAccountLinkCommandInput | ImportClientBrandingCommandInput | ImportWorkspaceImageCommandInput | ListAccountLinksCommandInput | ListAvailableManagementCidrRangesCommandInput | MigrateWorkspaceCommandInput | ModifyAccountCommandInput | ModifyCertificateBasedAuthPropertiesCommandInput | ModifyClientPropertiesCommandInput | ModifySamlPropertiesCommandInput | ModifySelfservicePermissionsCommandInput | ModifyStreamingPropertiesCommandInput | ModifyWorkspaceAccessPropertiesCommandInput | ModifyWorkspaceCreationPropertiesCommandInput | ModifyWorkspacePropertiesCommandInput | ModifyWorkspaceStateCommandInput | RebootWorkspacesCommandInput | RebuildWorkspacesCommandInput | RegisterWorkspaceDirectoryCommandInput | RejectAccountLinkInvitationCommandInput | RestoreWorkspaceCommandInput | RevokeIpRulesCommandInput | StartWorkspacesCommandInput | StartWorkspacesPoolCommandInput | StopWorkspacesCommandInput | StopWorkspacesPoolCommandInput | TerminateWorkspacesCommandInput | TerminateWorkspacesPoolCommandInput | TerminateWorkspacesPoolSessionCommandInput | UpdateConnectClientAddInCommandInput | UpdateConnectionAliasPermissionCommandInput | UpdateRulesOfIpGroupCommandInput | UpdateWorkspaceBundleCommandInput | UpdateWorkspaceImagePermissionCommandInput | UpdateWorkspacesPoolCommandInput;
|
|
96
105
|
/**
|
|
97
106
|
* @public
|
|
98
107
|
*/
|
|
99
|
-
export type ServiceOutputTypes = AcceptAccountLinkInvitationCommandOutput | AssociateConnectionAliasCommandOutput | AssociateIpGroupsCommandOutput | AssociateWorkspaceApplicationCommandOutput | AuthorizeIpRulesCommandOutput | CopyWorkspaceImageCommandOutput | CreateAccountLinkInvitationCommandOutput | CreateConnectClientAddInCommandOutput | CreateConnectionAliasCommandOutput | CreateIpGroupCommandOutput | CreateStandbyWorkspacesCommandOutput | CreateTagsCommandOutput | CreateUpdatedWorkspaceImageCommandOutput | CreateWorkspaceBundleCommandOutput | CreateWorkspaceImageCommandOutput | CreateWorkspacesCommandOutput | DeleteAccountLinkInvitationCommandOutput | DeleteClientBrandingCommandOutput | DeleteConnectClientAddInCommandOutput | DeleteConnectionAliasCommandOutput | DeleteIpGroupCommandOutput | DeleteTagsCommandOutput | DeleteWorkspaceBundleCommandOutput | DeleteWorkspaceImageCommandOutput | DeployWorkspaceApplicationsCommandOutput | DeregisterWorkspaceDirectoryCommandOutput | DescribeAccountCommandOutput | DescribeAccountModificationsCommandOutput | DescribeApplicationAssociationsCommandOutput | DescribeApplicationsCommandOutput | DescribeBundleAssociationsCommandOutput | DescribeClientBrandingCommandOutput | DescribeClientPropertiesCommandOutput | DescribeConnectClientAddInsCommandOutput | DescribeConnectionAliasPermissionsCommandOutput | DescribeConnectionAliasesCommandOutput | DescribeImageAssociationsCommandOutput | DescribeIpGroupsCommandOutput | DescribeTagsCommandOutput | DescribeWorkspaceAssociationsCommandOutput | DescribeWorkspaceBundlesCommandOutput | DescribeWorkspaceDirectoriesCommandOutput | DescribeWorkspaceImagePermissionsCommandOutput | DescribeWorkspaceImagesCommandOutput | DescribeWorkspaceSnapshotsCommandOutput | DescribeWorkspacesCommandOutput | DescribeWorkspacesConnectionStatusCommandOutput | DisassociateConnectionAliasCommandOutput | DisassociateIpGroupsCommandOutput | DisassociateWorkspaceApplicationCommandOutput | GetAccountLinkCommandOutput | ImportClientBrandingCommandOutput | ImportWorkspaceImageCommandOutput | ListAccountLinksCommandOutput | ListAvailableManagementCidrRangesCommandOutput | MigrateWorkspaceCommandOutput | ModifyAccountCommandOutput | ModifyCertificateBasedAuthPropertiesCommandOutput | ModifyClientPropertiesCommandOutput | ModifySamlPropertiesCommandOutput | ModifySelfservicePermissionsCommandOutput | ModifyWorkspaceAccessPropertiesCommandOutput | ModifyWorkspaceCreationPropertiesCommandOutput | ModifyWorkspacePropertiesCommandOutput | ModifyWorkspaceStateCommandOutput | RebootWorkspacesCommandOutput | RebuildWorkspacesCommandOutput | RegisterWorkspaceDirectoryCommandOutput | RejectAccountLinkInvitationCommandOutput | RestoreWorkspaceCommandOutput | RevokeIpRulesCommandOutput | StartWorkspacesCommandOutput | StopWorkspacesCommandOutput | TerminateWorkspacesCommandOutput | UpdateConnectClientAddInCommandOutput | UpdateConnectionAliasPermissionCommandOutput | UpdateRulesOfIpGroupCommandOutput | UpdateWorkspaceBundleCommandOutput | UpdateWorkspaceImagePermissionCommandOutput;
|
|
108
|
+
export type ServiceOutputTypes = AcceptAccountLinkInvitationCommandOutput | AssociateConnectionAliasCommandOutput | AssociateIpGroupsCommandOutput | AssociateWorkspaceApplicationCommandOutput | AuthorizeIpRulesCommandOutput | CopyWorkspaceImageCommandOutput | CreateAccountLinkInvitationCommandOutput | CreateConnectClientAddInCommandOutput | CreateConnectionAliasCommandOutput | CreateIpGroupCommandOutput | CreateStandbyWorkspacesCommandOutput | CreateTagsCommandOutput | CreateUpdatedWorkspaceImageCommandOutput | CreateWorkspaceBundleCommandOutput | CreateWorkspaceImageCommandOutput | CreateWorkspacesCommandOutput | CreateWorkspacesPoolCommandOutput | DeleteAccountLinkInvitationCommandOutput | DeleteClientBrandingCommandOutput | DeleteConnectClientAddInCommandOutput | DeleteConnectionAliasCommandOutput | DeleteIpGroupCommandOutput | DeleteTagsCommandOutput | DeleteWorkspaceBundleCommandOutput | DeleteWorkspaceImageCommandOutput | DeployWorkspaceApplicationsCommandOutput | DeregisterWorkspaceDirectoryCommandOutput | DescribeAccountCommandOutput | DescribeAccountModificationsCommandOutput | DescribeApplicationAssociationsCommandOutput | DescribeApplicationsCommandOutput | DescribeBundleAssociationsCommandOutput | DescribeClientBrandingCommandOutput | DescribeClientPropertiesCommandOutput | DescribeConnectClientAddInsCommandOutput | DescribeConnectionAliasPermissionsCommandOutput | DescribeConnectionAliasesCommandOutput | DescribeImageAssociationsCommandOutput | DescribeIpGroupsCommandOutput | DescribeTagsCommandOutput | DescribeWorkspaceAssociationsCommandOutput | DescribeWorkspaceBundlesCommandOutput | DescribeWorkspaceDirectoriesCommandOutput | DescribeWorkspaceImagePermissionsCommandOutput | DescribeWorkspaceImagesCommandOutput | DescribeWorkspaceSnapshotsCommandOutput | DescribeWorkspacesCommandOutput | DescribeWorkspacesConnectionStatusCommandOutput | DescribeWorkspacesPoolSessionsCommandOutput | DescribeWorkspacesPoolsCommandOutput | DisassociateConnectionAliasCommandOutput | DisassociateIpGroupsCommandOutput | DisassociateWorkspaceApplicationCommandOutput | GetAccountLinkCommandOutput | ImportClientBrandingCommandOutput | ImportWorkspaceImageCommandOutput | ListAccountLinksCommandOutput | ListAvailableManagementCidrRangesCommandOutput | MigrateWorkspaceCommandOutput | ModifyAccountCommandOutput | ModifyCertificateBasedAuthPropertiesCommandOutput | ModifyClientPropertiesCommandOutput | ModifySamlPropertiesCommandOutput | ModifySelfservicePermissionsCommandOutput | ModifyStreamingPropertiesCommandOutput | ModifyWorkspaceAccessPropertiesCommandOutput | ModifyWorkspaceCreationPropertiesCommandOutput | ModifyWorkspacePropertiesCommandOutput | ModifyWorkspaceStateCommandOutput | RebootWorkspacesCommandOutput | RebuildWorkspacesCommandOutput | RegisterWorkspaceDirectoryCommandOutput | RejectAccountLinkInvitationCommandOutput | RestoreWorkspaceCommandOutput | RevokeIpRulesCommandOutput | StartWorkspacesCommandOutput | StartWorkspacesPoolCommandOutput | StopWorkspacesCommandOutput | StopWorkspacesPoolCommandOutput | TerminateWorkspacesCommandOutput | TerminateWorkspacesPoolCommandOutput | TerminateWorkspacesPoolSessionCommandOutput | UpdateConnectClientAddInCommandOutput | UpdateConnectionAliasPermissionCommandOutput | UpdateRulesOfIpGroupCommandOutput | UpdateWorkspaceBundleCommandOutput | UpdateWorkspaceImagePermissionCommandOutput | UpdateWorkspacesPoolCommandOutput;
|
|
100
109
|
/**
|
|
101
110
|
* @public
|
|
102
111
|
*/
|
|
@@ -71,7 +71,7 @@ declare const CreateWorkspacesCommand_base: {
|
|
|
71
71
|
* Protocols: [ // ProtocolList
|
|
72
72
|
* "PCOIP" || "WSP",
|
|
73
73
|
* ],
|
|
74
|
-
* OperatingSystemName: "AMAZON_LINUX_2" || "UBUNTU_18_04" || "UBUNTU_20_04" || "UBUNTU_22_04" || "UNKNOWN" || "WINDOWS_10" || "WINDOWS_11" || "WINDOWS_7" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022",
|
|
74
|
+
* OperatingSystemName: "AMAZON_LINUX_2" || "UBUNTU_18_04" || "UBUNTU_20_04" || "UBUNTU_22_04" || "UNKNOWN" || "WINDOWS_10" || "WINDOWS_11" || "WINDOWS_7" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "RHEL_8",
|
|
75
75
|
* },
|
|
76
76
|
* Tags: [ // TagList
|
|
77
77
|
* { // Tag
|
|
@@ -104,7 +104,7 @@ declare const CreateWorkspacesCommand_base: {
|
|
|
104
104
|
* // Protocols: [ // ProtocolList
|
|
105
105
|
* // "PCOIP" || "WSP",
|
|
106
106
|
* // ],
|
|
107
|
-
* // OperatingSystemName: "AMAZON_LINUX_2" || "UBUNTU_18_04" || "UBUNTU_20_04" || "UBUNTU_22_04" || "UNKNOWN" || "WINDOWS_10" || "WINDOWS_11" || "WINDOWS_7" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022",
|
|
107
|
+
* // OperatingSystemName: "AMAZON_LINUX_2" || "UBUNTU_18_04" || "UBUNTU_20_04" || "UBUNTU_22_04" || "UNKNOWN" || "WINDOWS_10" || "WINDOWS_11" || "WINDOWS_7" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "RHEL_8",
|
|
108
108
|
* // },
|
|
109
109
|
* // Tags: [ // TagList
|
|
110
110
|
* // { // Tag
|
|
@@ -143,7 +143,7 @@ declare const CreateWorkspacesCommand_base: {
|
|
|
143
143
|
* // Protocols: [
|
|
144
144
|
* // "PCOIP" || "WSP",
|
|
145
145
|
* // ],
|
|
146
|
-
* // OperatingSystemName: "AMAZON_LINUX_2" || "UBUNTU_18_04" || "UBUNTU_20_04" || "UBUNTU_22_04" || "UNKNOWN" || "WINDOWS_10" || "WINDOWS_11" || "WINDOWS_7" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022",
|
|
146
|
+
* // OperatingSystemName: "AMAZON_LINUX_2" || "UBUNTU_18_04" || "UBUNTU_20_04" || "UBUNTU_22_04" || "UNKNOWN" || "WINDOWS_10" || "WINDOWS_11" || "WINDOWS_7" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "RHEL_8",
|
|
147
147
|
* // },
|
|
148
148
|
* // ModificationStates: [ // ModificationStateList
|
|
149
149
|
* // { // ModificationState
|