cdk-docker-image-deployment 0.0.87 → 0.0.88

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 (60) 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 +23 -1
  6. package/node_modules/aws-sdk/README.md +29 -1
  7. package/node_modules/aws-sdk/apis/backup-2018-11-15.min.json +441 -110
  8. package/node_modules/aws-sdk/apis/backup-2018-11-15.paginators.json +12 -0
  9. package/node_modules/aws-sdk/apis/drs-2020-02-26.min.json +124 -45
  10. package/node_modules/aws-sdk/apis/ecs-2014-11-13.min.json +331 -215
  11. package/node_modules/aws-sdk/apis/ecs-2014-11-13.paginators.json +6 -0
  12. package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +252 -214
  13. package/node_modules/aws-sdk/apis/iot-data-2015-05-28.min.json +26 -0
  14. package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.min.json +686 -105
  15. package/node_modules/aws-sdk/apis/kendra-2019-02-03.min.json +43 -8
  16. package/node_modules/aws-sdk/apis/logs-2014-03-28.min.json +97 -16
  17. package/node_modules/aws-sdk/apis/metadata.json +3 -0
  18. package/node_modules/aws-sdk/apis/mgn-2020-02-26.min.json +931 -118
  19. package/node_modules/aws-sdk/apis/mgn-2020-02-26.paginators.json +24 -0
  20. package/node_modules/aws-sdk/apis/monitoring-2010-08-01.min.json +23 -14
  21. package/node_modules/aws-sdk/apis/monitoring-2010-08-01.paginators.json +4 -1
  22. package/node_modules/aws-sdk/apis/oam-2022-06-10.examples.json +5 -0
  23. package/node_modules/aws-sdk/apis/oam-2022-06-10.min.json +482 -0
  24. package/node_modules/aws-sdk/apis/oam-2022-06-10.paginators.json +22 -0
  25. package/node_modules/aws-sdk/apis/organizations-2016-11-28.min.json +62 -16
  26. package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +379 -236
  27. package/node_modules/aws-sdk/apis/rds-2014-10-31.paginators.json +6 -0
  28. package/node_modules/aws-sdk/apis/textract-2018-06-27.min.json +310 -62
  29. package/node_modules/aws-sdk/apis/transcribe-2017-10-26.min.json +98 -95
  30. package/node_modules/aws-sdk/clients/all.d.ts +1 -0
  31. package/node_modules/aws-sdk/clients/all.js +2 -1
  32. package/node_modules/aws-sdk/clients/backup.d.ts +405 -15
  33. package/node_modules/aws-sdk/clients/cloudwatch.d.ts +30 -16
  34. package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +196 -65
  35. package/node_modules/aws-sdk/clients/drs.d.ts +104 -5
  36. package/node_modules/aws-sdk/clients/ecs.d.ts +159 -17
  37. package/node_modules/aws-sdk/clients/efs.d.ts +5 -5
  38. package/node_modules/aws-sdk/clients/iot.d.ts +76 -4
  39. package/node_modules/aws-sdk/clients/iotdata.d.ts +31 -1
  40. package/node_modules/aws-sdk/clients/iotwireless.d.ts +599 -14
  41. package/node_modules/aws-sdk/clients/kendra.d.ts +84 -39
  42. package/node_modules/aws-sdk/clients/mgn.d.ts +1046 -68
  43. package/node_modules/aws-sdk/clients/oam.d.ts +559 -0
  44. package/node_modules/aws-sdk/clients/oam.js +18 -0
  45. package/node_modules/aws-sdk/clients/organizations.d.ts +69 -8
  46. package/node_modules/aws-sdk/clients/rds.d.ts +199 -2
  47. package/node_modules/aws-sdk/clients/textract.d.ts +264 -0
  48. package/node_modules/aws-sdk/clients/transcribeservice.d.ts +210 -191
  49. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +29 -10
  50. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +91 -33
  51. package/node_modules/aws-sdk/dist/aws-sdk.js +1167 -707
  52. package/node_modules/aws-sdk/dist/aws-sdk.min.js +59 -59
  53. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
  54. package/node_modules/aws-sdk/lib/core.js +1 -1
  55. package/node_modules/aws-sdk/lib/event_listeners.js +22 -5
  56. package/node_modules/aws-sdk/lib/region_config.js +3 -1
  57. package/node_modules/aws-sdk/lib/region_config_data.json +11 -1
  58. package/node_modules/aws-sdk/lib/signers/bearer.js +1 -1
  59. package/node_modules/aws-sdk/package.json +1 -1
  60. package/package.json +6 -5
@@ -35,6 +35,30 @@
35
35
  "output_token": "nextToken",
36
36
  "limit_key": "maxResults",
37
37
  "result_key": "items"
38
+ },
39
+ "ListApplications": {
40
+ "input_token": "nextToken",
41
+ "output_token": "nextToken",
42
+ "limit_key": "maxResults",
43
+ "result_key": "items"
44
+ },
45
+ "ListSourceServerActions": {
46
+ "input_token": "nextToken",
47
+ "output_token": "nextToken",
48
+ "limit_key": "maxResults",
49
+ "result_key": "items"
50
+ },
51
+ "ListTemplateActions": {
52
+ "input_token": "nextToken",
53
+ "output_token": "nextToken",
54
+ "limit_key": "maxResults",
55
+ "result_key": "items"
56
+ },
57
+ "ListWaves": {
58
+ "input_token": "nextToken",
59
+ "output_token": "nextToken",
60
+ "limit_key": "maxResults",
61
+ "result_key": "items"
38
62
  }
39
63
  }
40
64
  }
@@ -951,7 +951,11 @@
951
951
  }
952
952
  },
953
953
  "NextToken": {},
954
- "RecentlyActive": {}
954
+ "RecentlyActive": {},
955
+ "IncludeLinkedAccounts": {
956
+ "type": "boolean"
957
+ },
958
+ "OwningAccount": {}
955
959
  }
956
960
  },
957
961
  "output": {
@@ -964,11 +968,16 @@
964
968
  "shape": "Si"
965
969
  }
966
970
  },
967
- "NextToken": {}
971
+ "NextToken": {},
972
+ "OwningAccounts": {
973
+ "type": "list",
974
+ "member": {}
975
+ }
968
976
  },
969
977
  "xmlOrder": [
970
978
  "Metrics",
971
- "NextToken"
979
+ "NextToken",
980
+ "OwningAccounts"
972
981
  ]
973
982
  }
974
983
  },
@@ -987,7 +996,7 @@
987
996
  "type": "structure",
988
997
  "members": {
989
998
  "Tags": {
990
- "shape": "S5n"
999
+ "shape": "S5p"
991
1000
  }
992
1001
  }
993
1002
  }
@@ -1054,7 +1063,7 @@
1054
1063
  "shape": "S1t"
1055
1064
  },
1056
1065
  "Tags": {
1057
- "shape": "S5n"
1066
+ "shape": "S5p"
1058
1067
  },
1059
1068
  "ActionsSuppressor": {},
1060
1069
  "ActionsSuppressorWaitPeriod": {
@@ -1107,7 +1116,7 @@
1107
1116
  "RuleState": {},
1108
1117
  "RuleDefinition": {},
1109
1118
  "Tags": {
1110
- "shape": "S5n"
1119
+ "shape": "S5p"
1111
1120
  }
1112
1121
  }
1113
1122
  },
@@ -1136,7 +1145,7 @@
1136
1145
  "TemplateName": {},
1137
1146
  "ResourceARN": {},
1138
1147
  "Tags": {
1139
- "shape": "S5n"
1148
+ "shape": "S5p"
1140
1149
  }
1141
1150
  }
1142
1151
  }
@@ -1203,7 +1212,7 @@
1203
1212
  "shape": "Se"
1204
1213
  },
1205
1214
  "Tags": {
1206
- "shape": "S5n"
1215
+ "shape": "S5p"
1207
1216
  },
1208
1217
  "ThresholdMetricId": {}
1209
1218
  }
@@ -1302,7 +1311,7 @@
1302
1311
  "RoleArn": {},
1303
1312
  "OutputFormat": {},
1304
1313
  "Tags": {
1305
- "shape": "S5n"
1314
+ "shape": "S5p"
1306
1315
  },
1307
1316
  "StatisticsConfigurations": {
1308
1317
  "shape": "S4m"
@@ -1341,7 +1350,7 @@
1341
1350
  ],
1342
1351
  "members": {
1343
1352
  "Names": {
1344
- "shape": "S6i"
1353
+ "shape": "S6k"
1345
1354
  }
1346
1355
  }
1347
1356
  },
@@ -1359,7 +1368,7 @@
1359
1368
  ],
1360
1369
  "members": {
1361
1370
  "Names": {
1362
- "shape": "S6i"
1371
+ "shape": "S6k"
1363
1372
  }
1364
1373
  }
1365
1374
  },
@@ -1379,7 +1388,7 @@
1379
1388
  "members": {
1380
1389
  "ResourceARN": {},
1381
1390
  "Tags": {
1382
- "shape": "S5n"
1391
+ "shape": "S5p"
1383
1392
  }
1384
1393
  }
1385
1394
  },
@@ -1696,7 +1705,7 @@
1696
1705
  }
1697
1706
  }
1698
1707
  },
1699
- "S5n": {
1708
+ "S5p": {
1700
1709
  "type": "list",
1701
1710
  "member": {
1702
1711
  "type": "structure",
@@ -1710,7 +1719,7 @@
1710
1719
  }
1711
1720
  }
1712
1721
  },
1713
- "S6i": {
1722
+ "S6k": {
1714
1723
  "type": "list",
1715
1724
  "member": {}
1716
1725
  }
@@ -56,7 +56,10 @@
56
56
  "ListMetrics": {
57
57
  "input_token": "NextToken",
58
58
  "output_token": "NextToken",
59
- "result_key": "Metrics"
59
+ "result_key": [
60
+ "Metrics",
61
+ "OwningAccounts"
62
+ ]
60
63
  }
61
64
  }
62
65
  }
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }
@@ -0,0 +1,482 @@
1
+ {
2
+ "version": "2.0",
3
+ "metadata": {
4
+ "apiVersion": "2022-06-10",
5
+ "endpointPrefix": "oam",
6
+ "jsonVersion": "1.1",
7
+ "protocol": "rest-json",
8
+ "serviceFullName": "CloudWatch Observability Access Manager",
9
+ "serviceId": "OAM",
10
+ "signatureVersion": "v4",
11
+ "signingName": "oam",
12
+ "uid": "oam-2022-06-10"
13
+ },
14
+ "operations": {
15
+ "CreateLink": {
16
+ "http": {
17
+ "requestUri": "/CreateLink",
18
+ "responseCode": 200
19
+ },
20
+ "input": {
21
+ "type": "structure",
22
+ "required": [
23
+ "LabelTemplate",
24
+ "ResourceTypes",
25
+ "SinkIdentifier"
26
+ ],
27
+ "members": {
28
+ "LabelTemplate": {},
29
+ "ResourceTypes": {
30
+ "shape": "S3"
31
+ },
32
+ "SinkIdentifier": {},
33
+ "Tags": {
34
+ "shape": "S6"
35
+ }
36
+ }
37
+ },
38
+ "output": {
39
+ "type": "structure",
40
+ "members": {
41
+ "Arn": {},
42
+ "Id": {},
43
+ "Label": {},
44
+ "LabelTemplate": {},
45
+ "ResourceTypes": {
46
+ "shape": "Sb"
47
+ },
48
+ "SinkArn": {},
49
+ "Tags": {
50
+ "shape": "Sc"
51
+ }
52
+ }
53
+ }
54
+ },
55
+ "CreateSink": {
56
+ "http": {
57
+ "requestUri": "/CreateSink",
58
+ "responseCode": 200
59
+ },
60
+ "input": {
61
+ "type": "structure",
62
+ "required": [
63
+ "Name"
64
+ ],
65
+ "members": {
66
+ "Name": {},
67
+ "Tags": {
68
+ "shape": "S6"
69
+ }
70
+ }
71
+ },
72
+ "output": {
73
+ "type": "structure",
74
+ "members": {
75
+ "Arn": {},
76
+ "Id": {},
77
+ "Name": {},
78
+ "Tags": {
79
+ "shape": "Sc"
80
+ }
81
+ }
82
+ }
83
+ },
84
+ "DeleteLink": {
85
+ "http": {
86
+ "requestUri": "/DeleteLink",
87
+ "responseCode": 200
88
+ },
89
+ "input": {
90
+ "type": "structure",
91
+ "required": [
92
+ "Identifier"
93
+ ],
94
+ "members": {
95
+ "Identifier": {}
96
+ }
97
+ },
98
+ "output": {
99
+ "type": "structure",
100
+ "members": {}
101
+ }
102
+ },
103
+ "DeleteSink": {
104
+ "http": {
105
+ "requestUri": "/DeleteSink",
106
+ "responseCode": 200
107
+ },
108
+ "input": {
109
+ "type": "structure",
110
+ "required": [
111
+ "Identifier"
112
+ ],
113
+ "members": {
114
+ "Identifier": {}
115
+ }
116
+ },
117
+ "output": {
118
+ "type": "structure",
119
+ "members": {}
120
+ }
121
+ },
122
+ "GetLink": {
123
+ "http": {
124
+ "requestUri": "/GetLink",
125
+ "responseCode": 200
126
+ },
127
+ "input": {
128
+ "type": "structure",
129
+ "required": [
130
+ "Identifier"
131
+ ],
132
+ "members": {
133
+ "Identifier": {}
134
+ }
135
+ },
136
+ "output": {
137
+ "type": "structure",
138
+ "members": {
139
+ "Arn": {},
140
+ "Id": {},
141
+ "Label": {},
142
+ "LabelTemplate": {},
143
+ "ResourceTypes": {
144
+ "shape": "Sb"
145
+ },
146
+ "SinkArn": {},
147
+ "Tags": {
148
+ "shape": "Sc"
149
+ }
150
+ }
151
+ }
152
+ },
153
+ "GetSink": {
154
+ "http": {
155
+ "requestUri": "/GetSink",
156
+ "responseCode": 200
157
+ },
158
+ "input": {
159
+ "type": "structure",
160
+ "required": [
161
+ "Identifier"
162
+ ],
163
+ "members": {
164
+ "Identifier": {}
165
+ }
166
+ },
167
+ "output": {
168
+ "type": "structure",
169
+ "members": {
170
+ "Arn": {},
171
+ "Id": {},
172
+ "Name": {},
173
+ "Tags": {
174
+ "shape": "Sc"
175
+ }
176
+ }
177
+ }
178
+ },
179
+ "GetSinkPolicy": {
180
+ "http": {
181
+ "requestUri": "/GetSinkPolicy",
182
+ "responseCode": 200
183
+ },
184
+ "input": {
185
+ "type": "structure",
186
+ "required": [
187
+ "SinkIdentifier"
188
+ ],
189
+ "members": {
190
+ "SinkIdentifier": {}
191
+ }
192
+ },
193
+ "output": {
194
+ "type": "structure",
195
+ "members": {
196
+ "SinkArn": {},
197
+ "SinkId": {},
198
+ "Policy": {}
199
+ }
200
+ }
201
+ },
202
+ "ListAttachedLinks": {
203
+ "http": {
204
+ "requestUri": "/ListAttachedLinks",
205
+ "responseCode": 200
206
+ },
207
+ "input": {
208
+ "type": "structure",
209
+ "required": [
210
+ "SinkIdentifier"
211
+ ],
212
+ "members": {
213
+ "MaxResults": {
214
+ "type": "integer"
215
+ },
216
+ "NextToken": {},
217
+ "SinkIdentifier": {}
218
+ }
219
+ },
220
+ "output": {
221
+ "type": "structure",
222
+ "required": [
223
+ "Items"
224
+ ],
225
+ "members": {
226
+ "Items": {
227
+ "type": "list",
228
+ "member": {
229
+ "type": "structure",
230
+ "members": {
231
+ "Label": {},
232
+ "LinkArn": {},
233
+ "ResourceTypes": {
234
+ "shape": "Sb"
235
+ }
236
+ }
237
+ }
238
+ },
239
+ "NextToken": {}
240
+ }
241
+ }
242
+ },
243
+ "ListLinks": {
244
+ "http": {
245
+ "requestUri": "/ListLinks",
246
+ "responseCode": 200
247
+ },
248
+ "input": {
249
+ "type": "structure",
250
+ "members": {
251
+ "MaxResults": {
252
+ "type": "integer"
253
+ },
254
+ "NextToken": {}
255
+ }
256
+ },
257
+ "output": {
258
+ "type": "structure",
259
+ "required": [
260
+ "Items"
261
+ ],
262
+ "members": {
263
+ "Items": {
264
+ "type": "list",
265
+ "member": {
266
+ "type": "structure",
267
+ "members": {
268
+ "Arn": {},
269
+ "Id": {},
270
+ "Label": {},
271
+ "ResourceTypes": {
272
+ "shape": "Sb"
273
+ },
274
+ "SinkArn": {}
275
+ }
276
+ }
277
+ },
278
+ "NextToken": {}
279
+ }
280
+ }
281
+ },
282
+ "ListSinks": {
283
+ "http": {
284
+ "requestUri": "/ListSinks",
285
+ "responseCode": 200
286
+ },
287
+ "input": {
288
+ "type": "structure",
289
+ "members": {
290
+ "MaxResults": {
291
+ "type": "integer"
292
+ },
293
+ "NextToken": {}
294
+ }
295
+ },
296
+ "output": {
297
+ "type": "structure",
298
+ "required": [
299
+ "Items"
300
+ ],
301
+ "members": {
302
+ "Items": {
303
+ "type": "list",
304
+ "member": {
305
+ "type": "structure",
306
+ "members": {
307
+ "Arn": {},
308
+ "Id": {},
309
+ "Name": {}
310
+ }
311
+ }
312
+ },
313
+ "NextToken": {}
314
+ }
315
+ }
316
+ },
317
+ "ListTagsForResource": {
318
+ "http": {
319
+ "method": "GET",
320
+ "requestUri": "/tags/{ResourceArn}",
321
+ "responseCode": 200
322
+ },
323
+ "input": {
324
+ "type": "structure",
325
+ "required": [
326
+ "ResourceArn"
327
+ ],
328
+ "members": {
329
+ "ResourceArn": {
330
+ "location": "uri",
331
+ "locationName": "ResourceArn"
332
+ }
333
+ }
334
+ },
335
+ "output": {
336
+ "type": "structure",
337
+ "members": {
338
+ "Tags": {
339
+ "shape": "Sc"
340
+ }
341
+ }
342
+ }
343
+ },
344
+ "PutSinkPolicy": {
345
+ "http": {
346
+ "requestUri": "/PutSinkPolicy",
347
+ "responseCode": 200
348
+ },
349
+ "input": {
350
+ "type": "structure",
351
+ "required": [
352
+ "SinkIdentifier",
353
+ "Policy"
354
+ ],
355
+ "members": {
356
+ "SinkIdentifier": {},
357
+ "Policy": {}
358
+ }
359
+ },
360
+ "output": {
361
+ "type": "structure",
362
+ "members": {
363
+ "SinkArn": {},
364
+ "SinkId": {},
365
+ "Policy": {}
366
+ }
367
+ }
368
+ },
369
+ "TagResource": {
370
+ "http": {
371
+ "method": "PUT",
372
+ "requestUri": "/tags/{ResourceArn}",
373
+ "responseCode": 200
374
+ },
375
+ "input": {
376
+ "type": "structure",
377
+ "required": [
378
+ "ResourceArn",
379
+ "Tags"
380
+ ],
381
+ "members": {
382
+ "ResourceArn": {
383
+ "location": "uri",
384
+ "locationName": "ResourceArn"
385
+ },
386
+ "Tags": {
387
+ "shape": "S6"
388
+ }
389
+ }
390
+ },
391
+ "output": {
392
+ "type": "structure",
393
+ "members": {}
394
+ }
395
+ },
396
+ "UntagResource": {
397
+ "http": {
398
+ "method": "DELETE",
399
+ "requestUri": "/tags/{ResourceArn}",
400
+ "responseCode": 200
401
+ },
402
+ "input": {
403
+ "type": "structure",
404
+ "required": [
405
+ "ResourceArn",
406
+ "TagKeys"
407
+ ],
408
+ "members": {
409
+ "ResourceArn": {
410
+ "location": "uri",
411
+ "locationName": "ResourceArn"
412
+ },
413
+ "TagKeys": {
414
+ "location": "querystring",
415
+ "locationName": "tagKeys",
416
+ "type": "list",
417
+ "member": {}
418
+ }
419
+ }
420
+ },
421
+ "output": {
422
+ "type": "structure",
423
+ "members": {}
424
+ }
425
+ },
426
+ "UpdateLink": {
427
+ "http": {
428
+ "requestUri": "/UpdateLink",
429
+ "responseCode": 200
430
+ },
431
+ "input": {
432
+ "type": "structure",
433
+ "required": [
434
+ "Identifier",
435
+ "ResourceTypes"
436
+ ],
437
+ "members": {
438
+ "Identifier": {},
439
+ "ResourceTypes": {
440
+ "shape": "S3"
441
+ }
442
+ }
443
+ },
444
+ "output": {
445
+ "type": "structure",
446
+ "members": {
447
+ "Arn": {},
448
+ "Id": {},
449
+ "Label": {},
450
+ "LabelTemplate": {},
451
+ "ResourceTypes": {
452
+ "shape": "Sb"
453
+ },
454
+ "SinkArn": {},
455
+ "Tags": {
456
+ "shape": "Sc"
457
+ }
458
+ }
459
+ }
460
+ }
461
+ },
462
+ "shapes": {
463
+ "S3": {
464
+ "type": "list",
465
+ "member": {}
466
+ },
467
+ "S6": {
468
+ "type": "map",
469
+ "key": {},
470
+ "value": {}
471
+ },
472
+ "Sb": {
473
+ "type": "list",
474
+ "member": {}
475
+ },
476
+ "Sc": {
477
+ "type": "map",
478
+ "key": {},
479
+ "value": {}
480
+ }
481
+ }
482
+ }
@@ -0,0 +1,22 @@
1
+ {
2
+ "pagination": {
3
+ "ListAttachedLinks": {
4
+ "input_token": "NextToken",
5
+ "output_token": "NextToken",
6
+ "limit_key": "MaxResults",
7
+ "result_key": "Items"
8
+ },
9
+ "ListLinks": {
10
+ "input_token": "NextToken",
11
+ "output_token": "NextToken",
12
+ "limit_key": "MaxResults",
13
+ "result_key": "Items"
14
+ },
15
+ "ListSinks": {
16
+ "input_token": "NextToken",
17
+ "output_token": "NextToken",
18
+ "limit_key": "MaxResults",
19
+ "result_key": "Items"
20
+ }
21
+ }
22
+ }