@aws-sdk/client-proton 3.306.0 → 3.309.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 (230) hide show
  1. package/README.md +64 -0
  2. package/dist-cjs/Proton.js +120 -0
  3. package/dist-cjs/commands/AcceptEnvironmentAccountConnectionCommand.js +2 -2
  4. package/dist-cjs/commands/CancelComponentDeploymentCommand.js +2 -2
  5. package/dist-cjs/commands/CancelEnvironmentDeploymentCommand.js +2 -2
  6. package/dist-cjs/commands/CancelServiceInstanceDeploymentCommand.js +2 -2
  7. package/dist-cjs/commands/CancelServicePipelineDeploymentCommand.js +2 -2
  8. package/dist-cjs/commands/CreateComponentCommand.js +2 -2
  9. package/dist-cjs/commands/CreateEnvironmentAccountConnectionCommand.js +2 -2
  10. package/dist-cjs/commands/CreateEnvironmentCommand.js +2 -2
  11. package/dist-cjs/commands/CreateEnvironmentTemplateCommand.js +2 -2
  12. package/dist-cjs/commands/CreateEnvironmentTemplateVersionCommand.js +2 -2
  13. package/dist-cjs/commands/CreateRepositoryCommand.js +2 -2
  14. package/dist-cjs/commands/CreateServiceCommand.js +2 -2
  15. package/dist-cjs/commands/CreateServiceInstanceCommand.js +46 -0
  16. package/dist-cjs/commands/CreateServiceSyncConfigCommand.js +45 -0
  17. package/dist-cjs/commands/CreateServiceTemplateCommand.js +2 -2
  18. package/dist-cjs/commands/CreateServiceTemplateVersionCommand.js +2 -2
  19. package/dist-cjs/commands/CreateTemplateSyncConfigCommand.js +2 -2
  20. package/dist-cjs/commands/DeleteComponentCommand.js +2 -2
  21. package/dist-cjs/commands/DeleteEnvironmentAccountConnectionCommand.js +2 -2
  22. package/dist-cjs/commands/DeleteEnvironmentCommand.js +2 -2
  23. package/dist-cjs/commands/DeleteEnvironmentTemplateCommand.js +2 -2
  24. package/dist-cjs/commands/DeleteEnvironmentTemplateVersionCommand.js +2 -2
  25. package/dist-cjs/commands/DeleteRepositoryCommand.js +2 -2
  26. package/dist-cjs/commands/DeleteServiceCommand.js +2 -2
  27. package/dist-cjs/commands/DeleteServiceSyncConfigCommand.js +45 -0
  28. package/dist-cjs/commands/DeleteServiceTemplateCommand.js +2 -2
  29. package/dist-cjs/commands/DeleteServiceTemplateVersionCommand.js +2 -2
  30. package/dist-cjs/commands/DeleteTemplateSyncConfigCommand.js +2 -2
  31. package/dist-cjs/commands/GetAccountSettingsCommand.js +2 -2
  32. package/dist-cjs/commands/GetComponentCommand.js +2 -2
  33. package/dist-cjs/commands/GetEnvironmentAccountConnectionCommand.js +2 -2
  34. package/dist-cjs/commands/GetEnvironmentCommand.js +2 -2
  35. package/dist-cjs/commands/GetEnvironmentTemplateCommand.js +2 -2
  36. package/dist-cjs/commands/GetEnvironmentTemplateVersionCommand.js +2 -2
  37. package/dist-cjs/commands/GetRepositoryCommand.js +2 -2
  38. package/dist-cjs/commands/GetRepositorySyncStatusCommand.js +2 -2
  39. package/dist-cjs/commands/GetResourcesSummaryCommand.js +2 -2
  40. package/dist-cjs/commands/GetServiceCommand.js +2 -2
  41. package/dist-cjs/commands/GetServiceInstanceCommand.js +2 -2
  42. package/dist-cjs/commands/GetServiceInstanceSyncStatusCommand.js +45 -0
  43. package/dist-cjs/commands/GetServiceSyncBlockerSummaryCommand.js +45 -0
  44. package/dist-cjs/commands/GetServiceSyncConfigCommand.js +45 -0
  45. package/dist-cjs/commands/GetServiceTemplateCommand.js +2 -2
  46. package/dist-cjs/commands/GetServiceTemplateVersionCommand.js +2 -2
  47. package/dist-cjs/commands/GetTemplateSyncConfigCommand.js +2 -2
  48. package/dist-cjs/commands/GetTemplateSyncStatusCommand.js +2 -2
  49. package/dist-cjs/commands/ListComponentOutputsCommand.js +2 -2
  50. package/dist-cjs/commands/ListComponentProvisionedResourcesCommand.js +2 -2
  51. package/dist-cjs/commands/ListComponentsCommand.js +2 -2
  52. package/dist-cjs/commands/ListEnvironmentAccountConnectionsCommand.js +2 -2
  53. package/dist-cjs/commands/ListEnvironmentOutputsCommand.js +2 -2
  54. package/dist-cjs/commands/ListEnvironmentProvisionedResourcesCommand.js +2 -2
  55. package/dist-cjs/commands/ListEnvironmentTemplateVersionsCommand.js +2 -2
  56. package/dist-cjs/commands/ListEnvironmentTemplatesCommand.js +2 -2
  57. package/dist-cjs/commands/ListEnvironmentsCommand.js +2 -2
  58. package/dist-cjs/commands/ListRepositoriesCommand.js +2 -2
  59. package/dist-cjs/commands/ListRepositorySyncDefinitionsCommand.js +2 -2
  60. package/dist-cjs/commands/ListServiceInstanceOutputsCommand.js +2 -2
  61. package/dist-cjs/commands/ListServiceInstanceProvisionedResourcesCommand.js +2 -2
  62. package/dist-cjs/commands/ListServiceInstancesCommand.js +2 -2
  63. package/dist-cjs/commands/ListServicePipelineOutputsCommand.js +2 -2
  64. package/dist-cjs/commands/ListServicePipelineProvisionedResourcesCommand.js +2 -2
  65. package/dist-cjs/commands/ListServiceTemplateVersionsCommand.js +2 -2
  66. package/dist-cjs/commands/ListServiceTemplatesCommand.js +2 -2
  67. package/dist-cjs/commands/ListServicesCommand.js +2 -2
  68. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  69. package/dist-cjs/commands/NotifyResourceDeploymentStatusChangeCommand.js +2 -2
  70. package/dist-cjs/commands/RejectEnvironmentAccountConnectionCommand.js +2 -2
  71. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  72. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  73. package/dist-cjs/commands/UpdateAccountSettingsCommand.js +2 -2
  74. package/dist-cjs/commands/UpdateComponentCommand.js +2 -2
  75. package/dist-cjs/commands/UpdateEnvironmentAccountConnectionCommand.js +2 -2
  76. package/dist-cjs/commands/UpdateEnvironmentCommand.js +2 -2
  77. package/dist-cjs/commands/UpdateEnvironmentTemplateCommand.js +2 -2
  78. package/dist-cjs/commands/UpdateEnvironmentTemplateVersionCommand.js +2 -2
  79. package/dist-cjs/commands/UpdateServiceCommand.js +2 -2
  80. package/dist-cjs/commands/UpdateServiceInstanceCommand.js +2 -2
  81. package/dist-cjs/commands/UpdateServicePipelineCommand.js +2 -2
  82. package/dist-cjs/commands/UpdateServiceSyncBlockerCommand.js +45 -0
  83. package/dist-cjs/commands/UpdateServiceSyncConfigCommand.js +45 -0
  84. package/dist-cjs/commands/UpdateServiceTemplateCommand.js +2 -2
  85. package/dist-cjs/commands/UpdateServiceTemplateVersionCommand.js +2 -2
  86. package/dist-cjs/commands/UpdateTemplateSyncConfigCommand.js +2 -2
  87. package/dist-cjs/commands/index.js +8 -0
  88. package/dist-cjs/endpoint/ruleset.js +3 -3
  89. package/dist-cjs/models/models_0.js +25 -7
  90. package/dist-cjs/protocols/Aws_json1_0.js +2041 -1475
  91. package/dist-es/Proton.js +120 -0
  92. package/dist-es/commands/AcceptEnvironmentAccountConnectionCommand.js +3 -3
  93. package/dist-es/commands/CancelComponentDeploymentCommand.js +3 -3
  94. package/dist-es/commands/CancelEnvironmentDeploymentCommand.js +3 -3
  95. package/dist-es/commands/CancelServiceInstanceDeploymentCommand.js +3 -3
  96. package/dist-es/commands/CancelServicePipelineDeploymentCommand.js +3 -3
  97. package/dist-es/commands/CreateComponentCommand.js +3 -3
  98. package/dist-es/commands/CreateEnvironmentAccountConnectionCommand.js +3 -3
  99. package/dist-es/commands/CreateEnvironmentCommand.js +3 -3
  100. package/dist-es/commands/CreateEnvironmentTemplateCommand.js +3 -3
  101. package/dist-es/commands/CreateEnvironmentTemplateVersionCommand.js +3 -3
  102. package/dist-es/commands/CreateRepositoryCommand.js +3 -3
  103. package/dist-es/commands/CreateServiceCommand.js +3 -3
  104. package/dist-es/commands/CreateServiceInstanceCommand.js +42 -0
  105. package/dist-es/commands/CreateServiceSyncConfigCommand.js +41 -0
  106. package/dist-es/commands/CreateServiceTemplateCommand.js +3 -3
  107. package/dist-es/commands/CreateServiceTemplateVersionCommand.js +3 -3
  108. package/dist-es/commands/CreateTemplateSyncConfigCommand.js +3 -3
  109. package/dist-es/commands/DeleteComponentCommand.js +3 -3
  110. package/dist-es/commands/DeleteEnvironmentAccountConnectionCommand.js +3 -3
  111. package/dist-es/commands/DeleteEnvironmentCommand.js +3 -3
  112. package/dist-es/commands/DeleteEnvironmentTemplateCommand.js +3 -3
  113. package/dist-es/commands/DeleteEnvironmentTemplateVersionCommand.js +3 -3
  114. package/dist-es/commands/DeleteRepositoryCommand.js +3 -3
  115. package/dist-es/commands/DeleteServiceCommand.js +3 -3
  116. package/dist-es/commands/DeleteServiceSyncConfigCommand.js +41 -0
  117. package/dist-es/commands/DeleteServiceTemplateCommand.js +3 -3
  118. package/dist-es/commands/DeleteServiceTemplateVersionCommand.js +3 -3
  119. package/dist-es/commands/DeleteTemplateSyncConfigCommand.js +3 -3
  120. package/dist-es/commands/GetAccountSettingsCommand.js +3 -3
  121. package/dist-es/commands/GetComponentCommand.js +3 -3
  122. package/dist-es/commands/GetEnvironmentAccountConnectionCommand.js +3 -3
  123. package/dist-es/commands/GetEnvironmentCommand.js +3 -3
  124. package/dist-es/commands/GetEnvironmentTemplateCommand.js +3 -3
  125. package/dist-es/commands/GetEnvironmentTemplateVersionCommand.js +3 -3
  126. package/dist-es/commands/GetRepositoryCommand.js +3 -3
  127. package/dist-es/commands/GetRepositorySyncStatusCommand.js +3 -3
  128. package/dist-es/commands/GetResourcesSummaryCommand.js +3 -3
  129. package/dist-es/commands/GetServiceCommand.js +3 -3
  130. package/dist-es/commands/GetServiceInstanceCommand.js +3 -3
  131. package/dist-es/commands/GetServiceInstanceSyncStatusCommand.js +41 -0
  132. package/dist-es/commands/GetServiceSyncBlockerSummaryCommand.js +41 -0
  133. package/dist-es/commands/GetServiceSyncConfigCommand.js +41 -0
  134. package/dist-es/commands/GetServiceTemplateCommand.js +3 -3
  135. package/dist-es/commands/GetServiceTemplateVersionCommand.js +3 -3
  136. package/dist-es/commands/GetTemplateSyncConfigCommand.js +3 -3
  137. package/dist-es/commands/GetTemplateSyncStatusCommand.js +3 -3
  138. package/dist-es/commands/ListComponentOutputsCommand.js +3 -3
  139. package/dist-es/commands/ListComponentProvisionedResourcesCommand.js +3 -3
  140. package/dist-es/commands/ListComponentsCommand.js +3 -3
  141. package/dist-es/commands/ListEnvironmentAccountConnectionsCommand.js +3 -3
  142. package/dist-es/commands/ListEnvironmentOutputsCommand.js +3 -3
  143. package/dist-es/commands/ListEnvironmentProvisionedResourcesCommand.js +3 -3
  144. package/dist-es/commands/ListEnvironmentTemplateVersionsCommand.js +3 -3
  145. package/dist-es/commands/ListEnvironmentTemplatesCommand.js +3 -3
  146. package/dist-es/commands/ListEnvironmentsCommand.js +3 -3
  147. package/dist-es/commands/ListRepositoriesCommand.js +3 -3
  148. package/dist-es/commands/ListRepositorySyncDefinitionsCommand.js +3 -3
  149. package/dist-es/commands/ListServiceInstanceOutputsCommand.js +3 -3
  150. package/dist-es/commands/ListServiceInstanceProvisionedResourcesCommand.js +3 -3
  151. package/dist-es/commands/ListServiceInstancesCommand.js +3 -3
  152. package/dist-es/commands/ListServicePipelineOutputsCommand.js +3 -3
  153. package/dist-es/commands/ListServicePipelineProvisionedResourcesCommand.js +3 -3
  154. package/dist-es/commands/ListServiceTemplateVersionsCommand.js +3 -3
  155. package/dist-es/commands/ListServiceTemplatesCommand.js +3 -3
  156. package/dist-es/commands/ListServicesCommand.js +3 -3
  157. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  158. package/dist-es/commands/NotifyResourceDeploymentStatusChangeCommand.js +3 -3
  159. package/dist-es/commands/RejectEnvironmentAccountConnectionCommand.js +3 -3
  160. package/dist-es/commands/TagResourceCommand.js +3 -3
  161. package/dist-es/commands/UntagResourceCommand.js +3 -3
  162. package/dist-es/commands/UpdateAccountSettingsCommand.js +3 -3
  163. package/dist-es/commands/UpdateComponentCommand.js +3 -3
  164. package/dist-es/commands/UpdateEnvironmentAccountConnectionCommand.js +3 -3
  165. package/dist-es/commands/UpdateEnvironmentCommand.js +3 -3
  166. package/dist-es/commands/UpdateEnvironmentTemplateCommand.js +3 -3
  167. package/dist-es/commands/UpdateEnvironmentTemplateVersionCommand.js +3 -3
  168. package/dist-es/commands/UpdateServiceCommand.js +3 -3
  169. package/dist-es/commands/UpdateServiceInstanceCommand.js +3 -3
  170. package/dist-es/commands/UpdateServicePipelineCommand.js +3 -3
  171. package/dist-es/commands/UpdateServiceSyncBlockerCommand.js +41 -0
  172. package/dist-es/commands/UpdateServiceSyncConfigCommand.js +41 -0
  173. package/dist-es/commands/UpdateServiceTemplateCommand.js +3 -3
  174. package/dist-es/commands/UpdateServiceTemplateVersionCommand.js +3 -3
  175. package/dist-es/commands/UpdateTemplateSyncConfigCommand.js +3 -3
  176. package/dist-es/commands/index.js +8 -0
  177. package/dist-es/endpoint/ruleset.js +3 -3
  178. package/dist-es/models/models_0.js +20 -4
  179. package/dist-es/protocols/Aws_json1_0.js +1869 -1319
  180. package/dist-types/Proton.d.ts +172 -75
  181. package/dist-types/ProtonClient.d.ts +10 -2
  182. package/dist-types/commands/CancelServiceInstanceDeploymentCommand.d.ts +10 -7
  183. package/dist-types/commands/CancelServicePipelineDeploymentCommand.d.ts +10 -7
  184. package/dist-types/commands/CreateComponentCommand.d.ts +1 -0
  185. package/dist-types/commands/CreateServiceCommand.d.ts +4 -3
  186. package/dist-types/commands/CreateServiceInstanceCommand.d.ts +92 -0
  187. package/dist-types/commands/CreateServiceSyncConfigCommand.d.ts +86 -0
  188. package/dist-types/commands/CreateServiceTemplateCommand.d.ts +6 -5
  189. package/dist-types/commands/CreateServiceTemplateVersionCommand.d.ts +3 -2
  190. package/dist-types/commands/CreateTemplateSyncConfigCommand.d.ts +8 -6
  191. package/dist-types/commands/DeleteServiceCommand.d.ts +2 -1
  192. package/dist-types/commands/DeleteServiceSyncConfigCommand.d.ts +81 -0
  193. package/dist-types/commands/DeleteServiceTemplateCommand.d.ts +2 -1
  194. package/dist-types/commands/DeleteServiceTemplateVersionCommand.d.ts +9 -6
  195. package/dist-types/commands/GetResourcesSummaryCommand.d.ts +13 -9
  196. package/dist-types/commands/GetServiceInstanceCommand.d.ts +2 -1
  197. package/dist-types/commands/GetServiceInstanceSyncStatusCommand.d.ts +79 -0
  198. package/dist-types/commands/GetServiceSyncBlockerSummaryCommand.d.ts +79 -0
  199. package/dist-types/commands/GetServiceSyncConfigCommand.d.ts +78 -0
  200. package/dist-types/commands/ListServiceInstancesCommand.d.ts +2 -2
  201. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -2
  202. package/dist-types/commands/NotifyResourceDeploymentStatusChangeCommand.d.ts +2 -1
  203. package/dist-types/commands/TagResourceCommand.d.ts +4 -3
  204. package/dist-types/commands/UntagResourceCommand.d.ts +4 -4
  205. package/dist-types/commands/UpdateComponentCommand.d.ts +1 -0
  206. package/dist-types/commands/UpdateServiceCommand.d.ts +4 -2
  207. package/dist-types/commands/UpdateServiceInstanceCommand.d.ts +5 -3
  208. package/dist-types/commands/UpdateServicePipelineCommand.d.ts +14 -8
  209. package/dist-types/commands/UpdateServiceSyncBlockerCommand.d.ts +82 -0
  210. package/dist-types/commands/UpdateServiceSyncConfigCommand.d.ts +85 -0
  211. package/dist-types/commands/UpdateTemplateSyncConfigCommand.d.ts +3 -2
  212. package/dist-types/commands/index.d.ts +8 -0
  213. package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
  214. package/dist-types/models/models_0.d.ts +623 -148
  215. package/dist-types/protocols/Aws_json1_0.d.ts +680 -152
  216. package/dist-types/ts3.4/Proton.d.ts +136 -0
  217. package/dist-types/ts3.4/ProtonClient.d.ts +48 -0
  218. package/dist-types/ts3.4/commands/CreateServiceInstanceCommand.d.ts +41 -0
  219. package/dist-types/ts3.4/commands/CreateServiceSyncConfigCommand.d.ts +41 -0
  220. package/dist-types/ts3.4/commands/DeleteServiceSyncConfigCommand.d.ts +41 -0
  221. package/dist-types/ts3.4/commands/GetServiceInstanceSyncStatusCommand.d.ts +41 -0
  222. package/dist-types/ts3.4/commands/GetServiceSyncBlockerSummaryCommand.d.ts +41 -0
  223. package/dist-types/ts3.4/commands/GetServiceSyncConfigCommand.d.ts +41 -0
  224. package/dist-types/ts3.4/commands/UpdateServiceSyncBlockerCommand.d.ts +41 -0
  225. package/dist-types/ts3.4/commands/UpdateServiceSyncConfigCommand.d.ts +41 -0
  226. package/dist-types/ts3.4/commands/index.d.ts +8 -0
  227. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  228. package/dist-types/ts3.4/models/models_0.d.ts +126 -9
  229. package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +248 -152
  230. package/package.json +6 -6
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_0GetTemplateSyncConfigCommand, serializeAws_json1_0GetTemplateSyncConfigCommand, } from "../protocols/Aws_json1_0";
4
+ import { de_GetTemplateSyncConfigCommand, se_GetTemplateSyncConfigCommand } from "../protocols/Aws_json1_0";
5
5
  export class GetTemplateSyncConfigCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetTemplateSyncConfigCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_0GetTemplateSyncConfigCommand(input, context);
36
+ return se_GetTemplateSyncConfigCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_0GetTemplateSyncConfigCommand(output, context);
39
+ return de_GetTemplateSyncConfigCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_0GetTemplateSyncStatusCommand, serializeAws_json1_0GetTemplateSyncStatusCommand, } from "../protocols/Aws_json1_0";
4
+ import { de_GetTemplateSyncStatusCommand, se_GetTemplateSyncStatusCommand } from "../protocols/Aws_json1_0";
5
5
  export class GetTemplateSyncStatusCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetTemplateSyncStatusCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_0GetTemplateSyncStatusCommand(input, context);
36
+ return se_GetTemplateSyncStatusCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_0GetTemplateSyncStatusCommand(output, context);
39
+ return de_GetTemplateSyncStatusCommand(output, context);
40
40
  }
41
41
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { ListComponentOutputsOutputFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_json1_0ListComponentOutputsCommand, serializeAws_json1_0ListComponentOutputsCommand, } from "../protocols/Aws_json1_0";
5
+ import { de_ListComponentOutputsCommand, se_ListComponentOutputsCommand } from "../protocols/Aws_json1_0";
6
6
  export class ListComponentOutputsCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class ListComponentOutputsCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_json1_0ListComponentOutputsCommand(input, context);
37
+ return se_ListComponentOutputsCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_json1_0ListComponentOutputsCommand(output, context);
40
+ return de_ListComponentOutputsCommand(output, context);
41
41
  }
42
42
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_0ListComponentProvisionedResourcesCommand, serializeAws_json1_0ListComponentProvisionedResourcesCommand, } from "../protocols/Aws_json1_0";
4
+ import { de_ListComponentProvisionedResourcesCommand, se_ListComponentProvisionedResourcesCommand, } from "../protocols/Aws_json1_0";
5
5
  export class ListComponentProvisionedResourcesCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListComponentProvisionedResourcesCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_0ListComponentProvisionedResourcesCommand(input, context);
36
+ return se_ListComponentProvisionedResourcesCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_0ListComponentProvisionedResourcesCommand(output, context);
39
+ return de_ListComponentProvisionedResourcesCommand(output, context);
40
40
  }
41
41
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { ListComponentsOutputFilterSensitiveLog } from "../models/models_0";
5
- import { deserializeAws_json1_0ListComponentsCommand, serializeAws_json1_0ListComponentsCommand, } from "../protocols/Aws_json1_0";
5
+ import { de_ListComponentsCommand, se_ListComponentsCommand } from "../protocols/Aws_json1_0";
6
6
  export class ListComponentsCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class ListComponentsCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_json1_0ListComponentsCommand(input, context);
37
+ return se_ListComponentsCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_json1_0ListComponentsCommand(output, context);
40
+ return de_ListComponentsCommand(output, context);
41
41
  }
42
42
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_0ListEnvironmentAccountConnectionsCommand, serializeAws_json1_0ListEnvironmentAccountConnectionsCommand, } from "../protocols/Aws_json1_0";
4
+ import { de_ListEnvironmentAccountConnectionsCommand, se_ListEnvironmentAccountConnectionsCommand, } from "../protocols/Aws_json1_0";
5
5
  export class ListEnvironmentAccountConnectionsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListEnvironmentAccountConnectionsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_0ListEnvironmentAccountConnectionsCommand(input, context);
36
+ return se_ListEnvironmentAccountConnectionsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_0ListEnvironmentAccountConnectionsCommand(output, context);
39
+ return de_ListEnvironmentAccountConnectionsCommand(output, context);
40
40
  }
41
41
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { ListEnvironmentOutputsOutputFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_json1_0ListEnvironmentOutputsCommand, serializeAws_json1_0ListEnvironmentOutputsCommand, } from "../protocols/Aws_json1_0";
5
+ import { de_ListEnvironmentOutputsCommand, se_ListEnvironmentOutputsCommand } from "../protocols/Aws_json1_0";
6
6
  export class ListEnvironmentOutputsCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class ListEnvironmentOutputsCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_json1_0ListEnvironmentOutputsCommand(input, context);
37
+ return se_ListEnvironmentOutputsCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_json1_0ListEnvironmentOutputsCommand(output, context);
40
+ return de_ListEnvironmentOutputsCommand(output, context);
41
41
  }
42
42
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_0ListEnvironmentProvisionedResourcesCommand, serializeAws_json1_0ListEnvironmentProvisionedResourcesCommand, } from "../protocols/Aws_json1_0";
4
+ import { de_ListEnvironmentProvisionedResourcesCommand, se_ListEnvironmentProvisionedResourcesCommand, } from "../protocols/Aws_json1_0";
5
5
  export class ListEnvironmentProvisionedResourcesCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListEnvironmentProvisionedResourcesCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_0ListEnvironmentProvisionedResourcesCommand(input, context);
36
+ return se_ListEnvironmentProvisionedResourcesCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_0ListEnvironmentProvisionedResourcesCommand(output, context);
39
+ return de_ListEnvironmentProvisionedResourcesCommand(output, context);
40
40
  }
41
41
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { ListEnvironmentTemplateVersionsOutputFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_json1_0ListEnvironmentTemplateVersionsCommand, serializeAws_json1_0ListEnvironmentTemplateVersionsCommand, } from "../protocols/Aws_json1_0";
5
+ import { de_ListEnvironmentTemplateVersionsCommand, se_ListEnvironmentTemplateVersionsCommand, } from "../protocols/Aws_json1_0";
6
6
  export class ListEnvironmentTemplateVersionsCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class ListEnvironmentTemplateVersionsCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_json1_0ListEnvironmentTemplateVersionsCommand(input, context);
37
+ return se_ListEnvironmentTemplateVersionsCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_json1_0ListEnvironmentTemplateVersionsCommand(output, context);
40
+ return de_ListEnvironmentTemplateVersionsCommand(output, context);
41
41
  }
42
42
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { ListEnvironmentTemplatesOutputFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_json1_0ListEnvironmentTemplatesCommand, serializeAws_json1_0ListEnvironmentTemplatesCommand, } from "../protocols/Aws_json1_0";
5
+ import { de_ListEnvironmentTemplatesCommand, se_ListEnvironmentTemplatesCommand } from "../protocols/Aws_json1_0";
6
6
  export class ListEnvironmentTemplatesCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class ListEnvironmentTemplatesCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_json1_0ListEnvironmentTemplatesCommand(input, context);
37
+ return se_ListEnvironmentTemplatesCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_json1_0ListEnvironmentTemplatesCommand(output, context);
40
+ return de_ListEnvironmentTemplatesCommand(output, context);
41
41
  }
42
42
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { ListEnvironmentsOutputFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_json1_0ListEnvironmentsCommand, serializeAws_json1_0ListEnvironmentsCommand, } from "../protocols/Aws_json1_0";
5
+ import { de_ListEnvironmentsCommand, se_ListEnvironmentsCommand } from "../protocols/Aws_json1_0";
6
6
  export class ListEnvironmentsCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class ListEnvironmentsCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_json1_0ListEnvironmentsCommand(input, context);
37
+ return se_ListEnvironmentsCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_json1_0ListEnvironmentsCommand(output, context);
40
+ return de_ListEnvironmentsCommand(output, context);
41
41
  }
42
42
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_0ListRepositoriesCommand, serializeAws_json1_0ListRepositoriesCommand, } from "../protocols/Aws_json1_0";
4
+ import { de_ListRepositoriesCommand, se_ListRepositoriesCommand } from "../protocols/Aws_json1_0";
5
5
  export class ListRepositoriesCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListRepositoriesCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_0ListRepositoriesCommand(input, context);
36
+ return se_ListRepositoriesCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_0ListRepositoriesCommand(output, context);
39
+ return de_ListRepositoriesCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_0ListRepositorySyncDefinitionsCommand, serializeAws_json1_0ListRepositorySyncDefinitionsCommand, } from "../protocols/Aws_json1_0";
4
+ import { de_ListRepositorySyncDefinitionsCommand, se_ListRepositorySyncDefinitionsCommand, } from "../protocols/Aws_json1_0";
5
5
  export class ListRepositorySyncDefinitionsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListRepositorySyncDefinitionsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_0ListRepositorySyncDefinitionsCommand(input, context);
36
+ return se_ListRepositorySyncDefinitionsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_0ListRepositorySyncDefinitionsCommand(output, context);
39
+ return de_ListRepositorySyncDefinitionsCommand(output, context);
40
40
  }
41
41
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { ListServiceInstanceOutputsOutputFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_json1_0ListServiceInstanceOutputsCommand, serializeAws_json1_0ListServiceInstanceOutputsCommand, } from "../protocols/Aws_json1_0";
5
+ import { de_ListServiceInstanceOutputsCommand, se_ListServiceInstanceOutputsCommand } from "../protocols/Aws_json1_0";
6
6
  export class ListServiceInstanceOutputsCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class ListServiceInstanceOutputsCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_json1_0ListServiceInstanceOutputsCommand(input, context);
37
+ return se_ListServiceInstanceOutputsCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_json1_0ListServiceInstanceOutputsCommand(output, context);
40
+ return de_ListServiceInstanceOutputsCommand(output, context);
41
41
  }
42
42
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_0ListServiceInstanceProvisionedResourcesCommand, serializeAws_json1_0ListServiceInstanceProvisionedResourcesCommand, } from "../protocols/Aws_json1_0";
4
+ import { de_ListServiceInstanceProvisionedResourcesCommand, se_ListServiceInstanceProvisionedResourcesCommand, } from "../protocols/Aws_json1_0";
5
5
  export class ListServiceInstanceProvisionedResourcesCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListServiceInstanceProvisionedResourcesCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_0ListServiceInstanceProvisionedResourcesCommand(input, context);
36
+ return se_ListServiceInstanceProvisionedResourcesCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_0ListServiceInstanceProvisionedResourcesCommand(output, context);
39
+ return de_ListServiceInstanceProvisionedResourcesCommand(output, context);
40
40
  }
41
41
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { ListServiceInstancesOutputFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_json1_0ListServiceInstancesCommand, serializeAws_json1_0ListServiceInstancesCommand, } from "../protocols/Aws_json1_0";
5
+ import { de_ListServiceInstancesCommand, se_ListServiceInstancesCommand } from "../protocols/Aws_json1_0";
6
6
  export class ListServiceInstancesCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class ListServiceInstancesCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_json1_0ListServiceInstancesCommand(input, context);
37
+ return se_ListServiceInstancesCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_json1_0ListServiceInstancesCommand(output, context);
40
+ return de_ListServiceInstancesCommand(output, context);
41
41
  }
42
42
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { ListServicePipelineOutputsOutputFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_json1_0ListServicePipelineOutputsCommand, serializeAws_json1_0ListServicePipelineOutputsCommand, } from "../protocols/Aws_json1_0";
5
+ import { de_ListServicePipelineOutputsCommand, se_ListServicePipelineOutputsCommand } from "../protocols/Aws_json1_0";
6
6
  export class ListServicePipelineOutputsCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class ListServicePipelineOutputsCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_json1_0ListServicePipelineOutputsCommand(input, context);
37
+ return se_ListServicePipelineOutputsCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_json1_0ListServicePipelineOutputsCommand(output, context);
40
+ return de_ListServicePipelineOutputsCommand(output, context);
41
41
  }
42
42
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_0ListServicePipelineProvisionedResourcesCommand, serializeAws_json1_0ListServicePipelineProvisionedResourcesCommand, } from "../protocols/Aws_json1_0";
4
+ import { de_ListServicePipelineProvisionedResourcesCommand, se_ListServicePipelineProvisionedResourcesCommand, } from "../protocols/Aws_json1_0";
5
5
  export class ListServicePipelineProvisionedResourcesCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListServicePipelineProvisionedResourcesCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_0ListServicePipelineProvisionedResourcesCommand(input, context);
36
+ return se_ListServicePipelineProvisionedResourcesCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_0ListServicePipelineProvisionedResourcesCommand(output, context);
39
+ return de_ListServicePipelineProvisionedResourcesCommand(output, context);
40
40
  }
41
41
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { ListServiceTemplateVersionsOutputFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_json1_0ListServiceTemplateVersionsCommand, serializeAws_json1_0ListServiceTemplateVersionsCommand, } from "../protocols/Aws_json1_0";
5
+ import { de_ListServiceTemplateVersionsCommand, se_ListServiceTemplateVersionsCommand } from "../protocols/Aws_json1_0";
6
6
  export class ListServiceTemplateVersionsCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class ListServiceTemplateVersionsCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_json1_0ListServiceTemplateVersionsCommand(input, context);
37
+ return se_ListServiceTemplateVersionsCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_json1_0ListServiceTemplateVersionsCommand(output, context);
40
+ return de_ListServiceTemplateVersionsCommand(output, context);
41
41
  }
42
42
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { ListServiceTemplatesOutputFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_json1_0ListServiceTemplatesCommand, serializeAws_json1_0ListServiceTemplatesCommand, } from "../protocols/Aws_json1_0";
5
+ import { de_ListServiceTemplatesCommand, se_ListServiceTemplatesCommand } from "../protocols/Aws_json1_0";
6
6
  export class ListServiceTemplatesCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class ListServiceTemplatesCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_json1_0ListServiceTemplatesCommand(input, context);
37
+ return se_ListServiceTemplatesCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_json1_0ListServiceTemplatesCommand(output, context);
40
+ return de_ListServiceTemplatesCommand(output, context);
41
41
  }
42
42
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { ListServicesOutputFilterSensitiveLog } from "../models/models_0";
5
- import { deserializeAws_json1_0ListServicesCommand, serializeAws_json1_0ListServicesCommand, } from "../protocols/Aws_json1_0";
5
+ import { de_ListServicesCommand, se_ListServicesCommand } from "../protocols/Aws_json1_0";
6
6
  export class ListServicesCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class ListServicesCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_json1_0ListServicesCommand(input, context);
37
+ return se_ListServicesCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_json1_0ListServicesCommand(output, context);
40
+ return de_ListServicesCommand(output, context);
41
41
  }
42
42
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_0ListTagsForResourceCommand, serializeAws_json1_0ListTagsForResourceCommand, } from "../protocols/Aws_json1_0";
4
+ import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_0";
5
5
  export class ListTagsForResourceCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListTagsForResourceCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_0ListTagsForResourceCommand(input, context);
36
+ return se_ListTagsForResourceCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_0ListTagsForResourceCommand(output, context);
39
+ return de_ListTagsForResourceCommand(output, context);
40
40
  }
41
41
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { NotifyResourceDeploymentStatusChangeInputFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_json1_0NotifyResourceDeploymentStatusChangeCommand, serializeAws_json1_0NotifyResourceDeploymentStatusChangeCommand, } from "../protocols/Aws_json1_0";
5
+ import { de_NotifyResourceDeploymentStatusChangeCommand, se_NotifyResourceDeploymentStatusChangeCommand, } from "../protocols/Aws_json1_0";
6
6
  export class NotifyResourceDeploymentStatusChangeCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class NotifyResourceDeploymentStatusChangeCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_json1_0NotifyResourceDeploymentStatusChangeCommand(input, context);
37
+ return se_NotifyResourceDeploymentStatusChangeCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_json1_0NotifyResourceDeploymentStatusChangeCommand(output, context);
40
+ return de_NotifyResourceDeploymentStatusChangeCommand(output, context);
41
41
  }
42
42
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_0RejectEnvironmentAccountConnectionCommand, serializeAws_json1_0RejectEnvironmentAccountConnectionCommand, } from "../protocols/Aws_json1_0";
4
+ import { de_RejectEnvironmentAccountConnectionCommand, se_RejectEnvironmentAccountConnectionCommand, } from "../protocols/Aws_json1_0";
5
5
  export class RejectEnvironmentAccountConnectionCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class RejectEnvironmentAccountConnectionCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_0RejectEnvironmentAccountConnectionCommand(input, context);
36
+ return se_RejectEnvironmentAccountConnectionCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_0RejectEnvironmentAccountConnectionCommand(output, context);
39
+ return de_RejectEnvironmentAccountConnectionCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_0TagResourceCommand, serializeAws_json1_0TagResourceCommand, } from "../protocols/Aws_json1_0";
4
+ import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_0";
5
5
  export class TagResourceCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class TagResourceCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_0TagResourceCommand(input, context);
36
+ return se_TagResourceCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_0TagResourceCommand(output, context);
39
+ return de_TagResourceCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_0UntagResourceCommand, serializeAws_json1_0UntagResourceCommand, } from "../protocols/Aws_json1_0";
4
+ import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_0";
5
5
  export class UntagResourceCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class UntagResourceCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_0UntagResourceCommand(input, context);
36
+ return se_UntagResourceCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_0UntagResourceCommand(output, context);
39
+ return de_UntagResourceCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_0UpdateAccountSettingsCommand, serializeAws_json1_0UpdateAccountSettingsCommand, } from "../protocols/Aws_json1_0";
4
+ import { de_UpdateAccountSettingsCommand, se_UpdateAccountSettingsCommand } from "../protocols/Aws_json1_0";
5
5
  export class UpdateAccountSettingsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class UpdateAccountSettingsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_0UpdateAccountSettingsCommand(input, context);
36
+ return se_UpdateAccountSettingsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_0UpdateAccountSettingsCommand(output, context);
39
+ return de_UpdateAccountSettingsCommand(output, context);
40
40
  }
41
41
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { UpdateComponentInputFilterSensitiveLog, UpdateComponentOutputFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_json1_0UpdateComponentCommand, serializeAws_json1_0UpdateComponentCommand, } from "../protocols/Aws_json1_0";
5
+ import { de_UpdateComponentCommand, se_UpdateComponentCommand } from "../protocols/Aws_json1_0";
6
6
  export class UpdateComponentCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class UpdateComponentCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_json1_0UpdateComponentCommand(input, context);
37
+ return se_UpdateComponentCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_json1_0UpdateComponentCommand(output, context);
40
+ return de_UpdateComponentCommand(output, context);
41
41
  }
42
42
  }