cdk-docker-image-deployment 0.0.31 → 0.0.33
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/destination.js +1 -1
- package/lib/docker-image-deployment.js +1 -1
- package/lib/source.js +1 -1
- package/node_modules/aws-sdk/CHANGELOG.md +13 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/connectcases-2022-10-03.examples.json +5 -0
- package/node_modules/aws-sdk/apis/connectcases-2022-10-03.min.json +1536 -0
- package/node_modules/aws-sdk/apis/connectcases-2022-10-03.paginators.json +50 -0
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +7 -0
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +359 -293
- package/node_modules/aws-sdk/apis/metadata.json +3 -0
- package/node_modules/aws-sdk/apis/network-firewall-2020-11-12.min.json +39 -38
- package/node_modules/aws-sdk/apis/outposts-2019-12-03.min.json +8 -1
- package/node_modules/aws-sdk/apis/workmail-2017-10-01.min.json +309 -72
- package/node_modules/aws-sdk/apis/workmail-2017-10-01.paginators.json +5 -0
- package/node_modules/aws-sdk/clients/all.d.ts +1 -0
- package/node_modules/aws-sdk/clients/all.js +2 -1
- package/node_modules/aws-sdk/clients/connect.d.ts +1 -1
- package/node_modules/aws-sdk/clients/connectcases.d.ts +1466 -0
- package/node_modules/aws-sdk/clients/connectcases.js +18 -0
- package/node_modules/aws-sdk/clients/ec2.d.ts +9 -1
- package/node_modules/aws-sdk/clients/ecs.d.ts +4 -4
- package/node_modules/aws-sdk/clients/glue.d.ts +154 -0
- package/node_modules/aws-sdk/clients/networkfirewall.d.ts +5 -0
- package/node_modules/aws-sdk/clients/outposts.d.ts +89 -78
- package/node_modules/aws-sdk/clients/s3control.d.ts +2 -2
- package/node_modules/aws-sdk/clients/workmail.d.ts +436 -103
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +47 -10
- package/node_modules/aws-sdk/dist/aws-sdk.js +13 -3
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +62 -62
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
- 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.1230.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){
|
|
@@ -89411,6 +89411,10 @@ module.exports={
|
|
|
89411
89411
|
"EnableDnsSupport": {
|
|
89412
89412
|
"shape": "S14p",
|
|
89413
89413
|
"locationName": "enableDnsSupport"
|
|
89414
|
+
},
|
|
89415
|
+
"EnableNetworkAddressUsageMetrics": {
|
|
89416
|
+
"shape": "S14p",
|
|
89417
|
+
"locationName": "enableNetworkAddressUsageMetrics"
|
|
89414
89418
|
}
|
|
89415
89419
|
}
|
|
89416
89420
|
}
|
|
@@ -94976,6 +94980,9 @@ module.exports={
|
|
|
94976
94980
|
},
|
|
94977
94981
|
"VpcId": {
|
|
94978
94982
|
"locationName": "vpcId"
|
|
94983
|
+
},
|
|
94984
|
+
"EnableNetworkAddressUsageMetrics": {
|
|
94985
|
+
"shape": "S14p"
|
|
94979
94986
|
}
|
|
94980
94987
|
}
|
|
94981
94988
|
}
|
|
@@ -171844,6 +171851,9 @@ module.exports={
|
|
|
171844
171851
|
},
|
|
171845
171852
|
"migrationhuborchestrator": {
|
|
171846
171853
|
"name": "MigrationHubOrchestrator"
|
|
171854
|
+
},
|
|
171855
|
+
"connectcases": {
|
|
171856
|
+
"name": "ConnectCases"
|
|
171847
171857
|
}
|
|
171848
171858
|
}
|
|
171849
171859
|
},{}],164:[function(require,module,exports){
|
|
@@ -243751,7 +243761,7 @@ AWS.util.update(AWS, {
|
|
|
243751
243761
|
/**
|
|
243752
243762
|
* @constant
|
|
243753
243763
|
*/
|
|
243754
|
-
VERSION: '2.
|
|
243764
|
+
VERSION: '2.1230.0',
|
|
243755
243765
|
|
|
243756
243766
|
/**
|
|
243757
243767
|
* @api private
|
|
@@ -265746,7 +265756,7 @@ var LRUCache = /** @class */ (function () {
|
|
|
265746
265756
|
}());
|
|
265747
265757
|
exports.LRUCache = LRUCache;
|
|
265748
265758
|
},{}],458:[function(require,module,exports){
|
|
265749
|
-
// AWS SDK for JavaScript v2.
|
|
265759
|
+
// AWS SDK for JavaScript v2.1230.0
|
|
265750
265760
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
265751
265761
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
|
265752
265762
|
require('./browser_loader');
|