@aws-sdk/client-codepipeline 3.413.0 → 3.418.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 (83) hide show
  1. package/dist-cjs/commands/AcknowledgeJobCommand.js +5 -0
  2. package/dist-cjs/commands/AcknowledgeThirdPartyJobCommand.js +5 -0
  3. package/dist-cjs/commands/CreateCustomActionTypeCommand.js +5 -0
  4. package/dist-cjs/commands/CreatePipelineCommand.js +5 -0
  5. package/dist-cjs/commands/DeleteCustomActionTypeCommand.js +5 -0
  6. package/dist-cjs/commands/DeletePipelineCommand.js +5 -0
  7. package/dist-cjs/commands/DeleteWebhookCommand.js +5 -0
  8. package/dist-cjs/commands/DeregisterWebhookWithThirdPartyCommand.js +5 -0
  9. package/dist-cjs/commands/DisableStageTransitionCommand.js +5 -0
  10. package/dist-cjs/commands/EnableStageTransitionCommand.js +5 -0
  11. package/dist-cjs/commands/GetActionTypeCommand.js +5 -0
  12. package/dist-cjs/commands/GetJobDetailsCommand.js +5 -0
  13. package/dist-cjs/commands/GetPipelineCommand.js +5 -0
  14. package/dist-cjs/commands/GetPipelineExecutionCommand.js +5 -0
  15. package/dist-cjs/commands/GetPipelineStateCommand.js +5 -0
  16. package/dist-cjs/commands/GetThirdPartyJobDetailsCommand.js +5 -0
  17. package/dist-cjs/commands/ListActionExecutionsCommand.js +5 -0
  18. package/dist-cjs/commands/ListActionTypesCommand.js +5 -0
  19. package/dist-cjs/commands/ListPipelineExecutionsCommand.js +5 -0
  20. package/dist-cjs/commands/ListPipelinesCommand.js +5 -0
  21. package/dist-cjs/commands/ListTagsForResourceCommand.js +5 -0
  22. package/dist-cjs/commands/ListWebhooksCommand.js +5 -0
  23. package/dist-cjs/commands/PollForJobsCommand.js +5 -0
  24. package/dist-cjs/commands/PollForThirdPartyJobsCommand.js +5 -0
  25. package/dist-cjs/commands/PutActionRevisionCommand.js +5 -0
  26. package/dist-cjs/commands/PutApprovalResultCommand.js +5 -0
  27. package/dist-cjs/commands/PutJobFailureResultCommand.js +5 -0
  28. package/dist-cjs/commands/PutJobSuccessResultCommand.js +5 -0
  29. package/dist-cjs/commands/PutThirdPartyJobFailureResultCommand.js +5 -0
  30. package/dist-cjs/commands/PutThirdPartyJobSuccessResultCommand.js +5 -0
  31. package/dist-cjs/commands/PutWebhookCommand.js +5 -0
  32. package/dist-cjs/commands/RegisterWebhookWithThirdPartyCommand.js +5 -0
  33. package/dist-cjs/commands/RetryStageExecutionCommand.js +5 -0
  34. package/dist-cjs/commands/StartPipelineExecutionCommand.js +5 -0
  35. package/dist-cjs/commands/StopPipelineExecutionCommand.js +5 -0
  36. package/dist-cjs/commands/TagResourceCommand.js +5 -0
  37. package/dist-cjs/commands/UntagResourceCommand.js +5 -0
  38. package/dist-cjs/commands/UpdateActionTypeCommand.js +5 -0
  39. package/dist-cjs/commands/UpdatePipelineCommand.js +5 -0
  40. package/dist-cjs/runtimeExtensions.js +3 -0
  41. package/dist-es/commands/AcknowledgeJobCommand.js +5 -0
  42. package/dist-es/commands/AcknowledgeThirdPartyJobCommand.js +5 -0
  43. package/dist-es/commands/CreateCustomActionTypeCommand.js +5 -0
  44. package/dist-es/commands/CreatePipelineCommand.js +5 -0
  45. package/dist-es/commands/DeleteCustomActionTypeCommand.js +5 -0
  46. package/dist-es/commands/DeletePipelineCommand.js +5 -0
  47. package/dist-es/commands/DeleteWebhookCommand.js +5 -0
  48. package/dist-es/commands/DeregisterWebhookWithThirdPartyCommand.js +5 -0
  49. package/dist-es/commands/DisableStageTransitionCommand.js +5 -0
  50. package/dist-es/commands/EnableStageTransitionCommand.js +5 -0
  51. package/dist-es/commands/GetActionTypeCommand.js +5 -0
  52. package/dist-es/commands/GetJobDetailsCommand.js +5 -0
  53. package/dist-es/commands/GetPipelineCommand.js +5 -0
  54. package/dist-es/commands/GetPipelineExecutionCommand.js +5 -0
  55. package/dist-es/commands/GetPipelineStateCommand.js +5 -0
  56. package/dist-es/commands/GetThirdPartyJobDetailsCommand.js +5 -0
  57. package/dist-es/commands/ListActionExecutionsCommand.js +5 -0
  58. package/dist-es/commands/ListActionTypesCommand.js +5 -0
  59. package/dist-es/commands/ListPipelineExecutionsCommand.js +5 -0
  60. package/dist-es/commands/ListPipelinesCommand.js +5 -0
  61. package/dist-es/commands/ListTagsForResourceCommand.js +5 -0
  62. package/dist-es/commands/ListWebhooksCommand.js +5 -0
  63. package/dist-es/commands/PollForJobsCommand.js +5 -0
  64. package/dist-es/commands/PollForThirdPartyJobsCommand.js +5 -0
  65. package/dist-es/commands/PutActionRevisionCommand.js +5 -0
  66. package/dist-es/commands/PutApprovalResultCommand.js +5 -0
  67. package/dist-es/commands/PutJobFailureResultCommand.js +5 -0
  68. package/dist-es/commands/PutJobSuccessResultCommand.js +5 -0
  69. package/dist-es/commands/PutThirdPartyJobFailureResultCommand.js +5 -0
  70. package/dist-es/commands/PutThirdPartyJobSuccessResultCommand.js +5 -0
  71. package/dist-es/commands/PutWebhookCommand.js +5 -0
  72. package/dist-es/commands/RegisterWebhookWithThirdPartyCommand.js +5 -0
  73. package/dist-es/commands/RetryStageExecutionCommand.js +5 -0
  74. package/dist-es/commands/StartPipelineExecutionCommand.js +5 -0
  75. package/dist-es/commands/StopPipelineExecutionCommand.js +5 -0
  76. package/dist-es/commands/TagResourceCommand.js +5 -0
  77. package/dist-es/commands/UntagResourceCommand.js +5 -0
  78. package/dist-es/commands/UpdateActionTypeCommand.js +5 -0
  79. package/dist-es/commands/UpdatePipelineCommand.js +5 -0
  80. package/dist-es/runtimeExtensions.js +3 -0
  81. package/dist-types/extensionConfiguration.d.ts +2 -1
  82. package/dist-types/ts3.4/extensionConfiguration.d.ts +3 -1
  83. package/package.json +31 -30
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class RetryStageExecutionCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class RetryStageExecutionCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "CodePipeline_20150709",
38
+ operation: "RetryStageExecution",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class StartPipelineExecutionCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class StartPipelineExecutionCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "CodePipeline_20150709",
38
+ operation: "StartPipelineExecution",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class StopPipelineExecutionCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class StopPipelineExecutionCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "CodePipeline_20150709",
38
+ operation: "StopPipelineExecution",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class TagResourceCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class TagResourceCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "CodePipeline_20150709",
38
+ operation: "TagResource",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class UntagResourceCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class UntagResourceCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "CodePipeline_20150709",
38
+ operation: "UntagResource",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class UpdateActionTypeCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class UpdateActionTypeCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "CodePipeline_20150709",
38
+ operation: "UpdateActionType",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class UpdatePipelineCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class UpdatePipelineCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "CodePipeline_20150709",
38
+ operation: "UpdatePipeline",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,17 +1,20 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.resolveRuntimeExtensions = void 0;
4
+ const region_config_resolver_1 = require("@aws-sdk/region-config-resolver");
4
5
  const protocol_http_1 = require("@smithy/protocol-http");
5
6
  const smithy_client_1 = require("@smithy/smithy-client");
6
7
  const asPartial = (t) => t;
7
8
  const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
8
9
  const extensionConfiguration = {
10
+ ...asPartial((0, region_config_resolver_1.getAwsRegionExtensionConfiguration)(runtimeConfig)),
9
11
  ...asPartial((0, smithy_client_1.getDefaultExtensionConfiguration)(runtimeConfig)),
10
12
  ...asPartial((0, protocol_http_1.getHttpHandlerExtensionConfiguration)(runtimeConfig)),
11
13
  };
12
14
  extensions.forEach((extension) => extension.configure(extensionConfiguration));
13
15
  return {
14
16
  ...runtimeConfig,
17
+ ...(0, region_config_resolver_1.resolveAwsRegionExtensionConfiguration)(extensionConfiguration),
15
18
  ...(0, smithy_client_1.resolveDefaultRuntimeConfig)(extensionConfiguration),
16
19
  ...(0, protocol_http_1.resolveHttpHandlerRuntimeConfig)(extensionConfiguration),
17
20
  };
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_AcknowledgeJobCommand, se_AcknowledgeJobCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class AcknowledgeJobCommand extends $Command {
@@ -29,6 +30,10 @@ export class AcknowledgeJobCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CodePipeline_20150709",
35
+ operation: "AcknowledgeJob",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_AcknowledgeThirdPartyJobCommand, se_AcknowledgeThirdPartyJobCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class AcknowledgeThirdPartyJobCommand extends $Command {
@@ -29,6 +30,10 @@ export class AcknowledgeThirdPartyJobCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CodePipeline_20150709",
35
+ operation: "AcknowledgeThirdPartyJob",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_CreateCustomActionTypeCommand, se_CreateCustomActionTypeCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class CreateCustomActionTypeCommand extends $Command {
@@ -29,6 +30,10 @@ export class CreateCustomActionTypeCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CodePipeline_20150709",
35
+ operation: "CreateCustomActionType",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_CreatePipelineCommand, se_CreatePipelineCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class CreatePipelineCommand extends $Command {
@@ -29,6 +30,10 @@ export class CreatePipelineCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CodePipeline_20150709",
35
+ operation: "CreatePipeline",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DeleteCustomActionTypeCommand, se_DeleteCustomActionTypeCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DeleteCustomActionTypeCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteCustomActionTypeCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CodePipeline_20150709",
35
+ operation: "DeleteCustomActionType",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DeletePipelineCommand, se_DeletePipelineCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DeletePipelineCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeletePipelineCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CodePipeline_20150709",
35
+ operation: "DeletePipeline",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DeleteWebhookCommand, se_DeleteWebhookCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DeleteWebhookCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteWebhookCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CodePipeline_20150709",
35
+ operation: "DeleteWebhook",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DeregisterWebhookWithThirdPartyCommand, se_DeregisterWebhookWithThirdPartyCommand, } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DeregisterWebhookWithThirdPartyCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeregisterWebhookWithThirdPartyCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CodePipeline_20150709",
35
+ operation: "DeregisterWebhookWithThirdParty",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DisableStageTransitionCommand, se_DisableStageTransitionCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DisableStageTransitionCommand extends $Command {
@@ -29,6 +30,10 @@ export class DisableStageTransitionCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CodePipeline_20150709",
35
+ operation: "DisableStageTransition",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_EnableStageTransitionCommand, se_EnableStageTransitionCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class EnableStageTransitionCommand extends $Command {
@@ -29,6 +30,10 @@ export class EnableStageTransitionCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CodePipeline_20150709",
35
+ operation: "EnableStageTransition",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_GetActionTypeCommand, se_GetActionTypeCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class GetActionTypeCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetActionTypeCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CodePipeline_20150709",
35
+ operation: "GetActionType",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { GetJobDetailsOutputFilterSensitiveLog } from "../models/models_0";
5
6
  import { de_GetJobDetailsCommand, se_GetJobDetailsCommand } from "../protocols/Aws_json1_1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class GetJobDetailsCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: (_) => _,
32
33
  outputFilterSensitiveLog: GetJobDetailsOutputFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "CodePipeline_20150709",
36
+ operation: "GetJobDetails",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_GetPipelineCommand, se_GetPipelineCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class GetPipelineCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetPipelineCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CodePipeline_20150709",
35
+ operation: "GetPipeline",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_GetPipelineExecutionCommand, se_GetPipelineExecutionCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class GetPipelineExecutionCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetPipelineExecutionCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CodePipeline_20150709",
35
+ operation: "GetPipelineExecution",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_GetPipelineStateCommand, se_GetPipelineStateCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class GetPipelineStateCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetPipelineStateCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CodePipeline_20150709",
35
+ operation: "GetPipelineState",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { GetThirdPartyJobDetailsOutputFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_GetThirdPartyJobDetailsCommand, se_GetThirdPartyJobDetailsCommand } from "../protocols/Aws_json1_1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class GetThirdPartyJobDetailsCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: (_) => _,
32
33
  outputFilterSensitiveLog: GetThirdPartyJobDetailsOutputFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "CodePipeline_20150709",
36
+ operation: "GetThirdPartyJobDetails",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListActionExecutionsCommand, se_ListActionExecutionsCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class ListActionExecutionsCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListActionExecutionsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CodePipeline_20150709",
35
+ operation: "ListActionExecutions",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListActionTypesCommand, se_ListActionTypesCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class ListActionTypesCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListActionTypesCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CodePipeline_20150709",
35
+ operation: "ListActionTypes",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListPipelineExecutionsCommand, se_ListPipelineExecutionsCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class ListPipelineExecutionsCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListPipelineExecutionsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CodePipeline_20150709",
35
+ operation: "ListPipelineExecutions",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListPipelinesCommand, se_ListPipelinesCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class ListPipelinesCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListPipelinesCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CodePipeline_20150709",
35
+ operation: "ListPipelines",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class ListTagsForResourceCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListTagsForResourceCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CodePipeline_20150709",
35
+ operation: "ListTagsForResource",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListWebhooksCommand, se_ListWebhooksCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class ListWebhooksCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListWebhooksCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CodePipeline_20150709",
35
+ operation: "ListWebhooks",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { PollForJobsOutputFilterSensitiveLog } from "../models/models_0";
5
6
  import { de_PollForJobsCommand, se_PollForJobsCommand } from "../protocols/Aws_json1_1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class PollForJobsCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: (_) => _,
32
33
  outputFilterSensitiveLog: PollForJobsOutputFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "CodePipeline_20150709",
36
+ operation: "PollForJobs",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_PollForThirdPartyJobsCommand, se_PollForThirdPartyJobsCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class PollForThirdPartyJobsCommand extends $Command {
@@ -29,6 +30,10 @@ export class PollForThirdPartyJobsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CodePipeline_20150709",
35
+ operation: "PollForThirdPartyJobs",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);