cdk-comprehend-s3olap 2.0.13 → 2.0.16
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 +9 -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/pricing-2017-10-15.min.json +6 -0
- package/node_modules/aws-sdk/apis/wellarchitected-2020-03-31.min.json +39 -22
- package/node_modules/aws-sdk/clients/apigateway.d.ts +1 -1
- 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/pricing.d.ts +4 -4
- package/node_modules/aws-sdk/clients/transfer.d.ts +9 -9
- 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 +4 -4
- package/node_modules/aws-sdk/dist/aws-sdk.js +20 -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 +4 -4
@@ -1,4 +1,4 @@
|
|
1
|
-
// AWS SDK for JavaScript v2.
|
1
|
+
// AWS SDK for JavaScript v2.1160.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
|
},
|
@@ -177531,6 +177538,9 @@ module.exports={
|
|
177531
177538
|
"type": "list",
|
177532
177539
|
"member": {
|
177533
177540
|
"type": "structure",
|
177541
|
+
"required": [
|
177542
|
+
"ServiceCode"
|
177543
|
+
],
|
177534
177544
|
"members": {
|
177535
177545
|
"ServiceCode": {},
|
177536
177546
|
"AttributeNames": {
|
@@ -177580,6 +177590,9 @@ module.exports={
|
|
177580
177590
|
"GetProducts": {
|
177581
177591
|
"input": {
|
177582
177592
|
"type": "structure",
|
177593
|
+
"required": [
|
177594
|
+
"ServiceCode"
|
177595
|
+
],
|
177583
177596
|
"members": {
|
177584
177597
|
"ServiceCode": {},
|
177585
177598
|
"Filters": {
|
@@ -239969,7 +239982,7 @@ AWS.util.update(AWS, {
|
|
239969
239982
|
/**
|
239970
239983
|
* @constant
|
239971
239984
|
*/
|
239972
|
-
VERSION: '2.
|
239985
|
+
VERSION: '2.1160.0',
|
239973
239986
|
|
239974
239987
|
/**
|
239975
239988
|
* @api private
|
@@ -261901,7 +261914,7 @@ var LRUCache = /** @class */ (function () {
|
|
261901
261914
|
}());
|
261902
261915
|
exports.LRUCache = LRUCache;
|
261903
261916
|
},{}],457:[function(require,module,exports){
|
261904
|
-
// AWS SDK for JavaScript v2.
|
261917
|
+
// AWS SDK for JavaScript v2.1160.0
|
261905
261918
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
261906
261919
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
261907
261920
|
require('./browser_loader');
|