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
@@ -195,6 +195,12 @@
195
195
  "limit_key": "MaxResults",
196
196
  "output_token": "NextToken"
197
197
  },
198
+ "GetResourcePolicies": {
199
+ "input_token": "NextToken",
200
+ "limit_key": "MaxResults",
201
+ "output_token": "NextToken",
202
+ "result_key": "Policies"
203
+ },
198
204
  "ListAssociationVersions": {
199
205
  "input_token": "NextToken",
200
206
  "limit_key": "MaxResults",
@@ -80,6 +80,9 @@
80
80
  "incidentTemplate": {
81
81
  "shape": "Sz"
82
82
  },
83
+ "integrations": {
84
+ "shape": "S16"
85
+ },
83
86
  "name": {},
84
87
  "tags": {
85
88
  "shape": "S7"
@@ -116,7 +119,7 @@
116
119
  },
117
120
  "eventData": {},
118
121
  "eventReferences": {
119
- "shape": "S1a"
122
+ "shape": "S1h"
120
123
  },
121
124
  "eventTime": {
122
125
  "type": "timestamp"
@@ -303,7 +306,7 @@
303
306
  "type": "integer"
304
307
  },
305
308
  "incidentRecordSource": {
306
- "shape": "S1x"
309
+ "shape": "S24"
307
310
  },
308
311
  "lastModifiedBy": {},
309
312
  "lastModifiedTime": {
@@ -483,6 +486,9 @@
483
486
  "incidentTemplate": {
484
487
  "shape": "Sz"
485
488
  },
489
+ "integrations": {
490
+ "shape": "S16"
491
+ },
486
492
  "name": {}
487
493
  }
488
494
  }
@@ -530,7 +536,7 @@
530
536
  "eventData": {},
531
537
  "eventId": {},
532
538
  "eventReferences": {
533
- "shape": "S1a"
539
+ "shape": "S1h"
534
540
  },
535
541
  "eventTime": {
536
542
  "type": "timestamp"
@@ -554,7 +560,7 @@
554
560
  "type": "structure",
555
561
  "members": {
556
562
  "filters": {
557
- "shape": "S2n"
563
+ "shape": "S2u"
558
564
  },
559
565
  "maxResults": {
560
566
  "type": "integer"
@@ -589,7 +595,7 @@
589
595
  "type": "integer"
590
596
  },
591
597
  "incidentRecordSource": {
592
- "shape": "S1x"
598
+ "shape": "S24"
593
599
  },
594
600
  "resolvedTime": {
595
601
  "type": "timestamp"
@@ -629,7 +635,7 @@
629
635
  "members": {
630
636
  "nextToken": {},
631
637
  "relatedItems": {
632
- "shape": "S31"
638
+ "shape": "S38"
633
639
  }
634
640
  }
635
641
  }
@@ -743,7 +749,7 @@
743
749
  ],
744
750
  "members": {
745
751
  "filters": {
746
- "shape": "S2n"
752
+ "shape": "S2u"
747
753
  },
748
754
  "incidentRecordArn": {},
749
755
  "maxResults": {
@@ -774,7 +780,7 @@
774
780
  "members": {
775
781
  "eventId": {},
776
782
  "eventReferences": {
777
- "shape": "S1a"
783
+ "shape": "S1h"
778
784
  },
779
785
  "eventTime": {
780
786
  "type": "timestamp"
@@ -835,7 +841,7 @@
835
841
  "type": "integer"
836
842
  },
837
843
  "relatedItems": {
838
- "shape": "S31"
844
+ "shape": "S38"
839
845
  },
840
846
  "responsePlanArn": {},
841
847
  "title": {},
@@ -1005,10 +1011,10 @@
1005
1011
  "type": "structure",
1006
1012
  "members": {
1007
1013
  "itemToAdd": {
1008
- "shape": "S32"
1014
+ "shape": "S39"
1009
1015
  },
1010
1016
  "itemToRemove": {
1011
- "shape": "S33"
1017
+ "shape": "S3a"
1012
1018
  }
1013
1019
  },
1014
1020
  "union": true
@@ -1110,7 +1116,10 @@
1110
1116
  "key": {},
1111
1117
  "value": {}
1112
1118
  },
1113
- "incidentTemplateTitle": {}
1119
+ "incidentTemplateTitle": {},
1120
+ "integrations": {
1121
+ "shape": "S16"
1122
+ }
1114
1123
  }
1115
1124
  },
1116
1125
  "output": {
@@ -1137,7 +1146,7 @@
1137
1146
  "eventData": {},
1138
1147
  "eventId": {},
1139
1148
  "eventReferences": {
1140
- "shape": "S1a"
1149
+ "shape": "S1h"
1141
1150
  },
1142
1151
  "eventTime": {
1143
1152
  "type": "timestamp"
@@ -1249,7 +1258,37 @@
1249
1258
  "union": true
1250
1259
  }
1251
1260
  },
1252
- "S1a": {
1261
+ "S16": {
1262
+ "type": "list",
1263
+ "member": {
1264
+ "type": "structure",
1265
+ "members": {
1266
+ "pagerDutyConfiguration": {
1267
+ "type": "structure",
1268
+ "required": [
1269
+ "name",
1270
+ "pagerDutyIncidentConfiguration",
1271
+ "secretId"
1272
+ ],
1273
+ "members": {
1274
+ "name": {},
1275
+ "pagerDutyIncidentConfiguration": {
1276
+ "type": "structure",
1277
+ "required": [
1278
+ "serviceId"
1279
+ ],
1280
+ "members": {
1281
+ "serviceId": {}
1282
+ }
1283
+ },
1284
+ "secretId": {}
1285
+ }
1286
+ }
1287
+ },
1288
+ "union": true
1289
+ }
1290
+ },
1291
+ "S1h": {
1253
1292
  "type": "list",
1254
1293
  "member": {
1255
1294
  "type": "structure",
@@ -1260,7 +1299,7 @@
1260
1299
  "union": true
1261
1300
  }
1262
1301
  },
1263
- "S1x": {
1302
+ "S24": {
1264
1303
  "type": "structure",
1265
1304
  "required": [
1266
1305
  "createdBy",
@@ -1273,7 +1312,7 @@
1273
1312
  "source": {}
1274
1313
  }
1275
1314
  },
1276
- "S2n": {
1315
+ "S2u": {
1277
1316
  "type": "list",
1278
1317
  "member": {
1279
1318
  "type": "structure",
@@ -1314,13 +1353,13 @@
1314
1353
  }
1315
1354
  }
1316
1355
  },
1317
- "S31": {
1356
+ "S38": {
1318
1357
  "type": "list",
1319
1358
  "member": {
1320
- "shape": "S32"
1359
+ "shape": "S39"
1321
1360
  }
1322
1361
  },
1323
- "S32": {
1362
+ "S39": {
1324
1363
  "type": "structure",
1325
1364
  "required": [
1326
1365
  "identifier"
@@ -1328,12 +1367,12 @@
1328
1367
  "members": {
1329
1368
  "generatedId": {},
1330
1369
  "identifier": {
1331
- "shape": "S33"
1370
+ "shape": "S3a"
1332
1371
  },
1333
1372
  "title": {}
1334
1373
  }
1335
1374
  },
1336
- "S33": {
1375
+ "S3a": {
1337
1376
  "type": "structure",
1338
1377
  "required": [
1339
1378
  "type",
@@ -1346,6 +1385,19 @@
1346
1385
  "members": {
1347
1386
  "arn": {},
1348
1387
  "metricDefinition": {},
1388
+ "pagerDutyIncidentDetail": {
1389
+ "type": "structure",
1390
+ "required": [
1391
+ "id"
1392
+ ],
1393
+ "members": {
1394
+ "autoResolve": {
1395
+ "type": "boolean"
1396
+ },
1397
+ "id": {},
1398
+ "secretId": {}
1399
+ }
1400
+ },
1349
1401
  "url": {}
1350
1402
  },
1351
1403
  "union": true
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }