cdk-comprehend-s3olap 2.0.190 → 2.0.191
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 +16 -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 +9 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/elasticmapreduce-2009-03-31.min.json +56 -3
- package/node_modules/aws-sdk/apis/elasticmapreduce-2009-03-31.paginators.json +4 -0
- package/node_modules/aws-sdk/apis/inspector2-2020-06-08.min.json +529 -150
- package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +103 -93
- package/node_modules/aws-sdk/apis/mq-2017-11-27.min.json +132 -32
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +995 -973
- package/node_modules/aws-sdk/apis/transfer-2018-11-05.min.json +44 -31
- package/node_modules/aws-sdk/clients/dynamodb.d.ts +2 -2
- package/node_modules/aws-sdk/clients/emr.d.ts +77 -1
- package/node_modules/aws-sdk/clients/inspector2.d.ts +417 -9
- package/node_modules/aws-sdk/clients/mediaconvert.d.ts +11 -2
- package/node_modules/aws-sdk/clients/mq.d.ts +136 -30
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +45 -13
- package/node_modules/aws-sdk/clients/transfer.d.ts +13 -0
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +8 -8
- package/node_modules/aws-sdk/dist/aws-sdk.js +63 -6
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +55 -55
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +5 -5
@@ -172,6 +172,9 @@
|
|
172
172
|
},
|
173
173
|
"WorkflowDetails": {
|
174
174
|
"shape": "S21"
|
175
|
+
},
|
176
|
+
"StructuredLogDestinations": {
|
177
|
+
"shape": "S26"
|
175
178
|
}
|
176
179
|
}
|
177
180
|
},
|
@@ -233,10 +236,10 @@
|
|
233
236
|
"members": {
|
234
237
|
"Description": {},
|
235
238
|
"Steps": {
|
236
|
-
"shape": "
|
239
|
+
"shape": "S2f"
|
237
240
|
},
|
238
241
|
"OnExceptionSteps": {
|
239
|
-
"shape": "
|
242
|
+
"shape": "S2f"
|
240
243
|
},
|
241
244
|
"Tags": {
|
242
245
|
"shape": "Sk"
|
@@ -482,10 +485,10 @@
|
|
482
485
|
"Usage": {},
|
483
486
|
"Status": {},
|
484
487
|
"Certificate": {
|
485
|
-
"shape": "
|
488
|
+
"shape": "S3s"
|
486
489
|
},
|
487
490
|
"CertificateChain": {
|
488
|
-
"shape": "
|
491
|
+
"shape": "S3t"
|
489
492
|
},
|
490
493
|
"ActiveDate": {
|
491
494
|
"type": "timestamp"
|
@@ -573,10 +576,10 @@
|
|
573
576
|
"members": {
|
574
577
|
"ExecutionId": {},
|
575
578
|
"InitialFileLocation": {
|
576
|
-
"shape": "
|
579
|
+
"shape": "S44"
|
577
580
|
},
|
578
581
|
"ServiceMetadata": {
|
579
|
-
"shape": "
|
582
|
+
"shape": "S48"
|
580
583
|
},
|
581
584
|
"ExecutionRole": {},
|
582
585
|
"LoggingConfiguration": {
|
@@ -594,10 +597,10 @@
|
|
594
597
|
"type": "structure",
|
595
598
|
"members": {
|
596
599
|
"Steps": {
|
597
|
-
"shape": "
|
600
|
+
"shape": "S4f"
|
598
601
|
},
|
599
602
|
"OnExceptionSteps": {
|
600
|
-
"shape": "
|
603
|
+
"shape": "S4f"
|
601
604
|
}
|
602
605
|
}
|
603
606
|
}
|
@@ -710,16 +713,16 @@
|
|
710
713
|
},
|
711
714
|
"SecurityPolicyName": {},
|
712
715
|
"SshCiphers": {
|
713
|
-
"shape": "
|
716
|
+
"shape": "S4z"
|
714
717
|
},
|
715
718
|
"SshKexs": {
|
716
|
-
"shape": "
|
719
|
+
"shape": "S4z"
|
717
720
|
},
|
718
721
|
"SshMacs": {
|
719
|
-
"shape": "
|
722
|
+
"shape": "S4z"
|
720
723
|
},
|
721
724
|
"TlsCiphers": {
|
722
|
-
"shape": "
|
725
|
+
"shape": "S4z"
|
723
726
|
}
|
724
727
|
}
|
725
728
|
}
|
@@ -780,6 +783,9 @@
|
|
780
783
|
},
|
781
784
|
"WorkflowDetails": {
|
782
785
|
"shape": "S21"
|
786
|
+
},
|
787
|
+
"StructuredLogDestinations": {
|
788
|
+
"shape": "S26"
|
783
789
|
}
|
784
790
|
}
|
785
791
|
}
|
@@ -875,10 +881,10 @@
|
|
875
881
|
"Arn": {},
|
876
882
|
"Description": {},
|
877
883
|
"Steps": {
|
878
|
-
"shape": "
|
884
|
+
"shape": "S2f"
|
879
885
|
},
|
880
886
|
"OnExceptionSteps": {
|
881
|
-
"shape": "
|
887
|
+
"shape": "S2f"
|
882
888
|
},
|
883
889
|
"WorkflowId": {},
|
884
890
|
"Tags": {
|
@@ -899,10 +905,10 @@
|
|
899
905
|
"members": {
|
900
906
|
"Usage": {},
|
901
907
|
"Certificate": {
|
902
|
-
"shape": "
|
908
|
+
"shape": "S3s"
|
903
909
|
},
|
904
910
|
"CertificateChain": {
|
905
|
-
"shape": "
|
911
|
+
"shape": "S3t"
|
906
912
|
},
|
907
913
|
"PrivateKey": {
|
908
914
|
"type": "string",
|
@@ -1166,10 +1172,10 @@
|
|
1166
1172
|
"members": {
|
1167
1173
|
"ExecutionId": {},
|
1168
1174
|
"InitialFileLocation": {
|
1169
|
-
"shape": "
|
1175
|
+
"shape": "S44"
|
1170
1176
|
},
|
1171
1177
|
"ServiceMetadata": {
|
1172
|
-
"shape": "
|
1178
|
+
"shape": "S48"
|
1173
1179
|
},
|
1174
1180
|
"Status": {}
|
1175
1181
|
}
|
@@ -1750,6 +1756,9 @@
|
|
1750
1756
|
"ServerId": {},
|
1751
1757
|
"WorkflowDetails": {
|
1752
1758
|
"shape": "S21"
|
1759
|
+
},
|
1760
|
+
"StructuredLogDestinations": {
|
1761
|
+
"shape": "S26"
|
1753
1762
|
}
|
1754
1763
|
}
|
1755
1764
|
},
|
@@ -1942,7 +1951,11 @@
|
|
1942
1951
|
"ExecutionRole": {}
|
1943
1952
|
}
|
1944
1953
|
},
|
1945
|
-
"
|
1954
|
+
"S26": {
|
1955
|
+
"type": "list",
|
1956
|
+
"member": {}
|
1957
|
+
},
|
1958
|
+
"S2f": {
|
1946
1959
|
"type": "list",
|
1947
1960
|
"member": {
|
1948
1961
|
"type": "structure",
|
@@ -1953,7 +1966,7 @@
|
|
1953
1966
|
"members": {
|
1954
1967
|
"Name": {},
|
1955
1968
|
"DestinationFileLocation": {
|
1956
|
-
"shape": "
|
1969
|
+
"shape": "S2k"
|
1957
1970
|
},
|
1958
1971
|
"OverwriteExisting": {},
|
1959
1972
|
"SourceFileLocation": {}
|
@@ -2010,14 +2023,14 @@
|
|
2010
2023
|
"SourceFileLocation": {},
|
2011
2024
|
"OverwriteExisting": {},
|
2012
2025
|
"DestinationFileLocation": {
|
2013
|
-
"shape": "
|
2026
|
+
"shape": "S2k"
|
2014
2027
|
}
|
2015
2028
|
}
|
2016
2029
|
}
|
2017
2030
|
}
|
2018
2031
|
}
|
2019
2032
|
},
|
2020
|
-
"
|
2033
|
+
"S2k": {
|
2021
2034
|
"type": "structure",
|
2022
2035
|
"members": {
|
2023
2036
|
"S3FileLocation": {
|
@@ -2028,26 +2041,26 @@
|
|
2028
2041
|
}
|
2029
2042
|
},
|
2030
2043
|
"EfsFileLocation": {
|
2031
|
-
"shape": "
|
2044
|
+
"shape": "S2o"
|
2032
2045
|
}
|
2033
2046
|
}
|
2034
2047
|
},
|
2035
|
-
"
|
2048
|
+
"S2o": {
|
2036
2049
|
"type": "structure",
|
2037
2050
|
"members": {
|
2038
2051
|
"FileSystemId": {},
|
2039
2052
|
"Path": {}
|
2040
2053
|
}
|
2041
2054
|
},
|
2042
|
-
"
|
2055
|
+
"S3s": {
|
2043
2056
|
"type": "string",
|
2044
2057
|
"sensitive": true
|
2045
2058
|
},
|
2046
|
-
"
|
2059
|
+
"S3t": {
|
2047
2060
|
"type": "string",
|
2048
2061
|
"sensitive": true
|
2049
2062
|
},
|
2050
|
-
"
|
2063
|
+
"S44": {
|
2051
2064
|
"type": "structure",
|
2052
2065
|
"members": {
|
2053
2066
|
"S3FileLocation": {
|
@@ -2060,11 +2073,11 @@
|
|
2060
2073
|
}
|
2061
2074
|
},
|
2062
2075
|
"EfsFileLocation": {
|
2063
|
-
"shape": "
|
2076
|
+
"shape": "S2o"
|
2064
2077
|
}
|
2065
2078
|
}
|
2066
2079
|
},
|
2067
|
-
"
|
2080
|
+
"S48": {
|
2068
2081
|
"type": "structure",
|
2069
2082
|
"required": [
|
2070
2083
|
"UserDetails"
|
@@ -2084,7 +2097,7 @@
|
|
2084
2097
|
}
|
2085
2098
|
}
|
2086
2099
|
},
|
2087
|
-
"
|
2100
|
+
"S4f": {
|
2088
2101
|
"type": "list",
|
2089
2102
|
"member": {
|
2090
2103
|
"type": "structure",
|
@@ -2105,7 +2118,7 @@
|
|
2105
2118
|
}
|
2106
2119
|
}
|
2107
2120
|
},
|
2108
|
-
"
|
2121
|
+
"S4z": {
|
2109
2122
|
"type": "list",
|
2110
2123
|
"member": {}
|
2111
2124
|
}
|
@@ -111,11 +111,11 @@ declare class DynamoDB extends DynamoDBCustomizations {
|
|
111
111
|
*/
|
112
112
|
describeContributorInsights(callback?: (err: AWSError, data: DynamoDB.Types.DescribeContributorInsightsOutput) => void): Request<DynamoDB.Types.DescribeContributorInsightsOutput, AWSError>;
|
113
113
|
/**
|
114
|
-
* Returns the regional endpoint information.
|
114
|
+
* Returns the regional endpoint information. For more information on policy permissions, please see Internetwork traffic privacy.
|
115
115
|
*/
|
116
116
|
describeEndpoints(params: DynamoDB.Types.DescribeEndpointsRequest, callback?: (err: AWSError, data: DynamoDB.Types.DescribeEndpointsResponse) => void): Request<DynamoDB.Types.DescribeEndpointsResponse, AWSError>;
|
117
117
|
/**
|
118
|
-
* Returns the regional endpoint information.
|
118
|
+
* Returns the regional endpoint information. For more information on policy permissions, please see Internetwork traffic privacy.
|
119
119
|
*/
|
120
120
|
describeEndpoints(callback?: (err: AWSError, data: DynamoDB.Types.DescribeEndpointsResponse) => void): Request<DynamoDB.Types.DescribeEndpointsResponse, AWSError>;
|
121
121
|
/**
|
@@ -284,6 +284,14 @@ declare class EMR extends Service {
|
|
284
284
|
* Returns a list of all Amazon EMR Studios associated with the Amazon Web Services account. The list includes details such as ID, Studio Access URL, and creation time for each Studio.
|
285
285
|
*/
|
286
286
|
listStudios(callback?: (err: AWSError, data: EMR.Types.ListStudiosOutput) => void): Request<EMR.Types.ListStudiosOutput, AWSError>;
|
287
|
+
/**
|
288
|
+
* A list of the instance types that Amazon EMR supports. You can filter the list by Amazon Web Services Region and Amazon EMR release.
|
289
|
+
*/
|
290
|
+
listSupportedInstanceTypes(params: EMR.Types.ListSupportedInstanceTypesInput, callback?: (err: AWSError, data: EMR.Types.ListSupportedInstanceTypesOutput) => void): Request<EMR.Types.ListSupportedInstanceTypesOutput, AWSError>;
|
291
|
+
/**
|
292
|
+
* A list of the instance types that Amazon EMR supports. You can filter the list by Amazon Web Services Region and Amazon EMR release.
|
293
|
+
*/
|
294
|
+
listSupportedInstanceTypes(callback?: (err: AWSError, data: EMR.Types.ListSupportedInstanceTypesOutput) => void): Request<EMR.Types.ListSupportedInstanceTypesOutput, AWSError>;
|
287
295
|
/**
|
288
296
|
* Modifies the number of steps that can be executed concurrently for the cluster specified using ClusterID.
|
289
297
|
*/
|
@@ -1398,6 +1406,7 @@ declare namespace EMR {
|
|
1398
1406
|
*/
|
1399
1407
|
LogFile?: String;
|
1400
1408
|
}
|
1409
|
+
export type Float = number;
|
1401
1410
|
export interface GetAutoTerminationPolicyInput {
|
1402
1411
|
/**
|
1403
1412
|
* Specifies the ID of the Amazon EMR cluster for which the auto-termination policy will be fetched.
|
@@ -2623,6 +2632,26 @@ declare namespace EMR {
|
|
2623
2632
|
*/
|
2624
2633
|
Marker?: Marker;
|
2625
2634
|
}
|
2635
|
+
export interface ListSupportedInstanceTypesInput {
|
2636
|
+
/**
|
2637
|
+
* The Amazon EMR release label determines the versions of open-source application packages that Amazon EMR has installed on the cluster. Release labels are in the format emr-x.x.x, where x.x.x is an Amazon EMR release number such as emr-6.10.0. For more information about Amazon EMR releases and their included application versions and features, see the Amazon EMR Release Guide .
|
2638
|
+
*/
|
2639
|
+
ReleaseLabel: String;
|
2640
|
+
/**
|
2641
|
+
* The pagination token that marks the next set of results to retrieve.
|
2642
|
+
*/
|
2643
|
+
Marker?: String;
|
2644
|
+
}
|
2645
|
+
export interface ListSupportedInstanceTypesOutput {
|
2646
|
+
/**
|
2647
|
+
* The list of instance types that the release specified in ListSupportedInstanceTypesInput$ReleaseLabel supports, filtered by Amazon Web Services Region.
|
2648
|
+
*/
|
2649
|
+
SupportedInstanceTypes?: SupportedInstanceTypesList;
|
2650
|
+
/**
|
2651
|
+
* The pagination token that marks the next set of results to retrieve.
|
2652
|
+
*/
|
2653
|
+
Marker?: String;
|
2654
|
+
}
|
2626
2655
|
export type Long = number;
|
2627
2656
|
export interface ManagedScalingPolicy {
|
2628
2657
|
/**
|
@@ -3341,7 +3370,7 @@ declare namespace EMR {
|
|
3341
3370
|
*/
|
3342
3371
|
BlockDurationMinutes?: WholeNumber;
|
3343
3372
|
/**
|
3344
|
-
*
|
3373
|
+
* Specifies the strategy to use in launching Spot Instance fleets. Currently, the only option is capacity-optimized (the default), which launches instances from Spot Instance pools with optimal capacity for the number of instances that are launching.
|
3345
3374
|
*/
|
3346
3375
|
AllocationStrategy?: SpotProvisioningAllocationStrategy;
|
3347
3376
|
}
|
@@ -3666,6 +3695,53 @@ declare namespace EMR {
|
|
3666
3695
|
}
|
3667
3696
|
export type StudioSummaryList = StudioSummary[];
|
3668
3697
|
export type SubnetIdList = String[];
|
3698
|
+
export interface SupportedInstanceType {
|
3699
|
+
/**
|
3700
|
+
* The Amazon EC2 instance type, for example m5.xlarge, of the SupportedInstanceType.
|
3701
|
+
*/
|
3702
|
+
Type?: String;
|
3703
|
+
/**
|
3704
|
+
* The amount of memory that is available to Amazon EMR from the SupportedInstanceType. The kernel and hypervisor software consume some memory, so this value might be lower than the overall memory for the instance type.
|
3705
|
+
*/
|
3706
|
+
MemoryGB?: Float;
|
3707
|
+
/**
|
3708
|
+
* StorageGB represents the storage capacity of the SupportedInstanceType. This value is 0 for Amazon EBS-only instance types.
|
3709
|
+
*/
|
3710
|
+
StorageGB?: Integer;
|
3711
|
+
/**
|
3712
|
+
* The number of vCPUs available for the SupportedInstanceType.
|
3713
|
+
*/
|
3714
|
+
VCPU?: Integer;
|
3715
|
+
/**
|
3716
|
+
* Indicates whether the SupportedInstanceType only supports 64-bit architecture.
|
3717
|
+
*/
|
3718
|
+
Is64BitsOnly?: Boolean;
|
3719
|
+
/**
|
3720
|
+
* The Amazon EC2 family and generation for the SupportedInstanceType.
|
3721
|
+
*/
|
3722
|
+
InstanceFamilyId?: String;
|
3723
|
+
/**
|
3724
|
+
* Indicates whether the SupportedInstanceType supports Amazon EBS optimization.
|
3725
|
+
*/
|
3726
|
+
EbsOptimizedAvailable?: Boolean;
|
3727
|
+
/**
|
3728
|
+
* Indicates whether the SupportedInstanceType uses Amazon EBS optimization by default.
|
3729
|
+
*/
|
3730
|
+
EbsOptimizedByDefault?: Boolean;
|
3731
|
+
/**
|
3732
|
+
* Number of disks for the SupportedInstanceType. This value is 0 for Amazon EBS-only instance types.
|
3733
|
+
*/
|
3734
|
+
NumberOfDisks?: Integer;
|
3735
|
+
/**
|
3736
|
+
* Indicates whether the SupportedInstanceType only supports Amazon EBS.
|
3737
|
+
*/
|
3738
|
+
EbsStorageOnly?: Boolean;
|
3739
|
+
/**
|
3740
|
+
* The CPU architecture, for example X86_64 or AARCH64.
|
3741
|
+
*/
|
3742
|
+
Architecture?: String;
|
3743
|
+
}
|
3744
|
+
export type SupportedInstanceTypesList = SupportedInstanceType[];
|
3669
3745
|
export interface SupportedProductConfig {
|
3670
3746
|
/**
|
3671
3747
|
* The name of the product configuration.
|