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
@@ -1,4 +1,4 @@
|
|
1
|
-
// AWS SDK for JavaScript v2.
|
1
|
+
// AWS SDK for JavaScript v2.1165.0
|
2
2
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
3
3
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
4
4
|
(function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({1:[function(require,module,exports){
|
@@ -119412,7 +119412,7 @@ module.exports={
|
|
119412
119412
|
],
|
119413
119413
|
"members": {
|
119414
119414
|
"InstanceGroups": {
|
119415
|
-
"shape": "
|
119415
|
+
"shape": "Sy"
|
119416
119416
|
},
|
119417
119417
|
"JobFlowId": {}
|
119418
119418
|
}
|
@@ -119439,7 +119439,7 @@ module.exports={
|
|
119439
119439
|
"members": {
|
119440
119440
|
"JobFlowId": {},
|
119441
119441
|
"Steps": {
|
119442
|
-
"shape": "
|
119442
|
+
"shape": "S1j"
|
119443
119443
|
}
|
119444
119444
|
}
|
119445
119445
|
},
|
@@ -119447,7 +119447,7 @@ module.exports={
|
|
119447
119447
|
"type": "structure",
|
119448
119448
|
"members": {
|
119449
119449
|
"StepIds": {
|
119450
|
-
"shape": "
|
119450
|
+
"shape": "S1s"
|
119451
119451
|
}
|
119452
119452
|
}
|
119453
119453
|
}
|
@@ -119462,7 +119462,7 @@ module.exports={
|
|
119462
119462
|
"members": {
|
119463
119463
|
"ResourceId": {},
|
119464
119464
|
"Tags": {
|
119465
|
-
"shape": "
|
119465
|
+
"shape": "S1v"
|
119466
119466
|
}
|
119467
119467
|
}
|
119468
119468
|
},
|
@@ -119481,7 +119481,7 @@ module.exports={
|
|
119481
119481
|
"members": {
|
119482
119482
|
"ClusterId": {},
|
119483
119483
|
"StepIds": {
|
119484
|
-
"shape": "
|
119484
|
+
"shape": "S1s"
|
119485
119485
|
},
|
119486
119486
|
"StepCancellationOption": {}
|
119487
119487
|
}
|
@@ -119548,7 +119548,7 @@ module.exports={
|
|
119548
119548
|
"AuthMode": {},
|
119549
119549
|
"VpcId": {},
|
119550
119550
|
"SubnetIds": {
|
119551
|
-
"shape": "
|
119551
|
+
"shape": "S2a"
|
119552
119552
|
},
|
119553
119553
|
"ServiceRole": {},
|
119554
119554
|
"UserRole": {},
|
@@ -119558,7 +119558,7 @@ module.exports={
|
|
119558
119558
|
"IdpAuthUrl": {},
|
119559
119559
|
"IdpRelayStateParameterName": {},
|
119560
119560
|
"Tags": {
|
119561
|
-
"shape": "
|
119561
|
+
"shape": "S1v"
|
119562
119562
|
}
|
119563
119563
|
}
|
119564
119564
|
},
|
@@ -119647,7 +119647,7 @@ module.exports={
|
|
119647
119647
|
"Id": {},
|
119648
119648
|
"Name": {},
|
119649
119649
|
"Status": {
|
119650
|
-
"shape": "
|
119650
|
+
"shape": "S2m"
|
119651
119651
|
},
|
119652
119652
|
"Ec2InstanceAttributes": {
|
119653
119653
|
"type": "structure",
|
@@ -119655,21 +119655,21 @@ module.exports={
|
|
119655
119655
|
"Ec2KeyName": {},
|
119656
119656
|
"Ec2SubnetId": {},
|
119657
119657
|
"RequestedEc2SubnetIds": {
|
119658
|
-
"shape": "
|
119658
|
+
"shape": "S2s"
|
119659
119659
|
},
|
119660
119660
|
"Ec2AvailabilityZone": {},
|
119661
119661
|
"RequestedEc2AvailabilityZones": {
|
119662
|
-
"shape": "
|
119662
|
+
"shape": "S2s"
|
119663
119663
|
},
|
119664
119664
|
"IamInstanceProfile": {},
|
119665
119665
|
"EmrManagedMasterSecurityGroup": {},
|
119666
119666
|
"EmrManagedSlaveSecurityGroup": {},
|
119667
119667
|
"ServiceAccessSecurityGroup": {},
|
119668
119668
|
"AdditionalMasterSecurityGroups": {
|
119669
|
-
"shape": "
|
119669
|
+
"shape": "S2t"
|
119670
119670
|
},
|
119671
119671
|
"AdditionalSlaveSecurityGroups": {
|
119672
|
-
"shape": "
|
119672
|
+
"shape": "S2t"
|
119673
119673
|
}
|
119674
119674
|
}
|
119675
119675
|
},
|
@@ -119689,10 +119689,10 @@ module.exports={
|
|
119689
119689
|
"type": "boolean"
|
119690
119690
|
},
|
119691
119691
|
"Applications": {
|
119692
|
-
"shape": "
|
119692
|
+
"shape": "S2w"
|
119693
119693
|
},
|
119694
119694
|
"Tags": {
|
119695
|
-
"shape": "
|
119695
|
+
"shape": "S1v"
|
119696
119696
|
},
|
119697
119697
|
"ServiceRole": {},
|
119698
119698
|
"NormalizedInstanceHours": {
|
@@ -119700,7 +119700,7 @@ module.exports={
|
|
119700
119700
|
},
|
119701
119701
|
"MasterPublicDnsName": {},
|
119702
119702
|
"Configurations": {
|
119703
|
-
"shape": "
|
119703
|
+
"shape": "Si"
|
119704
119704
|
},
|
119705
119705
|
"SecurityConfiguration": {},
|
119706
119706
|
"AutoScalingRole": {},
|
@@ -119711,7 +119711,7 @@ module.exports={
|
|
119711
119711
|
},
|
119712
119712
|
"RepoUpgradeOnBoot": {},
|
119713
119713
|
"KerberosAttributes": {
|
119714
|
-
"shape": "
|
119714
|
+
"shape": "S30"
|
119715
119715
|
},
|
119716
119716
|
"ClusterArn": {},
|
119717
119717
|
"OutpostArn": {},
|
@@ -119719,7 +119719,7 @@ module.exports={
|
|
119719
119719
|
"type": "integer"
|
119720
119720
|
},
|
119721
119721
|
"PlacementGroups": {
|
119722
|
-
"shape": "
|
119722
|
+
"shape": "S32"
|
119723
119723
|
},
|
119724
119724
|
"OSReleaseLabel": {}
|
119725
119725
|
}
|
@@ -119738,7 +119738,7 @@ module.exports={
|
|
119738
119738
|
"type": "timestamp"
|
119739
119739
|
},
|
119740
119740
|
"JobFlowIds": {
|
119741
|
-
"shape": "
|
119741
|
+
"shape": "S1q"
|
119742
119742
|
},
|
119743
119743
|
"JobFlowStates": {
|
119744
119744
|
"type": "list",
|
@@ -119853,7 +119853,7 @@ module.exports={
|
|
119853
119853
|
"Ec2KeyName": {},
|
119854
119854
|
"Ec2SubnetId": {},
|
119855
119855
|
"Placement": {
|
119856
|
-
"shape": "
|
119856
|
+
"shape": "S3g"
|
119857
119857
|
},
|
119858
119858
|
"KeepJobFlowAliveWhenNoSteps": {
|
119859
119859
|
"type": "boolean"
|
@@ -119874,7 +119874,7 @@ module.exports={
|
|
119874
119874
|
],
|
119875
119875
|
"members": {
|
119876
119876
|
"StepConfig": {
|
119877
|
-
"shape": "
|
119877
|
+
"shape": "S1k"
|
119878
119878
|
},
|
119879
119879
|
"ExecutionStatusDetail": {
|
119880
119880
|
"type": "structure",
|
@@ -119905,13 +119905,13 @@ module.exports={
|
|
119905
119905
|
"type": "structure",
|
119906
119906
|
"members": {
|
119907
119907
|
"BootstrapActionConfig": {
|
119908
|
-
"shape": "
|
119908
|
+
"shape": "S3n"
|
119909
119909
|
}
|
119910
119910
|
}
|
119911
119911
|
}
|
119912
119912
|
},
|
119913
119913
|
"SupportedProducts": {
|
119914
|
-
"shape": "
|
119914
|
+
"shape": "S3p"
|
119915
119915
|
},
|
119916
119916
|
"VisibleToAllUsers": {
|
119917
119917
|
"type": "boolean"
|
@@ -119946,7 +119946,7 @@ module.exports={
|
|
119946
119946
|
"NotebookExecutionId": {},
|
119947
119947
|
"EditorId": {},
|
119948
119948
|
"ExecutionEngine": {
|
119949
|
-
"shape": "
|
119949
|
+
"shape": "S3t"
|
119950
119950
|
},
|
119951
119951
|
"NotebookExecutionName": {},
|
119952
119952
|
"NotebookParams": {},
|
@@ -119962,7 +119962,7 @@ module.exports={
|
|
119962
119962
|
"LastStateChangeReason": {},
|
119963
119963
|
"NotebookInstanceSecurityGroupId": {},
|
119964
119964
|
"Tags": {
|
119965
|
-
"shape": "
|
119965
|
+
"shape": "S1v"
|
119966
119966
|
}
|
119967
119967
|
}
|
119968
119968
|
}
|
@@ -120049,11 +120049,11 @@ module.exports={
|
|
120049
120049
|
"Id": {},
|
120050
120050
|
"Name": {},
|
120051
120051
|
"Config": {
|
120052
|
-
"shape": "
|
120052
|
+
"shape": "S48"
|
120053
120053
|
},
|
120054
120054
|
"ActionOnFailure": {},
|
120055
120055
|
"Status": {
|
120056
|
-
"shape": "
|
120056
|
+
"shape": "S49"
|
120057
120057
|
}
|
120058
120058
|
}
|
120059
120059
|
}
|
@@ -120083,7 +120083,7 @@ module.exports={
|
|
120083
120083
|
"AuthMode": {},
|
120084
120084
|
"VpcId": {},
|
120085
120085
|
"SubnetIds": {
|
120086
|
-
"shape": "
|
120086
|
+
"shape": "S2a"
|
120087
120087
|
},
|
120088
120088
|
"ServiceRole": {},
|
120089
120089
|
"UserRole": {},
|
@@ -120097,7 +120097,7 @@ module.exports={
|
|
120097
120097
|
"IdpAuthUrl": {},
|
120098
120098
|
"IdpRelayStateParameterName": {},
|
120099
120099
|
"Tags": {
|
120100
|
-
"shape": "
|
120100
|
+
"shape": "S1v"
|
120101
120101
|
}
|
120102
120102
|
}
|
120103
120103
|
}
|
@@ -120118,7 +120118,7 @@ module.exports={
|
|
120118
120118
|
"type": "structure",
|
120119
120119
|
"members": {
|
120120
120120
|
"AutoTerminationPolicy": {
|
120121
|
-
"shape": "
|
120121
|
+
"shape": "S4k"
|
120122
120122
|
}
|
120123
120123
|
}
|
120124
120124
|
}
|
@@ -120136,7 +120136,7 @@ module.exports={
|
|
120136
120136
|
],
|
120137
120137
|
"members": {
|
120138
120138
|
"BlockPublicAccessConfiguration": {
|
120139
|
-
"shape": "
|
120139
|
+
"shape": "S4o"
|
120140
120140
|
},
|
120141
120141
|
"BlockPublicAccessConfigurationMetadata": {
|
120142
120142
|
"type": "structure",
|
@@ -120168,7 +120168,7 @@ module.exports={
|
|
120168
120168
|
"type": "structure",
|
120169
120169
|
"members": {
|
120170
120170
|
"ManagedScalingPolicy": {
|
120171
|
-
"shape": "
|
120171
|
+
"shape": "S4v"
|
120172
120172
|
}
|
120173
120173
|
}
|
120174
120174
|
}
|
@@ -120231,7 +120231,7 @@ module.exports={
|
|
120231
120231
|
"Name": {},
|
120232
120232
|
"ScriptPath": {},
|
120233
120233
|
"Args": {
|
120234
|
-
"shape": "
|
120234
|
+
"shape": "S2t"
|
120235
120235
|
}
|
120236
120236
|
}
|
120237
120237
|
}
|
@@ -120268,7 +120268,7 @@ module.exports={
|
|
120268
120268
|
"Id": {},
|
120269
120269
|
"Name": {},
|
120270
120270
|
"Status": {
|
120271
|
-
"shape": "
|
120271
|
+
"shape": "S2m"
|
120272
120272
|
},
|
120273
120273
|
"NormalizedInstanceHours": {
|
120274
120274
|
"type": "integer"
|
@@ -120357,10 +120357,10 @@ module.exports={
|
|
120357
120357
|
"type": "double"
|
120358
120358
|
},
|
120359
120359
|
"Configurations": {
|
120360
|
-
"shape": "
|
120360
|
+
"shape": "Si"
|
120361
120361
|
},
|
120362
120362
|
"EbsBlockDevices": {
|
120363
|
-
"shape": "
|
120363
|
+
"shape": "S5m"
|
120364
120364
|
},
|
120365
120365
|
"EbsOptimized": {
|
120366
120366
|
"type": "boolean"
|
@@ -120370,7 +120370,7 @@ module.exports={
|
|
120370
120370
|
}
|
120371
120371
|
},
|
120372
120372
|
"LaunchSpecifications": {
|
120373
|
-
"shape": "
|
120373
|
+
"shape": "Sl"
|
120374
120374
|
}
|
120375
120375
|
}
|
120376
120376
|
}
|
@@ -120438,28 +120438,28 @@ module.exports={
|
|
120438
120438
|
}
|
120439
120439
|
},
|
120440
120440
|
"Configurations": {
|
120441
|
-
"shape": "
|
120441
|
+
"shape": "Si"
|
120442
120442
|
},
|
120443
120443
|
"ConfigurationsVersion": {
|
120444
120444
|
"type": "long"
|
120445
120445
|
},
|
120446
120446
|
"LastSuccessfullyAppliedConfigurations": {
|
120447
|
-
"shape": "
|
120447
|
+
"shape": "Si"
|
120448
120448
|
},
|
120449
120449
|
"LastSuccessfullyAppliedConfigurationsVersion": {
|
120450
120450
|
"type": "long"
|
120451
120451
|
},
|
120452
120452
|
"EbsBlockDevices": {
|
120453
|
-
"shape": "
|
120453
|
+
"shape": "S5m"
|
120454
120454
|
},
|
120455
120455
|
"EbsOptimized": {
|
120456
120456
|
"type": "boolean"
|
120457
120457
|
},
|
120458
120458
|
"ShrinkPolicy": {
|
120459
|
-
"shape": "
|
120459
|
+
"shape": "S5y"
|
120460
120460
|
},
|
120461
120461
|
"AutoScalingPolicy": {
|
120462
|
-
"shape": "
|
120462
|
+
"shape": "S62"
|
120463
120463
|
},
|
120464
120464
|
"CustomAmiId": {}
|
120465
120465
|
}
|
@@ -120614,7 +120614,7 @@ module.exports={
|
|
120614
120614
|
"type": "structure",
|
120615
120615
|
"members": {
|
120616
120616
|
"ReleaseLabels": {
|
120617
|
-
"shape": "
|
120617
|
+
"shape": "S2t"
|
120618
120618
|
},
|
120619
120619
|
"NextToken": {}
|
120620
120620
|
}
|
@@ -120659,7 +120659,7 @@ module.exports={
|
|
120659
120659
|
"member": {}
|
120660
120660
|
},
|
120661
120661
|
"StepIds": {
|
120662
|
-
"shape": "
|
120662
|
+
"shape": "S1q"
|
120663
120663
|
},
|
120664
120664
|
"Marker": {}
|
120665
120665
|
}
|
@@ -120675,11 +120675,11 @@ module.exports={
|
|
120675
120675
|
"Id": {},
|
120676
120676
|
"Name": {},
|
120677
120677
|
"Config": {
|
120678
|
-
"shape": "
|
120678
|
+
"shape": "S48"
|
120679
120679
|
},
|
120680
120680
|
"ActionOnFailure": {},
|
120681
120681
|
"Status": {
|
120682
|
-
"shape": "
|
120682
|
+
"shape": "S49"
|
120683
120683
|
}
|
120684
120684
|
}
|
120685
120685
|
}
|
@@ -120822,11 +120822,11 @@ module.exports={
|
|
120822
120822
|
"member": {}
|
120823
120823
|
},
|
120824
120824
|
"ShrinkPolicy": {
|
120825
|
-
"shape": "
|
120825
|
+
"shape": "S5y"
|
120826
120826
|
},
|
120827
120827
|
"ReconfigurationType": {},
|
120828
120828
|
"Configurations": {
|
120829
|
-
"shape": "
|
120829
|
+
"shape": "Si"
|
120830
120830
|
}
|
120831
120831
|
}
|
120832
120832
|
}
|
@@ -120846,7 +120846,7 @@ module.exports={
|
|
120846
120846
|
"ClusterId": {},
|
120847
120847
|
"InstanceGroupId": {},
|
120848
120848
|
"AutoScalingPolicy": {
|
120849
|
-
"shape": "
|
120849
|
+
"shape": "S12"
|
120850
120850
|
}
|
120851
120851
|
}
|
120852
120852
|
},
|
@@ -120856,7 +120856,7 @@ module.exports={
|
|
120856
120856
|
"ClusterId": {},
|
120857
120857
|
"InstanceGroupId": {},
|
120858
120858
|
"AutoScalingPolicy": {
|
120859
|
-
"shape": "
|
120859
|
+
"shape": "S62"
|
120860
120860
|
},
|
120861
120861
|
"ClusterArn": {}
|
120862
120862
|
}
|
@@ -120871,7 +120871,7 @@ module.exports={
|
|
120871
120871
|
"members": {
|
120872
120872
|
"ClusterId": {},
|
120873
120873
|
"AutoTerminationPolicy": {
|
120874
|
-
"shape": "
|
120874
|
+
"shape": "S4k"
|
120875
120875
|
}
|
120876
120876
|
}
|
120877
120877
|
},
|
@@ -120888,7 +120888,7 @@ module.exports={
|
|
120888
120888
|
],
|
120889
120889
|
"members": {
|
120890
120890
|
"BlockPublicAccessConfiguration": {
|
120891
|
-
"shape": "
|
120891
|
+
"shape": "S4o"
|
120892
120892
|
}
|
120893
120893
|
}
|
120894
120894
|
},
|
@@ -120907,7 +120907,7 @@ module.exports={
|
|
120907
120907
|
"members": {
|
120908
120908
|
"ClusterId": {},
|
120909
120909
|
"ManagedScalingPolicy": {
|
120910
|
-
"shape": "
|
120910
|
+
"shape": "S4v"
|
120911
120911
|
}
|
120912
120912
|
}
|
120913
120913
|
},
|
@@ -120973,7 +120973,7 @@ module.exports={
|
|
120973
120973
|
"members": {
|
120974
120974
|
"ResourceId": {},
|
120975
120975
|
"TagKeys": {
|
120976
|
-
"shape": "
|
120976
|
+
"shape": "S2t"
|
120977
120977
|
}
|
120978
120978
|
}
|
120979
120979
|
},
|
@@ -121005,7 +121005,7 @@ module.exports={
|
|
121005
121005
|
"type": "integer"
|
121006
121006
|
},
|
121007
121007
|
"InstanceGroups": {
|
121008
|
-
"shape": "
|
121008
|
+
"shape": "Sy"
|
121009
121009
|
},
|
121010
121010
|
"InstanceFleets": {
|
121011
121011
|
"type": "list",
|
@@ -121015,7 +121015,7 @@ module.exports={
|
|
121015
121015
|
},
|
121016
121016
|
"Ec2KeyName": {},
|
121017
121017
|
"Placement": {
|
121018
|
-
"shape": "
|
121018
|
+
"shape": "S3g"
|
121019
121019
|
},
|
121020
121020
|
"KeepJobFlowAliveWhenNoSteps": {
|
121021
121021
|
"type": "boolean"
|
@@ -121026,30 +121026,30 @@ module.exports={
|
|
121026
121026
|
"HadoopVersion": {},
|
121027
121027
|
"Ec2SubnetId": {},
|
121028
121028
|
"Ec2SubnetIds": {
|
121029
|
-
"shape": "
|
121029
|
+
"shape": "S2s"
|
121030
121030
|
},
|
121031
121031
|
"EmrManagedMasterSecurityGroup": {},
|
121032
121032
|
"EmrManagedSlaveSecurityGroup": {},
|
121033
121033
|
"ServiceAccessSecurityGroup": {},
|
121034
121034
|
"AdditionalMasterSecurityGroups": {
|
121035
|
-
"shape": "
|
121035
|
+
"shape": "S80"
|
121036
121036
|
},
|
121037
121037
|
"AdditionalSlaveSecurityGroups": {
|
121038
|
-
"shape": "
|
121038
|
+
"shape": "S80"
|
121039
121039
|
}
|
121040
121040
|
}
|
121041
121041
|
},
|
121042
121042
|
"Steps": {
|
121043
|
-
"shape": "
|
121043
|
+
"shape": "S1j"
|
121044
121044
|
},
|
121045
121045
|
"BootstrapActions": {
|
121046
121046
|
"type": "list",
|
121047
121047
|
"member": {
|
121048
|
-
"shape": "
|
121048
|
+
"shape": "S3n"
|
121049
121049
|
}
|
121050
121050
|
},
|
121051
121051
|
"SupportedProducts": {
|
121052
|
-
"shape": "
|
121052
|
+
"shape": "S3p"
|
121053
121053
|
},
|
121054
121054
|
"NewSupportedProducts": {
|
121055
121055
|
"type": "list",
|
@@ -121058,16 +121058,16 @@ module.exports={
|
|
121058
121058
|
"members": {
|
121059
121059
|
"Name": {},
|
121060
121060
|
"Args": {
|
121061
|
-
"shape": "
|
121061
|
+
"shape": "S1q"
|
121062
121062
|
}
|
121063
121063
|
}
|
121064
121064
|
}
|
121065
121065
|
},
|
121066
121066
|
"Applications": {
|
121067
|
-
"shape": "
|
121067
|
+
"shape": "S2w"
|
121068
121068
|
},
|
121069
121069
|
"Configurations": {
|
121070
|
-
"shape": "
|
121070
|
+
"shape": "Si"
|
121071
121071
|
},
|
121072
121072
|
"VisibleToAllUsers": {
|
121073
121073
|
"type": "boolean"
|
@@ -121075,7 +121075,7 @@ module.exports={
|
|
121075
121075
|
"JobFlowRole": {},
|
121076
121076
|
"ServiceRole": {},
|
121077
121077
|
"Tags": {
|
121078
|
-
"shape": "
|
121078
|
+
"shape": "S1v"
|
121079
121079
|
},
|
121080
121080
|
"SecurityConfiguration": {},
|
121081
121081
|
"AutoScalingRole": {},
|
@@ -121086,19 +121086,19 @@ module.exports={
|
|
121086
121086
|
},
|
121087
121087
|
"RepoUpgradeOnBoot": {},
|
121088
121088
|
"KerberosAttributes": {
|
121089
|
-
"shape": "
|
121089
|
+
"shape": "S30"
|
121090
121090
|
},
|
121091
121091
|
"StepConcurrencyLevel": {
|
121092
121092
|
"type": "integer"
|
121093
121093
|
},
|
121094
121094
|
"ManagedScalingPolicy": {
|
121095
|
-
"shape": "
|
121095
|
+
"shape": "S4v"
|
121096
121096
|
},
|
121097
121097
|
"PlacementGroupConfigs": {
|
121098
|
-
"shape": "
|
121098
|
+
"shape": "S32"
|
121099
121099
|
},
|
121100
121100
|
"AutoTerminationPolicy": {
|
121101
|
-
"shape": "
|
121101
|
+
"shape": "S4k"
|
121102
121102
|
},
|
121103
121103
|
"OSReleaseLabel": {}
|
121104
121104
|
}
|
@@ -121120,7 +121120,7 @@ module.exports={
|
|
121120
121120
|
],
|
121121
121121
|
"members": {
|
121122
121122
|
"JobFlowIds": {
|
121123
|
-
"shape": "
|
121123
|
+
"shape": "S1q"
|
121124
121124
|
},
|
121125
121125
|
"TerminationProtected": {
|
121126
121126
|
"type": "boolean"
|
@@ -121137,7 +121137,7 @@ module.exports={
|
|
121137
121137
|
],
|
121138
121138
|
"members": {
|
121139
121139
|
"JobFlowIds": {
|
121140
|
-
"shape": "
|
121140
|
+
"shape": "S1q"
|
121141
121141
|
},
|
121142
121142
|
"VisibleToAllUsers": {
|
121143
121143
|
"type": "boolean"
|
@@ -121160,12 +121160,12 @@ module.exports={
|
|
121160
121160
|
"NotebookExecutionName": {},
|
121161
121161
|
"NotebookParams": {},
|
121162
121162
|
"ExecutionEngine": {
|
121163
|
-
"shape": "
|
121163
|
+
"shape": "S3t"
|
121164
121164
|
},
|
121165
121165
|
"ServiceRole": {},
|
121166
121166
|
"NotebookInstanceSecurityGroupId": {},
|
121167
121167
|
"Tags": {
|
121168
|
-
"shape": "
|
121168
|
+
"shape": "S1v"
|
121169
121169
|
}
|
121170
121170
|
}
|
121171
121171
|
},
|
@@ -121195,7 +121195,7 @@ module.exports={
|
|
121195
121195
|
],
|
121196
121196
|
"members": {
|
121197
121197
|
"JobFlowIds": {
|
121198
|
-
"shape": "
|
121198
|
+
"shape": "S1q"
|
121199
121199
|
}
|
121200
121200
|
}
|
121201
121201
|
}
|
@@ -121211,7 +121211,7 @@ module.exports={
|
|
121211
121211
|
"Name": {},
|
121212
121212
|
"Description": {},
|
121213
121213
|
"SubnetIds": {
|
121214
|
-
"shape": "
|
121214
|
+
"shape": "S2a"
|
121215
121215
|
},
|
121216
121216
|
"DefaultS3Location": {}
|
121217
121217
|
}
|
@@ -121270,14 +121270,14 @@ module.exports={
|
|
121270
121270
|
"shape": "Sa"
|
121271
121271
|
},
|
121272
121272
|
"Configurations": {
|
121273
|
-
"shape": "
|
121273
|
+
"shape": "Si"
|
121274
121274
|
},
|
121275
121275
|
"CustomAmiId": {}
|
121276
121276
|
}
|
121277
121277
|
}
|
121278
121278
|
},
|
121279
121279
|
"LaunchSpecifications": {
|
121280
|
-
"shape": "
|
121280
|
+
"shape": "Sl"
|
121281
121281
|
}
|
121282
121282
|
}
|
121283
121283
|
},
|
@@ -121319,30 +121319,33 @@ module.exports={
|
|
121319
121319
|
},
|
121320
121320
|
"SizeInGB": {
|
121321
121321
|
"type": "integer"
|
121322
|
+
},
|
121323
|
+
"Throughput": {
|
121324
|
+
"type": "integer"
|
121322
121325
|
}
|
121323
121326
|
}
|
121324
121327
|
},
|
121325
|
-
"
|
121328
|
+
"Si": {
|
121326
121329
|
"type": "list",
|
121327
121330
|
"member": {
|
121328
121331
|
"type": "structure",
|
121329
121332
|
"members": {
|
121330
121333
|
"Classification": {},
|
121331
121334
|
"Configurations": {
|
121332
|
-
"shape": "
|
121335
|
+
"shape": "Si"
|
121333
121336
|
},
|
121334
121337
|
"Properties": {
|
121335
|
-
"shape": "
|
121338
|
+
"shape": "Sk"
|
121336
121339
|
}
|
121337
121340
|
}
|
121338
121341
|
}
|
121339
121342
|
},
|
121340
|
-
"
|
121343
|
+
"Sk": {
|
121341
121344
|
"type": "map",
|
121342
121345
|
"key": {},
|
121343
121346
|
"value": {}
|
121344
121347
|
},
|
121345
|
-
"
|
121348
|
+
"Sl": {
|
121346
121349
|
"type": "structure",
|
121347
121350
|
"members": {
|
121348
121351
|
"SpotSpecification": {
|
@@ -121381,7 +121384,7 @@ module.exports={
|
|
121381
121384
|
}
|
121382
121385
|
}
|
121383
121386
|
},
|
121384
|
-
"
|
121387
|
+
"Sy": {
|
121385
121388
|
"type": "list",
|
121386
121389
|
"member": {
|
121387
121390
|
"type": "structure",
|
@@ -121400,19 +121403,19 @@ module.exports={
|
|
121400
121403
|
"type": "integer"
|
121401
121404
|
},
|
121402
121405
|
"Configurations": {
|
121403
|
-
"shape": "
|
121406
|
+
"shape": "Si"
|
121404
121407
|
},
|
121405
121408
|
"EbsConfiguration": {
|
121406
121409
|
"shape": "Sa"
|
121407
121410
|
},
|
121408
121411
|
"AutoScalingPolicy": {
|
121409
|
-
"shape": "
|
121412
|
+
"shape": "S12"
|
121410
121413
|
},
|
121411
121414
|
"CustomAmiId": {}
|
121412
121415
|
}
|
121413
121416
|
}
|
121414
121417
|
},
|
121415
|
-
"
|
121418
|
+
"S12": {
|
121416
121419
|
"type": "structure",
|
121417
121420
|
"required": [
|
121418
121421
|
"Constraints",
|
@@ -121420,14 +121423,14 @@ module.exports={
|
|
121420
121423
|
],
|
121421
121424
|
"members": {
|
121422
121425
|
"Constraints": {
|
121423
|
-
"shape": "
|
121426
|
+
"shape": "S13"
|
121424
121427
|
},
|
121425
121428
|
"Rules": {
|
121426
|
-
"shape": "
|
121429
|
+
"shape": "S14"
|
121427
121430
|
}
|
121428
121431
|
}
|
121429
121432
|
},
|
121430
|
-
"
|
121433
|
+
"S13": {
|
121431
121434
|
"type": "structure",
|
121432
121435
|
"required": [
|
121433
121436
|
"MinCapacity",
|
@@ -121442,7 +121445,7 @@ module.exports={
|
|
121442
121445
|
}
|
121443
121446
|
}
|
121444
121447
|
},
|
121445
|
-
"
|
121448
|
+
"S14": {
|
121446
121449
|
"type": "list",
|
121447
121450
|
"member": {
|
121448
121451
|
"type": "structure",
|
@@ -121524,13 +121527,13 @@ module.exports={
|
|
121524
121527
|
}
|
121525
121528
|
}
|
121526
121529
|
},
|
121527
|
-
"
|
121530
|
+
"S1j": {
|
121528
121531
|
"type": "list",
|
121529
121532
|
"member": {
|
121530
|
-
"shape": "
|
121533
|
+
"shape": "S1k"
|
121531
121534
|
}
|
121532
121535
|
},
|
121533
|
-
"
|
121536
|
+
"S1k": {
|
121534
121537
|
"type": "structure",
|
121535
121538
|
"required": [
|
121536
121539
|
"Name",
|
@@ -121558,21 +121561,21 @@ module.exports={
|
|
121558
121561
|
"Jar": {},
|
121559
121562
|
"MainClass": {},
|
121560
121563
|
"Args": {
|
121561
|
-
"shape": "
|
121564
|
+
"shape": "S1q"
|
121562
121565
|
}
|
121563
121566
|
}
|
121564
121567
|
}
|
121565
121568
|
}
|
121566
121569
|
},
|
121567
|
-
"
|
121570
|
+
"S1q": {
|
121568
121571
|
"type": "list",
|
121569
121572
|
"member": {}
|
121570
121573
|
},
|
121571
|
-
"
|
121574
|
+
"S1s": {
|
121572
121575
|
"type": "list",
|
121573
121576
|
"member": {}
|
121574
121577
|
},
|
121575
|
-
"
|
121578
|
+
"S1v": {
|
121576
121579
|
"type": "list",
|
121577
121580
|
"member": {
|
121578
121581
|
"type": "structure",
|
@@ -121582,11 +121585,11 @@ module.exports={
|
|
121582
121585
|
}
|
121583
121586
|
}
|
121584
121587
|
},
|
121585
|
-
"
|
121588
|
+
"S2a": {
|
121586
121589
|
"type": "list",
|
121587
121590
|
"member": {}
|
121588
121591
|
},
|
121589
|
-
"
|
121592
|
+
"S2m": {
|
121590
121593
|
"type": "structure",
|
121591
121594
|
"members": {
|
121592
121595
|
"State": {},
|
@@ -121613,15 +121616,15 @@ module.exports={
|
|
121613
121616
|
}
|
121614
121617
|
}
|
121615
121618
|
},
|
121616
|
-
"
|
121619
|
+
"S2s": {
|
121617
121620
|
"type": "list",
|
121618
121621
|
"member": {}
|
121619
121622
|
},
|
121620
|
-
"
|
121623
|
+
"S2t": {
|
121621
121624
|
"type": "list",
|
121622
121625
|
"member": {}
|
121623
121626
|
},
|
121624
|
-
"
|
121627
|
+
"S2w": {
|
121625
121628
|
"type": "list",
|
121626
121629
|
"member": {
|
121627
121630
|
"type": "structure",
|
@@ -121629,15 +121632,15 @@ module.exports={
|
|
121629
121632
|
"Name": {},
|
121630
121633
|
"Version": {},
|
121631
121634
|
"Args": {
|
121632
|
-
"shape": "
|
121635
|
+
"shape": "S2t"
|
121633
121636
|
},
|
121634
121637
|
"AdditionalInfo": {
|
121635
|
-
"shape": "
|
121638
|
+
"shape": "Sk"
|
121636
121639
|
}
|
121637
121640
|
}
|
121638
121641
|
}
|
121639
121642
|
},
|
121640
|
-
"
|
121643
|
+
"S30": {
|
121641
121644
|
"type": "structure",
|
121642
121645
|
"required": [
|
121643
121646
|
"Realm",
|
@@ -121651,7 +121654,7 @@ module.exports={
|
|
121651
121654
|
"ADDomainJoinPassword": {}
|
121652
121655
|
}
|
121653
121656
|
},
|
121654
|
-
"
|
121657
|
+
"S32": {
|
121655
121658
|
"type": "list",
|
121656
121659
|
"member": {
|
121657
121660
|
"type": "structure",
|
@@ -121664,16 +121667,16 @@ module.exports={
|
|
121664
121667
|
}
|
121665
121668
|
}
|
121666
121669
|
},
|
121667
|
-
"
|
121670
|
+
"S3g": {
|
121668
121671
|
"type": "structure",
|
121669
121672
|
"members": {
|
121670
121673
|
"AvailabilityZone": {},
|
121671
121674
|
"AvailabilityZones": {
|
121672
|
-
"shape": "
|
121675
|
+
"shape": "S2s"
|
121673
121676
|
}
|
121674
121677
|
}
|
121675
121678
|
},
|
121676
|
-
"
|
121679
|
+
"S3n": {
|
121677
121680
|
"type": "structure",
|
121678
121681
|
"required": [
|
121679
121682
|
"Name",
|
@@ -121689,17 +121692,17 @@ module.exports={
|
|
121689
121692
|
"members": {
|
121690
121693
|
"Path": {},
|
121691
121694
|
"Args": {
|
121692
|
-
"shape": "
|
121695
|
+
"shape": "S1q"
|
121693
121696
|
}
|
121694
121697
|
}
|
121695
121698
|
}
|
121696
121699
|
}
|
121697
121700
|
},
|
121698
|
-
"
|
121701
|
+
"S3p": {
|
121699
121702
|
"type": "list",
|
121700
121703
|
"member": {}
|
121701
121704
|
},
|
121702
|
-
"
|
121705
|
+
"S3t": {
|
121703
121706
|
"type": "structure",
|
121704
121707
|
"required": [
|
121705
121708
|
"Id"
|
@@ -121710,20 +121713,20 @@ module.exports={
|
|
121710
121713
|
"MasterInstanceSecurityGroupId": {}
|
121711
121714
|
}
|
121712
121715
|
},
|
121713
|
-
"
|
121716
|
+
"S48": {
|
121714
121717
|
"type": "structure",
|
121715
121718
|
"members": {
|
121716
121719
|
"Jar": {},
|
121717
121720
|
"Properties": {
|
121718
|
-
"shape": "
|
121721
|
+
"shape": "Sk"
|
121719
121722
|
},
|
121720
121723
|
"MainClass": {},
|
121721
121724
|
"Args": {
|
121722
|
-
"shape": "
|
121725
|
+
"shape": "S2t"
|
121723
121726
|
}
|
121724
121727
|
}
|
121725
121728
|
},
|
121726
|
-
"
|
121729
|
+
"S49": {
|
121727
121730
|
"type": "structure",
|
121728
121731
|
"members": {
|
121729
121732
|
"State": {},
|
@@ -121758,7 +121761,7 @@ module.exports={
|
|
121758
121761
|
}
|
121759
121762
|
}
|
121760
121763
|
},
|
121761
|
-
"
|
121764
|
+
"S4k": {
|
121762
121765
|
"type": "structure",
|
121763
121766
|
"members": {
|
121764
121767
|
"IdleTimeout": {
|
@@ -121766,7 +121769,7 @@ module.exports={
|
|
121766
121769
|
}
|
121767
121770
|
}
|
121768
121771
|
},
|
121769
|
-
"
|
121772
|
+
"S4o": {
|
121770
121773
|
"type": "structure",
|
121771
121774
|
"required": [
|
121772
121775
|
"BlockPublicSecurityGroupRules"
|
@@ -121794,7 +121797,7 @@ module.exports={
|
|
121794
121797
|
}
|
121795
121798
|
}
|
121796
121799
|
},
|
121797
|
-
"
|
121800
|
+
"S4v": {
|
121798
121801
|
"type": "structure",
|
121799
121802
|
"members": {
|
121800
121803
|
"ComputeLimits": {
|
@@ -121822,7 +121825,7 @@ module.exports={
|
|
121822
121825
|
}
|
121823
121826
|
}
|
121824
121827
|
},
|
121825
|
-
"
|
121828
|
+
"S5m": {
|
121826
121829
|
"type": "list",
|
121827
121830
|
"member": {
|
121828
121831
|
"type": "structure",
|
@@ -121834,7 +121837,7 @@ module.exports={
|
|
121834
121837
|
}
|
121835
121838
|
}
|
121836
121839
|
},
|
121837
|
-
"
|
121840
|
+
"S5y": {
|
121838
121841
|
"type": "structure",
|
121839
121842
|
"members": {
|
121840
121843
|
"DecommissionTimeout": {
|
@@ -121844,10 +121847,10 @@ module.exports={
|
|
121844
121847
|
"type": "structure",
|
121845
121848
|
"members": {
|
121846
121849
|
"InstancesToTerminate": {
|
121847
|
-
"shape": "
|
121850
|
+
"shape": "S60"
|
121848
121851
|
},
|
121849
121852
|
"InstancesToProtect": {
|
121850
|
-
"shape": "
|
121853
|
+
"shape": "S60"
|
121851
121854
|
},
|
121852
121855
|
"InstanceTerminationTimeout": {
|
121853
121856
|
"type": "integer"
|
@@ -121856,11 +121859,11 @@ module.exports={
|
|
121856
121859
|
}
|
121857
121860
|
}
|
121858
121861
|
},
|
121859
|
-
"
|
121862
|
+
"S60": {
|
121860
121863
|
"type": "list",
|
121861
121864
|
"member": {}
|
121862
121865
|
},
|
121863
|
-
"
|
121866
|
+
"S62": {
|
121864
121867
|
"type": "structure",
|
121865
121868
|
"members": {
|
121866
121869
|
"Status": {
|
@@ -121877,14 +121880,14 @@ module.exports={
|
|
121877
121880
|
}
|
121878
121881
|
},
|
121879
121882
|
"Constraints": {
|
121880
|
-
"shape": "
|
121883
|
+
"shape": "S13"
|
121881
121884
|
},
|
121882
121885
|
"Rules": {
|
121883
|
-
"shape": "
|
121886
|
+
"shape": "S14"
|
121884
121887
|
}
|
121885
121888
|
}
|
121886
121889
|
},
|
121887
|
-
"
|
121890
|
+
"S80": {
|
121888
121891
|
"type": "list",
|
121889
121892
|
"member": {}
|
121890
121893
|
}
|
@@ -168838,6 +168841,10 @@ module.exports={
|
|
168838
168841
|
},
|
168839
168842
|
"connectcampaigns": {
|
168840
168843
|
"name": "ConnectCampaigns"
|
168844
|
+
},
|
168845
|
+
"redshiftserverless": {
|
168846
|
+
"prefix": "redshift-serverless",
|
168847
|
+
"name": "RedshiftServerless"
|
168841
168848
|
}
|
168842
168849
|
}
|
168843
168850
|
},{}],164:[function(require,module,exports){
|
@@ -229658,6 +229665,39 @@ module.exports={
|
|
229658
229665
|
}
|
229659
229666
|
}
|
229660
229667
|
},
|
229668
|
+
"ListLanguages": {
|
229669
|
+
"input": {
|
229670
|
+
"type": "structure",
|
229671
|
+
"members": {
|
229672
|
+
"DisplayLanguageCode": {},
|
229673
|
+
"NextToken": {},
|
229674
|
+
"MaxResults": {
|
229675
|
+
"type": "integer"
|
229676
|
+
}
|
229677
|
+
}
|
229678
|
+
},
|
229679
|
+
"output": {
|
229680
|
+
"type": "structure",
|
229681
|
+
"members": {
|
229682
|
+
"Languages": {
|
229683
|
+
"type": "list",
|
229684
|
+
"member": {
|
229685
|
+
"type": "structure",
|
229686
|
+
"required": [
|
229687
|
+
"LanguageName",
|
229688
|
+
"LanguageCode"
|
229689
|
+
],
|
229690
|
+
"members": {
|
229691
|
+
"LanguageName": {},
|
229692
|
+
"LanguageCode": {}
|
229693
|
+
}
|
229694
|
+
}
|
229695
|
+
},
|
229696
|
+
"DisplayLanguageCode": {},
|
229697
|
+
"NextToken": {}
|
229698
|
+
}
|
229699
|
+
}
|
229700
|
+
},
|
229661
229701
|
"ListParallelData": {
|
229662
229702
|
"input": {
|
229663
229703
|
"type": "structure",
|
@@ -230108,6 +230148,11 @@ module.exports={
|
|
230108
230148
|
},{}],233:[function(require,module,exports){
|
230109
230149
|
module.exports={
|
230110
230150
|
"pagination": {
|
230151
|
+
"ListLanguages": {
|
230152
|
+
"input_token": "NextToken",
|
230153
|
+
"limit_key": "MaxResults",
|
230154
|
+
"output_token": "NextToken"
|
230155
|
+
},
|
230111
230156
|
"ListParallelData": {
|
230112
230157
|
"input_token": "NextToken",
|
230113
230158
|
"limit_key": "MaxResults",
|
@@ -239983,7 +240028,7 @@ AWS.util.update(AWS, {
|
|
239983
240028
|
/**
|
239984
240029
|
* @constant
|
239985
240030
|
*/
|
239986
|
-
VERSION: '2.
|
240031
|
+
VERSION: '2.1165.0',
|
239987
240032
|
|
239988
240033
|
/**
|
239989
240034
|
* @api private
|
@@ -248755,7 +248800,7 @@ AWS.S3.ManagedUpload = AWS.util.inherit({
|
|
248755
248800
|
if (self.completeInfo[partNumber] && self.completeInfo[partNumber].ETag !== null) return null;
|
248756
248801
|
partInfo.ETag = data.ETag;
|
248757
248802
|
self.doneParts++;
|
248758
|
-
if (self.isDoneChunking && self.doneParts === self.
|
248803
|
+
if (self.isDoneChunking && self.doneParts === self.totalPartNumbers) {
|
248759
248804
|
self.finishMultiPart();
|
248760
248805
|
} else {
|
248761
248806
|
self.fillQueue.call(self);
|
@@ -261917,7 +261962,7 @@ var LRUCache = /** @class */ (function () {
|
|
261917
261962
|
}());
|
261918
261963
|
exports.LRUCache = LRUCache;
|
261919
261964
|
},{}],457:[function(require,module,exports){
|
261920
|
-
// AWS SDK for JavaScript v2.
|
261965
|
+
// AWS SDK for JavaScript v2.1165.0
|
261921
261966
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
261922
261967
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
261923
261968
|
require('./browser_loader');
|