cdk-docker-image-deployment 0.0.138 → 0.0.140

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 (41) 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 +19 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +172 -130
  8. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +17 -8
  9. package/node_modules/aws-sdk/apis/connectparticipant-2018-09-07.min.json +3 -1
  10. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +6 -0
  11. package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +427 -311
  12. package/node_modules/aws-sdk/apis/groundstation-2019-05-23.min.json +53 -41
  13. package/node_modules/aws-sdk/apis/groundstation-2019-05-23.waiters2.json +22 -0
  14. package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +210 -206
  15. package/node_modules/aws-sdk/apis/monitoring-2010-08-01.min.json +17 -11
  16. package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +97 -24
  17. package/node_modules/aws-sdk/apis/panorama-2019-07-24.min.json +20 -17
  18. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +568 -563
  19. package/node_modules/aws-sdk/clients/appflow.d.ts +60 -1
  20. package/node_modules/aws-sdk/clients/cloudwatch.d.ts +11 -2
  21. package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +8 -8
  22. package/node_modules/aws-sdk/clients/codeartifact.d.ts +8 -8
  23. package/node_modules/aws-sdk/clients/connect.d.ts +23 -0
  24. package/node_modules/aws-sdk/clients/connectparticipant.d.ts +10 -2
  25. package/node_modules/aws-sdk/clients/ec2.d.ts +10 -2
  26. package/node_modules/aws-sdk/clients/efs.d.ts +4 -4
  27. package/node_modules/aws-sdk/clients/glue.d.ts +140 -1
  28. package/node_modules/aws-sdk/clients/groundstation.d.ts +26 -0
  29. package/node_modules/aws-sdk/clients/groundstation.js +1 -0
  30. package/node_modules/aws-sdk/clients/medialive.d.ts +5 -0
  31. package/node_modules/aws-sdk/clients/opensearch.d.ts +83 -5
  32. package/node_modules/aws-sdk/clients/panorama.d.ts +7 -3
  33. package/node_modules/aws-sdk/clients/sagemaker.d.ts +9 -2
  34. package/node_modules/aws-sdk/clients/wafv2.d.ts +12 -12
  35. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  36. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +1040 -1033
  37. package/node_modules/aws-sdk/dist/aws-sdk.js +43 -22
  38. package/node_modules/aws-sdk/dist/aws-sdk.min.js +77 -77
  39. package/node_modules/aws-sdk/lib/core.js +1 -1
  40. package/node_modules/aws-sdk/package.json +1 -1
  41. package/package.json +5 -5
@@ -71,8 +71,14 @@
71
71
  "endpointDetails"
72
72
  ],
73
73
  "members": {
74
+ "contactPostPassDurationSeconds": {
75
+ "type": "integer"
76
+ },
77
+ "contactPrePassDurationSeconds": {
78
+ "type": "integer"
79
+ },
74
80
  "endpointDetails": {
75
- "shape": "S12"
81
+ "shape": "S13"
76
82
  },
77
83
  "tags": {
78
84
  "shape": "Sy"
@@ -80,7 +86,7 @@
80
86
  }
81
87
  },
82
88
  "output": {
83
- "shape": "S1c"
89
+ "shape": "S1d"
84
90
  }
85
91
  },
86
92
  "CreateEphemeris": {
@@ -106,7 +112,7 @@
106
112
  "members": {
107
113
  "oemData": {},
108
114
  "s3Object": {
109
- "shape": "S1h"
115
+ "shape": "S1i"
110
116
  }
111
117
  }
112
118
  },
@@ -114,7 +120,7 @@
114
120
  "type": "structure",
115
121
  "members": {
116
122
  "s3Object": {
117
- "shape": "S1h"
123
+ "shape": "S1i"
118
124
  },
119
125
  "tleData": {
120
126
  "type": "list",
@@ -166,7 +172,7 @@
166
172
  }
167
173
  },
168
174
  "output": {
169
- "shape": "S1u"
175
+ "shape": "S1v"
170
176
  }
171
177
  },
172
178
  "CreateMissionProfile": {
@@ -190,7 +196,7 @@
190
196
  "type": "integer"
191
197
  },
192
198
  "dataflowEdges": {
193
- "shape": "S1x"
199
+ "shape": "S1y"
194
200
  },
195
201
  "minimumViableContactDurationSeconds": {
196
202
  "type": "integer"
@@ -203,7 +209,7 @@
203
209
  }
204
210
  },
205
211
  "output": {
206
- "shape": "S20"
212
+ "shape": "S21"
207
213
  }
208
214
  },
209
215
  "DeleteConfig": {
@@ -253,7 +259,7 @@
253
259
  }
254
260
  },
255
261
  "output": {
256
- "shape": "S1c"
262
+ "shape": "S1d"
257
263
  },
258
264
  "idempotent": true
259
265
  },
@@ -276,7 +282,7 @@
276
282
  }
277
283
  },
278
284
  "output": {
279
- "shape": "S1u"
285
+ "shape": "S1v"
280
286
  },
281
287
  "idempotent": true
282
288
  },
@@ -299,7 +305,7 @@
299
305
  }
300
306
  },
301
307
  "output": {
302
- "shape": "S20"
308
+ "shape": "S21"
303
309
  },
304
310
  "idempotent": true
305
311
  },
@@ -335,7 +341,7 @@
335
341
  "type": "structure",
336
342
  "members": {
337
343
  "configDetails": {
338
- "shape": "S2b"
344
+ "shape": "S2c"
339
345
  },
340
346
  "configId": {},
341
347
  "configType": {},
@@ -347,7 +353,7 @@
347
353
  "type": "structure",
348
354
  "members": {
349
355
  "configDetails": {
350
- "shape": "S2b"
356
+ "shape": "S2c"
351
357
  },
352
358
  "configId": {},
353
359
  "configType": {},
@@ -363,7 +369,7 @@
363
369
  "errorMessage": {},
364
370
  "groundStation": {},
365
371
  "maximumElevation": {
366
- "shape": "S2f"
372
+ "shape": "S2g"
367
373
  },
368
374
  "missionProfileArn": {},
369
375
  "postPassEndTime": {
@@ -422,10 +428,10 @@
422
428
  "type": "structure",
423
429
  "members": {
424
430
  "oem": {
425
- "shape": "S2p"
431
+ "shape": "S2q"
426
432
  },
427
433
  "tle": {
428
- "shape": "S2p"
434
+ "shape": "S2q"
429
435
  }
430
436
  },
431
437
  "union": true
@@ -502,10 +508,16 @@
502
508
  "output": {
503
509
  "type": "structure",
504
510
  "members": {
511
+ "contactPostPassDurationSeconds": {
512
+ "type": "integer"
513
+ },
514
+ "contactPrePassDurationSeconds": {
515
+ "type": "integer"
516
+ },
505
517
  "dataflowEndpointGroupArn": {},
506
518
  "dataflowEndpointGroupId": {},
507
519
  "endpointsDetails": {
508
- "shape": "S12"
520
+ "shape": "S13"
509
521
  },
510
522
  "tags": {
511
523
  "shape": "Sy"
@@ -582,7 +594,7 @@
582
594
  "type": "integer"
583
595
  },
584
596
  "dataflowEdges": {
585
- "shape": "S1x"
597
+ "shape": "S1y"
586
598
  },
587
599
  "minimumViableContactDurationSeconds": {
588
600
  "type": "integer"
@@ -620,10 +632,10 @@
620
632
  "type": "structure",
621
633
  "members": {
622
634
  "currentEphemeris": {
623
- "shape": "S34"
635
+ "shape": "S35"
624
636
  },
625
637
  "groundStations": {
626
- "shape": "S36"
638
+ "shape": "S37"
627
639
  },
628
640
  "noradSatelliteID": {
629
641
  "type": "integer"
@@ -720,7 +732,7 @@
720
732
  "errorMessage": {},
721
733
  "groundStation": {},
722
734
  "maximumElevation": {
723
- "shape": "S2f"
735
+ "shape": "S2g"
724
736
  },
725
737
  "missionProfileArn": {},
726
738
  "postPassEndTime": {
@@ -836,7 +848,7 @@
836
848
  "type": "integer"
837
849
  },
838
850
  "sourceS3Object": {
839
- "shape": "S1h"
851
+ "shape": "S1i"
840
852
  },
841
853
  "status": {}
842
854
  }
@@ -957,10 +969,10 @@
957
969
  "type": "structure",
958
970
  "members": {
959
971
  "currentEphemeris": {
960
- "shape": "S34"
972
+ "shape": "S35"
961
973
  },
962
974
  "groundStations": {
963
- "shape": "S36"
975
+ "shape": "S37"
964
976
  },
965
977
  "noradSatelliteID": {
966
978
  "type": "integer"
@@ -1151,7 +1163,7 @@
1151
1163
  }
1152
1164
  },
1153
1165
  "output": {
1154
- "shape": "S1u"
1166
+ "shape": "S1v"
1155
1167
  },
1156
1168
  "idempotent": true
1157
1169
  },
@@ -1174,7 +1186,7 @@
1174
1186
  "type": "integer"
1175
1187
  },
1176
1188
  "dataflowEdges": {
1177
- "shape": "S1x"
1189
+ "shape": "S1y"
1178
1190
  },
1179
1191
  "minimumViableContactDurationSeconds": {
1180
1192
  "type": "integer"
@@ -1188,7 +1200,7 @@
1188
1200
  }
1189
1201
  },
1190
1202
  "output": {
1191
- "shape": "S20"
1203
+ "shape": "S21"
1192
1204
  },
1193
1205
  "idempotent": true
1194
1206
  }
@@ -1381,13 +1393,13 @@
1381
1393
  "configType": {}
1382
1394
  }
1383
1395
  },
1384
- "S12": {
1396
+ "S13": {
1385
1397
  "type": "list",
1386
1398
  "member": {
1387
- "shape": "S13"
1399
+ "shape": "S14"
1388
1400
  }
1389
1401
  },
1390
- "S13": {
1402
+ "S14": {
1391
1403
  "type": "structure",
1392
1404
  "members": {
1393
1405
  "endpoint": {
@@ -1434,13 +1446,13 @@
1434
1446
  }
1435
1447
  }
1436
1448
  },
1437
- "S1c": {
1449
+ "S1d": {
1438
1450
  "type": "structure",
1439
1451
  "members": {
1440
1452
  "dataflowEndpointGroupId": {}
1441
1453
  }
1442
1454
  },
1443
- "S1h": {
1455
+ "S1i": {
1444
1456
  "type": "structure",
1445
1457
  "members": {
1446
1458
  "bucket": {},
@@ -1448,26 +1460,26 @@
1448
1460
  "version": {}
1449
1461
  }
1450
1462
  },
1451
- "S1u": {
1463
+ "S1v": {
1452
1464
  "type": "structure",
1453
1465
  "members": {
1454
1466
  "ephemerisId": {}
1455
1467
  }
1456
1468
  },
1457
- "S1x": {
1469
+ "S1y": {
1458
1470
  "type": "list",
1459
1471
  "member": {
1460
1472
  "type": "list",
1461
1473
  "member": {}
1462
1474
  }
1463
1475
  },
1464
- "S20": {
1476
+ "S21": {
1465
1477
  "type": "structure",
1466
1478
  "members": {
1467
1479
  "missionProfileId": {}
1468
1480
  }
1469
1481
  },
1470
- "S2b": {
1482
+ "S2c": {
1471
1483
  "type": "structure",
1472
1484
  "members": {
1473
1485
  "antennaDemodDecodeDetails": {
@@ -1477,7 +1489,7 @@
1477
1489
  }
1478
1490
  },
1479
1491
  "endpointDetails": {
1480
- "shape": "S13"
1492
+ "shape": "S14"
1481
1493
  },
1482
1494
  "s3RecordingDetails": {
1483
1495
  "type": "structure",
@@ -1489,7 +1501,7 @@
1489
1501
  },
1490
1502
  "union": true
1491
1503
  },
1492
- "S2f": {
1504
+ "S2g": {
1493
1505
  "type": "structure",
1494
1506
  "required": [
1495
1507
  "unit",
@@ -1502,16 +1514,16 @@
1502
1514
  }
1503
1515
  }
1504
1516
  },
1505
- "S2p": {
1517
+ "S2q": {
1506
1518
  "type": "structure",
1507
1519
  "members": {
1508
1520
  "ephemerisData": {},
1509
1521
  "sourceS3Object": {
1510
- "shape": "S1h"
1522
+ "shape": "S1i"
1511
1523
  }
1512
1524
  }
1513
1525
  },
1514
- "S34": {
1526
+ "S35": {
1515
1527
  "type": "structure",
1516
1528
  "required": [
1517
1529
  "source"
@@ -1525,7 +1537,7 @@
1525
1537
  "source": {}
1526
1538
  }
1527
1539
  },
1528
- "S36": {
1540
+ "S37": {
1529
1541
  "type": "list",
1530
1542
  "member": {}
1531
1543
  }
@@ -0,0 +1,22 @@
1
+ {
2
+ "version" : 2,
3
+ "waiters" : {
4
+ "ContactScheduled" : {
5
+ "description" : "Waits until a contact has been scheduled",
6
+ "delay" : 5,
7
+ "maxAttempts" : 180,
8
+ "operation" : "DescribeContact",
9
+ "acceptors" : [ {
10
+ "matcher" : "path",
11
+ "argument" : "contactStatus",
12
+ "state" : "failure",
13
+ "expected" : "FAILED_TO_SCHEDULE"
14
+ }, {
15
+ "matcher" : "path",
16
+ "argument" : "contactStatus",
17
+ "state" : "success",
18
+ "expected" : "SCHEDULED"
19
+ } ]
20
+ }
21
+ }
22
+ }