@aws-sdk/client-groundstation 3.294.0 → 3.296.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/commands/CancelContactCommand.js +4 -4
- package/dist-cjs/commands/CreateConfigCommand.js +4 -4
- package/dist-cjs/commands/CreateDataflowEndpointGroupCommand.js +4 -4
- package/dist-cjs/commands/CreateEphemerisCommand.js +4 -4
- package/dist-cjs/commands/CreateMissionProfileCommand.js +4 -4
- package/dist-cjs/commands/DeleteConfigCommand.js +4 -4
- package/dist-cjs/commands/DeleteDataflowEndpointGroupCommand.js +4 -4
- package/dist-cjs/commands/DeleteEphemerisCommand.js +4 -4
- package/dist-cjs/commands/DeleteMissionProfileCommand.js +4 -4
- package/dist-cjs/commands/DescribeContactCommand.js +4 -4
- package/dist-cjs/commands/DescribeEphemerisCommand.js +4 -4
- package/dist-cjs/commands/GetAgentConfigurationCommand.js +4 -4
- package/dist-cjs/commands/GetConfigCommand.js +4 -4
- package/dist-cjs/commands/GetDataflowEndpointGroupCommand.js +4 -4
- package/dist-cjs/commands/GetMinuteUsageCommand.js +4 -4
- package/dist-cjs/commands/GetMissionProfileCommand.js +4 -4
- package/dist-cjs/commands/GetSatelliteCommand.js +4 -4
- package/dist-cjs/commands/ListConfigsCommand.js +4 -4
- package/dist-cjs/commands/ListContactsCommand.js +4 -4
- package/dist-cjs/commands/ListDataflowEndpointGroupsCommand.js +4 -4
- package/dist-cjs/commands/ListEphemeridesCommand.js +4 -4
- package/dist-cjs/commands/ListGroundStationsCommand.js +4 -4
- package/dist-cjs/commands/ListMissionProfilesCommand.js +4 -4
- package/dist-cjs/commands/ListSatellitesCommand.js +4 -4
- package/dist-cjs/commands/ListTagsForResourceCommand.js +4 -4
- package/dist-cjs/commands/RegisterAgentCommand.js +4 -4
- package/dist-cjs/commands/ReserveContactCommand.js +4 -4
- package/dist-cjs/commands/TagResourceCommand.js +4 -4
- package/dist-cjs/commands/UntagResourceCommand.js +4 -4
- package/dist-cjs/commands/UpdateAgentStatusCommand.js +4 -4
- package/dist-cjs/commands/UpdateConfigCommand.js +4 -4
- package/dist-cjs/commands/UpdateEphemerisCommand.js +4 -4
- package/dist-cjs/commands/UpdateMissionProfileCommand.js +4 -4
- package/dist-es/commands/CancelContactCommand.js +4 -4
- package/dist-es/commands/CreateConfigCommand.js +4 -4
- package/dist-es/commands/CreateDataflowEndpointGroupCommand.js +4 -4
- package/dist-es/commands/CreateEphemerisCommand.js +4 -4
- package/dist-es/commands/CreateMissionProfileCommand.js +4 -4
- package/dist-es/commands/DeleteConfigCommand.js +4 -4
- package/dist-es/commands/DeleteDataflowEndpointGroupCommand.js +4 -4
- package/dist-es/commands/DeleteEphemerisCommand.js +4 -4
- package/dist-es/commands/DeleteMissionProfileCommand.js +4 -4
- package/dist-es/commands/DescribeContactCommand.js +4 -4
- package/dist-es/commands/DescribeEphemerisCommand.js +4 -4
- package/dist-es/commands/GetAgentConfigurationCommand.js +4 -4
- package/dist-es/commands/GetConfigCommand.js +4 -4
- package/dist-es/commands/GetDataflowEndpointGroupCommand.js +4 -4
- package/dist-es/commands/GetMinuteUsageCommand.js +4 -4
- package/dist-es/commands/GetMissionProfileCommand.js +4 -4
- package/dist-es/commands/GetSatelliteCommand.js +4 -4
- package/dist-es/commands/ListConfigsCommand.js +4 -4
- package/dist-es/commands/ListContactsCommand.js +4 -4
- package/dist-es/commands/ListDataflowEndpointGroupsCommand.js +4 -4
- package/dist-es/commands/ListEphemeridesCommand.js +4 -4
- package/dist-es/commands/ListGroundStationsCommand.js +4 -4
- package/dist-es/commands/ListMissionProfilesCommand.js +4 -4
- package/dist-es/commands/ListSatellitesCommand.js +4 -4
- package/dist-es/commands/ListTagsForResourceCommand.js +4 -4
- package/dist-es/commands/RegisterAgentCommand.js +4 -4
- package/dist-es/commands/ReserveContactCommand.js +4 -4
- package/dist-es/commands/TagResourceCommand.js +4 -4
- package/dist-es/commands/UntagResourceCommand.js +4 -4
- package/dist-es/commands/UpdateAgentStatusCommand.js +4 -4
- package/dist-es/commands/UpdateConfigCommand.js +4 -4
- package/dist-es/commands/UpdateEphemerisCommand.js +4 -4
- package/dist-es/commands/UpdateMissionProfileCommand.js +4 -4
- package/dist-types/GroundStationClient.d.ts +4 -4
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +5 -5
- package/dist-types/ts3.4/GroundStationClient.d.ts +4 -4
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +3 -4
- package/dist-types/ts3.4/models/models_0.d.ts +5 -5
- package/package.json +37 -37
|
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
4
4
|
import { ListSatellitesRequestFilterSensitiveLog, ListSatellitesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListSatellitesCommand, serializeAws_restJson1ListSatellitesCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export class ListSatellitesCommand extends $Command {
|
|
7
|
-
constructor(input) {
|
|
8
|
-
super();
|
|
9
|
-
this.input = input;
|
|
10
|
-
}
|
|
11
7
|
static getEndpointParameterInstructions() {
|
|
12
8
|
return {
|
|
13
9
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -16,6 +12,10 @@ export class ListSatellitesCommand extends $Command {
|
|
|
16
12
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
13
|
};
|
|
18
14
|
}
|
|
15
|
+
constructor(input) {
|
|
16
|
+
super();
|
|
17
|
+
this.input = input;
|
|
18
|
+
}
|
|
19
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
20
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
21
|
this.middlewareStack.use(getEndpointPlugin(configuration, ListSatellitesCommand.getEndpointParameterInstructions()));
|
|
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
4
4
|
import { ListTagsForResourceRequestFilterSensitiveLog, ListTagsForResourceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListTagsForResourceCommand, serializeAws_restJson1ListTagsForResourceCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export class ListTagsForResourceCommand extends $Command {
|
|
7
|
-
constructor(input) {
|
|
8
|
-
super();
|
|
9
|
-
this.input = input;
|
|
10
|
-
}
|
|
11
7
|
static getEndpointParameterInstructions() {
|
|
12
8
|
return {
|
|
13
9
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -16,6 +12,10 @@ export class ListTagsForResourceCommand extends $Command {
|
|
|
16
12
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
13
|
};
|
|
18
14
|
}
|
|
15
|
+
constructor(input) {
|
|
16
|
+
super();
|
|
17
|
+
this.input = input;
|
|
18
|
+
}
|
|
19
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
20
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
21
|
this.middlewareStack.use(getEndpointPlugin(configuration, ListTagsForResourceCommand.getEndpointParameterInstructions()));
|
|
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
4
4
|
import { RegisterAgentRequestFilterSensitiveLog, RegisterAgentResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1RegisterAgentCommand, serializeAws_restJson1RegisterAgentCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export class RegisterAgentCommand extends $Command {
|
|
7
|
-
constructor(input) {
|
|
8
|
-
super();
|
|
9
|
-
this.input = input;
|
|
10
|
-
}
|
|
11
7
|
static getEndpointParameterInstructions() {
|
|
12
8
|
return {
|
|
13
9
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -16,6 +12,10 @@ export class RegisterAgentCommand extends $Command {
|
|
|
16
12
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
13
|
};
|
|
18
14
|
}
|
|
15
|
+
constructor(input) {
|
|
16
|
+
super();
|
|
17
|
+
this.input = input;
|
|
18
|
+
}
|
|
19
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
20
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
21
|
this.middlewareStack.use(getEndpointPlugin(configuration, RegisterAgentCommand.getEndpointParameterInstructions()));
|
|
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
4
4
|
import { ContactIdResponseFilterSensitiveLog, ReserveContactRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ReserveContactCommand, serializeAws_restJson1ReserveContactCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export class ReserveContactCommand extends $Command {
|
|
7
|
-
constructor(input) {
|
|
8
|
-
super();
|
|
9
|
-
this.input = input;
|
|
10
|
-
}
|
|
11
7
|
static getEndpointParameterInstructions() {
|
|
12
8
|
return {
|
|
13
9
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -16,6 +12,10 @@ export class ReserveContactCommand extends $Command {
|
|
|
16
12
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
13
|
};
|
|
18
14
|
}
|
|
15
|
+
constructor(input) {
|
|
16
|
+
super();
|
|
17
|
+
this.input = input;
|
|
18
|
+
}
|
|
19
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
20
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
21
|
this.middlewareStack.use(getEndpointPlugin(configuration, ReserveContactCommand.getEndpointParameterInstructions()));
|
|
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
4
4
|
import { TagResourceRequestFilterSensitiveLog, TagResourceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1TagResourceCommand, serializeAws_restJson1TagResourceCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export class TagResourceCommand extends $Command {
|
|
7
|
-
constructor(input) {
|
|
8
|
-
super();
|
|
9
|
-
this.input = input;
|
|
10
|
-
}
|
|
11
7
|
static getEndpointParameterInstructions() {
|
|
12
8
|
return {
|
|
13
9
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -16,6 +12,10 @@ export class TagResourceCommand extends $Command {
|
|
|
16
12
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
13
|
};
|
|
18
14
|
}
|
|
15
|
+
constructor(input) {
|
|
16
|
+
super();
|
|
17
|
+
this.input = input;
|
|
18
|
+
}
|
|
19
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
20
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
21
|
this.middlewareStack.use(getEndpointPlugin(configuration, TagResourceCommand.getEndpointParameterInstructions()));
|
|
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
4
4
|
import { UntagResourceRequestFilterSensitiveLog, UntagResourceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1UntagResourceCommand, serializeAws_restJson1UntagResourceCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export class UntagResourceCommand extends $Command {
|
|
7
|
-
constructor(input) {
|
|
8
|
-
super();
|
|
9
|
-
this.input = input;
|
|
10
|
-
}
|
|
11
7
|
static getEndpointParameterInstructions() {
|
|
12
8
|
return {
|
|
13
9
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -16,6 +12,10 @@ export class UntagResourceCommand extends $Command {
|
|
|
16
12
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
13
|
};
|
|
18
14
|
}
|
|
15
|
+
constructor(input) {
|
|
16
|
+
super();
|
|
17
|
+
this.input = input;
|
|
18
|
+
}
|
|
19
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
20
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
21
|
this.middlewareStack.use(getEndpointPlugin(configuration, UntagResourceCommand.getEndpointParameterInstructions()));
|
|
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
4
4
|
import { UpdateAgentStatusRequestFilterSensitiveLog, UpdateAgentStatusResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1UpdateAgentStatusCommand, serializeAws_restJson1UpdateAgentStatusCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export class UpdateAgentStatusCommand extends $Command {
|
|
7
|
-
constructor(input) {
|
|
8
|
-
super();
|
|
9
|
-
this.input = input;
|
|
10
|
-
}
|
|
11
7
|
static getEndpointParameterInstructions() {
|
|
12
8
|
return {
|
|
13
9
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -16,6 +12,10 @@ export class UpdateAgentStatusCommand extends $Command {
|
|
|
16
12
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
13
|
};
|
|
18
14
|
}
|
|
15
|
+
constructor(input) {
|
|
16
|
+
super();
|
|
17
|
+
this.input = input;
|
|
18
|
+
}
|
|
19
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
20
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
21
|
this.middlewareStack.use(getEndpointPlugin(configuration, UpdateAgentStatusCommand.getEndpointParameterInstructions()));
|
|
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
4
4
|
import { ConfigIdResponseFilterSensitiveLog, UpdateConfigRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1UpdateConfigCommand, serializeAws_restJson1UpdateConfigCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export class UpdateConfigCommand extends $Command {
|
|
7
|
-
constructor(input) {
|
|
8
|
-
super();
|
|
9
|
-
this.input = input;
|
|
10
|
-
}
|
|
11
7
|
static getEndpointParameterInstructions() {
|
|
12
8
|
return {
|
|
13
9
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -16,6 +12,10 @@ export class UpdateConfigCommand extends $Command {
|
|
|
16
12
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
13
|
};
|
|
18
14
|
}
|
|
15
|
+
constructor(input) {
|
|
16
|
+
super();
|
|
17
|
+
this.input = input;
|
|
18
|
+
}
|
|
19
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
20
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
21
|
this.middlewareStack.use(getEndpointPlugin(configuration, UpdateConfigCommand.getEndpointParameterInstructions()));
|
|
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
4
4
|
import { EphemerisIdResponseFilterSensitiveLog, UpdateEphemerisRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1UpdateEphemerisCommand, serializeAws_restJson1UpdateEphemerisCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export class UpdateEphemerisCommand extends $Command {
|
|
7
|
-
constructor(input) {
|
|
8
|
-
super();
|
|
9
|
-
this.input = input;
|
|
10
|
-
}
|
|
11
7
|
static getEndpointParameterInstructions() {
|
|
12
8
|
return {
|
|
13
9
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -16,6 +12,10 @@ export class UpdateEphemerisCommand extends $Command {
|
|
|
16
12
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
13
|
};
|
|
18
14
|
}
|
|
15
|
+
constructor(input) {
|
|
16
|
+
super();
|
|
17
|
+
this.input = input;
|
|
18
|
+
}
|
|
19
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
20
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
21
|
this.middlewareStack.use(getEndpointPlugin(configuration, UpdateEphemerisCommand.getEndpointParameterInstructions()));
|
|
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
4
4
|
import { MissionProfileIdResponseFilterSensitiveLog, UpdateMissionProfileRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1UpdateMissionProfileCommand, serializeAws_restJson1UpdateMissionProfileCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export class UpdateMissionProfileCommand extends $Command {
|
|
7
|
-
constructor(input) {
|
|
8
|
-
super();
|
|
9
|
-
this.input = input;
|
|
10
|
-
}
|
|
11
7
|
static getEndpointParameterInstructions() {
|
|
12
8
|
return {
|
|
13
9
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -16,6 +12,10 @@ export class UpdateMissionProfileCommand extends $Command {
|
|
|
16
12
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
13
|
};
|
|
18
14
|
}
|
|
15
|
+
constructor(input) {
|
|
16
|
+
super();
|
|
17
|
+
this.input = input;
|
|
18
|
+
}
|
|
19
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
20
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
21
|
this.middlewareStack.use(getEndpointPlugin(configuration, UpdateMissionProfileCommand.getEndpointParameterInstructions()));
|
|
@@ -41,8 +41,8 @@ import { UpdateConfigCommandInput, UpdateConfigCommandOutput } from "./commands/
|
|
|
41
41
|
import { UpdateEphemerisCommandInput, UpdateEphemerisCommandOutput } from "./commands/UpdateEphemerisCommand";
|
|
42
42
|
import { UpdateMissionProfileCommandInput, UpdateMissionProfileCommandOutput } from "./commands/UpdateMissionProfileCommand";
|
|
43
43
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
44
|
-
export
|
|
45
|
-
export
|
|
44
|
+
export type ServiceInputTypes = CancelContactCommandInput | CreateConfigCommandInput | CreateDataflowEndpointGroupCommandInput | CreateEphemerisCommandInput | CreateMissionProfileCommandInput | DeleteConfigCommandInput | DeleteDataflowEndpointGroupCommandInput | DeleteEphemerisCommandInput | DeleteMissionProfileCommandInput | DescribeContactCommandInput | DescribeEphemerisCommandInput | GetAgentConfigurationCommandInput | GetConfigCommandInput | GetDataflowEndpointGroupCommandInput | GetMinuteUsageCommandInput | GetMissionProfileCommandInput | GetSatelliteCommandInput | ListConfigsCommandInput | ListContactsCommandInput | ListDataflowEndpointGroupsCommandInput | ListEphemeridesCommandInput | ListGroundStationsCommandInput | ListMissionProfilesCommandInput | ListSatellitesCommandInput | ListTagsForResourceCommandInput | RegisterAgentCommandInput | ReserveContactCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAgentStatusCommandInput | UpdateConfigCommandInput | UpdateEphemerisCommandInput | UpdateMissionProfileCommandInput;
|
|
45
|
+
export type ServiceOutputTypes = CancelContactCommandOutput | CreateConfigCommandOutput | CreateDataflowEndpointGroupCommandOutput | CreateEphemerisCommandOutput | CreateMissionProfileCommandOutput | DeleteConfigCommandOutput | DeleteDataflowEndpointGroupCommandOutput | DeleteEphemerisCommandOutput | DeleteMissionProfileCommandOutput | DescribeContactCommandOutput | DescribeEphemerisCommandOutput | GetAgentConfigurationCommandOutput | GetConfigCommandOutput | GetDataflowEndpointGroupCommandOutput | GetMinuteUsageCommandOutput | GetMissionProfileCommandOutput | GetSatelliteCommandOutput | ListConfigsCommandOutput | ListContactsCommandOutput | ListDataflowEndpointGroupsCommandOutput | ListEphemeridesCommandOutput | ListGroundStationsCommandOutput | ListMissionProfilesCommandOutput | ListSatellitesCommandOutput | ListTagsForResourceCommandOutput | RegisterAgentCommandOutput | ReserveContactCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAgentStatusCommandOutput | UpdateConfigCommandOutput | UpdateEphemerisCommandOutput | UpdateMissionProfileCommandOutput;
|
|
46
46
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
47
47
|
/**
|
|
48
48
|
* The HTTP handler to use. Fetch in browser and Https in Nodejs.
|
|
@@ -143,13 +143,13 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
143
143
|
*/
|
|
144
144
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
145
145
|
}
|
|
146
|
-
|
|
146
|
+
type GroundStationClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
|
|
147
147
|
/**
|
|
148
148
|
* The configuration interface of GroundStationClient class constructor that set the region, credentials and other options.
|
|
149
149
|
*/
|
|
150
150
|
export interface GroundStationClientConfig extends GroundStationClientConfigType {
|
|
151
151
|
}
|
|
152
|
-
|
|
152
|
+
type GroundStationClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
|
|
153
153
|
/**
|
|
154
154
|
* The resolved configuration interface of GroundStationClient class. This is resolved and normalized from the {@link GroundStationClientConfig | constructor configuration interface}.
|
|
155
155
|
*/
|
|
@@ -5,7 +5,7 @@ export interface ClientInputEndpointParameters {
|
|
|
5
5
|
useFipsEndpoint?: boolean | Provider<boolean>;
|
|
6
6
|
endpoint?: string | Provider<string> | Endpoint | Provider<Endpoint> | EndpointV2 | Provider<EndpointV2>;
|
|
7
7
|
}
|
|
8
|
-
export
|
|
8
|
+
export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
|
|
9
9
|
defaultSigningName: string;
|
|
10
10
|
};
|
|
11
11
|
export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
|
|
@@ -596,7 +596,7 @@ export interface UplinkEchoConfig {
|
|
|
596
596
|
* <p>Object containing the parameters of a <code>Config</code>.</p>
|
|
597
597
|
* <p>See the subtype definitions for what each type of <code>Config</code> contains.</p>
|
|
598
598
|
*/
|
|
599
|
-
export
|
|
599
|
+
export type ConfigTypeData = ConfigTypeData.AntennaDownlinkConfigMember | ConfigTypeData.AntennaDownlinkDemodDecodeConfigMember | ConfigTypeData.AntennaUplinkConfigMember | ConfigTypeData.DataflowEndpointConfigMember | ConfigTypeData.S3RecordingConfigMember | ConfigTypeData.TrackingConfigMember | ConfigTypeData.UplinkEchoConfigMember | ConfigTypeData.$UnknownMember;
|
|
600
600
|
export declare namespace ConfigTypeData {
|
|
601
601
|
/**
|
|
602
602
|
* <p>Information about how AWS Ground Station should configure an antenna for downlink during a contact.</p>
|
|
@@ -946,7 +946,7 @@ export interface S3RecordingDetails {
|
|
|
946
946
|
/**
|
|
947
947
|
* <p>Details for certain <code>Config</code> object types in a contact.</p>
|
|
948
948
|
*/
|
|
949
|
-
export
|
|
949
|
+
export type ConfigDetails = ConfigDetails.AntennaDemodDecodeDetailsMember | ConfigDetails.EndpointDetailsMember | ConfigDetails.S3RecordingDetailsMember | ConfigDetails.$UnknownMember;
|
|
950
950
|
export declare namespace ConfigDetails {
|
|
951
951
|
/**
|
|
952
952
|
* <p>Information about the endpoint details.</p>
|
|
@@ -1389,7 +1389,7 @@ export interface TLEEphemeris {
|
|
|
1389
1389
|
/**
|
|
1390
1390
|
* <p>Ephemeris data.</p>
|
|
1391
1391
|
*/
|
|
1392
|
-
export
|
|
1392
|
+
export type EphemerisData = EphemerisData.OemMember | EphemerisData.TleMember | EphemerisData.$UnknownMember;
|
|
1393
1393
|
export declare namespace EphemerisData {
|
|
1394
1394
|
/**
|
|
1395
1395
|
* <p>Two-line element set (TLE) ephemeris.</p>
|
|
@@ -1465,7 +1465,7 @@ export interface EphemerisIdResponse {
|
|
|
1465
1465
|
/**
|
|
1466
1466
|
* <p>AWS Key Management Service (KMS) Key.</p>
|
|
1467
1467
|
*/
|
|
1468
|
-
export
|
|
1468
|
+
export type KmsKey = KmsKey.KmsAliasArnMember | KmsKey.KmsKeyArnMember | KmsKey.$UnknownMember;
|
|
1469
1469
|
export declare namespace KmsKey {
|
|
1470
1470
|
/**
|
|
1471
1471
|
* <p>KMS Key Arn.</p>
|
|
@@ -1700,7 +1700,7 @@ export interface EphemerisDescription {
|
|
|
1700
1700
|
/**
|
|
1701
1701
|
* <p/>
|
|
1702
1702
|
*/
|
|
1703
|
-
export
|
|
1703
|
+
export type EphemerisTypeDescription = EphemerisTypeDescription.OemMember | EphemerisTypeDescription.TleMember | EphemerisTypeDescription.$UnknownMember;
|
|
1704
1704
|
export declare namespace EphemerisTypeDescription {
|
|
1705
1705
|
/**
|
|
1706
1706
|
* <p>Description of ephemeris.</p>
|
|
@@ -181,7 +181,7 @@ import {
|
|
|
181
181
|
ClientResolvedEndpointParameters,
|
|
182
182
|
EndpointParameters,
|
|
183
183
|
} from "./endpoint/EndpointParameters";
|
|
184
|
-
export
|
|
184
|
+
export type ServiceInputTypes =
|
|
185
185
|
| CancelContactCommandInput
|
|
186
186
|
| CreateConfigCommandInput
|
|
187
187
|
| CreateDataflowEndpointGroupCommandInput
|
|
@@ -215,7 +215,7 @@ export declare type ServiceInputTypes =
|
|
|
215
215
|
| UpdateConfigCommandInput
|
|
216
216
|
| UpdateEphemerisCommandInput
|
|
217
217
|
| UpdateMissionProfileCommandInput;
|
|
218
|
-
export
|
|
218
|
+
export type ServiceOutputTypes =
|
|
219
219
|
| CancelContactCommandOutput
|
|
220
220
|
| CreateConfigCommandOutput
|
|
221
221
|
| CreateDataflowEndpointGroupCommandOutput
|
|
@@ -273,7 +273,7 @@ export interface ClientDefaults
|
|
|
273
273
|
logger?: __Logger;
|
|
274
274
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
275
275
|
}
|
|
276
|
-
|
|
276
|
+
type GroundStationClientConfigType = Partial<
|
|
277
277
|
__SmithyConfiguration<__HttpHandlerOptions>
|
|
278
278
|
> &
|
|
279
279
|
ClientDefaults &
|
|
@@ -286,7 +286,7 @@ declare type GroundStationClientConfigType = Partial<
|
|
|
286
286
|
ClientInputEndpointParameters;
|
|
287
287
|
export interface GroundStationClientConfig
|
|
288
288
|
extends GroundStationClientConfigType {}
|
|
289
|
-
|
|
289
|
+
type GroundStationClientResolvedConfigType =
|
|
290
290
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
291
291
|
Required<ClientDefaults> &
|
|
292
292
|
RegionResolvedConfig &
|
|
@@ -16,10 +16,9 @@ export interface ClientInputEndpointParameters {
|
|
|
16
16
|
| EndpointV2
|
|
17
17
|
| Provider<EndpointV2>;
|
|
18
18
|
}
|
|
19
|
-
export
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
};
|
|
19
|
+
export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
|
|
20
|
+
defaultSigningName: string;
|
|
21
|
+
};
|
|
23
22
|
export declare const resolveClientEndpointParameters: <T>(
|
|
24
23
|
options: T & ClientInputEndpointParameters
|
|
25
24
|
) => T &
|
|
@@ -223,7 +223,7 @@ export interface UplinkEchoConfig {
|
|
|
223
223
|
enabled: boolean | undefined;
|
|
224
224
|
antennaUplinkConfigArn: string | undefined;
|
|
225
225
|
}
|
|
226
|
-
export
|
|
226
|
+
export type ConfigTypeData =
|
|
227
227
|
| ConfigTypeData.AntennaDownlinkConfigMember
|
|
228
228
|
| ConfigTypeData.AntennaDownlinkDemodDecodeConfigMember
|
|
229
229
|
| ConfigTypeData.AntennaUplinkConfigMember
|
|
@@ -403,7 +403,7 @@ export interface S3RecordingDetails {
|
|
|
403
403
|
bucketArn?: string;
|
|
404
404
|
keyTemplate?: string;
|
|
405
405
|
}
|
|
406
|
-
export
|
|
406
|
+
export type ConfigDetails =
|
|
407
407
|
| ConfigDetails.AntennaDemodDecodeDetailsMember
|
|
408
408
|
| ConfigDetails.EndpointDetailsMember
|
|
409
409
|
| ConfigDetails.S3RecordingDetailsMember
|
|
@@ -564,7 +564,7 @@ export interface TLEEphemeris {
|
|
|
564
564
|
s3Object?: S3Object;
|
|
565
565
|
tleData?: TLEData[];
|
|
566
566
|
}
|
|
567
|
-
export
|
|
567
|
+
export type EphemerisData =
|
|
568
568
|
| EphemerisData.OemMember
|
|
569
569
|
| EphemerisData.TleMember
|
|
570
570
|
| EphemerisData.$UnknownMember;
|
|
@@ -604,7 +604,7 @@ export interface CreateEphemerisRequest {
|
|
|
604
604
|
export interface EphemerisIdResponse {
|
|
605
605
|
ephemerisId?: string;
|
|
606
606
|
}
|
|
607
|
-
export
|
|
607
|
+
export type KmsKey =
|
|
608
608
|
| KmsKey.KmsAliasArnMember
|
|
609
609
|
| KmsKey.KmsKeyArnMember
|
|
610
610
|
| KmsKey.$UnknownMember;
|
|
@@ -699,7 +699,7 @@ export interface EphemerisDescription {
|
|
|
699
699
|
sourceS3Object?: S3Object;
|
|
700
700
|
ephemerisData?: string;
|
|
701
701
|
}
|
|
702
|
-
export
|
|
702
|
+
export type EphemerisTypeDescription =
|
|
703
703
|
| EphemerisTypeDescription.OemMember
|
|
704
704
|
| EphemerisTypeDescription.TleMember
|
|
705
705
|
| EphemerisTypeDescription.$UnknownMember;
|
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.296.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",
|
|
@@ -20,50 +20,50 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/config-resolver": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
27
|
-
"@aws-sdk/hash-node": "3.
|
|
28
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
29
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
30
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
34
|
-
"@aws-sdk/middleware-retry": "3.
|
|
35
|
-
"@aws-sdk/middleware-serde": "3.
|
|
36
|
-
"@aws-sdk/middleware-signing": "3.
|
|
37
|
-
"@aws-sdk/middleware-stack": "3.
|
|
38
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
-
"@aws-sdk/node-config-provider": "3.
|
|
40
|
-
"@aws-sdk/node-http-handler": "3.
|
|
41
|
-
"@aws-sdk/protocol-http": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
45
|
-
"@aws-sdk/util-base64": "3.
|
|
46
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
47
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
-
"@aws-sdk/util-retry": "3.
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
54
|
-
"@aws-sdk/util-utf8": "3.
|
|
55
|
-
"@aws-sdk/util-waiter": "3.
|
|
56
|
-
"tslib": "^2.
|
|
23
|
+
"@aws-sdk/client-sts": "3.296.0",
|
|
24
|
+
"@aws-sdk/config-resolver": "3.296.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.296.0",
|
|
26
|
+
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
27
|
+
"@aws-sdk/hash-node": "3.296.0",
|
|
28
|
+
"@aws-sdk/invalid-dependency": "3.296.0",
|
|
29
|
+
"@aws-sdk/middleware-content-length": "3.296.0",
|
|
30
|
+
"@aws-sdk/middleware-endpoint": "3.296.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.296.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.296.0",
|
|
33
|
+
"@aws-sdk/middleware-recursion-detection": "3.296.0",
|
|
34
|
+
"@aws-sdk/middleware-retry": "3.296.0",
|
|
35
|
+
"@aws-sdk/middleware-serde": "3.296.0",
|
|
36
|
+
"@aws-sdk/middleware-signing": "3.296.0",
|
|
37
|
+
"@aws-sdk/middleware-stack": "3.296.0",
|
|
38
|
+
"@aws-sdk/middleware-user-agent": "3.296.0",
|
|
39
|
+
"@aws-sdk/node-config-provider": "3.296.0",
|
|
40
|
+
"@aws-sdk/node-http-handler": "3.296.0",
|
|
41
|
+
"@aws-sdk/protocol-http": "3.296.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.296.0",
|
|
43
|
+
"@aws-sdk/types": "3.296.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.296.0",
|
|
45
|
+
"@aws-sdk/util-base64": "3.295.0",
|
|
46
|
+
"@aws-sdk/util-body-length-browser": "3.295.0",
|
|
47
|
+
"@aws-sdk/util-body-length-node": "3.295.0",
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.296.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.296.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.296.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.296.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.296.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.296.0",
|
|
54
|
+
"@aws-sdk/util-utf8": "3.295.0",
|
|
55
|
+
"@aws-sdk/util-waiter": "3.296.0",
|
|
56
|
+
"tslib": "^2.5.0"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
59
|
+
"@aws-sdk/service-client-documentation-generator": "3.295.0",
|
|
60
60
|
"@tsconfig/node14": "1.0.3",
|
|
61
61
|
"@types/node": "^14.14.31",
|
|
62
62
|
"concurrently": "7.0.0",
|
|
63
63
|
"downlevel-dts": "0.10.1",
|
|
64
64
|
"rimraf": "3.0.2",
|
|
65
65
|
"typedoc": "0.23.23",
|
|
66
|
-
"typescript": "~4.
|
|
66
|
+
"typescript": "~4.9.5"
|
|
67
67
|
},
|
|
68
68
|
"engines": {
|
|
69
69
|
"node": ">=14.0.0"
|