@aws-sdk/client-groundstation 3.934.0 → 3.935.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.
@@ -0,0 +1,174 @@
1
+ export declare const AgentStatus: {
2
+ readonly ACTIVE: "ACTIVE";
3
+ readonly FAILED: "FAILED";
4
+ readonly INACTIVE: "INACTIVE";
5
+ readonly SUCCESS: "SUCCESS";
6
+ };
7
+ export type AgentStatus = (typeof AgentStatus)[keyof typeof AgentStatus];
8
+ export declare const AngleUnits: {
9
+ readonly DEGREE_ANGLE: "DEGREE_ANGLE";
10
+ readonly RADIAN: "RADIAN";
11
+ };
12
+ export type AngleUnits = (typeof AngleUnits)[keyof typeof AngleUnits];
13
+ export declare const BandwidthUnits: {
14
+ readonly GHZ: "GHz";
15
+ readonly KHZ: "kHz";
16
+ readonly MHZ: "MHz";
17
+ };
18
+ export type BandwidthUnits =
19
+ (typeof BandwidthUnits)[keyof typeof BandwidthUnits];
20
+ export declare const FrequencyUnits: {
21
+ readonly GHZ: "GHz";
22
+ readonly KHZ: "kHz";
23
+ readonly MHZ: "MHz";
24
+ };
25
+ export type FrequencyUnits =
26
+ (typeof FrequencyUnits)[keyof typeof FrequencyUnits];
27
+ export declare const Polarization: {
28
+ readonly LEFT_HAND: "LEFT_HAND";
29
+ readonly NONE: "NONE";
30
+ readonly RIGHT_HAND: "RIGHT_HAND";
31
+ };
32
+ export type Polarization = (typeof Polarization)[keyof typeof Polarization];
33
+ export declare const EirpUnits: {
34
+ readonly DBW: "dBW";
35
+ };
36
+ export type EirpUnits = (typeof EirpUnits)[keyof typeof EirpUnits];
37
+ export declare const AuditResults: {
38
+ readonly HEALTHY: "HEALTHY";
39
+ readonly UNHEALTHY: "UNHEALTHY";
40
+ };
41
+ export type AuditResults = (typeof AuditResults)[keyof typeof AuditResults];
42
+ export declare const CapabilityHealth: {
43
+ readonly HEALTHY: "HEALTHY";
44
+ readonly UNHEALTHY: "UNHEALTHY";
45
+ };
46
+ export type CapabilityHealth =
47
+ (typeof CapabilityHealth)[keyof typeof CapabilityHealth];
48
+ export declare const CapabilityHealthReason: {
49
+ readonly DATAPLANE_FAILURE: "DATAPLANE_FAILURE";
50
+ readonly HEALTHY: "HEALTHY";
51
+ readonly INITIALIZING_DATAPLANE: "INITIALIZING_DATAPLANE";
52
+ readonly INVALID_IP_OWNERSHIP: "INVALID_IP_OWNERSHIP";
53
+ readonly NOT_AUTHORIZED_TO_CREATE_SLR: "NOT_AUTHORIZED_TO_CREATE_SLR";
54
+ readonly NO_REGISTERED_AGENT: "NO_REGISTERED_AGENT";
55
+ readonly UNVERIFIED_IP_OWNERSHIP: "UNVERIFIED_IP_OWNERSHIP";
56
+ };
57
+ export type CapabilityHealthReason =
58
+ (typeof CapabilityHealthReason)[keyof typeof CapabilityHealthReason];
59
+ export declare const ConfigCapabilityType: {
60
+ readonly ANTENNA_DOWNLINK: "antenna-downlink";
61
+ readonly ANTENNA_DOWNLINK_DEMOD_DECODE: "antenna-downlink-demod-decode";
62
+ readonly ANTENNA_UPLINK: "antenna-uplink";
63
+ readonly DATAFLOW_ENDPOINT: "dataflow-endpoint";
64
+ readonly S3_RECORDING: "s3-recording";
65
+ readonly TRACKING: "tracking";
66
+ readonly UPLINK_ECHO: "uplink-echo";
67
+ };
68
+ export type ConfigCapabilityType =
69
+ (typeof ConfigCapabilityType)[keyof typeof ConfigCapabilityType];
70
+ export declare const Criticality: {
71
+ readonly PREFERRED: "PREFERRED";
72
+ readonly REMOVED: "REMOVED";
73
+ readonly REQUIRED: "REQUIRED";
74
+ };
75
+ export type Criticality = (typeof Criticality)[keyof typeof Criticality];
76
+ export declare const EndpointStatus: {
77
+ readonly created: "created";
78
+ readonly creating: "creating";
79
+ readonly deleted: "deleted";
80
+ readonly deleting: "deleting";
81
+ readonly failed: "failed";
82
+ };
83
+ export type EndpointStatus =
84
+ (typeof EndpointStatus)[keyof typeof EndpointStatus];
85
+ export declare const ContactStatus: {
86
+ readonly AVAILABLE: "AVAILABLE";
87
+ readonly AWS_CANCELLED: "AWS_CANCELLED";
88
+ readonly AWS_FAILED: "AWS_FAILED";
89
+ readonly CANCELLED: "CANCELLED";
90
+ readonly CANCELLING: "CANCELLING";
91
+ readonly COMPLETED: "COMPLETED";
92
+ readonly FAILED: "FAILED";
93
+ readonly FAILED_TO_SCHEDULE: "FAILED_TO_SCHEDULE";
94
+ readonly PASS: "PASS";
95
+ readonly POSTPASS: "POSTPASS";
96
+ readonly PREPASS: "PREPASS";
97
+ readonly SCHEDULED: "SCHEDULED";
98
+ readonly SCHEDULING: "SCHEDULING";
99
+ };
100
+ export type ContactStatus = (typeof ContactStatus)[keyof typeof ContactStatus];
101
+ export declare const EphemerisType: {
102
+ readonly AZ_EL: "AZ_EL";
103
+ readonly OEM: "OEM";
104
+ readonly SERVICE_MANAGED: "SERVICE_MANAGED";
105
+ readonly TLE: "TLE";
106
+ };
107
+ export type EphemerisType = (typeof EphemerisType)[keyof typeof EphemerisType];
108
+ export declare const EphemerisErrorCode: {
109
+ readonly AZ_EL_SEGMENTS_OUT_OF_ORDER: "AZ_EL_SEGMENTS_OUT_OF_ORDER";
110
+ readonly AZ_EL_SEGMENT_END_TIME_BEFORE_START_TIME: "AZ_EL_SEGMENT_END_TIME_BEFORE_START_TIME";
111
+ readonly AZ_EL_SEGMENT_END_TIME_INVALID: "AZ_EL_SEGMENT_END_TIME_INVALID";
112
+ readonly AZ_EL_SEGMENT_END_TIME_TOO_LATE: "AZ_EL_SEGMENT_END_TIME_TOO_LATE";
113
+ readonly AZ_EL_SEGMENT_LIST_MISSING: "AZ_EL_SEGMENT_LIST_MISSING";
114
+ readonly AZ_EL_SEGMENT_REFERENCE_EPOCH_INVALID: "AZ_EL_SEGMENT_REFERENCE_EPOCH_INVALID";
115
+ readonly AZ_EL_SEGMENT_START_TIME_INVALID: "AZ_EL_SEGMENT_START_TIME_INVALID";
116
+ readonly AZ_EL_SEGMENT_TIMES_OVERLAP: "AZ_EL_SEGMENT_TIMES_OVERLAP";
117
+ readonly AZ_EL_SEGMENT_VALID_TIME_RANGE_INVALID: "AZ_EL_SEGMENT_VALID_TIME_RANGE_INVALID";
118
+ readonly AZ_EL_TOTAL_DURATION_EXCEEDED: "AZ_EL_TOTAL_DURATION_EXCEEDED";
119
+ readonly CENTER_BODY_UNSUPPORTED: "CENTER_BODY_UNSUPPORTED";
120
+ readonly CREATION_DATE_MISSING: "CREATION_DATE_MISSING";
121
+ readonly END_TIME_IN_PAST: "END_TIME_IN_PAST";
122
+ readonly EXPIRATION_TIME_TOO_EARLY: "EXPIRATION_TIME_TOO_EARLY";
123
+ readonly FILE_FORMAT_INVALID: "FILE_FORMAT_INVALID";
124
+ readonly INSUFFICIENT_KMS_PERMISSIONS: "INSUFFICIENT_KMS_PERMISSIONS";
125
+ readonly INSUFFICIENT_TIME_AZ_EL: "INSUFFICIENT_TIME_AZ_EL";
126
+ readonly INTERNAL_ERROR: "INTERNAL_ERROR";
127
+ readonly INTERPOLATION_DEGREE_INVALID: "INTERPOLATION_DEGREE_INVALID";
128
+ readonly INTERPOLATION_MISSING: "INTERPOLATION_MISSING";
129
+ readonly MEAN_MOTION_INVALID: "MEAN_MOTION_INVALID";
130
+ readonly MISMATCHED_SATCAT_ID: "MISMATCHED_SATCAT_ID";
131
+ readonly OBJECT_ID_MISSING: "OBJECT_ID_MISSING";
132
+ readonly OBJECT_NAME_MISSING: "OBJECT_NAME_MISSING";
133
+ readonly OEM_VERSION_UNSUPPORTED: "OEM_VERSION_UNSUPPORTED";
134
+ readonly ORIGINATOR_MISSING: "ORIGINATOR_MISSING";
135
+ readonly REF_FRAME_EPOCH_UNSUPPORTED: "REF_FRAME_EPOCH_UNSUPPORTED";
136
+ readonly REF_FRAME_UNSUPPORTED: "REF_FRAME_UNSUPPORTED";
137
+ readonly START_TIME_IN_FUTURE: "START_TIME_IN_FUTURE";
138
+ readonly START_TIME_METADATA_TOO_EARLY: "START_TIME_METADATA_TOO_EARLY";
139
+ readonly STOP_TIME_METADATA_TOO_LATE: "STOP_TIME_METADATA_TOO_LATE";
140
+ readonly TIME_AZ_EL_ANGLE_UNITS_INVALID: "TIME_AZ_EL_ANGLE_UNITS_INVALID";
141
+ readonly TIME_AZ_EL_AZ_DEGREE_RANGE_INVALID: "TIME_AZ_EL_AZ_DEGREE_RANGE_INVALID";
142
+ readonly TIME_AZ_EL_AZ_RADIAN_RANGE_INVALID: "TIME_AZ_EL_AZ_RADIAN_RANGE_INVALID";
143
+ readonly TIME_AZ_EL_EL_DEGREE_RANGE_INVALID: "TIME_AZ_EL_EL_DEGREE_RANGE_INVALID";
144
+ readonly TIME_AZ_EL_EL_RADIAN_RANGE_INVALID: "TIME_AZ_EL_EL_RADIAN_RANGE_INVALID";
145
+ readonly TIME_AZ_EL_ITEMS_OUT_OF_ORDER: "TIME_AZ_EL_ITEMS_OUT_OF_ORDER";
146
+ readonly TIME_SYSTEM_UNSUPPORTED: "TIME_SYSTEM_UNSUPPORTED";
147
+ };
148
+ export type EphemerisErrorCode =
149
+ (typeof EphemerisErrorCode)[keyof typeof EphemerisErrorCode];
150
+ export declare const EphemerisInvalidReason: {
151
+ readonly KMS_KEY_INVALID: "KMS_KEY_INVALID";
152
+ readonly METADATA_INVALID: "METADATA_INVALID";
153
+ readonly TIME_RANGE_INVALID: "TIME_RANGE_INVALID";
154
+ readonly TRAJECTORY_INVALID: "TRAJECTORY_INVALID";
155
+ readonly VALIDATION_ERROR: "VALIDATION_ERROR";
156
+ };
157
+ export type EphemerisInvalidReason =
158
+ (typeof EphemerisInvalidReason)[keyof typeof EphemerisInvalidReason];
159
+ export declare const EphemerisStatus: {
160
+ readonly DISABLED: "DISABLED";
161
+ readonly ENABLED: "ENABLED";
162
+ readonly ERROR: "ERROR";
163
+ readonly EXPIRED: "EXPIRED";
164
+ readonly INVALID: "INVALID";
165
+ readonly VALIDATING: "VALIDATING";
166
+ };
167
+ export type EphemerisStatus =
168
+ (typeof EphemerisStatus)[keyof typeof EphemerisStatus];
169
+ export declare const EphemerisSource: {
170
+ readonly CUSTOMER_PROVIDED: "CUSTOMER_PROVIDED";
171
+ readonly SPACE_TRACK: "SPACE_TRACK";
172
+ };
173
+ export type EphemerisSource =
174
+ (typeof EphemerisSource)[keyof typeof EphemerisSource];
@@ -0,0 +1,48 @@
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
+ import { GroundStationServiceException as __BaseException } from "./GroundStationServiceException";
3
+ export declare class DependencyException extends __BaseException {
4
+ readonly name: "DependencyException";
5
+ readonly $fault: "server";
6
+ parameterName?: string | undefined;
7
+ constructor(
8
+ opts: __ExceptionOptionType<DependencyException, __BaseException>
9
+ );
10
+ }
11
+ export declare class InvalidParameterException extends __BaseException {
12
+ readonly name: "InvalidParameterException";
13
+ readonly $fault: "client";
14
+ parameterName?: string | undefined;
15
+ constructor(
16
+ opts: __ExceptionOptionType<InvalidParameterException, __BaseException>
17
+ );
18
+ }
19
+ export declare class ResourceNotFoundException extends __BaseException {
20
+ readonly name: "ResourceNotFoundException";
21
+ readonly $fault: "client";
22
+ constructor(
23
+ opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
24
+ );
25
+ }
26
+ export declare class ResourceLimitExceededException extends __BaseException {
27
+ readonly name: "ResourceLimitExceededException";
28
+ readonly $fault: "client";
29
+ parameterName?: string | undefined;
30
+ constructor(
31
+ opts: __ExceptionOptionType<ResourceLimitExceededException, __BaseException>
32
+ );
33
+ }
34
+ export declare class ServiceQuotaExceededException extends __BaseException {
35
+ readonly name: "ServiceQuotaExceededException";
36
+ readonly $fault: "client";
37
+ parameterName?: string | undefined;
38
+ constructor(
39
+ opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
40
+ );
41
+ }
42
+ export declare class ResourceInUseException extends __BaseException {
43
+ readonly name: "ResourceInUseException";
44
+ readonly $fault: "client";
45
+ constructor(
46
+ opts: __ExceptionOptionType<ResourceInUseException, __BaseException>
47
+ );
48
+ }
@@ -1,13 +1,23 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
- import { GroundStationServiceException as __BaseException } from "./GroundStationServiceException";
3
- export declare class DependencyException extends __BaseException {
4
- readonly name: "DependencyException";
5
- readonly $fault: "server";
6
- parameterName?: string | undefined;
7
- constructor(
8
- opts: __ExceptionOptionType<DependencyException, __BaseException>
9
- );
10
- }
1
+ import {
2
+ AgentStatus,
3
+ AngleUnits,
4
+ AuditResults,
5
+ BandwidthUnits,
6
+ CapabilityHealth,
7
+ CapabilityHealthReason,
8
+ ConfigCapabilityType,
9
+ ContactStatus,
10
+ Criticality,
11
+ EirpUnits,
12
+ EndpointStatus,
13
+ EphemerisErrorCode,
14
+ EphemerisInvalidReason,
15
+ EphemerisSource,
16
+ EphemerisStatus,
17
+ EphemerisType,
18
+ FrequencyUnits,
19
+ Polarization,
20
+ } from "./enums";
11
21
  export interface GetAgentConfigurationRequest {
12
22
  agentId: string | undefined;
13
23
  }
@@ -15,21 +25,6 @@ export interface GetAgentConfigurationResponse {
15
25
  agentId?: string | undefined;
16
26
  taskingDocument?: string | undefined;
17
27
  }
18
- export declare class InvalidParameterException extends __BaseException {
19
- readonly name: "InvalidParameterException";
20
- readonly $fault: "client";
21
- parameterName?: string | undefined;
22
- constructor(
23
- opts: __ExceptionOptionType<InvalidParameterException, __BaseException>
24
- );
25
- }
26
- export declare class ResourceNotFoundException extends __BaseException {
27
- readonly name: "ResourceNotFoundException";
28
- readonly $fault: "client";
29
- constructor(
30
- opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
31
- );
32
- }
33
28
  export interface ComponentVersion {
34
29
  componentType: string | undefined;
35
30
  versions: string[] | undefined;
@@ -55,13 +50,6 @@ export interface RegisterAgentRequest {
55
50
  export interface RegisterAgentResponse {
56
51
  agentId?: string | undefined;
57
52
  }
58
- export declare const AgentStatus: {
59
- readonly ACTIVE: "ACTIVE";
60
- readonly FAILED: "FAILED";
61
- readonly INACTIVE: "INACTIVE";
62
- readonly SUCCESS: "SUCCESS";
63
- };
64
- export type AgentStatus = (typeof AgentStatus)[keyof typeof AgentStatus];
65
53
  export interface AggregateStatus {
66
54
  status: AgentStatus | undefined;
67
55
  signatureMap?: Record<string, boolean> | undefined;
@@ -84,42 +72,17 @@ export interface UpdateAgentStatusRequest {
84
72
  export interface UpdateAgentStatusResponse {
85
73
  agentId: string | undefined;
86
74
  }
87
- export declare const AngleUnits: {
88
- readonly DEGREE_ANGLE: "DEGREE_ANGLE";
89
- readonly RADIAN: "RADIAN";
90
- };
91
- export type AngleUnits = (typeof AngleUnits)[keyof typeof AngleUnits];
92
75
  export interface AntennaDemodDecodeDetails {
93
76
  outputNode?: string | undefined;
94
77
  }
95
- export declare const BandwidthUnits: {
96
- readonly GHZ: "GHz";
97
- readonly KHZ: "kHz";
98
- readonly MHZ: "MHz";
99
- };
100
- export type BandwidthUnits =
101
- (typeof BandwidthUnits)[keyof typeof BandwidthUnits];
102
78
  export interface FrequencyBandwidth {
103
79
  value: number | undefined;
104
80
  units: BandwidthUnits | undefined;
105
81
  }
106
- export declare const FrequencyUnits: {
107
- readonly GHZ: "GHz";
108
- readonly KHZ: "kHz";
109
- readonly MHZ: "MHz";
110
- };
111
- export type FrequencyUnits =
112
- (typeof FrequencyUnits)[keyof typeof FrequencyUnits];
113
82
  export interface Frequency {
114
83
  value: number | undefined;
115
84
  units: FrequencyUnits | undefined;
116
85
  }
117
- export declare const Polarization: {
118
- readonly LEFT_HAND: "LEFT_HAND";
119
- readonly NONE: "NONE";
120
- readonly RIGHT_HAND: "RIGHT_HAND";
121
- };
122
- export type Polarization = (typeof Polarization)[keyof typeof Polarization];
123
86
  export interface SpectrumConfig {
124
87
  centerFrequency: Frequency | undefined;
125
88
  bandwidth: FrequencyBandwidth | undefined;
@@ -143,10 +106,6 @@ export interface UplinkSpectrumConfig {
143
106
  centerFrequency: Frequency | undefined;
144
107
  polarization?: Polarization | undefined;
145
108
  }
146
- export declare const EirpUnits: {
147
- readonly DBW: "dBW";
148
- };
149
- export type EirpUnits = (typeof EirpUnits)[keyof typeof EirpUnits];
150
109
  export interface Eirp {
151
110
  value: number | undefined;
152
111
  units: EirpUnits | undefined;
@@ -156,11 +115,6 @@ export interface AntennaUplinkConfig {
156
115
  spectrumConfig: UplinkSpectrumConfig | undefined;
157
116
  targetEirp: Eirp | undefined;
158
117
  }
159
- export declare const AuditResults: {
160
- readonly HEALTHY: "HEALTHY";
161
- readonly UNHEALTHY: "UNHEALTHY";
162
- };
163
- export type AuditResults = (typeof AuditResults)[keyof typeof AuditResults];
164
118
  export interface SocketAddress {
165
119
  name: string | undefined;
166
120
  port: number | undefined;
@@ -253,34 +207,6 @@ export interface CancelContactRequest {
253
207
  export interface ContactIdResponse {
254
208
  contactId?: string | undefined;
255
209
  }
256
- export declare const CapabilityHealth: {
257
- readonly HEALTHY: "HEALTHY";
258
- readonly UNHEALTHY: "UNHEALTHY";
259
- };
260
- export type CapabilityHealth =
261
- (typeof CapabilityHealth)[keyof typeof CapabilityHealth];
262
- export declare const CapabilityHealthReason: {
263
- readonly DATAPLANE_FAILURE: "DATAPLANE_FAILURE";
264
- readonly HEALTHY: "HEALTHY";
265
- readonly INITIALIZING_DATAPLANE: "INITIALIZING_DATAPLANE";
266
- readonly INVALID_IP_OWNERSHIP: "INVALID_IP_OWNERSHIP";
267
- readonly NOT_AUTHORIZED_TO_CREATE_SLR: "NOT_AUTHORIZED_TO_CREATE_SLR";
268
- readonly NO_REGISTERED_AGENT: "NO_REGISTERED_AGENT";
269
- readonly UNVERIFIED_IP_OWNERSHIP: "UNVERIFIED_IP_OWNERSHIP";
270
- };
271
- export type CapabilityHealthReason =
272
- (typeof CapabilityHealthReason)[keyof typeof CapabilityHealthReason];
273
- export declare const ConfigCapabilityType: {
274
- readonly ANTENNA_DOWNLINK: "antenna-downlink";
275
- readonly ANTENNA_DOWNLINK_DEMOD_DECODE: "antenna-downlink-demod-decode";
276
- readonly ANTENNA_UPLINK: "antenna-uplink";
277
- readonly DATAFLOW_ENDPOINT: "dataflow-endpoint";
278
- readonly S3_RECORDING: "s3-recording";
279
- readonly TRACKING: "tracking";
280
- readonly UPLINK_ECHO: "uplink-echo";
281
- };
282
- export type ConfigCapabilityType =
283
- (typeof ConfigCapabilityType)[keyof typeof ConfigCapabilityType];
284
210
  export interface ConfigIdResponse {
285
211
  configId?: string | undefined;
286
212
  configType?: ConfigCapabilityType | undefined;
@@ -295,12 +221,6 @@ export interface S3RecordingConfig {
295
221
  roleArn: string | undefined;
296
222
  prefix?: string | undefined;
297
223
  }
298
- export declare const Criticality: {
299
- readonly PREFERRED: "PREFERRED";
300
- readonly REMOVED: "REMOVED";
301
- readonly REQUIRED: "REQUIRED";
302
- };
303
- export type Criticality = (typeof Criticality)[keyof typeof Criticality];
304
224
  export interface TrackingConfig {
305
225
  autotrack: Criticality | undefined;
306
226
  }
@@ -416,14 +336,6 @@ export interface CreateConfigRequest {
416
336
  configData: ConfigTypeData | undefined;
417
337
  tags?: Record<string, string> | undefined;
418
338
  }
419
- export declare class ResourceLimitExceededException extends __BaseException {
420
- readonly name: "ResourceLimitExceededException";
421
- readonly $fault: "client";
422
- parameterName?: string | undefined;
423
- constructor(
424
- opts: __ExceptionOptionType<ResourceLimitExceededException, __BaseException>
425
- );
426
- }
427
339
  export interface DeleteConfigRequest {
428
340
  configId: string | undefined;
429
341
  configType: ConfigCapabilityType | undefined;
@@ -487,15 +399,6 @@ export interface DownlinkAwsGroundStationAgentEndpointDetails {
487
399
  agentStatus?: AgentStatus | undefined;
488
400
  auditResults?: AuditResults | undefined;
489
401
  }
490
- export declare const EndpointStatus: {
491
- readonly created: "created";
492
- readonly creating: "creating";
493
- readonly deleted: "deleted";
494
- readonly deleting: "deleting";
495
- readonly failed: "failed";
496
- };
497
- export type EndpointStatus =
498
- (typeof EndpointStatus)[keyof typeof EndpointStatus];
499
402
  export interface DataflowEndpoint {
500
403
  name?: string | undefined;
501
404
  address?: SocketAddress | undefined;
@@ -591,22 +494,6 @@ export declare namespace ConfigDetails {
591
494
  export interface DescribeContactRequest {
592
495
  contactId: string | undefined;
593
496
  }
594
- export declare const ContactStatus: {
595
- readonly AVAILABLE: "AVAILABLE";
596
- readonly AWS_CANCELLED: "AWS_CANCELLED";
597
- readonly AWS_FAILED: "AWS_FAILED";
598
- readonly CANCELLED: "CANCELLED";
599
- readonly CANCELLING: "CANCELLING";
600
- readonly COMPLETED: "COMPLETED";
601
- readonly FAILED: "FAILED";
602
- readonly FAILED_TO_SCHEDULE: "FAILED_TO_SCHEDULE";
603
- readonly PASS: "PASS";
604
- readonly POSTPASS: "POSTPASS";
605
- readonly PREPASS: "PREPASS";
606
- readonly SCHEDULED: "SCHEDULED";
607
- readonly SCHEDULING: "SCHEDULING";
608
- };
609
- export type ContactStatus = (typeof ContactStatus)[keyof typeof ContactStatus];
610
497
  export interface Destination {
611
498
  configType?: ConfigCapabilityType | undefined;
612
499
  configId?: string | undefined;
@@ -624,13 +511,6 @@ export interface DataflowDetail {
624
511
  destination?: Destination | undefined;
625
512
  errorMessage?: string | undefined;
626
513
  }
627
- export declare const EphemerisType: {
628
- readonly AZ_EL: "AZ_EL";
629
- readonly OEM: "OEM";
630
- readonly SERVICE_MANAGED: "SERVICE_MANAGED";
631
- readonly TLE: "TLE";
632
- };
633
- export type EphemerisType = (typeof EphemerisType)[keyof typeof EphemerisType];
634
514
  export interface EphemerisResponseData {
635
515
  ephemerisId?: string | undefined;
636
516
  ephemerisType: EphemerisType | undefined;
@@ -794,14 +674,6 @@ export interface CreateDataflowEndpointGroupV2Request {
794
674
  export interface CreateDataflowEndpointGroupV2Response {
795
675
  dataflowEndpointGroupId?: string | undefined;
796
676
  }
797
- export declare class ServiceQuotaExceededException extends __BaseException {
798
- readonly name: "ServiceQuotaExceededException";
799
- readonly $fault: "client";
800
- parameterName?: string | undefined;
801
- constructor(
802
- opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
803
- );
804
- }
805
677
  export interface OEMEphemeris {
806
678
  s3Object?: S3Object | undefined;
807
679
  oemData?: string | undefined;
@@ -949,84 +821,16 @@ export interface ListDataflowEndpointGroupsResponse {
949
821
  export interface DeleteEphemerisRequest {
950
822
  ephemerisId: string | undefined;
951
823
  }
952
- export declare class ResourceInUseException extends __BaseException {
953
- readonly name: "ResourceInUseException";
954
- readonly $fault: "client";
955
- constructor(
956
- opts: __ExceptionOptionType<ResourceInUseException, __BaseException>
957
- );
958
- }
959
824
  export interface DeleteMissionProfileRequest {
960
825
  missionProfileId: string | undefined;
961
826
  }
962
827
  export interface DescribeEphemerisRequest {
963
828
  ephemerisId: string | undefined;
964
829
  }
965
- export declare const EphemerisErrorCode: {
966
- readonly AZ_EL_SEGMENTS_OUT_OF_ORDER: "AZ_EL_SEGMENTS_OUT_OF_ORDER";
967
- readonly AZ_EL_SEGMENT_END_TIME_BEFORE_START_TIME: "AZ_EL_SEGMENT_END_TIME_BEFORE_START_TIME";
968
- readonly AZ_EL_SEGMENT_END_TIME_INVALID: "AZ_EL_SEGMENT_END_TIME_INVALID";
969
- readonly AZ_EL_SEGMENT_END_TIME_TOO_LATE: "AZ_EL_SEGMENT_END_TIME_TOO_LATE";
970
- readonly AZ_EL_SEGMENT_LIST_MISSING: "AZ_EL_SEGMENT_LIST_MISSING";
971
- readonly AZ_EL_SEGMENT_REFERENCE_EPOCH_INVALID: "AZ_EL_SEGMENT_REFERENCE_EPOCH_INVALID";
972
- readonly AZ_EL_SEGMENT_START_TIME_INVALID: "AZ_EL_SEGMENT_START_TIME_INVALID";
973
- readonly AZ_EL_SEGMENT_TIMES_OVERLAP: "AZ_EL_SEGMENT_TIMES_OVERLAP";
974
- readonly AZ_EL_SEGMENT_VALID_TIME_RANGE_INVALID: "AZ_EL_SEGMENT_VALID_TIME_RANGE_INVALID";
975
- readonly AZ_EL_TOTAL_DURATION_EXCEEDED: "AZ_EL_TOTAL_DURATION_EXCEEDED";
976
- readonly CENTER_BODY_UNSUPPORTED: "CENTER_BODY_UNSUPPORTED";
977
- readonly CREATION_DATE_MISSING: "CREATION_DATE_MISSING";
978
- readonly END_TIME_IN_PAST: "END_TIME_IN_PAST";
979
- readonly EXPIRATION_TIME_TOO_EARLY: "EXPIRATION_TIME_TOO_EARLY";
980
- readonly FILE_FORMAT_INVALID: "FILE_FORMAT_INVALID";
981
- readonly INSUFFICIENT_KMS_PERMISSIONS: "INSUFFICIENT_KMS_PERMISSIONS";
982
- readonly INSUFFICIENT_TIME_AZ_EL: "INSUFFICIENT_TIME_AZ_EL";
983
- readonly INTERNAL_ERROR: "INTERNAL_ERROR";
984
- readonly INTERPOLATION_DEGREE_INVALID: "INTERPOLATION_DEGREE_INVALID";
985
- readonly INTERPOLATION_MISSING: "INTERPOLATION_MISSING";
986
- readonly MEAN_MOTION_INVALID: "MEAN_MOTION_INVALID";
987
- readonly MISMATCHED_SATCAT_ID: "MISMATCHED_SATCAT_ID";
988
- readonly OBJECT_ID_MISSING: "OBJECT_ID_MISSING";
989
- readonly OBJECT_NAME_MISSING: "OBJECT_NAME_MISSING";
990
- readonly OEM_VERSION_UNSUPPORTED: "OEM_VERSION_UNSUPPORTED";
991
- readonly ORIGINATOR_MISSING: "ORIGINATOR_MISSING";
992
- readonly REF_FRAME_EPOCH_UNSUPPORTED: "REF_FRAME_EPOCH_UNSUPPORTED";
993
- readonly REF_FRAME_UNSUPPORTED: "REF_FRAME_UNSUPPORTED";
994
- readonly START_TIME_IN_FUTURE: "START_TIME_IN_FUTURE";
995
- readonly START_TIME_METADATA_TOO_EARLY: "START_TIME_METADATA_TOO_EARLY";
996
- readonly STOP_TIME_METADATA_TOO_LATE: "STOP_TIME_METADATA_TOO_LATE";
997
- readonly TIME_AZ_EL_ANGLE_UNITS_INVALID: "TIME_AZ_EL_ANGLE_UNITS_INVALID";
998
- readonly TIME_AZ_EL_AZ_DEGREE_RANGE_INVALID: "TIME_AZ_EL_AZ_DEGREE_RANGE_INVALID";
999
- readonly TIME_AZ_EL_AZ_RADIAN_RANGE_INVALID: "TIME_AZ_EL_AZ_RADIAN_RANGE_INVALID";
1000
- readonly TIME_AZ_EL_EL_DEGREE_RANGE_INVALID: "TIME_AZ_EL_EL_DEGREE_RANGE_INVALID";
1001
- readonly TIME_AZ_EL_EL_RADIAN_RANGE_INVALID: "TIME_AZ_EL_EL_RADIAN_RANGE_INVALID";
1002
- readonly TIME_AZ_EL_ITEMS_OUT_OF_ORDER: "TIME_AZ_EL_ITEMS_OUT_OF_ORDER";
1003
- readonly TIME_SYSTEM_UNSUPPORTED: "TIME_SYSTEM_UNSUPPORTED";
1004
- };
1005
- export type EphemerisErrorCode =
1006
- (typeof EphemerisErrorCode)[keyof typeof EphemerisErrorCode];
1007
830
  export interface EphemerisErrorReason {
1008
831
  errorCode: EphemerisErrorCode | undefined;
1009
832
  errorMessage: string | undefined;
1010
833
  }
1011
- export declare const EphemerisInvalidReason: {
1012
- readonly KMS_KEY_INVALID: "KMS_KEY_INVALID";
1013
- readonly METADATA_INVALID: "METADATA_INVALID";
1014
- readonly TIME_RANGE_INVALID: "TIME_RANGE_INVALID";
1015
- readonly TRAJECTORY_INVALID: "TRAJECTORY_INVALID";
1016
- readonly VALIDATION_ERROR: "VALIDATION_ERROR";
1017
- };
1018
- export type EphemerisInvalidReason =
1019
- (typeof EphemerisInvalidReason)[keyof typeof EphemerisInvalidReason];
1020
- export declare const EphemerisStatus: {
1021
- readonly DISABLED: "DISABLED";
1022
- readonly ENABLED: "ENABLED";
1023
- readonly ERROR: "ERROR";
1024
- readonly EXPIRED: "EXPIRED";
1025
- readonly INVALID: "INVALID";
1026
- readonly VALIDATING: "VALIDATING";
1027
- };
1028
- export type EphemerisStatus =
1029
- (typeof EphemerisStatus)[keyof typeof EphemerisStatus];
1030
834
  export interface EphemerisDescription {
1031
835
  sourceS3Object?: S3Object | undefined;
1032
836
  ephemerisData?: string | undefined;
@@ -1110,12 +914,6 @@ export interface UpdateEphemerisRequest {
1110
914
  name?: string | undefined;
1111
915
  priority?: number | undefined;
1112
916
  }
1113
- export declare const EphemerisSource: {
1114
- readonly CUSTOMER_PROVIDED: "CUSTOMER_PROVIDED";
1115
- readonly SPACE_TRACK: "SPACE_TRACK";
1116
- };
1117
- export type EphemerisSource =
1118
- (typeof EphemerisSource)[keyof typeof EphemerisSource];
1119
917
  export interface EphemerisMetaData {
1120
918
  source: EphemerisSource | undefined;
1121
919
  ephemerisId?: string | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-groundstation",
3
3
  "description": "AWS SDK for JavaScript Groundstation Client for Node.js, Browser and React Native",
4
- "version": "3.934.0",
4
+ "version": "3.935.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-groundstation",
@@ -20,38 +20,38 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.934.0",
24
- "@aws-sdk/credential-provider-node": "3.934.0",
23
+ "@aws-sdk/core": "3.935.0",
24
+ "@aws-sdk/credential-provider-node": "3.935.0",
25
25
  "@aws-sdk/middleware-host-header": "3.930.0",
26
26
  "@aws-sdk/middleware-logger": "3.930.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.933.0",
28
- "@aws-sdk/middleware-user-agent": "3.934.0",
28
+ "@aws-sdk/middleware-user-agent": "3.935.0",
29
29
  "@aws-sdk/region-config-resolver": "3.930.0",
30
30
  "@aws-sdk/types": "3.930.0",
31
31
  "@aws-sdk/util-endpoints": "3.930.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.930.0",
33
- "@aws-sdk/util-user-agent-node": "3.934.0",
33
+ "@aws-sdk/util-user-agent-node": "3.935.0",
34
34
  "@smithy/config-resolver": "^4.4.3",
35
- "@smithy/core": "^3.18.2",
35
+ "@smithy/core": "^3.18.5",
36
36
  "@smithy/fetch-http-handler": "^5.3.6",
37
37
  "@smithy/hash-node": "^4.2.5",
38
38
  "@smithy/invalid-dependency": "^4.2.5",
39
39
  "@smithy/middleware-content-length": "^4.2.5",
40
- "@smithy/middleware-endpoint": "^4.3.9",
41
- "@smithy/middleware-retry": "^4.4.9",
42
- "@smithy/middleware-serde": "^4.2.5",
40
+ "@smithy/middleware-endpoint": "^4.3.12",
41
+ "@smithy/middleware-retry": "^4.4.12",
42
+ "@smithy/middleware-serde": "^4.2.6",
43
43
  "@smithy/middleware-stack": "^4.2.5",
44
44
  "@smithy/node-config-provider": "^4.3.5",
45
45
  "@smithy/node-http-handler": "^4.4.5",
46
46
  "@smithy/protocol-http": "^5.3.5",
47
- "@smithy/smithy-client": "^4.9.5",
47
+ "@smithy/smithy-client": "^4.9.8",
48
48
  "@smithy/types": "^4.9.0",
49
49
  "@smithy/url-parser": "^4.2.5",
50
50
  "@smithy/util-base64": "^4.3.0",
51
51
  "@smithy/util-body-length-browser": "^4.2.0",
52
52
  "@smithy/util-body-length-node": "^4.2.1",
53
- "@smithy/util-defaults-mode-browser": "^4.3.8",
54
- "@smithy/util-defaults-mode-node": "^4.2.11",
53
+ "@smithy/util-defaults-mode-browser": "^4.3.11",
54
+ "@smithy/util-defaults-mode-node": "^4.2.14",
55
55
  "@smithy/util-endpoints": "^3.2.5",
56
56
  "@smithy/util-middleware": "^4.2.5",
57
57
  "@smithy/util-retry": "^4.2.5",
@@ -1 +0,0 @@
1
- export * from "./models_0";
@@ -1 +0,0 @@
1
- export * from "./models_0";
@@ -1 +0,0 @@
1
- export * from "./models_0";