cdk-docker-image-deployment 0.0.66 → 0.0.68
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.
- package/.jsii +4 -4
- package/lib/destination.js +1 -1
- package/lib/docker-image-deployment.js +1 -1
- package/lib/source.js +1 -1
- package/node_modules/aws-sdk/CHANGELOG.md +19 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/acm-2015-12-08.min.json +2 -1
- package/node_modules/aws-sdk/apis/billingconductor-2021-07-30.min.json +78 -10
- package/node_modules/aws-sdk/apis/billingconductor-2021-07-30.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +68 -65
- package/node_modules/aws-sdk/apis/connectcases-2022-10-03.min.json +20 -8
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +844 -836
- package/node_modules/aws-sdk/apis/fms-2018-01-01.min.json +354 -87
- package/node_modules/aws-sdk/apis/groundstation-2019-05-23.min.json +343 -42
- package/node_modules/aws-sdk/apis/groundstation-2019-05-23.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/lightsail-2016-11-28.min.json +174 -140
- package/node_modules/aws-sdk/apis/mediapackage-vod-2018-11-07.min.json +4 -0
- package/node_modules/aws-sdk/apis/metadata.json +4 -0
- package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +459 -139
- package/node_modules/aws-sdk/apis/resource-explorer-2-2022-07-28.examples.json +5 -0
- package/node_modules/aws-sdk/apis/resource-explorer-2-2022-07-28.min.json +624 -0
- package/node_modules/aws-sdk/apis/resource-explorer-2-2022-07-28.paginators.json +28 -0
- package/node_modules/aws-sdk/clients/acm.d.ts +9 -4
- package/node_modules/aws-sdk/clients/all.d.ts +1 -0
- package/node_modules/aws-sdk/clients/all.js +2 -1
- package/node_modules/aws-sdk/clients/billingconductor.d.ts +163 -63
- package/node_modules/aws-sdk/clients/connect.d.ts +15 -2
- package/node_modules/aws-sdk/clients/connectcases.d.ts +27 -5
- package/node_modules/aws-sdk/clients/ec2.d.ts +19 -3
- package/node_modules/aws-sdk/clients/fms.d.ts +322 -1
- package/node_modules/aws-sdk/clients/groundstation.d.ts +413 -70
- package/node_modules/aws-sdk/clients/lightsail.d.ts +85 -17
- package/node_modules/aws-sdk/clients/mediapackagevod.d.ts +4 -0
- package/node_modules/aws-sdk/clients/opensearch.d.ts +890 -430
- package/node_modules/aws-sdk/clients/polly.d.ts +1 -1
- package/node_modules/aws-sdk/clients/resourceexplorer2.d.ts +693 -0
- package/node_modules/aws-sdk/clients/resourceexplorer2.js +18 -0
- package/node_modules/aws-sdk/clients/route53.d.ts +4 -4
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +53 -16
- package/node_modules/aws-sdk/dist/aws-sdk.js +921 -905
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +82 -82
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +7 -7
|
@@ -52,12 +52,12 @@
|
|
|
52
52
|
},
|
|
53
53
|
"name": {},
|
|
54
54
|
"tags": {
|
|
55
|
-
"shape": "
|
|
55
|
+
"shape": "Sy"
|
|
56
56
|
}
|
|
57
57
|
}
|
|
58
58
|
},
|
|
59
59
|
"output": {
|
|
60
|
-
"shape": "
|
|
60
|
+
"shape": "Sz"
|
|
61
61
|
}
|
|
62
62
|
},
|
|
63
63
|
"CreateDataflowEndpointGroup": {
|
|
@@ -72,15 +72,101 @@
|
|
|
72
72
|
],
|
|
73
73
|
"members": {
|
|
74
74
|
"endpointDetails": {
|
|
75
|
-
"shape": "
|
|
75
|
+
"shape": "S12"
|
|
76
76
|
},
|
|
77
77
|
"tags": {
|
|
78
|
-
"shape": "
|
|
78
|
+
"shape": "Sy"
|
|
79
79
|
}
|
|
80
80
|
}
|
|
81
81
|
},
|
|
82
82
|
"output": {
|
|
83
|
-
"shape": "
|
|
83
|
+
"shape": "S1c"
|
|
84
|
+
}
|
|
85
|
+
},
|
|
86
|
+
"CreateEphemeris": {
|
|
87
|
+
"http": {
|
|
88
|
+
"requestUri": "/ephemeris",
|
|
89
|
+
"responseCode": 200
|
|
90
|
+
},
|
|
91
|
+
"input": {
|
|
92
|
+
"type": "structure",
|
|
93
|
+
"required": [
|
|
94
|
+
"name",
|
|
95
|
+
"satelliteId"
|
|
96
|
+
],
|
|
97
|
+
"members": {
|
|
98
|
+
"enabled": {
|
|
99
|
+
"type": "boolean"
|
|
100
|
+
},
|
|
101
|
+
"ephemeris": {
|
|
102
|
+
"type": "structure",
|
|
103
|
+
"members": {
|
|
104
|
+
"oem": {
|
|
105
|
+
"type": "structure",
|
|
106
|
+
"members": {
|
|
107
|
+
"oemData": {},
|
|
108
|
+
"s3Object": {
|
|
109
|
+
"shape": "S1h"
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
},
|
|
113
|
+
"tle": {
|
|
114
|
+
"type": "structure",
|
|
115
|
+
"members": {
|
|
116
|
+
"s3Object": {
|
|
117
|
+
"shape": "S1h"
|
|
118
|
+
},
|
|
119
|
+
"tleData": {
|
|
120
|
+
"type": "list",
|
|
121
|
+
"member": {
|
|
122
|
+
"type": "structure",
|
|
123
|
+
"required": [
|
|
124
|
+
"tleLine1",
|
|
125
|
+
"tleLine2",
|
|
126
|
+
"validTimeRange"
|
|
127
|
+
],
|
|
128
|
+
"members": {
|
|
129
|
+
"tleLine1": {},
|
|
130
|
+
"tleLine2": {},
|
|
131
|
+
"validTimeRange": {
|
|
132
|
+
"type": "structure",
|
|
133
|
+
"required": [
|
|
134
|
+
"endTime",
|
|
135
|
+
"startTime"
|
|
136
|
+
],
|
|
137
|
+
"members": {
|
|
138
|
+
"endTime": {
|
|
139
|
+
"type": "timestamp"
|
|
140
|
+
},
|
|
141
|
+
"startTime": {
|
|
142
|
+
"type": "timestamp"
|
|
143
|
+
}
|
|
144
|
+
}
|
|
145
|
+
}
|
|
146
|
+
}
|
|
147
|
+
}
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
}
|
|
151
|
+
},
|
|
152
|
+
"union": true
|
|
153
|
+
},
|
|
154
|
+
"expirationTime": {
|
|
155
|
+
"type": "timestamp"
|
|
156
|
+
},
|
|
157
|
+
"kmsKeyArn": {},
|
|
158
|
+
"name": {},
|
|
159
|
+
"priority": {
|
|
160
|
+
"type": "integer"
|
|
161
|
+
},
|
|
162
|
+
"satelliteId": {},
|
|
163
|
+
"tags": {
|
|
164
|
+
"shape": "Sy"
|
|
165
|
+
}
|
|
166
|
+
}
|
|
167
|
+
},
|
|
168
|
+
"output": {
|
|
169
|
+
"shape": "S1u"
|
|
84
170
|
}
|
|
85
171
|
},
|
|
86
172
|
"CreateMissionProfile": {
|
|
@@ -104,20 +190,20 @@
|
|
|
104
190
|
"type": "integer"
|
|
105
191
|
},
|
|
106
192
|
"dataflowEdges": {
|
|
107
|
-
"shape": "
|
|
193
|
+
"shape": "S1x"
|
|
108
194
|
},
|
|
109
195
|
"minimumViableContactDurationSeconds": {
|
|
110
196
|
"type": "integer"
|
|
111
197
|
},
|
|
112
198
|
"name": {},
|
|
113
199
|
"tags": {
|
|
114
|
-
"shape": "
|
|
200
|
+
"shape": "Sy"
|
|
115
201
|
},
|
|
116
202
|
"trackingConfigArn": {}
|
|
117
203
|
}
|
|
118
204
|
},
|
|
119
205
|
"output": {
|
|
120
|
-
"shape": "
|
|
206
|
+
"shape": "S20"
|
|
121
207
|
}
|
|
122
208
|
},
|
|
123
209
|
"DeleteConfig": {
|
|
@@ -144,7 +230,7 @@
|
|
|
144
230
|
}
|
|
145
231
|
},
|
|
146
232
|
"output": {
|
|
147
|
-
"shape": "
|
|
233
|
+
"shape": "Sz"
|
|
148
234
|
},
|
|
149
235
|
"idempotent": true
|
|
150
236
|
},
|
|
@@ -167,7 +253,30 @@
|
|
|
167
253
|
}
|
|
168
254
|
},
|
|
169
255
|
"output": {
|
|
170
|
-
"shape": "
|
|
256
|
+
"shape": "S1c"
|
|
257
|
+
},
|
|
258
|
+
"idempotent": true
|
|
259
|
+
},
|
|
260
|
+
"DeleteEphemeris": {
|
|
261
|
+
"http": {
|
|
262
|
+
"method": "DELETE",
|
|
263
|
+
"requestUri": "/ephemeris/{ephemerisId}",
|
|
264
|
+
"responseCode": 200
|
|
265
|
+
},
|
|
266
|
+
"input": {
|
|
267
|
+
"type": "structure",
|
|
268
|
+
"required": [
|
|
269
|
+
"ephemerisId"
|
|
270
|
+
],
|
|
271
|
+
"members": {
|
|
272
|
+
"ephemerisId": {
|
|
273
|
+
"location": "uri",
|
|
274
|
+
"locationName": "ephemerisId"
|
|
275
|
+
}
|
|
276
|
+
}
|
|
277
|
+
},
|
|
278
|
+
"output": {
|
|
279
|
+
"shape": "S1u"
|
|
171
280
|
},
|
|
172
281
|
"idempotent": true
|
|
173
282
|
},
|
|
@@ -190,7 +299,7 @@
|
|
|
190
299
|
}
|
|
191
300
|
},
|
|
192
301
|
"output": {
|
|
193
|
-
"shape": "
|
|
302
|
+
"shape": "S20"
|
|
194
303
|
},
|
|
195
304
|
"idempotent": true
|
|
196
305
|
},
|
|
@@ -226,7 +335,7 @@
|
|
|
226
335
|
"type": "structure",
|
|
227
336
|
"members": {
|
|
228
337
|
"configDetails": {
|
|
229
|
-
"shape": "
|
|
338
|
+
"shape": "S2b"
|
|
230
339
|
},
|
|
231
340
|
"configId": {},
|
|
232
341
|
"configType": {},
|
|
@@ -238,7 +347,7 @@
|
|
|
238
347
|
"type": "structure",
|
|
239
348
|
"members": {
|
|
240
349
|
"configDetails": {
|
|
241
|
-
"shape": "
|
|
350
|
+
"shape": "S2b"
|
|
242
351
|
},
|
|
243
352
|
"configId": {},
|
|
244
353
|
"configType": {},
|
|
@@ -254,7 +363,7 @@
|
|
|
254
363
|
"errorMessage": {},
|
|
255
364
|
"groundStation": {},
|
|
256
365
|
"maximumElevation": {
|
|
257
|
-
"shape": "
|
|
366
|
+
"shape": "S2f"
|
|
258
367
|
},
|
|
259
368
|
"missionProfileArn": {},
|
|
260
369
|
"postPassEndTime": {
|
|
@@ -269,7 +378,60 @@
|
|
|
269
378
|
"type": "timestamp"
|
|
270
379
|
},
|
|
271
380
|
"tags": {
|
|
272
|
-
"shape": "
|
|
381
|
+
"shape": "Sy"
|
|
382
|
+
}
|
|
383
|
+
}
|
|
384
|
+
}
|
|
385
|
+
},
|
|
386
|
+
"DescribeEphemeris": {
|
|
387
|
+
"http": {
|
|
388
|
+
"method": "GET",
|
|
389
|
+
"requestUri": "/ephemeris/{ephemerisId}",
|
|
390
|
+
"responseCode": 200
|
|
391
|
+
},
|
|
392
|
+
"input": {
|
|
393
|
+
"type": "structure",
|
|
394
|
+
"required": [
|
|
395
|
+
"ephemerisId"
|
|
396
|
+
],
|
|
397
|
+
"members": {
|
|
398
|
+
"ephemerisId": {
|
|
399
|
+
"location": "uri",
|
|
400
|
+
"locationName": "ephemerisId"
|
|
401
|
+
}
|
|
402
|
+
}
|
|
403
|
+
},
|
|
404
|
+
"output": {
|
|
405
|
+
"type": "structure",
|
|
406
|
+
"members": {
|
|
407
|
+
"creationTime": {
|
|
408
|
+
"type": "timestamp"
|
|
409
|
+
},
|
|
410
|
+
"enabled": {
|
|
411
|
+
"type": "boolean"
|
|
412
|
+
},
|
|
413
|
+
"ephemerisId": {},
|
|
414
|
+
"invalidReason": {},
|
|
415
|
+
"name": {},
|
|
416
|
+
"priority": {
|
|
417
|
+
"type": "integer"
|
|
418
|
+
},
|
|
419
|
+
"satelliteId": {},
|
|
420
|
+
"status": {},
|
|
421
|
+
"suppliedData": {
|
|
422
|
+
"type": "structure",
|
|
423
|
+
"members": {
|
|
424
|
+
"oem": {
|
|
425
|
+
"shape": "S2p"
|
|
426
|
+
},
|
|
427
|
+
"tle": {
|
|
428
|
+
"shape": "S2p"
|
|
429
|
+
}
|
|
430
|
+
},
|
|
431
|
+
"union": true
|
|
432
|
+
},
|
|
433
|
+
"tags": {
|
|
434
|
+
"shape": "Sy"
|
|
273
435
|
}
|
|
274
436
|
}
|
|
275
437
|
}
|
|
@@ -314,7 +476,7 @@
|
|
|
314
476
|
"configType": {},
|
|
315
477
|
"name": {},
|
|
316
478
|
"tags": {
|
|
317
|
-
"shape": "
|
|
479
|
+
"shape": "Sy"
|
|
318
480
|
}
|
|
319
481
|
}
|
|
320
482
|
}
|
|
@@ -343,10 +505,10 @@
|
|
|
343
505
|
"dataflowEndpointGroupArn": {},
|
|
344
506
|
"dataflowEndpointGroupId": {},
|
|
345
507
|
"endpointsDetails": {
|
|
346
|
-
"shape": "
|
|
508
|
+
"shape": "S12"
|
|
347
509
|
},
|
|
348
510
|
"tags": {
|
|
349
|
-
"shape": "
|
|
511
|
+
"shape": "Sy"
|
|
350
512
|
}
|
|
351
513
|
}
|
|
352
514
|
}
|
|
@@ -420,7 +582,7 @@
|
|
|
420
582
|
"type": "integer"
|
|
421
583
|
},
|
|
422
584
|
"dataflowEdges": {
|
|
423
|
-
"shape": "
|
|
585
|
+
"shape": "S1x"
|
|
424
586
|
},
|
|
425
587
|
"minimumViableContactDurationSeconds": {
|
|
426
588
|
"type": "integer"
|
|
@@ -430,7 +592,7 @@
|
|
|
430
592
|
"name": {},
|
|
431
593
|
"region": {},
|
|
432
594
|
"tags": {
|
|
433
|
-
"shape": "
|
|
595
|
+
"shape": "Sy"
|
|
434
596
|
},
|
|
435
597
|
"trackingConfigArn": {}
|
|
436
598
|
}
|
|
@@ -457,8 +619,11 @@
|
|
|
457
619
|
"output": {
|
|
458
620
|
"type": "structure",
|
|
459
621
|
"members": {
|
|
622
|
+
"currentEphemeris": {
|
|
623
|
+
"shape": "S34"
|
|
624
|
+
},
|
|
460
625
|
"groundStations": {
|
|
461
|
-
"shape": "
|
|
626
|
+
"shape": "S36"
|
|
462
627
|
},
|
|
463
628
|
"noradSatelliteID": {
|
|
464
629
|
"type": "integer"
|
|
@@ -555,7 +720,7 @@
|
|
|
555
720
|
"errorMessage": {},
|
|
556
721
|
"groundStation": {},
|
|
557
722
|
"maximumElevation": {
|
|
558
|
-
"shape": "
|
|
723
|
+
"shape": "S2f"
|
|
559
724
|
},
|
|
560
725
|
"missionProfileArn": {},
|
|
561
726
|
"postPassEndTime": {
|
|
@@ -570,7 +735,7 @@
|
|
|
570
735
|
"type": "timestamp"
|
|
571
736
|
},
|
|
572
737
|
"tags": {
|
|
573
|
-
"shape": "
|
|
738
|
+
"shape": "Sy"
|
|
574
739
|
}
|
|
575
740
|
}
|
|
576
741
|
}
|
|
@@ -616,6 +781,71 @@
|
|
|
616
781
|
}
|
|
617
782
|
}
|
|
618
783
|
},
|
|
784
|
+
"ListEphemerides": {
|
|
785
|
+
"http": {
|
|
786
|
+
"requestUri": "/ephemerides",
|
|
787
|
+
"responseCode": 200
|
|
788
|
+
},
|
|
789
|
+
"input": {
|
|
790
|
+
"type": "structure",
|
|
791
|
+
"required": [
|
|
792
|
+
"endTime",
|
|
793
|
+
"satelliteId",
|
|
794
|
+
"startTime"
|
|
795
|
+
],
|
|
796
|
+
"members": {
|
|
797
|
+
"endTime": {
|
|
798
|
+
"type": "timestamp"
|
|
799
|
+
},
|
|
800
|
+
"maxResults": {
|
|
801
|
+
"location": "querystring",
|
|
802
|
+
"locationName": "maxResults",
|
|
803
|
+
"type": "integer"
|
|
804
|
+
},
|
|
805
|
+
"nextToken": {
|
|
806
|
+
"location": "querystring",
|
|
807
|
+
"locationName": "nextToken"
|
|
808
|
+
},
|
|
809
|
+
"satelliteId": {},
|
|
810
|
+
"startTime": {
|
|
811
|
+
"type": "timestamp"
|
|
812
|
+
},
|
|
813
|
+
"statusList": {
|
|
814
|
+
"type": "list",
|
|
815
|
+
"member": {}
|
|
816
|
+
}
|
|
817
|
+
}
|
|
818
|
+
},
|
|
819
|
+
"output": {
|
|
820
|
+
"type": "structure",
|
|
821
|
+
"members": {
|
|
822
|
+
"ephemerides": {
|
|
823
|
+
"type": "list",
|
|
824
|
+
"member": {
|
|
825
|
+
"type": "structure",
|
|
826
|
+
"members": {
|
|
827
|
+
"creationTime": {
|
|
828
|
+
"type": "timestamp"
|
|
829
|
+
},
|
|
830
|
+
"enabled": {
|
|
831
|
+
"type": "boolean"
|
|
832
|
+
},
|
|
833
|
+
"ephemerisId": {},
|
|
834
|
+
"name": {},
|
|
835
|
+
"priority": {
|
|
836
|
+
"type": "integer"
|
|
837
|
+
},
|
|
838
|
+
"sourceS3Object": {
|
|
839
|
+
"shape": "S1h"
|
|
840
|
+
},
|
|
841
|
+
"status": {}
|
|
842
|
+
}
|
|
843
|
+
}
|
|
844
|
+
},
|
|
845
|
+
"nextToken": {}
|
|
846
|
+
}
|
|
847
|
+
}
|
|
848
|
+
},
|
|
619
849
|
"ListGroundStations": {
|
|
620
850
|
"http": {
|
|
621
851
|
"method": "GET",
|
|
@@ -726,8 +956,11 @@
|
|
|
726
956
|
"member": {
|
|
727
957
|
"type": "structure",
|
|
728
958
|
"members": {
|
|
959
|
+
"currentEphemeris": {
|
|
960
|
+
"shape": "S34"
|
|
961
|
+
},
|
|
729
962
|
"groundStations": {
|
|
730
|
-
"shape": "
|
|
963
|
+
"shape": "S36"
|
|
731
964
|
},
|
|
732
965
|
"noradSatelliteID": {
|
|
733
966
|
"type": "integer"
|
|
@@ -762,7 +995,7 @@
|
|
|
762
995
|
"type": "structure",
|
|
763
996
|
"members": {
|
|
764
997
|
"tags": {
|
|
765
|
-
"shape": "
|
|
998
|
+
"shape": "Sy"
|
|
766
999
|
}
|
|
767
1000
|
}
|
|
768
1001
|
}
|
|
@@ -792,7 +1025,7 @@
|
|
|
792
1025
|
"type": "timestamp"
|
|
793
1026
|
},
|
|
794
1027
|
"tags": {
|
|
795
|
-
"shape": "
|
|
1028
|
+
"shape": "Sy"
|
|
796
1029
|
}
|
|
797
1030
|
}
|
|
798
1031
|
},
|
|
@@ -817,7 +1050,7 @@
|
|
|
817
1050
|
"locationName": "resourceArn"
|
|
818
1051
|
},
|
|
819
1052
|
"tags": {
|
|
820
|
-
"shape": "
|
|
1053
|
+
"shape": "Sy"
|
|
821
1054
|
}
|
|
822
1055
|
}
|
|
823
1056
|
},
|
|
@@ -887,7 +1120,38 @@
|
|
|
887
1120
|
}
|
|
888
1121
|
},
|
|
889
1122
|
"output": {
|
|
890
|
-
"shape": "
|
|
1123
|
+
"shape": "Sz"
|
|
1124
|
+
},
|
|
1125
|
+
"idempotent": true
|
|
1126
|
+
},
|
|
1127
|
+
"UpdateEphemeris": {
|
|
1128
|
+
"http": {
|
|
1129
|
+
"method": "PUT",
|
|
1130
|
+
"requestUri": "/ephemeris/{ephemerisId}",
|
|
1131
|
+
"responseCode": 200
|
|
1132
|
+
},
|
|
1133
|
+
"input": {
|
|
1134
|
+
"type": "structure",
|
|
1135
|
+
"required": [
|
|
1136
|
+
"enabled",
|
|
1137
|
+
"ephemerisId"
|
|
1138
|
+
],
|
|
1139
|
+
"members": {
|
|
1140
|
+
"enabled": {
|
|
1141
|
+
"type": "boolean"
|
|
1142
|
+
},
|
|
1143
|
+
"ephemerisId": {
|
|
1144
|
+
"location": "uri",
|
|
1145
|
+
"locationName": "ephemerisId"
|
|
1146
|
+
},
|
|
1147
|
+
"name": {},
|
|
1148
|
+
"priority": {
|
|
1149
|
+
"type": "integer"
|
|
1150
|
+
}
|
|
1151
|
+
}
|
|
1152
|
+
},
|
|
1153
|
+
"output": {
|
|
1154
|
+
"shape": "S1u"
|
|
891
1155
|
},
|
|
892
1156
|
"idempotent": true
|
|
893
1157
|
},
|
|
@@ -910,7 +1174,7 @@
|
|
|
910
1174
|
"type": "integer"
|
|
911
1175
|
},
|
|
912
1176
|
"dataflowEdges": {
|
|
913
|
-
"shape": "
|
|
1177
|
+
"shape": "S1x"
|
|
914
1178
|
},
|
|
915
1179
|
"minimumViableContactDurationSeconds": {
|
|
916
1180
|
"type": "integer"
|
|
@@ -924,7 +1188,7 @@
|
|
|
924
1188
|
}
|
|
925
1189
|
},
|
|
926
1190
|
"output": {
|
|
927
|
-
"shape": "
|
|
1191
|
+
"shape": "S20"
|
|
928
1192
|
},
|
|
929
1193
|
"idempotent": true
|
|
930
1194
|
}
|
|
@@ -1104,12 +1368,12 @@
|
|
|
1104
1368
|
}
|
|
1105
1369
|
}
|
|
1106
1370
|
},
|
|
1107
|
-
"
|
|
1371
|
+
"Sy": {
|
|
1108
1372
|
"type": "map",
|
|
1109
1373
|
"key": {},
|
|
1110
1374
|
"value": {}
|
|
1111
1375
|
},
|
|
1112
|
-
"
|
|
1376
|
+
"Sz": {
|
|
1113
1377
|
"type": "structure",
|
|
1114
1378
|
"members": {
|
|
1115
1379
|
"configArn": {},
|
|
@@ -1117,13 +1381,13 @@
|
|
|
1117
1381
|
"configType": {}
|
|
1118
1382
|
}
|
|
1119
1383
|
},
|
|
1120
|
-
"
|
|
1384
|
+
"S12": {
|
|
1121
1385
|
"type": "list",
|
|
1122
1386
|
"member": {
|
|
1123
|
-
"shape": "
|
|
1387
|
+
"shape": "S13"
|
|
1124
1388
|
}
|
|
1125
1389
|
},
|
|
1126
|
-
"
|
|
1390
|
+
"S13": {
|
|
1127
1391
|
"type": "structure",
|
|
1128
1392
|
"members": {
|
|
1129
1393
|
"endpoint": {
|
|
@@ -1170,26 +1434,40 @@
|
|
|
1170
1434
|
}
|
|
1171
1435
|
}
|
|
1172
1436
|
},
|
|
1173
|
-
"
|
|
1437
|
+
"S1c": {
|
|
1174
1438
|
"type": "structure",
|
|
1175
1439
|
"members": {
|
|
1176
1440
|
"dataflowEndpointGroupId": {}
|
|
1177
1441
|
}
|
|
1178
1442
|
},
|
|
1179
|
-
"
|
|
1443
|
+
"S1h": {
|
|
1444
|
+
"type": "structure",
|
|
1445
|
+
"members": {
|
|
1446
|
+
"bucket": {},
|
|
1447
|
+
"key": {},
|
|
1448
|
+
"version": {}
|
|
1449
|
+
}
|
|
1450
|
+
},
|
|
1451
|
+
"S1u": {
|
|
1452
|
+
"type": "structure",
|
|
1453
|
+
"members": {
|
|
1454
|
+
"ephemerisId": {}
|
|
1455
|
+
}
|
|
1456
|
+
},
|
|
1457
|
+
"S1x": {
|
|
1180
1458
|
"type": "list",
|
|
1181
1459
|
"member": {
|
|
1182
1460
|
"type": "list",
|
|
1183
1461
|
"member": {}
|
|
1184
1462
|
}
|
|
1185
1463
|
},
|
|
1186
|
-
"
|
|
1464
|
+
"S20": {
|
|
1187
1465
|
"type": "structure",
|
|
1188
1466
|
"members": {
|
|
1189
1467
|
"missionProfileId": {}
|
|
1190
1468
|
}
|
|
1191
1469
|
},
|
|
1192
|
-
"
|
|
1470
|
+
"S2b": {
|
|
1193
1471
|
"type": "structure",
|
|
1194
1472
|
"members": {
|
|
1195
1473
|
"antennaDemodDecodeDetails": {
|
|
@@ -1199,7 +1477,7 @@
|
|
|
1199
1477
|
}
|
|
1200
1478
|
},
|
|
1201
1479
|
"endpointDetails": {
|
|
1202
|
-
"shape": "
|
|
1480
|
+
"shape": "S13"
|
|
1203
1481
|
},
|
|
1204
1482
|
"s3RecordingDetails": {
|
|
1205
1483
|
"type": "structure",
|
|
@@ -1211,7 +1489,7 @@
|
|
|
1211
1489
|
},
|
|
1212
1490
|
"union": true
|
|
1213
1491
|
},
|
|
1214
|
-
"
|
|
1492
|
+
"S2f": {
|
|
1215
1493
|
"type": "structure",
|
|
1216
1494
|
"required": [
|
|
1217
1495
|
"unit",
|
|
@@ -1224,7 +1502,30 @@
|
|
|
1224
1502
|
}
|
|
1225
1503
|
}
|
|
1226
1504
|
},
|
|
1227
|
-
"
|
|
1505
|
+
"S2p": {
|
|
1506
|
+
"type": "structure",
|
|
1507
|
+
"members": {
|
|
1508
|
+
"ephemerisData": {},
|
|
1509
|
+
"sourceS3Object": {
|
|
1510
|
+
"shape": "S1h"
|
|
1511
|
+
}
|
|
1512
|
+
}
|
|
1513
|
+
},
|
|
1514
|
+
"S34": {
|
|
1515
|
+
"type": "structure",
|
|
1516
|
+
"required": [
|
|
1517
|
+
"source"
|
|
1518
|
+
],
|
|
1519
|
+
"members": {
|
|
1520
|
+
"ephemerisId": {},
|
|
1521
|
+
"epoch": {
|
|
1522
|
+
"type": "timestamp"
|
|
1523
|
+
},
|
|
1524
|
+
"name": {},
|
|
1525
|
+
"source": {}
|
|
1526
|
+
}
|
|
1527
|
+
},
|
|
1528
|
+
"S36": {
|
|
1228
1529
|
"type": "list",
|
|
1229
1530
|
"member": {}
|
|
1230
1531
|
}
|
|
@@ -18,6 +18,12 @@
|
|
|
18
18
|
"limit_key": "maxResults",
|
|
19
19
|
"result_key": "dataflowEndpointGroupList"
|
|
20
20
|
},
|
|
21
|
+
"ListEphemerides": {
|
|
22
|
+
"input_token": "nextToken",
|
|
23
|
+
"output_token": "nextToken",
|
|
24
|
+
"limit_key": "maxResults",
|
|
25
|
+
"result_key": "ephemerides"
|
|
26
|
+
},
|
|
21
27
|
"ListGroundStations": {
|
|
22
28
|
"input_token": "nextToken",
|
|
23
29
|
"output_token": "nextToken",
|