cdk-docker-image-deployment 0.0.174 → 0.0.176
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 +4 -4
- 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 +6 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +2 -1
- package/node_modules/aws-sdk/apis/connectcases-2022-10-03.min.json +31 -7
- package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +758 -432
- package/node_modules/aws-sdk/apis/securityhub-2018-10-26.paginators.json +12 -0
- package/node_modules/aws-sdk/clients/connect.d.ts +4 -0
- package/node_modules/aws-sdk/clients/connectcases.d.ts +22 -6
- package/node_modules/aws-sdk/clients/redshift.d.ts +9 -9
- package/node_modules/aws-sdk/clients/securityhub.d.ts +371 -7
- package/node_modules/aws-sdk/clients/servicecatalog.d.ts +10 -10
- 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 +5 -5
- package/node_modules/aws-sdk/dist/aws-sdk.js +5 -4
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +77 -77
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +7 -7
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// AWS SDK for JavaScript v2.
|
|
1
|
+
// AWS SDK for JavaScript v2.1323.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){
|
|
@@ -67382,7 +67382,8 @@ module.exports={
|
|
|
67382
67382
|
"type": "timestamp"
|
|
67383
67383
|
},
|
|
67384
67384
|
"TaskTemplateId": {},
|
|
67385
|
-
"QuickConnectId": {}
|
|
67385
|
+
"QuickConnectId": {},
|
|
67386
|
+
"RelatedContactId": {}
|
|
67386
67387
|
}
|
|
67387
67388
|
},
|
|
67388
67389
|
"output": {
|
|
@@ -253226,7 +253227,7 @@ AWS.util.update(AWS, {
|
|
|
253226
253227
|
/**
|
|
253227
253228
|
* @constant
|
|
253228
253229
|
*/
|
|
253229
|
-
VERSION: '2.
|
|
253230
|
+
VERSION: '2.1323.0',
|
|
253230
253231
|
|
|
253231
253232
|
/**
|
|
253232
253233
|
* @api private
|
|
@@ -275325,7 +275326,7 @@ var LRUCache = /** @class */ (function () {
|
|
|
275325
275326
|
}());
|
|
275326
275327
|
exports.LRUCache = LRUCache;
|
|
275327
275328
|
},{}],462:[function(require,module,exports){
|
|
275328
|
-
// AWS SDK for JavaScript v2.
|
|
275329
|
+
// AWS SDK for JavaScript v2.1323.0
|
|
275329
275330
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
275330
275331
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
|
275331
275332
|
require('./browser_loader');
|