@aws-sdk/client-groundstation 3.1076.0 → 3.1078.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 +51 -405
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/CancelContactCommand.js +2 -14
- package/dist-es/commands/CreateConfigCommand.js +2 -14
- package/dist-es/commands/CreateDataflowEndpointGroupCommand.js +2 -14
- package/dist-es/commands/CreateDataflowEndpointGroupV2Command.js +2 -14
- package/dist-es/commands/CreateEphemerisCommand.js +2 -14
- package/dist-es/commands/CreateMissionProfileCommand.js +2 -14
- package/dist-es/commands/DeleteConfigCommand.js +2 -14
- package/dist-es/commands/DeleteDataflowEndpointGroupCommand.js +2 -14
- package/dist-es/commands/DeleteEphemerisCommand.js +2 -14
- package/dist-es/commands/DeleteMissionProfileCommand.js +2 -14
- package/dist-es/commands/DescribeContactCommand.js +2 -14
- package/dist-es/commands/DescribeContactVersionCommand.js +2 -14
- package/dist-es/commands/DescribeEphemerisCommand.js +2 -14
- package/dist-es/commands/GetAgentConfigurationCommand.js +2 -14
- package/dist-es/commands/GetAgentTaskResponseUrlCommand.js +2 -14
- package/dist-es/commands/GetConfigCommand.js +2 -14
- package/dist-es/commands/GetDataflowEndpointGroupCommand.js +2 -14
- package/dist-es/commands/GetMinuteUsageCommand.js +2 -14
- package/dist-es/commands/GetMissionProfileCommand.js +2 -14
- package/dist-es/commands/GetSatelliteCommand.js +2 -14
- package/dist-es/commands/ListAntennasCommand.js +2 -14
- package/dist-es/commands/ListConfigsCommand.js +2 -14
- package/dist-es/commands/ListContactVersionsCommand.js +2 -14
- package/dist-es/commands/ListContactsCommand.js +2 -14
- package/dist-es/commands/ListDataflowEndpointGroupsCommand.js +2 -14
- package/dist-es/commands/ListEphemeridesCommand.js +2 -14
- package/dist-es/commands/ListGroundStationReservationsCommand.js +2 -14
- package/dist-es/commands/ListGroundStationsCommand.js +2 -14
- package/dist-es/commands/ListMissionProfilesCommand.js +2 -14
- package/dist-es/commands/ListSatellitesCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/RegisterAgentCommand.js +2 -14
- package/dist-es/commands/ReserveContactCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateAgentStatusCommand.js +2 -14
- package/dist-es/commands/UpdateConfigCommand.js +2 -14
- package/dist-es/commands/UpdateContactCommand.js +2 -14
- package/dist-es/commands/UpdateEphemerisCommand.js +2 -14
- package/dist-es/commands/UpdateMissionProfileCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/CancelContactCommand.d.ts +3 -8
- package/dist-types/commands/CreateConfigCommand.d.ts +3 -8
- package/dist-types/commands/CreateDataflowEndpointGroupCommand.d.ts +3 -8
- package/dist-types/commands/CreateDataflowEndpointGroupV2Command.d.ts +3 -8
- package/dist-types/commands/CreateEphemerisCommand.d.ts +3 -8
- package/dist-types/commands/CreateMissionProfileCommand.d.ts +3 -8
- package/dist-types/commands/DeleteConfigCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDataflowEndpointGroupCommand.d.ts +3 -8
- package/dist-types/commands/DeleteEphemerisCommand.d.ts +3 -8
- package/dist-types/commands/DeleteMissionProfileCommand.d.ts +3 -8
- package/dist-types/commands/DescribeContactCommand.d.ts +3 -8
- package/dist-types/commands/DescribeContactVersionCommand.d.ts +3 -8
- package/dist-types/commands/DescribeEphemerisCommand.d.ts +3 -8
- package/dist-types/commands/GetAgentConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/GetAgentTaskResponseUrlCommand.d.ts +3 -8
- package/dist-types/commands/GetConfigCommand.d.ts +3 -8
- package/dist-types/commands/GetDataflowEndpointGroupCommand.d.ts +3 -8
- package/dist-types/commands/GetMinuteUsageCommand.d.ts +3 -8
- package/dist-types/commands/GetMissionProfileCommand.d.ts +3 -8
- package/dist-types/commands/GetSatelliteCommand.d.ts +3 -8
- package/dist-types/commands/ListAntennasCommand.d.ts +3 -8
- package/dist-types/commands/ListConfigsCommand.d.ts +3 -8
- package/dist-types/commands/ListContactVersionsCommand.d.ts +3 -8
- package/dist-types/commands/ListContactsCommand.d.ts +3 -8
- package/dist-types/commands/ListDataflowEndpointGroupsCommand.d.ts +3 -8
- package/dist-types/commands/ListEphemeridesCommand.d.ts +3 -8
- package/dist-types/commands/ListGroundStationReservationsCommand.d.ts +3 -8
- package/dist-types/commands/ListGroundStationsCommand.d.ts +3 -8
- package/dist-types/commands/ListMissionProfilesCommand.d.ts +3 -8
- package/dist-types/commands/ListSatellitesCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/RegisterAgentCommand.d.ts +3 -8
- package/dist-types/commands/ReserveContactCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateAgentStatusCommand.d.ts +3 -8
- package/dist-types/commands/UpdateConfigCommand.d.ts +3 -8
- package/dist-types/commands/UpdateContactCommand.d.ts +3 -8
- package/dist-types/commands/UpdateEphemerisCommand.d.ts +3 -8
- package/dist-types/commands/UpdateMissionProfileCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/CancelContactCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateConfigCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDataflowEndpointGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDataflowEndpointGroupV2Command.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateEphemerisCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateMissionProfileCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteConfigCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDataflowEndpointGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteEphemerisCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteMissionProfileCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeContactCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeContactVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeEphemerisCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetAgentConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetAgentTaskResponseUrlCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetConfigCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDataflowEndpointGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetMinuteUsageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetMissionProfileCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSatelliteCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAntennasCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListConfigsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListContactVersionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListContactsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDataflowEndpointGroupsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListEphemeridesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListGroundStationReservationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListGroundStationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListMissionProfilesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSatellitesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RegisterAgentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ReserveContactCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateAgentStatusCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateConfigCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateContactCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateEphemerisCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateMissionProfileCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
GroundStationClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../GroundStationClient";
|
|
8
2
|
import { ConfigIdResponse, UpdateConfigRequest } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface UpdateConfigCommandInput extends UpdateConfigRequest {}
|
|
12
5
|
export interface UpdateConfigCommandOutput
|
|
13
6
|
extends ConfigIdResponse,
|
|
@@ -18,22 +11,20 @@ declare const UpdateConfigCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
UpdateConfigCommandInput,
|
|
20
13
|
UpdateConfigCommandOutput,
|
|
21
|
-
GroundStationClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").GroundStationClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: UpdateConfigCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
UpdateConfigCommandInput,
|
|
29
22
|
UpdateConfigCommandOutput,
|
|
30
|
-
GroundStationClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").GroundStationClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class UpdateConfigCommand extends UpdateConfigCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
GroundStationClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../GroundStationClient";
|
|
8
2
|
import {
|
|
9
3
|
UpdateContactRequest,
|
|
10
4
|
UpdateContactResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface UpdateContactCommandInput extends UpdateContactRequest {}
|
|
15
8
|
export interface UpdateContactCommandOutput
|
|
16
9
|
extends UpdateContactResponse,
|
|
@@ -21,22 +14,20 @@ declare const UpdateContactCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
UpdateContactCommandInput,
|
|
23
16
|
UpdateContactCommandOutput,
|
|
24
|
-
GroundStationClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").GroundStationClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: UpdateContactCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
UpdateContactCommandInput,
|
|
32
25
|
UpdateContactCommandOutput,
|
|
33
|
-
GroundStationClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").GroundStationClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class UpdateContactCommand extends UpdateContactCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
GroundStationClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../GroundStationClient";
|
|
8
2
|
import {
|
|
9
3
|
EphemerisIdResponse,
|
|
10
4
|
UpdateEphemerisRequest,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface UpdateEphemerisCommandInput extends UpdateEphemerisRequest {}
|
|
15
8
|
export interface UpdateEphemerisCommandOutput
|
|
16
9
|
extends EphemerisIdResponse,
|
|
@@ -21,22 +14,20 @@ declare const UpdateEphemerisCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
UpdateEphemerisCommandInput,
|
|
23
16
|
UpdateEphemerisCommandOutput,
|
|
24
|
-
GroundStationClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").GroundStationClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: UpdateEphemerisCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
UpdateEphemerisCommandInput,
|
|
32
25
|
UpdateEphemerisCommandOutput,
|
|
33
|
-
GroundStationClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").GroundStationClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class UpdateEphemerisCommand extends UpdateEphemerisCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
GroundStationClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../GroundStationClient";
|
|
8
2
|
import {
|
|
9
3
|
MissionProfileIdResponse,
|
|
10
4
|
UpdateMissionProfileRequest,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface UpdateMissionProfileCommandInput
|
|
15
8
|
extends UpdateMissionProfileRequest {}
|
|
16
9
|
export interface UpdateMissionProfileCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const UpdateMissionProfileCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
UpdateMissionProfileCommandInput,
|
|
24
17
|
UpdateMissionProfileCommandOutput,
|
|
25
|
-
GroundStationClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").GroundStationClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: UpdateMissionProfileCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
UpdateMissionProfileCommandInput,
|
|
33
26
|
UpdateMissionProfileCommandOutput,
|
|
34
|
-
GroundStationClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").GroundStationClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class UpdateMissionProfileCommand extends UpdateMissionProfileCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -4,6 +4,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
|
4
4
|
export { RuntimeExtension } from "./runtimeExtensions";
|
|
5
5
|
export { GroundStationExtensionConfiguration } from "./extensionConfiguration";
|
|
6
6
|
export * from "./commands";
|
|
7
|
+
export { Command as $Command } from "@smithy/core/client";
|
|
7
8
|
export * from "./schemas/schemas_0";
|
|
8
9
|
export * from "./pagination";
|
|
9
10
|
export * from "./waiters";
|
|
@@ -20,7 +20,6 @@ export declare const getRuntimeConfig: (config: GroundStationClientConfig) => {
|
|
|
20
20
|
| import("@smithy/core/protocols").HttpHandler<any>
|
|
21
21
|
| RequestHandler;
|
|
22
22
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
23
|
-
sha256: import("@smithy/types").HashConstructor;
|
|
24
23
|
streamCollector: (
|
|
25
24
|
stream:
|
|
26
25
|
| import("stream").Readable
|
|
@@ -42,6 +41,7 @@ export declare const getRuntimeConfig: (config: GroundStationClientConfig) => {
|
|
|
42
41
|
[setting: string]: unknown;
|
|
43
42
|
};
|
|
44
43
|
apiVersion: string;
|
|
44
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
45
45
|
urlParser: import("@smithy/types").UrlParser;
|
|
46
46
|
base64Decoder: import("@smithy/types").Decoder;
|
|
47
47
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -21,7 +21,6 @@ export declare const getRuntimeConfig: (config: GroundStationClientConfig) => {
|
|
|
21
21
|
| RequestHandler
|
|
22
22
|
| import("@smithy/core/protocols").HttpHandler<any>;
|
|
23
23
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
24
|
-
sha256: import("@smithy/types").HashConstructor;
|
|
25
24
|
streamCollector: (
|
|
26
25
|
stream:
|
|
27
26
|
| import("stream").Readable
|
|
@@ -42,6 +41,7 @@ export declare const getRuntimeConfig: (config: GroundStationClientConfig) => {
|
|
|
42
41
|
[setting: string]: unknown;
|
|
43
42
|
};
|
|
44
43
|
apiVersion: string;
|
|
44
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
45
45
|
urlParser: import("@smithy/types").UrlParser;
|
|
46
46
|
base64Decoder: import("@smithy/types").Decoder;
|
|
47
47
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { GroundStationClientConfig } from "./GroundStationClient";
|
|
2
2
|
export declare const getRuntimeConfig: (config: GroundStationClientConfig) => {
|
|
3
3
|
runtime: string;
|
|
4
|
-
sha256: import("@smithy/types").HashConstructor;
|
|
5
4
|
requestHandler:
|
|
6
5
|
| import("@smithy/types").NodeHttpHandlerOptions
|
|
7
6
|
| import("@smithy/types").FetchHttpHandlerOptions
|
|
@@ -18,6 +17,7 @@ export declare const getRuntimeConfig: (config: GroundStationClientConfig) => {
|
|
|
18
17
|
[setting: string]: unknown;
|
|
19
18
|
};
|
|
20
19
|
apiVersion: string;
|
|
20
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
21
21
|
urlParser: import("@smithy/types").UrlParser;
|
|
22
22
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
23
23
|
streamCollector: (
|
|
@@ -24,6 +24,7 @@ export declare const getRuntimeConfig: (config: GroundStationClientConfig) => {
|
|
|
24
24
|
defaultNamespace?: string;
|
|
25
25
|
};
|
|
26
26
|
serviceId: string;
|
|
27
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
27
28
|
urlParser: import("@smithy/types").UrlParser;
|
|
28
29
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
29
30
|
utf8Encoder: (input: Uint8Array | string) => string;
|
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.1078.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",
|
|
@@ -19,15 +19,13 @@
|
|
|
19
19
|
"module": "./dist-es/index.js",
|
|
20
20
|
"sideEffects": false,
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@aws-
|
|
23
|
-
"@aws-
|
|
24
|
-
"@aws-sdk/
|
|
25
|
-
"@
|
|
26
|
-
"@
|
|
27
|
-
"@smithy/
|
|
28
|
-
"@smithy/
|
|
29
|
-
"@smithy/node-http-handler": "^4.9.0",
|
|
30
|
-
"@smithy/types": "^4.15.0",
|
|
22
|
+
"@aws-sdk/core": "^3.974.26",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "^3.972.61",
|
|
24
|
+
"@aws-sdk/types": "^3.973.15",
|
|
25
|
+
"@smithy/core": "^3.29.0",
|
|
26
|
+
"@smithy/fetch-http-handler": "^5.6.2",
|
|
27
|
+
"@smithy/node-http-handler": "^4.9.2",
|
|
28
|
+
"@smithy/types": "^4.15.1",
|
|
31
29
|
"tslib": "^2.6.2"
|
|
32
30
|
},
|
|
33
31
|
"devDependencies": {
|