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