cdk-comprehend-s3olap 2.0.14 → 2.0.15
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 +5 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +11 -4
- package/node_modules/aws-sdk/apis/wellarchitected-2020-03-31.min.json +39 -22
- package/node_modules/aws-sdk/clients/ec2.d.ts +25 -5
- package/node_modules/aws-sdk/clients/ecs.d.ts +40 -40
- package/node_modules/aws-sdk/clients/wellarchitected.d.ts +28 -7
- 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 +3 -3
- package/node_modules/aws-sdk/dist/aws-sdk.js +14 -7
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +60 -60
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +2 -2
@@ -1,4 +1,4 @@
|
|
1
|
-
// AWS SDK for JavaScript v2.
|
1
|
+
// AWS SDK for JavaScript v2.1159.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){
|
@@ -75811,9 +75811,7 @@ module.exports={
|
|
75811
75811
|
"BgpAsn": {
|
75812
75812
|
"type": "integer"
|
75813
75813
|
},
|
75814
|
-
"PublicIp": {
|
75815
|
-
"locationName": "IpAddress"
|
75816
|
-
},
|
75814
|
+
"PublicIp": {},
|
75817
75815
|
"CertificateArn": {},
|
75818
75816
|
"Type": {},
|
75819
75817
|
"TagSpecifications": {
|
@@ -75821,6 +75819,7 @@ module.exports={
|
|
75821
75819
|
"locationName": "TagSpecification"
|
75822
75820
|
},
|
75823
75821
|
"DeviceName": {},
|
75822
|
+
"IpAddress": {},
|
75824
75823
|
"DryRun": {
|
75825
75824
|
"locationName": "dryRun",
|
75826
75825
|
"type": "boolean"
|
@@ -78356,7 +78355,9 @@ module.exports={
|
|
78356
78355
|
"LocalIpv4NetworkCidr": {},
|
78357
78356
|
"RemoteIpv4NetworkCidr": {},
|
78358
78357
|
"LocalIpv6NetworkCidr": {},
|
78359
|
-
"RemoteIpv6NetworkCidr": {}
|
78358
|
+
"RemoteIpv6NetworkCidr": {},
|
78359
|
+
"OutsideIpAddressType": {},
|
78360
|
+
"TransportTransitGatewayAttachmentId": {}
|
78360
78361
|
}
|
78361
78362
|
},
|
78362
78363
|
"TagSpecifications": {
|
@@ -101202,6 +101203,12 @@ module.exports={
|
|
101202
101203
|
"RemoteIpv6NetworkCidr": {
|
101203
101204
|
"locationName": "remoteIpv6NetworkCidr"
|
101204
101205
|
},
|
101206
|
+
"OutsideIpAddressType": {
|
101207
|
+
"locationName": "outsideIpAddressType"
|
101208
|
+
},
|
101209
|
+
"TransportTransitGatewayAttachmentId": {
|
101210
|
+
"locationName": "transportTransitGatewayAttachmentId"
|
101211
|
+
},
|
101205
101212
|
"TunnelInsideIpVersion": {
|
101206
101213
|
"locationName": "tunnelInsideIpVersion"
|
101207
101214
|
},
|
@@ -239969,7 +239976,7 @@ AWS.util.update(AWS, {
|
|
239969
239976
|
/**
|
239970
239977
|
* @constant
|
239971
239978
|
*/
|
239972
|
-
VERSION: '2.
|
239979
|
+
VERSION: '2.1159.0',
|
239973
239980
|
|
239974
239981
|
/**
|
239975
239982
|
* @api private
|
@@ -261901,7 +261908,7 @@ var LRUCache = /** @class */ (function () {
|
|
261901
261908
|
}());
|
261902
261909
|
exports.LRUCache = LRUCache;
|
261903
261910
|
},{}],457:[function(require,module,exports){
|
261904
|
-
// AWS SDK for JavaScript v2.
|
261911
|
+
// AWS SDK for JavaScript v2.1159.0
|
261905
261912
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
261906
261913
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
261907
261914
|
require('./browser_loader');
|