cdk-docker-image-deployment 0.0.67 → 0.0.69

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.
Files changed (39) hide show
  1. package/.jsii +4 -4
  2. package/lib/destination.js +1 -1
  3. package/lib/docker-image-deployment.js +1 -1
  4. package/lib/source.js +1 -1
  5. package/node_modules/aws-sdk/CHANGELOG.md +14 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +68 -65
  8. package/node_modules/aws-sdk/apis/connectcases-2022-10-03.min.json +20 -8
  9. package/node_modules/aws-sdk/apis/ecs-2014-11-13.examples.json +123 -0
  10. package/node_modules/aws-sdk/apis/ecs-2014-11-13.min.json +76 -3
  11. package/node_modules/aws-sdk/apis/es-2015-01-01.min.json +457 -137
  12. package/node_modules/aws-sdk/apis/groundstation-2019-05-23.min.json +343 -42
  13. package/node_modules/aws-sdk/apis/groundstation-2019-05-23.paginators.json +6 -0
  14. package/node_modules/aws-sdk/apis/mediapackage-vod-2018-11-07.min.json +4 -0
  15. package/node_modules/aws-sdk/apis/metadata.json +3 -0
  16. package/node_modules/aws-sdk/apis/scheduler-2021-06-30.examples.json +5 -0
  17. package/node_modules/aws-sdk/apis/scheduler-2021-06-30.min.json +701 -0
  18. package/node_modules/aws-sdk/apis/scheduler-2021-06-30.paginators.json +16 -0
  19. package/node_modules/aws-sdk/clients/all.d.ts +1 -0
  20. package/node_modules/aws-sdk/clients/all.js +2 -1
  21. package/node_modules/aws-sdk/clients/autoscaling.d.ts +8 -8
  22. package/node_modules/aws-sdk/clients/connect.d.ts +15 -2
  23. package/node_modules/aws-sdk/clients/connectcases.d.ts +27 -5
  24. package/node_modules/aws-sdk/clients/ec2.d.ts +8 -8
  25. package/node_modules/aws-sdk/clients/ecs.d.ts +79 -0
  26. package/node_modules/aws-sdk/clients/es.d.ts +301 -0
  27. package/node_modules/aws-sdk/clients/groundstation.d.ts +413 -70
  28. package/node_modules/aws-sdk/clients/mediapackagevod.d.ts +4 -0
  29. package/node_modules/aws-sdk/clients/resourceexplorer2.d.ts +2 -2
  30. package/node_modules/aws-sdk/clients/scheduler.d.ts +829 -0
  31. package/node_modules/aws-sdk/clients/scheduler.js +18 -0
  32. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  33. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +48 -11
  34. package/node_modules/aws-sdk/dist/aws-sdk.js +150 -71
  35. package/node_modules/aws-sdk/dist/aws-sdk.min.js +75 -75
  36. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
  37. package/node_modules/aws-sdk/lib/core.js +1 -1
  38. package/node_modules/aws-sdk/package.json +1 -1
  39. package/package.json +7 -7
@@ -1,4 +1,4 @@
1
- // AWS SDK for JavaScript v2.1250.0
1
+ // AWS SDK for JavaScript v2.1252.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){
@@ -62907,7 +62907,10 @@ module.exports={
62907
62907
  "type": "timestamp"
62908
62908
  }
62909
62909
  }
62910
- }
62910
+ },
62911
+ "SignInUrl": {},
62912
+ "UserArn": {},
62913
+ "UserId": {}
62911
62914
  }
62912
62915
  }
62913
62916
  },
@@ -62944,7 +62947,7 @@ module.exports={
62944
62947
  "HistoricalMetrics": {
62945
62948
  "type": "list",
62946
62949
  "member": {
62947
- "shape": "Sa0"
62950
+ "shape": "Sa1"
62948
62951
  }
62949
62952
  },
62950
62953
  "NextToken": {},
@@ -62971,7 +62974,7 @@ module.exports={
62971
62974
  "type": "structure",
62972
62975
  "members": {
62973
62976
  "Metric": {
62974
- "shape": "Sa0"
62977
+ "shape": "Sa1"
62975
62978
  },
62976
62979
  "Value": {
62977
62980
  "type": "double"
@@ -63068,7 +63071,7 @@ module.exports={
63068
63071
  "type": "structure",
63069
63072
  "members": {
63070
63073
  "TelephonyConfig": {
63071
- "shape": "Sag"
63074
+ "shape": "Sah"
63072
63075
  },
63073
63076
  "Id": {},
63074
63077
  "Arn": {}
@@ -63780,12 +63783,12 @@ module.exports={
63780
63783
  "locationName": "InstanceId"
63781
63784
  },
63782
63785
  "PhoneNumberTypes": {
63783
- "shape": "Scl",
63786
+ "shape": "Scm",
63784
63787
  "location": "querystring",
63785
63788
  "locationName": "phoneNumberTypes"
63786
63789
  },
63787
63790
  "PhoneNumberCountryCodes": {
63788
- "shape": "Scm",
63791
+ "shape": "Scn",
63789
63792
  "location": "querystring",
63790
63793
  "locationName": "phoneNumberCountryCodes"
63791
63794
  },
@@ -63833,10 +63836,10 @@ module.exports={
63833
63836
  },
63834
63837
  "NextToken": {},
63835
63838
  "PhoneNumberCountryCodes": {
63836
- "shape": "Scm"
63839
+ "shape": "Scn"
63837
63840
  },
63838
63841
  "PhoneNumberTypes": {
63839
- "shape": "Scl"
63842
+ "shape": "Scm"
63840
63843
  },
63841
63844
  "PhoneNumberPrefix": {}
63842
63845
  }
@@ -63942,7 +63945,7 @@ module.exports={
63942
63945
  "members": {
63943
63946
  "NextToken": {},
63944
63947
  "QuickConnectSummaryList": {
63945
- "shape": "Sd4"
63948
+ "shape": "Sd5"
63946
63949
  }
63947
63950
  }
63948
63951
  }
@@ -64034,7 +64037,7 @@ module.exports={
64034
64037
  "type": "structure",
64035
64038
  "members": {
64036
64039
  "QuickConnectSummaryList": {
64037
- "shape": "Sd4"
64040
+ "shape": "Sd5"
64038
64041
  },
64039
64042
  "NextToken": {}
64040
64043
  }
@@ -64706,12 +64709,12 @@ module.exports={
64706
64709
  "type": "structure",
64707
64710
  "members": {
64708
64711
  "TagFilter": {
64709
- "shape": "Sey"
64712
+ "shape": "Sez"
64710
64713
  }
64711
64714
  }
64712
64715
  },
64713
64716
  "SearchCriteria": {
64714
- "shape": "Sf2"
64717
+ "shape": "Sf3"
64715
64718
  }
64716
64719
  }
64717
64720
  },
@@ -64750,12 +64753,12 @@ module.exports={
64750
64753
  "type": "structure",
64751
64754
  "members": {
64752
64755
  "TagFilter": {
64753
- "shape": "Sey"
64756
+ "shape": "Sez"
64754
64757
  }
64755
64758
  }
64756
64759
  },
64757
64760
  "SearchCriteria": {
64758
- "shape": "Sfc"
64761
+ "shape": "Sfd"
64759
64762
  }
64760
64763
  }
64761
64764
  },
@@ -64791,13 +64794,13 @@ module.exports={
64791
64794
  "type": "integer"
64792
64795
  },
64793
64796
  "SearchCriteria": {
64794
- "shape": "Sfh"
64797
+ "shape": "Sfi"
64795
64798
  },
64796
64799
  "SearchFilter": {
64797
64800
  "type": "structure",
64798
64801
  "members": {
64799
64802
  "TagFilter": {
64800
- "shape": "Sey"
64803
+ "shape": "Sez"
64801
64804
  }
64802
64805
  }
64803
64806
  }
@@ -64845,12 +64848,12 @@ module.exports={
64845
64848
  "type": "structure",
64846
64849
  "members": {
64847
64850
  "TagFilter": {
64848
- "shape": "Sey"
64851
+ "shape": "Sez"
64849
64852
  }
64850
64853
  }
64851
64854
  },
64852
64855
  "SearchCriteria": {
64853
- "shape": "Sfp"
64856
+ "shape": "Sfq"
64854
64857
  }
64855
64858
  }
64856
64859
  },
@@ -65142,7 +65145,7 @@ module.exports={
65142
65145
  },
65143
65146
  "Name": {},
65144
65147
  "References": {
65145
- "shape": "Sgt"
65148
+ "shape": "Sgu"
65146
65149
  },
65147
65150
  "Description": {},
65148
65151
  "ClientToken": {
@@ -65377,7 +65380,7 @@ module.exports={
65377
65380
  "Name": {},
65378
65381
  "Description": {},
65379
65382
  "References": {
65380
- "shape": "Sgt"
65383
+ "shape": "Sgu"
65381
65384
  }
65382
65385
  }
65383
65386
  },
@@ -66054,7 +66057,7 @@ module.exports={
66054
66057
  "locationName": "Id"
66055
66058
  },
66056
66059
  "TelephonyConfig": {
66057
- "shape": "Sag"
66060
+ "shape": "Sah"
66058
66061
  }
66059
66062
  }
66060
66063
  },
@@ -66125,19 +66128,19 @@ module.exports={
66125
66128
  "type": "structure",
66126
66129
  "members": {
66127
66130
  "LevelOne": {
66128
- "shape": "Sif"
66131
+ "shape": "Sig"
66129
66132
  },
66130
66133
  "LevelTwo": {
66131
- "shape": "Sif"
66134
+ "shape": "Sig"
66132
66135
  },
66133
66136
  "LevelThree": {
66134
- "shape": "Sif"
66137
+ "shape": "Sig"
66135
66138
  },
66136
66139
  "LevelFour": {
66137
- "shape": "Sif"
66140
+ "shape": "Sig"
66138
66141
  },
66139
66142
  "LevelFive": {
66140
- "shape": "Sif"
66143
+ "shape": "Sig"
66141
66144
  }
66142
66145
  }
66143
66146
  },
@@ -66727,7 +66730,7 @@ module.exports={
66727
66730
  "type": "string",
66728
66731
  "sensitive": true
66729
66732
  },
66730
- "Sa0": {
66733
+ "Sa1": {
66731
66734
  "type": "structure",
66732
66735
  "members": {
66733
66736
  "Name": {},
@@ -66744,7 +66747,7 @@ module.exports={
66744
66747
  "Unit": {}
66745
66748
  }
66746
66749
  },
66747
- "Sag": {
66750
+ "Sah": {
66748
66751
  "type": "structure",
66749
66752
  "required": [
66750
66753
  "Distributions"
@@ -66768,15 +66771,15 @@ module.exports={
66768
66771
  }
66769
66772
  }
66770
66773
  },
66771
- "Scl": {
66774
+ "Scm": {
66772
66775
  "type": "list",
66773
66776
  "member": {}
66774
66777
  },
66775
- "Scm": {
66778
+ "Scn": {
66776
66779
  "type": "list",
66777
66780
  "member": {}
66778
66781
  },
66779
- "Sd4": {
66782
+ "Sd5": {
66780
66783
  "type": "list",
66781
66784
  "member": {
66782
66785
  "type": "structure",
@@ -66788,58 +66791,58 @@ module.exports={
66788
66791
  }
66789
66792
  }
66790
66793
  },
66791
- "Sey": {
66794
+ "Sez": {
66792
66795
  "type": "structure",
66793
66796
  "members": {
66794
66797
  "OrConditions": {
66795
66798
  "type": "list",
66796
66799
  "member": {
66797
- "shape": "Sf0"
66800
+ "shape": "Sf1"
66798
66801
  }
66799
66802
  },
66800
66803
  "AndConditions": {
66801
- "shape": "Sf0"
66804
+ "shape": "Sf1"
66802
66805
  },
66803
66806
  "TagCondition": {
66804
- "shape": "Sf1"
66807
+ "shape": "Sf2"
66805
66808
  }
66806
66809
  }
66807
66810
  },
66808
- "Sf0": {
66811
+ "Sf1": {
66809
66812
  "type": "list",
66810
66813
  "member": {
66811
- "shape": "Sf1"
66814
+ "shape": "Sf2"
66812
66815
  }
66813
66816
  },
66814
- "Sf1": {
66817
+ "Sf2": {
66815
66818
  "type": "structure",
66816
66819
  "members": {
66817
66820
  "TagKey": {},
66818
66821
  "TagValue": {}
66819
66822
  }
66820
66823
  },
66821
- "Sf2": {
66824
+ "Sf3": {
66822
66825
  "type": "structure",
66823
66826
  "members": {
66824
66827
  "OrConditions": {
66825
- "shape": "Sf3"
66828
+ "shape": "Sf4"
66826
66829
  },
66827
66830
  "AndConditions": {
66828
- "shape": "Sf3"
66831
+ "shape": "Sf4"
66829
66832
  },
66830
66833
  "StringCondition": {
66831
- "shape": "Sf4"
66834
+ "shape": "Sf5"
66832
66835
  },
66833
66836
  "QueueTypeCondition": {}
66834
66837
  }
66835
66838
  },
66836
- "Sf3": {
66839
+ "Sf4": {
66837
66840
  "type": "list",
66838
66841
  "member": {
66839
- "shape": "Sf2"
66842
+ "shape": "Sf3"
66840
66843
  }
66841
66844
  },
66842
- "Sf4": {
66845
+ "Sf5": {
66843
66846
  "type": "structure",
66844
66847
  "members": {
66845
66848
  "FieldName": {},
@@ -66847,57 +66850,57 @@ module.exports={
66847
66850
  "ComparisonType": {}
66848
66851
  }
66849
66852
  },
66850
- "Sfc": {
66853
+ "Sfd": {
66851
66854
  "type": "structure",
66852
66855
  "members": {
66853
66856
  "OrConditions": {
66854
- "shape": "Sfd"
66857
+ "shape": "Sfe"
66855
66858
  },
66856
66859
  "AndConditions": {
66857
- "shape": "Sfd"
66860
+ "shape": "Sfe"
66858
66861
  },
66859
66862
  "StringCondition": {
66860
- "shape": "Sf4"
66863
+ "shape": "Sf5"
66861
66864
  }
66862
66865
  }
66863
66866
  },
66864
- "Sfd": {
66867
+ "Sfe": {
66865
66868
  "type": "list",
66866
66869
  "member": {
66867
- "shape": "Sfc"
66870
+ "shape": "Sfd"
66868
66871
  }
66869
66872
  },
66870
- "Sfh": {
66873
+ "Sfi": {
66871
66874
  "type": "structure",
66872
66875
  "members": {
66873
66876
  "OrConditions": {
66874
- "shape": "Sfi"
66877
+ "shape": "Sfj"
66875
66878
  },
66876
66879
  "AndConditions": {
66877
- "shape": "Sfi"
66880
+ "shape": "Sfj"
66878
66881
  },
66879
66882
  "StringCondition": {
66880
- "shape": "Sf4"
66883
+ "shape": "Sf5"
66881
66884
  }
66882
66885
  }
66883
66886
  },
66884
- "Sfi": {
66887
+ "Sfj": {
66885
66888
  "type": "list",
66886
66889
  "member": {
66887
- "shape": "Sfh"
66890
+ "shape": "Sfi"
66888
66891
  }
66889
66892
  },
66890
- "Sfp": {
66893
+ "Sfq": {
66891
66894
  "type": "structure",
66892
66895
  "members": {
66893
66896
  "OrConditions": {
66894
- "shape": "Sfq"
66897
+ "shape": "Sfr"
66895
66898
  },
66896
66899
  "AndConditions": {
66897
- "shape": "Sfq"
66900
+ "shape": "Sfr"
66898
66901
  },
66899
66902
  "StringCondition": {
66900
- "shape": "Sf4"
66903
+ "shape": "Sf5"
66901
66904
  },
66902
66905
  "HierarchyGroupCondition": {
66903
66906
  "type": "structure",
@@ -66908,13 +66911,13 @@ module.exports={
66908
66911
  }
66909
66912
  }
66910
66913
  },
66911
- "Sfq": {
66914
+ "Sfr": {
66912
66915
  "type": "list",
66913
66916
  "member": {
66914
- "shape": "Sfp"
66917
+ "shape": "Sfq"
66915
66918
  }
66916
66919
  },
66917
- "Sgt": {
66920
+ "Sgu": {
66918
66921
  "type": "map",
66919
66922
  "key": {},
66920
66923
  "value": {
@@ -66929,7 +66932,7 @@ module.exports={
66929
66932
  }
66930
66933
  }
66931
66934
  },
66932
- "Sif": {
66935
+ "Sig": {
66933
66936
  "type": "structure",
66934
66937
  "required": [
66935
66938
  "Name"
@@ -111129,6 +111132,31 @@ module.exports={
111129
111132
  }
111130
111133
  }
111131
111134
  },
111135
+ "GetTaskProtection": {
111136
+ "input": {
111137
+ "type": "structure",
111138
+ "required": [
111139
+ "cluster"
111140
+ ],
111141
+ "members": {
111142
+ "cluster": {},
111143
+ "tasks": {
111144
+ "shape": "Sr"
111145
+ }
111146
+ }
111147
+ },
111148
+ "output": {
111149
+ "type": "structure",
111150
+ "members": {
111151
+ "protectedTasks": {
111152
+ "shape": "S6y"
111153
+ },
111154
+ "failures": {
111155
+ "shape": "S5d"
111156
+ }
111157
+ }
111158
+ }
111159
+ },
111132
111160
  "ListAccountSettings": {
111133
111161
  "input": {
111134
111162
  "type": "structure",
@@ -111668,7 +111696,7 @@ module.exports={
111668
111696
  "members": {
111669
111697
  "cluster": {},
111670
111698
  "attachments": {
111671
- "shape": "S85"
111699
+ "shape": "S89"
111672
111700
  }
111673
111701
  }
111674
111702
  },
@@ -111732,7 +111760,7 @@ module.exports={
111732
111760
  }
111733
111761
  },
111734
111762
  "attachments": {
111735
- "shape": "S85"
111763
+ "shape": "S89"
111736
111764
  },
111737
111765
  "managedAgents": {
111738
111766
  "type": "list",
@@ -112014,6 +112042,39 @@ module.exports={
112014
112042
  }
112015
112043
  }
112016
112044
  },
112045
+ "UpdateTaskProtection": {
112046
+ "input": {
112047
+ "type": "structure",
112048
+ "required": [
112049
+ "cluster",
112050
+ "tasks",
112051
+ "protectionEnabled"
112052
+ ],
112053
+ "members": {
112054
+ "cluster": {},
112055
+ "tasks": {
112056
+ "shape": "Sr"
112057
+ },
112058
+ "protectionEnabled": {
112059
+ "type": "boolean"
112060
+ },
112061
+ "expiresInMinutes": {
112062
+ "type": "integer"
112063
+ }
112064
+ }
112065
+ },
112066
+ "output": {
112067
+ "type": "structure",
112068
+ "members": {
112069
+ "protectedTasks": {
112070
+ "shape": "S6y"
112071
+ },
112072
+ "failures": {
112073
+ "shape": "S5d"
112074
+ }
112075
+ }
112076
+ }
112077
+ },
112017
112078
  "UpdateTaskSet": {
112018
112079
  "input": {
112019
112080
  "type": "structure",
@@ -113415,7 +113476,22 @@ module.exports={
113415
113476
  }
113416
113477
  }
113417
113478
  },
113418
- "S85": {
113479
+ "S6y": {
113480
+ "type": "list",
113481
+ "member": {
113482
+ "type": "structure",
113483
+ "members": {
113484
+ "taskArn": {},
113485
+ "protectionEnabled": {
113486
+ "type": "boolean"
113487
+ },
113488
+ "expirationDate": {
113489
+ "type": "timestamp"
113490
+ }
113491
+ }
113492
+ }
113493
+ },
113494
+ "S89": {
113419
113495
  "type": "list",
113420
113496
  "member": {
113421
113497
  "type": "structure",
@@ -172939,6 +173015,9 @@ module.exports={
172939
173015
  "resourceexplorer2": {
172940
173016
  "prefix": "resource-explorer-2",
172941
173017
  "name": "ResourceExplorer2"
173018
+ },
173019
+ "scheduler": {
173020
+ "name": "Scheduler"
172942
173021
  }
172943
173022
  }
172944
173023
  },{}],166:[function(require,module,exports){
@@ -245239,7 +245318,7 @@ AWS.util.update(AWS, {
245239
245318
  /**
245240
245319
  * @constant
245241
245320
  */
245242
- VERSION: '2.1250.0',
245321
+ VERSION: '2.1252.0',
245243
245322
 
245244
245323
  /**
245245
245324
  * @api private
@@ -267242,7 +267321,7 @@ var LRUCache = /** @class */ (function () {
267242
267321
  }());
267243
267322
  exports.LRUCache = LRUCache;
267244
267323
  },{}],461:[function(require,module,exports){
267245
- // AWS SDK for JavaScript v2.1250.0
267324
+ // AWS SDK for JavaScript v2.1252.0
267246
267325
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
267247
267326
  // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
267248
267327
  require('./browser_loader');