cdk-docker-image-deployment 0.0.139 → 0.0.140
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 +15 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +172 -130
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +17 -8
- package/node_modules/aws-sdk/apis/connectparticipant-2018-09-07.min.json +3 -1
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +6 -0
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +427 -311
- package/node_modules/aws-sdk/apis/groundstation-2019-05-23.min.json +53 -41
- package/node_modules/aws-sdk/apis/groundstation-2019-05-23.waiters2.json +22 -0
- package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +210 -206
- package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +97 -24
- package/node_modules/aws-sdk/apis/panorama-2019-07-24.min.json +20 -17
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +568 -563
- package/node_modules/aws-sdk/clients/appflow.d.ts +60 -1
- package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +8 -8
- package/node_modules/aws-sdk/clients/codeartifact.d.ts +8 -8
- package/node_modules/aws-sdk/clients/connect.d.ts +23 -0
- package/node_modules/aws-sdk/clients/connectparticipant.d.ts +10 -2
- package/node_modules/aws-sdk/clients/ec2.d.ts +10 -2
- package/node_modules/aws-sdk/clients/glue.d.ts +140 -1
- package/node_modules/aws-sdk/clients/groundstation.d.ts +26 -0
- package/node_modules/aws-sdk/clients/groundstation.js +1 -0
- package/node_modules/aws-sdk/clients/medialive.d.ts +5 -0
- package/node_modules/aws-sdk/clients/opensearch.d.ts +83 -5
- package/node_modules/aws-sdk/clients/panorama.d.ts +7 -3
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +9 -2
- 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 +1039 -1032
- package/node_modules/aws-sdk/dist/aws-sdk.js +26 -11
- 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 +4 -4
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// AWS SDK for JavaScript v2.
|
|
1
|
+
// AWS SDK for JavaScript v2.1298.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){
|
|
@@ -63500,7 +63500,8 @@ module.exports={
|
|
|
63500
63500
|
},
|
|
63501
63501
|
"ScheduledTimestamp": {
|
|
63502
63502
|
"type": "timestamp"
|
|
63503
|
-
}
|
|
63503
|
+
},
|
|
63504
|
+
"RelatedContactId": {}
|
|
63504
63505
|
}
|
|
63505
63506
|
}
|
|
63506
63507
|
}
|
|
@@ -67018,6 +67019,13 @@ module.exports={
|
|
|
67018
67019
|
"SupportedMessagingContentTypes": {
|
|
67019
67020
|
"type": "list",
|
|
67020
67021
|
"member": {}
|
|
67022
|
+
},
|
|
67023
|
+
"PersistentChat": {
|
|
67024
|
+
"type": "structure",
|
|
67025
|
+
"members": {
|
|
67026
|
+
"RehydrationType": {},
|
|
67027
|
+
"SourceContactId": {}
|
|
67028
|
+
}
|
|
67021
67029
|
}
|
|
67022
67030
|
}
|
|
67023
67031
|
},
|
|
@@ -67026,7 +67034,8 @@ module.exports={
|
|
|
67026
67034
|
"members": {
|
|
67027
67035
|
"ContactId": {},
|
|
67028
67036
|
"ParticipantId": {},
|
|
67029
|
-
"ParticipantToken": {}
|
|
67037
|
+
"ParticipantToken": {},
|
|
67038
|
+
"ContinuedFromContactId": {}
|
|
67030
67039
|
}
|
|
67031
67040
|
}
|
|
67032
67041
|
},
|
|
@@ -68265,19 +68274,19 @@ module.exports={
|
|
|
68265
68274
|
"type": "structure",
|
|
68266
68275
|
"members": {
|
|
68267
68276
|
"LevelOne": {
|
|
68268
|
-
"shape": "
|
|
68277
|
+
"shape": "Ske"
|
|
68269
68278
|
},
|
|
68270
68279
|
"LevelTwo": {
|
|
68271
|
-
"shape": "
|
|
68280
|
+
"shape": "Ske"
|
|
68272
68281
|
},
|
|
68273
68282
|
"LevelThree": {
|
|
68274
|
-
"shape": "
|
|
68283
|
+
"shape": "Ske"
|
|
68275
68284
|
},
|
|
68276
68285
|
"LevelFour": {
|
|
68277
|
-
"shape": "
|
|
68286
|
+
"shape": "Ske"
|
|
68278
68287
|
},
|
|
68279
68288
|
"LevelFive": {
|
|
68280
|
-
"shape": "
|
|
68289
|
+
"shape": "Ske"
|
|
68281
68290
|
}
|
|
68282
68291
|
}
|
|
68283
68292
|
},
|
|
@@ -69174,7 +69183,7 @@ module.exports={
|
|
|
69174
69183
|
"shape": "Sh9"
|
|
69175
69184
|
}
|
|
69176
69185
|
},
|
|
69177
|
-
"
|
|
69186
|
+
"Ske": {
|
|
69178
69187
|
"type": "structure",
|
|
69179
69188
|
"required": [
|
|
69180
69189
|
"Name"
|
|
@@ -80893,6 +80902,9 @@ module.exports={
|
|
|
80893
80902
|
"VersionDescription": {},
|
|
80894
80903
|
"LaunchTemplateData": {
|
|
80895
80904
|
"shape": "Sf7"
|
|
80905
|
+
},
|
|
80906
|
+
"ResolveAlias": {
|
|
80907
|
+
"type": "boolean"
|
|
80896
80908
|
}
|
|
80897
80909
|
}
|
|
80898
80910
|
},
|
|
@@ -89125,6 +89137,9 @@ module.exports={
|
|
|
89125
89137
|
"Filters": {
|
|
89126
89138
|
"shape": "Sy4",
|
|
89127
89139
|
"locationName": "Filter"
|
|
89140
|
+
},
|
|
89141
|
+
"ResolveAlias": {
|
|
89142
|
+
"type": "boolean"
|
|
89128
89143
|
}
|
|
89129
89144
|
}
|
|
89130
89145
|
},
|
|
@@ -251765,7 +251780,7 @@ AWS.util.update(AWS, {
|
|
|
251765
251780
|
/**
|
|
251766
251781
|
* @constant
|
|
251767
251782
|
*/
|
|
251768
|
-
VERSION: '2.
|
|
251783
|
+
VERSION: '2.1298.0',
|
|
251769
251784
|
|
|
251770
251785
|
/**
|
|
251771
251786
|
* @api private
|
|
@@ -273828,7 +273843,7 @@ var LRUCache = /** @class */ (function () {
|
|
|
273828
273843
|
}());
|
|
273829
273844
|
exports.LRUCache = LRUCache;
|
|
273830
273845
|
},{}],461:[function(require,module,exports){
|
|
273831
|
-
// AWS SDK for JavaScript v2.
|
|
273846
|
+
// AWS SDK for JavaScript v2.1298.0
|
|
273832
273847
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
273833
273848
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
|
273834
273849
|
require('./browser_loader');
|