@aws-sdk/client-codedeploy 3.414.0 → 3.420.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 (130) hide show
  1. package/dist-cjs/commands/AddTagsToOnPremisesInstancesCommand.js +5 -0
  2. package/dist-cjs/commands/BatchGetApplicationRevisionsCommand.js +5 -0
  3. package/dist-cjs/commands/BatchGetApplicationsCommand.js +5 -0
  4. package/dist-cjs/commands/BatchGetDeploymentGroupsCommand.js +5 -0
  5. package/dist-cjs/commands/BatchGetDeploymentInstancesCommand.js +5 -0
  6. package/dist-cjs/commands/BatchGetDeploymentTargetsCommand.js +5 -0
  7. package/dist-cjs/commands/BatchGetDeploymentsCommand.js +5 -0
  8. package/dist-cjs/commands/BatchGetOnPremisesInstancesCommand.js +5 -0
  9. package/dist-cjs/commands/ContinueDeploymentCommand.js +5 -0
  10. package/dist-cjs/commands/CreateApplicationCommand.js +5 -0
  11. package/dist-cjs/commands/CreateDeploymentCommand.js +5 -0
  12. package/dist-cjs/commands/CreateDeploymentConfigCommand.js +5 -0
  13. package/dist-cjs/commands/CreateDeploymentGroupCommand.js +5 -0
  14. package/dist-cjs/commands/DeleteApplicationCommand.js +5 -0
  15. package/dist-cjs/commands/DeleteDeploymentConfigCommand.js +5 -0
  16. package/dist-cjs/commands/DeleteDeploymentGroupCommand.js +5 -0
  17. package/dist-cjs/commands/DeleteGitHubAccountTokenCommand.js +5 -0
  18. package/dist-cjs/commands/DeleteResourcesByExternalIdCommand.js +5 -0
  19. package/dist-cjs/commands/DeregisterOnPremisesInstanceCommand.js +5 -0
  20. package/dist-cjs/commands/GetApplicationCommand.js +5 -0
  21. package/dist-cjs/commands/GetApplicationRevisionCommand.js +5 -0
  22. package/dist-cjs/commands/GetDeploymentCommand.js +5 -0
  23. package/dist-cjs/commands/GetDeploymentConfigCommand.js +5 -0
  24. package/dist-cjs/commands/GetDeploymentGroupCommand.js +5 -0
  25. package/dist-cjs/commands/GetDeploymentInstanceCommand.js +5 -0
  26. package/dist-cjs/commands/GetDeploymentTargetCommand.js +5 -0
  27. package/dist-cjs/commands/GetOnPremisesInstanceCommand.js +5 -0
  28. package/dist-cjs/commands/ListApplicationRevisionsCommand.js +5 -0
  29. package/dist-cjs/commands/ListApplicationsCommand.js +5 -0
  30. package/dist-cjs/commands/ListDeploymentConfigsCommand.js +5 -0
  31. package/dist-cjs/commands/ListDeploymentGroupsCommand.js +5 -0
  32. package/dist-cjs/commands/ListDeploymentInstancesCommand.js +5 -0
  33. package/dist-cjs/commands/ListDeploymentTargetsCommand.js +5 -0
  34. package/dist-cjs/commands/ListDeploymentsCommand.js +5 -0
  35. package/dist-cjs/commands/ListGitHubAccountTokenNamesCommand.js +5 -0
  36. package/dist-cjs/commands/ListOnPremisesInstancesCommand.js +5 -0
  37. package/dist-cjs/commands/ListTagsForResourceCommand.js +5 -0
  38. package/dist-cjs/commands/PutLifecycleEventHookExecutionStatusCommand.js +5 -0
  39. package/dist-cjs/commands/RegisterApplicationRevisionCommand.js +5 -0
  40. package/dist-cjs/commands/RegisterOnPremisesInstanceCommand.js +5 -0
  41. package/dist-cjs/commands/RemoveTagsFromOnPremisesInstancesCommand.js +5 -0
  42. package/dist-cjs/commands/SkipWaitTimeForInstanceTerminationCommand.js +5 -0
  43. package/dist-cjs/commands/StopDeploymentCommand.js +5 -0
  44. package/dist-cjs/commands/TagResourceCommand.js +5 -0
  45. package/dist-cjs/commands/UntagResourceCommand.js +5 -0
  46. package/dist-cjs/commands/UpdateApplicationCommand.js +5 -0
  47. package/dist-cjs/commands/UpdateDeploymentGroupCommand.js +5 -0
  48. package/dist-es/commands/AddTagsToOnPremisesInstancesCommand.js +5 -0
  49. package/dist-es/commands/BatchGetApplicationRevisionsCommand.js +5 -0
  50. package/dist-es/commands/BatchGetApplicationsCommand.js +5 -0
  51. package/dist-es/commands/BatchGetDeploymentGroupsCommand.js +5 -0
  52. package/dist-es/commands/BatchGetDeploymentInstancesCommand.js +5 -0
  53. package/dist-es/commands/BatchGetDeploymentTargetsCommand.js +5 -0
  54. package/dist-es/commands/BatchGetDeploymentsCommand.js +5 -0
  55. package/dist-es/commands/BatchGetOnPremisesInstancesCommand.js +5 -0
  56. package/dist-es/commands/ContinueDeploymentCommand.js +5 -0
  57. package/dist-es/commands/CreateApplicationCommand.js +5 -0
  58. package/dist-es/commands/CreateDeploymentCommand.js +5 -0
  59. package/dist-es/commands/CreateDeploymentConfigCommand.js +5 -0
  60. package/dist-es/commands/CreateDeploymentGroupCommand.js +5 -0
  61. package/dist-es/commands/DeleteApplicationCommand.js +5 -0
  62. package/dist-es/commands/DeleteDeploymentConfigCommand.js +5 -0
  63. package/dist-es/commands/DeleteDeploymentGroupCommand.js +5 -0
  64. package/dist-es/commands/DeleteGitHubAccountTokenCommand.js +5 -0
  65. package/dist-es/commands/DeleteResourcesByExternalIdCommand.js +5 -0
  66. package/dist-es/commands/DeregisterOnPremisesInstanceCommand.js +5 -0
  67. package/dist-es/commands/GetApplicationCommand.js +5 -0
  68. package/dist-es/commands/GetApplicationRevisionCommand.js +5 -0
  69. package/dist-es/commands/GetDeploymentCommand.js +5 -0
  70. package/dist-es/commands/GetDeploymentConfigCommand.js +5 -0
  71. package/dist-es/commands/GetDeploymentGroupCommand.js +5 -0
  72. package/dist-es/commands/GetDeploymentInstanceCommand.js +5 -0
  73. package/dist-es/commands/GetDeploymentTargetCommand.js +5 -0
  74. package/dist-es/commands/GetOnPremisesInstanceCommand.js +5 -0
  75. package/dist-es/commands/ListApplicationRevisionsCommand.js +5 -0
  76. package/dist-es/commands/ListApplicationsCommand.js +5 -0
  77. package/dist-es/commands/ListDeploymentConfigsCommand.js +5 -0
  78. package/dist-es/commands/ListDeploymentGroupsCommand.js +5 -0
  79. package/dist-es/commands/ListDeploymentInstancesCommand.js +5 -0
  80. package/dist-es/commands/ListDeploymentTargetsCommand.js +5 -0
  81. package/dist-es/commands/ListDeploymentsCommand.js +5 -0
  82. package/dist-es/commands/ListGitHubAccountTokenNamesCommand.js +5 -0
  83. package/dist-es/commands/ListOnPremisesInstancesCommand.js +5 -0
  84. package/dist-es/commands/ListTagsForResourceCommand.js +5 -0
  85. package/dist-es/commands/PutLifecycleEventHookExecutionStatusCommand.js +5 -0
  86. package/dist-es/commands/RegisterApplicationRevisionCommand.js +5 -0
  87. package/dist-es/commands/RegisterOnPremisesInstanceCommand.js +5 -0
  88. package/dist-es/commands/RemoveTagsFromOnPremisesInstancesCommand.js +5 -0
  89. package/dist-es/commands/SkipWaitTimeForInstanceTerminationCommand.js +5 -0
  90. package/dist-es/commands/StopDeploymentCommand.js +5 -0
  91. package/dist-es/commands/TagResourceCommand.js +5 -0
  92. package/dist-es/commands/UntagResourceCommand.js +5 -0
  93. package/dist-es/commands/UpdateApplicationCommand.js +5 -0
  94. package/dist-es/commands/UpdateDeploymentGroupCommand.js +5 -0
  95. package/dist-types/commands/BatchGetApplicationRevisionsCommand.d.ts +1 -1
  96. package/dist-types/commands/BatchGetApplicationsCommand.d.ts +1 -1
  97. package/dist-types/commands/BatchGetDeploymentGroupsCommand.d.ts +2 -3
  98. package/dist-types/commands/BatchGetDeploymentInstancesCommand.d.ts +1 -2
  99. package/dist-types/commands/BatchGetDeploymentTargetsCommand.d.ts +1 -2
  100. package/dist-types/commands/ContinueDeploymentCommand.d.ts +1 -2
  101. package/dist-types/commands/CreateApplicationCommand.d.ts +2 -1
  102. package/dist-types/commands/CreateDeploymentCommand.d.ts +5 -5
  103. package/dist-types/commands/CreateDeploymentConfigCommand.d.ts +1 -2
  104. package/dist-types/commands/CreateDeploymentGroupCommand.d.ts +4 -4
  105. package/dist-types/commands/DeleteResourcesByExternalIdCommand.d.ts +8 -1
  106. package/dist-types/commands/GetApplicationCommand.d.ts +1 -1
  107. package/dist-types/commands/GetApplicationRevisionCommand.d.ts +2 -2
  108. package/dist-types/commands/GetDeploymentCommand.d.ts +1 -2
  109. package/dist-types/commands/GetDeploymentConfigCommand.d.ts +1 -2
  110. package/dist-types/commands/GetDeploymentGroupCommand.d.ts +4 -4
  111. package/dist-types/commands/GetDeploymentInstanceCommand.d.ts +1 -2
  112. package/dist-types/commands/GetDeploymentTargetCommand.d.ts +1 -2
  113. package/dist-types/commands/ListApplicationRevisionsCommand.d.ts +1 -1
  114. package/dist-types/commands/ListApplicationsCommand.d.ts +1 -1
  115. package/dist-types/commands/ListDeploymentConfigsCommand.d.ts +1 -1
  116. package/dist-types/commands/ListDeploymentGroupsCommand.d.ts +2 -2
  117. package/dist-types/commands/ListDeploymentInstancesCommand.d.ts +2 -4
  118. package/dist-types/commands/ListDeploymentTargetsCommand.d.ts +1 -2
  119. package/dist-types/commands/ListDeploymentsCommand.d.ts +4 -3
  120. package/dist-types/commands/PutLifecycleEventHookExecutionStatusCommand.d.ts +1 -2
  121. package/dist-types/commands/RegisterApplicationRevisionCommand.d.ts +1 -1
  122. package/dist-types/commands/RegisterOnPremisesInstanceCommand.d.ts +6 -7
  123. package/dist-types/commands/SkipWaitTimeForInstanceTerminationCommand.d.ts +1 -2
  124. package/dist-types/commands/StopDeploymentCommand.d.ts +3 -3
  125. package/dist-types/commands/TagResourceCommand.d.ts +4 -4
  126. package/dist-types/commands/UntagResourceCommand.d.ts +4 -4
  127. package/dist-types/commands/UpdateApplicationCommand.d.ts +3 -2
  128. package/dist-types/commands/UpdateDeploymentGroupCommand.d.ts +6 -5
  129. package/dist-types/models/models_0.d.ts +74 -56
  130. package/package.json +32 -32
@@ -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 ListDeploymentTargetsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class ListDeploymentTargetsCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "CodeDeploy_20141006",
38
+ operation: "ListDeploymentTargets",
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 ListDeploymentsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class ListDeploymentsCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "CodeDeploy_20141006",
38
+ operation: "ListDeployments",
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 ListGitHubAccountTokenNamesCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class ListGitHubAccountTokenNamesCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "CodeDeploy_20141006",
38
+ operation: "ListGitHubAccountTokenNames",
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 ListOnPremisesInstancesCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class ListOnPremisesInstancesCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "CodeDeploy_20141006",
38
+ operation: "ListOnPremisesInstances",
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 ListTagsForResourceCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class ListTagsForResourceCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "CodeDeploy_20141006",
38
+ operation: "ListTagsForResource",
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 PutLifecycleEventHookExecutionStatusCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class PutLifecycleEventHookExecutionStatusCommand extends smithy_client_1.Comman
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "CodeDeploy_20141006",
38
+ operation: "PutLifecycleEventHookExecutionStatus",
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 RegisterApplicationRevisionCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class RegisterApplicationRevisionCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "CodeDeploy_20141006",
38
+ operation: "RegisterApplicationRevision",
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 RegisterOnPremisesInstanceCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class RegisterOnPremisesInstanceCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "CodeDeploy_20141006",
38
+ operation: "RegisterOnPremisesInstance",
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 RemoveTagsFromOnPremisesInstancesCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class RemoveTagsFromOnPremisesInstancesCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "CodeDeploy_20141006",
38
+ operation: "RemoveTagsFromOnPremisesInstances",
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 SkipWaitTimeForInstanceTerminationCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class SkipWaitTimeForInstanceTerminationCommand extends smithy_client_1.Command
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "CodeDeploy_20141006",
38
+ operation: "SkipWaitTimeForInstanceTermination",
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 StopDeploymentCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class StopDeploymentCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "CodeDeploy_20141006",
38
+ operation: "StopDeployment",
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: "CodeDeploy_20141006",
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: "CodeDeploy_20141006",
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 UpdateApplicationCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class UpdateApplicationCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "CodeDeploy_20141006",
38
+ operation: "UpdateApplication",
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 UpdateDeploymentGroupCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class UpdateDeploymentGroupCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "CodeDeploy_20141006",
38
+ operation: "UpdateDeploymentGroup",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  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_AddTagsToOnPremisesInstancesCommand, se_AddTagsToOnPremisesInstancesCommand, } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class AddTagsToOnPremisesInstancesCommand extends $Command {
@@ -29,6 +30,10 @@ export class AddTagsToOnPremisesInstancesCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CodeDeploy_20141006",
35
+ operation: "AddTagsToOnPremisesInstances",
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_BatchGetApplicationRevisionsCommand, se_BatchGetApplicationRevisionsCommand, } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class BatchGetApplicationRevisionsCommand extends $Command {
@@ -29,6 +30,10 @@ export class BatchGetApplicationRevisionsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CodeDeploy_20141006",
35
+ operation: "BatchGetApplicationRevisions",
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_BatchGetApplicationsCommand, se_BatchGetApplicationsCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class BatchGetApplicationsCommand extends $Command {
@@ -29,6 +30,10 @@ export class BatchGetApplicationsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CodeDeploy_20141006",
35
+ operation: "BatchGetApplications",
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_BatchGetDeploymentGroupsCommand, se_BatchGetDeploymentGroupsCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class BatchGetDeploymentGroupsCommand extends $Command {
@@ -29,6 +30,10 @@ export class BatchGetDeploymentGroupsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CodeDeploy_20141006",
35
+ operation: "BatchGetDeploymentGroups",
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_BatchGetDeploymentInstancesCommand, se_BatchGetDeploymentInstancesCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class BatchGetDeploymentInstancesCommand extends $Command {
@@ -29,6 +30,10 @@ export class BatchGetDeploymentInstancesCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CodeDeploy_20141006",
35
+ operation: "BatchGetDeploymentInstances",
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_BatchGetDeploymentTargetsCommand, se_BatchGetDeploymentTargetsCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class BatchGetDeploymentTargetsCommand extends $Command {
@@ -29,6 +30,10 @@ export class BatchGetDeploymentTargetsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CodeDeploy_20141006",
35
+ operation: "BatchGetDeploymentTargets",
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_BatchGetDeploymentsCommand, se_BatchGetDeploymentsCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class BatchGetDeploymentsCommand extends $Command {
@@ -29,6 +30,10 @@ export class BatchGetDeploymentsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CodeDeploy_20141006",
35
+ operation: "BatchGetDeployments",
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_BatchGetOnPremisesInstancesCommand, se_BatchGetOnPremisesInstancesCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class BatchGetOnPremisesInstancesCommand extends $Command {
@@ -29,6 +30,10 @@ export class BatchGetOnPremisesInstancesCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CodeDeploy_20141006",
35
+ operation: "BatchGetOnPremisesInstances",
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_ContinueDeploymentCommand, se_ContinueDeploymentCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class ContinueDeploymentCommand extends $Command {
@@ -29,6 +30,10 @@ export class ContinueDeploymentCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CodeDeploy_20141006",
35
+ operation: "ContinueDeployment",
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_CreateApplicationCommand, se_CreateApplicationCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class CreateApplicationCommand extends $Command {
@@ -29,6 +30,10 @@ export class CreateApplicationCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CodeDeploy_20141006",
35
+ operation: "CreateApplication",
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_CreateDeploymentCommand, se_CreateDeploymentCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class CreateDeploymentCommand extends $Command {
@@ -29,6 +30,10 @@ export class CreateDeploymentCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CodeDeploy_20141006",
35
+ operation: "CreateDeployment",
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_CreateDeploymentConfigCommand, se_CreateDeploymentConfigCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class CreateDeploymentConfigCommand extends $Command {
@@ -29,6 +30,10 @@ export class CreateDeploymentConfigCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CodeDeploy_20141006",
35
+ operation: "CreateDeploymentConfig",
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_CreateDeploymentGroupCommand, se_CreateDeploymentGroupCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class CreateDeploymentGroupCommand extends $Command {
@@ -29,6 +30,10 @@ export class CreateDeploymentGroupCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CodeDeploy_20141006",
35
+ operation: "CreateDeploymentGroup",
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_DeleteApplicationCommand, se_DeleteApplicationCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DeleteApplicationCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteApplicationCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CodeDeploy_20141006",
35
+ operation: "DeleteApplication",
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_DeleteDeploymentConfigCommand, se_DeleteDeploymentConfigCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DeleteDeploymentConfigCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteDeploymentConfigCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CodeDeploy_20141006",
35
+ operation: "DeleteDeploymentConfig",
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_DeleteDeploymentGroupCommand, se_DeleteDeploymentGroupCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DeleteDeploymentGroupCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteDeploymentGroupCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CodeDeploy_20141006",
35
+ operation: "DeleteDeploymentGroup",
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_DeleteGitHubAccountTokenCommand, se_DeleteGitHubAccountTokenCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DeleteGitHubAccountTokenCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteGitHubAccountTokenCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CodeDeploy_20141006",
35
+ operation: "DeleteGitHubAccountToken",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);