aws-sdk 2.1649.0 → 2.1651.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 +1 -1
- package/apis/application-autoscaling-2016-02-06.min.json +4 -1
- package/apis/chime-sdk-media-pipelines-2021-07-15.min.json +10 -1
- package/apis/cloudfront-2020-05-31.min.json +4 -1
- package/apis/cloudhsmv2-2017-04-28.min.json +69 -17
- package/apis/connect-2017-08-08.min.json +272 -255
- package/apis/datazone-2018-05-10.min.json +251 -26
- package/apis/datazone-2018-05-10.paginators.json +6 -0
- package/apis/elasticache-2015-02-02.min.json +4 -1
- package/apis/elasticmapreduce-2009-03-31.min.json +15 -3
- package/apis/glue-2017-03-31.min.json +93 -89
- package/apis/kinesisanalyticsv2-2018-05-23.min.json +4 -1
- package/apis/mq-2017-11-27.min.json +4 -4
- package/apis/opensearch-2021-01-01.min.json +98 -141
- package/apis/pi-2018-02-27.min.json +4 -1
- package/apis/qconnect-2020-10-19.min.json +335 -108
- package/apis/qconnect-2020-10-19.paginators.json +6 -0
- package/apis/quicksight-2018-04-01.min.json +598 -483
- package/apis/rds-2013-01-10.min.json +4 -1
- package/apis/rds-2013-02-12.min.json +4 -1
- package/apis/rds-2013-09-09.min.json +4 -1
- package/apis/rds-2014-09-01.min.json +4 -1
- package/apis/rds-2014-10-31.min.json +4 -1
- package/apis/sagemaker-2017-07-24.min.json +805 -792
- package/apis/workspaces-2015-04-08.min.json +507 -76
- package/clients/acmpca.d.ts +3 -3
- package/clients/applicationautoscaling.d.ts +43 -43
- package/clients/chimesdkmediapipelines.d.ts +19 -15
- package/clients/cloudfront.d.ts +7 -7
- package/clients/cloudhsmv2.d.ts +117 -34
- package/clients/connect.d.ts +29 -10
- package/clients/datazone.d.ts +269 -1
- package/clients/emr.d.ts +12 -4
- package/clients/glue.d.ts +6 -0
- package/clients/kinesisanalyticsv2.d.ts +1 -1
- package/clients/mq.d.ts +15 -15
- package/clients/opensearch.d.ts +0 -53
- package/clients/pi.d.ts +2 -2
- package/clients/qconnect.d.ts +219 -1
- package/clients/quicksight.d.ts +90 -0
- package/clients/rds.d.ts +4 -4
- package/clients/sagemaker.d.ts +18 -1
- package/clients/workspaces.d.ts +596 -4
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +25 -25
- package/dist/aws-sdk.js +391 -286
- package/dist/aws-sdk.min.js +103 -103
- package/lib/core.js +1 -1
- package/package.json +1 -1
@@ -5,11 +5,17 @@
|
|
5
5
|
"endpointPrefix": "workspaces",
|
6
6
|
"jsonVersion": "1.1",
|
7
7
|
"protocol": "json",
|
8
|
+
"protocols": [
|
9
|
+
"json"
|
10
|
+
],
|
8
11
|
"serviceFullName": "Amazon WorkSpaces",
|
9
12
|
"serviceId": "WorkSpaces",
|
10
13
|
"signatureVersion": "v4",
|
11
14
|
"targetPrefix": "WorkspacesService",
|
12
|
-
"uid": "workspaces-2015-04-08"
|
15
|
+
"uid": "workspaces-2015-04-08",
|
16
|
+
"auth": [
|
17
|
+
"aws.auth#sigv4"
|
18
|
+
]
|
13
19
|
},
|
14
20
|
"operations": {
|
15
21
|
"AcceptAccountLinkInvitation": {
|
@@ -420,6 +426,44 @@
|
|
420
426
|
}
|
421
427
|
}
|
422
428
|
},
|
429
|
+
"CreateWorkspacesPool": {
|
430
|
+
"input": {
|
431
|
+
"type": "structure",
|
432
|
+
"required": [
|
433
|
+
"PoolName",
|
434
|
+
"Description",
|
435
|
+
"BundleId",
|
436
|
+
"DirectoryId",
|
437
|
+
"Capacity"
|
438
|
+
],
|
439
|
+
"members": {
|
440
|
+
"PoolName": {},
|
441
|
+
"Description": {},
|
442
|
+
"BundleId": {},
|
443
|
+
"DirectoryId": {},
|
444
|
+
"Capacity": {
|
445
|
+
"shape": "S3n"
|
446
|
+
},
|
447
|
+
"Tags": {
|
448
|
+
"shape": "S14"
|
449
|
+
},
|
450
|
+
"ApplicationSettings": {
|
451
|
+
"shape": "S3p"
|
452
|
+
},
|
453
|
+
"TimeoutSettings": {
|
454
|
+
"shape": "S3s"
|
455
|
+
}
|
456
|
+
}
|
457
|
+
},
|
458
|
+
"output": {
|
459
|
+
"type": "structure",
|
460
|
+
"members": {
|
461
|
+
"WorkspacesPool": {
|
462
|
+
"shape": "S3x"
|
463
|
+
}
|
464
|
+
}
|
465
|
+
}
|
466
|
+
},
|
423
467
|
"DeleteAccountLinkInvitation": {
|
424
468
|
"input": {
|
425
469
|
"type": "structure",
|
@@ -574,7 +618,7 @@
|
|
574
618
|
"type": "structure",
|
575
619
|
"members": {
|
576
620
|
"Associations": {
|
577
|
-
"shape": "
|
621
|
+
"shape": "S4x"
|
578
622
|
}
|
579
623
|
}
|
580
624
|
}
|
@@ -696,11 +740,11 @@
|
|
696
740
|
"member": {}
|
697
741
|
},
|
698
742
|
"ComputeTypeNames": {
|
699
|
-
"shape": "
|
743
|
+
"shape": "S5k"
|
700
744
|
},
|
701
745
|
"LicenseType": {},
|
702
746
|
"OperatingSystemNames": {
|
703
|
-
"shape": "
|
747
|
+
"shape": "S5m"
|
704
748
|
},
|
705
749
|
"Owner": {},
|
706
750
|
"MaxResults": {
|
@@ -727,10 +771,10 @@
|
|
727
771
|
"Owner": {},
|
728
772
|
"State": {},
|
729
773
|
"SupportedComputeTypeNames": {
|
730
|
-
"shape": "
|
774
|
+
"shape": "S5k"
|
731
775
|
},
|
732
776
|
"SupportedOperatingSystemNames": {
|
733
|
-
"shape": "
|
777
|
+
"shape": "S5m"
|
734
778
|
}
|
735
779
|
}
|
736
780
|
}
|
@@ -795,22 +839,22 @@
|
|
795
839
|
"type": "structure",
|
796
840
|
"members": {
|
797
841
|
"DeviceTypeWindows": {
|
798
|
-
"shape": "
|
842
|
+
"shape": "S60"
|
799
843
|
},
|
800
844
|
"DeviceTypeOsx": {
|
801
|
-
"shape": "
|
845
|
+
"shape": "S60"
|
802
846
|
},
|
803
847
|
"DeviceTypeAndroid": {
|
804
|
-
"shape": "
|
848
|
+
"shape": "S60"
|
805
849
|
},
|
806
850
|
"DeviceTypeIos": {
|
807
|
-
"shape": "
|
851
|
+
"shape": "S66"
|
808
852
|
},
|
809
853
|
"DeviceTypeLinux": {
|
810
|
-
"shape": "
|
854
|
+
"shape": "S60"
|
811
855
|
},
|
812
856
|
"DeviceTypeWeb": {
|
813
|
-
"shape": "
|
857
|
+
"shape": "S60"
|
814
858
|
}
|
815
859
|
}
|
816
860
|
}
|
@@ -838,7 +882,7 @@
|
|
838
882
|
"members": {
|
839
883
|
"ResourceId": {},
|
840
884
|
"ClientProperties": {
|
841
|
-
"shape": "
|
885
|
+
"shape": "S6c"
|
842
886
|
}
|
843
887
|
}
|
844
888
|
}
|
@@ -900,7 +944,7 @@
|
|
900
944
|
"ConnectionAliasPermissions": {
|
901
945
|
"type": "list",
|
902
946
|
"member": {
|
903
|
-
"shape": "
|
947
|
+
"shape": "S6m"
|
904
948
|
}
|
905
949
|
},
|
906
950
|
"NextToken": {}
|
@@ -1067,7 +1111,7 @@
|
|
1067
1111
|
"type": "structure",
|
1068
1112
|
"members": {
|
1069
1113
|
"Associations": {
|
1070
|
-
"shape": "
|
1114
|
+
"shape": "S4x"
|
1071
1115
|
}
|
1072
1116
|
}
|
1073
1117
|
}
|
@@ -1105,6 +1149,10 @@
|
|
1105
1149
|
"type": "list",
|
1106
1150
|
"member": {}
|
1107
1151
|
},
|
1152
|
+
"WorkspaceDirectoryNames": {
|
1153
|
+
"type": "list",
|
1154
|
+
"member": {}
|
1155
|
+
},
|
1108
1156
|
"Limit": {
|
1109
1157
|
"type": "integer"
|
1110
1158
|
},
|
@@ -1124,7 +1172,7 @@
|
|
1124
1172
|
"DirectoryName": {},
|
1125
1173
|
"RegistrationCode": {},
|
1126
1174
|
"SubnetIds": {
|
1127
|
-
"shape": "
|
1175
|
+
"shape": "S7p"
|
1128
1176
|
},
|
1129
1177
|
"DnsIpAddresses": {
|
1130
1178
|
"type": "list",
|
@@ -1151,25 +1199,37 @@
|
|
1151
1199
|
},
|
1152
1200
|
"EnableMaintenanceMode": {
|
1153
1201
|
"type": "boolean"
|
1154
|
-
}
|
1202
|
+
},
|
1203
|
+
"InstanceIamRoleArn": {}
|
1155
1204
|
}
|
1156
1205
|
},
|
1157
1206
|
"ipGroupIds": {
|
1158
1207
|
"shape": "Sf"
|
1159
1208
|
},
|
1160
1209
|
"WorkspaceAccessProperties": {
|
1161
|
-
"shape": "
|
1210
|
+
"shape": "S7w"
|
1162
1211
|
},
|
1163
1212
|
"Tenancy": {},
|
1164
1213
|
"SelfservicePermissions": {
|
1165
|
-
"shape": "
|
1214
|
+
"shape": "S7z"
|
1166
1215
|
},
|
1167
1216
|
"SamlProperties": {
|
1168
|
-
"shape": "
|
1217
|
+
"shape": "S80"
|
1169
1218
|
},
|
1170
1219
|
"CertificateBasedAuthProperties": {
|
1171
|
-
"shape": "
|
1172
|
-
}
|
1220
|
+
"shape": "S83"
|
1221
|
+
},
|
1222
|
+
"WorkspaceDirectoryName": {},
|
1223
|
+
"WorkspaceDirectoryDescription": {},
|
1224
|
+
"UserIdentityType": {},
|
1225
|
+
"WorkspaceType": {},
|
1226
|
+
"ActiveDirectoryConfig": {
|
1227
|
+
"shape": "S89"
|
1228
|
+
},
|
1229
|
+
"StreamingProperties": {
|
1230
|
+
"shape": "S8c"
|
1231
|
+
},
|
1232
|
+
"ErrorMessage": {}
|
1173
1233
|
}
|
1174
1234
|
}
|
1175
1235
|
},
|
@@ -1285,10 +1345,10 @@
|
|
1285
1345
|
"type": "structure",
|
1286
1346
|
"members": {
|
1287
1347
|
"RebuildSnapshots": {
|
1288
|
-
"shape": "
|
1348
|
+
"shape": "S94"
|
1289
1349
|
},
|
1290
1350
|
"RestoreSnapshots": {
|
1291
|
-
"shape": "
|
1351
|
+
"shape": "S94"
|
1292
1352
|
}
|
1293
1353
|
}
|
1294
1354
|
}
|
@@ -1298,7 +1358,7 @@
|
|
1298
1358
|
"type": "structure",
|
1299
1359
|
"members": {
|
1300
1360
|
"WorkspaceIds": {
|
1301
|
-
"shape": "
|
1361
|
+
"shape": "S97"
|
1302
1362
|
},
|
1303
1363
|
"DirectoryId": {},
|
1304
1364
|
"UserName": {},
|
@@ -1325,7 +1385,7 @@
|
|
1325
1385
|
"type": "structure",
|
1326
1386
|
"members": {
|
1327
1387
|
"WorkspaceIds": {
|
1328
|
-
"shape": "
|
1388
|
+
"shape": "S97"
|
1329
1389
|
},
|
1330
1390
|
"NextToken": {}
|
1331
1391
|
}
|
@@ -1353,6 +1413,106 @@
|
|
1353
1413
|
}
|
1354
1414
|
}
|
1355
1415
|
},
|
1416
|
+
"DescribeWorkspacesPoolSessions": {
|
1417
|
+
"input": {
|
1418
|
+
"type": "structure",
|
1419
|
+
"required": [
|
1420
|
+
"PoolId"
|
1421
|
+
],
|
1422
|
+
"members": {
|
1423
|
+
"PoolId": {},
|
1424
|
+
"UserId": {},
|
1425
|
+
"Limit": {
|
1426
|
+
"type": "integer"
|
1427
|
+
},
|
1428
|
+
"NextToken": {}
|
1429
|
+
}
|
1430
|
+
},
|
1431
|
+
"output": {
|
1432
|
+
"type": "structure",
|
1433
|
+
"members": {
|
1434
|
+
"Sessions": {
|
1435
|
+
"type": "list",
|
1436
|
+
"member": {
|
1437
|
+
"type": "structure",
|
1438
|
+
"required": [
|
1439
|
+
"SessionId",
|
1440
|
+
"PoolId",
|
1441
|
+
"UserId"
|
1442
|
+
],
|
1443
|
+
"members": {
|
1444
|
+
"AuthenticationType": {},
|
1445
|
+
"ConnectionState": {},
|
1446
|
+
"SessionId": {},
|
1447
|
+
"InstanceId": {},
|
1448
|
+
"PoolId": {},
|
1449
|
+
"ExpirationTime": {
|
1450
|
+
"type": "timestamp"
|
1451
|
+
},
|
1452
|
+
"NetworkAccessConfiguration": {
|
1453
|
+
"type": "structure",
|
1454
|
+
"members": {
|
1455
|
+
"EniPrivateIpAddress": {},
|
1456
|
+
"EniId": {}
|
1457
|
+
}
|
1458
|
+
},
|
1459
|
+
"StartTime": {
|
1460
|
+
"type": "timestamp"
|
1461
|
+
},
|
1462
|
+
"UserId": {}
|
1463
|
+
}
|
1464
|
+
}
|
1465
|
+
},
|
1466
|
+
"NextToken": {}
|
1467
|
+
}
|
1468
|
+
}
|
1469
|
+
},
|
1470
|
+
"DescribeWorkspacesPools": {
|
1471
|
+
"input": {
|
1472
|
+
"type": "structure",
|
1473
|
+
"members": {
|
1474
|
+
"PoolIds": {
|
1475
|
+
"type": "list",
|
1476
|
+
"member": {}
|
1477
|
+
},
|
1478
|
+
"Filters": {
|
1479
|
+
"type": "list",
|
1480
|
+
"member": {
|
1481
|
+
"type": "structure",
|
1482
|
+
"required": [
|
1483
|
+
"Name",
|
1484
|
+
"Values",
|
1485
|
+
"Operator"
|
1486
|
+
],
|
1487
|
+
"members": {
|
1488
|
+
"Name": {},
|
1489
|
+
"Values": {
|
1490
|
+
"type": "list",
|
1491
|
+
"member": {}
|
1492
|
+
},
|
1493
|
+
"Operator": {}
|
1494
|
+
}
|
1495
|
+
}
|
1496
|
+
},
|
1497
|
+
"Limit": {
|
1498
|
+
"type": "integer"
|
1499
|
+
},
|
1500
|
+
"NextToken": {}
|
1501
|
+
}
|
1502
|
+
},
|
1503
|
+
"output": {
|
1504
|
+
"type": "structure",
|
1505
|
+
"members": {
|
1506
|
+
"WorkspacesPools": {
|
1507
|
+
"type": "list",
|
1508
|
+
"member": {
|
1509
|
+
"shape": "S3x"
|
1510
|
+
}
|
1511
|
+
},
|
1512
|
+
"NextToken": {}
|
1513
|
+
}
|
1514
|
+
}
|
1515
|
+
},
|
1356
1516
|
"DisassociateConnectionAlias": {
|
1357
1517
|
"input": {
|
1358
1518
|
"type": "structure",
|
@@ -1434,13 +1594,13 @@
|
|
1434
1594
|
"members": {
|
1435
1595
|
"ResourceId": {},
|
1436
1596
|
"DeviceTypeWindows": {
|
1437
|
-
"shape": "
|
1597
|
+
"shape": "Sa7"
|
1438
1598
|
},
|
1439
1599
|
"DeviceTypeOsx": {
|
1440
|
-
"shape": "
|
1600
|
+
"shape": "Sa7"
|
1441
1601
|
},
|
1442
1602
|
"DeviceTypeAndroid": {
|
1443
|
-
"shape": "
|
1603
|
+
"shape": "Sa7"
|
1444
1604
|
},
|
1445
1605
|
"DeviceTypeIos": {
|
1446
1606
|
"type": "structure",
|
@@ -1458,15 +1618,15 @@
|
|
1458
1618
|
"SupportLink": {},
|
1459
1619
|
"ForgotPasswordLink": {},
|
1460
1620
|
"LoginMessage": {
|
1461
|
-
"shape": "
|
1621
|
+
"shape": "S63"
|
1462
1622
|
}
|
1463
1623
|
}
|
1464
1624
|
},
|
1465
1625
|
"DeviceTypeLinux": {
|
1466
|
-
"shape": "
|
1626
|
+
"shape": "Sa7"
|
1467
1627
|
},
|
1468
1628
|
"DeviceTypeWeb": {
|
1469
|
-
"shape": "
|
1629
|
+
"shape": "Sa7"
|
1470
1630
|
}
|
1471
1631
|
}
|
1472
1632
|
},
|
@@ -1474,22 +1634,22 @@
|
|
1474
1634
|
"type": "structure",
|
1475
1635
|
"members": {
|
1476
1636
|
"DeviceTypeWindows": {
|
1477
|
-
"shape": "
|
1637
|
+
"shape": "S60"
|
1478
1638
|
},
|
1479
1639
|
"DeviceTypeOsx": {
|
1480
|
-
"shape": "
|
1640
|
+
"shape": "S60"
|
1481
1641
|
},
|
1482
1642
|
"DeviceTypeAndroid": {
|
1483
|
-
"shape": "
|
1643
|
+
"shape": "S60"
|
1484
1644
|
},
|
1485
1645
|
"DeviceTypeIos": {
|
1486
|
-
"shape": "
|
1646
|
+
"shape": "S66"
|
1487
1647
|
},
|
1488
1648
|
"DeviceTypeLinux": {
|
1489
|
-
"shape": "
|
1649
|
+
"shape": "S60"
|
1490
1650
|
},
|
1491
1651
|
"DeviceTypeWeb": {
|
1492
|
-
"shape": "
|
1652
|
+
"shape": "S60"
|
1493
1653
|
}
|
1494
1654
|
}
|
1495
1655
|
}
|
@@ -1618,7 +1778,7 @@
|
|
1618
1778
|
"members": {
|
1619
1779
|
"ResourceId": {},
|
1620
1780
|
"CertificateBasedAuthProperties": {
|
1621
|
-
"shape": "
|
1781
|
+
"shape": "S83"
|
1622
1782
|
},
|
1623
1783
|
"PropertiesToDelete": {
|
1624
1784
|
"type": "list",
|
@@ -1641,7 +1801,7 @@
|
|
1641
1801
|
"members": {
|
1642
1802
|
"ResourceId": {},
|
1643
1803
|
"ClientProperties": {
|
1644
|
-
"shape": "
|
1804
|
+
"shape": "S6c"
|
1645
1805
|
}
|
1646
1806
|
}
|
1647
1807
|
},
|
@@ -1659,7 +1819,7 @@
|
|
1659
1819
|
"members": {
|
1660
1820
|
"ResourceId": {},
|
1661
1821
|
"SamlProperties": {
|
1662
|
-
"shape": "
|
1822
|
+
"shape": "S80"
|
1663
1823
|
},
|
1664
1824
|
"PropertiesToDelete": {
|
1665
1825
|
"type": "list",
|
@@ -1682,7 +1842,25 @@
|
|
1682
1842
|
"members": {
|
1683
1843
|
"ResourceId": {},
|
1684
1844
|
"SelfservicePermissions": {
|
1685
|
-
"shape": "
|
1845
|
+
"shape": "S7z"
|
1846
|
+
}
|
1847
|
+
}
|
1848
|
+
},
|
1849
|
+
"output": {
|
1850
|
+
"type": "structure",
|
1851
|
+
"members": {}
|
1852
|
+
}
|
1853
|
+
},
|
1854
|
+
"ModifyStreamingProperties": {
|
1855
|
+
"input": {
|
1856
|
+
"type": "structure",
|
1857
|
+
"required": [
|
1858
|
+
"ResourceId"
|
1859
|
+
],
|
1860
|
+
"members": {
|
1861
|
+
"ResourceId": {},
|
1862
|
+
"StreamingProperties": {
|
1863
|
+
"shape": "S8c"
|
1686
1864
|
}
|
1687
1865
|
}
|
1688
1866
|
},
|
@@ -1701,7 +1879,7 @@
|
|
1701
1879
|
"members": {
|
1702
1880
|
"ResourceId": {},
|
1703
1881
|
"WorkspaceAccessProperties": {
|
1704
|
-
"shape": "
|
1882
|
+
"shape": "S7w"
|
1705
1883
|
}
|
1706
1884
|
}
|
1707
1885
|
},
|
@@ -1735,7 +1913,8 @@
|
|
1735
1913
|
},
|
1736
1914
|
"EnableMaintenanceMode": {
|
1737
1915
|
"type": "boolean"
|
1738
|
-
}
|
1916
|
+
},
|
1917
|
+
"InstanceIamRoleArn": {}
|
1739
1918
|
}
|
1740
1919
|
}
|
1741
1920
|
}
|
@@ -1808,7 +1987,7 @@
|
|
1808
1987
|
"FailedRequests": {
|
1809
1988
|
"type": "list",
|
1810
1989
|
"member": {
|
1811
|
-
"shape": "
|
1990
|
+
"shape": "Sbr"
|
1812
1991
|
}
|
1813
1992
|
}
|
1814
1993
|
}
|
@@ -1841,7 +2020,7 @@
|
|
1841
2020
|
"FailedRequests": {
|
1842
2021
|
"type": "list",
|
1843
2022
|
"member": {
|
1844
|
-
"shape": "
|
2023
|
+
"shape": "Sbr"
|
1845
2024
|
}
|
1846
2025
|
}
|
1847
2026
|
}
|
@@ -1850,14 +2029,10 @@
|
|
1850
2029
|
"RegisterWorkspaceDirectory": {
|
1851
2030
|
"input": {
|
1852
2031
|
"type": "structure",
|
1853
|
-
"required": [
|
1854
|
-
"DirectoryId",
|
1855
|
-
"EnableWorkDocs"
|
1856
|
-
],
|
1857
2032
|
"members": {
|
1858
2033
|
"DirectoryId": {},
|
1859
2034
|
"SubnetIds": {
|
1860
|
-
"shape": "
|
2035
|
+
"shape": "S7p"
|
1861
2036
|
},
|
1862
2037
|
"EnableWorkDocs": {
|
1863
2038
|
"type": "boolean"
|
@@ -1868,12 +2043,22 @@
|
|
1868
2043
|
"Tenancy": {},
|
1869
2044
|
"Tags": {
|
1870
2045
|
"shape": "S14"
|
2046
|
+
},
|
2047
|
+
"WorkspaceDirectoryName": {},
|
2048
|
+
"WorkspaceDirectoryDescription": {},
|
2049
|
+
"UserIdentityType": {},
|
2050
|
+
"WorkspaceType": {},
|
2051
|
+
"ActiveDirectoryConfig": {
|
2052
|
+
"shape": "S89"
|
1871
2053
|
}
|
1872
2054
|
}
|
1873
2055
|
},
|
1874
2056
|
"output": {
|
1875
2057
|
"type": "structure",
|
1876
|
-
"members": {
|
2058
|
+
"members": {
|
2059
|
+
"DirectoryId": {},
|
2060
|
+
"State": {}
|
2061
|
+
}
|
1877
2062
|
}
|
1878
2063
|
},
|
1879
2064
|
"RejectAccountLinkInvitation": {
|
@@ -1955,12 +2140,27 @@
|
|
1955
2140
|
"FailedRequests": {
|
1956
2141
|
"type": "list",
|
1957
2142
|
"member": {
|
1958
|
-
"shape": "
|
2143
|
+
"shape": "Sbr"
|
1959
2144
|
}
|
1960
2145
|
}
|
1961
2146
|
}
|
1962
2147
|
}
|
1963
2148
|
},
|
2149
|
+
"StartWorkspacesPool": {
|
2150
|
+
"input": {
|
2151
|
+
"type": "structure",
|
2152
|
+
"required": [
|
2153
|
+
"PoolId"
|
2154
|
+
],
|
2155
|
+
"members": {
|
2156
|
+
"PoolId": {}
|
2157
|
+
}
|
2158
|
+
},
|
2159
|
+
"output": {
|
2160
|
+
"type": "structure",
|
2161
|
+
"members": {}
|
2162
|
+
}
|
2163
|
+
},
|
1964
2164
|
"StopWorkspaces": {
|
1965
2165
|
"input": {
|
1966
2166
|
"type": "structure",
|
@@ -1985,12 +2185,27 @@
|
|
1985
2185
|
"FailedRequests": {
|
1986
2186
|
"type": "list",
|
1987
2187
|
"member": {
|
1988
|
-
"shape": "
|
2188
|
+
"shape": "Sbr"
|
1989
2189
|
}
|
1990
2190
|
}
|
1991
2191
|
}
|
1992
2192
|
}
|
1993
2193
|
},
|
2194
|
+
"StopWorkspacesPool": {
|
2195
|
+
"input": {
|
2196
|
+
"type": "structure",
|
2197
|
+
"required": [
|
2198
|
+
"PoolId"
|
2199
|
+
],
|
2200
|
+
"members": {
|
2201
|
+
"PoolId": {}
|
2202
|
+
}
|
2203
|
+
},
|
2204
|
+
"output": {
|
2205
|
+
"type": "structure",
|
2206
|
+
"members": {}
|
2207
|
+
}
|
2208
|
+
},
|
1994
2209
|
"TerminateWorkspaces": {
|
1995
2210
|
"input": {
|
1996
2211
|
"type": "structure",
|
@@ -2018,12 +2233,42 @@
|
|
2018
2233
|
"FailedRequests": {
|
2019
2234
|
"type": "list",
|
2020
2235
|
"member": {
|
2021
|
-
"shape": "
|
2236
|
+
"shape": "Sbr"
|
2022
2237
|
}
|
2023
2238
|
}
|
2024
2239
|
}
|
2025
2240
|
}
|
2026
2241
|
},
|
2242
|
+
"TerminateWorkspacesPool": {
|
2243
|
+
"input": {
|
2244
|
+
"type": "structure",
|
2245
|
+
"required": [
|
2246
|
+
"PoolId"
|
2247
|
+
],
|
2248
|
+
"members": {
|
2249
|
+
"PoolId": {}
|
2250
|
+
}
|
2251
|
+
},
|
2252
|
+
"output": {
|
2253
|
+
"type": "structure",
|
2254
|
+
"members": {}
|
2255
|
+
}
|
2256
|
+
},
|
2257
|
+
"TerminateWorkspacesPoolSession": {
|
2258
|
+
"input": {
|
2259
|
+
"type": "structure",
|
2260
|
+
"required": [
|
2261
|
+
"SessionId"
|
2262
|
+
],
|
2263
|
+
"members": {
|
2264
|
+
"SessionId": {}
|
2265
|
+
}
|
2266
|
+
},
|
2267
|
+
"output": {
|
2268
|
+
"type": "structure",
|
2269
|
+
"members": {}
|
2270
|
+
}
|
2271
|
+
},
|
2027
2272
|
"UpdateConnectClientAddIn": {
|
2028
2273
|
"input": {
|
2029
2274
|
"type": "structure",
|
@@ -2053,7 +2298,7 @@
|
|
2053
2298
|
"members": {
|
2054
2299
|
"AliasId": {},
|
2055
2300
|
"ConnectionAliasPermission": {
|
2056
|
-
"shape": "
|
2301
|
+
"shape": "S6m"
|
2057
2302
|
}
|
2058
2303
|
}
|
2059
2304
|
},
|
@@ -2114,6 +2359,37 @@
|
|
2114
2359
|
"type": "structure",
|
2115
2360
|
"members": {}
|
2116
2361
|
}
|
2362
|
+
},
|
2363
|
+
"UpdateWorkspacesPool": {
|
2364
|
+
"input": {
|
2365
|
+
"type": "structure",
|
2366
|
+
"required": [
|
2367
|
+
"PoolId"
|
2368
|
+
],
|
2369
|
+
"members": {
|
2370
|
+
"PoolId": {},
|
2371
|
+
"Description": {},
|
2372
|
+
"BundleId": {},
|
2373
|
+
"DirectoryId": {},
|
2374
|
+
"Capacity": {
|
2375
|
+
"shape": "S3n"
|
2376
|
+
},
|
2377
|
+
"ApplicationSettings": {
|
2378
|
+
"shape": "S3p"
|
2379
|
+
},
|
2380
|
+
"TimeoutSettings": {
|
2381
|
+
"shape": "S3s"
|
2382
|
+
}
|
2383
|
+
}
|
2384
|
+
},
|
2385
|
+
"output": {
|
2386
|
+
"type": "structure",
|
2387
|
+
"members": {
|
2388
|
+
"WorkspacesPool": {
|
2389
|
+
"shape": "S3x"
|
2390
|
+
}
|
2391
|
+
}
|
2392
|
+
}
|
2117
2393
|
}
|
2118
2394
|
},
|
2119
2395
|
"shapes": {
|
@@ -2366,21 +2642,128 @@
|
|
2366
2642
|
}
|
2367
2643
|
}
|
2368
2644
|
},
|
2369
|
-
"
|
2645
|
+
"S3n": {
|
2646
|
+
"type": "structure",
|
2647
|
+
"required": [
|
2648
|
+
"DesiredUserSessions"
|
2649
|
+
],
|
2650
|
+
"members": {
|
2651
|
+
"DesiredUserSessions": {
|
2652
|
+
"type": "integer"
|
2653
|
+
}
|
2654
|
+
}
|
2655
|
+
},
|
2656
|
+
"S3p": {
|
2657
|
+
"type": "structure",
|
2658
|
+
"required": [
|
2659
|
+
"Status"
|
2660
|
+
],
|
2661
|
+
"members": {
|
2662
|
+
"Status": {},
|
2663
|
+
"SettingsGroup": {}
|
2664
|
+
}
|
2665
|
+
},
|
2666
|
+
"S3s": {
|
2667
|
+
"type": "structure",
|
2668
|
+
"members": {
|
2669
|
+
"DisconnectTimeoutInSeconds": {
|
2670
|
+
"type": "integer"
|
2671
|
+
},
|
2672
|
+
"IdleDisconnectTimeoutInSeconds": {
|
2673
|
+
"type": "integer"
|
2674
|
+
},
|
2675
|
+
"MaxUserDurationInSeconds": {
|
2676
|
+
"type": "integer"
|
2677
|
+
}
|
2678
|
+
}
|
2679
|
+
},
|
2680
|
+
"S3x": {
|
2681
|
+
"type": "structure",
|
2682
|
+
"required": [
|
2683
|
+
"PoolId",
|
2684
|
+
"PoolArn",
|
2685
|
+
"CapacityStatus",
|
2686
|
+
"PoolName",
|
2687
|
+
"State",
|
2688
|
+
"CreatedAt",
|
2689
|
+
"BundleId",
|
2690
|
+
"DirectoryId"
|
2691
|
+
],
|
2692
|
+
"members": {
|
2693
|
+
"PoolId": {},
|
2694
|
+
"PoolArn": {},
|
2695
|
+
"CapacityStatus": {
|
2696
|
+
"type": "structure",
|
2697
|
+
"required": [
|
2698
|
+
"AvailableUserSessions",
|
2699
|
+
"DesiredUserSessions",
|
2700
|
+
"ActualUserSessions",
|
2701
|
+
"ActiveUserSessions"
|
2702
|
+
],
|
2703
|
+
"members": {
|
2704
|
+
"AvailableUserSessions": {
|
2705
|
+
"type": "integer"
|
2706
|
+
},
|
2707
|
+
"DesiredUserSessions": {
|
2708
|
+
"type": "integer"
|
2709
|
+
},
|
2710
|
+
"ActualUserSessions": {
|
2711
|
+
"type": "integer"
|
2712
|
+
},
|
2713
|
+
"ActiveUserSessions": {
|
2714
|
+
"type": "integer"
|
2715
|
+
}
|
2716
|
+
}
|
2717
|
+
},
|
2718
|
+
"PoolName": {},
|
2719
|
+
"Description": {},
|
2720
|
+
"State": {},
|
2721
|
+
"CreatedAt": {
|
2722
|
+
"type": "timestamp"
|
2723
|
+
},
|
2724
|
+
"BundleId": {},
|
2725
|
+
"DirectoryId": {},
|
2726
|
+
"Errors": {
|
2727
|
+
"type": "list",
|
2728
|
+
"member": {
|
2729
|
+
"type": "structure",
|
2730
|
+
"members": {
|
2731
|
+
"ErrorCode": {},
|
2732
|
+
"ErrorMessage": {}
|
2733
|
+
}
|
2734
|
+
}
|
2735
|
+
},
|
2736
|
+
"ApplicationSettings": {
|
2737
|
+
"type": "structure",
|
2738
|
+
"required": [
|
2739
|
+
"Status"
|
2740
|
+
],
|
2741
|
+
"members": {
|
2742
|
+
"Status": {},
|
2743
|
+
"SettingsGroup": {},
|
2744
|
+
"S3BucketName": {}
|
2745
|
+
}
|
2746
|
+
},
|
2747
|
+
"TimeoutSettings": {
|
2748
|
+
"shape": "S3s"
|
2749
|
+
}
|
2750
|
+
}
|
2751
|
+
},
|
2752
|
+
"S4x": {
|
2370
2753
|
"type": "list",
|
2371
2754
|
"member": {
|
2372
2755
|
"shape": "Sm"
|
2373
2756
|
}
|
2374
2757
|
},
|
2375
|
-
"
|
2758
|
+
"S5k": {
|
2376
2759
|
"type": "list",
|
2377
2760
|
"member": {}
|
2378
2761
|
},
|
2379
|
-
"
|
2762
|
+
"S5m": {
|
2380
2763
|
"type": "list",
|
2381
2764
|
"member": {}
|
2382
2765
|
},
|
2383
|
-
"
|
2766
|
+
"S60": {
|
2384
2767
|
"type": "structure",
|
2385
2768
|
"members": {
|
2386
2769
|
"LogoUrl": {},
|
@@ -2388,16 +2771,16 @@
|
|
2388
2771
|
"SupportLink": {},
|
2389
2772
|
"ForgotPasswordLink": {},
|
2390
2773
|
"LoginMessage": {
|
2391
|
-
"shape": "
|
2774
|
+
"shape": "S63"
|
2392
2775
|
}
|
2393
2776
|
}
|
2394
2777
|
},
|
2395
|
-
"
|
2778
|
+
"S63": {
|
2396
2779
|
"type": "map",
|
2397
2780
|
"key": {},
|
2398
2781
|
"value": {}
|
2399
2782
|
},
|
2400
|
-
"
|
2783
|
+
"S66": {
|
2401
2784
|
"type": "structure",
|
2402
2785
|
"members": {
|
2403
2786
|
"LogoUrl": {},
|
@@ -2407,18 +2790,18 @@
|
|
2407
2790
|
"SupportLink": {},
|
2408
2791
|
"ForgotPasswordLink": {},
|
2409
2792
|
"LoginMessage": {
|
2410
|
-
"shape": "
|
2793
|
+
"shape": "S63"
|
2411
2794
|
}
|
2412
2795
|
}
|
2413
2796
|
},
|
2414
|
-
"
|
2797
|
+
"S6c": {
|
2415
2798
|
"type": "structure",
|
2416
2799
|
"members": {
|
2417
2800
|
"ReconnectEnabled": {},
|
2418
2801
|
"LogUploadEnabled": {}
|
2419
2802
|
}
|
2420
2803
|
},
|
2421
|
-
"
|
2804
|
+
"S6m": {
|
2422
2805
|
"type": "structure",
|
2423
2806
|
"required": [
|
2424
2807
|
"SharedAccountId",
|
@@ -2431,11 +2814,11 @@
|
|
2431
2814
|
}
|
2432
2815
|
}
|
2433
2816
|
},
|
2434
|
-
"
|
2817
|
+
"S7p": {
|
2435
2818
|
"type": "list",
|
2436
2819
|
"member": {}
|
2437
2820
|
},
|
2438
|
-
"
|
2821
|
+
"S7w": {
|
2439
2822
|
"type": "structure",
|
2440
2823
|
"members": {
|
2441
2824
|
"DeviceTypeWindows": {},
|
@@ -2448,7 +2831,7 @@
|
|
2448
2831
|
"DeviceTypeLinux": {}
|
2449
2832
|
}
|
2450
2833
|
},
|
2451
|
-
"
|
2834
|
+
"S7z": {
|
2452
2835
|
"type": "structure",
|
2453
2836
|
"members": {
|
2454
2837
|
"RestartWorkspace": {},
|
@@ -2458,7 +2841,7 @@
|
|
2458
2841
|
"RebuildWorkspace": {}
|
2459
2842
|
}
|
2460
2843
|
},
|
2461
|
-
"
|
2844
|
+
"S80": {
|
2462
2845
|
"type": "structure",
|
2463
2846
|
"members": {
|
2464
2847
|
"Status": {},
|
@@ -2466,14 +2849,62 @@
|
|
2466
2849
|
"RelayStateParameterName": {}
|
2467
2850
|
}
|
2468
2851
|
},
|
2469
|
-
"
|
2852
|
+
"S83": {
|
2470
2853
|
"type": "structure",
|
2471
2854
|
"members": {
|
2472
2855
|
"Status": {},
|
2473
2856
|
"CertificateAuthorityArn": {}
|
2474
2857
|
}
|
2475
2858
|
},
|
2476
|
-
"
|
2859
|
+
"S89": {
|
2860
|
+
"type": "structure",
|
2861
|
+
"required": [
|
2862
|
+
"DomainName",
|
2863
|
+
"ServiceAccountSecretArn"
|
2864
|
+
],
|
2865
|
+
"members": {
|
2866
|
+
"DomainName": {},
|
2867
|
+
"ServiceAccountSecretArn": {}
|
2868
|
+
}
|
2869
|
+
},
|
2870
|
+
"S8c": {
|
2871
|
+
"type": "structure",
|
2872
|
+
"members": {
|
2873
|
+
"StreamingExperiencePreferredProtocol": {},
|
2874
|
+
"UserSettings": {
|
2875
|
+
"type": "list",
|
2876
|
+
"member": {
|
2877
|
+
"type": "structure",
|
2878
|
+
"required": [
|
2879
|
+
"Action",
|
2880
|
+
"Permission"
|
2881
|
+
],
|
2882
|
+
"members": {
|
2883
|
+
"Action": {},
|
2884
|
+
"Permission": {},
|
2885
|
+
"MaximumLength": {
|
2886
|
+
"type": "integer"
|
2887
|
+
}
|
2888
|
+
}
|
2889
|
+
}
|
2890
|
+
},
|
2891
|
+
"StorageConnectors": {
|
2892
|
+
"type": "list",
|
2893
|
+
"member": {
|
2894
|
+
"type": "structure",
|
2895
|
+
"required": [
|
2896
|
+
"ConnectorType",
|
2897
|
+
"Status"
|
2898
|
+
],
|
2899
|
+
"members": {
|
2900
|
+
"ConnectorType": {},
|
2901
|
+
"Status": {}
|
2902
|
+
}
|
2903
|
+
}
|
2904
|
+
}
|
2905
|
+
}
|
2906
|
+
},
|
2907
|
+
"S94": {
|
2477
2908
|
"type": "list",
|
2478
2909
|
"member": {
|
2479
2910
|
"type": "structure",
|
@@ -2484,11 +2915,11 @@
|
|
2484
2915
|
}
|
2485
2916
|
}
|
2486
2917
|
},
|
2487
|
-
"
|
2918
|
+
"S97": {
|
2488
2919
|
"type": "list",
|
2489
2920
|
"member": {}
|
2490
2921
|
},
|
2491
|
-
"
|
2922
|
+
"Sa7": {
|
2492
2923
|
"type": "structure",
|
2493
2924
|
"members": {
|
2494
2925
|
"Logo": {
|
@@ -2498,11 +2929,11 @@
|
|
2498
2929
|
"SupportLink": {},
|
2499
2930
|
"ForgotPasswordLink": {},
|
2500
2931
|
"LoginMessage": {
|
2501
|
-
"shape": "
|
2932
|
+
"shape": "S63"
|
2502
2933
|
}
|
2503
2934
|
}
|
2504
2935
|
},
|
2505
|
-
"
|
2936
|
+
"Sbr": {
|
2506
2937
|
"type": "structure",
|
2507
2938
|
"members": {
|
2508
2939
|
"WorkspaceId": {},
|