aws-sdk-core 2.11.282 → 2.11.283

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9538658831d09a1115c5eb986e75f753b5a586e9
4
- data.tar.gz: 299205b252f0261af9e7e603a75b6a9816bcb880
3
+ metadata.gz: 42d6df0d0546cd91e0f15d65b1b885e8ea26bfe1
4
+ data.tar.gz: cfc852e4df3c6bb152d2bf280392742ca88c8a02
5
5
  SHA512:
6
- metadata.gz: 5430718ed17662c8e7c8e1cd1995bb2bcfd975f0da106b459f86c7408fe19efbce08eb9f550491af8a677b16ceee9464a94e79a7e83a52d139ca7d40b858dcde
7
- data.tar.gz: b32bd54e38dc6bb2642015c371235f77a5807aa989b4d5bb087d6c79813dec5d65d1ab7529181c4807a24da65c0f718b7efb89885749c155bbf9342a61ddaba7
6
+ metadata.gz: 77f97d2995b13d1947694f3a57292a766788fb9d51f9a108d2526667b9088fd1fec86882dfb96a48d498a7f036bada17d7ae1b9a782d129530e598d75413eaa0
7
+ data.tar.gz: 57c9389e41908fa164aea18c550cb7a5eb1dd049c44b60f24d54252f360c8a63bb06e011b443f4ed8d4f13c8fdd2ce6158c48388ba05e481f53e6447c9116f61
@@ -2196,6 +2196,7 @@
2196
2196
  "members":{
2197
2197
  "PhoneNumberId":{"shape":"String"},
2198
2198
  "E164PhoneNumber":{"shape":"E164PhoneNumber"},
2199
+ "Type":{"shape":"PhoneNumberType"},
2199
2200
  "ProductType":{"shape":"PhoneNumberProductType"},
2200
2201
  "Status":{"shape":"PhoneNumberStatus"},
2201
2202
  "Capabilities":{"shape":"PhoneNumberCapabilities"},
@@ -2301,6 +2302,13 @@
2301
2302
  "DeleteFailed"
2302
2303
  ]
2303
2304
  },
2305
+ "PhoneNumberType":{
2306
+ "type":"string",
2307
+ "enum":[
2308
+ "Local",
2309
+ "TollFree"
2310
+ ]
2311
+ },
2304
2312
  "Port":{
2305
2313
  "type":"integer",
2306
2314
  "max":65535,
@@ -2504,6 +2512,11 @@
2504
2512
  "location":"querystring",
2505
2513
  "locationName":"state"
2506
2514
  },
2515
+ "TollFreePrefix":{
2516
+ "shape":"TollFreePrefix",
2517
+ "location":"querystring",
2518
+ "locationName":"toll-free-prefix"
2519
+ },
2507
2520
  "MaxResults":{
2508
2521
  "shape":"PhoneNumberMaxResults",
2509
2522
  "location":"querystring",
@@ -2594,6 +2607,12 @@
2594
2607
  "error":{"httpStatusCode":429},
2595
2608
  "exception":true
2596
2609
  },
2610
+ "TollFreePrefix":{
2611
+ "type":"string",
2612
+ "max":3,
2613
+ "min":3,
2614
+ "pattern":"^8(00|33|44|55|66|77|88)$"
2615
+ },
2597
2616
  "UnauthorizedClientException":{
2598
2617
  "type":"structure",
2599
2618
  "members":{
@@ -0,0 +1,2059 @@
1
+ {
2
+ "version": "2.0",
3
+ "metadata": {
4
+ "apiVersion": "2019-05-23",
5
+ "endpointPrefix": "groundstation",
6
+ "jsonVersion": "1.1",
7
+ "protocol": "rest-json",
8
+ "serviceFullName": "AWS Ground Station",
9
+ "serviceId": "GroundStation",
10
+ "signatureVersion": "v4",
11
+ "signingName": "groundstation",
12
+ "uid": "groundstation-2019-05-23"
13
+ },
14
+ "operations": {
15
+ "CancelContact": {
16
+ "name": "CancelContact",
17
+ "http": {
18
+ "method": "DELETE",
19
+ "requestUri": "/contact/{contactId}",
20
+ "responseCode": 200
21
+ },
22
+ "input": {
23
+ "shape": "CancelContactRequest"
24
+ },
25
+ "output": {
26
+ "shape": "ContactIdResponse"
27
+ },
28
+ "errors": [
29
+ {
30
+ "shape": "DependencyException"
31
+ },
32
+ {
33
+ "shape": "InvalidParameterException"
34
+ },
35
+ {
36
+ "shape": "ResourceNotFoundException"
37
+ }
38
+ ],
39
+ "idempotent": true
40
+ },
41
+ "CreateConfig": {
42
+ "name": "CreateConfig",
43
+ "http": {
44
+ "method": "POST",
45
+ "requestUri": "/config",
46
+ "responseCode": 200
47
+ },
48
+ "input": {
49
+ "shape": "CreateConfigRequest"
50
+ },
51
+ "output": {
52
+ "shape": "ConfigIdResponse"
53
+ },
54
+ "errors": [
55
+ {
56
+ "shape": "DependencyException"
57
+ },
58
+ {
59
+ "shape": "InvalidParameterException"
60
+ },
61
+ {
62
+ "shape": "ResourceNotFoundException"
63
+ }
64
+ ]
65
+ },
66
+ "CreateDataflowEndpointGroup": {
67
+ "name": "CreateDataflowEndpointGroup",
68
+ "http": {
69
+ "method": "POST",
70
+ "requestUri": "/dataflowEndpointGroup",
71
+ "responseCode": 200
72
+ },
73
+ "input": {
74
+ "shape": "CreateDataflowEndpointGroupRequest"
75
+ },
76
+ "output": {
77
+ "shape": "DataflowEndpointGroupIdResponse"
78
+ },
79
+ "errors": [
80
+ {
81
+ "shape": "DependencyException"
82
+ },
83
+ {
84
+ "shape": "InvalidParameterException"
85
+ },
86
+ {
87
+ "shape": "ResourceNotFoundException"
88
+ }
89
+ ]
90
+ },
91
+ "CreateMissionProfile": {
92
+ "name": "CreateMissionProfile",
93
+ "http": {
94
+ "method": "POST",
95
+ "requestUri": "/missionprofile",
96
+ "responseCode": 200
97
+ },
98
+ "input": {
99
+ "shape": "CreateMissionProfileRequest"
100
+ },
101
+ "output": {
102
+ "shape": "MissionProfileIdResponse"
103
+ },
104
+ "errors": [
105
+ {
106
+ "shape": "DependencyException"
107
+ },
108
+ {
109
+ "shape": "InvalidParameterException"
110
+ },
111
+ {
112
+ "shape": "ResourceNotFoundException"
113
+ }
114
+ ]
115
+ },
116
+ "DeleteConfig": {
117
+ "name": "DeleteConfig",
118
+ "http": {
119
+ "method": "DELETE",
120
+ "requestUri": "/config/{configType}/{configId}",
121
+ "responseCode": 200
122
+ },
123
+ "input": {
124
+ "shape": "DeleteConfigRequest"
125
+ },
126
+ "output": {
127
+ "shape": "ConfigIdResponse"
128
+ },
129
+ "errors": [
130
+ {
131
+ "shape": "DependencyException"
132
+ },
133
+ {
134
+ "shape": "InvalidParameterException"
135
+ },
136
+ {
137
+ "shape": "ResourceNotFoundException"
138
+ }
139
+ ],
140
+ "idempotent": true
141
+ },
142
+ "DeleteDataflowEndpointGroup": {
143
+ "name": "DeleteDataflowEndpointGroup",
144
+ "http": {
145
+ "method": "DELETE",
146
+ "requestUri": "/dataflowEndpointGroup/{dataflowEndpointGroupId}",
147
+ "responseCode": 200
148
+ },
149
+ "input": {
150
+ "shape": "DeleteDataflowEndpointGroupRequest"
151
+ },
152
+ "output": {
153
+ "shape": "DataflowEndpointGroupIdResponse"
154
+ },
155
+ "errors": [
156
+ {
157
+ "shape": "DependencyException"
158
+ },
159
+ {
160
+ "shape": "InvalidParameterException"
161
+ },
162
+ {
163
+ "shape": "ResourceNotFoundException"
164
+ }
165
+ ],
166
+ "idempotent": true
167
+ },
168
+ "DeleteMissionProfile": {
169
+ "name": "DeleteMissionProfile",
170
+ "http": {
171
+ "method": "DELETE",
172
+ "requestUri": "/missionprofile/{missionProfileId}",
173
+ "responseCode": 200
174
+ },
175
+ "input": {
176
+ "shape": "DeleteMissionProfileRequest"
177
+ },
178
+ "output": {
179
+ "shape": "MissionProfileIdResponse"
180
+ },
181
+ "errors": [
182
+ {
183
+ "shape": "DependencyException"
184
+ },
185
+ {
186
+ "shape": "InvalidParameterException"
187
+ },
188
+ {
189
+ "shape": "ResourceNotFoundException"
190
+ }
191
+ ],
192
+ "idempotent": true
193
+ },
194
+ "DescribeContact": {
195
+ "name": "DescribeContact",
196
+ "http": {
197
+ "method": "GET",
198
+ "requestUri": "/contact/{contactId}",
199
+ "responseCode": 200
200
+ },
201
+ "input": {
202
+ "shape": "DescribeContactRequest"
203
+ },
204
+ "output": {
205
+ "shape": "DescribeContactResponse"
206
+ },
207
+ "errors": [
208
+ {
209
+ "shape": "DependencyException"
210
+ },
211
+ {
212
+ "shape": "InvalidParameterException"
213
+ },
214
+ {
215
+ "shape": "ResourceNotFoundException"
216
+ }
217
+ ]
218
+ },
219
+ "GetConfig": {
220
+ "name": "GetConfig",
221
+ "http": {
222
+ "method": "GET",
223
+ "requestUri": "/config/{configType}/{configId}",
224
+ "responseCode": 200
225
+ },
226
+ "input": {
227
+ "shape": "GetConfigRequest"
228
+ },
229
+ "output": {
230
+ "shape": "GetConfigResponse"
231
+ },
232
+ "errors": [
233
+ {
234
+ "shape": "DependencyException"
235
+ },
236
+ {
237
+ "shape": "InvalidParameterException"
238
+ },
239
+ {
240
+ "shape": "ResourceNotFoundException"
241
+ }
242
+ ]
243
+ },
244
+ "GetDataflowEndpointGroup": {
245
+ "name": "GetDataflowEndpointGroup",
246
+ "http": {
247
+ "method": "GET",
248
+ "requestUri": "/dataflowEndpointGroup/{dataflowEndpointGroupId}",
249
+ "responseCode": 200
250
+ },
251
+ "input": {
252
+ "shape": "GetDataflowEndpointGroupRequest"
253
+ },
254
+ "output": {
255
+ "shape": "GetDataflowEndpointGroupResponse"
256
+ },
257
+ "errors": [
258
+ {
259
+ "shape": "DependencyException"
260
+ },
261
+ {
262
+ "shape": "InvalidParameterException"
263
+ },
264
+ {
265
+ "shape": "ResourceNotFoundException"
266
+ }
267
+ ]
268
+ },
269
+ "GetMissionProfile": {
270
+ "name": "GetMissionProfile",
271
+ "http": {
272
+ "method": "GET",
273
+ "requestUri": "/missionprofile/{missionProfileId}",
274
+ "responseCode": 200
275
+ },
276
+ "input": {
277
+ "shape": "GetMissionProfileRequest"
278
+ },
279
+ "output": {
280
+ "shape": "GetMissionProfileResponse"
281
+ },
282
+ "errors": [
283
+ {
284
+ "shape": "DependencyException"
285
+ },
286
+ {
287
+ "shape": "InvalidParameterException"
288
+ },
289
+ {
290
+ "shape": "ResourceNotFoundException"
291
+ }
292
+ ]
293
+ },
294
+ "ListConfigs": {
295
+ "name": "ListConfigs",
296
+ "http": {
297
+ "method": "GET",
298
+ "requestUri": "/config",
299
+ "responseCode": 200
300
+ },
301
+ "input": {
302
+ "shape": "ListConfigsRequest"
303
+ },
304
+ "output": {
305
+ "shape": "ListConfigsResponse"
306
+ },
307
+ "errors": [
308
+ {
309
+ "shape": "DependencyException"
310
+ },
311
+ {
312
+ "shape": "InvalidParameterException"
313
+ },
314
+ {
315
+ "shape": "ResourceNotFoundException"
316
+ }
317
+ ]
318
+ },
319
+ "ListContacts": {
320
+ "name": "ListContacts",
321
+ "http": {
322
+ "method": "POST",
323
+ "requestUri": "/contacts",
324
+ "responseCode": 200
325
+ },
326
+ "input": {
327
+ "shape": "ListContactsRequest"
328
+ },
329
+ "output": {
330
+ "shape": "ListContactsResponse"
331
+ },
332
+ "errors": [
333
+ {
334
+ "shape": "DependencyException"
335
+ },
336
+ {
337
+ "shape": "InvalidParameterException"
338
+ },
339
+ {
340
+ "shape": "ResourceNotFoundException"
341
+ }
342
+ ]
343
+ },
344
+ "ListDataflowEndpointGroups": {
345
+ "name": "ListDataflowEndpointGroups",
346
+ "http": {
347
+ "method": "GET",
348
+ "requestUri": "/dataflowEndpointGroup",
349
+ "responseCode": 200
350
+ },
351
+ "input": {
352
+ "shape": "ListDataflowEndpointGroupsRequest"
353
+ },
354
+ "output": {
355
+ "shape": "ListDataflowEndpointGroupsResponse"
356
+ },
357
+ "errors": [
358
+ {
359
+ "shape": "DependencyException"
360
+ },
361
+ {
362
+ "shape": "InvalidParameterException"
363
+ },
364
+ {
365
+ "shape": "ResourceNotFoundException"
366
+ }
367
+ ]
368
+ },
369
+ "ListMissionProfiles": {
370
+ "name": "ListMissionProfiles",
371
+ "http": {
372
+ "method": "GET",
373
+ "requestUri": "/missionprofile",
374
+ "responseCode": 200
375
+ },
376
+ "input": {
377
+ "shape": "ListMissionProfilesRequest"
378
+ },
379
+ "output": {
380
+ "shape": "ListMissionProfilesResponse"
381
+ },
382
+ "errors": [
383
+ {
384
+ "shape": "DependencyException"
385
+ },
386
+ {
387
+ "shape": "InvalidParameterException"
388
+ },
389
+ {
390
+ "shape": "ResourceNotFoundException"
391
+ }
392
+ ]
393
+ },
394
+ "ReserveContact": {
395
+ "name": "ReserveContact",
396
+ "http": {
397
+ "method": "POST",
398
+ "requestUri": "/contact",
399
+ "responseCode": 200
400
+ },
401
+ "input": {
402
+ "shape": "ReserveContactRequest"
403
+ },
404
+ "output": {
405
+ "shape": "ContactIdResponse"
406
+ },
407
+ "errors": [
408
+ {
409
+ "shape": "DependencyException"
410
+ },
411
+ {
412
+ "shape": "InvalidParameterException"
413
+ },
414
+ {
415
+ "shape": "ResourceNotFoundException"
416
+ }
417
+ ]
418
+ },
419
+ "UpdateConfig": {
420
+ "name": "UpdateConfig",
421
+ "http": {
422
+ "method": "PUT",
423
+ "requestUri": "/config/{configType}/{configId}",
424
+ "responseCode": 200
425
+ },
426
+ "input": {
427
+ "shape": "UpdateConfigRequest"
428
+ },
429
+ "output": {
430
+ "shape": "ConfigIdResponse"
431
+ },
432
+ "errors": [
433
+ {
434
+ "shape": "DependencyException"
435
+ },
436
+ {
437
+ "shape": "InvalidParameterException"
438
+ },
439
+ {
440
+ "shape": "ResourceNotFoundException"
441
+ }
442
+ ],
443
+ "idempotent": true
444
+ },
445
+ "UpdateMissionProfile": {
446
+ "name": "UpdateMissionProfile",
447
+ "http": {
448
+ "method": "PUT",
449
+ "requestUri": "/missionprofile/{missionProfileId}",
450
+ "responseCode": 200
451
+ },
452
+ "input": {
453
+ "shape": "UpdateMissionProfileRequest"
454
+ },
455
+ "output": {
456
+ "shape": "MissionProfileIdResponse"
457
+ },
458
+ "errors": [
459
+ {
460
+ "shape": "DependencyException"
461
+ },
462
+ {
463
+ "shape": "InvalidParameterException"
464
+ },
465
+ {
466
+ "shape": "ResourceNotFoundException"
467
+ }
468
+ ],
469
+ "idempotent": true
470
+ },
471
+ "GetMinuteUsage": {
472
+ "name": "GetMinuteUsage",
473
+ "http": {
474
+ "method": "POST",
475
+ "requestUri": "/minute-usage",
476
+ "responseCode": 200
477
+ },
478
+ "input": {
479
+ "shape": "GetMinuteUsageRequest"
480
+ },
481
+ "output": {
482
+ "shape": "GetMinuteUsageResponse"
483
+ },
484
+ "errors": [
485
+ {
486
+ "shape": "DependencyException"
487
+ },
488
+ {
489
+ "shape": "InvalidParameterException"
490
+ },
491
+ {
492
+ "shape": "ResourceNotFoundException"
493
+ }
494
+ ]
495
+ },
496
+ "GetSatellite": {
497
+ "name": "GetSatellite",
498
+ "http": {
499
+ "method": "GET",
500
+ "requestUri": "/satellite/{satelliteId}",
501
+ "responseCode": 200
502
+ },
503
+ "input": {
504
+ "shape": "GetSatelliteRequest"
505
+ },
506
+ "output": {
507
+ "shape": "GetSatelliteResponse"
508
+ },
509
+ "errors": [
510
+ {
511
+ "shape": "DependencyException"
512
+ },
513
+ {
514
+ "shape": "InvalidParameterException"
515
+ },
516
+ {
517
+ "shape": "ResourceNotFoundException"
518
+ }
519
+ ]
520
+ },
521
+ "ListGroundStations": {
522
+ "name": "ListGroundStations",
523
+ "http": {
524
+ "method": "GET",
525
+ "requestUri": "/groundstation",
526
+ "responseCode": 200
527
+ },
528
+ "input": {
529
+ "shape": "ListGroundStationsRequest"
530
+ },
531
+ "output": {
532
+ "shape": "ListGroundStationsResponse"
533
+ },
534
+ "errors": [
535
+ {
536
+ "shape": "DependencyException"
537
+ },
538
+ {
539
+ "shape": "InvalidParameterException"
540
+ },
541
+ {
542
+ "shape": "ResourceNotFoundException"
543
+ }
544
+ ]
545
+ },
546
+ "ListSatellites": {
547
+ "name": "ListSatellites",
548
+ "http": {
549
+ "method": "GET",
550
+ "requestUri": "/satellite",
551
+ "responseCode": 200
552
+ },
553
+ "input": {
554
+ "shape": "ListSatellitesRequest"
555
+ },
556
+ "output": {
557
+ "shape": "ListSatellitesResponse"
558
+ },
559
+ "errors": [
560
+ {
561
+ "shape": "DependencyException"
562
+ },
563
+ {
564
+ "shape": "InvalidParameterException"
565
+ },
566
+ {
567
+ "shape": "ResourceNotFoundException"
568
+ }
569
+ ]
570
+ },
571
+ "ListTagsForResource": {
572
+ "name": "ListTagsForResource",
573
+ "http": {
574
+ "method": "GET",
575
+ "requestUri": "/tags/{resourceArn}",
576
+ "responseCode": 200
577
+ },
578
+ "input": {
579
+ "shape": "ListTagsForResourceRequest"
580
+ },
581
+ "output": {
582
+ "shape": "ListTagsForResourceResponse"
583
+ },
584
+ "errors": [
585
+ {
586
+ "shape": "DependencyException"
587
+ },
588
+ {
589
+ "shape": "InvalidParameterException"
590
+ },
591
+ {
592
+ "shape": "ResourceNotFoundException"
593
+ }
594
+ ]
595
+ },
596
+ "TagResource": {
597
+ "name": "TagResource",
598
+ "http": {
599
+ "method": "POST",
600
+ "requestUri": "/tags/{resourceArn}",
601
+ "responseCode": 200
602
+ },
603
+ "input": {
604
+ "shape": "TagResourceRequest"
605
+ },
606
+ "output": {
607
+ "shape": "TagResourceResponse"
608
+ },
609
+ "errors": [
610
+ {
611
+ "shape": "DependencyException"
612
+ },
613
+ {
614
+ "shape": "InvalidParameterException"
615
+ },
616
+ {
617
+ "shape": "ResourceNotFoundException"
618
+ }
619
+ ]
620
+ },
621
+ "UntagResource": {
622
+ "name": "UntagResource",
623
+ "http": {
624
+ "method": "DELETE",
625
+ "requestUri": "/tags/{resourceArn}",
626
+ "responseCode": 200
627
+ },
628
+ "input": {
629
+ "shape": "UntagResourceRequest"
630
+ },
631
+ "output": {
632
+ "shape": "UntagResourceResponse"
633
+ },
634
+ "errors": [
635
+ {
636
+ "shape": "DependencyException"
637
+ },
638
+ {
639
+ "shape": "InvalidParameterException"
640
+ },
641
+ {
642
+ "shape": "ResourceNotFoundException"
643
+ }
644
+ ],
645
+ "idempotent": true
646
+ }
647
+ },
648
+ "shapes": {
649
+ "UpdateConfigRequest": {
650
+ "type": "structure",
651
+ "required": [
652
+ "configData",
653
+ "configId",
654
+ "configType",
655
+ "name"
656
+ ],
657
+ "members": {
658
+ "configData": {
659
+ "shape": "ConfigTypeData"
660
+ },
661
+ "configId": {
662
+ "shape": "String",
663
+ "location": "uri",
664
+ "locationName": "configId"
665
+ },
666
+ "configType": {
667
+ "shape": "ConfigCapabilityType",
668
+ "location": "uri",
669
+ "locationName": "configType"
670
+ },
671
+ "name": {
672
+ "shape": "SafeName"
673
+ }
674
+ }
675
+ },
676
+ "ConfigTypeData": {
677
+ "type": "structure",
678
+ "members": {
679
+ "antennaDownlinkConfig": {
680
+ "shape": "AntennaDownlinkConfig"
681
+ },
682
+ "antennaDownlinkDemodDecodeConfig": {
683
+ "shape": "AntennaDownlinkDemodDecodeConfig"
684
+ },
685
+ "antennaUplinkConfig": {
686
+ "shape": "AntennaUplinkConfig"
687
+ },
688
+ "dataflowEndpointConfig": {
689
+ "shape": "DataflowEndpointConfig"
690
+ },
691
+ "trackingConfig": {
692
+ "shape": "TrackingConfig"
693
+ },
694
+ "uplinkEchoConfig": {
695
+ "shape": "UplinkEchoConfig"
696
+ }
697
+ }
698
+ },
699
+ "noradSatelliteID": {
700
+ "type": "integer",
701
+ "min": 1,
702
+ "max": 99999
703
+ },
704
+ "GroundStationData": {
705
+ "type": "structure",
706
+ "members": {
707
+ "groundStationId": {
708
+ "shape": "String"
709
+ },
710
+ "groundStationName": {
711
+ "shape": "String"
712
+ },
713
+ "region": {
714
+ "shape": "String"
715
+ }
716
+ }
717
+ },
718
+ "GetConfigRequest": {
719
+ "type": "structure",
720
+ "required": [
721
+ "configId",
722
+ "configType"
723
+ ],
724
+ "members": {
725
+ "configId": {
726
+ "shape": "String",
727
+ "location": "uri",
728
+ "locationName": "configId"
729
+ },
730
+ "configType": {
731
+ "shape": "ConfigCapabilityType",
732
+ "location": "uri",
733
+ "locationName": "configType"
734
+ }
735
+ }
736
+ },
737
+ "GroundStationList": {
738
+ "type": "list",
739
+ "member": {
740
+ "shape": "GroundStationData"
741
+ }
742
+ },
743
+ "SecurityGroupIdList": {
744
+ "type": "list",
745
+ "member": {
746
+ "shape": "String"
747
+ }
748
+ },
749
+ "EndpointDetails": {
750
+ "type": "structure",
751
+ "members": {
752
+ "endpoint": {
753
+ "shape": "DataflowEndpoint"
754
+ },
755
+ "securityDetails": {
756
+ "shape": "SecurityDetails"
757
+ }
758
+ }
759
+ },
760
+ "DataflowEndpointGroupArn": {
761
+ "type": "string"
762
+ },
763
+ "GetMinuteUsageResponse": {
764
+ "type": "structure",
765
+ "members": {
766
+ "estimatedMinutesRemaining": {
767
+ "shape": "Integer"
768
+ },
769
+ "isReservedMinutesCustomer": {
770
+ "shape": "Boolean"
771
+ },
772
+ "totalReservedMinuteAllocation": {
773
+ "shape": "Integer"
774
+ },
775
+ "totalScheduledMinutes": {
776
+ "shape": "Integer"
777
+ },
778
+ "upcomingMinutesScheduled": {
779
+ "shape": "Integer"
780
+ }
781
+ }
782
+ },
783
+ "MissionProfileListItem": {
784
+ "type": "structure",
785
+ "members": {
786
+ "missionProfileArn": {
787
+ "shape": "MissionProfileArn"
788
+ },
789
+ "missionProfileId": {
790
+ "shape": "String"
791
+ },
792
+ "name": {
793
+ "shape": "String"
794
+ },
795
+ "region": {
796
+ "shape": "String"
797
+ }
798
+ }
799
+ },
800
+ "SatelliteList": {
801
+ "type": "list",
802
+ "member": {
803
+ "shape": "SatelliteListItem"
804
+ }
805
+ },
806
+ "ListDataflowEndpointGroupsResponse": {
807
+ "type": "structure",
808
+ "members": {
809
+ "dataflowEndpointGroupList": {
810
+ "shape": "DataflowEndpointGroupList"
811
+ },
812
+ "nextToken": {
813
+ "shape": "String"
814
+ }
815
+ }
816
+ },
817
+ "AntennaDownlinkDemodDecodeConfig": {
818
+ "type": "structure",
819
+ "required": [
820
+ "decodeConfig",
821
+ "demodulationConfig",
822
+ "spectrumConfig"
823
+ ],
824
+ "members": {
825
+ "decodeConfig": {
826
+ "shape": "DecodeConfig"
827
+ },
828
+ "demodulationConfig": {
829
+ "shape": "DemodulationConfig"
830
+ },
831
+ "spectrumConfig": {
832
+ "shape": "SpectrumConfig"
833
+ }
834
+ }
835
+ },
836
+ "MissionProfileIdResponse": {
837
+ "type": "structure",
838
+ "members": {
839
+ "missionProfileId": {
840
+ "shape": "String"
841
+ }
842
+ }
843
+ },
844
+ "SubnetList": {
845
+ "type": "list",
846
+ "member": {
847
+ "shape": "String"
848
+ }
849
+ },
850
+ "Polarization": {
851
+ "type": "string",
852
+ "enum": [
853
+ "LEFT_HAND",
854
+ "NONE",
855
+ "RIGHT_HAND"
856
+ ]
857
+ },
858
+ "ConfigList": {
859
+ "type": "list",
860
+ "member": {
861
+ "shape": "ConfigListItem"
862
+ }
863
+ },
864
+ "AntennaUplinkConfig": {
865
+ "type": "structure",
866
+ "required": [
867
+ "spectrumConfig",
868
+ "targetEirp"
869
+ ],
870
+ "members": {
871
+ "spectrumConfig": {
872
+ "shape": "UplinkSpectrumConfig"
873
+ },
874
+ "targetEirp": {
875
+ "shape": "Eirp"
876
+ }
877
+ }
878
+ },
879
+ "Integer": {
880
+ "type": "integer",
881
+ "box": true
882
+ },
883
+ "AntennaDownlinkConfig": {
884
+ "type": "structure",
885
+ "required": [
886
+ "spectrumConfig"
887
+ ],
888
+ "members": {
889
+ "spectrumConfig": {
890
+ "shape": "SpectrumConfig"
891
+ }
892
+ }
893
+ },
894
+ "Boolean": {
895
+ "type": "boolean",
896
+ "box": true
897
+ },
898
+ "EndpointStatus": {
899
+ "type": "string",
900
+ "enum": [
901
+ "created",
902
+ "creating",
903
+ "deleted",
904
+ "deleting",
905
+ "failed"
906
+ ]
907
+ },
908
+ "UplinkEchoConfig": {
909
+ "type": "structure",
910
+ "required": [
911
+ "antennaUplinkConfigArn",
912
+ "enabled"
913
+ ],
914
+ "members": {
915
+ "antennaUplinkConfigArn": {
916
+ "shape": "ConfigArn"
917
+ },
918
+ "enabled": {
919
+ "shape": "Boolean"
920
+ }
921
+ }
922
+ },
923
+ "DecodeConfig": {
924
+ "type": "structure",
925
+ "required": [
926
+ "unvalidatedJSON"
927
+ ],
928
+ "members": {
929
+ "unvalidatedJSON": {
930
+ "shape": "JsonString"
931
+ }
932
+ }
933
+ },
934
+ "DeleteDataflowEndpointGroupRequest": {
935
+ "type": "structure",
936
+ "required": [
937
+ "dataflowEndpointGroupId"
938
+ ],
939
+ "members": {
940
+ "dataflowEndpointGroupId": {
941
+ "shape": "String",
942
+ "location": "uri",
943
+ "locationName": "dataflowEndpointGroupId"
944
+ }
945
+ }
946
+ },
947
+ "ContactStatus": {
948
+ "type": "string",
949
+ "enum": [
950
+ "AVAILABLE",
951
+ "AWS_CANCELLED",
952
+ "CANCELLED",
953
+ "COMPLETED",
954
+ "FAILED",
955
+ "FAILED_TO_SCHEDULE",
956
+ "PASS",
957
+ "POSTPASS",
958
+ "PREPASS",
959
+ "SCHEDULED",
960
+ "SCHEDULING"
961
+ ]
962
+ },
963
+ "MissionProfileList": {
964
+ "type": "list",
965
+ "member": {
966
+ "shape": "MissionProfileListItem"
967
+ }
968
+ },
969
+ "CreateConfigRequest": {
970
+ "type": "structure",
971
+ "required": [
972
+ "configData",
973
+ "name"
974
+ ],
975
+ "members": {
976
+ "configData": {
977
+ "shape": "ConfigTypeData"
978
+ },
979
+ "name": {
980
+ "shape": "SafeName"
981
+ },
982
+ "tags": {
983
+ "shape": "TagsMap"
984
+ }
985
+ }
986
+ },
987
+ "Frequency": {
988
+ "type": "structure",
989
+ "required": [
990
+ "units",
991
+ "value"
992
+ ],
993
+ "members": {
994
+ "units": {
995
+ "shape": "FrequencyUnits"
996
+ },
997
+ "value": {
998
+ "shape": "Double"
999
+ }
1000
+ }
1001
+ },
1002
+ "UntagResourceResponse": {
1003
+ "type": "structure",
1004
+ "members": { }
1005
+ },
1006
+ "ConfigIdResponse": {
1007
+ "type": "structure",
1008
+ "members": {
1009
+ "configArn": {
1010
+ "shape": "ConfigArn"
1011
+ },
1012
+ "configId": {
1013
+ "shape": "String"
1014
+ },
1015
+ "configType": {
1016
+ "shape": "ConfigCapabilityType"
1017
+ }
1018
+ }
1019
+ },
1020
+ "SecurityDetails": {
1021
+ "type": "structure",
1022
+ "required": [
1023
+ "roleArn",
1024
+ "securityGroupIds",
1025
+ "subnetIds"
1026
+ ],
1027
+ "members": {
1028
+ "roleArn": {
1029
+ "shape": "RoleArn"
1030
+ },
1031
+ "securityGroupIds": {
1032
+ "shape": "SecurityGroupIdList"
1033
+ },
1034
+ "subnetIds": {
1035
+ "shape": "SubnetList"
1036
+ }
1037
+ }
1038
+ },
1039
+ "TrackingConfig": {
1040
+ "type": "structure",
1041
+ "required": [
1042
+ "autotrack"
1043
+ ],
1044
+ "members": {
1045
+ "autotrack": {
1046
+ "shape": "Criticality"
1047
+ }
1048
+ }
1049
+ },
1050
+ "CreateDataflowEndpointGroupRequest": {
1051
+ "type": "structure",
1052
+ "required": [
1053
+ "endpointDetails"
1054
+ ],
1055
+ "members": {
1056
+ "endpointDetails": {
1057
+ "shape": "EndpointDetailsList"
1058
+ },
1059
+ "tags": {
1060
+ "shape": "TagsMap"
1061
+ }
1062
+ }
1063
+ },
1064
+ "Elevation": {
1065
+ "type": "structure",
1066
+ "required": [
1067
+ "unit",
1068
+ "value"
1069
+ ],
1070
+ "members": {
1071
+ "unit": {
1072
+ "shape": "AngleUnits"
1073
+ },
1074
+ "value": {
1075
+ "shape": "Double"
1076
+ }
1077
+ }
1078
+ },
1079
+ "JsonString": {
1080
+ "type": "string",
1081
+ "min": 2,
1082
+ "max": 8192
1083
+ },
1084
+ "GetSatelliteRequest": {
1085
+ "type": "structure",
1086
+ "required": [
1087
+ "satelliteId"
1088
+ ],
1089
+ "members": {
1090
+ "satelliteId": {
1091
+ "shape": "String",
1092
+ "location": "uri",
1093
+ "locationName": "satelliteId"
1094
+ }
1095
+ }
1096
+ },
1097
+ "CancelContactRequest": {
1098
+ "type": "structure",
1099
+ "required": [
1100
+ "contactId"
1101
+ ],
1102
+ "members": {
1103
+ "contactId": {
1104
+ "shape": "String",
1105
+ "location": "uri",
1106
+ "locationName": "contactId"
1107
+ }
1108
+ }
1109
+ },
1110
+ "UplinkSpectrumConfig": {
1111
+ "type": "structure",
1112
+ "required": [
1113
+ "centerFrequency"
1114
+ ],
1115
+ "members": {
1116
+ "centerFrequency": {
1117
+ "shape": "Frequency"
1118
+ },
1119
+ "polarization": {
1120
+ "shape": "Polarization"
1121
+ }
1122
+ }
1123
+ },
1124
+ "UntagResourceRequest": {
1125
+ "type": "structure",
1126
+ "required": [
1127
+ "resourceArn",
1128
+ "tagKeys"
1129
+ ],
1130
+ "members": {
1131
+ "resourceArn": {
1132
+ "shape": "String",
1133
+ "location": "uri",
1134
+ "locationName": "resourceArn"
1135
+ },
1136
+ "tagKeys": {
1137
+ "shape": "TagKeys",
1138
+ "location": "querystring",
1139
+ "locationName": "tagKeys"
1140
+ }
1141
+ }
1142
+ },
1143
+ "satelliteArn": {
1144
+ "type": "string"
1145
+ },
1146
+ "GetMissionProfileResponse": {
1147
+ "type": "structure",
1148
+ "members": {
1149
+ "contactPostPassDurationSeconds": {
1150
+ "shape": "DurationInSeconds"
1151
+ },
1152
+ "contactPrePassDurationSeconds": {
1153
+ "shape": "DurationInSeconds"
1154
+ },
1155
+ "dataflowEdges": {
1156
+ "shape": "DataflowEdgeList"
1157
+ },
1158
+ "minimumViableContactDurationSeconds": {
1159
+ "shape": "DurationInSeconds"
1160
+ },
1161
+ "missionProfileArn": {
1162
+ "shape": "MissionProfileArn"
1163
+ },
1164
+ "missionProfileId": {
1165
+ "shape": "String"
1166
+ },
1167
+ "name": {
1168
+ "shape": "String"
1169
+ },
1170
+ "region": {
1171
+ "shape": "String"
1172
+ },
1173
+ "tags": {
1174
+ "shape": "TagsMap"
1175
+ },
1176
+ "trackingConfigArn": {
1177
+ "shape": "ConfigArn"
1178
+ }
1179
+ }
1180
+ },
1181
+ "ContactIdResponse": {
1182
+ "type": "structure",
1183
+ "members": {
1184
+ "contactId": {
1185
+ "shape": "String"
1186
+ }
1187
+ }
1188
+ },
1189
+ "EndpointDetailsList": {
1190
+ "type": "list",
1191
+ "member": {
1192
+ "shape": "EndpointDetails"
1193
+ }
1194
+ },
1195
+ "ListGroundStationsRequest": {
1196
+ "type": "structure",
1197
+ "members": {
1198
+ "maxResults": {
1199
+ "shape": "Integer",
1200
+ "location": "querystring",
1201
+ "locationName": "maxResults"
1202
+ },
1203
+ "nextToken": {
1204
+ "shape": "String",
1205
+ "location": "querystring",
1206
+ "locationName": "nextToken"
1207
+ }
1208
+ }
1209
+ },
1210
+ "InvalidParameterException": {
1211
+ "type": "structure",
1212
+ "members": {
1213
+ "message": {
1214
+ "shape": "String"
1215
+ },
1216
+ "parameterName": {
1217
+ "shape": "String"
1218
+ }
1219
+ },
1220
+ "exception": true,
1221
+ "error": {
1222
+ "code": "InvalidParameterException",
1223
+ "httpStatusCode": 431,
1224
+ "senderFault": true
1225
+ }
1226
+ },
1227
+ "DependencyException": {
1228
+ "type": "structure",
1229
+ "members": {
1230
+ "message": {
1231
+ "shape": "String"
1232
+ },
1233
+ "parameterName": {
1234
+ "shape": "String"
1235
+ }
1236
+ },
1237
+ "exception": true,
1238
+ "error": {
1239
+ "code": "DependencyException",
1240
+ "httpStatusCode": 531,
1241
+ "fault": true
1242
+ }
1243
+ },
1244
+ "DescribeContactRequest": {
1245
+ "type": "structure",
1246
+ "required": [
1247
+ "contactId"
1248
+ ],
1249
+ "members": {
1250
+ "contactId": {
1251
+ "shape": "String",
1252
+ "location": "uri",
1253
+ "locationName": "contactId"
1254
+ }
1255
+ }
1256
+ },
1257
+ "ResourceNotFoundException": {
1258
+ "type": "structure",
1259
+ "members": {
1260
+ "message": {
1261
+ "shape": "String"
1262
+ }
1263
+ },
1264
+ "exception": true,
1265
+ "error": {
1266
+ "code": "ResourceNotFoundException",
1267
+ "httpStatusCode": 434,
1268
+ "senderFault": true
1269
+ }
1270
+ },
1271
+ "Timestamp": {
1272
+ "type": "timestamp"
1273
+ },
1274
+ "DeleteConfigRequest": {
1275
+ "type": "structure",
1276
+ "required": [
1277
+ "configId",
1278
+ "configType"
1279
+ ],
1280
+ "members": {
1281
+ "configId": {
1282
+ "shape": "String",
1283
+ "location": "uri",
1284
+ "locationName": "configId"
1285
+ },
1286
+ "configType": {
1287
+ "shape": "ConfigCapabilityType",
1288
+ "location": "uri",
1289
+ "locationName": "configType"
1290
+ }
1291
+ }
1292
+ },
1293
+ "BandwidthUnits": {
1294
+ "type": "string",
1295
+ "enum": [
1296
+ "GHz",
1297
+ "MHz",
1298
+ "kHz"
1299
+ ]
1300
+ },
1301
+ "SpectrumConfig": {
1302
+ "type": "structure",
1303
+ "required": [
1304
+ "bandwidth",
1305
+ "centerFrequency"
1306
+ ],
1307
+ "members": {
1308
+ "bandwidth": {
1309
+ "shape": "FrequencyBandwidth"
1310
+ },
1311
+ "centerFrequency": {
1312
+ "shape": "Frequency"
1313
+ },
1314
+ "polarization": {
1315
+ "shape": "Polarization"
1316
+ }
1317
+ }
1318
+ },
1319
+ "DemodulationConfig": {
1320
+ "type": "structure",
1321
+ "required": [
1322
+ "unvalidatedJSON"
1323
+ ],
1324
+ "members": {
1325
+ "unvalidatedJSON": {
1326
+ "shape": "JsonString"
1327
+ }
1328
+ }
1329
+ },
1330
+ "ListMissionProfilesResponse": {
1331
+ "type": "structure",
1332
+ "members": {
1333
+ "missionProfileList": {
1334
+ "shape": "MissionProfileList"
1335
+ },
1336
+ "nextToken": {
1337
+ "shape": "String"
1338
+ }
1339
+ }
1340
+ },
1341
+ "ListConfigsResponse": {
1342
+ "type": "structure",
1343
+ "members": {
1344
+ "configList": {
1345
+ "shape": "ConfigList"
1346
+ },
1347
+ "nextToken": {
1348
+ "shape": "String"
1349
+ }
1350
+ }
1351
+ },
1352
+ "DataflowEdge": {
1353
+ "type": "list",
1354
+ "member": {
1355
+ "shape": "ConfigArn"
1356
+ },
1357
+ "min": 2,
1358
+ "max": 2
1359
+ },
1360
+ "SafeName": {
1361
+ "type": "string",
1362
+ "min": 1,
1363
+ "max": 256,
1364
+ "pattern": "^[ a-zA-Z0-9_:-]+$"
1365
+ },
1366
+ "Eirp": {
1367
+ "type": "structure",
1368
+ "required": [
1369
+ "units",
1370
+ "value"
1371
+ ],
1372
+ "members": {
1373
+ "units": {
1374
+ "shape": "EirpUnits"
1375
+ },
1376
+ "value": {
1377
+ "shape": "Double"
1378
+ }
1379
+ }
1380
+ },
1381
+ "RoleArn": {
1382
+ "type": "string"
1383
+ },
1384
+ "ListMissionProfilesRequest": {
1385
+ "type": "structure",
1386
+ "members": {
1387
+ "maxResults": {
1388
+ "shape": "Integer",
1389
+ "location": "querystring",
1390
+ "locationName": "maxResults"
1391
+ },
1392
+ "nextToken": {
1393
+ "shape": "String",
1394
+ "location": "querystring",
1395
+ "locationName": "nextToken"
1396
+ }
1397
+ }
1398
+ },
1399
+ "GetSatelliteResponse": {
1400
+ "type": "structure",
1401
+ "members": {
1402
+ "dateCreated": {
1403
+ "shape": "Timestamp"
1404
+ },
1405
+ "lastUpdated": {
1406
+ "shape": "Timestamp"
1407
+ },
1408
+ "noradSatelliteID": {
1409
+ "shape": "noradSatelliteID"
1410
+ },
1411
+ "satelliteArn": {
1412
+ "shape": "satelliteArn"
1413
+ },
1414
+ "satelliteId": {
1415
+ "shape": "Uuid"
1416
+ },
1417
+ "tags": {
1418
+ "shape": "TagsMap"
1419
+ }
1420
+ }
1421
+ },
1422
+ "StatusList": {
1423
+ "type": "list",
1424
+ "member": {
1425
+ "shape": "ContactStatus"
1426
+ }
1427
+ },
1428
+ "ListContactsRequest": {
1429
+ "type": "structure",
1430
+ "required": [
1431
+ "endTime",
1432
+ "startTime",
1433
+ "statusList"
1434
+ ],
1435
+ "members": {
1436
+ "endTime": {
1437
+ "shape": "Timestamp"
1438
+ },
1439
+ "groundStation": {
1440
+ "shape": "String"
1441
+ },
1442
+ "maxResults": {
1443
+ "shape": "Integer"
1444
+ },
1445
+ "missionProfileArn": {
1446
+ "shape": "MissionProfileArn"
1447
+ },
1448
+ "nextToken": {
1449
+ "shape": "String"
1450
+ },
1451
+ "satelliteArn": {
1452
+ "shape": "satelliteArn"
1453
+ },
1454
+ "startTime": {
1455
+ "shape": "Timestamp"
1456
+ },
1457
+ "statusList": {
1458
+ "shape": "StatusList"
1459
+ }
1460
+ }
1461
+ },
1462
+ "ContactData": {
1463
+ "type": "structure",
1464
+ "members": {
1465
+ "contactId": {
1466
+ "shape": "String"
1467
+ },
1468
+ "contactStatus": {
1469
+ "shape": "ContactStatus"
1470
+ },
1471
+ "endTime": {
1472
+ "shape": "Timestamp"
1473
+ },
1474
+ "errorMessage": {
1475
+ "shape": "String"
1476
+ },
1477
+ "groundStation": {
1478
+ "shape": "String"
1479
+ },
1480
+ "maximumElevation": {
1481
+ "shape": "Elevation"
1482
+ },
1483
+ "missionProfileArn": {
1484
+ "shape": "MissionProfileArn"
1485
+ },
1486
+ "postPassEndTime": {
1487
+ "shape": "Timestamp"
1488
+ },
1489
+ "prePassStartTime": {
1490
+ "shape": "Timestamp"
1491
+ },
1492
+ "satelliteArn": {
1493
+ "shape": "satelliteArn"
1494
+ },
1495
+ "startTime": {
1496
+ "shape": "Timestamp"
1497
+ },
1498
+ "tags": {
1499
+ "shape": "TagsMap"
1500
+ }
1501
+ }
1502
+ },
1503
+ "ListGroundStationsResponse": {
1504
+ "type": "structure",
1505
+ "members": {
1506
+ "groundStationList": {
1507
+ "shape": "GroundStationList"
1508
+ },
1509
+ "nextToken": {
1510
+ "shape": "String"
1511
+ }
1512
+ }
1513
+ },
1514
+ "DataflowEndpoint": {
1515
+ "type": "structure",
1516
+ "members": {
1517
+ "address": {
1518
+ "shape": "SocketAddress"
1519
+ },
1520
+ "name": {
1521
+ "shape": "SafeName"
1522
+ },
1523
+ "status": {
1524
+ "shape": "EndpointStatus"
1525
+ }
1526
+ }
1527
+ },
1528
+ "ListConfigsRequest": {
1529
+ "type": "structure",
1530
+ "members": {
1531
+ "maxResults": {
1532
+ "shape": "Integer",
1533
+ "location": "querystring",
1534
+ "locationName": "maxResults"
1535
+ },
1536
+ "nextToken": {
1537
+ "shape": "String",
1538
+ "location": "querystring",
1539
+ "locationName": "nextToken"
1540
+ }
1541
+ }
1542
+ },
1543
+ "SocketAddress": {
1544
+ "type": "structure",
1545
+ "required": [
1546
+ "name",
1547
+ "port"
1548
+ ],
1549
+ "members": {
1550
+ "name": {
1551
+ "shape": "String"
1552
+ },
1553
+ "port": {
1554
+ "shape": "Integer"
1555
+ }
1556
+ }
1557
+ },
1558
+ "GetConfigResponse": {
1559
+ "type": "structure",
1560
+ "required": [
1561
+ "configArn",
1562
+ "configData",
1563
+ "configId",
1564
+ "name"
1565
+ ],
1566
+ "members": {
1567
+ "configArn": {
1568
+ "shape": "ConfigArn"
1569
+ },
1570
+ "configData": {
1571
+ "shape": "ConfigTypeData"
1572
+ },
1573
+ "configId": {
1574
+ "shape": "String"
1575
+ },
1576
+ "configType": {
1577
+ "shape": "ConfigCapabilityType"
1578
+ },
1579
+ "name": {
1580
+ "shape": "String"
1581
+ },
1582
+ "tags": {
1583
+ "shape": "TagsMap"
1584
+ }
1585
+ }
1586
+ },
1587
+ "TagsMap": {
1588
+ "type": "map",
1589
+ "key": {
1590
+ "shape": "String"
1591
+ },
1592
+ "value": {
1593
+ "shape": "String"
1594
+ }
1595
+ },
1596
+ "TagResourceResponse": {
1597
+ "type": "structure",
1598
+ "members": { }
1599
+ },
1600
+ "DeleteMissionProfileRequest": {
1601
+ "type": "structure",
1602
+ "required": [
1603
+ "missionProfileId"
1604
+ ],
1605
+ "members": {
1606
+ "missionProfileId": {
1607
+ "shape": "String",
1608
+ "location": "uri",
1609
+ "locationName": "missionProfileId"
1610
+ }
1611
+ }
1612
+ },
1613
+ "DataflowEndpointGroupList": {
1614
+ "type": "list",
1615
+ "member": {
1616
+ "shape": "DataflowEndpointListItem"
1617
+ }
1618
+ },
1619
+ "ContactList": {
1620
+ "type": "list",
1621
+ "member": {
1622
+ "shape": "ContactData"
1623
+ }
1624
+ },
1625
+ "DurationInSeconds": {
1626
+ "type": "integer",
1627
+ "min": 1,
1628
+ "max": 21600
1629
+ },
1630
+ "SatelliteListItem": {
1631
+ "type": "structure",
1632
+ "members": {
1633
+ "noradSatelliteID": {
1634
+ "shape": "noradSatelliteID"
1635
+ },
1636
+ "satelliteArn": {
1637
+ "shape": "satelliteArn"
1638
+ },
1639
+ "satelliteId": {
1640
+ "shape": "Uuid"
1641
+ }
1642
+ }
1643
+ },
1644
+ "GetMissionProfileRequest": {
1645
+ "type": "structure",
1646
+ "required": [
1647
+ "missionProfileId"
1648
+ ],
1649
+ "members": {
1650
+ "missionProfileId": {
1651
+ "shape": "String",
1652
+ "location": "uri",
1653
+ "locationName": "missionProfileId"
1654
+ }
1655
+ }
1656
+ },
1657
+ "Double": {
1658
+ "type": "double",
1659
+ "box": true
1660
+ },
1661
+ "ListSatellitesResponse": {
1662
+ "type": "structure",
1663
+ "members": {
1664
+ "nextToken": {
1665
+ "shape": "String"
1666
+ },
1667
+ "satellites": {
1668
+ "shape": "SatelliteList"
1669
+ }
1670
+ }
1671
+ },
1672
+ "CreateMissionProfileRequest": {
1673
+ "type": "structure",
1674
+ "required": [
1675
+ "dataflowEdges",
1676
+ "minimumViableContactDurationSeconds",
1677
+ "name",
1678
+ "trackingConfigArn"
1679
+ ],
1680
+ "members": {
1681
+ "contactPostPassDurationSeconds": {
1682
+ "shape": "DurationInSeconds"
1683
+ },
1684
+ "contactPrePassDurationSeconds": {
1685
+ "shape": "DurationInSeconds"
1686
+ },
1687
+ "dataflowEdges": {
1688
+ "shape": "DataflowEdgeList"
1689
+ },
1690
+ "minimumViableContactDurationSeconds": {
1691
+ "shape": "DurationInSeconds"
1692
+ },
1693
+ "name": {
1694
+ "shape": "SafeName"
1695
+ },
1696
+ "tags": {
1697
+ "shape": "TagsMap"
1698
+ },
1699
+ "trackingConfigArn": {
1700
+ "shape": "ConfigArn"
1701
+ }
1702
+ }
1703
+ },
1704
+ "ReserveContactRequest": {
1705
+ "type": "structure",
1706
+ "required": [
1707
+ "endTime",
1708
+ "groundStation",
1709
+ "missionProfileArn",
1710
+ "satelliteArn",
1711
+ "startTime"
1712
+ ],
1713
+ "members": {
1714
+ "endTime": {
1715
+ "shape": "Timestamp"
1716
+ },
1717
+ "groundStation": {
1718
+ "shape": "String"
1719
+ },
1720
+ "missionProfileArn": {
1721
+ "shape": "MissionProfileArn"
1722
+ },
1723
+ "satelliteArn": {
1724
+ "shape": "satelliteArn"
1725
+ },
1726
+ "startTime": {
1727
+ "shape": "Timestamp"
1728
+ },
1729
+ "tags": {
1730
+ "shape": "TagsMap"
1731
+ }
1732
+ }
1733
+ },
1734
+ "DataflowEndpointConfig": {
1735
+ "type": "structure",
1736
+ "required": [
1737
+ "dataflowEndpointName"
1738
+ ],
1739
+ "members": {
1740
+ "dataflowEndpointName": {
1741
+ "shape": "String"
1742
+ }
1743
+ }
1744
+ },
1745
+ "Uuid": {
1746
+ "type": "string",
1747
+ "min": 1,
1748
+ "max": 128,
1749
+ "pattern": "[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}"
1750
+ },
1751
+ "ListTagsForResourceResponse": {
1752
+ "type": "structure",
1753
+ "members": {
1754
+ "tags": {
1755
+ "shape": "TagsMap"
1756
+ }
1757
+ }
1758
+ },
1759
+ "MissionProfileArn": {
1760
+ "type": "string"
1761
+ },
1762
+ "ListContactsResponse": {
1763
+ "type": "structure",
1764
+ "members": {
1765
+ "contactList": {
1766
+ "shape": "ContactList"
1767
+ },
1768
+ "nextToken": {
1769
+ "shape": "String"
1770
+ }
1771
+ }
1772
+ },
1773
+ "DataflowEdgeList": {
1774
+ "type": "list",
1775
+ "member": {
1776
+ "shape": "DataflowEdge"
1777
+ }
1778
+ },
1779
+ "DescribeContactResponse": {
1780
+ "type": "structure",
1781
+ "members": {
1782
+ "contactId": {
1783
+ "shape": "String"
1784
+ },
1785
+ "contactStatus": {
1786
+ "shape": "ContactStatus"
1787
+ },
1788
+ "endTime": {
1789
+ "shape": "Timestamp"
1790
+ },
1791
+ "errorMessage": {
1792
+ "shape": "String"
1793
+ },
1794
+ "groundStation": {
1795
+ "shape": "String"
1796
+ },
1797
+ "maximumElevation": {
1798
+ "shape": "Elevation"
1799
+ },
1800
+ "missionProfileArn": {
1801
+ "shape": "MissionProfileArn"
1802
+ },
1803
+ "postPassEndTime": {
1804
+ "shape": "Timestamp"
1805
+ },
1806
+ "prePassStartTime": {
1807
+ "shape": "Timestamp"
1808
+ },
1809
+ "satelliteArn": {
1810
+ "shape": "satelliteArn"
1811
+ },
1812
+ "startTime": {
1813
+ "shape": "Timestamp"
1814
+ },
1815
+ "tags": {
1816
+ "shape": "TagsMap"
1817
+ }
1818
+ }
1819
+ },
1820
+ "ConfigListItem": {
1821
+ "type": "structure",
1822
+ "members": {
1823
+ "configArn": {
1824
+ "shape": "ConfigArn"
1825
+ },
1826
+ "configId": {
1827
+ "shape": "String"
1828
+ },
1829
+ "configType": {
1830
+ "shape": "ConfigCapabilityType"
1831
+ },
1832
+ "name": {
1833
+ "shape": "String"
1834
+ }
1835
+ }
1836
+ },
1837
+ "ListTagsForResourceRequest": {
1838
+ "type": "structure",
1839
+ "required": [
1840
+ "resourceArn"
1841
+ ],
1842
+ "members": {
1843
+ "resourceArn": {
1844
+ "shape": "String",
1845
+ "location": "uri",
1846
+ "locationName": "resourceArn"
1847
+ }
1848
+ }
1849
+ },
1850
+ "ListDataflowEndpointGroupsRequest": {
1851
+ "type": "structure",
1852
+ "members": {
1853
+ "maxResults": {
1854
+ "shape": "Integer",
1855
+ "location": "querystring",
1856
+ "locationName": "maxResults"
1857
+ },
1858
+ "nextToken": {
1859
+ "shape": "String",
1860
+ "location": "querystring",
1861
+ "locationName": "nextToken"
1862
+ }
1863
+ }
1864
+ },
1865
+ "FrequencyBandwidth": {
1866
+ "type": "structure",
1867
+ "required": [
1868
+ "units",
1869
+ "value"
1870
+ ],
1871
+ "members": {
1872
+ "units": {
1873
+ "shape": "BandwidthUnits"
1874
+ },
1875
+ "value": {
1876
+ "shape": "Double"
1877
+ }
1878
+ }
1879
+ },
1880
+ "String": {
1881
+ "type": "string"
1882
+ },
1883
+ "ListSatellitesRequest": {
1884
+ "type": "structure",
1885
+ "members": {
1886
+ "maxResults": {
1887
+ "shape": "Integer",
1888
+ "location": "querystring",
1889
+ "locationName": "maxResults"
1890
+ },
1891
+ "nextToken": {
1892
+ "shape": "String",
1893
+ "location": "querystring",
1894
+ "locationName": "nextToken"
1895
+ }
1896
+ }
1897
+ },
1898
+ "UpdateMissionProfileRequest": {
1899
+ "type": "structure",
1900
+ "required": [
1901
+ "missionProfileId"
1902
+ ],
1903
+ "members": {
1904
+ "contactPostPassDurationSeconds": {
1905
+ "shape": "DurationInSeconds"
1906
+ },
1907
+ "contactPrePassDurationSeconds": {
1908
+ "shape": "DurationInSeconds"
1909
+ },
1910
+ "dataflowEdges": {
1911
+ "shape": "DataflowEdgeList"
1912
+ },
1913
+ "minimumViableContactDurationSeconds": {
1914
+ "shape": "DurationInSeconds"
1915
+ },
1916
+ "missionProfileId": {
1917
+ "shape": "String",
1918
+ "location": "uri",
1919
+ "locationName": "missionProfileId"
1920
+ },
1921
+ "name": {
1922
+ "shape": "SafeName"
1923
+ },
1924
+ "trackingConfigArn": {
1925
+ "shape": "ConfigArn"
1926
+ }
1927
+ }
1928
+ },
1929
+ "FrequencyUnits": {
1930
+ "type": "string",
1931
+ "enum": [
1932
+ "GHz",
1933
+ "MHz",
1934
+ "kHz"
1935
+ ]
1936
+ },
1937
+ "TagResourceRequest": {
1938
+ "type": "structure",
1939
+ "required": [
1940
+ "resourceArn"
1941
+ ],
1942
+ "members": {
1943
+ "resourceArn": {
1944
+ "shape": "String",
1945
+ "location": "uri",
1946
+ "locationName": "resourceArn"
1947
+ },
1948
+ "tags": {
1949
+ "shape": "TagsMap"
1950
+ }
1951
+ }
1952
+ },
1953
+ "Criticality": {
1954
+ "type": "string",
1955
+ "enum": [
1956
+ "PREFERRED",
1957
+ "REMOVED",
1958
+ "REQUIRED"
1959
+ ]
1960
+ },
1961
+ "ConfigCapabilityType": {
1962
+ "type": "string",
1963
+ "enum": [
1964
+ "antenna-downlink",
1965
+ "antenna-downlink-demod-decode",
1966
+ "antenna-uplink",
1967
+ "dataflow-endpoint",
1968
+ "tracking",
1969
+ "uplink-echo"
1970
+ ]
1971
+ },
1972
+ "TagKeys": {
1973
+ "type": "list",
1974
+ "member": {
1975
+ "shape": "String"
1976
+ }
1977
+ },
1978
+ "AngleUnits": {
1979
+ "type": "string",
1980
+ "enum": [
1981
+ "DEGREE_ANGLE",
1982
+ "RADIAN"
1983
+ ]
1984
+ },
1985
+ "DataflowEndpointListItem": {
1986
+ "type": "structure",
1987
+ "members": {
1988
+ "dataflowEndpointGroupArn": {
1989
+ "shape": "DataflowEndpointGroupArn"
1990
+ },
1991
+ "dataflowEndpointGroupId": {
1992
+ "shape": "String"
1993
+ }
1994
+ }
1995
+ },
1996
+ "GetDataflowEndpointGroupResponse": {
1997
+ "type": "structure",
1998
+ "members": {
1999
+ "dataflowEndpointGroupArn": {
2000
+ "shape": "DataflowEndpointGroupArn"
2001
+ },
2002
+ "dataflowEndpointGroupId": {
2003
+ "shape": "String"
2004
+ },
2005
+ "endpointsDetails": {
2006
+ "shape": "EndpointDetailsList"
2007
+ },
2008
+ "tags": {
2009
+ "shape": "TagsMap"
2010
+ }
2011
+ }
2012
+ },
2013
+ "GetDataflowEndpointGroupRequest": {
2014
+ "type": "structure",
2015
+ "required": [
2016
+ "dataflowEndpointGroupId"
2017
+ ],
2018
+ "members": {
2019
+ "dataflowEndpointGroupId": {
2020
+ "shape": "String",
2021
+ "location": "uri",
2022
+ "locationName": "dataflowEndpointGroupId"
2023
+ }
2024
+ }
2025
+ },
2026
+ "ConfigArn": {
2027
+ "type": "string"
2028
+ },
2029
+ "GetMinuteUsageRequest": {
2030
+ "type": "structure",
2031
+ "required": [
2032
+ "month",
2033
+ "year"
2034
+ ],
2035
+ "members": {
2036
+ "month": {
2037
+ "shape": "Integer"
2038
+ },
2039
+ "year": {
2040
+ "shape": "Integer"
2041
+ }
2042
+ }
2043
+ },
2044
+ "DataflowEndpointGroupIdResponse": {
2045
+ "type": "structure",
2046
+ "members": {
2047
+ "dataflowEndpointGroupId": {
2048
+ "shape": "String"
2049
+ }
2050
+ }
2051
+ },
2052
+ "EirpUnits": {
2053
+ "type": "string",
2054
+ "enum": [
2055
+ "dBW"
2056
+ ]
2057
+ }
2058
+ }
2059
+ }