cdk-docker-image-deployment 0.0.334 → 0.0.335
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 +7 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/kinesis-video-archived-media-2017-09-30.min.json +0 -1
- package/node_modules/aws-sdk/apis/rekognition-2016-06-27.examples.json +501 -1
- package/node_modules/aws-sdk/clients/ivsrealtime.d.ts +2 -2
- package/node_modules/aws-sdk/clients/kinesisvideo.d.ts +2 -2
- package/node_modules/aws-sdk/clients/kinesisvideoarchivedmedia.d.ts +16 -16
- package/node_modules/aws-sdk/clients/rekognition.d.ts +19 -19
- 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 +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk.js +3 -4
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +8 -8
- 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.1431.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){
|
|
@@ -168662,7 +168662,6 @@ module.exports={
|
|
|
168662
168662
|
"ImageSelectorType",
|
|
168663
168663
|
"StartTimestamp",
|
|
168664
168664
|
"EndTimestamp",
|
|
168665
|
-
"SamplingInterval",
|
|
168666
168665
|
"Format"
|
|
168667
168666
|
],
|
|
168668
168667
|
"members": {
|
|
@@ -260820,7 +260819,7 @@ AWS.util.update(AWS, {
|
|
|
260820
260819
|
/**
|
|
260821
260820
|
* @constant
|
|
260822
260821
|
*/
|
|
260823
|
-
VERSION: '2.
|
|
260822
|
+
VERSION: '2.1431.0',
|
|
260824
260823
|
|
|
260825
260824
|
/**
|
|
260826
260825
|
* @api private
|
|
@@ -283001,7 +283000,7 @@ var LRUCache = /** @class */ (function () {
|
|
|
283001
283000
|
}());
|
|
283002
283001
|
exports.LRUCache = LRUCache;
|
|
283003
283002
|
},{}],467:[function(require,module,exports){
|
|
283004
|
-
// AWS SDK for JavaScript v2.
|
|
283003
|
+
// AWS SDK for JavaScript v2.1431.0
|
|
283005
283004
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
283006
283005
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
|
283007
283006
|
require('./browser_loader');
|