cdk-lambda-subminute 2.0.258 → 2.0.259

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.
@@ -50,6 +50,27 @@
50
50
  "members": {}
51
51
  }
52
52
  },
53
+ "AssociateWorkspaceApplication": {
54
+ "input": {
55
+ "type": "structure",
56
+ "required": [
57
+ "WorkspaceId",
58
+ "ApplicationId"
59
+ ],
60
+ "members": {
61
+ "WorkspaceId": {},
62
+ "ApplicationId": {}
63
+ }
64
+ },
65
+ "output": {
66
+ "type": "structure",
67
+ "members": {
68
+ "Association": {
69
+ "shape": "Sf"
70
+ }
71
+ }
72
+ }
73
+ },
53
74
  "AuthorizeIpRules": {
54
75
  "input": {
55
76
  "type": "structure",
@@ -60,7 +81,7 @@
60
81
  "members": {
61
82
  "GroupId": {},
62
83
  "UserRules": {
63
- "shape": "Sc"
84
+ "shape": "Sn"
64
85
  }
65
86
  }
66
87
  },
@@ -83,7 +104,7 @@
83
104
  "SourceImageId": {},
84
105
  "SourceRegion": {},
85
106
  "Tags": {
86
- "shape": "Sm"
107
+ "shape": "Sx"
87
108
  }
88
109
  }
89
110
  },
@@ -124,7 +145,7 @@
124
145
  "members": {
125
146
  "ConnectionString": {},
126
147
  "Tags": {
127
- "shape": "Sm"
148
+ "shape": "Sx"
128
149
  }
129
150
  }
130
151
  },
@@ -145,10 +166,10 @@
145
166
  "GroupName": {},
146
167
  "GroupDesc": {},
147
168
  "UserRules": {
148
- "shape": "Sc"
169
+ "shape": "Sn"
149
170
  },
150
171
  "Tags": {
151
- "shape": "Sm"
172
+ "shape": "Sx"
152
173
  }
153
174
  }
154
175
  },
@@ -171,7 +192,7 @@
171
192
  "StandbyWorkspaces": {
172
193
  "type": "list",
173
194
  "member": {
174
- "shape": "S15"
195
+ "shape": "S1g"
175
196
  }
176
197
  }
177
198
  }
@@ -185,7 +206,7 @@
185
206
  "type": "structure",
186
207
  "members": {
187
208
  "StandbyWorkspaceRequest": {
188
- "shape": "S15"
209
+ "shape": "S1g"
189
210
  },
190
211
  "ErrorCode": {},
191
212
  "ErrorMessage": {}
@@ -217,7 +238,7 @@
217
238
  "members": {
218
239
  "ResourceId": {},
219
240
  "Tags": {
220
- "shape": "Sm"
241
+ "shape": "Sx"
221
242
  }
222
243
  }
223
244
  },
@@ -239,7 +260,7 @@
239
260
  "Description": {},
240
261
  "SourceImageId": {},
241
262
  "Tags": {
242
- "shape": "Sm"
263
+ "shape": "Sx"
243
264
  }
244
265
  }
245
266
  },
@@ -265,16 +286,16 @@
265
286
  "BundleDescription": {},
266
287
  "ImageId": {},
267
288
  "ComputeType": {
268
- "shape": "S1o"
289
+ "shape": "S1y"
269
290
  },
270
291
  "UserStorage": {
271
- "shape": "S1q"
292
+ "shape": "S20"
272
293
  },
273
294
  "RootStorage": {
274
- "shape": "S1r"
295
+ "shape": "S21"
275
296
  },
276
297
  "Tags": {
277
- "shape": "Sm"
298
+ "shape": "Sx"
278
299
  }
279
300
  }
280
301
  },
@@ -282,7 +303,7 @@
282
303
  "type": "structure",
283
304
  "members": {
284
305
  "WorkspaceBundle": {
285
- "shape": "S1t"
306
+ "shape": "S23"
286
307
  }
287
308
  }
288
309
  }
@@ -300,7 +321,7 @@
300
321
  "Description": {},
301
322
  "WorkspaceId": {},
302
323
  "Tags": {
303
- "shape": "Sm"
324
+ "shape": "Sx"
304
325
  }
305
326
  }
306
327
  },
@@ -311,7 +332,7 @@
311
332
  "Name": {},
312
333
  "Description": {},
313
334
  "OperatingSystem": {
314
- "shape": "S21"
335
+ "shape": "S2a"
315
336
  },
316
337
  "State": {},
317
338
  "RequiredTenancy": {},
@@ -332,7 +353,7 @@
332
353
  "Workspaces": {
333
354
  "type": "list",
334
355
  "member": {
335
- "shape": "S28"
356
+ "shape": "S2h"
336
357
  }
337
358
  }
338
359
  }
@@ -346,7 +367,7 @@
346
367
  "type": "structure",
347
368
  "members": {
348
369
  "WorkspaceRequest": {
349
- "shape": "S28"
370
+ "shape": "S2h"
350
371
  },
351
372
  "ErrorCode": {},
352
373
  "ErrorMessage": {}
@@ -354,7 +375,7 @@
354
375
  }
355
376
  },
356
377
  "PendingRequests": {
357
- "shape": "S2l"
378
+ "shape": "S2v"
358
379
  }
359
380
  }
360
381
  }
@@ -473,6 +494,33 @@
473
494
  "members": {}
474
495
  }
475
496
  },
497
+ "DeployWorkspaceApplications": {
498
+ "input": {
499
+ "type": "structure",
500
+ "required": [
501
+ "WorkspaceId"
502
+ ],
503
+ "members": {
504
+ "WorkspaceId": {},
505
+ "Force": {
506
+ "type": "boolean"
507
+ }
508
+ }
509
+ },
510
+ "output": {
511
+ "type": "structure",
512
+ "members": {
513
+ "Deployment": {
514
+ "type": "structure",
515
+ "members": {
516
+ "Associations": {
517
+ "shape": "S3r"
518
+ }
519
+ }
520
+ }
521
+ }
522
+ }
523
+ },
476
524
  "DeregisterWorkspaceDirectory": {
477
525
  "input": {
478
526
  "type": "structure",
@@ -531,6 +579,147 @@
531
579
  }
532
580
  }
533
581
  },
582
+ "DescribeApplicationAssociations": {
583
+ "input": {
584
+ "type": "structure",
585
+ "required": [
586
+ "ApplicationId",
587
+ "AssociatedResourceTypes"
588
+ ],
589
+ "members": {
590
+ "MaxResults": {
591
+ "type": "integer"
592
+ },
593
+ "NextToken": {},
594
+ "ApplicationId": {},
595
+ "AssociatedResourceTypes": {
596
+ "type": "list",
597
+ "member": {}
598
+ }
599
+ }
600
+ },
601
+ "output": {
602
+ "type": "structure",
603
+ "members": {
604
+ "Associations": {
605
+ "type": "list",
606
+ "member": {
607
+ "type": "structure",
608
+ "members": {
609
+ "ApplicationId": {},
610
+ "AssociatedResourceId": {},
611
+ "AssociatedResourceType": {},
612
+ "Created": {
613
+ "type": "timestamp"
614
+ },
615
+ "LastUpdatedTime": {
616
+ "type": "timestamp"
617
+ },
618
+ "State": {},
619
+ "StateReason": {
620
+ "shape": "Sj"
621
+ }
622
+ }
623
+ }
624
+ },
625
+ "NextToken": {}
626
+ }
627
+ }
628
+ },
629
+ "DescribeApplications": {
630
+ "input": {
631
+ "type": "structure",
632
+ "members": {
633
+ "ApplicationIds": {
634
+ "type": "list",
635
+ "member": {}
636
+ },
637
+ "ComputeTypeNames": {
638
+ "shape": "S4d"
639
+ },
640
+ "LicenseType": {},
641
+ "OperatingSystemNames": {
642
+ "shape": "S4f"
643
+ },
644
+ "Owner": {},
645
+ "MaxResults": {
646
+ "type": "integer"
647
+ },
648
+ "NextToken": {}
649
+ }
650
+ },
651
+ "output": {
652
+ "type": "structure",
653
+ "members": {
654
+ "Applications": {
655
+ "type": "list",
656
+ "member": {
657
+ "type": "structure",
658
+ "members": {
659
+ "ApplicationId": {},
660
+ "Created": {
661
+ "type": "timestamp"
662
+ },
663
+ "Description": {},
664
+ "LicenseType": {},
665
+ "Name": {},
666
+ "Owner": {},
667
+ "State": {},
668
+ "SupportedComputeTypeNames": {
669
+ "shape": "S4d"
670
+ },
671
+ "SupportedOperatingSystemNames": {
672
+ "shape": "S4f"
673
+ }
674
+ }
675
+ }
676
+ },
677
+ "NextToken": {}
678
+ }
679
+ }
680
+ },
681
+ "DescribeBundleAssociations": {
682
+ "input": {
683
+ "type": "structure",
684
+ "required": [
685
+ "BundleId",
686
+ "AssociatedResourceTypes"
687
+ ],
688
+ "members": {
689
+ "BundleId": {},
690
+ "AssociatedResourceTypes": {
691
+ "type": "list",
692
+ "member": {}
693
+ }
694
+ }
695
+ },
696
+ "output": {
697
+ "type": "structure",
698
+ "members": {
699
+ "Associations": {
700
+ "type": "list",
701
+ "member": {
702
+ "type": "structure",
703
+ "members": {
704
+ "AssociatedResourceId": {},
705
+ "AssociatedResourceType": {},
706
+ "BundleId": {},
707
+ "Created": {
708
+ "type": "timestamp"
709
+ },
710
+ "LastUpdatedTime": {
711
+ "type": "timestamp"
712
+ },
713
+ "State": {},
714
+ "StateReason": {
715
+ "shape": "Sj"
716
+ }
717
+ }
718
+ }
719
+ }
720
+ }
721
+ }
722
+ },
534
723
  "DescribeClientBranding": {
535
724
  "input": {
536
725
  "type": "structure",
@@ -545,22 +734,22 @@
545
734
  "type": "structure",
546
735
  "members": {
547
736
  "DeviceTypeWindows": {
548
- "shape": "S3s"
737
+ "shape": "S4t"
549
738
  },
550
739
  "DeviceTypeOsx": {
551
- "shape": "S3s"
740
+ "shape": "S4t"
552
741
  },
553
742
  "DeviceTypeAndroid": {
554
- "shape": "S3s"
743
+ "shape": "S4t"
555
744
  },
556
745
  "DeviceTypeIos": {
557
- "shape": "S3y"
746
+ "shape": "S4z"
558
747
  },
559
748
  "DeviceTypeLinux": {
560
- "shape": "S3s"
749
+ "shape": "S4t"
561
750
  },
562
751
  "DeviceTypeWeb": {
563
- "shape": "S3s"
752
+ "shape": "S4t"
564
753
  }
565
754
  }
566
755
  }
@@ -588,7 +777,7 @@
588
777
  "members": {
589
778
  "ResourceId": {},
590
779
  "ClientProperties": {
591
- "shape": "S44"
780
+ "shape": "S55"
592
781
  }
593
782
  }
594
783
  }
@@ -650,7 +839,7 @@
650
839
  "ConnectionAliasPermissions": {
651
840
  "type": "list",
652
841
  "member": {
653
- "shape": "S4f"
842
+ "shape": "S5f"
654
843
  }
655
844
  },
656
845
  "NextToken": {}
@@ -703,6 +892,48 @@
703
892
  }
704
893
  }
705
894
  },
895
+ "DescribeImageAssociations": {
896
+ "input": {
897
+ "type": "structure",
898
+ "required": [
899
+ "ImageId",
900
+ "AssociatedResourceTypes"
901
+ ],
902
+ "members": {
903
+ "ImageId": {},
904
+ "AssociatedResourceTypes": {
905
+ "type": "list",
906
+ "member": {}
907
+ }
908
+ }
909
+ },
910
+ "output": {
911
+ "type": "structure",
912
+ "members": {
913
+ "Associations": {
914
+ "type": "list",
915
+ "member": {
916
+ "type": "structure",
917
+ "members": {
918
+ "AssociatedResourceId": {},
919
+ "AssociatedResourceType": {},
920
+ "Created": {
921
+ "type": "timestamp"
922
+ },
923
+ "LastUpdatedTime": {
924
+ "type": "timestamp"
925
+ },
926
+ "ImageId": {},
927
+ "State": {},
928
+ "StateReason": {
929
+ "shape": "Sj"
930
+ }
931
+ }
932
+ }
933
+ }
934
+ }
935
+ }
936
+ },
706
937
  "DescribeIpGroups": {
707
938
  "input": {
708
939
  "type": "structure",
@@ -728,7 +959,7 @@
728
959
  "groupName": {},
729
960
  "groupDesc": {},
730
961
  "userRules": {
731
- "shape": "Sc"
962
+ "shape": "Sn"
732
963
  }
733
964
  }
734
965
  }
@@ -751,7 +982,31 @@
751
982
  "type": "structure",
752
983
  "members": {
753
984
  "TagList": {
754
- "shape": "Sm"
985
+ "shape": "Sx"
986
+ }
987
+ }
988
+ }
989
+ },
990
+ "DescribeWorkspaceAssociations": {
991
+ "input": {
992
+ "type": "structure",
993
+ "required": [
994
+ "WorkspaceId",
995
+ "AssociatedResourceTypes"
996
+ ],
997
+ "members": {
998
+ "WorkspaceId": {},
999
+ "AssociatedResourceTypes": {
1000
+ "type": "list",
1001
+ "member": {}
1002
+ }
1003
+ }
1004
+ },
1005
+ "output": {
1006
+ "type": "structure",
1007
+ "members": {
1008
+ "Associations": {
1009
+ "shape": "S3r"
755
1010
  }
756
1011
  }
757
1012
  }
@@ -774,7 +1029,7 @@
774
1029
  "Bundles": {
775
1030
  "type": "list",
776
1031
  "member": {
777
- "shape": "S1t"
1032
+ "shape": "S23"
778
1033
  }
779
1034
  },
780
1035
  "NextToken": {}
@@ -808,7 +1063,7 @@
808
1063
  "DirectoryName": {},
809
1064
  "RegistrationCode": {},
810
1065
  "SubnetIds": {
811
- "shape": "S57"
1066
+ "shape": "S6g"
812
1067
  },
813
1068
  "DnsIpAddresses": {
814
1069
  "type": "list",
@@ -842,17 +1097,17 @@
842
1097
  "shape": "S8"
843
1098
  },
844
1099
  "WorkspaceAccessProperties": {
845
- "shape": "S5f"
1100
+ "shape": "S6o"
846
1101
  },
847
1102
  "Tenancy": {},
848
1103
  "SelfservicePermissions": {
849
- "shape": "S5i"
1104
+ "shape": "S6r"
850
1105
  },
851
1106
  "SamlProperties": {
852
- "shape": "S5j"
1107
+ "shape": "S6s"
853
1108
  },
854
1109
  "CertificateBasedAuthProperties": {
855
- "shape": "S5m"
1110
+ "shape": "S6v"
856
1111
  }
857
1112
  }
858
1113
  }
@@ -919,7 +1174,7 @@
919
1174
  "Name": {},
920
1175
  "Description": {},
921
1176
  "OperatingSystem": {
922
- "shape": "S21"
1177
+ "shape": "S2a"
923
1178
  },
924
1179
  "State": {},
925
1180
  "RequiredTenancy": {},
@@ -969,10 +1224,10 @@
969
1224
  "type": "structure",
970
1225
  "members": {
971
1226
  "RebuildSnapshots": {
972
- "shape": "S67"
1227
+ "shape": "S7g"
973
1228
  },
974
1229
  "RestoreSnapshots": {
975
- "shape": "S67"
1230
+ "shape": "S7g"
976
1231
  }
977
1232
  }
978
1233
  }
@@ -982,7 +1237,7 @@
982
1237
  "type": "structure",
983
1238
  "members": {
984
1239
  "WorkspaceIds": {
985
- "shape": "S6a"
1240
+ "shape": "S7j"
986
1241
  },
987
1242
  "DirectoryId": {},
988
1243
  "UserName": {},
@@ -997,7 +1252,7 @@
997
1252
  "type": "structure",
998
1253
  "members": {
999
1254
  "Workspaces": {
1000
- "shape": "S2l"
1255
+ "shape": "S2v"
1001
1256
  },
1002
1257
  "NextToken": {}
1003
1258
  }
@@ -1008,7 +1263,7 @@
1008
1263
  "type": "structure",
1009
1264
  "members": {
1010
1265
  "WorkspaceIds": {
1011
- "shape": "S6a"
1266
+ "shape": "S7j"
1012
1267
  },
1013
1268
  "NextToken": {}
1014
1269
  }
@@ -1070,6 +1325,27 @@
1070
1325
  "members": {}
1071
1326
  }
1072
1327
  },
1328
+ "DisassociateWorkspaceApplication": {
1329
+ "input": {
1330
+ "type": "structure",
1331
+ "required": [
1332
+ "WorkspaceId",
1333
+ "ApplicationId"
1334
+ ],
1335
+ "members": {
1336
+ "WorkspaceId": {},
1337
+ "ApplicationId": {}
1338
+ }
1339
+ },
1340
+ "output": {
1341
+ "type": "structure",
1342
+ "members": {
1343
+ "Association": {
1344
+ "shape": "Sf"
1345
+ }
1346
+ }
1347
+ }
1348
+ },
1073
1349
  "ImportClientBranding": {
1074
1350
  "input": {
1075
1351
  "type": "structure",
@@ -1079,13 +1355,13 @@
1079
1355
  "members": {
1080
1356
  "ResourceId": {},
1081
1357
  "DeviceTypeWindows": {
1082
- "shape": "S6m"
1358
+ "shape": "S7x"
1083
1359
  },
1084
1360
  "DeviceTypeOsx": {
1085
- "shape": "S6m"
1361
+ "shape": "S7x"
1086
1362
  },
1087
1363
  "DeviceTypeAndroid": {
1088
- "shape": "S6m"
1364
+ "shape": "S7x"
1089
1365
  },
1090
1366
  "DeviceTypeIos": {
1091
1367
  "type": "structure",
@@ -1103,15 +1379,15 @@
1103
1379
  "SupportLink": {},
1104
1380
  "ForgotPasswordLink": {},
1105
1381
  "LoginMessage": {
1106
- "shape": "S3v"
1382
+ "shape": "S4w"
1107
1383
  }
1108
1384
  }
1109
1385
  },
1110
1386
  "DeviceTypeLinux": {
1111
- "shape": "S6m"
1387
+ "shape": "S7x"
1112
1388
  },
1113
1389
  "DeviceTypeWeb": {
1114
- "shape": "S6m"
1390
+ "shape": "S7x"
1115
1391
  }
1116
1392
  }
1117
1393
  },
@@ -1119,22 +1395,22 @@
1119
1395
  "type": "structure",
1120
1396
  "members": {
1121
1397
  "DeviceTypeWindows": {
1122
- "shape": "S3s"
1398
+ "shape": "S4t"
1123
1399
  },
1124
1400
  "DeviceTypeOsx": {
1125
- "shape": "S3s"
1401
+ "shape": "S4t"
1126
1402
  },
1127
1403
  "DeviceTypeAndroid": {
1128
- "shape": "S3s"
1404
+ "shape": "S4t"
1129
1405
  },
1130
1406
  "DeviceTypeIos": {
1131
- "shape": "S3y"
1407
+ "shape": "S4z"
1132
1408
  },
1133
1409
  "DeviceTypeLinux": {
1134
- "shape": "S3s"
1410
+ "shape": "S4t"
1135
1411
  },
1136
1412
  "DeviceTypeWeb": {
1137
- "shape": "S3s"
1413
+ "shape": "S4t"
1138
1414
  }
1139
1415
  }
1140
1416
  }
@@ -1154,7 +1430,7 @@
1154
1430
  "ImageName": {},
1155
1431
  "ImageDescription": {},
1156
1432
  "Tags": {
1157
- "shape": "Sm"
1433
+ "shape": "Sx"
1158
1434
  },
1159
1435
  "Applications": {
1160
1436
  "type": "list",
@@ -1236,7 +1512,7 @@
1236
1512
  "members": {
1237
1513
  "ResourceId": {},
1238
1514
  "CertificateBasedAuthProperties": {
1239
- "shape": "S5m"
1515
+ "shape": "S6v"
1240
1516
  },
1241
1517
  "PropertiesToDelete": {
1242
1518
  "type": "list",
@@ -1259,7 +1535,7 @@
1259
1535
  "members": {
1260
1536
  "ResourceId": {},
1261
1537
  "ClientProperties": {
1262
- "shape": "S44"
1538
+ "shape": "S55"
1263
1539
  }
1264
1540
  }
1265
1541
  },
@@ -1277,7 +1553,7 @@
1277
1553
  "members": {
1278
1554
  "ResourceId": {},
1279
1555
  "SamlProperties": {
1280
- "shape": "S5j"
1556
+ "shape": "S6s"
1281
1557
  },
1282
1558
  "PropertiesToDelete": {
1283
1559
  "type": "list",
@@ -1300,7 +1576,7 @@
1300
1576
  "members": {
1301
1577
  "ResourceId": {},
1302
1578
  "SelfservicePermissions": {
1303
- "shape": "S5i"
1579
+ "shape": "S6r"
1304
1580
  }
1305
1581
  }
1306
1582
  },
@@ -1319,7 +1595,7 @@
1319
1595
  "members": {
1320
1596
  "ResourceId": {},
1321
1597
  "WorkspaceAccessProperties": {
1322
- "shape": "S5f"
1598
+ "shape": "S6o"
1323
1599
  }
1324
1600
  }
1325
1601
  },
@@ -1373,7 +1649,7 @@
1373
1649
  "members": {
1374
1650
  "WorkspaceId": {},
1375
1651
  "WorkspaceProperties": {
1376
- "shape": "S2a"
1652
+ "shape": "S2j"
1377
1653
  }
1378
1654
  }
1379
1655
  },
@@ -1426,7 +1702,7 @@
1426
1702
  "FailedRequests": {
1427
1703
  "type": "list",
1428
1704
  "member": {
1429
- "shape": "S80"
1705
+ "shape": "S9b"
1430
1706
  }
1431
1707
  }
1432
1708
  }
@@ -1459,7 +1735,7 @@
1459
1735
  "FailedRequests": {
1460
1736
  "type": "list",
1461
1737
  "member": {
1462
- "shape": "S80"
1738
+ "shape": "S9b"
1463
1739
  }
1464
1740
  }
1465
1741
  }
@@ -1475,7 +1751,7 @@
1475
1751
  "members": {
1476
1752
  "DirectoryId": {},
1477
1753
  "SubnetIds": {
1478
- "shape": "S57"
1754
+ "shape": "S6g"
1479
1755
  },
1480
1756
  "EnableWorkDocs": {
1481
1757
  "type": "boolean"
@@ -1485,7 +1761,7 @@
1485
1761
  },
1486
1762
  "Tenancy": {},
1487
1763
  "Tags": {
1488
- "shape": "Sm"
1764
+ "shape": "Sx"
1489
1765
  }
1490
1766
  }
1491
1767
  },
@@ -1553,7 +1829,7 @@
1553
1829
  "FailedRequests": {
1554
1830
  "type": "list",
1555
1831
  "member": {
1556
- "shape": "S80"
1832
+ "shape": "S9b"
1557
1833
  }
1558
1834
  }
1559
1835
  }
@@ -1583,7 +1859,7 @@
1583
1859
  "FailedRequests": {
1584
1860
  "type": "list",
1585
1861
  "member": {
1586
- "shape": "S80"
1862
+ "shape": "S9b"
1587
1863
  }
1588
1864
  }
1589
1865
  }
@@ -1616,7 +1892,7 @@
1616
1892
  "FailedRequests": {
1617
1893
  "type": "list",
1618
1894
  "member": {
1619
- "shape": "S80"
1895
+ "shape": "S9b"
1620
1896
  }
1621
1897
  }
1622
1898
  }
@@ -1651,7 +1927,7 @@
1651
1927
  "members": {
1652
1928
  "AliasId": {},
1653
1929
  "ConnectionAliasPermission": {
1654
- "shape": "S4f"
1930
+ "shape": "S5f"
1655
1931
  }
1656
1932
  }
1657
1933
  },
@@ -1670,7 +1946,7 @@
1670
1946
  "members": {
1671
1947
  "GroupId": {},
1672
1948
  "UserRules": {
1673
- "shape": "Sc"
1949
+ "shape": "Sn"
1674
1950
  }
1675
1951
  }
1676
1952
  },
@@ -1719,7 +1995,32 @@
1719
1995
  "type": "list",
1720
1996
  "member": {}
1721
1997
  },
1722
- "Sc": {
1998
+ "Sf": {
1999
+ "type": "structure",
2000
+ "members": {
2001
+ "AssociatedResourceId": {},
2002
+ "AssociatedResourceType": {},
2003
+ "Created": {
2004
+ "type": "timestamp"
2005
+ },
2006
+ "LastUpdatedTime": {
2007
+ "type": "timestamp"
2008
+ },
2009
+ "State": {},
2010
+ "StateReason": {
2011
+ "shape": "Sj"
2012
+ },
2013
+ "WorkspaceId": {}
2014
+ }
2015
+ },
2016
+ "Sj": {
2017
+ "type": "structure",
2018
+ "members": {
2019
+ "ErrorCode": {},
2020
+ "ErrorMessage": {}
2021
+ }
2022
+ },
2023
+ "Sn": {
1723
2024
  "type": "list",
1724
2025
  "member": {
1725
2026
  "type": "structure",
@@ -1729,7 +2030,7 @@
1729
2030
  }
1730
2031
  }
1731
2032
  },
1732
- "Sm": {
2033
+ "Sx": {
1733
2034
  "type": "list",
1734
2035
  "member": {
1735
2036
  "type": "structure",
@@ -1742,7 +2043,7 @@
1742
2043
  }
1743
2044
  }
1744
2045
  },
1745
- "S15": {
2046
+ "S1g": {
1746
2047
  "type": "structure",
1747
2048
  "required": [
1748
2049
  "PrimaryWorkspaceId",
@@ -1753,29 +2054,29 @@
1753
2054
  "VolumeEncryptionKey": {},
1754
2055
  "DirectoryId": {},
1755
2056
  "Tags": {
1756
- "shape": "Sm"
2057
+ "shape": "Sx"
1757
2058
  }
1758
2059
  }
1759
2060
  },
1760
- "S1o": {
2061
+ "S1y": {
1761
2062
  "type": "structure",
1762
2063
  "members": {
1763
2064
  "Name": {}
1764
2065
  }
1765
2066
  },
1766
- "S1q": {
2067
+ "S20": {
1767
2068
  "type": "structure",
1768
2069
  "members": {
1769
2070
  "Capacity": {}
1770
2071
  }
1771
2072
  },
1772
- "S1r": {
2073
+ "S21": {
1773
2074
  "type": "structure",
1774
2075
  "members": {
1775
2076
  "Capacity": {}
1776
2077
  }
1777
2078
  },
1778
- "S1t": {
2079
+ "S23": {
1779
2080
  "type": "structure",
1780
2081
  "members": {
1781
2082
  "BundleId": {},
@@ -1784,13 +2085,13 @@
1784
2085
  "Description": {},
1785
2086
  "ImageId": {},
1786
2087
  "RootStorage": {
1787
- "shape": "S1r"
2088
+ "shape": "S21"
1788
2089
  },
1789
2090
  "UserStorage": {
1790
- "shape": "S1q"
2091
+ "shape": "S20"
1791
2092
  },
1792
2093
  "ComputeType": {
1793
- "shape": "S1o"
2094
+ "shape": "S1y"
1794
2095
  },
1795
2096
  "LastUpdatedTime": {
1796
2097
  "type": "timestamp"
@@ -1802,13 +2103,13 @@
1802
2103
  "BundleType": {}
1803
2104
  }
1804
2105
  },
1805
- "S21": {
2106
+ "S2a": {
1806
2107
  "type": "structure",
1807
2108
  "members": {
1808
2109
  "Type": {}
1809
2110
  }
1810
2111
  },
1811
- "S28": {
2112
+ "S2h": {
1812
2113
  "type": "structure",
1813
2114
  "required": [
1814
2115
  "DirectoryId",
@@ -1827,14 +2128,14 @@
1827
2128
  "type": "boolean"
1828
2129
  },
1829
2130
  "WorkspaceProperties": {
1830
- "shape": "S2a"
2131
+ "shape": "S2j"
1831
2132
  },
1832
2133
  "Tags": {
1833
- "shape": "Sm"
2134
+ "shape": "Sx"
1834
2135
  }
1835
2136
  }
1836
2137
  },
1837
- "S2a": {
2138
+ "S2j": {
1838
2139
  "type": "structure",
1839
2140
  "members": {
1840
2141
  "RunningMode": {},
@@ -1851,10 +2152,11 @@
1851
2152
  "Protocols": {
1852
2153
  "type": "list",
1853
2154
  "member": {}
1854
- }
2155
+ },
2156
+ "OperatingSystemName": {}
1855
2157
  }
1856
2158
  },
1857
- "S2l": {
2159
+ "S2v": {
1858
2160
  "type": "list",
1859
2161
  "member": {
1860
2162
  "type": "structure",
@@ -1877,7 +2179,7 @@
1877
2179
  "type": "boolean"
1878
2180
  },
1879
2181
  "WorkspaceProperties": {
1880
- "shape": "S2a"
2182
+ "shape": "S2j"
1881
2183
  },
1882
2184
  "ModificationStates": {
1883
2185
  "type": "list",
@@ -1904,7 +2206,21 @@
1904
2206
  }
1905
2207
  }
1906
2208
  },
1907
- "S3s": {
2209
+ "S3r": {
2210
+ "type": "list",
2211
+ "member": {
2212
+ "shape": "Sf"
2213
+ }
2214
+ },
2215
+ "S4d": {
2216
+ "type": "list",
2217
+ "member": {}
2218
+ },
2219
+ "S4f": {
2220
+ "type": "list",
2221
+ "member": {}
2222
+ },
2223
+ "S4t": {
1908
2224
  "type": "structure",
1909
2225
  "members": {
1910
2226
  "LogoUrl": {},
@@ -1912,16 +2228,16 @@
1912
2228
  "SupportLink": {},
1913
2229
  "ForgotPasswordLink": {},
1914
2230
  "LoginMessage": {
1915
- "shape": "S3v"
2231
+ "shape": "S4w"
1916
2232
  }
1917
2233
  }
1918
2234
  },
1919
- "S3v": {
2235
+ "S4w": {
1920
2236
  "type": "map",
1921
2237
  "key": {},
1922
2238
  "value": {}
1923
2239
  },
1924
- "S3y": {
2240
+ "S4z": {
1925
2241
  "type": "structure",
1926
2242
  "members": {
1927
2243
  "LogoUrl": {},
@@ -1931,18 +2247,18 @@
1931
2247
  "SupportLink": {},
1932
2248
  "ForgotPasswordLink": {},
1933
2249
  "LoginMessage": {
1934
- "shape": "S3v"
2250
+ "shape": "S4w"
1935
2251
  }
1936
2252
  }
1937
2253
  },
1938
- "S44": {
2254
+ "S55": {
1939
2255
  "type": "structure",
1940
2256
  "members": {
1941
2257
  "ReconnectEnabled": {},
1942
2258
  "LogUploadEnabled": {}
1943
2259
  }
1944
2260
  },
1945
- "S4f": {
2261
+ "S5f": {
1946
2262
  "type": "structure",
1947
2263
  "required": [
1948
2264
  "SharedAccountId",
@@ -1955,11 +2271,11 @@
1955
2271
  }
1956
2272
  }
1957
2273
  },
1958
- "S57": {
2274
+ "S6g": {
1959
2275
  "type": "list",
1960
2276
  "member": {}
1961
2277
  },
1962
- "S5f": {
2278
+ "S6o": {
1963
2279
  "type": "structure",
1964
2280
  "members": {
1965
2281
  "DeviceTypeWindows": {},
@@ -1972,7 +2288,7 @@
1972
2288
  "DeviceTypeLinux": {}
1973
2289
  }
1974
2290
  },
1975
- "S5i": {
2291
+ "S6r": {
1976
2292
  "type": "structure",
1977
2293
  "members": {
1978
2294
  "RestartWorkspace": {},
@@ -1982,7 +2298,7 @@
1982
2298
  "RebuildWorkspace": {}
1983
2299
  }
1984
2300
  },
1985
- "S5j": {
2301
+ "S6s": {
1986
2302
  "type": "structure",
1987
2303
  "members": {
1988
2304
  "Status": {},
@@ -1990,14 +2306,14 @@
1990
2306
  "RelayStateParameterName": {}
1991
2307
  }
1992
2308
  },
1993
- "S5m": {
2309
+ "S6v": {
1994
2310
  "type": "structure",
1995
2311
  "members": {
1996
2312
  "Status": {},
1997
2313
  "CertificateAuthorityArn": {}
1998
2314
  }
1999
2315
  },
2000
- "S67": {
2316
+ "S7g": {
2001
2317
  "type": "list",
2002
2318
  "member": {
2003
2319
  "type": "structure",
@@ -2008,11 +2324,11 @@
2008
2324
  }
2009
2325
  }
2010
2326
  },
2011
- "S6a": {
2327
+ "S7j": {
2012
2328
  "type": "list",
2013
2329
  "member": {}
2014
2330
  },
2015
- "S6m": {
2331
+ "S7x": {
2016
2332
  "type": "structure",
2017
2333
  "members": {
2018
2334
  "Logo": {
@@ -2022,11 +2338,11 @@
2022
2338
  "SupportLink": {},
2023
2339
  "ForgotPasswordLink": {},
2024
2340
  "LoginMessage": {
2025
- "shape": "S3v"
2341
+ "shape": "S4w"
2026
2342
  }
2027
2343
  }
2028
2344
  },
2029
- "S80": {
2345
+ "S9b": {
2030
2346
  "type": "structure",
2031
2347
  "members": {
2032
2348
  "WorkspaceId": {},