cdk-docker-image-deployment 0.0.73 → 0.0.75

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 (55) hide show
  1. package/.jsii +3 -3
  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 +24 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/billingconductor-2021-07-30.min.json +20 -17
  8. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +81 -49
  9. package/node_modules/aws-sdk/apis/eks-2017-11-01.min.json +59 -47
  10. package/node_modules/aws-sdk/apis/elasticache-2015-02-02.min.json +65 -50
  11. package/node_modules/aws-sdk/apis/greengrassv2-2020-11-30.min.json +11 -4
  12. package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.min.json +691 -409
  13. package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.paginators.json +10 -0
  14. package/node_modules/aws-sdk/apis/metadata.json +3 -0
  15. package/node_modules/aws-sdk/apis/personalize-events-2018-03-22.min.json +36 -8
  16. package/node_modules/aws-sdk/apis/proton-2020-07-20.min.json +13 -1
  17. package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +19 -5
  18. package/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json +305 -227
  19. package/node_modules/aws-sdk/apis/ssm-2014-11-06.paginators.json +6 -0
  20. package/node_modules/aws-sdk/apis/ssm-incidents-2018-05-10.min.json +73 -21
  21. package/node_modules/aws-sdk/apis/ssmsap-2018-05-10.examples.json +5 -0
  22. package/node_modules/aws-sdk/apis/ssmsap-2018-05-10.min.json +581 -0
  23. package/node_modules/aws-sdk/apis/ssmsap-2018-05-10.paginators.json +22 -0
  24. package/node_modules/aws-sdk/apis/workspaces-2015-04-08.min.json +50 -18
  25. package/node_modules/aws-sdk/apis/xray-2016-04-12.min.json +139 -58
  26. package/node_modules/aws-sdk/apis/xray-2016-04-12.paginators.json +25 -0
  27. package/node_modules/aws-sdk/clients/all.d.ts +1 -0
  28. package/node_modules/aws-sdk/clients/all.js +2 -1
  29. package/node_modules/aws-sdk/clients/batch.d.ts +6 -6
  30. package/node_modules/aws-sdk/clients/billingconductor.d.ts +14 -1
  31. package/node_modules/aws-sdk/clients/cloudformation.d.ts +1 -1
  32. package/node_modules/aws-sdk/clients/comprehendmedical.d.ts +6 -6
  33. package/node_modules/aws-sdk/clients/connect.d.ts +47 -5
  34. package/node_modules/aws-sdk/clients/eks.d.ts +26 -6
  35. package/node_modules/aws-sdk/clients/elasticache.d.ts +20 -1
  36. package/node_modules/aws-sdk/clients/greengrassv2.d.ts +18 -2
  37. package/node_modules/aws-sdk/clients/iottwinmaker.d.ts +672 -386
  38. package/node_modules/aws-sdk/clients/personalizeevents.d.ts +13 -2
  39. package/node_modules/aws-sdk/clients/proton.d.ts +50 -23
  40. package/node_modules/aws-sdk/clients/rds.d.ts +32 -0
  41. package/node_modules/aws-sdk/clients/route53.d.ts +3 -3
  42. package/node_modules/aws-sdk/clients/ssm.d.ts +140 -6
  43. package/node_modules/aws-sdk/clients/ssmincidents.d.ts +62 -0
  44. package/node_modules/aws-sdk/clients/ssmsap.d.ts +770 -0
  45. package/node_modules/aws-sdk/clients/ssmsap.js +18 -0
  46. package/node_modules/aws-sdk/clients/workspaces.d.ts +42 -0
  47. package/node_modules/aws-sdk/clients/xray.d.ts +101 -2
  48. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  49. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +57 -20
  50. package/node_modules/aws-sdk/dist/aws-sdk.js +682 -400
  51. package/node_modules/aws-sdk/dist/aws-sdk.min.js +75 -75
  52. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
  53. package/node_modules/aws-sdk/lib/core.js +1 -1
  54. package/node_modules/aws-sdk/package.json +1 -1
  55. package/package.json +6 -6
@@ -470,11 +470,14 @@
470
470
  },
471
471
  "Tags": {
472
472
  "shape": "S3"
473
+ },
474
+ "AuthenticationMode": {
475
+ "shape": "S3i"
473
476
  }
474
477
  }
475
478
  },
476
479
  "output": {
477
- "shape": "S3i",
480
+ "shape": "S3k",
478
481
  "resultWrapper": "CreateUserResult"
479
482
  }
480
483
  },
@@ -489,7 +492,7 @@
489
492
  "UserGroupId": {},
490
493
  "Engine": {},
491
494
  "UserIds": {
492
- "shape": "S3m"
495
+ "shape": "S3o"
493
496
  },
494
497
  "Tags": {
495
498
  "shape": "S3"
@@ -497,7 +500,7 @@
497
500
  }
498
501
  },
499
502
  "output": {
500
- "shape": "S3n",
503
+ "shape": "S3p",
501
504
  "resultWrapper": "CreateUserGroupResult"
502
505
  }
503
506
  },
@@ -515,10 +518,10 @@
515
518
  "type": "integer"
516
519
  },
517
520
  "GlobalNodeGroupsToRemove": {
518
- "shape": "S3s"
521
+ "shape": "S3u"
519
522
  },
520
523
  "GlobalNodeGroupsToRetain": {
521
- "shape": "S3s"
524
+ "shape": "S3u"
522
525
  },
523
526
  "ApplyImmediately": {
524
527
  "type": "boolean"
@@ -548,7 +551,7 @@
548
551
  "type": "integer"
549
552
  },
550
553
  "ReplicaConfiguration": {
551
- "shape": "S3v"
554
+ "shape": "S3x"
552
555
  },
553
556
  "ReplicasToRemove": {
554
557
  "type": "list",
@@ -702,7 +705,7 @@
702
705
  }
703
706
  },
704
707
  "output": {
705
- "shape": "S3i",
708
+ "shape": "S3k",
706
709
  "resultWrapper": "DeleteUserResult"
707
710
  }
708
711
  },
@@ -717,7 +720,7 @@
717
720
  }
718
721
  },
719
722
  "output": {
720
- "shape": "S3n",
723
+ "shape": "S3p",
721
724
  "resultWrapper": "DeleteUserGroupResult"
722
725
  }
723
726
  },
@@ -838,10 +841,10 @@
838
841
  "members": {
839
842
  "Marker": {},
840
843
  "Parameters": {
841
- "shape": "S4o"
844
+ "shape": "S4q"
842
845
  },
843
846
  "CacheNodeTypeSpecificParameters": {
844
- "shape": "S4r"
847
+ "shape": "S4t"
845
848
  }
846
849
  }
847
850
  }
@@ -922,10 +925,10 @@
922
925
  "CacheParameterGroupFamily": {},
923
926
  "Marker": {},
924
927
  "Parameters": {
925
- "shape": "S4o"
928
+ "shape": "S4q"
926
929
  },
927
930
  "CacheNodeTypeSpecificParameters": {
928
- "shape": "S4r"
931
+ "shape": "S4t"
929
932
  }
930
933
  },
931
934
  "wrapper": true
@@ -1056,7 +1059,7 @@
1056
1059
  "ReservedCacheNodes": {
1057
1060
  "type": "list",
1058
1061
  "member": {
1059
- "shape": "S5i",
1062
+ "shape": "S5k",
1060
1063
  "locationName": "ReservedCacheNode"
1061
1064
  }
1062
1065
  }
@@ -1103,7 +1106,7 @@
1103
1106
  "ProductDescription": {},
1104
1107
  "OfferingType": {},
1105
1108
  "RecurringCharges": {
1106
- "shape": "S5j"
1109
+ "shape": "S5l"
1107
1110
  }
1108
1111
  },
1109
1112
  "wrapper": true
@@ -1118,7 +1121,7 @@
1118
1121
  "members": {
1119
1122
  "ServiceUpdateName": {},
1120
1123
  "ServiceUpdateStatus": {
1121
- "shape": "S5q"
1124
+ "shape": "S5s"
1122
1125
  },
1123
1126
  "MaxRecords": {
1124
1127
  "type": "integer"
@@ -1208,7 +1211,7 @@
1208
1211
  },
1209
1212
  "Engine": {},
1210
1213
  "ServiceUpdateStatus": {
1211
- "shape": "S5q"
1214
+ "shape": "S5s"
1212
1215
  },
1213
1216
  "ServiceUpdateTimeRange": {
1214
1217
  "type": "structure",
@@ -1357,7 +1360,7 @@
1357
1360
  "UserGroups": {
1358
1361
  "type": "list",
1359
1362
  "member": {
1360
- "shape": "S3n"
1363
+ "shape": "S3p"
1361
1364
  }
1362
1365
  },
1363
1366
  "Marker": {}
@@ -1400,7 +1403,7 @@
1400
1403
  "Users": {
1401
1404
  "type": "list",
1402
1405
  "member": {
1403
- "shape": "S3i"
1406
+ "shape": "S3k"
1404
1407
  }
1405
1408
  },
1406
1409
  "Marker": {}
@@ -1482,7 +1485,7 @@
1482
1485
  "ReplicationGroupId": {},
1483
1486
  "ReplicationGroupRegion": {},
1484
1487
  "ReshardingConfiguration": {
1485
- "shape": "S6x"
1488
+ "shape": "S6z"
1486
1489
  }
1487
1490
  }
1488
1491
  }
@@ -1515,7 +1518,7 @@
1515
1518
  "type": "integer"
1516
1519
  },
1517
1520
  "ReplicaConfiguration": {
1518
- "shape": "S3v"
1521
+ "shape": "S3x"
1519
1522
  },
1520
1523
  "ApplyImmediately": {
1521
1524
  "type": "boolean"
@@ -1545,10 +1548,10 @@
1545
1548
  "type": "structure",
1546
1549
  "members": {
1547
1550
  "ScaleUpModifications": {
1548
- "shape": "S74"
1551
+ "shape": "S76"
1549
1552
  },
1550
1553
  "ScaleDownModifications": {
1551
- "shape": "S74"
1554
+ "shape": "S76"
1552
1555
  }
1553
1556
  }
1554
1557
  }
@@ -1636,12 +1639,12 @@
1636
1639
  "members": {
1637
1640
  "CacheParameterGroupName": {},
1638
1641
  "ParameterNameValues": {
1639
- "shape": "S7a"
1642
+ "shape": "S7c"
1640
1643
  }
1641
1644
  }
1642
1645
  },
1643
1646
  "output": {
1644
- "shape": "S7c",
1647
+ "shape": "S7e",
1645
1648
  "resultWrapper": "ModifyCacheParameterGroupResult"
1646
1649
  }
1647
1650
  },
@@ -1786,7 +1789,7 @@
1786
1789
  "type": "boolean"
1787
1790
  },
1788
1791
  "ReshardingConfiguration": {
1789
- "shape": "S6x"
1792
+ "shape": "S6z"
1790
1793
  },
1791
1794
  "NodeGroupsToRemove": {
1792
1795
  "type": "list",
@@ -1827,11 +1830,14 @@
1827
1830
  },
1828
1831
  "NoPasswordRequired": {
1829
1832
  "type": "boolean"
1833
+ },
1834
+ "AuthenticationMode": {
1835
+ "shape": "S3i"
1830
1836
  }
1831
1837
  }
1832
1838
  },
1833
1839
  "output": {
1834
- "shape": "S3i",
1840
+ "shape": "S3k",
1835
1841
  "resultWrapper": "ModifyUserResult"
1836
1842
  }
1837
1843
  },
@@ -1844,15 +1850,15 @@
1844
1850
  "members": {
1845
1851
  "UserGroupId": {},
1846
1852
  "UserIdsToAdd": {
1847
- "shape": "S3m"
1853
+ "shape": "S3o"
1848
1854
  },
1849
1855
  "UserIdsToRemove": {
1850
- "shape": "S3m"
1856
+ "shape": "S3o"
1851
1857
  }
1852
1858
  }
1853
1859
  },
1854
1860
  "output": {
1855
- "shape": "S3n",
1861
+ "shape": "S3p",
1856
1862
  "resultWrapper": "ModifyUserGroupResult"
1857
1863
  }
1858
1864
  },
@@ -1878,7 +1884,7 @@
1878
1884
  "type": "structure",
1879
1885
  "members": {
1880
1886
  "ReservedCacheNode": {
1881
- "shape": "S5i"
1887
+ "shape": "S5k"
1882
1888
  }
1883
1889
  }
1884
1890
  }
@@ -1963,12 +1969,12 @@
1963
1969
  "type": "boolean"
1964
1970
  },
1965
1971
  "ParameterNameValues": {
1966
- "shape": "S7a"
1972
+ "shape": "S7c"
1967
1973
  }
1968
1974
  }
1969
1975
  },
1970
1976
  "output": {
1971
- "shape": "S7c",
1977
+ "shape": "S7e",
1972
1978
  "resultWrapper": "ResetCacheParameterGroupResult"
1973
1979
  }
1974
1980
  },
@@ -2734,6 +2740,15 @@
2734
2740
  "member": {}
2735
2741
  },
2736
2742
  "S3i": {
2743
+ "type": "structure",
2744
+ "members": {
2745
+ "Type": {},
2746
+ "Passwords": {
2747
+ "shape": "S3g"
2748
+ }
2749
+ }
2750
+ },
2751
+ "S3k": {
2737
2752
  "type": "structure",
2738
2753
  "members": {
2739
2754
  "UserId": {},
@@ -2757,28 +2772,28 @@
2757
2772
  "ARN": {}
2758
2773
  }
2759
2774
  },
2760
- "S3m": {
2775
+ "S3o": {
2761
2776
  "type": "list",
2762
2777
  "member": {}
2763
2778
  },
2764
- "S3n": {
2779
+ "S3p": {
2765
2780
  "type": "structure",
2766
2781
  "members": {
2767
2782
  "UserGroupId": {},
2768
2783
  "Status": {},
2769
2784
  "Engine": {},
2770
2785
  "UserIds": {
2771
- "shape": "S3o"
2786
+ "shape": "S3q"
2772
2787
  },
2773
2788
  "MinimumEngineVersion": {},
2774
2789
  "PendingChanges": {
2775
2790
  "type": "structure",
2776
2791
  "members": {
2777
2792
  "UserIdsToRemove": {
2778
- "shape": "S3o"
2793
+ "shape": "S3q"
2779
2794
  },
2780
2795
  "UserIdsToAdd": {
2781
- "shape": "S3o"
2796
+ "shape": "S3q"
2782
2797
  }
2783
2798
  }
2784
2799
  },
@@ -2789,17 +2804,17 @@
2789
2804
  "ARN": {}
2790
2805
  }
2791
2806
  },
2792
- "S3o": {
2807
+ "S3q": {
2793
2808
  "type": "list",
2794
2809
  "member": {}
2795
2810
  },
2796
- "S3s": {
2811
+ "S3u": {
2797
2812
  "type": "list",
2798
2813
  "member": {
2799
2814
  "locationName": "GlobalNodeGroupId"
2800
2815
  }
2801
2816
  },
2802
- "S3v": {
2817
+ "S3x": {
2803
2818
  "type": "list",
2804
2819
  "member": {
2805
2820
  "locationName": "ConfigureShard",
@@ -2822,7 +2837,7 @@
2822
2837
  }
2823
2838
  }
2824
2839
  },
2825
- "S4o": {
2840
+ "S4q": {
2826
2841
  "type": "list",
2827
2842
  "member": {
2828
2843
  "locationName": "Parameter",
@@ -2842,7 +2857,7 @@
2842
2857
  }
2843
2858
  }
2844
2859
  },
2845
- "S4r": {
2860
+ "S4t": {
2846
2861
  "type": "list",
2847
2862
  "member": {
2848
2863
  "locationName": "CacheNodeTypeSpecificParameter",
@@ -2872,7 +2887,7 @@
2872
2887
  }
2873
2888
  }
2874
2889
  },
2875
- "S5i": {
2890
+ "S5k": {
2876
2891
  "type": "structure",
2877
2892
  "members": {
2878
2893
  "ReservedCacheNodeId": {},
@@ -2897,13 +2912,13 @@
2897
2912
  "OfferingType": {},
2898
2913
  "State": {},
2899
2914
  "RecurringCharges": {
2900
- "shape": "S5j"
2915
+ "shape": "S5l"
2901
2916
  },
2902
2917
  "ReservationARN": {}
2903
2918
  },
2904
2919
  "wrapper": true
2905
2920
  },
2906
- "S5j": {
2921
+ "S5l": {
2907
2922
  "type": "list",
2908
2923
  "member": {
2909
2924
  "locationName": "RecurringCharge",
@@ -2917,11 +2932,11 @@
2917
2932
  "wrapper": true
2918
2933
  }
2919
2934
  },
2920
- "S5q": {
2935
+ "S5s": {
2921
2936
  "type": "list",
2922
2937
  "member": {}
2923
2938
  },
2924
- "S6x": {
2939
+ "S6z": {
2925
2940
  "type": "list",
2926
2941
  "member": {
2927
2942
  "locationName": "ReshardingConfiguration",
@@ -2934,11 +2949,11 @@
2934
2949
  }
2935
2950
  }
2936
2951
  },
2937
- "S74": {
2952
+ "S76": {
2938
2953
  "type": "list",
2939
2954
  "member": {}
2940
2955
  },
2941
- "S7a": {
2956
+ "S7c": {
2942
2957
  "type": "list",
2943
2958
  "member": {
2944
2959
  "locationName": "ParameterNameValue",
@@ -2949,7 +2964,7 @@
2949
2964
  }
2950
2965
  }
2951
2966
  },
2952
- "S7c": {
2967
+ "S7e": {
2953
2968
  "type": "structure",
2954
2969
  "members": {
2955
2970
  "CacheParameterGroupName": {}
@@ -337,6 +337,7 @@
337
337
  "deploymentPolicies": {
338
338
  "shape": "S2k"
339
339
  },
340
+ "parentTargetArn": {},
340
341
  "tags": {
341
342
  "shape": "S1f"
342
343
  },
@@ -562,7 +563,7 @@
562
563
  "type": "structure",
563
564
  "members": {
564
565
  "connectivityInfo": {
565
- "shape": "S38",
566
+ "shape": "S39",
566
567
  "locationName": "ConnectivityInfo"
567
568
  },
568
569
  "message": {
@@ -647,6 +648,7 @@
647
648
  "isLatestForTarget": {
648
649
  "type": "boolean"
649
650
  },
651
+ "parentTargetArn": {},
650
652
  "tags": {
651
653
  "shape": "S1f"
652
654
  }
@@ -883,6 +885,10 @@
883
885
  "location": "querystring",
884
886
  "locationName": "historyFilter"
885
887
  },
888
+ "parentTargetArn": {
889
+ "location": "querystring",
890
+ "locationName": "parentTargetArn"
891
+ },
886
892
  "maxResults": {
887
893
  "location": "querystring",
888
894
  "locationName": "maxResults",
@@ -912,7 +918,8 @@
912
918
  "deploymentStatus": {},
913
919
  "isLatestForTarget": {
914
920
  "type": "boolean"
915
- }
921
+ },
922
+ "parentTargetArn": {}
916
923
  }
917
924
  }
918
925
  },
@@ -1206,7 +1213,7 @@
1206
1213
  "locationName": "thingName"
1207
1214
  },
1208
1215
  "connectivityInfo": {
1209
- "shape": "S38",
1216
+ "shape": "S39",
1210
1217
  "locationName": "ConnectivityInfo"
1211
1218
  }
1212
1219
  }
@@ -1400,7 +1407,7 @@
1400
1407
  }
1401
1408
  }
1402
1409
  },
1403
- "S38": {
1410
+ "S39": {
1404
1411
  "type": "list",
1405
1412
  "member": {
1406
1413
  "type": "structure",