@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
@@ -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 { CreateComponentInputFilterSensitiveLog, CreateComponentOutputFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_CreateComponentCommand, se_CreateComponentCommand } from "../protocols/Aws_json1_0";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class CreateComponentCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: CreateComponentInputFilterSensitiveLog,
32
33
  outputFilterSensitiveLog: CreateComponentOutputFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AwsProton20200720",
36
+ operation: "CreateComponent",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_CreateEnvironmentAccountConnectionCommand, se_CreateEnvironmentAccountConnectionCommand, } from "../protocols/Aws_json1_0";
5
6
  export { $Command };
6
7
  export class CreateEnvironmentAccountConnectionCommand extends $Command {
@@ -29,6 +30,10 @@ export class CreateEnvironmentAccountConnectionCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AwsProton20200720",
35
+ operation: "CreateEnvironmentAccountConnection",
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 { CreateEnvironmentInputFilterSensitiveLog, CreateEnvironmentOutputFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_CreateEnvironmentCommand, se_CreateEnvironmentCommand } from "../protocols/Aws_json1_0";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class CreateEnvironmentCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: CreateEnvironmentInputFilterSensitiveLog,
32
33
  outputFilterSensitiveLog: CreateEnvironmentOutputFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AwsProton20200720",
36
+ operation: "CreateEnvironment",
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 { CreateEnvironmentTemplateInputFilterSensitiveLog, CreateEnvironmentTemplateOutputFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_CreateEnvironmentTemplateCommand, se_CreateEnvironmentTemplateCommand } from "../protocols/Aws_json1_0";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class CreateEnvironmentTemplateCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: CreateEnvironmentTemplateInputFilterSensitiveLog,
32
33
  outputFilterSensitiveLog: CreateEnvironmentTemplateOutputFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AwsProton20200720",
36
+ operation: "CreateEnvironmentTemplate",
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 { CreateEnvironmentTemplateVersionInputFilterSensitiveLog, CreateEnvironmentTemplateVersionOutputFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_CreateEnvironmentTemplateVersionCommand, se_CreateEnvironmentTemplateVersionCommand, } from "../protocols/Aws_json1_0";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class CreateEnvironmentTemplateVersionCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: CreateEnvironmentTemplateVersionInputFilterSensitiveLog,
32
33
  outputFilterSensitiveLog: CreateEnvironmentTemplateVersionOutputFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AwsProton20200720",
36
+ operation: "CreateEnvironmentTemplateVersion",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_CreateRepositoryCommand, se_CreateRepositoryCommand } from "../protocols/Aws_json1_0";
5
6
  export { $Command };
6
7
  export class CreateRepositoryCommand extends $Command {
@@ -29,6 +30,10 @@ export class CreateRepositoryCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AwsProton20200720",
35
+ operation: "CreateRepository",
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 { CreateServiceInputFilterSensitiveLog, CreateServiceOutputFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_CreateServiceCommand, se_CreateServiceCommand } from "../protocols/Aws_json1_0";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class CreateServiceCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: CreateServiceInputFilterSensitiveLog,
32
33
  outputFilterSensitiveLog: CreateServiceOutputFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AwsProton20200720",
36
+ operation: "CreateService",
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 { CreateServiceInstanceInputFilterSensitiveLog, CreateServiceInstanceOutputFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_CreateServiceInstanceCommand, se_CreateServiceInstanceCommand } from "../protocols/Aws_json1_0";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class CreateServiceInstanceCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: CreateServiceInstanceInputFilterSensitiveLog,
32
33
  outputFilterSensitiveLog: CreateServiceInstanceOutputFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AwsProton20200720",
36
+ operation: "CreateServiceInstance",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_CreateServiceSyncConfigCommand, se_CreateServiceSyncConfigCommand } from "../protocols/Aws_json1_0";
5
6
  export { $Command };
6
7
  export class CreateServiceSyncConfigCommand extends $Command {
@@ -29,6 +30,10 @@ export class CreateServiceSyncConfigCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AwsProton20200720",
35
+ operation: "CreateServiceSyncConfig",
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 { CreateServiceTemplateInputFilterSensitiveLog, CreateServiceTemplateOutputFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_CreateServiceTemplateCommand, se_CreateServiceTemplateCommand } from "../protocols/Aws_json1_0";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class CreateServiceTemplateCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: CreateServiceTemplateInputFilterSensitiveLog,
32
33
  outputFilterSensitiveLog: CreateServiceTemplateOutputFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AwsProton20200720",
36
+ operation: "CreateServiceTemplate",
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 { CreateServiceTemplateVersionInputFilterSensitiveLog, CreateServiceTemplateVersionOutputFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_CreateServiceTemplateVersionCommand, se_CreateServiceTemplateVersionCommand, } from "../protocols/Aws_json1_0";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class CreateServiceTemplateVersionCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: CreateServiceTemplateVersionInputFilterSensitiveLog,
32
33
  outputFilterSensitiveLog: CreateServiceTemplateVersionOutputFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AwsProton20200720",
36
+ operation: "CreateServiceTemplateVersion",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_CreateTemplateSyncConfigCommand, se_CreateTemplateSyncConfigCommand } from "../protocols/Aws_json1_0";
5
6
  export { $Command };
6
7
  export class CreateTemplateSyncConfigCommand extends $Command {
@@ -29,6 +30,10 @@ export class CreateTemplateSyncConfigCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AwsProton20200720",
35
+ operation: "CreateTemplateSyncConfig",
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 { DeleteComponentOutputFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_DeleteComponentCommand, se_DeleteComponentCommand } from "../protocols/Aws_json1_0";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class DeleteComponentCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: (_) => _,
32
33
  outputFilterSensitiveLog: DeleteComponentOutputFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AwsProton20200720",
36
+ operation: "DeleteComponent",
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 { DeleteDeploymentOutputFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_DeleteDeploymentCommand, se_DeleteDeploymentCommand } from "../protocols/Aws_json1_0";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class DeleteDeploymentCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: (_) => _,
32
33
  outputFilterSensitiveLog: DeleteDeploymentOutputFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AwsProton20200720",
36
+ operation: "DeleteDeployment",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DeleteEnvironmentAccountConnectionCommand, se_DeleteEnvironmentAccountConnectionCommand, } from "../protocols/Aws_json1_0";
5
6
  export { $Command };
6
7
  export class DeleteEnvironmentAccountConnectionCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteEnvironmentAccountConnectionCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AwsProton20200720",
35
+ operation: "DeleteEnvironmentAccountConnection",
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 { DeleteEnvironmentOutputFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_DeleteEnvironmentCommand, se_DeleteEnvironmentCommand } from "../protocols/Aws_json1_0";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class DeleteEnvironmentCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: (_) => _,
32
33
  outputFilterSensitiveLog: DeleteEnvironmentOutputFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AwsProton20200720",
36
+ operation: "DeleteEnvironment",
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 { DeleteEnvironmentTemplateOutputFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_DeleteEnvironmentTemplateCommand, se_DeleteEnvironmentTemplateCommand } from "../protocols/Aws_json1_0";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class DeleteEnvironmentTemplateCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: (_) => _,
32
33
  outputFilterSensitiveLog: DeleteEnvironmentTemplateOutputFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AwsProton20200720",
36
+ operation: "DeleteEnvironmentTemplate",
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 { DeleteEnvironmentTemplateVersionOutputFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_DeleteEnvironmentTemplateVersionCommand, se_DeleteEnvironmentTemplateVersionCommand, } from "../protocols/Aws_json1_0";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class DeleteEnvironmentTemplateVersionCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: (_) => _,
32
33
  outputFilterSensitiveLog: DeleteEnvironmentTemplateVersionOutputFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AwsProton20200720",
36
+ operation: "DeleteEnvironmentTemplateVersion",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DeleteRepositoryCommand, se_DeleteRepositoryCommand } from "../protocols/Aws_json1_0";
5
6
  export { $Command };
6
7
  export class DeleteRepositoryCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteRepositoryCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AwsProton20200720",
35
+ operation: "DeleteRepository",
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 { DeleteServiceOutputFilterSensitiveLog } from "../models/models_0";
5
6
  import { de_DeleteServiceCommand, se_DeleteServiceCommand } from "../protocols/Aws_json1_0";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class DeleteServiceCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: (_) => _,
32
33
  outputFilterSensitiveLog: DeleteServiceOutputFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AwsProton20200720",
36
+ operation: "DeleteService",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DeleteServiceSyncConfigCommand, se_DeleteServiceSyncConfigCommand } from "../protocols/Aws_json1_0";
5
6
  export { $Command };
6
7
  export class DeleteServiceSyncConfigCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteServiceSyncConfigCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AwsProton20200720",
35
+ operation: "DeleteServiceSyncConfig",
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 { DeleteServiceTemplateOutputFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_DeleteServiceTemplateCommand, se_DeleteServiceTemplateCommand } from "../protocols/Aws_json1_0";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class DeleteServiceTemplateCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: (_) => _,
32
33
  outputFilterSensitiveLog: DeleteServiceTemplateOutputFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AwsProton20200720",
36
+ operation: "DeleteServiceTemplate",
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 { DeleteServiceTemplateVersionOutputFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_DeleteServiceTemplateVersionCommand, se_DeleteServiceTemplateVersionCommand, } from "../protocols/Aws_json1_0";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class DeleteServiceTemplateVersionCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: (_) => _,
32
33
  outputFilterSensitiveLog: DeleteServiceTemplateVersionOutputFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AwsProton20200720",
36
+ operation: "DeleteServiceTemplateVersion",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DeleteTemplateSyncConfigCommand, se_DeleteTemplateSyncConfigCommand } from "../protocols/Aws_json1_0";
5
6
  export { $Command };
6
7
  export class DeleteTemplateSyncConfigCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteTemplateSyncConfigCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AwsProton20200720",
35
+ operation: "DeleteTemplateSyncConfig",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_GetAccountSettingsCommand, se_GetAccountSettingsCommand } from "../protocols/Aws_json1_0";
5
6
  export { $Command };
6
7
  export class GetAccountSettingsCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetAccountSettingsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AwsProton20200720",
35
+ operation: "GetAccountSettings",
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 { GetComponentOutputFilterSensitiveLog } from "../models/models_0";
5
6
  import { de_GetComponentCommand, se_GetComponentCommand } from "../protocols/Aws_json1_0";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class GetComponentCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: (_) => _,
32
33
  outputFilterSensitiveLog: GetComponentOutputFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AwsProton20200720",
36
+ operation: "GetComponent",
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 { GetDeploymentOutputFilterSensitiveLog } from "../models/models_0";
5
6
  import { de_GetDeploymentCommand, se_GetDeploymentCommand } from "../protocols/Aws_json1_0";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class GetDeploymentCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: (_) => _,
32
33
  outputFilterSensitiveLog: GetDeploymentOutputFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AwsProton20200720",
36
+ operation: "GetDeployment",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_GetEnvironmentAccountConnectionCommand, se_GetEnvironmentAccountConnectionCommand, } from "../protocols/Aws_json1_0";
5
6
  export { $Command };
6
7
  export class GetEnvironmentAccountConnectionCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetEnvironmentAccountConnectionCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AwsProton20200720",
35
+ operation: "GetEnvironmentAccountConnection",
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 { GetEnvironmentOutputFilterSensitiveLog } from "../models/models_0";
5
6
  import { de_GetEnvironmentCommand, se_GetEnvironmentCommand } from "../protocols/Aws_json1_0";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class GetEnvironmentCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: (_) => _,
32
33
  outputFilterSensitiveLog: GetEnvironmentOutputFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AwsProton20200720",
36
+ operation: "GetEnvironment",
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 { GetEnvironmentTemplateOutputFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_GetEnvironmentTemplateCommand, se_GetEnvironmentTemplateCommand } from "../protocols/Aws_json1_0";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class GetEnvironmentTemplateCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: (_) => _,
32
33
  outputFilterSensitiveLog: GetEnvironmentTemplateOutputFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AwsProton20200720",
36
+ operation: "GetEnvironmentTemplate",
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 { GetEnvironmentTemplateVersionOutputFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_GetEnvironmentTemplateVersionCommand, se_GetEnvironmentTemplateVersionCommand, } from "../protocols/Aws_json1_0";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class GetEnvironmentTemplateVersionCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: (_) => _,
32
33
  outputFilterSensitiveLog: GetEnvironmentTemplateVersionOutputFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AwsProton20200720",
36
+ operation: "GetEnvironmentTemplateVersion",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_GetRepositoryCommand, se_GetRepositoryCommand } from "../protocols/Aws_json1_0";
5
6
  export { $Command };
6
7
  export class GetRepositoryCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetRepositoryCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AwsProton20200720",
35
+ operation: "GetRepository",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);