@aws-sdk/client-groundstation 3.987.0 → 3.989.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +54 -1605
- package/dist-cjs/models/GroundStationServiceException.js +12 -0
- package/dist-cjs/models/errors.js +90 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +1324 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +68 -62
- package/dist-types/schemas/schemas_0.d.ts +14 -7
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +9 -7
- package/package.json +13 -13
|
@@ -6,6 +6,7 @@ import { fromBase64, toBase64 } from "@smithy/util-base64";
|
|
|
6
6
|
import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
|
|
7
7
|
import { defaultGroundStationHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
|
|
8
8
|
import { defaultEndpointResolver } from "./endpoint/endpointResolver";
|
|
9
|
+
import { errorTypeRegistries } from "./schemas/schemas_0";
|
|
9
10
|
export const getRuntimeConfig = (config) => {
|
|
10
11
|
return {
|
|
11
12
|
apiVersion: "2019-05-23",
|
|
@@ -26,6 +27,7 @@ export const getRuntimeConfig = (config) => {
|
|
|
26
27
|
protocol: config?.protocol ?? AwsRestJsonProtocol,
|
|
27
28
|
protocolSettings: config?.protocolSettings ?? {
|
|
28
29
|
defaultNamespace: "com.amazonaws.groundstation",
|
|
30
|
+
errorTypeRegistries,
|
|
29
31
|
version: "2019-05-23",
|
|
30
32
|
serviceTarget: "GroundStation",
|
|
31
33
|
},
|
|
@@ -56,7 +56,7 @@ const _DDD = "DownlinkDataflowDetails";
|
|
|
56
56
|
const _DDEG = "DeleteDataflowEndpointGroup";
|
|
57
57
|
const _DDEGR = "DeleteDataflowEndpointGroupRequest";
|
|
58
58
|
const _DDi = "DiscoveryData";
|
|
59
|
-
const _DE = "
|
|
59
|
+
const _DE = "DependencyException";
|
|
60
60
|
const _DEC = "DataflowEndpointConfig";
|
|
61
61
|
const _DEGIR = "DataflowEndpointGroupIdResponse";
|
|
62
62
|
const _DEGL = "DataflowEndpointGroupList";
|
|
@@ -65,8 +65,8 @@ const _DELI = "DataflowEndpointListItem";
|
|
|
65
65
|
const _DER = "DeleteEphemerisRequest";
|
|
66
66
|
const _DERe = "DescribeEphemerisRequest";
|
|
67
67
|
const _DERes = "DescribeEphemerisResponse";
|
|
68
|
-
const
|
|
69
|
-
const
|
|
68
|
+
const _DEa = "DataflowEndpoint";
|
|
69
|
+
const _DEe = "DeleteEphemeris";
|
|
70
70
|
const _DEes = "DescribeEphemeris";
|
|
71
71
|
const _DL = "DataflowList";
|
|
72
72
|
const _DMP = "DeleteMissionProfile";
|
|
@@ -263,7 +263,7 @@ const _dL = "dataflowList";
|
|
|
263
263
|
const _dSR = "dataflowSourceRegion";
|
|
264
264
|
const _de = "destination";
|
|
265
265
|
const _dt = "dt";
|
|
266
|
-
const _e = "
|
|
266
|
+
const _e = "error";
|
|
267
267
|
const _eA = "egressAddress";
|
|
268
268
|
const _eAAP = "egressAddressAndPort";
|
|
269
269
|
const _eC = "errorCode";
|
|
@@ -281,9 +281,9 @@ const _el = "el";
|
|
|
281
281
|
const _en = "endpoints";
|
|
282
282
|
const _ena = "enabled";
|
|
283
283
|
const _end = "endpoint";
|
|
284
|
-
const _ep = "
|
|
284
|
+
const _ep = "ephemeris";
|
|
285
285
|
const _eph = "ephemerides";
|
|
286
|
-
const
|
|
286
|
+
const _epo = "epoch";
|
|
287
287
|
const _gS = "groundStation";
|
|
288
288
|
const _gSI = "groundStationId";
|
|
289
289
|
const _gSL = "groundStationList";
|
|
@@ -309,7 +309,7 @@ const _kDSD = "kinesisDataStreamData";
|
|
|
309
309
|
const _kKA = "kmsKeyArn";
|
|
310
310
|
const _kRA = "kinesisRoleArn";
|
|
311
311
|
const _kT = "keyTemplate";
|
|
312
|
-
const _m = "
|
|
312
|
+
const _m = "message";
|
|
313
313
|
const _mE = "maximumElevation";
|
|
314
314
|
const _mPA = "missionProfileArn";
|
|
315
315
|
const _mPI = "missionProfileId";
|
|
@@ -317,9 +317,9 @@ const _mPL = "missionProfileList";
|
|
|
317
317
|
const _mR = "maxResults";
|
|
318
318
|
const _mVCDS = "minimumViableContactDurationSeconds";
|
|
319
319
|
const _ma = "maximum";
|
|
320
|
-
const _me = "message";
|
|
321
320
|
const _mi = "minimum";
|
|
322
321
|
const _mo = "month";
|
|
322
|
+
const _mt = "mtu";
|
|
323
323
|
const _n = "name";
|
|
324
324
|
const _nSID = "noradSatelliteID";
|
|
325
325
|
const _nT = "nextToken";
|
|
@@ -344,7 +344,7 @@ const _rA = "resourceArn";
|
|
|
344
344
|
const _rAo = "roleArn";
|
|
345
345
|
const _rCC = "reservedCpuCores";
|
|
346
346
|
const _rE = "referenceEpoch";
|
|
347
|
-
const _s = "
|
|
347
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.groundstation";
|
|
348
348
|
const _sA = "socketAddress";
|
|
349
349
|
const _sAa = "satelliteArn";
|
|
350
350
|
const _sC = "spectrumConfig";
|
|
@@ -364,8 +364,8 @@ const _sSO = "sourceS3Object";
|
|
|
364
364
|
const _sT = "startTime";
|
|
365
365
|
const _sa = "satellites";
|
|
366
366
|
const _se = "server";
|
|
367
|
-
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.groundstation";
|
|
368
367
|
const _so = "source";
|
|
368
|
+
const _st = "status";
|
|
369
369
|
const _t = "tags";
|
|
370
370
|
const _tC = "trackingConfig";
|
|
371
371
|
const _tCA = "trackingConfigArn";
|
|
@@ -402,6 +402,50 @@ const n0 = "com.amazonaws.groundstation";
|
|
|
402
402
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
403
403
|
import { DependencyException, InvalidParameterException, ResourceInUseException, ResourceLimitExceededException, ResourceNotFoundException, ServiceQuotaExceededException, } from "../models/errors";
|
|
404
404
|
import { GroundStationServiceException } from "../models/GroundStationServiceException";
|
|
405
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
406
|
+
export var GroundStationServiceException$ = [-3, _s, "GroundStationServiceException", 0, [], []];
|
|
407
|
+
_s_registry.registerError(GroundStationServiceException$, GroundStationServiceException);
|
|
408
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
409
|
+
export var DependencyException$ = [-3, n0, _DE,
|
|
410
|
+
{ [_e]: _se, [_hE]: 531 },
|
|
411
|
+
[_m, _pN],
|
|
412
|
+
[0, 0]
|
|
413
|
+
];
|
|
414
|
+
n0_registry.registerError(DependencyException$, DependencyException);
|
|
415
|
+
export var InvalidParameterException$ = [-3, n0, _IPE,
|
|
416
|
+
{ [_e]: _c, [_hE]: 431 },
|
|
417
|
+
[_m, _pN],
|
|
418
|
+
[0, 0]
|
|
419
|
+
];
|
|
420
|
+
n0_registry.registerError(InvalidParameterException$, InvalidParameterException);
|
|
421
|
+
export var ResourceInUseException$ = [-3, n0, _RIUE,
|
|
422
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
423
|
+
[_m],
|
|
424
|
+
[0]
|
|
425
|
+
];
|
|
426
|
+
n0_registry.registerError(ResourceInUseException$, ResourceInUseException);
|
|
427
|
+
export var ResourceLimitExceededException$ = [-3, n0, _RLEE,
|
|
428
|
+
{ [_e]: _c, [_hE]: 429 },
|
|
429
|
+
[_m, _pN],
|
|
430
|
+
[0, 0]
|
|
431
|
+
];
|
|
432
|
+
n0_registry.registerError(ResourceLimitExceededException$, ResourceLimitExceededException);
|
|
433
|
+
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
434
|
+
{ [_e]: _c, [_hE]: 434 },
|
|
435
|
+
[_m],
|
|
436
|
+
[0]
|
|
437
|
+
];
|
|
438
|
+
n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
439
|
+
export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
440
|
+
{ [_e]: _c, [_hE]: 402 },
|
|
441
|
+
[_m, _pN],
|
|
442
|
+
[0, 0]
|
|
443
|
+
];
|
|
444
|
+
n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
445
|
+
export const errorTypeRegistries = [
|
|
446
|
+
_s_registry,
|
|
447
|
+
n0_registry,
|
|
448
|
+
];
|
|
405
449
|
export var AgentDetails$ = [3, n0, _AD,
|
|
406
450
|
0,
|
|
407
451
|
[_aV, _iI, _iT, _cV, _rCC, _aCC],
|
|
@@ -409,7 +453,7 @@ export var AgentDetails$ = [3, n0, _AD,
|
|
|
409
453
|
];
|
|
410
454
|
export var AggregateStatus$ = [3, n0, _AS,
|
|
411
455
|
0,
|
|
412
|
-
[
|
|
456
|
+
[_st, _sM],
|
|
413
457
|
[0, 128 | 2], 1
|
|
414
458
|
];
|
|
415
459
|
export var AntennaDemodDecodeDetails$ = [3, n0, _ADDD,
|
|
@@ -469,7 +513,7 @@ export var CancelContactRequest$ = [3, n0, _CCR,
|
|
|
469
513
|
];
|
|
470
514
|
export var ComponentStatusData$ = [3, n0, _CSD,
|
|
471
515
|
0,
|
|
472
|
-
[_cT, _cA,
|
|
516
|
+
[_cT, _cA, _st, _dI, _bS, _bR, _pD],
|
|
473
517
|
[0, 0, 0, 0, 1, 1, 1], 4
|
|
474
518
|
];
|
|
475
519
|
export var ComponentVersion$ = [3, n0, _CV,
|
|
@@ -489,12 +533,12 @@ export var ConfigListItem$ = [3, n0, _CLI,
|
|
|
489
533
|
];
|
|
490
534
|
export var ConnectionDetails$ = [3, n0, _CD,
|
|
491
535
|
0,
|
|
492
|
-
[_sA,
|
|
536
|
+
[_sA, _mt],
|
|
493
537
|
[() => SocketAddress$, 1], 1
|
|
494
538
|
];
|
|
495
539
|
export var ContactData$ = [3, n0, _CDo,
|
|
496
540
|
0,
|
|
497
|
-
[_cI, _mPA, _sAa, _sT, _eT, _pPST, _pPET, _gS, _cS, _eM, _mE, _r, _t, _vST, _vET,
|
|
541
|
+
[_cI, _mPA, _sAa, _sT, _eT, _pPST, _pPET, _gS, _cS, _eM, _mE, _r, _t, _vST, _vET, _ep],
|
|
498
542
|
[0, 0, 0, 4, 4, 4, 4, 0, 0, 0, () => Elevation$, 0, 128 | 0, 4, 4, () => EphemerisResponseData$]
|
|
499
543
|
];
|
|
500
544
|
export var ContactIdResponse$ = [3, n0, _CIRo,
|
|
@@ -524,7 +568,7 @@ export var CreateDataflowEndpointGroupV2Response$ = [3, n0, _CDEGVRr,
|
|
|
524
568
|
];
|
|
525
569
|
export var CreateEphemerisRequest$ = [3, n0, _CER,
|
|
526
570
|
0,
|
|
527
|
-
[_n, _sI, _ena, _p, _eTx, _kKA,
|
|
571
|
+
[_n, _sI, _ena, _p, _eTx, _kKA, _ep, _t],
|
|
528
572
|
[0, 0, 2, 1, 4, 0, () => EphemerisData$, 128 | 0], 1
|
|
529
573
|
];
|
|
530
574
|
export var CreateMissionProfileRequest$ = [3, n0, _CMPR,
|
|
@@ -537,9 +581,9 @@ export var DataflowDetail$ = [3, n0, _DD,
|
|
|
537
581
|
[_so, _de, _eM],
|
|
538
582
|
[() => Source$, () => Destination$, 0]
|
|
539
583
|
];
|
|
540
|
-
export var DataflowEndpoint$ = [3, n0,
|
|
584
|
+
export var DataflowEndpoint$ = [3, n0, _DEa,
|
|
541
585
|
0,
|
|
542
|
-
[_n, _a,
|
|
586
|
+
[_n, _a, _st, _mt],
|
|
543
587
|
[0, () => SocketAddress$, 0, 1]
|
|
544
588
|
];
|
|
545
589
|
export var DataflowEndpointConfig$ = [3, n0, _DEC,
|
|
@@ -587,12 +631,6 @@ export var DemodulationConfig$ = [3, n0, _DCe,
|
|
|
587
631
|
[_uJSON],
|
|
588
632
|
[0], 1
|
|
589
633
|
];
|
|
590
|
-
export var DependencyException$ = [-3, n0, _DEe,
|
|
591
|
-
{ [_er]: _se, [_hE]: 531 },
|
|
592
|
-
[_me, _pN],
|
|
593
|
-
[0, 0]
|
|
594
|
-
];
|
|
595
|
-
TypeRegistry.for(n0).registerError(DependencyException$, DependencyException);
|
|
596
634
|
export var DescribeContactRequest$ = [3, n0, _DCRe,
|
|
597
635
|
0,
|
|
598
636
|
[_cI],
|
|
@@ -600,7 +638,7 @@ export var DescribeContactRequest$ = [3, n0, _DCRe,
|
|
|
600
638
|
];
|
|
601
639
|
export var DescribeContactResponse$ = [3, n0, _DCRes,
|
|
602
640
|
0,
|
|
603
|
-
[_cI, _mPA, _sAa, _sT, _eT, _pPST, _pPET, _gS, _cS, _eM, _mE, _t, _r, _dL, _vST, _vET, _tO,
|
|
641
|
+
[_cI, _mPA, _sAa, _sT, _eT, _pPST, _pPET, _gS, _cS, _eM, _mE, _t, _r, _dL, _vST, _vET, _tO, _ep],
|
|
604
642
|
[0, 0, 0, 4, 4, 4, 4, 0, 0, 0, () => Elevation$, 128 | 0, 0, () => DataflowList, 4, 4, () => TrackingOverrides$, () => EphemerisResponseData$]
|
|
605
643
|
];
|
|
606
644
|
export var DescribeEphemerisRequest$ = [3, n0, _DERe,
|
|
@@ -610,7 +648,7 @@ export var DescribeEphemerisRequest$ = [3, n0, _DERe,
|
|
|
610
648
|
];
|
|
611
649
|
export var DescribeEphemerisResponse$ = [3, n0, _DERes,
|
|
612
650
|
0,
|
|
613
|
-
[_eI, _sI,
|
|
651
|
+
[_eI, _sI, _st, _p, _cTr, _ena, _n, _t, _sD, _iR, _eR],
|
|
614
652
|
[0, 0, 0, 1, 4, 2, 0, 128 | 0, () => EphemerisTypeDescription$, 0, () => EphemerisErrorReasonList]
|
|
615
653
|
];
|
|
616
654
|
export var Destination$ = [3, n0, _D,
|
|
@@ -670,12 +708,12 @@ export var EphemerisIdResponse$ = [3, n0, _EIR,
|
|
|
670
708
|
];
|
|
671
709
|
export var EphemerisItem$ = [3, n0, _EI,
|
|
672
710
|
0,
|
|
673
|
-
[_eI, _eTp,
|
|
711
|
+
[_eI, _eTp, _st, _p, _ena, _cTr, _n, _sSO],
|
|
674
712
|
[0, 0, 0, 1, 2, 4, 0, () => S3Object$]
|
|
675
713
|
];
|
|
676
714
|
export var EphemerisMetaData$ = [3, n0, _EMD,
|
|
677
715
|
0,
|
|
678
|
-
[_so, _eI,
|
|
716
|
+
[_so, _eI, _epo, _n],
|
|
679
717
|
[0, 0, 4, 0], 1
|
|
680
718
|
];
|
|
681
719
|
export var EphemerisResponseData$ = [3, n0, _ERD,
|
|
@@ -773,12 +811,6 @@ export var IntegerRange$ = [3, n0, _IR,
|
|
|
773
811
|
[_mi, _ma],
|
|
774
812
|
[1, 1], 2
|
|
775
813
|
];
|
|
776
|
-
export var InvalidParameterException$ = [-3, n0, _IPE,
|
|
777
|
-
{ [_er]: _c, [_hE]: 431 },
|
|
778
|
-
[_me, _pN],
|
|
779
|
-
[0, 0]
|
|
780
|
-
];
|
|
781
|
-
TypeRegistry.for(n0).registerError(InvalidParameterException$, InvalidParameterException);
|
|
782
814
|
export var ISO8601TimeRange$ = [3, n0, _ISOTR,
|
|
783
815
|
0,
|
|
784
816
|
[_sT, _eT],
|
|
@@ -801,7 +833,7 @@ export var ListConfigsResponse$ = [3, n0, _LCRi,
|
|
|
801
833
|
];
|
|
802
834
|
export var ListContactsRequest$ = [3, n0, _LCRis,
|
|
803
835
|
0,
|
|
804
|
-
[_sL, _sT, _eT, _mR, _nT, _gS, _sAa, _mPA,
|
|
836
|
+
[_sL, _sT, _eT, _mR, _nT, _gS, _sAa, _mPA, _ep],
|
|
805
837
|
[64 | 0, 4, 4, 1, 0, 0, 0, 0, () => EphemerisFilter$], 3
|
|
806
838
|
];
|
|
807
839
|
export var ListContactsResponse$ = [3, n0, _LCRist,
|
|
@@ -886,7 +918,7 @@ export var OEMEphemeris$ = [3, n0, _OEME,
|
|
|
886
918
|
];
|
|
887
919
|
export var RangedConnectionDetails$ = [3, n0, _RCD,
|
|
888
920
|
0,
|
|
889
|
-
[_sA,
|
|
921
|
+
[_sA, _mt],
|
|
890
922
|
[() => RangedSocketAddress$, 1], 1
|
|
891
923
|
];
|
|
892
924
|
export var RangedSocketAddress$ = [3, n0, _RSA,
|
|
@@ -909,24 +941,6 @@ export var ReserveContactRequest$ = [3, n0, _RCR,
|
|
|
909
941
|
[_mPA, _sT, _eT, _gS, _sAa, _t, _tO],
|
|
910
942
|
[0, 4, 4, 0, 0, 128 | 0, () => TrackingOverrides$], 4
|
|
911
943
|
];
|
|
912
|
-
export var ResourceInUseException$ = [-3, n0, _RIUE,
|
|
913
|
-
{ [_er]: _c, [_hE]: 409 },
|
|
914
|
-
[_me],
|
|
915
|
-
[0]
|
|
916
|
-
];
|
|
917
|
-
TypeRegistry.for(n0).registerError(ResourceInUseException$, ResourceInUseException);
|
|
918
|
-
export var ResourceLimitExceededException$ = [-3, n0, _RLEE,
|
|
919
|
-
{ [_er]: _c, [_hE]: 429 },
|
|
920
|
-
[_me, _pN],
|
|
921
|
-
[0, 0]
|
|
922
|
-
];
|
|
923
|
-
TypeRegistry.for(n0).registerError(ResourceLimitExceededException$, ResourceLimitExceededException);
|
|
924
|
-
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
925
|
-
{ [_er]: _c, [_hE]: 434 },
|
|
926
|
-
[_me],
|
|
927
|
-
[0]
|
|
928
|
-
];
|
|
929
|
-
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
930
944
|
export var S3Object$ = [3, n0, _SO,
|
|
931
945
|
0,
|
|
932
946
|
[_b, _k, _ve],
|
|
@@ -952,12 +966,6 @@ export var SecurityDetails$ = [3, n0, _SD,
|
|
|
952
966
|
[_sIu, _sGI, _rAo],
|
|
953
967
|
[64 | 0, 64 | 0, 0], 3
|
|
954
968
|
];
|
|
955
|
-
export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
956
|
-
{ [_er]: _c, [_hE]: 402 },
|
|
957
|
-
[_me, _pN],
|
|
958
|
-
[0, 0]
|
|
959
|
-
];
|
|
960
|
-
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
961
969
|
export var SocketAddress$ = [3, n0, _SA,
|
|
962
970
|
0,
|
|
963
971
|
[_n, _po],
|
|
@@ -1078,8 +1086,6 @@ export var UplinkSpectrumConfig$ = [3, n0, _USC,
|
|
|
1078
1086
|
[_cF, _pol],
|
|
1079
1087
|
[() => Frequency$, 0], 1
|
|
1080
1088
|
];
|
|
1081
|
-
export var GroundStationServiceException$ = [-3, _sm, "GroundStationServiceException", 0, [], []];
|
|
1082
|
-
TypeRegistry.for(_sm).registerError(GroundStationServiceException$, GroundStationServiceException);
|
|
1083
1089
|
var AgentCpuCoresList = 64 | 1;
|
|
1084
1090
|
var AzElSegmentList = [1, n0, _AESL,
|
|
1085
1091
|
0, () => AzElSegment$
|
|
@@ -1229,7 +1235,7 @@ export var DeleteConfig$ = [9, n0, _DCel,
|
|
|
1229
1235
|
export var DeleteDataflowEndpointGroup$ = [9, n0, _DDEG,
|
|
1230
1236
|
{ [_h]: ["DELETE", "/dataflowEndpointGroup/{dataflowEndpointGroupId}", 200] }, () => DeleteDataflowEndpointGroupRequest$, () => DataflowEndpointGroupIdResponse$
|
|
1231
1237
|
];
|
|
1232
|
-
export var DeleteEphemeris$ = [9, n0,
|
|
1238
|
+
export var DeleteEphemeris$ = [9, n0, _DEe,
|
|
1233
1239
|
{ [_h]: ["DELETE", "/ephemeris/{ephemerisId}", 200] }, () => DeleteEphemerisRequest$, () => EphemerisIdResponse$
|
|
1234
1240
|
];
|
|
1235
1241
|
export var DeleteMissionProfile$ = [9, n0, _DMP,
|
|
@@ -1,4 +1,18 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema, StaticUnionSchema } from "@smithy/types";
|
|
3
|
+
export declare var GroundStationServiceException$: StaticErrorSchema;
|
|
4
|
+
export declare var DependencyException$: StaticErrorSchema;
|
|
5
|
+
export declare var InvalidParameterException$: StaticErrorSchema;
|
|
6
|
+
export declare var ResourceInUseException$: StaticErrorSchema;
|
|
7
|
+
export declare var ResourceLimitExceededException$: StaticErrorSchema;
|
|
8
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
9
|
+
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
10
|
+
/**
|
|
11
|
+
* TypeRegistry instances containing modeled errors.
|
|
12
|
+
* @internal
|
|
13
|
+
*
|
|
14
|
+
*/
|
|
15
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
2
16
|
export declare var AgentDetails$: StaticStructureSchema;
|
|
3
17
|
export declare var AggregateStatus$: StaticStructureSchema;
|
|
4
18
|
export declare var AntennaDemodDecodeDetails$: StaticStructureSchema;
|
|
@@ -36,7 +50,6 @@ export declare var DeleteDataflowEndpointGroupRequest$: StaticStructureSchema;
|
|
|
36
50
|
export declare var DeleteEphemerisRequest$: StaticStructureSchema;
|
|
37
51
|
export declare var DeleteMissionProfileRequest$: StaticStructureSchema;
|
|
38
52
|
export declare var DemodulationConfig$: StaticStructureSchema;
|
|
39
|
-
export declare var DependencyException$: StaticErrorSchema;
|
|
40
53
|
export declare var DescribeContactRequest$: StaticStructureSchema;
|
|
41
54
|
export declare var DescribeContactResponse$: StaticStructureSchema;
|
|
42
55
|
export declare var DescribeEphemerisRequest$: StaticStructureSchema;
|
|
@@ -73,7 +86,6 @@ export declare var GetSatelliteRequest$: StaticStructureSchema;
|
|
|
73
86
|
export declare var GetSatelliteResponse$: StaticStructureSchema;
|
|
74
87
|
export declare var GroundStationData$: StaticStructureSchema;
|
|
75
88
|
export declare var IntegerRange$: StaticStructureSchema;
|
|
76
|
-
export declare var InvalidParameterException$: StaticErrorSchema;
|
|
77
89
|
export declare var ISO8601TimeRange$: StaticStructureSchema;
|
|
78
90
|
export declare var KinesisDataStreamData$: StaticStructureSchema;
|
|
79
91
|
export declare var ListConfigsRequest$: StaticStructureSchema;
|
|
@@ -100,15 +112,11 @@ export declare var RangedSocketAddress$: StaticStructureSchema;
|
|
|
100
112
|
export declare var RegisterAgentRequest$: StaticStructureSchema;
|
|
101
113
|
export declare var RegisterAgentResponse$: StaticStructureSchema;
|
|
102
114
|
export declare var ReserveContactRequest$: StaticStructureSchema;
|
|
103
|
-
export declare var ResourceInUseException$: StaticErrorSchema;
|
|
104
|
-
export declare var ResourceLimitExceededException$: StaticErrorSchema;
|
|
105
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
106
115
|
export declare var S3Object$: StaticStructureSchema;
|
|
107
116
|
export declare var S3RecordingConfig$: StaticStructureSchema;
|
|
108
117
|
export declare var S3RecordingDetails$: StaticStructureSchema;
|
|
109
118
|
export declare var SatelliteListItem$: StaticStructureSchema;
|
|
110
119
|
export declare var SecurityDetails$: StaticStructureSchema;
|
|
111
|
-
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
112
120
|
export declare var SocketAddress$: StaticStructureSchema;
|
|
113
121
|
export declare var Source$: StaticStructureSchema;
|
|
114
122
|
export declare var SpectrumConfig$: StaticStructureSchema;
|
|
@@ -133,7 +141,6 @@ export declare var UplinkAwsGroundStationAgentEndpointDetails$: StaticStructureS
|
|
|
133
141
|
export declare var UplinkConnectionDetails$: StaticStructureSchema;
|
|
134
142
|
export declare var UplinkEchoConfig$: StaticStructureSchema;
|
|
135
143
|
export declare var UplinkSpectrumConfig$: StaticStructureSchema;
|
|
136
|
-
export declare var GroundStationServiceException$: StaticErrorSchema;
|
|
137
144
|
export declare var AzElSegmentsData$: StaticUnionSchema;
|
|
138
145
|
export declare var ConfigDetails$: StaticUnionSchema;
|
|
139
146
|
export declare var ConfigTypeData$: StaticUnionSchema;
|
|
@@ -1,9 +1,18 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import {
|
|
2
3
|
StaticErrorSchema,
|
|
3
4
|
StaticOperationSchema,
|
|
4
5
|
StaticStructureSchema,
|
|
5
6
|
StaticUnionSchema,
|
|
6
7
|
} from "@smithy/types";
|
|
8
|
+
export declare var GroundStationServiceException$: StaticErrorSchema;
|
|
9
|
+
export declare var DependencyException$: StaticErrorSchema;
|
|
10
|
+
export declare var InvalidParameterException$: StaticErrorSchema;
|
|
11
|
+
export declare var ResourceInUseException$: StaticErrorSchema;
|
|
12
|
+
export declare var ResourceLimitExceededException$: StaticErrorSchema;
|
|
13
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
14
|
+
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
15
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
7
16
|
export declare var AgentDetails$: StaticStructureSchema;
|
|
8
17
|
export declare var AggregateStatus$: StaticStructureSchema;
|
|
9
18
|
export declare var AntennaDemodDecodeDetails$: StaticStructureSchema;
|
|
@@ -41,7 +50,6 @@ export declare var DeleteDataflowEndpointGroupRequest$: StaticStructureSchema;
|
|
|
41
50
|
export declare var DeleteEphemerisRequest$: StaticStructureSchema;
|
|
42
51
|
export declare var DeleteMissionProfileRequest$: StaticStructureSchema;
|
|
43
52
|
export declare var DemodulationConfig$: StaticStructureSchema;
|
|
44
|
-
export declare var DependencyException$: StaticErrorSchema;
|
|
45
53
|
export declare var DescribeContactRequest$: StaticStructureSchema;
|
|
46
54
|
export declare var DescribeContactResponse$: StaticStructureSchema;
|
|
47
55
|
export declare var DescribeEphemerisRequest$: StaticStructureSchema;
|
|
@@ -78,7 +86,6 @@ export declare var GetSatelliteRequest$: StaticStructureSchema;
|
|
|
78
86
|
export declare var GetSatelliteResponse$: StaticStructureSchema;
|
|
79
87
|
export declare var GroundStationData$: StaticStructureSchema;
|
|
80
88
|
export declare var IntegerRange$: StaticStructureSchema;
|
|
81
|
-
export declare var InvalidParameterException$: StaticErrorSchema;
|
|
82
89
|
export declare var ISO8601TimeRange$: StaticStructureSchema;
|
|
83
90
|
export declare var KinesisDataStreamData$: StaticStructureSchema;
|
|
84
91
|
export declare var ListConfigsRequest$: StaticStructureSchema;
|
|
@@ -105,15 +112,11 @@ export declare var RangedSocketAddress$: StaticStructureSchema;
|
|
|
105
112
|
export declare var RegisterAgentRequest$: StaticStructureSchema;
|
|
106
113
|
export declare var RegisterAgentResponse$: StaticStructureSchema;
|
|
107
114
|
export declare var ReserveContactRequest$: StaticStructureSchema;
|
|
108
|
-
export declare var ResourceInUseException$: StaticErrorSchema;
|
|
109
|
-
export declare var ResourceLimitExceededException$: StaticErrorSchema;
|
|
110
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
111
115
|
export declare var S3Object$: StaticStructureSchema;
|
|
112
116
|
export declare var S3RecordingConfig$: StaticStructureSchema;
|
|
113
117
|
export declare var S3RecordingDetails$: StaticStructureSchema;
|
|
114
118
|
export declare var SatelliteListItem$: StaticStructureSchema;
|
|
115
119
|
export declare var SecurityDetails$: StaticStructureSchema;
|
|
116
|
-
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
117
120
|
export declare var SocketAddress$: StaticStructureSchema;
|
|
118
121
|
export declare var Source$: StaticStructureSchema;
|
|
119
122
|
export declare var SpectrumConfig$: StaticStructureSchema;
|
|
@@ -138,7 +141,6 @@ export declare var UplinkAwsGroundStationAgentEndpointDetails$: StaticStructureS
|
|
|
138
141
|
export declare var UplinkConnectionDetails$: StaticStructureSchema;
|
|
139
142
|
export declare var UplinkEchoConfig$: StaticStructureSchema;
|
|
140
143
|
export declare var UplinkSpectrumConfig$: StaticStructureSchema;
|
|
141
|
-
export declare var GroundStationServiceException$: StaticErrorSchema;
|
|
142
144
|
export declare var AzElSegmentsData$: StaticUnionSchema;
|
|
143
145
|
export declare var ConfigDetails$: StaticUnionSchema;
|
|
144
146
|
export declare var ConfigTypeData$: StaticUnionSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-groundstation",
|
|
3
3
|
"description": "AWS SDK for JavaScript Groundstation Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.989.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-groundstation",
|
|
@@ -21,38 +21,38 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
+
"@aws-sdk/core": "^3.973.9",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.8",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "^3.972.3",
|
|
27
27
|
"@aws-sdk/middleware-logger": "^3.972.3",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "^3.972.3",
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.9",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "^3.972.3",
|
|
31
31
|
"@aws-sdk/types": "^3.973.1",
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.989.0",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "^3.972.3",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.972.7",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.6",
|
|
36
|
-
"@smithy/core": "^3.
|
|
36
|
+
"@smithy/core": "^3.23.0",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.9",
|
|
38
38
|
"@smithy/hash-node": "^4.2.8",
|
|
39
39
|
"@smithy/invalid-dependency": "^4.2.8",
|
|
40
40
|
"@smithy/middleware-content-length": "^4.2.8",
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.14",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.31",
|
|
43
43
|
"@smithy/middleware-serde": "^4.2.9",
|
|
44
44
|
"@smithy/middleware-stack": "^4.2.8",
|
|
45
45
|
"@smithy/node-config-provider": "^4.3.8",
|
|
46
|
-
"@smithy/node-http-handler": "^4.4.
|
|
46
|
+
"@smithy/node-http-handler": "^4.4.10",
|
|
47
47
|
"@smithy/protocol-http": "^5.3.8",
|
|
48
|
-
"@smithy/smithy-client": "^4.11.
|
|
48
|
+
"@smithy/smithy-client": "^4.11.3",
|
|
49
49
|
"@smithy/types": "^4.12.0",
|
|
50
50
|
"@smithy/url-parser": "^4.2.8",
|
|
51
51
|
"@smithy/util-base64": "^4.3.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.30",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.33",
|
|
56
56
|
"@smithy/util-endpoints": "^3.2.8",
|
|
57
57
|
"@smithy/util-middleware": "^4.2.8",
|
|
58
58
|
"@smithy/util-retry": "^4.2.8",
|