cdk-docker-image-deployment 0.0.75 → 0.0.77

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 (85) 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 +36 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +138 -47
  8. package/node_modules/aws-sdk/apis/appsync-2017-07-25.min.json +168 -68
  9. package/node_modules/aws-sdk/apis/auditmanager-2017-07-25.min.json +41 -27
  10. package/node_modules/aws-sdk/apis/{ssmsap-2018-05-10.examples.json → chime-sdk-voice-2022-08-03.examples.json} +0 -0
  11. package/node_modules/aws-sdk/apis/chime-sdk-voice-2022-08-03.min.json +2734 -0
  12. package/node_modules/aws-sdk/apis/chime-sdk-voice-2022-08-03.paginators.json +46 -0
  13. package/node_modules/aws-sdk/apis/cloudfront-2020-05-31.min.json +774 -409
  14. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +185 -158
  15. package/node_modules/aws-sdk/apis/dms-2016-01-01.min.json +78 -55
  16. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +5 -1
  17. package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.min.json +20 -16
  18. package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +505 -501
  19. package/node_modules/aws-sdk/apis/iot-roborunner-2018-05-10.examples.json +5 -0
  20. package/node_modules/aws-sdk/apis/iot-roborunner-2018-05-10.min.json +923 -0
  21. package/node_modules/aws-sdk/apis/iot-roborunner-2018-05-10.paginators.json +28 -0
  22. package/node_modules/aws-sdk/apis/ivschat-2020-07-14.min.json +255 -18
  23. package/node_modules/aws-sdk/apis/ivschat-2020-07-14.paginators.json +5 -0
  24. package/node_modules/aws-sdk/apis/metadata.json +9 -0
  25. package/node_modules/aws-sdk/apis/personalize-2018-05-22.min.json +219 -25
  26. package/node_modules/aws-sdk/apis/personalize-2018-05-22.paginators.json +12 -0
  27. package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +321 -138
  28. package/node_modules/aws-sdk/apis/quicksight-2018-04-01.paginators.json +12 -0
  29. package/node_modules/aws-sdk/apis/rum-2018-05-10.min.json +20 -5
  30. package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +51 -9
  31. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +263 -263
  32. package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +8 -2
  33. package/node_modules/aws-sdk/apis/servicecatalog-2015-12-10.min.json +183 -115
  34. package/node_modules/aws-sdk/apis/servicecatalog-appregistry-2020-06-24.min.json +54 -2
  35. package/node_modules/aws-sdk/apis/ssm-sap-2018-05-10.examples.json +5 -0
  36. package/node_modules/aws-sdk/apis/{ssmsap-2018-05-10.min.json → ssm-sap-2018-05-10.min.json} +2 -2
  37. package/node_modules/aws-sdk/apis/{ssmsap-2018-05-10.paginators.json → ssm-sap-2018-05-10.paginators.json} +0 -0
  38. package/node_modules/aws-sdk/apis/states-2016-11-23.min.json +17 -5
  39. package/node_modules/aws-sdk/apis/workspaces-2015-04-08.min.json +161 -84
  40. package/node_modules/aws-sdk/clients/all.d.ts +2 -0
  41. package/node_modules/aws-sdk/clients/all.js +2 -0
  42. package/node_modules/aws-sdk/clients/amplify.d.ts +4 -4
  43. package/node_modules/aws-sdk/clients/appflow.d.ts +125 -9
  44. package/node_modules/aws-sdk/clients/appsync.d.ts +133 -4
  45. package/node_modules/aws-sdk/clients/auditmanager.d.ts +50 -12
  46. package/node_modules/aws-sdk/clients/chimesdkvoice.d.ts +1401 -0
  47. package/node_modules/aws-sdk/clients/chimesdkvoice.js +18 -0
  48. package/node_modules/aws-sdk/clients/cloudfront.d.ts +300 -12
  49. package/node_modules/aws-sdk/clients/connect.d.ts +31 -1
  50. package/node_modules/aws-sdk/clients/dms.d.ts +51 -10
  51. package/node_modules/aws-sdk/clients/dynamodb.d.ts +7 -7
  52. package/node_modules/aws-sdk/clients/ec2.d.ts +28 -20
  53. package/node_modules/aws-sdk/clients/elbv2.d.ts +20 -20
  54. package/node_modules/aws-sdk/clients/emrserverless.d.ts +17 -0
  55. package/node_modules/aws-sdk/clients/glue.d.ts +9 -3
  56. package/node_modules/aws-sdk/clients/iotroborunner.d.ts +534 -0
  57. package/node_modules/aws-sdk/clients/iotroborunner.js +18 -0
  58. package/node_modules/aws-sdk/clients/ivschat.d.ts +322 -13
  59. package/node_modules/aws-sdk/clients/lambda.d.ts +12 -12
  60. package/node_modules/aws-sdk/clients/personalize.d.ts +267 -0
  61. package/node_modules/aws-sdk/clients/polly.d.ts +2 -2
  62. package/node_modules/aws-sdk/clients/quicksight.d.ts +230 -13
  63. package/node_modules/aws-sdk/clients/rum.d.ts +24 -5
  64. package/node_modules/aws-sdk/clients/s3control.d.ts +58 -16
  65. package/node_modules/aws-sdk/clients/sagemaker.d.ts +5 -1
  66. package/node_modules/aws-sdk/clients/secretsmanager.d.ts +7 -7
  67. package/node_modules/aws-sdk/clients/securityhub.d.ts +16 -0
  68. package/node_modules/aws-sdk/clients/servicecatalog.d.ts +141 -29
  69. package/node_modules/aws-sdk/clients/servicecatalogappregistry.d.ts +58 -7
  70. package/node_modules/aws-sdk/clients/ssmsap.d.ts +31 -31
  71. package/node_modules/aws-sdk/clients/ssmsap.js +2 -2
  72. package/node_modules/aws-sdk/clients/stepfunctions.d.ts +67 -52
  73. package/node_modules/aws-sdk/clients/sts.d.ts +18 -18
  74. package/node_modules/aws-sdk/clients/textract.d.ts +6 -6
  75. package/node_modules/aws-sdk/clients/transfer.d.ts +7 -7
  76. package/node_modules/aws-sdk/clients/workspaces.d.ts +115 -0
  77. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  78. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +106 -32
  79. package/node_modules/aws-sdk/dist/aws-sdk.js +1388 -709
  80. package/node_modules/aws-sdk/dist/aws-sdk.min.js +87 -86
  81. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +4 -0
  82. package/node_modules/aws-sdk/lib/core.js +1 -1
  83. package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +3 -3
  84. package/node_modules/aws-sdk/package.json +1 -1
  85. package/package.json +4 -4
@@ -217,7 +217,10 @@
217
217
  "tags": {
218
218
  "shape": "Sf"
219
219
  },
220
- "importMode": {}
220
+ "importMode": {},
221
+ "publishAttributionMetricsToS3": {
222
+ "type": "boolean"
223
+ }
221
224
  }
222
225
  },
223
226
  "output": {
@@ -263,7 +266,7 @@
263
266
  "name": {},
264
267
  "datasetGroupArn": {},
265
268
  "filterExpression": {
266
- "shape": "S1a"
269
+ "shape": "S1b"
267
270
  },
268
271
  "tags": {
269
272
  "shape": "Sf"
@@ -277,6 +280,33 @@
277
280
  }
278
281
  }
279
282
  },
283
+ "CreateMetricAttribution": {
284
+ "input": {
285
+ "type": "structure",
286
+ "required": [
287
+ "name",
288
+ "datasetGroupArn",
289
+ "metrics",
290
+ "metricsOutputConfig"
291
+ ],
292
+ "members": {
293
+ "name": {},
294
+ "datasetGroupArn": {},
295
+ "metrics": {
296
+ "shape": "S1e"
297
+ },
298
+ "metricsOutputConfig": {
299
+ "shape": "S1j"
300
+ }
301
+ }
302
+ },
303
+ "output": {
304
+ "type": "structure",
305
+ "members": {
306
+ "metricAttributionArn": {}
307
+ }
308
+ }
309
+ },
280
310
  "CreateRecommender": {
281
311
  "input": {
282
312
  "type": "structure",
@@ -290,7 +320,7 @@
290
320
  "datasetGroupArn": {},
291
321
  "recipeArn": {},
292
322
  "recommenderConfig": {
293
- "shape": "S1d"
323
+ "shape": "S1m"
294
324
  },
295
325
  "tags": {
296
326
  "shape": "Sf"
@@ -345,7 +375,7 @@
345
375
  "datasetGroupArn": {},
346
376
  "eventType": {},
347
377
  "solutionConfig": {
348
- "shape": "S1m"
378
+ "shape": "S1t"
349
379
  },
350
380
  "tags": {
351
381
  "shape": "Sf"
@@ -366,6 +396,7 @@
366
396
  "solutionArn"
367
397
  ],
368
398
  "members": {
399
+ "name": {},
369
400
  "solutionArn": {},
370
401
  "trainingMode": {},
371
402
  "tags": {
@@ -439,6 +470,18 @@
439
470
  }
440
471
  }
441
472
  },
473
+ "DeleteMetricAttribution": {
474
+ "input": {
475
+ "type": "structure",
476
+ "required": [
477
+ "metricAttributionArn"
478
+ ],
479
+ "members": {
480
+ "metricAttributionArn": {}
481
+ }
482
+ },
483
+ "idempotent": true
484
+ },
442
485
  "DeleteRecommender": {
443
486
  "input": {
444
487
  "type": "structure",
@@ -552,7 +595,7 @@
552
595
  "members": {
553
596
  "name": {},
554
597
  "values": {
555
- "shape": "S26"
598
+ "shape": "S2c"
556
599
  },
557
600
  "isTunable": {
558
601
  "type": "boolean"
@@ -869,7 +912,10 @@
869
912
  "type": "timestamp"
870
913
  },
871
914
  "failureReason": {},
872
- "importMode": {}
915
+ "importMode": {},
916
+ "publishAttributionMetricsToS3": {
917
+ "type": "boolean"
918
+ }
873
919
  }
874
920
  }
875
921
  }
@@ -973,7 +1019,7 @@
973
1019
  "datasetGroupArn": {},
974
1020
  "failureReason": {},
975
1021
  "filterExpression": {
976
- "shape": "S1a"
1022
+ "shape": "S1b"
977
1023
  },
978
1024
  "status": {}
979
1025
  }
@@ -982,6 +1028,41 @@
982
1028
  },
983
1029
  "idempotent": true
984
1030
  },
1031
+ "DescribeMetricAttribution": {
1032
+ "input": {
1033
+ "type": "structure",
1034
+ "required": [
1035
+ "metricAttributionArn"
1036
+ ],
1037
+ "members": {
1038
+ "metricAttributionArn": {}
1039
+ }
1040
+ },
1041
+ "output": {
1042
+ "type": "structure",
1043
+ "members": {
1044
+ "metricAttribution": {
1045
+ "type": "structure",
1046
+ "members": {
1047
+ "name": {},
1048
+ "metricAttributionArn": {},
1049
+ "datasetGroupArn": {},
1050
+ "metricsOutputConfig": {
1051
+ "shape": "S1j"
1052
+ },
1053
+ "status": {},
1054
+ "creationDateTime": {
1055
+ "type": "timestamp"
1056
+ },
1057
+ "lastUpdatedDateTime": {
1058
+ "type": "timestamp"
1059
+ },
1060
+ "failureReason": {}
1061
+ }
1062
+ }
1063
+ }
1064
+ }
1065
+ },
985
1066
  "DescribeRecipe": {
986
1067
  "input": {
987
1068
  "type": "structure",
@@ -1038,7 +1119,7 @@
1038
1119
  "name": {},
1039
1120
  "recipeArn": {},
1040
1121
  "recommenderConfig": {
1041
- "shape": "S1d"
1122
+ "shape": "S1m"
1042
1123
  },
1043
1124
  "creationDateTime": {
1044
1125
  "type": "timestamp"
@@ -1052,7 +1133,7 @@
1052
1133
  "type": "structure",
1053
1134
  "members": {
1054
1135
  "recommenderConfig": {
1055
- "shape": "S1d"
1136
+ "shape": "S1m"
1056
1137
  },
1057
1138
  "creationDateTime": {
1058
1139
  "type": "timestamp"
@@ -1065,7 +1146,7 @@
1065
1146
  }
1066
1147
  },
1067
1148
  "modelMetrics": {
1068
- "shape": "S4e"
1149
+ "shape": "S4o"
1069
1150
  }
1070
1151
  }
1071
1152
  }
@@ -1133,7 +1214,7 @@
1133
1214
  "datasetGroupArn": {},
1134
1215
  "eventType": {},
1135
1216
  "solutionConfig": {
1136
- "shape": "S1m"
1217
+ "shape": "S1t"
1137
1218
  },
1138
1219
  "autoMLResult": {
1139
1220
  "type": "structure",
@@ -1149,7 +1230,7 @@
1149
1230
  "type": "timestamp"
1150
1231
  },
1151
1232
  "latestSolutionVersion": {
1152
- "shape": "S4o"
1233
+ "shape": "S4y"
1153
1234
  }
1154
1235
  }
1155
1236
  }
@@ -1173,6 +1254,7 @@
1173
1254
  "solutionVersion": {
1174
1255
  "type": "structure",
1175
1256
  "members": {
1257
+ "name": {},
1176
1258
  "solutionVersionArn": {},
1177
1259
  "solutionArn": {},
1178
1260
  "performHPO": {
@@ -1185,7 +1267,7 @@
1185
1267
  "eventType": {},
1186
1268
  "datasetGroupArn": {},
1187
1269
  "solutionConfig": {
1188
- "shape": "S1m"
1270
+ "shape": "S1t"
1189
1271
  },
1190
1272
  "trainingHours": {
1191
1273
  "type": "double"
@@ -1228,7 +1310,7 @@
1228
1310
  "members": {
1229
1311
  "solutionVersionArn": {},
1230
1312
  "metrics": {
1231
- "shape": "S4e"
1313
+ "shape": "S4o"
1232
1314
  }
1233
1315
  }
1234
1316
  }
@@ -1569,6 +1651,65 @@
1569
1651
  },
1570
1652
  "idempotent": true
1571
1653
  },
1654
+ "ListMetricAttributionMetrics": {
1655
+ "input": {
1656
+ "type": "structure",
1657
+ "members": {
1658
+ "metricAttributionArn": {},
1659
+ "nextToken": {},
1660
+ "maxResults": {
1661
+ "type": "integer"
1662
+ }
1663
+ }
1664
+ },
1665
+ "output": {
1666
+ "type": "structure",
1667
+ "members": {
1668
+ "metrics": {
1669
+ "shape": "S1e"
1670
+ },
1671
+ "nextToken": {}
1672
+ }
1673
+ },
1674
+ "idempotent": true
1675
+ },
1676
+ "ListMetricAttributions": {
1677
+ "input": {
1678
+ "type": "structure",
1679
+ "members": {
1680
+ "datasetGroupArn": {},
1681
+ "nextToken": {},
1682
+ "maxResults": {
1683
+ "type": "integer"
1684
+ }
1685
+ }
1686
+ },
1687
+ "output": {
1688
+ "type": "structure",
1689
+ "members": {
1690
+ "metricAttributions": {
1691
+ "type": "list",
1692
+ "member": {
1693
+ "type": "structure",
1694
+ "members": {
1695
+ "name": {},
1696
+ "metricAttributionArn": {},
1697
+ "status": {},
1698
+ "creationDateTime": {
1699
+ "type": "timestamp"
1700
+ },
1701
+ "lastUpdatedDateTime": {
1702
+ "type": "timestamp"
1703
+ },
1704
+ "failureReason": {}
1705
+ }
1706
+ }
1707
+ },
1708
+ "nextToken": {}
1709
+ }
1710
+ },
1711
+ "idempotent": true
1712
+ },
1572
1713
  "ListRecipes": {
1573
1714
  "input": {
1574
1715
  "type": "structure",
@@ -1631,7 +1772,7 @@
1631
1772
  "datasetGroupArn": {},
1632
1773
  "recipeArn": {},
1633
1774
  "recommenderConfig": {
1634
- "shape": "S1d"
1775
+ "shape": "S1m"
1635
1776
  },
1636
1777
  "status": {},
1637
1778
  "creationDateTime": {
@@ -1700,7 +1841,7 @@
1700
1841
  "solutionVersions": {
1701
1842
  "type": "list",
1702
1843
  "member": {
1703
- "shape": "S4o"
1844
+ "shape": "S4y"
1704
1845
  }
1705
1846
  },
1706
1847
  "nextToken": {}
@@ -1735,7 +1876,8 @@
1735
1876
  },
1736
1877
  "lastUpdatedDateTime": {
1737
1878
  "type": "timestamp"
1738
- }
1879
+ },
1880
+ "recipeArn": {}
1739
1881
  }
1740
1882
  }
1741
1883
  },
@@ -1875,6 +2017,30 @@
1875
2017
  },
1876
2018
  "idempotent": true
1877
2019
  },
2020
+ "UpdateMetricAttribution": {
2021
+ "input": {
2022
+ "type": "structure",
2023
+ "members": {
2024
+ "addMetrics": {
2025
+ "shape": "S1e"
2026
+ },
2027
+ "removeMetrics": {
2028
+ "type": "list",
2029
+ "member": {}
2030
+ },
2031
+ "metricsOutputConfig": {
2032
+ "shape": "S1j"
2033
+ },
2034
+ "metricAttributionArn": {}
2035
+ }
2036
+ },
2037
+ "output": {
2038
+ "type": "structure",
2039
+ "members": {
2040
+ "metricAttributionArn": {}
2041
+ }
2042
+ }
2043
+ },
1878
2044
  "UpdateRecommender": {
1879
2045
  "input": {
1880
2046
  "type": "structure",
@@ -1885,7 +2051,7 @@
1885
2051
  "members": {
1886
2052
  "recommenderArn": {},
1887
2053
  "recommenderConfig": {
1888
- "shape": "S1d"
2054
+ "shape": "S1m"
1889
2055
  }
1890
2056
  }
1891
2057
  },
@@ -2005,11 +2171,39 @@
2005
2171
  "dataLocation": {}
2006
2172
  }
2007
2173
  },
2008
- "S1a": {
2174
+ "S1b": {
2009
2175
  "type": "string",
2010
2176
  "sensitive": true
2011
2177
  },
2012
- "S1d": {
2178
+ "S1e": {
2179
+ "type": "list",
2180
+ "member": {
2181
+ "type": "structure",
2182
+ "required": [
2183
+ "eventType",
2184
+ "metricName",
2185
+ "expression"
2186
+ ],
2187
+ "members": {
2188
+ "eventType": {},
2189
+ "metricName": {},
2190
+ "expression": {}
2191
+ }
2192
+ }
2193
+ },
2194
+ "S1j": {
2195
+ "type": "structure",
2196
+ "required": [
2197
+ "roleArn"
2198
+ ],
2199
+ "members": {
2200
+ "s3DataDestination": {
2201
+ "shape": "S6"
2202
+ },
2203
+ "roleArn": {}
2204
+ }
2205
+ },
2206
+ "S1m": {
2013
2207
  "type": "structure",
2014
2208
  "members": {
2015
2209
  "itemExplorationConfig": {
@@ -2020,7 +2214,7 @@
2020
2214
  }
2021
2215
  }
2022
2216
  },
2023
- "S1m": {
2217
+ "S1t": {
2024
2218
  "type": "structure",
2025
2219
  "members": {
2026
2220
  "eventValueThreshold": {},
@@ -2082,7 +2276,7 @@
2082
2276
  "members": {
2083
2277
  "name": {},
2084
2278
  "values": {
2085
- "shape": "S26"
2279
+ "shape": "S2c"
2086
2280
  }
2087
2281
  }
2088
2282
  }
@@ -2118,18 +2312,18 @@
2118
2312
  }
2119
2313
  }
2120
2314
  },
2121
- "S26": {
2315
+ "S2c": {
2122
2316
  "type": "list",
2123
2317
  "member": {}
2124
2318
  },
2125
- "S4e": {
2319
+ "S4o": {
2126
2320
  "type": "map",
2127
2321
  "key": {},
2128
2322
  "value": {
2129
2323
  "type": "double"
2130
2324
  }
2131
2325
  },
2132
- "S4o": {
2326
+ "S4y": {
2133
2327
  "type": "structure",
2134
2328
  "members": {
2135
2329
  "solutionVersionArn": {},
@@ -54,6 +54,18 @@
54
54
  "output_token": "nextToken",
55
55
  "result_key": "Filters"
56
56
  },
57
+ "ListMetricAttributionMetrics": {
58
+ "input_token": "nextToken",
59
+ "limit_key": "maxResults",
60
+ "output_token": "nextToken",
61
+ "result_key": "metrics"
62
+ },
63
+ "ListMetricAttributions": {
64
+ "input_token": "nextToken",
65
+ "limit_key": "maxResults",
66
+ "output_token": "nextToken",
67
+ "result_key": "metricAttributions"
68
+ },
57
69
  "ListRecipes": {
58
70
  "input_token": "nextToken",
59
71
  "limit_key": "maxResults",