@aws-sdk/client-groundstation 3.429.0 → 3.431.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.
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.de_GetSatelliteCommand = exports.de_GetMissionProfileCommand = exports.de_GetMinuteUsageCommand = exports.de_GetDataflowEndpointGroupCommand = exports.de_GetConfigCommand = exports.de_GetAgentConfigurationCommand = exports.de_DescribeEphemerisCommand = exports.de_DescribeContactCommand = exports.de_DeleteMissionProfileCommand = exports.de_DeleteEphemerisCommand = exports.de_DeleteDataflowEndpointGroupCommand = exports.de_DeleteConfigCommand = exports.de_CreateMissionProfileCommand = exports.de_CreateEphemerisCommand = exports.de_CreateDataflowEndpointGroupCommand = exports.de_CreateConfigCommand = exports.de_CancelContactCommand = exports.se_UpdateMissionProfileCommand = exports.se_UpdateEphemerisCommand = exports.se_UpdateConfigCommand = exports.se_UpdateAgentStatusCommand = exports.se_UntagResourceCommand = exports.se_TagResourceCommand = exports.se_ReserveContactCommand = exports.se_RegisterAgentCommand = exports.se_ListTagsForResourceCommand = exports.se_ListSatellitesCommand = exports.se_ListMissionProfilesCommand = exports.se_ListGroundStationsCommand = exports.se_ListEphemeridesCommand = exports.se_ListDataflowEndpointGroupsCommand = exports.se_ListContactsCommand = exports.se_ListConfigsCommand = exports.se_GetSatelliteCommand = exports.se_GetMissionProfileCommand = exports.se_GetMinuteUsageCommand = exports.se_GetDataflowEndpointGroupCommand = exports.se_GetConfigCommand = exports.se_GetAgentConfigurationCommand = exports.se_DescribeEphemerisCommand = exports.se_DescribeContactCommand = exports.se_DeleteMissionProfileCommand = exports.se_DeleteEphemerisCommand = exports.se_DeleteDataflowEndpointGroupCommand = exports.se_DeleteConfigCommand = exports.se_CreateMissionProfileCommand = exports.se_CreateEphemerisCommand = exports.se_CreateDataflowEndpointGroupCommand = exports.se_CreateConfigCommand = exports.se_CancelContactCommand = void 0;
|
|
4
4
|
exports.de_UpdateMissionProfileCommand = exports.de_UpdateEphemerisCommand = exports.de_UpdateConfigCommand = exports.de_UpdateAgentStatusCommand = exports.de_UntagResourceCommand = exports.de_TagResourceCommand = exports.de_ReserveContactCommand = exports.de_RegisterAgentCommand = exports.de_ListTagsForResourceCommand = exports.de_ListSatellitesCommand = exports.de_ListMissionProfilesCommand = exports.de_ListGroundStationsCommand = exports.de_ListEphemeridesCommand = exports.de_ListDataflowEndpointGroupsCommand = exports.de_ListContactsCommand = exports.de_ListConfigsCommand = void 0;
|
|
5
|
+
const core_1 = require("@aws-sdk/core");
|
|
5
6
|
const protocol_http_1 = require("@smithy/protocol-http");
|
|
6
7
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
8
|
const GroundStationServiceException_1 = require("../models/GroundStationServiceException");
|
|
@@ -1152,7 +1153,7 @@ const de_DescribeEphemerisCommand = async (output, context) => {
|
|
|
1152
1153
|
priority: smithy_client_1.expectInt32,
|
|
1153
1154
|
satelliteId: smithy_client_1.expectString,
|
|
1154
1155
|
status: smithy_client_1.expectString,
|
|
1155
|
-
suppliedData: (_) => (0, smithy_client_1._json)((0,
|
|
1156
|
+
suppliedData: (_) => (0, smithy_client_1._json)((0, core_1.awsExpectUnion)(_)),
|
|
1156
1157
|
tags: smithy_client_1._json,
|
|
1157
1158
|
});
|
|
1158
1159
|
Object.assign(contents, doc);
|
|
@@ -1235,7 +1236,7 @@ const de_GetConfigCommand = async (output, context) => {
|
|
|
1235
1236
|
const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
|
|
1236
1237
|
const doc = (0, smithy_client_1.take)(data, {
|
|
1237
1238
|
configArn: smithy_client_1.expectString,
|
|
1238
|
-
configData: (_) => de_ConfigTypeData((0,
|
|
1239
|
+
configData: (_) => de_ConfigTypeData((0, core_1.awsExpectUnion)(_), context),
|
|
1239
1240
|
configId: smithy_client_1.expectString,
|
|
1240
1241
|
configType: smithy_client_1.expectString,
|
|
1241
1242
|
name: smithy_client_1.expectString,
|
|
@@ -1376,7 +1377,7 @@ const de_GetMissionProfileCommand = async (output, context) => {
|
|
|
1376
1377
|
missionProfileId: smithy_client_1.expectString,
|
|
1377
1378
|
name: smithy_client_1.expectString,
|
|
1378
1379
|
region: smithy_client_1.expectString,
|
|
1379
|
-
streamsKmsKey: (_) => (0, smithy_client_1._json)((0,
|
|
1380
|
+
streamsKmsKey: (_) => (0, smithy_client_1._json)((0, core_1.awsExpectUnion)(_)),
|
|
1380
1381
|
streamsKmsRole: smithy_client_1.expectString,
|
|
1381
1382
|
tags: smithy_client_1._json,
|
|
1382
1383
|
trackingConfigArn: smithy_client_1.expectString,
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
+
import { awsExpectUnion as __expectUnion } from "@aws-sdk/core";
|
|
1
2
|
import { HttpRequest as __HttpRequest } from "@smithy/protocol-http";
|
|
2
|
-
import { _json, collectBody, decorateServiceException as __decorateServiceException, expectBoolean as __expectBoolean, expectInt32 as __expectInt32, expectNonNull as __expectNonNull, expectNumber as __expectNumber, expectObject as __expectObject, expectString as __expectString,
|
|
3
|
+
import { _json, collectBody, decorateServiceException as __decorateServiceException, expectBoolean as __expectBoolean, expectInt32 as __expectInt32, expectNonNull as __expectNonNull, expectNumber as __expectNumber, expectObject as __expectObject, expectString as __expectString, limitedParseDouble as __limitedParseDouble, map, parseEpochTimestamp as __parseEpochTimestamp, resolvedPath as __resolvedPath, serializeFloat as __serializeFloat, take, withBaseException, } from "@smithy/smithy-client";
|
|
3
4
|
import { GroundStationServiceException as __BaseException } from "../models/GroundStationServiceException";
|
|
4
5
|
import { ConfigTypeData, DependencyException, EphemerisData, InvalidParameterException, ResourceLimitExceededException, ResourceNotFoundException, } from "../models/models_0";
|
|
5
6
|
export const se_CancelContactCommand = async (input, context) => {
|
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.431.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,28 +21,29 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/
|
|
26
|
-
"@aws-sdk/
|
|
24
|
+
"@aws-sdk/client-sts": "3.431.0",
|
|
25
|
+
"@aws-sdk/core": "3.431.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.431.0",
|
|
27
|
+
"@aws-sdk/middleware-host-header": "3.431.0",
|
|
27
28
|
"@aws-sdk/middleware-logger": "3.428.0",
|
|
28
29
|
"@aws-sdk/middleware-recursion-detection": "3.428.0",
|
|
29
30
|
"@aws-sdk/middleware-signing": "3.428.0",
|
|
30
31
|
"@aws-sdk/middleware-user-agent": "3.428.0",
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
+
"@aws-sdk/region-config-resolver": "3.430.0",
|
|
32
33
|
"@aws-sdk/types": "3.428.0",
|
|
33
34
|
"@aws-sdk/util-endpoints": "3.428.0",
|
|
34
35
|
"@aws-sdk/util-user-agent-browser": "3.428.0",
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^2.0.
|
|
36
|
+
"@aws-sdk/util-user-agent-node": "3.430.0",
|
|
37
|
+
"@smithy/config-resolver": "^2.0.15",
|
|
37
38
|
"@smithy/fetch-http-handler": "^2.2.3",
|
|
38
39
|
"@smithy/hash-node": "^2.0.11",
|
|
39
40
|
"@smithy/invalid-dependency": "^2.0.11",
|
|
40
41
|
"@smithy/middleware-content-length": "^2.0.13",
|
|
41
|
-
"@smithy/middleware-endpoint": "^2.1.
|
|
42
|
-
"@smithy/middleware-retry": "^2.0.
|
|
42
|
+
"@smithy/middleware-endpoint": "^2.1.2",
|
|
43
|
+
"@smithy/middleware-retry": "^2.0.17",
|
|
43
44
|
"@smithy/middleware-serde": "^2.0.11",
|
|
44
45
|
"@smithy/middleware-stack": "^2.0.5",
|
|
45
|
-
"@smithy/node-config-provider": "^2.1.
|
|
46
|
+
"@smithy/node-config-provider": "^2.1.2",
|
|
46
47
|
"@smithy/node-http-handler": "^2.1.7",
|
|
47
48
|
"@smithy/protocol-http": "^3.0.7",
|
|
48
49
|
"@smithy/smithy-client": "^2.1.11",
|
|
@@ -52,7 +53,7 @@
|
|
|
52
53
|
"@smithy/util-body-length-browser": "^2.0.0",
|
|
53
54
|
"@smithy/util-body-length-node": "^2.1.0",
|
|
54
55
|
"@smithy/util-defaults-mode-browser": "^2.0.15",
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^2.0.
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^2.0.20",
|
|
56
57
|
"@smithy/util-retry": "^2.0.4",
|
|
57
58
|
"@smithy/util-utf8": "^2.0.0",
|
|
58
59
|
"@smithy/util-waiter": "^2.0.11",
|