cdk-docker-image-deployment 0.0.176 → 0.0.178

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 (35) 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 +9 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/devops-guru-2020-12-01.min.json +4 -2
  8. package/node_modules/aws-sdk/apis/drs-2020-02-26.min.json +40 -36
  9. package/node_modules/aws-sdk/apis/internetmonitor-2021-06-03.examples.json +5 -0
  10. package/node_modules/aws-sdk/apis/internetmonitor-2021-06-03.min.json +590 -0
  11. package/node_modules/aws-sdk/apis/internetmonitor-2021-06-03.paginators.json +16 -0
  12. package/node_modules/aws-sdk/apis/internetmonitor-2021-06-03.waiters2.json +5 -0
  13. package/node_modules/aws-sdk/apis/lambda-2015-03-31.min.json +134 -116
  14. package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +142 -127
  15. package/node_modules/aws-sdk/apis/metadata.json +3 -0
  16. package/node_modules/aws-sdk/apis/timestream-write-2018-11-01.min.json +332 -26
  17. package/node_modules/aws-sdk/apis/timestream-write-2018-11-01.paginators.json +5 -0
  18. package/node_modules/aws-sdk/clients/all.d.ts +1 -0
  19. package/node_modules/aws-sdk/clients/all.js +2 -1
  20. package/node_modules/aws-sdk/clients/devopsguru.d.ts +8 -0
  21. package/node_modules/aws-sdk/clients/drs.d.ts +18 -2
  22. package/node_modules/aws-sdk/clients/internetmonitor.d.ts +606 -0
  23. package/node_modules/aws-sdk/clients/internetmonitor.js +19 -0
  24. package/node_modules/aws-sdk/clients/lambda.d.ts +46 -13
  25. package/node_modules/aws-sdk/clients/mediaconvert.d.ts +30 -10
  26. package/node_modules/aws-sdk/clients/timestreamwrite.d.ts +435 -38
  27. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +3 -3
  28. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +56 -12
  29. package/node_modules/aws-sdk/dist/aws-sdk.js +142 -119
  30. package/node_modules/aws-sdk/dist/aws-sdk.min.js +42 -42
  31. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
  32. package/node_modules/aws-sdk/lib/core.js +1 -1
  33. package/node_modules/aws-sdk/lib/region_config_data.json +2 -0
  34. package/node_modules/aws-sdk/package.json +1 -1
  35. package/package.json +4 -4
@@ -0,0 +1,590 @@
1
+ {
2
+ "version": "2.0",
3
+ "metadata": {
4
+ "apiVersion": "2021-06-03",
5
+ "endpointPrefix": "internetmonitor",
6
+ "jsonVersion": "1.1",
7
+ "protocol": "rest-json",
8
+ "serviceFullName": "Amazon CloudWatch Internet Monitor",
9
+ "serviceId": "InternetMonitor",
10
+ "signatureVersion": "v4",
11
+ "signingName": "internetmonitor",
12
+ "uid": "internetmonitor-2021-06-03"
13
+ },
14
+ "operations": {
15
+ "CreateMonitor": {
16
+ "http": {
17
+ "requestUri": "/v20210603/Monitors",
18
+ "responseCode": 200
19
+ },
20
+ "input": {
21
+ "type": "structure",
22
+ "required": [
23
+ "MonitorName",
24
+ "MaxCityNetworksToMonitor"
25
+ ],
26
+ "members": {
27
+ "MonitorName": {},
28
+ "Resources": {
29
+ "shape": "S3"
30
+ },
31
+ "ClientToken": {
32
+ "idempotencyToken": true
33
+ },
34
+ "Tags": {
35
+ "shape": "S6"
36
+ },
37
+ "MaxCityNetworksToMonitor": {
38
+ "type": "integer"
39
+ }
40
+ }
41
+ },
42
+ "output": {
43
+ "type": "structure",
44
+ "required": [
45
+ "Arn",
46
+ "Status"
47
+ ],
48
+ "members": {
49
+ "Arn": {},
50
+ "Status": {}
51
+ }
52
+ },
53
+ "idempotent": true
54
+ },
55
+ "DeleteMonitor": {
56
+ "http": {
57
+ "method": "DELETE",
58
+ "requestUri": "/v20210603/Monitors/{MonitorName}",
59
+ "responseCode": 200
60
+ },
61
+ "input": {
62
+ "type": "structure",
63
+ "required": [
64
+ "MonitorName"
65
+ ],
66
+ "members": {
67
+ "MonitorName": {
68
+ "location": "uri",
69
+ "locationName": "MonitorName"
70
+ }
71
+ }
72
+ },
73
+ "output": {
74
+ "type": "structure",
75
+ "members": {}
76
+ },
77
+ "idempotent": true
78
+ },
79
+ "GetHealthEvent": {
80
+ "http": {
81
+ "method": "GET",
82
+ "requestUri": "/v20210603/Monitors/{MonitorName}/HealthEvents/{EventId}",
83
+ "responseCode": 200
84
+ },
85
+ "input": {
86
+ "type": "structure",
87
+ "required": [
88
+ "MonitorName",
89
+ "EventId"
90
+ ],
91
+ "members": {
92
+ "MonitorName": {
93
+ "location": "uri",
94
+ "locationName": "MonitorName"
95
+ },
96
+ "EventId": {
97
+ "location": "uri",
98
+ "locationName": "EventId"
99
+ }
100
+ }
101
+ },
102
+ "output": {
103
+ "type": "structure",
104
+ "required": [
105
+ "EventArn",
106
+ "EventId",
107
+ "StartedAt",
108
+ "LastUpdatedAt",
109
+ "ImpactedLocations",
110
+ "Status",
111
+ "ImpactType"
112
+ ],
113
+ "members": {
114
+ "EventArn": {},
115
+ "EventId": {},
116
+ "StartedAt": {
117
+ "shape": "Si"
118
+ },
119
+ "EndedAt": {
120
+ "shape": "Si"
121
+ },
122
+ "CreatedAt": {
123
+ "shape": "Si"
124
+ },
125
+ "LastUpdatedAt": {
126
+ "shape": "Si"
127
+ },
128
+ "ImpactedLocations": {
129
+ "shape": "Sj"
130
+ },
131
+ "Status": {},
132
+ "PercentOfTotalTrafficImpacted": {
133
+ "type": "double"
134
+ },
135
+ "ImpactType": {}
136
+ }
137
+ }
138
+ },
139
+ "GetMonitor": {
140
+ "http": {
141
+ "method": "GET",
142
+ "requestUri": "/v20210603/Monitors/{MonitorName}",
143
+ "responseCode": 200
144
+ },
145
+ "input": {
146
+ "type": "structure",
147
+ "required": [
148
+ "MonitorName"
149
+ ],
150
+ "members": {
151
+ "MonitorName": {
152
+ "location": "uri",
153
+ "locationName": "MonitorName"
154
+ }
155
+ }
156
+ },
157
+ "output": {
158
+ "type": "structure",
159
+ "required": [
160
+ "MonitorName",
161
+ "MonitorArn",
162
+ "Resources",
163
+ "Status",
164
+ "CreatedAt",
165
+ "ModifiedAt",
166
+ "MaxCityNetworksToMonitor"
167
+ ],
168
+ "members": {
169
+ "MonitorName": {},
170
+ "MonitorArn": {},
171
+ "Resources": {
172
+ "shape": "S3"
173
+ },
174
+ "Status": {},
175
+ "CreatedAt": {
176
+ "shape": "Si"
177
+ },
178
+ "ModifiedAt": {
179
+ "shape": "Si"
180
+ },
181
+ "ProcessingStatus": {},
182
+ "ProcessingStatusInfo": {},
183
+ "Tags": {
184
+ "shape": "S6"
185
+ },
186
+ "MaxCityNetworksToMonitor": {
187
+ "type": "integer"
188
+ }
189
+ }
190
+ }
191
+ },
192
+ "ListHealthEvents": {
193
+ "http": {
194
+ "method": "GET",
195
+ "requestUri": "/v20210603/Monitors/{MonitorName}/HealthEvents",
196
+ "responseCode": 200
197
+ },
198
+ "input": {
199
+ "type": "structure",
200
+ "required": [
201
+ "MonitorName"
202
+ ],
203
+ "members": {
204
+ "MonitorName": {
205
+ "location": "uri",
206
+ "locationName": "MonitorName"
207
+ },
208
+ "StartTime": {
209
+ "shape": "Si",
210
+ "location": "querystring",
211
+ "locationName": "StartTime"
212
+ },
213
+ "EndTime": {
214
+ "shape": "Si",
215
+ "location": "querystring",
216
+ "locationName": "EndTime"
217
+ },
218
+ "NextToken": {
219
+ "location": "querystring",
220
+ "locationName": "NextToken"
221
+ },
222
+ "MaxResults": {
223
+ "location": "querystring",
224
+ "locationName": "MaxResults",
225
+ "type": "integer"
226
+ },
227
+ "EventStatus": {
228
+ "location": "querystring",
229
+ "locationName": "EventStatus"
230
+ }
231
+ }
232
+ },
233
+ "output": {
234
+ "type": "structure",
235
+ "required": [
236
+ "HealthEvents"
237
+ ],
238
+ "members": {
239
+ "HealthEvents": {
240
+ "type": "list",
241
+ "member": {
242
+ "type": "structure",
243
+ "required": [
244
+ "EventArn",
245
+ "EventId",
246
+ "StartedAt",
247
+ "LastUpdatedAt",
248
+ "ImpactedLocations",
249
+ "Status",
250
+ "ImpactType"
251
+ ],
252
+ "members": {
253
+ "EventArn": {},
254
+ "EventId": {},
255
+ "StartedAt": {
256
+ "shape": "Si"
257
+ },
258
+ "EndedAt": {
259
+ "shape": "Si"
260
+ },
261
+ "CreatedAt": {
262
+ "shape": "Si"
263
+ },
264
+ "LastUpdatedAt": {
265
+ "shape": "Si"
266
+ },
267
+ "ImpactedLocations": {
268
+ "shape": "Sj"
269
+ },
270
+ "Status": {},
271
+ "PercentOfTotalTrafficImpacted": {
272
+ "type": "double"
273
+ },
274
+ "ImpactType": {}
275
+ }
276
+ }
277
+ },
278
+ "NextToken": {}
279
+ }
280
+ }
281
+ },
282
+ "ListMonitors": {
283
+ "http": {
284
+ "method": "GET",
285
+ "requestUri": "/v20210603/Monitors",
286
+ "responseCode": 200
287
+ },
288
+ "input": {
289
+ "type": "structure",
290
+ "members": {
291
+ "NextToken": {
292
+ "location": "querystring",
293
+ "locationName": "NextToken"
294
+ },
295
+ "MaxResults": {
296
+ "location": "querystring",
297
+ "locationName": "MaxResults",
298
+ "type": "integer"
299
+ },
300
+ "MonitorStatus": {
301
+ "location": "querystring",
302
+ "locationName": "MonitorStatus"
303
+ }
304
+ }
305
+ },
306
+ "output": {
307
+ "type": "structure",
308
+ "required": [
309
+ "Monitors"
310
+ ],
311
+ "members": {
312
+ "Monitors": {
313
+ "type": "list",
314
+ "member": {
315
+ "type": "structure",
316
+ "required": [
317
+ "MonitorName",
318
+ "MonitorArn",
319
+ "Status"
320
+ ],
321
+ "members": {
322
+ "MonitorName": {},
323
+ "MonitorArn": {},
324
+ "Status": {},
325
+ "ProcessingStatus": {}
326
+ }
327
+ }
328
+ },
329
+ "NextToken": {}
330
+ }
331
+ }
332
+ },
333
+ "ListTagsForResource": {
334
+ "http": {
335
+ "method": "GET",
336
+ "requestUri": "/tags/{ResourceArn}",
337
+ "responseCode": 200
338
+ },
339
+ "input": {
340
+ "type": "structure",
341
+ "required": [
342
+ "ResourceArn"
343
+ ],
344
+ "members": {
345
+ "ResourceArn": {
346
+ "location": "uri",
347
+ "locationName": "ResourceArn"
348
+ }
349
+ }
350
+ },
351
+ "output": {
352
+ "type": "structure",
353
+ "members": {
354
+ "Tags": {
355
+ "shape": "S6"
356
+ }
357
+ }
358
+ }
359
+ },
360
+ "TagResource": {
361
+ "http": {
362
+ "requestUri": "/tags/{ResourceArn}",
363
+ "responseCode": 204
364
+ },
365
+ "input": {
366
+ "type": "structure",
367
+ "required": [
368
+ "ResourceArn",
369
+ "Tags"
370
+ ],
371
+ "members": {
372
+ "ResourceArn": {
373
+ "location": "uri",
374
+ "locationName": "ResourceArn"
375
+ },
376
+ "Tags": {
377
+ "shape": "S6"
378
+ }
379
+ }
380
+ },
381
+ "output": {
382
+ "type": "structure",
383
+ "members": {}
384
+ },
385
+ "idempotent": true
386
+ },
387
+ "UntagResource": {
388
+ "http": {
389
+ "method": "DELETE",
390
+ "requestUri": "/tags/{ResourceArn}",
391
+ "responseCode": 204
392
+ },
393
+ "input": {
394
+ "type": "structure",
395
+ "required": [
396
+ "ResourceArn",
397
+ "TagKeys"
398
+ ],
399
+ "members": {
400
+ "ResourceArn": {
401
+ "location": "uri",
402
+ "locationName": "ResourceArn"
403
+ },
404
+ "TagKeys": {
405
+ "location": "querystring",
406
+ "locationName": "tagKeys",
407
+ "type": "list",
408
+ "member": {}
409
+ }
410
+ }
411
+ },
412
+ "output": {
413
+ "type": "structure",
414
+ "members": {}
415
+ },
416
+ "idempotent": true
417
+ },
418
+ "UpdateMonitor": {
419
+ "http": {
420
+ "method": "PATCH",
421
+ "requestUri": "/v20210603/Monitors/{MonitorName}",
422
+ "responseCode": 200
423
+ },
424
+ "input": {
425
+ "type": "structure",
426
+ "required": [
427
+ "MonitorName"
428
+ ],
429
+ "members": {
430
+ "MonitorName": {
431
+ "location": "uri",
432
+ "locationName": "MonitorName"
433
+ },
434
+ "ResourcesToAdd": {
435
+ "shape": "S3"
436
+ },
437
+ "ResourcesToRemove": {
438
+ "shape": "S3"
439
+ },
440
+ "Status": {},
441
+ "ClientToken": {
442
+ "idempotencyToken": true
443
+ },
444
+ "MaxCityNetworksToMonitor": {
445
+ "type": "integer"
446
+ }
447
+ }
448
+ },
449
+ "output": {
450
+ "type": "structure",
451
+ "required": [
452
+ "MonitorArn",
453
+ "Status"
454
+ ],
455
+ "members": {
456
+ "MonitorArn": {},
457
+ "Status": {}
458
+ }
459
+ },
460
+ "idempotent": true
461
+ }
462
+ },
463
+ "shapes": {
464
+ "S3": {
465
+ "type": "list",
466
+ "member": {}
467
+ },
468
+ "S6": {
469
+ "type": "map",
470
+ "key": {},
471
+ "value": {}
472
+ },
473
+ "Si": {
474
+ "type": "timestamp",
475
+ "timestampFormat": "iso8601"
476
+ },
477
+ "Sj": {
478
+ "type": "list",
479
+ "member": {
480
+ "type": "structure",
481
+ "required": [
482
+ "ASName",
483
+ "ASNumber",
484
+ "Country",
485
+ "Status"
486
+ ],
487
+ "members": {
488
+ "ASName": {},
489
+ "ASNumber": {
490
+ "type": "long"
491
+ },
492
+ "Country": {},
493
+ "Subdivision": {},
494
+ "Metro": {},
495
+ "City": {},
496
+ "Latitude": {
497
+ "type": "double"
498
+ },
499
+ "Longitude": {
500
+ "type": "double"
501
+ },
502
+ "CountryCode": {},
503
+ "SubdivisionCode": {},
504
+ "ServiceLocation": {},
505
+ "Status": {},
506
+ "CausedBy": {
507
+ "type": "structure",
508
+ "required": [
509
+ "Networks",
510
+ "AsPath",
511
+ "NetworkEventType"
512
+ ],
513
+ "members": {
514
+ "Networks": {
515
+ "shape": "Sp"
516
+ },
517
+ "AsPath": {
518
+ "shape": "Sp"
519
+ },
520
+ "NetworkEventType": {}
521
+ }
522
+ },
523
+ "InternetHealth": {
524
+ "type": "structure",
525
+ "members": {
526
+ "Availability": {
527
+ "type": "structure",
528
+ "members": {
529
+ "ExperienceScore": {
530
+ "type": "double"
531
+ },
532
+ "PercentOfTotalTrafficImpacted": {
533
+ "type": "double"
534
+ },
535
+ "PercentOfClientLocationImpacted": {
536
+ "type": "double"
537
+ }
538
+ }
539
+ },
540
+ "Performance": {
541
+ "type": "structure",
542
+ "members": {
543
+ "ExperienceScore": {
544
+ "type": "double"
545
+ },
546
+ "PercentOfTotalTrafficImpacted": {
547
+ "type": "double"
548
+ },
549
+ "PercentOfClientLocationImpacted": {
550
+ "type": "double"
551
+ },
552
+ "RoundTripTime": {
553
+ "type": "structure",
554
+ "members": {
555
+ "P50": {
556
+ "type": "double"
557
+ },
558
+ "P90": {
559
+ "type": "double"
560
+ },
561
+ "P95": {
562
+ "type": "double"
563
+ }
564
+ }
565
+ }
566
+ }
567
+ }
568
+ }
569
+ }
570
+ }
571
+ }
572
+ },
573
+ "Sp": {
574
+ "type": "list",
575
+ "member": {
576
+ "type": "structure",
577
+ "required": [
578
+ "ASName",
579
+ "ASNumber"
580
+ ],
581
+ "members": {
582
+ "ASName": {},
583
+ "ASNumber": {
584
+ "type": "long"
585
+ }
586
+ }
587
+ }
588
+ }
589
+ }
590
+ }
@@ -0,0 +1,16 @@
1
+ {
2
+ "pagination": {
3
+ "ListHealthEvents": {
4
+ "input_token": "NextToken",
5
+ "output_token": "NextToken",
6
+ "limit_key": "MaxResults",
7
+ "result_key": "HealthEvents"
8
+ },
9
+ "ListMonitors": {
10
+ "input_token": "NextToken",
11
+ "output_token": "NextToken",
12
+ "limit_key": "MaxResults",
13
+ "result_key": "Monitors"
14
+ }
15
+ }
16
+ }
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": 2,
3
+ "waiters": {
4
+ }
5
+ }