cdk-comprehend-s3olap 2.0.89 → 2.0.90
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/ec2-2016-11-15.min.json +4 -0
- package/node_modules/aws-sdk/apis/emr-containers-2020-10-01.min.json +34 -19
- package/node_modules/aws-sdk/apis/lookoutmetrics-2017-07-25.min.json +39 -11
- package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +249 -213
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +696 -695
- package/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json +3 -0
- package/node_modules/aws-sdk/clients/ec2.d.ts +47 -39
- package/node_modules/aws-sdk/clients/emrcontainers.d.ts +16 -1
- package/node_modules/aws-sdk/clients/lookoutmetrics.d.ts +35 -0
- package/node_modules/aws-sdk/clients/medialive.d.ts +38 -0
- package/node_modules/aws-sdk/clients/route53.d.ts +2 -2
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +10 -5
- package/node_modules/aws-sdk/clients/ssm.d.ts +10 -6
- 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 +7 -7
- package/node_modules/aws-sdk/dist/aws-sdk.js +10 -3
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +69 -69
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +4 -4
@@ -1,4 +1,4 @@
|
|
1
|
-
// AWS SDK for JavaScript v2.
|
1
|
+
// AWS SDK for JavaScript v2.1212.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){
|
@@ -77108,6 +77108,7 @@ module.exports={
|
|
77108
77108
|
},
|
77109
77109
|
"ClientToken": {},
|
77110
77110
|
"DeliverLogsPermissionArn": {},
|
77111
|
+
"DeliverCrossAccountRole": {},
|
77111
77112
|
"LogGroupName": {},
|
77112
77113
|
"ResourceIds": {
|
77113
77114
|
"locationName": "ResourceId",
|
@@ -83185,6 +83186,9 @@ module.exports={
|
|
83185
83186
|
"DeliverLogsPermissionArn": {
|
83186
83187
|
"locationName": "deliverLogsPermissionArn"
|
83187
83188
|
},
|
83189
|
+
"DeliverCrossAccountRole": {
|
83190
|
+
"locationName": "deliverCrossAccountRole"
|
83191
|
+
},
|
83188
83192
|
"DeliverLogsStatus": {
|
83189
83193
|
"locationName": "deliverLogsStatus"
|
83190
83194
|
},
|
@@ -221836,6 +221840,9 @@ module.exports={
|
|
221836
221840
|
},
|
221837
221841
|
"TargetMaps": {
|
221838
221842
|
"shape": "S20"
|
221843
|
+
},
|
221844
|
+
"Tags": {
|
221845
|
+
"shape": "S4"
|
221839
221846
|
}
|
221840
221847
|
}
|
221841
221848
|
},
|
@@ -242590,7 +242597,7 @@ AWS.util.update(AWS, {
|
|
242590
242597
|
/**
|
242591
242598
|
* @constant
|
242592
242599
|
*/
|
242593
|
-
VERSION: '2.
|
242600
|
+
VERSION: '2.1212.0',
|
242594
242601
|
|
242595
242602
|
/**
|
242596
242603
|
* @api private
|
@@ -264574,7 +264581,7 @@ var LRUCache = /** @class */ (function () {
|
|
264574
264581
|
}());
|
264575
264582
|
exports.LRUCache = LRUCache;
|
264576
264583
|
},{}],458:[function(require,module,exports){
|
264577
|
-
// AWS SDK for JavaScript v2.
|
264584
|
+
// AWS SDK for JavaScript v2.1212.0
|
264578
264585
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
264579
264586
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
264580
264587
|
require('./browser_loader');
|