cdk-docker-image-deployment 0.0.138 → 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 +19 -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/monitoring-2010-08-01.min.json +17 -11
- 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/cloudwatch.d.ts +11 -2
- 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/efs.d.ts +4 -4
- 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/clients/wafv2.d.ts +12 -12
- 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 +1040 -1033
- package/node_modules/aws-sdk/dist/aws-sdk.js +43 -22
- 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 +5 -5
|
@@ -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
|
},
|
|
@@ -179228,6 +179243,9 @@ module.exports={
|
|
|
179228
179243
|
"OutputFormat": {},
|
|
179229
179244
|
"StatisticsConfigurations": {
|
|
179230
179245
|
"shape": "S4n"
|
|
179246
|
+
},
|
|
179247
|
+
"IncludeLinkedAccountsMetrics": {
|
|
179248
|
+
"type": "boolean"
|
|
179231
179249
|
}
|
|
179232
179250
|
}
|
|
179233
179251
|
}
|
|
@@ -179430,7 +179448,7 @@ module.exports={
|
|
|
179430
179448
|
"type": "structure",
|
|
179431
179449
|
"members": {
|
|
179432
179450
|
"Tags": {
|
|
179433
|
-
"shape": "
|
|
179451
|
+
"shape": "S5r"
|
|
179434
179452
|
}
|
|
179435
179453
|
}
|
|
179436
179454
|
}
|
|
@@ -179497,7 +179515,7 @@ module.exports={
|
|
|
179497
179515
|
"shape": "S1t"
|
|
179498
179516
|
},
|
|
179499
179517
|
"Tags": {
|
|
179500
|
-
"shape": "
|
|
179518
|
+
"shape": "S5r"
|
|
179501
179519
|
},
|
|
179502
179520
|
"ActionsSuppressor": {},
|
|
179503
179521
|
"ActionsSuppressorWaitPeriod": {
|
|
@@ -179550,7 +179568,7 @@ module.exports={
|
|
|
179550
179568
|
"RuleState": {},
|
|
179551
179569
|
"RuleDefinition": {},
|
|
179552
179570
|
"Tags": {
|
|
179553
|
-
"shape": "
|
|
179571
|
+
"shape": "S5r"
|
|
179554
179572
|
}
|
|
179555
179573
|
}
|
|
179556
179574
|
},
|
|
@@ -179579,7 +179597,7 @@ module.exports={
|
|
|
179579
179597
|
"TemplateName": {},
|
|
179580
179598
|
"ResourceARN": {},
|
|
179581
179599
|
"Tags": {
|
|
179582
|
-
"shape": "
|
|
179600
|
+
"shape": "S5r"
|
|
179583
179601
|
}
|
|
179584
179602
|
}
|
|
179585
179603
|
}
|
|
@@ -179646,7 +179664,7 @@ module.exports={
|
|
|
179646
179664
|
"shape": "Se"
|
|
179647
179665
|
},
|
|
179648
179666
|
"Tags": {
|
|
179649
|
-
"shape": "
|
|
179667
|
+
"shape": "S5r"
|
|
179650
179668
|
},
|
|
179651
179669
|
"ThresholdMetricId": {}
|
|
179652
179670
|
}
|
|
@@ -179745,10 +179763,13 @@ module.exports={
|
|
|
179745
179763
|
"RoleArn": {},
|
|
179746
179764
|
"OutputFormat": {},
|
|
179747
179765
|
"Tags": {
|
|
179748
|
-
"shape": "
|
|
179766
|
+
"shape": "S5r"
|
|
179749
179767
|
},
|
|
179750
179768
|
"StatisticsConfigurations": {
|
|
179751
179769
|
"shape": "S4n"
|
|
179770
|
+
},
|
|
179771
|
+
"IncludeLinkedAccountsMetrics": {
|
|
179772
|
+
"type": "boolean"
|
|
179752
179773
|
}
|
|
179753
179774
|
}
|
|
179754
179775
|
},
|
|
@@ -179784,7 +179805,7 @@ module.exports={
|
|
|
179784
179805
|
],
|
|
179785
179806
|
"members": {
|
|
179786
179807
|
"Names": {
|
|
179787
|
-
"shape": "
|
|
179808
|
+
"shape": "S6m"
|
|
179788
179809
|
}
|
|
179789
179810
|
}
|
|
179790
179811
|
},
|
|
@@ -179802,7 +179823,7 @@ module.exports={
|
|
|
179802
179823
|
],
|
|
179803
179824
|
"members": {
|
|
179804
179825
|
"Names": {
|
|
179805
|
-
"shape": "
|
|
179826
|
+
"shape": "S6m"
|
|
179806
179827
|
}
|
|
179807
179828
|
}
|
|
179808
179829
|
},
|
|
@@ -179822,7 +179843,7 @@ module.exports={
|
|
|
179822
179843
|
"members": {
|
|
179823
179844
|
"ResourceARN": {},
|
|
179824
179845
|
"Tags": {
|
|
179825
|
-
"shape": "
|
|
179846
|
+
"shape": "S5r"
|
|
179826
179847
|
}
|
|
179827
179848
|
}
|
|
179828
179849
|
},
|
|
@@ -180145,7 +180166,7 @@ module.exports={
|
|
|
180145
180166
|
}
|
|
180146
180167
|
}
|
|
180147
180168
|
},
|
|
180148
|
-
"
|
|
180169
|
+
"S5r": {
|
|
180149
180170
|
"type": "list",
|
|
180150
180171
|
"member": {
|
|
180151
180172
|
"type": "structure",
|
|
@@ -180159,7 +180180,7 @@ module.exports={
|
|
|
180159
180180
|
}
|
|
180160
180181
|
}
|
|
180161
180182
|
},
|
|
180162
|
-
"
|
|
180183
|
+
"S6m": {
|
|
180163
180184
|
"type": "list",
|
|
180164
180185
|
"member": {}
|
|
180165
180186
|
}
|
|
@@ -251759,7 +251780,7 @@ AWS.util.update(AWS, {
|
|
|
251759
251780
|
/**
|
|
251760
251781
|
* @constant
|
|
251761
251782
|
*/
|
|
251762
|
-
VERSION: '2.
|
|
251783
|
+
VERSION: '2.1298.0',
|
|
251763
251784
|
|
|
251764
251785
|
/**
|
|
251765
251786
|
* @api private
|
|
@@ -273822,7 +273843,7 @@ var LRUCache = /** @class */ (function () {
|
|
|
273822
273843
|
}());
|
|
273823
273844
|
exports.LRUCache = LRUCache;
|
|
273824
273845
|
},{}],461:[function(require,module,exports){
|
|
273825
|
-
// AWS SDK for JavaScript v2.
|
|
273846
|
+
// AWS SDK for JavaScript v2.1298.0
|
|
273826
273847
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
273827
273848
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
|
273828
273849
|
require('./browser_loader');
|