@aws-sdk/client-proton 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 (179) hide show
  1. package/dist-cjs/commands/AcceptEnvironmentAccountConnectionCommand.js +5 -0
  2. package/dist-cjs/commands/CancelComponentDeploymentCommand.js +5 -0
  3. package/dist-cjs/commands/CancelEnvironmentDeploymentCommand.js +5 -0
  4. package/dist-cjs/commands/CancelServiceInstanceDeploymentCommand.js +5 -0
  5. package/dist-cjs/commands/CancelServicePipelineDeploymentCommand.js +5 -0
  6. package/dist-cjs/commands/CreateComponentCommand.js +5 -0
  7. package/dist-cjs/commands/CreateEnvironmentAccountConnectionCommand.js +5 -0
  8. package/dist-cjs/commands/CreateEnvironmentCommand.js +5 -0
  9. package/dist-cjs/commands/CreateEnvironmentTemplateCommand.js +5 -0
  10. package/dist-cjs/commands/CreateEnvironmentTemplateVersionCommand.js +5 -0
  11. package/dist-cjs/commands/CreateRepositoryCommand.js +5 -0
  12. package/dist-cjs/commands/CreateServiceCommand.js +5 -0
  13. package/dist-cjs/commands/CreateServiceInstanceCommand.js +5 -0
  14. package/dist-cjs/commands/CreateServiceSyncConfigCommand.js +5 -0
  15. package/dist-cjs/commands/CreateServiceTemplateCommand.js +5 -0
  16. package/dist-cjs/commands/CreateServiceTemplateVersionCommand.js +5 -0
  17. package/dist-cjs/commands/CreateTemplateSyncConfigCommand.js +5 -0
  18. package/dist-cjs/commands/DeleteComponentCommand.js +5 -0
  19. package/dist-cjs/commands/DeleteDeploymentCommand.js +5 -0
  20. package/dist-cjs/commands/DeleteEnvironmentAccountConnectionCommand.js +5 -0
  21. package/dist-cjs/commands/DeleteEnvironmentCommand.js +5 -0
  22. package/dist-cjs/commands/DeleteEnvironmentTemplateCommand.js +5 -0
  23. package/dist-cjs/commands/DeleteEnvironmentTemplateVersionCommand.js +5 -0
  24. package/dist-cjs/commands/DeleteRepositoryCommand.js +5 -0
  25. package/dist-cjs/commands/DeleteServiceCommand.js +5 -0
  26. package/dist-cjs/commands/DeleteServiceSyncConfigCommand.js +5 -0
  27. package/dist-cjs/commands/DeleteServiceTemplateCommand.js +5 -0
  28. package/dist-cjs/commands/DeleteServiceTemplateVersionCommand.js +5 -0
  29. package/dist-cjs/commands/DeleteTemplateSyncConfigCommand.js +5 -0
  30. package/dist-cjs/commands/GetAccountSettingsCommand.js +5 -0
  31. package/dist-cjs/commands/GetComponentCommand.js +5 -0
  32. package/dist-cjs/commands/GetDeploymentCommand.js +5 -0
  33. package/dist-cjs/commands/GetEnvironmentAccountConnectionCommand.js +5 -0
  34. package/dist-cjs/commands/GetEnvironmentCommand.js +5 -0
  35. package/dist-cjs/commands/GetEnvironmentTemplateCommand.js +5 -0
  36. package/dist-cjs/commands/GetEnvironmentTemplateVersionCommand.js +5 -0
  37. package/dist-cjs/commands/GetRepositoryCommand.js +5 -0
  38. package/dist-cjs/commands/GetRepositorySyncStatusCommand.js +5 -0
  39. package/dist-cjs/commands/GetResourcesSummaryCommand.js +5 -0
  40. package/dist-cjs/commands/GetServiceCommand.js +5 -0
  41. package/dist-cjs/commands/GetServiceInstanceCommand.js +5 -0
  42. package/dist-cjs/commands/GetServiceInstanceSyncStatusCommand.js +5 -0
  43. package/dist-cjs/commands/GetServiceSyncBlockerSummaryCommand.js +5 -0
  44. package/dist-cjs/commands/GetServiceSyncConfigCommand.js +5 -0
  45. package/dist-cjs/commands/GetServiceTemplateCommand.js +5 -0
  46. package/dist-cjs/commands/GetServiceTemplateVersionCommand.js +5 -0
  47. package/dist-cjs/commands/GetTemplateSyncConfigCommand.js +5 -0
  48. package/dist-cjs/commands/GetTemplateSyncStatusCommand.js +5 -0
  49. package/dist-cjs/commands/ListComponentOutputsCommand.js +5 -0
  50. package/dist-cjs/commands/ListComponentProvisionedResourcesCommand.js +5 -0
  51. package/dist-cjs/commands/ListComponentsCommand.js +5 -0
  52. package/dist-cjs/commands/ListDeploymentsCommand.js +5 -0
  53. package/dist-cjs/commands/ListEnvironmentAccountConnectionsCommand.js +5 -0
  54. package/dist-cjs/commands/ListEnvironmentOutputsCommand.js +5 -0
  55. package/dist-cjs/commands/ListEnvironmentProvisionedResourcesCommand.js +5 -0
  56. package/dist-cjs/commands/ListEnvironmentTemplateVersionsCommand.js +5 -0
  57. package/dist-cjs/commands/ListEnvironmentTemplatesCommand.js +5 -0
  58. package/dist-cjs/commands/ListEnvironmentsCommand.js +5 -0
  59. package/dist-cjs/commands/ListRepositoriesCommand.js +5 -0
  60. package/dist-cjs/commands/ListRepositorySyncDefinitionsCommand.js +5 -0
  61. package/dist-cjs/commands/ListServiceInstanceOutputsCommand.js +5 -0
  62. package/dist-cjs/commands/ListServiceInstanceProvisionedResourcesCommand.js +5 -0
  63. package/dist-cjs/commands/ListServiceInstancesCommand.js +5 -0
  64. package/dist-cjs/commands/ListServicePipelineOutputsCommand.js +5 -0
  65. package/dist-cjs/commands/ListServicePipelineProvisionedResourcesCommand.js +5 -0
  66. package/dist-cjs/commands/ListServiceTemplateVersionsCommand.js +5 -0
  67. package/dist-cjs/commands/ListServiceTemplatesCommand.js +5 -0
  68. package/dist-cjs/commands/ListServicesCommand.js +5 -0
  69. package/dist-cjs/commands/ListTagsForResourceCommand.js +5 -0
  70. package/dist-cjs/commands/NotifyResourceDeploymentStatusChangeCommand.js +5 -0
  71. package/dist-cjs/commands/RejectEnvironmentAccountConnectionCommand.js +5 -0
  72. package/dist-cjs/commands/TagResourceCommand.js +5 -0
  73. package/dist-cjs/commands/UntagResourceCommand.js +5 -0
  74. package/dist-cjs/commands/UpdateAccountSettingsCommand.js +5 -0
  75. package/dist-cjs/commands/UpdateComponentCommand.js +5 -0
  76. package/dist-cjs/commands/UpdateEnvironmentAccountConnectionCommand.js +5 -0
  77. package/dist-cjs/commands/UpdateEnvironmentCommand.js +5 -0
  78. package/dist-cjs/commands/UpdateEnvironmentTemplateCommand.js +5 -0
  79. package/dist-cjs/commands/UpdateEnvironmentTemplateVersionCommand.js +5 -0
  80. package/dist-cjs/commands/UpdateServiceCommand.js +5 -0
  81. package/dist-cjs/commands/UpdateServiceInstanceCommand.js +5 -0
  82. package/dist-cjs/commands/UpdateServicePipelineCommand.js +5 -0
  83. package/dist-cjs/commands/UpdateServiceSyncBlockerCommand.js +5 -0
  84. package/dist-cjs/commands/UpdateServiceSyncConfigCommand.js +5 -0
  85. package/dist-cjs/commands/UpdateServiceTemplateCommand.js +5 -0
  86. package/dist-cjs/commands/UpdateServiceTemplateVersionCommand.js +5 -0
  87. package/dist-cjs/commands/UpdateTemplateSyncConfigCommand.js +5 -0
  88. package/dist-cjs/runtimeExtensions.js +3 -0
  89. package/dist-es/commands/AcceptEnvironmentAccountConnectionCommand.js +5 -0
  90. package/dist-es/commands/CancelComponentDeploymentCommand.js +5 -0
  91. package/dist-es/commands/CancelEnvironmentDeploymentCommand.js +5 -0
  92. package/dist-es/commands/CancelServiceInstanceDeploymentCommand.js +5 -0
  93. package/dist-es/commands/CancelServicePipelineDeploymentCommand.js +5 -0
  94. package/dist-es/commands/CreateComponentCommand.js +5 -0
  95. package/dist-es/commands/CreateEnvironmentAccountConnectionCommand.js +5 -0
  96. package/dist-es/commands/CreateEnvironmentCommand.js +5 -0
  97. package/dist-es/commands/CreateEnvironmentTemplateCommand.js +5 -0
  98. package/dist-es/commands/CreateEnvironmentTemplateVersionCommand.js +5 -0
  99. package/dist-es/commands/CreateRepositoryCommand.js +5 -0
  100. package/dist-es/commands/CreateServiceCommand.js +5 -0
  101. package/dist-es/commands/CreateServiceInstanceCommand.js +5 -0
  102. package/dist-es/commands/CreateServiceSyncConfigCommand.js +5 -0
  103. package/dist-es/commands/CreateServiceTemplateCommand.js +5 -0
  104. package/dist-es/commands/CreateServiceTemplateVersionCommand.js +5 -0
  105. package/dist-es/commands/CreateTemplateSyncConfigCommand.js +5 -0
  106. package/dist-es/commands/DeleteComponentCommand.js +5 -0
  107. package/dist-es/commands/DeleteDeploymentCommand.js +5 -0
  108. package/dist-es/commands/DeleteEnvironmentAccountConnectionCommand.js +5 -0
  109. package/dist-es/commands/DeleteEnvironmentCommand.js +5 -0
  110. package/dist-es/commands/DeleteEnvironmentTemplateCommand.js +5 -0
  111. package/dist-es/commands/DeleteEnvironmentTemplateVersionCommand.js +5 -0
  112. package/dist-es/commands/DeleteRepositoryCommand.js +5 -0
  113. package/dist-es/commands/DeleteServiceCommand.js +5 -0
  114. package/dist-es/commands/DeleteServiceSyncConfigCommand.js +5 -0
  115. package/dist-es/commands/DeleteServiceTemplateCommand.js +5 -0
  116. package/dist-es/commands/DeleteServiceTemplateVersionCommand.js +5 -0
  117. package/dist-es/commands/DeleteTemplateSyncConfigCommand.js +5 -0
  118. package/dist-es/commands/GetAccountSettingsCommand.js +5 -0
  119. package/dist-es/commands/GetComponentCommand.js +5 -0
  120. package/dist-es/commands/GetDeploymentCommand.js +5 -0
  121. package/dist-es/commands/GetEnvironmentAccountConnectionCommand.js +5 -0
  122. package/dist-es/commands/GetEnvironmentCommand.js +5 -0
  123. package/dist-es/commands/GetEnvironmentTemplateCommand.js +5 -0
  124. package/dist-es/commands/GetEnvironmentTemplateVersionCommand.js +5 -0
  125. package/dist-es/commands/GetRepositoryCommand.js +5 -0
  126. package/dist-es/commands/GetRepositorySyncStatusCommand.js +5 -0
  127. package/dist-es/commands/GetResourcesSummaryCommand.js +5 -0
  128. package/dist-es/commands/GetServiceCommand.js +5 -0
  129. package/dist-es/commands/GetServiceInstanceCommand.js +5 -0
  130. package/dist-es/commands/GetServiceInstanceSyncStatusCommand.js +5 -0
  131. package/dist-es/commands/GetServiceSyncBlockerSummaryCommand.js +5 -0
  132. package/dist-es/commands/GetServiceSyncConfigCommand.js +5 -0
  133. package/dist-es/commands/GetServiceTemplateCommand.js +5 -0
  134. package/dist-es/commands/GetServiceTemplateVersionCommand.js +5 -0
  135. package/dist-es/commands/GetTemplateSyncConfigCommand.js +5 -0
  136. package/dist-es/commands/GetTemplateSyncStatusCommand.js +5 -0
  137. package/dist-es/commands/ListComponentOutputsCommand.js +5 -0
  138. package/dist-es/commands/ListComponentProvisionedResourcesCommand.js +5 -0
  139. package/dist-es/commands/ListComponentsCommand.js +5 -0
  140. package/dist-es/commands/ListDeploymentsCommand.js +5 -0
  141. package/dist-es/commands/ListEnvironmentAccountConnectionsCommand.js +5 -0
  142. package/dist-es/commands/ListEnvironmentOutputsCommand.js +5 -0
  143. package/dist-es/commands/ListEnvironmentProvisionedResourcesCommand.js +5 -0
  144. package/dist-es/commands/ListEnvironmentTemplateVersionsCommand.js +5 -0
  145. package/dist-es/commands/ListEnvironmentTemplatesCommand.js +5 -0
  146. package/dist-es/commands/ListEnvironmentsCommand.js +5 -0
  147. package/dist-es/commands/ListRepositoriesCommand.js +5 -0
  148. package/dist-es/commands/ListRepositorySyncDefinitionsCommand.js +5 -0
  149. package/dist-es/commands/ListServiceInstanceOutputsCommand.js +5 -0
  150. package/dist-es/commands/ListServiceInstanceProvisionedResourcesCommand.js +5 -0
  151. package/dist-es/commands/ListServiceInstancesCommand.js +5 -0
  152. package/dist-es/commands/ListServicePipelineOutputsCommand.js +5 -0
  153. package/dist-es/commands/ListServicePipelineProvisionedResourcesCommand.js +5 -0
  154. package/dist-es/commands/ListServiceTemplateVersionsCommand.js +5 -0
  155. package/dist-es/commands/ListServiceTemplatesCommand.js +5 -0
  156. package/dist-es/commands/ListServicesCommand.js +5 -0
  157. package/dist-es/commands/ListTagsForResourceCommand.js +5 -0
  158. package/dist-es/commands/NotifyResourceDeploymentStatusChangeCommand.js +5 -0
  159. package/dist-es/commands/RejectEnvironmentAccountConnectionCommand.js +5 -0
  160. package/dist-es/commands/TagResourceCommand.js +5 -0
  161. package/dist-es/commands/UntagResourceCommand.js +5 -0
  162. package/dist-es/commands/UpdateAccountSettingsCommand.js +5 -0
  163. package/dist-es/commands/UpdateComponentCommand.js +5 -0
  164. package/dist-es/commands/UpdateEnvironmentAccountConnectionCommand.js +5 -0
  165. package/dist-es/commands/UpdateEnvironmentCommand.js +5 -0
  166. package/dist-es/commands/UpdateEnvironmentTemplateCommand.js +5 -0
  167. package/dist-es/commands/UpdateEnvironmentTemplateVersionCommand.js +5 -0
  168. package/dist-es/commands/UpdateServiceCommand.js +5 -0
  169. package/dist-es/commands/UpdateServiceInstanceCommand.js +5 -0
  170. package/dist-es/commands/UpdateServicePipelineCommand.js +5 -0
  171. package/dist-es/commands/UpdateServiceSyncBlockerCommand.js +5 -0
  172. package/dist-es/commands/UpdateServiceSyncConfigCommand.js +5 -0
  173. package/dist-es/commands/UpdateServiceTemplateCommand.js +5 -0
  174. package/dist-es/commands/UpdateServiceTemplateVersionCommand.js +5 -0
  175. package/dist-es/commands/UpdateTemplateSyncConfigCommand.js +5 -0
  176. package/dist-es/runtimeExtensions.js +3 -0
  177. package/dist-types/extensionConfiguration.d.ts +2 -1
  178. package/dist-types/ts3.4/extensionConfiguration.d.ts +3 -1
  179. package/package.json +32 -31
@@ -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 models_0_1 = require("../models/models_0");
9
10
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
11
  class ListServiceInstancesCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class ListServiceInstancesCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: (_) => _,
35
36
  outputFilterSensitiveLog: models_0_1.ListServiceInstancesOutputFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "AwsProton20200720",
39
+ operation: "ListServiceInstances",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  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 models_0_1 = require("../models/models_0");
9
10
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
11
  class ListServicePipelineOutputsCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class ListServicePipelineOutputsCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: (_) => _,
35
36
  outputFilterSensitiveLog: models_0_1.ListServicePipelineOutputsOutputFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "AwsProton20200720",
39
+ operation: "ListServicePipelineOutputs",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  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_0_1 = require("../protocols/Aws_json1_0");
9
10
  class ListServicePipelineProvisionedResourcesCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class ListServicePipelineProvisionedResourcesCommand extends smithy_client_1.Com
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AwsProton20200720",
38
+ operation: "ListServicePipelineProvisionedResources",
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 models_0_1 = require("../models/models_0");
9
10
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
11
  class ListServiceTemplateVersionsCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class ListServiceTemplateVersionsCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: (_) => _,
35
36
  outputFilterSensitiveLog: models_0_1.ListServiceTemplateVersionsOutputFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "AwsProton20200720",
39
+ operation: "ListServiceTemplateVersions",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  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 models_0_1 = require("../models/models_0");
9
10
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
11
  class ListServiceTemplatesCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class ListServiceTemplatesCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: (_) => _,
35
36
  outputFilterSensitiveLog: models_0_1.ListServiceTemplatesOutputFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "AwsProton20200720",
39
+ operation: "ListServiceTemplates",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  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 models_0_1 = require("../models/models_0");
9
10
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
11
  class ListServicesCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class ListServicesCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: (_) => _,
35
36
  outputFilterSensitiveLog: models_0_1.ListServicesOutputFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "AwsProton20200720",
39
+ operation: "ListServices",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  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_0_1 = require("../protocols/Aws_json1_0");
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: "AwsProton20200720",
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 models_0_1 = require("../models/models_0");
9
10
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
11
  class NotifyResourceDeploymentStatusChangeCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class NotifyResourceDeploymentStatusChangeCommand extends smithy_client_1.Comman
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.NotifyResourceDeploymentStatusChangeInputFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: (_) => _,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "AwsProton20200720",
39
+ operation: "NotifyResourceDeploymentStatusChange",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  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_0_1 = require("../protocols/Aws_json1_0");
9
10
  class RejectEnvironmentAccountConnectionCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class RejectEnvironmentAccountConnectionCommand extends smithy_client_1.Command
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AwsProton20200720",
38
+ operation: "RejectEnvironmentAccountConnection",
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_0_1 = require("../protocols/Aws_json1_0");
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: "AwsProton20200720",
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_0_1 = require("../protocols/Aws_json1_0");
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: "AwsProton20200720",
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_0_1 = require("../protocols/Aws_json1_0");
9
10
  class UpdateAccountSettingsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class UpdateAccountSettingsCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AwsProton20200720",
38
+ operation: "UpdateAccountSettings",
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 models_0_1 = require("../models/models_0");
9
10
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
11
  class UpdateComponentCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class UpdateComponentCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.UpdateComponentInputFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: models_0_1.UpdateComponentOutputFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "AwsProton20200720",
39
+ operation: "UpdateComponent",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  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_0_1 = require("../protocols/Aws_json1_0");
9
10
  class UpdateEnvironmentAccountConnectionCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class UpdateEnvironmentAccountConnectionCommand extends smithy_client_1.Command
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AwsProton20200720",
38
+ operation: "UpdateEnvironmentAccountConnection",
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 models_0_1 = require("../models/models_0");
9
10
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
11
  class UpdateEnvironmentCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class UpdateEnvironmentCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.UpdateEnvironmentInputFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: models_0_1.UpdateEnvironmentOutputFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "AwsProton20200720",
39
+ operation: "UpdateEnvironment",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  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 models_0_1 = require("../models/models_0");
9
10
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
11
  class UpdateEnvironmentTemplateCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class UpdateEnvironmentTemplateCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.UpdateEnvironmentTemplateInputFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: models_0_1.UpdateEnvironmentTemplateOutputFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "AwsProton20200720",
39
+ operation: "UpdateEnvironmentTemplate",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  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 models_0_1 = require("../models/models_0");
9
10
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
11
  class UpdateEnvironmentTemplateVersionCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class UpdateEnvironmentTemplateVersionCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.UpdateEnvironmentTemplateVersionInputFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: models_0_1.UpdateEnvironmentTemplateVersionOutputFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "AwsProton20200720",
39
+ operation: "UpdateEnvironmentTemplateVersion",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  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 models_0_1 = require("../models/models_0");
9
10
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
11
  class UpdateServiceCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class UpdateServiceCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.UpdateServiceInputFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: models_0_1.UpdateServiceOutputFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "AwsProton20200720",
39
+ operation: "UpdateService",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  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 models_0_1 = require("../models/models_0");
9
10
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
11
  class UpdateServiceInstanceCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class UpdateServiceInstanceCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.UpdateServiceInstanceInputFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: models_0_1.UpdateServiceInstanceOutputFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "AwsProton20200720",
39
+ operation: "UpdateServiceInstance",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  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 models_0_1 = require("../models/models_0");
9
10
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
11
  class UpdateServicePipelineCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class UpdateServicePipelineCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.UpdateServicePipelineInputFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: models_0_1.UpdateServicePipelineOutputFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "AwsProton20200720",
39
+ operation: "UpdateServicePipeline",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  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_0_1 = require("../protocols/Aws_json1_0");
9
10
  class UpdateServiceSyncBlockerCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class UpdateServiceSyncBlockerCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AwsProton20200720",
38
+ operation: "UpdateServiceSyncBlocker",
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_0_1 = require("../protocols/Aws_json1_0");
9
10
  class UpdateServiceSyncConfigCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class UpdateServiceSyncConfigCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AwsProton20200720",
38
+ operation: "UpdateServiceSyncConfig",
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 models_0_1 = require("../models/models_0");
9
10
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
11
  class UpdateServiceTemplateCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class UpdateServiceTemplateCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.UpdateServiceTemplateInputFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: models_0_1.UpdateServiceTemplateOutputFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "AwsProton20200720",
39
+ operation: "UpdateServiceTemplate",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  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 models_0_1 = require("../models/models_0");
9
10
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
11
  class UpdateServiceTemplateVersionCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class UpdateServiceTemplateVersionCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.UpdateServiceTemplateVersionInputFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: models_0_1.UpdateServiceTemplateVersionOutputFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "AwsProton20200720",
39
+ operation: "UpdateServiceTemplateVersion",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  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_0_1 = require("../protocols/Aws_json1_0");
9
10
  class UpdateTemplateSyncConfigCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class UpdateTemplateSyncConfigCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AwsProton20200720",
38
+ operation: "UpdateTemplateSyncConfig",
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_AcceptEnvironmentAccountConnectionCommand, se_AcceptEnvironmentAccountConnectionCommand, } from "../protocols/Aws_json1_0";
5
6
  export { $Command };
6
7
  export class AcceptEnvironmentAccountConnectionCommand extends $Command {
@@ -29,6 +30,10 @@ export class AcceptEnvironmentAccountConnectionCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AwsProton20200720",
35
+ operation: "AcceptEnvironmentAccountConnection",
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 { CancelComponentDeploymentOutputFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_CancelComponentDeploymentCommand, se_CancelComponentDeploymentCommand } from "../protocols/Aws_json1_0";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class CancelComponentDeploymentCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: (_) => _,
32
33
  outputFilterSensitiveLog: CancelComponentDeploymentOutputFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AwsProton20200720",
36
+ operation: "CancelComponentDeployment",
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 { CancelEnvironmentDeploymentOutputFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_CancelEnvironmentDeploymentCommand, se_CancelEnvironmentDeploymentCommand } from "../protocols/Aws_json1_0";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class CancelEnvironmentDeploymentCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: (_) => _,
32
33
  outputFilterSensitiveLog: CancelEnvironmentDeploymentOutputFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AwsProton20200720",
36
+ operation: "CancelEnvironmentDeployment",
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 { CancelServiceInstanceDeploymentOutputFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_CancelServiceInstanceDeploymentCommand, se_CancelServiceInstanceDeploymentCommand, } from "../protocols/Aws_json1_0";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class CancelServiceInstanceDeploymentCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: (_) => _,
32
33
  outputFilterSensitiveLog: CancelServiceInstanceDeploymentOutputFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AwsProton20200720",
36
+ operation: "CancelServiceInstanceDeployment",
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 { CancelServicePipelineDeploymentOutputFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_CancelServicePipelineDeploymentCommand, se_CancelServicePipelineDeploymentCommand, } from "../protocols/Aws_json1_0";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class CancelServicePipelineDeploymentCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: (_) => _,
32
33
  outputFilterSensitiveLog: CancelServicePipelineDeploymentOutputFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AwsProton20200720",
36
+ operation: "CancelServicePipelineDeployment",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);