@aws-sdk/client-ssm 3.54.0 → 3.56.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 (193) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/dist-cjs/SSMClient.js +13 -13
  3. package/dist-cjs/commands/AddTagsToResourceCommand.js +3 -3
  4. package/dist-cjs/commands/AssociateOpsItemRelatedItemCommand.js +3 -3
  5. package/dist-cjs/commands/CancelCommandCommand.js +3 -3
  6. package/dist-cjs/commands/CancelMaintenanceWindowExecutionCommand.js +3 -3
  7. package/dist-cjs/commands/CreateActivationCommand.js +3 -3
  8. package/dist-cjs/commands/CreateAssociationBatchCommand.js +3 -3
  9. package/dist-cjs/commands/CreateAssociationCommand.js +3 -3
  10. package/dist-cjs/commands/CreateDocumentCommand.js +3 -3
  11. package/dist-cjs/commands/CreateMaintenanceWindowCommand.js +3 -3
  12. package/dist-cjs/commands/CreateOpsItemCommand.js +3 -3
  13. package/dist-cjs/commands/CreateOpsMetadataCommand.js +3 -3
  14. package/dist-cjs/commands/CreatePatchBaselineCommand.js +3 -3
  15. package/dist-cjs/commands/CreateResourceDataSyncCommand.js +3 -3
  16. package/dist-cjs/commands/DeleteActivationCommand.js +3 -3
  17. package/dist-cjs/commands/DeleteAssociationCommand.js +3 -3
  18. package/dist-cjs/commands/DeleteDocumentCommand.js +3 -3
  19. package/dist-cjs/commands/DeleteInventoryCommand.js +3 -3
  20. package/dist-cjs/commands/DeleteMaintenanceWindowCommand.js +3 -3
  21. package/dist-cjs/commands/DeleteOpsMetadataCommand.js +3 -3
  22. package/dist-cjs/commands/DeleteParameterCommand.js +3 -3
  23. package/dist-cjs/commands/DeleteParametersCommand.js +3 -3
  24. package/dist-cjs/commands/DeletePatchBaselineCommand.js +3 -3
  25. package/dist-cjs/commands/DeleteResourceDataSyncCommand.js +3 -3
  26. package/dist-cjs/commands/DeregisterManagedInstanceCommand.js +3 -3
  27. package/dist-cjs/commands/DeregisterPatchBaselineForPatchGroupCommand.js +3 -3
  28. package/dist-cjs/commands/DeregisterTargetFromMaintenanceWindowCommand.js +3 -3
  29. package/dist-cjs/commands/DeregisterTaskFromMaintenanceWindowCommand.js +3 -3
  30. package/dist-cjs/commands/DescribeActivationsCommand.js +3 -3
  31. package/dist-cjs/commands/DescribeAssociationCommand.js +3 -3
  32. package/dist-cjs/commands/DescribeAssociationExecutionTargetsCommand.js +3 -3
  33. package/dist-cjs/commands/DescribeAssociationExecutionsCommand.js +3 -3
  34. package/dist-cjs/commands/DescribeAutomationExecutionsCommand.js +3 -3
  35. package/dist-cjs/commands/DescribeAutomationStepExecutionsCommand.js +3 -3
  36. package/dist-cjs/commands/DescribeAvailablePatchesCommand.js +3 -3
  37. package/dist-cjs/commands/DescribeDocumentCommand.js +3 -3
  38. package/dist-cjs/commands/DescribeDocumentPermissionCommand.js +3 -3
  39. package/dist-cjs/commands/DescribeEffectiveInstanceAssociationsCommand.js +3 -3
  40. package/dist-cjs/commands/DescribeEffectivePatchesForPatchBaselineCommand.js +3 -3
  41. package/dist-cjs/commands/DescribeInstanceAssociationsStatusCommand.js +3 -3
  42. package/dist-cjs/commands/DescribeInstanceInformationCommand.js +3 -3
  43. package/dist-cjs/commands/DescribeInstancePatchStatesCommand.js +3 -3
  44. package/dist-cjs/commands/DescribeInstancePatchStatesForPatchGroupCommand.js +3 -3
  45. package/dist-cjs/commands/DescribeInstancePatchesCommand.js +3 -3
  46. package/dist-cjs/commands/DescribeInventoryDeletionsCommand.js +3 -3
  47. package/dist-cjs/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.js +3 -3
  48. package/dist-cjs/commands/DescribeMaintenanceWindowExecutionTasksCommand.js +3 -3
  49. package/dist-cjs/commands/DescribeMaintenanceWindowExecutionsCommand.js +3 -3
  50. package/dist-cjs/commands/DescribeMaintenanceWindowScheduleCommand.js +3 -3
  51. package/dist-cjs/commands/DescribeMaintenanceWindowTargetsCommand.js +3 -3
  52. package/dist-cjs/commands/DescribeMaintenanceWindowTasksCommand.js +3 -3
  53. package/dist-cjs/commands/DescribeMaintenanceWindowsCommand.js +3 -3
  54. package/dist-cjs/commands/DescribeMaintenanceWindowsForTargetCommand.js +3 -3
  55. package/dist-cjs/commands/DescribeOpsItemsCommand.js +3 -3
  56. package/dist-cjs/commands/DescribeParametersCommand.js +3 -3
  57. package/dist-cjs/commands/DescribePatchBaselinesCommand.js +3 -3
  58. package/dist-cjs/commands/DescribePatchGroupStateCommand.js +3 -3
  59. package/dist-cjs/commands/DescribePatchGroupsCommand.js +3 -3
  60. package/dist-cjs/commands/DescribePatchPropertiesCommand.js +3 -3
  61. package/dist-cjs/commands/DescribeSessionsCommand.js +3 -3
  62. package/dist-cjs/commands/DisassociateOpsItemRelatedItemCommand.js +3 -3
  63. package/dist-cjs/commands/GetAutomationExecutionCommand.js +3 -3
  64. package/dist-cjs/commands/GetCalendarStateCommand.js +3 -3
  65. package/dist-cjs/commands/GetCommandInvocationCommand.js +3 -3
  66. package/dist-cjs/commands/GetConnectionStatusCommand.js +3 -3
  67. package/dist-cjs/commands/GetDefaultPatchBaselineCommand.js +3 -3
  68. package/dist-cjs/commands/GetDeployablePatchSnapshotForInstanceCommand.js +3 -3
  69. package/dist-cjs/commands/GetDocumentCommand.js +3 -3
  70. package/dist-cjs/commands/GetInventoryCommand.js +3 -3
  71. package/dist-cjs/commands/GetInventorySchemaCommand.js +3 -3
  72. package/dist-cjs/commands/GetMaintenanceWindowCommand.js +3 -3
  73. package/dist-cjs/commands/GetMaintenanceWindowExecutionCommand.js +3 -3
  74. package/dist-cjs/commands/GetMaintenanceWindowExecutionTaskCommand.js +3 -3
  75. package/dist-cjs/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.js +3 -3
  76. package/dist-cjs/commands/GetMaintenanceWindowTaskCommand.js +3 -3
  77. package/dist-cjs/commands/GetOpsItemCommand.js +3 -3
  78. package/dist-cjs/commands/GetOpsMetadataCommand.js +3 -3
  79. package/dist-cjs/commands/GetOpsSummaryCommand.js +3 -3
  80. package/dist-cjs/commands/GetParameterCommand.js +3 -3
  81. package/dist-cjs/commands/GetParameterHistoryCommand.js +3 -3
  82. package/dist-cjs/commands/GetParametersByPathCommand.js +3 -3
  83. package/dist-cjs/commands/GetParametersCommand.js +3 -3
  84. package/dist-cjs/commands/GetPatchBaselineCommand.js +3 -3
  85. package/dist-cjs/commands/GetPatchBaselineForPatchGroupCommand.js +3 -3
  86. package/dist-cjs/commands/GetServiceSettingCommand.js +3 -3
  87. package/dist-cjs/commands/LabelParameterVersionCommand.js +3 -3
  88. package/dist-cjs/commands/ListAssociationVersionsCommand.js +3 -3
  89. package/dist-cjs/commands/ListAssociationsCommand.js +3 -3
  90. package/dist-cjs/commands/ListCommandInvocationsCommand.js +3 -3
  91. package/dist-cjs/commands/ListCommandsCommand.js +3 -3
  92. package/dist-cjs/commands/ListComplianceItemsCommand.js +3 -3
  93. package/dist-cjs/commands/ListComplianceSummariesCommand.js +3 -3
  94. package/dist-cjs/commands/ListDocumentMetadataHistoryCommand.js +3 -3
  95. package/dist-cjs/commands/ListDocumentVersionsCommand.js +3 -3
  96. package/dist-cjs/commands/ListDocumentsCommand.js +3 -3
  97. package/dist-cjs/commands/ListInventoryEntriesCommand.js +3 -3
  98. package/dist-cjs/commands/ListOpsItemEventsCommand.js +3 -3
  99. package/dist-cjs/commands/ListOpsItemRelatedItemsCommand.js +3 -3
  100. package/dist-cjs/commands/ListOpsMetadataCommand.js +3 -3
  101. package/dist-cjs/commands/ListResourceComplianceSummariesCommand.js +3 -3
  102. package/dist-cjs/commands/ListResourceDataSyncCommand.js +3 -3
  103. package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
  104. package/dist-cjs/commands/ModifyDocumentPermissionCommand.js +3 -3
  105. package/dist-cjs/commands/PutComplianceItemsCommand.js +3 -3
  106. package/dist-cjs/commands/PutInventoryCommand.js +3 -3
  107. package/dist-cjs/commands/PutParameterCommand.js +3 -3
  108. package/dist-cjs/commands/RegisterDefaultPatchBaselineCommand.js +3 -3
  109. package/dist-cjs/commands/RegisterPatchBaselineForPatchGroupCommand.js +3 -3
  110. package/dist-cjs/commands/RegisterTargetWithMaintenanceWindowCommand.js +3 -3
  111. package/dist-cjs/commands/RegisterTaskWithMaintenanceWindowCommand.js +3 -3
  112. package/dist-cjs/commands/RemoveTagsFromResourceCommand.js +3 -3
  113. package/dist-cjs/commands/ResetServiceSettingCommand.js +3 -3
  114. package/dist-cjs/commands/ResumeSessionCommand.js +3 -3
  115. package/dist-cjs/commands/SendAutomationSignalCommand.js +3 -3
  116. package/dist-cjs/commands/SendCommandCommand.js +3 -3
  117. package/dist-cjs/commands/StartAssociationsOnceCommand.js +3 -3
  118. package/dist-cjs/commands/StartAutomationExecutionCommand.js +3 -3
  119. package/dist-cjs/commands/StartChangeRequestExecutionCommand.js +3 -3
  120. package/dist-cjs/commands/StartSessionCommand.js +3 -3
  121. package/dist-cjs/commands/StopAutomationExecutionCommand.js +3 -3
  122. package/dist-cjs/commands/TerminateSessionCommand.js +3 -3
  123. package/dist-cjs/commands/UnlabelParameterVersionCommand.js +3 -3
  124. package/dist-cjs/commands/UpdateAssociationCommand.js +3 -3
  125. package/dist-cjs/commands/UpdateAssociationStatusCommand.js +3 -3
  126. package/dist-cjs/commands/UpdateDocumentCommand.js +3 -3
  127. package/dist-cjs/commands/UpdateDocumentDefaultVersionCommand.js +3 -3
  128. package/dist-cjs/commands/UpdateDocumentMetadataCommand.js +3 -3
  129. package/dist-cjs/commands/UpdateMaintenanceWindowCommand.js +3 -3
  130. package/dist-cjs/commands/UpdateMaintenanceWindowTargetCommand.js +3 -3
  131. package/dist-cjs/commands/UpdateMaintenanceWindowTaskCommand.js +3 -3
  132. package/dist-cjs/commands/UpdateManagedInstanceRoleCommand.js +3 -3
  133. package/dist-cjs/commands/UpdateOpsItemCommand.js +3 -3
  134. package/dist-cjs/commands/UpdateOpsMetadataCommand.js +3 -3
  135. package/dist-cjs/commands/UpdatePatchBaselineCommand.js +3 -3
  136. package/dist-cjs/commands/UpdateResourceDataSyncCommand.js +3 -3
  137. package/dist-cjs/commands/UpdateServiceSettingCommand.js +3 -3
  138. package/dist-cjs/endpoints.js +1 -1
  139. package/dist-cjs/protocols/Aws_json1_1.js +1304 -1304
  140. package/dist-cjs/runtimeConfig.browser.js +4 -4
  141. package/dist-cjs/runtimeConfig.js +9 -9
  142. package/dist-cjs/runtimeConfig.native.js +1 -1
  143. package/dist-cjs/waiters/waitForCommandExecuted.js +3 -3
  144. package/dist-es/SSM.js +135 -135
  145. package/dist-es/pagination/DescribeActivationsPaginator.js +4 -4
  146. package/dist-es/pagination/DescribeAssociationExecutionTargetsPaginator.js +4 -4
  147. package/dist-es/pagination/DescribeAssociationExecutionsPaginator.js +4 -4
  148. package/dist-es/pagination/DescribeAutomationExecutionsPaginator.js +4 -4
  149. package/dist-es/pagination/DescribeAutomationStepExecutionsPaginator.js +4 -4
  150. package/dist-es/pagination/DescribeAvailablePatchesPaginator.js +4 -4
  151. package/dist-es/pagination/DescribeEffectiveInstanceAssociationsPaginator.js +4 -4
  152. package/dist-es/pagination/DescribeEffectivePatchesForPatchBaselinePaginator.js +4 -4
  153. package/dist-es/pagination/DescribeInstanceAssociationsStatusPaginator.js +4 -4
  154. package/dist-es/pagination/DescribeInstanceInformationPaginator.js +4 -4
  155. package/dist-es/pagination/DescribeInstancePatchStatesForPatchGroupPaginator.js +4 -4
  156. package/dist-es/pagination/DescribeInstancePatchStatesPaginator.js +4 -4
  157. package/dist-es/pagination/DescribeInstancePatchesPaginator.js +4 -4
  158. package/dist-es/pagination/DescribeInventoryDeletionsPaginator.js +4 -4
  159. package/dist-es/pagination/DescribeMaintenanceWindowExecutionTaskInvocationsPaginator.js +4 -4
  160. package/dist-es/pagination/DescribeMaintenanceWindowExecutionTasksPaginator.js +4 -4
  161. package/dist-es/pagination/DescribeMaintenanceWindowExecutionsPaginator.js +4 -4
  162. package/dist-es/pagination/DescribeMaintenanceWindowSchedulePaginator.js +4 -4
  163. package/dist-es/pagination/DescribeMaintenanceWindowTargetsPaginator.js +4 -4
  164. package/dist-es/pagination/DescribeMaintenanceWindowTasksPaginator.js +4 -4
  165. package/dist-es/pagination/DescribeMaintenanceWindowsForTargetPaginator.js +4 -4
  166. package/dist-es/pagination/DescribeMaintenanceWindowsPaginator.js +4 -4
  167. package/dist-es/pagination/DescribeOpsItemsPaginator.js +4 -4
  168. package/dist-es/pagination/DescribeParametersPaginator.js +4 -4
  169. package/dist-es/pagination/DescribePatchBaselinesPaginator.js +4 -4
  170. package/dist-es/pagination/DescribePatchGroupsPaginator.js +4 -4
  171. package/dist-es/pagination/DescribePatchPropertiesPaginator.js +4 -4
  172. package/dist-es/pagination/DescribeSessionsPaginator.js +4 -4
  173. package/dist-es/pagination/GetInventoryPaginator.js +4 -4
  174. package/dist-es/pagination/GetInventorySchemaPaginator.js +4 -4
  175. package/dist-es/pagination/GetOpsSummaryPaginator.js +4 -4
  176. package/dist-es/pagination/GetParameterHistoryPaginator.js +4 -4
  177. package/dist-es/pagination/GetParametersByPathPaginator.js +4 -4
  178. package/dist-es/pagination/ListAssociationVersionsPaginator.js +4 -4
  179. package/dist-es/pagination/ListAssociationsPaginator.js +4 -4
  180. package/dist-es/pagination/ListCommandInvocationsPaginator.js +4 -4
  181. package/dist-es/pagination/ListCommandsPaginator.js +4 -4
  182. package/dist-es/pagination/ListComplianceItemsPaginator.js +4 -4
  183. package/dist-es/pagination/ListComplianceSummariesPaginator.js +4 -4
  184. package/dist-es/pagination/ListDocumentVersionsPaginator.js +4 -4
  185. package/dist-es/pagination/ListDocumentsPaginator.js +4 -4
  186. package/dist-es/pagination/ListOpsItemEventsPaginator.js +4 -4
  187. package/dist-es/pagination/ListOpsItemRelatedItemsPaginator.js +4 -4
  188. package/dist-es/pagination/ListOpsMetadataPaginator.js +4 -4
  189. package/dist-es/pagination/ListResourceComplianceSummariesPaginator.js +4 -4
  190. package/dist-es/pagination/ListResourceDataSyncPaginator.js +4 -4
  191. package/dist-types/runtimeConfig.native.d.ts +2 -2
  192. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  193. package/package.json +35 -35
package/CHANGELOG.md CHANGED
@@ -3,6 +3,30 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.56.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.55.0...v3.56.0) (2022-03-24)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-ssm
9
+
10
+
11
+
12
+
13
+
14
+ # [3.55.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.54.1...v3.55.0) (2022-03-21)
15
+
16
+ **Note:** Version bump only for package @aws-sdk/client-ssm
17
+
18
+
19
+
20
+
21
+
22
+ ## [3.54.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.54.0...v3.54.1) (2022-03-15)
23
+
24
+ **Note:** Version bump only for package @aws-sdk/client-ssm
25
+
26
+
27
+
28
+
29
+
6
30
  # [3.54.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.53.1...v3.54.0) (2022-03-11)
7
31
 
8
32
  **Note:** Version bump only for package @aws-sdk/client-ssm
@@ -12,21 +12,21 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
12
12
  const runtimeConfig_1 = require("./runtimeConfig");
13
13
  class SSMClient extends smithy_client_1.Client {
14
14
  constructor(configuration) {
15
- const _config_0 = runtimeConfig_1.getRuntimeConfig(configuration);
16
- const _config_1 = config_resolver_1.resolveRegionConfig(_config_0);
17
- const _config_2 = config_resolver_1.resolveEndpointsConfig(_config_1);
18
- const _config_3 = middleware_retry_1.resolveRetryConfig(_config_2);
19
- const _config_4 = middleware_host_header_1.resolveHostHeaderConfig(_config_3);
20
- const _config_5 = middleware_signing_1.resolveAwsAuthConfig(_config_4);
21
- const _config_6 = middleware_user_agent_1.resolveUserAgentConfig(_config_5);
15
+ const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration);
16
+ const _config_1 = (0, config_resolver_1.resolveRegionConfig)(_config_0);
17
+ const _config_2 = (0, config_resolver_1.resolveEndpointsConfig)(_config_1);
18
+ const _config_3 = (0, middleware_retry_1.resolveRetryConfig)(_config_2);
19
+ const _config_4 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_3);
20
+ const _config_5 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_4);
21
+ const _config_6 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_5);
22
22
  super(_config_6);
23
23
  this.config = _config_6;
24
- this.middlewareStack.use(middleware_retry_1.getRetryPlugin(this.config));
25
- this.middlewareStack.use(middleware_content_length_1.getContentLengthPlugin(this.config));
26
- this.middlewareStack.use(middleware_host_header_1.getHostHeaderPlugin(this.config));
27
- this.middlewareStack.use(middleware_logger_1.getLoggerPlugin(this.config));
28
- this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(this.config));
29
- this.middlewareStack.use(middleware_user_agent_1.getUserAgentPlugin(this.config));
24
+ this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
25
+ this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
26
+ this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
27
+ this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
28
+ this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
29
+ this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
30
30
  }
31
31
  destroy() {
32
32
  super.destroy();
@@ -11,7 +11,7 @@ class AddTagsToResourceCommand 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 = "SSMClient";
@@ -27,10 +27,10 @@ class AddTagsToResourceCommand 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_1_1.serializeAws_json1_1AddTagsToResourceCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1AddTagsToResourceCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1AddTagsToResourceCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1AddTagsToResourceCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.AddTagsToResourceCommand = AddTagsToResourceCommand;
@@ -11,7 +11,7 @@ class AssociateOpsItemRelatedItemCommand 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 = "SSMClient";
@@ -27,10 +27,10 @@ class AssociateOpsItemRelatedItemCommand 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_1_1.serializeAws_json1_1AssociateOpsItemRelatedItemCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1AssociateOpsItemRelatedItemCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1AssociateOpsItemRelatedItemCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1AssociateOpsItemRelatedItemCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.AssociateOpsItemRelatedItemCommand = AssociateOpsItemRelatedItemCommand;
@@ -11,7 +11,7 @@ class CancelCommandCommand 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 = "SSMClient";
@@ -27,10 +27,10 @@ class CancelCommandCommand 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_1_1.serializeAws_json1_1CancelCommandCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1CancelCommandCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1CancelCommandCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1CancelCommandCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.CancelCommandCommand = CancelCommandCommand;
@@ -11,7 +11,7 @@ class CancelMaintenanceWindowExecutionCommand 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 = "SSMClient";
@@ -27,10 +27,10 @@ class CancelMaintenanceWindowExecutionCommand 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_1_1.serializeAws_json1_1CancelMaintenanceWindowExecutionCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1CancelMaintenanceWindowExecutionCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1CancelMaintenanceWindowExecutionCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1CancelMaintenanceWindowExecutionCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.CancelMaintenanceWindowExecutionCommand = CancelMaintenanceWindowExecutionCommand;
@@ -11,7 +11,7 @@ class CreateActivationCommand 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 = "SSMClient";
@@ -27,10 +27,10 @@ class CreateActivationCommand 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_1_1.serializeAws_json1_1CreateActivationCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1CreateActivationCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1CreateActivationCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1CreateActivationCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.CreateActivationCommand = CreateActivationCommand;
@@ -11,7 +11,7 @@ class CreateAssociationBatchCommand 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 = "SSMClient";
@@ -27,10 +27,10 @@ class CreateAssociationBatchCommand 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_1_1.serializeAws_json1_1CreateAssociationBatchCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1CreateAssociationBatchCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1CreateAssociationBatchCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1CreateAssociationBatchCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.CreateAssociationBatchCommand = CreateAssociationBatchCommand;
@@ -11,7 +11,7 @@ class CreateAssociationCommand 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 = "SSMClient";
@@ -27,10 +27,10 @@ class CreateAssociationCommand 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_1_1.serializeAws_json1_1CreateAssociationCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1CreateAssociationCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1CreateAssociationCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1CreateAssociationCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.CreateAssociationCommand = CreateAssociationCommand;
@@ -11,7 +11,7 @@ class CreateDocumentCommand 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 = "SSMClient";
@@ -27,10 +27,10 @@ class CreateDocumentCommand 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_1_1.serializeAws_json1_1CreateDocumentCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1CreateDocumentCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1CreateDocumentCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1CreateDocumentCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.CreateDocumentCommand = CreateDocumentCommand;
@@ -11,7 +11,7 @@ class CreateMaintenanceWindowCommand 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 = "SSMClient";
@@ -27,10 +27,10 @@ class CreateMaintenanceWindowCommand 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_1_1.serializeAws_json1_1CreateMaintenanceWindowCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1CreateMaintenanceWindowCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1CreateMaintenanceWindowCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1CreateMaintenanceWindowCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.CreateMaintenanceWindowCommand = CreateMaintenanceWindowCommand;
@@ -11,7 +11,7 @@ class CreateOpsItemCommand 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 = "SSMClient";
@@ -27,10 +27,10 @@ class CreateOpsItemCommand 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_1_1.serializeAws_json1_1CreateOpsItemCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1CreateOpsItemCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1CreateOpsItemCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1CreateOpsItemCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.CreateOpsItemCommand = CreateOpsItemCommand;
@@ -11,7 +11,7 @@ class CreateOpsMetadataCommand 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 = "SSMClient";
@@ -27,10 +27,10 @@ class CreateOpsMetadataCommand 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_1_1.serializeAws_json1_1CreateOpsMetadataCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1CreateOpsMetadataCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1CreateOpsMetadataCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1CreateOpsMetadataCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.CreateOpsMetadataCommand = CreateOpsMetadataCommand;
@@ -11,7 +11,7 @@ class CreatePatchBaselineCommand 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 = "SSMClient";
@@ -27,10 +27,10 @@ class CreatePatchBaselineCommand 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_1_1.serializeAws_json1_1CreatePatchBaselineCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1CreatePatchBaselineCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1CreatePatchBaselineCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1CreatePatchBaselineCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.CreatePatchBaselineCommand = CreatePatchBaselineCommand;
@@ -11,7 +11,7 @@ class CreateResourceDataSyncCommand 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 = "SSMClient";
@@ -27,10 +27,10 @@ class CreateResourceDataSyncCommand 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_1_1.serializeAws_json1_1CreateResourceDataSyncCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1CreateResourceDataSyncCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1CreateResourceDataSyncCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1CreateResourceDataSyncCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.CreateResourceDataSyncCommand = CreateResourceDataSyncCommand;
@@ -11,7 +11,7 @@ class DeleteActivationCommand 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 = "SSMClient";
@@ -27,10 +27,10 @@ class DeleteActivationCommand 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_1_1.serializeAws_json1_1DeleteActivationCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1DeleteActivationCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1DeleteActivationCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1DeleteActivationCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DeleteActivationCommand = DeleteActivationCommand;
@@ -11,7 +11,7 @@ class DeleteAssociationCommand 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 = "SSMClient";
@@ -27,10 +27,10 @@ class DeleteAssociationCommand 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_1_1.serializeAws_json1_1DeleteAssociationCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1DeleteAssociationCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1DeleteAssociationCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1DeleteAssociationCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DeleteAssociationCommand = DeleteAssociationCommand;
@@ -11,7 +11,7 @@ class DeleteDocumentCommand 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 = "SSMClient";
@@ -27,10 +27,10 @@ class DeleteDocumentCommand 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_1_1.serializeAws_json1_1DeleteDocumentCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1DeleteDocumentCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1DeleteDocumentCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1DeleteDocumentCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DeleteDocumentCommand = DeleteDocumentCommand;
@@ -11,7 +11,7 @@ class DeleteInventoryCommand 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 = "SSMClient";
@@ -27,10 +27,10 @@ class DeleteInventoryCommand 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_1_1.serializeAws_json1_1DeleteInventoryCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1DeleteInventoryCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1DeleteInventoryCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1DeleteInventoryCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DeleteInventoryCommand = DeleteInventoryCommand;
@@ -11,7 +11,7 @@ class DeleteMaintenanceWindowCommand 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 = "SSMClient";
@@ -27,10 +27,10 @@ class DeleteMaintenanceWindowCommand 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_1_1.serializeAws_json1_1DeleteMaintenanceWindowCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1DeleteMaintenanceWindowCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1DeleteMaintenanceWindowCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1DeleteMaintenanceWindowCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DeleteMaintenanceWindowCommand = DeleteMaintenanceWindowCommand;
@@ -11,7 +11,7 @@ class DeleteOpsMetadataCommand 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 = "SSMClient";
@@ -27,10 +27,10 @@ class DeleteOpsMetadataCommand 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_1_1.serializeAws_json1_1DeleteOpsMetadataCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1DeleteOpsMetadataCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1DeleteOpsMetadataCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1DeleteOpsMetadataCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DeleteOpsMetadataCommand = DeleteOpsMetadataCommand;
@@ -11,7 +11,7 @@ class DeleteParameterCommand 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 = "SSMClient";
@@ -27,10 +27,10 @@ class DeleteParameterCommand 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_1_1.serializeAws_json1_1DeleteParameterCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1DeleteParameterCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1DeleteParameterCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1DeleteParameterCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DeleteParameterCommand = DeleteParameterCommand;
@@ -11,7 +11,7 @@ class DeleteParametersCommand 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 = "SSMClient";
@@ -27,10 +27,10 @@ class DeleteParametersCommand 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_1_1.serializeAws_json1_1DeleteParametersCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1DeleteParametersCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1DeleteParametersCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1DeleteParametersCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DeleteParametersCommand = DeleteParametersCommand;
@@ -11,7 +11,7 @@ class DeletePatchBaselineCommand 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 = "SSMClient";
@@ -27,10 +27,10 @@ class DeletePatchBaselineCommand 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_1_1.serializeAws_json1_1DeletePatchBaselineCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1DeletePatchBaselineCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1DeletePatchBaselineCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1DeletePatchBaselineCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DeletePatchBaselineCommand = DeletePatchBaselineCommand;
@@ -11,7 +11,7 @@ class DeleteResourceDataSyncCommand 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 = "SSMClient";
@@ -27,10 +27,10 @@ class DeleteResourceDataSyncCommand 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_1_1.serializeAws_json1_1DeleteResourceDataSyncCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1DeleteResourceDataSyncCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1DeleteResourceDataSyncCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1DeleteResourceDataSyncCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DeleteResourceDataSyncCommand = DeleteResourceDataSyncCommand;
@@ -11,7 +11,7 @@ class DeregisterManagedInstanceCommand 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 = "SSMClient";
@@ -27,10 +27,10 @@ class DeregisterManagedInstanceCommand 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_1_1.serializeAws_json1_1DeregisterManagedInstanceCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1DeregisterManagedInstanceCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1DeregisterManagedInstanceCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1DeregisterManagedInstanceCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DeregisterManagedInstanceCommand = DeregisterManagedInstanceCommand;