@aws-sdk/client-codepipeline 3.926.0 → 3.928.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 (68) hide show
  1. package/dist-cjs/index.js +2313 -2278
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/CodePipelineClient.js +2 -0
  4. package/dist-es/commands/AcknowledgeJobCommand.js +3 -9
  5. package/dist-es/commands/AcknowledgeThirdPartyJobCommand.js +3 -9
  6. package/dist-es/commands/CreateCustomActionTypeCommand.js +3 -9
  7. package/dist-es/commands/CreatePipelineCommand.js +3 -9
  8. package/dist-es/commands/DeleteCustomActionTypeCommand.js +3 -9
  9. package/dist-es/commands/DeletePipelineCommand.js +3 -9
  10. package/dist-es/commands/DeleteWebhookCommand.js +3 -9
  11. package/dist-es/commands/DeregisterWebhookWithThirdPartyCommand.js +3 -9
  12. package/dist-es/commands/DisableStageTransitionCommand.js +3 -9
  13. package/dist-es/commands/EnableStageTransitionCommand.js +3 -9
  14. package/dist-es/commands/GetActionTypeCommand.js +3 -9
  15. package/dist-es/commands/GetJobDetailsCommand.js +3 -10
  16. package/dist-es/commands/GetPipelineCommand.js +3 -9
  17. package/dist-es/commands/GetPipelineExecutionCommand.js +3 -9
  18. package/dist-es/commands/GetPipelineStateCommand.js +3 -9
  19. package/dist-es/commands/GetThirdPartyJobDetailsCommand.js +3 -10
  20. package/dist-es/commands/ListActionExecutionsCommand.js +3 -9
  21. package/dist-es/commands/ListActionTypesCommand.js +3 -9
  22. package/dist-es/commands/ListDeployActionExecutionTargetsCommand.js +3 -9
  23. package/dist-es/commands/ListPipelineExecutionsCommand.js +3 -9
  24. package/dist-es/commands/ListPipelinesCommand.js +3 -9
  25. package/dist-es/commands/ListRuleExecutionsCommand.js +3 -9
  26. package/dist-es/commands/ListRuleTypesCommand.js +3 -9
  27. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  28. package/dist-es/commands/ListWebhooksCommand.js +3 -9
  29. package/dist-es/commands/OverrideStageConditionCommand.js +3 -9
  30. package/dist-es/commands/PollForJobsCommand.js +3 -10
  31. package/dist-es/commands/PollForThirdPartyJobsCommand.js +3 -9
  32. package/dist-es/commands/PutActionRevisionCommand.js +3 -9
  33. package/dist-es/commands/PutApprovalResultCommand.js +3 -9
  34. package/dist-es/commands/PutJobFailureResultCommand.js +3 -9
  35. package/dist-es/commands/PutJobSuccessResultCommand.js +3 -9
  36. package/dist-es/commands/PutThirdPartyJobFailureResultCommand.js +3 -9
  37. package/dist-es/commands/PutThirdPartyJobSuccessResultCommand.js +3 -9
  38. package/dist-es/commands/PutWebhookCommand.js +3 -9
  39. package/dist-es/commands/RegisterWebhookWithThirdPartyCommand.js +3 -9
  40. package/dist-es/commands/RetryStageExecutionCommand.js +3 -9
  41. package/dist-es/commands/RollbackStageCommand.js +3 -9
  42. package/dist-es/commands/StartPipelineExecutionCommand.js +3 -9
  43. package/dist-es/commands/StopPipelineExecutionCommand.js +3 -9
  44. package/dist-es/commands/TagResourceCommand.js +3 -9
  45. package/dist-es/commands/UntagResourceCommand.js +3 -9
  46. package/dist-es/commands/UpdateActionTypeCommand.js +3 -9
  47. package/dist-es/commands/UpdatePipelineCommand.js +3 -9
  48. package/dist-es/models/models_0.js +0 -39
  49. package/dist-es/runtimeConfig.shared.js +7 -0
  50. package/dist-es/schemas/schemas_0.js +2118 -0
  51. package/dist-types/CodePipelineClient.d.ts +10 -1
  52. package/dist-types/models/models_0.d.ts +0 -36
  53. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  54. package/dist-types/runtimeConfig.d.ts +1 -0
  55. package/dist-types/runtimeConfig.native.d.ts +1 -0
  56. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  57. package/dist-types/schemas/schemas_0.d.ts +340 -0
  58. package/dist-types/ts3.4/CodePipelineClient.d.ts +4 -0
  59. package/dist-types/ts3.4/models/models_0.d.ts +0 -21
  60. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  61. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  62. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  63. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  64. package/dist-types/ts3.4/schemas/schemas_0.d.ts +347 -0
  65. package/package.json +5 -6
  66. package/dist-es/protocols/Aws_json1_1.js +0 -1804
  67. package/dist-types/protocols/Aws_json1_1.d.ts +0 -398
  68. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -533
@@ -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,12 @@ const getRuntimeConfig = (config) => {
25
26
  },
26
27
  ],
27
28
  logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
29
+ protocol: config?.protocol ??
30
+ new protocols_1.AwsJson1_1Protocol({
31
+ defaultNamespace: "com.amazonaws.codepipeline",
32
+ serviceTarget: "CodePipeline_20150709",
33
+ awsQueryCompatible: false,
34
+ }),
28
35
  serviceId: config?.serviceId ?? "CodePipeline",
29
36
  urlParser: config?.urlParser ?? url_parser_1.parseUrl,
30
37
  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 CodePipelineClient 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_AcknowledgeJobCommand, se_AcknowledgeJobCommand } from "../protocols/Aws_json1_1";
4
+ import { AcknowledgeJob } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class AcknowledgeJobCommand 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("CodePipeline_20150709", "AcknowledgeJob", {})
17
13
  .n("CodePipelineClient", "AcknowledgeJobCommand")
18
- .f(void 0, void 0)
19
- .ser(se_AcknowledgeJobCommand)
20
- .de(de_AcknowledgeJobCommand)
14
+ .sc(AcknowledgeJob)
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_AcknowledgeThirdPartyJobCommand, se_AcknowledgeThirdPartyJobCommand } from "../protocols/Aws_json1_1";
4
+ import { AcknowledgeThirdPartyJob } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class AcknowledgeThirdPartyJobCommand 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("CodePipeline_20150709", "AcknowledgeThirdPartyJob", {})
17
13
  .n("CodePipelineClient", "AcknowledgeThirdPartyJobCommand")
18
- .f(void 0, void 0)
19
- .ser(se_AcknowledgeThirdPartyJobCommand)
20
- .de(de_AcknowledgeThirdPartyJobCommand)
14
+ .sc(AcknowledgeThirdPartyJob)
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_CreateCustomActionTypeCommand, se_CreateCustomActionTypeCommand } from "../protocols/Aws_json1_1";
4
+ import { CreateCustomActionType } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateCustomActionTypeCommand 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("CodePipeline_20150709", "CreateCustomActionType", {})
17
13
  .n("CodePipelineClient", "CreateCustomActionTypeCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateCustomActionTypeCommand)
20
- .de(de_CreateCustomActionTypeCommand)
14
+ .sc(CreateCustomActionType)
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_CreatePipelineCommand, se_CreatePipelineCommand } from "../protocols/Aws_json1_1";
4
+ import { CreatePipeline } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreatePipelineCommand 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("CodePipeline_20150709", "CreatePipeline", {})
17
13
  .n("CodePipelineClient", "CreatePipelineCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreatePipelineCommand)
20
- .de(de_CreatePipelineCommand)
14
+ .sc(CreatePipeline)
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_DeleteCustomActionTypeCommand, se_DeleteCustomActionTypeCommand } from "../protocols/Aws_json1_1";
4
+ import { DeleteCustomActionType } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteCustomActionTypeCommand 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("CodePipeline_20150709", "DeleteCustomActionType", {})
17
13
  .n("CodePipelineClient", "DeleteCustomActionTypeCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteCustomActionTypeCommand)
20
- .de(de_DeleteCustomActionTypeCommand)
14
+ .sc(DeleteCustomActionType)
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_DeletePipelineCommand, se_DeletePipelineCommand } from "../protocols/Aws_json1_1";
4
+ import { DeletePipeline } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeletePipelineCommand 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("CodePipeline_20150709", "DeletePipeline", {})
17
13
  .n("CodePipelineClient", "DeletePipelineCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeletePipelineCommand)
20
- .de(de_DeletePipelineCommand)
14
+ .sc(DeletePipeline)
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_DeleteWebhookCommand, se_DeleteWebhookCommand } from "../protocols/Aws_json1_1";
4
+ import { DeleteWebhook } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteWebhookCommand 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("CodePipeline_20150709", "DeleteWebhook", {})
17
13
  .n("CodePipelineClient", "DeleteWebhookCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteWebhookCommand)
20
- .de(de_DeleteWebhookCommand)
14
+ .sc(DeleteWebhook)
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_DeregisterWebhookWithThirdPartyCommand, se_DeregisterWebhookWithThirdPartyCommand, } from "../protocols/Aws_json1_1";
4
+ import { DeregisterWebhookWithThirdParty } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeregisterWebhookWithThirdPartyCommand 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("CodePipeline_20150709", "DeregisterWebhookWithThirdParty", {})
17
13
  .n("CodePipelineClient", "DeregisterWebhookWithThirdPartyCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeregisterWebhookWithThirdPartyCommand)
20
- .de(de_DeregisterWebhookWithThirdPartyCommand)
14
+ .sc(DeregisterWebhookWithThirdParty)
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_DisableStageTransitionCommand, se_DisableStageTransitionCommand } from "../protocols/Aws_json1_1";
4
+ import { DisableStageTransition } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DisableStageTransitionCommand 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("CodePipeline_20150709", "DisableStageTransition", {})
17
13
  .n("CodePipelineClient", "DisableStageTransitionCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DisableStageTransitionCommand)
20
- .de(de_DisableStageTransitionCommand)
14
+ .sc(DisableStageTransition)
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_EnableStageTransitionCommand, se_EnableStageTransitionCommand } from "../protocols/Aws_json1_1";
4
+ import { EnableStageTransition } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class EnableStageTransitionCommand 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("CodePipeline_20150709", "EnableStageTransition", {})
17
13
  .n("CodePipelineClient", "EnableStageTransitionCommand")
18
- .f(void 0, void 0)
19
- .ser(se_EnableStageTransitionCommand)
20
- .de(de_EnableStageTransitionCommand)
14
+ .sc(EnableStageTransition)
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_GetActionTypeCommand, se_GetActionTypeCommand } from "../protocols/Aws_json1_1";
4
+ import { GetActionType } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetActionTypeCommand 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("CodePipeline_20150709", "GetActionType", {})
17
13
  .n("CodePipelineClient", "GetActionTypeCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetActionTypeCommand)
20
- .de(de_GetActionTypeCommand)
14
+ .sc(GetActionType)
21
15
  .build() {
22
16
  }
@@ -1,23 +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 { GetJobDetailsOutputFilterSensitiveLog } from "../models/models_0";
6
- import { de_GetJobDetailsCommand, se_GetJobDetailsCommand } from "../protocols/Aws_json1_1";
4
+ import { GetJobDetails } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class GetJobDetailsCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("CodePipeline_20150709", "GetJobDetails", {})
18
13
  .n("CodePipelineClient", "GetJobDetailsCommand")
19
- .f(void 0, GetJobDetailsOutputFilterSensitiveLog)
20
- .ser(se_GetJobDetailsCommand)
21
- .de(de_GetJobDetailsCommand)
14
+ .sc(GetJobDetails)
22
15
  .build() {
23
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_GetPipelineCommand, se_GetPipelineCommand } from "../protocols/Aws_json1_1";
4
+ import { GetPipeline } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetPipelineCommand 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("CodePipeline_20150709", "GetPipeline", {})
17
13
  .n("CodePipelineClient", "GetPipelineCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetPipelineCommand)
20
- .de(de_GetPipelineCommand)
14
+ .sc(GetPipeline)
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_GetPipelineExecutionCommand, se_GetPipelineExecutionCommand } from "../protocols/Aws_json1_1";
4
+ import { GetPipelineExecution } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetPipelineExecutionCommand 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("CodePipeline_20150709", "GetPipelineExecution", {})
17
13
  .n("CodePipelineClient", "GetPipelineExecutionCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetPipelineExecutionCommand)
20
- .de(de_GetPipelineExecutionCommand)
14
+ .sc(GetPipelineExecution)
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_GetPipelineStateCommand, se_GetPipelineStateCommand } from "../protocols/Aws_json1_1";
4
+ import { GetPipelineState } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetPipelineStateCommand 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("CodePipeline_20150709", "GetPipelineState", {})
17
13
  .n("CodePipelineClient", "GetPipelineStateCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetPipelineStateCommand)
20
- .de(de_GetPipelineStateCommand)
14
+ .sc(GetPipelineState)
21
15
  .build() {
22
16
  }
@@ -1,23 +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 { GetThirdPartyJobDetailsOutputFilterSensitiveLog, } from "../models/models_0";
6
- import { de_GetThirdPartyJobDetailsCommand, se_GetThirdPartyJobDetailsCommand } from "../protocols/Aws_json1_1";
4
+ import { GetThirdPartyJobDetails } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class GetThirdPartyJobDetailsCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("CodePipeline_20150709", "GetThirdPartyJobDetails", {})
18
13
  .n("CodePipelineClient", "GetThirdPartyJobDetailsCommand")
19
- .f(void 0, GetThirdPartyJobDetailsOutputFilterSensitiveLog)
20
- .ser(se_GetThirdPartyJobDetailsCommand)
21
- .de(de_GetThirdPartyJobDetailsCommand)
14
+ .sc(GetThirdPartyJobDetails)
22
15
  .build() {
23
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_ListActionExecutionsCommand, se_ListActionExecutionsCommand } from "../protocols/Aws_json1_1";
4
+ import { ListActionExecutions } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListActionExecutionsCommand 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("CodePipeline_20150709", "ListActionExecutions", {})
17
13
  .n("CodePipelineClient", "ListActionExecutionsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListActionExecutionsCommand)
20
- .de(de_ListActionExecutionsCommand)
14
+ .sc(ListActionExecutions)
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_ListActionTypesCommand, se_ListActionTypesCommand } from "../protocols/Aws_json1_1";
4
+ import { ListActionTypes } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListActionTypesCommand 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("CodePipeline_20150709", "ListActionTypes", {})
17
13
  .n("CodePipelineClient", "ListActionTypesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListActionTypesCommand)
20
- .de(de_ListActionTypesCommand)
14
+ .sc(ListActionTypes)
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_ListDeployActionExecutionTargetsCommand, se_ListDeployActionExecutionTargetsCommand, } from "../protocols/Aws_json1_1";
4
+ import { ListDeployActionExecutionTargets } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListDeployActionExecutionTargetsCommand 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("CodePipeline_20150709", "ListDeployActionExecutionTargets", {})
17
13
  .n("CodePipelineClient", "ListDeployActionExecutionTargetsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListDeployActionExecutionTargetsCommand)
20
- .de(de_ListDeployActionExecutionTargetsCommand)
14
+ .sc(ListDeployActionExecutionTargets)
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_ListPipelineExecutionsCommand, se_ListPipelineExecutionsCommand } from "../protocols/Aws_json1_1";
4
+ import { ListPipelineExecutions } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListPipelineExecutionsCommand 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("CodePipeline_20150709", "ListPipelineExecutions", {})
17
13
  .n("CodePipelineClient", "ListPipelineExecutionsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListPipelineExecutionsCommand)
20
- .de(de_ListPipelineExecutionsCommand)
14
+ .sc(ListPipelineExecutions)
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_ListPipelinesCommand, se_ListPipelinesCommand } from "../protocols/Aws_json1_1";
4
+ import { ListPipelines } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListPipelinesCommand 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("CodePipeline_20150709", "ListPipelines", {})
17
13
  .n("CodePipelineClient", "ListPipelinesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListPipelinesCommand)
20
- .de(de_ListPipelinesCommand)
14
+ .sc(ListPipelines)
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_ListRuleExecutionsCommand, se_ListRuleExecutionsCommand } from "../protocols/Aws_json1_1";
4
+ import { ListRuleExecutions } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListRuleExecutionsCommand 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("CodePipeline_20150709", "ListRuleExecutions", {})
17
13
  .n("CodePipelineClient", "ListRuleExecutionsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListRuleExecutionsCommand)
20
- .de(de_ListRuleExecutionsCommand)
14
+ .sc(ListRuleExecutions)
21
15
  .build() {
22
16
  }