@aws-sdk/client-groundstation 3.300.0 → 3.303.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/dist-cjs/models/models_0.js +92 -107
- package/dist-es/models/models_0.js +92 -107
- package/dist-types/commands/CancelContactCommand.d.ts +1 -1
- package/dist-types/commands/CreateConfigCommand.d.ts +17 -17
- package/dist-types/commands/CreateDataflowEndpointGroupCommand.d.ts +14 -14
- package/dist-types/commands/CreateEphemerisCommand.d.ts +9 -9
- package/dist-types/commands/CreateMissionProfileCommand.d.ts +5 -5
- package/dist-types/commands/DeleteConfigCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDataflowEndpointGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEphemerisCommand.d.ts +1 -1
- package/dist-types/commands/DeleteMissionProfileCommand.d.ts +1 -1
- package/dist-types/commands/DescribeContactCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEphemerisCommand.d.ts +1 -1
- package/dist-types/commands/GetAgentConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/GetConfigCommand.d.ts +1 -1
- package/dist-types/commands/GetDataflowEndpointGroupCommand.d.ts +1 -1
- package/dist-types/commands/GetMinuteUsageCommand.d.ts +1 -1
- package/dist-types/commands/GetMissionProfileCommand.d.ts +1 -1
- package/dist-types/commands/GetSatelliteCommand.d.ts +1 -1
- package/dist-types/commands/ListConfigsCommand.d.ts +1 -1
- package/dist-types/commands/ListContactsCommand.d.ts +2 -2
- package/dist-types/commands/ListDataflowEndpointGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListEphemeridesCommand.d.ts +2 -2
- package/dist-types/commands/ListGroundStationsCommand.d.ts +1 -1
- package/dist-types/commands/ListMissionProfilesCommand.d.ts +1 -1
- package/dist-types/commands/ListSatellitesCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/RegisterAgentCommand.d.ts +9 -9
- package/dist-types/commands/ReserveContactCommand.d.ts +2 -2
- package/dist-types/commands/TagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UpdateAgentStatusCommand.d.ts +5 -5
- package/dist-types/commands/UpdateConfigCommand.d.ts +16 -16
- package/dist-types/commands/UpdateEphemerisCommand.d.ts +1 -1
- package/dist-types/commands/UpdateMissionProfileCommand.d.ts +4 -4
- package/dist-types/models/models_0.d.ts +167 -92
- package/dist-types/ts3.4/models/models_0.d.ts +114 -92
- package/package.json +35 -35
|
@@ -43,67 +43,57 @@ class ResourceNotFoundException extends GroundStationServiceException_1.GroundSt
|
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
ConfigCapabilityType["S3_RECORDING"] = "s3-recording";
|
|
98
|
-
ConfigCapabilityType["TRACKING"] = "tracking";
|
|
99
|
-
ConfigCapabilityType["UPLINK_ECHO"] = "uplink-echo";
|
|
100
|
-
})(ConfigCapabilityType = exports.ConfigCapabilityType || (exports.ConfigCapabilityType = {}));
|
|
101
|
-
var Criticality;
|
|
102
|
-
(function (Criticality) {
|
|
103
|
-
Criticality["PREFERRED"] = "PREFERRED";
|
|
104
|
-
Criticality["REMOVED"] = "REMOVED";
|
|
105
|
-
Criticality["REQUIRED"] = "REQUIRED";
|
|
106
|
-
})(Criticality = exports.Criticality || (exports.Criticality = {}));
|
|
46
|
+
exports.ComponentType = {
|
|
47
|
+
DIGITIZER: "DIGITIZER",
|
|
48
|
+
LAMINAR_FLOW: "LAMINAR_FLOW",
|
|
49
|
+
PRISM: "PRISM",
|
|
50
|
+
};
|
|
51
|
+
exports.AgentStatus = {
|
|
52
|
+
ACTIVE: "ACTIVE",
|
|
53
|
+
FAILED: "FAILED",
|
|
54
|
+
INACTIVE: "INACTIVE",
|
|
55
|
+
SUCCESS: "SUCCESS",
|
|
56
|
+
};
|
|
57
|
+
exports.AngleUnits = {
|
|
58
|
+
DEGREE_ANGLE: "DEGREE_ANGLE",
|
|
59
|
+
RADIAN: "RADIAN",
|
|
60
|
+
};
|
|
61
|
+
exports.BandwidthUnits = {
|
|
62
|
+
GHZ: "GHz",
|
|
63
|
+
KHZ: "kHz",
|
|
64
|
+
MHZ: "MHz",
|
|
65
|
+
};
|
|
66
|
+
exports.FrequencyUnits = {
|
|
67
|
+
GHZ: "GHz",
|
|
68
|
+
KHZ: "kHz",
|
|
69
|
+
MHZ: "MHz",
|
|
70
|
+
};
|
|
71
|
+
exports.Polarization = {
|
|
72
|
+
LEFT_HAND: "LEFT_HAND",
|
|
73
|
+
NONE: "NONE",
|
|
74
|
+
RIGHT_HAND: "RIGHT_HAND",
|
|
75
|
+
};
|
|
76
|
+
exports.EirpUnits = {
|
|
77
|
+
DBW: "dBW",
|
|
78
|
+
};
|
|
79
|
+
exports.AuditResults = {
|
|
80
|
+
HEALTHY: "HEALTHY",
|
|
81
|
+
UNHEALTHY: "UNHEALTHY",
|
|
82
|
+
};
|
|
83
|
+
exports.ConfigCapabilityType = {
|
|
84
|
+
ANTENNA_DOWNLINK: "antenna-downlink",
|
|
85
|
+
ANTENNA_DOWNLINK_DEMOD_DECODE: "antenna-downlink-demod-decode",
|
|
86
|
+
ANTENNA_UPLINK: "antenna-uplink",
|
|
87
|
+
DATAFLOW_ENDPOINT: "dataflow-endpoint",
|
|
88
|
+
S3_RECORDING: "s3-recording",
|
|
89
|
+
TRACKING: "tracking",
|
|
90
|
+
UPLINK_ECHO: "uplink-echo",
|
|
91
|
+
};
|
|
92
|
+
exports.Criticality = {
|
|
93
|
+
PREFERRED: "PREFERRED",
|
|
94
|
+
REMOVED: "REMOVED",
|
|
95
|
+
REQUIRED: "REQUIRED",
|
|
96
|
+
};
|
|
107
97
|
var ConfigTypeData;
|
|
108
98
|
(function (ConfigTypeData) {
|
|
109
99
|
ConfigTypeData.visit = (value, visitor) => {
|
|
@@ -138,14 +128,13 @@ class ResourceLimitExceededException extends GroundStationServiceException_1.Gro
|
|
|
138
128
|
}
|
|
139
129
|
}
|
|
140
130
|
exports.ResourceLimitExceededException = ResourceLimitExceededException;
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
})(EndpointStatus = exports.EndpointStatus || (exports.EndpointStatus = {}));
|
|
131
|
+
exports.EndpointStatus = {
|
|
132
|
+
created: "created",
|
|
133
|
+
creating: "creating",
|
|
134
|
+
deleted: "deleted",
|
|
135
|
+
deleting: "deleting",
|
|
136
|
+
failed: "failed",
|
|
137
|
+
};
|
|
149
138
|
var ConfigDetails;
|
|
150
139
|
(function (ConfigDetails) {
|
|
151
140
|
ConfigDetails.visit = (value, visitor) => {
|
|
@@ -158,22 +147,21 @@ var ConfigDetails;
|
|
|
158
147
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
159
148
|
};
|
|
160
149
|
})(ConfigDetails = exports.ConfigDetails || (exports.ConfigDetails = {}));
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
})(ContactStatus = exports.ContactStatus || (exports.ContactStatus = {}));
|
|
150
|
+
exports.ContactStatus = {
|
|
151
|
+
AVAILABLE: "AVAILABLE",
|
|
152
|
+
AWS_CANCELLED: "AWS_CANCELLED",
|
|
153
|
+
AWS_FAILED: "AWS_FAILED",
|
|
154
|
+
CANCELLED: "CANCELLED",
|
|
155
|
+
CANCELLING: "CANCELLING",
|
|
156
|
+
COMPLETED: "COMPLETED",
|
|
157
|
+
FAILED: "FAILED",
|
|
158
|
+
FAILED_TO_SCHEDULE: "FAILED_TO_SCHEDULE",
|
|
159
|
+
PASS: "PASS",
|
|
160
|
+
POSTPASS: "POSTPASS",
|
|
161
|
+
PREPASS: "PREPASS",
|
|
162
|
+
SCHEDULED: "SCHEDULED",
|
|
163
|
+
SCHEDULING: "SCHEDULING",
|
|
164
|
+
};
|
|
177
165
|
var EphemerisData;
|
|
178
166
|
(function (EphemerisData) {
|
|
179
167
|
EphemerisData.visit = (value, visitor) => {
|
|
@@ -194,23 +182,21 @@ var KmsKey;
|
|
|
194
182
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
195
183
|
};
|
|
196
184
|
})(KmsKey = exports.KmsKey || (exports.KmsKey = {}));
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
EphemerisStatus["VALIDATING"] = "VALIDATING";
|
|
213
|
-
})(EphemerisStatus = exports.EphemerisStatus || (exports.EphemerisStatus = {}));
|
|
185
|
+
exports.EphemerisInvalidReason = {
|
|
186
|
+
KMS_KEY_INVALID: "KMS_KEY_INVALID",
|
|
187
|
+
METADATA_INVALID: "METADATA_INVALID",
|
|
188
|
+
TIME_RANGE_INVALID: "TIME_RANGE_INVALID",
|
|
189
|
+
TRAJECTORY_INVALID: "TRAJECTORY_INVALID",
|
|
190
|
+
VALIDATION_ERROR: "VALIDATION_ERROR",
|
|
191
|
+
};
|
|
192
|
+
exports.EphemerisStatus = {
|
|
193
|
+
DISABLED: "DISABLED",
|
|
194
|
+
ENABLED: "ENABLED",
|
|
195
|
+
ERROR: "ERROR",
|
|
196
|
+
EXPIRED: "EXPIRED",
|
|
197
|
+
INVALID: "INVALID",
|
|
198
|
+
VALIDATING: "VALIDATING",
|
|
199
|
+
};
|
|
214
200
|
var EphemerisTypeDescription;
|
|
215
201
|
(function (EphemerisTypeDescription) {
|
|
216
202
|
EphemerisTypeDescription.visit = (value, visitor) => {
|
|
@@ -221,8 +207,7 @@ var EphemerisTypeDescription;
|
|
|
221
207
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
222
208
|
};
|
|
223
209
|
})(EphemerisTypeDescription = exports.EphemerisTypeDescription || (exports.EphemerisTypeDescription = {}));
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
})(EphemerisSource = exports.EphemerisSource || (exports.EphemerisSource = {}));
|
|
210
|
+
exports.EphemerisSource = {
|
|
211
|
+
CUSTOMER_PROVIDED: "CUSTOMER_PROVIDED",
|
|
212
|
+
SPACE_TRACK: "SPACE_TRACK",
|
|
213
|
+
};
|
|
@@ -37,67 +37,57 @@ export class ResourceNotFoundException extends __BaseException {
|
|
|
37
37
|
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
38
38
|
}
|
|
39
39
|
}
|
|
40
|
-
export
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
}
|
|
70
|
-
export
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
ConfigCapabilityType["S3_RECORDING"] = "s3-recording";
|
|
92
|
-
ConfigCapabilityType["TRACKING"] = "tracking";
|
|
93
|
-
ConfigCapabilityType["UPLINK_ECHO"] = "uplink-echo";
|
|
94
|
-
})(ConfigCapabilityType || (ConfigCapabilityType = {}));
|
|
95
|
-
export var Criticality;
|
|
96
|
-
(function (Criticality) {
|
|
97
|
-
Criticality["PREFERRED"] = "PREFERRED";
|
|
98
|
-
Criticality["REMOVED"] = "REMOVED";
|
|
99
|
-
Criticality["REQUIRED"] = "REQUIRED";
|
|
100
|
-
})(Criticality || (Criticality = {}));
|
|
40
|
+
export const ComponentType = {
|
|
41
|
+
DIGITIZER: "DIGITIZER",
|
|
42
|
+
LAMINAR_FLOW: "LAMINAR_FLOW",
|
|
43
|
+
PRISM: "PRISM",
|
|
44
|
+
};
|
|
45
|
+
export const AgentStatus = {
|
|
46
|
+
ACTIVE: "ACTIVE",
|
|
47
|
+
FAILED: "FAILED",
|
|
48
|
+
INACTIVE: "INACTIVE",
|
|
49
|
+
SUCCESS: "SUCCESS",
|
|
50
|
+
};
|
|
51
|
+
export const AngleUnits = {
|
|
52
|
+
DEGREE_ANGLE: "DEGREE_ANGLE",
|
|
53
|
+
RADIAN: "RADIAN",
|
|
54
|
+
};
|
|
55
|
+
export const BandwidthUnits = {
|
|
56
|
+
GHZ: "GHz",
|
|
57
|
+
KHZ: "kHz",
|
|
58
|
+
MHZ: "MHz",
|
|
59
|
+
};
|
|
60
|
+
export const FrequencyUnits = {
|
|
61
|
+
GHZ: "GHz",
|
|
62
|
+
KHZ: "kHz",
|
|
63
|
+
MHZ: "MHz",
|
|
64
|
+
};
|
|
65
|
+
export const Polarization = {
|
|
66
|
+
LEFT_HAND: "LEFT_HAND",
|
|
67
|
+
NONE: "NONE",
|
|
68
|
+
RIGHT_HAND: "RIGHT_HAND",
|
|
69
|
+
};
|
|
70
|
+
export const EirpUnits = {
|
|
71
|
+
DBW: "dBW",
|
|
72
|
+
};
|
|
73
|
+
export const AuditResults = {
|
|
74
|
+
HEALTHY: "HEALTHY",
|
|
75
|
+
UNHEALTHY: "UNHEALTHY",
|
|
76
|
+
};
|
|
77
|
+
export const ConfigCapabilityType = {
|
|
78
|
+
ANTENNA_DOWNLINK: "antenna-downlink",
|
|
79
|
+
ANTENNA_DOWNLINK_DEMOD_DECODE: "antenna-downlink-demod-decode",
|
|
80
|
+
ANTENNA_UPLINK: "antenna-uplink",
|
|
81
|
+
DATAFLOW_ENDPOINT: "dataflow-endpoint",
|
|
82
|
+
S3_RECORDING: "s3-recording",
|
|
83
|
+
TRACKING: "tracking",
|
|
84
|
+
UPLINK_ECHO: "uplink-echo",
|
|
85
|
+
};
|
|
86
|
+
export const Criticality = {
|
|
87
|
+
PREFERRED: "PREFERRED",
|
|
88
|
+
REMOVED: "REMOVED",
|
|
89
|
+
REQUIRED: "REQUIRED",
|
|
90
|
+
};
|
|
101
91
|
export var ConfigTypeData;
|
|
102
92
|
(function (ConfigTypeData) {
|
|
103
93
|
ConfigTypeData.visit = (value, visitor) => {
|
|
@@ -131,14 +121,13 @@ export class ResourceLimitExceededException extends __BaseException {
|
|
|
131
121
|
this.parameterName = opts.parameterName;
|
|
132
122
|
}
|
|
133
123
|
}
|
|
134
|
-
export
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
})(EndpointStatus || (EndpointStatus = {}));
|
|
124
|
+
export const EndpointStatus = {
|
|
125
|
+
created: "created",
|
|
126
|
+
creating: "creating",
|
|
127
|
+
deleted: "deleted",
|
|
128
|
+
deleting: "deleting",
|
|
129
|
+
failed: "failed",
|
|
130
|
+
};
|
|
142
131
|
export var ConfigDetails;
|
|
143
132
|
(function (ConfigDetails) {
|
|
144
133
|
ConfigDetails.visit = (value, visitor) => {
|
|
@@ -151,22 +140,21 @@ export var ConfigDetails;
|
|
|
151
140
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
152
141
|
};
|
|
153
142
|
})(ConfigDetails || (ConfigDetails = {}));
|
|
154
|
-
export
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
})(ContactStatus || (ContactStatus = {}));
|
|
143
|
+
export const ContactStatus = {
|
|
144
|
+
AVAILABLE: "AVAILABLE",
|
|
145
|
+
AWS_CANCELLED: "AWS_CANCELLED",
|
|
146
|
+
AWS_FAILED: "AWS_FAILED",
|
|
147
|
+
CANCELLED: "CANCELLED",
|
|
148
|
+
CANCELLING: "CANCELLING",
|
|
149
|
+
COMPLETED: "COMPLETED",
|
|
150
|
+
FAILED: "FAILED",
|
|
151
|
+
FAILED_TO_SCHEDULE: "FAILED_TO_SCHEDULE",
|
|
152
|
+
PASS: "PASS",
|
|
153
|
+
POSTPASS: "POSTPASS",
|
|
154
|
+
PREPASS: "PREPASS",
|
|
155
|
+
SCHEDULED: "SCHEDULED",
|
|
156
|
+
SCHEDULING: "SCHEDULING",
|
|
157
|
+
};
|
|
170
158
|
export var EphemerisData;
|
|
171
159
|
(function (EphemerisData) {
|
|
172
160
|
EphemerisData.visit = (value, visitor) => {
|
|
@@ -187,23 +175,21 @@ export var KmsKey;
|
|
|
187
175
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
188
176
|
};
|
|
189
177
|
})(KmsKey || (KmsKey = {}));
|
|
190
|
-
export
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
EphemerisStatus["VALIDATING"] = "VALIDATING";
|
|
206
|
-
})(EphemerisStatus || (EphemerisStatus = {}));
|
|
178
|
+
export const EphemerisInvalidReason = {
|
|
179
|
+
KMS_KEY_INVALID: "KMS_KEY_INVALID",
|
|
180
|
+
METADATA_INVALID: "METADATA_INVALID",
|
|
181
|
+
TIME_RANGE_INVALID: "TIME_RANGE_INVALID",
|
|
182
|
+
TRAJECTORY_INVALID: "TRAJECTORY_INVALID",
|
|
183
|
+
VALIDATION_ERROR: "VALIDATION_ERROR",
|
|
184
|
+
};
|
|
185
|
+
export const EphemerisStatus = {
|
|
186
|
+
DISABLED: "DISABLED",
|
|
187
|
+
ENABLED: "ENABLED",
|
|
188
|
+
ERROR: "ERROR",
|
|
189
|
+
EXPIRED: "EXPIRED",
|
|
190
|
+
INVALID: "INVALID",
|
|
191
|
+
VALIDATING: "VALIDATING",
|
|
192
|
+
};
|
|
207
193
|
export var EphemerisTypeDescription;
|
|
208
194
|
(function (EphemerisTypeDescription) {
|
|
209
195
|
EphemerisTypeDescription.visit = (value, visitor) => {
|
|
@@ -214,8 +200,7 @@ export var EphemerisTypeDescription;
|
|
|
214
200
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
215
201
|
};
|
|
216
202
|
})(EphemerisTypeDescription || (EphemerisTypeDescription = {}));
|
|
217
|
-
export
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
})(EphemerisSource || (EphemerisSource = {}));
|
|
203
|
+
export const EphemerisSource = {
|
|
204
|
+
CUSTOMER_PROVIDED: "CUSTOMER_PROVIDED",
|
|
205
|
+
SPACE_TRACK: "SPACE_TRACK",
|
|
206
|
+
};
|
|
@@ -26,7 +26,7 @@ export interface CancelContactCommandOutput extends ContactIdResponse, __Metadat
|
|
|
26
26
|
* import { GroundStationClient, CancelContactCommand } from "@aws-sdk/client-groundstation"; // ES Modules import
|
|
27
27
|
* // const { GroundStationClient, CancelContactCommand } = require("@aws-sdk/client-groundstation"); // CommonJS import
|
|
28
28
|
* const client = new GroundStationClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // CancelContactRequest
|
|
30
30
|
* contactId: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new CancelContactCommand(input);
|
|
@@ -27,30 +27,30 @@ export interface CreateConfigCommandOutput extends ConfigIdResponse, __MetadataB
|
|
|
27
27
|
* import { GroundStationClient, CreateConfigCommand } from "@aws-sdk/client-groundstation"; // ES Modules import
|
|
28
28
|
* // const { GroundStationClient, CreateConfigCommand } = require("@aws-sdk/client-groundstation"); // CommonJS import
|
|
29
29
|
* const client = new GroundStationClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // CreateConfigRequest
|
|
31
31
|
* name: "STRING_VALUE", // required
|
|
32
|
-
* configData: { // Union: only one key present
|
|
33
|
-
* antennaDownlinkConfig: {
|
|
34
|
-
* spectrumConfig: {
|
|
35
|
-
* centerFrequency: {
|
|
32
|
+
* configData: { // ConfigTypeData Union: only one key present
|
|
33
|
+
* antennaDownlinkConfig: { // AntennaDownlinkConfig
|
|
34
|
+
* spectrumConfig: { // SpectrumConfig
|
|
35
|
+
* centerFrequency: { // Frequency
|
|
36
36
|
* value: Number("double"), // required
|
|
37
37
|
* units: "STRING_VALUE", // required
|
|
38
38
|
* },
|
|
39
|
-
* bandwidth: {
|
|
39
|
+
* bandwidth: { // FrequencyBandwidth
|
|
40
40
|
* value: Number("double"), // required
|
|
41
41
|
* units: "STRING_VALUE", // required
|
|
42
42
|
* },
|
|
43
43
|
* polarization: "STRING_VALUE",
|
|
44
44
|
* },
|
|
45
45
|
* },
|
|
46
|
-
* trackingConfig: {
|
|
46
|
+
* trackingConfig: { // TrackingConfig
|
|
47
47
|
* autotrack: "STRING_VALUE", // required
|
|
48
48
|
* },
|
|
49
|
-
* dataflowEndpointConfig: {
|
|
49
|
+
* dataflowEndpointConfig: { // DataflowEndpointConfig
|
|
50
50
|
* dataflowEndpointName: "STRING_VALUE", // required
|
|
51
51
|
* dataflowEndpointRegion: "STRING_VALUE",
|
|
52
52
|
* },
|
|
53
|
-
* antennaDownlinkDemodDecodeConfig: {
|
|
53
|
+
* antennaDownlinkDemodDecodeConfig: { // AntennaDownlinkDemodDecodeConfig
|
|
54
54
|
* spectrumConfig: {
|
|
55
55
|
* centerFrequency: {
|
|
56
56
|
* value: Number("double"), // required
|
|
@@ -62,38 +62,38 @@ export interface CreateConfigCommandOutput extends ConfigIdResponse, __MetadataB
|
|
|
62
62
|
* },
|
|
63
63
|
* polarization: "STRING_VALUE",
|
|
64
64
|
* },
|
|
65
|
-
* demodulationConfig: {
|
|
65
|
+
* demodulationConfig: { // DemodulationConfig
|
|
66
66
|
* unvalidatedJSON: "STRING_VALUE", // required
|
|
67
67
|
* },
|
|
68
|
-
* decodeConfig: {
|
|
68
|
+
* decodeConfig: { // DecodeConfig
|
|
69
69
|
* unvalidatedJSON: "STRING_VALUE", // required
|
|
70
70
|
* },
|
|
71
71
|
* },
|
|
72
|
-
* antennaUplinkConfig: {
|
|
72
|
+
* antennaUplinkConfig: { // AntennaUplinkConfig
|
|
73
73
|
* transmitDisabled: true || false,
|
|
74
|
-
* spectrumConfig: {
|
|
74
|
+
* spectrumConfig: { // UplinkSpectrumConfig
|
|
75
75
|
* centerFrequency: {
|
|
76
76
|
* value: Number("double"), // required
|
|
77
77
|
* units: "STRING_VALUE", // required
|
|
78
78
|
* },
|
|
79
79
|
* polarization: "STRING_VALUE",
|
|
80
80
|
* },
|
|
81
|
-
* targetEirp: {
|
|
81
|
+
* targetEirp: { // Eirp
|
|
82
82
|
* value: Number("double"), // required
|
|
83
83
|
* units: "STRING_VALUE", // required
|
|
84
84
|
* },
|
|
85
85
|
* },
|
|
86
|
-
* uplinkEchoConfig: {
|
|
86
|
+
* uplinkEchoConfig: { // UplinkEchoConfig
|
|
87
87
|
* enabled: true || false, // required
|
|
88
88
|
* antennaUplinkConfigArn: "STRING_VALUE", // required
|
|
89
89
|
* },
|
|
90
|
-
* s3RecordingConfig: {
|
|
90
|
+
* s3RecordingConfig: { // S3RecordingConfig
|
|
91
91
|
* bucketArn: "STRING_VALUE", // required
|
|
92
92
|
* roleArn: "STRING_VALUE", // required
|
|
93
93
|
* prefix: "STRING_VALUE",
|
|
94
94
|
* },
|
|
95
95
|
* },
|
|
96
|
-
* tags: {
|
|
96
|
+
* tags: { // TagsMap
|
|
97
97
|
* "<keys>": "STRING_VALUE",
|
|
98
98
|
* },
|
|
99
99
|
* };
|
|
@@ -30,40 +30,40 @@ export interface CreateDataflowEndpointGroupCommandOutput extends DataflowEndpoi
|
|
|
30
30
|
* import { GroundStationClient, CreateDataflowEndpointGroupCommand } from "@aws-sdk/client-groundstation"; // ES Modules import
|
|
31
31
|
* // const { GroundStationClient, CreateDataflowEndpointGroupCommand } = require("@aws-sdk/client-groundstation"); // CommonJS import
|
|
32
32
|
* const client = new GroundStationClient(config);
|
|
33
|
-
* const input = {
|
|
34
|
-
* endpointDetails: [ // required
|
|
35
|
-
* {
|
|
36
|
-
* securityDetails: {
|
|
37
|
-
* subnetIds: [ // required
|
|
33
|
+
* const input = { // CreateDataflowEndpointGroupRequest
|
|
34
|
+
* endpointDetails: [ // EndpointDetailsList // required
|
|
35
|
+
* { // EndpointDetails
|
|
36
|
+
* securityDetails: { // SecurityDetails
|
|
37
|
+
* subnetIds: [ // SubnetList // required
|
|
38
38
|
* "STRING_VALUE",
|
|
39
39
|
* ],
|
|
40
|
-
* securityGroupIds: [ // required
|
|
40
|
+
* securityGroupIds: [ // SecurityGroupIdList // required
|
|
41
41
|
* "STRING_VALUE",
|
|
42
42
|
* ],
|
|
43
43
|
* roleArn: "STRING_VALUE", // required
|
|
44
44
|
* },
|
|
45
|
-
* endpoint: {
|
|
45
|
+
* endpoint: { // DataflowEndpoint
|
|
46
46
|
* name: "STRING_VALUE",
|
|
47
|
-
* address: {
|
|
47
|
+
* address: { // SocketAddress
|
|
48
48
|
* name: "STRING_VALUE", // required
|
|
49
49
|
* port: Number("int"), // required
|
|
50
50
|
* },
|
|
51
51
|
* status: "STRING_VALUE",
|
|
52
52
|
* mtu: Number("int"),
|
|
53
53
|
* },
|
|
54
|
-
* awsGroundStationAgentEndpoint: {
|
|
54
|
+
* awsGroundStationAgentEndpoint: { // AwsGroundStationAgentEndpoint
|
|
55
55
|
* name: "STRING_VALUE", // required
|
|
56
|
-
* egressAddress: {
|
|
56
|
+
* egressAddress: { // ConnectionDetails
|
|
57
57
|
* socketAddress: {
|
|
58
58
|
* name: "STRING_VALUE", // required
|
|
59
59
|
* port: Number("int"), // required
|
|
60
60
|
* },
|
|
61
61
|
* mtu: Number("int"),
|
|
62
62
|
* },
|
|
63
|
-
* ingressAddress: {
|
|
64
|
-
* socketAddress: {
|
|
63
|
+
* ingressAddress: { // RangedConnectionDetails
|
|
64
|
+
* socketAddress: { // RangedSocketAddress
|
|
65
65
|
* name: "STRING_VALUE", // required
|
|
66
|
-
* portRange: {
|
|
66
|
+
* portRange: { // IntegerRange
|
|
67
67
|
* minimum: Number("int"), // required
|
|
68
68
|
* maximum: Number("int"), // required
|
|
69
69
|
* },
|
|
@@ -75,7 +75,7 @@ export interface CreateDataflowEndpointGroupCommandOutput extends DataflowEndpoi
|
|
|
75
75
|
* },
|
|
76
76
|
* },
|
|
77
77
|
* ],
|
|
78
|
-
* tags: {
|
|
78
|
+
* tags: { // TagsMap
|
|
79
79
|
* "<keys>": "STRING_VALUE",
|
|
80
80
|
* },
|
|
81
81
|
* contactPrePassDurationSeconds: Number("int"),
|