@aws-sdk/client-groundstation 3.131.0 → 3.142.0

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 (59) hide show
  1. package/CHANGELOG.md +33 -0
  2. package/README.md +1 -1
  3. package/dist-cjs/commands/CancelContactCommand.js +2 -2
  4. package/dist-cjs/commands/CreateConfigCommand.js +2 -2
  5. package/dist-cjs/commands/CreateDataflowEndpointGroupCommand.js +2 -2
  6. package/dist-cjs/commands/CreateMissionProfileCommand.js +2 -2
  7. package/dist-cjs/commands/DeleteConfigCommand.js +2 -2
  8. package/dist-cjs/commands/DeleteDataflowEndpointGroupCommand.js +2 -2
  9. package/dist-cjs/commands/DeleteMissionProfileCommand.js +2 -2
  10. package/dist-cjs/commands/DescribeContactCommand.js +2 -2
  11. package/dist-cjs/commands/GetConfigCommand.js +2 -2
  12. package/dist-cjs/commands/GetDataflowEndpointGroupCommand.js +2 -2
  13. package/dist-cjs/commands/GetMinuteUsageCommand.js +2 -2
  14. package/dist-cjs/commands/GetMissionProfileCommand.js +2 -2
  15. package/dist-cjs/commands/GetSatelliteCommand.js +2 -2
  16. package/dist-cjs/commands/ListConfigsCommand.js +2 -2
  17. package/dist-cjs/commands/ListContactsCommand.js +2 -2
  18. package/dist-cjs/commands/ListDataflowEndpointGroupsCommand.js +2 -2
  19. package/dist-cjs/commands/ListGroundStationsCommand.js +2 -2
  20. package/dist-cjs/commands/ListMissionProfilesCommand.js +2 -2
  21. package/dist-cjs/commands/ListSatellitesCommand.js +2 -2
  22. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  23. package/dist-cjs/commands/ReserveContactCommand.js +2 -2
  24. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  25. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  26. package/dist-cjs/commands/UpdateConfigCommand.js +2 -2
  27. package/dist-cjs/commands/UpdateMissionProfileCommand.js +2 -2
  28. package/dist-cjs/models/models_0.js +338 -484
  29. package/dist-cjs/protocols/Aws_restJson1.js +335 -652
  30. package/dist-es/commands/CancelContactCommand.js +3 -3
  31. package/dist-es/commands/CreateConfigCommand.js +3 -3
  32. package/dist-es/commands/CreateDataflowEndpointGroupCommand.js +3 -3
  33. package/dist-es/commands/CreateMissionProfileCommand.js +3 -3
  34. package/dist-es/commands/DeleteConfigCommand.js +3 -3
  35. package/dist-es/commands/DeleteDataflowEndpointGroupCommand.js +3 -3
  36. package/dist-es/commands/DeleteMissionProfileCommand.js +3 -3
  37. package/dist-es/commands/DescribeContactCommand.js +3 -3
  38. package/dist-es/commands/GetConfigCommand.js +3 -3
  39. package/dist-es/commands/GetDataflowEndpointGroupCommand.js +3 -3
  40. package/dist-es/commands/GetMinuteUsageCommand.js +3 -3
  41. package/dist-es/commands/GetMissionProfileCommand.js +3 -3
  42. package/dist-es/commands/GetSatelliteCommand.js +3 -3
  43. package/dist-es/commands/ListConfigsCommand.js +3 -3
  44. package/dist-es/commands/ListContactsCommand.js +3 -3
  45. package/dist-es/commands/ListDataflowEndpointGroupsCommand.js +3 -3
  46. package/dist-es/commands/ListGroundStationsCommand.js +3 -3
  47. package/dist-es/commands/ListMissionProfilesCommand.js +3 -3
  48. package/dist-es/commands/ListSatellitesCommand.js +3 -3
  49. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  50. package/dist-es/commands/ReserveContactCommand.js +3 -3
  51. package/dist-es/commands/TagResourceCommand.js +3 -3
  52. package/dist-es/commands/UntagResourceCommand.js +3 -3
  53. package/dist-es/commands/UpdateConfigCommand.js +3 -3
  54. package/dist-es/commands/UpdateMissionProfileCommand.js +3 -3
  55. package/dist-es/models/models_0.js +106 -328
  56. package/dist-es/protocols/Aws_restJson1.js +425 -649
  57. package/dist-types/models/models_0.d.ts +304 -452
  58. package/dist-types/ts3.4/models/models_0.d.ts +152 -300
  59. package/package.json +6 -6
@@ -9,10 +9,6 @@ export interface AntennaDemodDecodeDetails {
9
9
 
10
10
  outputNode?: string;
11
11
  }
12
- export declare namespace AntennaDemodDecodeDetails {
13
-
14
- const filterSensitiveLog: (obj: AntennaDemodDecodeDetails) => any;
15
- }
16
12
  export declare enum BandwidthUnits {
17
13
  GHZ = "GHz",
18
14
  KHZ = "kHz",
@@ -25,10 +21,6 @@ export interface FrequencyBandwidth {
25
21
 
26
22
  units: BandwidthUnits | string | undefined;
27
23
  }
28
- export declare namespace FrequencyBandwidth {
29
-
30
- const filterSensitiveLog: (obj: FrequencyBandwidth) => any;
31
- }
32
24
  export declare enum FrequencyUnits {
33
25
  GHZ = "GHz",
34
26
  KHZ = "kHz",
@@ -41,10 +33,6 @@ export interface Frequency {
41
33
 
42
34
  units: FrequencyUnits | string | undefined;
43
35
  }
44
- export declare namespace Frequency {
45
-
46
- const filterSensitiveLog: (obj: Frequency) => any;
47
- }
48
36
  export declare enum Polarization {
49
37
  LEFT_HAND = "LEFT_HAND",
50
38
  NONE = "NONE",
@@ -59,37 +47,21 @@ export interface SpectrumConfig {
59
47
 
60
48
  polarization?: Polarization | string;
61
49
  }
62
- export declare namespace SpectrumConfig {
63
-
64
- const filterSensitiveLog: (obj: SpectrumConfig) => any;
65
- }
66
50
 
67
51
  export interface AntennaDownlinkConfig {
68
52
 
69
53
  spectrumConfig: SpectrumConfig | undefined;
70
54
  }
71
- export declare namespace AntennaDownlinkConfig {
72
-
73
- const filterSensitiveLog: (obj: AntennaDownlinkConfig) => any;
74
- }
75
55
 
76
56
  export interface DecodeConfig {
77
57
 
78
58
  unvalidatedJSON: string | undefined;
79
59
  }
80
- export declare namespace DecodeConfig {
81
-
82
- const filterSensitiveLog: (obj: DecodeConfig) => any;
83
- }
84
60
 
85
61
  export interface DemodulationConfig {
86
62
 
87
63
  unvalidatedJSON: string | undefined;
88
64
  }
89
- export declare namespace DemodulationConfig {
90
-
91
- const filterSensitiveLog: (obj: DemodulationConfig) => any;
92
- }
93
65
 
94
66
  export interface AntennaDownlinkDemodDecodeConfig {
95
67
 
@@ -99,10 +71,6 @@ export interface AntennaDownlinkDemodDecodeConfig {
99
71
 
100
72
  decodeConfig: DecodeConfig | undefined;
101
73
  }
102
- export declare namespace AntennaDownlinkDemodDecodeConfig {
103
-
104
- const filterSensitiveLog: (obj: AntennaDownlinkDemodDecodeConfig) => any;
105
- }
106
74
 
107
75
  export interface UplinkSpectrumConfig {
108
76
 
@@ -110,10 +78,6 @@ export interface UplinkSpectrumConfig {
110
78
 
111
79
  polarization?: Polarization | string;
112
80
  }
113
- export declare namespace UplinkSpectrumConfig {
114
-
115
- const filterSensitiveLog: (obj: UplinkSpectrumConfig) => any;
116
- }
117
81
  export declare enum EirpUnits {
118
82
  DBW = "dBW"
119
83
  }
@@ -124,10 +88,6 @@ export interface Eirp {
124
88
 
125
89
  units: EirpUnits | string | undefined;
126
90
  }
127
- export declare namespace Eirp {
128
-
129
- const filterSensitiveLog: (obj: Eirp) => any;
130
- }
131
91
 
132
92
  export interface AntennaUplinkConfig {
133
93
 
@@ -137,28 +97,16 @@ export interface AntennaUplinkConfig {
137
97
 
138
98
  targetEirp: Eirp | undefined;
139
99
  }
140
- export declare namespace AntennaUplinkConfig {
141
-
142
- const filterSensitiveLog: (obj: AntennaUplinkConfig) => any;
143
- }
144
100
 
145
101
  export interface CancelContactRequest {
146
102
 
147
103
  contactId: string | undefined;
148
104
  }
149
- export declare namespace CancelContactRequest {
150
-
151
- const filterSensitiveLog: (obj: CancelContactRequest) => any;
152
- }
153
105
 
154
106
  export interface ContactIdResponse {
155
107
 
156
108
  contactId?: string;
157
109
  }
158
- export declare namespace ContactIdResponse {
159
-
160
- const filterSensitiveLog: (obj: ContactIdResponse) => any;
161
- }
162
110
 
163
111
  export declare class DependencyException extends __BaseException {
164
112
  readonly name: "DependencyException";
@@ -202,10 +150,6 @@ export interface ConfigIdResponse {
202
150
 
203
151
  configArn?: string;
204
152
  }
205
- export declare namespace ConfigIdResponse {
206
-
207
- const filterSensitiveLog: (obj: ConfigIdResponse) => any;
208
- }
209
153
 
210
154
  export interface DataflowEndpointConfig {
211
155
 
@@ -213,10 +157,6 @@ export interface DataflowEndpointConfig {
213
157
 
214
158
  dataflowEndpointRegion?: string;
215
159
  }
216
- export declare namespace DataflowEndpointConfig {
217
-
218
- const filterSensitiveLog: (obj: DataflowEndpointConfig) => any;
219
- }
220
160
 
221
161
  export interface S3RecordingConfig {
222
162
 
@@ -226,10 +166,6 @@ export interface S3RecordingConfig {
226
166
 
227
167
  prefix?: string;
228
168
  }
229
- export declare namespace S3RecordingConfig {
230
-
231
- const filterSensitiveLog: (obj: S3RecordingConfig) => any;
232
- }
233
169
  export declare enum Criticality {
234
170
  PREFERRED = "PREFERRED",
235
171
  REMOVED = "REMOVED",
@@ -240,10 +176,6 @@ export interface TrackingConfig {
240
176
 
241
177
  autotrack: Criticality | string | undefined;
242
178
  }
243
- export declare namespace TrackingConfig {
244
-
245
- const filterSensitiveLog: (obj: TrackingConfig) => any;
246
- }
247
179
 
248
180
  export interface UplinkEchoConfig {
249
181
 
@@ -251,10 +183,6 @@ export interface UplinkEchoConfig {
251
183
 
252
184
  antennaUplinkConfigArn: string | undefined;
253
185
  }
254
- export declare namespace UplinkEchoConfig {
255
-
256
- const filterSensitiveLog: (obj: UplinkEchoConfig) => any;
257
- }
258
186
 
259
187
  export declare type ConfigTypeData = ConfigTypeData.AntennaDownlinkConfigMember | ConfigTypeData.AntennaDownlinkDemodDecodeConfigMember | ConfigTypeData.AntennaUplinkConfigMember | ConfigTypeData.DataflowEndpointConfigMember | ConfigTypeData.S3RecordingConfigMember | ConfigTypeData.TrackingConfigMember | ConfigTypeData.UplinkEchoConfigMember | ConfigTypeData.$UnknownMember;
260
188
  export declare namespace ConfigTypeData {
@@ -359,8 +287,6 @@ export declare namespace ConfigTypeData {
359
287
  _: (name: string, value: any) => T;
360
288
  }
361
289
  const visit: <T>(value: ConfigTypeData, visitor: Visitor<T>) => T;
362
-
363
- const filterSensitiveLog: (obj: ConfigTypeData) => any;
364
290
  }
365
291
 
366
292
  export interface CreateConfigRequest {
@@ -371,10 +297,6 @@ export interface CreateConfigRequest {
371
297
 
372
298
  tags?: Record<string, string>;
373
299
  }
374
- export declare namespace CreateConfigRequest {
375
-
376
- const filterSensitiveLog: (obj: CreateConfigRequest) => any;
377
- }
378
300
 
379
301
  export declare class ResourceLimitExceededException extends __BaseException {
380
302
  readonly name: "ResourceLimitExceededException";
@@ -391,10 +313,6 @@ export interface DeleteConfigRequest {
391
313
 
392
314
  configType: ConfigCapabilityType | string | undefined;
393
315
  }
394
- export declare namespace DeleteConfigRequest {
395
-
396
- const filterSensitiveLog: (obj: DeleteConfigRequest) => any;
397
- }
398
316
 
399
317
  export interface GetConfigRequest {
400
318
 
@@ -402,10 +320,6 @@ export interface GetConfigRequest {
402
320
 
403
321
  configType: ConfigCapabilityType | string | undefined;
404
322
  }
405
- export declare namespace GetConfigRequest {
406
-
407
- const filterSensitiveLog: (obj: GetConfigRequest) => any;
408
- }
409
323
 
410
324
  export interface GetConfigResponse {
411
325
 
@@ -421,10 +335,6 @@ export interface GetConfigResponse {
421
335
 
422
336
  tags?: Record<string, string>;
423
337
  }
424
- export declare namespace GetConfigResponse {
425
-
426
- const filterSensitiveLog: (obj: GetConfigResponse) => any;
427
- }
428
338
 
429
339
  export interface ListConfigsRequest {
430
340
 
@@ -432,10 +342,6 @@ export interface ListConfigsRequest {
432
342
 
433
343
  nextToken?: string;
434
344
  }
435
- export declare namespace ListConfigsRequest {
436
-
437
- const filterSensitiveLog: (obj: ListConfigsRequest) => any;
438
- }
439
345
 
440
346
  export interface ConfigListItem {
441
347
 
@@ -447,10 +353,6 @@ export interface ConfigListItem {
447
353
 
448
354
  name?: string;
449
355
  }
450
- export declare namespace ConfigListItem {
451
-
452
- const filterSensitiveLog: (obj: ConfigListItem) => any;
453
- }
454
356
 
455
357
  export interface ListConfigsResponse {
456
358
 
@@ -458,10 +360,6 @@ export interface ListConfigsResponse {
458
360
 
459
361
  configList?: ConfigListItem[];
460
362
  }
461
- export declare namespace ListConfigsResponse {
462
-
463
- const filterSensitiveLog: (obj: ListConfigsResponse) => any;
464
- }
465
363
 
466
364
  export interface UpdateConfigRequest {
467
365
 
@@ -473,10 +371,6 @@ export interface UpdateConfigRequest {
473
371
 
474
372
  configData: ConfigTypeData | undefined;
475
373
  }
476
- export declare namespace UpdateConfigRequest {
477
-
478
- const filterSensitiveLog: (obj: UpdateConfigRequest) => any;
479
- }
480
374
 
481
375
  export interface SocketAddress {
482
376
 
@@ -484,10 +378,6 @@ export interface SocketAddress {
484
378
 
485
379
  port: number | undefined;
486
380
  }
487
- export declare namespace SocketAddress {
488
-
489
- const filterSensitiveLog: (obj: SocketAddress) => any;
490
- }
491
381
  export declare enum EndpointStatus {
492
382
  created = "created",
493
383
  creating = "creating",
@@ -506,10 +396,6 @@ export interface DataflowEndpoint {
506
396
 
507
397
  mtu?: number;
508
398
  }
509
- export declare namespace DataflowEndpoint {
510
-
511
- const filterSensitiveLog: (obj: DataflowEndpoint) => any;
512
- }
513
399
 
514
400
  export interface SecurityDetails {
515
401
 
@@ -519,10 +405,6 @@ export interface SecurityDetails {
519
405
 
520
406
  roleArn: string | undefined;
521
407
  }
522
- export declare namespace SecurityDetails {
523
-
524
- const filterSensitiveLog: (obj: SecurityDetails) => any;
525
- }
526
408
 
527
409
  export interface EndpointDetails {
528
410
 
@@ -530,10 +412,6 @@ export interface EndpointDetails {
530
412
 
531
413
  endpoint?: DataflowEndpoint;
532
414
  }
533
- export declare namespace EndpointDetails {
534
-
535
- const filterSensitiveLog: (obj: EndpointDetails) => any;
536
- }
537
415
 
538
416
  export interface S3RecordingDetails {
539
417
 
@@ -541,10 +419,6 @@ export interface S3RecordingDetails {
541
419
 
542
420
  keyTemplate?: string;
543
421
  }
544
- export declare namespace S3RecordingDetails {
545
-
546
- const filterSensitiveLog: (obj: S3RecordingDetails) => any;
547
- }
548
422
 
549
423
  export declare type ConfigDetails = ConfigDetails.AntennaDemodDecodeDetailsMember | ConfigDetails.EndpointDetailsMember | ConfigDetails.S3RecordingDetailsMember | ConfigDetails.$UnknownMember;
550
424
  export declare namespace ConfigDetails {
@@ -585,18 +459,12 @@ export declare namespace ConfigDetails {
585
459
  _: (name: string, value: any) => T;
586
460
  }
587
461
  const visit: <T>(value: ConfigDetails, visitor: Visitor<T>) => T;
588
-
589
- const filterSensitiveLog: (obj: ConfigDetails) => any;
590
462
  }
591
463
 
592
464
  export interface DescribeContactRequest {
593
465
 
594
466
  contactId: string | undefined;
595
467
  }
596
- export declare namespace DescribeContactRequest {
597
-
598
- const filterSensitiveLog: (obj: DescribeContactRequest) => any;
599
- }
600
468
  export declare enum ContactStatus {
601
469
  AVAILABLE = "AVAILABLE",
602
470
  AWS_CANCELLED = "AWS_CANCELLED",
@@ -623,10 +491,6 @@ export interface Destination {
623
491
 
624
492
  dataflowDestinationRegion?: string;
625
493
  }
626
- export declare namespace Destination {
627
-
628
- const filterSensitiveLog: (obj: Destination) => any;
629
- }
630
494
 
631
495
  export interface Source {
632
496
 
@@ -638,10 +502,6 @@ export interface Source {
638
502
 
639
503
  dataflowSourceRegion?: string;
640
504
  }
641
- export declare namespace Source {
642
-
643
- const filterSensitiveLog: (obj: Source) => any;
644
- }
645
505
 
646
506
  export interface DataflowDetail {
647
507
 
@@ -651,10 +511,6 @@ export interface DataflowDetail {
651
511
 
652
512
  errorMessage?: string;
653
513
  }
654
- export declare namespace DataflowDetail {
655
-
656
- const filterSensitiveLog: (obj: DataflowDetail) => any;
657
- }
658
514
 
659
515
  export interface Elevation {
660
516
 
@@ -662,10 +518,6 @@ export interface Elevation {
662
518
 
663
519
  unit: AngleUnits | string | undefined;
664
520
  }
665
- export declare namespace Elevation {
666
-
667
- const filterSensitiveLog: (obj: Elevation) => any;
668
- }
669
521
 
670
522
  export interface DescribeContactResponse {
671
523
 
@@ -697,10 +549,6 @@ export interface DescribeContactResponse {
697
549
 
698
550
  dataflowList?: DataflowDetail[];
699
551
  }
700
- export declare namespace DescribeContactResponse {
701
-
702
- const filterSensitiveLog: (obj: DescribeContactResponse) => any;
703
- }
704
552
 
705
553
  export interface ListContactsRequest {
706
554
 
@@ -720,10 +568,6 @@ export interface ListContactsRequest {
720
568
 
721
569
  missionProfileArn?: string;
722
570
  }
723
- export declare namespace ListContactsRequest {
724
-
725
- const filterSensitiveLog: (obj: ListContactsRequest) => any;
726
- }
727
571
 
728
572
  export interface ContactData {
729
573
 
@@ -753,10 +597,6 @@ export interface ContactData {
753
597
 
754
598
  tags?: Record<string, string>;
755
599
  }
756
- export declare namespace ContactData {
757
-
758
- const filterSensitiveLog: (obj: ContactData) => any;
759
- }
760
600
 
761
601
  export interface ListContactsResponse {
762
602
 
@@ -764,10 +604,6 @@ export interface ListContactsResponse {
764
604
 
765
605
  contactList?: ContactData[];
766
606
  }
767
- export declare namespace ListContactsResponse {
768
-
769
- const filterSensitiveLog: (obj: ListContactsResponse) => any;
770
- }
771
607
 
772
608
  export interface ReserveContactRequest {
773
609
 
@@ -783,10 +619,6 @@ export interface ReserveContactRequest {
783
619
 
784
620
  tags?: Record<string, string>;
785
621
  }
786
- export declare namespace ReserveContactRequest {
787
-
788
- const filterSensitiveLog: (obj: ReserveContactRequest) => any;
789
- }
790
622
 
791
623
  export interface CreateDataflowEndpointGroupRequest {
792
624
 
@@ -794,19 +626,11 @@ export interface CreateDataflowEndpointGroupRequest {
794
626
 
795
627
  tags?: Record<string, string>;
796
628
  }
797
- export declare namespace CreateDataflowEndpointGroupRequest {
798
-
799
- const filterSensitiveLog: (obj: CreateDataflowEndpointGroupRequest) => any;
800
- }
801
629
 
802
630
  export interface DataflowEndpointGroupIdResponse {
803
631
 
804
632
  dataflowEndpointGroupId?: string;
805
633
  }
806
- export declare namespace DataflowEndpointGroupIdResponse {
807
-
808
- const filterSensitiveLog: (obj: DataflowEndpointGroupIdResponse) => any;
809
- }
810
634
 
811
635
  export interface CreateMissionProfileRequest {
812
636
 
@@ -824,37 +648,21 @@ export interface CreateMissionProfileRequest {
824
648
 
825
649
  tags?: Record<string, string>;
826
650
  }
827
- export declare namespace CreateMissionProfileRequest {
828
-
829
- const filterSensitiveLog: (obj: CreateMissionProfileRequest) => any;
830
- }
831
651
 
832
652
  export interface MissionProfileIdResponse {
833
653
 
834
654
  missionProfileId?: string;
835
655
  }
836
- export declare namespace MissionProfileIdResponse {
837
-
838
- const filterSensitiveLog: (obj: MissionProfileIdResponse) => any;
839
- }
840
656
 
841
657
  export interface DeleteDataflowEndpointGroupRequest {
842
658
 
843
659
  dataflowEndpointGroupId: string | undefined;
844
660
  }
845
- export declare namespace DeleteDataflowEndpointGroupRequest {
846
-
847
- const filterSensitiveLog: (obj: DeleteDataflowEndpointGroupRequest) => any;
848
- }
849
661
 
850
662
  export interface GetDataflowEndpointGroupRequest {
851
663
 
852
664
  dataflowEndpointGroupId: string | undefined;
853
665
  }
854
- export declare namespace GetDataflowEndpointGroupRequest {
855
-
856
- const filterSensitiveLog: (obj: GetDataflowEndpointGroupRequest) => any;
857
- }
858
666
 
859
667
  export interface GetDataflowEndpointGroupResponse {
860
668
 
@@ -866,10 +674,6 @@ export interface GetDataflowEndpointGroupResponse {
866
674
 
867
675
  tags?: Record<string, string>;
868
676
  }
869
- export declare namespace GetDataflowEndpointGroupResponse {
870
-
871
- const filterSensitiveLog: (obj: GetDataflowEndpointGroupResponse) => any;
872
- }
873
677
 
874
678
  export interface ListDataflowEndpointGroupsRequest {
875
679
 
@@ -877,10 +681,6 @@ export interface ListDataflowEndpointGroupsRequest {
877
681
 
878
682
  nextToken?: string;
879
683
  }
880
- export declare namespace ListDataflowEndpointGroupsRequest {
881
-
882
- const filterSensitiveLog: (obj: ListDataflowEndpointGroupsRequest) => any;
883
- }
884
684
 
885
685
  export interface DataflowEndpointListItem {
886
686
 
@@ -888,10 +688,6 @@ export interface DataflowEndpointListItem {
888
688
 
889
689
  dataflowEndpointGroupArn?: string;
890
690
  }
891
- export declare namespace DataflowEndpointListItem {
892
-
893
- const filterSensitiveLog: (obj: DataflowEndpointListItem) => any;
894
- }
895
691
 
896
692
  export interface ListDataflowEndpointGroupsResponse {
897
693
 
@@ -899,19 +695,11 @@ export interface ListDataflowEndpointGroupsResponse {
899
695
 
900
696
  dataflowEndpointGroupList?: DataflowEndpointListItem[];
901
697
  }
902
- export declare namespace ListDataflowEndpointGroupsResponse {
903
-
904
- const filterSensitiveLog: (obj: ListDataflowEndpointGroupsResponse) => any;
905
- }
906
698
 
907
699
  export interface DeleteMissionProfileRequest {
908
700
 
909
701
  missionProfileId: string | undefined;
910
702
  }
911
- export declare namespace DeleteMissionProfileRequest {
912
-
913
- const filterSensitiveLog: (obj: DeleteMissionProfileRequest) => any;
914
- }
915
703
 
916
704
  export interface GetMinuteUsageRequest {
917
705
 
@@ -919,10 +707,6 @@ export interface GetMinuteUsageRequest {
919
707
 
920
708
  year: number | undefined;
921
709
  }
922
- export declare namespace GetMinuteUsageRequest {
923
-
924
- const filterSensitiveLog: (obj: GetMinuteUsageRequest) => any;
925
- }
926
710
 
927
711
  export interface GetMinuteUsageResponse {
928
712
 
@@ -936,19 +720,11 @@ export interface GetMinuteUsageResponse {
936
720
 
937
721
  estimatedMinutesRemaining?: number;
938
722
  }
939
- export declare namespace GetMinuteUsageResponse {
940
-
941
- const filterSensitiveLog: (obj: GetMinuteUsageResponse) => any;
942
- }
943
723
 
944
724
  export interface GetMissionProfileRequest {
945
725
 
946
726
  missionProfileId: string | undefined;
947
727
  }
948
- export declare namespace GetMissionProfileRequest {
949
-
950
- const filterSensitiveLog: (obj: GetMissionProfileRequest) => any;
951
- }
952
728
 
953
729
  export interface GetMissionProfileResponse {
954
730
 
@@ -972,19 +748,11 @@ export interface GetMissionProfileResponse {
972
748
 
973
749
  tags?: Record<string, string>;
974
750
  }
975
- export declare namespace GetMissionProfileResponse {
976
-
977
- const filterSensitiveLog: (obj: GetMissionProfileResponse) => any;
978
- }
979
751
 
980
752
  export interface GetSatelliteRequest {
981
753
 
982
754
  satelliteId: string | undefined;
983
755
  }
984
- export declare namespace GetSatelliteRequest {
985
-
986
- const filterSensitiveLog: (obj: GetSatelliteRequest) => any;
987
- }
988
756
 
989
757
  export interface GetSatelliteResponse {
990
758
 
@@ -996,10 +764,6 @@ export interface GetSatelliteResponse {
996
764
 
997
765
  groundStations?: string[];
998
766
  }
999
- export declare namespace GetSatelliteResponse {
1000
-
1001
- const filterSensitiveLog: (obj: GetSatelliteResponse) => any;
1002
- }
1003
767
 
1004
768
  export interface ListGroundStationsRequest {
1005
769
 
@@ -1009,10 +773,6 @@ export interface ListGroundStationsRequest {
1009
773
 
1010
774
  nextToken?: string;
1011
775
  }
1012
- export declare namespace ListGroundStationsRequest {
1013
-
1014
- const filterSensitiveLog: (obj: ListGroundStationsRequest) => any;
1015
- }
1016
776
 
1017
777
  export interface GroundStationData {
1018
778
 
@@ -1022,10 +782,6 @@ export interface GroundStationData {
1022
782
 
1023
783
  region?: string;
1024
784
  }
1025
- export declare namespace GroundStationData {
1026
-
1027
- const filterSensitiveLog: (obj: GroundStationData) => any;
1028
- }
1029
785
 
1030
786
  export interface ListGroundStationsResponse {
1031
787
 
@@ -1033,28 +789,16 @@ export interface ListGroundStationsResponse {
1033
789
 
1034
790
  groundStationList?: GroundStationData[];
1035
791
  }
1036
- export declare namespace ListGroundStationsResponse {
1037
-
1038
- const filterSensitiveLog: (obj: ListGroundStationsResponse) => any;
1039
- }
1040
792
 
1041
793
  export interface ListTagsForResourceRequest {
1042
794
 
1043
795
  resourceArn: string | undefined;
1044
796
  }
1045
- export declare namespace ListTagsForResourceRequest {
1046
-
1047
- const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
1048
- }
1049
797
 
1050
798
  export interface ListTagsForResourceResponse {
1051
799
 
1052
800
  tags?: Record<string, string>;
1053
801
  }
1054
- export declare namespace ListTagsForResourceResponse {
1055
-
1056
- const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
1057
- }
1058
802
 
1059
803
  export interface ListMissionProfilesRequest {
1060
804
 
@@ -1062,10 +806,6 @@ export interface ListMissionProfilesRequest {
1062
806
 
1063
807
  nextToken?: string;
1064
808
  }
1065
- export declare namespace ListMissionProfilesRequest {
1066
-
1067
- const filterSensitiveLog: (obj: ListMissionProfilesRequest) => any;
1068
- }
1069
809
 
1070
810
  export interface MissionProfileListItem {
1071
811
 
@@ -1077,10 +817,6 @@ export interface MissionProfileListItem {
1077
817
 
1078
818
  name?: string;
1079
819
  }
1080
- export declare namespace MissionProfileListItem {
1081
-
1082
- const filterSensitiveLog: (obj: MissionProfileListItem) => any;
1083
- }
1084
820
 
1085
821
  export interface ListMissionProfilesResponse {
1086
822
 
@@ -1088,10 +824,6 @@ export interface ListMissionProfilesResponse {
1088
824
 
1089
825
  missionProfileList?: MissionProfileListItem[];
1090
826
  }
1091
- export declare namespace ListMissionProfilesResponse {
1092
-
1093
- const filterSensitiveLog: (obj: ListMissionProfilesResponse) => any;
1094
- }
1095
827
 
1096
828
  export interface UpdateMissionProfileRequest {
1097
829
 
@@ -1109,10 +841,6 @@ export interface UpdateMissionProfileRequest {
1109
841
 
1110
842
  trackingConfigArn?: string;
1111
843
  }
1112
- export declare namespace UpdateMissionProfileRequest {
1113
-
1114
- const filterSensitiveLog: (obj: UpdateMissionProfileRequest) => any;
1115
- }
1116
844
 
1117
845
  export interface ListSatellitesRequest {
1118
846
 
@@ -1120,10 +848,6 @@ export interface ListSatellitesRequest {
1120
848
 
1121
849
  nextToken?: string;
1122
850
  }
1123
- export declare namespace ListSatellitesRequest {
1124
-
1125
- const filterSensitiveLog: (obj: ListSatellitesRequest) => any;
1126
- }
1127
851
 
1128
852
  export interface SatelliteListItem {
1129
853
 
@@ -1135,10 +859,6 @@ export interface SatelliteListItem {
1135
859
 
1136
860
  groundStations?: string[];
1137
861
  }
1138
- export declare namespace SatelliteListItem {
1139
-
1140
- const filterSensitiveLog: (obj: SatelliteListItem) => any;
1141
- }
1142
862
 
1143
863
  export interface ListSatellitesResponse {
1144
864
 
@@ -1146,10 +866,6 @@ export interface ListSatellitesResponse {
1146
866
 
1147
867
  satellites?: SatelliteListItem[];
1148
868
  }
1149
- export declare namespace ListSatellitesResponse {
1150
-
1151
- const filterSensitiveLog: (obj: ListSatellitesResponse) => any;
1152
- }
1153
869
 
1154
870
  export interface TagResourceRequest {
1155
871
 
@@ -1157,17 +873,9 @@ export interface TagResourceRequest {
1157
873
 
1158
874
  tags: Record<string, string> | undefined;
1159
875
  }
1160
- export declare namespace TagResourceRequest {
1161
-
1162
- const filterSensitiveLog: (obj: TagResourceRequest) => any;
1163
- }
1164
876
 
1165
877
  export interface TagResourceResponse {
1166
878
  }
1167
- export declare namespace TagResourceResponse {
1168
-
1169
- const filterSensitiveLog: (obj: TagResourceResponse) => any;
1170
- }
1171
879
 
1172
880
  export interface UntagResourceRequest {
1173
881
 
@@ -1175,14 +883,158 @@ export interface UntagResourceRequest {
1175
883
 
1176
884
  tagKeys: string[] | undefined;
1177
885
  }
1178
- export declare namespace UntagResourceRequest {
1179
-
1180
- const filterSensitiveLog: (obj: UntagResourceRequest) => any;
1181
- }
1182
886
 
1183
887
  export interface UntagResourceResponse {
1184
888
  }
1185
- export declare namespace UntagResourceResponse {
1186
-
1187
- const filterSensitiveLog: (obj: UntagResourceResponse) => any;
1188
- }
889
+
890
+ export declare const AntennaDemodDecodeDetailsFilterSensitiveLog: (obj: AntennaDemodDecodeDetails) => any;
891
+
892
+ export declare const FrequencyBandwidthFilterSensitiveLog: (obj: FrequencyBandwidth) => any;
893
+
894
+ export declare const FrequencyFilterSensitiveLog: (obj: Frequency) => any;
895
+
896
+ export declare const SpectrumConfigFilterSensitiveLog: (obj: SpectrumConfig) => any;
897
+
898
+ export declare const AntennaDownlinkConfigFilterSensitiveLog: (obj: AntennaDownlinkConfig) => any;
899
+
900
+ export declare const DecodeConfigFilterSensitiveLog: (obj: DecodeConfig) => any;
901
+
902
+ export declare const DemodulationConfigFilterSensitiveLog: (obj: DemodulationConfig) => any;
903
+
904
+ export declare const AntennaDownlinkDemodDecodeConfigFilterSensitiveLog: (obj: AntennaDownlinkDemodDecodeConfig) => any;
905
+
906
+ export declare const UplinkSpectrumConfigFilterSensitiveLog: (obj: UplinkSpectrumConfig) => any;
907
+
908
+ export declare const EirpFilterSensitiveLog: (obj: Eirp) => any;
909
+
910
+ export declare const AntennaUplinkConfigFilterSensitiveLog: (obj: AntennaUplinkConfig) => any;
911
+
912
+ export declare const CancelContactRequestFilterSensitiveLog: (obj: CancelContactRequest) => any;
913
+
914
+ export declare const ContactIdResponseFilterSensitiveLog: (obj: ContactIdResponse) => any;
915
+
916
+ export declare const ConfigIdResponseFilterSensitiveLog: (obj: ConfigIdResponse) => any;
917
+
918
+ export declare const DataflowEndpointConfigFilterSensitiveLog: (obj: DataflowEndpointConfig) => any;
919
+
920
+ export declare const S3RecordingConfigFilterSensitiveLog: (obj: S3RecordingConfig) => any;
921
+
922
+ export declare const TrackingConfigFilterSensitiveLog: (obj: TrackingConfig) => any;
923
+
924
+ export declare const UplinkEchoConfigFilterSensitiveLog: (obj: UplinkEchoConfig) => any;
925
+
926
+ export declare const ConfigTypeDataFilterSensitiveLog: (obj: ConfigTypeData) => any;
927
+
928
+ export declare const CreateConfigRequestFilterSensitiveLog: (obj: CreateConfigRequest) => any;
929
+
930
+ export declare const DeleteConfigRequestFilterSensitiveLog: (obj: DeleteConfigRequest) => any;
931
+
932
+ export declare const GetConfigRequestFilterSensitiveLog: (obj: GetConfigRequest) => any;
933
+
934
+ export declare const GetConfigResponseFilterSensitiveLog: (obj: GetConfigResponse) => any;
935
+
936
+ export declare const ListConfigsRequestFilterSensitiveLog: (obj: ListConfigsRequest) => any;
937
+
938
+ export declare const ConfigListItemFilterSensitiveLog: (obj: ConfigListItem) => any;
939
+
940
+ export declare const ListConfigsResponseFilterSensitiveLog: (obj: ListConfigsResponse) => any;
941
+
942
+ export declare const UpdateConfigRequestFilterSensitiveLog: (obj: UpdateConfigRequest) => any;
943
+
944
+ export declare const SocketAddressFilterSensitiveLog: (obj: SocketAddress) => any;
945
+
946
+ export declare const DataflowEndpointFilterSensitiveLog: (obj: DataflowEndpoint) => any;
947
+
948
+ export declare const SecurityDetailsFilterSensitiveLog: (obj: SecurityDetails) => any;
949
+
950
+ export declare const EndpointDetailsFilterSensitiveLog: (obj: EndpointDetails) => any;
951
+
952
+ export declare const S3RecordingDetailsFilterSensitiveLog: (obj: S3RecordingDetails) => any;
953
+
954
+ export declare const ConfigDetailsFilterSensitiveLog: (obj: ConfigDetails) => any;
955
+
956
+ export declare const DescribeContactRequestFilterSensitiveLog: (obj: DescribeContactRequest) => any;
957
+
958
+ export declare const DestinationFilterSensitiveLog: (obj: Destination) => any;
959
+
960
+ export declare const SourceFilterSensitiveLog: (obj: Source) => any;
961
+
962
+ export declare const DataflowDetailFilterSensitiveLog: (obj: DataflowDetail) => any;
963
+
964
+ export declare const ElevationFilterSensitiveLog: (obj: Elevation) => any;
965
+
966
+ export declare const DescribeContactResponseFilterSensitiveLog: (obj: DescribeContactResponse) => any;
967
+
968
+ export declare const ListContactsRequestFilterSensitiveLog: (obj: ListContactsRequest) => any;
969
+
970
+ export declare const ContactDataFilterSensitiveLog: (obj: ContactData) => any;
971
+
972
+ export declare const ListContactsResponseFilterSensitiveLog: (obj: ListContactsResponse) => any;
973
+
974
+ export declare const ReserveContactRequestFilterSensitiveLog: (obj: ReserveContactRequest) => any;
975
+
976
+ export declare const CreateDataflowEndpointGroupRequestFilterSensitiveLog: (obj: CreateDataflowEndpointGroupRequest) => any;
977
+
978
+ export declare const DataflowEndpointGroupIdResponseFilterSensitiveLog: (obj: DataflowEndpointGroupIdResponse) => any;
979
+
980
+ export declare const CreateMissionProfileRequestFilterSensitiveLog: (obj: CreateMissionProfileRequest) => any;
981
+
982
+ export declare const MissionProfileIdResponseFilterSensitiveLog: (obj: MissionProfileIdResponse) => any;
983
+
984
+ export declare const DeleteDataflowEndpointGroupRequestFilterSensitiveLog: (obj: DeleteDataflowEndpointGroupRequest) => any;
985
+
986
+ export declare const GetDataflowEndpointGroupRequestFilterSensitiveLog: (obj: GetDataflowEndpointGroupRequest) => any;
987
+
988
+ export declare const GetDataflowEndpointGroupResponseFilterSensitiveLog: (obj: GetDataflowEndpointGroupResponse) => any;
989
+
990
+ export declare const ListDataflowEndpointGroupsRequestFilterSensitiveLog: (obj: ListDataflowEndpointGroupsRequest) => any;
991
+
992
+ export declare const DataflowEndpointListItemFilterSensitiveLog: (obj: DataflowEndpointListItem) => any;
993
+
994
+ export declare const ListDataflowEndpointGroupsResponseFilterSensitiveLog: (obj: ListDataflowEndpointGroupsResponse) => any;
995
+
996
+ export declare const DeleteMissionProfileRequestFilterSensitiveLog: (obj: DeleteMissionProfileRequest) => any;
997
+
998
+ export declare const GetMinuteUsageRequestFilterSensitiveLog: (obj: GetMinuteUsageRequest) => any;
999
+
1000
+ export declare const GetMinuteUsageResponseFilterSensitiveLog: (obj: GetMinuteUsageResponse) => any;
1001
+
1002
+ export declare const GetMissionProfileRequestFilterSensitiveLog: (obj: GetMissionProfileRequest) => any;
1003
+
1004
+ export declare const GetMissionProfileResponseFilterSensitiveLog: (obj: GetMissionProfileResponse) => any;
1005
+
1006
+ export declare const GetSatelliteRequestFilterSensitiveLog: (obj: GetSatelliteRequest) => any;
1007
+
1008
+ export declare const GetSatelliteResponseFilterSensitiveLog: (obj: GetSatelliteResponse) => any;
1009
+
1010
+ export declare const ListGroundStationsRequestFilterSensitiveLog: (obj: ListGroundStationsRequest) => any;
1011
+
1012
+ export declare const GroundStationDataFilterSensitiveLog: (obj: GroundStationData) => any;
1013
+
1014
+ export declare const ListGroundStationsResponseFilterSensitiveLog: (obj: ListGroundStationsResponse) => any;
1015
+
1016
+ export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
1017
+
1018
+ export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
1019
+
1020
+ export declare const ListMissionProfilesRequestFilterSensitiveLog: (obj: ListMissionProfilesRequest) => any;
1021
+
1022
+ export declare const MissionProfileListItemFilterSensitiveLog: (obj: MissionProfileListItem) => any;
1023
+
1024
+ export declare const ListMissionProfilesResponseFilterSensitiveLog: (obj: ListMissionProfilesResponse) => any;
1025
+
1026
+ export declare const UpdateMissionProfileRequestFilterSensitiveLog: (obj: UpdateMissionProfileRequest) => any;
1027
+
1028
+ export declare const ListSatellitesRequestFilterSensitiveLog: (obj: ListSatellitesRequest) => any;
1029
+
1030
+ export declare const SatelliteListItemFilterSensitiveLog: (obj: SatelliteListItem) => any;
1031
+
1032
+ export declare const ListSatellitesResponseFilterSensitiveLog: (obj: ListSatellitesResponse) => any;
1033
+
1034
+ export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
1035
+
1036
+ export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
1037
+
1038
+ export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
1039
+
1040
+ export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;