cdk-docker-image-deployment 0.0.75 → 0.0.77

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (85) hide show
  1. package/.jsii +3 -3
  2. package/lib/destination.js +1 -1
  3. package/lib/docker-image-deployment.js +1 -1
  4. package/lib/source.js +1 -1
  5. package/node_modules/aws-sdk/CHANGELOG.md +36 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +138 -47
  8. package/node_modules/aws-sdk/apis/appsync-2017-07-25.min.json +168 -68
  9. package/node_modules/aws-sdk/apis/auditmanager-2017-07-25.min.json +41 -27
  10. package/node_modules/aws-sdk/apis/{ssmsap-2018-05-10.examples.json → chime-sdk-voice-2022-08-03.examples.json} +0 -0
  11. package/node_modules/aws-sdk/apis/chime-sdk-voice-2022-08-03.min.json +2734 -0
  12. package/node_modules/aws-sdk/apis/chime-sdk-voice-2022-08-03.paginators.json +46 -0
  13. package/node_modules/aws-sdk/apis/cloudfront-2020-05-31.min.json +774 -409
  14. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +185 -158
  15. package/node_modules/aws-sdk/apis/dms-2016-01-01.min.json +78 -55
  16. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +5 -1
  17. package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.min.json +20 -16
  18. package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +505 -501
  19. package/node_modules/aws-sdk/apis/iot-roborunner-2018-05-10.examples.json +5 -0
  20. package/node_modules/aws-sdk/apis/iot-roborunner-2018-05-10.min.json +923 -0
  21. package/node_modules/aws-sdk/apis/iot-roborunner-2018-05-10.paginators.json +28 -0
  22. package/node_modules/aws-sdk/apis/ivschat-2020-07-14.min.json +255 -18
  23. package/node_modules/aws-sdk/apis/ivschat-2020-07-14.paginators.json +5 -0
  24. package/node_modules/aws-sdk/apis/metadata.json +9 -0
  25. package/node_modules/aws-sdk/apis/personalize-2018-05-22.min.json +219 -25
  26. package/node_modules/aws-sdk/apis/personalize-2018-05-22.paginators.json +12 -0
  27. package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +321 -138
  28. package/node_modules/aws-sdk/apis/quicksight-2018-04-01.paginators.json +12 -0
  29. package/node_modules/aws-sdk/apis/rum-2018-05-10.min.json +20 -5
  30. package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +51 -9
  31. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +263 -263
  32. package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +8 -2
  33. package/node_modules/aws-sdk/apis/servicecatalog-2015-12-10.min.json +183 -115
  34. package/node_modules/aws-sdk/apis/servicecatalog-appregistry-2020-06-24.min.json +54 -2
  35. package/node_modules/aws-sdk/apis/ssm-sap-2018-05-10.examples.json +5 -0
  36. package/node_modules/aws-sdk/apis/{ssmsap-2018-05-10.min.json → ssm-sap-2018-05-10.min.json} +2 -2
  37. package/node_modules/aws-sdk/apis/{ssmsap-2018-05-10.paginators.json → ssm-sap-2018-05-10.paginators.json} +0 -0
  38. package/node_modules/aws-sdk/apis/states-2016-11-23.min.json +17 -5
  39. package/node_modules/aws-sdk/apis/workspaces-2015-04-08.min.json +161 -84
  40. package/node_modules/aws-sdk/clients/all.d.ts +2 -0
  41. package/node_modules/aws-sdk/clients/all.js +2 -0
  42. package/node_modules/aws-sdk/clients/amplify.d.ts +4 -4
  43. package/node_modules/aws-sdk/clients/appflow.d.ts +125 -9
  44. package/node_modules/aws-sdk/clients/appsync.d.ts +133 -4
  45. package/node_modules/aws-sdk/clients/auditmanager.d.ts +50 -12
  46. package/node_modules/aws-sdk/clients/chimesdkvoice.d.ts +1401 -0
  47. package/node_modules/aws-sdk/clients/chimesdkvoice.js +18 -0
  48. package/node_modules/aws-sdk/clients/cloudfront.d.ts +300 -12
  49. package/node_modules/aws-sdk/clients/connect.d.ts +31 -1
  50. package/node_modules/aws-sdk/clients/dms.d.ts +51 -10
  51. package/node_modules/aws-sdk/clients/dynamodb.d.ts +7 -7
  52. package/node_modules/aws-sdk/clients/ec2.d.ts +28 -20
  53. package/node_modules/aws-sdk/clients/elbv2.d.ts +20 -20
  54. package/node_modules/aws-sdk/clients/emrserverless.d.ts +17 -0
  55. package/node_modules/aws-sdk/clients/glue.d.ts +9 -3
  56. package/node_modules/aws-sdk/clients/iotroborunner.d.ts +534 -0
  57. package/node_modules/aws-sdk/clients/iotroborunner.js +18 -0
  58. package/node_modules/aws-sdk/clients/ivschat.d.ts +322 -13
  59. package/node_modules/aws-sdk/clients/lambda.d.ts +12 -12
  60. package/node_modules/aws-sdk/clients/personalize.d.ts +267 -0
  61. package/node_modules/aws-sdk/clients/polly.d.ts +2 -2
  62. package/node_modules/aws-sdk/clients/quicksight.d.ts +230 -13
  63. package/node_modules/aws-sdk/clients/rum.d.ts +24 -5
  64. package/node_modules/aws-sdk/clients/s3control.d.ts +58 -16
  65. package/node_modules/aws-sdk/clients/sagemaker.d.ts +5 -1
  66. package/node_modules/aws-sdk/clients/secretsmanager.d.ts +7 -7
  67. package/node_modules/aws-sdk/clients/securityhub.d.ts +16 -0
  68. package/node_modules/aws-sdk/clients/servicecatalog.d.ts +141 -29
  69. package/node_modules/aws-sdk/clients/servicecatalogappregistry.d.ts +58 -7
  70. package/node_modules/aws-sdk/clients/ssmsap.d.ts +31 -31
  71. package/node_modules/aws-sdk/clients/ssmsap.js +2 -2
  72. package/node_modules/aws-sdk/clients/stepfunctions.d.ts +67 -52
  73. package/node_modules/aws-sdk/clients/sts.d.ts +18 -18
  74. package/node_modules/aws-sdk/clients/textract.d.ts +6 -6
  75. package/node_modules/aws-sdk/clients/transfer.d.ts +7 -7
  76. package/node_modules/aws-sdk/clients/workspaces.d.ts +115 -0
  77. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  78. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +106 -32
  79. package/node_modules/aws-sdk/dist/aws-sdk.js +1388 -709
  80. package/node_modules/aws-sdk/dist/aws-sdk.min.js +87 -86
  81. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +4 -0
  82. package/node_modules/aws-sdk/lib/core.js +1 -1
  83. package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +3 -3
  84. package/node_modules/aws-sdk/package.json +1 -1
  85. package/package.json +4 -4
@@ -159,6 +159,54 @@
159
159
  }
160
160
  }
161
161
  },
162
+ "CreateStandbyWorkspaces": {
163
+ "input": {
164
+ "type": "structure",
165
+ "required": [
166
+ "PrimaryRegion",
167
+ "StandbyWorkspaces"
168
+ ],
169
+ "members": {
170
+ "PrimaryRegion": {},
171
+ "StandbyWorkspaces": {
172
+ "type": "list",
173
+ "member": {
174
+ "shape": "S15"
175
+ }
176
+ }
177
+ }
178
+ },
179
+ "output": {
180
+ "type": "structure",
181
+ "members": {
182
+ "FailedStandbyRequests": {
183
+ "type": "list",
184
+ "member": {
185
+ "type": "structure",
186
+ "members": {
187
+ "StandbyWorkspaceRequest": {
188
+ "shape": "S15"
189
+ },
190
+ "ErrorCode": {},
191
+ "ErrorMessage": {}
192
+ }
193
+ }
194
+ },
195
+ "PendingStandbyRequests": {
196
+ "type": "list",
197
+ "member": {
198
+ "type": "structure",
199
+ "members": {
200
+ "UserName": {},
201
+ "DirectoryId": {},
202
+ "State": {},
203
+ "WorkspaceId": {}
204
+ }
205
+ }
206
+ }
207
+ }
208
+ }
209
+ },
162
210
  "CreateTags": {
163
211
  "input": {
164
212
  "type": "structure",
@@ -217,13 +265,13 @@
217
265
  "BundleDescription": {},
218
266
  "ImageId": {},
219
267
  "ComputeType": {
220
- "shape": "S1a"
268
+ "shape": "S1o"
221
269
  },
222
270
  "UserStorage": {
223
- "shape": "S1c"
271
+ "shape": "S1q"
224
272
  },
225
273
  "RootStorage": {
226
- "shape": "S1d"
274
+ "shape": "S1r"
227
275
  },
228
276
  "Tags": {
229
277
  "shape": "Sm"
@@ -234,7 +282,7 @@
234
282
  "type": "structure",
235
283
  "members": {
236
284
  "WorkspaceBundle": {
237
- "shape": "S1f"
285
+ "shape": "S1t"
238
286
  }
239
287
  }
240
288
  }
@@ -263,7 +311,7 @@
263
311
  "Name": {},
264
312
  "Description": {},
265
313
  "OperatingSystem": {
266
- "shape": "S1n"
314
+ "shape": "S21"
267
315
  },
268
316
  "State": {},
269
317
  "RequiredTenancy": {},
@@ -284,7 +332,7 @@
284
332
  "Workspaces": {
285
333
  "type": "list",
286
334
  "member": {
287
- "shape": "S1u"
335
+ "shape": "S28"
288
336
  }
289
337
  }
290
338
  }
@@ -298,7 +346,7 @@
298
346
  "type": "structure",
299
347
  "members": {
300
348
  "WorkspaceRequest": {
301
- "shape": "S1u"
349
+ "shape": "S28"
302
350
  },
303
351
  "ErrorCode": {},
304
352
  "ErrorMessage": {}
@@ -306,7 +354,7 @@
306
354
  }
307
355
  },
308
356
  "PendingRequests": {
309
- "shape": "S29"
357
+ "shape": "S2l"
310
358
  }
311
359
  }
312
360
  }
@@ -497,22 +545,22 @@
497
545
  "type": "structure",
498
546
  "members": {
499
547
  "DeviceTypeWindows": {
500
- "shape": "S3f"
548
+ "shape": "S3s"
501
549
  },
502
550
  "DeviceTypeOsx": {
503
- "shape": "S3f"
551
+ "shape": "S3s"
504
552
  },
505
553
  "DeviceTypeAndroid": {
506
- "shape": "S3f"
554
+ "shape": "S3s"
507
555
  },
508
556
  "DeviceTypeIos": {
509
- "shape": "S3l"
557
+ "shape": "S3y"
510
558
  },
511
559
  "DeviceTypeLinux": {
512
- "shape": "S3f"
560
+ "shape": "S3s"
513
561
  },
514
562
  "DeviceTypeWeb": {
515
- "shape": "S3f"
563
+ "shape": "S3s"
516
564
  }
517
565
  }
518
566
  }
@@ -540,7 +588,7 @@
540
588
  "members": {
541
589
  "ResourceId": {},
542
590
  "ClientProperties": {
543
- "shape": "S3r"
591
+ "shape": "S44"
544
592
  }
545
593
  }
546
594
  }
@@ -602,7 +650,7 @@
602
650
  "ConnectionAliasPermissions": {
603
651
  "type": "list",
604
652
  "member": {
605
- "shape": "S42"
653
+ "shape": "S4f"
606
654
  }
607
655
  },
608
656
  "NextToken": {}
@@ -726,7 +774,7 @@
726
774
  "Bundles": {
727
775
  "type": "list",
728
776
  "member": {
729
- "shape": "S1f"
777
+ "shape": "S1t"
730
778
  }
731
779
  },
732
780
  "NextToken": {}
@@ -760,7 +808,7 @@
760
808
  "DirectoryName": {},
761
809
  "RegistrationCode": {},
762
810
  "SubnetIds": {
763
- "shape": "S4u"
811
+ "shape": "S57"
764
812
  },
765
813
  "DnsIpAddresses": {
766
814
  "type": "list",
@@ -794,17 +842,17 @@
794
842
  "shape": "S8"
795
843
  },
796
844
  "WorkspaceAccessProperties": {
797
- "shape": "S52"
845
+ "shape": "S5f"
798
846
  },
799
847
  "Tenancy": {},
800
848
  "SelfservicePermissions": {
801
- "shape": "S55"
849
+ "shape": "S5i"
802
850
  },
803
851
  "SamlProperties": {
804
- "shape": "S56"
852
+ "shape": "S5j"
805
853
  },
806
854
  "CertificateBasedAuthProperties": {
807
- "shape": "S59"
855
+ "shape": "S5m"
808
856
  }
809
857
  }
810
858
  }
@@ -871,7 +919,7 @@
871
919
  "Name": {},
872
920
  "Description": {},
873
921
  "OperatingSystem": {
874
- "shape": "S1n"
922
+ "shape": "S21"
875
923
  },
876
924
  "State": {},
877
925
  "RequiredTenancy": {},
@@ -911,10 +959,10 @@
911
959
  "type": "structure",
912
960
  "members": {
913
961
  "RebuildSnapshots": {
914
- "shape": "S5r"
962
+ "shape": "S64"
915
963
  },
916
964
  "RestoreSnapshots": {
917
- "shape": "S5r"
965
+ "shape": "S64"
918
966
  }
919
967
  }
920
968
  }
@@ -924,7 +972,7 @@
924
972
  "type": "structure",
925
973
  "members": {
926
974
  "WorkspaceIds": {
927
- "shape": "S5u"
975
+ "shape": "S67"
928
976
  },
929
977
  "DirectoryId": {},
930
978
  "UserName": {},
@@ -939,7 +987,7 @@
939
987
  "type": "structure",
940
988
  "members": {
941
989
  "Workspaces": {
942
- "shape": "S29"
990
+ "shape": "S2l"
943
991
  },
944
992
  "NextToken": {}
945
993
  }
@@ -950,7 +998,7 @@
950
998
  "type": "structure",
951
999
  "members": {
952
1000
  "WorkspaceIds": {
953
- "shape": "S5u"
1001
+ "shape": "S67"
954
1002
  },
955
1003
  "NextToken": {}
956
1004
  }
@@ -1021,13 +1069,13 @@
1021
1069
  "members": {
1022
1070
  "ResourceId": {},
1023
1071
  "DeviceTypeWindows": {
1024
- "shape": "S66"
1072
+ "shape": "S6j"
1025
1073
  },
1026
1074
  "DeviceTypeOsx": {
1027
- "shape": "S66"
1075
+ "shape": "S6j"
1028
1076
  },
1029
1077
  "DeviceTypeAndroid": {
1030
- "shape": "S66"
1078
+ "shape": "S6j"
1031
1079
  },
1032
1080
  "DeviceTypeIos": {
1033
1081
  "type": "structure",
@@ -1045,15 +1093,15 @@
1045
1093
  "SupportLink": {},
1046
1094
  "ForgotPasswordLink": {},
1047
1095
  "LoginMessage": {
1048
- "shape": "S3i"
1096
+ "shape": "S3v"
1049
1097
  }
1050
1098
  }
1051
1099
  },
1052
1100
  "DeviceTypeLinux": {
1053
- "shape": "S66"
1101
+ "shape": "S6j"
1054
1102
  },
1055
1103
  "DeviceTypeWeb": {
1056
- "shape": "S66"
1104
+ "shape": "S6j"
1057
1105
  }
1058
1106
  }
1059
1107
  },
@@ -1061,22 +1109,22 @@
1061
1109
  "type": "structure",
1062
1110
  "members": {
1063
1111
  "DeviceTypeWindows": {
1064
- "shape": "S3f"
1112
+ "shape": "S3s"
1065
1113
  },
1066
1114
  "DeviceTypeOsx": {
1067
- "shape": "S3f"
1115
+ "shape": "S3s"
1068
1116
  },
1069
1117
  "DeviceTypeAndroid": {
1070
- "shape": "S3f"
1118
+ "shape": "S3s"
1071
1119
  },
1072
1120
  "DeviceTypeIos": {
1073
- "shape": "S3l"
1121
+ "shape": "S3y"
1074
1122
  },
1075
1123
  "DeviceTypeLinux": {
1076
- "shape": "S3f"
1124
+ "shape": "S3s"
1077
1125
  },
1078
1126
  "DeviceTypeWeb": {
1079
- "shape": "S3f"
1127
+ "shape": "S3s"
1080
1128
  }
1081
1129
  }
1082
1130
  }
@@ -1178,7 +1226,7 @@
1178
1226
  "members": {
1179
1227
  "ResourceId": {},
1180
1228
  "CertificateBasedAuthProperties": {
1181
- "shape": "S59"
1229
+ "shape": "S5m"
1182
1230
  },
1183
1231
  "PropertiesToDelete": {
1184
1232
  "type": "list",
@@ -1201,7 +1249,7 @@
1201
1249
  "members": {
1202
1250
  "ResourceId": {},
1203
1251
  "ClientProperties": {
1204
- "shape": "S3r"
1252
+ "shape": "S44"
1205
1253
  }
1206
1254
  }
1207
1255
  },
@@ -1219,7 +1267,7 @@
1219
1267
  "members": {
1220
1268
  "ResourceId": {},
1221
1269
  "SamlProperties": {
1222
- "shape": "S56"
1270
+ "shape": "S5j"
1223
1271
  },
1224
1272
  "PropertiesToDelete": {
1225
1273
  "type": "list",
@@ -1242,7 +1290,7 @@
1242
1290
  "members": {
1243
1291
  "ResourceId": {},
1244
1292
  "SelfservicePermissions": {
1245
- "shape": "S55"
1293
+ "shape": "S5i"
1246
1294
  }
1247
1295
  }
1248
1296
  },
@@ -1261,7 +1309,7 @@
1261
1309
  "members": {
1262
1310
  "ResourceId": {},
1263
1311
  "WorkspaceAccessProperties": {
1264
- "shape": "S52"
1312
+ "shape": "S5f"
1265
1313
  }
1266
1314
  }
1267
1315
  },
@@ -1315,7 +1363,7 @@
1315
1363
  "members": {
1316
1364
  "WorkspaceId": {},
1317
1365
  "WorkspaceProperties": {
1318
- "shape": "S1y"
1366
+ "shape": "S2a"
1319
1367
  }
1320
1368
  }
1321
1369
  },
@@ -1368,7 +1416,7 @@
1368
1416
  "FailedRequests": {
1369
1417
  "type": "list",
1370
1418
  "member": {
1371
- "shape": "S7k"
1419
+ "shape": "S7x"
1372
1420
  }
1373
1421
  }
1374
1422
  }
@@ -1401,7 +1449,7 @@
1401
1449
  "FailedRequests": {
1402
1450
  "type": "list",
1403
1451
  "member": {
1404
- "shape": "S7k"
1452
+ "shape": "S7x"
1405
1453
  }
1406
1454
  }
1407
1455
  }
@@ -1417,7 +1465,7 @@
1417
1465
  "members": {
1418
1466
  "DirectoryId": {},
1419
1467
  "SubnetIds": {
1420
- "shape": "S4u"
1468
+ "shape": "S57"
1421
1469
  },
1422
1470
  "EnableWorkDocs": {
1423
1471
  "type": "boolean"
@@ -1495,7 +1543,7 @@
1495
1543
  "FailedRequests": {
1496
1544
  "type": "list",
1497
1545
  "member": {
1498
- "shape": "S7k"
1546
+ "shape": "S7x"
1499
1547
  }
1500
1548
  }
1501
1549
  }
@@ -1525,7 +1573,7 @@
1525
1573
  "FailedRequests": {
1526
1574
  "type": "list",
1527
1575
  "member": {
1528
- "shape": "S7k"
1576
+ "shape": "S7x"
1529
1577
  }
1530
1578
  }
1531
1579
  }
@@ -1558,7 +1606,7 @@
1558
1606
  "FailedRequests": {
1559
1607
  "type": "list",
1560
1608
  "member": {
1561
- "shape": "S7k"
1609
+ "shape": "S7x"
1562
1610
  }
1563
1611
  }
1564
1612
  }
@@ -1593,7 +1641,7 @@
1593
1641
  "members": {
1594
1642
  "AliasId": {},
1595
1643
  "ConnectionAliasPermission": {
1596
- "shape": "S42"
1644
+ "shape": "S4f"
1597
1645
  }
1598
1646
  }
1599
1647
  },
@@ -1684,25 +1732,40 @@
1684
1732
  }
1685
1733
  }
1686
1734
  },
1687
- "S1a": {
1735
+ "S15": {
1736
+ "type": "structure",
1737
+ "required": [
1738
+ "PrimaryWorkspaceId",
1739
+ "DirectoryId"
1740
+ ],
1741
+ "members": {
1742
+ "PrimaryWorkspaceId": {},
1743
+ "VolumeEncryptionKey": {},
1744
+ "DirectoryId": {},
1745
+ "Tags": {
1746
+ "shape": "Sm"
1747
+ }
1748
+ }
1749
+ },
1750
+ "S1o": {
1688
1751
  "type": "structure",
1689
1752
  "members": {
1690
1753
  "Name": {}
1691
1754
  }
1692
1755
  },
1693
- "S1c": {
1756
+ "S1q": {
1694
1757
  "type": "structure",
1695
1758
  "members": {
1696
1759
  "Capacity": {}
1697
1760
  }
1698
1761
  },
1699
- "S1d": {
1762
+ "S1r": {
1700
1763
  "type": "structure",
1701
1764
  "members": {
1702
1765
  "Capacity": {}
1703
1766
  }
1704
1767
  },
1705
- "S1f": {
1768
+ "S1t": {
1706
1769
  "type": "structure",
1707
1770
  "members": {
1708
1771
  "BundleId": {},
@@ -1711,29 +1774,31 @@
1711
1774
  "Description": {},
1712
1775
  "ImageId": {},
1713
1776
  "RootStorage": {
1714
- "shape": "S1d"
1777
+ "shape": "S1r"
1715
1778
  },
1716
1779
  "UserStorage": {
1717
- "shape": "S1c"
1780
+ "shape": "S1q"
1718
1781
  },
1719
1782
  "ComputeType": {
1720
- "shape": "S1a"
1783
+ "shape": "S1o"
1721
1784
  },
1722
1785
  "LastUpdatedTime": {
1723
1786
  "type": "timestamp"
1724
1787
  },
1725
1788
  "CreationTime": {
1726
1789
  "type": "timestamp"
1727
- }
1790
+ },
1791
+ "State": {},
1792
+ "BundleType": {}
1728
1793
  }
1729
1794
  },
1730
- "S1n": {
1795
+ "S21": {
1731
1796
  "type": "structure",
1732
1797
  "members": {
1733
1798
  "Type": {}
1734
1799
  }
1735
1800
  },
1736
- "S1u": {
1801
+ "S28": {
1737
1802
  "type": "structure",
1738
1803
  "required": [
1739
1804
  "DirectoryId",
@@ -1752,14 +1817,14 @@
1752
1817
  "type": "boolean"
1753
1818
  },
1754
1819
  "WorkspaceProperties": {
1755
- "shape": "S1y"
1820
+ "shape": "S2a"
1756
1821
  },
1757
1822
  "Tags": {
1758
1823
  "shape": "Sm"
1759
1824
  }
1760
1825
  }
1761
1826
  },
1762
- "S1y": {
1827
+ "S2a": {
1763
1828
  "type": "structure",
1764
1829
  "members": {
1765
1830
  "RunningMode": {},
@@ -1779,7 +1844,7 @@
1779
1844
  }
1780
1845
  }
1781
1846
  },
1782
- "S29": {
1847
+ "S2l": {
1783
1848
  "type": "list",
1784
1849
  "member": {
1785
1850
  "type": "structure",
@@ -1802,7 +1867,7 @@
1802
1867
  "type": "boolean"
1803
1868
  },
1804
1869
  "WorkspaceProperties": {
1805
- "shape": "S1y"
1870
+ "shape": "S2a"
1806
1871
  },
1807
1872
  "ModificationStates": {
1808
1873
  "type": "list",
@@ -1813,11 +1878,23 @@
1813
1878
  "State": {}
1814
1879
  }
1815
1880
  }
1881
+ },
1882
+ "RelatedWorkspaces": {
1883
+ "type": "list",
1884
+ "member": {
1885
+ "type": "structure",
1886
+ "members": {
1887
+ "WorkspaceId": {},
1888
+ "Region": {},
1889
+ "State": {},
1890
+ "Type": {}
1891
+ }
1892
+ }
1816
1893
  }
1817
1894
  }
1818
1895
  }
1819
1896
  },
1820
- "S3f": {
1897
+ "S3s": {
1821
1898
  "type": "structure",
1822
1899
  "members": {
1823
1900
  "LogoUrl": {},
@@ -1825,16 +1902,16 @@
1825
1902
  "SupportLink": {},
1826
1903
  "ForgotPasswordLink": {},
1827
1904
  "LoginMessage": {
1828
- "shape": "S3i"
1905
+ "shape": "S3v"
1829
1906
  }
1830
1907
  }
1831
1908
  },
1832
- "S3i": {
1909
+ "S3v": {
1833
1910
  "type": "map",
1834
1911
  "key": {},
1835
1912
  "value": {}
1836
1913
  },
1837
- "S3l": {
1914
+ "S3y": {
1838
1915
  "type": "structure",
1839
1916
  "members": {
1840
1917
  "LogoUrl": {},
@@ -1844,18 +1921,18 @@
1844
1921
  "SupportLink": {},
1845
1922
  "ForgotPasswordLink": {},
1846
1923
  "LoginMessage": {
1847
- "shape": "S3i"
1924
+ "shape": "S3v"
1848
1925
  }
1849
1926
  }
1850
1927
  },
1851
- "S3r": {
1928
+ "S44": {
1852
1929
  "type": "structure",
1853
1930
  "members": {
1854
1931
  "ReconnectEnabled": {},
1855
1932
  "LogUploadEnabled": {}
1856
1933
  }
1857
1934
  },
1858
- "S42": {
1935
+ "S4f": {
1859
1936
  "type": "structure",
1860
1937
  "required": [
1861
1938
  "SharedAccountId",
@@ -1868,11 +1945,11 @@
1868
1945
  }
1869
1946
  }
1870
1947
  },
1871
- "S4u": {
1948
+ "S57": {
1872
1949
  "type": "list",
1873
1950
  "member": {}
1874
1951
  },
1875
- "S52": {
1952
+ "S5f": {
1876
1953
  "type": "structure",
1877
1954
  "members": {
1878
1955
  "DeviceTypeWindows": {},
@@ -1885,7 +1962,7 @@
1885
1962
  "DeviceTypeLinux": {}
1886
1963
  }
1887
1964
  },
1888
- "S55": {
1965
+ "S5i": {
1889
1966
  "type": "structure",
1890
1967
  "members": {
1891
1968
  "RestartWorkspace": {},
@@ -1895,7 +1972,7 @@
1895
1972
  "RebuildWorkspace": {}
1896
1973
  }
1897
1974
  },
1898
- "S56": {
1975
+ "S5j": {
1899
1976
  "type": "structure",
1900
1977
  "members": {
1901
1978
  "Status": {},
@@ -1903,14 +1980,14 @@
1903
1980
  "RelayStateParameterName": {}
1904
1981
  }
1905
1982
  },
1906
- "S59": {
1983
+ "S5m": {
1907
1984
  "type": "structure",
1908
1985
  "members": {
1909
1986
  "Status": {},
1910
1987
  "CertificateAuthorityArn": {}
1911
1988
  }
1912
1989
  },
1913
- "S5r": {
1990
+ "S64": {
1914
1991
  "type": "list",
1915
1992
  "member": {
1916
1993
  "type": "structure",
@@ -1921,11 +1998,11 @@
1921
1998
  }
1922
1999
  }
1923
2000
  },
1924
- "S5u": {
2001
+ "S67": {
1925
2002
  "type": "list",
1926
2003
  "member": {}
1927
2004
  },
1928
- "S66": {
2005
+ "S6j": {
1929
2006
  "type": "structure",
1930
2007
  "members": {
1931
2008
  "Logo": {
@@ -1935,11 +2012,11 @@
1935
2012
  "SupportLink": {},
1936
2013
  "ForgotPasswordLink": {},
1937
2014
  "LoginMessage": {
1938
- "shape": "S3i"
2015
+ "shape": "S3v"
1939
2016
  }
1940
2017
  }
1941
2018
  },
1942
- "S7k": {
2019
+ "S7x": {
1943
2020
  "type": "structure",
1944
2021
  "members": {
1945
2022
  "WorkspaceId": {},
@@ -319,4 +319,6 @@ export import MigrationHubOrchestrator = require('./migrationhuborchestrator');
319
319
  export import ConnectCases = require('./connectcases');
320
320
  export import ResourceExplorer2 = require('./resourceexplorer2');
321
321
  export import Scheduler = require('./scheduler');
322
+ export import ChimeSDKVoice = require('./chimesdkvoice');
323
+ export import IoTRoboRunner = require('./iotroborunner');
322
324
  export import SsmSap = require('./ssmsap');
@@ -321,5 +321,7 @@ module.exports = {
321
321
  ConnectCases: require('./connectcases'),
322
322
  ResourceExplorer2: require('./resourceexplorer2'),
323
323
  Scheduler: require('./scheduler'),
324
+ ChimeSDKVoice: require('./chimesdkvoice'),
325
+ IoTRoboRunner: require('./iotroborunner'),
324
326
  SsmSap: require('./ssmsap')
325
327
  };