@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.
- package/CHANGELOG.md +33 -0
- package/README.md +1 -1
- package/dist-cjs/commands/CancelContactCommand.js +2 -2
- package/dist-cjs/commands/CreateConfigCommand.js +2 -2
- package/dist-cjs/commands/CreateDataflowEndpointGroupCommand.js +2 -2
- package/dist-cjs/commands/CreateMissionProfileCommand.js +2 -2
- package/dist-cjs/commands/DeleteConfigCommand.js +2 -2
- package/dist-cjs/commands/DeleteDataflowEndpointGroupCommand.js +2 -2
- package/dist-cjs/commands/DeleteMissionProfileCommand.js +2 -2
- package/dist-cjs/commands/DescribeContactCommand.js +2 -2
- package/dist-cjs/commands/GetConfigCommand.js +2 -2
- package/dist-cjs/commands/GetDataflowEndpointGroupCommand.js +2 -2
- package/dist-cjs/commands/GetMinuteUsageCommand.js +2 -2
- package/dist-cjs/commands/GetMissionProfileCommand.js +2 -2
- package/dist-cjs/commands/GetSatelliteCommand.js +2 -2
- package/dist-cjs/commands/ListConfigsCommand.js +2 -2
- package/dist-cjs/commands/ListContactsCommand.js +2 -2
- package/dist-cjs/commands/ListDataflowEndpointGroupsCommand.js +2 -2
- package/dist-cjs/commands/ListGroundStationsCommand.js +2 -2
- package/dist-cjs/commands/ListMissionProfilesCommand.js +2 -2
- package/dist-cjs/commands/ListSatellitesCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/ReserveContactCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateConfigCommand.js +2 -2
- package/dist-cjs/commands/UpdateMissionProfileCommand.js +2 -2
- package/dist-cjs/models/models_0.js +338 -484
- package/dist-cjs/protocols/Aws_restJson1.js +335 -652
- package/dist-es/commands/CancelContactCommand.js +3 -3
- package/dist-es/commands/CreateConfigCommand.js +3 -3
- package/dist-es/commands/CreateDataflowEndpointGroupCommand.js +3 -3
- package/dist-es/commands/CreateMissionProfileCommand.js +3 -3
- package/dist-es/commands/DeleteConfigCommand.js +3 -3
- package/dist-es/commands/DeleteDataflowEndpointGroupCommand.js +3 -3
- package/dist-es/commands/DeleteMissionProfileCommand.js +3 -3
- package/dist-es/commands/DescribeContactCommand.js +3 -3
- package/dist-es/commands/GetConfigCommand.js +3 -3
- package/dist-es/commands/GetDataflowEndpointGroupCommand.js +3 -3
- package/dist-es/commands/GetMinuteUsageCommand.js +3 -3
- package/dist-es/commands/GetMissionProfileCommand.js +3 -3
- package/dist-es/commands/GetSatelliteCommand.js +3 -3
- package/dist-es/commands/ListConfigsCommand.js +3 -3
- package/dist-es/commands/ListContactsCommand.js +3 -3
- package/dist-es/commands/ListDataflowEndpointGroupsCommand.js +3 -3
- package/dist-es/commands/ListGroundStationsCommand.js +3 -3
- package/dist-es/commands/ListMissionProfilesCommand.js +3 -3
- package/dist-es/commands/ListSatellitesCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/ReserveContactCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateConfigCommand.js +3 -3
- package/dist-es/commands/UpdateMissionProfileCommand.js +3 -3
- package/dist-es/models/models_0.js +106 -328
- package/dist-es/protocols/Aws_restJson1.js +425 -649
- package/dist-types/models/models_0.d.ts +304 -452
- package/dist-types/ts3.4/models/models_0.d.ts +152 -300
- package/package.json +6 -6
|
@@ -13,12 +13,6 @@ export interface AntennaDemodDecodeDetails {
|
|
|
13
13
|
*/
|
|
14
14
|
outputNode?: string;
|
|
15
15
|
}
|
|
16
|
-
export declare namespace AntennaDemodDecodeDetails {
|
|
17
|
-
/**
|
|
18
|
-
* @internal
|
|
19
|
-
*/
|
|
20
|
-
const filterSensitiveLog: (obj: AntennaDemodDecodeDetails) => any;
|
|
21
|
-
}
|
|
22
16
|
export declare enum BandwidthUnits {
|
|
23
17
|
GHZ = "GHz",
|
|
24
18
|
KHZ = "kHz",
|
|
@@ -48,12 +42,6 @@ export interface FrequencyBandwidth {
|
|
|
48
42
|
*/
|
|
49
43
|
units: BandwidthUnits | string | undefined;
|
|
50
44
|
}
|
|
51
|
-
export declare namespace FrequencyBandwidth {
|
|
52
|
-
/**
|
|
53
|
-
* @internal
|
|
54
|
-
*/
|
|
55
|
-
const filterSensitiveLog: (obj: FrequencyBandwidth) => any;
|
|
56
|
-
}
|
|
57
45
|
export declare enum FrequencyUnits {
|
|
58
46
|
GHZ = "GHz",
|
|
59
47
|
KHZ = "kHz",
|
|
@@ -72,12 +60,6 @@ export interface Frequency {
|
|
|
72
60
|
*/
|
|
73
61
|
units: FrequencyUnits | string | undefined;
|
|
74
62
|
}
|
|
75
|
-
export declare namespace Frequency {
|
|
76
|
-
/**
|
|
77
|
-
* @internal
|
|
78
|
-
*/
|
|
79
|
-
const filterSensitiveLog: (obj: Frequency) => any;
|
|
80
|
-
}
|
|
81
63
|
export declare enum Polarization {
|
|
82
64
|
LEFT_HAND = "LEFT_HAND",
|
|
83
65
|
NONE = "NONE",
|
|
@@ -111,12 +93,6 @@ export interface SpectrumConfig {
|
|
|
111
93
|
*/
|
|
112
94
|
polarization?: Polarization | string;
|
|
113
95
|
}
|
|
114
|
-
export declare namespace SpectrumConfig {
|
|
115
|
-
/**
|
|
116
|
-
* @internal
|
|
117
|
-
*/
|
|
118
|
-
const filterSensitiveLog: (obj: SpectrumConfig) => any;
|
|
119
|
-
}
|
|
120
96
|
/**
|
|
121
97
|
* <p>Information about how AWS Ground Station should configure an
|
|
122
98
|
* antenna for downlink during a contact.</p>
|
|
@@ -127,12 +103,6 @@ export interface AntennaDownlinkConfig {
|
|
|
127
103
|
*/
|
|
128
104
|
spectrumConfig: SpectrumConfig | undefined;
|
|
129
105
|
}
|
|
130
|
-
export declare namespace AntennaDownlinkConfig {
|
|
131
|
-
/**
|
|
132
|
-
* @internal
|
|
133
|
-
*/
|
|
134
|
-
const filterSensitiveLog: (obj: AntennaDownlinkConfig) => any;
|
|
135
|
-
}
|
|
136
106
|
/**
|
|
137
107
|
* <p>Information about the decode <code>Config</code>.</p>
|
|
138
108
|
*/
|
|
@@ -142,12 +112,6 @@ export interface DecodeConfig {
|
|
|
142
112
|
*/
|
|
143
113
|
unvalidatedJSON: string | undefined;
|
|
144
114
|
}
|
|
145
|
-
export declare namespace DecodeConfig {
|
|
146
|
-
/**
|
|
147
|
-
* @internal
|
|
148
|
-
*/
|
|
149
|
-
const filterSensitiveLog: (obj: DecodeConfig) => any;
|
|
150
|
-
}
|
|
151
115
|
/**
|
|
152
116
|
* <p>Information about the demodulation <code>Config</code>.</p>
|
|
153
117
|
*/
|
|
@@ -157,12 +121,6 @@ export interface DemodulationConfig {
|
|
|
157
121
|
*/
|
|
158
122
|
unvalidatedJSON: string | undefined;
|
|
159
123
|
}
|
|
160
|
-
export declare namespace DemodulationConfig {
|
|
161
|
-
/**
|
|
162
|
-
* @internal
|
|
163
|
-
*/
|
|
164
|
-
const filterSensitiveLog: (obj: DemodulationConfig) => any;
|
|
165
|
-
}
|
|
166
124
|
/**
|
|
167
125
|
* <p>Information about how AWS Ground Station should configure an antenna for downlink demod decode during a contact.</p>
|
|
168
126
|
*/
|
|
@@ -180,12 +138,6 @@ export interface AntennaDownlinkDemodDecodeConfig {
|
|
|
180
138
|
*/
|
|
181
139
|
decodeConfig: DecodeConfig | undefined;
|
|
182
140
|
}
|
|
183
|
-
export declare namespace AntennaDownlinkDemodDecodeConfig {
|
|
184
|
-
/**
|
|
185
|
-
* @internal
|
|
186
|
-
*/
|
|
187
|
-
const filterSensitiveLog: (obj: AntennaDownlinkDemodDecodeConfig) => any;
|
|
188
|
-
}
|
|
189
141
|
/**
|
|
190
142
|
* <p>Information about the uplink spectral <code>Config</code>.</p>
|
|
191
143
|
*/
|
|
@@ -199,12 +151,6 @@ export interface UplinkSpectrumConfig {
|
|
|
199
151
|
*/
|
|
200
152
|
polarization?: Polarization | string;
|
|
201
153
|
}
|
|
202
|
-
export declare namespace UplinkSpectrumConfig {
|
|
203
|
-
/**
|
|
204
|
-
* @internal
|
|
205
|
-
*/
|
|
206
|
-
const filterSensitiveLog: (obj: UplinkSpectrumConfig) => any;
|
|
207
|
-
}
|
|
208
154
|
export declare enum EirpUnits {
|
|
209
155
|
DBW = "dBW"
|
|
210
156
|
}
|
|
@@ -221,12 +167,6 @@ export interface Eirp {
|
|
|
221
167
|
*/
|
|
222
168
|
units: EirpUnits | string | undefined;
|
|
223
169
|
}
|
|
224
|
-
export declare namespace Eirp {
|
|
225
|
-
/**
|
|
226
|
-
* @internal
|
|
227
|
-
*/
|
|
228
|
-
const filterSensitiveLog: (obj: Eirp) => any;
|
|
229
|
-
}
|
|
230
170
|
/**
|
|
231
171
|
* <p>Information about the uplink <code>Config</code> of an antenna.</p>
|
|
232
172
|
*/
|
|
@@ -244,12 +184,6 @@ export interface AntennaUplinkConfig {
|
|
|
244
184
|
*/
|
|
245
185
|
targetEirp: Eirp | undefined;
|
|
246
186
|
}
|
|
247
|
-
export declare namespace AntennaUplinkConfig {
|
|
248
|
-
/**
|
|
249
|
-
* @internal
|
|
250
|
-
*/
|
|
251
|
-
const filterSensitiveLog: (obj: AntennaUplinkConfig) => any;
|
|
252
|
-
}
|
|
253
187
|
/**
|
|
254
188
|
* <p/>
|
|
255
189
|
*/
|
|
@@ -259,12 +193,6 @@ export interface CancelContactRequest {
|
|
|
259
193
|
*/
|
|
260
194
|
contactId: string | undefined;
|
|
261
195
|
}
|
|
262
|
-
export declare namespace CancelContactRequest {
|
|
263
|
-
/**
|
|
264
|
-
* @internal
|
|
265
|
-
*/
|
|
266
|
-
const filterSensitiveLog: (obj: CancelContactRequest) => any;
|
|
267
|
-
}
|
|
268
196
|
/**
|
|
269
197
|
* <p/>
|
|
270
198
|
*/
|
|
@@ -274,12 +202,6 @@ export interface ContactIdResponse {
|
|
|
274
202
|
*/
|
|
275
203
|
contactId?: string;
|
|
276
204
|
}
|
|
277
|
-
export declare namespace ContactIdResponse {
|
|
278
|
-
/**
|
|
279
|
-
* @internal
|
|
280
|
-
*/
|
|
281
|
-
const filterSensitiveLog: (obj: ContactIdResponse) => any;
|
|
282
|
-
}
|
|
283
205
|
/**
|
|
284
206
|
* <p>Dependency encountered an error.</p>
|
|
285
207
|
*/
|
|
@@ -347,12 +269,6 @@ export interface ConfigIdResponse {
|
|
|
347
269
|
*/
|
|
348
270
|
configArn?: string;
|
|
349
271
|
}
|
|
350
|
-
export declare namespace ConfigIdResponse {
|
|
351
|
-
/**
|
|
352
|
-
* @internal
|
|
353
|
-
*/
|
|
354
|
-
const filterSensitiveLog: (obj: ConfigIdResponse) => any;
|
|
355
|
-
}
|
|
356
272
|
/**
|
|
357
273
|
* <p>Information about the dataflow endpoint <code>Config</code>.</p>
|
|
358
274
|
*/
|
|
@@ -366,12 +282,6 @@ export interface DataflowEndpointConfig {
|
|
|
366
282
|
*/
|
|
367
283
|
dataflowEndpointRegion?: string;
|
|
368
284
|
}
|
|
369
|
-
export declare namespace DataflowEndpointConfig {
|
|
370
|
-
/**
|
|
371
|
-
* @internal
|
|
372
|
-
*/
|
|
373
|
-
const filterSensitiveLog: (obj: DataflowEndpointConfig) => any;
|
|
374
|
-
}
|
|
375
285
|
/**
|
|
376
286
|
* <p>Information about an S3 recording <code>Config</code>.</p>
|
|
377
287
|
*/
|
|
@@ -389,12 +299,6 @@ export interface S3RecordingConfig {
|
|
|
389
299
|
*/
|
|
390
300
|
prefix?: string;
|
|
391
301
|
}
|
|
392
|
-
export declare namespace S3RecordingConfig {
|
|
393
|
-
/**
|
|
394
|
-
* @internal
|
|
395
|
-
*/
|
|
396
|
-
const filterSensitiveLog: (obj: S3RecordingConfig) => any;
|
|
397
|
-
}
|
|
398
302
|
export declare enum Criticality {
|
|
399
303
|
PREFERRED = "PREFERRED",
|
|
400
304
|
REMOVED = "REMOVED",
|
|
@@ -410,12 +314,6 @@ export interface TrackingConfig {
|
|
|
410
314
|
*/
|
|
411
315
|
autotrack: Criticality | string | undefined;
|
|
412
316
|
}
|
|
413
|
-
export declare namespace TrackingConfig {
|
|
414
|
-
/**
|
|
415
|
-
* @internal
|
|
416
|
-
*/
|
|
417
|
-
const filterSensitiveLog: (obj: TrackingConfig) => any;
|
|
418
|
-
}
|
|
419
317
|
/**
|
|
420
318
|
* <p>Information about an uplink echo <code>Config</code>.</p>
|
|
421
319
|
* <p>Parameters from the <code>AntennaUplinkConfig</code>, corresponding to the
|
|
@@ -432,12 +330,6 @@ export interface UplinkEchoConfig {
|
|
|
432
330
|
*/
|
|
433
331
|
antennaUplinkConfigArn: string | undefined;
|
|
434
332
|
}
|
|
435
|
-
export declare namespace UplinkEchoConfig {
|
|
436
|
-
/**
|
|
437
|
-
* @internal
|
|
438
|
-
*/
|
|
439
|
-
const filterSensitiveLog: (obj: UplinkEchoConfig) => any;
|
|
440
|
-
}
|
|
441
333
|
/**
|
|
442
334
|
* <p>Object containing the parameters of a <code>Config</code>.</p>
|
|
443
335
|
* <p>See the subtype definitions for what each type of <code>Config</code> contains.</p>
|
|
@@ -557,10 +449,6 @@ export declare namespace ConfigTypeData {
|
|
|
557
449
|
_: (name: string, value: any) => T;
|
|
558
450
|
}
|
|
559
451
|
const visit: <T>(value: ConfigTypeData, visitor: Visitor<T>) => T;
|
|
560
|
-
/**
|
|
561
|
-
* @internal
|
|
562
|
-
*/
|
|
563
|
-
const filterSensitiveLog: (obj: ConfigTypeData) => any;
|
|
564
452
|
}
|
|
565
453
|
/**
|
|
566
454
|
* <p/>
|
|
@@ -579,12 +467,6 @@ export interface CreateConfigRequest {
|
|
|
579
467
|
*/
|
|
580
468
|
tags?: Record<string, string>;
|
|
581
469
|
}
|
|
582
|
-
export declare namespace CreateConfigRequest {
|
|
583
|
-
/**
|
|
584
|
-
* @internal
|
|
585
|
-
*/
|
|
586
|
-
const filterSensitiveLog: (obj: CreateConfigRequest) => any;
|
|
587
|
-
}
|
|
588
470
|
/**
|
|
589
471
|
* <p>Account limits for this resource have been exceeded.</p>
|
|
590
472
|
*/
|
|
@@ -613,12 +495,6 @@ export interface DeleteConfigRequest {
|
|
|
613
495
|
*/
|
|
614
496
|
configType: ConfigCapabilityType | string | undefined;
|
|
615
497
|
}
|
|
616
|
-
export declare namespace DeleteConfigRequest {
|
|
617
|
-
/**
|
|
618
|
-
* @internal
|
|
619
|
-
*/
|
|
620
|
-
const filterSensitiveLog: (obj: DeleteConfigRequest) => any;
|
|
621
|
-
}
|
|
622
498
|
/**
|
|
623
499
|
* <p/>
|
|
624
500
|
*/
|
|
@@ -632,12 +508,6 @@ export interface GetConfigRequest {
|
|
|
632
508
|
*/
|
|
633
509
|
configType: ConfigCapabilityType | string | undefined;
|
|
634
510
|
}
|
|
635
|
-
export declare namespace GetConfigRequest {
|
|
636
|
-
/**
|
|
637
|
-
* @internal
|
|
638
|
-
*/
|
|
639
|
-
const filterSensitiveLog: (obj: GetConfigRequest) => any;
|
|
640
|
-
}
|
|
641
511
|
/**
|
|
642
512
|
* <p/>
|
|
643
513
|
*/
|
|
@@ -668,12 +538,6 @@ export interface GetConfigResponse {
|
|
|
668
538
|
*/
|
|
669
539
|
tags?: Record<string, string>;
|
|
670
540
|
}
|
|
671
|
-
export declare namespace GetConfigResponse {
|
|
672
|
-
/**
|
|
673
|
-
* @internal
|
|
674
|
-
*/
|
|
675
|
-
const filterSensitiveLog: (obj: GetConfigResponse) => any;
|
|
676
|
-
}
|
|
677
541
|
/**
|
|
678
542
|
* <p/>
|
|
679
543
|
*/
|
|
@@ -687,12 +551,6 @@ export interface ListConfigsRequest {
|
|
|
687
551
|
*/
|
|
688
552
|
nextToken?: string;
|
|
689
553
|
}
|
|
690
|
-
export declare namespace ListConfigsRequest {
|
|
691
|
-
/**
|
|
692
|
-
* @internal
|
|
693
|
-
*/
|
|
694
|
-
const filterSensitiveLog: (obj: ListConfigsRequest) => any;
|
|
695
|
-
}
|
|
696
554
|
/**
|
|
697
555
|
* <p>An item in a list of <code>Config</code> objects.</p>
|
|
698
556
|
*/
|
|
@@ -714,12 +572,6 @@ export interface ConfigListItem {
|
|
|
714
572
|
*/
|
|
715
573
|
name?: string;
|
|
716
574
|
}
|
|
717
|
-
export declare namespace ConfigListItem {
|
|
718
|
-
/**
|
|
719
|
-
* @internal
|
|
720
|
-
*/
|
|
721
|
-
const filterSensitiveLog: (obj: ConfigListItem) => any;
|
|
722
|
-
}
|
|
723
575
|
/**
|
|
724
576
|
* <p/>
|
|
725
577
|
*/
|
|
@@ -733,12 +585,6 @@ export interface ListConfigsResponse {
|
|
|
733
585
|
*/
|
|
734
586
|
configList?: ConfigListItem[];
|
|
735
587
|
}
|
|
736
|
-
export declare namespace ListConfigsResponse {
|
|
737
|
-
/**
|
|
738
|
-
* @internal
|
|
739
|
-
*/
|
|
740
|
-
const filterSensitiveLog: (obj: ListConfigsResponse) => any;
|
|
741
|
-
}
|
|
742
588
|
/**
|
|
743
589
|
* <p/>
|
|
744
590
|
*/
|
|
@@ -760,12 +606,6 @@ export interface UpdateConfigRequest {
|
|
|
760
606
|
*/
|
|
761
607
|
configData: ConfigTypeData | undefined;
|
|
762
608
|
}
|
|
763
|
-
export declare namespace UpdateConfigRequest {
|
|
764
|
-
/**
|
|
765
|
-
* @internal
|
|
766
|
-
*/
|
|
767
|
-
const filterSensitiveLog: (obj: UpdateConfigRequest) => any;
|
|
768
|
-
}
|
|
769
609
|
/**
|
|
770
610
|
* <p>Information about the socket address.</p>
|
|
771
611
|
*/
|
|
@@ -779,12 +619,6 @@ export interface SocketAddress {
|
|
|
779
619
|
*/
|
|
780
620
|
port: number | undefined;
|
|
781
621
|
}
|
|
782
|
-
export declare namespace SocketAddress {
|
|
783
|
-
/**
|
|
784
|
-
* @internal
|
|
785
|
-
*/
|
|
786
|
-
const filterSensitiveLog: (obj: SocketAddress) => any;
|
|
787
|
-
}
|
|
788
622
|
export declare enum EndpointStatus {
|
|
789
623
|
created = "created",
|
|
790
624
|
creating = "creating",
|
|
@@ -813,12 +647,6 @@ export interface DataflowEndpoint {
|
|
|
813
647
|
*/
|
|
814
648
|
mtu?: number;
|
|
815
649
|
}
|
|
816
|
-
export declare namespace DataflowEndpoint {
|
|
817
|
-
/**
|
|
818
|
-
* @internal
|
|
819
|
-
*/
|
|
820
|
-
const filterSensitiveLog: (obj: DataflowEndpoint) => any;
|
|
821
|
-
}
|
|
822
650
|
/**
|
|
823
651
|
* <p>Information about endpoints.</p>
|
|
824
652
|
*/
|
|
@@ -836,12 +664,6 @@ export interface SecurityDetails {
|
|
|
836
664
|
*/
|
|
837
665
|
roleArn: string | undefined;
|
|
838
666
|
}
|
|
839
|
-
export declare namespace SecurityDetails {
|
|
840
|
-
/**
|
|
841
|
-
* @internal
|
|
842
|
-
*/
|
|
843
|
-
const filterSensitiveLog: (obj: SecurityDetails) => any;
|
|
844
|
-
}
|
|
845
667
|
/**
|
|
846
668
|
* <p>Information about the endpoint details.</p>
|
|
847
669
|
*/
|
|
@@ -855,12 +677,6 @@ export interface EndpointDetails {
|
|
|
855
677
|
*/
|
|
856
678
|
endpoint?: DataflowEndpoint;
|
|
857
679
|
}
|
|
858
|
-
export declare namespace EndpointDetails {
|
|
859
|
-
/**
|
|
860
|
-
* @internal
|
|
861
|
-
*/
|
|
862
|
-
const filterSensitiveLog: (obj: EndpointDetails) => any;
|
|
863
|
-
}
|
|
864
680
|
/**
|
|
865
681
|
* <p>Details about an S3 recording <code>Config</code> used in a contact.</p>
|
|
866
682
|
*/
|
|
@@ -874,12 +690,6 @@ export interface S3RecordingDetails {
|
|
|
874
690
|
*/
|
|
875
691
|
keyTemplate?: string;
|
|
876
692
|
}
|
|
877
|
-
export declare namespace S3RecordingDetails {
|
|
878
|
-
/**
|
|
879
|
-
* @internal
|
|
880
|
-
*/
|
|
881
|
-
const filterSensitiveLog: (obj: S3RecordingDetails) => any;
|
|
882
|
-
}
|
|
883
693
|
/**
|
|
884
694
|
* <p>Details for certain <code>Config</code> object types in a contact.</p>
|
|
885
695
|
*/
|
|
@@ -925,10 +735,6 @@ export declare namespace ConfigDetails {
|
|
|
925
735
|
_: (name: string, value: any) => T;
|
|
926
736
|
}
|
|
927
737
|
const visit: <T>(value: ConfigDetails, visitor: Visitor<T>) => T;
|
|
928
|
-
/**
|
|
929
|
-
* @internal
|
|
930
|
-
*/
|
|
931
|
-
const filterSensitiveLog: (obj: ConfigDetails) => any;
|
|
932
738
|
}
|
|
933
739
|
/**
|
|
934
740
|
* <p/>
|
|
@@ -939,12 +745,6 @@ export interface DescribeContactRequest {
|
|
|
939
745
|
*/
|
|
940
746
|
contactId: string | undefined;
|
|
941
747
|
}
|
|
942
|
-
export declare namespace DescribeContactRequest {
|
|
943
|
-
/**
|
|
944
|
-
* @internal
|
|
945
|
-
*/
|
|
946
|
-
const filterSensitiveLog: (obj: DescribeContactRequest) => any;
|
|
947
|
-
}
|
|
948
748
|
export declare enum ContactStatus {
|
|
949
749
|
AVAILABLE = "AVAILABLE",
|
|
950
750
|
AWS_CANCELLED = "AWS_CANCELLED",
|
|
@@ -981,12 +781,6 @@ export interface Destination {
|
|
|
981
781
|
*/
|
|
982
782
|
dataflowDestinationRegion?: string;
|
|
983
783
|
}
|
|
984
|
-
export declare namespace Destination {
|
|
985
|
-
/**
|
|
986
|
-
* @internal
|
|
987
|
-
*/
|
|
988
|
-
const filterSensitiveLog: (obj: Destination) => any;
|
|
989
|
-
}
|
|
990
784
|
/**
|
|
991
785
|
* <p>Dataflow details for the source side.</p>
|
|
992
786
|
*/
|
|
@@ -1008,12 +802,6 @@ export interface Source {
|
|
|
1008
802
|
*/
|
|
1009
803
|
dataflowSourceRegion?: string;
|
|
1010
804
|
}
|
|
1011
|
-
export declare namespace Source {
|
|
1012
|
-
/**
|
|
1013
|
-
* @internal
|
|
1014
|
-
*/
|
|
1015
|
-
const filterSensitiveLog: (obj: Source) => any;
|
|
1016
|
-
}
|
|
1017
805
|
/**
|
|
1018
806
|
* <p>Information about a dataflow edge used in a contact.</p>
|
|
1019
807
|
*/
|
|
@@ -1031,12 +819,6 @@ export interface DataflowDetail {
|
|
|
1031
819
|
*/
|
|
1032
820
|
errorMessage?: string;
|
|
1033
821
|
}
|
|
1034
|
-
export declare namespace DataflowDetail {
|
|
1035
|
-
/**
|
|
1036
|
-
* @internal
|
|
1037
|
-
*/
|
|
1038
|
-
const filterSensitiveLog: (obj: DataflowDetail) => any;
|
|
1039
|
-
}
|
|
1040
822
|
/**
|
|
1041
823
|
* <p>Elevation angle of the satellite in the sky during a contact.</p>
|
|
1042
824
|
*/
|
|
@@ -1050,12 +832,6 @@ export interface Elevation {
|
|
|
1050
832
|
*/
|
|
1051
833
|
unit: AngleUnits | string | undefined;
|
|
1052
834
|
}
|
|
1053
|
-
export declare namespace Elevation {
|
|
1054
|
-
/**
|
|
1055
|
-
* @internal
|
|
1056
|
-
*/
|
|
1057
|
-
const filterSensitiveLog: (obj: Elevation) => any;
|
|
1058
|
-
}
|
|
1059
835
|
/**
|
|
1060
836
|
* <p/>
|
|
1061
837
|
*/
|
|
@@ -1117,12 +893,6 @@ export interface DescribeContactResponse {
|
|
|
1117
893
|
*/
|
|
1118
894
|
dataflowList?: DataflowDetail[];
|
|
1119
895
|
}
|
|
1120
|
-
export declare namespace DescribeContactResponse {
|
|
1121
|
-
/**
|
|
1122
|
-
* @internal
|
|
1123
|
-
*/
|
|
1124
|
-
const filterSensitiveLog: (obj: DescribeContactResponse) => any;
|
|
1125
|
-
}
|
|
1126
896
|
/**
|
|
1127
897
|
* <p/>
|
|
1128
898
|
*/
|
|
@@ -1160,12 +930,6 @@ export interface ListContactsRequest {
|
|
|
1160
930
|
*/
|
|
1161
931
|
missionProfileArn?: string;
|
|
1162
932
|
}
|
|
1163
|
-
export declare namespace ListContactsRequest {
|
|
1164
|
-
/**
|
|
1165
|
-
* @internal
|
|
1166
|
-
*/
|
|
1167
|
-
const filterSensitiveLog: (obj: ListContactsRequest) => any;
|
|
1168
|
-
}
|
|
1169
933
|
/**
|
|
1170
934
|
* <p>Data describing a contact.</p>
|
|
1171
935
|
*/
|
|
@@ -1223,12 +987,6 @@ export interface ContactData {
|
|
|
1223
987
|
*/
|
|
1224
988
|
tags?: Record<string, string>;
|
|
1225
989
|
}
|
|
1226
|
-
export declare namespace ContactData {
|
|
1227
|
-
/**
|
|
1228
|
-
* @internal
|
|
1229
|
-
*/
|
|
1230
|
-
const filterSensitiveLog: (obj: ContactData) => any;
|
|
1231
|
-
}
|
|
1232
990
|
/**
|
|
1233
991
|
* <p/>
|
|
1234
992
|
*/
|
|
@@ -1242,12 +1000,6 @@ export interface ListContactsResponse {
|
|
|
1242
1000
|
*/
|
|
1243
1001
|
contactList?: ContactData[];
|
|
1244
1002
|
}
|
|
1245
|
-
export declare namespace ListContactsResponse {
|
|
1246
|
-
/**
|
|
1247
|
-
* @internal
|
|
1248
|
-
*/
|
|
1249
|
-
const filterSensitiveLog: (obj: ListContactsResponse) => any;
|
|
1250
|
-
}
|
|
1251
1003
|
/**
|
|
1252
1004
|
* <p/>
|
|
1253
1005
|
*/
|
|
@@ -1277,12 +1029,6 @@ export interface ReserveContactRequest {
|
|
|
1277
1029
|
*/
|
|
1278
1030
|
tags?: Record<string, string>;
|
|
1279
1031
|
}
|
|
1280
|
-
export declare namespace ReserveContactRequest {
|
|
1281
|
-
/**
|
|
1282
|
-
* @internal
|
|
1283
|
-
*/
|
|
1284
|
-
const filterSensitiveLog: (obj: ReserveContactRequest) => any;
|
|
1285
|
-
}
|
|
1286
1032
|
/**
|
|
1287
1033
|
* <p/>
|
|
1288
1034
|
*/
|
|
@@ -1296,12 +1042,6 @@ export interface CreateDataflowEndpointGroupRequest {
|
|
|
1296
1042
|
*/
|
|
1297
1043
|
tags?: Record<string, string>;
|
|
1298
1044
|
}
|
|
1299
|
-
export declare namespace CreateDataflowEndpointGroupRequest {
|
|
1300
|
-
/**
|
|
1301
|
-
* @internal
|
|
1302
|
-
*/
|
|
1303
|
-
const filterSensitiveLog: (obj: CreateDataflowEndpointGroupRequest) => any;
|
|
1304
|
-
}
|
|
1305
1045
|
/**
|
|
1306
1046
|
* <p/>
|
|
1307
1047
|
*/
|
|
@@ -1311,12 +1051,6 @@ export interface DataflowEndpointGroupIdResponse {
|
|
|
1311
1051
|
*/
|
|
1312
1052
|
dataflowEndpointGroupId?: string;
|
|
1313
1053
|
}
|
|
1314
|
-
export declare namespace DataflowEndpointGroupIdResponse {
|
|
1315
|
-
/**
|
|
1316
|
-
* @internal
|
|
1317
|
-
*/
|
|
1318
|
-
const filterSensitiveLog: (obj: DataflowEndpointGroupIdResponse) => any;
|
|
1319
|
-
}
|
|
1320
1054
|
/**
|
|
1321
1055
|
* <p/>
|
|
1322
1056
|
*/
|
|
@@ -1352,12 +1086,6 @@ export interface CreateMissionProfileRequest {
|
|
|
1352
1086
|
*/
|
|
1353
1087
|
tags?: Record<string, string>;
|
|
1354
1088
|
}
|
|
1355
|
-
export declare namespace CreateMissionProfileRequest {
|
|
1356
|
-
/**
|
|
1357
|
-
* @internal
|
|
1358
|
-
*/
|
|
1359
|
-
const filterSensitiveLog: (obj: CreateMissionProfileRequest) => any;
|
|
1360
|
-
}
|
|
1361
1089
|
/**
|
|
1362
1090
|
* <p/>
|
|
1363
1091
|
*/
|
|
@@ -1367,12 +1095,6 @@ export interface MissionProfileIdResponse {
|
|
|
1367
1095
|
*/
|
|
1368
1096
|
missionProfileId?: string;
|
|
1369
1097
|
}
|
|
1370
|
-
export declare namespace MissionProfileIdResponse {
|
|
1371
|
-
/**
|
|
1372
|
-
* @internal
|
|
1373
|
-
*/
|
|
1374
|
-
const filterSensitiveLog: (obj: MissionProfileIdResponse) => any;
|
|
1375
|
-
}
|
|
1376
1098
|
/**
|
|
1377
1099
|
* <p/>
|
|
1378
1100
|
*/
|
|
@@ -1382,12 +1104,6 @@ export interface DeleteDataflowEndpointGroupRequest {
|
|
|
1382
1104
|
*/
|
|
1383
1105
|
dataflowEndpointGroupId: string | undefined;
|
|
1384
1106
|
}
|
|
1385
|
-
export declare namespace DeleteDataflowEndpointGroupRequest {
|
|
1386
|
-
/**
|
|
1387
|
-
* @internal
|
|
1388
|
-
*/
|
|
1389
|
-
const filterSensitiveLog: (obj: DeleteDataflowEndpointGroupRequest) => any;
|
|
1390
|
-
}
|
|
1391
1107
|
/**
|
|
1392
1108
|
* <p/>
|
|
1393
1109
|
*/
|
|
@@ -1397,12 +1113,6 @@ export interface GetDataflowEndpointGroupRequest {
|
|
|
1397
1113
|
*/
|
|
1398
1114
|
dataflowEndpointGroupId: string | undefined;
|
|
1399
1115
|
}
|
|
1400
|
-
export declare namespace GetDataflowEndpointGroupRequest {
|
|
1401
|
-
/**
|
|
1402
|
-
* @internal
|
|
1403
|
-
*/
|
|
1404
|
-
const filterSensitiveLog: (obj: GetDataflowEndpointGroupRequest) => any;
|
|
1405
|
-
}
|
|
1406
1116
|
/**
|
|
1407
1117
|
* <p/>
|
|
1408
1118
|
*/
|
|
@@ -1424,12 +1134,6 @@ export interface GetDataflowEndpointGroupResponse {
|
|
|
1424
1134
|
*/
|
|
1425
1135
|
tags?: Record<string, string>;
|
|
1426
1136
|
}
|
|
1427
|
-
export declare namespace GetDataflowEndpointGroupResponse {
|
|
1428
|
-
/**
|
|
1429
|
-
* @internal
|
|
1430
|
-
*/
|
|
1431
|
-
const filterSensitiveLog: (obj: GetDataflowEndpointGroupResponse) => any;
|
|
1432
|
-
}
|
|
1433
1137
|
/**
|
|
1434
1138
|
* <p/>
|
|
1435
1139
|
*/
|
|
@@ -1443,12 +1147,6 @@ export interface ListDataflowEndpointGroupsRequest {
|
|
|
1443
1147
|
*/
|
|
1444
1148
|
nextToken?: string;
|
|
1445
1149
|
}
|
|
1446
|
-
export declare namespace ListDataflowEndpointGroupsRequest {
|
|
1447
|
-
/**
|
|
1448
|
-
* @internal
|
|
1449
|
-
*/
|
|
1450
|
-
const filterSensitiveLog: (obj: ListDataflowEndpointGroupsRequest) => any;
|
|
1451
|
-
}
|
|
1452
1150
|
/**
|
|
1453
1151
|
* <p>Item in a list of <code>DataflowEndpoint</code> groups.</p>
|
|
1454
1152
|
*/
|
|
@@ -1462,12 +1160,6 @@ export interface DataflowEndpointListItem {
|
|
|
1462
1160
|
*/
|
|
1463
1161
|
dataflowEndpointGroupArn?: string;
|
|
1464
1162
|
}
|
|
1465
|
-
export declare namespace DataflowEndpointListItem {
|
|
1466
|
-
/**
|
|
1467
|
-
* @internal
|
|
1468
|
-
*/
|
|
1469
|
-
const filterSensitiveLog: (obj: DataflowEndpointListItem) => any;
|
|
1470
|
-
}
|
|
1471
1163
|
/**
|
|
1472
1164
|
* <p/>
|
|
1473
1165
|
*/
|
|
@@ -1481,12 +1173,6 @@ export interface ListDataflowEndpointGroupsResponse {
|
|
|
1481
1173
|
*/
|
|
1482
1174
|
dataflowEndpointGroupList?: DataflowEndpointListItem[];
|
|
1483
1175
|
}
|
|
1484
|
-
export declare namespace ListDataflowEndpointGroupsResponse {
|
|
1485
|
-
/**
|
|
1486
|
-
* @internal
|
|
1487
|
-
*/
|
|
1488
|
-
const filterSensitiveLog: (obj: ListDataflowEndpointGroupsResponse) => any;
|
|
1489
|
-
}
|
|
1490
1176
|
/**
|
|
1491
1177
|
* <p/>
|
|
1492
1178
|
*/
|
|
@@ -1496,12 +1182,6 @@ export interface DeleteMissionProfileRequest {
|
|
|
1496
1182
|
*/
|
|
1497
1183
|
missionProfileId: string | undefined;
|
|
1498
1184
|
}
|
|
1499
|
-
export declare namespace DeleteMissionProfileRequest {
|
|
1500
|
-
/**
|
|
1501
|
-
* @internal
|
|
1502
|
-
*/
|
|
1503
|
-
const filterSensitiveLog: (obj: DeleteMissionProfileRequest) => any;
|
|
1504
|
-
}
|
|
1505
1185
|
/**
|
|
1506
1186
|
* <p/>
|
|
1507
1187
|
*/
|
|
@@ -1515,12 +1195,6 @@ export interface GetMinuteUsageRequest {
|
|
|
1515
1195
|
*/
|
|
1516
1196
|
year: number | undefined;
|
|
1517
1197
|
}
|
|
1518
|
-
export declare namespace GetMinuteUsageRequest {
|
|
1519
|
-
/**
|
|
1520
|
-
* @internal
|
|
1521
|
-
*/
|
|
1522
|
-
const filterSensitiveLog: (obj: GetMinuteUsageRequest) => any;
|
|
1523
|
-
}
|
|
1524
1198
|
/**
|
|
1525
1199
|
* <p/>
|
|
1526
1200
|
*/
|
|
@@ -1546,12 +1220,6 @@ export interface GetMinuteUsageResponse {
|
|
|
1546
1220
|
*/
|
|
1547
1221
|
estimatedMinutesRemaining?: number;
|
|
1548
1222
|
}
|
|
1549
|
-
export declare namespace GetMinuteUsageResponse {
|
|
1550
|
-
/**
|
|
1551
|
-
* @internal
|
|
1552
|
-
*/
|
|
1553
|
-
const filterSensitiveLog: (obj: GetMinuteUsageResponse) => any;
|
|
1554
|
-
}
|
|
1555
1223
|
/**
|
|
1556
1224
|
* <p/>
|
|
1557
1225
|
*/
|
|
@@ -1561,12 +1229,6 @@ export interface GetMissionProfileRequest {
|
|
|
1561
1229
|
*/
|
|
1562
1230
|
missionProfileId: string | undefined;
|
|
1563
1231
|
}
|
|
1564
|
-
export declare namespace GetMissionProfileRequest {
|
|
1565
|
-
/**
|
|
1566
|
-
* @internal
|
|
1567
|
-
*/
|
|
1568
|
-
const filterSensitiveLog: (obj: GetMissionProfileRequest) => any;
|
|
1569
|
-
}
|
|
1570
1232
|
/**
|
|
1571
1233
|
* <p/>
|
|
1572
1234
|
*/
|
|
@@ -1614,12 +1276,6 @@ export interface GetMissionProfileResponse {
|
|
|
1614
1276
|
*/
|
|
1615
1277
|
tags?: Record<string, string>;
|
|
1616
1278
|
}
|
|
1617
|
-
export declare namespace GetMissionProfileResponse {
|
|
1618
|
-
/**
|
|
1619
|
-
* @internal
|
|
1620
|
-
*/
|
|
1621
|
-
const filterSensitiveLog: (obj: GetMissionProfileResponse) => any;
|
|
1622
|
-
}
|
|
1623
1279
|
/**
|
|
1624
1280
|
* <p/>
|
|
1625
1281
|
*/
|
|
@@ -1629,12 +1285,6 @@ export interface GetSatelliteRequest {
|
|
|
1629
1285
|
*/
|
|
1630
1286
|
satelliteId: string | undefined;
|
|
1631
1287
|
}
|
|
1632
|
-
export declare namespace GetSatelliteRequest {
|
|
1633
|
-
/**
|
|
1634
|
-
* @internal
|
|
1635
|
-
*/
|
|
1636
|
-
const filterSensitiveLog: (obj: GetSatelliteRequest) => any;
|
|
1637
|
-
}
|
|
1638
1288
|
/**
|
|
1639
1289
|
* <p/>
|
|
1640
1290
|
*/
|
|
@@ -1656,12 +1306,6 @@ export interface GetSatelliteResponse {
|
|
|
1656
1306
|
*/
|
|
1657
1307
|
groundStations?: string[];
|
|
1658
1308
|
}
|
|
1659
|
-
export declare namespace GetSatelliteResponse {
|
|
1660
|
-
/**
|
|
1661
|
-
* @internal
|
|
1662
|
-
*/
|
|
1663
|
-
const filterSensitiveLog: (obj: GetSatelliteResponse) => any;
|
|
1664
|
-
}
|
|
1665
1309
|
/**
|
|
1666
1310
|
* <p/>
|
|
1667
1311
|
*/
|
|
@@ -1679,12 +1323,6 @@ export interface ListGroundStationsRequest {
|
|
|
1679
1323
|
*/
|
|
1680
1324
|
nextToken?: string;
|
|
1681
1325
|
}
|
|
1682
|
-
export declare namespace ListGroundStationsRequest {
|
|
1683
|
-
/**
|
|
1684
|
-
* @internal
|
|
1685
|
-
*/
|
|
1686
|
-
const filterSensitiveLog: (obj: ListGroundStationsRequest) => any;
|
|
1687
|
-
}
|
|
1688
1326
|
/**
|
|
1689
1327
|
* <p>Information about the ground station data.</p>
|
|
1690
1328
|
*/
|
|
@@ -1702,12 +1340,6 @@ export interface GroundStationData {
|
|
|
1702
1340
|
*/
|
|
1703
1341
|
region?: string;
|
|
1704
1342
|
}
|
|
1705
|
-
export declare namespace GroundStationData {
|
|
1706
|
-
/**
|
|
1707
|
-
* @internal
|
|
1708
|
-
*/
|
|
1709
|
-
const filterSensitiveLog: (obj: GroundStationData) => any;
|
|
1710
|
-
}
|
|
1711
1343
|
/**
|
|
1712
1344
|
* <p/>
|
|
1713
1345
|
*/
|
|
@@ -1721,12 +1353,6 @@ export interface ListGroundStationsResponse {
|
|
|
1721
1353
|
*/
|
|
1722
1354
|
groundStationList?: GroundStationData[];
|
|
1723
1355
|
}
|
|
1724
|
-
export declare namespace ListGroundStationsResponse {
|
|
1725
|
-
/**
|
|
1726
|
-
* @internal
|
|
1727
|
-
*/
|
|
1728
|
-
const filterSensitiveLog: (obj: ListGroundStationsResponse) => any;
|
|
1729
|
-
}
|
|
1730
1356
|
/**
|
|
1731
1357
|
* <p/>
|
|
1732
1358
|
*/
|
|
@@ -1736,12 +1362,6 @@ export interface ListTagsForResourceRequest {
|
|
|
1736
1362
|
*/
|
|
1737
1363
|
resourceArn: string | undefined;
|
|
1738
1364
|
}
|
|
1739
|
-
export declare namespace ListTagsForResourceRequest {
|
|
1740
|
-
/**
|
|
1741
|
-
* @internal
|
|
1742
|
-
*/
|
|
1743
|
-
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
1744
|
-
}
|
|
1745
1365
|
/**
|
|
1746
1366
|
* <p/>
|
|
1747
1367
|
*/
|
|
@@ -1751,12 +1371,6 @@ export interface ListTagsForResourceResponse {
|
|
|
1751
1371
|
*/
|
|
1752
1372
|
tags?: Record<string, string>;
|
|
1753
1373
|
}
|
|
1754
|
-
export declare namespace ListTagsForResourceResponse {
|
|
1755
|
-
/**
|
|
1756
|
-
* @internal
|
|
1757
|
-
*/
|
|
1758
|
-
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
1759
|
-
}
|
|
1760
1374
|
/**
|
|
1761
1375
|
* <p/>
|
|
1762
1376
|
*/
|
|
@@ -1770,12 +1384,6 @@ export interface ListMissionProfilesRequest {
|
|
|
1770
1384
|
*/
|
|
1771
1385
|
nextToken?: string;
|
|
1772
1386
|
}
|
|
1773
|
-
export declare namespace ListMissionProfilesRequest {
|
|
1774
|
-
/**
|
|
1775
|
-
* @internal
|
|
1776
|
-
*/
|
|
1777
|
-
const filterSensitiveLog: (obj: ListMissionProfilesRequest) => any;
|
|
1778
|
-
}
|
|
1779
1387
|
/**
|
|
1780
1388
|
* <p>Item in a list of mission profiles.</p>
|
|
1781
1389
|
*/
|
|
@@ -1797,12 +1405,6 @@ export interface MissionProfileListItem {
|
|
|
1797
1405
|
*/
|
|
1798
1406
|
name?: string;
|
|
1799
1407
|
}
|
|
1800
|
-
export declare namespace MissionProfileListItem {
|
|
1801
|
-
/**
|
|
1802
|
-
* @internal
|
|
1803
|
-
*/
|
|
1804
|
-
const filterSensitiveLog: (obj: MissionProfileListItem) => any;
|
|
1805
|
-
}
|
|
1806
1408
|
/**
|
|
1807
1409
|
* <p/>
|
|
1808
1410
|
*/
|
|
@@ -1816,12 +1418,6 @@ export interface ListMissionProfilesResponse {
|
|
|
1816
1418
|
*/
|
|
1817
1419
|
missionProfileList?: MissionProfileListItem[];
|
|
1818
1420
|
}
|
|
1819
|
-
export declare namespace ListMissionProfilesResponse {
|
|
1820
|
-
/**
|
|
1821
|
-
* @internal
|
|
1822
|
-
*/
|
|
1823
|
-
const filterSensitiveLog: (obj: ListMissionProfilesResponse) => any;
|
|
1824
|
-
}
|
|
1825
1421
|
/**
|
|
1826
1422
|
* <p/>
|
|
1827
1423
|
*/
|
|
@@ -1857,12 +1453,6 @@ export interface UpdateMissionProfileRequest {
|
|
|
1857
1453
|
*/
|
|
1858
1454
|
trackingConfigArn?: string;
|
|
1859
1455
|
}
|
|
1860
|
-
export declare namespace UpdateMissionProfileRequest {
|
|
1861
|
-
/**
|
|
1862
|
-
* @internal
|
|
1863
|
-
*/
|
|
1864
|
-
const filterSensitiveLog: (obj: UpdateMissionProfileRequest) => any;
|
|
1865
|
-
}
|
|
1866
1456
|
/**
|
|
1867
1457
|
* <p/>
|
|
1868
1458
|
*/
|
|
@@ -1876,12 +1466,6 @@ export interface ListSatellitesRequest {
|
|
|
1876
1466
|
*/
|
|
1877
1467
|
nextToken?: string;
|
|
1878
1468
|
}
|
|
1879
|
-
export declare namespace ListSatellitesRequest {
|
|
1880
|
-
/**
|
|
1881
|
-
* @internal
|
|
1882
|
-
*/
|
|
1883
|
-
const filterSensitiveLog: (obj: ListSatellitesRequest) => any;
|
|
1884
|
-
}
|
|
1885
1469
|
/**
|
|
1886
1470
|
* <p>Item in a list of satellites.</p>
|
|
1887
1471
|
*/
|
|
@@ -1903,12 +1487,6 @@ export interface SatelliteListItem {
|
|
|
1903
1487
|
*/
|
|
1904
1488
|
groundStations?: string[];
|
|
1905
1489
|
}
|
|
1906
|
-
export declare namespace SatelliteListItem {
|
|
1907
|
-
/**
|
|
1908
|
-
* @internal
|
|
1909
|
-
*/
|
|
1910
|
-
const filterSensitiveLog: (obj: SatelliteListItem) => any;
|
|
1911
|
-
}
|
|
1912
1490
|
/**
|
|
1913
1491
|
* <p/>
|
|
1914
1492
|
*/
|
|
@@ -1922,12 +1500,6 @@ export interface ListSatellitesResponse {
|
|
|
1922
1500
|
*/
|
|
1923
1501
|
satellites?: SatelliteListItem[];
|
|
1924
1502
|
}
|
|
1925
|
-
export declare namespace ListSatellitesResponse {
|
|
1926
|
-
/**
|
|
1927
|
-
* @internal
|
|
1928
|
-
*/
|
|
1929
|
-
const filterSensitiveLog: (obj: ListSatellitesResponse) => any;
|
|
1930
|
-
}
|
|
1931
1503
|
/**
|
|
1932
1504
|
* <p/>
|
|
1933
1505
|
*/
|
|
@@ -1941,23 +1513,11 @@ export interface TagResourceRequest {
|
|
|
1941
1513
|
*/
|
|
1942
1514
|
tags: Record<string, string> | undefined;
|
|
1943
1515
|
}
|
|
1944
|
-
export declare namespace TagResourceRequest {
|
|
1945
|
-
/**
|
|
1946
|
-
* @internal
|
|
1947
|
-
*/
|
|
1948
|
-
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
1949
|
-
}
|
|
1950
1516
|
/**
|
|
1951
1517
|
* <p/>
|
|
1952
1518
|
*/
|
|
1953
1519
|
export interface TagResourceResponse {
|
|
1954
1520
|
}
|
|
1955
|
-
export declare namespace TagResourceResponse {
|
|
1956
|
-
/**
|
|
1957
|
-
* @internal
|
|
1958
|
-
*/
|
|
1959
|
-
const filterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
1960
|
-
}
|
|
1961
1521
|
/**
|
|
1962
1522
|
* <p/>
|
|
1963
1523
|
*/
|
|
@@ -1971,20 +1531,312 @@ export interface UntagResourceRequest {
|
|
|
1971
1531
|
*/
|
|
1972
1532
|
tagKeys: string[] | undefined;
|
|
1973
1533
|
}
|
|
1974
|
-
export declare namespace UntagResourceRequest {
|
|
1975
|
-
/**
|
|
1976
|
-
* @internal
|
|
1977
|
-
*/
|
|
1978
|
-
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
1979
|
-
}
|
|
1980
1534
|
/**
|
|
1981
1535
|
* <p/>
|
|
1982
1536
|
*/
|
|
1983
1537
|
export interface UntagResourceResponse {
|
|
1984
1538
|
}
|
|
1985
|
-
|
|
1986
|
-
|
|
1987
|
-
|
|
1988
|
-
|
|
1989
|
-
|
|
1990
|
-
|
|
1539
|
+
/**
|
|
1540
|
+
* @internal
|
|
1541
|
+
*/
|
|
1542
|
+
export declare const AntennaDemodDecodeDetailsFilterSensitiveLog: (obj: AntennaDemodDecodeDetails) => any;
|
|
1543
|
+
/**
|
|
1544
|
+
* @internal
|
|
1545
|
+
*/
|
|
1546
|
+
export declare const FrequencyBandwidthFilterSensitiveLog: (obj: FrequencyBandwidth) => any;
|
|
1547
|
+
/**
|
|
1548
|
+
* @internal
|
|
1549
|
+
*/
|
|
1550
|
+
export declare const FrequencyFilterSensitiveLog: (obj: Frequency) => any;
|
|
1551
|
+
/**
|
|
1552
|
+
* @internal
|
|
1553
|
+
*/
|
|
1554
|
+
export declare const SpectrumConfigFilterSensitiveLog: (obj: SpectrumConfig) => any;
|
|
1555
|
+
/**
|
|
1556
|
+
* @internal
|
|
1557
|
+
*/
|
|
1558
|
+
export declare const AntennaDownlinkConfigFilterSensitiveLog: (obj: AntennaDownlinkConfig) => any;
|
|
1559
|
+
/**
|
|
1560
|
+
* @internal
|
|
1561
|
+
*/
|
|
1562
|
+
export declare const DecodeConfigFilterSensitiveLog: (obj: DecodeConfig) => any;
|
|
1563
|
+
/**
|
|
1564
|
+
* @internal
|
|
1565
|
+
*/
|
|
1566
|
+
export declare const DemodulationConfigFilterSensitiveLog: (obj: DemodulationConfig) => any;
|
|
1567
|
+
/**
|
|
1568
|
+
* @internal
|
|
1569
|
+
*/
|
|
1570
|
+
export declare const AntennaDownlinkDemodDecodeConfigFilterSensitiveLog: (obj: AntennaDownlinkDemodDecodeConfig) => any;
|
|
1571
|
+
/**
|
|
1572
|
+
* @internal
|
|
1573
|
+
*/
|
|
1574
|
+
export declare const UplinkSpectrumConfigFilterSensitiveLog: (obj: UplinkSpectrumConfig) => any;
|
|
1575
|
+
/**
|
|
1576
|
+
* @internal
|
|
1577
|
+
*/
|
|
1578
|
+
export declare const EirpFilterSensitiveLog: (obj: Eirp) => any;
|
|
1579
|
+
/**
|
|
1580
|
+
* @internal
|
|
1581
|
+
*/
|
|
1582
|
+
export declare const AntennaUplinkConfigFilterSensitiveLog: (obj: AntennaUplinkConfig) => any;
|
|
1583
|
+
/**
|
|
1584
|
+
* @internal
|
|
1585
|
+
*/
|
|
1586
|
+
export declare const CancelContactRequestFilterSensitiveLog: (obj: CancelContactRequest) => any;
|
|
1587
|
+
/**
|
|
1588
|
+
* @internal
|
|
1589
|
+
*/
|
|
1590
|
+
export declare const ContactIdResponseFilterSensitiveLog: (obj: ContactIdResponse) => any;
|
|
1591
|
+
/**
|
|
1592
|
+
* @internal
|
|
1593
|
+
*/
|
|
1594
|
+
export declare const ConfigIdResponseFilterSensitiveLog: (obj: ConfigIdResponse) => any;
|
|
1595
|
+
/**
|
|
1596
|
+
* @internal
|
|
1597
|
+
*/
|
|
1598
|
+
export declare const DataflowEndpointConfigFilterSensitiveLog: (obj: DataflowEndpointConfig) => any;
|
|
1599
|
+
/**
|
|
1600
|
+
* @internal
|
|
1601
|
+
*/
|
|
1602
|
+
export declare const S3RecordingConfigFilterSensitiveLog: (obj: S3RecordingConfig) => any;
|
|
1603
|
+
/**
|
|
1604
|
+
* @internal
|
|
1605
|
+
*/
|
|
1606
|
+
export declare const TrackingConfigFilterSensitiveLog: (obj: TrackingConfig) => any;
|
|
1607
|
+
/**
|
|
1608
|
+
* @internal
|
|
1609
|
+
*/
|
|
1610
|
+
export declare const UplinkEchoConfigFilterSensitiveLog: (obj: UplinkEchoConfig) => any;
|
|
1611
|
+
/**
|
|
1612
|
+
* @internal
|
|
1613
|
+
*/
|
|
1614
|
+
export declare const ConfigTypeDataFilterSensitiveLog: (obj: ConfigTypeData) => any;
|
|
1615
|
+
/**
|
|
1616
|
+
* @internal
|
|
1617
|
+
*/
|
|
1618
|
+
export declare const CreateConfigRequestFilterSensitiveLog: (obj: CreateConfigRequest) => any;
|
|
1619
|
+
/**
|
|
1620
|
+
* @internal
|
|
1621
|
+
*/
|
|
1622
|
+
export declare const DeleteConfigRequestFilterSensitiveLog: (obj: DeleteConfigRequest) => any;
|
|
1623
|
+
/**
|
|
1624
|
+
* @internal
|
|
1625
|
+
*/
|
|
1626
|
+
export declare const GetConfigRequestFilterSensitiveLog: (obj: GetConfigRequest) => any;
|
|
1627
|
+
/**
|
|
1628
|
+
* @internal
|
|
1629
|
+
*/
|
|
1630
|
+
export declare const GetConfigResponseFilterSensitiveLog: (obj: GetConfigResponse) => any;
|
|
1631
|
+
/**
|
|
1632
|
+
* @internal
|
|
1633
|
+
*/
|
|
1634
|
+
export declare const ListConfigsRequestFilterSensitiveLog: (obj: ListConfigsRequest) => any;
|
|
1635
|
+
/**
|
|
1636
|
+
* @internal
|
|
1637
|
+
*/
|
|
1638
|
+
export declare const ConfigListItemFilterSensitiveLog: (obj: ConfigListItem) => any;
|
|
1639
|
+
/**
|
|
1640
|
+
* @internal
|
|
1641
|
+
*/
|
|
1642
|
+
export declare const ListConfigsResponseFilterSensitiveLog: (obj: ListConfigsResponse) => any;
|
|
1643
|
+
/**
|
|
1644
|
+
* @internal
|
|
1645
|
+
*/
|
|
1646
|
+
export declare const UpdateConfigRequestFilterSensitiveLog: (obj: UpdateConfigRequest) => any;
|
|
1647
|
+
/**
|
|
1648
|
+
* @internal
|
|
1649
|
+
*/
|
|
1650
|
+
export declare const SocketAddressFilterSensitiveLog: (obj: SocketAddress) => any;
|
|
1651
|
+
/**
|
|
1652
|
+
* @internal
|
|
1653
|
+
*/
|
|
1654
|
+
export declare const DataflowEndpointFilterSensitiveLog: (obj: DataflowEndpoint) => any;
|
|
1655
|
+
/**
|
|
1656
|
+
* @internal
|
|
1657
|
+
*/
|
|
1658
|
+
export declare const SecurityDetailsFilterSensitiveLog: (obj: SecurityDetails) => any;
|
|
1659
|
+
/**
|
|
1660
|
+
* @internal
|
|
1661
|
+
*/
|
|
1662
|
+
export declare const EndpointDetailsFilterSensitiveLog: (obj: EndpointDetails) => any;
|
|
1663
|
+
/**
|
|
1664
|
+
* @internal
|
|
1665
|
+
*/
|
|
1666
|
+
export declare const S3RecordingDetailsFilterSensitiveLog: (obj: S3RecordingDetails) => any;
|
|
1667
|
+
/**
|
|
1668
|
+
* @internal
|
|
1669
|
+
*/
|
|
1670
|
+
export declare const ConfigDetailsFilterSensitiveLog: (obj: ConfigDetails) => any;
|
|
1671
|
+
/**
|
|
1672
|
+
* @internal
|
|
1673
|
+
*/
|
|
1674
|
+
export declare const DescribeContactRequestFilterSensitiveLog: (obj: DescribeContactRequest) => any;
|
|
1675
|
+
/**
|
|
1676
|
+
* @internal
|
|
1677
|
+
*/
|
|
1678
|
+
export declare const DestinationFilterSensitiveLog: (obj: Destination) => any;
|
|
1679
|
+
/**
|
|
1680
|
+
* @internal
|
|
1681
|
+
*/
|
|
1682
|
+
export declare const SourceFilterSensitiveLog: (obj: Source) => any;
|
|
1683
|
+
/**
|
|
1684
|
+
* @internal
|
|
1685
|
+
*/
|
|
1686
|
+
export declare const DataflowDetailFilterSensitiveLog: (obj: DataflowDetail) => any;
|
|
1687
|
+
/**
|
|
1688
|
+
* @internal
|
|
1689
|
+
*/
|
|
1690
|
+
export declare const ElevationFilterSensitiveLog: (obj: Elevation) => any;
|
|
1691
|
+
/**
|
|
1692
|
+
* @internal
|
|
1693
|
+
*/
|
|
1694
|
+
export declare const DescribeContactResponseFilterSensitiveLog: (obj: DescribeContactResponse) => any;
|
|
1695
|
+
/**
|
|
1696
|
+
* @internal
|
|
1697
|
+
*/
|
|
1698
|
+
export declare const ListContactsRequestFilterSensitiveLog: (obj: ListContactsRequest) => any;
|
|
1699
|
+
/**
|
|
1700
|
+
* @internal
|
|
1701
|
+
*/
|
|
1702
|
+
export declare const ContactDataFilterSensitiveLog: (obj: ContactData) => any;
|
|
1703
|
+
/**
|
|
1704
|
+
* @internal
|
|
1705
|
+
*/
|
|
1706
|
+
export declare const ListContactsResponseFilterSensitiveLog: (obj: ListContactsResponse) => any;
|
|
1707
|
+
/**
|
|
1708
|
+
* @internal
|
|
1709
|
+
*/
|
|
1710
|
+
export declare const ReserveContactRequestFilterSensitiveLog: (obj: ReserveContactRequest) => any;
|
|
1711
|
+
/**
|
|
1712
|
+
* @internal
|
|
1713
|
+
*/
|
|
1714
|
+
export declare const CreateDataflowEndpointGroupRequestFilterSensitiveLog: (obj: CreateDataflowEndpointGroupRequest) => any;
|
|
1715
|
+
/**
|
|
1716
|
+
* @internal
|
|
1717
|
+
*/
|
|
1718
|
+
export declare const DataflowEndpointGroupIdResponseFilterSensitiveLog: (obj: DataflowEndpointGroupIdResponse) => any;
|
|
1719
|
+
/**
|
|
1720
|
+
* @internal
|
|
1721
|
+
*/
|
|
1722
|
+
export declare const CreateMissionProfileRequestFilterSensitiveLog: (obj: CreateMissionProfileRequest) => any;
|
|
1723
|
+
/**
|
|
1724
|
+
* @internal
|
|
1725
|
+
*/
|
|
1726
|
+
export declare const MissionProfileIdResponseFilterSensitiveLog: (obj: MissionProfileIdResponse) => any;
|
|
1727
|
+
/**
|
|
1728
|
+
* @internal
|
|
1729
|
+
*/
|
|
1730
|
+
export declare const DeleteDataflowEndpointGroupRequestFilterSensitiveLog: (obj: DeleteDataflowEndpointGroupRequest) => any;
|
|
1731
|
+
/**
|
|
1732
|
+
* @internal
|
|
1733
|
+
*/
|
|
1734
|
+
export declare const GetDataflowEndpointGroupRequestFilterSensitiveLog: (obj: GetDataflowEndpointGroupRequest) => any;
|
|
1735
|
+
/**
|
|
1736
|
+
* @internal
|
|
1737
|
+
*/
|
|
1738
|
+
export declare const GetDataflowEndpointGroupResponseFilterSensitiveLog: (obj: GetDataflowEndpointGroupResponse) => any;
|
|
1739
|
+
/**
|
|
1740
|
+
* @internal
|
|
1741
|
+
*/
|
|
1742
|
+
export declare const ListDataflowEndpointGroupsRequestFilterSensitiveLog: (obj: ListDataflowEndpointGroupsRequest) => any;
|
|
1743
|
+
/**
|
|
1744
|
+
* @internal
|
|
1745
|
+
*/
|
|
1746
|
+
export declare const DataflowEndpointListItemFilterSensitiveLog: (obj: DataflowEndpointListItem) => any;
|
|
1747
|
+
/**
|
|
1748
|
+
* @internal
|
|
1749
|
+
*/
|
|
1750
|
+
export declare const ListDataflowEndpointGroupsResponseFilterSensitiveLog: (obj: ListDataflowEndpointGroupsResponse) => any;
|
|
1751
|
+
/**
|
|
1752
|
+
* @internal
|
|
1753
|
+
*/
|
|
1754
|
+
export declare const DeleteMissionProfileRequestFilterSensitiveLog: (obj: DeleteMissionProfileRequest) => any;
|
|
1755
|
+
/**
|
|
1756
|
+
* @internal
|
|
1757
|
+
*/
|
|
1758
|
+
export declare const GetMinuteUsageRequestFilterSensitiveLog: (obj: GetMinuteUsageRequest) => any;
|
|
1759
|
+
/**
|
|
1760
|
+
* @internal
|
|
1761
|
+
*/
|
|
1762
|
+
export declare const GetMinuteUsageResponseFilterSensitiveLog: (obj: GetMinuteUsageResponse) => any;
|
|
1763
|
+
/**
|
|
1764
|
+
* @internal
|
|
1765
|
+
*/
|
|
1766
|
+
export declare const GetMissionProfileRequestFilterSensitiveLog: (obj: GetMissionProfileRequest) => any;
|
|
1767
|
+
/**
|
|
1768
|
+
* @internal
|
|
1769
|
+
*/
|
|
1770
|
+
export declare const GetMissionProfileResponseFilterSensitiveLog: (obj: GetMissionProfileResponse) => any;
|
|
1771
|
+
/**
|
|
1772
|
+
* @internal
|
|
1773
|
+
*/
|
|
1774
|
+
export declare const GetSatelliteRequestFilterSensitiveLog: (obj: GetSatelliteRequest) => any;
|
|
1775
|
+
/**
|
|
1776
|
+
* @internal
|
|
1777
|
+
*/
|
|
1778
|
+
export declare const GetSatelliteResponseFilterSensitiveLog: (obj: GetSatelliteResponse) => any;
|
|
1779
|
+
/**
|
|
1780
|
+
* @internal
|
|
1781
|
+
*/
|
|
1782
|
+
export declare const ListGroundStationsRequestFilterSensitiveLog: (obj: ListGroundStationsRequest) => any;
|
|
1783
|
+
/**
|
|
1784
|
+
* @internal
|
|
1785
|
+
*/
|
|
1786
|
+
export declare const GroundStationDataFilterSensitiveLog: (obj: GroundStationData) => any;
|
|
1787
|
+
/**
|
|
1788
|
+
* @internal
|
|
1789
|
+
*/
|
|
1790
|
+
export declare const ListGroundStationsResponseFilterSensitiveLog: (obj: ListGroundStationsResponse) => any;
|
|
1791
|
+
/**
|
|
1792
|
+
* @internal
|
|
1793
|
+
*/
|
|
1794
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
1795
|
+
/**
|
|
1796
|
+
* @internal
|
|
1797
|
+
*/
|
|
1798
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
1799
|
+
/**
|
|
1800
|
+
* @internal
|
|
1801
|
+
*/
|
|
1802
|
+
export declare const ListMissionProfilesRequestFilterSensitiveLog: (obj: ListMissionProfilesRequest) => any;
|
|
1803
|
+
/**
|
|
1804
|
+
* @internal
|
|
1805
|
+
*/
|
|
1806
|
+
export declare const MissionProfileListItemFilterSensitiveLog: (obj: MissionProfileListItem) => any;
|
|
1807
|
+
/**
|
|
1808
|
+
* @internal
|
|
1809
|
+
*/
|
|
1810
|
+
export declare const ListMissionProfilesResponseFilterSensitiveLog: (obj: ListMissionProfilesResponse) => any;
|
|
1811
|
+
/**
|
|
1812
|
+
* @internal
|
|
1813
|
+
*/
|
|
1814
|
+
export declare const UpdateMissionProfileRequestFilterSensitiveLog: (obj: UpdateMissionProfileRequest) => any;
|
|
1815
|
+
/**
|
|
1816
|
+
* @internal
|
|
1817
|
+
*/
|
|
1818
|
+
export declare const ListSatellitesRequestFilterSensitiveLog: (obj: ListSatellitesRequest) => any;
|
|
1819
|
+
/**
|
|
1820
|
+
* @internal
|
|
1821
|
+
*/
|
|
1822
|
+
export declare const SatelliteListItemFilterSensitiveLog: (obj: SatelliteListItem) => any;
|
|
1823
|
+
/**
|
|
1824
|
+
* @internal
|
|
1825
|
+
*/
|
|
1826
|
+
export declare const ListSatellitesResponseFilterSensitiveLog: (obj: ListSatellitesResponse) => any;
|
|
1827
|
+
/**
|
|
1828
|
+
* @internal
|
|
1829
|
+
*/
|
|
1830
|
+
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
1831
|
+
/**
|
|
1832
|
+
* @internal
|
|
1833
|
+
*/
|
|
1834
|
+
export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
1835
|
+
/**
|
|
1836
|
+
* @internal
|
|
1837
|
+
*/
|
|
1838
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
1839
|
+
/**
|
|
1840
|
+
* @internal
|
|
1841
|
+
*/
|
|
1842
|
+
export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
|