@aws-sdk/client-proton 3.414.0 → 3.421.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 (176) hide show
  1. package/README.md +7 -7
  2. package/dist-cjs/commands/AcceptEnvironmentAccountConnectionCommand.js +5 -0
  3. package/dist-cjs/commands/CancelComponentDeploymentCommand.js +5 -0
  4. package/dist-cjs/commands/CancelEnvironmentDeploymentCommand.js +5 -0
  5. package/dist-cjs/commands/CancelServiceInstanceDeploymentCommand.js +5 -0
  6. package/dist-cjs/commands/CancelServicePipelineDeploymentCommand.js +5 -0
  7. package/dist-cjs/commands/CreateComponentCommand.js +5 -0
  8. package/dist-cjs/commands/CreateEnvironmentAccountConnectionCommand.js +5 -0
  9. package/dist-cjs/commands/CreateEnvironmentCommand.js +5 -0
  10. package/dist-cjs/commands/CreateEnvironmentTemplateCommand.js +5 -0
  11. package/dist-cjs/commands/CreateEnvironmentTemplateVersionCommand.js +5 -0
  12. package/dist-cjs/commands/CreateRepositoryCommand.js +5 -0
  13. package/dist-cjs/commands/CreateServiceCommand.js +5 -0
  14. package/dist-cjs/commands/CreateServiceInstanceCommand.js +5 -0
  15. package/dist-cjs/commands/CreateServiceSyncConfigCommand.js +5 -0
  16. package/dist-cjs/commands/CreateServiceTemplateCommand.js +5 -0
  17. package/dist-cjs/commands/CreateServiceTemplateVersionCommand.js +5 -0
  18. package/dist-cjs/commands/CreateTemplateSyncConfigCommand.js +5 -0
  19. package/dist-cjs/commands/DeleteComponentCommand.js +5 -0
  20. package/dist-cjs/commands/DeleteDeploymentCommand.js +5 -0
  21. package/dist-cjs/commands/DeleteEnvironmentAccountConnectionCommand.js +5 -0
  22. package/dist-cjs/commands/DeleteEnvironmentCommand.js +5 -0
  23. package/dist-cjs/commands/DeleteEnvironmentTemplateCommand.js +5 -0
  24. package/dist-cjs/commands/DeleteEnvironmentTemplateVersionCommand.js +5 -0
  25. package/dist-cjs/commands/DeleteRepositoryCommand.js +5 -0
  26. package/dist-cjs/commands/DeleteServiceCommand.js +5 -0
  27. package/dist-cjs/commands/DeleteServiceSyncConfigCommand.js +5 -0
  28. package/dist-cjs/commands/DeleteServiceTemplateCommand.js +5 -0
  29. package/dist-cjs/commands/DeleteServiceTemplateVersionCommand.js +5 -0
  30. package/dist-cjs/commands/DeleteTemplateSyncConfigCommand.js +5 -0
  31. package/dist-cjs/commands/GetAccountSettingsCommand.js +5 -0
  32. package/dist-cjs/commands/GetComponentCommand.js +5 -0
  33. package/dist-cjs/commands/GetDeploymentCommand.js +5 -0
  34. package/dist-cjs/commands/GetEnvironmentAccountConnectionCommand.js +5 -0
  35. package/dist-cjs/commands/GetEnvironmentCommand.js +5 -0
  36. package/dist-cjs/commands/GetEnvironmentTemplateCommand.js +5 -0
  37. package/dist-cjs/commands/GetEnvironmentTemplateVersionCommand.js +5 -0
  38. package/dist-cjs/commands/GetRepositoryCommand.js +5 -0
  39. package/dist-cjs/commands/GetRepositorySyncStatusCommand.js +5 -0
  40. package/dist-cjs/commands/GetResourcesSummaryCommand.js +5 -0
  41. package/dist-cjs/commands/GetServiceCommand.js +5 -0
  42. package/dist-cjs/commands/GetServiceInstanceCommand.js +5 -0
  43. package/dist-cjs/commands/GetServiceInstanceSyncStatusCommand.js +5 -0
  44. package/dist-cjs/commands/GetServiceSyncBlockerSummaryCommand.js +5 -0
  45. package/dist-cjs/commands/GetServiceSyncConfigCommand.js +5 -0
  46. package/dist-cjs/commands/GetServiceTemplateCommand.js +5 -0
  47. package/dist-cjs/commands/GetServiceTemplateVersionCommand.js +5 -0
  48. package/dist-cjs/commands/GetTemplateSyncConfigCommand.js +5 -0
  49. package/dist-cjs/commands/GetTemplateSyncStatusCommand.js +5 -0
  50. package/dist-cjs/commands/ListComponentOutputsCommand.js +5 -0
  51. package/dist-cjs/commands/ListComponentProvisionedResourcesCommand.js +5 -0
  52. package/dist-cjs/commands/ListComponentsCommand.js +5 -0
  53. package/dist-cjs/commands/ListDeploymentsCommand.js +5 -0
  54. package/dist-cjs/commands/ListEnvironmentAccountConnectionsCommand.js +5 -0
  55. package/dist-cjs/commands/ListEnvironmentOutputsCommand.js +5 -0
  56. package/dist-cjs/commands/ListEnvironmentProvisionedResourcesCommand.js +5 -0
  57. package/dist-cjs/commands/ListEnvironmentTemplateVersionsCommand.js +5 -0
  58. package/dist-cjs/commands/ListEnvironmentTemplatesCommand.js +5 -0
  59. package/dist-cjs/commands/ListEnvironmentsCommand.js +5 -0
  60. package/dist-cjs/commands/ListRepositoriesCommand.js +5 -0
  61. package/dist-cjs/commands/ListRepositorySyncDefinitionsCommand.js +5 -0
  62. package/dist-cjs/commands/ListServiceInstanceOutputsCommand.js +5 -0
  63. package/dist-cjs/commands/ListServiceInstanceProvisionedResourcesCommand.js +5 -0
  64. package/dist-cjs/commands/ListServiceInstancesCommand.js +5 -0
  65. package/dist-cjs/commands/ListServicePipelineOutputsCommand.js +5 -0
  66. package/dist-cjs/commands/ListServicePipelineProvisionedResourcesCommand.js +5 -0
  67. package/dist-cjs/commands/ListServiceTemplateVersionsCommand.js +5 -0
  68. package/dist-cjs/commands/ListServiceTemplatesCommand.js +5 -0
  69. package/dist-cjs/commands/ListServicesCommand.js +5 -0
  70. package/dist-cjs/commands/ListTagsForResourceCommand.js +5 -0
  71. package/dist-cjs/commands/NotifyResourceDeploymentStatusChangeCommand.js +5 -0
  72. package/dist-cjs/commands/RejectEnvironmentAccountConnectionCommand.js +5 -0
  73. package/dist-cjs/commands/TagResourceCommand.js +5 -0
  74. package/dist-cjs/commands/UntagResourceCommand.js +5 -0
  75. package/dist-cjs/commands/UpdateAccountSettingsCommand.js +5 -0
  76. package/dist-cjs/commands/UpdateComponentCommand.js +5 -0
  77. package/dist-cjs/commands/UpdateEnvironmentAccountConnectionCommand.js +5 -0
  78. package/dist-cjs/commands/UpdateEnvironmentCommand.js +5 -0
  79. package/dist-cjs/commands/UpdateEnvironmentTemplateCommand.js +5 -0
  80. package/dist-cjs/commands/UpdateEnvironmentTemplateVersionCommand.js +5 -0
  81. package/dist-cjs/commands/UpdateServiceCommand.js +5 -0
  82. package/dist-cjs/commands/UpdateServiceInstanceCommand.js +5 -0
  83. package/dist-cjs/commands/UpdateServicePipelineCommand.js +5 -0
  84. package/dist-cjs/commands/UpdateServiceSyncBlockerCommand.js +5 -0
  85. package/dist-cjs/commands/UpdateServiceSyncConfigCommand.js +5 -0
  86. package/dist-cjs/commands/UpdateServiceTemplateCommand.js +5 -0
  87. package/dist-cjs/commands/UpdateServiceTemplateVersionCommand.js +5 -0
  88. package/dist-cjs/commands/UpdateTemplateSyncConfigCommand.js +5 -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/package.json +32 -32
package/README.md CHANGED
@@ -151,16 +151,16 @@ using your favorite package manager:
151
151
 
152
152
  The AWS SDK is modulized by clients and commands.
153
153
  To send a request, you only need to import the `ProtonClient` and
154
- the commands you need, for example `AcceptEnvironmentAccountConnectionCommand`:
154
+ the commands you need, for example `ListComponentsCommand`:
155
155
 
156
156
  ```js
157
157
  // ES5 example
158
- const { ProtonClient, AcceptEnvironmentAccountConnectionCommand } = require("@aws-sdk/client-proton");
158
+ const { ProtonClient, ListComponentsCommand } = require("@aws-sdk/client-proton");
159
159
  ```
160
160
 
161
161
  ```ts
162
162
  // ES6+ example
163
- import { ProtonClient, AcceptEnvironmentAccountConnectionCommand } from "@aws-sdk/client-proton";
163
+ import { ProtonClient, ListComponentsCommand } from "@aws-sdk/client-proton";
164
164
  ```
165
165
 
166
166
  ### Usage
@@ -179,7 +179,7 @@ const client = new ProtonClient({ region: "REGION" });
179
179
  const params = {
180
180
  /** input parameters */
181
181
  };
182
- const command = new AcceptEnvironmentAccountConnectionCommand(params);
182
+ const command = new ListComponentsCommand(params);
183
183
  ```
184
184
 
185
185
  #### Async/await
@@ -258,7 +258,7 @@ const client = new AWS.Proton({ region: "REGION" });
258
258
 
259
259
  // async/await.
260
260
  try {
261
- const data = await client.acceptEnvironmentAccountConnection(params);
261
+ const data = await client.listComponents(params);
262
262
  // process data.
263
263
  } catch (error) {
264
264
  // error handling.
@@ -266,7 +266,7 @@ try {
266
266
 
267
267
  // Promises.
268
268
  client
269
- .acceptEnvironmentAccountConnection(params)
269
+ .listComponents(params)
270
270
  .then((data) => {
271
271
  // process data.
272
272
  })
@@ -275,7 +275,7 @@ client
275
275
  });
276
276
 
277
277
  // callbacks.
278
- client.acceptEnvironmentAccountConnection(params, (err, data) => {
278
+ client.listComponents(params, (err, data) => {
279
279
  // process err and data.
280
280
  });
281
281
  ```
@@ -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 AcceptEnvironmentAccountConnectionCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class AcceptEnvironmentAccountConnectionCommand 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: "AcceptEnvironmentAccountConnection",
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 CancelComponentDeploymentCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class CancelComponentDeploymentCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: (_) => _,
35
36
  outputFilterSensitiveLog: models_0_1.CancelComponentDeploymentOutputFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "AwsProton20200720",
39
+ operation: "CancelComponentDeployment",
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 CancelEnvironmentDeploymentCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class CancelEnvironmentDeploymentCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: (_) => _,
35
36
  outputFilterSensitiveLog: models_0_1.CancelEnvironmentDeploymentOutputFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "AwsProton20200720",
39
+ operation: "CancelEnvironmentDeployment",
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 CancelServiceInstanceDeploymentCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class CancelServiceInstanceDeploymentCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: (_) => _,
35
36
  outputFilterSensitiveLog: models_0_1.CancelServiceInstanceDeploymentOutputFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "AwsProton20200720",
39
+ operation: "CancelServiceInstanceDeployment",
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 CancelServicePipelineDeploymentCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class CancelServicePipelineDeploymentCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: (_) => _,
35
36
  outputFilterSensitiveLog: models_0_1.CancelServicePipelineDeploymentOutputFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "AwsProton20200720",
39
+ operation: "CancelServicePipelineDeployment",
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 CreateComponentCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class CreateComponentCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.CreateComponentInputFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: models_0_1.CreateComponentOutputFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "AwsProton20200720",
39
+ operation: "CreateComponent",
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 CreateEnvironmentAccountConnectionCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateEnvironmentAccountConnectionCommand 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: "CreateEnvironmentAccountConnection",
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 CreateEnvironmentCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class CreateEnvironmentCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.CreateEnvironmentInputFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: models_0_1.CreateEnvironmentOutputFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "AwsProton20200720",
39
+ operation: "CreateEnvironment",
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 CreateEnvironmentTemplateCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class CreateEnvironmentTemplateCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.CreateEnvironmentTemplateInputFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: models_0_1.CreateEnvironmentTemplateOutputFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "AwsProton20200720",
39
+ operation: "CreateEnvironmentTemplate",
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 CreateEnvironmentTemplateVersionCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class CreateEnvironmentTemplateVersionCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.CreateEnvironmentTemplateVersionInputFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: models_0_1.CreateEnvironmentTemplateVersionOutputFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "AwsProton20200720",
39
+ operation: "CreateEnvironmentTemplateVersion",
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 CreateRepositoryCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateRepositoryCommand 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: "CreateRepository",
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 CreateServiceCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class CreateServiceCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.CreateServiceInputFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: models_0_1.CreateServiceOutputFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "AwsProton20200720",
39
+ operation: "CreateService",
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 CreateServiceInstanceCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class CreateServiceInstanceCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.CreateServiceInstanceInputFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: models_0_1.CreateServiceInstanceOutputFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "AwsProton20200720",
39
+ operation: "CreateServiceInstance",
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 CreateServiceSyncConfigCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateServiceSyncConfigCommand 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: "CreateServiceSyncConfig",
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 CreateServiceTemplateCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class CreateServiceTemplateCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.CreateServiceTemplateInputFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: models_0_1.CreateServiceTemplateOutputFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "AwsProton20200720",
39
+ operation: "CreateServiceTemplate",
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 CreateServiceTemplateVersionCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class CreateServiceTemplateVersionCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.CreateServiceTemplateVersionInputFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: models_0_1.CreateServiceTemplateVersionOutputFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "AwsProton20200720",
39
+ operation: "CreateServiceTemplateVersion",
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 CreateTemplateSyncConfigCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateTemplateSyncConfigCommand 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: "CreateTemplateSyncConfig",
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 DeleteComponentCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class DeleteComponentCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: (_) => _,
35
36
  outputFilterSensitiveLog: models_0_1.DeleteComponentOutputFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "AwsProton20200720",
39
+ operation: "DeleteComponent",
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 DeleteDeploymentCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class DeleteDeploymentCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: (_) => _,
35
36
  outputFilterSensitiveLog: models_0_1.DeleteDeploymentOutputFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "AwsProton20200720",
39
+ operation: "DeleteDeployment",
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 DeleteEnvironmentAccountConnectionCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteEnvironmentAccountConnectionCommand 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: "DeleteEnvironmentAccountConnection",
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 DeleteEnvironmentCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class DeleteEnvironmentCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: (_) => _,
35
36
  outputFilterSensitiveLog: models_0_1.DeleteEnvironmentOutputFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "AwsProton20200720",
39
+ operation: "DeleteEnvironment",
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 DeleteEnvironmentTemplateCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class DeleteEnvironmentTemplateCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: (_) => _,
35
36
  outputFilterSensitiveLog: models_0_1.DeleteEnvironmentTemplateOutputFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "AwsProton20200720",
39
+ operation: "DeleteEnvironmentTemplate",
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 DeleteEnvironmentTemplateVersionCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class DeleteEnvironmentTemplateVersionCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: (_) => _,
35
36
  outputFilterSensitiveLog: models_0_1.DeleteEnvironmentTemplateVersionOutputFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "AwsProton20200720",
39
+ operation: "DeleteEnvironmentTemplateVersion",
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 DeleteRepositoryCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteRepositoryCommand 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: "DeleteRepository",
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 DeleteServiceCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class DeleteServiceCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: (_) => _,
35
36
  outputFilterSensitiveLog: models_0_1.DeleteServiceOutputFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "AwsProton20200720",
39
+ operation: "DeleteService",
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 DeleteServiceSyncConfigCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteServiceSyncConfigCommand 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: "DeleteServiceSyncConfig",
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 DeleteServiceTemplateCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class DeleteServiceTemplateCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: (_) => _,
35
36
  outputFilterSensitiveLog: models_0_1.DeleteServiceTemplateOutputFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "AwsProton20200720",
39
+ operation: "DeleteServiceTemplate",
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 DeleteServiceTemplateVersionCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class DeleteServiceTemplateVersionCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: (_) => _,
35
36
  outputFilterSensitiveLog: models_0_1.DeleteServiceTemplateVersionOutputFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "AwsProton20200720",
39
+ operation: "DeleteServiceTemplateVersion",
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 DeleteTemplateSyncConfigCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteTemplateSyncConfigCommand 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: "DeleteTemplateSyncConfig",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);