@aws-sdk/client-ssm 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 (199) 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/SSMClient.d.ts +2 -2
  192. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  193. package/dist-types/runtimeConfig.d.ts +1 -1
  194. package/dist-types/runtimeConfig.native.d.ts +3 -3
  195. package/dist-types/ts3.4/SSMClient.d.ts +2 -2
  196. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  197. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  198. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  199. package/package.json +35 -35
@@ -11,7 +11,7 @@ class RegisterDefaultPatchBaselineCommand 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 RegisterDefaultPatchBaselineCommand 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_1RegisterDefaultPatchBaselineCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1RegisterDefaultPatchBaselineCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1RegisterDefaultPatchBaselineCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1RegisterDefaultPatchBaselineCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.RegisterDefaultPatchBaselineCommand = RegisterDefaultPatchBaselineCommand;
@@ -11,7 +11,7 @@ class RegisterPatchBaselineForPatchGroupCommand 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 RegisterPatchBaselineForPatchGroupCommand 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_1RegisterPatchBaselineForPatchGroupCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1RegisterPatchBaselineForPatchGroupCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1RegisterPatchBaselineForPatchGroupCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1RegisterPatchBaselineForPatchGroupCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.RegisterPatchBaselineForPatchGroupCommand = RegisterPatchBaselineForPatchGroupCommand;
@@ -11,7 +11,7 @@ class RegisterTargetWithMaintenanceWindowCommand 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 RegisterTargetWithMaintenanceWindowCommand 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_1RegisterTargetWithMaintenanceWindowCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1RegisterTargetWithMaintenanceWindowCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1RegisterTargetWithMaintenanceWindowCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1RegisterTargetWithMaintenanceWindowCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.RegisterTargetWithMaintenanceWindowCommand = RegisterTargetWithMaintenanceWindowCommand;
@@ -11,7 +11,7 @@ class RegisterTaskWithMaintenanceWindowCommand 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 RegisterTaskWithMaintenanceWindowCommand 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_1RegisterTaskWithMaintenanceWindowCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1RegisterTaskWithMaintenanceWindowCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1RegisterTaskWithMaintenanceWindowCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1RegisterTaskWithMaintenanceWindowCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.RegisterTaskWithMaintenanceWindowCommand = RegisterTaskWithMaintenanceWindowCommand;
@@ -11,7 +11,7 @@ class RemoveTagsFromResourceCommand 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 RemoveTagsFromResourceCommand 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_1RemoveTagsFromResourceCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1RemoveTagsFromResourceCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1RemoveTagsFromResourceCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1RemoveTagsFromResourceCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.RemoveTagsFromResourceCommand = RemoveTagsFromResourceCommand;
@@ -11,7 +11,7 @@ class ResetServiceSettingCommand 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 ResetServiceSettingCommand 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_1ResetServiceSettingCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1ResetServiceSettingCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1ResetServiceSettingCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1ResetServiceSettingCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ResetServiceSettingCommand = ResetServiceSettingCommand;
@@ -11,7 +11,7 @@ class ResumeSessionCommand 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 ResumeSessionCommand 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_1ResumeSessionCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1ResumeSessionCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1ResumeSessionCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1ResumeSessionCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ResumeSessionCommand = ResumeSessionCommand;
@@ -11,7 +11,7 @@ class SendAutomationSignalCommand 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 SendAutomationSignalCommand 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_1SendAutomationSignalCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1SendAutomationSignalCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1SendAutomationSignalCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1SendAutomationSignalCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.SendAutomationSignalCommand = SendAutomationSignalCommand;
@@ -11,7 +11,7 @@ class SendCommandCommand 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 SendCommandCommand 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_1SendCommandCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1SendCommandCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1SendCommandCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1SendCommandCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.SendCommandCommand = SendCommandCommand;
@@ -11,7 +11,7 @@ class StartAssociationsOnceCommand 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 StartAssociationsOnceCommand 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_1StartAssociationsOnceCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1StartAssociationsOnceCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1StartAssociationsOnceCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1StartAssociationsOnceCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.StartAssociationsOnceCommand = StartAssociationsOnceCommand;
@@ -11,7 +11,7 @@ class StartAutomationExecutionCommand 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 StartAutomationExecutionCommand 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_1StartAutomationExecutionCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1StartAutomationExecutionCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1StartAutomationExecutionCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1StartAutomationExecutionCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.StartAutomationExecutionCommand = StartAutomationExecutionCommand;
@@ -11,7 +11,7 @@ class StartChangeRequestExecutionCommand 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 StartChangeRequestExecutionCommand 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_1StartChangeRequestExecutionCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1StartChangeRequestExecutionCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1StartChangeRequestExecutionCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1StartChangeRequestExecutionCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.StartChangeRequestExecutionCommand = StartChangeRequestExecutionCommand;
@@ -11,7 +11,7 @@ class StartSessionCommand 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 StartSessionCommand 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_1StartSessionCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1StartSessionCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1StartSessionCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1StartSessionCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.StartSessionCommand = StartSessionCommand;
@@ -11,7 +11,7 @@ class StopAutomationExecutionCommand 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 StopAutomationExecutionCommand 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_1StopAutomationExecutionCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1StopAutomationExecutionCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1StopAutomationExecutionCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1StopAutomationExecutionCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.StopAutomationExecutionCommand = StopAutomationExecutionCommand;
@@ -11,7 +11,7 @@ class TerminateSessionCommand 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 TerminateSessionCommand 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_1TerminateSessionCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1TerminateSessionCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1TerminateSessionCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1TerminateSessionCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.TerminateSessionCommand = TerminateSessionCommand;
@@ -11,7 +11,7 @@ class UnlabelParameterVersionCommand 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 UnlabelParameterVersionCommand 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_1UnlabelParameterVersionCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1UnlabelParameterVersionCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1UnlabelParameterVersionCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1UnlabelParameterVersionCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UnlabelParameterVersionCommand = UnlabelParameterVersionCommand;
@@ -11,7 +11,7 @@ class UpdateAssociationCommand 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 UpdateAssociationCommand 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_1UpdateAssociationCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1UpdateAssociationCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1UpdateAssociationCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1UpdateAssociationCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateAssociationCommand = UpdateAssociationCommand;
@@ -11,7 +11,7 @@ class UpdateAssociationStatusCommand 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 UpdateAssociationStatusCommand 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_1UpdateAssociationStatusCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1UpdateAssociationStatusCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1UpdateAssociationStatusCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1UpdateAssociationStatusCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateAssociationStatusCommand = UpdateAssociationStatusCommand;
@@ -11,7 +11,7 @@ class UpdateDocumentCommand 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 UpdateDocumentCommand 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_1UpdateDocumentCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1UpdateDocumentCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1UpdateDocumentCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1UpdateDocumentCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateDocumentCommand = UpdateDocumentCommand;
@@ -11,7 +11,7 @@ class UpdateDocumentDefaultVersionCommand 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 UpdateDocumentDefaultVersionCommand 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_1UpdateDocumentDefaultVersionCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1UpdateDocumentDefaultVersionCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1UpdateDocumentDefaultVersionCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1UpdateDocumentDefaultVersionCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateDocumentDefaultVersionCommand = UpdateDocumentDefaultVersionCommand;
@@ -12,7 +12,7 @@ class UpdateDocumentMetadataCommand extends smithy_client_1.Command {
12
12
  this.input = input;
13
13
  }
14
14
  resolveMiddleware(clientStack, configuration, options) {
15
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
16
16
  const stack = clientStack.concat(this.middlewareStack);
17
17
  const { logger } = configuration;
18
18
  const clientName = "SSMClient";
@@ -28,10 +28,10 @@ class UpdateDocumentMetadataCommand extends smithy_client_1.Command {
28
28
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
29
29
  }
30
30
  serialize(input, context) {
31
- return Aws_json1_1_1.serializeAws_json1_1UpdateDocumentMetadataCommand(input, context);
31
+ return (0, Aws_json1_1_1.serializeAws_json1_1UpdateDocumentMetadataCommand)(input, context);
32
32
  }
33
33
  deserialize(output, context) {
34
- return Aws_json1_1_1.deserializeAws_json1_1UpdateDocumentMetadataCommand(output, context);
34
+ return (0, Aws_json1_1_1.deserializeAws_json1_1UpdateDocumentMetadataCommand)(output, context);
35
35
  }
36
36
  }
37
37
  exports.UpdateDocumentMetadataCommand = UpdateDocumentMetadataCommand;
@@ -11,7 +11,7 @@ class UpdateMaintenanceWindowCommand 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 UpdateMaintenanceWindowCommand 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_1UpdateMaintenanceWindowCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1UpdateMaintenanceWindowCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1UpdateMaintenanceWindowCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1UpdateMaintenanceWindowCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateMaintenanceWindowCommand = UpdateMaintenanceWindowCommand;
@@ -11,7 +11,7 @@ class UpdateMaintenanceWindowTargetCommand 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 UpdateMaintenanceWindowTargetCommand 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_1UpdateMaintenanceWindowTargetCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1UpdateMaintenanceWindowTargetCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1UpdateMaintenanceWindowTargetCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1UpdateMaintenanceWindowTargetCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateMaintenanceWindowTargetCommand = UpdateMaintenanceWindowTargetCommand;
@@ -11,7 +11,7 @@ class UpdateMaintenanceWindowTaskCommand 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 UpdateMaintenanceWindowTaskCommand 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_1UpdateMaintenanceWindowTaskCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1UpdateMaintenanceWindowTaskCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1UpdateMaintenanceWindowTaskCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1UpdateMaintenanceWindowTaskCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateMaintenanceWindowTaskCommand = UpdateMaintenanceWindowTaskCommand;
@@ -11,7 +11,7 @@ class UpdateManagedInstanceRoleCommand 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 UpdateManagedInstanceRoleCommand 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_1UpdateManagedInstanceRoleCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1UpdateManagedInstanceRoleCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1UpdateManagedInstanceRoleCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1UpdateManagedInstanceRoleCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateManagedInstanceRoleCommand = UpdateManagedInstanceRoleCommand;
@@ -11,7 +11,7 @@ class UpdateOpsItemCommand 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 UpdateOpsItemCommand 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_1UpdateOpsItemCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1UpdateOpsItemCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1UpdateOpsItemCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1UpdateOpsItemCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateOpsItemCommand = UpdateOpsItemCommand;
@@ -11,7 +11,7 @@ class UpdateOpsMetadataCommand 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 UpdateOpsMetadataCommand 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_1UpdateOpsMetadataCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1UpdateOpsMetadataCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1UpdateOpsMetadataCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1UpdateOpsMetadataCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateOpsMetadataCommand = UpdateOpsMetadataCommand;