cdk-comprehend-s3olap 2.0.173 → 2.0.175
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 +11 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +164 -127
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +6 -0
- package/node_modules/aws-sdk/apis/finspace-2021-03-12.min.json +1401 -17
- package/node_modules/aws-sdk/apis/finspace-2021-03-12.paginators.json +21 -0
- package/node_modules/aws-sdk/apis/keyspaces-2022-02-10.min.json +60 -34
- package/node_modules/aws-sdk/apis/kms-2014-11-01.examples.json +117 -9
- package/node_modules/aws-sdk/clients/cloudformation.d.ts +124 -61
- package/node_modules/aws-sdk/clients/ec2.d.ts +2 -2
- package/node_modules/aws-sdk/clients/finspace.d.ts +1904 -127
- package/node_modules/aws-sdk/clients/frauddetector.d.ts +5 -5
- package/node_modules/aws-sdk/clients/keyspaces.d.ts +34 -1
- package/node_modules/aws-sdk/clients/kms.d.ts +20 -20
- package/node_modules/aws-sdk/clients/lambda.d.ts +10 -10
- package/node_modules/aws-sdk/clients/mwaa.d.ts +5 -5
- 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 +6 -6
- package/node_modules/aws-sdk/dist/aws-sdk.js +173 -130
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +97 -97
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +2 -2
@@ -12852,7 +12852,7 @@ declare namespace EC2 {
|
|
12852
12852
|
/**
|
12853
12853
|
* Information about the tag keys to deregister.
|
12854
12854
|
*/
|
12855
|
-
InstanceTagAttribute
|
12855
|
+
InstanceTagAttribute: DeregisterInstanceTagAttributeRequest;
|
12856
12856
|
}
|
12857
12857
|
export interface DeregisterInstanceEventNotificationAttributesResult {
|
12858
12858
|
/**
|
@@ -30658,7 +30658,7 @@ declare namespace EC2 {
|
|
30658
30658
|
/**
|
30659
30659
|
* Information about the tag keys to register.
|
30660
30660
|
*/
|
30661
|
-
InstanceTagAttribute
|
30661
|
+
InstanceTagAttribute: RegisterInstanceTagAttributeRequest;
|
30662
30662
|
}
|
30663
30663
|
export interface RegisterInstanceEventNotificationAttributesResult {
|
30664
30664
|
/**
|