cdk-docker-image-deployment 0.0.159 → 0.0.160
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 +8 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/emr-containers-2020-10-01.min.json +37 -9
- package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +339 -271
- package/node_modules/aws-sdk/apis/runtime.lex.v2-2020-08-07.min.json +18 -4
- package/node_modules/aws-sdk/clients/chimesdkmeetings.d.ts +14 -14
- package/node_modules/aws-sdk/clients/emrcontainers.d.ts +39 -15
- package/node_modules/aws-sdk/clients/evidently.d.ts +11 -11
- package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +152 -52
- package/node_modules/aws-sdk/clients/lexruntimev2.d.ts +19 -1
- package/node_modules/aws-sdk/clients/lightsail.d.ts +8 -2
- package/node_modules/aws-sdk/clients/migrationhubrefactorspaces.d.ts +3 -3
- package/node_modules/aws-sdk/clients/workdocs.d.ts +47 -47
- package/node_modules/aws-sdk/clients/workspaces.d.ts +21 -21
- 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 +21 -7
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +20 -20
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +5 -5
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// AWS SDK for JavaScript v2.
|
|
1
|
+
// AWS SDK for JavaScript v2.1312.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){
|
|
@@ -217848,7 +217848,17 @@ module.exports={
|
|
|
217848
217848
|
"requestAttributes": {
|
|
217849
217849
|
"shape": "S1e"
|
|
217850
217850
|
},
|
|
217851
|
-
"sessionId": {}
|
|
217851
|
+
"sessionId": {},
|
|
217852
|
+
"recognizedBotMember": {
|
|
217853
|
+
"type": "structure",
|
|
217854
|
+
"required": [
|
|
217855
|
+
"botId"
|
|
217856
|
+
],
|
|
217857
|
+
"members": {
|
|
217858
|
+
"botId": {},
|
|
217859
|
+
"botName": {}
|
|
217860
|
+
}
|
|
217861
|
+
}
|
|
217852
217862
|
}
|
|
217853
217863
|
}
|
|
217854
217864
|
},
|
|
@@ -217883,12 +217893,12 @@ module.exports={
|
|
|
217883
217893
|
"locationName": "sessionId"
|
|
217884
217894
|
},
|
|
217885
217895
|
"sessionState": {
|
|
217886
|
-
"shape": "
|
|
217896
|
+
"shape": "S1v",
|
|
217887
217897
|
"location": "header",
|
|
217888
217898
|
"locationName": "x-amz-lex-session-state"
|
|
217889
217899
|
},
|
|
217890
217900
|
"requestAttributes": {
|
|
217891
|
-
"shape": "
|
|
217901
|
+
"shape": "S1v",
|
|
217892
217902
|
"location": "header",
|
|
217893
217903
|
"locationName": "x-amz-lex-request-attributes"
|
|
217894
217904
|
},
|
|
@@ -217943,6 +217953,10 @@ module.exports={
|
|
|
217943
217953
|
},
|
|
217944
217954
|
"audioStream": {
|
|
217945
217955
|
"shape": "S1q"
|
|
217956
|
+
},
|
|
217957
|
+
"recognizedBotMember": {
|
|
217958
|
+
"location": "header",
|
|
217959
|
+
"locationName": "x-amz-lex-recognized-bot-member"
|
|
217946
217960
|
}
|
|
217947
217961
|
},
|
|
217948
217962
|
"payload": "audioStream"
|
|
@@ -218206,7 +218220,7 @@ module.exports={
|
|
|
218206
218220
|
"type": "blob",
|
|
218207
218221
|
"streaming": true
|
|
218208
218222
|
},
|
|
218209
|
-
"
|
|
218223
|
+
"S1v": {
|
|
218210
218224
|
"type": "string",
|
|
218211
218225
|
"sensitive": true
|
|
218212
218226
|
}
|
|
@@ -252747,7 +252761,7 @@ AWS.util.update(AWS, {
|
|
|
252747
252761
|
/**
|
|
252748
252762
|
* @constant
|
|
252749
252763
|
*/
|
|
252750
|
-
VERSION: '2.
|
|
252764
|
+
VERSION: '2.1312.0',
|
|
252751
252765
|
|
|
252752
252766
|
/**
|
|
252753
252767
|
* @api private
|
|
@@ -274810,7 +274824,7 @@ var LRUCache = /** @class */ (function () {
|
|
|
274810
274824
|
}());
|
|
274811
274825
|
exports.LRUCache = LRUCache;
|
|
274812
274826
|
},{}],461:[function(require,module,exports){
|
|
274813
|
-
// AWS SDK for JavaScript v2.
|
|
274827
|
+
// AWS SDK for JavaScript v2.1312.0
|
|
274814
274828
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
274815
274829
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
|
274816
274830
|
require('./browser_loader');
|