cdk-comprehend-s3olap 2.0.21 → 2.0.24

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 (65) hide show
  1. package/.jsii +4 -4
  2. package/lib/cdk-comprehend-s3olap.js +2 -2
  3. package/lib/comprehend-lambdas.js +2 -2
  4. package/lib/iam-roles.js +4 -4
  5. package/node_modules/aws-sdk/CHANGELOG.md +28 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/appstream-2016-12-01.min.json +39 -24
  8. package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +110 -59
  9. package/node_modules/aws-sdk/apis/customer-profiles-2020-08-15.min.json +75 -69
  10. package/node_modules/aws-sdk/apis/datasync-2018-11-09.min.json +144 -69
  11. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +711 -707
  12. package/node_modules/aws-sdk/apis/elasticmapreduce-2009-03-31.min.json +135 -130
  13. package/node_modules/aws-sdk/apis/finspace-data-2020-07-13.min.json +58 -3
  14. package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +3 -0
  15. package/node_modules/aws-sdk/apis/kendra-2019-02-03.min.json +106 -61
  16. package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +269 -234
  17. package/node_modules/aws-sdk/apis/metadata.json +4 -0
  18. package/node_modules/aws-sdk/apis/mwaa-2020-07-01.min.json +24 -21
  19. package/node_modules/aws-sdk/apis/redshift-serverless-2021-04-21.examples.json +5 -0
  20. package/node_modules/aws-sdk/apis/redshift-serverless-2021-04-21.min.json +1206 -0
  21. package/node_modules/aws-sdk/apis/redshift-serverless-2021-04-21.paginators.json +40 -0
  22. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +253 -103
  23. package/node_modules/aws-sdk/apis/translate-2017-07-01.min.json +33 -0
  24. package/node_modules/aws-sdk/apis/translate-2017-07-01.paginators.json +5 -0
  25. package/node_modules/aws-sdk/apis/wellarchitected-2020-03-31.min.json +27 -5
  26. package/node_modules/aws-sdk/apis/workmail-2017-10-01.min.json +228 -61
  27. package/node_modules/aws-sdk/apis/workmail-2017-10-01.paginators.json +6 -0
  28. package/node_modules/aws-sdk/clients/all.d.ts +1 -0
  29. package/node_modules/aws-sdk/clients/all.js +2 -1
  30. package/node_modules/aws-sdk/clients/appstream.d.ts +22 -3
  31. package/node_modules/aws-sdk/clients/athena.d.ts +57 -2
  32. package/node_modules/aws-sdk/clients/customerprofiles.d.ts +12 -3
  33. package/node_modules/aws-sdk/clients/datasync.d.ts +133 -38
  34. package/node_modules/aws-sdk/clients/ec2.d.ts +33 -21
  35. package/node_modules/aws-sdk/clients/elbv2.d.ts +10 -10
  36. package/node_modules/aws-sdk/clients/emr.d.ts +16 -3
  37. package/node_modules/aws-sdk/clients/finspacedata.d.ts +64 -3
  38. package/node_modules/aws-sdk/clients/glue.d.ts +16 -3
  39. package/node_modules/aws-sdk/clients/kendra.d.ts +109 -41
  40. package/node_modules/aws-sdk/clients/medialive.d.ts +41 -3
  41. package/node_modules/aws-sdk/clients/mwaa.d.ts +9 -12
  42. package/node_modules/aws-sdk/clients/polly.d.ts +1 -1
  43. package/node_modules/aws-sdk/clients/pricing.d.ts +3 -3
  44. package/node_modules/aws-sdk/clients/redshiftserverless.d.ts +1525 -0
  45. package/node_modules/aws-sdk/clients/redshiftserverless.js +18 -0
  46. package/node_modules/aws-sdk/clients/sagemaker.d.ts +245 -4
  47. package/node_modules/aws-sdk/clients/translate.d.ts +70 -18
  48. package/node_modules/aws-sdk/clients/wellarchitected.d.ts +27 -1
  49. package/node_modules/aws-sdk/clients/workmail.d.ts +203 -0
  50. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +13 -2
  51. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +70 -22
  52. package/node_modules/aws-sdk/dist/aws-sdk.js +1013 -900
  53. package/node_modules/aws-sdk/dist/aws-sdk.min.js +92 -92
  54. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
  55. package/node_modules/aws-sdk/lib/core.js +1 -1
  56. package/node_modules/aws-sdk/lib/event_listeners.js +10 -0
  57. package/node_modules/aws-sdk/lib/model/api.js +1 -0
  58. package/node_modules/aws-sdk/lib/s3/managed_upload.js +1 -1
  59. package/node_modules/aws-sdk/package.json +1 -1
  60. package/node_modules/esbuild/install.js +4 -4
  61. package/node_modules/esbuild/lib/main.js +12 -12
  62. package/node_modules/esbuild/package.json +21 -21
  63. package/node_modules/esbuild-linux-64/bin/esbuild +0 -0
  64. package/node_modules/esbuild-linux-64/package.json +1 -1
  65. package/package.json +5 -5
@@ -45,7 +45,7 @@
45
45
  ],
46
46
  "members": {
47
47
  "InstanceGroups": {
48
- "shape": "Sx"
48
+ "shape": "Sy"
49
49
  },
50
50
  "JobFlowId": {}
51
51
  }
@@ -72,15 +72,16 @@
72
72
  "members": {
73
73
  "JobFlowId": {},
74
74
  "Steps": {
75
- "shape": "S1i"
76
- }
75
+ "shape": "S1j"
76
+ },
77
+ "ExecutionRoleArn": {}
77
78
  }
78
79
  },
79
80
  "output": {
80
81
  "type": "structure",
81
82
  "members": {
82
83
  "StepIds": {
83
- "shape": "S1r"
84
+ "shape": "S1s"
84
85
  }
85
86
  }
86
87
  }
@@ -95,7 +96,7 @@
95
96
  "members": {
96
97
  "ResourceId": {},
97
98
  "Tags": {
98
- "shape": "S1u"
99
+ "shape": "S1v"
99
100
  }
100
101
  }
101
102
  },
@@ -114,7 +115,7 @@
114
115
  "members": {
115
116
  "ClusterId": {},
116
117
  "StepIds": {
117
- "shape": "S1r"
118
+ "shape": "S1s"
118
119
  },
119
120
  "StepCancellationOption": {}
120
121
  }
@@ -181,7 +182,7 @@
181
182
  "AuthMode": {},
182
183
  "VpcId": {},
183
184
  "SubnetIds": {
184
- "shape": "S29"
185
+ "shape": "S2a"
185
186
  },
186
187
  "ServiceRole": {},
187
188
  "UserRole": {},
@@ -191,7 +192,7 @@
191
192
  "IdpAuthUrl": {},
192
193
  "IdpRelayStateParameterName": {},
193
194
  "Tags": {
194
- "shape": "S1u"
195
+ "shape": "S1v"
195
196
  }
196
197
  }
197
198
  },
@@ -280,7 +281,7 @@
280
281
  "Id": {},
281
282
  "Name": {},
282
283
  "Status": {
283
- "shape": "S2l"
284
+ "shape": "S2m"
284
285
  },
285
286
  "Ec2InstanceAttributes": {
286
287
  "type": "structure",
@@ -288,21 +289,21 @@
288
289
  "Ec2KeyName": {},
289
290
  "Ec2SubnetId": {},
290
291
  "RequestedEc2SubnetIds": {
291
- "shape": "S2r"
292
+ "shape": "S2s"
292
293
  },
293
294
  "Ec2AvailabilityZone": {},
294
295
  "RequestedEc2AvailabilityZones": {
295
- "shape": "S2r"
296
+ "shape": "S2s"
296
297
  },
297
298
  "IamInstanceProfile": {},
298
299
  "EmrManagedMasterSecurityGroup": {},
299
300
  "EmrManagedSlaveSecurityGroup": {},
300
301
  "ServiceAccessSecurityGroup": {},
301
302
  "AdditionalMasterSecurityGroups": {
302
- "shape": "S2s"
303
+ "shape": "S2t"
303
304
  },
304
305
  "AdditionalSlaveSecurityGroups": {
305
- "shape": "S2s"
306
+ "shape": "S2t"
306
307
  }
307
308
  }
308
309
  },
@@ -322,10 +323,10 @@
322
323
  "type": "boolean"
323
324
  },
324
325
  "Applications": {
325
- "shape": "S2v"
326
+ "shape": "S2w"
326
327
  },
327
328
  "Tags": {
328
- "shape": "S1u"
329
+ "shape": "S1v"
329
330
  },
330
331
  "ServiceRole": {},
331
332
  "NormalizedInstanceHours": {
@@ -333,7 +334,7 @@
333
334
  },
334
335
  "MasterPublicDnsName": {},
335
336
  "Configurations": {
336
- "shape": "Sh"
337
+ "shape": "Si"
337
338
  },
338
339
  "SecurityConfiguration": {},
339
340
  "AutoScalingRole": {},
@@ -344,7 +345,7 @@
344
345
  },
345
346
  "RepoUpgradeOnBoot": {},
346
347
  "KerberosAttributes": {
347
- "shape": "S2z"
348
+ "shape": "S30"
348
349
  },
349
350
  "ClusterArn": {},
350
351
  "OutpostArn": {},
@@ -352,7 +353,7 @@
352
353
  "type": "integer"
353
354
  },
354
355
  "PlacementGroups": {
355
- "shape": "S31"
356
+ "shape": "S32"
356
357
  },
357
358
  "OSReleaseLabel": {}
358
359
  }
@@ -371,7 +372,7 @@
371
372
  "type": "timestamp"
372
373
  },
373
374
  "JobFlowIds": {
374
- "shape": "S1p"
375
+ "shape": "S1q"
375
376
  },
376
377
  "JobFlowStates": {
377
378
  "type": "list",
@@ -486,7 +487,7 @@
486
487
  "Ec2KeyName": {},
487
488
  "Ec2SubnetId": {},
488
489
  "Placement": {
489
- "shape": "S3f"
490
+ "shape": "S3g"
490
491
  },
491
492
  "KeepJobFlowAliveWhenNoSteps": {
492
493
  "type": "boolean"
@@ -507,7 +508,7 @@
507
508
  ],
508
509
  "members": {
509
510
  "StepConfig": {
510
- "shape": "S1j"
511
+ "shape": "S1k"
511
512
  },
512
513
  "ExecutionStatusDetail": {
513
514
  "type": "structure",
@@ -538,13 +539,13 @@
538
539
  "type": "structure",
539
540
  "members": {
540
541
  "BootstrapActionConfig": {
541
- "shape": "S3m"
542
+ "shape": "S3n"
542
543
  }
543
544
  }
544
545
  }
545
546
  },
546
547
  "SupportedProducts": {
547
- "shape": "S3o"
548
+ "shape": "S3p"
548
549
  },
549
550
  "VisibleToAllUsers": {
550
551
  "type": "boolean"
@@ -579,7 +580,7 @@
579
580
  "NotebookExecutionId": {},
580
581
  "EditorId": {},
581
582
  "ExecutionEngine": {
582
- "shape": "S3s"
583
+ "shape": "S3t"
583
584
  },
584
585
  "NotebookExecutionName": {},
585
586
  "NotebookParams": {},
@@ -595,7 +596,7 @@
595
596
  "LastStateChangeReason": {},
596
597
  "NotebookInstanceSecurityGroupId": {},
597
598
  "Tags": {
598
- "shape": "S1u"
599
+ "shape": "S1v"
599
600
  }
600
601
  }
601
602
  }
@@ -682,12 +683,13 @@
682
683
  "Id": {},
683
684
  "Name": {},
684
685
  "Config": {
685
- "shape": "S47"
686
+ "shape": "S48"
686
687
  },
687
688
  "ActionOnFailure": {},
688
689
  "Status": {
689
- "shape": "S48"
690
- }
690
+ "shape": "S49"
691
+ },
692
+ "ExecutionRoleArn": {}
691
693
  }
692
694
  }
693
695
  }
@@ -716,7 +718,7 @@
716
718
  "AuthMode": {},
717
719
  "VpcId": {},
718
720
  "SubnetIds": {
719
- "shape": "S29"
721
+ "shape": "S2a"
720
722
  },
721
723
  "ServiceRole": {},
722
724
  "UserRole": {},
@@ -730,7 +732,7 @@
730
732
  "IdpAuthUrl": {},
731
733
  "IdpRelayStateParameterName": {},
732
734
  "Tags": {
733
- "shape": "S1u"
735
+ "shape": "S1v"
734
736
  }
735
737
  }
736
738
  }
@@ -751,7 +753,7 @@
751
753
  "type": "structure",
752
754
  "members": {
753
755
  "AutoTerminationPolicy": {
754
- "shape": "S4j"
756
+ "shape": "S4k"
755
757
  }
756
758
  }
757
759
  }
@@ -769,7 +771,7 @@
769
771
  ],
770
772
  "members": {
771
773
  "BlockPublicAccessConfiguration": {
772
- "shape": "S4n"
774
+ "shape": "S4o"
773
775
  },
774
776
  "BlockPublicAccessConfigurationMetadata": {
775
777
  "type": "structure",
@@ -801,7 +803,7 @@
801
803
  "type": "structure",
802
804
  "members": {
803
805
  "ManagedScalingPolicy": {
804
- "shape": "S4u"
806
+ "shape": "S4v"
805
807
  }
806
808
  }
807
809
  }
@@ -864,7 +866,7 @@
864
866
  "Name": {},
865
867
  "ScriptPath": {},
866
868
  "Args": {
867
- "shape": "S2s"
869
+ "shape": "S2t"
868
870
  }
869
871
  }
870
872
  }
@@ -901,7 +903,7 @@
901
903
  "Id": {},
902
904
  "Name": {},
903
905
  "Status": {
904
- "shape": "S2l"
906
+ "shape": "S2m"
905
907
  },
906
908
  "NormalizedInstanceHours": {
907
909
  "type": "integer"
@@ -990,10 +992,10 @@
990
992
  "type": "double"
991
993
  },
992
994
  "Configurations": {
993
- "shape": "Sh"
995
+ "shape": "Si"
994
996
  },
995
997
  "EbsBlockDevices": {
996
- "shape": "S5l"
998
+ "shape": "S5m"
997
999
  },
998
1000
  "EbsOptimized": {
999
1001
  "type": "boolean"
@@ -1003,7 +1005,7 @@
1003
1005
  }
1004
1006
  },
1005
1007
  "LaunchSpecifications": {
1006
- "shape": "Sk"
1008
+ "shape": "Sl"
1007
1009
  }
1008
1010
  }
1009
1011
  }
@@ -1071,28 +1073,28 @@
1071
1073
  }
1072
1074
  },
1073
1075
  "Configurations": {
1074
- "shape": "Sh"
1076
+ "shape": "Si"
1075
1077
  },
1076
1078
  "ConfigurationsVersion": {
1077
1079
  "type": "long"
1078
1080
  },
1079
1081
  "LastSuccessfullyAppliedConfigurations": {
1080
- "shape": "Sh"
1082
+ "shape": "Si"
1081
1083
  },
1082
1084
  "LastSuccessfullyAppliedConfigurationsVersion": {
1083
1085
  "type": "long"
1084
1086
  },
1085
1087
  "EbsBlockDevices": {
1086
- "shape": "S5l"
1088
+ "shape": "S5m"
1087
1089
  },
1088
1090
  "EbsOptimized": {
1089
1091
  "type": "boolean"
1090
1092
  },
1091
1093
  "ShrinkPolicy": {
1092
- "shape": "S5x"
1094
+ "shape": "S5y"
1093
1095
  },
1094
1096
  "AutoScalingPolicy": {
1095
- "shape": "S61"
1097
+ "shape": "S62"
1096
1098
  },
1097
1099
  "CustomAmiId": {}
1098
1100
  }
@@ -1247,7 +1249,7 @@
1247
1249
  "type": "structure",
1248
1250
  "members": {
1249
1251
  "ReleaseLabels": {
1250
- "shape": "S2s"
1252
+ "shape": "S2t"
1251
1253
  },
1252
1254
  "NextToken": {}
1253
1255
  }
@@ -1292,7 +1294,7 @@
1292
1294
  "member": {}
1293
1295
  },
1294
1296
  "StepIds": {
1295
- "shape": "S1p"
1297
+ "shape": "S1q"
1296
1298
  },
1297
1299
  "Marker": {}
1298
1300
  }
@@ -1308,11 +1310,11 @@
1308
1310
  "Id": {},
1309
1311
  "Name": {},
1310
1312
  "Config": {
1311
- "shape": "S47"
1313
+ "shape": "S48"
1312
1314
  },
1313
1315
  "ActionOnFailure": {},
1314
1316
  "Status": {
1315
- "shape": "S48"
1317
+ "shape": "S49"
1316
1318
  }
1317
1319
  }
1318
1320
  }
@@ -1455,11 +1457,11 @@
1455
1457
  "member": {}
1456
1458
  },
1457
1459
  "ShrinkPolicy": {
1458
- "shape": "S5x"
1460
+ "shape": "S5y"
1459
1461
  },
1460
1462
  "ReconfigurationType": {},
1461
1463
  "Configurations": {
1462
- "shape": "Sh"
1464
+ "shape": "Si"
1463
1465
  }
1464
1466
  }
1465
1467
  }
@@ -1479,7 +1481,7 @@
1479
1481
  "ClusterId": {},
1480
1482
  "InstanceGroupId": {},
1481
1483
  "AutoScalingPolicy": {
1482
- "shape": "S11"
1484
+ "shape": "S12"
1483
1485
  }
1484
1486
  }
1485
1487
  },
@@ -1489,7 +1491,7 @@
1489
1491
  "ClusterId": {},
1490
1492
  "InstanceGroupId": {},
1491
1493
  "AutoScalingPolicy": {
1492
- "shape": "S61"
1494
+ "shape": "S62"
1493
1495
  },
1494
1496
  "ClusterArn": {}
1495
1497
  }
@@ -1504,7 +1506,7 @@
1504
1506
  "members": {
1505
1507
  "ClusterId": {},
1506
1508
  "AutoTerminationPolicy": {
1507
- "shape": "S4j"
1509
+ "shape": "S4k"
1508
1510
  }
1509
1511
  }
1510
1512
  },
@@ -1521,7 +1523,7 @@
1521
1523
  ],
1522
1524
  "members": {
1523
1525
  "BlockPublicAccessConfiguration": {
1524
- "shape": "S4n"
1526
+ "shape": "S4o"
1525
1527
  }
1526
1528
  }
1527
1529
  },
@@ -1540,7 +1542,7 @@
1540
1542
  "members": {
1541
1543
  "ClusterId": {},
1542
1544
  "ManagedScalingPolicy": {
1543
- "shape": "S4u"
1545
+ "shape": "S4v"
1544
1546
  }
1545
1547
  }
1546
1548
  },
@@ -1606,7 +1608,7 @@
1606
1608
  "members": {
1607
1609
  "ResourceId": {},
1608
1610
  "TagKeys": {
1609
- "shape": "S2s"
1611
+ "shape": "S2t"
1610
1612
  }
1611
1613
  }
1612
1614
  },
@@ -1638,7 +1640,7 @@
1638
1640
  "type": "integer"
1639
1641
  },
1640
1642
  "InstanceGroups": {
1641
- "shape": "Sx"
1643
+ "shape": "Sy"
1642
1644
  },
1643
1645
  "InstanceFleets": {
1644
1646
  "type": "list",
@@ -1648,7 +1650,7 @@
1648
1650
  },
1649
1651
  "Ec2KeyName": {},
1650
1652
  "Placement": {
1651
- "shape": "S3f"
1653
+ "shape": "S3g"
1652
1654
  },
1653
1655
  "KeepJobFlowAliveWhenNoSteps": {
1654
1656
  "type": "boolean"
@@ -1659,30 +1661,30 @@
1659
1661
  "HadoopVersion": {},
1660
1662
  "Ec2SubnetId": {},
1661
1663
  "Ec2SubnetIds": {
1662
- "shape": "S2r"
1664
+ "shape": "S2s"
1663
1665
  },
1664
1666
  "EmrManagedMasterSecurityGroup": {},
1665
1667
  "EmrManagedSlaveSecurityGroup": {},
1666
1668
  "ServiceAccessSecurityGroup": {},
1667
1669
  "AdditionalMasterSecurityGroups": {
1668
- "shape": "S7z"
1670
+ "shape": "S80"
1669
1671
  },
1670
1672
  "AdditionalSlaveSecurityGroups": {
1671
- "shape": "S7z"
1673
+ "shape": "S80"
1672
1674
  }
1673
1675
  }
1674
1676
  },
1675
1677
  "Steps": {
1676
- "shape": "S1i"
1678
+ "shape": "S1j"
1677
1679
  },
1678
1680
  "BootstrapActions": {
1679
1681
  "type": "list",
1680
1682
  "member": {
1681
- "shape": "S3m"
1683
+ "shape": "S3n"
1682
1684
  }
1683
1685
  },
1684
1686
  "SupportedProducts": {
1685
- "shape": "S3o"
1687
+ "shape": "S3p"
1686
1688
  },
1687
1689
  "NewSupportedProducts": {
1688
1690
  "type": "list",
@@ -1691,16 +1693,16 @@
1691
1693
  "members": {
1692
1694
  "Name": {},
1693
1695
  "Args": {
1694
- "shape": "S1p"
1696
+ "shape": "S1q"
1695
1697
  }
1696
1698
  }
1697
1699
  }
1698
1700
  },
1699
1701
  "Applications": {
1700
- "shape": "S2v"
1702
+ "shape": "S2w"
1701
1703
  },
1702
1704
  "Configurations": {
1703
- "shape": "Sh"
1705
+ "shape": "Si"
1704
1706
  },
1705
1707
  "VisibleToAllUsers": {
1706
1708
  "type": "boolean"
@@ -1708,7 +1710,7 @@
1708
1710
  "JobFlowRole": {},
1709
1711
  "ServiceRole": {},
1710
1712
  "Tags": {
1711
- "shape": "S1u"
1713
+ "shape": "S1v"
1712
1714
  },
1713
1715
  "SecurityConfiguration": {},
1714
1716
  "AutoScalingRole": {},
@@ -1719,19 +1721,19 @@
1719
1721
  },
1720
1722
  "RepoUpgradeOnBoot": {},
1721
1723
  "KerberosAttributes": {
1722
- "shape": "S2z"
1724
+ "shape": "S30"
1723
1725
  },
1724
1726
  "StepConcurrencyLevel": {
1725
1727
  "type": "integer"
1726
1728
  },
1727
1729
  "ManagedScalingPolicy": {
1728
- "shape": "S4u"
1730
+ "shape": "S4v"
1729
1731
  },
1730
1732
  "PlacementGroupConfigs": {
1731
- "shape": "S31"
1733
+ "shape": "S32"
1732
1734
  },
1733
1735
  "AutoTerminationPolicy": {
1734
- "shape": "S4j"
1736
+ "shape": "S4k"
1735
1737
  },
1736
1738
  "OSReleaseLabel": {}
1737
1739
  }
@@ -1753,7 +1755,7 @@
1753
1755
  ],
1754
1756
  "members": {
1755
1757
  "JobFlowIds": {
1756
- "shape": "S1p"
1758
+ "shape": "S1q"
1757
1759
  },
1758
1760
  "TerminationProtected": {
1759
1761
  "type": "boolean"
@@ -1770,7 +1772,7 @@
1770
1772
  ],
1771
1773
  "members": {
1772
1774
  "JobFlowIds": {
1773
- "shape": "S1p"
1775
+ "shape": "S1q"
1774
1776
  },
1775
1777
  "VisibleToAllUsers": {
1776
1778
  "type": "boolean"
@@ -1793,12 +1795,12 @@
1793
1795
  "NotebookExecutionName": {},
1794
1796
  "NotebookParams": {},
1795
1797
  "ExecutionEngine": {
1796
- "shape": "S3s"
1798
+ "shape": "S3t"
1797
1799
  },
1798
1800
  "ServiceRole": {},
1799
1801
  "NotebookInstanceSecurityGroupId": {},
1800
1802
  "Tags": {
1801
- "shape": "S1u"
1803
+ "shape": "S1v"
1802
1804
  }
1803
1805
  }
1804
1806
  },
@@ -1828,7 +1830,7 @@
1828
1830
  ],
1829
1831
  "members": {
1830
1832
  "JobFlowIds": {
1831
- "shape": "S1p"
1833
+ "shape": "S1q"
1832
1834
  }
1833
1835
  }
1834
1836
  }
@@ -1844,7 +1846,7 @@
1844
1846
  "Name": {},
1845
1847
  "Description": {},
1846
1848
  "SubnetIds": {
1847
- "shape": "S29"
1849
+ "shape": "S2a"
1848
1850
  },
1849
1851
  "DefaultS3Location": {}
1850
1852
  }
@@ -1903,14 +1905,14 @@
1903
1905
  "shape": "Sa"
1904
1906
  },
1905
1907
  "Configurations": {
1906
- "shape": "Sh"
1908
+ "shape": "Si"
1907
1909
  },
1908
1910
  "CustomAmiId": {}
1909
1911
  }
1910
1912
  }
1911
1913
  },
1912
1914
  "LaunchSpecifications": {
1913
- "shape": "Sk"
1915
+ "shape": "Sl"
1914
1916
  }
1915
1917
  }
1916
1918
  },
@@ -1952,30 +1954,33 @@
1952
1954
  },
1953
1955
  "SizeInGB": {
1954
1956
  "type": "integer"
1957
+ },
1958
+ "Throughput": {
1959
+ "type": "integer"
1955
1960
  }
1956
1961
  }
1957
1962
  },
1958
- "Sh": {
1963
+ "Si": {
1959
1964
  "type": "list",
1960
1965
  "member": {
1961
1966
  "type": "structure",
1962
1967
  "members": {
1963
1968
  "Classification": {},
1964
1969
  "Configurations": {
1965
- "shape": "Sh"
1970
+ "shape": "Si"
1966
1971
  },
1967
1972
  "Properties": {
1968
- "shape": "Sj"
1973
+ "shape": "Sk"
1969
1974
  }
1970
1975
  }
1971
1976
  }
1972
1977
  },
1973
- "Sj": {
1978
+ "Sk": {
1974
1979
  "type": "map",
1975
1980
  "key": {},
1976
1981
  "value": {}
1977
1982
  },
1978
- "Sk": {
1983
+ "Sl": {
1979
1984
  "type": "structure",
1980
1985
  "members": {
1981
1986
  "SpotSpecification": {
@@ -2014,7 +2019,7 @@
2014
2019
  }
2015
2020
  }
2016
2021
  },
2017
- "Sx": {
2022
+ "Sy": {
2018
2023
  "type": "list",
2019
2024
  "member": {
2020
2025
  "type": "structure",
@@ -2033,19 +2038,19 @@
2033
2038
  "type": "integer"
2034
2039
  },
2035
2040
  "Configurations": {
2036
- "shape": "Sh"
2041
+ "shape": "Si"
2037
2042
  },
2038
2043
  "EbsConfiguration": {
2039
2044
  "shape": "Sa"
2040
2045
  },
2041
2046
  "AutoScalingPolicy": {
2042
- "shape": "S11"
2047
+ "shape": "S12"
2043
2048
  },
2044
2049
  "CustomAmiId": {}
2045
2050
  }
2046
2051
  }
2047
2052
  },
2048
- "S11": {
2053
+ "S12": {
2049
2054
  "type": "structure",
2050
2055
  "required": [
2051
2056
  "Constraints",
@@ -2053,14 +2058,14 @@
2053
2058
  ],
2054
2059
  "members": {
2055
2060
  "Constraints": {
2056
- "shape": "S12"
2061
+ "shape": "S13"
2057
2062
  },
2058
2063
  "Rules": {
2059
- "shape": "S13"
2064
+ "shape": "S14"
2060
2065
  }
2061
2066
  }
2062
2067
  },
2063
- "S12": {
2068
+ "S13": {
2064
2069
  "type": "structure",
2065
2070
  "required": [
2066
2071
  "MinCapacity",
@@ -2075,7 +2080,7 @@
2075
2080
  }
2076
2081
  }
2077
2082
  },
2078
- "S13": {
2083
+ "S14": {
2079
2084
  "type": "list",
2080
2085
  "member": {
2081
2086
  "type": "structure",
@@ -2157,13 +2162,13 @@
2157
2162
  }
2158
2163
  }
2159
2164
  },
2160
- "S1i": {
2165
+ "S1j": {
2161
2166
  "type": "list",
2162
2167
  "member": {
2163
- "shape": "S1j"
2168
+ "shape": "S1k"
2164
2169
  }
2165
2170
  },
2166
- "S1j": {
2171
+ "S1k": {
2167
2172
  "type": "structure",
2168
2173
  "required": [
2169
2174
  "Name",
@@ -2191,21 +2196,21 @@
2191
2196
  "Jar": {},
2192
2197
  "MainClass": {},
2193
2198
  "Args": {
2194
- "shape": "S1p"
2199
+ "shape": "S1q"
2195
2200
  }
2196
2201
  }
2197
2202
  }
2198
2203
  }
2199
2204
  },
2200
- "S1p": {
2205
+ "S1q": {
2201
2206
  "type": "list",
2202
2207
  "member": {}
2203
2208
  },
2204
- "S1r": {
2209
+ "S1s": {
2205
2210
  "type": "list",
2206
2211
  "member": {}
2207
2212
  },
2208
- "S1u": {
2213
+ "S1v": {
2209
2214
  "type": "list",
2210
2215
  "member": {
2211
2216
  "type": "structure",
@@ -2215,11 +2220,11 @@
2215
2220
  }
2216
2221
  }
2217
2222
  },
2218
- "S29": {
2223
+ "S2a": {
2219
2224
  "type": "list",
2220
2225
  "member": {}
2221
2226
  },
2222
- "S2l": {
2227
+ "S2m": {
2223
2228
  "type": "structure",
2224
2229
  "members": {
2225
2230
  "State": {},
@@ -2246,15 +2251,15 @@
2246
2251
  }
2247
2252
  }
2248
2253
  },
2249
- "S2r": {
2254
+ "S2s": {
2250
2255
  "type": "list",
2251
2256
  "member": {}
2252
2257
  },
2253
- "S2s": {
2258
+ "S2t": {
2254
2259
  "type": "list",
2255
2260
  "member": {}
2256
2261
  },
2257
- "S2v": {
2262
+ "S2w": {
2258
2263
  "type": "list",
2259
2264
  "member": {
2260
2265
  "type": "structure",
@@ -2262,15 +2267,15 @@
2262
2267
  "Name": {},
2263
2268
  "Version": {},
2264
2269
  "Args": {
2265
- "shape": "S2s"
2270
+ "shape": "S2t"
2266
2271
  },
2267
2272
  "AdditionalInfo": {
2268
- "shape": "Sj"
2273
+ "shape": "Sk"
2269
2274
  }
2270
2275
  }
2271
2276
  }
2272
2277
  },
2273
- "S2z": {
2278
+ "S30": {
2274
2279
  "type": "structure",
2275
2280
  "required": [
2276
2281
  "Realm",
@@ -2284,7 +2289,7 @@
2284
2289
  "ADDomainJoinPassword": {}
2285
2290
  }
2286
2291
  },
2287
- "S31": {
2292
+ "S32": {
2288
2293
  "type": "list",
2289
2294
  "member": {
2290
2295
  "type": "structure",
@@ -2297,16 +2302,16 @@
2297
2302
  }
2298
2303
  }
2299
2304
  },
2300
- "S3f": {
2305
+ "S3g": {
2301
2306
  "type": "structure",
2302
2307
  "members": {
2303
2308
  "AvailabilityZone": {},
2304
2309
  "AvailabilityZones": {
2305
- "shape": "S2r"
2310
+ "shape": "S2s"
2306
2311
  }
2307
2312
  }
2308
2313
  },
2309
- "S3m": {
2314
+ "S3n": {
2310
2315
  "type": "structure",
2311
2316
  "required": [
2312
2317
  "Name",
@@ -2322,17 +2327,17 @@
2322
2327
  "members": {
2323
2328
  "Path": {},
2324
2329
  "Args": {
2325
- "shape": "S1p"
2330
+ "shape": "S1q"
2326
2331
  }
2327
2332
  }
2328
2333
  }
2329
2334
  }
2330
2335
  },
2331
- "S3o": {
2336
+ "S3p": {
2332
2337
  "type": "list",
2333
2338
  "member": {}
2334
2339
  },
2335
- "S3s": {
2340
+ "S3t": {
2336
2341
  "type": "structure",
2337
2342
  "required": [
2338
2343
  "Id"
@@ -2343,20 +2348,20 @@
2343
2348
  "MasterInstanceSecurityGroupId": {}
2344
2349
  }
2345
2350
  },
2346
- "S47": {
2351
+ "S48": {
2347
2352
  "type": "structure",
2348
2353
  "members": {
2349
2354
  "Jar": {},
2350
2355
  "Properties": {
2351
- "shape": "Sj"
2356
+ "shape": "Sk"
2352
2357
  },
2353
2358
  "MainClass": {},
2354
2359
  "Args": {
2355
- "shape": "S2s"
2360
+ "shape": "S2t"
2356
2361
  }
2357
2362
  }
2358
2363
  },
2359
- "S48": {
2364
+ "S49": {
2360
2365
  "type": "structure",
2361
2366
  "members": {
2362
2367
  "State": {},
@@ -2391,7 +2396,7 @@
2391
2396
  }
2392
2397
  }
2393
2398
  },
2394
- "S4j": {
2399
+ "S4k": {
2395
2400
  "type": "structure",
2396
2401
  "members": {
2397
2402
  "IdleTimeout": {
@@ -2399,7 +2404,7 @@
2399
2404
  }
2400
2405
  }
2401
2406
  },
2402
- "S4n": {
2407
+ "S4o": {
2403
2408
  "type": "structure",
2404
2409
  "required": [
2405
2410
  "BlockPublicSecurityGroupRules"
@@ -2427,7 +2432,7 @@
2427
2432
  }
2428
2433
  }
2429
2434
  },
2430
- "S4u": {
2435
+ "S4v": {
2431
2436
  "type": "structure",
2432
2437
  "members": {
2433
2438
  "ComputeLimits": {
@@ -2455,7 +2460,7 @@
2455
2460
  }
2456
2461
  }
2457
2462
  },
2458
- "S5l": {
2463
+ "S5m": {
2459
2464
  "type": "list",
2460
2465
  "member": {
2461
2466
  "type": "structure",
@@ -2467,7 +2472,7 @@
2467
2472
  }
2468
2473
  }
2469
2474
  },
2470
- "S5x": {
2475
+ "S5y": {
2471
2476
  "type": "structure",
2472
2477
  "members": {
2473
2478
  "DecommissionTimeout": {
@@ -2477,10 +2482,10 @@
2477
2482
  "type": "structure",
2478
2483
  "members": {
2479
2484
  "InstancesToTerminate": {
2480
- "shape": "S5z"
2485
+ "shape": "S60"
2481
2486
  },
2482
2487
  "InstancesToProtect": {
2483
- "shape": "S5z"
2488
+ "shape": "S60"
2484
2489
  },
2485
2490
  "InstanceTerminationTimeout": {
2486
2491
  "type": "integer"
@@ -2489,11 +2494,11 @@
2489
2494
  }
2490
2495
  }
2491
2496
  },
2492
- "S5z": {
2497
+ "S60": {
2493
2498
  "type": "list",
2494
2499
  "member": {}
2495
2500
  },
2496
- "S61": {
2501
+ "S62": {
2497
2502
  "type": "structure",
2498
2503
  "members": {
2499
2504
  "Status": {
@@ -2510,14 +2515,14 @@
2510
2515
  }
2511
2516
  },
2512
2517
  "Constraints": {
2513
- "shape": "S12"
2518
+ "shape": "S13"
2514
2519
  },
2515
2520
  "Rules": {
2516
- "shape": "S13"
2521
+ "shape": "S14"
2517
2522
  }
2518
2523
  }
2519
2524
  },
2520
- "S7z": {
2525
+ "S80": {
2521
2526
  "type": "list",
2522
2527
  "member": {}
2523
2528
  }