@aws-sdk/client-m2 3.928.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 (58) hide show
  1. package/dist-cjs/index.js +1918 -1755
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/M2Client.js +2 -0
  4. package/dist-es/commands/CancelBatchJobExecutionCommand.js +3 -9
  5. package/dist-es/commands/CreateApplicationCommand.js +3 -9
  6. package/dist-es/commands/CreateDataSetExportTaskCommand.js +3 -9
  7. package/dist-es/commands/CreateDataSetImportTaskCommand.js +3 -9
  8. package/dist-es/commands/CreateDeploymentCommand.js +3 -9
  9. package/dist-es/commands/CreateEnvironmentCommand.js +3 -9
  10. package/dist-es/commands/DeleteApplicationCommand.js +3 -9
  11. package/dist-es/commands/DeleteApplicationFromEnvironmentCommand.js +3 -9
  12. package/dist-es/commands/DeleteEnvironmentCommand.js +3 -9
  13. package/dist-es/commands/GetApplicationCommand.js +3 -9
  14. package/dist-es/commands/GetApplicationVersionCommand.js +3 -9
  15. package/dist-es/commands/GetBatchJobExecutionCommand.js +3 -9
  16. package/dist-es/commands/GetDataSetDetailsCommand.js +3 -9
  17. package/dist-es/commands/GetDataSetExportTaskCommand.js +3 -9
  18. package/dist-es/commands/GetDataSetImportTaskCommand.js +3 -9
  19. package/dist-es/commands/GetDeploymentCommand.js +3 -9
  20. package/dist-es/commands/GetEnvironmentCommand.js +3 -9
  21. package/dist-es/commands/GetSignedBluinsightsUrlCommand.js +3 -9
  22. package/dist-es/commands/ListApplicationVersionsCommand.js +3 -9
  23. package/dist-es/commands/ListApplicationsCommand.js +3 -9
  24. package/dist-es/commands/ListBatchJobDefinitionsCommand.js +3 -9
  25. package/dist-es/commands/ListBatchJobExecutionsCommand.js +3 -9
  26. package/dist-es/commands/ListBatchJobRestartPointsCommand.js +3 -9
  27. package/dist-es/commands/ListDataSetExportHistoryCommand.js +3 -9
  28. package/dist-es/commands/ListDataSetImportHistoryCommand.js +3 -9
  29. package/dist-es/commands/ListDataSetsCommand.js +3 -9
  30. package/dist-es/commands/ListDeploymentsCommand.js +3 -9
  31. package/dist-es/commands/ListEngineVersionsCommand.js +3 -9
  32. package/dist-es/commands/ListEnvironmentsCommand.js +3 -9
  33. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  34. package/dist-es/commands/StartApplicationCommand.js +3 -9
  35. package/dist-es/commands/StartBatchJobCommand.js +3 -9
  36. package/dist-es/commands/StopApplicationCommand.js +3 -9
  37. package/dist-es/commands/TagResourceCommand.js +3 -9
  38. package/dist-es/commands/UntagResourceCommand.js +3 -9
  39. package/dist-es/commands/UpdateApplicationCommand.js +3 -9
  40. package/dist-es/commands/UpdateEnvironmentCommand.js +3 -9
  41. package/dist-es/runtimeConfig.shared.js +2 -0
  42. package/dist-es/schemas/schemas_0.js +1835 -0
  43. package/dist-types/M2Client.d.ts +10 -1
  44. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  45. package/dist-types/runtimeConfig.d.ts +1 -0
  46. package/dist-types/runtimeConfig.native.d.ts +1 -0
  47. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  48. package/dist-types/schemas/schemas_0.d.ts +199 -0
  49. package/dist-types/ts3.4/M2Client.d.ts +4 -0
  50. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  51. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  52. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  53. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  54. package/dist-types/ts3.4/schemas/schemas_0.d.ts +204 -0
  55. package/package.json +2 -3
  56. package/dist-es/protocols/Aws_restJson1.js +0 -1481
  57. package/dist-types/protocols/Aws_restJson1.d.ts +0 -335
  58. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -449
@@ -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.m2" }),
28
30
  serviceId: config?.serviceId ?? "m2",
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 M2Client 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_CancelBatchJobExecutionCommand, se_CancelBatchJobExecutionCommand } from "../protocols/Aws_restJson1";
4
+ import { CancelBatchJobExecution } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CancelBatchJobExecutionCommand 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("AwsSupernovaControlPlaneService", "CancelBatchJobExecution", {})
17
13
  .n("M2Client", "CancelBatchJobExecutionCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CancelBatchJobExecutionCommand)
20
- .de(de_CancelBatchJobExecutionCommand)
14
+ .sc(CancelBatchJobExecution)
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_CreateApplicationCommand, se_CreateApplicationCommand } from "../protocols/Aws_restJson1";
4
+ import { CreateApplication } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateApplicationCommand 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("AwsSupernovaControlPlaneService", "CreateApplication", {})
17
13
  .n("M2Client", "CreateApplicationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateApplicationCommand)
20
- .de(de_CreateApplicationCommand)
14
+ .sc(CreateApplication)
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_CreateDataSetExportTaskCommand, se_CreateDataSetExportTaskCommand } from "../protocols/Aws_restJson1";
4
+ import { CreateDataSetExportTask } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateDataSetExportTaskCommand 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("AwsSupernovaControlPlaneService", "CreateDataSetExportTask", {})
17
13
  .n("M2Client", "CreateDataSetExportTaskCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateDataSetExportTaskCommand)
20
- .de(de_CreateDataSetExportTaskCommand)
14
+ .sc(CreateDataSetExportTask)
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_CreateDataSetImportTaskCommand, se_CreateDataSetImportTaskCommand } from "../protocols/Aws_restJson1";
4
+ import { CreateDataSetImportTask } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateDataSetImportTaskCommand 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("AwsSupernovaControlPlaneService", "CreateDataSetImportTask", {})
17
13
  .n("M2Client", "CreateDataSetImportTaskCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateDataSetImportTaskCommand)
20
- .de(de_CreateDataSetImportTaskCommand)
14
+ .sc(CreateDataSetImportTask)
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_CreateDeploymentCommand, se_CreateDeploymentCommand } from "../protocols/Aws_restJson1";
4
+ import { CreateDeployment } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateDeploymentCommand 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("AwsSupernovaControlPlaneService", "CreateDeployment", {})
17
13
  .n("M2Client", "CreateDeploymentCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateDeploymentCommand)
20
- .de(de_CreateDeploymentCommand)
14
+ .sc(CreateDeployment)
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_CreateEnvironmentCommand, se_CreateEnvironmentCommand } from "../protocols/Aws_restJson1";
4
+ import { CreateEnvironment } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateEnvironmentCommand 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("AwsSupernovaControlPlaneService", "CreateEnvironment", {})
17
13
  .n("M2Client", "CreateEnvironmentCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateEnvironmentCommand)
20
- .de(de_CreateEnvironmentCommand)
14
+ .sc(CreateEnvironment)
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_DeleteApplicationCommand, se_DeleteApplicationCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteApplication } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteApplicationCommand 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("AwsSupernovaControlPlaneService", "DeleteApplication", {})
17
13
  .n("M2Client", "DeleteApplicationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteApplicationCommand)
20
- .de(de_DeleteApplicationCommand)
14
+ .sc(DeleteApplication)
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_DeleteApplicationFromEnvironmentCommand, se_DeleteApplicationFromEnvironmentCommand, } from "../protocols/Aws_restJson1";
4
+ import { DeleteApplicationFromEnvironment } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteApplicationFromEnvironmentCommand 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("AwsSupernovaControlPlaneService", "DeleteApplicationFromEnvironment", {})
17
13
  .n("M2Client", "DeleteApplicationFromEnvironmentCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteApplicationFromEnvironmentCommand)
20
- .de(de_DeleteApplicationFromEnvironmentCommand)
14
+ .sc(DeleteApplicationFromEnvironment)
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_DeleteEnvironmentCommand, se_DeleteEnvironmentCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteEnvironment } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteEnvironmentCommand 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("AwsSupernovaControlPlaneService", "DeleteEnvironment", {})
17
13
  .n("M2Client", "DeleteEnvironmentCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteEnvironmentCommand)
20
- .de(de_DeleteEnvironmentCommand)
14
+ .sc(DeleteEnvironment)
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_GetApplicationCommand, se_GetApplicationCommand } from "../protocols/Aws_restJson1";
4
+ import { GetApplication } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetApplicationCommand 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("AwsSupernovaControlPlaneService", "GetApplication", {})
17
13
  .n("M2Client", "GetApplicationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetApplicationCommand)
20
- .de(de_GetApplicationCommand)
14
+ .sc(GetApplication)
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_GetApplicationVersionCommand, se_GetApplicationVersionCommand } from "../protocols/Aws_restJson1";
4
+ import { GetApplicationVersion } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetApplicationVersionCommand 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("AwsSupernovaControlPlaneService", "GetApplicationVersion", {})
17
13
  .n("M2Client", "GetApplicationVersionCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetApplicationVersionCommand)
20
- .de(de_GetApplicationVersionCommand)
14
+ .sc(GetApplicationVersion)
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_GetBatchJobExecutionCommand, se_GetBatchJobExecutionCommand } from "../protocols/Aws_restJson1";
4
+ import { GetBatchJobExecution } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetBatchJobExecutionCommand 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("AwsSupernovaControlPlaneService", "GetBatchJobExecution", {})
17
13
  .n("M2Client", "GetBatchJobExecutionCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetBatchJobExecutionCommand)
20
- .de(de_GetBatchJobExecutionCommand)
14
+ .sc(GetBatchJobExecution)
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_GetDataSetDetailsCommand, se_GetDataSetDetailsCommand } from "../protocols/Aws_restJson1";
4
+ import { GetDataSetDetails } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetDataSetDetailsCommand 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("AwsSupernovaControlPlaneService", "GetDataSetDetails", {})
17
13
  .n("M2Client", "GetDataSetDetailsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetDataSetDetailsCommand)
20
- .de(de_GetDataSetDetailsCommand)
14
+ .sc(GetDataSetDetails)
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_GetDataSetExportTaskCommand, se_GetDataSetExportTaskCommand } from "../protocols/Aws_restJson1";
4
+ import { GetDataSetExportTask } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetDataSetExportTaskCommand 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("AwsSupernovaControlPlaneService", "GetDataSetExportTask", {})
17
13
  .n("M2Client", "GetDataSetExportTaskCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetDataSetExportTaskCommand)
20
- .de(de_GetDataSetExportTaskCommand)
14
+ .sc(GetDataSetExportTask)
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_GetDataSetImportTaskCommand, se_GetDataSetImportTaskCommand } from "../protocols/Aws_restJson1";
4
+ import { GetDataSetImportTask } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetDataSetImportTaskCommand 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("AwsSupernovaControlPlaneService", "GetDataSetImportTask", {})
17
13
  .n("M2Client", "GetDataSetImportTaskCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetDataSetImportTaskCommand)
20
- .de(de_GetDataSetImportTaskCommand)
14
+ .sc(GetDataSetImportTask)
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_GetDeploymentCommand, se_GetDeploymentCommand } from "../protocols/Aws_restJson1";
4
+ import { GetDeployment } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetDeploymentCommand 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("AwsSupernovaControlPlaneService", "GetDeployment", {})
17
13
  .n("M2Client", "GetDeploymentCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetDeploymentCommand)
20
- .de(de_GetDeploymentCommand)
14
+ .sc(GetDeployment)
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_GetEnvironmentCommand, se_GetEnvironmentCommand } from "../protocols/Aws_restJson1";
4
+ import { GetEnvironment } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetEnvironmentCommand 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("AwsSupernovaControlPlaneService", "GetEnvironment", {})
17
13
  .n("M2Client", "GetEnvironmentCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetEnvironmentCommand)
20
- .de(de_GetEnvironmentCommand)
14
+ .sc(GetEnvironment)
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_GetSignedBluinsightsUrlCommand, se_GetSignedBluinsightsUrlCommand } from "../protocols/Aws_restJson1";
4
+ import { GetSignedBluinsightsUrl } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetSignedBluinsightsUrlCommand 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("AwsSupernovaControlPlaneService", "GetSignedBluinsightsUrl", {})
17
13
  .n("M2Client", "GetSignedBluinsightsUrlCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetSignedBluinsightsUrlCommand)
20
- .de(de_GetSignedBluinsightsUrlCommand)
14
+ .sc(GetSignedBluinsightsUrl)
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_ListApplicationVersionsCommand, se_ListApplicationVersionsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListApplicationVersions } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListApplicationVersionsCommand 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("AwsSupernovaControlPlaneService", "ListApplicationVersions", {})
17
13
  .n("M2Client", "ListApplicationVersionsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListApplicationVersionsCommand)
20
- .de(de_ListApplicationVersionsCommand)
14
+ .sc(ListApplicationVersions)
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_ListApplicationsCommand, se_ListApplicationsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListApplications } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListApplicationsCommand 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("AwsSupernovaControlPlaneService", "ListApplications", {})
17
13
  .n("M2Client", "ListApplicationsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListApplicationsCommand)
20
- .de(de_ListApplicationsCommand)
14
+ .sc(ListApplications)
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_ListBatchJobDefinitionsCommand, se_ListBatchJobDefinitionsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListBatchJobDefinitions } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListBatchJobDefinitionsCommand 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("AwsSupernovaControlPlaneService", "ListBatchJobDefinitions", {})
17
13
  .n("M2Client", "ListBatchJobDefinitionsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListBatchJobDefinitionsCommand)
20
- .de(de_ListBatchJobDefinitionsCommand)
14
+ .sc(ListBatchJobDefinitions)
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_ListBatchJobExecutionsCommand, se_ListBatchJobExecutionsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListBatchJobExecutions } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListBatchJobExecutionsCommand 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("AwsSupernovaControlPlaneService", "ListBatchJobExecutions", {})
17
13
  .n("M2Client", "ListBatchJobExecutionsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListBatchJobExecutionsCommand)
20
- .de(de_ListBatchJobExecutionsCommand)
14
+ .sc(ListBatchJobExecutions)
21
15
  .build() {
22
16
  }