@aws-sdk/client-groundstation 3.927.0 → 3.929.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (56) hide show
  1. package/dist-cjs/index.js +1590 -1734
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/GroundStationClient.js +2 -0
  4. package/dist-es/commands/CancelContactCommand.js +3 -9
  5. package/dist-es/commands/CreateConfigCommand.js +3 -9
  6. package/dist-es/commands/CreateDataflowEndpointGroupCommand.js +3 -9
  7. package/dist-es/commands/CreateDataflowEndpointGroupV2Command.js +3 -9
  8. package/dist-es/commands/CreateEphemerisCommand.js +3 -9
  9. package/dist-es/commands/CreateMissionProfileCommand.js +3 -9
  10. package/dist-es/commands/DeleteConfigCommand.js +3 -9
  11. package/dist-es/commands/DeleteDataflowEndpointGroupCommand.js +3 -9
  12. package/dist-es/commands/DeleteEphemerisCommand.js +3 -9
  13. package/dist-es/commands/DeleteMissionProfileCommand.js +3 -9
  14. package/dist-es/commands/DescribeContactCommand.js +3 -9
  15. package/dist-es/commands/DescribeEphemerisCommand.js +3 -9
  16. package/dist-es/commands/GetAgentConfigurationCommand.js +3 -9
  17. package/dist-es/commands/GetAgentTaskResponseUrlCommand.js +3 -9
  18. package/dist-es/commands/GetConfigCommand.js +3 -9
  19. package/dist-es/commands/GetDataflowEndpointGroupCommand.js +3 -9
  20. package/dist-es/commands/GetMinuteUsageCommand.js +3 -9
  21. package/dist-es/commands/GetMissionProfileCommand.js +3 -9
  22. package/dist-es/commands/GetSatelliteCommand.js +3 -9
  23. package/dist-es/commands/ListConfigsCommand.js +3 -9
  24. package/dist-es/commands/ListContactsCommand.js +3 -9
  25. package/dist-es/commands/ListDataflowEndpointGroupsCommand.js +3 -9
  26. package/dist-es/commands/ListEphemeridesCommand.js +3 -9
  27. package/dist-es/commands/ListGroundStationsCommand.js +3 -9
  28. package/dist-es/commands/ListMissionProfilesCommand.js +3 -9
  29. package/dist-es/commands/ListSatellitesCommand.js +3 -9
  30. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  31. package/dist-es/commands/RegisterAgentCommand.js +3 -9
  32. package/dist-es/commands/ReserveContactCommand.js +3 -9
  33. package/dist-es/commands/TagResourceCommand.js +3 -9
  34. package/dist-es/commands/UntagResourceCommand.js +3 -9
  35. package/dist-es/commands/UpdateAgentStatusCommand.js +3 -9
  36. package/dist-es/commands/UpdateConfigCommand.js +3 -9
  37. package/dist-es/commands/UpdateEphemerisCommand.js +3 -9
  38. package/dist-es/commands/UpdateMissionProfileCommand.js +3 -9
  39. package/dist-es/runtimeConfig.shared.js +2 -0
  40. package/dist-es/schemas/schemas_0.js +1520 -0
  41. package/dist-types/GroundStationClient.d.ts +10 -1
  42. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  43. package/dist-types/runtimeConfig.d.ts +1 -0
  44. package/dist-types/runtimeConfig.native.d.ts +1 -0
  45. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  46. package/dist-types/schemas/schemas_0.d.ts +212 -0
  47. package/dist-types/ts3.4/GroundStationClient.d.ts +4 -0
  48. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  49. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  50. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  51. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  52. package/dist-types/ts3.4/schemas/schemas_0.d.ts +217 -0
  53. package/package.json +5 -5
  54. package/dist-es/protocols/Aws_restJson1.js +0 -1476
  55. package/dist-types/protocols/Aws_restJson1.d.ts +0 -317
  56. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -425
@@ -2,6 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getRuntimeConfig = void 0;
4
4
  const core_1 = require("@aws-sdk/core");
5
+ const protocols_1 = require("@aws-sdk/core/protocols");
5
6
  const smithy_client_1 = require("@smithy/smithy-client");
6
7
  const url_parser_1 = require("@smithy/url-parser");
7
8
  const util_base64_1 = require("@smithy/util-base64");
@@ -25,6 +26,7 @@ const getRuntimeConfig = (config) => {
25
26
  },
26
27
  ],
27
28
  logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
29
+ protocol: config?.protocol ?? new protocols_1.AwsRestJsonProtocol({ defaultNamespace: "com.amazonaws.groundstation" }),
28
30
  serviceId: config?.serviceId ?? "GroundStation",
29
31
  urlParser: config?.urlParser ?? url_parser_1.parseUrl,
30
32
  utf8Decoder: config?.utf8Decoder ?? util_utf8_1.fromUtf8,
@@ -4,6 +4,7 @@ import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detec
4
4
  import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware-user-agent";
5
5
  import { resolveRegionConfig } from "@smithy/config-resolver";
6
6
  import { DefaultIdentityProviderConfig, getHttpAuthSchemeEndpointRuleSetPlugin, getHttpSigningPlugin, } from "@smithy/core";
7
+ import { getSchemaSerdePlugin } from "@smithy/core/schema";
7
8
  import { getContentLengthPlugin } from "@smithy/middleware-content-length";
8
9
  import { resolveEndpointConfig } from "@smithy/middleware-endpoint";
9
10
  import { getRetryPlugin, resolveRetryConfig } from "@smithy/middleware-retry";
@@ -28,6 +29,7 @@ export class GroundStationClient extends __Client {
28
29
  const _config_7 = resolveHttpAuthSchemeConfig(_config_6);
29
30
  const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
30
31
  this.config = _config_8;
32
+ this.middlewareStack.use(getSchemaSerdePlugin(this.config));
31
33
  this.middlewareStack.use(getUserAgentPlugin(this.config));
32
34
  this.middlewareStack.use(getRetryPlugin(this.config));
33
35
  this.middlewareStack.use(getContentLengthPlugin(this.config));
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CancelContactCommand, se_CancelContactCommand } from "../protocols/Aws_restJson1";
4
+ import { CancelContact } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CancelContactCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("GroundStation", "CancelContact", {})
17
13
  .n("GroundStationClient", "CancelContactCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CancelContactCommand)
20
- .de(de_CancelContactCommand)
14
+ .sc(CancelContact)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateConfigCommand, se_CreateConfigCommand } from "../protocols/Aws_restJson1";
4
+ import { CreateConfig } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateConfigCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("GroundStation", "CreateConfig", {})
17
13
  .n("GroundStationClient", "CreateConfigCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateConfigCommand)
20
- .de(de_CreateConfigCommand)
14
+ .sc(CreateConfig)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateDataflowEndpointGroupCommand, se_CreateDataflowEndpointGroupCommand, } from "../protocols/Aws_restJson1";
4
+ import { CreateDataflowEndpointGroup } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateDataflowEndpointGroupCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("GroundStation", "CreateDataflowEndpointGroup", {})
17
13
  .n("GroundStationClient", "CreateDataflowEndpointGroupCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateDataflowEndpointGroupCommand)
20
- .de(de_CreateDataflowEndpointGroupCommand)
14
+ .sc(CreateDataflowEndpointGroup)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateDataflowEndpointGroupV2Command, se_CreateDataflowEndpointGroupV2Command, } from "../protocols/Aws_restJson1";
4
+ import { CreateDataflowEndpointGroupV2 } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateDataflowEndpointGroupV2Command extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("GroundStation", "CreateDataflowEndpointGroupV2", {})
17
13
  .n("GroundStationClient", "CreateDataflowEndpointGroupV2Command")
18
- .f(void 0, void 0)
19
- .ser(se_CreateDataflowEndpointGroupV2Command)
20
- .de(de_CreateDataflowEndpointGroupV2Command)
14
+ .sc(CreateDataflowEndpointGroupV2)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateEphemerisCommand, se_CreateEphemerisCommand } from "../protocols/Aws_restJson1";
4
+ import { CreateEphemeris } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateEphemerisCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("GroundStation", "CreateEphemeris", {})
17
13
  .n("GroundStationClient", "CreateEphemerisCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateEphemerisCommand)
20
- .de(de_CreateEphemerisCommand)
14
+ .sc(CreateEphemeris)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateMissionProfileCommand, se_CreateMissionProfileCommand } from "../protocols/Aws_restJson1";
4
+ import { CreateMissionProfile } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateMissionProfileCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("GroundStation", "CreateMissionProfile", {})
17
13
  .n("GroundStationClient", "CreateMissionProfileCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateMissionProfileCommand)
20
- .de(de_CreateMissionProfileCommand)
14
+ .sc(CreateMissionProfile)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteConfigCommand, se_DeleteConfigCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteConfig } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteConfigCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("GroundStation", "DeleteConfig", {})
17
13
  .n("GroundStationClient", "DeleteConfigCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteConfigCommand)
20
- .de(de_DeleteConfigCommand)
14
+ .sc(DeleteConfig)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteDataflowEndpointGroupCommand, se_DeleteDataflowEndpointGroupCommand, } from "../protocols/Aws_restJson1";
4
+ import { DeleteDataflowEndpointGroup } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteDataflowEndpointGroupCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("GroundStation", "DeleteDataflowEndpointGroup", {})
17
13
  .n("GroundStationClient", "DeleteDataflowEndpointGroupCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteDataflowEndpointGroupCommand)
20
- .de(de_DeleteDataflowEndpointGroupCommand)
14
+ .sc(DeleteDataflowEndpointGroup)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteEphemerisCommand, se_DeleteEphemerisCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteEphemeris } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteEphemerisCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("GroundStation", "DeleteEphemeris", {})
17
13
  .n("GroundStationClient", "DeleteEphemerisCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteEphemerisCommand)
20
- .de(de_DeleteEphemerisCommand)
14
+ .sc(DeleteEphemeris)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteMissionProfileCommand, se_DeleteMissionProfileCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteMissionProfile } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteMissionProfileCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("GroundStation", "DeleteMissionProfile", {})
17
13
  .n("GroundStationClient", "DeleteMissionProfileCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteMissionProfileCommand)
20
- .de(de_DeleteMissionProfileCommand)
14
+ .sc(DeleteMissionProfile)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DescribeContactCommand, se_DescribeContactCommand } from "../protocols/Aws_restJson1";
4
+ import { DescribeContact } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeContactCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("GroundStation", "DescribeContact", {})
17
13
  .n("GroundStationClient", "DescribeContactCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeContactCommand)
20
- .de(de_DescribeContactCommand)
14
+ .sc(DescribeContact)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DescribeEphemerisCommand, se_DescribeEphemerisCommand } from "../protocols/Aws_restJson1";
4
+ import { DescribeEphemeris } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeEphemerisCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("GroundStation", "DescribeEphemeris", {})
17
13
  .n("GroundStationClient", "DescribeEphemerisCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeEphemerisCommand)
20
- .de(de_DescribeEphemerisCommand)
14
+ .sc(DescribeEphemeris)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetAgentConfigurationCommand, se_GetAgentConfigurationCommand } from "../protocols/Aws_restJson1";
4
+ import { GetAgentConfiguration } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetAgentConfigurationCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("GroundStation", "GetAgentConfiguration", {})
17
13
  .n("GroundStationClient", "GetAgentConfigurationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetAgentConfigurationCommand)
20
- .de(de_GetAgentConfigurationCommand)
14
+ .sc(GetAgentConfiguration)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetAgentTaskResponseUrlCommand, se_GetAgentTaskResponseUrlCommand } from "../protocols/Aws_restJson1";
4
+ import { GetAgentTaskResponseUrl } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetAgentTaskResponseUrlCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("GroundStation", "GetAgentTaskResponseUrl", {})
17
13
  .n("GroundStationClient", "GetAgentTaskResponseUrlCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetAgentTaskResponseUrlCommand)
20
- .de(de_GetAgentTaskResponseUrlCommand)
14
+ .sc(GetAgentTaskResponseUrl)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetConfigCommand, se_GetConfigCommand } from "../protocols/Aws_restJson1";
4
+ import { GetConfig } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetConfigCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("GroundStation", "GetConfig", {})
17
13
  .n("GroundStationClient", "GetConfigCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetConfigCommand)
20
- .de(de_GetConfigCommand)
14
+ .sc(GetConfig)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetDataflowEndpointGroupCommand, se_GetDataflowEndpointGroupCommand } from "../protocols/Aws_restJson1";
4
+ import { GetDataflowEndpointGroup } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetDataflowEndpointGroupCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("GroundStation", "GetDataflowEndpointGroup", {})
17
13
  .n("GroundStationClient", "GetDataflowEndpointGroupCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetDataflowEndpointGroupCommand)
20
- .de(de_GetDataflowEndpointGroupCommand)
14
+ .sc(GetDataflowEndpointGroup)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetMinuteUsageCommand, se_GetMinuteUsageCommand } from "../protocols/Aws_restJson1";
4
+ import { GetMinuteUsage } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetMinuteUsageCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("GroundStation", "GetMinuteUsage", {})
17
13
  .n("GroundStationClient", "GetMinuteUsageCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetMinuteUsageCommand)
20
- .de(de_GetMinuteUsageCommand)
14
+ .sc(GetMinuteUsage)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetMissionProfileCommand, se_GetMissionProfileCommand } from "../protocols/Aws_restJson1";
4
+ import { GetMissionProfile } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetMissionProfileCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("GroundStation", "GetMissionProfile", {})
17
13
  .n("GroundStationClient", "GetMissionProfileCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetMissionProfileCommand)
20
- .de(de_GetMissionProfileCommand)
14
+ .sc(GetMissionProfile)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetSatelliteCommand, se_GetSatelliteCommand } from "../protocols/Aws_restJson1";
4
+ import { GetSatellite } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetSatelliteCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("GroundStation", "GetSatellite", {})
17
13
  .n("GroundStationClient", "GetSatelliteCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetSatelliteCommand)
20
- .de(de_GetSatelliteCommand)
14
+ .sc(GetSatellite)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListConfigsCommand, se_ListConfigsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListConfigs } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListConfigsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("GroundStation", "ListConfigs", {})
17
13
  .n("GroundStationClient", "ListConfigsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListConfigsCommand)
20
- .de(de_ListConfigsCommand)
14
+ .sc(ListConfigs)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListContactsCommand, se_ListContactsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListContacts } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListContactsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("GroundStation", "ListContacts", {})
17
13
  .n("GroundStationClient", "ListContactsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListContactsCommand)
20
- .de(de_ListContactsCommand)
14
+ .sc(ListContacts)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListDataflowEndpointGroupsCommand, se_ListDataflowEndpointGroupsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListDataflowEndpointGroups } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListDataflowEndpointGroupsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("GroundStation", "ListDataflowEndpointGroups", {})
17
13
  .n("GroundStationClient", "ListDataflowEndpointGroupsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListDataflowEndpointGroupsCommand)
20
- .de(de_ListDataflowEndpointGroupsCommand)
14
+ .sc(ListDataflowEndpointGroups)
21
15
  .build() {
22
16
  }