@aws-sdk/client-groundstation 3.687.0 → 3.692.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-types/models/models_0.d.ts +219 -219
- package/dist-types/ts3.4/models/models_0.d.ts +219 -219
- package/package.json +36 -36
|
@@ -11,7 +11,7 @@ export declare class DependencyException extends __BaseException {
|
|
|
11
11
|
* <p/>
|
|
12
12
|
* @public
|
|
13
13
|
*/
|
|
14
|
-
parameterName?: string;
|
|
14
|
+
parameterName?: string | undefined;
|
|
15
15
|
/**
|
|
16
16
|
* @internal
|
|
17
17
|
*/
|
|
@@ -35,12 +35,12 @@ export interface GetAgentConfigurationResponse {
|
|
|
35
35
|
* <p>UUID of agent.</p>
|
|
36
36
|
* @public
|
|
37
37
|
*/
|
|
38
|
-
agentId?: string;
|
|
38
|
+
agentId?: string | undefined;
|
|
39
39
|
/**
|
|
40
40
|
* <p>Tasking document for agent.</p>
|
|
41
41
|
* @public
|
|
42
42
|
*/
|
|
43
|
-
taskingDocument?: string;
|
|
43
|
+
taskingDocument?: string | undefined;
|
|
44
44
|
}
|
|
45
45
|
/**
|
|
46
46
|
* <p>One or more parameters are not valid.</p>
|
|
@@ -53,7 +53,7 @@ export declare class InvalidParameterException extends __BaseException {
|
|
|
53
53
|
* <p/>
|
|
54
54
|
* @public
|
|
55
55
|
*/
|
|
56
|
-
parameterName?: string;
|
|
56
|
+
parameterName?: string | undefined;
|
|
57
57
|
/**
|
|
58
58
|
* @internal
|
|
59
59
|
*/
|
|
@@ -114,12 +114,12 @@ export interface AgentDetails {
|
|
|
114
114
|
* <p>List of CPU cores reserved for processes other than the agent running on the EC2 instance.</p>
|
|
115
115
|
* @public
|
|
116
116
|
*/
|
|
117
|
-
reservedCpuCores?: number[];
|
|
117
|
+
reservedCpuCores?: number[] | undefined;
|
|
118
118
|
/**
|
|
119
119
|
* <p>List of CPU cores reserved for the agent.</p>
|
|
120
120
|
* @public
|
|
121
121
|
*/
|
|
122
|
-
agentCpuCores?: number[];
|
|
122
|
+
agentCpuCores?: number[] | undefined;
|
|
123
123
|
/**
|
|
124
124
|
* <p>List of versions being used by agent components.</p>
|
|
125
125
|
* @public
|
|
@@ -170,7 +170,7 @@ export interface RegisterAgentResponse {
|
|
|
170
170
|
* <p>UUID of registered agent.</p>
|
|
171
171
|
* @public
|
|
172
172
|
*/
|
|
173
|
-
agentId?: string;
|
|
173
|
+
agentId?: string | undefined;
|
|
174
174
|
}
|
|
175
175
|
/**
|
|
176
176
|
* @public
|
|
@@ -200,7 +200,7 @@ export interface AggregateStatus {
|
|
|
200
200
|
* <p>Sparse map of failure signatures.</p>
|
|
201
201
|
* @public
|
|
202
202
|
*/
|
|
203
|
-
signatureMap?: Record<string, boolean
|
|
203
|
+
signatureMap?: Record<string, boolean> | undefined;
|
|
204
204
|
}
|
|
205
205
|
/**
|
|
206
206
|
* <p>Data on the status of agent components.</p>
|
|
@@ -226,17 +226,17 @@ export interface ComponentStatusData {
|
|
|
226
226
|
* <p>Bytes sent by the component.</p>
|
|
227
227
|
* @public
|
|
228
228
|
*/
|
|
229
|
-
bytesSent?: number;
|
|
229
|
+
bytesSent?: number | undefined;
|
|
230
230
|
/**
|
|
231
231
|
* <p>Bytes received by the component.</p>
|
|
232
232
|
* @public
|
|
233
233
|
*/
|
|
234
|
-
bytesReceived?: number;
|
|
234
|
+
bytesReceived?: number | undefined;
|
|
235
235
|
/**
|
|
236
236
|
* <p>Packets dropped by component.</p>
|
|
237
237
|
* @public
|
|
238
238
|
*/
|
|
239
|
-
packetsDropped?: number;
|
|
239
|
+
packetsDropped?: number | undefined;
|
|
240
240
|
/**
|
|
241
241
|
* <p>Dataflow UUID associated with the component.</p>
|
|
242
242
|
* @public
|
|
@@ -299,7 +299,7 @@ export interface AntennaDemodDecodeDetails {
|
|
|
299
299
|
* <p>Name of an antenna demod decode output node used in a contact.</p>
|
|
300
300
|
* @public
|
|
301
301
|
*/
|
|
302
|
-
outputNode?: string;
|
|
302
|
+
outputNode?: string | undefined;
|
|
303
303
|
}
|
|
304
304
|
/**
|
|
305
305
|
* @public
|
|
@@ -413,7 +413,7 @@ export interface SpectrumConfig {
|
|
|
413
413
|
* <p>Polarization of a spectral <code>Config</code>. Capturing both <code>"RIGHT_HAND"</code> and <code>"LEFT_HAND"</code> polarization requires two separate configs.</p>
|
|
414
414
|
* @public
|
|
415
415
|
*/
|
|
416
|
-
polarization?: Polarization;
|
|
416
|
+
polarization?: Polarization | undefined;
|
|
417
417
|
}
|
|
418
418
|
/**
|
|
419
419
|
* <p>Information about how AWS Ground Station should configure an
|
|
@@ -484,7 +484,7 @@ export interface UplinkSpectrumConfig {
|
|
|
484
484
|
* <p>Polarization of an uplink spectral <code>Config</code>. Capturing both <code>"RIGHT_HAND"</code> and <code>"LEFT_HAND"</code> polarization requires two separate configs.</p>
|
|
485
485
|
* @public
|
|
486
486
|
*/
|
|
487
|
-
polarization?: Polarization;
|
|
487
|
+
polarization?: Polarization | undefined;
|
|
488
488
|
}
|
|
489
489
|
/**
|
|
490
490
|
* @public
|
|
@@ -522,7 +522,7 @@ export interface AntennaUplinkConfig {
|
|
|
522
522
|
* <p>Whether or not uplink transmit is disabled.</p>
|
|
523
523
|
* @public
|
|
524
524
|
*/
|
|
525
|
-
transmitDisabled?: boolean;
|
|
525
|
+
transmitDisabled?: boolean | undefined;
|
|
526
526
|
/**
|
|
527
527
|
* <p>Information about the uplink spectral <code>Config</code>.</p>
|
|
528
528
|
* @public
|
|
@@ -576,7 +576,7 @@ export interface ConnectionDetails {
|
|
|
576
576
|
* <p>Maximum transmission unit (MTU) size in bytes of a dataflow endpoint.</p>
|
|
577
577
|
* @public
|
|
578
578
|
*/
|
|
579
|
-
mtu?: number;
|
|
579
|
+
mtu?: number | undefined;
|
|
580
580
|
}
|
|
581
581
|
/**
|
|
582
582
|
* <p>An integer range that has a minimum and maximum value.</p>
|
|
@@ -624,7 +624,7 @@ export interface RangedConnectionDetails {
|
|
|
624
624
|
* <p>Maximum transmission unit (MTU) size in bytes of a dataflow endpoint.</p>
|
|
625
625
|
* @public
|
|
626
626
|
*/
|
|
627
|
-
mtu?: number;
|
|
627
|
+
mtu?: number | undefined;
|
|
628
628
|
}
|
|
629
629
|
/**
|
|
630
630
|
* <p>Information about AwsGroundStationAgentEndpoint.</p>
|
|
@@ -650,12 +650,12 @@ export interface AwsGroundStationAgentEndpoint {
|
|
|
650
650
|
* <p>The status of AgentEndpoint.</p>
|
|
651
651
|
* @public
|
|
652
652
|
*/
|
|
653
|
-
agentStatus?: AgentStatus;
|
|
653
|
+
agentStatus?: AgentStatus | undefined;
|
|
654
654
|
/**
|
|
655
655
|
* <p>The results of the audit.</p>
|
|
656
656
|
* @public
|
|
657
657
|
*/
|
|
658
|
-
auditResults?: AuditResults;
|
|
658
|
+
auditResults?: AuditResults | undefined;
|
|
659
659
|
}
|
|
660
660
|
/**
|
|
661
661
|
* <p/>
|
|
@@ -677,7 +677,7 @@ export interface ContactIdResponse {
|
|
|
677
677
|
* <p>UUID of a contact.</p>
|
|
678
678
|
* @public
|
|
679
679
|
*/
|
|
680
|
-
contactId?: string;
|
|
680
|
+
contactId?: string | undefined;
|
|
681
681
|
}
|
|
682
682
|
/**
|
|
683
683
|
* @public
|
|
@@ -734,17 +734,17 @@ export interface ConfigIdResponse {
|
|
|
734
734
|
* <p>UUID of a <code>Config</code>.</p>
|
|
735
735
|
* @public
|
|
736
736
|
*/
|
|
737
|
-
configId?: string;
|
|
737
|
+
configId?: string | undefined;
|
|
738
738
|
/**
|
|
739
739
|
* <p>Type of a <code>Config</code>.</p>
|
|
740
740
|
* @public
|
|
741
741
|
*/
|
|
742
|
-
configType?: ConfigCapabilityType;
|
|
742
|
+
configType?: ConfigCapabilityType | undefined;
|
|
743
743
|
/**
|
|
744
744
|
* <p>ARN of a <code>Config</code>.</p>
|
|
745
745
|
* @public
|
|
746
746
|
*/
|
|
747
|
-
configArn?: string;
|
|
747
|
+
configArn?: string | undefined;
|
|
748
748
|
}
|
|
749
749
|
/**
|
|
750
750
|
* <p>Information about the dataflow endpoint <code>Config</code>.</p>
|
|
@@ -760,7 +760,7 @@ export interface DataflowEndpointConfig {
|
|
|
760
760
|
* <p>Region of a dataflow endpoint.</p>
|
|
761
761
|
* @public
|
|
762
762
|
*/
|
|
763
|
-
dataflowEndpointRegion?: string;
|
|
763
|
+
dataflowEndpointRegion?: string | undefined;
|
|
764
764
|
}
|
|
765
765
|
/**
|
|
766
766
|
* <p>Information about an S3 recording <code>Config</code>.</p>
|
|
@@ -781,7 +781,7 @@ export interface S3RecordingConfig {
|
|
|
781
781
|
* <p>S3 Key prefix to prefice data files.</p>
|
|
782
782
|
* @public
|
|
783
783
|
*/
|
|
784
|
-
prefix?: string;
|
|
784
|
+
prefix?: string | undefined;
|
|
785
785
|
}
|
|
786
786
|
/**
|
|
787
787
|
* @public
|
|
@@ -980,7 +980,7 @@ export interface CreateConfigRequest {
|
|
|
980
980
|
* <p>Tags assigned to a <code>Config</code>.</p>
|
|
981
981
|
* @public
|
|
982
982
|
*/
|
|
983
|
-
tags?: Record<string, string
|
|
983
|
+
tags?: Record<string, string> | undefined;
|
|
984
984
|
}
|
|
985
985
|
/**
|
|
986
986
|
* <p>Account limits for this resource have been exceeded.</p>
|
|
@@ -993,7 +993,7 @@ export declare class ResourceLimitExceededException extends __BaseException {
|
|
|
993
993
|
* <p/>
|
|
994
994
|
* @public
|
|
995
995
|
*/
|
|
996
|
-
parameterName?: string;
|
|
996
|
+
parameterName?: string | undefined;
|
|
997
997
|
/**
|
|
998
998
|
* @internal
|
|
999
999
|
*/
|
|
@@ -1056,7 +1056,7 @@ export interface GetConfigResponse {
|
|
|
1056
1056
|
* <p>Type of a <code>Config</code>.</p>
|
|
1057
1057
|
* @public
|
|
1058
1058
|
*/
|
|
1059
|
-
configType?: ConfigCapabilityType;
|
|
1059
|
+
configType?: ConfigCapabilityType | undefined;
|
|
1060
1060
|
/**
|
|
1061
1061
|
* <p>Data elements in a <code>Config</code>.</p>
|
|
1062
1062
|
* @public
|
|
@@ -1066,7 +1066,7 @@ export interface GetConfigResponse {
|
|
|
1066
1066
|
* <p>Tags assigned to a <code>Config</code>.</p>
|
|
1067
1067
|
* @public
|
|
1068
1068
|
*/
|
|
1069
|
-
tags?: Record<string, string
|
|
1069
|
+
tags?: Record<string, string> | undefined;
|
|
1070
1070
|
}
|
|
1071
1071
|
/**
|
|
1072
1072
|
* <p/>
|
|
@@ -1077,12 +1077,12 @@ export interface ListConfigsRequest {
|
|
|
1077
1077
|
* <p>Maximum number of <code>Configs</code> returned.</p>
|
|
1078
1078
|
* @public
|
|
1079
1079
|
*/
|
|
1080
|
-
maxResults?: number;
|
|
1080
|
+
maxResults?: number | undefined;
|
|
1081
1081
|
/**
|
|
1082
1082
|
* <p>Next token returned in the request of a previous <code>ListConfigs</code> call. Used to get the next page of results.</p>
|
|
1083
1083
|
* @public
|
|
1084
1084
|
*/
|
|
1085
|
-
nextToken?: string;
|
|
1085
|
+
nextToken?: string | undefined;
|
|
1086
1086
|
}
|
|
1087
1087
|
/**
|
|
1088
1088
|
* <p>An item in a list of <code>Config</code> objects.</p>
|
|
@@ -1093,22 +1093,22 @@ export interface ConfigListItem {
|
|
|
1093
1093
|
* <p>UUID of a <code>Config</code>.</p>
|
|
1094
1094
|
* @public
|
|
1095
1095
|
*/
|
|
1096
|
-
configId?: string;
|
|
1096
|
+
configId?: string | undefined;
|
|
1097
1097
|
/**
|
|
1098
1098
|
* <p>Type of a <code>Config</code>.</p>
|
|
1099
1099
|
* @public
|
|
1100
1100
|
*/
|
|
1101
|
-
configType?: ConfigCapabilityType;
|
|
1101
|
+
configType?: ConfigCapabilityType | undefined;
|
|
1102
1102
|
/**
|
|
1103
1103
|
* <p>ARN of a <code>Config</code>.</p>
|
|
1104
1104
|
* @public
|
|
1105
1105
|
*/
|
|
1106
|
-
configArn?: string;
|
|
1106
|
+
configArn?: string | undefined;
|
|
1107
1107
|
/**
|
|
1108
1108
|
* <p>Name of a <code>Config</code>.</p>
|
|
1109
1109
|
* @public
|
|
1110
1110
|
*/
|
|
1111
|
-
name?: string;
|
|
1111
|
+
name?: string | undefined;
|
|
1112
1112
|
}
|
|
1113
1113
|
/**
|
|
1114
1114
|
* <p/>
|
|
@@ -1119,12 +1119,12 @@ export interface ListConfigsResponse {
|
|
|
1119
1119
|
* <p>Next token returned in the response of a previous <code>ListConfigs</code> call. Used to get the next page of results.</p>
|
|
1120
1120
|
* @public
|
|
1121
1121
|
*/
|
|
1122
|
-
nextToken?: string;
|
|
1122
|
+
nextToken?: string | undefined;
|
|
1123
1123
|
/**
|
|
1124
1124
|
* <p>List of <code>Config</code> items.</p>
|
|
1125
1125
|
* @public
|
|
1126
1126
|
*/
|
|
1127
|
-
configList?: ConfigListItem[];
|
|
1127
|
+
configList?: ConfigListItem[] | undefined;
|
|
1128
1128
|
}
|
|
1129
1129
|
/**
|
|
1130
1130
|
* <p/>
|
|
@@ -1176,22 +1176,22 @@ export interface DataflowEndpoint {
|
|
|
1176
1176
|
* <p>Name of a dataflow endpoint.</p>
|
|
1177
1177
|
* @public
|
|
1178
1178
|
*/
|
|
1179
|
-
name?: string;
|
|
1179
|
+
name?: string | undefined;
|
|
1180
1180
|
/**
|
|
1181
1181
|
* <p>Socket address of a dataflow endpoint.</p>
|
|
1182
1182
|
* @public
|
|
1183
1183
|
*/
|
|
1184
|
-
address?: SocketAddress;
|
|
1184
|
+
address?: SocketAddress | undefined;
|
|
1185
1185
|
/**
|
|
1186
1186
|
* <p>Status of a dataflow endpoint.</p>
|
|
1187
1187
|
* @public
|
|
1188
1188
|
*/
|
|
1189
|
-
status?: EndpointStatus;
|
|
1189
|
+
status?: EndpointStatus | undefined;
|
|
1190
1190
|
/**
|
|
1191
1191
|
* <p>Maximum transmission unit (MTU) size in bytes of a dataflow endpoint.</p>
|
|
1192
1192
|
* @public
|
|
1193
1193
|
*/
|
|
1194
|
-
mtu?: number;
|
|
1194
|
+
mtu?: number | undefined;
|
|
1195
1195
|
}
|
|
1196
1196
|
/**
|
|
1197
1197
|
* <p>Information about endpoints.</p>
|
|
@@ -1223,27 +1223,27 @@ export interface EndpointDetails {
|
|
|
1223
1223
|
* <p>Endpoint security details including a list of subnets, a list of security groups and a role to connect streams to instances.</p>
|
|
1224
1224
|
* @public
|
|
1225
1225
|
*/
|
|
1226
|
-
securityDetails?: SecurityDetails;
|
|
1226
|
+
securityDetails?: SecurityDetails | undefined;
|
|
1227
1227
|
/**
|
|
1228
1228
|
* <p>A dataflow endpoint.</p>
|
|
1229
1229
|
* @public
|
|
1230
1230
|
*/
|
|
1231
|
-
endpoint?: DataflowEndpoint;
|
|
1231
|
+
endpoint?: DataflowEndpoint | undefined;
|
|
1232
1232
|
/**
|
|
1233
1233
|
* <p>An agent endpoint.</p>
|
|
1234
1234
|
* @public
|
|
1235
1235
|
*/
|
|
1236
|
-
awsGroundStationAgentEndpoint?: AwsGroundStationAgentEndpoint;
|
|
1236
|
+
awsGroundStationAgentEndpoint?: AwsGroundStationAgentEndpoint | undefined;
|
|
1237
1237
|
/**
|
|
1238
1238
|
* <p>A dataflow endpoint health status. This field is ignored when calling <code>CreateDataflowEndpointGroup</code>.</p>
|
|
1239
1239
|
* @public
|
|
1240
1240
|
*/
|
|
1241
|
-
healthStatus?: CapabilityHealth;
|
|
1241
|
+
healthStatus?: CapabilityHealth | undefined;
|
|
1242
1242
|
/**
|
|
1243
1243
|
* <p>Health reasons for a dataflow endpoint. This field is ignored when calling <code>CreateDataflowEndpointGroup</code>.</p>
|
|
1244
1244
|
* @public
|
|
1245
1245
|
*/
|
|
1246
|
-
healthReasons?: CapabilityHealthReason[];
|
|
1246
|
+
healthReasons?: CapabilityHealthReason[] | undefined;
|
|
1247
1247
|
}
|
|
1248
1248
|
/**
|
|
1249
1249
|
* <p>Details about an S3 recording <code>Config</code> used in a contact.</p>
|
|
@@ -1254,12 +1254,12 @@ export interface S3RecordingDetails {
|
|
|
1254
1254
|
* <p>ARN of the bucket used.</p>
|
|
1255
1255
|
* @public
|
|
1256
1256
|
*/
|
|
1257
|
-
bucketArn?: string;
|
|
1257
|
+
bucketArn?: string | undefined;
|
|
1258
1258
|
/**
|
|
1259
1259
|
* <p>Key template used for the S3 Recording Configuration</p>
|
|
1260
1260
|
* @public
|
|
1261
1261
|
*/
|
|
1262
|
-
keyTemplate?: string;
|
|
1262
|
+
keyTemplate?: string | undefined;
|
|
1263
1263
|
}
|
|
1264
1264
|
/**
|
|
1265
1265
|
* <p>Details for certain <code>Config</code> object types in a contact.</p>
|
|
@@ -1360,22 +1360,22 @@ export interface Destination {
|
|
|
1360
1360
|
* <p>Type of a <code>Config</code>.</p>
|
|
1361
1361
|
* @public
|
|
1362
1362
|
*/
|
|
1363
|
-
configType?: ConfigCapabilityType;
|
|
1363
|
+
configType?: ConfigCapabilityType | undefined;
|
|
1364
1364
|
/**
|
|
1365
1365
|
* <p>UUID of a <code>Config</code>.</p>
|
|
1366
1366
|
* @public
|
|
1367
1367
|
*/
|
|
1368
|
-
configId?: string;
|
|
1368
|
+
configId?: string | undefined;
|
|
1369
1369
|
/**
|
|
1370
1370
|
* <p>Additional details for a <code>Config</code>, if type is dataflow endpoint or antenna demod decode.</p>
|
|
1371
1371
|
* @public
|
|
1372
1372
|
*/
|
|
1373
|
-
configDetails?: ConfigDetails;
|
|
1373
|
+
configDetails?: ConfigDetails | undefined;
|
|
1374
1374
|
/**
|
|
1375
1375
|
* <p>Region of a dataflow destination.</p>
|
|
1376
1376
|
* @public
|
|
1377
1377
|
*/
|
|
1378
|
-
dataflowDestinationRegion?: string;
|
|
1378
|
+
dataflowDestinationRegion?: string | undefined;
|
|
1379
1379
|
}
|
|
1380
1380
|
/**
|
|
1381
1381
|
* <p>Dataflow details for the source side.</p>
|
|
@@ -1386,23 +1386,23 @@ export interface Source {
|
|
|
1386
1386
|
* <p>Type of a <code>Config</code>.</p>
|
|
1387
1387
|
* @public
|
|
1388
1388
|
*/
|
|
1389
|
-
configType?: ConfigCapabilityType;
|
|
1389
|
+
configType?: ConfigCapabilityType | undefined;
|
|
1390
1390
|
/**
|
|
1391
1391
|
* <p>UUID of a <code>Config</code>.</p>
|
|
1392
1392
|
* @public
|
|
1393
1393
|
*/
|
|
1394
|
-
configId?: string;
|
|
1394
|
+
configId?: string | undefined;
|
|
1395
1395
|
/**
|
|
1396
1396
|
* <p>Additional details for a <code>Config</code>, if type is <code>dataflow-endpoint</code> or <code>antenna-downlink-demod-decode</code>
|
|
1397
1397
|
* </p>
|
|
1398
1398
|
* @public
|
|
1399
1399
|
*/
|
|
1400
|
-
configDetails?: ConfigDetails;
|
|
1400
|
+
configDetails?: ConfigDetails | undefined;
|
|
1401
1401
|
/**
|
|
1402
1402
|
* <p>Region of a dataflow source.</p>
|
|
1403
1403
|
* @public
|
|
1404
1404
|
*/
|
|
1405
|
-
dataflowSourceRegion?: string;
|
|
1405
|
+
dataflowSourceRegion?: string | undefined;
|
|
1406
1406
|
}
|
|
1407
1407
|
/**
|
|
1408
1408
|
* <p>Information about a dataflow edge used in a contact.</p>
|
|
@@ -1413,17 +1413,17 @@ export interface DataflowDetail {
|
|
|
1413
1413
|
* <p>Dataflow details for the source side.</p>
|
|
1414
1414
|
* @public
|
|
1415
1415
|
*/
|
|
1416
|
-
source?: Source;
|
|
1416
|
+
source?: Source | undefined;
|
|
1417
1417
|
/**
|
|
1418
1418
|
* <p>Dataflow details for the destination side.</p>
|
|
1419
1419
|
* @public
|
|
1420
1420
|
*/
|
|
1421
|
-
destination?: Destination;
|
|
1421
|
+
destination?: Destination | undefined;
|
|
1422
1422
|
/**
|
|
1423
1423
|
* <p>Error message for a dataflow.</p>
|
|
1424
1424
|
* @public
|
|
1425
1425
|
*/
|
|
1426
|
-
errorMessage?: string;
|
|
1426
|
+
errorMessage?: string | undefined;
|
|
1427
1427
|
}
|
|
1428
1428
|
/**
|
|
1429
1429
|
* <p>Elevation angle of the satellite in the sky during a contact.</p>
|
|
@@ -1450,72 +1450,72 @@ export interface DescribeContactResponse {
|
|
|
1450
1450
|
* <p>UUID of a contact.</p>
|
|
1451
1451
|
* @public
|
|
1452
1452
|
*/
|
|
1453
|
-
contactId?: string;
|
|
1453
|
+
contactId?: string | undefined;
|
|
1454
1454
|
/**
|
|
1455
1455
|
* <p>ARN of a mission profile.</p>
|
|
1456
1456
|
* @public
|
|
1457
1457
|
*/
|
|
1458
|
-
missionProfileArn?: string;
|
|
1458
|
+
missionProfileArn?: string | undefined;
|
|
1459
1459
|
/**
|
|
1460
1460
|
* <p>ARN of a satellite.</p>
|
|
1461
1461
|
* @public
|
|
1462
1462
|
*/
|
|
1463
|
-
satelliteArn?: string;
|
|
1463
|
+
satelliteArn?: string | undefined;
|
|
1464
1464
|
/**
|
|
1465
1465
|
* <p>Start time of a contact in UTC.</p>
|
|
1466
1466
|
* @public
|
|
1467
1467
|
*/
|
|
1468
|
-
startTime?: Date;
|
|
1468
|
+
startTime?: Date | undefined;
|
|
1469
1469
|
/**
|
|
1470
1470
|
* <p>End time of a contact in UTC.</p>
|
|
1471
1471
|
* @public
|
|
1472
1472
|
*/
|
|
1473
|
-
endTime?: Date;
|
|
1473
|
+
endTime?: Date | undefined;
|
|
1474
1474
|
/**
|
|
1475
1475
|
* <p>Amount of time prior to contact start you’d like to receive a CloudWatch event indicating an upcoming pass.</p>
|
|
1476
1476
|
* @public
|
|
1477
1477
|
*/
|
|
1478
|
-
prePassStartTime?: Date;
|
|
1478
|
+
prePassStartTime?: Date | undefined;
|
|
1479
1479
|
/**
|
|
1480
1480
|
* <p>Amount of time after a contact ends that you’d like to receive a CloudWatch event indicating the pass has finished.</p>
|
|
1481
1481
|
* @public
|
|
1482
1482
|
*/
|
|
1483
|
-
postPassEndTime?: Date;
|
|
1483
|
+
postPassEndTime?: Date | undefined;
|
|
1484
1484
|
/**
|
|
1485
1485
|
* <p>Ground station for a contact.</p>
|
|
1486
1486
|
* @public
|
|
1487
1487
|
*/
|
|
1488
|
-
groundStation?: string;
|
|
1488
|
+
groundStation?: string | undefined;
|
|
1489
1489
|
/**
|
|
1490
1490
|
* <p>Status of a contact.</p>
|
|
1491
1491
|
* @public
|
|
1492
1492
|
*/
|
|
1493
|
-
contactStatus?: ContactStatus;
|
|
1493
|
+
contactStatus?: ContactStatus | undefined;
|
|
1494
1494
|
/**
|
|
1495
1495
|
* <p>Error message for a contact.</p>
|
|
1496
1496
|
* @public
|
|
1497
1497
|
*/
|
|
1498
|
-
errorMessage?: string;
|
|
1498
|
+
errorMessage?: string | undefined;
|
|
1499
1499
|
/**
|
|
1500
1500
|
* <p>Maximum elevation angle of a contact.</p>
|
|
1501
1501
|
* @public
|
|
1502
1502
|
*/
|
|
1503
|
-
maximumElevation?: Elevation;
|
|
1503
|
+
maximumElevation?: Elevation | undefined;
|
|
1504
1504
|
/**
|
|
1505
1505
|
* <p>Tags assigned to a contact.</p>
|
|
1506
1506
|
* @public
|
|
1507
1507
|
*/
|
|
1508
|
-
tags?: Record<string, string
|
|
1508
|
+
tags?: Record<string, string> | undefined;
|
|
1509
1509
|
/**
|
|
1510
1510
|
* <p>Region of a contact.</p>
|
|
1511
1511
|
* @public
|
|
1512
1512
|
*/
|
|
1513
|
-
region?: string;
|
|
1513
|
+
region?: string | undefined;
|
|
1514
1514
|
/**
|
|
1515
1515
|
* <p>List describing source and destination details for each dataflow edge.</p>
|
|
1516
1516
|
* @public
|
|
1517
1517
|
*/
|
|
1518
|
-
dataflowList?: DataflowDetail[];
|
|
1518
|
+
dataflowList?: DataflowDetail[] | undefined;
|
|
1519
1519
|
/**
|
|
1520
1520
|
* <p>
|
|
1521
1521
|
* Projected time in UTC your satellite will rise above the
|
|
@@ -1525,7 +1525,7 @@ export interface DescribeContactResponse {
|
|
|
1525
1525
|
* </p>
|
|
1526
1526
|
* @public
|
|
1527
1527
|
*/
|
|
1528
|
-
visibilityStartTime?: Date;
|
|
1528
|
+
visibilityStartTime?: Date | undefined;
|
|
1529
1529
|
/**
|
|
1530
1530
|
* <p>
|
|
1531
1531
|
* Projected time in UTC your satellite will set below the
|
|
@@ -1535,7 +1535,7 @@ export interface DescribeContactResponse {
|
|
|
1535
1535
|
* </p>
|
|
1536
1536
|
* @public
|
|
1537
1537
|
*/
|
|
1538
|
-
visibilityEndTime?: Date;
|
|
1538
|
+
visibilityEndTime?: Date | undefined;
|
|
1539
1539
|
}
|
|
1540
1540
|
/**
|
|
1541
1541
|
* <p/>
|
|
@@ -1546,12 +1546,12 @@ export interface ListContactsRequest {
|
|
|
1546
1546
|
* <p>Maximum number of contacts returned.</p>
|
|
1547
1547
|
* @public
|
|
1548
1548
|
*/
|
|
1549
|
-
maxResults?: number;
|
|
1549
|
+
maxResults?: number | undefined;
|
|
1550
1550
|
/**
|
|
1551
1551
|
* <p>Next token returned in the request of a previous <code>ListContacts</code> call. Used to get the next page of results.</p>
|
|
1552
1552
|
* @public
|
|
1553
1553
|
*/
|
|
1554
|
-
nextToken?: string;
|
|
1554
|
+
nextToken?: string | undefined;
|
|
1555
1555
|
/**
|
|
1556
1556
|
* <p>Status of a contact reservation.</p>
|
|
1557
1557
|
* @public
|
|
@@ -1571,17 +1571,17 @@ export interface ListContactsRequest {
|
|
|
1571
1571
|
* <p>Name of a ground station.</p>
|
|
1572
1572
|
* @public
|
|
1573
1573
|
*/
|
|
1574
|
-
groundStation?: string;
|
|
1574
|
+
groundStation?: string | undefined;
|
|
1575
1575
|
/**
|
|
1576
1576
|
* <p>ARN of a satellite.</p>
|
|
1577
1577
|
* @public
|
|
1578
1578
|
*/
|
|
1579
|
-
satelliteArn?: string;
|
|
1579
|
+
satelliteArn?: string | undefined;
|
|
1580
1580
|
/**
|
|
1581
1581
|
* <p>ARN of a mission profile.</p>
|
|
1582
1582
|
* @public
|
|
1583
1583
|
*/
|
|
1584
|
-
missionProfileArn?: string;
|
|
1584
|
+
missionProfileArn?: string | undefined;
|
|
1585
1585
|
}
|
|
1586
1586
|
/**
|
|
1587
1587
|
* <p>Data describing a contact.</p>
|
|
@@ -1592,67 +1592,67 @@ export interface ContactData {
|
|
|
1592
1592
|
* <p>UUID of a contact.</p>
|
|
1593
1593
|
* @public
|
|
1594
1594
|
*/
|
|
1595
|
-
contactId?: string;
|
|
1595
|
+
contactId?: string | undefined;
|
|
1596
1596
|
/**
|
|
1597
1597
|
* <p>ARN of a mission profile.</p>
|
|
1598
1598
|
* @public
|
|
1599
1599
|
*/
|
|
1600
|
-
missionProfileArn?: string;
|
|
1600
|
+
missionProfileArn?: string | undefined;
|
|
1601
1601
|
/**
|
|
1602
1602
|
* <p>ARN of a satellite.</p>
|
|
1603
1603
|
* @public
|
|
1604
1604
|
*/
|
|
1605
|
-
satelliteArn?: string;
|
|
1605
|
+
satelliteArn?: string | undefined;
|
|
1606
1606
|
/**
|
|
1607
1607
|
* <p>Start time of a contact in UTC.</p>
|
|
1608
1608
|
* @public
|
|
1609
1609
|
*/
|
|
1610
|
-
startTime?: Date;
|
|
1610
|
+
startTime?: Date | undefined;
|
|
1611
1611
|
/**
|
|
1612
1612
|
* <p>End time of a contact in UTC.</p>
|
|
1613
1613
|
* @public
|
|
1614
1614
|
*/
|
|
1615
|
-
endTime?: Date;
|
|
1615
|
+
endTime?: Date | undefined;
|
|
1616
1616
|
/**
|
|
1617
1617
|
* <p>Amount of time prior to contact start you’d like to receive a CloudWatch event indicating an upcoming pass.</p>
|
|
1618
1618
|
* @public
|
|
1619
1619
|
*/
|
|
1620
|
-
prePassStartTime?: Date;
|
|
1620
|
+
prePassStartTime?: Date | undefined;
|
|
1621
1621
|
/**
|
|
1622
1622
|
* <p>Amount of time after a contact ends that you’d like to receive a CloudWatch event indicating the pass has finished.</p>
|
|
1623
1623
|
* @public
|
|
1624
1624
|
*/
|
|
1625
|
-
postPassEndTime?: Date;
|
|
1625
|
+
postPassEndTime?: Date | undefined;
|
|
1626
1626
|
/**
|
|
1627
1627
|
* <p>Name of a ground station.</p>
|
|
1628
1628
|
* @public
|
|
1629
1629
|
*/
|
|
1630
|
-
groundStation?: string;
|
|
1630
|
+
groundStation?: string | undefined;
|
|
1631
1631
|
/**
|
|
1632
1632
|
* <p>Status of a contact.</p>
|
|
1633
1633
|
* @public
|
|
1634
1634
|
*/
|
|
1635
|
-
contactStatus?: ContactStatus;
|
|
1635
|
+
contactStatus?: ContactStatus | undefined;
|
|
1636
1636
|
/**
|
|
1637
1637
|
* <p>Error message of a contact.</p>
|
|
1638
1638
|
* @public
|
|
1639
1639
|
*/
|
|
1640
|
-
errorMessage?: string;
|
|
1640
|
+
errorMessage?: string | undefined;
|
|
1641
1641
|
/**
|
|
1642
1642
|
* <p>Maximum elevation angle of a contact.</p>
|
|
1643
1643
|
* @public
|
|
1644
1644
|
*/
|
|
1645
|
-
maximumElevation?: Elevation;
|
|
1645
|
+
maximumElevation?: Elevation | undefined;
|
|
1646
1646
|
/**
|
|
1647
1647
|
* <p>Region of a contact.</p>
|
|
1648
1648
|
* @public
|
|
1649
1649
|
*/
|
|
1650
|
-
region?: string;
|
|
1650
|
+
region?: string | undefined;
|
|
1651
1651
|
/**
|
|
1652
1652
|
* <p>Tags assigned to a contact.</p>
|
|
1653
1653
|
* @public
|
|
1654
1654
|
*/
|
|
1655
|
-
tags?: Record<string, string
|
|
1655
|
+
tags?: Record<string, string> | undefined;
|
|
1656
1656
|
/**
|
|
1657
1657
|
* <p>
|
|
1658
1658
|
* Projected time in UTC your satellite will rise above the
|
|
@@ -1663,7 +1663,7 @@ export interface ContactData {
|
|
|
1663
1663
|
* </p>
|
|
1664
1664
|
* @public
|
|
1665
1665
|
*/
|
|
1666
|
-
visibilityStartTime?: Date;
|
|
1666
|
+
visibilityStartTime?: Date | undefined;
|
|
1667
1667
|
/**
|
|
1668
1668
|
* <p>
|
|
1669
1669
|
* Projected time in UTC your satellite will set below the
|
|
@@ -1674,7 +1674,7 @@ export interface ContactData {
|
|
|
1674
1674
|
* </p>
|
|
1675
1675
|
* @public
|
|
1676
1676
|
*/
|
|
1677
|
-
visibilityEndTime?: Date;
|
|
1677
|
+
visibilityEndTime?: Date | undefined;
|
|
1678
1678
|
}
|
|
1679
1679
|
/**
|
|
1680
1680
|
* <p/>
|
|
@@ -1685,12 +1685,12 @@ export interface ListContactsResponse {
|
|
|
1685
1685
|
* <p>Next token returned in the response of a previous <code>ListContacts</code> call. Used to get the next page of results.</p>
|
|
1686
1686
|
* @public
|
|
1687
1687
|
*/
|
|
1688
|
-
nextToken?: string;
|
|
1688
|
+
nextToken?: string | undefined;
|
|
1689
1689
|
/**
|
|
1690
1690
|
* <p>List of contacts.</p>
|
|
1691
1691
|
* @public
|
|
1692
1692
|
*/
|
|
1693
|
-
contactList?: ContactData[];
|
|
1693
|
+
contactList?: ContactData[] | undefined;
|
|
1694
1694
|
}
|
|
1695
1695
|
/**
|
|
1696
1696
|
* <p/>
|
|
@@ -1726,7 +1726,7 @@ export interface ReserveContactRequest {
|
|
|
1726
1726
|
* <p>Tags assigned to a contact.</p>
|
|
1727
1727
|
* @public
|
|
1728
1728
|
*/
|
|
1729
|
-
tags?: Record<string, string
|
|
1729
|
+
tags?: Record<string, string> | undefined;
|
|
1730
1730
|
}
|
|
1731
1731
|
/**
|
|
1732
1732
|
* <p/>
|
|
@@ -1742,17 +1742,17 @@ export interface CreateDataflowEndpointGroupRequest {
|
|
|
1742
1742
|
* <p>Tags of a dataflow endpoint group.</p>
|
|
1743
1743
|
* @public
|
|
1744
1744
|
*/
|
|
1745
|
-
tags?: Record<string, string
|
|
1745
|
+
tags?: Record<string, string> | undefined;
|
|
1746
1746
|
/**
|
|
1747
1747
|
* <p>Amount of time, in seconds, before a contact starts that the Ground Station Dataflow Endpoint Group will be in a <code>PREPASS</code> state. A Ground Station Dataflow Endpoint Group State Change event will be emitted when the Dataflow Endpoint Group enters and exits the <code>PREPASS</code> state.</p>
|
|
1748
1748
|
* @public
|
|
1749
1749
|
*/
|
|
1750
|
-
contactPrePassDurationSeconds?: number;
|
|
1750
|
+
contactPrePassDurationSeconds?: number | undefined;
|
|
1751
1751
|
/**
|
|
1752
1752
|
* <p>Amount of time, in seconds, after a contact ends that the Ground Station Dataflow Endpoint Group will be in a <code>POSTPASS</code> state. A Ground Station Dataflow Endpoint Group State Change event will be emitted when the Dataflow Endpoint Group enters and exits the <code>POSTPASS</code> state.</p>
|
|
1753
1753
|
* @public
|
|
1754
1754
|
*/
|
|
1755
|
-
contactPostPassDurationSeconds?: number;
|
|
1755
|
+
contactPostPassDurationSeconds?: number | undefined;
|
|
1756
1756
|
}
|
|
1757
1757
|
/**
|
|
1758
1758
|
* <p/>
|
|
@@ -1763,7 +1763,7 @@ export interface DataflowEndpointGroupIdResponse {
|
|
|
1763
1763
|
* <p>UUID of a dataflow endpoint group.</p>
|
|
1764
1764
|
* @public
|
|
1765
1765
|
*/
|
|
1766
|
-
dataflowEndpointGroupId?: string;
|
|
1766
|
+
dataflowEndpointGroupId?: string | undefined;
|
|
1767
1767
|
}
|
|
1768
1768
|
/**
|
|
1769
1769
|
* <p>Object stored in S3 containing ephemeris data.</p>
|
|
@@ -1774,17 +1774,17 @@ export interface S3Object {
|
|
|
1774
1774
|
* <p>An Amazon S3 Bucket name.</p>
|
|
1775
1775
|
* @public
|
|
1776
1776
|
*/
|
|
1777
|
-
bucket?: string;
|
|
1777
|
+
bucket?: string | undefined;
|
|
1778
1778
|
/**
|
|
1779
1779
|
* <p>An Amazon S3 key for the ephemeris.</p>
|
|
1780
1780
|
* @public
|
|
1781
1781
|
*/
|
|
1782
|
-
key?: string;
|
|
1782
|
+
key?: string | undefined;
|
|
1783
1783
|
/**
|
|
1784
1784
|
* <p>For versioned S3 objects, the version to use for the ephemeris.</p>
|
|
1785
1785
|
* @public
|
|
1786
1786
|
*/
|
|
1787
|
-
version?: string;
|
|
1787
|
+
version?: string | undefined;
|
|
1788
1788
|
}
|
|
1789
1789
|
/**
|
|
1790
1790
|
* <p>
|
|
@@ -1800,12 +1800,12 @@ export interface OEMEphemeris {
|
|
|
1800
1800
|
* <p>Identifies the S3 object to be used as the ephemeris.</p>
|
|
1801
1801
|
* @public
|
|
1802
1802
|
*/
|
|
1803
|
-
s3Object?: S3Object;
|
|
1803
|
+
s3Object?: S3Object | undefined;
|
|
1804
1804
|
/**
|
|
1805
1805
|
* <p>The data for an OEM ephemeris, supplied directly in the request rather than through an S3 object.</p>
|
|
1806
1806
|
* @public
|
|
1807
1807
|
*/
|
|
1808
|
-
oemData?: string;
|
|
1808
|
+
oemData?: string | undefined;
|
|
1809
1809
|
}
|
|
1810
1810
|
/**
|
|
1811
1811
|
* <p>A time range with a start and end time.</p>
|
|
@@ -1853,12 +1853,12 @@ export interface TLEEphemeris {
|
|
|
1853
1853
|
* <p>Identifies the S3 object to be used as the ephemeris.</p>
|
|
1854
1854
|
* @public
|
|
1855
1855
|
*/
|
|
1856
|
-
s3Object?: S3Object;
|
|
1856
|
+
s3Object?: S3Object | undefined;
|
|
1857
1857
|
/**
|
|
1858
1858
|
* <p>The data for a TLE ephemeris, supplied directly in the request rather than through an S3 object.</p>
|
|
1859
1859
|
* @public
|
|
1860
1860
|
*/
|
|
1861
|
-
tleData?: TLEData[];
|
|
1861
|
+
tleData?: TLEData[] | undefined;
|
|
1862
1862
|
}
|
|
1863
1863
|
/**
|
|
1864
1864
|
* <p>Ephemeris data.</p>
|
|
@@ -1921,19 +1921,19 @@ export interface CreateEphemerisRequest {
|
|
|
1921
1921
|
* <p>Setting this to false will set the ephemeris status to <code>DISABLED</code> after validation.</p>
|
|
1922
1922
|
* @public
|
|
1923
1923
|
*/
|
|
1924
|
-
enabled?: boolean;
|
|
1924
|
+
enabled?: boolean | undefined;
|
|
1925
1925
|
/**
|
|
1926
1926
|
* <p>Customer-provided priority score to establish the order in which overlapping ephemerides should be used.</p>
|
|
1927
1927
|
* <p>The default for customer-provided ephemeris priority is 1, and higher numbers take precedence.</p>
|
|
1928
1928
|
* <p>Priority must be 1 or greater</p>
|
|
1929
1929
|
* @public
|
|
1930
1930
|
*/
|
|
1931
|
-
priority?: number;
|
|
1931
|
+
priority?: number | undefined;
|
|
1932
1932
|
/**
|
|
1933
1933
|
* <p>An overall expiration time for the ephemeris in UTC, after which it will become <code>EXPIRED</code>.</p>
|
|
1934
1934
|
* @public
|
|
1935
1935
|
*/
|
|
1936
|
-
expirationTime?: Date;
|
|
1936
|
+
expirationTime?: Date | undefined;
|
|
1937
1937
|
/**
|
|
1938
1938
|
* <p>A name string associated with the ephemeris. Used as a human-readable identifier for the ephemeris.</p>
|
|
1939
1939
|
* @public
|
|
@@ -1943,17 +1943,17 @@ export interface CreateEphemerisRequest {
|
|
|
1943
1943
|
* <p>The ARN of a KMS key used to encrypt the ephemeris in Ground Station.</p>
|
|
1944
1944
|
* @public
|
|
1945
1945
|
*/
|
|
1946
|
-
kmsKeyArn?: string;
|
|
1946
|
+
kmsKeyArn?: string | undefined;
|
|
1947
1947
|
/**
|
|
1948
1948
|
* <p>Ephemeris data.</p>
|
|
1949
1949
|
* @public
|
|
1950
1950
|
*/
|
|
1951
|
-
ephemeris?: EphemerisData;
|
|
1951
|
+
ephemeris?: EphemerisData | undefined;
|
|
1952
1952
|
/**
|
|
1953
1953
|
* <p>Tags assigned to an ephemeris.</p>
|
|
1954
1954
|
* @public
|
|
1955
1955
|
*/
|
|
1956
|
-
tags?: Record<string, string
|
|
1956
|
+
tags?: Record<string, string> | undefined;
|
|
1957
1957
|
}
|
|
1958
1958
|
/**
|
|
1959
1959
|
* @public
|
|
@@ -1963,7 +1963,7 @@ export interface EphemerisIdResponse {
|
|
|
1963
1963
|
* <p>The AWS Ground Station ephemeris ID.</p>
|
|
1964
1964
|
* @public
|
|
1965
1965
|
*/
|
|
1966
|
-
ephemerisId?: string;
|
|
1966
|
+
ephemerisId?: string | undefined;
|
|
1967
1967
|
}
|
|
1968
1968
|
/**
|
|
1969
1969
|
* <p>AWS Key Management Service (KMS) Key.</p>
|
|
@@ -2035,12 +2035,12 @@ export interface CreateMissionProfileRequest {
|
|
|
2035
2035
|
* <p>Amount of time prior to contact start you’d like to receive a Ground Station Contact State Change event indicating an upcoming pass.</p>
|
|
2036
2036
|
* @public
|
|
2037
2037
|
*/
|
|
2038
|
-
contactPrePassDurationSeconds?: number;
|
|
2038
|
+
contactPrePassDurationSeconds?: number | undefined;
|
|
2039
2039
|
/**
|
|
2040
2040
|
* <p>Amount of time after a contact ends that you’d like to receive a Ground Station Contact State Change event indicating the pass has finished.</p>
|
|
2041
2041
|
* @public
|
|
2042
2042
|
*/
|
|
2043
|
-
contactPostPassDurationSeconds?: number;
|
|
2043
|
+
contactPostPassDurationSeconds?: number | undefined;
|
|
2044
2044
|
/**
|
|
2045
2045
|
* <p>Smallest amount of time in seconds that you’d like to see for an available contact. AWS Ground Station will not present you with contacts shorter than this duration.</p>
|
|
2046
2046
|
* @public
|
|
@@ -2062,17 +2062,17 @@ export interface CreateMissionProfileRequest {
|
|
|
2062
2062
|
* <p>Tags assigned to a mission profile.</p>
|
|
2063
2063
|
* @public
|
|
2064
2064
|
*/
|
|
2065
|
-
tags?: Record<string, string
|
|
2065
|
+
tags?: Record<string, string> | undefined;
|
|
2066
2066
|
/**
|
|
2067
2067
|
* <p>KMS key to use for encrypting streams.</p>
|
|
2068
2068
|
* @public
|
|
2069
2069
|
*/
|
|
2070
|
-
streamsKmsKey?: KmsKey;
|
|
2070
|
+
streamsKmsKey?: KmsKey | undefined;
|
|
2071
2071
|
/**
|
|
2072
2072
|
* <p>Role to use for encrypting streams with KMS key.</p>
|
|
2073
2073
|
* @public
|
|
2074
2074
|
*/
|
|
2075
|
-
streamsKmsRole?: string;
|
|
2075
|
+
streamsKmsRole?: string | undefined;
|
|
2076
2076
|
}
|
|
2077
2077
|
/**
|
|
2078
2078
|
* <p/>
|
|
@@ -2083,7 +2083,7 @@ export interface MissionProfileIdResponse {
|
|
|
2083
2083
|
* <p>UUID of a mission profile.</p>
|
|
2084
2084
|
* @public
|
|
2085
2085
|
*/
|
|
2086
|
-
missionProfileId?: string;
|
|
2086
|
+
missionProfileId?: string | undefined;
|
|
2087
2087
|
}
|
|
2088
2088
|
/**
|
|
2089
2089
|
* <p/>
|
|
@@ -2116,32 +2116,32 @@ export interface GetDataflowEndpointGroupResponse {
|
|
|
2116
2116
|
* <p>UUID of a dataflow endpoint group.</p>
|
|
2117
2117
|
* @public
|
|
2118
2118
|
*/
|
|
2119
|
-
dataflowEndpointGroupId?: string;
|
|
2119
|
+
dataflowEndpointGroupId?: string | undefined;
|
|
2120
2120
|
/**
|
|
2121
2121
|
* <p>ARN of a dataflow endpoint group.</p>
|
|
2122
2122
|
* @public
|
|
2123
2123
|
*/
|
|
2124
|
-
dataflowEndpointGroupArn?: string;
|
|
2124
|
+
dataflowEndpointGroupArn?: string | undefined;
|
|
2125
2125
|
/**
|
|
2126
2126
|
* <p>Details of a dataflow endpoint.</p>
|
|
2127
2127
|
* @public
|
|
2128
2128
|
*/
|
|
2129
|
-
endpointsDetails?: EndpointDetails[];
|
|
2129
|
+
endpointsDetails?: EndpointDetails[] | undefined;
|
|
2130
2130
|
/**
|
|
2131
2131
|
* <p>Tags assigned to a dataflow endpoint group.</p>
|
|
2132
2132
|
* @public
|
|
2133
2133
|
*/
|
|
2134
|
-
tags?: Record<string, string
|
|
2134
|
+
tags?: Record<string, string> | undefined;
|
|
2135
2135
|
/**
|
|
2136
2136
|
* <p>Amount of time, in seconds, before a contact starts that the Ground Station Dataflow Endpoint Group will be in a <code>PREPASS</code> state. A Ground Station Dataflow Endpoint Group State Change event will be emitted when the Dataflow Endpoint Group enters and exits the <code>PREPASS</code> state.</p>
|
|
2137
2137
|
* @public
|
|
2138
2138
|
*/
|
|
2139
|
-
contactPrePassDurationSeconds?: number;
|
|
2139
|
+
contactPrePassDurationSeconds?: number | undefined;
|
|
2140
2140
|
/**
|
|
2141
2141
|
* <p>Amount of time, in seconds, after a contact ends that the Ground Station Dataflow Endpoint Group will be in a <code>POSTPASS</code> state. A Ground Station Dataflow Endpoint Group State Change event will be emitted when the Dataflow Endpoint Group enters and exits the <code>POSTPASS</code> state.</p>
|
|
2142
2142
|
* @public
|
|
2143
2143
|
*/
|
|
2144
|
-
contactPostPassDurationSeconds?: number;
|
|
2144
|
+
contactPostPassDurationSeconds?: number | undefined;
|
|
2145
2145
|
}
|
|
2146
2146
|
/**
|
|
2147
2147
|
* <p/>
|
|
@@ -2152,12 +2152,12 @@ export interface ListDataflowEndpointGroupsRequest {
|
|
|
2152
2152
|
* <p>Maximum number of dataflow endpoint groups returned.</p>
|
|
2153
2153
|
* @public
|
|
2154
2154
|
*/
|
|
2155
|
-
maxResults?: number;
|
|
2155
|
+
maxResults?: number | undefined;
|
|
2156
2156
|
/**
|
|
2157
2157
|
* <p>Next token returned in the request of a previous <code>ListDataflowEndpointGroups</code> call. Used to get the next page of results.</p>
|
|
2158
2158
|
* @public
|
|
2159
2159
|
*/
|
|
2160
|
-
nextToken?: string;
|
|
2160
|
+
nextToken?: string | undefined;
|
|
2161
2161
|
}
|
|
2162
2162
|
/**
|
|
2163
2163
|
* <p>Item in a list of <code>DataflowEndpoint</code> groups.</p>
|
|
@@ -2168,12 +2168,12 @@ export interface DataflowEndpointListItem {
|
|
|
2168
2168
|
* <p>UUID of a dataflow endpoint group.</p>
|
|
2169
2169
|
* @public
|
|
2170
2170
|
*/
|
|
2171
|
-
dataflowEndpointGroupId?: string;
|
|
2171
|
+
dataflowEndpointGroupId?: string | undefined;
|
|
2172
2172
|
/**
|
|
2173
2173
|
* <p>ARN of a dataflow endpoint group.</p>
|
|
2174
2174
|
* @public
|
|
2175
2175
|
*/
|
|
2176
|
-
dataflowEndpointGroupArn?: string;
|
|
2176
|
+
dataflowEndpointGroupArn?: string | undefined;
|
|
2177
2177
|
}
|
|
2178
2178
|
/**
|
|
2179
2179
|
* <p/>
|
|
@@ -2184,12 +2184,12 @@ export interface ListDataflowEndpointGroupsResponse {
|
|
|
2184
2184
|
* <p>Next token returned in the response of a previous <code>ListDataflowEndpointGroups</code> call. Used to get the next page of results.</p>
|
|
2185
2185
|
* @public
|
|
2186
2186
|
*/
|
|
2187
|
-
nextToken?: string;
|
|
2187
|
+
nextToken?: string | undefined;
|
|
2188
2188
|
/**
|
|
2189
2189
|
* <p>A list of dataflow endpoint groups.</p>
|
|
2190
2190
|
* @public
|
|
2191
2191
|
*/
|
|
2192
|
-
dataflowEndpointGroupList?: DataflowEndpointListItem[];
|
|
2192
|
+
dataflowEndpointGroupList?: DataflowEndpointListItem[] | undefined;
|
|
2193
2193
|
}
|
|
2194
2194
|
/**
|
|
2195
2195
|
* @public
|
|
@@ -2277,12 +2277,12 @@ export interface EphemerisDescription {
|
|
|
2277
2277
|
* <p>Source S3 object used for the ephemeris.</p>
|
|
2278
2278
|
* @public
|
|
2279
2279
|
*/
|
|
2280
|
-
sourceS3Object?: S3Object;
|
|
2280
|
+
sourceS3Object?: S3Object | undefined;
|
|
2281
2281
|
/**
|
|
2282
2282
|
* <p>Supplied ephemeris data.</p>
|
|
2283
2283
|
* @public
|
|
2284
2284
|
*/
|
|
2285
|
-
ephemerisData?: string;
|
|
2285
|
+
ephemerisData?: string | undefined;
|
|
2286
2286
|
}
|
|
2287
2287
|
/**
|
|
2288
2288
|
* <p/>
|
|
@@ -2334,54 +2334,54 @@ export interface DescribeEphemerisResponse {
|
|
|
2334
2334
|
* <p>The AWS Ground Station ephemeris ID.</p>
|
|
2335
2335
|
* @public
|
|
2336
2336
|
*/
|
|
2337
|
-
ephemerisId?: string;
|
|
2337
|
+
ephemerisId?: string | undefined;
|
|
2338
2338
|
/**
|
|
2339
2339
|
* <p>The AWS Ground Station satellite ID associated with ephemeris.</p>
|
|
2340
2340
|
* @public
|
|
2341
2341
|
*/
|
|
2342
|
-
satelliteId?: string;
|
|
2342
|
+
satelliteId?: string | undefined;
|
|
2343
2343
|
/**
|
|
2344
2344
|
* <p>The status of the ephemeris.</p>
|
|
2345
2345
|
* @public
|
|
2346
2346
|
*/
|
|
2347
|
-
status?: EphemerisStatus;
|
|
2347
|
+
status?: EphemerisStatus | undefined;
|
|
2348
2348
|
/**
|
|
2349
2349
|
* <p>Customer-provided priority score to establish the order in which overlapping ephemerides should be used.</p>
|
|
2350
2350
|
* <p>The default for customer-provided ephemeris priority is 1, and higher numbers take precedence.</p>
|
|
2351
2351
|
* <p>Priority must be 1 or greater</p>
|
|
2352
2352
|
* @public
|
|
2353
2353
|
*/
|
|
2354
|
-
priority?: number;
|
|
2354
|
+
priority?: number | undefined;
|
|
2355
2355
|
/**
|
|
2356
2356
|
* <p>The time the ephemeris was uploaded in UTC.</p>
|
|
2357
2357
|
* @public
|
|
2358
2358
|
*/
|
|
2359
|
-
creationTime?: Date;
|
|
2359
|
+
creationTime?: Date | undefined;
|
|
2360
2360
|
/**
|
|
2361
2361
|
* <p>Whether or not the ephemeris is enabled.</p>
|
|
2362
2362
|
* @public
|
|
2363
2363
|
*/
|
|
2364
|
-
enabled?: boolean;
|
|
2364
|
+
enabled?: boolean | undefined;
|
|
2365
2365
|
/**
|
|
2366
2366
|
* <p>A name string associated with the ephemeris. Used as a human-readable identifier for the ephemeris.</p>
|
|
2367
2367
|
* @public
|
|
2368
2368
|
*/
|
|
2369
|
-
name?: string;
|
|
2369
|
+
name?: string | undefined;
|
|
2370
2370
|
/**
|
|
2371
2371
|
* <p>Tags assigned to an ephemeris.</p>
|
|
2372
2372
|
* @public
|
|
2373
2373
|
*/
|
|
2374
|
-
tags?: Record<string, string
|
|
2374
|
+
tags?: Record<string, string> | undefined;
|
|
2375
2375
|
/**
|
|
2376
2376
|
* <p>Supplied ephemeris data.</p>
|
|
2377
2377
|
* @public
|
|
2378
2378
|
*/
|
|
2379
|
-
suppliedData?: EphemerisTypeDescription;
|
|
2379
|
+
suppliedData?: EphemerisTypeDescription | undefined;
|
|
2380
2380
|
/**
|
|
2381
2381
|
* <p>Reason that an ephemeris failed validation. Only provided for ephemerides with <code>INVALID</code> status.</p>
|
|
2382
2382
|
* @public
|
|
2383
2383
|
*/
|
|
2384
|
-
invalidReason?: EphemerisInvalidReason;
|
|
2384
|
+
invalidReason?: EphemerisInvalidReason | undefined;
|
|
2385
2385
|
}
|
|
2386
2386
|
/**
|
|
2387
2387
|
* <p>Ephemeris item.</p>
|
|
@@ -2392,39 +2392,39 @@ export interface EphemerisItem {
|
|
|
2392
2392
|
* <p>The AWS Ground Station ephemeris ID.</p>
|
|
2393
2393
|
* @public
|
|
2394
2394
|
*/
|
|
2395
|
-
ephemerisId?: string;
|
|
2395
|
+
ephemerisId?: string | undefined;
|
|
2396
2396
|
/**
|
|
2397
2397
|
* <p>The status of the ephemeris.</p>
|
|
2398
2398
|
* @public
|
|
2399
2399
|
*/
|
|
2400
|
-
status?: EphemerisStatus;
|
|
2400
|
+
status?: EphemerisStatus | undefined;
|
|
2401
2401
|
/**
|
|
2402
2402
|
* <p>Customer-provided priority score to establish the order in which overlapping ephemerides should be used.</p>
|
|
2403
2403
|
* <p>The default for customer-provided ephemeris priority is 1, and higher numbers take precedence.</p>
|
|
2404
2404
|
* <p>Priority must be 1 or greater</p>
|
|
2405
2405
|
* @public
|
|
2406
2406
|
*/
|
|
2407
|
-
priority?: number;
|
|
2407
|
+
priority?: number | undefined;
|
|
2408
2408
|
/**
|
|
2409
2409
|
* <p>Whether or not the ephemeris is enabled.</p>
|
|
2410
2410
|
* @public
|
|
2411
2411
|
*/
|
|
2412
|
-
enabled?: boolean;
|
|
2412
|
+
enabled?: boolean | undefined;
|
|
2413
2413
|
/**
|
|
2414
2414
|
* <p>The time the ephemeris was uploaded in UTC.</p>
|
|
2415
2415
|
* @public
|
|
2416
2416
|
*/
|
|
2417
|
-
creationTime?: Date;
|
|
2417
|
+
creationTime?: Date | undefined;
|
|
2418
2418
|
/**
|
|
2419
2419
|
* <p>A name string associated with the ephemeris. Used as a human-readable identifier for the ephemeris.</p>
|
|
2420
2420
|
* @public
|
|
2421
2421
|
*/
|
|
2422
|
-
name?: string;
|
|
2422
|
+
name?: string | undefined;
|
|
2423
2423
|
/**
|
|
2424
2424
|
* <p>Source S3 object used for the ephemeris.</p>
|
|
2425
2425
|
* @public
|
|
2426
2426
|
*/
|
|
2427
|
-
sourceS3Object?: S3Object;
|
|
2427
|
+
sourceS3Object?: S3Object | undefined;
|
|
2428
2428
|
}
|
|
2429
2429
|
/**
|
|
2430
2430
|
* @public
|
|
@@ -2449,17 +2449,17 @@ export interface ListEphemeridesRequest {
|
|
|
2449
2449
|
* <p>The list of ephemeris status to return.</p>
|
|
2450
2450
|
* @public
|
|
2451
2451
|
*/
|
|
2452
|
-
statusList?: EphemerisStatus[];
|
|
2452
|
+
statusList?: EphemerisStatus[] | undefined;
|
|
2453
2453
|
/**
|
|
2454
2454
|
* <p>Maximum number of ephemerides to return.</p>
|
|
2455
2455
|
* @public
|
|
2456
2456
|
*/
|
|
2457
|
-
maxResults?: number;
|
|
2457
|
+
maxResults?: number | undefined;
|
|
2458
2458
|
/**
|
|
2459
2459
|
* <p>Pagination token.</p>
|
|
2460
2460
|
* @public
|
|
2461
2461
|
*/
|
|
2462
|
-
nextToken?: string;
|
|
2462
|
+
nextToken?: string | undefined;
|
|
2463
2463
|
}
|
|
2464
2464
|
/**
|
|
2465
2465
|
* @public
|
|
@@ -2469,12 +2469,12 @@ export interface ListEphemeridesResponse {
|
|
|
2469
2469
|
* <p>Pagination token.</p>
|
|
2470
2470
|
* @public
|
|
2471
2471
|
*/
|
|
2472
|
-
nextToken?: string;
|
|
2472
|
+
nextToken?: string | undefined;
|
|
2473
2473
|
/**
|
|
2474
2474
|
* <p>List of ephemerides.</p>
|
|
2475
2475
|
* @public
|
|
2476
2476
|
*/
|
|
2477
|
-
ephemerides?: EphemerisItem[];
|
|
2477
|
+
ephemerides?: EphemerisItem[] | undefined;
|
|
2478
2478
|
}
|
|
2479
2479
|
/**
|
|
2480
2480
|
* @public
|
|
@@ -2494,14 +2494,14 @@ export interface UpdateEphemerisRequest {
|
|
|
2494
2494
|
* <p>A name string associated with the ephemeris. Used as a human-readable identifier for the ephemeris.</p>
|
|
2495
2495
|
* @public
|
|
2496
2496
|
*/
|
|
2497
|
-
name?: string;
|
|
2497
|
+
name?: string | undefined;
|
|
2498
2498
|
/**
|
|
2499
2499
|
* <p>Customer-provided priority score to establish the order in which overlapping ephemerides should be used.</p>
|
|
2500
2500
|
* <p>The default for customer-provided ephemeris priority is 1, and higher numbers take precedence.</p>
|
|
2501
2501
|
* <p>Priority must be 1 or greater</p>
|
|
2502
2502
|
* @public
|
|
2503
2503
|
*/
|
|
2504
|
-
priority?: number;
|
|
2504
|
+
priority?: number | undefined;
|
|
2505
2505
|
}
|
|
2506
2506
|
/**
|
|
2507
2507
|
* @public
|
|
@@ -2530,19 +2530,19 @@ export interface EphemerisMetaData {
|
|
|
2530
2530
|
* <p>This field is not populated for default ephemerides from Space Track.</p>
|
|
2531
2531
|
* @public
|
|
2532
2532
|
*/
|
|
2533
|
-
ephemerisId?: string;
|
|
2533
|
+
ephemerisId?: string | undefined;
|
|
2534
2534
|
/**
|
|
2535
2535
|
* <p>The epoch of a default, ephemeris from Space Track in UTC.</p>
|
|
2536
2536
|
* <p>This field is not populated for customer-provided ephemerides.</p>
|
|
2537
2537
|
* @public
|
|
2538
2538
|
*/
|
|
2539
|
-
epoch?: Date;
|
|
2539
|
+
epoch?: Date | undefined;
|
|
2540
2540
|
/**
|
|
2541
2541
|
* <p>A name string associated with the ephemeris. Used as a human-readable identifier for the ephemeris.</p>
|
|
2542
2542
|
* <p>A name is only returned for customer-provider ephemerides that have a name associated.</p>
|
|
2543
2543
|
* @public
|
|
2544
2544
|
*/
|
|
2545
|
-
name?: string;
|
|
2545
|
+
name?: string | undefined;
|
|
2546
2546
|
}
|
|
2547
2547
|
/**
|
|
2548
2548
|
* <p/>
|
|
@@ -2569,27 +2569,27 @@ export interface GetMinuteUsageResponse {
|
|
|
2569
2569
|
* <p>Returns whether or not an account has signed up for the reserved minutes pricing plan, specific to the month being requested.</p>
|
|
2570
2570
|
* @public
|
|
2571
2571
|
*/
|
|
2572
|
-
isReservedMinutesCustomer?: boolean;
|
|
2572
|
+
isReservedMinutesCustomer?: boolean | undefined;
|
|
2573
2573
|
/**
|
|
2574
2574
|
* <p>Total number of reserved minutes allocated, specific to the month being requested.</p>
|
|
2575
2575
|
* @public
|
|
2576
2576
|
*/
|
|
2577
|
-
totalReservedMinuteAllocation?: number;
|
|
2577
|
+
totalReservedMinuteAllocation?: number | undefined;
|
|
2578
2578
|
/**
|
|
2579
2579
|
* <p>Upcoming minutes scheduled for an account, specific to the month being requested.</p>
|
|
2580
2580
|
* @public
|
|
2581
2581
|
*/
|
|
2582
|
-
upcomingMinutesScheduled?: number;
|
|
2582
|
+
upcomingMinutesScheduled?: number | undefined;
|
|
2583
2583
|
/**
|
|
2584
2584
|
* <p>Total scheduled minutes for an account, specific to the month being requested.</p>
|
|
2585
2585
|
* @public
|
|
2586
2586
|
*/
|
|
2587
|
-
totalScheduledMinutes?: number;
|
|
2587
|
+
totalScheduledMinutes?: number | undefined;
|
|
2588
2588
|
/**
|
|
2589
2589
|
* <p>Estimated number of minutes remaining for an account, specific to the month being requested.</p>
|
|
2590
2590
|
* @public
|
|
2591
2591
|
*/
|
|
2592
|
-
estimatedMinutesRemaining?: number;
|
|
2592
|
+
estimatedMinutesRemaining?: number | undefined;
|
|
2593
2593
|
}
|
|
2594
2594
|
/**
|
|
2595
2595
|
* <p/>
|
|
@@ -2611,64 +2611,64 @@ export interface GetMissionProfileResponse {
|
|
|
2611
2611
|
* <p>UUID of a mission profile.</p>
|
|
2612
2612
|
* @public
|
|
2613
2613
|
*/
|
|
2614
|
-
missionProfileId?: string;
|
|
2614
|
+
missionProfileId?: string | undefined;
|
|
2615
2615
|
/**
|
|
2616
2616
|
* <p>ARN of a mission profile.</p>
|
|
2617
2617
|
* @public
|
|
2618
2618
|
*/
|
|
2619
|
-
missionProfileArn?: string;
|
|
2619
|
+
missionProfileArn?: string | undefined;
|
|
2620
2620
|
/**
|
|
2621
2621
|
* <p>Name of a mission profile.</p>
|
|
2622
2622
|
* @public
|
|
2623
2623
|
*/
|
|
2624
|
-
name?: string;
|
|
2624
|
+
name?: string | undefined;
|
|
2625
2625
|
/**
|
|
2626
2626
|
* <p>Region of a mission profile.</p>
|
|
2627
2627
|
* @public
|
|
2628
2628
|
*/
|
|
2629
|
-
region?: string;
|
|
2629
|
+
region?: string | undefined;
|
|
2630
2630
|
/**
|
|
2631
2631
|
* <p>Amount of time prior to contact start you’d like to receive a CloudWatch event indicating an upcoming pass.</p>
|
|
2632
2632
|
* @public
|
|
2633
2633
|
*/
|
|
2634
|
-
contactPrePassDurationSeconds?: number;
|
|
2634
|
+
contactPrePassDurationSeconds?: number | undefined;
|
|
2635
2635
|
/**
|
|
2636
2636
|
* <p>Amount of time after a contact ends that you’d like to receive a CloudWatch event indicating the pass has finished.</p>
|
|
2637
2637
|
* @public
|
|
2638
2638
|
*/
|
|
2639
|
-
contactPostPassDurationSeconds?: number;
|
|
2639
|
+
contactPostPassDurationSeconds?: number | undefined;
|
|
2640
2640
|
/**
|
|
2641
2641
|
* <p>Smallest amount of time in seconds that you’d like to see for an available contact. AWS Ground Station will not present you with contacts shorter than this duration.</p>
|
|
2642
2642
|
* @public
|
|
2643
2643
|
*/
|
|
2644
|
-
minimumViableContactDurationSeconds?: number;
|
|
2644
|
+
minimumViableContactDurationSeconds?: number | undefined;
|
|
2645
2645
|
/**
|
|
2646
2646
|
* <p>A list of lists of ARNs. Each list of ARNs is an edge, with a <i>from</i>
|
|
2647
2647
|
* <code>Config</code> and a <i>to</i>
|
|
2648
2648
|
* <code>Config</code>.</p>
|
|
2649
2649
|
* @public
|
|
2650
2650
|
*/
|
|
2651
|
-
dataflowEdges?: string[][];
|
|
2651
|
+
dataflowEdges?: string[][] | undefined;
|
|
2652
2652
|
/**
|
|
2653
2653
|
* <p>ARN of a tracking <code>Config</code>.</p>
|
|
2654
2654
|
* @public
|
|
2655
2655
|
*/
|
|
2656
|
-
trackingConfigArn?: string;
|
|
2656
|
+
trackingConfigArn?: string | undefined;
|
|
2657
2657
|
/**
|
|
2658
2658
|
* <p>Tags assigned to a mission profile.</p>
|
|
2659
2659
|
* @public
|
|
2660
2660
|
*/
|
|
2661
|
-
tags?: Record<string, string
|
|
2661
|
+
tags?: Record<string, string> | undefined;
|
|
2662
2662
|
/**
|
|
2663
2663
|
* <p>KMS key to use for encrypting streams.</p>
|
|
2664
2664
|
* @public
|
|
2665
2665
|
*/
|
|
2666
|
-
streamsKmsKey?: KmsKey;
|
|
2666
|
+
streamsKmsKey?: KmsKey | undefined;
|
|
2667
2667
|
/**
|
|
2668
2668
|
* <p>Role to use for encrypting streams with KMS key.</p>
|
|
2669
2669
|
* @public
|
|
2670
2670
|
*/
|
|
2671
|
-
streamsKmsRole?: string;
|
|
2671
|
+
streamsKmsRole?: string | undefined;
|
|
2672
2672
|
}
|
|
2673
2673
|
/**
|
|
2674
2674
|
* <p/>
|
|
@@ -2690,27 +2690,27 @@ export interface GetSatelliteResponse {
|
|
|
2690
2690
|
* <p>UUID of a satellite.</p>
|
|
2691
2691
|
* @public
|
|
2692
2692
|
*/
|
|
2693
|
-
satelliteId?: string;
|
|
2693
|
+
satelliteId?: string | undefined;
|
|
2694
2694
|
/**
|
|
2695
2695
|
* <p>ARN of a satellite.</p>
|
|
2696
2696
|
* @public
|
|
2697
2697
|
*/
|
|
2698
|
-
satelliteArn?: string;
|
|
2698
|
+
satelliteArn?: string | undefined;
|
|
2699
2699
|
/**
|
|
2700
2700
|
* <p>NORAD satellite ID number.</p>
|
|
2701
2701
|
* @public
|
|
2702
2702
|
*/
|
|
2703
|
-
noradSatelliteID?: number;
|
|
2703
|
+
noradSatelliteID?: number | undefined;
|
|
2704
2704
|
/**
|
|
2705
2705
|
* <p>A list of ground stations to which the satellite is on-boarded.</p>
|
|
2706
2706
|
* @public
|
|
2707
2707
|
*/
|
|
2708
|
-
groundStations?: string[];
|
|
2708
|
+
groundStations?: string[] | undefined;
|
|
2709
2709
|
/**
|
|
2710
2710
|
* <p>The current ephemeris being used to compute the trajectory of the satellite.</p>
|
|
2711
2711
|
* @public
|
|
2712
2712
|
*/
|
|
2713
|
-
currentEphemeris?: EphemerisMetaData;
|
|
2713
|
+
currentEphemeris?: EphemerisMetaData | undefined;
|
|
2714
2714
|
}
|
|
2715
2715
|
/**
|
|
2716
2716
|
* <p/>
|
|
@@ -2721,17 +2721,17 @@ export interface ListGroundStationsRequest {
|
|
|
2721
2721
|
* <p>Satellite ID to retrieve on-boarded ground stations.</p>
|
|
2722
2722
|
* @public
|
|
2723
2723
|
*/
|
|
2724
|
-
satelliteId?: string;
|
|
2724
|
+
satelliteId?: string | undefined;
|
|
2725
2725
|
/**
|
|
2726
2726
|
* <p>Maximum number of ground stations returned.</p>
|
|
2727
2727
|
* @public
|
|
2728
2728
|
*/
|
|
2729
|
-
maxResults?: number;
|
|
2729
|
+
maxResults?: number | undefined;
|
|
2730
2730
|
/**
|
|
2731
2731
|
* <p>Next token that can be supplied in the next call to get the next page of ground stations.</p>
|
|
2732
2732
|
* @public
|
|
2733
2733
|
*/
|
|
2734
|
-
nextToken?: string;
|
|
2734
|
+
nextToken?: string | undefined;
|
|
2735
2735
|
}
|
|
2736
2736
|
/**
|
|
2737
2737
|
* <p>Information about the ground station data.</p>
|
|
@@ -2742,17 +2742,17 @@ export interface GroundStationData {
|
|
|
2742
2742
|
* <p>UUID of a ground station.</p>
|
|
2743
2743
|
* @public
|
|
2744
2744
|
*/
|
|
2745
|
-
groundStationId?: string;
|
|
2745
|
+
groundStationId?: string | undefined;
|
|
2746
2746
|
/**
|
|
2747
2747
|
* <p>Name of a ground station.</p>
|
|
2748
2748
|
* @public
|
|
2749
2749
|
*/
|
|
2750
|
-
groundStationName?: string;
|
|
2750
|
+
groundStationName?: string | undefined;
|
|
2751
2751
|
/**
|
|
2752
2752
|
* <p>Ground station Region.</p>
|
|
2753
2753
|
* @public
|
|
2754
2754
|
*/
|
|
2755
|
-
region?: string;
|
|
2755
|
+
region?: string | undefined;
|
|
2756
2756
|
}
|
|
2757
2757
|
/**
|
|
2758
2758
|
* <p/>
|
|
@@ -2763,12 +2763,12 @@ export interface ListGroundStationsResponse {
|
|
|
2763
2763
|
* <p>Next token that can be supplied in the next call to get the next page of ground stations.</p>
|
|
2764
2764
|
* @public
|
|
2765
2765
|
*/
|
|
2766
|
-
nextToken?: string;
|
|
2766
|
+
nextToken?: string | undefined;
|
|
2767
2767
|
/**
|
|
2768
2768
|
* <p>List of ground stations.</p>
|
|
2769
2769
|
* @public
|
|
2770
2770
|
*/
|
|
2771
|
-
groundStationList?: GroundStationData[];
|
|
2771
|
+
groundStationList?: GroundStationData[] | undefined;
|
|
2772
2772
|
}
|
|
2773
2773
|
/**
|
|
2774
2774
|
* <p/>
|
|
@@ -2790,7 +2790,7 @@ export interface ListTagsForResourceResponse {
|
|
|
2790
2790
|
* <p>Tags assigned to a resource.</p>
|
|
2791
2791
|
* @public
|
|
2792
2792
|
*/
|
|
2793
|
-
tags?: Record<string, string
|
|
2793
|
+
tags?: Record<string, string> | undefined;
|
|
2794
2794
|
}
|
|
2795
2795
|
/**
|
|
2796
2796
|
* <p/>
|
|
@@ -2801,12 +2801,12 @@ export interface ListMissionProfilesRequest {
|
|
|
2801
2801
|
* <p>Maximum number of mission profiles returned.</p>
|
|
2802
2802
|
* @public
|
|
2803
2803
|
*/
|
|
2804
|
-
maxResults?: number;
|
|
2804
|
+
maxResults?: number | undefined;
|
|
2805
2805
|
/**
|
|
2806
2806
|
* <p>Next token returned in the request of a previous <code>ListMissionProfiles</code> call. Used to get the next page of results.</p>
|
|
2807
2807
|
* @public
|
|
2808
2808
|
*/
|
|
2809
|
-
nextToken?: string;
|
|
2809
|
+
nextToken?: string | undefined;
|
|
2810
2810
|
}
|
|
2811
2811
|
/**
|
|
2812
2812
|
* <p>Item in a list of mission profiles.</p>
|
|
@@ -2817,22 +2817,22 @@ export interface MissionProfileListItem {
|
|
|
2817
2817
|
* <p>UUID of a mission profile.</p>
|
|
2818
2818
|
* @public
|
|
2819
2819
|
*/
|
|
2820
|
-
missionProfileId?: string;
|
|
2820
|
+
missionProfileId?: string | undefined;
|
|
2821
2821
|
/**
|
|
2822
2822
|
* <p>ARN of a mission profile.</p>
|
|
2823
2823
|
* @public
|
|
2824
2824
|
*/
|
|
2825
|
-
missionProfileArn?: string;
|
|
2825
|
+
missionProfileArn?: string | undefined;
|
|
2826
2826
|
/**
|
|
2827
2827
|
* <p>Region of a mission profile.</p>
|
|
2828
2828
|
* @public
|
|
2829
2829
|
*/
|
|
2830
|
-
region?: string;
|
|
2830
|
+
region?: string | undefined;
|
|
2831
2831
|
/**
|
|
2832
2832
|
* <p>Name of a mission profile.</p>
|
|
2833
2833
|
* @public
|
|
2834
2834
|
*/
|
|
2835
|
-
name?: string;
|
|
2835
|
+
name?: string | undefined;
|
|
2836
2836
|
}
|
|
2837
2837
|
/**
|
|
2838
2838
|
* <p/>
|
|
@@ -2843,12 +2843,12 @@ export interface ListMissionProfilesResponse {
|
|
|
2843
2843
|
* <p>Next token returned in the response of a previous <code>ListMissionProfiles</code> call. Used to get the next page of results.</p>
|
|
2844
2844
|
* @public
|
|
2845
2845
|
*/
|
|
2846
|
-
nextToken?: string;
|
|
2846
|
+
nextToken?: string | undefined;
|
|
2847
2847
|
/**
|
|
2848
2848
|
* <p>List of mission profiles.</p>
|
|
2849
2849
|
* @public
|
|
2850
2850
|
*/
|
|
2851
|
-
missionProfileList?: MissionProfileListItem[];
|
|
2851
|
+
missionProfileList?: MissionProfileListItem[] | undefined;
|
|
2852
2852
|
}
|
|
2853
2853
|
/**
|
|
2854
2854
|
* <p/>
|
|
@@ -2864,44 +2864,44 @@ export interface UpdateMissionProfileRequest {
|
|
|
2864
2864
|
* <p>Name of a mission profile.</p>
|
|
2865
2865
|
* @public
|
|
2866
2866
|
*/
|
|
2867
|
-
name?: string;
|
|
2867
|
+
name?: string | undefined;
|
|
2868
2868
|
/**
|
|
2869
2869
|
* <p>Amount of time after a contact ends that you’d like to receive a Ground Station Contact State Change event indicating the pass has finished.</p>
|
|
2870
2870
|
* @public
|
|
2871
2871
|
*/
|
|
2872
|
-
contactPrePassDurationSeconds?: number;
|
|
2872
|
+
contactPrePassDurationSeconds?: number | undefined;
|
|
2873
2873
|
/**
|
|
2874
2874
|
* <p>Amount of time after a contact ends that you’d like to receive a Ground Station Contact State Change event indicating the pass has finished.</p>
|
|
2875
2875
|
* @public
|
|
2876
2876
|
*/
|
|
2877
|
-
contactPostPassDurationSeconds?: number;
|
|
2877
|
+
contactPostPassDurationSeconds?: number | undefined;
|
|
2878
2878
|
/**
|
|
2879
2879
|
* <p>Smallest amount of time in seconds that you’d like to see for an available contact. AWS Ground Station will not present you with contacts shorter than this duration.</p>
|
|
2880
2880
|
* @public
|
|
2881
2881
|
*/
|
|
2882
|
-
minimumViableContactDurationSeconds?: number;
|
|
2882
|
+
minimumViableContactDurationSeconds?: number | undefined;
|
|
2883
2883
|
/**
|
|
2884
2884
|
* <p>A list of lists of ARNs. Each list of ARNs is an edge, with a <i>from</i>
|
|
2885
2885
|
* <code>Config</code> and a <i>to</i>
|
|
2886
2886
|
* <code>Config</code>.</p>
|
|
2887
2887
|
* @public
|
|
2888
2888
|
*/
|
|
2889
|
-
dataflowEdges?: string[][];
|
|
2889
|
+
dataflowEdges?: string[][] | undefined;
|
|
2890
2890
|
/**
|
|
2891
2891
|
* <p>ARN of a tracking <code>Config</code>.</p>
|
|
2892
2892
|
* @public
|
|
2893
2893
|
*/
|
|
2894
|
-
trackingConfigArn?: string;
|
|
2894
|
+
trackingConfigArn?: string | undefined;
|
|
2895
2895
|
/**
|
|
2896
2896
|
* <p>KMS key to use for encrypting streams.</p>
|
|
2897
2897
|
* @public
|
|
2898
2898
|
*/
|
|
2899
|
-
streamsKmsKey?: KmsKey;
|
|
2899
|
+
streamsKmsKey?: KmsKey | undefined;
|
|
2900
2900
|
/**
|
|
2901
2901
|
* <p>Role to use for encrypting streams with KMS key.</p>
|
|
2902
2902
|
* @public
|
|
2903
2903
|
*/
|
|
2904
|
-
streamsKmsRole?: string;
|
|
2904
|
+
streamsKmsRole?: string | undefined;
|
|
2905
2905
|
}
|
|
2906
2906
|
/**
|
|
2907
2907
|
* <p/>
|
|
@@ -2912,12 +2912,12 @@ export interface ListSatellitesRequest {
|
|
|
2912
2912
|
* <p>Maximum number of satellites returned.</p>
|
|
2913
2913
|
* @public
|
|
2914
2914
|
*/
|
|
2915
|
-
maxResults?: number;
|
|
2915
|
+
maxResults?: number | undefined;
|
|
2916
2916
|
/**
|
|
2917
2917
|
* <p>Next token that can be supplied in the next call to get the next page of satellites.</p>
|
|
2918
2918
|
* @public
|
|
2919
2919
|
*/
|
|
2920
|
-
nextToken?: string;
|
|
2920
|
+
nextToken?: string | undefined;
|
|
2921
2921
|
}
|
|
2922
2922
|
/**
|
|
2923
2923
|
* <p>Item in a list of satellites.</p>
|
|
@@ -2928,27 +2928,27 @@ export interface SatelliteListItem {
|
|
|
2928
2928
|
* <p>UUID of a satellite.</p>
|
|
2929
2929
|
* @public
|
|
2930
2930
|
*/
|
|
2931
|
-
satelliteId?: string;
|
|
2931
|
+
satelliteId?: string | undefined;
|
|
2932
2932
|
/**
|
|
2933
2933
|
* <p>ARN of a satellite.</p>
|
|
2934
2934
|
* @public
|
|
2935
2935
|
*/
|
|
2936
|
-
satelliteArn?: string;
|
|
2936
|
+
satelliteArn?: string | undefined;
|
|
2937
2937
|
/**
|
|
2938
2938
|
* <p>NORAD satellite ID number.</p>
|
|
2939
2939
|
* @public
|
|
2940
2940
|
*/
|
|
2941
|
-
noradSatelliteID?: number;
|
|
2941
|
+
noradSatelliteID?: number | undefined;
|
|
2942
2942
|
/**
|
|
2943
2943
|
* <p>A list of ground stations to which the satellite is on-boarded.</p>
|
|
2944
2944
|
* @public
|
|
2945
2945
|
*/
|
|
2946
|
-
groundStations?: string[];
|
|
2946
|
+
groundStations?: string[] | undefined;
|
|
2947
2947
|
/**
|
|
2948
2948
|
* <p>The current ephemeris being used to compute the trajectory of the satellite.</p>
|
|
2949
2949
|
* @public
|
|
2950
2950
|
*/
|
|
2951
|
-
currentEphemeris?: EphemerisMetaData;
|
|
2951
|
+
currentEphemeris?: EphemerisMetaData | undefined;
|
|
2952
2952
|
}
|
|
2953
2953
|
/**
|
|
2954
2954
|
* <p/>
|
|
@@ -2959,12 +2959,12 @@ export interface ListSatellitesResponse {
|
|
|
2959
2959
|
* <p>Next token that can be supplied in the next call to get the next page of satellites.</p>
|
|
2960
2960
|
* @public
|
|
2961
2961
|
*/
|
|
2962
|
-
nextToken?: string;
|
|
2962
|
+
nextToken?: string | undefined;
|
|
2963
2963
|
/**
|
|
2964
2964
|
* <p>List of satellites.</p>
|
|
2965
2965
|
* @public
|
|
2966
2966
|
*/
|
|
2967
|
-
satellites?: SatelliteListItem[];
|
|
2967
|
+
satellites?: SatelliteListItem[] | undefined;
|
|
2968
2968
|
}
|
|
2969
2969
|
/**
|
|
2970
2970
|
* <p/>
|