@aws-sdk/client-proton 3.53.0 → 3.55.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 (109) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/dist-cjs/ProtonClient.js +13 -13
  3. package/dist-cjs/commands/AcceptEnvironmentAccountConnectionCommand.js +3 -3
  4. package/dist-cjs/commands/CancelEnvironmentDeploymentCommand.js +3 -3
  5. package/dist-cjs/commands/CancelServiceInstanceDeploymentCommand.js +3 -3
  6. package/dist-cjs/commands/CancelServicePipelineDeploymentCommand.js +3 -3
  7. package/dist-cjs/commands/CreateEnvironmentAccountConnectionCommand.js +3 -3
  8. package/dist-cjs/commands/CreateEnvironmentCommand.js +3 -3
  9. package/dist-cjs/commands/CreateEnvironmentTemplateCommand.js +3 -3
  10. package/dist-cjs/commands/CreateEnvironmentTemplateVersionCommand.js +3 -3
  11. package/dist-cjs/commands/CreateRepositoryCommand.js +3 -3
  12. package/dist-cjs/commands/CreateServiceCommand.js +3 -3
  13. package/dist-cjs/commands/CreateServiceTemplateCommand.js +3 -3
  14. package/dist-cjs/commands/CreateServiceTemplateVersionCommand.js +3 -3
  15. package/dist-cjs/commands/CreateTemplateSyncConfigCommand.js +3 -3
  16. package/dist-cjs/commands/DeleteEnvironmentAccountConnectionCommand.js +3 -3
  17. package/dist-cjs/commands/DeleteEnvironmentCommand.js +3 -3
  18. package/dist-cjs/commands/DeleteEnvironmentTemplateCommand.js +3 -3
  19. package/dist-cjs/commands/DeleteEnvironmentTemplateVersionCommand.js +3 -3
  20. package/dist-cjs/commands/DeleteRepositoryCommand.js +3 -3
  21. package/dist-cjs/commands/DeleteServiceCommand.js +3 -3
  22. package/dist-cjs/commands/DeleteServiceTemplateCommand.js +3 -3
  23. package/dist-cjs/commands/DeleteServiceTemplateVersionCommand.js +3 -3
  24. package/dist-cjs/commands/DeleteTemplateSyncConfigCommand.js +3 -3
  25. package/dist-cjs/commands/GetAccountSettingsCommand.js +3 -3
  26. package/dist-cjs/commands/GetEnvironmentAccountConnectionCommand.js +3 -3
  27. package/dist-cjs/commands/GetEnvironmentCommand.js +3 -3
  28. package/dist-cjs/commands/GetEnvironmentTemplateCommand.js +3 -3
  29. package/dist-cjs/commands/GetEnvironmentTemplateVersionCommand.js +3 -3
  30. package/dist-cjs/commands/GetRepositoryCommand.js +3 -3
  31. package/dist-cjs/commands/GetRepositorySyncStatusCommand.js +3 -3
  32. package/dist-cjs/commands/GetServiceCommand.js +3 -3
  33. package/dist-cjs/commands/GetServiceInstanceCommand.js +3 -3
  34. package/dist-cjs/commands/GetServiceTemplateCommand.js +3 -3
  35. package/dist-cjs/commands/GetServiceTemplateVersionCommand.js +3 -3
  36. package/dist-cjs/commands/GetTemplateSyncConfigCommand.js +3 -3
  37. package/dist-cjs/commands/GetTemplateSyncStatusCommand.js +3 -3
  38. package/dist-cjs/commands/ListEnvironmentAccountConnectionsCommand.js +3 -3
  39. package/dist-cjs/commands/ListEnvironmentOutputsCommand.js +3 -3
  40. package/dist-cjs/commands/ListEnvironmentProvisionedResourcesCommand.js +3 -3
  41. package/dist-cjs/commands/ListEnvironmentTemplateVersionsCommand.js +3 -3
  42. package/dist-cjs/commands/ListEnvironmentTemplatesCommand.js +3 -3
  43. package/dist-cjs/commands/ListEnvironmentsCommand.js +3 -3
  44. package/dist-cjs/commands/ListRepositoriesCommand.js +3 -3
  45. package/dist-cjs/commands/ListRepositorySyncDefinitionsCommand.js +3 -3
  46. package/dist-cjs/commands/ListServiceInstanceOutputsCommand.js +3 -3
  47. package/dist-cjs/commands/ListServiceInstanceProvisionedResourcesCommand.js +3 -3
  48. package/dist-cjs/commands/ListServiceInstancesCommand.js +3 -3
  49. package/dist-cjs/commands/ListServicePipelineOutputsCommand.js +3 -3
  50. package/dist-cjs/commands/ListServicePipelineProvisionedResourcesCommand.js +3 -3
  51. package/dist-cjs/commands/ListServiceTemplateVersionsCommand.js +3 -3
  52. package/dist-cjs/commands/ListServiceTemplatesCommand.js +3 -3
  53. package/dist-cjs/commands/ListServicesCommand.js +3 -3
  54. package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
  55. package/dist-cjs/commands/NotifyResourceDeploymentStatusChangeCommand.js +3 -3
  56. package/dist-cjs/commands/RejectEnvironmentAccountConnectionCommand.js +3 -3
  57. package/dist-cjs/commands/TagResourceCommand.js +3 -3
  58. package/dist-cjs/commands/UntagResourceCommand.js +3 -3
  59. package/dist-cjs/commands/UpdateAccountSettingsCommand.js +3 -3
  60. package/dist-cjs/commands/UpdateEnvironmentAccountConnectionCommand.js +3 -3
  61. package/dist-cjs/commands/UpdateEnvironmentCommand.js +3 -3
  62. package/dist-cjs/commands/UpdateEnvironmentTemplateCommand.js +3 -3
  63. package/dist-cjs/commands/UpdateEnvironmentTemplateVersionCommand.js +3 -3
  64. package/dist-cjs/commands/UpdateServiceCommand.js +3 -3
  65. package/dist-cjs/commands/UpdateServiceInstanceCommand.js +3 -3
  66. package/dist-cjs/commands/UpdateServicePipelineCommand.js +3 -3
  67. package/dist-cjs/commands/UpdateServiceTemplateCommand.js +3 -3
  68. package/dist-cjs/commands/UpdateServiceTemplateVersionCommand.js +3 -3
  69. package/dist-cjs/commands/UpdateTemplateSyncConfigCommand.js +3 -3
  70. package/dist-cjs/endpoints.js +1 -1
  71. package/dist-cjs/protocols/Aws_json1_0.js +331 -331
  72. package/dist-cjs/runtimeConfig.browser.js +4 -4
  73. package/dist-cjs/runtimeConfig.js +9 -9
  74. package/dist-cjs/runtimeConfig.native.js +1 -1
  75. package/dist-cjs/waiters/waitForEnvironmentDeployed.js +3 -3
  76. package/dist-cjs/waiters/waitForEnvironmentTemplateVersionRegistered.js +3 -3
  77. package/dist-cjs/waiters/waitForServiceCreated.js +3 -3
  78. package/dist-cjs/waiters/waitForServiceDeleted.js +3 -3
  79. package/dist-cjs/waiters/waitForServiceInstanceDeployed.js +3 -3
  80. package/dist-cjs/waiters/waitForServicePipelineDeployed.js +3 -3
  81. package/dist-cjs/waiters/waitForServiceTemplateVersionRegistered.js +3 -3
  82. package/dist-cjs/waiters/waitForServiceUpdated.js +3 -3
  83. package/dist-es/Proton.js +67 -67
  84. package/dist-es/pagination/ListEnvironmentAccountConnectionsPaginator.js +4 -4
  85. package/dist-es/pagination/ListEnvironmentOutputsPaginator.js +4 -4
  86. package/dist-es/pagination/ListEnvironmentProvisionedResourcesPaginator.js +4 -4
  87. package/dist-es/pagination/ListEnvironmentTemplateVersionsPaginator.js +4 -4
  88. package/dist-es/pagination/ListEnvironmentTemplatesPaginator.js +4 -4
  89. package/dist-es/pagination/ListEnvironmentsPaginator.js +4 -4
  90. package/dist-es/pagination/ListRepositoriesPaginator.js +4 -4
  91. package/dist-es/pagination/ListRepositorySyncDefinitionsPaginator.js +4 -4
  92. package/dist-es/pagination/ListServiceInstanceOutputsPaginator.js +4 -4
  93. package/dist-es/pagination/ListServiceInstanceProvisionedResourcesPaginator.js +4 -4
  94. package/dist-es/pagination/ListServiceInstancesPaginator.js +4 -4
  95. package/dist-es/pagination/ListServicePipelineOutputsPaginator.js +4 -4
  96. package/dist-es/pagination/ListServicePipelineProvisionedResourcesPaginator.js +4 -4
  97. package/dist-es/pagination/ListServiceTemplateVersionsPaginator.js +4 -4
  98. package/dist-es/pagination/ListServiceTemplatesPaginator.js +4 -4
  99. package/dist-es/pagination/ListServicesPaginator.js +4 -4
  100. package/dist-es/pagination/ListTagsForResourcePaginator.js +4 -4
  101. package/dist-types/ProtonClient.d.ts +2 -2
  102. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  103. package/dist-types/runtimeConfig.d.ts +1 -1
  104. package/dist-types/runtimeConfig.native.d.ts +3 -3
  105. package/dist-types/ts3.4/ProtonClient.d.ts +2 -2
  106. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  107. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  108. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  109. package/package.json +35 -35
@@ -11,7 +11,7 @@ class GetEnvironmentCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "ProtonClient";
@@ -27,10 +27,10 @@ class GetEnvironmentCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_0_1.serializeAws_json1_0GetEnvironmentCommand(input, context);
30
+ return (0, Aws_json1_0_1.serializeAws_json1_0GetEnvironmentCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_0_1.deserializeAws_json1_0GetEnvironmentCommand(output, context);
33
+ return (0, Aws_json1_0_1.deserializeAws_json1_0GetEnvironmentCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetEnvironmentCommand = GetEnvironmentCommand;
@@ -11,7 +11,7 @@ class GetEnvironmentTemplateCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "ProtonClient";
@@ -27,10 +27,10 @@ class GetEnvironmentTemplateCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_0_1.serializeAws_json1_0GetEnvironmentTemplateCommand(input, context);
30
+ return (0, Aws_json1_0_1.serializeAws_json1_0GetEnvironmentTemplateCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_0_1.deserializeAws_json1_0GetEnvironmentTemplateCommand(output, context);
33
+ return (0, Aws_json1_0_1.deserializeAws_json1_0GetEnvironmentTemplateCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetEnvironmentTemplateCommand = GetEnvironmentTemplateCommand;
@@ -11,7 +11,7 @@ class GetEnvironmentTemplateVersionCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "ProtonClient";
@@ -27,10 +27,10 @@ class GetEnvironmentTemplateVersionCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_0_1.serializeAws_json1_0GetEnvironmentTemplateVersionCommand(input, context);
30
+ return (0, Aws_json1_0_1.serializeAws_json1_0GetEnvironmentTemplateVersionCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_0_1.deserializeAws_json1_0GetEnvironmentTemplateVersionCommand(output, context);
33
+ return (0, Aws_json1_0_1.deserializeAws_json1_0GetEnvironmentTemplateVersionCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetEnvironmentTemplateVersionCommand = GetEnvironmentTemplateVersionCommand;
@@ -11,7 +11,7 @@ class GetRepositoryCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "ProtonClient";
@@ -27,10 +27,10 @@ class GetRepositoryCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_0_1.serializeAws_json1_0GetRepositoryCommand(input, context);
30
+ return (0, Aws_json1_0_1.serializeAws_json1_0GetRepositoryCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_0_1.deserializeAws_json1_0GetRepositoryCommand(output, context);
33
+ return (0, Aws_json1_0_1.deserializeAws_json1_0GetRepositoryCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetRepositoryCommand = GetRepositoryCommand;
@@ -11,7 +11,7 @@ class GetRepositorySyncStatusCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "ProtonClient";
@@ -27,10 +27,10 @@ class GetRepositorySyncStatusCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_0_1.serializeAws_json1_0GetRepositorySyncStatusCommand(input, context);
30
+ return (0, Aws_json1_0_1.serializeAws_json1_0GetRepositorySyncStatusCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_0_1.deserializeAws_json1_0GetRepositorySyncStatusCommand(output, context);
33
+ return (0, Aws_json1_0_1.deserializeAws_json1_0GetRepositorySyncStatusCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetRepositorySyncStatusCommand = GetRepositorySyncStatusCommand;
@@ -11,7 +11,7 @@ class GetServiceCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "ProtonClient";
@@ -27,10 +27,10 @@ class GetServiceCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_0_1.serializeAws_json1_0GetServiceCommand(input, context);
30
+ return (0, Aws_json1_0_1.serializeAws_json1_0GetServiceCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_0_1.deserializeAws_json1_0GetServiceCommand(output, context);
33
+ return (0, Aws_json1_0_1.deserializeAws_json1_0GetServiceCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetServiceCommand = GetServiceCommand;
@@ -11,7 +11,7 @@ class GetServiceInstanceCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "ProtonClient";
@@ -27,10 +27,10 @@ class GetServiceInstanceCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_0_1.serializeAws_json1_0GetServiceInstanceCommand(input, context);
30
+ return (0, Aws_json1_0_1.serializeAws_json1_0GetServiceInstanceCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_0_1.deserializeAws_json1_0GetServiceInstanceCommand(output, context);
33
+ return (0, Aws_json1_0_1.deserializeAws_json1_0GetServiceInstanceCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetServiceInstanceCommand = GetServiceInstanceCommand;
@@ -11,7 +11,7 @@ class GetServiceTemplateCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "ProtonClient";
@@ -27,10 +27,10 @@ class GetServiceTemplateCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_0_1.serializeAws_json1_0GetServiceTemplateCommand(input, context);
30
+ return (0, Aws_json1_0_1.serializeAws_json1_0GetServiceTemplateCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_0_1.deserializeAws_json1_0GetServiceTemplateCommand(output, context);
33
+ return (0, Aws_json1_0_1.deserializeAws_json1_0GetServiceTemplateCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetServiceTemplateCommand = GetServiceTemplateCommand;
@@ -11,7 +11,7 @@ class GetServiceTemplateVersionCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "ProtonClient";
@@ -27,10 +27,10 @@ class GetServiceTemplateVersionCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_0_1.serializeAws_json1_0GetServiceTemplateVersionCommand(input, context);
30
+ return (0, Aws_json1_0_1.serializeAws_json1_0GetServiceTemplateVersionCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_0_1.deserializeAws_json1_0GetServiceTemplateVersionCommand(output, context);
33
+ return (0, Aws_json1_0_1.deserializeAws_json1_0GetServiceTemplateVersionCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetServiceTemplateVersionCommand = GetServiceTemplateVersionCommand;
@@ -11,7 +11,7 @@ class GetTemplateSyncConfigCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "ProtonClient";
@@ -27,10 +27,10 @@ class GetTemplateSyncConfigCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_0_1.serializeAws_json1_0GetTemplateSyncConfigCommand(input, context);
30
+ return (0, Aws_json1_0_1.serializeAws_json1_0GetTemplateSyncConfigCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_0_1.deserializeAws_json1_0GetTemplateSyncConfigCommand(output, context);
33
+ return (0, Aws_json1_0_1.deserializeAws_json1_0GetTemplateSyncConfigCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetTemplateSyncConfigCommand = GetTemplateSyncConfigCommand;
@@ -11,7 +11,7 @@ class GetTemplateSyncStatusCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "ProtonClient";
@@ -27,10 +27,10 @@ class GetTemplateSyncStatusCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_0_1.serializeAws_json1_0GetTemplateSyncStatusCommand(input, context);
30
+ return (0, Aws_json1_0_1.serializeAws_json1_0GetTemplateSyncStatusCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_0_1.deserializeAws_json1_0GetTemplateSyncStatusCommand(output, context);
33
+ return (0, Aws_json1_0_1.deserializeAws_json1_0GetTemplateSyncStatusCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetTemplateSyncStatusCommand = GetTemplateSyncStatusCommand;
@@ -11,7 +11,7 @@ class ListEnvironmentAccountConnectionsCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "ProtonClient";
@@ -27,10 +27,10 @@ class ListEnvironmentAccountConnectionsCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_0_1.serializeAws_json1_0ListEnvironmentAccountConnectionsCommand(input, context);
30
+ return (0, Aws_json1_0_1.serializeAws_json1_0ListEnvironmentAccountConnectionsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_0_1.deserializeAws_json1_0ListEnvironmentAccountConnectionsCommand(output, context);
33
+ return (0, Aws_json1_0_1.deserializeAws_json1_0ListEnvironmentAccountConnectionsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListEnvironmentAccountConnectionsCommand = ListEnvironmentAccountConnectionsCommand;
@@ -11,7 +11,7 @@ class ListEnvironmentOutputsCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "ProtonClient";
@@ -27,10 +27,10 @@ class ListEnvironmentOutputsCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_0_1.serializeAws_json1_0ListEnvironmentOutputsCommand(input, context);
30
+ return (0, Aws_json1_0_1.serializeAws_json1_0ListEnvironmentOutputsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_0_1.deserializeAws_json1_0ListEnvironmentOutputsCommand(output, context);
33
+ return (0, Aws_json1_0_1.deserializeAws_json1_0ListEnvironmentOutputsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListEnvironmentOutputsCommand = ListEnvironmentOutputsCommand;
@@ -11,7 +11,7 @@ class ListEnvironmentProvisionedResourcesCommand extends smithy_client_1.Command
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "ProtonClient";
@@ -27,10 +27,10 @@ class ListEnvironmentProvisionedResourcesCommand extends smithy_client_1.Command
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_0_1.serializeAws_json1_0ListEnvironmentProvisionedResourcesCommand(input, context);
30
+ return (0, Aws_json1_0_1.serializeAws_json1_0ListEnvironmentProvisionedResourcesCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_0_1.deserializeAws_json1_0ListEnvironmentProvisionedResourcesCommand(output, context);
33
+ return (0, Aws_json1_0_1.deserializeAws_json1_0ListEnvironmentProvisionedResourcesCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListEnvironmentProvisionedResourcesCommand = ListEnvironmentProvisionedResourcesCommand;
@@ -11,7 +11,7 @@ class ListEnvironmentTemplateVersionsCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "ProtonClient";
@@ -27,10 +27,10 @@ class ListEnvironmentTemplateVersionsCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_0_1.serializeAws_json1_0ListEnvironmentTemplateVersionsCommand(input, context);
30
+ return (0, Aws_json1_0_1.serializeAws_json1_0ListEnvironmentTemplateVersionsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_0_1.deserializeAws_json1_0ListEnvironmentTemplateVersionsCommand(output, context);
33
+ return (0, Aws_json1_0_1.deserializeAws_json1_0ListEnvironmentTemplateVersionsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListEnvironmentTemplateVersionsCommand = ListEnvironmentTemplateVersionsCommand;
@@ -11,7 +11,7 @@ class ListEnvironmentTemplatesCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "ProtonClient";
@@ -27,10 +27,10 @@ class ListEnvironmentTemplatesCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_0_1.serializeAws_json1_0ListEnvironmentTemplatesCommand(input, context);
30
+ return (0, Aws_json1_0_1.serializeAws_json1_0ListEnvironmentTemplatesCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_0_1.deserializeAws_json1_0ListEnvironmentTemplatesCommand(output, context);
33
+ return (0, Aws_json1_0_1.deserializeAws_json1_0ListEnvironmentTemplatesCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListEnvironmentTemplatesCommand = ListEnvironmentTemplatesCommand;
@@ -11,7 +11,7 @@ class ListEnvironmentsCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "ProtonClient";
@@ -27,10 +27,10 @@ class ListEnvironmentsCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_0_1.serializeAws_json1_0ListEnvironmentsCommand(input, context);
30
+ return (0, Aws_json1_0_1.serializeAws_json1_0ListEnvironmentsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_0_1.deserializeAws_json1_0ListEnvironmentsCommand(output, context);
33
+ return (0, Aws_json1_0_1.deserializeAws_json1_0ListEnvironmentsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListEnvironmentsCommand = ListEnvironmentsCommand;
@@ -11,7 +11,7 @@ class ListRepositoriesCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "ProtonClient";
@@ -27,10 +27,10 @@ class ListRepositoriesCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_0_1.serializeAws_json1_0ListRepositoriesCommand(input, context);
30
+ return (0, Aws_json1_0_1.serializeAws_json1_0ListRepositoriesCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_0_1.deserializeAws_json1_0ListRepositoriesCommand(output, context);
33
+ return (0, Aws_json1_0_1.deserializeAws_json1_0ListRepositoriesCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListRepositoriesCommand = ListRepositoriesCommand;
@@ -11,7 +11,7 @@ class ListRepositorySyncDefinitionsCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "ProtonClient";
@@ -27,10 +27,10 @@ class ListRepositorySyncDefinitionsCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_0_1.serializeAws_json1_0ListRepositorySyncDefinitionsCommand(input, context);
30
+ return (0, Aws_json1_0_1.serializeAws_json1_0ListRepositorySyncDefinitionsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_0_1.deserializeAws_json1_0ListRepositorySyncDefinitionsCommand(output, context);
33
+ return (0, Aws_json1_0_1.deserializeAws_json1_0ListRepositorySyncDefinitionsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListRepositorySyncDefinitionsCommand = ListRepositorySyncDefinitionsCommand;
@@ -11,7 +11,7 @@ class ListServiceInstanceOutputsCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "ProtonClient";
@@ -27,10 +27,10 @@ class ListServiceInstanceOutputsCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_0_1.serializeAws_json1_0ListServiceInstanceOutputsCommand(input, context);
30
+ return (0, Aws_json1_0_1.serializeAws_json1_0ListServiceInstanceOutputsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_0_1.deserializeAws_json1_0ListServiceInstanceOutputsCommand(output, context);
33
+ return (0, Aws_json1_0_1.deserializeAws_json1_0ListServiceInstanceOutputsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListServiceInstanceOutputsCommand = ListServiceInstanceOutputsCommand;
@@ -11,7 +11,7 @@ class ListServiceInstanceProvisionedResourcesCommand extends smithy_client_1.Com
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "ProtonClient";
@@ -27,10 +27,10 @@ class ListServiceInstanceProvisionedResourcesCommand extends smithy_client_1.Com
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_0_1.serializeAws_json1_0ListServiceInstanceProvisionedResourcesCommand(input, context);
30
+ return (0, Aws_json1_0_1.serializeAws_json1_0ListServiceInstanceProvisionedResourcesCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_0_1.deserializeAws_json1_0ListServiceInstanceProvisionedResourcesCommand(output, context);
33
+ return (0, Aws_json1_0_1.deserializeAws_json1_0ListServiceInstanceProvisionedResourcesCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListServiceInstanceProvisionedResourcesCommand = ListServiceInstanceProvisionedResourcesCommand;
@@ -11,7 +11,7 @@ class ListServiceInstancesCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "ProtonClient";
@@ -27,10 +27,10 @@ class ListServiceInstancesCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_0_1.serializeAws_json1_0ListServiceInstancesCommand(input, context);
30
+ return (0, Aws_json1_0_1.serializeAws_json1_0ListServiceInstancesCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_0_1.deserializeAws_json1_0ListServiceInstancesCommand(output, context);
33
+ return (0, Aws_json1_0_1.deserializeAws_json1_0ListServiceInstancesCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListServiceInstancesCommand = ListServiceInstancesCommand;
@@ -11,7 +11,7 @@ class ListServicePipelineOutputsCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "ProtonClient";
@@ -27,10 +27,10 @@ class ListServicePipelineOutputsCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_0_1.serializeAws_json1_0ListServicePipelineOutputsCommand(input, context);
30
+ return (0, Aws_json1_0_1.serializeAws_json1_0ListServicePipelineOutputsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_0_1.deserializeAws_json1_0ListServicePipelineOutputsCommand(output, context);
33
+ return (0, Aws_json1_0_1.deserializeAws_json1_0ListServicePipelineOutputsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListServicePipelineOutputsCommand = ListServicePipelineOutputsCommand;
@@ -11,7 +11,7 @@ class ListServicePipelineProvisionedResourcesCommand extends smithy_client_1.Com
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "ProtonClient";
@@ -27,10 +27,10 @@ class ListServicePipelineProvisionedResourcesCommand extends smithy_client_1.Com
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_0_1.serializeAws_json1_0ListServicePipelineProvisionedResourcesCommand(input, context);
30
+ return (0, Aws_json1_0_1.serializeAws_json1_0ListServicePipelineProvisionedResourcesCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_0_1.deserializeAws_json1_0ListServicePipelineProvisionedResourcesCommand(output, context);
33
+ return (0, Aws_json1_0_1.deserializeAws_json1_0ListServicePipelineProvisionedResourcesCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListServicePipelineProvisionedResourcesCommand = ListServicePipelineProvisionedResourcesCommand;
@@ -11,7 +11,7 @@ class ListServiceTemplateVersionsCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "ProtonClient";
@@ -27,10 +27,10 @@ class ListServiceTemplateVersionsCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_0_1.serializeAws_json1_0ListServiceTemplateVersionsCommand(input, context);
30
+ return (0, Aws_json1_0_1.serializeAws_json1_0ListServiceTemplateVersionsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_0_1.deserializeAws_json1_0ListServiceTemplateVersionsCommand(output, context);
33
+ return (0, Aws_json1_0_1.deserializeAws_json1_0ListServiceTemplateVersionsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListServiceTemplateVersionsCommand = ListServiceTemplateVersionsCommand;
@@ -11,7 +11,7 @@ class ListServiceTemplatesCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "ProtonClient";
@@ -27,10 +27,10 @@ class ListServiceTemplatesCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_0_1.serializeAws_json1_0ListServiceTemplatesCommand(input, context);
30
+ return (0, Aws_json1_0_1.serializeAws_json1_0ListServiceTemplatesCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_0_1.deserializeAws_json1_0ListServiceTemplatesCommand(output, context);
33
+ return (0, Aws_json1_0_1.deserializeAws_json1_0ListServiceTemplatesCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListServiceTemplatesCommand = ListServiceTemplatesCommand;
@@ -11,7 +11,7 @@ class ListServicesCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "ProtonClient";
@@ -27,10 +27,10 @@ class ListServicesCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_0_1.serializeAws_json1_0ListServicesCommand(input, context);
30
+ return (0, Aws_json1_0_1.serializeAws_json1_0ListServicesCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_0_1.deserializeAws_json1_0ListServicesCommand(output, context);
33
+ return (0, Aws_json1_0_1.deserializeAws_json1_0ListServicesCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListServicesCommand = ListServicesCommand;