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
@@ -0,0 +1,28 @@
1
+ {
2
+ "pagination": {
3
+ "ListDestinations": {
4
+ "input_token": "nextToken",
5
+ "output_token": "nextToken",
6
+ "limit_key": "maxResults",
7
+ "result_key": "destinations"
8
+ },
9
+ "ListSites": {
10
+ "input_token": "nextToken",
11
+ "output_token": "nextToken",
12
+ "limit_key": "maxResults",
13
+ "result_key": "sites"
14
+ },
15
+ "ListWorkerFleets": {
16
+ "input_token": "nextToken",
17
+ "output_token": "nextToken",
18
+ "limit_key": "maxResults",
19
+ "result_key": "workerFleets"
20
+ },
21
+ "ListWorkers": {
22
+ "input_token": "nextToken",
23
+ "output_token": "nextToken",
24
+ "limit_key": "maxResults",
25
+ "result_key": "workers"
26
+ }
27
+ }
28
+ }
@@ -54,6 +54,48 @@
54
54
  }
55
55
  }
56
56
  },
57
+ "CreateLoggingConfiguration": {
58
+ "http": {
59
+ "requestUri": "/CreateLoggingConfiguration",
60
+ "responseCode": 200
61
+ },
62
+ "input": {
63
+ "type": "structure",
64
+ "required": [
65
+ "destinationConfiguration"
66
+ ],
67
+ "members": {
68
+ "destinationConfiguration": {
69
+ "shape": "Sd"
70
+ },
71
+ "name": {},
72
+ "tags": {
73
+ "shape": "Sl"
74
+ }
75
+ }
76
+ },
77
+ "output": {
78
+ "type": "structure",
79
+ "members": {
80
+ "arn": {},
81
+ "createTime": {
82
+ "shape": "Sa"
83
+ },
84
+ "destinationConfiguration": {
85
+ "shape": "Sd"
86
+ },
87
+ "id": {},
88
+ "name": {},
89
+ "state": {},
90
+ "tags": {
91
+ "shape": "Sl"
92
+ },
93
+ "updateTime": {
94
+ "shape": "Sa"
95
+ }
96
+ }
97
+ }
98
+ },
57
99
  "CreateRoom": {
58
100
  "http": {
59
101
  "requestUri": "/CreateRoom",
@@ -62,6 +104,9 @@
62
104
  "input": {
63
105
  "type": "structure",
64
106
  "members": {
107
+ "loggingConfigurationIdentifiers": {
108
+ "shape": "St"
109
+ },
65
110
  "maximumMessageLength": {
66
111
  "type": "integer"
67
112
  },
@@ -69,11 +114,11 @@
69
114
  "type": "integer"
70
115
  },
71
116
  "messageReviewHandler": {
72
- "shape": "Sf"
117
+ "shape": "Sx"
73
118
  },
74
119
  "name": {},
75
120
  "tags": {
76
- "shape": "Sj"
121
+ "shape": "Sl"
77
122
  }
78
123
  }
79
124
  },
@@ -85,6 +130,9 @@
85
130
  "shape": "Sa"
86
131
  },
87
132
  "id": {},
133
+ "loggingConfigurationIdentifiers": {
134
+ "shape": "St"
135
+ },
88
136
  "maximumMessageLength": {
89
137
  "type": "integer"
90
138
  },
@@ -92,11 +140,11 @@
92
140
  "type": "integer"
93
141
  },
94
142
  "messageReviewHandler": {
95
- "shape": "Sf"
143
+ "shape": "Sx"
96
144
  },
97
145
  "name": {},
98
146
  "tags": {
99
- "shape": "Sj"
147
+ "shape": "Sl"
100
148
  },
101
149
  "updateTime": {
102
150
  "shape": "Sa"
@@ -104,6 +152,21 @@
104
152
  }
105
153
  }
106
154
  },
155
+ "DeleteLoggingConfiguration": {
156
+ "http": {
157
+ "requestUri": "/DeleteLoggingConfiguration",
158
+ "responseCode": 204
159
+ },
160
+ "input": {
161
+ "type": "structure",
162
+ "required": [
163
+ "identifier"
164
+ ],
165
+ "members": {
166
+ "identifier": {}
167
+ }
168
+ }
169
+ },
107
170
  "DeleteMessage": {
108
171
  "http": {
109
172
  "requestUri": "/DeleteMessage",
@@ -165,6 +228,42 @@
165
228
  "members": {}
166
229
  }
167
230
  },
231
+ "GetLoggingConfiguration": {
232
+ "http": {
233
+ "requestUri": "/GetLoggingConfiguration",
234
+ "responseCode": 200
235
+ },
236
+ "input": {
237
+ "type": "structure",
238
+ "required": [
239
+ "identifier"
240
+ ],
241
+ "members": {
242
+ "identifier": {}
243
+ }
244
+ },
245
+ "output": {
246
+ "type": "structure",
247
+ "members": {
248
+ "arn": {},
249
+ "createTime": {
250
+ "shape": "Sa"
251
+ },
252
+ "destinationConfiguration": {
253
+ "shape": "Sd"
254
+ },
255
+ "id": {},
256
+ "name": {},
257
+ "state": {},
258
+ "tags": {
259
+ "shape": "Sl"
260
+ },
261
+ "updateTime": {
262
+ "shape": "Sa"
263
+ }
264
+ }
265
+ }
266
+ },
168
267
  "GetRoom": {
169
268
  "http": {
170
269
  "requestUri": "/GetRoom",
@@ -187,6 +286,9 @@
187
286
  "shape": "Sa"
188
287
  },
189
288
  "id": {},
289
+ "loggingConfigurationIdentifiers": {
290
+ "shape": "St"
291
+ },
190
292
  "maximumMessageLength": {
191
293
  "type": "integer"
192
294
  },
@@ -194,11 +296,11 @@
194
296
  "type": "integer"
195
297
  },
196
298
  "messageReviewHandler": {
197
- "shape": "Sf"
299
+ "shape": "Sx"
198
300
  },
199
301
  "name": {},
200
302
  "tags": {
201
- "shape": "Sj"
303
+ "shape": "Sl"
202
304
  },
203
305
  "updateTime": {
204
306
  "shape": "Sa"
@@ -206,6 +308,54 @@
206
308
  }
207
309
  }
208
310
  },
311
+ "ListLoggingConfigurations": {
312
+ "http": {
313
+ "requestUri": "/ListLoggingConfigurations",
314
+ "responseCode": 200
315
+ },
316
+ "input": {
317
+ "type": "structure",
318
+ "members": {
319
+ "maxResults": {
320
+ "type": "integer"
321
+ },
322
+ "nextToken": {}
323
+ }
324
+ },
325
+ "output": {
326
+ "type": "structure",
327
+ "required": [
328
+ "loggingConfigurations"
329
+ ],
330
+ "members": {
331
+ "loggingConfigurations": {
332
+ "type": "list",
333
+ "member": {
334
+ "type": "structure",
335
+ "members": {
336
+ "arn": {},
337
+ "createTime": {
338
+ "shape": "Sa"
339
+ },
340
+ "destinationConfiguration": {
341
+ "shape": "Sd"
342
+ },
343
+ "id": {},
344
+ "name": {},
345
+ "state": {},
346
+ "tags": {
347
+ "shape": "Sl"
348
+ },
349
+ "updateTime": {
350
+ "shape": "Sa"
351
+ }
352
+ }
353
+ }
354
+ },
355
+ "nextToken": {}
356
+ }
357
+ }
358
+ },
209
359
  "ListRooms": {
210
360
  "http": {
211
361
  "requestUri": "/ListRooms",
@@ -214,6 +364,7 @@
214
364
  "input": {
215
365
  "type": "structure",
216
366
  "members": {
367
+ "loggingConfigurationIdentifier": {},
217
368
  "maxResults": {
218
369
  "type": "integer"
219
370
  },
@@ -239,12 +390,15 @@
239
390
  "shape": "Sa"
240
391
  },
241
392
  "id": {},
393
+ "loggingConfigurationIdentifiers": {
394
+ "shape": "St"
395
+ },
242
396
  "messageReviewHandler": {
243
- "shape": "Sf"
397
+ "shape": "Sx"
244
398
  },
245
399
  "name": {},
246
400
  "tags": {
247
- "shape": "Sj"
401
+ "shape": "Sl"
248
402
  },
249
403
  "updateTime": {
250
404
  "shape": "Sa"
@@ -280,7 +434,7 @@
280
434
  ],
281
435
  "members": {
282
436
  "tags": {
283
- "shape": "Sj"
437
+ "shape": "Sl"
284
438
  }
285
439
  }
286
440
  }
@@ -330,7 +484,7 @@
330
484
  "locationName": "resourceArn"
331
485
  },
332
486
  "tags": {
333
- "shape": "Sj"
487
+ "shape": "Sl"
334
488
  }
335
489
  }
336
490
  },
@@ -370,6 +524,46 @@
370
524
  },
371
525
  "idempotent": true
372
526
  },
527
+ "UpdateLoggingConfiguration": {
528
+ "http": {
529
+ "requestUri": "/UpdateLoggingConfiguration",
530
+ "responseCode": 200
531
+ },
532
+ "input": {
533
+ "type": "structure",
534
+ "required": [
535
+ "identifier"
536
+ ],
537
+ "members": {
538
+ "destinationConfiguration": {
539
+ "shape": "Sd"
540
+ },
541
+ "identifier": {},
542
+ "name": {}
543
+ }
544
+ },
545
+ "output": {
546
+ "type": "structure",
547
+ "members": {
548
+ "arn": {},
549
+ "createTime": {
550
+ "shape": "Sa"
551
+ },
552
+ "destinationConfiguration": {
553
+ "shape": "Sd"
554
+ },
555
+ "id": {},
556
+ "name": {},
557
+ "state": {},
558
+ "tags": {
559
+ "shape": "Sl"
560
+ },
561
+ "updateTime": {
562
+ "shape": "Sa"
563
+ }
564
+ }
565
+ }
566
+ },
373
567
  "UpdateRoom": {
374
568
  "http": {
375
569
  "requestUri": "/UpdateRoom",
@@ -382,6 +576,9 @@
382
576
  ],
383
577
  "members": {
384
578
  "identifier": {},
579
+ "loggingConfigurationIdentifiers": {
580
+ "shape": "St"
581
+ },
385
582
  "maximumMessageLength": {
386
583
  "type": "integer"
387
584
  },
@@ -389,7 +586,7 @@
389
586
  "type": "integer"
390
587
  },
391
588
  "messageReviewHandler": {
392
- "shape": "Sf"
589
+ "shape": "Sx"
393
590
  },
394
591
  "name": {}
395
592
  }
@@ -402,6 +599,9 @@
402
599
  "shape": "Sa"
403
600
  },
404
601
  "id": {},
602
+ "loggingConfigurationIdentifiers": {
603
+ "shape": "St"
604
+ },
405
605
  "maximumMessageLength": {
406
606
  "type": "integer"
407
607
  },
@@ -409,11 +609,11 @@
409
609
  "type": "integer"
410
610
  },
411
611
  "messageReviewHandler": {
412
- "shape": "Sf"
612
+ "shape": "Sx"
413
613
  },
414
614
  "name": {},
415
615
  "tags": {
416
- "shape": "Sj"
616
+ "shape": "Sl"
417
617
  },
418
618
  "updateTime": {
419
619
  "shape": "Sa"
@@ -427,17 +627,54 @@
427
627
  "type": "timestamp",
428
628
  "timestampFormat": "iso8601"
429
629
  },
430
- "Sf": {
630
+ "Sd": {
431
631
  "type": "structure",
432
632
  "members": {
433
- "fallbackResult": {},
434
- "uri": {}
435
- }
633
+ "cloudWatchLogs": {
634
+ "type": "structure",
635
+ "required": [
636
+ "logGroupName"
637
+ ],
638
+ "members": {
639
+ "logGroupName": {}
640
+ }
641
+ },
642
+ "firehose": {
643
+ "type": "structure",
644
+ "required": [
645
+ "deliveryStreamName"
646
+ ],
647
+ "members": {
648
+ "deliveryStreamName": {}
649
+ }
650
+ },
651
+ "s3": {
652
+ "type": "structure",
653
+ "required": [
654
+ "bucketName"
655
+ ],
656
+ "members": {
657
+ "bucketName": {}
658
+ }
659
+ }
660
+ },
661
+ "union": true
436
662
  },
437
- "Sj": {
663
+ "Sl": {
438
664
  "type": "map",
439
665
  "key": {},
440
666
  "value": {}
667
+ },
668
+ "St": {
669
+ "type": "list",
670
+ "member": {}
671
+ },
672
+ "Sx": {
673
+ "type": "structure",
674
+ "members": {
675
+ "fallbackResult": {},
676
+ "uri": {}
677
+ }
441
678
  }
442
679
  }
443
680
  }
@@ -1,5 +1,10 @@
1
1
  {
2
2
  "pagination": {
3
+ "ListLoggingConfigurations": {
4
+ "input_token": "nextToken",
5
+ "output_token": "nextToken",
6
+ "limit_key": "maxResults"
7
+ },
3
8
  "ListRooms": {
4
9
  "input_token": "nextToken",
5
10
  "output_token": "nextToken",
@@ -1211,7 +1211,16 @@
1211
1211
  "scheduler": {
1212
1212
  "name": "Scheduler"
1213
1213
  },
1214
+ "chimesdkvoice": {
1215
+ "prefix": "chime-sdk-voice",
1216
+ "name": "ChimeSDKVoice"
1217
+ },
1218
+ "iotroborunner": {
1219
+ "prefix": "iot-roborunner",
1220
+ "name": "IoTRoboRunner"
1221
+ },
1214
1222
  "ssmsap": {
1223
+ "prefix": "ssm-sap",
1215
1224
  "name": "SsmSap"
1216
1225
  }
1217
1226
  }