@aws-sdk/client-groundstation 3.928.0 → 3.930.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (59) hide show
  1. package/dist-cjs/index.js +1590 -1854
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/GroundStationClient.js +2 -0
  4. package/dist-es/commands/CancelContactCommand.js +3 -9
  5. package/dist-es/commands/CreateConfigCommand.js +3 -9
  6. package/dist-es/commands/CreateDataflowEndpointGroupCommand.js +3 -9
  7. package/dist-es/commands/CreateDataflowEndpointGroupV2Command.js +3 -9
  8. package/dist-es/commands/CreateEphemerisCommand.js +3 -9
  9. package/dist-es/commands/CreateMissionProfileCommand.js +3 -9
  10. package/dist-es/commands/DeleteConfigCommand.js +3 -9
  11. package/dist-es/commands/DeleteDataflowEndpointGroupCommand.js +3 -9
  12. package/dist-es/commands/DeleteEphemerisCommand.js +3 -9
  13. package/dist-es/commands/DeleteMissionProfileCommand.js +3 -9
  14. package/dist-es/commands/DescribeContactCommand.js +3 -9
  15. package/dist-es/commands/DescribeEphemerisCommand.js +3 -9
  16. package/dist-es/commands/GetAgentConfigurationCommand.js +3 -9
  17. package/dist-es/commands/GetAgentTaskResponseUrlCommand.js +3 -9
  18. package/dist-es/commands/GetConfigCommand.js +3 -9
  19. package/dist-es/commands/GetDataflowEndpointGroupCommand.js +3 -9
  20. package/dist-es/commands/GetMinuteUsageCommand.js +3 -9
  21. package/dist-es/commands/GetMissionProfileCommand.js +3 -9
  22. package/dist-es/commands/GetSatelliteCommand.js +3 -9
  23. package/dist-es/commands/ListConfigsCommand.js +3 -9
  24. package/dist-es/commands/ListContactsCommand.js +3 -9
  25. package/dist-es/commands/ListDataflowEndpointGroupsCommand.js +3 -9
  26. package/dist-es/commands/ListEphemeridesCommand.js +3 -9
  27. package/dist-es/commands/ListGroundStationsCommand.js +3 -9
  28. package/dist-es/commands/ListMissionProfilesCommand.js +3 -9
  29. package/dist-es/commands/ListSatellitesCommand.js +3 -9
  30. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  31. package/dist-es/commands/RegisterAgentCommand.js +3 -9
  32. package/dist-es/commands/ReserveContactCommand.js +3 -9
  33. package/dist-es/commands/TagResourceCommand.js +3 -9
  34. package/dist-es/commands/UntagResourceCommand.js +3 -9
  35. package/dist-es/commands/UpdateAgentStatusCommand.js +3 -9
  36. package/dist-es/commands/UpdateConfigCommand.js +3 -9
  37. package/dist-es/commands/UpdateEphemerisCommand.js +3 -9
  38. package/dist-es/commands/UpdateMissionProfileCommand.js +3 -9
  39. package/dist-es/models/models_0.js +0 -120
  40. package/dist-es/runtimeConfig.shared.js +2 -0
  41. package/dist-es/schemas/schemas_0.js +1520 -0
  42. package/dist-types/GroundStationClient.d.ts +10 -1
  43. package/dist-types/models/models_0.d.ts +44 -11
  44. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  45. package/dist-types/runtimeConfig.d.ts +1 -0
  46. package/dist-types/runtimeConfig.native.d.ts +1 -0
  47. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  48. package/dist-types/schemas/schemas_0.d.ts +212 -0
  49. package/dist-types/ts3.4/GroundStationClient.d.ts +4 -0
  50. package/dist-types/ts3.4/models/models_0.d.ts +0 -11
  51. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  52. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  53. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  54. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  55. package/dist-types/ts3.4/schemas/schemas_0.d.ts +217 -0
  56. package/package.json +34 -34
  57. package/dist-es/protocols/Aws_restJson1.js +0 -1476
  58. package/dist-types/protocols/Aws_restJson1.d.ts +0 -317
  59. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -425
package/dist-cjs/index.js CHANGED
@@ -6,6 +6,7 @@ var middlewareRecursionDetection = require('@aws-sdk/middleware-recursion-detect
6
6
  var middlewareUserAgent = require('@aws-sdk/middleware-user-agent');
7
7
  var configResolver = require('@smithy/config-resolver');
8
8
  var core = require('@smithy/core');
9
+ var schema = require('@smithy/core/schema');
9
10
  var middlewareContentLength = require('@smithy/middleware-content-length');
10
11
  var middlewareEndpoint = require('@smithy/middleware-endpoint');
11
12
  var middlewareRetry = require('@smithy/middleware-retry');
@@ -14,8 +15,6 @@ var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
14
15
  var runtimeConfig = require('./runtimeConfig');
15
16
  var regionConfigResolver = require('@aws-sdk/region-config-resolver');
16
17
  var protocolHttp = require('@smithy/protocol-http');
17
- var middlewareSerde = require('@smithy/middleware-serde');
18
- var core$1 = require('@aws-sdk/core');
19
18
  var utilWaiter = require('@smithy/util-waiter');
20
19
 
21
20
  const resolveClientEndpointParameters = (options) => {
@@ -92,6 +91,7 @@ class GroundStationClient extends smithyClient.Client {
92
91
  const _config_7 = httpAuthSchemeProvider.resolveHttpAuthSchemeConfig(_config_6);
93
92
  const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
94
93
  this.config = _config_8;
94
+ this.middlewareStack.use(schema.getSchemaSerdePlugin(this.config));
95
95
  this.middlewareStack.use(middlewareUserAgent.getUserAgentPlugin(this.config));
96
96
  this.middlewareStack.use(middlewareRetry.getRetryPlugin(this.config));
97
97
  this.middlewareStack.use(middlewareContentLength.getContentLengthPlugin(this.config));
@@ -111,14 +111,14 @@ class GroundStationClient extends smithyClient.Client {
111
111
  }
112
112
  }
113
113
 
114
- class GroundStationServiceException extends smithyClient.ServiceException {
114
+ let GroundStationServiceException$1 = class GroundStationServiceException extends smithyClient.ServiceException {
115
115
  constructor(options) {
116
116
  super(options);
117
117
  Object.setPrototypeOf(this, GroundStationServiceException.prototype);
118
118
  }
119
- }
119
+ };
120
120
 
121
- class DependencyException extends GroundStationServiceException {
121
+ let DependencyException$1 = class DependencyException extends GroundStationServiceException$1 {
122
122
  name = "DependencyException";
123
123
  $fault = "server";
124
124
  parameterName;
@@ -131,8 +131,8 @@ class DependencyException extends GroundStationServiceException {
131
131
  Object.setPrototypeOf(this, DependencyException.prototype);
132
132
  this.parameterName = opts.parameterName;
133
133
  }
134
- }
135
- class InvalidParameterException extends GroundStationServiceException {
134
+ };
135
+ let InvalidParameterException$1 = class InvalidParameterException extends GroundStationServiceException$1 {
136
136
  name = "InvalidParameterException";
137
137
  $fault = "client";
138
138
  parameterName;
@@ -145,8 +145,8 @@ class InvalidParameterException extends GroundStationServiceException {
145
145
  Object.setPrototypeOf(this, InvalidParameterException.prototype);
146
146
  this.parameterName = opts.parameterName;
147
147
  }
148
- }
149
- class ResourceNotFoundException extends GroundStationServiceException {
148
+ };
149
+ let ResourceNotFoundException$1 = class ResourceNotFoundException extends GroundStationServiceException$1 {
150
150
  name = "ResourceNotFoundException";
151
151
  $fault = "client";
152
152
  constructor(opts) {
@@ -157,7 +157,7 @@ class ResourceNotFoundException extends GroundStationServiceException {
157
157
  });
158
158
  Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
159
159
  }
160
- }
160
+ };
161
161
  const AgentStatus = {
162
162
  ACTIVE: "ACTIVE",
163
163
  FAILED: "FAILED",
@@ -190,16 +190,6 @@ const AuditResults = {
190
190
  HEALTHY: "HEALTHY",
191
191
  UNHEALTHY: "UNHEALTHY",
192
192
  };
193
- exports.AzElSegmentsData = void 0;
194
- (function (AzElSegmentsData) {
195
- AzElSegmentsData.visit = (value, visitor) => {
196
- if (value.s3Object !== undefined)
197
- return visitor.s3Object(value.s3Object);
198
- if (value.azElData !== undefined)
199
- return visitor.azElData(value.azElData);
200
- return visitor._(value.$unknown[0], value.$unknown[1]);
201
- };
202
- })(exports.AzElSegmentsData || (exports.AzElSegmentsData = {}));
203
193
  const CapabilityHealth = {
204
194
  HEALTHY: "HEALTHY",
205
195
  UNHEALTHY: "UNHEALTHY",
@@ -227,27 +217,7 @@ const Criticality = {
227
217
  REMOVED: "REMOVED",
228
218
  REQUIRED: "REQUIRED",
229
219
  };
230
- exports.ConfigTypeData = void 0;
231
- (function (ConfigTypeData) {
232
- ConfigTypeData.visit = (value, visitor) => {
233
- if (value.antennaDownlinkConfig !== undefined)
234
- return visitor.antennaDownlinkConfig(value.antennaDownlinkConfig);
235
- if (value.trackingConfig !== undefined)
236
- return visitor.trackingConfig(value.trackingConfig);
237
- if (value.dataflowEndpointConfig !== undefined)
238
- return visitor.dataflowEndpointConfig(value.dataflowEndpointConfig);
239
- if (value.antennaDownlinkDemodDecodeConfig !== undefined)
240
- return visitor.antennaDownlinkDemodDecodeConfig(value.antennaDownlinkDemodDecodeConfig);
241
- if (value.antennaUplinkConfig !== undefined)
242
- return visitor.antennaUplinkConfig(value.antennaUplinkConfig);
243
- if (value.uplinkEchoConfig !== undefined)
244
- return visitor.uplinkEchoConfig(value.uplinkEchoConfig);
245
- if (value.s3RecordingConfig !== undefined)
246
- return visitor.s3RecordingConfig(value.s3RecordingConfig);
247
- return visitor._(value.$unknown[0], value.$unknown[1]);
248
- };
249
- })(exports.ConfigTypeData || (exports.ConfigTypeData = {}));
250
- class ResourceLimitExceededException extends GroundStationServiceException {
220
+ let ResourceLimitExceededException$1 = class ResourceLimitExceededException extends GroundStationServiceException$1 {
251
221
  name = "ResourceLimitExceededException";
252
222
  $fault = "client";
253
223
  parameterName;
@@ -260,15 +230,7 @@ class ResourceLimitExceededException extends GroundStationServiceException {
260
230
  Object.setPrototypeOf(this, ResourceLimitExceededException.prototype);
261
231
  this.parameterName = opts.parameterName;
262
232
  }
263
- }
264
- exports.DownlinkDataflowDetails = void 0;
265
- (function (DownlinkDataflowDetails) {
266
- DownlinkDataflowDetails.visit = (value, visitor) => {
267
- if (value.agentConnectionDetails !== undefined)
268
- return visitor.agentConnectionDetails(value.agentConnectionDetails);
269
- return visitor._(value.$unknown[0], value.$unknown[1]);
270
- };
271
- })(exports.DownlinkDataflowDetails || (exports.DownlinkDataflowDetails = {}));
233
+ };
272
234
  const EndpointStatus = {
273
235
  created: "created",
274
236
  creating: "creating",
@@ -276,26 +238,6 @@ const EndpointStatus = {
276
238
  deleting: "deleting",
277
239
  failed: "failed",
278
240
  };
279
- exports.UplinkDataflowDetails = void 0;
280
- (function (UplinkDataflowDetails) {
281
- UplinkDataflowDetails.visit = (value, visitor) => {
282
- if (value.agentConnectionDetails !== undefined)
283
- return visitor.agentConnectionDetails(value.agentConnectionDetails);
284
- return visitor._(value.$unknown[0], value.$unknown[1]);
285
- };
286
- })(exports.UplinkDataflowDetails || (exports.UplinkDataflowDetails = {}));
287
- exports.ConfigDetails = void 0;
288
- (function (ConfigDetails) {
289
- ConfigDetails.visit = (value, visitor) => {
290
- if (value.endpointDetails !== undefined)
291
- return visitor.endpointDetails(value.endpointDetails);
292
- if (value.antennaDemodDecodeDetails !== undefined)
293
- return visitor.antennaDemodDecodeDetails(value.antennaDemodDecodeDetails);
294
- if (value.s3RecordingDetails !== undefined)
295
- return visitor.s3RecordingDetails(value.s3RecordingDetails);
296
- return visitor._(value.$unknown[0], value.$unknown[1]);
297
- };
298
- })(exports.ConfigDetails || (exports.ConfigDetails = {}));
299
241
  const ContactStatus = {
300
242
  AVAILABLE: "AVAILABLE",
301
243
  AWS_CANCELLED: "AWS_CANCELLED",
@@ -317,33 +259,7 @@ const EphemerisType = {
317
259
  SERVICE_MANAGED: "SERVICE_MANAGED",
318
260
  TLE: "TLE",
319
261
  };
320
- exports.ProgramTrackSettings = void 0;
321
- (function (ProgramTrackSettings) {
322
- ProgramTrackSettings.visit = (value, visitor) => {
323
- if (value.azEl !== undefined)
324
- return visitor.azEl(value.azEl);
325
- return visitor._(value.$unknown[0], value.$unknown[1]);
326
- };
327
- })(exports.ProgramTrackSettings || (exports.ProgramTrackSettings = {}));
328
- exports.EphemerisFilter = void 0;
329
- (function (EphemerisFilter) {
330
- EphemerisFilter.visit = (value, visitor) => {
331
- if (value.azEl !== undefined)
332
- return visitor.azEl(value.azEl);
333
- return visitor._(value.$unknown[0], value.$unknown[1]);
334
- };
335
- })(exports.EphemerisFilter || (exports.EphemerisFilter = {}));
336
- exports.CreateEndpointDetails = void 0;
337
- (function (CreateEndpointDetails) {
338
- CreateEndpointDetails.visit = (value, visitor) => {
339
- if (value.uplinkAwsGroundStationAgentEndpoint !== undefined)
340
- return visitor.uplinkAwsGroundStationAgentEndpoint(value.uplinkAwsGroundStationAgentEndpoint);
341
- if (value.downlinkAwsGroundStationAgentEndpoint !== undefined)
342
- return visitor.downlinkAwsGroundStationAgentEndpoint(value.downlinkAwsGroundStationAgentEndpoint);
343
- return visitor._(value.$unknown[0], value.$unknown[1]);
344
- };
345
- })(exports.CreateEndpointDetails || (exports.CreateEndpointDetails = {}));
346
- class ServiceQuotaExceededException extends GroundStationServiceException {
262
+ let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extends GroundStationServiceException$1 {
347
263
  name = "ServiceQuotaExceededException";
348
264
  $fault = "client";
349
265
  parameterName;
@@ -356,32 +272,8 @@ class ServiceQuotaExceededException extends GroundStationServiceException {
356
272
  Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
357
273
  this.parameterName = opts.parameterName;
358
274
  }
359
- }
360
- exports.EphemerisData = void 0;
361
- (function (EphemerisData) {
362
- EphemerisData.visit = (value, visitor) => {
363
- if (value.tle !== undefined)
364
- return visitor.tle(value.tle);
365
- if (value.oem !== undefined)
366
- return visitor.oem(value.oem);
367
- if (value.azEl !== undefined)
368
- return visitor.azEl(value.azEl);
369
- return visitor._(value.$unknown[0], value.$unknown[1]);
370
- };
371
- })(exports.EphemerisData || (exports.EphemerisData = {}));
372
- exports.KmsKey = void 0;
373
- (function (KmsKey) {
374
- KmsKey.visit = (value, visitor) => {
375
- if (value.kmsKeyArn !== undefined)
376
- return visitor.kmsKeyArn(value.kmsKeyArn);
377
- if (value.kmsAliasArn !== undefined)
378
- return visitor.kmsAliasArn(value.kmsAliasArn);
379
- if (value.kmsAliasName !== undefined)
380
- return visitor.kmsAliasName(value.kmsAliasName);
381
- return visitor._(value.$unknown[0], value.$unknown[1]);
382
- };
383
- })(exports.KmsKey || (exports.KmsKey = {}));
384
- class ResourceInUseException extends GroundStationServiceException {
275
+ };
276
+ let ResourceInUseException$1 = class ResourceInUseException extends GroundStationServiceException$1 {
385
277
  name = "ResourceInUseException";
386
278
  $fault = "client";
387
279
  constructor(opts) {
@@ -392,7 +284,7 @@ class ResourceInUseException extends GroundStationServiceException {
392
284
  });
393
285
  Object.setPrototypeOf(this, ResourceInUseException.prototype);
394
286
  }
395
- }
287
+ };
396
288
  const EphemerisErrorCode = {
397
289
  AZ_EL_SEGMENTS_OUT_OF_ORDER: "AZ_EL_SEGMENTS_OUT_OF_ORDER",
398
290
  AZ_EL_SEGMENT_END_TIME_BEFORE_START_TIME: "AZ_EL_SEGMENT_END_TIME_BEFORE_START_TIME",
@@ -448,1508 +340,1522 @@ const EphemerisStatus = {
448
340
  INVALID: "INVALID",
449
341
  VALIDATING: "VALIDATING",
450
342
  };
451
- exports.EphemerisTypeDescription = void 0;
452
- (function (EphemerisTypeDescription) {
453
- EphemerisTypeDescription.visit = (value, visitor) => {
454
- if (value.tle !== undefined)
455
- return visitor.tle(value.tle);
456
- if (value.oem !== undefined)
457
- return visitor.oem(value.oem);
458
- if (value.azEl !== undefined)
459
- return visitor.azEl(value.azEl);
460
- return visitor._(value.$unknown[0], value.$unknown[1]);
461
- };
462
- })(exports.EphemerisTypeDescription || (exports.EphemerisTypeDescription = {}));
463
343
  const EphemerisSource = {
464
344
  CUSTOMER_PROVIDED: "CUSTOMER_PROVIDED",
465
345
  SPACE_TRACK: "SPACE_TRACK",
466
346
  };
467
347
 
468
- const se_CancelContactCommand = async (input, context) => {
469
- const b = core.requestBuilder(input, context);
470
- const headers = {};
471
- b.bp("/contact/{contactId}");
472
- b.p("contactId", () => input.contactId, "{contactId}", false);
473
- let body;
474
- b.m("DELETE").h(headers).b(body);
475
- return b.build();
476
- };
477
- const se_CreateConfigCommand = async (input, context) => {
478
- const b = core.requestBuilder(input, context);
479
- const headers = {
480
- "content-type": "application/json",
481
- };
482
- b.bp("/config");
483
- let body;
484
- body = JSON.stringify(smithyClient.take(input, {
485
- configData: (_) => se_ConfigTypeData(_),
486
- name: [],
487
- tags: (_) => smithyClient._json(_),
488
- }));
489
- b.m("POST").h(headers).b(body);
490
- return b.build();
491
- };
492
- const se_CreateDataflowEndpointGroupCommand = async (input, context) => {
493
- const b = core.requestBuilder(input, context);
494
- const headers = {
495
- "content-type": "application/json",
496
- };
497
- b.bp("/dataflowEndpointGroup");
498
- let body;
499
- body = JSON.stringify(smithyClient.take(input, {
500
- contactPostPassDurationSeconds: [],
501
- contactPrePassDurationSeconds: [],
502
- endpointDetails: (_) => smithyClient._json(_),
503
- tags: (_) => smithyClient._json(_),
504
- }));
505
- b.m("POST").h(headers).b(body);
506
- return b.build();
507
- };
508
- const se_CreateDataflowEndpointGroupV2Command = async (input, context) => {
509
- const b = core.requestBuilder(input, context);
510
- const headers = {
511
- "content-type": "application/json",
512
- };
513
- b.bp("/dataflowEndpointGroupV2");
514
- let body;
515
- body = JSON.stringify(smithyClient.take(input, {
516
- contactPostPassDurationSeconds: [],
517
- contactPrePassDurationSeconds: [],
518
- endpoints: (_) => smithyClient._json(_),
519
- tags: (_) => smithyClient._json(_),
520
- }));
521
- b.m("POST").h(headers).b(body);
522
- return b.build();
523
- };
524
- const se_CreateEphemerisCommand = async (input, context) => {
525
- const b = core.requestBuilder(input, context);
526
- const headers = {
527
- "content-type": "application/json",
528
- };
529
- b.bp("/ephemeris");
530
- let body;
531
- body = JSON.stringify(smithyClient.take(input, {
532
- enabled: [],
533
- ephemeris: (_) => se_EphemerisData(_),
534
- expirationTime: (_) => _.getTime() / 1_000,
535
- kmsKeyArn: [],
536
- name: [],
537
- priority: [],
538
- satelliteId: [],
539
- tags: (_) => smithyClient._json(_),
540
- }));
541
- b.m("POST").h(headers).b(body);
542
- return b.build();
543
- };
544
- const se_CreateMissionProfileCommand = async (input, context) => {
545
- const b = core.requestBuilder(input, context);
546
- const headers = {
547
- "content-type": "application/json",
548
- };
549
- b.bp("/missionprofile");
550
- let body;
551
- body = JSON.stringify(smithyClient.take(input, {
552
- contactPostPassDurationSeconds: [],
553
- contactPrePassDurationSeconds: [],
554
- dataflowEdges: (_) => smithyClient._json(_),
555
- minimumViableContactDurationSeconds: [],
556
- name: [],
557
- streamsKmsKey: (_) => smithyClient._json(_),
558
- streamsKmsRole: [],
559
- tags: (_) => smithyClient._json(_),
560
- trackingConfigArn: [],
561
- }));
562
- b.m("POST").h(headers).b(body);
563
- return b.build();
564
- };
565
- const se_DeleteConfigCommand = async (input, context) => {
566
- const b = core.requestBuilder(input, context);
567
- const headers = {};
568
- b.bp("/config/{configType}/{configId}");
569
- b.p("configId", () => input.configId, "{configId}", false);
570
- b.p("configType", () => input.configType, "{configType}", false);
571
- let body;
572
- b.m("DELETE").h(headers).b(body);
573
- return b.build();
574
- };
575
- const se_DeleteDataflowEndpointGroupCommand = async (input, context) => {
576
- const b = core.requestBuilder(input, context);
577
- const headers = {};
578
- b.bp("/dataflowEndpointGroup/{dataflowEndpointGroupId}");
579
- b.p("dataflowEndpointGroupId", () => input.dataflowEndpointGroupId, "{dataflowEndpointGroupId}", false);
580
- let body;
581
- b.m("DELETE").h(headers).b(body);
582
- return b.build();
583
- };
584
- const se_DeleteEphemerisCommand = async (input, context) => {
585
- const b = core.requestBuilder(input, context);
586
- const headers = {};
587
- b.bp("/ephemeris/{ephemerisId}");
588
- b.p("ephemerisId", () => input.ephemerisId, "{ephemerisId}", false);
589
- let body;
590
- b.m("DELETE").h(headers).b(body);
591
- return b.build();
592
- };
593
- const se_DeleteMissionProfileCommand = async (input, context) => {
594
- const b = core.requestBuilder(input, context);
595
- const headers = {};
596
- b.bp("/missionprofile/{missionProfileId}");
597
- b.p("missionProfileId", () => input.missionProfileId, "{missionProfileId}", false);
598
- let body;
599
- b.m("DELETE").h(headers).b(body);
600
- return b.build();
601
- };
602
- const se_DescribeContactCommand = async (input, context) => {
603
- const b = core.requestBuilder(input, context);
604
- const headers = {};
605
- b.bp("/contact/{contactId}");
606
- b.p("contactId", () => input.contactId, "{contactId}", false);
607
- let body;
608
- b.m("GET").h(headers).b(body);
609
- return b.build();
610
- };
611
- const se_DescribeEphemerisCommand = async (input, context) => {
612
- const b = core.requestBuilder(input, context);
613
- const headers = {};
614
- b.bp("/ephemeris/{ephemerisId}");
615
- b.p("ephemerisId", () => input.ephemerisId, "{ephemerisId}", false);
616
- let body;
617
- b.m("GET").h(headers).b(body);
618
- return b.build();
619
- };
620
- const se_GetAgentConfigurationCommand = async (input, context) => {
621
- const b = core.requestBuilder(input, context);
622
- const headers = {};
623
- b.bp("/agent/{agentId}/configuration");
624
- b.p("agentId", () => input.agentId, "{agentId}", false);
625
- let body;
626
- b.m("GET").h(headers).b(body);
627
- return b.build();
628
- };
629
- const se_GetAgentTaskResponseUrlCommand = async (input, context) => {
630
- const b = core.requestBuilder(input, context);
631
- const headers = {};
632
- b.bp("/agentResponseUrl/{agentId}/{taskId}");
633
- b.p("agentId", () => input.agentId, "{agentId}", false);
634
- b.p("taskId", () => input.taskId, "{taskId}", false);
635
- let body;
636
- b.m("GET").h(headers).b(body);
637
- return b.build();
638
- };
639
- const se_GetConfigCommand = async (input, context) => {
640
- const b = core.requestBuilder(input, context);
641
- const headers = {};
642
- b.bp("/config/{configType}/{configId}");
643
- b.p("configId", () => input.configId, "{configId}", false);
644
- b.p("configType", () => input.configType, "{configType}", false);
645
- let body;
646
- b.m("GET").h(headers).b(body);
647
- return b.build();
648
- };
649
- const se_GetDataflowEndpointGroupCommand = async (input, context) => {
650
- const b = core.requestBuilder(input, context);
651
- const headers = {};
652
- b.bp("/dataflowEndpointGroup/{dataflowEndpointGroupId}");
653
- b.p("dataflowEndpointGroupId", () => input.dataflowEndpointGroupId, "{dataflowEndpointGroupId}", false);
654
- let body;
655
- b.m("GET").h(headers).b(body);
656
- return b.build();
657
- };
658
- const se_GetMinuteUsageCommand = async (input, context) => {
659
- const b = core.requestBuilder(input, context);
660
- const headers = {
661
- "content-type": "application/json",
662
- };
663
- b.bp("/minute-usage");
664
- let body;
665
- body = JSON.stringify(smithyClient.take(input, {
666
- month: [],
667
- year: [],
668
- }));
669
- b.m("POST").h(headers).b(body);
670
- return b.build();
671
- };
672
- const se_GetMissionProfileCommand = async (input, context) => {
673
- const b = core.requestBuilder(input, context);
674
- const headers = {};
675
- b.bp("/missionprofile/{missionProfileId}");
676
- b.p("missionProfileId", () => input.missionProfileId, "{missionProfileId}", false);
677
- let body;
678
- b.m("GET").h(headers).b(body);
679
- return b.build();
680
- };
681
- const se_GetSatelliteCommand = async (input, context) => {
682
- const b = core.requestBuilder(input, context);
683
- const headers = {};
684
- b.bp("/satellite/{satelliteId}");
685
- b.p("satelliteId", () => input.satelliteId, "{satelliteId}", false);
686
- let body;
687
- b.m("GET").h(headers).b(body);
688
- return b.build();
689
- };
690
- const se_ListConfigsCommand = async (input, context) => {
691
- const b = core.requestBuilder(input, context);
692
- const headers = {};
693
- b.bp("/config");
694
- const query = smithyClient.map({
695
- [_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()],
696
- [_nT]: [, input[_nT]],
697
- });
698
- let body;
699
- b.m("GET").h(headers).q(query).b(body);
700
- return b.build();
701
- };
702
- const se_ListContactsCommand = async (input, context) => {
703
- const b = core.requestBuilder(input, context);
704
- const headers = {
705
- "content-type": "application/json",
706
- };
707
- b.bp("/contacts");
708
- let body;
709
- body = JSON.stringify(smithyClient.take(input, {
710
- endTime: (_) => _.getTime() / 1_000,
711
- ephemeris: (_) => smithyClient._json(_),
712
- groundStation: [],
713
- maxResults: [],
714
- missionProfileArn: [],
715
- nextToken: [],
716
- satelliteArn: [],
717
- startTime: (_) => _.getTime() / 1_000,
718
- statusList: (_) => smithyClient._json(_),
719
- }));
720
- b.m("POST").h(headers).b(body);
721
- return b.build();
722
- };
723
- const se_ListDataflowEndpointGroupsCommand = async (input, context) => {
724
- const b = core.requestBuilder(input, context);
725
- const headers = {};
726
- b.bp("/dataflowEndpointGroup");
727
- const query = smithyClient.map({
728
- [_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()],
729
- [_nT]: [, input[_nT]],
730
- });
731
- let body;
732
- b.m("GET").h(headers).q(query).b(body);
733
- return b.build();
734
- };
735
- const se_ListEphemeridesCommand = async (input, context) => {
736
- const b = core.requestBuilder(input, context);
737
- const headers = {
738
- "content-type": "application/json",
739
- };
740
- b.bp("/ephemerides");
741
- const query = smithyClient.map({
742
- [_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()],
743
- [_nT]: [, input[_nT]],
744
- });
745
- let body;
746
- body = JSON.stringify(smithyClient.take(input, {
747
- endTime: (_) => _.getTime() / 1_000,
748
- ephemerisType: [],
749
- satelliteId: [],
750
- startTime: (_) => _.getTime() / 1_000,
751
- statusList: (_) => smithyClient._json(_),
752
- }));
753
- b.m("POST").h(headers).q(query).b(body);
754
- return b.build();
755
- };
756
- const se_ListGroundStationsCommand = async (input, context) => {
757
- const b = core.requestBuilder(input, context);
758
- const headers = {};
759
- b.bp("/groundstation");
760
- const query = smithyClient.map({
761
- [_sI]: [, input[_sI]],
762
- [_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()],
763
- [_nT]: [, input[_nT]],
764
- });
765
- let body;
766
- b.m("GET").h(headers).q(query).b(body);
767
- return b.build();
768
- };
769
- const se_ListMissionProfilesCommand = async (input, context) => {
770
- const b = core.requestBuilder(input, context);
771
- const headers = {};
772
- b.bp("/missionprofile");
773
- const query = smithyClient.map({
774
- [_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()],
775
- [_nT]: [, input[_nT]],
776
- });
777
- let body;
778
- b.m("GET").h(headers).q(query).b(body);
779
- return b.build();
780
- };
781
- const se_ListSatellitesCommand = async (input, context) => {
782
- const b = core.requestBuilder(input, context);
783
- const headers = {};
784
- b.bp("/satellite");
785
- const query = smithyClient.map({
786
- [_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()],
787
- [_nT]: [, input[_nT]],
788
- });
789
- let body;
790
- b.m("GET").h(headers).q(query).b(body);
791
- return b.build();
792
- };
793
- const se_ListTagsForResourceCommand = async (input, context) => {
794
- const b = core.requestBuilder(input, context);
795
- const headers = {};
796
- b.bp("/tags/{resourceArn}");
797
- b.p("resourceArn", () => input.resourceArn, "{resourceArn}", false);
798
- let body;
799
- b.m("GET").h(headers).b(body);
800
- return b.build();
801
- };
802
- const se_RegisterAgentCommand = async (input, context) => {
803
- const b = core.requestBuilder(input, context);
804
- const headers = {
805
- "content-type": "application/json",
806
- };
807
- b.bp("/agent");
808
- let body;
809
- body = JSON.stringify(smithyClient.take(input, {
810
- agentDetails: (_) => smithyClient._json(_),
811
- discoveryData: (_) => smithyClient._json(_),
812
- tags: (_) => smithyClient._json(_),
813
- }));
814
- b.m("POST").h(headers).b(body);
815
- return b.build();
816
- };
817
- const se_ReserveContactCommand = async (input, context) => {
818
- const b = core.requestBuilder(input, context);
819
- const headers = {
820
- "content-type": "application/json",
821
- };
822
- b.bp("/contact");
823
- let body;
824
- body = JSON.stringify(smithyClient.take(input, {
825
- endTime: (_) => _.getTime() / 1_000,
826
- groundStation: [],
827
- missionProfileArn: [],
828
- satelliteArn: [],
829
- startTime: (_) => _.getTime() / 1_000,
830
- tags: (_) => smithyClient._json(_),
831
- trackingOverrides: (_) => smithyClient._json(_),
832
- }));
833
- b.m("POST").h(headers).b(body);
834
- return b.build();
835
- };
836
- const se_TagResourceCommand = async (input, context) => {
837
- const b = core.requestBuilder(input, context);
838
- const headers = {
839
- "content-type": "application/json",
840
- };
841
- b.bp("/tags/{resourceArn}");
842
- b.p("resourceArn", () => input.resourceArn, "{resourceArn}", false);
843
- let body;
844
- body = JSON.stringify(smithyClient.take(input, {
845
- tags: (_) => smithyClient._json(_),
846
- }));
847
- b.m("POST").h(headers).b(body);
848
- return b.build();
849
- };
850
- const se_UntagResourceCommand = async (input, context) => {
851
- const b = core.requestBuilder(input, context);
852
- const headers = {};
853
- b.bp("/tags/{resourceArn}");
854
- b.p("resourceArn", () => input.resourceArn, "{resourceArn}", false);
855
- const query = smithyClient.map({
856
- [_tK]: [smithyClient.expectNonNull(input.tagKeys, `tagKeys`) != null, () => input[_tK] || []],
857
- });
858
- let body;
859
- b.m("DELETE").h(headers).q(query).b(body);
860
- return b.build();
861
- };
862
- const se_UpdateAgentStatusCommand = async (input, context) => {
863
- const b = core.requestBuilder(input, context);
864
- const headers = {
865
- "content-type": "application/json",
866
- };
867
- b.bp("/agent/{agentId}");
868
- b.p("agentId", () => input.agentId, "{agentId}", false);
869
- let body;
870
- body = JSON.stringify(smithyClient.take(input, {
871
- aggregateStatus: (_) => smithyClient._json(_),
872
- componentStatuses: (_) => smithyClient._json(_),
873
- taskId: [],
874
- }));
875
- b.m("PUT").h(headers).b(body);
876
- return b.build();
877
- };
878
- const se_UpdateConfigCommand = async (input, context) => {
879
- const b = core.requestBuilder(input, context);
880
- const headers = {
881
- "content-type": "application/json",
882
- };
883
- b.bp("/config/{configType}/{configId}");
884
- b.p("configId", () => input.configId, "{configId}", false);
885
- b.p("configType", () => input.configType, "{configType}", false);
886
- let body;
887
- body = JSON.stringify(smithyClient.take(input, {
888
- configData: (_) => se_ConfigTypeData(_),
889
- name: [],
890
- }));
891
- b.m("PUT").h(headers).b(body);
892
- return b.build();
893
- };
894
- const se_UpdateEphemerisCommand = async (input, context) => {
895
- const b = core.requestBuilder(input, context);
896
- const headers = {
897
- "content-type": "application/json",
898
- };
899
- b.bp("/ephemeris/{ephemerisId}");
900
- b.p("ephemerisId", () => input.ephemerisId, "{ephemerisId}", false);
901
- let body;
902
- body = JSON.stringify(smithyClient.take(input, {
903
- enabled: [],
904
- name: [],
905
- priority: [],
906
- }));
907
- b.m("PUT").h(headers).b(body);
908
- return b.build();
909
- };
910
- const se_UpdateMissionProfileCommand = async (input, context) => {
911
- const b = core.requestBuilder(input, context);
912
- const headers = {
913
- "content-type": "application/json",
914
- };
915
- b.bp("/missionprofile/{missionProfileId}");
916
- b.p("missionProfileId", () => input.missionProfileId, "{missionProfileId}", false);
917
- let body;
918
- body = JSON.stringify(smithyClient.take(input, {
919
- contactPostPassDurationSeconds: [],
920
- contactPrePassDurationSeconds: [],
921
- dataflowEdges: (_) => smithyClient._json(_),
922
- minimumViableContactDurationSeconds: [],
923
- name: [],
924
- streamsKmsKey: (_) => smithyClient._json(_),
925
- streamsKmsRole: [],
926
- trackingConfigArn: [],
927
- }));
928
- b.m("PUT").h(headers).b(body);
929
- return b.build();
930
- };
931
- const de_CancelContactCommand = async (output, context) => {
932
- if (output.statusCode !== 200 && output.statusCode >= 300) {
933
- return de_CommandError(output, context);
934
- }
935
- const contents = smithyClient.map({
936
- $metadata: deserializeMetadata(output),
937
- });
938
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
939
- const doc = smithyClient.take(data, {
940
- contactId: smithyClient.expectString,
941
- });
942
- Object.assign(contents, doc);
943
- return contents;
944
- };
945
- const de_CreateConfigCommand = async (output, context) => {
946
- if (output.statusCode !== 200 && output.statusCode >= 300) {
947
- return de_CommandError(output, context);
948
- }
949
- const contents = smithyClient.map({
950
- $metadata: deserializeMetadata(output),
951
- });
952
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
953
- const doc = smithyClient.take(data, {
954
- configArn: smithyClient.expectString,
955
- configId: smithyClient.expectString,
956
- configType: smithyClient.expectString,
957
- });
958
- Object.assign(contents, doc);
959
- return contents;
960
- };
961
- const de_CreateDataflowEndpointGroupCommand = async (output, context) => {
962
- if (output.statusCode !== 200 && output.statusCode >= 300) {
963
- return de_CommandError(output, context);
964
- }
965
- const contents = smithyClient.map({
966
- $metadata: deserializeMetadata(output),
967
- });
968
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
969
- const doc = smithyClient.take(data, {
970
- dataflowEndpointGroupId: smithyClient.expectString,
971
- });
972
- Object.assign(contents, doc);
973
- return contents;
974
- };
975
- const de_CreateDataflowEndpointGroupV2Command = async (output, context) => {
976
- if (output.statusCode !== 200 && output.statusCode >= 300) {
977
- return de_CommandError(output, context);
978
- }
979
- const contents = smithyClient.map({
980
- $metadata: deserializeMetadata(output),
981
- });
982
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
983
- const doc = smithyClient.take(data, {
984
- dataflowEndpointGroupId: smithyClient.expectString,
985
- });
986
- Object.assign(contents, doc);
987
- return contents;
988
- };
989
- const de_CreateEphemerisCommand = async (output, context) => {
990
- if (output.statusCode !== 200 && output.statusCode >= 300) {
991
- return de_CommandError(output, context);
992
- }
993
- const contents = smithyClient.map({
994
- $metadata: deserializeMetadata(output),
995
- });
996
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
997
- const doc = smithyClient.take(data, {
998
- ephemerisId: smithyClient.expectString,
999
- });
1000
- Object.assign(contents, doc);
1001
- return contents;
1002
- };
1003
- const de_CreateMissionProfileCommand = async (output, context) => {
1004
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1005
- return de_CommandError(output, context);
1006
- }
1007
- const contents = smithyClient.map({
1008
- $metadata: deserializeMetadata(output),
1009
- });
1010
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1011
- const doc = smithyClient.take(data, {
1012
- missionProfileId: smithyClient.expectString,
1013
- });
1014
- Object.assign(contents, doc);
1015
- return contents;
1016
- };
1017
- const de_DeleteConfigCommand = async (output, context) => {
1018
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1019
- return de_CommandError(output, context);
1020
- }
1021
- const contents = smithyClient.map({
1022
- $metadata: deserializeMetadata(output),
1023
- });
1024
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1025
- const doc = smithyClient.take(data, {
1026
- configArn: smithyClient.expectString,
1027
- configId: smithyClient.expectString,
1028
- configType: smithyClient.expectString,
1029
- });
1030
- Object.assign(contents, doc);
1031
- return contents;
1032
- };
1033
- const de_DeleteDataflowEndpointGroupCommand = async (output, context) => {
1034
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1035
- return de_CommandError(output, context);
1036
- }
1037
- const contents = smithyClient.map({
1038
- $metadata: deserializeMetadata(output),
1039
- });
1040
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1041
- const doc = smithyClient.take(data, {
1042
- dataflowEndpointGroupId: smithyClient.expectString,
1043
- });
1044
- Object.assign(contents, doc);
1045
- return contents;
1046
- };
1047
- const de_DeleteEphemerisCommand = async (output, context) => {
1048
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1049
- return de_CommandError(output, context);
1050
- }
1051
- const contents = smithyClient.map({
1052
- $metadata: deserializeMetadata(output),
1053
- });
1054
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1055
- const doc = smithyClient.take(data, {
1056
- ephemerisId: smithyClient.expectString,
1057
- });
1058
- Object.assign(contents, doc);
1059
- return contents;
1060
- };
1061
- const de_DeleteMissionProfileCommand = async (output, context) => {
1062
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1063
- return de_CommandError(output, context);
1064
- }
1065
- const contents = smithyClient.map({
1066
- $metadata: deserializeMetadata(output),
1067
- });
1068
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1069
- const doc = smithyClient.take(data, {
1070
- missionProfileId: smithyClient.expectString,
1071
- });
1072
- Object.assign(contents, doc);
1073
- return contents;
1074
- };
1075
- const de_DescribeContactCommand = async (output, context) => {
1076
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1077
- return de_CommandError(output, context);
1078
- }
1079
- const contents = smithyClient.map({
1080
- $metadata: deserializeMetadata(output),
1081
- });
1082
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1083
- const doc = smithyClient.take(data, {
1084
- contactId: smithyClient.expectString,
1085
- contactStatus: smithyClient.expectString,
1086
- dataflowList: (_) => de_DataflowList(_),
1087
- endTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1088
- ephemeris: smithyClient._json,
1089
- errorMessage: smithyClient.expectString,
1090
- groundStation: smithyClient.expectString,
1091
- maximumElevation: (_) => de_Elevation(_),
1092
- missionProfileArn: smithyClient.expectString,
1093
- postPassEndTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1094
- prePassStartTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1095
- region: smithyClient.expectString,
1096
- satelliteArn: smithyClient.expectString,
1097
- startTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1098
- tags: smithyClient._json,
1099
- trackingOverrides: smithyClient._json,
1100
- visibilityEndTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1101
- visibilityStartTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1102
- });
1103
- Object.assign(contents, doc);
1104
- return contents;
1105
- };
1106
- const de_DescribeEphemerisCommand = async (output, context) => {
1107
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1108
- return de_CommandError(output, context);
1109
- }
1110
- const contents = smithyClient.map({
1111
- $metadata: deserializeMetadata(output),
1112
- });
1113
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1114
- const doc = smithyClient.take(data, {
1115
- creationTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1116
- enabled: smithyClient.expectBoolean,
1117
- ephemerisId: smithyClient.expectString,
1118
- errorReasons: smithyClient._json,
1119
- invalidReason: smithyClient.expectString,
1120
- name: smithyClient.expectString,
1121
- priority: smithyClient.expectInt32,
1122
- satelliteId: smithyClient.expectString,
1123
- status: smithyClient.expectString,
1124
- suppliedData: (_) => smithyClient._json(core$1.awsExpectUnion(_)),
1125
- tags: smithyClient._json,
1126
- });
1127
- Object.assign(contents, doc);
1128
- return contents;
1129
- };
1130
- const de_GetAgentConfigurationCommand = async (output, context) => {
1131
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1132
- return de_CommandError(output, context);
1133
- }
1134
- const contents = smithyClient.map({
1135
- $metadata: deserializeMetadata(output),
1136
- });
1137
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1138
- const doc = smithyClient.take(data, {
1139
- agentId: smithyClient.expectString,
1140
- taskingDocument: smithyClient.expectString,
1141
- });
1142
- Object.assign(contents, doc);
1143
- return contents;
1144
- };
1145
- const de_GetAgentTaskResponseUrlCommand = async (output, context) => {
1146
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1147
- return de_CommandError(output, context);
1148
- }
1149
- const contents = smithyClient.map({
1150
- $metadata: deserializeMetadata(output),
1151
- });
1152
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1153
- const doc = smithyClient.take(data, {
1154
- agentId: smithyClient.expectString,
1155
- presignedLogUrl: smithyClient.expectString,
1156
- taskId: smithyClient.expectString,
1157
- });
1158
- Object.assign(contents, doc);
1159
- return contents;
1160
- };
1161
- const de_GetConfigCommand = async (output, context) => {
1162
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1163
- return de_CommandError(output, context);
1164
- }
1165
- const contents = smithyClient.map({
1166
- $metadata: deserializeMetadata(output),
1167
- });
1168
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1169
- const doc = smithyClient.take(data, {
1170
- configArn: smithyClient.expectString,
1171
- configData: (_) => de_ConfigTypeData(core$1.awsExpectUnion(_)),
1172
- configId: smithyClient.expectString,
1173
- configType: smithyClient.expectString,
1174
- name: smithyClient.expectString,
1175
- tags: smithyClient._json,
1176
- });
1177
- Object.assign(contents, doc);
1178
- return contents;
1179
- };
1180
- const de_GetDataflowEndpointGroupCommand = async (output, context) => {
1181
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1182
- return de_CommandError(output, context);
1183
- }
1184
- const contents = smithyClient.map({
1185
- $metadata: deserializeMetadata(output),
1186
- });
1187
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1188
- const doc = smithyClient.take(data, {
1189
- contactPostPassDurationSeconds: smithyClient.expectInt32,
1190
- contactPrePassDurationSeconds: smithyClient.expectInt32,
1191
- dataflowEndpointGroupArn: smithyClient.expectString,
1192
- dataflowEndpointGroupId: smithyClient.expectString,
1193
- endpointsDetails: smithyClient._json,
1194
- tags: smithyClient._json,
1195
- });
1196
- Object.assign(contents, doc);
1197
- return contents;
1198
- };
1199
- const de_GetMinuteUsageCommand = async (output, context) => {
1200
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1201
- return de_CommandError(output, context);
1202
- }
1203
- const contents = smithyClient.map({
1204
- $metadata: deserializeMetadata(output),
1205
- });
1206
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1207
- const doc = smithyClient.take(data, {
1208
- estimatedMinutesRemaining: smithyClient.expectInt32,
1209
- isReservedMinutesCustomer: smithyClient.expectBoolean,
1210
- totalReservedMinuteAllocation: smithyClient.expectInt32,
1211
- totalScheduledMinutes: smithyClient.expectInt32,
1212
- upcomingMinutesScheduled: smithyClient.expectInt32,
1213
- });
1214
- Object.assign(contents, doc);
1215
- return contents;
1216
- };
1217
- const de_GetMissionProfileCommand = async (output, context) => {
1218
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1219
- return de_CommandError(output, context);
1220
- }
1221
- const contents = smithyClient.map({
1222
- $metadata: deserializeMetadata(output),
1223
- });
1224
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1225
- const doc = smithyClient.take(data, {
1226
- contactPostPassDurationSeconds: smithyClient.expectInt32,
1227
- contactPrePassDurationSeconds: smithyClient.expectInt32,
1228
- dataflowEdges: smithyClient._json,
1229
- minimumViableContactDurationSeconds: smithyClient.expectInt32,
1230
- missionProfileArn: smithyClient.expectString,
1231
- missionProfileId: smithyClient.expectString,
1232
- name: smithyClient.expectString,
1233
- region: smithyClient.expectString,
1234
- streamsKmsKey: (_) => smithyClient._json(core$1.awsExpectUnion(_)),
1235
- streamsKmsRole: smithyClient.expectString,
1236
- tags: smithyClient._json,
1237
- trackingConfigArn: smithyClient.expectString,
1238
- });
1239
- Object.assign(contents, doc);
1240
- return contents;
1241
- };
1242
- const de_GetSatelliteCommand = async (output, context) => {
1243
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1244
- return de_CommandError(output, context);
1245
- }
1246
- const contents = smithyClient.map({
1247
- $metadata: deserializeMetadata(output),
1248
- });
1249
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1250
- const doc = smithyClient.take(data, {
1251
- currentEphemeris: (_) => de_EphemerisMetaData(_),
1252
- groundStations: smithyClient._json,
1253
- noradSatelliteID: smithyClient.expectInt32,
1254
- satelliteArn: smithyClient.expectString,
1255
- satelliteId: smithyClient.expectString,
1256
- });
1257
- Object.assign(contents, doc);
1258
- return contents;
1259
- };
1260
- const de_ListConfigsCommand = async (output, context) => {
1261
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1262
- return de_CommandError(output, context);
1263
- }
1264
- const contents = smithyClient.map({
1265
- $metadata: deserializeMetadata(output),
1266
- });
1267
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1268
- const doc = smithyClient.take(data, {
1269
- configList: smithyClient._json,
1270
- nextToken: smithyClient.expectString,
1271
- });
1272
- Object.assign(contents, doc);
1273
- return contents;
1274
- };
1275
- const de_ListContactsCommand = async (output, context) => {
1276
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1277
- return de_CommandError(output, context);
1278
- }
1279
- const contents = smithyClient.map({
1280
- $metadata: deserializeMetadata(output),
1281
- });
1282
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1283
- const doc = smithyClient.take(data, {
1284
- contactList: (_) => de_ContactList(_),
1285
- nextToken: smithyClient.expectString,
1286
- });
1287
- Object.assign(contents, doc);
1288
- return contents;
1289
- };
1290
- const de_ListDataflowEndpointGroupsCommand = async (output, context) => {
1291
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1292
- return de_CommandError(output, context);
1293
- }
1294
- const contents = smithyClient.map({
1295
- $metadata: deserializeMetadata(output),
1296
- });
1297
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1298
- const doc = smithyClient.take(data, {
1299
- dataflowEndpointGroupList: smithyClient._json,
1300
- nextToken: smithyClient.expectString,
1301
- });
1302
- Object.assign(contents, doc);
1303
- return contents;
1304
- };
1305
- const de_ListEphemeridesCommand = async (output, context) => {
1306
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1307
- return de_CommandError(output, context);
1308
- }
1309
- const contents = smithyClient.map({
1310
- $metadata: deserializeMetadata(output),
1311
- });
1312
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1313
- const doc = smithyClient.take(data, {
1314
- ephemerides: (_) => de_EphemeridesList(_),
1315
- nextToken: smithyClient.expectString,
1316
- });
1317
- Object.assign(contents, doc);
1318
- return contents;
1319
- };
1320
- const de_ListGroundStationsCommand = async (output, context) => {
1321
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1322
- return de_CommandError(output, context);
1323
- }
1324
- const contents = smithyClient.map({
1325
- $metadata: deserializeMetadata(output),
1326
- });
1327
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1328
- const doc = smithyClient.take(data, {
1329
- groundStationList: smithyClient._json,
1330
- nextToken: smithyClient.expectString,
1331
- });
1332
- Object.assign(contents, doc);
1333
- return contents;
1334
- };
1335
- const de_ListMissionProfilesCommand = async (output, context) => {
1336
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1337
- return de_CommandError(output, context);
1338
- }
1339
- const contents = smithyClient.map({
1340
- $metadata: deserializeMetadata(output),
1341
- });
1342
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1343
- const doc = smithyClient.take(data, {
1344
- missionProfileList: smithyClient._json,
1345
- nextToken: smithyClient.expectString,
1346
- });
1347
- Object.assign(contents, doc);
1348
- return contents;
1349
- };
1350
- const de_ListSatellitesCommand = async (output, context) => {
1351
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1352
- return de_CommandError(output, context);
1353
- }
1354
- const contents = smithyClient.map({
1355
- $metadata: deserializeMetadata(output),
1356
- });
1357
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1358
- const doc = smithyClient.take(data, {
1359
- nextToken: smithyClient.expectString,
1360
- satellites: (_) => de_SatelliteList(_),
1361
- });
1362
- Object.assign(contents, doc);
1363
- return contents;
1364
- };
1365
- const de_ListTagsForResourceCommand = async (output, context) => {
1366
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1367
- return de_CommandError(output, context);
1368
- }
1369
- const contents = smithyClient.map({
1370
- $metadata: deserializeMetadata(output),
1371
- });
1372
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1373
- const doc = smithyClient.take(data, {
1374
- tags: smithyClient._json,
1375
- });
1376
- Object.assign(contents, doc);
1377
- return contents;
1378
- };
1379
- const de_RegisterAgentCommand = async (output, context) => {
1380
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1381
- return de_CommandError(output, context);
1382
- }
1383
- const contents = smithyClient.map({
1384
- $metadata: deserializeMetadata(output),
1385
- });
1386
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1387
- const doc = smithyClient.take(data, {
1388
- agentId: smithyClient.expectString,
1389
- });
1390
- Object.assign(contents, doc);
1391
- return contents;
1392
- };
1393
- const de_ReserveContactCommand = async (output, context) => {
1394
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1395
- return de_CommandError(output, context);
1396
- }
1397
- const contents = smithyClient.map({
1398
- $metadata: deserializeMetadata(output),
1399
- });
1400
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1401
- const doc = smithyClient.take(data, {
1402
- contactId: smithyClient.expectString,
1403
- });
1404
- Object.assign(contents, doc);
1405
- return contents;
1406
- };
1407
- const de_TagResourceCommand = async (output, context) => {
1408
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1409
- return de_CommandError(output, context);
1410
- }
1411
- const contents = smithyClient.map({
1412
- $metadata: deserializeMetadata(output),
1413
- });
1414
- await smithyClient.collectBody(output.body, context);
1415
- return contents;
1416
- };
1417
- const de_UntagResourceCommand = async (output, context) => {
1418
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1419
- return de_CommandError(output, context);
1420
- }
1421
- const contents = smithyClient.map({
1422
- $metadata: deserializeMetadata(output),
1423
- });
1424
- await smithyClient.collectBody(output.body, context);
1425
- return contents;
1426
- };
1427
- const de_UpdateAgentStatusCommand = async (output, context) => {
1428
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1429
- return de_CommandError(output, context);
1430
- }
1431
- const contents = smithyClient.map({
1432
- $metadata: deserializeMetadata(output),
1433
- });
1434
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1435
- const doc = smithyClient.take(data, {
1436
- agentId: smithyClient.expectString,
1437
- });
1438
- Object.assign(contents, doc);
1439
- return contents;
1440
- };
1441
- const de_UpdateConfigCommand = async (output, context) => {
1442
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1443
- return de_CommandError(output, context);
1444
- }
1445
- const contents = smithyClient.map({
1446
- $metadata: deserializeMetadata(output),
1447
- });
1448
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1449
- const doc = smithyClient.take(data, {
1450
- configArn: smithyClient.expectString,
1451
- configId: smithyClient.expectString,
1452
- configType: smithyClient.expectString,
1453
- });
1454
- Object.assign(contents, doc);
1455
- return contents;
1456
- };
1457
- const de_UpdateEphemerisCommand = async (output, context) => {
1458
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1459
- return de_CommandError(output, context);
1460
- }
1461
- const contents = smithyClient.map({
1462
- $metadata: deserializeMetadata(output),
1463
- });
1464
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1465
- const doc = smithyClient.take(data, {
1466
- ephemerisId: smithyClient.expectString,
1467
- });
1468
- Object.assign(contents, doc);
1469
- return contents;
1470
- };
1471
- const de_UpdateMissionProfileCommand = async (output, context) => {
1472
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1473
- return de_CommandError(output, context);
1474
- }
1475
- const contents = smithyClient.map({
1476
- $metadata: deserializeMetadata(output),
1477
- });
1478
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1479
- const doc = smithyClient.take(data, {
1480
- missionProfileId: smithyClient.expectString,
1481
- });
1482
- Object.assign(contents, doc);
1483
- return contents;
1484
- };
1485
- const de_CommandError = async (output, context) => {
1486
- const parsedOutput = {
1487
- ...output,
1488
- body: await core$1.parseJsonErrorBody(output.body, context),
1489
- };
1490
- const errorCode = core$1.loadRestJsonErrorCode(output, parsedOutput.body);
1491
- switch (errorCode) {
1492
- case "DependencyException":
1493
- case "com.amazonaws.groundstation#DependencyException":
1494
- throw await de_DependencyExceptionRes(parsedOutput);
1495
- case "InvalidParameterException":
1496
- case "com.amazonaws.groundstation#InvalidParameterException":
1497
- throw await de_InvalidParameterExceptionRes(parsedOutput);
1498
- case "ResourceNotFoundException":
1499
- case "com.amazonaws.groundstation#ResourceNotFoundException":
1500
- throw await de_ResourceNotFoundExceptionRes(parsedOutput);
1501
- case "ResourceLimitExceededException":
1502
- case "com.amazonaws.groundstation#ResourceLimitExceededException":
1503
- throw await de_ResourceLimitExceededExceptionRes(parsedOutput);
1504
- case "ServiceQuotaExceededException":
1505
- case "com.amazonaws.groundstation#ServiceQuotaExceededException":
1506
- throw await de_ServiceQuotaExceededExceptionRes(parsedOutput);
1507
- case "ResourceInUseException":
1508
- case "com.amazonaws.groundstation#ResourceInUseException":
1509
- throw await de_ResourceInUseExceptionRes(parsedOutput);
1510
- default:
1511
- const parsedBody = parsedOutput.body;
1512
- return throwDefaultError({
1513
- output,
1514
- parsedBody,
1515
- errorCode,
1516
- });
1517
- }
1518
- };
1519
- const throwDefaultError = smithyClient.withBaseException(GroundStationServiceException);
1520
- const de_DependencyExceptionRes = async (parsedOutput, context) => {
1521
- const contents = smithyClient.map({});
1522
- const data = parsedOutput.body;
1523
- const doc = smithyClient.take(data, {
1524
- message: smithyClient.expectString,
1525
- parameterName: smithyClient.expectString,
1526
- });
1527
- Object.assign(contents, doc);
1528
- const exception = new DependencyException({
1529
- $metadata: deserializeMetadata(parsedOutput),
1530
- ...contents,
1531
- });
1532
- return smithyClient.decorateServiceException(exception, parsedOutput.body);
1533
- };
1534
- const de_InvalidParameterExceptionRes = async (parsedOutput, context) => {
1535
- const contents = smithyClient.map({});
1536
- const data = parsedOutput.body;
1537
- const doc = smithyClient.take(data, {
1538
- message: smithyClient.expectString,
1539
- parameterName: smithyClient.expectString,
1540
- });
1541
- Object.assign(contents, doc);
1542
- const exception = new InvalidParameterException({
1543
- $metadata: deserializeMetadata(parsedOutput),
1544
- ...contents,
1545
- });
1546
- return smithyClient.decorateServiceException(exception, parsedOutput.body);
1547
- };
1548
- const de_ResourceInUseExceptionRes = async (parsedOutput, context) => {
1549
- const contents = smithyClient.map({});
1550
- const data = parsedOutput.body;
1551
- const doc = smithyClient.take(data, {
1552
- message: smithyClient.expectString,
1553
- });
1554
- Object.assign(contents, doc);
1555
- const exception = new ResourceInUseException({
1556
- $metadata: deserializeMetadata(parsedOutput),
1557
- ...contents,
1558
- });
1559
- return smithyClient.decorateServiceException(exception, parsedOutput.body);
1560
- };
1561
- const de_ResourceLimitExceededExceptionRes = async (parsedOutput, context) => {
1562
- const contents = smithyClient.map({});
1563
- const data = parsedOutput.body;
1564
- const doc = smithyClient.take(data, {
1565
- message: smithyClient.expectString,
1566
- parameterName: smithyClient.expectString,
1567
- });
1568
- Object.assign(contents, doc);
1569
- const exception = new ResourceLimitExceededException({
1570
- $metadata: deserializeMetadata(parsedOutput),
1571
- ...contents,
1572
- });
1573
- return smithyClient.decorateServiceException(exception, parsedOutput.body);
1574
- };
1575
- const de_ResourceNotFoundExceptionRes = async (parsedOutput, context) => {
1576
- const contents = smithyClient.map({});
1577
- const data = parsedOutput.body;
1578
- const doc = smithyClient.take(data, {
1579
- message: smithyClient.expectString,
1580
- });
1581
- Object.assign(contents, doc);
1582
- const exception = new ResourceNotFoundException({
1583
- $metadata: deserializeMetadata(parsedOutput),
1584
- ...contents,
1585
- });
1586
- return smithyClient.decorateServiceException(exception, parsedOutput.body);
1587
- };
1588
- const de_ServiceQuotaExceededExceptionRes = async (parsedOutput, context) => {
1589
- const contents = smithyClient.map({});
1590
- const data = parsedOutput.body;
1591
- const doc = smithyClient.take(data, {
1592
- message: smithyClient.expectString,
1593
- parameterName: smithyClient.expectString,
1594
- });
1595
- Object.assign(contents, doc);
1596
- const exception = new ServiceQuotaExceededException({
1597
- $metadata: deserializeMetadata(parsedOutput),
1598
- ...contents,
1599
- });
1600
- return smithyClient.decorateServiceException(exception, parsedOutput.body);
1601
- };
1602
- const se_AntennaDownlinkConfig = (input, context) => {
1603
- return smithyClient.take(input, {
1604
- spectrumConfig: (_) => se_SpectrumConfig(_),
1605
- });
1606
- };
1607
- const se_AntennaDownlinkDemodDecodeConfig = (input, context) => {
1608
- return smithyClient.take(input, {
1609
- decodeConfig: smithyClient._json,
1610
- demodulationConfig: smithyClient._json,
1611
- spectrumConfig: (_) => se_SpectrumConfig(_),
1612
- });
1613
- };
1614
- const se_AntennaUplinkConfig = (input, context) => {
1615
- return smithyClient.take(input, {
1616
- spectrumConfig: (_) => se_UplinkSpectrumConfig(_),
1617
- targetEirp: (_) => se_Eirp(_),
1618
- transmitDisabled: [],
1619
- });
1620
- };
1621
- const se_AzElEphemeris = (input, context) => {
1622
- return smithyClient.take(input, {
1623
- data: (_) => se_AzElSegmentsData(_),
1624
- groundStation: [],
1625
- });
1626
- };
1627
- const se_AzElSegment = (input, context) => {
1628
- return smithyClient.take(input, {
1629
- azElList: (_) => se_TimeAzElList(_),
1630
- referenceEpoch: smithyClient.serializeDateTime,
1631
- validTimeRange: (_) => se_ISO8601TimeRange(_),
1632
- });
1633
- };
1634
- const se_AzElSegmentList = (input, context) => {
1635
- return input
1636
- .filter((e) => e != null)
1637
- .map((entry) => {
1638
- return se_AzElSegment(entry);
1639
- });
1640
- };
1641
- const se_AzElSegments = (input, context) => {
1642
- return smithyClient.take(input, {
1643
- angleUnit: [],
1644
- azElSegmentList: (_) => se_AzElSegmentList(_),
1645
- });
1646
- };
1647
- const se_AzElSegmentsData = (input, context) => {
1648
- return exports.AzElSegmentsData.visit(input, {
1649
- azElData: (value) => ({ azElData: se_AzElSegments(value) }),
1650
- s3Object: (value) => ({ s3Object: smithyClient._json(value) }),
1651
- _: (name, value) => ({ [name]: value }),
1652
- });
1653
- };
1654
- const se_ConfigTypeData = (input, context) => {
1655
- return exports.ConfigTypeData.visit(input, {
1656
- antennaDownlinkConfig: (value) => ({ antennaDownlinkConfig: se_AntennaDownlinkConfig(value) }),
1657
- antennaDownlinkDemodDecodeConfig: (value) => ({
1658
- antennaDownlinkDemodDecodeConfig: se_AntennaDownlinkDemodDecodeConfig(value),
1659
- }),
1660
- antennaUplinkConfig: (value) => ({ antennaUplinkConfig: se_AntennaUplinkConfig(value) }),
1661
- dataflowEndpointConfig: (value) => ({ dataflowEndpointConfig: smithyClient._json(value) }),
1662
- s3RecordingConfig: (value) => ({ s3RecordingConfig: smithyClient._json(value) }),
1663
- trackingConfig: (value) => ({ trackingConfig: smithyClient._json(value) }),
1664
- uplinkEchoConfig: (value) => ({ uplinkEchoConfig: smithyClient._json(value) }),
1665
- _: (name, value) => ({ [name]: value }),
1666
- });
1667
- };
1668
- const se_Eirp = (input, context) => {
1669
- return smithyClient.take(input, {
1670
- units: [],
1671
- value: smithyClient.serializeFloat,
1672
- });
1673
- };
1674
- const se_EphemerisData = (input, context) => {
1675
- return exports.EphemerisData.visit(input, {
1676
- azEl: (value) => ({ azEl: se_AzElEphemeris(value) }),
1677
- oem: (value) => ({ oem: smithyClient._json(value) }),
1678
- tle: (value) => ({ tle: se_TLEEphemeris(value) }),
1679
- _: (name, value) => ({ [name]: value }),
1680
- });
1681
- };
1682
- const se_Frequency = (input, context) => {
1683
- return smithyClient.take(input, {
1684
- units: [],
1685
- value: smithyClient.serializeFloat,
1686
- });
1687
- };
1688
- const se_FrequencyBandwidth = (input, context) => {
1689
- return smithyClient.take(input, {
1690
- units: [],
1691
- value: smithyClient.serializeFloat,
1692
- });
1693
- };
1694
- const se_ISO8601TimeRange = (input, context) => {
1695
- return smithyClient.take(input, {
1696
- endTime: smithyClient.serializeDateTime,
1697
- startTime: smithyClient.serializeDateTime,
1698
- });
1699
- };
1700
- const se_SpectrumConfig = (input, context) => {
1701
- return smithyClient.take(input, {
1702
- bandwidth: (_) => se_FrequencyBandwidth(_),
1703
- centerFrequency: (_) => se_Frequency(_),
1704
- polarization: [],
1705
- });
1706
- };
1707
- const se_TimeAzEl = (input, context) => {
1708
- return smithyClient.take(input, {
1709
- az: smithyClient.serializeFloat,
1710
- dt: smithyClient.serializeFloat,
1711
- el: smithyClient.serializeFloat,
1712
- });
1713
- };
1714
- const se_TimeAzElList = (input, context) => {
1715
- return input
1716
- .filter((e) => e != null)
1717
- .map((entry) => {
1718
- return se_TimeAzEl(entry);
1719
- });
1720
- };
1721
- const se_TimeRange = (input, context) => {
1722
- return smithyClient.take(input, {
1723
- endTime: (_) => _.getTime() / 1_000,
1724
- startTime: (_) => _.getTime() / 1_000,
1725
- });
1726
- };
1727
- const se_TLEData = (input, context) => {
1728
- return smithyClient.take(input, {
1729
- tleLine1: [],
1730
- tleLine2: [],
1731
- validTimeRange: (_) => se_TimeRange(_),
1732
- });
1733
- };
1734
- const se_TLEDataList = (input, context) => {
1735
- return input
1736
- .filter((e) => e != null)
1737
- .map((entry) => {
1738
- return se_TLEData(entry);
1739
- });
1740
- };
1741
- const se_TLEEphemeris = (input, context) => {
1742
- return smithyClient.take(input, {
1743
- s3Object: smithyClient._json,
1744
- tleData: (_) => se_TLEDataList(_),
1745
- });
1746
- };
1747
- const se_UplinkSpectrumConfig = (input, context) => {
1748
- return smithyClient.take(input, {
1749
- centerFrequency: (_) => se_Frequency(_),
1750
- polarization: [],
1751
- });
1752
- };
1753
- const de_AntennaDownlinkConfig = (output, context) => {
1754
- return smithyClient.take(output, {
1755
- spectrumConfig: (_) => de_SpectrumConfig(_),
1756
- });
1757
- };
1758
- const de_AntennaDownlinkDemodDecodeConfig = (output, context) => {
1759
- return smithyClient.take(output, {
1760
- decodeConfig: smithyClient._json,
1761
- demodulationConfig: smithyClient._json,
1762
- spectrumConfig: (_) => de_SpectrumConfig(_),
1763
- });
1764
- };
1765
- const de_AntennaUplinkConfig = (output, context) => {
1766
- return smithyClient.take(output, {
1767
- spectrumConfig: (_) => de_UplinkSpectrumConfig(_),
1768
- targetEirp: (_) => de_Eirp(_),
1769
- transmitDisabled: smithyClient.expectBoolean,
1770
- });
1771
- };
1772
- const de_ConfigTypeData = (output, context) => {
1773
- if (output.antennaDownlinkConfig != null) {
1774
- return {
1775
- antennaDownlinkConfig: de_AntennaDownlinkConfig(output.antennaDownlinkConfig),
1776
- };
1777
- }
1778
- if (output.antennaDownlinkDemodDecodeConfig != null) {
1779
- return {
1780
- antennaDownlinkDemodDecodeConfig: de_AntennaDownlinkDemodDecodeConfig(output.antennaDownlinkDemodDecodeConfig),
1781
- };
1782
- }
1783
- if (output.antennaUplinkConfig != null) {
1784
- return {
1785
- antennaUplinkConfig: de_AntennaUplinkConfig(output.antennaUplinkConfig),
1786
- };
1787
- }
1788
- if (output.dataflowEndpointConfig != null) {
1789
- return {
1790
- dataflowEndpointConfig: smithyClient._json(output.dataflowEndpointConfig),
1791
- };
1792
- }
1793
- if (output.s3RecordingConfig != null) {
1794
- return {
1795
- s3RecordingConfig: smithyClient._json(output.s3RecordingConfig),
1796
- };
1797
- }
1798
- if (output.trackingConfig != null) {
1799
- return {
1800
- trackingConfig: smithyClient._json(output.trackingConfig),
1801
- };
1802
- }
1803
- if (output.uplinkEchoConfig != null) {
1804
- return {
1805
- uplinkEchoConfig: smithyClient._json(output.uplinkEchoConfig),
1806
- };
1807
- }
1808
- return { $unknown: Object.entries(output)[0] };
1809
- };
1810
- const de_ContactData = (output, context) => {
1811
- return smithyClient.take(output, {
1812
- contactId: smithyClient.expectString,
1813
- contactStatus: smithyClient.expectString,
1814
- endTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1815
- ephemeris: smithyClient._json,
1816
- errorMessage: smithyClient.expectString,
1817
- groundStation: smithyClient.expectString,
1818
- maximumElevation: (_) => de_Elevation(_),
1819
- missionProfileArn: smithyClient.expectString,
1820
- postPassEndTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1821
- prePassStartTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1822
- region: smithyClient.expectString,
1823
- satelliteArn: smithyClient.expectString,
1824
- startTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1825
- tags: smithyClient._json,
1826
- visibilityEndTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1827
- visibilityStartTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1828
- });
1829
- };
1830
- const de_ContactList = (output, context) => {
1831
- const retVal = (output || [])
1832
- .filter((e) => e != null)
1833
- .map((entry) => {
1834
- return de_ContactData(entry);
1835
- });
1836
- return retVal;
1837
- };
1838
- const de_DataflowList = (output, context) => {
1839
- const retVal = (output || [])
1840
- .filter((e) => e != null)
1841
- .map((entry) => {
1842
- return smithyClient._json(entry);
1843
- });
1844
- return retVal;
1845
- };
1846
- const de_Eirp = (output, context) => {
1847
- return smithyClient.take(output, {
1848
- units: smithyClient.expectString,
1849
- value: smithyClient.limitedParseDouble,
1850
- });
1851
- };
1852
- const de_Elevation = (output, context) => {
1853
- return smithyClient.take(output, {
1854
- unit: smithyClient.expectString,
1855
- value: smithyClient.limitedParseDouble,
1856
- });
1857
- };
1858
- const de_EphemeridesList = (output, context) => {
1859
- const retVal = (output || [])
1860
- .filter((e) => e != null)
1861
- .map((entry) => {
1862
- return de_EphemerisItem(entry);
1863
- });
1864
- return retVal;
1865
- };
1866
- const de_EphemerisItem = (output, context) => {
1867
- return smithyClient.take(output, {
1868
- creationTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1869
- enabled: smithyClient.expectBoolean,
1870
- ephemerisId: smithyClient.expectString,
1871
- ephemerisType: smithyClient.expectString,
1872
- name: smithyClient.expectString,
1873
- priority: smithyClient.expectInt32,
1874
- sourceS3Object: smithyClient._json,
1875
- status: smithyClient.expectString,
1876
- });
1877
- };
1878
- const de_EphemerisMetaData = (output, context) => {
1879
- return smithyClient.take(output, {
1880
- ephemerisId: smithyClient.expectString,
1881
- epoch: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1882
- name: smithyClient.expectString,
1883
- source: smithyClient.expectString,
1884
- });
1885
- };
1886
- const de_Frequency = (output, context) => {
1887
- return smithyClient.take(output, {
1888
- units: smithyClient.expectString,
1889
- value: smithyClient.limitedParseDouble,
1890
- });
1891
- };
1892
- const de_FrequencyBandwidth = (output, context) => {
1893
- return smithyClient.take(output, {
1894
- units: smithyClient.expectString,
1895
- value: smithyClient.limitedParseDouble,
1896
- });
1897
- };
1898
- const de_SatelliteList = (output, context) => {
1899
- const retVal = (output || [])
1900
- .filter((e) => e != null)
1901
- .map((entry) => {
1902
- return de_SatelliteListItem(entry);
1903
- });
1904
- return retVal;
1905
- };
1906
- const de_SatelliteListItem = (output, context) => {
1907
- return smithyClient.take(output, {
1908
- currentEphemeris: (_) => de_EphemerisMetaData(_),
1909
- groundStations: smithyClient._json,
1910
- noradSatelliteID: smithyClient.expectInt32,
1911
- satelliteArn: smithyClient.expectString,
1912
- satelliteId: smithyClient.expectString,
1913
- });
1914
- };
1915
- const de_SpectrumConfig = (output, context) => {
1916
- return smithyClient.take(output, {
1917
- bandwidth: (_) => de_FrequencyBandwidth(_),
1918
- centerFrequency: (_) => de_Frequency(_),
1919
- polarization: smithyClient.expectString,
1920
- });
1921
- };
1922
- const de_UplinkSpectrumConfig = (output, context) => {
1923
- return smithyClient.take(output, {
1924
- centerFrequency: (_) => de_Frequency(_),
1925
- polarization: smithyClient.expectString,
1926
- });
1927
- };
1928
- const deserializeMetadata = (output) => ({
1929
- httpStatusCode: output.statusCode,
1930
- requestId: output.headers["x-amzn-requestid"] ?? output.headers["x-amzn-request-id"] ?? output.headers["x-amz-request-id"],
1931
- extendedRequestId: output.headers["x-amz-id-2"],
1932
- cfId: output.headers["x-amz-cf-id"],
1933
- });
348
+ const _AD = "AgentDetails";
349
+ const _ADC = "AntennaDownlinkConfig";
350
+ const _ADDD = "AntennaDemodDecodeDetails";
351
+ const _ADDDC = "AntennaDownlinkDemodDecodeConfig";
352
+ const _AEE = "AzElEphemeris";
353
+ const _AEEF = "AzElEphemerisFilter";
354
+ const _AEPTS = "AzElProgramTrackSettings";
355
+ const _AES = "AzElSegment";
356
+ const _AESD = "AzElSegmentsData";
357
+ const _AESL = "AzElSegmentList";
358
+ const _AESz = "AzElSegments";
359
+ const _AGSAE = "AwsGroundStationAgentEndpoint";
360
+ const _AS = "AggregateStatus";
361
+ const _AUC = "AntennaUplinkConfig";
362
+ const _CC = "CancelContact";
363
+ const _CCR = "CancelContactRequest";
364
+ const _CCRr = "CreateConfigRequest";
365
+ const _CCr = "CreateConfig";
366
+ const _CD = "ConnectionDetails";
367
+ const _CDEG = "CreateDataflowEndpointGroup";
368
+ const _CDEGR = "CreateDataflowEndpointGroupRequest";
369
+ const _CDEGV = "CreateDataflowEndpointGroupV2";
370
+ const _CDEGVR = "CreateDataflowEndpointGroupV2Request";
371
+ const _CDEGVRr = "CreateDataflowEndpointGroupV2Response";
372
+ const _CDo = "ContactData";
373
+ const _CDon = "ConfigDetails";
374
+ const _CE = "CreateEphemeris";
375
+ const _CED = "CreateEndpointDetails";
376
+ const _CEDL = "CreateEndpointDetailsList";
377
+ const _CER = "CreateEphemerisRequest";
378
+ const _CIR = "ConfigIdResponse";
379
+ const _CIRo = "ContactIdResponse";
380
+ const _CL = "ConfigList";
381
+ const _CLI = "ConfigListItem";
382
+ const _CLo = "ContactList";
383
+ const _CMP = "CreateMissionProfile";
384
+ const _CMPR = "CreateMissionProfileRequest";
385
+ const _CSD = "ComponentStatusData";
386
+ const _CSL = "ComponentStatusList";
387
+ const _CTD = "ConfigTypeData";
388
+ const _CV = "ComponentVersion";
389
+ const _CVL = "ComponentVersionList";
390
+ const _D = "Destination";
391
+ const _DAGSAE = "DownlinkAwsGroundStationAgentEndpoint";
392
+ const _DAGSAED = "DownlinkAwsGroundStationAgentEndpointDetails";
393
+ const _DC = "DecodeConfig";
394
+ const _DCD = "DownlinkConnectionDetails";
395
+ const _DCR = "DeleteConfigRequest";
396
+ const _DCRe = "DescribeContactRequest";
397
+ const _DCRes = "DescribeContactResponse";
398
+ const _DCe = "DemodulationConfig";
399
+ const _DCel = "DeleteConfig";
400
+ const _DCes = "DescribeContact";
401
+ const _DD = "DataflowDetail";
402
+ const _DDD = "DownlinkDataflowDetails";
403
+ const _DDEG = "DeleteDataflowEndpointGroup";
404
+ const _DDEGR = "DeleteDataflowEndpointGroupRequest";
405
+ const _DDi = "DiscoveryData";
406
+ const _DE = "DataflowEndpoint";
407
+ const _DEC = "DataflowEndpointConfig";
408
+ const _DEGIR = "DataflowEndpointGroupIdResponse";
409
+ const _DEGL = "DataflowEndpointGroupList";
410
+ const _DEL = "DataflowEdgeList";
411
+ const _DELI = "DataflowEndpointListItem";
412
+ const _DER = "DeleteEphemerisRequest";
413
+ const _DERe = "DescribeEphemerisRequest";
414
+ const _DERes = "DescribeEphemerisResponse";
415
+ const _DEe = "DependencyException";
416
+ const _DEel = "DeleteEphemeris";
417
+ const _DEes = "DescribeEphemeris";
418
+ const _DL = "DataflowList";
419
+ const _DMP = "DeleteMissionProfile";
420
+ const _DMPR = "DeleteMissionProfileRequest";
421
+ const _E = "Eirp";
422
+ const _ED = "EndpointDetails";
423
+ const _EDL = "EndpointDetailsList";
424
+ const _EDp = "EphemerisDescription";
425
+ const _EDph = "EphemerisData";
426
+ const _EER = "EphemerisErrorReason";
427
+ const _EERL = "EphemerisErrorReasonList";
428
+ const _EF = "EphemerisFilter";
429
+ const _EI = "EphemerisItem";
430
+ const _EIR = "EphemerisIdResponse";
431
+ const _EL = "EphemeridesList";
432
+ const _EMD = "EphemerisMetaData";
433
+ const _ERD = "EphemerisResponseData";
434
+ const _ETD = "EphemerisTypeDescription";
435
+ const _El = "Elevation";
436
+ const _F = "Frequency";
437
+ const _FB = "FrequencyBandwidth";
438
+ const _GAC = "GetAgentConfiguration";
439
+ const _GACR = "GetAgentConfigurationRequest";
440
+ const _GACRe = "GetAgentConfigurationResponse";
441
+ const _GATRU = "GetAgentTaskResponseUrl";
442
+ const _GATRUR = "GetAgentTaskResponseUrlRequest";
443
+ const _GATRURe = "GetAgentTaskResponseUrlResponse";
444
+ const _GC = "GetConfig";
445
+ const _GCR = "GetConfigRequest";
446
+ const _GCRe = "GetConfigResponse";
447
+ const _GDEG = "GetDataflowEndpointGroup";
448
+ const _GDEGR = "GetDataflowEndpointGroupRequest";
449
+ const _GDEGRe = "GetDataflowEndpointGroupResponse";
450
+ const _GMP = "GetMissionProfile";
451
+ const _GMPR = "GetMissionProfileRequest";
452
+ const _GMPRe = "GetMissionProfileResponse";
453
+ const _GMU = "GetMinuteUsage";
454
+ const _GMUR = "GetMinuteUsageRequest";
455
+ const _GMURe = "GetMinuteUsageResponse";
456
+ const _GS = "GetSatellite";
457
+ const _GSD = "GroundStationData";
458
+ const _GSL = "GroundStationList";
459
+ const _GSR = "GetSatelliteRequest";
460
+ const _GSRe = "GetSatelliteResponse";
461
+ const _IPE = "InvalidParameterException";
462
+ const _IR = "IntegerRange";
463
+ const _ISOTR = "ISO8601TimeRange";
464
+ const _KK = "KmsKey";
465
+ const _LC = "ListConfigs";
466
+ const _LCR = "ListConfigsRequest";
467
+ const _LCRi = "ListConfigsResponse";
468
+ const _LCRis = "ListContactsRequest";
469
+ const _LCRist = "ListContactsResponse";
470
+ const _LCi = "ListContacts";
471
+ const _LDEG = "ListDataflowEndpointGroups";
472
+ const _LDEGR = "ListDataflowEndpointGroupsRequest";
473
+ const _LDEGRi = "ListDataflowEndpointGroupsResponse";
474
+ const _LE = "ListEphemerides";
475
+ const _LER = "ListEphemeridesRequest";
476
+ const _LERi = "ListEphemeridesResponse";
477
+ const _LGS = "ListGroundStations";
478
+ const _LGSR = "ListGroundStationsRequest";
479
+ const _LGSRi = "ListGroundStationsResponse";
480
+ const _LMP = "ListMissionProfiles";
481
+ const _LMPR = "ListMissionProfilesRequest";
482
+ const _LMPRi = "ListMissionProfilesResponse";
483
+ const _LS = "ListSatellites";
484
+ const _LSR = "ListSatellitesRequest";
485
+ const _LSRi = "ListSatellitesResponse";
486
+ const _LTFR = "ListTagsForResource";
487
+ const _LTFRR = "ListTagsForResourceRequest";
488
+ const _LTFRRi = "ListTagsForResourceResponse";
489
+ const _MPIR = "MissionProfileIdResponse";
490
+ const _MPL = "MissionProfileList";
491
+ const _MPLI = "MissionProfileListItem";
492
+ const _OEME = "OEMEphemeris";
493
+ const _PTS = "ProgramTrackSettings";
494
+ const _RA = "RegisterAgent";
495
+ const _RAR = "RegisterAgentRequest";
496
+ const _RARe = "RegisterAgentResponse";
497
+ const _RC = "ReserveContact";
498
+ const _RCD = "RangedConnectionDetails";
499
+ const _RCR = "ReserveContactRequest";
500
+ const _RIUE = "ResourceInUseException";
501
+ const _RLEE = "ResourceLimitExceededException";
502
+ const _RNFE = "ResourceNotFoundException";
503
+ const _RSA = "RangedSocketAddress";
504
+ const _S = "Source";
505
+ const _SA = "SocketAddress";
506
+ const _SC = "SpectrumConfig";
507
+ const _SD = "SecurityDetails";
508
+ const _SL = "SatelliteList";
509
+ const _SLI = "SatelliteListItem";
510
+ const _SO = "S3Object";
511
+ const _SQEE = "ServiceQuotaExceededException";
512
+ const _SRC = "S3RecordingConfig";
513
+ const _SRD = "S3RecordingDetails";
514
+ const _TAE = "TimeAzEl";
515
+ const _TAEL = "TimeAzElList";
516
+ const _TC = "TrackingConfig";
517
+ const _TLED = "TLEData";
518
+ const _TLEDL = "TLEDataList";
519
+ const _TLEE = "TLEEphemeris";
520
+ const _TO = "TrackingOverrides";
521
+ const _TR = "TimeRange";
522
+ const _TRR = "TagResourceRequest";
523
+ const _TRRa = "TagResourceResponse";
524
+ const _TRa = "TagResource";
525
+ const _UAGSAE = "UplinkAwsGroundStationAgentEndpoint";
526
+ const _UAGSAED = "UplinkAwsGroundStationAgentEndpointDetails";
527
+ const _UAS = "UpdateAgentStatus";
528
+ const _UASR = "UpdateAgentStatusRequest";
529
+ const _UASRp = "UpdateAgentStatusResponse";
530
+ const _UC = "UpdateConfig";
531
+ const _UCD = "UplinkConnectionDetails";
532
+ const _UCR = "UpdateConfigRequest";
533
+ const _UDD = "UplinkDataflowDetails";
534
+ const _UE = "UpdateEphemeris";
535
+ const _UEC = "UplinkEchoConfig";
536
+ const _UER = "UpdateEphemerisRequest";
537
+ const _UMP = "UpdateMissionProfile";
538
+ const _UMPR = "UpdateMissionProfileRequest";
539
+ const _UR = "UntagResource";
540
+ const _URR = "UntagResourceRequest";
541
+ const _URRn = "UntagResourceResponse";
542
+ const _USC = "UplinkSpectrumConfig";
543
+ const _a = "address";
544
+ const _aCC = "agentCpuCores";
545
+ const _aCD = "agentConnectionDetails";
546
+ const _aD = "agentDetails";
547
+ const _aDC = "antennaDownlinkConfig";
548
+ const _aDDD = "antennaDemodDecodeDetails";
549
+ const _aDDDC = "antennaDownlinkDemodDecodeConfig";
550
+ const _aE = "azEl";
551
+ const _aED = "azElData";
552
+ const _aEL = "azElList";
553
+ const _aESL = "azElSegmentList";
554
+ const _aGSAE = "awsGroundStationAgentEndpoint";
555
+ const _aI = "agentId";
556
+ const _aIAPA = "agentIpAndPortAddress";
557
+ const _aR = "auditResults";
558
+ const _aS = "agentStatus";
559
+ const _aSg = "aggregateStatus";
560
+ const _aU = "angleUnit";
561
+ const _aUC = "antennaUplinkConfig";
562
+ const _aUCA = "antennaUplinkConfigArn";
563
+ const _aV = "agentVersion";
564
+ const _au = "autotrack";
565
+ const _az = "az";
566
+ const _b = "bucket";
567
+ const _bA = "bucketArn";
568
+ const _bR = "bytesReceived";
569
+ const _bS = "bytesSent";
570
+ const _ba = "bandwidth";
571
+ const _c = "client";
572
+ const _cA = "capabilityArn";
573
+ const _cAa = "capabilityArns";
574
+ const _cAo = "configArn";
575
+ const _cD = "configData";
576
+ const _cDo = "configDetails";
577
+ const _cE = "currentEphemeris";
578
+ const _cF = "centerFrequency";
579
+ const _cI = "contactId";
580
+ const _cIo = "configId";
581
+ const _cL = "configList";
582
+ const _cLo = "contactList";
583
+ const _cPPDS = "contactPrePassDurationSeconds";
584
+ const _cPPDSo = "contactPostPassDurationSeconds";
585
+ const _cS = "contactStatus";
586
+ const _cSo = "componentStatuses";
587
+ const _cT = "componentType";
588
+ const _cTo = "configType";
589
+ const _cTr = "creationTime";
590
+ const _cV = "componentVersions";
591
+ const _d = "data";
592
+ const _dAGSAE = "downlinkAwsGroundStationAgentEndpoint";
593
+ const _dC = "demodulationConfig";
594
+ const _dCe = "decodeConfig";
595
+ const _dD = "dataflowDetails";
596
+ const _dDR = "dataflowDestinationRegion";
597
+ const _dDi = "discoveryData";
598
+ const _dE = "dataflowEdges";
599
+ const _dEC = "dataflowEndpointConfig";
600
+ const _dEGA = "dataflowEndpointGroupArn";
601
+ const _dEGI = "dataflowEndpointGroupId";
602
+ const _dEGL = "dataflowEndpointGroupList";
603
+ const _dEN = "dataflowEndpointName";
604
+ const _dER = "dataflowEndpointRegion";
605
+ const _dI = "dataflowId";
606
+ const _dL = "dataflowList";
607
+ const _dSR = "dataflowSourceRegion";
608
+ const _de = "destination";
609
+ const _dt = "dt";
610
+ const _e = "ephemeris";
611
+ const _eA = "egressAddress";
612
+ const _eAAP = "egressAddressAndPort";
613
+ const _eC = "errorCode";
614
+ const _eD = "endpointDetails";
615
+ const _eDn = "endpointsDetails";
616
+ const _eDp = "ephemerisData";
617
+ const _eI = "ephemerisId";
618
+ const _eM = "errorMessage";
619
+ const _eMR = "estimatedMinutesRemaining";
620
+ const _eR = "errorReasons";
621
+ const _eT = "endTime";
622
+ const _eTp = "ephemerisType";
623
+ const _eTx = "expirationTime";
624
+ const _el = "el";
625
+ const _en = "endpoints";
626
+ const _ena = "enabled";
627
+ const _end = "endpoint";
628
+ const _ep = "epoch";
629
+ const _eph = "ephemerides";
630
+ const _er = "error";
631
+ const _gS = "groundStation";
632
+ const _gSI = "groundStationId";
633
+ const _gSL = "groundStationList";
634
+ const _gSN = "groundStationName";
635
+ const _gSr = "groundStations";
636
+ const _h = "http";
637
+ const _hE = "httpError";
638
+ const _hQ = "httpQuery";
639
+ const _hR = "healthReasons";
640
+ const _hS = "healthStatus";
641
+ const _i = "id";
642
+ const _iA = "ingressAddress";
643
+ const _iAAP = "ingressAddressAndPort";
644
+ const _iI = "instanceId";
645
+ const _iR = "invalidReason";
646
+ const _iRMC = "isReservedMinutesCustomer";
647
+ const _iT = "instanceType";
648
+ const _k = "key";
649
+ const _kAA = "kmsAliasArn";
650
+ const _kAN = "kmsAliasName";
651
+ const _kKA = "kmsKeyArn";
652
+ const _kT = "keyTemplate";
653
+ const _m = "mtu";
654
+ const _mE = "maximumElevation";
655
+ const _mPA = "missionProfileArn";
656
+ const _mPI = "missionProfileId";
657
+ const _mPL = "missionProfileList";
1934
658
  const _mR = "maxResults";
659
+ const _mVCDS = "minimumViableContactDurationSeconds";
660
+ const _ma = "maximum";
661
+ const _me = "message";
662
+ const _mi = "minimum";
663
+ const _mo = "month";
664
+ const _n = "name";
665
+ const _nSID = "noradSatelliteID";
1935
666
  const _nT = "nextToken";
667
+ const _o = "oem";
668
+ const _oD = "oemData";
669
+ const _oN = "outputNode";
670
+ const _p = "priority";
671
+ const _pD = "packetsDropped";
672
+ const _pIA = "publicIpAddresses";
673
+ const _pIAr = "privateIpAddresses";
674
+ const _pLU = "presignedLogUrl";
675
+ const _pN = "parameterName";
676
+ const _pPET = "postPassEndTime";
677
+ const _pPST = "prePassStartTime";
678
+ const _pR = "portRange";
679
+ const _pTS = "programTrackSettings";
680
+ const _po = "port";
681
+ const _pol = "polarization";
682
+ const _pr = "prefix";
683
+ const _r = "region";
684
+ const _rA = "resourceArn";
685
+ const _rAo = "roleArn";
686
+ const _rCC = "reservedCpuCores";
687
+ const _rE = "referenceEpoch";
688
+ const _s = "status";
689
+ const _sA = "socketAddress";
690
+ const _sAa = "satelliteArn";
691
+ const _sC = "spectrumConfig";
692
+ const _sD = "suppliedData";
693
+ const _sDe = "securityDetails";
694
+ const _sGI = "securityGroupIds";
1936
695
  const _sI = "satelliteId";
696
+ const _sIu = "subnetIds";
697
+ const _sKK = "streamsKmsKey";
698
+ const _sKR = "streamsKmsRole";
699
+ const _sL = "statusList";
700
+ const _sM = "signatureMap";
701
+ const _sO = "s3Object";
702
+ const _sRC = "s3RecordingConfig";
703
+ const _sRD = "s3RecordingDetails";
704
+ const _sSO = "sourceS3Object";
705
+ const _sT = "startTime";
706
+ const _sa = "satellites";
707
+ const _se = "server";
708
+ const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.groundstation";
709
+ const _so = "source";
710
+ const _t = "tags";
711
+ const _tC = "trackingConfig";
712
+ const _tCA = "trackingConfigArn";
713
+ const _tD = "transmitDisabled";
714
+ const _tDa = "taskingDocument";
715
+ const _tDl = "tleData";
716
+ const _tE = "targetEirp";
717
+ const _tI = "taskId";
1937
718
  const _tK = "tagKeys";
719
+ const _tL = "tleLine1";
720
+ const _tLl = "tleLine2";
721
+ const _tO = "trackingOverrides";
722
+ const _tRMA = "totalReservedMinuteAllocation";
723
+ const _tSM = "totalScheduledMinutes";
724
+ const _tl = "tle";
725
+ const _u = "units";
726
+ const _uAGSAE = "uplinkAwsGroundStationAgentEndpoint";
727
+ const _uEC = "uplinkEchoConfig";
728
+ const _uJSON = "unvalidatedJSON";
729
+ const _uMS = "upcomingMinutesScheduled";
730
+ const _un = "unit";
731
+ const _v = "versions";
732
+ const _vET = "visibilityEndTime";
733
+ const _vST = "visibilityStartTime";
734
+ const _vTR = "validTimeRange";
735
+ const _va = "value";
736
+ const _ve = "version";
737
+ const _y = "year";
738
+ const n0 = "com.amazonaws.groundstation";
739
+ var AgentDetails = [
740
+ 3,
741
+ n0,
742
+ _AD,
743
+ 0,
744
+ [_aV, _iI, _iT, _rCC, _aCC, _cV],
745
+ [0, 0, 0, 64 | 1, 64 | 1, () => ComponentVersionList],
746
+ ];
747
+ var AggregateStatus = [3, n0, _AS, 0, [_s, _sM], [0, 128 | 2]];
748
+ var AntennaDemodDecodeDetails = [3, n0, _ADDD, 0, [_oN], [0]];
749
+ var AntennaDownlinkConfig = [3, n0, _ADC, 0, [_sC], [() => SpectrumConfig]];
750
+ var AntennaDownlinkDemodDecodeConfig = [
751
+ 3,
752
+ n0,
753
+ _ADDDC,
754
+ 0,
755
+ [_sC, _dC, _dCe],
756
+ [() => SpectrumConfig, () => DemodulationConfig, () => DecodeConfig],
757
+ ];
758
+ var AntennaUplinkConfig = [
759
+ 3,
760
+ n0,
761
+ _AUC,
762
+ 0,
763
+ [_tD, _sC, _tE],
764
+ [2, () => UplinkSpectrumConfig, () => Eirp],
765
+ ];
766
+ var AwsGroundStationAgentEndpoint = [
767
+ 3,
768
+ n0,
769
+ _AGSAE,
770
+ 0,
771
+ [_n, _eA, _iA, _aS, _aR],
772
+ [0, () => ConnectionDetails, () => RangedConnectionDetails, 0, 0],
773
+ ];
774
+ var AzElEphemeris = [3, n0, _AEE, 0, [_gS, _d], [0, () => AzElSegmentsData]];
775
+ var AzElEphemerisFilter = [3, n0, _AEEF, 0, [_i], [0]];
776
+ var AzElProgramTrackSettings = [3, n0, _AEPTS, 0, [_eI], [0]];
777
+ var AzElSegment = [
778
+ 3,
779
+ n0,
780
+ _AES,
781
+ 0,
782
+ [_rE, _vTR, _aEL],
783
+ [5, () => ISO8601TimeRange, () => TimeAzElList],
784
+ ];
785
+ var AzElSegments = [3, n0, _AESz, 0, [_aU, _aESL], [0, () => AzElSegmentList]];
786
+ var CancelContactRequest = [3, n0, _CCR, 0, [_cI], [[0, 1]]];
787
+ var ComponentStatusData = [
788
+ 3,
789
+ n0,
790
+ _CSD,
791
+ 0,
792
+ [_cT, _cA, _s, _bS, _bR, _pD, _dI],
793
+ [0, 0, 0, 1, 1, 1, 0],
794
+ ];
795
+ var ComponentVersion = [3, n0, _CV, 0, [_cT, _v], [0, 64 | 0]];
796
+ var ConfigIdResponse = [3, n0, _CIR, 0, [_cIo, _cTo, _cAo], [0, 0, 0]];
797
+ var ConfigListItem = [3, n0, _CLI, 0, [_cIo, _cTo, _cAo, _n], [0, 0, 0, 0]];
798
+ var ConnectionDetails = [3, n0, _CD, 0, [_sA, _m], [() => SocketAddress, 1]];
799
+ var ContactData = [
800
+ 3,
801
+ n0,
802
+ _CDo,
803
+ 0,
804
+ [_cI, _mPA, _sAa, _sT, _eT, _pPST, _pPET, _gS, _cS, _eM, _mE, _r, _t, _vST, _vET, _e],
805
+ [0, 0, 0, 4, 4, 4, 4, 0, 0, 0, () => Elevation, 0, 128 | 0, 4, 4, () => EphemerisResponseData],
806
+ ];
807
+ var ContactIdResponse = [3, n0, _CIRo, 0, [_cI], [0]];
808
+ var CreateConfigRequest = [
809
+ 3,
810
+ n0,
811
+ _CCRr,
812
+ 0,
813
+ [_n, _cD, _t],
814
+ [0, () => ConfigTypeData, 128 | 0],
815
+ ];
816
+ var CreateDataflowEndpointGroupRequest = [
817
+ 3,
818
+ n0,
819
+ _CDEGR,
820
+ 0,
821
+ [_eD, _t, _cPPDS, _cPPDSo],
822
+ [() => EndpointDetailsList, 128 | 0, 1, 1],
823
+ ];
824
+ var CreateDataflowEndpointGroupV2Request = [
825
+ 3,
826
+ n0,
827
+ _CDEGVR,
828
+ 0,
829
+ [_en, _cPPDS, _cPPDSo, _t],
830
+ [() => CreateEndpointDetailsList, 1, 1, 128 | 0],
831
+ ];
832
+ var CreateDataflowEndpointGroupV2Response = [3, n0, _CDEGVRr, 0, [_dEGI], [0]];
833
+ var CreateEphemerisRequest = [
834
+ 3,
835
+ n0,
836
+ _CER,
837
+ 0,
838
+ [_sI, _ena, _p, _eTx, _n, _kKA, _e, _t],
839
+ [0, 2, 1, 4, 0, 0, () => EphemerisData, 128 | 0],
840
+ ];
841
+ var CreateMissionProfileRequest = [
842
+ 3,
843
+ n0,
844
+ _CMPR,
845
+ 0,
846
+ [_n, _cPPDS, _cPPDSo, _mVCDS, _dE, _tCA, _t, _sKK, _sKR],
847
+ [0, 1, 1, 1, [1, n0, _DEL, 0, 64 | 0], 0, 128 | 0, () => KmsKey, 0],
848
+ ];
849
+ var DataflowDetail = [
850
+ 3,
851
+ n0,
852
+ _DD,
853
+ 0,
854
+ [_so, _de, _eM],
855
+ [() => Source, () => Destination, 0],
856
+ ];
857
+ var DataflowEndpoint = [3, n0, _DE, 0, [_n, _a, _s, _m], [0, () => SocketAddress, 0, 1]];
858
+ var DataflowEndpointConfig = [3, n0, _DEC, 0, [_dEN, _dER], [0, 0]];
859
+ var DataflowEndpointGroupIdResponse = [3, n0, _DEGIR, 0, [_dEGI], [0]];
860
+ var DataflowEndpointListItem = [3, n0, _DELI, 0, [_dEGI, _dEGA], [0, 0]];
861
+ var DecodeConfig = [3, n0, _DC, 0, [_uJSON], [0]];
862
+ var DeleteConfigRequest = [
863
+ 3,
864
+ n0,
865
+ _DCR,
866
+ 0,
867
+ [_cIo, _cTo],
868
+ [
869
+ [0, 1],
870
+ [0, 1],
871
+ ],
872
+ ];
873
+ var DeleteDataflowEndpointGroupRequest = [3, n0, _DDEGR, 0, [_dEGI], [[0, 1]]];
874
+ var DeleteEphemerisRequest = [3, n0, _DER, 0, [_eI], [[0, 1]]];
875
+ var DeleteMissionProfileRequest = [3, n0, _DMPR, 0, [_mPI], [[0, 1]]];
876
+ var DemodulationConfig = [3, n0, _DCe, 0, [_uJSON], [0]];
877
+ var DependencyException = [
878
+ -3,
879
+ n0,
880
+ _DEe,
881
+ {
882
+ [_er]: _se,
883
+ [_hE]: 531,
884
+ },
885
+ [_me, _pN],
886
+ [0, 0],
887
+ ];
888
+ schema.TypeRegistry.for(n0).registerError(DependencyException, DependencyException$1);
889
+ var DescribeContactRequest = [3, n0, _DCRe, 0, [_cI], [[0, 1]]];
890
+ var DescribeContactResponse = [
891
+ 3,
892
+ n0,
893
+ _DCRes,
894
+ 0,
895
+ [_cI, _mPA, _sAa, _sT, _eT, _pPST, _pPET, _gS, _cS, _eM, _mE, _t, _r, _dL, _vST, _vET, _tO, _e],
896
+ [
897
+ 0,
898
+ 0,
899
+ 0,
900
+ 4,
901
+ 4,
902
+ 4,
903
+ 4,
904
+ 0,
905
+ 0,
906
+ 0,
907
+ () => Elevation,
908
+ 128 | 0,
909
+ 0,
910
+ () => DataflowList,
911
+ 4,
912
+ 4,
913
+ () => TrackingOverrides,
914
+ () => EphemerisResponseData,
915
+ ],
916
+ ];
917
+ var DescribeEphemerisRequest = [3, n0, _DERe, 0, [_eI], [[0, 1]]];
918
+ var DescribeEphemerisResponse = [
919
+ 3,
920
+ n0,
921
+ _DERes,
922
+ 0,
923
+ [_eI, _sI, _s, _p, _cTr, _ena, _n, _t, _sD, _iR, _eR],
924
+ [0, 0, 0, 1, 4, 2, 0, 128 | 0, () => EphemerisTypeDescription, 0, () => EphemerisErrorReasonList],
925
+ ];
926
+ var Destination = [
927
+ 3,
928
+ n0,
929
+ _D,
930
+ 0,
931
+ [_cTo, _cIo, _cDo, _dDR],
932
+ [0, 0, () => ConfigDetails, 0],
933
+ ];
934
+ var DiscoveryData = [3, n0, _DDi, 0, [_pIA, _pIAr, _cAa], [64 | 0, 64 | 0, 64 | 0]];
935
+ var DownlinkAwsGroundStationAgentEndpoint = [
936
+ 3,
937
+ n0,
938
+ _DAGSAE,
939
+ 0,
940
+ [_n, _dD],
941
+ [0, () => DownlinkDataflowDetails],
942
+ ];
943
+ var DownlinkAwsGroundStationAgentEndpointDetails = [
944
+ 3,
945
+ n0,
946
+ _DAGSAED,
947
+ 0,
948
+ [_n, _dD, _aS, _aR],
949
+ [0, () => DownlinkDataflowDetails, 0, 0],
950
+ ];
951
+ var DownlinkConnectionDetails = [
952
+ 3,
953
+ n0,
954
+ _DCD,
955
+ 0,
956
+ [_aIAPA, _eAAP],
957
+ [() => RangedConnectionDetails, () => ConnectionDetails],
958
+ ];
959
+ var Eirp = [3, n0, _E, 0, [_va, _u], [1, 0]];
960
+ var Elevation = [3, n0, _El, 0, [_va, _un], [1, 0]];
961
+ var EndpointDetails = [
962
+ 3,
963
+ n0,
964
+ _ED,
965
+ 0,
966
+ [_sDe, _end, _aGSAE, _uAGSAE, _dAGSAE, _hS, _hR],
967
+ [
968
+ () => SecurityDetails,
969
+ () => DataflowEndpoint,
970
+ () => AwsGroundStationAgentEndpoint,
971
+ () => UplinkAwsGroundStationAgentEndpointDetails,
972
+ () => DownlinkAwsGroundStationAgentEndpointDetails,
973
+ 0,
974
+ 64 | 0,
975
+ ],
976
+ ];
977
+ var EphemerisDescription = [3, n0, _EDp, 0, [_sSO, _eDp], [() => S3Object, 0]];
978
+ var EphemerisErrorReason = [3, n0, _EER, 0, [_eC, _eM], [0, 0]];
979
+ var EphemerisIdResponse = [3, n0, _EIR, 0, [_eI], [0]];
980
+ var EphemerisItem = [
981
+ 3,
982
+ n0,
983
+ _EI,
984
+ 0,
985
+ [_eI, _eTp, _s, _p, _ena, _cTr, _n, _sSO],
986
+ [0, 0, 0, 1, 2, 4, 0, () => S3Object],
987
+ ];
988
+ var EphemerisMetaData = [3, n0, _EMD, 0, [_so, _eI, _ep, _n], [0, 0, 4, 0]];
989
+ var EphemerisResponseData = [3, n0, _ERD, 0, [_eI, _eTp], [0, 0]];
990
+ var Frequency = [3, n0, _F, 0, [_va, _u], [1, 0]];
991
+ var FrequencyBandwidth = [3, n0, _FB, 0, [_va, _u], [1, 0]];
992
+ var GetAgentConfigurationRequest = [3, n0, _GACR, 0, [_aI], [[0, 1]]];
993
+ var GetAgentConfigurationResponse = [3, n0, _GACRe, 0, [_aI, _tDa], [0, 0]];
994
+ var GetAgentTaskResponseUrlRequest = [
995
+ 3,
996
+ n0,
997
+ _GATRUR,
998
+ 0,
999
+ [_aI, _tI],
1000
+ [
1001
+ [0, 1],
1002
+ [0, 1],
1003
+ ],
1004
+ ];
1005
+ var GetAgentTaskResponseUrlResponse = [3, n0, _GATRURe, 0, [_aI, _tI, _pLU], [0, 0, 0]];
1006
+ var GetConfigRequest = [
1007
+ 3,
1008
+ n0,
1009
+ _GCR,
1010
+ 0,
1011
+ [_cIo, _cTo],
1012
+ [
1013
+ [0, 1],
1014
+ [0, 1],
1015
+ ],
1016
+ ];
1017
+ var GetConfigResponse = [
1018
+ 3,
1019
+ n0,
1020
+ _GCRe,
1021
+ 0,
1022
+ [_cIo, _cAo, _n, _cTo, _cD, _t],
1023
+ [0, 0, 0, 0, () => ConfigTypeData, 128 | 0],
1024
+ ];
1025
+ var GetDataflowEndpointGroupRequest = [3, n0, _GDEGR, 0, [_dEGI], [[0, 1]]];
1026
+ var GetDataflowEndpointGroupResponse = [
1027
+ 3,
1028
+ n0,
1029
+ _GDEGRe,
1030
+ 0,
1031
+ [_dEGI, _dEGA, _eDn, _t, _cPPDS, _cPPDSo],
1032
+ [0, 0, () => EndpointDetailsList, 128 | 0, 1, 1],
1033
+ ];
1034
+ var GetMinuteUsageRequest = [3, n0, _GMUR, 0, [_mo, _y], [1, 1]];
1035
+ var GetMinuteUsageResponse = [
1036
+ 3,
1037
+ n0,
1038
+ _GMURe,
1039
+ 0,
1040
+ [_iRMC, _tRMA, _uMS, _tSM, _eMR],
1041
+ [2, 1, 1, 1, 1],
1042
+ ];
1043
+ var GetMissionProfileRequest = [3, n0, _GMPR, 0, [_mPI], [[0, 1]]];
1044
+ var GetMissionProfileResponse = [
1045
+ 3,
1046
+ n0,
1047
+ _GMPRe,
1048
+ 0,
1049
+ [_mPI, _mPA, _n, _r, _cPPDS, _cPPDSo, _mVCDS, _dE, _tCA, _t, _sKK, _sKR],
1050
+ [0, 0, 0, 0, 1, 1, 1, [1, n0, _DEL, 0, 64 | 0], 0, 128 | 0, () => KmsKey, 0],
1051
+ ];
1052
+ var GetSatelliteRequest = [3, n0, _GSR, 0, [_sI], [[0, 1]]];
1053
+ var GetSatelliteResponse = [
1054
+ 3,
1055
+ n0,
1056
+ _GSRe,
1057
+ 0,
1058
+ [_sI, _sAa, _nSID, _gSr, _cE],
1059
+ [0, 0, 1, 64 | 0, () => EphemerisMetaData],
1060
+ ];
1061
+ var GroundStationData = [3, n0, _GSD, 0, [_gSI, _gSN, _r], [0, 0, 0]];
1062
+ var IntegerRange = [3, n0, _IR, 0, [_mi, _ma], [1, 1]];
1063
+ var InvalidParameterException = [
1064
+ -3,
1065
+ n0,
1066
+ _IPE,
1067
+ {
1068
+ [_er]: _c,
1069
+ [_hE]: 431,
1070
+ },
1071
+ [_me, _pN],
1072
+ [0, 0],
1073
+ ];
1074
+ schema.TypeRegistry.for(n0).registerError(InvalidParameterException, InvalidParameterException$1);
1075
+ var ISO8601TimeRange = [3, n0, _ISOTR, 0, [_sT, _eT], [5, 5]];
1076
+ var ListConfigsRequest = [
1077
+ 3,
1078
+ n0,
1079
+ _LCR,
1080
+ 0,
1081
+ [_mR, _nT],
1082
+ [
1083
+ [
1084
+ 1,
1085
+ {
1086
+ [_hQ]: _mR,
1087
+ },
1088
+ ],
1089
+ [
1090
+ 0,
1091
+ {
1092
+ [_hQ]: _nT,
1093
+ },
1094
+ ],
1095
+ ],
1096
+ ];
1097
+ var ListConfigsResponse = [3, n0, _LCRi, 0, [_nT, _cL], [0, () => ConfigList]];
1098
+ var ListContactsRequest = [
1099
+ 3,
1100
+ n0,
1101
+ _LCRis,
1102
+ 0,
1103
+ [_mR, _nT, _sL, _sT, _eT, _gS, _sAa, _mPA, _e],
1104
+ [1, 0, 64 | 0, 4, 4, 0, 0, 0, () => EphemerisFilter],
1105
+ ];
1106
+ var ListContactsResponse = [3, n0, _LCRist, 0, [_nT, _cLo], [0, () => ContactList]];
1107
+ var ListDataflowEndpointGroupsRequest = [
1108
+ 3,
1109
+ n0,
1110
+ _LDEGR,
1111
+ 0,
1112
+ [_mR, _nT],
1113
+ [
1114
+ [
1115
+ 1,
1116
+ {
1117
+ [_hQ]: _mR,
1118
+ },
1119
+ ],
1120
+ [
1121
+ 0,
1122
+ {
1123
+ [_hQ]: _nT,
1124
+ },
1125
+ ],
1126
+ ],
1127
+ ];
1128
+ var ListDataflowEndpointGroupsResponse = [
1129
+ 3,
1130
+ n0,
1131
+ _LDEGRi,
1132
+ 0,
1133
+ [_nT, _dEGL],
1134
+ [0, () => DataflowEndpointGroupList],
1135
+ ];
1136
+ var ListEphemeridesRequest = [
1137
+ 3,
1138
+ n0,
1139
+ _LER,
1140
+ 0,
1141
+ [_sI, _eTp, _sT, _eT, _sL, _mR, _nT],
1142
+ [
1143
+ 0,
1144
+ 0,
1145
+ 4,
1146
+ 4,
1147
+ 64 | 0,
1148
+ [
1149
+ 1,
1150
+ {
1151
+ [_hQ]: _mR,
1152
+ },
1153
+ ],
1154
+ [
1155
+ 0,
1156
+ {
1157
+ [_hQ]: _nT,
1158
+ },
1159
+ ],
1160
+ ],
1161
+ ];
1162
+ var ListEphemeridesResponse = [3, n0, _LERi, 0, [_nT, _eph], [0, () => EphemeridesList]];
1163
+ var ListGroundStationsRequest = [
1164
+ 3,
1165
+ n0,
1166
+ _LGSR,
1167
+ 0,
1168
+ [_sI, _mR, _nT],
1169
+ [
1170
+ [
1171
+ 0,
1172
+ {
1173
+ [_hQ]: _sI,
1174
+ },
1175
+ ],
1176
+ [
1177
+ 1,
1178
+ {
1179
+ [_hQ]: _mR,
1180
+ },
1181
+ ],
1182
+ [
1183
+ 0,
1184
+ {
1185
+ [_hQ]: _nT,
1186
+ },
1187
+ ],
1188
+ ],
1189
+ ];
1190
+ var ListGroundStationsResponse = [
1191
+ 3,
1192
+ n0,
1193
+ _LGSRi,
1194
+ 0,
1195
+ [_nT, _gSL],
1196
+ [0, () => GroundStationList],
1197
+ ];
1198
+ var ListMissionProfilesRequest = [
1199
+ 3,
1200
+ n0,
1201
+ _LMPR,
1202
+ 0,
1203
+ [_mR, _nT],
1204
+ [
1205
+ [
1206
+ 1,
1207
+ {
1208
+ [_hQ]: _mR,
1209
+ },
1210
+ ],
1211
+ [
1212
+ 0,
1213
+ {
1214
+ [_hQ]: _nT,
1215
+ },
1216
+ ],
1217
+ ],
1218
+ ];
1219
+ var ListMissionProfilesResponse = [
1220
+ 3,
1221
+ n0,
1222
+ _LMPRi,
1223
+ 0,
1224
+ [_nT, _mPL],
1225
+ [0, () => MissionProfileList],
1226
+ ];
1227
+ var ListSatellitesRequest = [
1228
+ 3,
1229
+ n0,
1230
+ _LSR,
1231
+ 0,
1232
+ [_mR, _nT],
1233
+ [
1234
+ [
1235
+ 1,
1236
+ {
1237
+ [_hQ]: _mR,
1238
+ },
1239
+ ],
1240
+ [
1241
+ 0,
1242
+ {
1243
+ [_hQ]: _nT,
1244
+ },
1245
+ ],
1246
+ ],
1247
+ ];
1248
+ var ListSatellitesResponse = [3, n0, _LSRi, 0, [_nT, _sa], [0, () => SatelliteList]];
1249
+ var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rA], [[0, 1]]];
1250
+ var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_t], [128 | 0]];
1251
+ var MissionProfileIdResponse = [3, n0, _MPIR, 0, [_mPI], [0]];
1252
+ var MissionProfileListItem = [3, n0, _MPLI, 0, [_mPI, _mPA, _r, _n], [0, 0, 0, 0]];
1253
+ var OEMEphemeris = [3, n0, _OEME, 0, [_sO, _oD], [() => S3Object, 0]];
1254
+ var RangedConnectionDetails = [3, n0, _RCD, 0, [_sA, _m], [() => RangedSocketAddress, 1]];
1255
+ var RangedSocketAddress = [3, n0, _RSA, 0, [_n, _pR], [0, () => IntegerRange]];
1256
+ var RegisterAgentRequest = [
1257
+ 3,
1258
+ n0,
1259
+ _RAR,
1260
+ 0,
1261
+ [_dDi, _aD, _t],
1262
+ [() => DiscoveryData, () => AgentDetails, 128 | 0],
1263
+ ];
1264
+ var RegisterAgentResponse = [3, n0, _RARe, 0, [_aI], [0]];
1265
+ var ReserveContactRequest = [
1266
+ 3,
1267
+ n0,
1268
+ _RCR,
1269
+ 0,
1270
+ [_mPA, _sAa, _sT, _eT, _gS, _t, _tO],
1271
+ [0, 0, 4, 4, 0, 128 | 0, () => TrackingOverrides],
1272
+ ];
1273
+ var ResourceInUseException = [
1274
+ -3,
1275
+ n0,
1276
+ _RIUE,
1277
+ {
1278
+ [_er]: _c,
1279
+ [_hE]: 409,
1280
+ },
1281
+ [_me],
1282
+ [0],
1283
+ ];
1284
+ schema.TypeRegistry.for(n0).registerError(ResourceInUseException, ResourceInUseException$1);
1285
+ var ResourceLimitExceededException = [
1286
+ -3,
1287
+ n0,
1288
+ _RLEE,
1289
+ {
1290
+ [_er]: _c,
1291
+ [_hE]: 429,
1292
+ },
1293
+ [_me, _pN],
1294
+ [0, 0],
1295
+ ];
1296
+ schema.TypeRegistry.for(n0).registerError(ResourceLimitExceededException, ResourceLimitExceededException$1);
1297
+ var ResourceNotFoundException = [
1298
+ -3,
1299
+ n0,
1300
+ _RNFE,
1301
+ {
1302
+ [_er]: _c,
1303
+ [_hE]: 434,
1304
+ },
1305
+ [_me],
1306
+ [0],
1307
+ ];
1308
+ schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException, ResourceNotFoundException$1);
1309
+ var S3Object = [3, n0, _SO, 0, [_b, _k, _ve], [0, 0, 0]];
1310
+ var S3RecordingConfig = [3, n0, _SRC, 0, [_bA, _rAo, _pr], [0, 0, 0]];
1311
+ var S3RecordingDetails = [3, n0, _SRD, 0, [_bA, _kT], [0, 0]];
1312
+ var SatelliteListItem = [
1313
+ 3,
1314
+ n0,
1315
+ _SLI,
1316
+ 0,
1317
+ [_sI, _sAa, _nSID, _gSr, _cE],
1318
+ [0, 0, 1, 64 | 0, () => EphemerisMetaData],
1319
+ ];
1320
+ var SecurityDetails = [3, n0, _SD, 0, [_sIu, _sGI, _rAo], [64 | 0, 64 | 0, 0]];
1321
+ var ServiceQuotaExceededException = [
1322
+ -3,
1323
+ n0,
1324
+ _SQEE,
1325
+ {
1326
+ [_er]: _c,
1327
+ [_hE]: 402,
1328
+ },
1329
+ [_me, _pN],
1330
+ [0, 0],
1331
+ ];
1332
+ schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, ServiceQuotaExceededException$1);
1333
+ var SocketAddress = [3, n0, _SA, 0, [_n, _po], [0, 1]];
1334
+ var Source = [3, n0, _S, 0, [_cTo, _cIo, _cDo, _dSR], [0, 0, () => ConfigDetails, 0]];
1335
+ var SpectrumConfig = [
1336
+ 3,
1337
+ n0,
1338
+ _SC,
1339
+ 0,
1340
+ [_cF, _ba, _pol],
1341
+ [() => Frequency, () => FrequencyBandwidth, 0],
1342
+ ];
1343
+ var TagResourceRequest = [3, n0, _TRR, 0, [_rA, _t], [[0, 1], 128 | 0]];
1344
+ var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
1345
+ var TimeAzEl = [3, n0, _TAE, 0, [_dt, _az, _el], [1, 1, 1]];
1346
+ var TimeRange = [3, n0, _TR, 0, [_sT, _eT], [4, 4]];
1347
+ var TLEData = [3, n0, _TLED, 0, [_tL, _tLl, _vTR], [0, 0, () => TimeRange]];
1348
+ var TLEEphemeris = [3, n0, _TLEE, 0, [_sO, _tDl], [() => S3Object, () => TLEDataList]];
1349
+ var TrackingConfig = [3, n0, _TC, 0, [_au], [0]];
1350
+ var TrackingOverrides = [3, n0, _TO, 0, [_pTS], [() => ProgramTrackSettings]];
1351
+ var UntagResourceRequest = [
1352
+ 3,
1353
+ n0,
1354
+ _URR,
1355
+ 0,
1356
+ [_rA, _tK],
1357
+ [
1358
+ [0, 1],
1359
+ [
1360
+ 64 | 0,
1361
+ {
1362
+ [_hQ]: _tK,
1363
+ },
1364
+ ],
1365
+ ],
1366
+ ];
1367
+ var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
1368
+ var UpdateAgentStatusRequest = [
1369
+ 3,
1370
+ n0,
1371
+ _UASR,
1372
+ 0,
1373
+ [_aI, _tI, _aSg, _cSo],
1374
+ [[0, 1], 0, () => AggregateStatus, () => ComponentStatusList],
1375
+ ];
1376
+ var UpdateAgentStatusResponse = [3, n0, _UASRp, 0, [_aI], [0]];
1377
+ var UpdateConfigRequest = [
1378
+ 3,
1379
+ n0,
1380
+ _UCR,
1381
+ 0,
1382
+ [_cIo, _n, _cTo, _cD],
1383
+ [[0, 1], 0, [0, 1], () => ConfigTypeData],
1384
+ ];
1385
+ var UpdateEphemerisRequest = [3, n0, _UER, 0, [_eI, _ena, _n, _p], [[0, 1], 2, 0, 1]];
1386
+ var UpdateMissionProfileRequest = [
1387
+ 3,
1388
+ n0,
1389
+ _UMPR,
1390
+ 0,
1391
+ [_mPI, _n, _cPPDS, _cPPDSo, _mVCDS, _dE, _tCA, _sKK, _sKR],
1392
+ [[0, 1], 0, 1, 1, 1, [1, n0, _DEL, 0, 64 | 0], 0, () => KmsKey, 0],
1393
+ ];
1394
+ var UplinkAwsGroundStationAgentEndpoint = [
1395
+ 3,
1396
+ n0,
1397
+ _UAGSAE,
1398
+ 0,
1399
+ [_n, _dD],
1400
+ [0, () => UplinkDataflowDetails],
1401
+ ];
1402
+ var UplinkAwsGroundStationAgentEndpointDetails = [
1403
+ 3,
1404
+ n0,
1405
+ _UAGSAED,
1406
+ 0,
1407
+ [_n, _dD, _aS, _aR],
1408
+ [0, () => UplinkDataflowDetails, 0, 0],
1409
+ ];
1410
+ var UplinkConnectionDetails = [
1411
+ 3,
1412
+ n0,
1413
+ _UCD,
1414
+ 0,
1415
+ [_iAAP, _aIAPA],
1416
+ [() => ConnectionDetails, () => RangedConnectionDetails],
1417
+ ];
1418
+ var UplinkEchoConfig = [3, n0, _UEC, 0, [_ena, _aUCA], [2, 0]];
1419
+ var UplinkSpectrumConfig = [3, n0, _USC, 0, [_cF, _pol], [() => Frequency, 0]];
1420
+ var GroundStationServiceException = [-3, _sm, "GroundStationServiceException", 0, [], []];
1421
+ schema.TypeRegistry.for(_sm).registerError(GroundStationServiceException, GroundStationServiceException$1);
1422
+ var AzElSegmentList = [1, n0, _AESL, 0, () => AzElSegment];
1423
+ var ComponentStatusList = [1, n0, _CSL, 0, () => ComponentStatusData];
1424
+ var ComponentVersionList = [1, n0, _CVL, 0, () => ComponentVersion];
1425
+ var ConfigList = [1, n0, _CL, 0, () => ConfigListItem];
1426
+ var ContactList = [1, n0, _CLo, 0, () => ContactData];
1427
+ var CreateEndpointDetailsList = [1, n0, _CEDL, 0, () => CreateEndpointDetails];
1428
+ var DataflowEndpointGroupList = [1, n0, _DEGL, 0, () => DataflowEndpointListItem];
1429
+ var DataflowList = [1, n0, _DL, 0, () => DataflowDetail];
1430
+ var EndpointDetailsList = [1, n0, _EDL, 0, () => EndpointDetails];
1431
+ var EphemeridesList = [1, n0, _EL, 0, () => EphemerisItem];
1432
+ var EphemerisErrorReasonList = [1, n0, _EERL, 0, () => EphemerisErrorReason];
1433
+ var GroundStationList = [1, n0, _GSL, 0, () => GroundStationData];
1434
+ var MissionProfileList = [1, n0, _MPL, 0, () => MissionProfileListItem];
1435
+ var SatelliteList = [1, n0, _SL, 0, () => SatelliteListItem];
1436
+ var TimeAzElList = [1, n0, _TAEL, 0, () => TimeAzEl];
1437
+ var TLEDataList = [1, n0, _TLEDL, 0, () => TLEData];
1438
+ var AzElSegmentsData = [
1439
+ 3,
1440
+ n0,
1441
+ _AESD,
1442
+ 0,
1443
+ [_sO, _aED],
1444
+ [() => S3Object, () => AzElSegments],
1445
+ ];
1446
+ var ConfigDetails = [
1447
+ 3,
1448
+ n0,
1449
+ _CDon,
1450
+ 0,
1451
+ [_eD, _aDDD, _sRD],
1452
+ [() => EndpointDetails, () => AntennaDemodDecodeDetails, () => S3RecordingDetails],
1453
+ ];
1454
+ var ConfigTypeData = [
1455
+ 3,
1456
+ n0,
1457
+ _CTD,
1458
+ 0,
1459
+ [_aDC, _tC, _dEC, _aDDDC, _aUC, _uEC, _sRC],
1460
+ [
1461
+ () => AntennaDownlinkConfig,
1462
+ () => TrackingConfig,
1463
+ () => DataflowEndpointConfig,
1464
+ () => AntennaDownlinkDemodDecodeConfig,
1465
+ () => AntennaUplinkConfig,
1466
+ () => UplinkEchoConfig,
1467
+ () => S3RecordingConfig,
1468
+ ],
1469
+ ];
1470
+ var CreateEndpointDetails = [
1471
+ 3,
1472
+ n0,
1473
+ _CED,
1474
+ 0,
1475
+ [_uAGSAE, _dAGSAE],
1476
+ [() => UplinkAwsGroundStationAgentEndpoint, () => DownlinkAwsGroundStationAgentEndpoint],
1477
+ ];
1478
+ var DownlinkDataflowDetails = [3, n0, _DDD, 0, [_aCD], [() => DownlinkConnectionDetails]];
1479
+ var EphemerisData = [
1480
+ 3,
1481
+ n0,
1482
+ _EDph,
1483
+ 0,
1484
+ [_tl, _o, _aE],
1485
+ [() => TLEEphemeris, () => OEMEphemeris, () => AzElEphemeris],
1486
+ ];
1487
+ var EphemerisFilter = [3, n0, _EF, 0, [_aE], [() => AzElEphemerisFilter]];
1488
+ var EphemerisTypeDescription = [
1489
+ 3,
1490
+ n0,
1491
+ _ETD,
1492
+ 0,
1493
+ [_tl, _o, _aE],
1494
+ [() => EphemerisDescription, () => EphemerisDescription, () => EphemerisDescription],
1495
+ ];
1496
+ var KmsKey = [3, n0, _KK, 0, [_kKA, _kAA, _kAN], [0, 0, 0]];
1497
+ var ProgramTrackSettings = [3, n0, _PTS, 0, [_aE], [() => AzElProgramTrackSettings]];
1498
+ var UplinkDataflowDetails = [3, n0, _UDD, 0, [_aCD], [() => UplinkConnectionDetails]];
1499
+ var CancelContact = [
1500
+ 9,
1501
+ n0,
1502
+ _CC,
1503
+ {
1504
+ [_h]: ["DELETE", "/contact/{contactId}", 200],
1505
+ },
1506
+ () => CancelContactRequest,
1507
+ () => ContactIdResponse,
1508
+ ];
1509
+ var CreateConfig = [
1510
+ 9,
1511
+ n0,
1512
+ _CCr,
1513
+ {
1514
+ [_h]: ["POST", "/config", 200],
1515
+ },
1516
+ () => CreateConfigRequest,
1517
+ () => ConfigIdResponse,
1518
+ ];
1519
+ var CreateDataflowEndpointGroup = [
1520
+ 9,
1521
+ n0,
1522
+ _CDEG,
1523
+ {
1524
+ [_h]: ["POST", "/dataflowEndpointGroup", 200],
1525
+ },
1526
+ () => CreateDataflowEndpointGroupRequest,
1527
+ () => DataflowEndpointGroupIdResponse,
1528
+ ];
1529
+ var CreateDataflowEndpointGroupV2 = [
1530
+ 9,
1531
+ n0,
1532
+ _CDEGV,
1533
+ {
1534
+ [_h]: ["POST", "/dataflowEndpointGroupV2", 200],
1535
+ },
1536
+ () => CreateDataflowEndpointGroupV2Request,
1537
+ () => CreateDataflowEndpointGroupV2Response,
1538
+ ];
1539
+ var CreateEphemeris = [
1540
+ 9,
1541
+ n0,
1542
+ _CE,
1543
+ {
1544
+ [_h]: ["POST", "/ephemeris", 200],
1545
+ },
1546
+ () => CreateEphemerisRequest,
1547
+ () => EphemerisIdResponse,
1548
+ ];
1549
+ var CreateMissionProfile = [
1550
+ 9,
1551
+ n0,
1552
+ _CMP,
1553
+ {
1554
+ [_h]: ["POST", "/missionprofile", 200],
1555
+ },
1556
+ () => CreateMissionProfileRequest,
1557
+ () => MissionProfileIdResponse,
1558
+ ];
1559
+ var DeleteConfig = [
1560
+ 9,
1561
+ n0,
1562
+ _DCel,
1563
+ {
1564
+ [_h]: ["DELETE", "/config/{configType}/{configId}", 200],
1565
+ },
1566
+ () => DeleteConfigRequest,
1567
+ () => ConfigIdResponse,
1568
+ ];
1569
+ var DeleteDataflowEndpointGroup = [
1570
+ 9,
1571
+ n0,
1572
+ _DDEG,
1573
+ {
1574
+ [_h]: ["DELETE", "/dataflowEndpointGroup/{dataflowEndpointGroupId}", 200],
1575
+ },
1576
+ () => DeleteDataflowEndpointGroupRequest,
1577
+ () => DataflowEndpointGroupIdResponse,
1578
+ ];
1579
+ var DeleteEphemeris = [
1580
+ 9,
1581
+ n0,
1582
+ _DEel,
1583
+ {
1584
+ [_h]: ["DELETE", "/ephemeris/{ephemerisId}", 200],
1585
+ },
1586
+ () => DeleteEphemerisRequest,
1587
+ () => EphemerisIdResponse,
1588
+ ];
1589
+ var DeleteMissionProfile = [
1590
+ 9,
1591
+ n0,
1592
+ _DMP,
1593
+ {
1594
+ [_h]: ["DELETE", "/missionprofile/{missionProfileId}", 200],
1595
+ },
1596
+ () => DeleteMissionProfileRequest,
1597
+ () => MissionProfileIdResponse,
1598
+ ];
1599
+ var DescribeContact = [
1600
+ 9,
1601
+ n0,
1602
+ _DCes,
1603
+ {
1604
+ [_h]: ["GET", "/contact/{contactId}", 200],
1605
+ },
1606
+ () => DescribeContactRequest,
1607
+ () => DescribeContactResponse,
1608
+ ];
1609
+ var DescribeEphemeris = [
1610
+ 9,
1611
+ n0,
1612
+ _DEes,
1613
+ {
1614
+ [_h]: ["GET", "/ephemeris/{ephemerisId}", 200],
1615
+ },
1616
+ () => DescribeEphemerisRequest,
1617
+ () => DescribeEphemerisResponse,
1618
+ ];
1619
+ var GetAgentConfiguration = [
1620
+ 9,
1621
+ n0,
1622
+ _GAC,
1623
+ {
1624
+ [_h]: ["GET", "/agent/{agentId}/configuration", 200],
1625
+ },
1626
+ () => GetAgentConfigurationRequest,
1627
+ () => GetAgentConfigurationResponse,
1628
+ ];
1629
+ var GetAgentTaskResponseUrl = [
1630
+ 9,
1631
+ n0,
1632
+ _GATRU,
1633
+ {
1634
+ [_h]: ["GET", "/agentResponseUrl/{agentId}/{taskId}", 200],
1635
+ },
1636
+ () => GetAgentTaskResponseUrlRequest,
1637
+ () => GetAgentTaskResponseUrlResponse,
1638
+ ];
1639
+ var GetConfig = [
1640
+ 9,
1641
+ n0,
1642
+ _GC,
1643
+ {
1644
+ [_h]: ["GET", "/config/{configType}/{configId}", 200],
1645
+ },
1646
+ () => GetConfigRequest,
1647
+ () => GetConfigResponse,
1648
+ ];
1649
+ var GetDataflowEndpointGroup = [
1650
+ 9,
1651
+ n0,
1652
+ _GDEG,
1653
+ {
1654
+ [_h]: ["GET", "/dataflowEndpointGroup/{dataflowEndpointGroupId}", 200],
1655
+ },
1656
+ () => GetDataflowEndpointGroupRequest,
1657
+ () => GetDataflowEndpointGroupResponse,
1658
+ ];
1659
+ var GetMinuteUsage = [
1660
+ 9,
1661
+ n0,
1662
+ _GMU,
1663
+ {
1664
+ [_h]: ["POST", "/minute-usage", 200],
1665
+ },
1666
+ () => GetMinuteUsageRequest,
1667
+ () => GetMinuteUsageResponse,
1668
+ ];
1669
+ var GetMissionProfile = [
1670
+ 9,
1671
+ n0,
1672
+ _GMP,
1673
+ {
1674
+ [_h]: ["GET", "/missionprofile/{missionProfileId}", 200],
1675
+ },
1676
+ () => GetMissionProfileRequest,
1677
+ () => GetMissionProfileResponse,
1678
+ ];
1679
+ var GetSatellite = [
1680
+ 9,
1681
+ n0,
1682
+ _GS,
1683
+ {
1684
+ [_h]: ["GET", "/satellite/{satelliteId}", 200],
1685
+ },
1686
+ () => GetSatelliteRequest,
1687
+ () => GetSatelliteResponse,
1688
+ ];
1689
+ var ListConfigs = [
1690
+ 9,
1691
+ n0,
1692
+ _LC,
1693
+ {
1694
+ [_h]: ["GET", "/config", 200],
1695
+ },
1696
+ () => ListConfigsRequest,
1697
+ () => ListConfigsResponse,
1698
+ ];
1699
+ var ListContacts = [
1700
+ 9,
1701
+ n0,
1702
+ _LCi,
1703
+ {
1704
+ [_h]: ["POST", "/contacts", 200],
1705
+ },
1706
+ () => ListContactsRequest,
1707
+ () => ListContactsResponse,
1708
+ ];
1709
+ var ListDataflowEndpointGroups = [
1710
+ 9,
1711
+ n0,
1712
+ _LDEG,
1713
+ {
1714
+ [_h]: ["GET", "/dataflowEndpointGroup", 200],
1715
+ },
1716
+ () => ListDataflowEndpointGroupsRequest,
1717
+ () => ListDataflowEndpointGroupsResponse,
1718
+ ];
1719
+ var ListEphemerides = [
1720
+ 9,
1721
+ n0,
1722
+ _LE,
1723
+ {
1724
+ [_h]: ["POST", "/ephemerides", 200],
1725
+ },
1726
+ () => ListEphemeridesRequest,
1727
+ () => ListEphemeridesResponse,
1728
+ ];
1729
+ var ListGroundStations = [
1730
+ 9,
1731
+ n0,
1732
+ _LGS,
1733
+ {
1734
+ [_h]: ["GET", "/groundstation", 200],
1735
+ },
1736
+ () => ListGroundStationsRequest,
1737
+ () => ListGroundStationsResponse,
1738
+ ];
1739
+ var ListMissionProfiles = [
1740
+ 9,
1741
+ n0,
1742
+ _LMP,
1743
+ {
1744
+ [_h]: ["GET", "/missionprofile", 200],
1745
+ },
1746
+ () => ListMissionProfilesRequest,
1747
+ () => ListMissionProfilesResponse,
1748
+ ];
1749
+ var ListSatellites = [
1750
+ 9,
1751
+ n0,
1752
+ _LS,
1753
+ {
1754
+ [_h]: ["GET", "/satellite", 200],
1755
+ },
1756
+ () => ListSatellitesRequest,
1757
+ () => ListSatellitesResponse,
1758
+ ];
1759
+ var ListTagsForResource = [
1760
+ 9,
1761
+ n0,
1762
+ _LTFR,
1763
+ {
1764
+ [_h]: ["GET", "/tags/{resourceArn}", 200],
1765
+ },
1766
+ () => ListTagsForResourceRequest,
1767
+ () => ListTagsForResourceResponse,
1768
+ ];
1769
+ var RegisterAgent = [
1770
+ 9,
1771
+ n0,
1772
+ _RA,
1773
+ {
1774
+ [_h]: ["POST", "/agent", 200],
1775
+ },
1776
+ () => RegisterAgentRequest,
1777
+ () => RegisterAgentResponse,
1778
+ ];
1779
+ var ReserveContact = [
1780
+ 9,
1781
+ n0,
1782
+ _RC,
1783
+ {
1784
+ [_h]: ["POST", "/contact", 200],
1785
+ },
1786
+ () => ReserveContactRequest,
1787
+ () => ContactIdResponse,
1788
+ ];
1789
+ var TagResource = [
1790
+ 9,
1791
+ n0,
1792
+ _TRa,
1793
+ {
1794
+ [_h]: ["POST", "/tags/{resourceArn}", 200],
1795
+ },
1796
+ () => TagResourceRequest,
1797
+ () => TagResourceResponse,
1798
+ ];
1799
+ var UntagResource = [
1800
+ 9,
1801
+ n0,
1802
+ _UR,
1803
+ {
1804
+ [_h]: ["DELETE", "/tags/{resourceArn}", 200],
1805
+ },
1806
+ () => UntagResourceRequest,
1807
+ () => UntagResourceResponse,
1808
+ ];
1809
+ var UpdateAgentStatus = [
1810
+ 9,
1811
+ n0,
1812
+ _UAS,
1813
+ {
1814
+ [_h]: ["PUT", "/agent/{agentId}", 200],
1815
+ },
1816
+ () => UpdateAgentStatusRequest,
1817
+ () => UpdateAgentStatusResponse,
1818
+ ];
1819
+ var UpdateConfig = [
1820
+ 9,
1821
+ n0,
1822
+ _UC,
1823
+ {
1824
+ [_h]: ["PUT", "/config/{configType}/{configId}", 200],
1825
+ },
1826
+ () => UpdateConfigRequest,
1827
+ () => ConfigIdResponse,
1828
+ ];
1829
+ var UpdateEphemeris = [
1830
+ 9,
1831
+ n0,
1832
+ _UE,
1833
+ {
1834
+ [_h]: ["PUT", "/ephemeris/{ephemerisId}", 200],
1835
+ },
1836
+ () => UpdateEphemerisRequest,
1837
+ () => EphemerisIdResponse,
1838
+ ];
1839
+ var UpdateMissionProfile = [
1840
+ 9,
1841
+ n0,
1842
+ _UMP,
1843
+ {
1844
+ [_h]: ["PUT", "/missionprofile/{missionProfileId}", 200],
1845
+ },
1846
+ () => UpdateMissionProfileRequest,
1847
+ () => MissionProfileIdResponse,
1848
+ ];
1938
1849
 
1939
1850
  class CancelContactCommand extends smithyClient.Command
1940
1851
  .classBuilder()
1941
1852
  .ep(commonParams)
1942
1853
  .m(function (Command, cs, config, o) {
1943
- return [
1944
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1945
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1946
- ];
1854
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1947
1855
  })
1948
1856
  .s("GroundStation", "CancelContact", {})
1949
1857
  .n("GroundStationClient", "CancelContactCommand")
1950
- .f(void 0, void 0)
1951
- .ser(se_CancelContactCommand)
1952
- .de(de_CancelContactCommand)
1858
+ .sc(CancelContact)
1953
1859
  .build() {
1954
1860
  }
1955
1861
 
@@ -1957,16 +1863,11 @@ class CreateConfigCommand extends smithyClient.Command
1957
1863
  .classBuilder()
1958
1864
  .ep(commonParams)
1959
1865
  .m(function (Command, cs, config, o) {
1960
- return [
1961
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1962
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1963
- ];
1866
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1964
1867
  })
1965
1868
  .s("GroundStation", "CreateConfig", {})
1966
1869
  .n("GroundStationClient", "CreateConfigCommand")
1967
- .f(void 0, void 0)
1968
- .ser(se_CreateConfigCommand)
1969
- .de(de_CreateConfigCommand)
1870
+ .sc(CreateConfig)
1970
1871
  .build() {
1971
1872
  }
1972
1873
 
@@ -1974,16 +1875,11 @@ class CreateDataflowEndpointGroupCommand extends smithyClient.Command
1974
1875
  .classBuilder()
1975
1876
  .ep(commonParams)
1976
1877
  .m(function (Command, cs, config, o) {
1977
- return [
1978
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1979
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1980
- ];
1878
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1981
1879
  })
1982
1880
  .s("GroundStation", "CreateDataflowEndpointGroup", {})
1983
1881
  .n("GroundStationClient", "CreateDataflowEndpointGroupCommand")
1984
- .f(void 0, void 0)
1985
- .ser(se_CreateDataflowEndpointGroupCommand)
1986
- .de(de_CreateDataflowEndpointGroupCommand)
1882
+ .sc(CreateDataflowEndpointGroup)
1987
1883
  .build() {
1988
1884
  }
1989
1885
 
@@ -1991,16 +1887,11 @@ class CreateDataflowEndpointGroupV2Command extends smithyClient.Command
1991
1887
  .classBuilder()
1992
1888
  .ep(commonParams)
1993
1889
  .m(function (Command, cs, config, o) {
1994
- return [
1995
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1996
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1997
- ];
1890
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1998
1891
  })
1999
1892
  .s("GroundStation", "CreateDataflowEndpointGroupV2", {})
2000
1893
  .n("GroundStationClient", "CreateDataflowEndpointGroupV2Command")
2001
- .f(void 0, void 0)
2002
- .ser(se_CreateDataflowEndpointGroupV2Command)
2003
- .de(de_CreateDataflowEndpointGroupV2Command)
1894
+ .sc(CreateDataflowEndpointGroupV2)
2004
1895
  .build() {
2005
1896
  }
2006
1897
 
@@ -2008,16 +1899,11 @@ class CreateEphemerisCommand extends smithyClient.Command
2008
1899
  .classBuilder()
2009
1900
  .ep(commonParams)
2010
1901
  .m(function (Command, cs, config, o) {
2011
- return [
2012
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2013
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2014
- ];
1902
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2015
1903
  })
2016
1904
  .s("GroundStation", "CreateEphemeris", {})
2017
1905
  .n("GroundStationClient", "CreateEphemerisCommand")
2018
- .f(void 0, void 0)
2019
- .ser(se_CreateEphemerisCommand)
2020
- .de(de_CreateEphemerisCommand)
1906
+ .sc(CreateEphemeris)
2021
1907
  .build() {
2022
1908
  }
2023
1909
 
@@ -2025,16 +1911,11 @@ class CreateMissionProfileCommand extends smithyClient.Command
2025
1911
  .classBuilder()
2026
1912
  .ep(commonParams)
2027
1913
  .m(function (Command, cs, config, o) {
2028
- return [
2029
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2030
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2031
- ];
1914
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2032
1915
  })
2033
1916
  .s("GroundStation", "CreateMissionProfile", {})
2034
1917
  .n("GroundStationClient", "CreateMissionProfileCommand")
2035
- .f(void 0, void 0)
2036
- .ser(se_CreateMissionProfileCommand)
2037
- .de(de_CreateMissionProfileCommand)
1918
+ .sc(CreateMissionProfile)
2038
1919
  .build() {
2039
1920
  }
2040
1921
 
@@ -2042,16 +1923,11 @@ class DeleteConfigCommand extends smithyClient.Command
2042
1923
  .classBuilder()
2043
1924
  .ep(commonParams)
2044
1925
  .m(function (Command, cs, config, o) {
2045
- return [
2046
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2047
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2048
- ];
1926
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2049
1927
  })
2050
1928
  .s("GroundStation", "DeleteConfig", {})
2051
1929
  .n("GroundStationClient", "DeleteConfigCommand")
2052
- .f(void 0, void 0)
2053
- .ser(se_DeleteConfigCommand)
2054
- .de(de_DeleteConfigCommand)
1930
+ .sc(DeleteConfig)
2055
1931
  .build() {
2056
1932
  }
2057
1933
 
@@ -2059,16 +1935,11 @@ class DeleteDataflowEndpointGroupCommand extends smithyClient.Command
2059
1935
  .classBuilder()
2060
1936
  .ep(commonParams)
2061
1937
  .m(function (Command, cs, config, o) {
2062
- return [
2063
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2064
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2065
- ];
1938
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2066
1939
  })
2067
1940
  .s("GroundStation", "DeleteDataflowEndpointGroup", {})
2068
1941
  .n("GroundStationClient", "DeleteDataflowEndpointGroupCommand")
2069
- .f(void 0, void 0)
2070
- .ser(se_DeleteDataflowEndpointGroupCommand)
2071
- .de(de_DeleteDataflowEndpointGroupCommand)
1942
+ .sc(DeleteDataflowEndpointGroup)
2072
1943
  .build() {
2073
1944
  }
2074
1945
 
@@ -2076,16 +1947,11 @@ class DeleteEphemerisCommand extends smithyClient.Command
2076
1947
  .classBuilder()
2077
1948
  .ep(commonParams)
2078
1949
  .m(function (Command, cs, config, o) {
2079
- return [
2080
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2081
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2082
- ];
1950
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2083
1951
  })
2084
1952
  .s("GroundStation", "DeleteEphemeris", {})
2085
1953
  .n("GroundStationClient", "DeleteEphemerisCommand")
2086
- .f(void 0, void 0)
2087
- .ser(se_DeleteEphemerisCommand)
2088
- .de(de_DeleteEphemerisCommand)
1954
+ .sc(DeleteEphemeris)
2089
1955
  .build() {
2090
1956
  }
2091
1957
 
@@ -2093,16 +1959,11 @@ class DeleteMissionProfileCommand extends smithyClient.Command
2093
1959
  .classBuilder()
2094
1960
  .ep(commonParams)
2095
1961
  .m(function (Command, cs, config, o) {
2096
- return [
2097
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2098
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2099
- ];
1962
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2100
1963
  })
2101
1964
  .s("GroundStation", "DeleteMissionProfile", {})
2102
1965
  .n("GroundStationClient", "DeleteMissionProfileCommand")
2103
- .f(void 0, void 0)
2104
- .ser(se_DeleteMissionProfileCommand)
2105
- .de(de_DeleteMissionProfileCommand)
1966
+ .sc(DeleteMissionProfile)
2106
1967
  .build() {
2107
1968
  }
2108
1969
 
@@ -2110,16 +1971,11 @@ class DescribeContactCommand extends smithyClient.Command
2110
1971
  .classBuilder()
2111
1972
  .ep(commonParams)
2112
1973
  .m(function (Command, cs, config, o) {
2113
- return [
2114
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2115
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2116
- ];
1974
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2117
1975
  })
2118
1976
  .s("GroundStation", "DescribeContact", {})
2119
1977
  .n("GroundStationClient", "DescribeContactCommand")
2120
- .f(void 0, void 0)
2121
- .ser(se_DescribeContactCommand)
2122
- .de(de_DescribeContactCommand)
1978
+ .sc(DescribeContact)
2123
1979
  .build() {
2124
1980
  }
2125
1981
 
@@ -2127,16 +1983,11 @@ class DescribeEphemerisCommand extends smithyClient.Command
2127
1983
  .classBuilder()
2128
1984
  .ep(commonParams)
2129
1985
  .m(function (Command, cs, config, o) {
2130
- return [
2131
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2132
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2133
- ];
1986
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2134
1987
  })
2135
1988
  .s("GroundStation", "DescribeEphemeris", {})
2136
1989
  .n("GroundStationClient", "DescribeEphemerisCommand")
2137
- .f(void 0, void 0)
2138
- .ser(se_DescribeEphemerisCommand)
2139
- .de(de_DescribeEphemerisCommand)
1990
+ .sc(DescribeEphemeris)
2140
1991
  .build() {
2141
1992
  }
2142
1993
 
@@ -2144,16 +1995,11 @@ class GetAgentConfigurationCommand extends smithyClient.Command
2144
1995
  .classBuilder()
2145
1996
  .ep(commonParams)
2146
1997
  .m(function (Command, cs, config, o) {
2147
- return [
2148
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2149
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2150
- ];
1998
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2151
1999
  })
2152
2000
  .s("GroundStation", "GetAgentConfiguration", {})
2153
2001
  .n("GroundStationClient", "GetAgentConfigurationCommand")
2154
- .f(void 0, void 0)
2155
- .ser(se_GetAgentConfigurationCommand)
2156
- .de(de_GetAgentConfigurationCommand)
2002
+ .sc(GetAgentConfiguration)
2157
2003
  .build() {
2158
2004
  }
2159
2005
 
@@ -2161,16 +2007,11 @@ class GetAgentTaskResponseUrlCommand extends smithyClient.Command
2161
2007
  .classBuilder()
2162
2008
  .ep(commonParams)
2163
2009
  .m(function (Command, cs, config, o) {
2164
- return [
2165
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2166
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2167
- ];
2010
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2168
2011
  })
2169
2012
  .s("GroundStation", "GetAgentTaskResponseUrl", {})
2170
2013
  .n("GroundStationClient", "GetAgentTaskResponseUrlCommand")
2171
- .f(void 0, void 0)
2172
- .ser(se_GetAgentTaskResponseUrlCommand)
2173
- .de(de_GetAgentTaskResponseUrlCommand)
2014
+ .sc(GetAgentTaskResponseUrl)
2174
2015
  .build() {
2175
2016
  }
2176
2017
 
@@ -2178,16 +2019,11 @@ class GetConfigCommand extends smithyClient.Command
2178
2019
  .classBuilder()
2179
2020
  .ep(commonParams)
2180
2021
  .m(function (Command, cs, config, o) {
2181
- return [
2182
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2183
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2184
- ];
2022
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2185
2023
  })
2186
2024
  .s("GroundStation", "GetConfig", {})
2187
2025
  .n("GroundStationClient", "GetConfigCommand")
2188
- .f(void 0, void 0)
2189
- .ser(se_GetConfigCommand)
2190
- .de(de_GetConfigCommand)
2026
+ .sc(GetConfig)
2191
2027
  .build() {
2192
2028
  }
2193
2029
 
@@ -2195,16 +2031,11 @@ class GetDataflowEndpointGroupCommand extends smithyClient.Command
2195
2031
  .classBuilder()
2196
2032
  .ep(commonParams)
2197
2033
  .m(function (Command, cs, config, o) {
2198
- return [
2199
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2200
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2201
- ];
2034
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2202
2035
  })
2203
2036
  .s("GroundStation", "GetDataflowEndpointGroup", {})
2204
2037
  .n("GroundStationClient", "GetDataflowEndpointGroupCommand")
2205
- .f(void 0, void 0)
2206
- .ser(se_GetDataflowEndpointGroupCommand)
2207
- .de(de_GetDataflowEndpointGroupCommand)
2038
+ .sc(GetDataflowEndpointGroup)
2208
2039
  .build() {
2209
2040
  }
2210
2041
 
@@ -2212,16 +2043,11 @@ class GetMinuteUsageCommand extends smithyClient.Command
2212
2043
  .classBuilder()
2213
2044
  .ep(commonParams)
2214
2045
  .m(function (Command, cs, config, o) {
2215
- return [
2216
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2217
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2218
- ];
2046
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2219
2047
  })
2220
2048
  .s("GroundStation", "GetMinuteUsage", {})
2221
2049
  .n("GroundStationClient", "GetMinuteUsageCommand")
2222
- .f(void 0, void 0)
2223
- .ser(se_GetMinuteUsageCommand)
2224
- .de(de_GetMinuteUsageCommand)
2050
+ .sc(GetMinuteUsage)
2225
2051
  .build() {
2226
2052
  }
2227
2053
 
@@ -2229,16 +2055,11 @@ class GetMissionProfileCommand extends smithyClient.Command
2229
2055
  .classBuilder()
2230
2056
  .ep(commonParams)
2231
2057
  .m(function (Command, cs, config, o) {
2232
- return [
2233
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2234
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2235
- ];
2058
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2236
2059
  })
2237
2060
  .s("GroundStation", "GetMissionProfile", {})
2238
2061
  .n("GroundStationClient", "GetMissionProfileCommand")
2239
- .f(void 0, void 0)
2240
- .ser(se_GetMissionProfileCommand)
2241
- .de(de_GetMissionProfileCommand)
2062
+ .sc(GetMissionProfile)
2242
2063
  .build() {
2243
2064
  }
2244
2065
 
@@ -2246,16 +2067,11 @@ class GetSatelliteCommand extends smithyClient.Command
2246
2067
  .classBuilder()
2247
2068
  .ep(commonParams)
2248
2069
  .m(function (Command, cs, config, o) {
2249
- return [
2250
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2251
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2252
- ];
2070
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2253
2071
  })
2254
2072
  .s("GroundStation", "GetSatellite", {})
2255
2073
  .n("GroundStationClient", "GetSatelliteCommand")
2256
- .f(void 0, void 0)
2257
- .ser(se_GetSatelliteCommand)
2258
- .de(de_GetSatelliteCommand)
2074
+ .sc(GetSatellite)
2259
2075
  .build() {
2260
2076
  }
2261
2077
 
@@ -2263,16 +2079,11 @@ class ListConfigsCommand extends smithyClient.Command
2263
2079
  .classBuilder()
2264
2080
  .ep(commonParams)
2265
2081
  .m(function (Command, cs, config, o) {
2266
- return [
2267
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2268
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2269
- ];
2082
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2270
2083
  })
2271
2084
  .s("GroundStation", "ListConfigs", {})
2272
2085
  .n("GroundStationClient", "ListConfigsCommand")
2273
- .f(void 0, void 0)
2274
- .ser(se_ListConfigsCommand)
2275
- .de(de_ListConfigsCommand)
2086
+ .sc(ListConfigs)
2276
2087
  .build() {
2277
2088
  }
2278
2089
 
@@ -2280,16 +2091,11 @@ class ListContactsCommand extends smithyClient.Command
2280
2091
  .classBuilder()
2281
2092
  .ep(commonParams)
2282
2093
  .m(function (Command, cs, config, o) {
2283
- return [
2284
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2285
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2286
- ];
2094
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2287
2095
  })
2288
2096
  .s("GroundStation", "ListContacts", {})
2289
2097
  .n("GroundStationClient", "ListContactsCommand")
2290
- .f(void 0, void 0)
2291
- .ser(se_ListContactsCommand)
2292
- .de(de_ListContactsCommand)
2098
+ .sc(ListContacts)
2293
2099
  .build() {
2294
2100
  }
2295
2101
 
@@ -2297,16 +2103,11 @@ class ListDataflowEndpointGroupsCommand extends smithyClient.Command
2297
2103
  .classBuilder()
2298
2104
  .ep(commonParams)
2299
2105
  .m(function (Command, cs, config, o) {
2300
- return [
2301
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2302
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2303
- ];
2106
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2304
2107
  })
2305
2108
  .s("GroundStation", "ListDataflowEndpointGroups", {})
2306
2109
  .n("GroundStationClient", "ListDataflowEndpointGroupsCommand")
2307
- .f(void 0, void 0)
2308
- .ser(se_ListDataflowEndpointGroupsCommand)
2309
- .de(de_ListDataflowEndpointGroupsCommand)
2110
+ .sc(ListDataflowEndpointGroups)
2310
2111
  .build() {
2311
2112
  }
2312
2113
 
@@ -2314,16 +2115,11 @@ class ListEphemeridesCommand extends smithyClient.Command
2314
2115
  .classBuilder()
2315
2116
  .ep(commonParams)
2316
2117
  .m(function (Command, cs, config, o) {
2317
- return [
2318
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2319
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2320
- ];
2118
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2321
2119
  })
2322
2120
  .s("GroundStation", "ListEphemerides", {})
2323
2121
  .n("GroundStationClient", "ListEphemeridesCommand")
2324
- .f(void 0, void 0)
2325
- .ser(se_ListEphemeridesCommand)
2326
- .de(de_ListEphemeridesCommand)
2122
+ .sc(ListEphemerides)
2327
2123
  .build() {
2328
2124
  }
2329
2125
 
@@ -2331,16 +2127,11 @@ class ListGroundStationsCommand extends smithyClient.Command
2331
2127
  .classBuilder()
2332
2128
  .ep(commonParams)
2333
2129
  .m(function (Command, cs, config, o) {
2334
- return [
2335
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2336
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2337
- ];
2130
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2338
2131
  })
2339
2132
  .s("GroundStation", "ListGroundStations", {})
2340
2133
  .n("GroundStationClient", "ListGroundStationsCommand")
2341
- .f(void 0, void 0)
2342
- .ser(se_ListGroundStationsCommand)
2343
- .de(de_ListGroundStationsCommand)
2134
+ .sc(ListGroundStations)
2344
2135
  .build() {
2345
2136
  }
2346
2137
 
@@ -2348,16 +2139,11 @@ class ListMissionProfilesCommand extends smithyClient.Command
2348
2139
  .classBuilder()
2349
2140
  .ep(commonParams)
2350
2141
  .m(function (Command, cs, config, o) {
2351
- return [
2352
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2353
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2354
- ];
2142
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2355
2143
  })
2356
2144
  .s("GroundStation", "ListMissionProfiles", {})
2357
2145
  .n("GroundStationClient", "ListMissionProfilesCommand")
2358
- .f(void 0, void 0)
2359
- .ser(se_ListMissionProfilesCommand)
2360
- .de(de_ListMissionProfilesCommand)
2146
+ .sc(ListMissionProfiles)
2361
2147
  .build() {
2362
2148
  }
2363
2149
 
@@ -2365,16 +2151,11 @@ class ListSatellitesCommand extends smithyClient.Command
2365
2151
  .classBuilder()
2366
2152
  .ep(commonParams)
2367
2153
  .m(function (Command, cs, config, o) {
2368
- return [
2369
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2370
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2371
- ];
2154
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2372
2155
  })
2373
2156
  .s("GroundStation", "ListSatellites", {})
2374
2157
  .n("GroundStationClient", "ListSatellitesCommand")
2375
- .f(void 0, void 0)
2376
- .ser(se_ListSatellitesCommand)
2377
- .de(de_ListSatellitesCommand)
2158
+ .sc(ListSatellites)
2378
2159
  .build() {
2379
2160
  }
2380
2161
 
@@ -2382,16 +2163,11 @@ class ListTagsForResourceCommand extends smithyClient.Command
2382
2163
  .classBuilder()
2383
2164
  .ep(commonParams)
2384
2165
  .m(function (Command, cs, config, o) {
2385
- return [
2386
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2387
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2388
- ];
2166
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2389
2167
  })
2390
2168
  .s("GroundStation", "ListTagsForResource", {})
2391
2169
  .n("GroundStationClient", "ListTagsForResourceCommand")
2392
- .f(void 0, void 0)
2393
- .ser(se_ListTagsForResourceCommand)
2394
- .de(de_ListTagsForResourceCommand)
2170
+ .sc(ListTagsForResource)
2395
2171
  .build() {
2396
2172
  }
2397
2173
 
@@ -2399,16 +2175,11 @@ class RegisterAgentCommand extends smithyClient.Command
2399
2175
  .classBuilder()
2400
2176
  .ep(commonParams)
2401
2177
  .m(function (Command, cs, config, o) {
2402
- return [
2403
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2404
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2405
- ];
2178
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2406
2179
  })
2407
2180
  .s("GroundStation", "RegisterAgent", {})
2408
2181
  .n("GroundStationClient", "RegisterAgentCommand")
2409
- .f(void 0, void 0)
2410
- .ser(se_RegisterAgentCommand)
2411
- .de(de_RegisterAgentCommand)
2182
+ .sc(RegisterAgent)
2412
2183
  .build() {
2413
2184
  }
2414
2185
 
@@ -2416,16 +2187,11 @@ class ReserveContactCommand extends smithyClient.Command
2416
2187
  .classBuilder()
2417
2188
  .ep(commonParams)
2418
2189
  .m(function (Command, cs, config, o) {
2419
- return [
2420
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2421
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2422
- ];
2190
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2423
2191
  })
2424
2192
  .s("GroundStation", "ReserveContact", {})
2425
2193
  .n("GroundStationClient", "ReserveContactCommand")
2426
- .f(void 0, void 0)
2427
- .ser(se_ReserveContactCommand)
2428
- .de(de_ReserveContactCommand)
2194
+ .sc(ReserveContact)
2429
2195
  .build() {
2430
2196
  }
2431
2197
 
@@ -2433,16 +2199,11 @@ class TagResourceCommand extends smithyClient.Command
2433
2199
  .classBuilder()
2434
2200
  .ep(commonParams)
2435
2201
  .m(function (Command, cs, config, o) {
2436
- return [
2437
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2438
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2439
- ];
2202
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2440
2203
  })
2441
2204
  .s("GroundStation", "TagResource", {})
2442
2205
  .n("GroundStationClient", "TagResourceCommand")
2443
- .f(void 0, void 0)
2444
- .ser(se_TagResourceCommand)
2445
- .de(de_TagResourceCommand)
2206
+ .sc(TagResource)
2446
2207
  .build() {
2447
2208
  }
2448
2209
 
@@ -2450,16 +2211,11 @@ class UntagResourceCommand extends smithyClient.Command
2450
2211
  .classBuilder()
2451
2212
  .ep(commonParams)
2452
2213
  .m(function (Command, cs, config, o) {
2453
- return [
2454
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2455
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2456
- ];
2214
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2457
2215
  })
2458
2216
  .s("GroundStation", "UntagResource", {})
2459
2217
  .n("GroundStationClient", "UntagResourceCommand")
2460
- .f(void 0, void 0)
2461
- .ser(se_UntagResourceCommand)
2462
- .de(de_UntagResourceCommand)
2218
+ .sc(UntagResource)
2463
2219
  .build() {
2464
2220
  }
2465
2221
 
@@ -2467,16 +2223,11 @@ class UpdateAgentStatusCommand extends smithyClient.Command
2467
2223
  .classBuilder()
2468
2224
  .ep(commonParams)
2469
2225
  .m(function (Command, cs, config, o) {
2470
- return [
2471
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2472
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2473
- ];
2226
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2474
2227
  })
2475
2228
  .s("GroundStation", "UpdateAgentStatus", {})
2476
2229
  .n("GroundStationClient", "UpdateAgentStatusCommand")
2477
- .f(void 0, void 0)
2478
- .ser(se_UpdateAgentStatusCommand)
2479
- .de(de_UpdateAgentStatusCommand)
2230
+ .sc(UpdateAgentStatus)
2480
2231
  .build() {
2481
2232
  }
2482
2233
 
@@ -2484,16 +2235,11 @@ class UpdateConfigCommand extends smithyClient.Command
2484
2235
  .classBuilder()
2485
2236
  .ep(commonParams)
2486
2237
  .m(function (Command, cs, config, o) {
2487
- return [
2488
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2489
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2490
- ];
2238
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2491
2239
  })
2492
2240
  .s("GroundStation", "UpdateConfig", {})
2493
2241
  .n("GroundStationClient", "UpdateConfigCommand")
2494
- .f(void 0, void 0)
2495
- .ser(se_UpdateConfigCommand)
2496
- .de(de_UpdateConfigCommand)
2242
+ .sc(UpdateConfig)
2497
2243
  .build() {
2498
2244
  }
2499
2245
 
@@ -2501,16 +2247,11 @@ class UpdateEphemerisCommand extends smithyClient.Command
2501
2247
  .classBuilder()
2502
2248
  .ep(commonParams)
2503
2249
  .m(function (Command, cs, config, o) {
2504
- return [
2505
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2506
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2507
- ];
2250
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2508
2251
  })
2509
2252
  .s("GroundStation", "UpdateEphemeris", {})
2510
2253
  .n("GroundStationClient", "UpdateEphemerisCommand")
2511
- .f(void 0, void 0)
2512
- .ser(se_UpdateEphemerisCommand)
2513
- .de(de_UpdateEphemerisCommand)
2254
+ .sc(UpdateEphemeris)
2514
2255
  .build() {
2515
2256
  }
2516
2257
 
@@ -2518,16 +2259,11 @@ class UpdateMissionProfileCommand extends smithyClient.Command
2518
2259
  .classBuilder()
2519
2260
  .ep(commonParams)
2520
2261
  .m(function (Command, cs, config, o) {
2521
- return [
2522
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2523
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2524
- ];
2262
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2525
2263
  })
2526
2264
  .s("GroundStation", "UpdateMissionProfile", {})
2527
2265
  .n("GroundStationClient", "UpdateMissionProfileCommand")
2528
- .f(void 0, void 0)
2529
- .ser(se_UpdateMissionProfileCommand)
2530
- .de(de_UpdateMissionProfileCommand)
2266
+ .sc(UpdateMissionProfile)
2531
2267
  .build() {
2532
2268
  }
2533
2269
 
@@ -2652,7 +2388,7 @@ exports.DeleteConfigCommand = DeleteConfigCommand;
2652
2388
  exports.DeleteDataflowEndpointGroupCommand = DeleteDataflowEndpointGroupCommand;
2653
2389
  exports.DeleteEphemerisCommand = DeleteEphemerisCommand;
2654
2390
  exports.DeleteMissionProfileCommand = DeleteMissionProfileCommand;
2655
- exports.DependencyException = DependencyException;
2391
+ exports.DependencyException = DependencyException$1;
2656
2392
  exports.DescribeContactCommand = DescribeContactCommand;
2657
2393
  exports.DescribeEphemerisCommand = DescribeEphemerisCommand;
2658
2394
  exports.EirpUnits = EirpUnits;
@@ -2672,8 +2408,8 @@ exports.GetMissionProfileCommand = GetMissionProfileCommand;
2672
2408
  exports.GetSatelliteCommand = GetSatelliteCommand;
2673
2409
  exports.GroundStation = GroundStation;
2674
2410
  exports.GroundStationClient = GroundStationClient;
2675
- exports.GroundStationServiceException = GroundStationServiceException;
2676
- exports.InvalidParameterException = InvalidParameterException;
2411
+ exports.GroundStationServiceException = GroundStationServiceException$1;
2412
+ exports.InvalidParameterException = InvalidParameterException$1;
2677
2413
  exports.ListConfigsCommand = ListConfigsCommand;
2678
2414
  exports.ListContactsCommand = ListContactsCommand;
2679
2415
  exports.ListDataflowEndpointGroupsCommand = ListDataflowEndpointGroupsCommand;
@@ -2685,10 +2421,10 @@ exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
2685
2421
  exports.Polarization = Polarization;
2686
2422
  exports.RegisterAgentCommand = RegisterAgentCommand;
2687
2423
  exports.ReserveContactCommand = ReserveContactCommand;
2688
- exports.ResourceInUseException = ResourceInUseException;
2689
- exports.ResourceLimitExceededException = ResourceLimitExceededException;
2690
- exports.ResourceNotFoundException = ResourceNotFoundException;
2691
- exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
2424
+ exports.ResourceInUseException = ResourceInUseException$1;
2425
+ exports.ResourceLimitExceededException = ResourceLimitExceededException$1;
2426
+ exports.ResourceNotFoundException = ResourceNotFoundException$1;
2427
+ exports.ServiceQuotaExceededException = ServiceQuotaExceededException$1;
2692
2428
  exports.TagResourceCommand = TagResourceCommand;
2693
2429
  exports.UntagResourceCommand = UntagResourceCommand;
2694
2430
  exports.UpdateAgentStatusCommand = UpdateAgentStatusCommand;