serverless-spy 0.0.41 → 0.0.43

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 (5171) hide show
  1. package/.jsii +15 -17
  2. package/cli/cli.ts +53 -12
  3. package/cli/package.json +1 -4
  4. package/dist/releasetag.txt +1 -1
  5. package/lib/cli/cli.js +37 -13
  6. package/lib/cli/cli.mjs +37 -13
  7. package/lib/cli/cli.ts +53 -12
  8. package/lib/cli/package.json +1 -4
  9. package/lib/extension/dist/layer/nodejs/node_modules/interceptor.js +26 -26
  10. package/lib/extension/dist/layer/nodejs/node_modules/interceptor.js.map +3 -3
  11. package/lib/src/ServerlessSpy.js +1 -1
  12. package/node_modules/@aws-sdk/client-apigatewaymanagementapi/CHANGELOG.md +8 -0
  13. package/node_modules/@aws-sdk/client-apigatewaymanagementapi/package.json +6 -6
  14. package/node_modules/@aws-sdk/client-cognito-identity/CHANGELOG.md +8 -0
  15. package/node_modules/@aws-sdk/client-cognito-identity/package.json +7 -7
  16. package/node_modules/@aws-sdk/client-dynamodb/CHANGELOG.md +8 -0
  17. package/node_modules/@aws-sdk/client-dynamodb/package.json +7 -7
  18. package/node_modules/@aws-sdk/client-eventbridge/CHANGELOG.md +8 -0
  19. package/node_modules/@aws-sdk/client-eventbridge/package.json +7 -7
  20. package/node_modules/@aws-sdk/client-lambda/CHANGELOG.md +8 -0
  21. package/node_modules/@aws-sdk/client-lambda/package.json +7 -7
  22. package/node_modules/@aws-sdk/client-s3/CHANGELOG.md +8 -0
  23. package/node_modules/@aws-sdk/client-s3/package.json +8 -8
  24. package/node_modules/@aws-sdk/client-sns/CHANGELOG.md +8 -0
  25. package/node_modules/@aws-sdk/client-sns/package.json +6 -6
  26. package/node_modules/@aws-sdk/client-sqs/CHANGELOG.md +8 -0
  27. package/node_modules/@aws-sdk/client-sqs/package.json +6 -6
  28. package/node_modules/@aws-sdk/client-sso/CHANGELOG.md +8 -0
  29. package/node_modules/@aws-sdk/client-sso/package.json +4 -4
  30. package/node_modules/@aws-sdk/client-sts/CHANGELOG.md +8 -0
  31. package/node_modules/@aws-sdk/client-sts/package.json +5 -5
  32. package/node_modules/@aws-sdk/credential-provider-cognito-identity/CHANGELOG.md +8 -0
  33. package/node_modules/@aws-sdk/credential-provider-cognito-identity/package.json +2 -2
  34. package/node_modules/@aws-sdk/credential-provider-ini/CHANGELOG.md +8 -0
  35. package/node_modules/@aws-sdk/credential-provider-ini/package.json +2 -2
  36. package/node_modules/@aws-sdk/credential-provider-node/CHANGELOG.md +8 -0
  37. package/node_modules/@aws-sdk/credential-provider-node/package.json +3 -3
  38. package/node_modules/@aws-sdk/credential-provider-sso/CHANGELOG.md +8 -0
  39. package/node_modules/@aws-sdk/credential-provider-sso/package.json +2 -2
  40. package/node_modules/@aws-sdk/credential-providers/CHANGELOG.md +8 -0
  41. package/node_modules/@aws-sdk/credential-providers/package.json +8 -8
  42. package/node_modules/@aws-sdk/lib-dynamodb/CHANGELOG.md +8 -0
  43. package/node_modules/@aws-sdk/lib-dynamodb/package.json +4 -4
  44. package/node_modules/@aws-sdk/signature-v4-multi-region/CHANGELOG.md +8 -0
  45. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +2 -2
  46. package/node_modules/@aws-sdk/smithy-client/CHANGELOG.md +11 -0
  47. package/node_modules/@aws-sdk/smithy-client/dist-types/exceptions.d.ts +2 -2
  48. package/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/exceptions.d.ts +4 -1
  49. package/node_modules/@aws-sdk/smithy-client/package.json +1 -1
  50. package/node_modules/@aws-sdk/util-defaults-mode-browser/CHANGELOG.md +8 -0
  51. package/node_modules/@aws-sdk/util-defaults-mode-browser/package.json +2 -2
  52. package/node_modules/@aws-sdk/util-defaults-mode-node/CHANGELOG.md +8 -0
  53. package/node_modules/@aws-sdk/util-defaults-mode-node/package.json +2 -2
  54. package/node_modules/@aws-sdk/util-dynamodb/CHANGELOG.md +8 -0
  55. package/node_modules/@aws-sdk/util-dynamodb/package.json +2 -2
  56. package/node_modules/@aws-sdk/util-waiter/CHANGELOG.md +11 -0
  57. package/node_modules/@aws-sdk/util-waiter/dist-cjs/poller.js +4 -4
  58. package/node_modules/@aws-sdk/util-waiter/dist-es/poller.js +11 -11
  59. package/node_modules/@aws-sdk/util-waiter/package.json +1 -1
  60. package/node_modules/aws-sdk/CHANGELOG.md +7 -1
  61. package/node_modules/aws-sdk/README.md +1 -1
  62. package/node_modules/aws-sdk/apis/ce-2017-10-25.min.json +10 -8
  63. package/node_modules/aws-sdk/apis/location-2020-11-19.min.json +64 -17
  64. package/node_modules/aws-sdk/clients/costexplorer.d.ts +15 -7
  65. package/node_modules/aws-sdk/clients/kendra.d.ts +36 -36
  66. package/node_modules/aws-sdk/clients/location.d.ts +54 -4
  67. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +17 -3
  68. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +19 -5
  69. package/node_modules/aws-sdk/dist/aws-sdk.js +93 -30
  70. package/node_modules/aws-sdk/dist/aws-sdk.min.js +42 -42
  71. package/node_modules/aws-sdk/lib/core.js +1 -1
  72. package/node_modules/aws-sdk/lib/event_listeners.js +1 -0
  73. package/node_modules/aws-sdk/lib/protocol/rest_json.js +15 -2
  74. package/node_modules/aws-sdk/package.json +1 -2
  75. package/node_modules/{cli-table3/node_modules/colors → colors}/LICENSE +0 -0
  76. package/node_modules/{cli-table3/node_modules/colors → colors}/README.md +0 -0
  77. package/node_modules/colors/examples/normal-usage.js +32 -24
  78. package/node_modules/colors/examples/safe-string.js +28 -25
  79. package/node_modules/{cli-table3/node_modules/colors → colors}/index.d.ts +0 -0
  80. package/node_modules/colors/lib/colors.js +93 -58
  81. package/node_modules/colors/lib/custom/trap.js +36 -35
  82. package/node_modules/colors/lib/custom/zalgo.js +46 -40
  83. package/node_modules/colors/lib/extendStringPrototype.js +47 -55
  84. package/node_modules/colors/lib/index.js +4 -3
  85. package/node_modules/colors/lib/maps/america.js +8 -10
  86. package/node_modules/colors/lib/maps/rainbow.js +6 -7
  87. package/node_modules/colors/lib/maps/random.js +9 -6
  88. package/node_modules/colors/lib/maps/zebra.js +5 -5
  89. package/node_modules/colors/lib/styles.js +21 -3
  90. package/node_modules/{cli-table3/node_modules/colors → colors}/lib/system/has-flag.js +0 -0
  91. package/node_modules/colors/lib/system/supports-colors.js +109 -19
  92. package/node_modules/colors/package.json +28 -4
  93. package/node_modules/{cli-table3/node_modules/colors → colors}/safe.d.ts +0 -0
  94. package/node_modules/colors/safe.js +4 -3
  95. package/node_modules/colors/themes/generic-logging.js +2 -2
  96. package/node_modules/{escape-string-regexp → inquirer/node_modules/escape-string-regexp}/index.js +0 -0
  97. package/node_modules/{cli-table3/node_modules/is-fullwidth-code-point → inquirer/node_modules/escape-string-regexp}/license +0 -0
  98. package/node_modules/{escape-string-regexp → inquirer/node_modules/escape-string-regexp}/package.json +0 -0
  99. package/node_modules/{escape-string-regexp → inquirer/node_modules/escape-string-regexp}/readme.md +0 -0
  100. package/node_modules/{cli-table3/node_modules/is-fullwidth-code-point → is-fullwidth-code-point}/index.js +0 -0
  101. package/node_modules/{escape-string-regexp → is-fullwidth-code-point}/license +0 -0
  102. package/node_modules/{cli-table3/node_modules/is-fullwidth-code-point → is-fullwidth-code-point}/package.json +0 -0
  103. package/node_modules/{cli-table3/node_modules/is-fullwidth-code-point → is-fullwidth-code-point}/readme.md +0 -0
  104. package/node_modules/safe-buffer/index.js +3 -0
  105. package/node_modules/safe-buffer/package.json +18 -4
  106. package/node_modules/{resolve-dir → spawn-sync/node_modules/safe-buffer}/LICENSE +1 -1
  107. package/node_modules/spawn-sync/node_modules/safe-buffer/README.md +584 -0
  108. package/node_modules/spawn-sync/node_modules/safe-buffer/index.d.ts +187 -0
  109. package/node_modules/spawn-sync/node_modules/safe-buffer/index.js +62 -0
  110. package/node_modules/spawn-sync/node_modules/safe-buffer/package.json +37 -0
  111. package/node_modules/{cli-table3/node_modules/string-width → string-width}/index.js +0 -0
  112. package/node_modules/{cli-table3/node_modules/ansi-regex → string-width}/license +0 -0
  113. package/node_modules/{cli-table3 → string-width}/node_modules/ansi-regex/index.js +0 -0
  114. package/node_modules/{cli-table3/node_modules/string-width → string-width/node_modules/ansi-regex}/license +0 -0
  115. package/node_modules/{cli-table3 → string-width}/node_modules/ansi-regex/package.json +0 -0
  116. package/node_modules/{cli-table3 → string-width}/node_modules/ansi-regex/readme.md +0 -0
  117. package/node_modules/{cli-table3 → string-width}/node_modules/strip-ansi/index.js +0 -0
  118. package/node_modules/{cli-table3 → string-width}/node_modules/strip-ansi/license +0 -0
  119. package/node_modules/{cli-table3 → string-width}/node_modules/strip-ansi/package.json +0 -0
  120. package/node_modules/{cli-table3 → string-width}/node_modules/strip-ansi/readme.md +0 -0
  121. package/node_modules/{cli-table3/node_modules/string-width → string-width}/package.json +0 -0
  122. package/node_modules/{cli-table3/node_modules/string-width → string-width}/readme.md +0 -0
  123. package/node_modules/{is-windows → tabtab/node_modules/safe-buffer}/LICENSE +1 -1
  124. package/node_modules/tabtab/node_modules/safe-buffer/README.md +584 -0
  125. package/node_modules/tabtab/node_modules/safe-buffer/index.d.ts +187 -0
  126. package/node_modules/tabtab/node_modules/safe-buffer/index.js +62 -0
  127. package/node_modules/tabtab/node_modules/safe-buffer/package.json +37 -0
  128. package/node_modules/{colors → winston/node_modules/colors}/.travis.yml +0 -0
  129. package/node_modules/{colors → winston/node_modules/colors}/MIT-LICENSE.txt +0 -0
  130. package/node_modules/{colors → winston/node_modules/colors}/ReadMe.md +0 -0
  131. package/node_modules/winston/node_modules/colors/examples/normal-usage.js +74 -0
  132. package/node_modules/winston/node_modules/colors/examples/safe-string.js +76 -0
  133. package/node_modules/winston/node_modules/colors/lib/colors.js +176 -0
  134. package/node_modules/winston/node_modules/colors/lib/custom/trap.js +45 -0
  135. package/node_modules/{prettyjson → winston}/node_modules/colors/lib/custom/zalgo.js +40 -46
  136. package/node_modules/winston/node_modules/colors/lib/extendStringPrototype.js +118 -0
  137. package/node_modules/{cli-table3 → winston}/node_modules/colors/lib/index.js +3 -4
  138. package/node_modules/winston/node_modules/colors/lib/maps/america.js +12 -0
  139. package/node_modules/{cli-table3 → winston}/node_modules/colors/lib/maps/rainbow.js +7 -6
  140. package/node_modules/winston/node_modules/colors/lib/maps/random.js +8 -0
  141. package/node_modules/winston/node_modules/colors/lib/maps/zebra.js +5 -0
  142. package/node_modules/{cli-table3 → winston}/node_modules/colors/lib/styles.js +3 -21
  143. package/node_modules/{expand-tilde/LICENSE → winston/node_modules/colors/lib/system/supports-colors.js} +41 -1
  144. package/node_modules/winston/node_modules/colors/package.json +21 -0
  145. package/node_modules/winston/node_modules/colors/safe.js +9 -0
  146. package/node_modules/{colors → winston/node_modules/colors}/screenshots/colors.png +0 -0
  147. package/node_modules/{colors → winston/node_modules/colors}/tests/basic-test.js +0 -0
  148. package/node_modules/{colors → winston/node_modules/colors}/tests/safe-test.js +0 -0
  149. package/node_modules/{cli-table3 → winston}/node_modules/colors/themes/generic-logging.js +2 -2
  150. package/package.json +23 -29
  151. package/node_modules/@aws-sdk/client-ssm/CHANGELOG.md +0 -3740
  152. package/node_modules/@aws-sdk/client-ssm/LICENSE +0 -201
  153. package/node_modules/@aws-sdk/client-ssm/README.md +0 -234
  154. package/node_modules/@aws-sdk/client-ssm/dist-cjs/SSM.js +0 -2032
  155. package/node_modules/@aws-sdk/client-ssm/dist-cjs/SSMClient.js +0 -35
  156. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/AddTagsToResourceCommand.js +0 -36
  157. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/AssociateOpsItemRelatedItemCommand.js +0 -36
  158. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CancelCommandCommand.js +0 -36
  159. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CancelMaintenanceWindowExecutionCommand.js +0 -36
  160. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CreateActivationCommand.js +0 -36
  161. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CreateAssociationBatchCommand.js +0 -36
  162. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CreateAssociationCommand.js +0 -36
  163. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CreateDocumentCommand.js +0 -36
  164. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CreateMaintenanceWindowCommand.js +0 -36
  165. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CreateOpsItemCommand.js +0 -36
  166. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CreateOpsMetadataCommand.js +0 -36
  167. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CreatePatchBaselineCommand.js +0 -36
  168. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CreateResourceDataSyncCommand.js +0 -36
  169. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeleteActivationCommand.js +0 -36
  170. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeleteAssociationCommand.js +0 -36
  171. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeleteDocumentCommand.js +0 -36
  172. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeleteInventoryCommand.js +0 -36
  173. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeleteMaintenanceWindowCommand.js +0 -36
  174. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeleteOpsMetadataCommand.js +0 -36
  175. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeleteParameterCommand.js +0 -36
  176. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeleteParametersCommand.js +0 -36
  177. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeletePatchBaselineCommand.js +0 -36
  178. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeleteResourceDataSyncCommand.js +0 -36
  179. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeregisterManagedInstanceCommand.js +0 -36
  180. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeregisterPatchBaselineForPatchGroupCommand.js +0 -36
  181. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeregisterTargetFromMaintenanceWindowCommand.js +0 -36
  182. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeregisterTaskFromMaintenanceWindowCommand.js +0 -36
  183. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeActivationsCommand.js +0 -36
  184. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeAssociationCommand.js +0 -36
  185. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeAssociationExecutionTargetsCommand.js +0 -36
  186. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeAssociationExecutionsCommand.js +0 -36
  187. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeAutomationExecutionsCommand.js +0 -36
  188. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeAutomationStepExecutionsCommand.js +0 -36
  189. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeAvailablePatchesCommand.js +0 -36
  190. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeDocumentCommand.js +0 -36
  191. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeDocumentPermissionCommand.js +0 -36
  192. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeEffectiveInstanceAssociationsCommand.js +0 -36
  193. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeEffectivePatchesForPatchBaselineCommand.js +0 -36
  194. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeInstanceAssociationsStatusCommand.js +0 -36
  195. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeInstanceInformationCommand.js +0 -36
  196. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeInstancePatchStatesCommand.js +0 -36
  197. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeInstancePatchStatesForPatchGroupCommand.js +0 -36
  198. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeInstancePatchesCommand.js +0 -36
  199. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeInventoryDeletionsCommand.js +0 -36
  200. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.js +0 -36
  201. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeMaintenanceWindowExecutionTasksCommand.js +0 -36
  202. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeMaintenanceWindowExecutionsCommand.js +0 -36
  203. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeMaintenanceWindowScheduleCommand.js +0 -36
  204. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeMaintenanceWindowTargetsCommand.js +0 -36
  205. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeMaintenanceWindowTasksCommand.js +0 -36
  206. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeMaintenanceWindowsCommand.js +0 -36
  207. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeMaintenanceWindowsForTargetCommand.js +0 -36
  208. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeOpsItemsCommand.js +0 -36
  209. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeParametersCommand.js +0 -37
  210. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribePatchBaselinesCommand.js +0 -36
  211. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribePatchGroupStateCommand.js +0 -36
  212. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribePatchGroupsCommand.js +0 -36
  213. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribePatchPropertiesCommand.js +0 -36
  214. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeSessionsCommand.js +0 -36
  215. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DisassociateOpsItemRelatedItemCommand.js +0 -36
  216. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetAutomationExecutionCommand.js +0 -36
  217. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetCalendarStateCommand.js +0 -36
  218. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetCommandInvocationCommand.js +0 -36
  219. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetConnectionStatusCommand.js +0 -36
  220. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetDefaultPatchBaselineCommand.js +0 -36
  221. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetDeployablePatchSnapshotForInstanceCommand.js +0 -36
  222. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetDocumentCommand.js +0 -36
  223. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetInventoryCommand.js +0 -37
  224. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetInventorySchemaCommand.js +0 -36
  225. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetMaintenanceWindowCommand.js +0 -36
  226. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetMaintenanceWindowExecutionCommand.js +0 -36
  227. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetMaintenanceWindowExecutionTaskCommand.js +0 -36
  228. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.js +0 -36
  229. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetMaintenanceWindowTaskCommand.js +0 -36
  230. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetOpsItemCommand.js +0 -36
  231. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetOpsMetadataCommand.js +0 -36
  232. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetOpsSummaryCommand.js +0 -37
  233. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetParameterCommand.js +0 -36
  234. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetParameterHistoryCommand.js +0 -36
  235. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetParametersByPathCommand.js +0 -36
  236. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetParametersCommand.js +0 -36
  237. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetPatchBaselineCommand.js +0 -36
  238. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetPatchBaselineForPatchGroupCommand.js +0 -36
  239. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetServiceSettingCommand.js +0 -36
  240. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/LabelParameterVersionCommand.js +0 -36
  241. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListAssociationVersionsCommand.js +0 -36
  242. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListAssociationsCommand.js +0 -36
  243. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListCommandInvocationsCommand.js +0 -36
  244. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListCommandsCommand.js +0 -36
  245. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListComplianceItemsCommand.js +0 -36
  246. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListComplianceSummariesCommand.js +0 -36
  247. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListDocumentMetadataHistoryCommand.js +0 -36
  248. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListDocumentVersionsCommand.js +0 -36
  249. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListDocumentsCommand.js +0 -36
  250. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListInventoryEntriesCommand.js +0 -36
  251. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListOpsItemEventsCommand.js +0 -36
  252. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListOpsItemRelatedItemsCommand.js +0 -36
  253. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListOpsMetadataCommand.js +0 -36
  254. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListResourceComplianceSummariesCommand.js +0 -36
  255. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListResourceDataSyncCommand.js +0 -36
  256. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListTagsForResourceCommand.js +0 -36
  257. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ModifyDocumentPermissionCommand.js +0 -36
  258. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/PutComplianceItemsCommand.js +0 -36
  259. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/PutInventoryCommand.js +0 -36
  260. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/PutParameterCommand.js +0 -36
  261. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/RegisterDefaultPatchBaselineCommand.js +0 -36
  262. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/RegisterPatchBaselineForPatchGroupCommand.js +0 -36
  263. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/RegisterTargetWithMaintenanceWindowCommand.js +0 -36
  264. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/RegisterTaskWithMaintenanceWindowCommand.js +0 -36
  265. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/RemoveTagsFromResourceCommand.js +0 -36
  266. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ResetServiceSettingCommand.js +0 -36
  267. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ResumeSessionCommand.js +0 -36
  268. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/SendAutomationSignalCommand.js +0 -36
  269. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/SendCommandCommand.js +0 -36
  270. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/StartAssociationsOnceCommand.js +0 -36
  271. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/StartAutomationExecutionCommand.js +0 -36
  272. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/StartChangeRequestExecutionCommand.js +0 -36
  273. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/StartSessionCommand.js +0 -36
  274. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/StopAutomationExecutionCommand.js +0 -36
  275. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/TerminateSessionCommand.js +0 -36
  276. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UnlabelParameterVersionCommand.js +0 -36
  277. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateAssociationCommand.js +0 -36
  278. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateAssociationStatusCommand.js +0 -36
  279. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateDocumentCommand.js +0 -36
  280. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateDocumentDefaultVersionCommand.js +0 -36
  281. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateDocumentMetadataCommand.js +0 -36
  282. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateMaintenanceWindowCommand.js +0 -36
  283. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateMaintenanceWindowTargetCommand.js +0 -36
  284. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateMaintenanceWindowTaskCommand.js +0 -36
  285. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateManagedInstanceRoleCommand.js +0 -36
  286. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateOpsItemCommand.js +0 -36
  287. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateOpsMetadataCommand.js +0 -36
  288. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdatePatchBaselineCommand.js +0 -36
  289. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateResourceDataSyncCommand.js +0 -36
  290. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateServiceSettingCommand.js +0 -36
  291. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/index.js +0 -138
  292. package/node_modules/@aws-sdk/client-ssm/dist-cjs/endpoints.js +0 -220
  293. package/node_modules/@aws-sdk/client-ssm/dist-cjs/index.js +0 -9
  294. package/node_modules/@aws-sdk/client-ssm/dist-cjs/models/index.js +0 -6
  295. package/node_modules/@aws-sdk/client-ssm/dist-cjs/models/models_0.js +0 -1951
  296. package/node_modules/@aws-sdk/client-ssm/dist-cjs/models/models_1.js +0 -1883
  297. package/node_modules/@aws-sdk/client-ssm/dist-cjs/models/models_2.js +0 -168
  298. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeActivationsPaginator.js +0 -35
  299. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeAssociationExecutionTargetsPaginator.js +0 -35
  300. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeAssociationExecutionsPaginator.js +0 -35
  301. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeAutomationExecutionsPaginator.js +0 -35
  302. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeAutomationStepExecutionsPaginator.js +0 -35
  303. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeAvailablePatchesPaginator.js +0 -35
  304. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeEffectiveInstanceAssociationsPaginator.js +0 -35
  305. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeEffectivePatchesForPatchBaselinePaginator.js +0 -35
  306. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeInstanceAssociationsStatusPaginator.js +0 -35
  307. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeInstanceInformationPaginator.js +0 -35
  308. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeInstancePatchStatesForPatchGroupPaginator.js +0 -35
  309. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeInstancePatchStatesPaginator.js +0 -35
  310. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeInstancePatchesPaginator.js +0 -35
  311. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeInventoryDeletionsPaginator.js +0 -35
  312. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeMaintenanceWindowExecutionTaskInvocationsPaginator.js +0 -35
  313. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeMaintenanceWindowExecutionTasksPaginator.js +0 -35
  314. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeMaintenanceWindowExecutionsPaginator.js +0 -35
  315. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeMaintenanceWindowSchedulePaginator.js +0 -35
  316. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeMaintenanceWindowTargetsPaginator.js +0 -35
  317. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeMaintenanceWindowTasksPaginator.js +0 -35
  318. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeMaintenanceWindowsForTargetPaginator.js +0 -35
  319. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeMaintenanceWindowsPaginator.js +0 -35
  320. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeOpsItemsPaginator.js +0 -35
  321. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeParametersPaginator.js +0 -35
  322. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribePatchBaselinesPaginator.js +0 -35
  323. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribePatchGroupsPaginator.js +0 -35
  324. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribePatchPropertiesPaginator.js +0 -35
  325. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeSessionsPaginator.js +0 -35
  326. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/GetInventoryPaginator.js +0 -35
  327. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/GetInventorySchemaPaginator.js +0 -35
  328. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/GetOpsSummaryPaginator.js +0 -35
  329. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/GetParameterHistoryPaginator.js +0 -35
  330. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/GetParametersByPathPaginator.js +0 -35
  331. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/Interfaces.js +0 -2
  332. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListAssociationVersionsPaginator.js +0 -35
  333. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListAssociationsPaginator.js +0 -35
  334. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListCommandInvocationsPaginator.js +0 -35
  335. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListCommandsPaginator.js +0 -35
  336. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListComplianceItemsPaginator.js +0 -35
  337. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListComplianceSummariesPaginator.js +0 -35
  338. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListDocumentVersionsPaginator.js +0 -35
  339. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListDocumentsPaginator.js +0 -35
  340. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListOpsItemEventsPaginator.js +0 -35
  341. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListOpsItemRelatedItemsPaginator.js +0 -35
  342. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListOpsMetadataPaginator.js +0 -35
  343. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListResourceComplianceSummariesPaginator.js +0 -35
  344. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListResourceDataSyncPaginator.js +0 -35
  345. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/index.js +0 -50
  346. package/node_modules/@aws-sdk/client-ssm/dist-cjs/protocols/Aws_json1_1.js +0 -19691
  347. package/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.browser.js +0 -40
  348. package/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.js +0 -44
  349. package/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.native.js +0 -16
  350. package/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.shared.js +0 -17
  351. package/node_modules/@aws-sdk/client-ssm/dist-cjs/waiters/index.js +0 -4
  352. package/node_modules/@aws-sdk/client-ssm/dist-cjs/waiters/waitForCommandExecuted.js +0 -102
  353. package/node_modules/@aws-sdk/client-ssm/dist-es/SSM.js +0 -2035
  354. package/node_modules/@aws-sdk/client-ssm/dist-es/SSMClient.js +0 -37
  355. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/AddTagsToResourceCommand.js +0 -39
  356. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/AssociateOpsItemRelatedItemCommand.js +0 -39
  357. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CancelCommandCommand.js +0 -39
  358. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CancelMaintenanceWindowExecutionCommand.js +0 -39
  359. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateActivationCommand.js +0 -39
  360. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateAssociationBatchCommand.js +0 -39
  361. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateAssociationCommand.js +0 -39
  362. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateDocumentCommand.js +0 -39
  363. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateMaintenanceWindowCommand.js +0 -39
  364. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateOpsItemCommand.js +0 -39
  365. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateOpsMetadataCommand.js +0 -39
  366. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreatePatchBaselineCommand.js +0 -39
  367. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateResourceDataSyncCommand.js +0 -39
  368. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteActivationCommand.js +0 -39
  369. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteAssociationCommand.js +0 -39
  370. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteDocumentCommand.js +0 -39
  371. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteInventoryCommand.js +0 -39
  372. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteMaintenanceWindowCommand.js +0 -39
  373. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteOpsMetadataCommand.js +0 -39
  374. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteParameterCommand.js +0 -39
  375. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteParametersCommand.js +0 -39
  376. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeletePatchBaselineCommand.js +0 -39
  377. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteResourceDataSyncCommand.js +0 -39
  378. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterManagedInstanceCommand.js +0 -39
  379. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterPatchBaselineForPatchGroupCommand.js +0 -39
  380. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterTargetFromMaintenanceWindowCommand.js +0 -39
  381. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterTaskFromMaintenanceWindowCommand.js +0 -39
  382. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeActivationsCommand.js +0 -39
  383. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAssociationCommand.js +0 -39
  384. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAssociationExecutionTargetsCommand.js +0 -39
  385. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAssociationExecutionsCommand.js +0 -39
  386. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAutomationExecutionsCommand.js +0 -39
  387. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAutomationStepExecutionsCommand.js +0 -39
  388. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAvailablePatchesCommand.js +0 -39
  389. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeDocumentCommand.js +0 -39
  390. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeDocumentPermissionCommand.js +0 -39
  391. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeEffectiveInstanceAssociationsCommand.js +0 -39
  392. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeEffectivePatchesForPatchBaselineCommand.js +0 -39
  393. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstanceAssociationsStatusCommand.js +0 -39
  394. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstanceInformationCommand.js +0 -39
  395. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePatchStatesCommand.js +0 -39
  396. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePatchStatesForPatchGroupCommand.js +0 -39
  397. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePatchesCommand.js +0 -39
  398. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInventoryDeletionsCommand.js +0 -39
  399. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.js +0 -39
  400. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowExecutionTasksCommand.js +0 -39
  401. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowExecutionsCommand.js +0 -39
  402. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowScheduleCommand.js +0 -39
  403. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowTargetsCommand.js +0 -39
  404. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowTasksCommand.js +0 -39
  405. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowsCommand.js +0 -39
  406. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowsForTargetCommand.js +0 -39
  407. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeOpsItemsCommand.js +0 -39
  408. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeParametersCommand.js +0 -40
  409. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchBaselinesCommand.js +0 -39
  410. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchGroupStateCommand.js +0 -39
  411. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchGroupsCommand.js +0 -39
  412. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchPropertiesCommand.js +0 -39
  413. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeSessionsCommand.js +0 -39
  414. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DisassociateOpsItemRelatedItemCommand.js +0 -39
  415. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetAutomationExecutionCommand.js +0 -39
  416. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetCalendarStateCommand.js +0 -39
  417. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetCommandInvocationCommand.js +0 -39
  418. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetConnectionStatusCommand.js +0 -39
  419. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetDefaultPatchBaselineCommand.js +0 -39
  420. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetDeployablePatchSnapshotForInstanceCommand.js +0 -39
  421. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetDocumentCommand.js +0 -39
  422. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetInventoryCommand.js +0 -40
  423. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetInventorySchemaCommand.js +0 -39
  424. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowCommand.js +0 -39
  425. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowExecutionCommand.js +0 -39
  426. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowExecutionTaskCommand.js +0 -39
  427. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.js +0 -39
  428. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowTaskCommand.js +0 -39
  429. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetOpsItemCommand.js +0 -39
  430. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetOpsMetadataCommand.js +0 -39
  431. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetOpsSummaryCommand.js +0 -40
  432. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParameterCommand.js +0 -39
  433. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParameterHistoryCommand.js +0 -39
  434. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParametersByPathCommand.js +0 -39
  435. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParametersCommand.js +0 -39
  436. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetPatchBaselineCommand.js +0 -39
  437. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetPatchBaselineForPatchGroupCommand.js +0 -39
  438. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetServiceSettingCommand.js +0 -39
  439. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/LabelParameterVersionCommand.js +0 -39
  440. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListAssociationVersionsCommand.js +0 -39
  441. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListAssociationsCommand.js +0 -39
  442. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListCommandInvocationsCommand.js +0 -39
  443. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListCommandsCommand.js +0 -39
  444. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListComplianceItemsCommand.js +0 -39
  445. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListComplianceSummariesCommand.js +0 -39
  446. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListDocumentMetadataHistoryCommand.js +0 -39
  447. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListDocumentVersionsCommand.js +0 -39
  448. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListDocumentsCommand.js +0 -39
  449. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListInventoryEntriesCommand.js +0 -39
  450. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListOpsItemEventsCommand.js +0 -39
  451. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListOpsItemRelatedItemsCommand.js +0 -39
  452. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListOpsMetadataCommand.js +0 -39
  453. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListResourceComplianceSummariesCommand.js +0 -39
  454. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListResourceDataSyncCommand.js +0 -39
  455. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListTagsForResourceCommand.js +0 -39
  456. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ModifyDocumentPermissionCommand.js +0 -39
  457. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutComplianceItemsCommand.js +0 -39
  458. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutInventoryCommand.js +0 -39
  459. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutParameterCommand.js +0 -39
  460. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterDefaultPatchBaselineCommand.js +0 -39
  461. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterPatchBaselineForPatchGroupCommand.js +0 -39
  462. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterTargetWithMaintenanceWindowCommand.js +0 -39
  463. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterTaskWithMaintenanceWindowCommand.js +0 -39
  464. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RemoveTagsFromResourceCommand.js +0 -39
  465. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ResetServiceSettingCommand.js +0 -39
  466. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ResumeSessionCommand.js +0 -39
  467. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/SendAutomationSignalCommand.js +0 -39
  468. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/SendCommandCommand.js +0 -39
  469. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartAssociationsOnceCommand.js +0 -39
  470. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartAutomationExecutionCommand.js +0 -39
  471. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartChangeRequestExecutionCommand.js +0 -39
  472. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartSessionCommand.js +0 -39
  473. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StopAutomationExecutionCommand.js +0 -39
  474. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/TerminateSessionCommand.js +0 -39
  475. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UnlabelParameterVersionCommand.js +0 -39
  476. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateAssociationCommand.js +0 -39
  477. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateAssociationStatusCommand.js +0 -39
  478. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateDocumentCommand.js +0 -39
  479. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateDocumentDefaultVersionCommand.js +0 -39
  480. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateDocumentMetadataCommand.js +0 -39
  481. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateMaintenanceWindowCommand.js +0 -39
  482. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateMaintenanceWindowTargetCommand.js +0 -39
  483. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateMaintenanceWindowTaskCommand.js +0 -39
  484. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateManagedInstanceRoleCommand.js +0 -39
  485. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateOpsItemCommand.js +0 -39
  486. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateOpsMetadataCommand.js +0 -39
  487. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdatePatchBaselineCommand.js +0 -39
  488. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateResourceDataSyncCommand.js +0 -39
  489. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateServiceSettingCommand.js +0 -39
  490. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/index.js +0 -135
  491. package/node_modules/@aws-sdk/client-ssm/dist-es/endpoints.js +0 -216
  492. package/node_modules/@aws-sdk/client-ssm/dist-es/index.js +0 -6
  493. package/node_modules/@aws-sdk/client-ssm/dist-es/models/index.js +0 -3
  494. package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_0.js +0 -1419
  495. package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_1.js +0 -1306
  496. package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_2.js +0 -104
  497. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeActivationsPaginator.js +0 -74
  498. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeAssociationExecutionTargetsPaginator.js +0 -74
  499. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeAssociationExecutionsPaginator.js +0 -74
  500. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeAutomationExecutionsPaginator.js +0 -74
  501. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeAutomationStepExecutionsPaginator.js +0 -74
  502. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeAvailablePatchesPaginator.js +0 -74
  503. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeEffectiveInstanceAssociationsPaginator.js +0 -74
  504. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeEffectivePatchesForPatchBaselinePaginator.js +0 -74
  505. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeInstanceAssociationsStatusPaginator.js +0 -74
  506. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeInstanceInformationPaginator.js +0 -74
  507. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeInstancePatchStatesForPatchGroupPaginator.js +0 -74
  508. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeInstancePatchStatesPaginator.js +0 -74
  509. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeInstancePatchesPaginator.js +0 -74
  510. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeInventoryDeletionsPaginator.js +0 -74
  511. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeMaintenanceWindowExecutionTaskInvocationsPaginator.js +0 -74
  512. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeMaintenanceWindowExecutionTasksPaginator.js +0 -74
  513. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeMaintenanceWindowExecutionsPaginator.js +0 -74
  514. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeMaintenanceWindowSchedulePaginator.js +0 -74
  515. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeMaintenanceWindowTargetsPaginator.js +0 -74
  516. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeMaintenanceWindowTasksPaginator.js +0 -74
  517. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeMaintenanceWindowsForTargetPaginator.js +0 -74
  518. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeMaintenanceWindowsPaginator.js +0 -74
  519. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeOpsItemsPaginator.js +0 -74
  520. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeParametersPaginator.js +0 -74
  521. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribePatchBaselinesPaginator.js +0 -74
  522. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribePatchGroupsPaginator.js +0 -74
  523. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribePatchPropertiesPaginator.js +0 -74
  524. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeSessionsPaginator.js +0 -74
  525. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/GetInventoryPaginator.js +0 -74
  526. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/GetInventorySchemaPaginator.js +0 -74
  527. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/GetOpsSummaryPaginator.js +0 -74
  528. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/GetParameterHistoryPaginator.js +0 -74
  529. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/GetParametersByPathPaginator.js +0 -74
  530. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/Interfaces.js +0 -1
  531. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListAssociationVersionsPaginator.js +0 -74
  532. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListAssociationsPaginator.js +0 -74
  533. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListCommandInvocationsPaginator.js +0 -74
  534. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListCommandsPaginator.js +0 -74
  535. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListComplianceItemsPaginator.js +0 -74
  536. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListComplianceSummariesPaginator.js +0 -74
  537. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListDocumentVersionsPaginator.js +0 -74
  538. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListDocumentsPaginator.js +0 -74
  539. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListOpsItemEventsPaginator.js +0 -74
  540. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListOpsItemRelatedItemsPaginator.js +0 -74
  541. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListOpsMetadataPaginator.js +0 -74
  542. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListResourceComplianceSummariesPaginator.js +0 -74
  543. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListResourceDataSyncPaginator.js +0 -74
  544. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/index.js +0 -47
  545. package/node_modules/@aws-sdk/client-ssm/dist-es/protocols/Aws_json1_1.js +0 -19787
  546. package/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.browser.js +0 -17
  547. package/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.js +0 -21
  548. package/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.native.js +0 -8
  549. package/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.shared.js +0 -13
  550. package/node_modules/@aws-sdk/client-ssm/dist-es/waiters/index.js +0 -1
  551. package/node_modules/@aws-sdk/client-ssm/dist-es/waiters/waitForCommandExecuted.js +0 -117
  552. package/node_modules/@aws-sdk/client-ssm/dist-types/SSM.d.ts +0 -1599
  553. package/node_modules/@aws-sdk/client-ssm/dist-types/SSMClient.d.ts +0 -306
  554. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/AddTagsToResourceCommand.d.ts +0 -79
  555. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/AssociateOpsItemRelatedItemCommand.d.ts +0 -37
  556. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CancelCommandCommand.d.ts +0 -36
  557. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CancelMaintenanceWindowExecutionCommand.d.ts +0 -37
  558. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateActivationCommand.d.ts +0 -44
  559. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateAssociationBatchCommand.d.ts +0 -41
  560. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateAssociationCommand.d.ts +0 -44
  561. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateDocumentCommand.d.ts +0 -38
  562. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateMaintenanceWindowCommand.d.ts +0 -43
  563. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateOpsItemCommand.d.ts +0 -40
  564. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateOpsMetadataCommand.d.ts +0 -36
  565. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreatePatchBaselineCommand.d.ts +0 -39
  566. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateResourceDataSyncCommand.d.ts +0 -55
  567. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteActivationCommand.d.ts +0 -38
  568. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteAssociationCommand.d.ts +0 -41
  569. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteDocumentCommand.d.ts +0 -37
  570. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteInventoryCommand.d.ts +0 -36
  571. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteMaintenanceWindowCommand.d.ts +0 -35
  572. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteOpsMetadataCommand.d.ts +0 -35
  573. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteParameterCommand.d.ts +0 -36
  574. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteParametersCommand.d.ts +0 -36
  575. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeletePatchBaselineCommand.d.ts +0 -35
  576. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteResourceDataSyncCommand.d.ts +0 -37
  577. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterManagedInstanceCommand.d.ts +0 -37
  578. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterPatchBaselineForPatchGroupCommand.d.ts +0 -35
  579. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterTargetFromMaintenanceWindowCommand.d.ts +0 -35
  580. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterTaskFromMaintenanceWindowCommand.d.ts +0 -35
  581. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeActivationsCommand.d.ts +0 -38
  582. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAssociationCommand.d.ts +0 -37
  583. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAssociationExecutionTargetsCommand.d.ts +0 -35
  584. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAssociationExecutionsCommand.d.ts +0 -35
  585. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAutomationExecutionsCommand.d.ts +0 -35
  586. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAutomationStepExecutionsCommand.d.ts +0 -36
  587. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAvailablePatchesCommand.d.ts +0 -35
  588. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeDocumentCommand.d.ts +0 -35
  589. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeDocumentPermissionCommand.d.ts +0 -37
  590. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeEffectiveInstanceAssociationsCommand.d.ts +0 -35
  591. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeEffectivePatchesForPatchBaselineCommand.d.ts +0 -36
  592. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstanceAssociationsStatusCommand.d.ts +0 -35
  593. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstanceInformationCommand.d.ts +0 -44
  594. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchStatesCommand.d.ts +0 -35
  595. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +0 -35
  596. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchesCommand.d.ts +0 -36
  597. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInventoryDeletionsCommand.d.ts +0 -35
  598. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.d.ts +0 -36
  599. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowExecutionTasksCommand.d.ts +0 -35
  600. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowExecutionsCommand.d.ts +0 -37
  601. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +0 -35
  602. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +0 -35
  603. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowTasksCommand.d.ts +0 -41
  604. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowsCommand.d.ts +0 -35
  605. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +0 -36
  606. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeOpsItemsCommand.d.ts +0 -40
  607. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeParametersCommand.d.ts +0 -48
  608. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchBaselinesCommand.d.ts +0 -35
  609. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchGroupStateCommand.d.ts +0 -35
  610. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchGroupsCommand.d.ts +0 -35
  611. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchPropertiesCommand.d.ts +0 -98
  612. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeSessionsCommand.d.ts +0 -36
  613. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DisassociateOpsItemRelatedItemCommand.d.ts +0 -37
  614. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetAutomationExecutionCommand.d.ts +0 -35
  615. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetCalendarStateCommand.d.ts +0 -43
  616. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetCommandInvocationCommand.d.ts +0 -39
  617. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetConnectionStatusCommand.d.ts +0 -36
  618. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetDefaultPatchBaselineCommand.d.ts +0 -38
  619. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +0 -43
  620. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetDocumentCommand.d.ts +0 -35
  621. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetInventoryCommand.d.ts +0 -37
  622. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetInventorySchemaCommand.d.ts +0 -36
  623. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowCommand.d.ts +0 -35
  624. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowExecutionCommand.d.ts +0 -35
  625. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowExecutionTaskCommand.d.ts +0 -36
  626. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.d.ts +0 -35
  627. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowTaskCommand.d.ts +0 -41
  628. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsItemCommand.d.ts +0 -41
  629. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsMetadataCommand.d.ts +0 -35
  630. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsSummaryCommand.d.ts +0 -39
  631. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParameterCommand.d.ts +0 -38
  632. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParameterHistoryCommand.d.ts +0 -41
  633. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParametersByPathCommand.d.ts +0 -41
  634. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParametersCommand.d.ts +0 -39
  635. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetPatchBaselineCommand.d.ts +0 -35
  636. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetPatchBaselineForPatchGroupCommand.d.ts +0 -35
  637. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetServiceSettingCommand.d.ts +0 -48
  638. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/LabelParameterVersionCommand.d.ts +0 -71
  639. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListAssociationVersionsCommand.d.ts +0 -35
  640. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListAssociationsCommand.d.ts +0 -37
  641. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListCommandInvocationsCommand.d.ts +0 -39
  642. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListCommandsCommand.d.ts +0 -35
  643. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListComplianceItemsCommand.d.ts +0 -37
  644. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListComplianceSummariesCommand.d.ts +0 -37
  645. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentMetadataHistoryCommand.d.ts +0 -35
  646. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentVersionsCommand.d.ts +0 -35
  647. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentsCommand.d.ts +0 -36
  648. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListInventoryEntriesCommand.d.ts +0 -35
  649. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListOpsItemEventsCommand.d.ts +0 -36
  650. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListOpsItemRelatedItemsCommand.d.ts +0 -36
  651. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListOpsMetadataCommand.d.ts +0 -36
  652. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListResourceComplianceSummariesCommand.d.ts +0 -37
  653. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListResourceDataSyncCommand.d.ts +0 -43
  654. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListTagsForResourceCommand.d.ts +0 -36
  655. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ModifyDocumentPermissionCommand.d.ts +0 -38
  656. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutComplianceItemsCommand.d.ts +0 -90
  657. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutInventoryCommand.d.ts +0 -36
  658. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutParameterCommand.d.ts +0 -35
  659. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterDefaultPatchBaselineCommand.d.ts +0 -39
  660. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +0 -35
  661. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +0 -35
  662. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +0 -35
  663. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +0 -35
  664. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ResetServiceSettingCommand.d.ts +0 -49
  665. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ResumeSessionCommand.d.ts +0 -40
  666. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/SendAutomationSignalCommand.d.ts +0 -36
  667. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/SendCommandCommand.d.ts +0 -35
  668. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAssociationsOnceCommand.d.ts +0 -36
  669. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAutomationExecutionCommand.d.ts +0 -35
  670. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartChangeRequestExecutionCommand.d.ts +0 -37
  671. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartSessionCommand.d.ts +0 -44
  672. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StopAutomationExecutionCommand.d.ts +0 -35
  673. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/TerminateSessionCommand.d.ts +0 -36
  674. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UnlabelParameterVersionCommand.d.ts +0 -35
  675. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateAssociationCommand.d.ts +0 -47
  676. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateAssociationStatusCommand.d.ts +0 -40
  677. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentCommand.d.ts +0 -35
  678. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentDefaultVersionCommand.d.ts +0 -35
  679. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentMetadataCommand.d.ts +0 -36
  680. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateMaintenanceWindowCommand.d.ts +0 -43
  681. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateMaintenanceWindowTargetCommand.d.ts +0 -61
  682. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateMaintenanceWindowTaskCommand.d.ts +0 -90
  683. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateManagedInstanceRoleCommand.d.ts +0 -37
  684. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateOpsItemCommand.d.ts +0 -40
  685. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateOpsMetadataCommand.d.ts +0 -35
  686. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdatePatchBaselineCommand.d.ts +0 -40
  687. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateResourceDataSyncCommand.d.ts +0 -44
  688. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateServiceSettingCommand.d.ts +0 -48
  689. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/index.d.ts +0 -135
  690. package/node_modules/@aws-sdk/client-ssm/dist-types/endpoints.d.ts +0 -2
  691. package/node_modules/@aws-sdk/client-ssm/dist-types/index.d.ts +0 -6
  692. package/node_modules/@aws-sdk/client-ssm/dist-types/models/index.d.ts +0 -3
  693. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_0.d.ts +0 -7644
  694. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_1.d.ts +0 -8677
  695. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_2.d.ts +0 -1083
  696. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeActivationsPaginator.d.ts +0 -4
  697. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeAssociationExecutionTargetsPaginator.d.ts +0 -4
  698. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeAssociationExecutionsPaginator.d.ts +0 -4
  699. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeAutomationExecutionsPaginator.d.ts +0 -4
  700. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeAutomationStepExecutionsPaginator.d.ts +0 -4
  701. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeAvailablePatchesPaginator.d.ts +0 -4
  702. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeEffectiveInstanceAssociationsPaginator.d.ts +0 -4
  703. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeEffectivePatchesForPatchBaselinePaginator.d.ts +0 -4
  704. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstanceAssociationsStatusPaginator.d.ts +0 -4
  705. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstanceInformationPaginator.d.ts +0 -4
  706. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstancePatchStatesForPatchGroupPaginator.d.ts +0 -4
  707. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstancePatchStatesPaginator.d.ts +0 -4
  708. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstancePatchesPaginator.d.ts +0 -4
  709. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInventoryDeletionsPaginator.d.ts +0 -4
  710. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowExecutionTaskInvocationsPaginator.d.ts +0 -4
  711. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowExecutionTasksPaginator.d.ts +0 -4
  712. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowExecutionsPaginator.d.ts +0 -4
  713. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowSchedulePaginator.d.ts +0 -4
  714. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowTargetsPaginator.d.ts +0 -4
  715. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowTasksPaginator.d.ts +0 -4
  716. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowsForTargetPaginator.d.ts +0 -4
  717. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowsPaginator.d.ts +0 -4
  718. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeOpsItemsPaginator.d.ts +0 -4
  719. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeParametersPaginator.d.ts +0 -4
  720. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribePatchBaselinesPaginator.d.ts +0 -4
  721. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribePatchGroupsPaginator.d.ts +0 -4
  722. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribePatchPropertiesPaginator.d.ts +0 -4
  723. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeSessionsPaginator.d.ts +0 -4
  724. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetInventoryPaginator.d.ts +0 -4
  725. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetInventorySchemaPaginator.d.ts +0 -4
  726. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetOpsSummaryPaginator.d.ts +0 -4
  727. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetParameterHistoryPaginator.d.ts +0 -4
  728. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetParametersByPathPaginator.d.ts +0 -4
  729. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/Interfaces.d.ts +0 -6
  730. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListAssociationVersionsPaginator.d.ts +0 -4
  731. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListAssociationsPaginator.d.ts +0 -4
  732. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListCommandInvocationsPaginator.d.ts +0 -4
  733. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListCommandsPaginator.d.ts +0 -4
  734. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListComplianceItemsPaginator.d.ts +0 -4
  735. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListComplianceSummariesPaginator.d.ts +0 -4
  736. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListDocumentVersionsPaginator.d.ts +0 -4
  737. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListDocumentsPaginator.d.ts +0 -4
  738. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListOpsItemEventsPaginator.d.ts +0 -4
  739. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListOpsItemRelatedItemsPaginator.d.ts +0 -4
  740. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListOpsMetadataPaginator.d.ts +0 -4
  741. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListResourceComplianceSummariesPaginator.d.ts +0 -4
  742. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListResourceDataSyncPaginator.d.ts +0 -4
  743. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/index.d.ts +0 -47
  744. package/node_modules/@aws-sdk/client-ssm/dist-types/protocols/Aws_json1_1.d.ts +0 -407
  745. package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.browser.d.ts +0 -39
  746. package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.d.ts +0 -39
  747. package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.native.d.ts +0 -38
  748. package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.shared.d.ts +0 -13
  749. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSM.d.ts +0 -680
  750. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSMClient.d.ts +0 -206
  751. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +0 -17
  752. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/AssociateOpsItemRelatedItemCommand.d.ts +0 -17
  753. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CancelCommandCommand.d.ts +0 -17
  754. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CancelMaintenanceWindowExecutionCommand.d.ts +0 -17
  755. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateActivationCommand.d.ts +0 -17
  756. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateAssociationBatchCommand.d.ts +0 -17
  757. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateAssociationCommand.d.ts +0 -17
  758. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateDocumentCommand.d.ts +0 -17
  759. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateMaintenanceWindowCommand.d.ts +0 -17
  760. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateOpsItemCommand.d.ts +0 -17
  761. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateOpsMetadataCommand.d.ts +0 -17
  762. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreatePatchBaselineCommand.d.ts +0 -17
  763. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateResourceDataSyncCommand.d.ts +0 -17
  764. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteActivationCommand.d.ts +0 -17
  765. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteAssociationCommand.d.ts +0 -17
  766. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteDocumentCommand.d.ts +0 -17
  767. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteInventoryCommand.d.ts +0 -17
  768. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteMaintenanceWindowCommand.d.ts +0 -17
  769. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteOpsMetadataCommand.d.ts +0 -17
  770. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteParameterCommand.d.ts +0 -17
  771. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteParametersCommand.d.ts +0 -17
  772. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeletePatchBaselineCommand.d.ts +0 -17
  773. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteResourceDataSyncCommand.d.ts +0 -17
  774. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeregisterManagedInstanceCommand.d.ts +0 -17
  775. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeregisterPatchBaselineForPatchGroupCommand.d.ts +0 -17
  776. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeregisterTargetFromMaintenanceWindowCommand.d.ts +0 -17
  777. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeregisterTaskFromMaintenanceWindowCommand.d.ts +0 -17
  778. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeActivationsCommand.d.ts +0 -17
  779. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAssociationCommand.d.ts +0 -17
  780. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAssociationExecutionTargetsCommand.d.ts +0 -17
  781. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAssociationExecutionsCommand.d.ts +0 -17
  782. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAutomationExecutionsCommand.d.ts +0 -17
  783. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAutomationStepExecutionsCommand.d.ts +0 -17
  784. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAvailablePatchesCommand.d.ts +0 -17
  785. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeDocumentCommand.d.ts +0 -17
  786. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeDocumentPermissionCommand.d.ts +0 -17
  787. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeEffectiveInstanceAssociationsCommand.d.ts +0 -17
  788. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeEffectivePatchesForPatchBaselineCommand.d.ts +0 -17
  789. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstanceAssociationsStatusCommand.d.ts +0 -17
  790. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstanceInformationCommand.d.ts +0 -17
  791. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstancePatchStatesCommand.d.ts +0 -17
  792. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +0 -17
  793. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstancePatchesCommand.d.ts +0 -17
  794. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInventoryDeletionsCommand.d.ts +0 -17
  795. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.d.ts +0 -17
  796. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionTasksCommand.d.ts +0 -17
  797. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionsCommand.d.ts +0 -17
  798. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +0 -17
  799. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +0 -17
  800. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowTasksCommand.d.ts +0 -17
  801. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowsCommand.d.ts +0 -17
  802. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +0 -17
  803. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeOpsItemsCommand.d.ts +0 -17
  804. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeParametersCommand.d.ts +0 -18
  805. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribePatchBaselinesCommand.d.ts +0 -17
  806. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribePatchGroupStateCommand.d.ts +0 -17
  807. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribePatchGroupsCommand.d.ts +0 -17
  808. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribePatchPropertiesCommand.d.ts +0 -17
  809. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeSessionsCommand.d.ts +0 -17
  810. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DisassociateOpsItemRelatedItemCommand.d.ts +0 -17
  811. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetAutomationExecutionCommand.d.ts +0 -17
  812. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetCalendarStateCommand.d.ts +0 -17
  813. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetCommandInvocationCommand.d.ts +0 -17
  814. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetConnectionStatusCommand.d.ts +0 -17
  815. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetDefaultPatchBaselineCommand.d.ts +0 -17
  816. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +0 -17
  817. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetDocumentCommand.d.ts +0 -17
  818. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetInventoryCommand.d.ts +0 -18
  819. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetInventorySchemaCommand.d.ts +0 -17
  820. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowCommand.d.ts +0 -17
  821. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionCommand.d.ts +0 -17
  822. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionTaskCommand.d.ts +0 -17
  823. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.d.ts +0 -17
  824. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowTaskCommand.d.ts +0 -17
  825. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetOpsItemCommand.d.ts +0 -17
  826. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetOpsMetadataCommand.d.ts +0 -17
  827. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetOpsSummaryCommand.d.ts +0 -18
  828. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetParameterCommand.d.ts +0 -17
  829. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetParameterHistoryCommand.d.ts +0 -17
  830. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetParametersByPathCommand.d.ts +0 -17
  831. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetParametersCommand.d.ts +0 -17
  832. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetPatchBaselineCommand.d.ts +0 -17
  833. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetPatchBaselineForPatchGroupCommand.d.ts +0 -17
  834. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetServiceSettingCommand.d.ts +0 -17
  835. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/LabelParameterVersionCommand.d.ts +0 -17
  836. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListAssociationVersionsCommand.d.ts +0 -17
  837. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListAssociationsCommand.d.ts +0 -17
  838. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListCommandInvocationsCommand.d.ts +0 -17
  839. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListCommandsCommand.d.ts +0 -17
  840. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListComplianceItemsCommand.d.ts +0 -17
  841. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListComplianceSummariesCommand.d.ts +0 -17
  842. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListDocumentMetadataHistoryCommand.d.ts +0 -17
  843. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListDocumentVersionsCommand.d.ts +0 -17
  844. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListDocumentsCommand.d.ts +0 -17
  845. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListInventoryEntriesCommand.d.ts +0 -17
  846. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListOpsItemEventsCommand.d.ts +0 -17
  847. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListOpsItemRelatedItemsCommand.d.ts +0 -17
  848. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListOpsMetadataCommand.d.ts +0 -17
  849. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListResourceComplianceSummariesCommand.d.ts +0 -17
  850. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListResourceDataSyncCommand.d.ts +0 -17
  851. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -17
  852. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ModifyDocumentPermissionCommand.d.ts +0 -17
  853. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/PutComplianceItemsCommand.d.ts +0 -17
  854. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/PutInventoryCommand.d.ts +0 -17
  855. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/PutParameterCommand.d.ts +0 -17
  856. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterDefaultPatchBaselineCommand.d.ts +0 -17
  857. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +0 -17
  858. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +0 -17
  859. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +0 -17
  860. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +0 -17
  861. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ResetServiceSettingCommand.d.ts +0 -17
  862. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ResumeSessionCommand.d.ts +0 -17
  863. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/SendAutomationSignalCommand.d.ts +0 -17
  864. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/SendCommandCommand.d.ts +0 -17
  865. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartAssociationsOnceCommand.d.ts +0 -17
  866. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartAutomationExecutionCommand.d.ts +0 -17
  867. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartChangeRequestExecutionCommand.d.ts +0 -17
  868. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartSessionCommand.d.ts +0 -17
  869. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StopAutomationExecutionCommand.d.ts +0 -17
  870. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/TerminateSessionCommand.d.ts +0 -17
  871. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UnlabelParameterVersionCommand.d.ts +0 -17
  872. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateAssociationCommand.d.ts +0 -17
  873. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateAssociationStatusCommand.d.ts +0 -17
  874. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateDocumentCommand.d.ts +0 -17
  875. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateDocumentDefaultVersionCommand.d.ts +0 -17
  876. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateDocumentMetadataCommand.d.ts +0 -17
  877. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateMaintenanceWindowCommand.d.ts +0 -17
  878. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateMaintenanceWindowTargetCommand.d.ts +0 -17
  879. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateMaintenanceWindowTaskCommand.d.ts +0 -17
  880. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateManagedInstanceRoleCommand.d.ts +0 -17
  881. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateOpsItemCommand.d.ts +0 -17
  882. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateOpsMetadataCommand.d.ts +0 -17
  883. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdatePatchBaselineCommand.d.ts +0 -17
  884. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateResourceDataSyncCommand.d.ts +0 -17
  885. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateServiceSettingCommand.d.ts +0 -17
  886. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/index.d.ts +0 -135
  887. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/endpoints.d.ts +0 -2
  888. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/index.d.ts +0 -6
  889. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/index.d.ts +0 -3
  890. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_0.d.ts +0 -3731
  891. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_1.d.ts +0 -3964
  892. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_2.d.ts +0 -447
  893. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeActivationsPaginator.d.ts +0 -4
  894. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeAssociationExecutionTargetsPaginator.d.ts +0 -4
  895. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeAssociationExecutionsPaginator.d.ts +0 -4
  896. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeAutomationExecutionsPaginator.d.ts +0 -4
  897. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeAutomationStepExecutionsPaginator.d.ts +0 -4
  898. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeAvailablePatchesPaginator.d.ts +0 -4
  899. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeEffectiveInstanceAssociationsPaginator.d.ts +0 -4
  900. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeEffectivePatchesForPatchBaselinePaginator.d.ts +0 -4
  901. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeInstanceAssociationsStatusPaginator.d.ts +0 -4
  902. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeInstanceInformationPaginator.d.ts +0 -4
  903. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeInstancePatchStatesForPatchGroupPaginator.d.ts +0 -4
  904. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeInstancePatchStatesPaginator.d.ts +0 -4
  905. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeInstancePatchesPaginator.d.ts +0 -4
  906. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeInventoryDeletionsPaginator.d.ts +0 -4
  907. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeMaintenanceWindowExecutionTaskInvocationsPaginator.d.ts +0 -4
  908. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeMaintenanceWindowExecutionTasksPaginator.d.ts +0 -4
  909. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeMaintenanceWindowExecutionsPaginator.d.ts +0 -4
  910. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeMaintenanceWindowSchedulePaginator.d.ts +0 -4
  911. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeMaintenanceWindowTargetsPaginator.d.ts +0 -4
  912. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeMaintenanceWindowTasksPaginator.d.ts +0 -4
  913. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeMaintenanceWindowsForTargetPaginator.d.ts +0 -4
  914. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeMaintenanceWindowsPaginator.d.ts +0 -4
  915. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeOpsItemsPaginator.d.ts +0 -4
  916. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeParametersPaginator.d.ts +0 -4
  917. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribePatchBaselinesPaginator.d.ts +0 -4
  918. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribePatchGroupsPaginator.d.ts +0 -4
  919. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribePatchPropertiesPaginator.d.ts +0 -4
  920. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeSessionsPaginator.d.ts +0 -4
  921. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/GetInventoryPaginator.d.ts +0 -4
  922. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/GetInventorySchemaPaginator.d.ts +0 -4
  923. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/GetOpsSummaryPaginator.d.ts +0 -4
  924. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/GetParameterHistoryPaginator.d.ts +0 -4
  925. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/GetParametersByPathPaginator.d.ts +0 -4
  926. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -6
  927. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListAssociationVersionsPaginator.d.ts +0 -4
  928. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListAssociationsPaginator.d.ts +0 -4
  929. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListCommandInvocationsPaginator.d.ts +0 -4
  930. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListCommandsPaginator.d.ts +0 -4
  931. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListComplianceItemsPaginator.d.ts +0 -4
  932. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListComplianceSummariesPaginator.d.ts +0 -4
  933. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListDocumentVersionsPaginator.d.ts +0 -4
  934. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListDocumentsPaginator.d.ts +0 -4
  935. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListOpsItemEventsPaginator.d.ts +0 -4
  936. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListOpsItemRelatedItemsPaginator.d.ts +0 -4
  937. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListOpsMetadataPaginator.d.ts +0 -4
  938. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListResourceComplianceSummariesPaginator.d.ts +0 -4
  939. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListResourceDataSyncPaginator.d.ts +0 -4
  940. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/index.d.ts +0 -47
  941. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -407
  942. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -37
  943. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.d.ts +0 -37
  944. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -36
  945. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
  946. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/waiters/index.d.ts +0 -1
  947. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/waiters/waitForCommandExecuted.d.ts +0 -7
  948. package/node_modules/@aws-sdk/client-ssm/dist-types/waiters/index.d.ts +0 -1
  949. package/node_modules/@aws-sdk/client-ssm/dist-types/waiters/waitForCommandExecuted.d.ts +0 -14
  950. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/abort-controller/CHANGELOG.md +0 -1104
  951. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/abort-controller/LICENSE +0 -201
  952. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/abort-controller/README.md +0 -4
  953. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/abort-controller/dist-cjs/AbortController.js +0 -13
  954. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/abort-controller/dist-cjs/AbortSignal.js +0 -24
  955. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/abort-controller/dist-cjs/index.js +0 -5
  956. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/abort-controller/dist-es/AbortController.js +0 -11
  957. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/abort-controller/dist-es/AbortSignal.js +0 -26
  958. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/abort-controller/dist-es/index.js +0 -2
  959. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/abort-controller/dist-types/AbortController.d.ts +0 -6
  960. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/abort-controller/dist-types/AbortSignal.d.ts +0 -14
  961. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/abort-controller/dist-types/index.d.ts +0 -2
  962. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/abort-controller/dist-types/ts3.4/AbortController.d.ts +0 -6
  963. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/abort-controller/dist-types/ts3.4/AbortSignal.d.ts +0 -10
  964. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/abort-controller/dist-types/ts3.4/index.d.ts +0 -2
  965. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/abort-controller/package.json +0 -49
  966. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/CHANGELOG.md +0 -3269
  967. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/LICENSE +0 -201
  968. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/README.md +0 -218
  969. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-cjs/SSO.js +0 -67
  970. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-cjs/SSOClient.js +0 -32
  971. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-cjs/commands/GetRoleCredentialsCommand.js +0 -36
  972. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-cjs/commands/ListAccountRolesCommand.js +0 -36
  973. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-cjs/commands/ListAccountsCommand.js +0 -36
  974. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-cjs/commands/LogoutCommand.js +0 -36
  975. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-cjs/commands/index.js +0 -7
  976. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-cjs/endpoints.js +0 -275
  977. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +0 -8
  978. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-cjs/models/index.js +0 -4
  979. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-cjs/models/models_0.js +0 -95
  980. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-cjs/pagination/Interfaces.js +0 -2
  981. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-cjs/pagination/ListAccountRolesPaginator.js +0 -35
  982. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-cjs/pagination/ListAccountsPaginator.js +0 -35
  983. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-cjs/pagination/index.js +0 -6
  984. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-cjs/protocols/Aws_restJson1.js +0 -521
  985. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.browser.js +0 -39
  986. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +0 -41
  987. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.native.js +0 -16
  988. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js +0 -17
  989. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-es/SSO.js +0 -70
  990. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +0 -34
  991. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-es/commands/GetRoleCredentialsCommand.js +0 -39
  992. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +0 -39
  993. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +0 -39
  994. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.js +0 -39
  995. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-es/commands/index.js +0 -4
  996. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-es/endpoints.js +0 -271
  997. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-es/index.js +0 -5
  998. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-es/models/index.js +0 -1
  999. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js +0 -58
  1000. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-es/pagination/Interfaces.js +0 -1
  1001. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountRolesPaginator.js +0 -74
  1002. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountsPaginator.js +0 -74
  1003. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-es/pagination/index.js +0 -3
  1004. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-es/protocols/Aws_restJson1.js +0 -594
  1005. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.browser.js +0 -17
  1006. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +0 -19
  1007. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.native.js +0 -8
  1008. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.shared.js +0 -13
  1009. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +0 -53
  1010. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +0 -153
  1011. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +0 -36
  1012. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +0 -35
  1013. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +0 -37
  1014. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +0 -35
  1015. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/commands/index.d.ts +0 -4
  1016. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/endpoints.d.ts +0 -2
  1017. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +0 -5
  1018. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/models/index.d.ts +0 -1
  1019. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +0 -255
  1020. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/pagination/Interfaces.d.ts +0 -6
  1021. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountRolesPaginator.d.ts +0 -4
  1022. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountsPaginator.d.ts +0 -4
  1023. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/pagination/index.d.ts +0 -3
  1024. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/protocols/Aws_restJson1.d.ts +0 -14
  1025. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +0 -32
  1026. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +0 -32
  1027. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +0 -31
  1028. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts +0 -13
  1029. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSO.d.ts +0 -25
  1030. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +0 -72
  1031. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/GetRoleCredentialsCommand.d.ts +0 -17
  1032. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountRolesCommand.d.ts +0 -17
  1033. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +0 -17
  1034. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/LogoutCommand.d.ts +0 -17
  1035. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/index.d.ts +0 -4
  1036. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoints.d.ts +0 -2
  1037. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +0 -5
  1038. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/index.d.ts +0 -1
  1039. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +0 -154
  1040. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -6
  1041. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountRolesPaginator.d.ts +0 -4
  1042. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountsPaginator.d.ts +0 -4
  1043. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/index.d.ts +0 -3
  1044. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -14
  1045. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -30
  1046. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +0 -30
  1047. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -29
  1048. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
  1049. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/package.json +0 -91
  1050. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/CHANGELOG.md +0 -2418
  1051. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/LICENSE +0 -201
  1052. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/README.md +0 -208
  1053. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-cjs/STS.js +0 -127
  1054. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-cjs/STSClient.js +0 -34
  1055. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleCommand.js +0 -38
  1056. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleWithSAMLCommand.js +0 -36
  1057. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleWithWebIdentityCommand.js +0 -36
  1058. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-cjs/commands/DecodeAuthorizationMessageCommand.js +0 -38
  1059. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetAccessKeyInfoCommand.js +0 -38
  1060. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetCallerIdentityCommand.js +0 -38
  1061. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetFederationTokenCommand.js +0 -38
  1062. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetSessionTokenCommand.js +0 -38
  1063. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-cjs/commands/index.js +0 -11
  1064. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-cjs/defaultRoleAssumers.js +0 -15
  1065. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-cjs/defaultStsRoleAssumers.js +0 -76
  1066. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-cjs/endpoints.js +0 -217
  1067. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +0 -8
  1068. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-cjs/models/index.js +0 -4
  1069. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-cjs/models/models_0.js +0 -177
  1070. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-cjs/protocols/Aws_query.js +0 -1249
  1071. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.browser.js +0 -40
  1072. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.js +0 -44
  1073. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.native.js +0 -16
  1074. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.shared.js +0 -17
  1075. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-es/STS.js +0 -130
  1076. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-es/STSClient.js +0 -36
  1077. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleCommand.js +0 -41
  1078. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithSAMLCommand.js +0 -39
  1079. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithWebIdentityCommand.js +0 -39
  1080. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-es/commands/DecodeAuthorizationMessageCommand.js +0 -41
  1081. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-es/commands/GetAccessKeyInfoCommand.js +0 -41
  1082. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-es/commands/GetCallerIdentityCommand.js +0 -41
  1083. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-es/commands/GetFederationTokenCommand.js +0 -41
  1084. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-es/commands/GetSessionTokenCommand.js +0 -41
  1085. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-es/commands/index.js +0 -8
  1086. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-es/defaultRoleAssumers.js +0 -16
  1087. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-es/defaultStsRoleAssumers.js +0 -87
  1088. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-es/endpoints.js +0 -213
  1089. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-es/index.js +0 -5
  1090. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-es/models/index.js +0 -1
  1091. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-es/models/models_0.js +0 -117
  1092. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-es/protocols/Aws_query.js +0 -1330
  1093. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.browser.js +0 -17
  1094. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.js +0 -21
  1095. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.native.js +0 -8
  1096. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.shared.js +0 -13
  1097. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/STS.d.ts +0 -619
  1098. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/STSClient.d.ts +0 -152
  1099. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts +0 -124
  1100. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +0 -166
  1101. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +0 -170
  1102. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +0 -70
  1103. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/commands/GetAccessKeyInfoCommand.d.ts +0 -52
  1104. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/commands/GetCallerIdentityCommand.d.ts +0 -44
  1105. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +0 -120
  1106. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +0 -86
  1107. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/commands/index.d.ts +0 -8
  1108. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/defaultRoleAssumers.d.ts +0 -19
  1109. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/defaultStsRoleAssumers.d.ts +0 -35
  1110. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/endpoints.d.ts +0 -2
  1111. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/index.d.ts +0 -5
  1112. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/models/index.d.ts +0 -1
  1113. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/models/models_0.d.ts +0 -1211
  1114. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/protocols/Aws_query.d.ts +0 -26
  1115. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.browser.d.ts +0 -39
  1116. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.d.ts +0 -39
  1117. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.native.d.ts +0 -38
  1118. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.shared.d.ts +0 -13
  1119. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STS.d.ts +0 -45
  1120. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STSClient.d.ts +0 -79
  1121. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleCommand.d.ts +0 -17
  1122. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithSAMLCommand.d.ts +0 -17
  1123. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithWebIdentityCommand.d.ts +0 -17
  1124. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/DecodeAuthorizationMessageCommand.d.ts +0 -17
  1125. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetAccessKeyInfoCommand.d.ts +0 -17
  1126. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetCallerIdentityCommand.d.ts +0 -17
  1127. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +0 -17
  1128. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetSessionTokenCommand.d.ts +0 -17
  1129. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/index.d.ts +0 -8
  1130. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/defaultRoleAssumers.d.ts +0 -8
  1131. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/defaultStsRoleAssumers.d.ts +0 -16
  1132. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoints.d.ts +0 -2
  1133. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/index.d.ts +0 -5
  1134. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/index.d.ts +0 -1
  1135. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/models_0.d.ts +0 -367
  1136. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/protocols/Aws_query.d.ts +0 -26
  1137. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -37
  1138. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.d.ts +0 -37
  1139. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -36
  1140. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
  1141. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/package.json +0 -96
  1142. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/CHANGELOG.md +0 -2281
  1143. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/LICENSE +0 -201
  1144. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/README.md +0 -10
  1145. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js +0 -12
  1146. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/NodeUseFipsEndpointConfigOptions.js +0 -12
  1147. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/index.js +0 -7
  1148. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/resolveCustomEndpointsConfig.js +0 -16
  1149. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/resolveEndpointsConfig.js +0 -21
  1150. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/utils/getEndpointFromRegion.js +0 -20
  1151. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/utils/normalizeBoolean.js +0 -11
  1152. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/utils/normalizeEndpoint.js +0 -15
  1153. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/index.js +0 -6
  1154. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/regionConfig/config.js +0 -15
  1155. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/regionConfig/getRealRegion.js +0 -10
  1156. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/regionConfig/index.js +0 -5
  1157. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/regionConfig/isFipsRegion.js +0 -5
  1158. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/regionConfig/resolveRegionConfig.js +0 -29
  1159. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/EndpointVariant.js +0 -2
  1160. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/EndpointVariantTag.js +0 -2
  1161. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/PartitionHash.js +0 -2
  1162. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/RegionHash.js +0 -2
  1163. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/getHostnameFromVariants.js +0 -8
  1164. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/getRegionInfo.js +0 -34
  1165. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/getResolvedHostname.js +0 -9
  1166. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/getResolvedPartition.js +0 -5
  1167. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/getResolvedSigningRegion.js +0 -16
  1168. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/index.js +0 -6
  1169. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js +0 -11
  1170. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/NodeUseFipsEndpointConfigOptions.js +0 -11
  1171. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/index.js +0 -4
  1172. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/resolveCustomEndpointsConfig.js +0 -7
  1173. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/resolveEndpointsConfig.js +0 -12
  1174. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/utils/getEndpointFromRegion.js +0 -31
  1175. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/utils/normalizeBoolean.js +0 -7
  1176. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/utils/normalizeEndpoint.js +0 -12
  1177. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/index.js +0 -3
  1178. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/regionConfig/config.js +0 -12
  1179. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/regionConfig/getRealRegion.js +0 -8
  1180. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/regionConfig/index.js +0 -2
  1181. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/regionConfig/isFipsRegion.js +0 -3
  1182. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/regionConfig/resolveRegionConfig.js +0 -44
  1183. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/EndpointVariant.js +0 -1
  1184. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/EndpointVariantTag.js +0 -1
  1185. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/PartitionHash.js +0 -1
  1186. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/RegionHash.js +0 -1
  1187. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/getHostnameFromVariants.js +0 -9
  1188. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/getRegionInfo.js +0 -26
  1189. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/getResolvedHostname.js +0 -8
  1190. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/getResolvedPartition.js +0 -5
  1191. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/getResolvedSigningRegion.js +0 -13
  1192. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/index.js +0 -3
  1193. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +0 -5
  1194. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +0 -5
  1195. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/index.d.ts +0 -4
  1196. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/resolveCustomEndpointsConfig.d.ts +0 -20
  1197. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.d.ts +0 -38
  1198. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/utils/getEndpointFromRegion.d.ts +0 -11
  1199. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/utils/normalizeBoolean.d.ts +0 -2
  1200. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/utils/normalizeEndpoint.d.ts +0 -7
  1201. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/index.d.ts +0 -3
  1202. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/config.d.ts +0 -5
  1203. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/getRealRegion.d.ts +0 -1
  1204. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/index.d.ts +0 -2
  1205. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/isFipsRegion.d.ts +0 -1
  1206. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/resolveRegionConfig.d.ts +0 -25
  1207. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/EndpointVariant.d.ts +0 -8
  1208. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/EndpointVariantTag.d.ts +0 -5
  1209. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/PartitionHash.d.ts +0 -14
  1210. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/RegionHash.d.ts +0 -12
  1211. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getHostnameFromVariants.d.ts +0 -6
  1212. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getRegionInfo.d.ts +0 -11
  1213. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getResolvedHostname.d.ts +0 -5
  1214. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getResolvedPartition.d.ts +0 -5
  1215. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getResolvedSigningRegion.d.ts +0 -6
  1216. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/index.d.ts +0 -3
  1217. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +0 -5
  1218. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +0 -5
  1219. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/index.d.ts +0 -4
  1220. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/resolveCustomEndpointsConfig.d.ts +0 -15
  1221. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/resolveEndpointsConfig.d.ts +0 -25
  1222. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/utils/getEndpointFromRegion.d.ts +0 -11
  1223. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/utils/normalizeBoolean.d.ts +0 -2
  1224. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/utils/normalizeEndpoint.d.ts +0 -7
  1225. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/index.d.ts +0 -3
  1226. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionConfig/config.d.ts +0 -5
  1227. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionConfig/getRealRegion.d.ts +0 -1
  1228. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionConfig/index.d.ts +0 -2
  1229. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionConfig/isFipsRegion.d.ts +0 -1
  1230. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionConfig/resolveRegionConfig.d.ts +0 -17
  1231. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariant.d.ts +0 -6
  1232. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariantTag.d.ts +0 -2
  1233. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/PartitionHash.d.ts +0 -10
  1234. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/RegionHash.d.ts +0 -9
  1235. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/getHostnameFromVariants.d.ts +0 -6
  1236. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/getRegionInfo.d.ts +0 -11
  1237. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/getResolvedHostname.d.ts +0 -5
  1238. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/getResolvedPartition.d.ts +0 -5
  1239. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/getResolvedSigningRegion.d.ts +0 -6
  1240. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/index.d.ts +0 -3
  1241. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/package.json +0 -51
  1242. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-env/CHANGELOG.md +0 -1269
  1243. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-env/LICENSE +0 -201
  1244. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-env/README.md +0 -11
  1245. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +0 -25
  1246. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-env/dist-es/index.js +0 -21
  1247. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-env/dist-types/index.d.ts +0 -11
  1248. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-env/dist-types/ts3.4/index.d.ts +0 -7
  1249. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-env/package.json +0 -55
  1250. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/CHANGELOG.md +0 -1263
  1251. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/LICENSE +0 -201
  1252. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/README.md +0 -11
  1253. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/config/Endpoint.js +0 -8
  1254. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/config/EndpointConfigOptions.js +0 -10
  1255. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/config/EndpointMode.js +0 -8
  1256. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/config/EndpointModeConfigOptions.js +0 -11
  1257. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/fromContainerMetadata.js +0 -70
  1258. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/fromInstanceMetadata.js +0 -93
  1259. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/index.js +0 -6
  1260. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/remoteProvider/ImdsCredentials.js +0 -17
  1261. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/remoteProvider/RemoteProviderInit.js +0 -7
  1262. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/remoteProvider/httpRequest.js +0 -41
  1263. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/remoteProvider/index.js +0 -5
  1264. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/remoteProvider/retry.js +0 -11
  1265. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/utils/getInstanceMetadataEndpoint.js +0 -23
  1266. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-es/config/Endpoint.js +0 -5
  1267. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-es/config/EndpointConfigOptions.js +0 -7
  1268. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-es/config/EndpointMode.js +0 -5
  1269. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-es/config/EndpointModeConfigOptions.js +0 -8
  1270. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-es/fromContainerMetadata.js +0 -82
  1271. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-es/fromInstanceMetadata.js +0 -127
  1272. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-es/index.js +0 -3
  1273. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-es/remoteProvider/ImdsCredentials.js +0 -14
  1274. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-es/remoteProvider/RemoteProviderInit.js +0 -6
  1275. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-es/remoteProvider/httpRequest.js +0 -34
  1276. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-es/remoteProvider/index.js +0 -2
  1277. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-es/remoteProvider/retry.js +0 -7
  1278. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-es/utils/getInstanceMetadataEndpoint.js +0 -44
  1279. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/config/Endpoint.d.ts +0 -4
  1280. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/config/EndpointConfigOptions.d.ts +0 -4
  1281. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/config/EndpointMode.d.ts +0 -4
  1282. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/config/EndpointModeConfigOptions.d.ts +0 -4
  1283. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/fromContainerMetadata.d.ts +0 -10
  1284. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/fromInstanceMetadata.d.ts +0 -7
  1285. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/index.d.ts +0 -3
  1286. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/ImdsCredentials.d.ts +0 -9
  1287. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/RemoteProviderInit.d.ts +0 -14
  1288. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts +0 -6
  1289. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/index.d.ts +0 -2
  1290. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/retry.d.ts +0 -7
  1291. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/config/Endpoint.d.ts +0 -4
  1292. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/config/EndpointConfigOptions.d.ts +0 -4
  1293. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/config/EndpointMode.d.ts +0 -4
  1294. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/config/EndpointModeConfigOptions.d.ts +0 -4
  1295. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/fromContainerMetadata.d.ts +0 -7
  1296. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/fromInstanceMetadata.d.ts +0 -4
  1297. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/index.d.ts +0 -3
  1298. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/remoteProvider/ImdsCredentials.d.ts +0 -9
  1299. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/remoteProvider/RemoteProviderInit.d.ts +0 -10
  1300. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/remoteProvider/httpRequest.d.ts +0 -4
  1301. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/remoteProvider/index.d.ts +0 -2
  1302. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/remoteProvider/retry.d.ts +0 -5
  1303. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/utils/getInstanceMetadataEndpoint.d.ts +0 -3
  1304. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/utils/getInstanceMetadataEndpoint.d.ts +0 -19
  1305. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/package.json +0 -58
  1306. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-ini/CHANGELOG.md +0 -1265
  1307. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-ini/LICENSE +0 -201
  1308. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-ini/README.md +0 -11
  1309. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +0 -105
  1310. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-ini/dist-es/index.js +0 -141
  1311. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-ini/dist-types/index.d.ts +0 -63
  1312. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/index.d.ts +0 -26
  1313. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-ini/package.json +0 -61
  1314. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-node/CHANGELOG.md +0 -1569
  1315. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-node/LICENSE +0 -201
  1316. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-node/README.md +0 -89
  1317. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +0 -42
  1318. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-node/dist-es/index.js +0 -42
  1319. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-node/dist-types/index.d.ts +0 -42
  1320. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/index.d.ts +0 -9
  1321. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-node/package.json +0 -63
  1322. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-process/CHANGELOG.md +0 -1121
  1323. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-process/LICENSE +0 -201
  1324. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-process/README.md +0 -11
  1325. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +0 -70
  1326. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-process/dist-es/index.js +0 -82
  1327. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-process/dist-types/index.d.ts +0 -13
  1328. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/index.d.ts +0 -8
  1329. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-process/package.json +0 -57
  1330. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-sso/CHANGELOG.md +0 -323
  1331. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-sso/LICENSE +0 -201
  1332. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-sso/README.md +0 -11
  1333. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +0 -88
  1334. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-sso/dist-es/index.js +0 -110
  1335. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-sso/dist-types/index.d.ts +0 -54
  1336. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/index.d.ts +0 -32
  1337. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-sso/package.json +0 -58
  1338. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-web-identity/CHANGELOG.md +0 -217
  1339. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-web-identity/LICENSE +0 -201
  1340. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-web-identity/README.md +0 -11
  1341. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +0 -28
  1342. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js +0 -21
  1343. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +0 -5
  1344. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js +0 -25
  1345. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromWebToken.js +0 -19
  1346. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/index.js +0 -2
  1347. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromTokenFile.d.ts +0 -12
  1348. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromWebToken.d.ts +0 -126
  1349. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/index.d.ts +0 -2
  1350. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromTokenFile.d.ts +0 -8
  1351. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromWebToken.d.ts +0 -30
  1352. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/index.d.ts +0 -2
  1353. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-web-identity/package.json +0 -63
  1354. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/fetch-http-handler/CHANGELOG.md +0 -1856
  1355. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/fetch-http-handler/LICENSE +0 -201
  1356. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/fetch-http-handler/README.md +0 -4
  1357. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/fetch-http-handler/dist-cjs/fetch-http-handler.js +0 -78
  1358. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/fetch-http-handler/dist-cjs/index.js +0 -5
  1359. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/fetch-http-handler/dist-cjs/request-timeout.js +0 -15
  1360. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/fetch-http-handler/dist-cjs/stream-collector.js +0 -50
  1361. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/fetch-http-handler/dist-es/fetch-http-handler.js +0 -90
  1362. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/fetch-http-handler/dist-es/index.js +0 -2
  1363. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/fetch-http-handler/dist-es/request-timeout.js +0 -12
  1364. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/fetch-http-handler/dist-es/stream-collector.js +0 -68
  1365. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/fetch-http-handler/dist-types/fetch-http-handler.d.ts +0 -20
  1366. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/fetch-http-handler/dist-types/index.d.ts +0 -2
  1367. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/fetch-http-handler/dist-types/request-timeout.d.ts +0 -1
  1368. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/fetch-http-handler/dist-types/stream-collector.d.ts +0 -2
  1369. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +0 -15
  1370. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/fetch-http-handler/dist-types/ts3.4/index.d.ts +0 -2
  1371. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/fetch-http-handler/dist-types/ts3.4/request-timeout.d.ts +0 -1
  1372. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/fetch-http-handler/dist-types/ts3.4/stream-collector.d.ts +0 -2
  1373. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/fetch-http-handler/package.json +0 -49
  1374. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/hash-node/CHANGELOG.md +0 -1191
  1375. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/hash-node/LICENSE +0 -201
  1376. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/hash-node/README.md +0 -10
  1377. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/hash-node/dist-cjs/index.js +0 -30
  1378. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/hash-node/dist-es/index.js +0 -28
  1379. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/hash-node/dist-types/index.d.ts +0 -7
  1380. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/hash-node/dist-types/ts3.4/index.d.ts +0 -7
  1381. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/hash-node/package.json +0 -51
  1382. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/invalid-dependency/CHANGELOG.md +0 -480
  1383. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/invalid-dependency/LICENSE +0 -201
  1384. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/invalid-dependency/README.md +0 -10
  1385. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/invalid-dependency/dist-cjs/index.js +0 -5
  1386. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/invalid-dependency/dist-cjs/invalidFunction.js +0 -7
  1387. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/invalid-dependency/dist-cjs/invalidProvider.js +0 -5
  1388. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/invalid-dependency/dist-es/index.js +0 -2
  1389. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/invalid-dependency/dist-es/invalidFunction.js +0 -3
  1390. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/invalid-dependency/dist-es/invalidProvider.js +0 -1
  1391. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/invalid-dependency/dist-types/index.d.ts +0 -2
  1392. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/invalid-dependency/dist-types/invalidFunction.d.ts +0 -1
  1393. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/invalid-dependency/dist-types/invalidProvider.d.ts +0 -2
  1394. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/invalid-dependency/dist-types/ts3.4/index.d.ts +0 -2
  1395. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/invalid-dependency/dist-types/ts3.4/invalidFunction.d.ts +0 -1
  1396. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/invalid-dependency/dist-types/ts3.4/invalidProvider.d.ts +0 -2
  1397. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/invalid-dependency/package.json +0 -45
  1398. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/is-array-buffer/CHANGELOG.md +0 -561
  1399. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/is-array-buffer/LICENSE +0 -201
  1400. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/is-array-buffer/README.md +0 -10
  1401. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/is-array-buffer/dist-cjs/index.js +0 -6
  1402. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/is-array-buffer/dist-es/index.js +0 -4
  1403. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/is-array-buffer/dist-types/index.d.ts +0 -1
  1404. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/is-array-buffer/dist-types/ts3.4/index.d.ts +0 -1
  1405. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/is-array-buffer/package.json +0 -48
  1406. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-content-length/CHANGELOG.md +0 -1472
  1407. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-content-length/LICENSE +0 -201
  1408. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-content-length/README.md +0 -4
  1409. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-content-length/dist-cjs/index.js +0 -42
  1410. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-content-length/dist-es/index.js +0 -39
  1411. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-content-length/dist-types/index.d.ts +0 -6
  1412. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-content-length/dist-types/ts3.4/index.d.ts +0 -6
  1413. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-content-length/package.json +0 -49
  1414. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-host-header/CHANGELOG.md +0 -947
  1415. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-host-header/LICENSE +0 -201
  1416. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-host-header/README.md +0 -4
  1417. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js +0 -36
  1418. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-host-header/dist-es/index.js +0 -38
  1419. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-host-header/dist-types/index.d.ts +0 -17
  1420. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-host-header/dist-types/ts3.4/index.d.ts +0 -15
  1421. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-host-header/package.json +0 -49
  1422. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-logger/CHANGELOG.md +0 -355
  1423. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-logger/LICENSE +0 -201
  1424. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-logger/README.md +0 -4
  1425. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +0 -4
  1426. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-logger/dist-cjs/loggerMiddleware.js +0 -34
  1427. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-logger/dist-es/index.js +0 -1
  1428. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-logger/dist-es/loggerMiddleware.js +0 -42
  1429. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-logger/dist-types/index.d.ts +0 -1
  1430. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-logger/dist-types/loggerMiddleware.d.ts +0 -4
  1431. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-logger/dist-types/ts3.4/index.d.ts +0 -1
  1432. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-logger/dist-types/ts3.4/loggerMiddleware.d.ts +0 -4
  1433. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-logger/package.json +0 -51
  1434. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/CHANGELOG.md +0 -1178
  1435. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/LICENSE +0 -201
  1436. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/README.md +0 -4
  1437. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-cjs/AdaptiveRetryStrategy.js +0 -25
  1438. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-cjs/DefaultRateLimiter.js +0 -104
  1439. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-cjs/StandardRetryStrategy.js +0 -89
  1440. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-cjs/config.js +0 -10
  1441. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-cjs/configurations.js +0 -69
  1442. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-cjs/constants.js +0 -12
  1443. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-cjs/defaultRetryQuota.js +0 -32
  1444. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-cjs/delayDecider.js +0 -6
  1445. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-cjs/index.js +0 -13
  1446. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-cjs/omitRetryHeadersMiddleware.js +0 -27
  1447. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-cjs/retryDecider.js +0 -11
  1448. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-cjs/retryMiddleware.js +0 -23
  1449. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-cjs/types.js +0 -2
  1450. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-es/AdaptiveRetryStrategy.js +0 -34
  1451. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-es/DefaultRateLimiter.js +0 -119
  1452. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-es/StandardRetryStrategy.js +0 -130
  1453. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-es/config.js +0 -7
  1454. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-es/configurations.js +0 -77
  1455. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-es/constants.js +0 -9
  1456. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-es/defaultRetryQuota.js +0 -28
  1457. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-es/delayDecider.js +0 -4
  1458. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-es/index.js +0 -10
  1459. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-es/omitRetryHeadersMiddleware.js +0 -30
  1460. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-es/retryDecider.js +0 -7
  1461. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-es/retryMiddleware.js +0 -30
  1462. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-es/types.js +0 -1
  1463. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/AdaptiveRetryStrategy.d.ts +0 -17
  1464. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/DefaultRateLimiter.d.ts +0 -39
  1465. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/StandardRetryStrategy.d.ts +0 -27
  1466. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/config.d.ts +0 -13
  1467. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/configurations.d.ts +0 -37
  1468. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/constants.d.ts +0 -41
  1469. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/defaultRetryQuota.d.ts +0 -18
  1470. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/delayDecider.d.ts +0 -4
  1471. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/index.d.ts +0 -10
  1472. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/omitRetryHeadersMiddleware.d.ts +0 -4
  1473. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/retryDecider.d.ts +0 -2
  1474. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/retryMiddleware.d.ts +0 -5
  1475. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +0 -15
  1476. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/DefaultRateLimiter.d.ts +0 -39
  1477. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +0 -25
  1478. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/config.d.ts +0 -8
  1479. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/configurations.d.ts +0 -26
  1480. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/constants.d.ts +0 -18
  1481. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/defaultRetryQuota.d.ts +0 -10
  1482. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/delayDecider.d.ts +0 -2
  1483. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/index.d.ts +0 -10
  1484. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/omitRetryHeadersMiddleware.d.ts +0 -4
  1485. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/retryDecider.d.ts +0 -2
  1486. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/retryMiddleware.d.ts +0 -5
  1487. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/types.d.ts +0 -24
  1488. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/types.d.ts +0 -53
  1489. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/package.json +0 -52
  1490. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-sdk-sts/CHANGELOG.md +0 -202
  1491. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-sdk-sts/LICENSE +0 -201
  1492. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-sdk-sts/README.md +0 -4
  1493. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-sdk-sts/dist-cjs/index.js +0 -9
  1494. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-sdk-sts/dist-es/index.js +0 -6
  1495. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-sdk-sts/dist-types/index.d.ts +0 -34
  1496. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-sdk-sts/dist-types/ts3.4/index.d.ts +0 -25
  1497. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-sdk-sts/package.json +0 -52
  1498. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-serde/CHANGELOG.md +0 -896
  1499. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-serde/LICENSE +0 -201
  1500. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-serde/README.md +0 -4
  1501. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-serde/dist-cjs/deserializerMiddleware.js +0 -12
  1502. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-serde/dist-cjs/index.js +0 -6
  1503. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-serde/dist-cjs/serdePlugin.js +0 -26
  1504. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-serde/dist-cjs/serializerMiddleware.js +0 -11
  1505. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-serde/dist-es/deserializerMiddleware.js +0 -22
  1506. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-serde/dist-es/index.js +0 -3
  1507. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-serde/dist-es/serdePlugin.js +0 -22
  1508. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-serde/dist-es/serializerMiddleware.js +0 -16
  1509. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-serde/dist-types/deserializerMiddleware.d.ts +0 -2
  1510. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-serde/dist-types/index.d.ts +0 -3
  1511. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-serde/dist-types/serdePlugin.d.ts +0 -4
  1512. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-serde/dist-types/serializerMiddleware.d.ts +0 -2
  1513. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-serde/dist-types/ts3.4/deserializerMiddleware.d.ts +0 -2
  1514. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-serde/dist-types/ts3.4/index.d.ts +0 -3
  1515. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-serde/dist-types/ts3.4/serdePlugin.d.ts +0 -4
  1516. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-serde/dist-types/ts3.4/serializerMiddleware.d.ts +0 -2
  1517. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-serde/package.json +0 -48
  1518. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/CHANGELOG.md +0 -1840
  1519. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/LICENSE +0 -201
  1520. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/README.md +0 -4
  1521. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-cjs/configurations.js +0 -90
  1522. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-cjs/index.js +0 -5
  1523. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-cjs/middleware.js +0 -45
  1524. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-cjs/utils/getSkewCorrectedDate.js +0 -5
  1525. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-cjs/utils/getUpdatedSystemClockOffset.js +0 -12
  1526. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-cjs/utils/isClockSkewed.js +0 -6
  1527. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-es/configurations.js +0 -87
  1528. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-es/index.js +0 -2
  1529. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-es/middleware.js +0 -59
  1530. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-es/utils/getSkewCorrectedDate.js +0 -1
  1531. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-es/utils/getUpdatedSystemClockOffset.js +0 -8
  1532. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-es/utils/isClockSkewed.js +0 -4
  1533. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-types/configurations.d.ts +0 -88
  1534. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-types/index.d.ts +0 -2
  1535. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-types/middleware.d.ts +0 -6
  1536. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/configurations.d.ts +0 -57
  1537. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/index.d.ts +0 -2
  1538. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/middleware.d.ts +0 -6
  1539. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/utils/getSkewCorrectedDate.d.ts +0 -2
  1540. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/utils/getUpdatedSystemClockOffset.d.ts +0 -2
  1541. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/utils/isClockSkewed.d.ts +0 -2
  1542. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-types/utils/getSkewCorrectedDate.d.ts +0 -6
  1543. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-types/utils/getUpdatedSystemClockOffset.d.ts +0 -8
  1544. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-types/utils/isClockSkewed.d.ts +0 -7
  1545. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/package.json +0 -51
  1546. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-stack/CHANGELOG.md +0 -1330
  1547. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-stack/LICENSE +0 -201
  1548. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-stack/README.md +0 -78
  1549. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-stack/dist-cjs/MiddlewareStack.js +0 -215
  1550. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-stack/dist-cjs/index.js +0 -4
  1551. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-stack/dist-cjs/types.js +0 -2
  1552. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-stack/dist-es/MiddlewareStack.js +0 -212
  1553. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-stack/dist-es/index.js +0 -1
  1554. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-stack/dist-es/types.js +0 -1
  1555. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-stack/dist-types/MiddlewareStack.d.ts +0 -2
  1556. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-stack/dist-types/index.d.ts +0 -1
  1557. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-stack/dist-types/ts3.4/MiddlewareStack.d.ts +0 -2
  1558. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-stack/dist-types/ts3.4/index.d.ts +0 -1
  1559. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-stack/dist-types/ts3.4/types.d.ts +0 -24
  1560. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-stack/dist-types/types.d.ts +0 -24
  1561. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-stack/package.json +0 -50
  1562. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-user-agent/CHANGELOG.md +0 -1116
  1563. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-user-agent/LICENSE +0 -201
  1564. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-user-agent/README.md +0 -4
  1565. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/configurations.js +0 -10
  1566. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/constants.js +0 -7
  1567. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +0 -5
  1568. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/user-agent-middleware.js +0 -61
  1569. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-user-agent/dist-es/configurations.js +0 -4
  1570. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-user-agent/dist-es/constants.js +0 -4
  1571. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-user-agent/dist-es/index.js +0 -2
  1572. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-user-agent/dist-es/user-agent-middleware.js +0 -64
  1573. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-user-agent/dist-types/configurations.d.ts +0 -28
  1574. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-user-agent/dist-types/constants.d.ts +0 -4
  1575. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-user-agent/dist-types/index.d.ts +0 -2
  1576. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/configurations.d.ts +0 -19
  1577. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/constants.d.ts +0 -4
  1578. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/index.d.ts +0 -2
  1579. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/user-agent-middleware.d.ts +0 -6
  1580. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-user-agent/dist-types/user-agent-middleware.d.ts +0 -17
  1581. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-user-agent/package.json +0 -50
  1582. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/CHANGELOG.md +0 -399
  1583. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/LICENSE +0 -201
  1584. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/README.md +0 -4
  1585. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/dist-cjs/configLoader.js +0 -9
  1586. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/dist-cjs/fromEnv.js +0 -17
  1587. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/dist-cjs/fromSharedConfigFiles.js +0 -28
  1588. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/dist-cjs/fromStatic.js +0 -7
  1589. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/dist-cjs/index.js +0 -4
  1590. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/dist-es/configLoader.js +0 -9
  1591. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/dist-es/fromEnv.js +0 -20
  1592. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/dist-es/fromSharedConfigFiles.js +0 -37
  1593. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/dist-es/fromStatic.js +0 -8
  1594. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/dist-es/index.js +0 -1
  1595. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/dist-types/configLoader.d.ts +0 -22
  1596. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/dist-types/fromEnv.d.ts +0 -8
  1597. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/dist-types/fromSharedConfigFiles.d.ts +0 -27
  1598. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/dist-types/fromStatic.d.ts +0 -3
  1599. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/dist-types/index.d.ts +0 -1
  1600. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/dist-types/ts3.4/configLoader.d.ts +0 -14
  1601. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/dist-types/ts3.4/fromEnv.d.ts +0 -5
  1602. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/dist-types/ts3.4/fromSharedConfigFiles.d.ts +0 -14
  1603. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/dist-types/ts3.4/fromStatic.d.ts +0 -3
  1604. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/dist-types/ts3.4/index.d.ts +0 -1
  1605. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/package.json +0 -53
  1606. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/CHANGELOG.md +0 -1614
  1607. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/LICENSE +0 -201
  1608. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/README.md +0 -4
  1609. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-cjs/constants.js +0 -4
  1610. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-cjs/get-transformed-headers.js +0 -12
  1611. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-cjs/index.js +0 -6
  1612. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-cjs/node-http-handler.js +0 -76
  1613. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-cjs/node-http2-handler.js +0 -131
  1614. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-cjs/readable.mock.js +0 -23
  1615. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-cjs/server.mock.js +0 -60
  1616. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-cjs/set-connection-timeout.js +0 -22
  1617. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-cjs/set-socket-timeout.js +0 -10
  1618. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-cjs/stream-collector/collector.js +0 -15
  1619. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-cjs/stream-collector/index.js +0 -18
  1620. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-cjs/stream-collector/readable.mock.js +0 -23
  1621. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-cjs/write-request-body.js +0 -27
  1622. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-es/constants.js +0 -1
  1623. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-es/get-transformed-headers.js +0 -21
  1624. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-es/index.js +0 -3
  1625. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-es/node-http-handler.js +0 -77
  1626. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-es/node-http2-handler.js +0 -143
  1627. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-es/readable.mock.js +0 -24
  1628. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-es/server.mock.js +0 -63
  1629. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-es/set-connection-timeout.js +0 -19
  1630. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-es/set-socket-timeout.js +0 -7
  1631. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-es/stream-collector/collector.js +0 -16
  1632. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-es/stream-collector/index.js +0 -16
  1633. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-es/stream-collector/readable.mock.js +0 -24
  1634. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-es/write-request-body.js +0 -23
  1635. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-types/constants.d.ts +0 -4
  1636. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-types/get-transformed-headers.d.ts +0 -4
  1637. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-types/index.d.ts +0 -3
  1638. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-types/node-http-handler.d.ts +0 -36
  1639. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-types/node-http2-handler.d.ts +0 -58
  1640. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-types/readable.mock.d.ts +0 -13
  1641. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-types/server.mock.d.ts +0 -10
  1642. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-types/set-connection-timeout.d.ts +0 -2
  1643. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-types/set-socket-timeout.d.ts +0 -2
  1644. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-types/stream-collector/collector.d.ts +0 -6
  1645. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-types/stream-collector/index.d.ts +0 -2
  1646. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +0 -13
  1647. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/constants.d.ts +0 -2
  1648. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/get-transformed-headers.d.ts +0 -4
  1649. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/index.d.ts +0 -3
  1650. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +0 -28
  1651. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +0 -31
  1652. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/readable.mock.d.ts +0 -13
  1653. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/server.mock.d.ts +0 -10
  1654. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/set-connection-timeout.d.ts +0 -2
  1655. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/set-socket-timeout.d.ts +0 -2
  1656. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/stream-collector/collector.d.ts +0 -6
  1657. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/stream-collector/index.d.ts +0 -2
  1658. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/stream-collector/readable.mock.d.ts +0 -13
  1659. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +0 -5
  1660. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-types/write-request-body.d.ts +0 -5
  1661. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/package.json +0 -60
  1662. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/CHANGELOG.md +0 -1156
  1663. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/LICENSE +0 -201
  1664. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/README.md +0 -10
  1665. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/dist-cjs/ProviderError.js +0 -36
  1666. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/dist-cjs/chain.js +0 -19
  1667. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/dist-cjs/fromStatic.js +0 -5
  1668. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/dist-cjs/index.js +0 -7
  1669. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/dist-cjs/memoize.js +0 -48
  1670. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/dist-es/ProviderError.js +0 -44
  1671. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/dist-es/chain.js +0 -34
  1672. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/dist-es/fromStatic.js +0 -5
  1673. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/dist-es/index.js +0 -4
  1674. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/dist-es/memoize.js +0 -70
  1675. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/dist-types/ProviderError.d.ts +0 -31
  1676. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/dist-types/chain.d.ts +0 -11
  1677. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/dist-types/fromStatic.d.ts +0 -2
  1678. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/dist-types/index.d.ts +0 -4
  1679. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/dist-types/memoize.d.ts +0 -37
  1680. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/dist-types/ts3.4/ProviderError.d.ts +0 -13
  1681. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/dist-types/ts3.4/chain.d.ts +0 -3
  1682. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/dist-types/ts3.4/fromStatic.d.ts +0 -2
  1683. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/dist-types/ts3.4/index.d.ts +0 -4
  1684. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/dist-types/ts3.4/memoize.d.ts +0 -9
  1685. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/package.json +0 -48
  1686. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/CHANGELOG.md +0 -1178
  1687. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/LICENSE +0 -201
  1688. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/README.md +0 -4
  1689. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/dist-cjs/httpHandler.js +0 -2
  1690. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/dist-cjs/httpRequest.js +0 -49
  1691. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/dist-cjs/httpResponse.js +0 -17
  1692. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/dist-cjs/index.js +0 -7
  1693. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/dist-cjs/isValidHostname.js +0 -8
  1694. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/dist-es/httpHandler.js +0 -1
  1695. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/dist-es/httpRequest.js +0 -43
  1696. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/dist-es/httpResponse.js +0 -15
  1697. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/dist-es/index.js +0 -4
  1698. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/dist-es/isValidHostname.js +0 -4
  1699. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/dist-types/httpHandler.d.ts +0 -4
  1700. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/dist-types/httpRequest.d.ts +0 -20
  1701. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/dist-types/httpResponse.d.ts +0 -14
  1702. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/dist-types/index.d.ts +0 -4
  1703. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/dist-types/isValidHostname.d.ts +0 -1
  1704. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/httpHandler.d.ts +0 -4
  1705. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/httpRequest.d.ts +0 -20
  1706. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/httpResponse.d.ts +0 -14
  1707. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/index.d.ts +0 -4
  1708. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/isValidHostname.d.ts +0 -1
  1709. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/package.json +0 -49
  1710. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/querystring-builder/CHANGELOG.md +0 -1138
  1711. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/querystring-builder/LICENSE +0 -201
  1712. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/querystring-builder/README.md +0 -10
  1713. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/querystring-builder/dist-cjs/index.js +0 -25
  1714. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/querystring-builder/dist-es/index.js +0 -33
  1715. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/querystring-builder/dist-types/index.d.ts +0 -2
  1716. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/querystring-builder/dist-types/ts3.4/index.d.ts +0 -2
  1717. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/querystring-builder/package.json +0 -49
  1718. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/querystring-parser/CHANGELOG.md +0 -1101
  1719. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/querystring-parser/LICENSE +0 -201
  1720. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/querystring-parser/README.md +0 -10
  1721. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/querystring-parser/dist-cjs/index.js +0 -27
  1722. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/querystring-parser/dist-es/index.js +0 -35
  1723. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/querystring-parser/dist-types/index.d.ts +0 -2
  1724. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/querystring-parser/dist-types/ts3.4/index.d.ts +0 -2
  1725. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/querystring-parser/package.json +0 -48
  1726. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/service-error-classification/CHANGELOG.md +0 -667
  1727. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/service-error-classification/LICENSE +0 -201
  1728. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/service-error-classification/README.md +0 -4
  1729. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/service-error-classification/dist-cjs/constants.js +0 -29
  1730. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/service-error-classification/dist-cjs/index.js +0 -21
  1731. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/service-error-classification/dist-es/constants.js +0 -26
  1732. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/service-error-classification/dist-es/index.js +0 -14
  1733. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/service-error-classification/dist-types/constants.d.ts +0 -22
  1734. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/service-error-classification/dist-types/index.d.ts +0 -5
  1735. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/service-error-classification/dist-types/ts3.4/constants.d.ts +0 -8
  1736. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/service-error-classification/dist-types/ts3.4/index.d.ts +0 -5
  1737. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/service-error-classification/package.json +0 -45
  1738. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/shared-ini-file-loader/CHANGELOG.md +0 -704
  1739. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/shared-ini-file-loader/LICENSE +0 -201
  1740. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/shared-ini-file-loader/README.md +0 -102
  1741. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/shared-ini-file-loader/dist-cjs/index.js +0 -84
  1742. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/shared-ini-file-loader/dist-es/index.js +0 -105
  1743. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/index.d.ts +0 -33
  1744. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/index.d.ts +0 -21
  1745. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/shared-ini-file-loader/package.json +0 -48
  1746. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/CHANGELOG.md +0 -2827
  1747. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/LICENSE +0 -201
  1748. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/README.md +0 -4
  1749. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-cjs/SignatureV4.js +0 -150
  1750. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-cjs/cloneRequest.js +0 -17
  1751. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-cjs/constants.js +0 -46
  1752. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-cjs/credentialDerivation.js +0 -38
  1753. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-cjs/getCanonicalHeaders.js +0 -21
  1754. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-cjs/getCanonicalQuery.js +0 -31
  1755. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-cjs/getPayloadHash.js +0 -23
  1756. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-cjs/headerUtil.js +0 -32
  1757. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-cjs/index.js +0 -19
  1758. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-cjs/moveHeadersToQuery.js +0 -21
  1759. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-cjs/normalizeProvider.js +0 -23
  1760. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-cjs/prepareRequest.js +0 -15
  1761. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-cjs/suite.fixture.js +0 -402
  1762. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-cjs/utilDate.js +0 -20
  1763. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-es/SignatureV4.js +0 -269
  1764. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-es/cloneRequest.js +0 -12
  1765. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-es/constants.js +0 -43
  1766. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-es/credentialDerivation.js +0 -66
  1767. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-es/getCanonicalHeaders.js +0 -30
  1768. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-es/getCanonicalQuery.js +0 -43
  1769. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-es/getPayloadHash.js +0 -41
  1770. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-es/headerUtil.js +0 -60
  1771. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-es/index.js +0 -8
  1772. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-es/moveHeadersToQuery.js +0 -26
  1773. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-es/normalizeProvider.js +0 -18
  1774. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-es/prepareRequest.js +0 -23
  1775. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-es/suite.fixture.js +0 -399
  1776. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-es/utilDate.js +0 -17
  1777. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/SignatureV4.d.ts +0 -63
  1778. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/cloneRequest.d.ts +0 -6
  1779. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/constants.d.ts +0 -43
  1780. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/credentialDerivation.d.ts +0 -26
  1781. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/getCanonicalHeaders.d.ts +0 -5
  1782. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/getCanonicalQuery.d.ts +0 -5
  1783. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/getPayloadHash.d.ts +0 -5
  1784. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/headerUtil.d.ts +0 -4
  1785. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/index.d.ts +0 -8
  1786. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/moveHeadersToQuery.d.ts +0 -9
  1787. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/normalizeProvider.d.ts +0 -9
  1788. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/prepareRequest.d.ts +0 -5
  1789. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/suite.fixture.d.ts +0 -14
  1790. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/SignatureV4.d.ts +0 -39
  1791. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/cloneRequest.d.ts +0 -4
  1792. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/constants.d.ts +0 -43
  1793. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/credentialDerivation.d.ts +0 -7
  1794. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/getCanonicalHeaders.d.ts +0 -3
  1795. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/getCanonicalQuery.d.ts +0 -3
  1796. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/getPayloadHash.d.ts +0 -3
  1797. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/headerUtil.d.ts +0 -4
  1798. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/index.d.ts +0 -8
  1799. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/moveHeadersToQuery.d.ts +0 -7
  1800. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/normalizeProvider.d.ts +0 -5
  1801. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/prepareRequest.d.ts +0 -3
  1802. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/suite.fixture.d.ts +0 -14
  1803. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/utilDate.d.ts +0 -2
  1804. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/utilDate.d.ts +0 -2
  1805. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/package.json +0 -56
  1806. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/CHANGELOG.md +0 -1387
  1807. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/LICENSE +0 -201
  1808. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/README.md +0 -10
  1809. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-cjs/client.js +0 -28
  1810. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-cjs/command.js +0 -10
  1811. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-cjs/constants.js +0 -4
  1812. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-cjs/date-utils.js +0 -156
  1813. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-cjs/emitWarningIfUnsupportedVersion.js +0 -15
  1814. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-cjs/extended-encode-uri-component.js +0 -9
  1815. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-cjs/get-array-if-single-item.js +0 -5
  1816. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-cjs/get-value-from-text-node.js +0 -16
  1817. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-cjs/index.js +0 -15
  1818. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-cjs/lazy-json.js +0 -38
  1819. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-cjs/parse-utils.js +0 -206
  1820. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-cjs/ser-utils.js +0 -17
  1821. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-cjs/split-every.js +0 -31
  1822. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-es/client.js +0 -26
  1823. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-es/command.js +0 -8
  1824. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-es/constants.js +0 -1
  1825. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-es/date-utils.js +0 -150
  1826. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-es/emitWarningIfUnsupportedVersion.js +0 -11
  1827. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-es/extended-encode-uri-component.js +0 -5
  1828. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-es/get-array-if-single-item.js +0 -3
  1829. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-es/get-value-from-text-node.js +0 -12
  1830. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-es/index.js +0 -12
  1831. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-es/lazy-json.js +0 -40
  1832. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-es/parse-utils.js +0 -190
  1833. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-es/ser-utils.js +0 -13
  1834. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-es/split-every.js +0 -27
  1835. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/client.d.ts +0 -20
  1836. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/command.d.ts +0 -6
  1837. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/constants.d.ts +0 -1
  1838. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/date-utils.d.ts +0 -49
  1839. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/emitWarningIfUnsupportedVersion.d.ts +0 -6
  1840. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/extended-encode-uri-component.d.ts +0 -5
  1841. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/get-array-if-single-item.d.ts +0 -5
  1842. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/get-value-from-text-node.d.ts +0 -5
  1843. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts +0 -13
  1844. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/lazy-json.d.ts +0 -19
  1845. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/parse-utils.d.ts +0 -203
  1846. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/ser-utils.d.ts +0 -7
  1847. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/split-every.d.ts +0 -9
  1848. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/client.d.ts +0 -16
  1849. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/command.d.ts +0 -6
  1850. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/constants.d.ts +0 -1
  1851. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/date-utils.d.ts +0 -8
  1852. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/emitWarningIfUnsupportedVersion.d.ts +0 -2
  1853. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/extended-encode-uri-component.d.ts +0 -2
  1854. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/get-array-if-single-item.d.ts +0 -2
  1855. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/get-value-from-text-node.d.ts +0 -2
  1856. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/index.d.ts +0 -13
  1857. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/lazy-json.d.ts +0 -12
  1858. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/parse-utils.d.ts +0 -53
  1859. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/ser-utils.d.ts +0 -2
  1860. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/split-every.d.ts +0 -2
  1861. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/package.json +0 -49
  1862. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/CHANGELOG.md +0 -1712
  1863. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/LICENSE +0 -201
  1864. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/README.md +0 -4
  1865. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-cjs/abort.js +0 -2
  1866. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-cjs/client.js +0 -2
  1867. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-cjs/command.js +0 -2
  1868. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-cjs/credentials.js +0 -2
  1869. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-cjs/crypto.js +0 -2
  1870. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-cjs/eventStream.js +0 -2
  1871. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-cjs/http.js +0 -2
  1872. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-cjs/index.js +0 -20
  1873. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-cjs/logger.js +0 -2
  1874. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-cjs/middleware.js +0 -2
  1875. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-cjs/pagination.js +0 -2
  1876. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-cjs/response.js +0 -2
  1877. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-cjs/serde.js +0 -2
  1878. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-cjs/shapes.js +0 -2
  1879. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-cjs/signature.js +0 -2
  1880. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-cjs/transfer.js +0 -2
  1881. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-cjs/util.js +0 -2
  1882. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-cjs/waiter.js +0 -2
  1883. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-es/abort.js +0 -1
  1884. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-es/client.js +0 -1
  1885. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-es/command.js +0 -1
  1886. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-es/credentials.js +0 -1
  1887. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-es/crypto.js +0 -1
  1888. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-es/eventStream.js +0 -1
  1889. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-es/http.js +0 -1
  1890. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-es/index.js +0 -17
  1891. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-es/logger.js +0 -1
  1892. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-es/middleware.js +0 -1
  1893. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-es/pagination.js +0 -1
  1894. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-es/response.js +0 -1
  1895. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-es/serde.js +0 -1
  1896. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-es/shapes.js +0 -1
  1897. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-es/signature.js +0 -1
  1898. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-es/transfer.js +0 -1
  1899. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-es/util.js +0 -1
  1900. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-es/waiter.js +0 -1
  1901. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/abort.d.ts +0 -42
  1902. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/client.d.ts +0 -23
  1903. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/command.d.ts +0 -7
  1904. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +0 -24
  1905. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/crypto.d.ts +0 -45
  1906. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/eventStream.d.ts +0 -84
  1907. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/http.d.ts +0 -92
  1908. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/index.d.ts +0 -17
  1909. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/logger.d.ts +0 -26
  1910. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +0 -338
  1911. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/pagination.d.ts +0 -14
  1912. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/response.d.ts +0 -34
  1913. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/serde.d.ts +0 -49
  1914. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/shapes.d.ts +0 -45
  1915. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/signature.d.ts +0 -100
  1916. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/transfer.d.ts +0 -16
  1917. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/ts3.4/abort.d.ts +0 -17
  1918. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/ts3.4/client.d.ts +0 -17
  1919. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/ts3.4/command.d.ts +0 -7
  1920. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/ts3.4/credentials.d.ts +0 -13
  1921. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/ts3.4/crypto.d.ts +0 -20
  1922. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/ts3.4/eventStream.d.ts +0 -78
  1923. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/ts3.4/http.d.ts +0 -44
  1924. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +0 -17
  1925. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/ts3.4/logger.d.ts +0 -14
  1926. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/ts3.4/middleware.d.ts +0 -155
  1927. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/ts3.4/pagination.d.ts +0 -9
  1928. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/ts3.4/response.d.ts +0 -18
  1929. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/ts3.4/serde.d.ts +0 -29
  1930. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/ts3.4/shapes.d.ts +0 -22
  1931. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/ts3.4/signature.d.ts +0 -47
  1932. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/ts3.4/transfer.d.ts +0 -12
  1933. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/ts3.4/util.d.ts +0 -56
  1934. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/ts3.4/waiter.d.ts +0 -15
  1935. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/util.d.ts +0 -112
  1936. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/waiter.d.ts +0 -32
  1937. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/package.json +0 -43
  1938. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/url-parser/CHANGELOG.md +0 -201
  1939. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/url-parser/LICENSE +0 -201
  1940. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/url-parser/README.md +0 -10
  1941. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/url-parser/dist-cjs/index.js +0 -19
  1942. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/url-parser/dist-es/index.js +0 -15
  1943. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/url-parser/dist-types/index.d.ts +0 -2
  1944. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/url-parser/dist-types/ts3.4/index.d.ts +0 -2
  1945. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/url-parser/package.json +0 -46
  1946. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-base64-browser/CHANGELOG.md +0 -561
  1947. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-base64-browser/LICENSE +0 -201
  1948. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-base64-browser/README.md +0 -4
  1949. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-base64-browser/dist-cjs/index.js +0 -86
  1950. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-base64-browser/dist-es/index.js +0 -81
  1951. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-base64-browser/dist-types/index.d.ts +0 -16
  1952. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-base64-browser/dist-types/ts3.4/index.d.ts +0 -4
  1953. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-base64-browser/package.json +0 -46
  1954. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-base64-node/CHANGELOG.md +0 -672
  1955. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-base64-node/LICENSE +0 -201
  1956. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-base64-node/README.md +0 -4
  1957. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-base64-node/dist-cjs/index.js +0 -20
  1958. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-base64-node/dist-es/index.js +0 -15
  1959. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-base64-node/dist-types/index.d.ts +0 -14
  1960. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-base64-node/dist-types/ts3.4/index.d.ts +0 -4
  1961. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-base64-node/package.json +0 -50
  1962. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-body-length-browser/CHANGELOG.md +0 -574
  1963. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-body-length-browser/LICENSE +0 -201
  1964. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-body-length-browser/README.md +0 -12
  1965. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-body-length-browser/dist-cjs/index.js +0 -23
  1966. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-body-length-browser/dist-es/index.js +0 -19
  1967. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-body-length-browser/dist-types/index.d.ts +0 -1
  1968. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-body-length-browser/dist-types/ts3.4/index.d.ts +0 -1
  1969. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-body-length-browser/package.json +0 -45
  1970. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-body-length-node/CHANGELOG.md +0 -611
  1971. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-body-length-node/LICENSE +0 -201
  1972. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-body-length-node/README.md +0 -12
  1973. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-body-length-node/dist-cjs/index.js +0 -22
  1974. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-body-length-node/dist-es/index.js +0 -18
  1975. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-body-length-node/dist-types/index.d.ts +0 -1
  1976. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-body-length-node/dist-types/ts3.4/index.d.ts +0 -1
  1977. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-body-length-node/package.json +0 -49
  1978. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-buffer-from/CHANGELOG.md +0 -617
  1979. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-buffer-from/LICENSE +0 -201
  1980. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-buffer-from/README.md +0 -10
  1981. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-buffer-from/dist-cjs/index.js +0 -19
  1982. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-buffer-from/dist-es/index.js +0 -16
  1983. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-buffer-from/dist-types/index.d.ts +0 -4
  1984. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-buffer-from/dist-types/ts3.4/index.d.ts +0 -4
  1985. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-buffer-from/package.json +0 -49
  1986. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-config-provider/CHANGELOG.md +0 -11
  1987. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-config-provider/LICENSE +0 -201
  1988. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-config-provider/README.md +0 -4
  1989. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-config-provider/dist-cjs/booleanSelector.js +0 -18
  1990. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-config-provider/dist-cjs/index.js +0 -4
  1991. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-config-provider/dist-es/booleanSelector.js +0 -14
  1992. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-config-provider/dist-es/index.js +0 -1
  1993. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-config-provider/dist-types/booleanSelector.d.ts +0 -15
  1994. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-config-provider/dist-types/index.d.ts +0 -1
  1995. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-config-provider/dist-types/ts3.4/booleanSelector.d.ts +0 -8
  1996. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-config-provider/dist-types/ts3.4/index.d.ts +0 -1
  1997. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-config-provider/package.json +0 -50
  1998. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-hex-encoding/CHANGELOG.md +0 -558
  1999. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-hex-encoding/LICENSE +0 -201
  2000. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-hex-encoding/README.md +0 -4
  2001. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-hex-encoding/dist-cjs/index.js +0 -38
  2002. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-hex-encoding/dist-es/index.js +0 -33
  2003. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-hex-encoding/dist-types/index.d.ts +0 -12
  2004. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-hex-encoding/dist-types/ts3.4/index.d.ts +0 -4
  2005. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-hex-encoding/package.json +0 -48
  2006. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-uri-escape/CHANGELOG.md +0 -666
  2007. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-uri-escape/LICENSE +0 -201
  2008. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-uri-escape/README.md +0 -10
  2009. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-uri-escape/dist-cjs/escape-uri-path.js +0 -6
  2010. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-uri-escape/dist-cjs/escape-uri.js +0 -6
  2011. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-uri-escape/dist-cjs/index.js +0 -5
  2012. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-uri-escape/dist-es/escape-uri-path.js +0 -2
  2013. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-uri-escape/dist-es/escape-uri.js +0 -4
  2014. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-uri-escape/dist-es/index.js +0 -2
  2015. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-uri-escape/dist-types/escape-uri-path.d.ts +0 -1
  2016. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-uri-escape/dist-types/escape-uri.d.ts +0 -1
  2017. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-uri-escape/dist-types/index.d.ts +0 -2
  2018. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-uri-escape/dist-types/ts3.4/escape-uri-path.d.ts +0 -1
  2019. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-uri-escape/dist-types/ts3.4/escape-uri.d.ts +0 -1
  2020. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-uri-escape/dist-types/ts3.4/index.d.ts +0 -2
  2021. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-uri-escape/package.json +0 -47
  2022. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-browser/CHANGELOG.md +0 -1672
  2023. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-browser/LICENSE +0 -201
  2024. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-browser/README.md +0 -10
  2025. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/configurations.js +0 -2
  2026. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.js +0 -22
  2027. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.native.js +0 -16
  2028. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-browser/dist-es/configurations.js +0 -1
  2029. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.js +0 -24
  2030. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.native.js +0 -19
  2031. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-browser/dist-types/configurations.d.ts +0 -4
  2032. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.d.ts +0 -7
  2033. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.native.d.ts +0 -7
  2034. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/configurations.d.ts +0 -4
  2035. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.d.ts +0 -4
  2036. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.native.d.ts +0 -4
  2037. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-browser/package.json +0 -48
  2038. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-node/CHANGELOG.md +0 -1759
  2039. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-node/LICENSE +0 -201
  2040. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-node/README.md +0 -10
  2041. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +0 -41
  2042. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/is-crt-available.js +0 -15
  2043. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-node/dist-es/index.js +0 -47
  2044. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-node/dist-es/is-crt-available.js +0 -11
  2045. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-node/dist-types/index.d.ts +0 -12
  2046. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-node/dist-types/is-crt-available.d.ts +0 -2
  2047. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/index.d.ts +0 -10
  2048. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/is-crt-available.d.ts +0 -2
  2049. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-node/package.json +0 -51
  2050. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-browser/CHANGELOG.md +0 -561
  2051. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-browser/LICENSE +0 -201
  2052. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-browser/README.md +0 -4
  2053. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-browser/dist-cjs/index.js +0 -9
  2054. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-browser/dist-cjs/pureJs.js +0 -47
  2055. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-browser/dist-cjs/whatwgEncodingApi.js +0 -11
  2056. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-browser/dist-es/index.js +0 -8
  2057. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-browser/dist-es/pureJs.js +0 -42
  2058. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-browser/dist-es/whatwgEncodingApi.js +0 -6
  2059. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-browser/dist-types/index.d.ts +0 -2
  2060. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-browser/dist-types/pureJs.d.ts +0 -17
  2061. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-browser/dist-types/ts3.4/index.d.ts +0 -2
  2062. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-browser/dist-types/ts3.4/pureJs.d.ts +0 -4
  2063. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-browser/dist-types/ts3.4/whatwgEncodingApi.d.ts +0 -2
  2064. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-browser/dist-types/whatwgEncodingApi.d.ts +0 -2
  2065. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-browser/package.json +0 -45
  2066. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-node/CHANGELOG.md +0 -669
  2067. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-node/LICENSE +0 -201
  2068. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-node/README.md +0 -4
  2069. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-node/dist-cjs/index.js +0 -11
  2070. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-node/dist-es/index.js +0 -8
  2071. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-node/dist-types/index.d.ts +0 -2
  2072. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-node/dist-types/ts3.4/index.d.ts +0 -2
  2073. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-node/package.json +0 -53
  2074. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/CHANGELOG.md +0 -260
  2075. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/LICENSE +0 -201
  2076. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/README.md +0 -10
  2077. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-cjs/createWaiter.js +0 -27
  2078. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-cjs/index.js +0 -5
  2079. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-cjs/poller.js +0 -38
  2080. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-cjs/utils/index.js +0 -5
  2081. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-cjs/utils/sleep.js +0 -7
  2082. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-cjs/utils/validate.js +0 -21
  2083. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-cjs/waiter.js +0 -38
  2084. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-es/createWaiter.js +0 -26
  2085. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-es/index.js +0 -2
  2086. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-es/poller.js +0 -52
  2087. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-es/utils/index.js +0 -2
  2088. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-es/utils/sleep.js +0 -3
  2089. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-es/utils/validate.js +0 -17
  2090. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-es/waiter.js +0 -29
  2091. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-types/createWaiter.d.ts +0 -11
  2092. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-types/index.d.ts +0 -2
  2093. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-types/poller.d.ts +0 -10
  2094. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-types/ts3.4/createWaiter.d.ts +0 -3
  2095. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-types/ts3.4/index.d.ts +0 -2
  2096. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-types/ts3.4/poller.d.ts +0 -3
  2097. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-types/ts3.4/utils/index.d.ts +0 -2
  2098. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-types/ts3.4/utils/sleep.d.ts +0 -1
  2099. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-types/ts3.4/utils/validate.d.ts +0 -3
  2100. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-types/ts3.4/waiter.d.ts +0 -24
  2101. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-types/utils/index.d.ts +0 -2
  2102. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-types/utils/sleep.d.ts +0 -1
  2103. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-types/utils/validate.d.ts +0 -6
  2104. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-types/waiter.d.ts +0 -33
  2105. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/package.json +0 -50
  2106. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/CHANGELOG.md +0 -229
  2107. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/CONTRIBUTING.md +0 -18
  2108. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/LICENSE.md +0 -9
  2109. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/README.md +0 -505
  2110. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/bin/uuid +0 -2
  2111. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/index.js +0 -9
  2112. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/md5.js +0 -215
  2113. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/nil.js +0 -1
  2114. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/parse.js +0 -35
  2115. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/regex.js +0 -1
  2116. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/rng.js +0 -19
  2117. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/sha1.js +0 -96
  2118. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/stringify.js +0 -30
  2119. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/v1.js +0 -95
  2120. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/v3.js +0 -4
  2121. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/v35.js +0 -64
  2122. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/v4.js +0 -24
  2123. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/v5.js +0 -4
  2124. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/validate.js +0 -7
  2125. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/version.js +0 -11
  2126. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/index.js +0 -9
  2127. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/md5.js +0 -13
  2128. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/nil.js +0 -1
  2129. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/parse.js +0 -35
  2130. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/regex.js +0 -1
  2131. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/rng.js +0 -12
  2132. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/sha1.js +0 -13
  2133. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/stringify.js +0 -29
  2134. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/v1.js +0 -95
  2135. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/v3.js +0 -4
  2136. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/v35.js +0 -64
  2137. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/v4.js +0 -24
  2138. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/v5.js +0 -4
  2139. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/validate.js +0 -7
  2140. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/version.js +0 -11
  2141. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/index.js +0 -79
  2142. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/md5-browser.js +0 -223
  2143. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/md5.js +0 -23
  2144. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/nil.js +0 -8
  2145. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/parse.js +0 -45
  2146. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/regex.js +0 -8
  2147. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/rng-browser.js +0 -26
  2148. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/rng.js +0 -24
  2149. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/sha1-browser.js +0 -104
  2150. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/sha1.js +0 -23
  2151. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/stringify.js +0 -39
  2152. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/umd/uuid.min.js +0 -1
  2153. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/umd/uuidNIL.min.js +0 -1
  2154. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/umd/uuidParse.min.js +0 -1
  2155. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/umd/uuidStringify.min.js +0 -1
  2156. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/umd/uuidValidate.min.js +0 -1
  2157. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/umd/uuidVersion.min.js +0 -1
  2158. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/umd/uuidv1.min.js +0 -1
  2159. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/umd/uuidv3.min.js +0 -1
  2160. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/umd/uuidv4.min.js +0 -1
  2161. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/umd/uuidv5.min.js +0 -1
  2162. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/uuid-bin.js +0 -85
  2163. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/v1.js +0 -107
  2164. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/v3.js +0 -16
  2165. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/v35.js +0 -78
  2166. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/v4.js +0 -37
  2167. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/v5.js +0 -16
  2168. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/validate.js +0 -17
  2169. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/version.js +0 -21
  2170. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/package.json +0 -135
  2171. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/wrapper.mjs +0 -10
  2172. package/node_modules/@aws-sdk/client-ssm/package.json +0 -97
  2173. package/node_modules/@aws-sdk/util-credentials/CHANGELOG.md +0 -76
  2174. package/node_modules/@aws-sdk/util-credentials/LICENSE +0 -201
  2175. package/node_modules/@aws-sdk/util-credentials/README.md +0 -12
  2176. package/node_modules/@aws-sdk/util-credentials/dist-cjs/index.js +0 -17
  2177. package/node_modules/@aws-sdk/util-credentials/dist-es/index.js +0 -20
  2178. package/node_modules/@aws-sdk/util-credentials/dist-types/index.d.ts +0 -29
  2179. package/node_modules/@aws-sdk/util-credentials/dist-types/ts3.4/index.d.ts +0 -15
  2180. package/node_modules/@aws-sdk/util-credentials/node_modules/@aws-sdk/shared-ini-file-loader/CHANGELOG.md +0 -704
  2181. package/node_modules/@aws-sdk/util-credentials/node_modules/@aws-sdk/shared-ini-file-loader/LICENSE +0 -201
  2182. package/node_modules/@aws-sdk/util-credentials/node_modules/@aws-sdk/shared-ini-file-loader/README.md +0 -102
  2183. package/node_modules/@aws-sdk/util-credentials/node_modules/@aws-sdk/shared-ini-file-loader/dist-cjs/index.js +0 -84
  2184. package/node_modules/@aws-sdk/util-credentials/node_modules/@aws-sdk/shared-ini-file-loader/dist-es/index.js +0 -105
  2185. package/node_modules/@aws-sdk/util-credentials/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/index.d.ts +0 -33
  2186. package/node_modules/@aws-sdk/util-credentials/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/index.d.ts +0 -21
  2187. package/node_modules/@aws-sdk/util-credentials/node_modules/@aws-sdk/shared-ini-file-loader/package.json +0 -48
  2188. package/node_modules/@aws-sdk/util-credentials/package.json +0 -54
  2189. package/node_modules/@graphql-tools/merge/README.md +0 -5
  2190. package/node_modules/@graphql-tools/merge/cjs/extensions.js +0 -132
  2191. package/node_modules/@graphql-tools/merge/cjs/index.js +0 -6
  2192. package/node_modules/@graphql-tools/merge/cjs/merge-resolvers.js +0 -67
  2193. package/node_modules/@graphql-tools/merge/cjs/package.json +0 -1
  2194. package/node_modules/@graphql-tools/merge/cjs/typedefs-mergers/arguments.js +0 -21
  2195. package/node_modules/@graphql-tools/merge/cjs/typedefs-mergers/directives.js +0 -100
  2196. package/node_modules/@graphql-tools/merge/cjs/typedefs-mergers/enum-values.js +0 -40
  2197. package/node_modules/@graphql-tools/merge/cjs/typedefs-mergers/enum.js +0 -27
  2198. package/node_modules/@graphql-tools/merge/cjs/typedefs-mergers/fields.js +0 -85
  2199. package/node_modules/@graphql-tools/merge/cjs/typedefs-mergers/index.js +0 -17
  2200. package/node_modules/@graphql-tools/merge/cjs/typedefs-mergers/input-type.js +0 -34
  2201. package/node_modules/@graphql-tools/merge/cjs/typedefs-mergers/interface.js +0 -38
  2202. package/node_modules/@graphql-tools/merge/cjs/typedefs-mergers/merge-named-type-array.js +0 -15
  2203. package/node_modules/@graphql-tools/merge/cjs/typedefs-mergers/merge-nodes.js +0 -72
  2204. package/node_modules/@graphql-tools/merge/cjs/typedefs-mergers/merge-typedefs.js +0 -121
  2205. package/node_modules/@graphql-tools/merge/cjs/typedefs-mergers/scalar.js +0 -27
  2206. package/node_modules/@graphql-tools/merge/cjs/typedefs-mergers/schema-def.js +0 -39
  2207. package/node_modules/@graphql-tools/merge/cjs/typedefs-mergers/type.js +0 -36
  2208. package/node_modules/@graphql-tools/merge/cjs/typedefs-mergers/union.js +0 -28
  2209. package/node_modules/@graphql-tools/merge/cjs/typedefs-mergers/utils.js +0 -65
  2210. package/node_modules/@graphql-tools/merge/esm/extensions.js +0 -125
  2211. package/node_modules/@graphql-tools/merge/esm/index.js +0 -3
  2212. package/node_modules/@graphql-tools/merge/esm/merge-resolvers.js +0 -63
  2213. package/node_modules/@graphql-tools/merge/esm/typedefs-mergers/arguments.js +0 -17
  2214. package/node_modules/@graphql-tools/merge/esm/typedefs-mergers/directives.js +0 -95
  2215. package/node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum-values.js +0 -36
  2216. package/node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum.js +0 -23
  2217. package/node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js +0 -81
  2218. package/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js +0 -14
  2219. package/node_modules/@graphql-tools/merge/esm/typedefs-mergers/input-type.js +0 -30
  2220. package/node_modules/@graphql-tools/merge/esm/typedefs-mergers/interface.js +0 -34
  2221. package/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-named-type-array.js +0 -11
  2222. package/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js +0 -67
  2223. package/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js +0 -116
  2224. package/node_modules/@graphql-tools/merge/esm/typedefs-mergers/scalar.js +0 -23
  2225. package/node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js +0 -35
  2226. package/node_modules/@graphql-tools/merge/esm/typedefs-mergers/type.js +0 -32
  2227. package/node_modules/@graphql-tools/merge/esm/typedefs-mergers/union.js +0 -24
  2228. package/node_modules/@graphql-tools/merge/esm/typedefs-mergers/utils.js +0 -54
  2229. package/node_modules/@graphql-tools/merge/package.json +0 -58
  2230. package/node_modules/@graphql-tools/merge/typings/extensions.d.ts +0 -57
  2231. package/node_modules/@graphql-tools/merge/typings/index.d.ts +0 -3
  2232. package/node_modules/@graphql-tools/merge/typings/merge-resolvers.d.ts +0 -37
  2233. package/node_modules/@graphql-tools/merge/typings/typedefs-mergers/arguments.d.ts +0 -3
  2234. package/node_modules/@graphql-tools/merge/typings/typedefs-mergers/directives.d.ts +0 -4
  2235. package/node_modules/@graphql-tools/merge/typings/typedefs-mergers/enum-values.d.ts +0 -3
  2236. package/node_modules/@graphql-tools/merge/typings/typedefs-mergers/enum.d.ts +0 -3
  2237. package/node_modules/@graphql-tools/merge/typings/typedefs-mergers/fields.d.ts +0 -5
  2238. package/node_modules/@graphql-tools/merge/typings/typedefs-mergers/index.d.ts +0 -14
  2239. package/node_modules/@graphql-tools/merge/typings/typedefs-mergers/input-type.d.ts +0 -3
  2240. package/node_modules/@graphql-tools/merge/typings/typedefs-mergers/interface.d.ts +0 -3
  2241. package/node_modules/@graphql-tools/merge/typings/typedefs-mergers/merge-named-type-array.d.ts +0 -3
  2242. package/node_modules/@graphql-tools/merge/typings/typedefs-mergers/merge-nodes.d.ts +0 -9
  2243. package/node_modules/@graphql-tools/merge/typings/typedefs-mergers/merge-typedefs.d.ts +0 -68
  2244. package/node_modules/@graphql-tools/merge/typings/typedefs-mergers/scalar.d.ts +0 -3
  2245. package/node_modules/@graphql-tools/merge/typings/typedefs-mergers/schema-def.d.ts +0 -8
  2246. package/node_modules/@graphql-tools/merge/typings/typedefs-mergers/type.d.ts +0 -3
  2247. package/node_modules/@graphql-tools/merge/typings/typedefs-mergers/union.d.ts +0 -3
  2248. package/node_modules/@graphql-tools/merge/typings/typedefs-mergers/utils.d.ts +0 -15
  2249. package/node_modules/@graphql-tools/schema/README.md +0 -5
  2250. package/node_modules/@graphql-tools/schema/cjs/addResolversToSchema.js +0 -326
  2251. package/node_modules/@graphql-tools/schema/cjs/assertResolversPresent.js +0 -47
  2252. package/node_modules/@graphql-tools/schema/cjs/chainResolvers.js +0 -13
  2253. package/node_modules/@graphql-tools/schema/cjs/checkForResolveTypeResolver.js +0 -23
  2254. package/node_modules/@graphql-tools/schema/cjs/extendResolversFromInterfaces.js +0 -35
  2255. package/node_modules/@graphql-tools/schema/cjs/index.js +0 -17
  2256. package/node_modules/@graphql-tools/schema/cjs/makeExecutableSchema.js +0 -96
  2257. package/node_modules/@graphql-tools/schema/cjs/merge-schemas.js +0 -29
  2258. package/node_modules/@graphql-tools/schema/cjs/package.json +0 -1
  2259. package/node_modules/@graphql-tools/schema/cjs/types.js +0 -2
  2260. package/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js +0 -322
  2261. package/node_modules/@graphql-tools/schema/esm/assertResolversPresent.js +0 -43
  2262. package/node_modules/@graphql-tools/schema/esm/chainResolvers.js +0 -9
  2263. package/node_modules/@graphql-tools/schema/esm/checkForResolveTypeResolver.js +0 -19
  2264. package/node_modules/@graphql-tools/schema/esm/extendResolversFromInterfaces.js +0 -31
  2265. package/node_modules/@graphql-tools/schema/esm/index.js +0 -8
  2266. package/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js +0 -92
  2267. package/node_modules/@graphql-tools/schema/esm/merge-schemas.js +0 -25
  2268. package/node_modules/@graphql-tools/schema/esm/types.js +0 -1
  2269. package/node_modules/@graphql-tools/schema/package.json +0 -59
  2270. package/node_modules/@graphql-tools/schema/typings/addResolversToSchema.d.ts +0 -3
  2271. package/node_modules/@graphql-tools/schema/typings/assertResolversPresent.d.ts +0 -3
  2272. package/node_modules/@graphql-tools/schema/typings/chainResolvers.d.ts +0 -5
  2273. package/node_modules/@graphql-tools/schema/typings/checkForResolveTypeResolver.d.ts +0 -3
  2274. package/node_modules/@graphql-tools/schema/typings/extendResolversFromInterfaces.d.ts +0 -3
  2275. package/node_modules/@graphql-tools/schema/typings/index.d.ts +0 -8
  2276. package/node_modules/@graphql-tools/schema/typings/makeExecutableSchema.d.ts +0 -47
  2277. package/node_modules/@graphql-tools/schema/typings/merge-schemas.d.ts +0 -16
  2278. package/node_modules/@graphql-tools/schema/typings/types.d.ts +0 -42
  2279. package/node_modules/@graphql-tools/utils/cjs/AggregateError.js +0 -25
  2280. package/node_modules/@graphql-tools/utils/cjs/Interfaces.js +0 -31
  2281. package/node_modules/@graphql-tools/utils/cjs/addTypes.js +0 -62
  2282. package/node_modules/@graphql-tools/utils/cjs/astFromType.js +0 -31
  2283. package/node_modules/@graphql-tools/utils/cjs/astFromValueUntyped.js +0 -78
  2284. package/node_modules/@graphql-tools/utils/cjs/build-operation-for-field.js +0 -351
  2285. package/node_modules/@graphql-tools/utils/cjs/collectFields.js +0 -98
  2286. package/node_modules/@graphql-tools/utils/cjs/comments.js +0 -380
  2287. package/node_modules/@graphql-tools/utils/cjs/errors.js +0 -22
  2288. package/node_modules/@graphql-tools/utils/cjs/executor.js +0 -2
  2289. package/node_modules/@graphql-tools/utils/cjs/fields.js +0 -115
  2290. package/node_modules/@graphql-tools/utils/cjs/filterSchema.js +0 -66
  2291. package/node_modules/@graphql-tools/utils/cjs/fixSchemaAst.js +0 -26
  2292. package/node_modules/@graphql-tools/utils/cjs/forEachDefaultValue.js +0 -29
  2293. package/node_modules/@graphql-tools/utils/cjs/forEachField.js +0 -19
  2294. package/node_modules/@graphql-tools/utils/cjs/get-directives.js +0 -103
  2295. package/node_modules/@graphql-tools/utils/cjs/get-fields-with-directives.js +0 -52
  2296. package/node_modules/@graphql-tools/utils/cjs/get-implementing-types.js +0 -19
  2297. package/node_modules/@graphql-tools/utils/cjs/getArgumentValues.js +0 -76
  2298. package/node_modules/@graphql-tools/utils/cjs/getObjectTypeFromTypeMap.js +0 -13
  2299. package/node_modules/@graphql-tools/utils/cjs/getOperationASTFromRequest.js +0 -16
  2300. package/node_modules/@graphql-tools/utils/cjs/getResolversFromSchema.js +0 -73
  2301. package/node_modules/@graphql-tools/utils/cjs/getResponseKeyFromInfo.js +0 -12
  2302. package/node_modules/@graphql-tools/utils/cjs/heal.js +0 -177
  2303. package/node_modules/@graphql-tools/utils/cjs/helpers.js +0 -76
  2304. package/node_modules/@graphql-tools/utils/cjs/implementsAbstractType.js +0 -17
  2305. package/node_modules/@graphql-tools/utils/cjs/index.js +0 -53
  2306. package/node_modules/@graphql-tools/utils/cjs/inspect.js +0 -107
  2307. package/node_modules/@graphql-tools/utils/cjs/isAsyncIterable.js +0 -10
  2308. package/node_modules/@graphql-tools/utils/cjs/isDocumentNode.js +0 -8
  2309. package/node_modules/@graphql-tools/utils/cjs/loaders.js +0 -2
  2310. package/node_modules/@graphql-tools/utils/cjs/mapAsyncIterator.js +0 -53
  2311. package/node_modules/@graphql-tools/utils/cjs/mapSchema.js +0 -470
  2312. package/node_modules/@graphql-tools/utils/cjs/memoize.js +0 -189
  2313. package/node_modules/@graphql-tools/utils/cjs/mergeDeep.js +0 -45
  2314. package/node_modules/@graphql-tools/utils/cjs/observableToAsyncIterable.js +0 -85
  2315. package/node_modules/@graphql-tools/utils/cjs/package.json +0 -1
  2316. package/node_modules/@graphql-tools/utils/cjs/parse-graphql-json.js +0 -44
  2317. package/node_modules/@graphql-tools/utils/cjs/parse-graphql-sdl.js +0 -84
  2318. package/node_modules/@graphql-tools/utils/cjs/print-schema-with-directives.js +0 -494
  2319. package/node_modules/@graphql-tools/utils/cjs/prune.js +0 -133
  2320. package/node_modules/@graphql-tools/utils/cjs/renameType.js +0 -152
  2321. package/node_modules/@graphql-tools/utils/cjs/rewire.js +0 -159
  2322. package/node_modules/@graphql-tools/utils/cjs/rootTypes.js +0 -37
  2323. package/node_modules/@graphql-tools/utils/cjs/selectionSets.js +0 -9
  2324. package/node_modules/@graphql-tools/utils/cjs/stub.js +0 -68
  2325. package/node_modules/@graphql-tools/utils/cjs/transformInputValue.js +0 -55
  2326. package/node_modules/@graphql-tools/utils/cjs/types.js +0 -27
  2327. package/node_modules/@graphql-tools/utils/cjs/updateArgument.js +0 -54
  2328. package/node_modules/@graphql-tools/utils/cjs/validate-documents.js +0 -76
  2329. package/node_modules/@graphql-tools/utils/cjs/valueMatchesCriteria.js +0 -21
  2330. package/node_modules/@graphql-tools/utils/cjs/visitResult.js +0 -229
  2331. package/node_modules/@graphql-tools/utils/cjs/withCancel.js +0 -56
  2332. package/node_modules/@graphql-tools/utils/esm/AggregateError.js +0 -21
  2333. package/node_modules/@graphql-tools/utils/esm/Interfaces.js +0 -28
  2334. package/node_modules/@graphql-tools/utils/esm/addTypes.js +0 -58
  2335. package/node_modules/@graphql-tools/utils/esm/astFromType.js +0 -27
  2336. package/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js +0 -74
  2337. package/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js +0 -347
  2338. package/node_modules/@graphql-tools/utils/esm/collectFields.js +0 -94
  2339. package/node_modules/@graphql-tools/utils/esm/comments.js +0 -367
  2340. package/node_modules/@graphql-tools/utils/esm/errors.js +0 -17
  2341. package/node_modules/@graphql-tools/utils/esm/executor.js +0 -1
  2342. package/node_modules/@graphql-tools/utils/esm/fields.js +0 -108
  2343. package/node_modules/@graphql-tools/utils/esm/filterSchema.js +0 -62
  2344. package/node_modules/@graphql-tools/utils/esm/fixSchemaAst.js +0 -22
  2345. package/node_modules/@graphql-tools/utils/esm/forEachDefaultValue.js +0 -25
  2346. package/node_modules/@graphql-tools/utils/esm/forEachField.js +0 -15
  2347. package/node_modules/@graphql-tools/utils/esm/get-directives.js +0 -96
  2348. package/node_modules/@graphql-tools/utils/esm/get-fields-with-directives.js +0 -48
  2349. package/node_modules/@graphql-tools/utils/esm/get-implementing-types.js +0 -15
  2350. package/node_modules/@graphql-tools/utils/esm/getArgumentValues.js +0 -72
  2351. package/node_modules/@graphql-tools/utils/esm/getObjectTypeFromTypeMap.js +0 -9
  2352. package/node_modules/@graphql-tools/utils/esm/getOperationASTFromRequest.js +0 -12
  2353. package/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js +0 -69
  2354. package/node_modules/@graphql-tools/utils/esm/getResponseKeyFromInfo.js +0 -8
  2355. package/node_modules/@graphql-tools/utils/esm/heal.js +0 -172
  2356. package/node_modules/@graphql-tools/utils/esm/helpers.js +0 -65
  2357. package/node_modules/@graphql-tools/utils/esm/implementsAbstractType.js +0 -13
  2358. package/node_modules/@graphql-tools/utils/esm/index.js +0 -50
  2359. package/node_modules/@graphql-tools/utils/esm/inspect.js +0 -103
  2360. package/node_modules/@graphql-tools/utils/esm/isAsyncIterable.js +0 -6
  2361. package/node_modules/@graphql-tools/utils/esm/isDocumentNode.js +0 -4
  2362. package/node_modules/@graphql-tools/utils/esm/loaders.js +0 -1
  2363. package/node_modules/@graphql-tools/utils/esm/mapAsyncIterator.js +0 -49
  2364. package/node_modules/@graphql-tools/utils/esm/mapSchema.js +0 -465
  2365. package/node_modules/@graphql-tools/utils/esm/memoize.js +0 -180
  2366. package/node_modules/@graphql-tools/utils/esm/mergeDeep.js +0 -41
  2367. package/node_modules/@graphql-tools/utils/esm/observableToAsyncIterable.js +0 -81
  2368. package/node_modules/@graphql-tools/utils/esm/parse-graphql-json.js +0 -40
  2369. package/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js +0 -78
  2370. package/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js +0 -472
  2371. package/node_modules/@graphql-tools/utils/esm/prune.js +0 -129
  2372. package/node_modules/@graphql-tools/utils/esm/renameType.js +0 -148
  2373. package/node_modules/@graphql-tools/utils/esm/rewire.js +0 -155
  2374. package/node_modules/@graphql-tools/utils/esm/rootTypes.js +0 -33
  2375. package/node_modules/@graphql-tools/utils/esm/selectionSets.js +0 -5
  2376. package/node_modules/@graphql-tools/utils/esm/stub.js +0 -61
  2377. package/node_modules/@graphql-tools/utils/esm/transformInputValue.js +0 -48
  2378. package/node_modules/@graphql-tools/utils/esm/types.js +0 -24
  2379. package/node_modules/@graphql-tools/utils/esm/updateArgument.js +0 -49
  2380. package/node_modules/@graphql-tools/utils/esm/validate-documents.js +0 -70
  2381. package/node_modules/@graphql-tools/utils/esm/valueMatchesCriteria.js +0 -17
  2382. package/node_modules/@graphql-tools/utils/esm/visitResult.js +0 -223
  2383. package/node_modules/@graphql-tools/utils/esm/withCancel.js +0 -51
  2384. package/node_modules/@graphql-tools/utils/package.json +0 -57
  2385. package/node_modules/@graphql-tools/utils/typings/AggregateError.d.ts +0 -11
  2386. package/node_modules/@graphql-tools/utils/typings/Interfaces.d.ts +0 -242
  2387. package/node_modules/@graphql-tools/utils/typings/addTypes.d.ts +0 -2
  2388. package/node_modules/@graphql-tools/utils/typings/astFromType.d.ts +0 -2
  2389. package/node_modules/@graphql-tools/utils/typings/astFromValueUntyped.d.ts +0 -17
  2390. package/node_modules/@graphql-tools/utils/typings/build-operation-for-field.d.ts +0 -18
  2391. package/node_modules/@graphql-tools/utils/typings/collectFields.d.ts +0 -5
  2392. package/node_modules/@graphql-tools/utils/typings/comments.d.ts +0 -30
  2393. package/node_modules/@graphql-tools/utils/typings/errors.d.ts +0 -15
  2394. package/node_modules/@graphql-tools/utils/typings/executor.d.ts +0 -7
  2395. package/node_modules/@graphql-tools/utils/typings/fields.d.ts +0 -5
  2396. package/node_modules/@graphql-tools/utils/typings/filterSchema.d.ts +0 -12
  2397. package/node_modules/@graphql-tools/utils/typings/fixSchemaAst.d.ts +0 -3
  2398. package/node_modules/@graphql-tools/utils/typings/forEachDefaultValue.d.ts +0 -3
  2399. package/node_modules/@graphql-tools/utils/typings/forEachField.d.ts +0 -3
  2400. package/node_modules/@graphql-tools/utils/typings/get-directives.d.ts +0 -11
  2401. package/node_modules/@graphql-tools/utils/typings/get-fields-with-directives.d.ts +0 -16
  2402. package/node_modules/@graphql-tools/utils/typings/get-implementing-types.d.ts +0 -2
  2403. package/node_modules/@graphql-tools/utils/typings/getArgumentValues.d.ts +0 -10
  2404. package/node_modules/@graphql-tools/utils/typings/getObjectTypeFromTypeMap.d.ts +0 -3
  2405. package/node_modules/@graphql-tools/utils/typings/getOperationASTFromRequest.d.ts +0 -4
  2406. package/node_modules/@graphql-tools/utils/typings/getResolversFromSchema.d.ts +0 -3
  2407. package/node_modules/@graphql-tools/utils/typings/getResponseKeyFromInfo.d.ts +0 -7
  2408. package/node_modules/@graphql-tools/utils/typings/heal.d.ts +0 -3
  2409. package/node_modules/@graphql-tools/utils/typings/helpers.d.ts +0 -9
  2410. package/node_modules/@graphql-tools/utils/typings/implementsAbstractType.d.ts +0 -3
  2411. package/node_modules/@graphql-tools/utils/typings/index.d.ts +0 -50
  2412. package/node_modules/@graphql-tools/utils/typings/inspect.d.ts +0 -4
  2413. package/node_modules/@graphql-tools/utils/typings/isAsyncIterable.d.ts +0 -1
  2414. package/node_modules/@graphql-tools/utils/typings/isDocumentNode.d.ts +0 -2
  2415. package/node_modules/@graphql-tools/utils/typings/loaders.d.ts +0 -18
  2416. package/node_modules/@graphql-tools/utils/typings/mapAsyncIterator.d.ts +0 -5
  2417. package/node_modules/@graphql-tools/utils/typings/mapSchema.d.ts +0 -7
  2418. package/node_modules/@graphql-tools/utils/typings/memoize.d.ts +0 -6
  2419. package/node_modules/@graphql-tools/utils/typings/mergeDeep.d.ts +0 -9
  2420. package/node_modules/@graphql-tools/utils/typings/observableToAsyncIterable.d.ts +0 -12
  2421. package/node_modules/@graphql-tools/utils/typings/parse-graphql-json.d.ts +0 -4
  2422. package/node_modules/@graphql-tools/utils/typings/parse-graphql-sdl.d.ts +0 -13
  2423. package/node_modules/@graphql-tools/utils/typings/print-schema-with-directives.d.ts +0 -21
  2424. package/node_modules/@graphql-tools/utils/typings/prune.d.ts +0 -8
  2425. package/node_modules/@graphql-tools/utils/typings/renameType.d.ts +0 -8
  2426. package/node_modules/@graphql-tools/utils/typings/rewire.d.ts +0 -5
  2427. package/node_modules/@graphql-tools/utils/typings/rootTypes.d.ts +0 -5
  2428. package/node_modules/@graphql-tools/utils/typings/selectionSets.d.ts +0 -3
  2429. package/node_modules/@graphql-tools/utils/typings/stub.d.ts +0 -9
  2430. package/node_modules/@graphql-tools/utils/typings/transformInputValue.d.ts +0 -6
  2431. package/node_modules/@graphql-tools/utils/typings/types.d.ts +0 -74
  2432. package/node_modules/@graphql-tools/utils/typings/updateArgument.d.ts +0 -3
  2433. package/node_modules/@graphql-tools/utils/typings/validate-documents.d.ts +0 -10
  2434. package/node_modules/@graphql-tools/utils/typings/valueMatchesCriteria.d.ts +0 -1
  2435. package/node_modules/@graphql-tools/utils/typings/visitResult.d.ts +0 -15
  2436. package/node_modules/@graphql-tools/utils/typings/withCancel.d.ts +0 -3
  2437. package/node_modules/@serverless-stack/node/README.md +0 -5
  2438. package/node_modules/@serverless-stack/node/auth/adapter/adapter.d.ts +0 -3
  2439. package/node_modules/@serverless-stack/node/auth/adapter/adapter.js +0 -3
  2440. package/node_modules/@serverless-stack/node/auth/adapter/github.d.ts +0 -2
  2441. package/node_modules/@serverless-stack/node/auth/adapter/github.js +0 -21
  2442. package/node_modules/@serverless-stack/node/auth/adapter/google.d.ts +0 -9
  2443. package/node_modules/@serverless-stack/node/auth/adapter/google.js +0 -18
  2444. package/node_modules/@serverless-stack/node/auth/adapter/link.d.ts +0 -8
  2445. package/node_modules/@serverless-stack/node/auth/adapter/link.js +0 -41
  2446. package/node_modules/@serverless-stack/node/auth/adapter/oauth.d.ts +0 -25
  2447. package/node_modules/@serverless-stack/node/auth/adapter/oauth.js +0 -52
  2448. package/node_modules/@serverless-stack/node/auth/adapter/oidc.d.ts +0 -17
  2449. package/node_modules/@serverless-stack/node/auth/adapter/oidc.js +0 -50
  2450. package/node_modules/@serverless-stack/node/auth/adapter/twitch.d.ts +0 -2
  2451. package/node_modules/@serverless-stack/node/auth/adapter/twitch.js +0 -11
  2452. package/node_modules/@serverless-stack/node/auth/auth.d.ts +0 -21
  2453. package/node_modules/@serverless-stack/node/auth/auth.js +0 -44
  2454. package/node_modules/@serverless-stack/node/auth/index.d.ts +0 -10
  2455. package/node_modules/@serverless-stack/node/auth/index.js +0 -10
  2456. package/node_modules/@serverless-stack/node/auth/session.d.ts +0 -76
  2457. package/node_modules/@serverless-stack/node/auth/session.js +0 -111
  2458. package/node_modules/@serverless-stack/node/config/index.d.ts +0 -3
  2459. package/node_modules/@serverless-stack/node/config/index.js +0 -102
  2460. package/node_modules/@serverless-stack/node/context/context.d.ts +0 -12
  2461. package/node_modules/@serverless-stack/node/context/context.js +0 -66
  2462. package/node_modules/@serverless-stack/node/context/handler.d.ts +0 -16
  2463. package/node_modules/@serverless-stack/node/context/handler.js +0 -18
  2464. package/node_modules/@serverless-stack/node/context/http.d.ts +0 -14
  2465. package/node_modules/@serverless-stack/node/context/http.js +0 -65
  2466. package/node_modules/@serverless-stack/node/context/index.d.ts +0 -3
  2467. package/node_modules/@serverless-stack/node/context/index.js +0 -3
  2468. package/node_modules/@serverless-stack/node/graphql/index.d.ts +0 -38
  2469. package/node_modules/@serverless-stack/node/graphql/index.js +0 -43
  2470. package/node_modules/@serverless-stack/node/job/index.d.ts +0 -31
  2471. package/node_modules/@serverless-stack/node/job/index.js +0 -51
  2472. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/abort-controller/CHANGELOG.md +0 -1104
  2473. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/abort-controller/LICENSE +0 -201
  2474. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/abort-controller/README.md +0 -4
  2475. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/abort-controller/dist-cjs/AbortController.js +0 -13
  2476. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/abort-controller/dist-cjs/AbortSignal.js +0 -24
  2477. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/abort-controller/dist-cjs/index.js +0 -5
  2478. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/abort-controller/dist-es/AbortController.js +0 -11
  2479. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/abort-controller/dist-es/AbortSignal.js +0 -26
  2480. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/abort-controller/dist-es/index.js +0 -2
  2481. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/abort-controller/dist-types/AbortController.d.ts +0 -6
  2482. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/abort-controller/dist-types/AbortSignal.d.ts +0 -14
  2483. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/abort-controller/dist-types/index.d.ts +0 -2
  2484. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/abort-controller/dist-types/ts3.4/AbortController.d.ts +0 -6
  2485. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/abort-controller/dist-types/ts3.4/AbortSignal.d.ts +0 -10
  2486. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/abort-controller/dist-types/ts3.4/index.d.ts +0 -2
  2487. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/abort-controller/package.json +0 -49
  2488. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/CHANGELOG.md +0 -3476
  2489. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/LICENSE +0 -201
  2490. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/README.md +0 -269
  2491. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/Lambda.js +0 -877
  2492. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/LambdaClient.js +0 -35
  2493. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/AddLayerVersionPermissionCommand.js +0 -36
  2494. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/AddPermissionCommand.js +0 -36
  2495. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/CreateAliasCommand.js +0 -36
  2496. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/CreateCodeSigningConfigCommand.js +0 -36
  2497. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/CreateEventSourceMappingCommand.js +0 -36
  2498. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/CreateFunctionCommand.js +0 -36
  2499. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/DeleteAliasCommand.js +0 -36
  2500. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/DeleteCodeSigningConfigCommand.js +0 -36
  2501. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/DeleteEventSourceMappingCommand.js +0 -36
  2502. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/DeleteFunctionCodeSigningConfigCommand.js +0 -36
  2503. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/DeleteFunctionCommand.js +0 -36
  2504. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/DeleteFunctionConcurrencyCommand.js +0 -36
  2505. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/DeleteFunctionEventInvokeConfigCommand.js +0 -36
  2506. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/DeleteLayerVersionCommand.js +0 -36
  2507. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/DeleteProvisionedConcurrencyConfigCommand.js +0 -36
  2508. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/GetAccountSettingsCommand.js +0 -36
  2509. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/GetAliasCommand.js +0 -36
  2510. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/GetCodeSigningConfigCommand.js +0 -36
  2511. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/GetEventSourceMappingCommand.js +0 -36
  2512. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/GetFunctionCodeSigningConfigCommand.js +0 -36
  2513. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/GetFunctionCommand.js +0 -36
  2514. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/GetFunctionConcurrencyCommand.js +0 -36
  2515. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/GetFunctionConfigurationCommand.js +0 -36
  2516. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/GetFunctionEventInvokeConfigCommand.js +0 -36
  2517. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/GetLayerVersionByArnCommand.js +0 -36
  2518. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/GetLayerVersionCommand.js +0 -36
  2519. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/GetLayerVersionPolicyCommand.js +0 -36
  2520. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/GetPolicyCommand.js +0 -36
  2521. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/GetProvisionedConcurrencyConfigCommand.js +0 -36
  2522. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/InvokeAsyncCommand.js +0 -36
  2523. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/InvokeCommand.js +0 -36
  2524. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/ListAliasesCommand.js +0 -36
  2525. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/ListCodeSigningConfigsCommand.js +0 -36
  2526. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/ListEventSourceMappingsCommand.js +0 -36
  2527. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/ListFunctionEventInvokeConfigsCommand.js +0 -36
  2528. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/ListFunctionsByCodeSigningConfigCommand.js +0 -36
  2529. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/ListFunctionsCommand.js +0 -36
  2530. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/ListLayerVersionsCommand.js +0 -36
  2531. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/ListLayersCommand.js +0 -36
  2532. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/ListProvisionedConcurrencyConfigsCommand.js +0 -36
  2533. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/ListTagsCommand.js +0 -36
  2534. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/ListVersionsByFunctionCommand.js +0 -36
  2535. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/PublishLayerVersionCommand.js +0 -36
  2536. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/PublishVersionCommand.js +0 -36
  2537. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/PutFunctionCodeSigningConfigCommand.js +0 -36
  2538. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/PutFunctionConcurrencyCommand.js +0 -36
  2539. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/PutFunctionEventInvokeConfigCommand.js +0 -36
  2540. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/PutProvisionedConcurrencyConfigCommand.js +0 -36
  2541. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/RemoveLayerVersionPermissionCommand.js +0 -36
  2542. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/RemovePermissionCommand.js +0 -36
  2543. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/TagResourceCommand.js +0 -36
  2544. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/UntagResourceCommand.js +0 -36
  2545. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/UpdateAliasCommand.js +0 -36
  2546. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/UpdateCodeSigningConfigCommand.js +0 -36
  2547. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/UpdateEventSourceMappingCommand.js +0 -36
  2548. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/UpdateFunctionCodeCommand.js +0 -36
  2549. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/UpdateFunctionConfigurationCommand.js +0 -36
  2550. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/UpdateFunctionEventInvokeConfigCommand.js +0 -36
  2551. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/index.js +0 -61
  2552. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/endpoints.js +0 -207
  2553. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/index.js +0 -9
  2554. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/models/index.js +0 -4
  2555. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/models/models_0.js +0 -1133
  2556. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/pagination/Interfaces.js +0 -2
  2557. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/pagination/ListAliasesPaginator.js +0 -35
  2558. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/pagination/ListCodeSigningConfigsPaginator.js +0 -35
  2559. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/pagination/ListEventSourceMappingsPaginator.js +0 -35
  2560. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/pagination/ListFunctionEventInvokeConfigsPaginator.js +0 -35
  2561. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/pagination/ListFunctionsByCodeSigningConfigPaginator.js +0 -35
  2562. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/pagination/ListFunctionsPaginator.js +0 -35
  2563. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/pagination/ListLayerVersionsPaginator.js +0 -35
  2564. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/pagination/ListLayersPaginator.js +0 -35
  2565. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/pagination/ListProvisionedConcurrencyConfigsPaginator.js +0 -35
  2566. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/pagination/ListVersionsByFunctionPaginator.js +0 -35
  2567. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/pagination/index.js +0 -14
  2568. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/protocols/Aws_restJson1.js +0 -9556
  2569. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/runtimeConfig.browser.js +0 -40
  2570. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/runtimeConfig.js +0 -44
  2571. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/runtimeConfig.native.js +0 -16
  2572. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/runtimeConfig.shared.js +0 -17
  2573. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/waiters/index.js +0 -6
  2574. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/waiters/waitForFunctionActive.js +0 -54
  2575. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/waiters/waitForFunctionExists.js +0 -31
  2576. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/waiters/waitForFunctionUpdated.js +0 -54
  2577. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/Lambda.js +0 -880
  2578. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/LambdaClient.js +0 -37
  2579. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/AddLayerVersionPermissionCommand.js +0 -39
  2580. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/AddPermissionCommand.js +0 -39
  2581. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/CreateAliasCommand.js +0 -39
  2582. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/CreateCodeSigningConfigCommand.js +0 -39
  2583. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/CreateEventSourceMappingCommand.js +0 -39
  2584. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/CreateFunctionCommand.js +0 -39
  2585. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteAliasCommand.js +0 -39
  2586. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteCodeSigningConfigCommand.js +0 -39
  2587. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteEventSourceMappingCommand.js +0 -39
  2588. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteFunctionCodeSigningConfigCommand.js +0 -39
  2589. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteFunctionCommand.js +0 -39
  2590. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteFunctionConcurrencyCommand.js +0 -39
  2591. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteFunctionEventInvokeConfigCommand.js +0 -39
  2592. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteLayerVersionCommand.js +0 -39
  2593. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteProvisionedConcurrencyConfigCommand.js +0 -39
  2594. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetAccountSettingsCommand.js +0 -39
  2595. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetAliasCommand.js +0 -39
  2596. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetCodeSigningConfigCommand.js +0 -39
  2597. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetEventSourceMappingCommand.js +0 -39
  2598. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionCodeSigningConfigCommand.js +0 -39
  2599. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionCommand.js +0 -39
  2600. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionConcurrencyCommand.js +0 -39
  2601. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionConfigurationCommand.js +0 -39
  2602. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionEventInvokeConfigCommand.js +0 -39
  2603. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetLayerVersionByArnCommand.js +0 -39
  2604. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetLayerVersionCommand.js +0 -39
  2605. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetLayerVersionPolicyCommand.js +0 -39
  2606. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetPolicyCommand.js +0 -39
  2607. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetProvisionedConcurrencyConfigCommand.js +0 -39
  2608. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/InvokeAsyncCommand.js +0 -39
  2609. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/InvokeCommand.js +0 -39
  2610. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListAliasesCommand.js +0 -39
  2611. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListCodeSigningConfigsCommand.js +0 -39
  2612. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListEventSourceMappingsCommand.js +0 -39
  2613. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListFunctionEventInvokeConfigsCommand.js +0 -39
  2614. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListFunctionsByCodeSigningConfigCommand.js +0 -39
  2615. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListFunctionsCommand.js +0 -39
  2616. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListLayerVersionsCommand.js +0 -39
  2617. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListLayersCommand.js +0 -39
  2618. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListProvisionedConcurrencyConfigsCommand.js +0 -39
  2619. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListTagsCommand.js +0 -39
  2620. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListVersionsByFunctionCommand.js +0 -39
  2621. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/PublishLayerVersionCommand.js +0 -39
  2622. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/PublishVersionCommand.js +0 -39
  2623. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/PutFunctionCodeSigningConfigCommand.js +0 -39
  2624. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/PutFunctionConcurrencyCommand.js +0 -39
  2625. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/PutFunctionEventInvokeConfigCommand.js +0 -39
  2626. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/PutProvisionedConcurrencyConfigCommand.js +0 -39
  2627. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/RemoveLayerVersionPermissionCommand.js +0 -39
  2628. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/RemovePermissionCommand.js +0 -39
  2629. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/TagResourceCommand.js +0 -39
  2630. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/UntagResourceCommand.js +0 -39
  2631. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateAliasCommand.js +0 -39
  2632. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateCodeSigningConfigCommand.js +0 -39
  2633. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateEventSourceMappingCommand.js +0 -39
  2634. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateFunctionCodeCommand.js +0 -39
  2635. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateFunctionConfigurationCommand.js +0 -39
  2636. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateFunctionEventInvokeConfigCommand.js +0 -39
  2637. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/index.js +0 -58
  2638. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/endpoints.js +0 -203
  2639. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/index.js +0 -6
  2640. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/models/index.js +0 -1
  2641. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/models/models_0.js +0 -788
  2642. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/pagination/Interfaces.js +0 -1
  2643. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/pagination/ListAliasesPaginator.js +0 -74
  2644. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/pagination/ListCodeSigningConfigsPaginator.js +0 -74
  2645. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/pagination/ListEventSourceMappingsPaginator.js +0 -74
  2646. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/pagination/ListFunctionEventInvokeConfigsPaginator.js +0 -74
  2647. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/pagination/ListFunctionsByCodeSigningConfigPaginator.js +0 -74
  2648. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/pagination/ListFunctionsPaginator.js +0 -74
  2649. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/pagination/ListLayerVersionsPaginator.js +0 -74
  2650. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/pagination/ListLayersPaginator.js +0 -74
  2651. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/pagination/ListProvisionedConcurrencyConfigsPaginator.js +0 -74
  2652. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/pagination/ListVersionsByFunctionPaginator.js +0 -74
  2653. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/pagination/index.js +0 -11
  2654. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/protocols/Aws_restJson1.js +0 -10456
  2655. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/runtimeConfig.browser.js +0 -17
  2656. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/runtimeConfig.js +0 -21
  2657. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/runtimeConfig.native.js +0 -8
  2658. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/runtimeConfig.shared.js +0 -13
  2659. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/waiters/index.js +0 -3
  2660. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/waiters/waitForFunctionActive.js +0 -69
  2661. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/waiters/waitForFunctionExists.js +0 -45
  2662. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/waiters/waitForFunctionUpdated.js +0 -69
  2663. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/Lambda.d.ts +0 -890
  2664. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/LambdaClient.d.ts +0 -263
  2665. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/AddLayerVersionPermissionCommand.d.ts +0 -40
  2666. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/AddPermissionCommand.d.ts +0 -47
  2667. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/CreateAliasCommand.d.ts +0 -40
  2668. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/CreateCodeSigningConfigCommand.d.ts +0 -37
  2669. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/CreateEventSourceMappingCommand.d.ts +0 -138
  2670. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/CreateFunctionCommand.d.ts +0 -81
  2671. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteAliasCommand.d.ts +0 -35
  2672. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteCodeSigningConfigCommand.d.ts +0 -36
  2673. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteEventSourceMappingCommand.d.ts +0 -38
  2674. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteFunctionCodeSigningConfigCommand.d.ts +0 -35
  2675. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteFunctionCommand.d.ts +0 -40
  2676. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteFunctionConcurrencyCommand.d.ts +0 -35
  2677. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteFunctionEventInvokeConfigCommand.d.ts +0 -36
  2678. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteLayerVersionCommand.d.ts +0 -37
  2679. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteProvisionedConcurrencyConfigCommand.d.ts +0 -35
  2680. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetAccountSettingsCommand.d.ts +0 -35
  2681. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetAliasCommand.d.ts +0 -35
  2682. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetCodeSigningConfigCommand.d.ts +0 -35
  2683. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetEventSourceMappingCommand.d.ts +0 -36
  2684. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionCodeSigningConfigCommand.d.ts +0 -35
  2685. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionCommand.d.ts +0 -37
  2686. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionConcurrencyCommand.d.ts +0 -36
  2687. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionConfigurationCommand.d.ts +0 -37
  2688. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionEventInvokeConfigCommand.d.ts +0 -36
  2689. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetLayerVersionByArnCommand.d.ts +0 -37
  2690. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetLayerVersionCommand.d.ts +0 -37
  2691. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetLayerVersionPolicyCommand.d.ts +0 -36
  2692. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetPolicyCommand.d.ts +0 -35
  2693. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetProvisionedConcurrencyConfigCommand.d.ts +0 -35
  2694. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/InvokeAsyncCommand.d.ts +0 -51
  2695. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/InvokeCommand.d.ts +0 -61
  2696. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListAliasesCommand.d.ts +0 -36
  2697. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListCodeSigningConfigsCommand.d.ts +0 -37
  2698. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListEventSourceMappingsCommand.d.ts +0 -36
  2699. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListFunctionEventInvokeConfigsCommand.d.ts +0 -36
  2700. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListFunctionsByCodeSigningConfigCommand.d.ts +0 -36
  2701. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListFunctionsCommand.d.ts +0 -43
  2702. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListLayerVersionsCommand.d.ts +0 -38
  2703. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListLayersCommand.d.ts +0 -40
  2704. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListProvisionedConcurrencyConfigsCommand.d.ts +0 -35
  2705. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListTagsCommand.d.ts +0 -36
  2706. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListVersionsByFunctionCommand.d.ts +0 -36
  2707. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/PublishLayerVersionCommand.d.ts +0 -38
  2708. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/PublishVersionCommand.d.ts +0 -43
  2709. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/PutFunctionCodeSigningConfigCommand.d.ts +0 -36
  2710. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/PutFunctionConcurrencyCommand.d.ts +0 -43
  2711. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/PutFunctionEventInvokeConfigCommand.d.ts +0 -45
  2712. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/PutProvisionedConcurrencyConfigCommand.d.ts +0 -35
  2713. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/RemoveLayerVersionPermissionCommand.d.ts +0 -37
  2714. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/RemovePermissionCommand.d.ts +0 -36
  2715. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/TagResourceCommand.d.ts +0 -35
  2716. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/UntagResourceCommand.d.ts +0 -35
  2717. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateAliasCommand.d.ts +0 -35
  2718. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateCodeSigningConfigCommand.d.ts +0 -36
  2719. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateEventSourceMappingCommand.d.ts +0 -138
  2720. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateFunctionCodeCommand.d.ts +0 -43
  2721. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateFunctionConfigurationCommand.d.ts +0 -49
  2722. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateFunctionEventInvokeConfigCommand.d.ts +0 -36
  2723. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/index.d.ts +0 -58
  2724. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/endpoints.d.ts +0 -2
  2725. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/index.d.ts +0 -6
  2726. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/models/index.d.ts +0 -1
  2727. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/models/models_0.d.ts +0 -4789
  2728. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/pagination/Interfaces.d.ts +0 -6
  2729. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListAliasesPaginator.d.ts +0 -4
  2730. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListCodeSigningConfigsPaginator.d.ts +0 -4
  2731. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListEventSourceMappingsPaginator.d.ts +0 -4
  2732. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListFunctionEventInvokeConfigsPaginator.d.ts +0 -4
  2733. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListFunctionsByCodeSigningConfigPaginator.d.ts +0 -4
  2734. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListFunctionsPaginator.d.ts +0 -4
  2735. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListLayerVersionsPaginator.d.ts +0 -4
  2736. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListLayersPaginator.d.ts +0 -4
  2737. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListProvisionedConcurrencyConfigsPaginator.d.ts +0 -4
  2738. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListVersionsByFunctionPaginator.d.ts +0 -4
  2739. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/pagination/index.d.ts +0 -11
  2740. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/protocols/Aws_restJson1.d.ts +0 -176
  2741. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/runtimeConfig.browser.d.ts +0 -39
  2742. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/runtimeConfig.d.ts +0 -39
  2743. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/runtimeConfig.native.d.ts +0 -38
  2744. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/runtimeConfig.shared.d.ts +0 -13
  2745. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/Lambda.d.ts +0 -295
  2746. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/LambdaClient.d.ts +0 -129
  2747. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/AddLayerVersionPermissionCommand.d.ts +0 -17
  2748. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/AddPermissionCommand.d.ts +0 -17
  2749. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +0 -17
  2750. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/CreateCodeSigningConfigCommand.d.ts +0 -17
  2751. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/CreateEventSourceMappingCommand.d.ts +0 -17
  2752. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/CreateFunctionCommand.d.ts +0 -17
  2753. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteAliasCommand.d.ts +0 -17
  2754. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteCodeSigningConfigCommand.d.ts +0 -17
  2755. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteEventSourceMappingCommand.d.ts +0 -17
  2756. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteFunctionCodeSigningConfigCommand.d.ts +0 -17
  2757. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteFunctionCommand.d.ts +0 -17
  2758. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteFunctionConcurrencyCommand.d.ts +0 -17
  2759. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteFunctionEventInvokeConfigCommand.d.ts +0 -17
  2760. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteLayerVersionCommand.d.ts +0 -17
  2761. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteProvisionedConcurrencyConfigCommand.d.ts +0 -17
  2762. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +0 -17
  2763. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetAliasCommand.d.ts +0 -17
  2764. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetCodeSigningConfigCommand.d.ts +0 -17
  2765. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetEventSourceMappingCommand.d.ts +0 -17
  2766. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetFunctionCodeSigningConfigCommand.d.ts +0 -17
  2767. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetFunctionCommand.d.ts +0 -17
  2768. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetFunctionConcurrencyCommand.d.ts +0 -17
  2769. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetFunctionConfigurationCommand.d.ts +0 -17
  2770. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetFunctionEventInvokeConfigCommand.d.ts +0 -17
  2771. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetLayerVersionByArnCommand.d.ts +0 -17
  2772. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetLayerVersionCommand.d.ts +0 -17
  2773. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetLayerVersionPolicyCommand.d.ts +0 -17
  2774. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +0 -17
  2775. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetProvisionedConcurrencyConfigCommand.d.ts +0 -17
  2776. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/InvokeAsyncCommand.d.ts +0 -24
  2777. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/InvokeCommand.d.ts +0 -17
  2778. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +0 -17
  2779. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListCodeSigningConfigsCommand.d.ts +0 -17
  2780. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListEventSourceMappingsCommand.d.ts +0 -17
  2781. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListFunctionEventInvokeConfigsCommand.d.ts +0 -17
  2782. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListFunctionsByCodeSigningConfigCommand.d.ts +0 -17
  2783. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListFunctionsCommand.d.ts +0 -17
  2784. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListLayerVersionsCommand.d.ts +0 -17
  2785. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListLayersCommand.d.ts +0 -17
  2786. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListProvisionedConcurrencyConfigsCommand.d.ts +0 -17
  2787. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListTagsCommand.d.ts +0 -17
  2788. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListVersionsByFunctionCommand.d.ts +0 -17
  2789. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PublishLayerVersionCommand.d.ts +0 -17
  2790. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PublishVersionCommand.d.ts +0 -17
  2791. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PutFunctionCodeSigningConfigCommand.d.ts +0 -17
  2792. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PutFunctionConcurrencyCommand.d.ts +0 -17
  2793. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PutFunctionEventInvokeConfigCommand.d.ts +0 -17
  2794. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PutProvisionedConcurrencyConfigCommand.d.ts +0 -17
  2795. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/RemoveLayerVersionPermissionCommand.d.ts +0 -17
  2796. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +0 -17
  2797. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -17
  2798. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -17
  2799. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateAliasCommand.d.ts +0 -17
  2800. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateCodeSigningConfigCommand.d.ts +0 -17
  2801. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateEventSourceMappingCommand.d.ts +0 -17
  2802. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateFunctionCodeCommand.d.ts +0 -17
  2803. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateFunctionConfigurationCommand.d.ts +0 -17
  2804. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateFunctionEventInvokeConfigCommand.d.ts +0 -17
  2805. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/index.d.ts +0 -58
  2806. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/endpoints.d.ts +0 -2
  2807. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/index.d.ts +0 -6
  2808. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/models/index.d.ts +0 -1
  2809. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/models/models_0.d.ts +0 -2254
  2810. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -6
  2811. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/ListAliasesPaginator.d.ts +0 -4
  2812. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/ListCodeSigningConfigsPaginator.d.ts +0 -4
  2813. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/ListEventSourceMappingsPaginator.d.ts +0 -4
  2814. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/ListFunctionEventInvokeConfigsPaginator.d.ts +0 -4
  2815. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/ListFunctionsByCodeSigningConfigPaginator.d.ts +0 -4
  2816. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/ListFunctionsPaginator.d.ts +0 -4
  2817. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/ListLayerVersionsPaginator.d.ts +0 -4
  2818. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/ListLayersPaginator.d.ts +0 -4
  2819. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/ListProvisionedConcurrencyConfigsPaginator.d.ts +0 -4
  2820. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/ListVersionsByFunctionPaginator.d.ts +0 -4
  2821. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/index.d.ts +0 -11
  2822. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -176
  2823. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -37
  2824. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/runtimeConfig.d.ts +0 -37
  2825. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -36
  2826. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
  2827. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/waiters/index.d.ts +0 -3
  2828. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/waiters/waitForFunctionActive.d.ts +0 -7
  2829. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/waiters/waitForFunctionExists.d.ts +0 -7
  2830. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/waiters/waitForFunctionUpdated.d.ts +0 -7
  2831. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/waiters/index.d.ts +0 -3
  2832. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/waiters/waitForFunctionActive.d.ts +0 -14
  2833. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/waiters/waitForFunctionExists.d.ts +0 -14
  2834. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/waiters/waitForFunctionUpdated.d.ts +0 -14
  2835. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/package.json +0 -95
  2836. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/CHANGELOG.md +0 -3269
  2837. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/LICENSE +0 -201
  2838. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/README.md +0 -218
  2839. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/SSO.js +0 -67
  2840. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/SSOClient.js +0 -32
  2841. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/commands/GetRoleCredentialsCommand.js +0 -36
  2842. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/commands/ListAccountRolesCommand.js +0 -36
  2843. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/commands/ListAccountsCommand.js +0 -36
  2844. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/commands/LogoutCommand.js +0 -36
  2845. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/commands/index.js +0 -7
  2846. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/endpoints.js +0 -275
  2847. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +0 -8
  2848. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/models/index.js +0 -4
  2849. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/models/models_0.js +0 -95
  2850. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/pagination/Interfaces.js +0 -2
  2851. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/pagination/ListAccountRolesPaginator.js +0 -35
  2852. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/pagination/ListAccountsPaginator.js +0 -35
  2853. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/pagination/index.js +0 -6
  2854. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/protocols/Aws_restJson1.js +0 -521
  2855. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.browser.js +0 -39
  2856. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +0 -41
  2857. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.native.js +0 -16
  2858. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js +0 -17
  2859. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/SSO.js +0 -70
  2860. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +0 -34
  2861. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/commands/GetRoleCredentialsCommand.js +0 -39
  2862. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +0 -39
  2863. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +0 -39
  2864. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.js +0 -39
  2865. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/commands/index.js +0 -4
  2866. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/endpoints.js +0 -271
  2867. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/index.js +0 -5
  2868. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/models/index.js +0 -1
  2869. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js +0 -58
  2870. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/pagination/Interfaces.js +0 -1
  2871. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountRolesPaginator.js +0 -74
  2872. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountsPaginator.js +0 -74
  2873. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/pagination/index.js +0 -3
  2874. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/protocols/Aws_restJson1.js +0 -594
  2875. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.browser.js +0 -17
  2876. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +0 -19
  2877. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.native.js +0 -8
  2878. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.shared.js +0 -13
  2879. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +0 -53
  2880. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +0 -153
  2881. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +0 -36
  2882. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +0 -35
  2883. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +0 -37
  2884. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +0 -35
  2885. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/commands/index.d.ts +0 -4
  2886. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/endpoints.d.ts +0 -2
  2887. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +0 -5
  2888. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/models/index.d.ts +0 -1
  2889. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +0 -255
  2890. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/pagination/Interfaces.d.ts +0 -6
  2891. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountRolesPaginator.d.ts +0 -4
  2892. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountsPaginator.d.ts +0 -4
  2893. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/pagination/index.d.ts +0 -3
  2894. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/protocols/Aws_restJson1.d.ts +0 -14
  2895. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +0 -32
  2896. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +0 -32
  2897. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +0 -31
  2898. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts +0 -13
  2899. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSO.d.ts +0 -25
  2900. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +0 -72
  2901. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/GetRoleCredentialsCommand.d.ts +0 -17
  2902. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountRolesCommand.d.ts +0 -17
  2903. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +0 -17
  2904. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/LogoutCommand.d.ts +0 -17
  2905. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/index.d.ts +0 -4
  2906. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoints.d.ts +0 -2
  2907. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +0 -5
  2908. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/index.d.ts +0 -1
  2909. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +0 -154
  2910. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -6
  2911. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountRolesPaginator.d.ts +0 -4
  2912. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountsPaginator.d.ts +0 -4
  2913. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/index.d.ts +0 -3
  2914. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -14
  2915. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -30
  2916. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +0 -30
  2917. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -29
  2918. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
  2919. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/package.json +0 -91
  2920. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/CHANGELOG.md +0 -2418
  2921. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/LICENSE +0 -201
  2922. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/README.md +0 -208
  2923. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/STS.js +0 -127
  2924. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/STSClient.js +0 -34
  2925. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleCommand.js +0 -38
  2926. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleWithSAMLCommand.js +0 -36
  2927. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleWithWebIdentityCommand.js +0 -36
  2928. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/commands/DecodeAuthorizationMessageCommand.js +0 -38
  2929. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetAccessKeyInfoCommand.js +0 -38
  2930. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetCallerIdentityCommand.js +0 -38
  2931. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetFederationTokenCommand.js +0 -38
  2932. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetSessionTokenCommand.js +0 -38
  2933. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/commands/index.js +0 -11
  2934. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/defaultRoleAssumers.js +0 -15
  2935. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/defaultStsRoleAssumers.js +0 -76
  2936. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/endpoints.js +0 -217
  2937. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +0 -8
  2938. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/models/index.js +0 -4
  2939. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/models/models_0.js +0 -177
  2940. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/protocols/Aws_query.js +0 -1249
  2941. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.browser.js +0 -40
  2942. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.js +0 -44
  2943. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.native.js +0 -16
  2944. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.shared.js +0 -17
  2945. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/STS.js +0 -130
  2946. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/STSClient.js +0 -36
  2947. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleCommand.js +0 -41
  2948. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithSAMLCommand.js +0 -39
  2949. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithWebIdentityCommand.js +0 -39
  2950. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/commands/DecodeAuthorizationMessageCommand.js +0 -41
  2951. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/commands/GetAccessKeyInfoCommand.js +0 -41
  2952. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/commands/GetCallerIdentityCommand.js +0 -41
  2953. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/commands/GetFederationTokenCommand.js +0 -41
  2954. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/commands/GetSessionTokenCommand.js +0 -41
  2955. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/commands/index.js +0 -8
  2956. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/defaultRoleAssumers.js +0 -16
  2957. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/defaultStsRoleAssumers.js +0 -87
  2958. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/endpoints.js +0 -213
  2959. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/index.js +0 -5
  2960. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/models/index.js +0 -1
  2961. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/models/models_0.js +0 -117
  2962. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/protocols/Aws_query.js +0 -1330
  2963. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.browser.js +0 -17
  2964. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.js +0 -21
  2965. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.native.js +0 -8
  2966. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.shared.js +0 -13
  2967. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/STS.d.ts +0 -619
  2968. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/STSClient.d.ts +0 -152
  2969. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts +0 -124
  2970. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +0 -166
  2971. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +0 -170
  2972. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +0 -70
  2973. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/commands/GetAccessKeyInfoCommand.d.ts +0 -52
  2974. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/commands/GetCallerIdentityCommand.d.ts +0 -44
  2975. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +0 -120
  2976. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +0 -86
  2977. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/commands/index.d.ts +0 -8
  2978. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/defaultRoleAssumers.d.ts +0 -19
  2979. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/defaultStsRoleAssumers.d.ts +0 -35
  2980. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/endpoints.d.ts +0 -2
  2981. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/index.d.ts +0 -5
  2982. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/models/index.d.ts +0 -1
  2983. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/models/models_0.d.ts +0 -1211
  2984. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/protocols/Aws_query.d.ts +0 -26
  2985. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.browser.d.ts +0 -39
  2986. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.d.ts +0 -39
  2987. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.native.d.ts +0 -38
  2988. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.shared.d.ts +0 -13
  2989. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STS.d.ts +0 -45
  2990. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STSClient.d.ts +0 -79
  2991. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleCommand.d.ts +0 -17
  2992. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithSAMLCommand.d.ts +0 -17
  2993. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithWebIdentityCommand.d.ts +0 -17
  2994. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/DecodeAuthorizationMessageCommand.d.ts +0 -17
  2995. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetAccessKeyInfoCommand.d.ts +0 -17
  2996. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetCallerIdentityCommand.d.ts +0 -17
  2997. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +0 -17
  2998. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetSessionTokenCommand.d.ts +0 -17
  2999. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/index.d.ts +0 -8
  3000. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/defaultRoleAssumers.d.ts +0 -8
  3001. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/defaultStsRoleAssumers.d.ts +0 -16
  3002. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoints.d.ts +0 -2
  3003. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/index.d.ts +0 -5
  3004. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/index.d.ts +0 -1
  3005. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/models_0.d.ts +0 -367
  3006. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/protocols/Aws_query.d.ts +0 -26
  3007. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -37
  3008. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.d.ts +0 -37
  3009. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -36
  3010. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
  3011. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/package.json +0 -96
  3012. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/CHANGELOG.md +0 -2281
  3013. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/LICENSE +0 -201
  3014. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/README.md +0 -10
  3015. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js +0 -12
  3016. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/NodeUseFipsEndpointConfigOptions.js +0 -12
  3017. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/index.js +0 -7
  3018. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/resolveCustomEndpointsConfig.js +0 -16
  3019. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/resolveEndpointsConfig.js +0 -21
  3020. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/utils/getEndpointFromRegion.js +0 -20
  3021. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/utils/normalizeBoolean.js +0 -11
  3022. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/utils/normalizeEndpoint.js +0 -15
  3023. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/index.js +0 -6
  3024. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/regionConfig/config.js +0 -15
  3025. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/regionConfig/getRealRegion.js +0 -10
  3026. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/regionConfig/index.js +0 -5
  3027. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/regionConfig/isFipsRegion.js +0 -5
  3028. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/regionConfig/resolveRegionConfig.js +0 -29
  3029. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/EndpointVariant.js +0 -2
  3030. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/EndpointVariantTag.js +0 -2
  3031. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/PartitionHash.js +0 -2
  3032. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/RegionHash.js +0 -2
  3033. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/getHostnameFromVariants.js +0 -8
  3034. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/getRegionInfo.js +0 -34
  3035. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/getResolvedHostname.js +0 -9
  3036. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/getResolvedPartition.js +0 -5
  3037. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/getResolvedSigningRegion.js +0 -16
  3038. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/index.js +0 -6
  3039. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js +0 -11
  3040. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/NodeUseFipsEndpointConfigOptions.js +0 -11
  3041. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/index.js +0 -4
  3042. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/resolveCustomEndpointsConfig.js +0 -7
  3043. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/resolveEndpointsConfig.js +0 -12
  3044. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/utils/getEndpointFromRegion.js +0 -31
  3045. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/utils/normalizeBoolean.js +0 -7
  3046. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/utils/normalizeEndpoint.js +0 -12
  3047. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/index.js +0 -3
  3048. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/regionConfig/config.js +0 -12
  3049. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/regionConfig/getRealRegion.js +0 -8
  3050. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/regionConfig/index.js +0 -2
  3051. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/regionConfig/isFipsRegion.js +0 -3
  3052. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/regionConfig/resolveRegionConfig.js +0 -44
  3053. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/EndpointVariant.js +0 -1
  3054. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/EndpointVariantTag.js +0 -1
  3055. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/PartitionHash.js +0 -1
  3056. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/RegionHash.js +0 -1
  3057. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/getHostnameFromVariants.js +0 -9
  3058. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/getRegionInfo.js +0 -26
  3059. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/getResolvedHostname.js +0 -8
  3060. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/getResolvedPartition.js +0 -5
  3061. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/getResolvedSigningRegion.js +0 -13
  3062. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/index.js +0 -3
  3063. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +0 -5
  3064. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +0 -5
  3065. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/index.d.ts +0 -4
  3066. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/resolveCustomEndpointsConfig.d.ts +0 -20
  3067. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.d.ts +0 -38
  3068. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/utils/getEndpointFromRegion.d.ts +0 -11
  3069. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/utils/normalizeBoolean.d.ts +0 -2
  3070. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/utils/normalizeEndpoint.d.ts +0 -7
  3071. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/index.d.ts +0 -3
  3072. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/config.d.ts +0 -5
  3073. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/getRealRegion.d.ts +0 -1
  3074. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/index.d.ts +0 -2
  3075. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/isFipsRegion.d.ts +0 -1
  3076. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/resolveRegionConfig.d.ts +0 -25
  3077. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/EndpointVariant.d.ts +0 -8
  3078. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/EndpointVariantTag.d.ts +0 -5
  3079. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/PartitionHash.d.ts +0 -14
  3080. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/RegionHash.d.ts +0 -12
  3081. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getHostnameFromVariants.d.ts +0 -6
  3082. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getRegionInfo.d.ts +0 -11
  3083. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getResolvedHostname.d.ts +0 -5
  3084. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getResolvedPartition.d.ts +0 -5
  3085. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getResolvedSigningRegion.d.ts +0 -6
  3086. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/index.d.ts +0 -3
  3087. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +0 -5
  3088. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +0 -5
  3089. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/index.d.ts +0 -4
  3090. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/resolveCustomEndpointsConfig.d.ts +0 -15
  3091. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/resolveEndpointsConfig.d.ts +0 -25
  3092. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/utils/getEndpointFromRegion.d.ts +0 -11
  3093. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/utils/normalizeBoolean.d.ts +0 -2
  3094. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/utils/normalizeEndpoint.d.ts +0 -7
  3095. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/index.d.ts +0 -3
  3096. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionConfig/config.d.ts +0 -5
  3097. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionConfig/getRealRegion.d.ts +0 -1
  3098. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionConfig/index.d.ts +0 -2
  3099. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionConfig/isFipsRegion.d.ts +0 -1
  3100. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionConfig/resolveRegionConfig.d.ts +0 -17
  3101. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariant.d.ts +0 -6
  3102. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariantTag.d.ts +0 -2
  3103. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/PartitionHash.d.ts +0 -10
  3104. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/RegionHash.d.ts +0 -9
  3105. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/getHostnameFromVariants.d.ts +0 -6
  3106. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/getRegionInfo.d.ts +0 -11
  3107. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/getResolvedHostname.d.ts +0 -5
  3108. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/getResolvedPartition.d.ts +0 -5
  3109. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/getResolvedSigningRegion.d.ts +0 -6
  3110. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/index.d.ts +0 -3
  3111. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/package.json +0 -51
  3112. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-env/CHANGELOG.md +0 -1269
  3113. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-env/LICENSE +0 -201
  3114. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-env/README.md +0 -11
  3115. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +0 -25
  3116. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-env/dist-es/index.js +0 -21
  3117. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-env/dist-types/index.d.ts +0 -11
  3118. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-env/dist-types/ts3.4/index.d.ts +0 -7
  3119. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-env/package.json +0 -55
  3120. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/CHANGELOG.md +0 -1263
  3121. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/LICENSE +0 -201
  3122. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/README.md +0 -11
  3123. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/config/Endpoint.js +0 -8
  3124. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/config/EndpointConfigOptions.js +0 -10
  3125. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/config/EndpointMode.js +0 -8
  3126. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/config/EndpointModeConfigOptions.js +0 -11
  3127. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/fromContainerMetadata.js +0 -70
  3128. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/fromInstanceMetadata.js +0 -93
  3129. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/index.js +0 -6
  3130. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/remoteProvider/ImdsCredentials.js +0 -17
  3131. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/remoteProvider/RemoteProviderInit.js +0 -7
  3132. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/remoteProvider/httpRequest.js +0 -41
  3133. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/remoteProvider/index.js +0 -5
  3134. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/remoteProvider/retry.js +0 -11
  3135. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/utils/getInstanceMetadataEndpoint.js +0 -23
  3136. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-es/config/Endpoint.js +0 -5
  3137. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-es/config/EndpointConfigOptions.js +0 -7
  3138. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-es/config/EndpointMode.js +0 -5
  3139. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-es/config/EndpointModeConfigOptions.js +0 -8
  3140. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-es/fromContainerMetadata.js +0 -82
  3141. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-es/fromInstanceMetadata.js +0 -127
  3142. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-es/index.js +0 -3
  3143. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-es/remoteProvider/ImdsCredentials.js +0 -14
  3144. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-es/remoteProvider/RemoteProviderInit.js +0 -6
  3145. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-es/remoteProvider/httpRequest.js +0 -34
  3146. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-es/remoteProvider/index.js +0 -2
  3147. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-es/remoteProvider/retry.js +0 -7
  3148. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-es/utils/getInstanceMetadataEndpoint.js +0 -44
  3149. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/config/Endpoint.d.ts +0 -4
  3150. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/config/EndpointConfigOptions.d.ts +0 -4
  3151. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/config/EndpointMode.d.ts +0 -4
  3152. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/config/EndpointModeConfigOptions.d.ts +0 -4
  3153. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/fromContainerMetadata.d.ts +0 -10
  3154. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/fromInstanceMetadata.d.ts +0 -7
  3155. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/index.d.ts +0 -3
  3156. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/ImdsCredentials.d.ts +0 -9
  3157. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/RemoteProviderInit.d.ts +0 -14
  3158. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts +0 -6
  3159. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/index.d.ts +0 -2
  3160. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/retry.d.ts +0 -7
  3161. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/config/Endpoint.d.ts +0 -4
  3162. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/config/EndpointConfigOptions.d.ts +0 -4
  3163. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/config/EndpointMode.d.ts +0 -4
  3164. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/config/EndpointModeConfigOptions.d.ts +0 -4
  3165. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/fromContainerMetadata.d.ts +0 -7
  3166. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/fromInstanceMetadata.d.ts +0 -4
  3167. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/index.d.ts +0 -3
  3168. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/remoteProvider/ImdsCredentials.d.ts +0 -9
  3169. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/remoteProvider/RemoteProviderInit.d.ts +0 -10
  3170. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/remoteProvider/httpRequest.d.ts +0 -4
  3171. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/remoteProvider/index.d.ts +0 -2
  3172. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/remoteProvider/retry.d.ts +0 -5
  3173. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/utils/getInstanceMetadataEndpoint.d.ts +0 -3
  3174. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/utils/getInstanceMetadataEndpoint.d.ts +0 -19
  3175. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/package.json +0 -58
  3176. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-ini/CHANGELOG.md +0 -1265
  3177. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-ini/LICENSE +0 -201
  3178. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-ini/README.md +0 -11
  3179. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +0 -105
  3180. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-ini/dist-es/index.js +0 -141
  3181. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-ini/dist-types/index.d.ts +0 -63
  3182. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/index.d.ts +0 -26
  3183. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-ini/package.json +0 -61
  3184. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-node/CHANGELOG.md +0 -1569
  3185. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-node/LICENSE +0 -201
  3186. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-node/README.md +0 -89
  3187. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +0 -42
  3188. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-node/dist-es/index.js +0 -42
  3189. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-node/dist-types/index.d.ts +0 -42
  3190. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/index.d.ts +0 -9
  3191. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-node/package.json +0 -63
  3192. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-process/CHANGELOG.md +0 -1121
  3193. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-process/LICENSE +0 -201
  3194. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-process/README.md +0 -11
  3195. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +0 -70
  3196. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-process/dist-es/index.js +0 -82
  3197. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-process/dist-types/index.d.ts +0 -13
  3198. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/index.d.ts +0 -8
  3199. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-process/package.json +0 -57
  3200. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-sso/CHANGELOG.md +0 -323
  3201. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-sso/LICENSE +0 -201
  3202. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-sso/README.md +0 -11
  3203. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +0 -88
  3204. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-sso/dist-es/index.js +0 -110
  3205. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-sso/dist-types/index.d.ts +0 -54
  3206. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/index.d.ts +0 -32
  3207. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-sso/package.json +0 -58
  3208. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-web-identity/CHANGELOG.md +0 -217
  3209. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-web-identity/LICENSE +0 -201
  3210. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-web-identity/README.md +0 -11
  3211. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +0 -28
  3212. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js +0 -21
  3213. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +0 -5
  3214. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js +0 -25
  3215. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromWebToken.js +0 -19
  3216. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/index.js +0 -2
  3217. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromTokenFile.d.ts +0 -12
  3218. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromWebToken.d.ts +0 -126
  3219. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/index.d.ts +0 -2
  3220. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromTokenFile.d.ts +0 -8
  3221. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromWebToken.d.ts +0 -30
  3222. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/index.d.ts +0 -2
  3223. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-web-identity/package.json +0 -63
  3224. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/CHANGELOG.md +0 -1856
  3225. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/LICENSE +0 -201
  3226. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/README.md +0 -4
  3227. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/dist-cjs/fetch-http-handler.js +0 -78
  3228. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/dist-cjs/index.js +0 -5
  3229. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/dist-cjs/request-timeout.js +0 -15
  3230. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/dist-cjs/stream-collector.js +0 -50
  3231. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/dist-es/fetch-http-handler.js +0 -90
  3232. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/dist-es/index.js +0 -2
  3233. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/dist-es/request-timeout.js +0 -12
  3234. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/dist-es/stream-collector.js +0 -68
  3235. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/dist-types/fetch-http-handler.d.ts +0 -20
  3236. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/dist-types/index.d.ts +0 -2
  3237. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/dist-types/request-timeout.d.ts +0 -1
  3238. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/dist-types/stream-collector.d.ts +0 -2
  3239. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +0 -15
  3240. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/dist-types/ts3.4/index.d.ts +0 -2
  3241. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/dist-types/ts3.4/request-timeout.d.ts +0 -1
  3242. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/dist-types/ts3.4/stream-collector.d.ts +0 -2
  3243. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/package.json +0 -49
  3244. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/hash-node/CHANGELOG.md +0 -1191
  3245. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/hash-node/LICENSE +0 -201
  3246. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/hash-node/README.md +0 -10
  3247. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/hash-node/dist-cjs/index.js +0 -30
  3248. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/hash-node/dist-es/index.js +0 -28
  3249. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/hash-node/dist-types/index.d.ts +0 -7
  3250. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/hash-node/dist-types/ts3.4/index.d.ts +0 -7
  3251. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/hash-node/package.json +0 -51
  3252. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/invalid-dependency/CHANGELOG.md +0 -480
  3253. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/invalid-dependency/LICENSE +0 -201
  3254. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/invalid-dependency/README.md +0 -10
  3255. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/invalid-dependency/dist-cjs/index.js +0 -5
  3256. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/invalid-dependency/dist-cjs/invalidFunction.js +0 -7
  3257. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/invalid-dependency/dist-cjs/invalidProvider.js +0 -5
  3258. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/invalid-dependency/dist-es/index.js +0 -2
  3259. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/invalid-dependency/dist-es/invalidFunction.js +0 -3
  3260. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/invalid-dependency/dist-es/invalidProvider.js +0 -1
  3261. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/invalid-dependency/dist-types/index.d.ts +0 -2
  3262. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/invalid-dependency/dist-types/invalidFunction.d.ts +0 -1
  3263. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/invalid-dependency/dist-types/invalidProvider.d.ts +0 -2
  3264. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/invalid-dependency/dist-types/ts3.4/index.d.ts +0 -2
  3265. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/invalid-dependency/dist-types/ts3.4/invalidFunction.d.ts +0 -1
  3266. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/invalid-dependency/dist-types/ts3.4/invalidProvider.d.ts +0 -2
  3267. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/invalid-dependency/package.json +0 -45
  3268. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/is-array-buffer/CHANGELOG.md +0 -561
  3269. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/is-array-buffer/LICENSE +0 -201
  3270. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/is-array-buffer/README.md +0 -10
  3271. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/is-array-buffer/dist-cjs/index.js +0 -6
  3272. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/is-array-buffer/dist-es/index.js +0 -4
  3273. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/is-array-buffer/dist-types/index.d.ts +0 -1
  3274. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/is-array-buffer/dist-types/ts3.4/index.d.ts +0 -1
  3275. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/is-array-buffer/package.json +0 -48
  3276. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-content-length/CHANGELOG.md +0 -1472
  3277. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-content-length/LICENSE +0 -201
  3278. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-content-length/README.md +0 -4
  3279. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-content-length/dist-cjs/index.js +0 -42
  3280. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-content-length/dist-es/index.js +0 -39
  3281. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-content-length/dist-types/index.d.ts +0 -6
  3282. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-content-length/dist-types/ts3.4/index.d.ts +0 -6
  3283. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-content-length/package.json +0 -49
  3284. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-host-header/CHANGELOG.md +0 -947
  3285. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-host-header/LICENSE +0 -201
  3286. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-host-header/README.md +0 -4
  3287. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js +0 -36
  3288. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-host-header/dist-es/index.js +0 -38
  3289. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-host-header/dist-types/index.d.ts +0 -17
  3290. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-host-header/dist-types/ts3.4/index.d.ts +0 -15
  3291. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-host-header/package.json +0 -49
  3292. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-logger/CHANGELOG.md +0 -355
  3293. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-logger/LICENSE +0 -201
  3294. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-logger/README.md +0 -4
  3295. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +0 -4
  3296. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-logger/dist-cjs/loggerMiddleware.js +0 -34
  3297. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-logger/dist-es/index.js +0 -1
  3298. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-logger/dist-es/loggerMiddleware.js +0 -42
  3299. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-logger/dist-types/index.d.ts +0 -1
  3300. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-logger/dist-types/loggerMiddleware.d.ts +0 -4
  3301. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-logger/dist-types/ts3.4/index.d.ts +0 -1
  3302. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-logger/dist-types/ts3.4/loggerMiddleware.d.ts +0 -4
  3303. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-logger/package.json +0 -51
  3304. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/CHANGELOG.md +0 -1178
  3305. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/LICENSE +0 -201
  3306. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/README.md +0 -4
  3307. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-cjs/AdaptiveRetryStrategy.js +0 -25
  3308. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-cjs/DefaultRateLimiter.js +0 -104
  3309. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-cjs/StandardRetryStrategy.js +0 -89
  3310. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-cjs/config.js +0 -10
  3311. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-cjs/configurations.js +0 -69
  3312. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-cjs/constants.js +0 -12
  3313. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-cjs/defaultRetryQuota.js +0 -32
  3314. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-cjs/delayDecider.js +0 -6
  3315. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-cjs/index.js +0 -13
  3316. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-cjs/omitRetryHeadersMiddleware.js +0 -27
  3317. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-cjs/retryDecider.js +0 -11
  3318. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-cjs/retryMiddleware.js +0 -23
  3319. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-cjs/types.js +0 -2
  3320. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-es/AdaptiveRetryStrategy.js +0 -34
  3321. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-es/DefaultRateLimiter.js +0 -119
  3322. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-es/StandardRetryStrategy.js +0 -130
  3323. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-es/config.js +0 -7
  3324. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-es/configurations.js +0 -77
  3325. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-es/constants.js +0 -9
  3326. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-es/defaultRetryQuota.js +0 -28
  3327. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-es/delayDecider.js +0 -4
  3328. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-es/index.js +0 -10
  3329. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-es/omitRetryHeadersMiddleware.js +0 -30
  3330. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-es/retryDecider.js +0 -7
  3331. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-es/retryMiddleware.js +0 -30
  3332. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-es/types.js +0 -1
  3333. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/AdaptiveRetryStrategy.d.ts +0 -17
  3334. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/DefaultRateLimiter.d.ts +0 -39
  3335. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/StandardRetryStrategy.d.ts +0 -27
  3336. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/config.d.ts +0 -13
  3337. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/configurations.d.ts +0 -37
  3338. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/constants.d.ts +0 -41
  3339. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/defaultRetryQuota.d.ts +0 -18
  3340. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/delayDecider.d.ts +0 -4
  3341. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/index.d.ts +0 -10
  3342. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/omitRetryHeadersMiddleware.d.ts +0 -4
  3343. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/retryDecider.d.ts +0 -2
  3344. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/retryMiddleware.d.ts +0 -5
  3345. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +0 -15
  3346. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/DefaultRateLimiter.d.ts +0 -39
  3347. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +0 -25
  3348. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/config.d.ts +0 -8
  3349. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/configurations.d.ts +0 -26
  3350. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/constants.d.ts +0 -18
  3351. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/defaultRetryQuota.d.ts +0 -10
  3352. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/delayDecider.d.ts +0 -2
  3353. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/index.d.ts +0 -10
  3354. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/omitRetryHeadersMiddleware.d.ts +0 -4
  3355. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/retryDecider.d.ts +0 -2
  3356. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/retryMiddleware.d.ts +0 -5
  3357. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/types.d.ts +0 -24
  3358. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/types.d.ts +0 -53
  3359. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/package.json +0 -52
  3360. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-sdk-sts/CHANGELOG.md +0 -202
  3361. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-sdk-sts/LICENSE +0 -201
  3362. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-sdk-sts/README.md +0 -4
  3363. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-sdk-sts/dist-cjs/index.js +0 -9
  3364. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-sdk-sts/dist-es/index.js +0 -6
  3365. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-sdk-sts/dist-types/index.d.ts +0 -34
  3366. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-sdk-sts/dist-types/ts3.4/index.d.ts +0 -25
  3367. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-sdk-sts/package.json +0 -52
  3368. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/CHANGELOG.md +0 -896
  3369. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/LICENSE +0 -201
  3370. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/README.md +0 -4
  3371. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/dist-cjs/deserializerMiddleware.js +0 -12
  3372. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/dist-cjs/index.js +0 -6
  3373. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/dist-cjs/serdePlugin.js +0 -26
  3374. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/dist-cjs/serializerMiddleware.js +0 -11
  3375. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/dist-es/deserializerMiddleware.js +0 -22
  3376. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/dist-es/index.js +0 -3
  3377. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/dist-es/serdePlugin.js +0 -22
  3378. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/dist-es/serializerMiddleware.js +0 -16
  3379. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/dist-types/deserializerMiddleware.d.ts +0 -2
  3380. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/dist-types/index.d.ts +0 -3
  3381. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/dist-types/serdePlugin.d.ts +0 -4
  3382. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/dist-types/serializerMiddleware.d.ts +0 -2
  3383. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/dist-types/ts3.4/deserializerMiddleware.d.ts +0 -2
  3384. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/dist-types/ts3.4/index.d.ts +0 -3
  3385. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/dist-types/ts3.4/serdePlugin.d.ts +0 -4
  3386. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/dist-types/ts3.4/serializerMiddleware.d.ts +0 -2
  3387. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/package.json +0 -48
  3388. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/CHANGELOG.md +0 -1840
  3389. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/LICENSE +0 -201
  3390. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/README.md +0 -4
  3391. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-cjs/configurations.js +0 -90
  3392. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-cjs/index.js +0 -5
  3393. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-cjs/middleware.js +0 -45
  3394. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-cjs/utils/getSkewCorrectedDate.js +0 -5
  3395. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-cjs/utils/getUpdatedSystemClockOffset.js +0 -12
  3396. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-cjs/utils/isClockSkewed.js +0 -6
  3397. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-es/configurations.js +0 -87
  3398. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-es/index.js +0 -2
  3399. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-es/middleware.js +0 -59
  3400. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-es/utils/getSkewCorrectedDate.js +0 -1
  3401. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-es/utils/getUpdatedSystemClockOffset.js +0 -8
  3402. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-es/utils/isClockSkewed.js +0 -4
  3403. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-types/configurations.d.ts +0 -88
  3404. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-types/index.d.ts +0 -2
  3405. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-types/middleware.d.ts +0 -6
  3406. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/configurations.d.ts +0 -57
  3407. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/index.d.ts +0 -2
  3408. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/middleware.d.ts +0 -6
  3409. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/utils/getSkewCorrectedDate.d.ts +0 -2
  3410. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/utils/getUpdatedSystemClockOffset.d.ts +0 -2
  3411. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/utils/isClockSkewed.d.ts +0 -2
  3412. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-types/utils/getSkewCorrectedDate.d.ts +0 -6
  3413. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-types/utils/getUpdatedSystemClockOffset.d.ts +0 -8
  3414. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-types/utils/isClockSkewed.d.ts +0 -7
  3415. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/package.json +0 -51
  3416. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-stack/CHANGELOG.md +0 -1330
  3417. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-stack/LICENSE +0 -201
  3418. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-stack/README.md +0 -78
  3419. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-stack/dist-cjs/MiddlewareStack.js +0 -215
  3420. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-stack/dist-cjs/index.js +0 -4
  3421. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-stack/dist-cjs/types.js +0 -2
  3422. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-stack/dist-es/MiddlewareStack.js +0 -212
  3423. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-stack/dist-es/index.js +0 -1
  3424. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-stack/dist-es/types.js +0 -1
  3425. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-stack/dist-types/MiddlewareStack.d.ts +0 -2
  3426. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-stack/dist-types/index.d.ts +0 -1
  3427. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-stack/dist-types/ts3.4/MiddlewareStack.d.ts +0 -2
  3428. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-stack/dist-types/ts3.4/index.d.ts +0 -1
  3429. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-stack/dist-types/ts3.4/types.d.ts +0 -24
  3430. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-stack/dist-types/types.d.ts +0 -24
  3431. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-stack/package.json +0 -50
  3432. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/CHANGELOG.md +0 -1116
  3433. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/LICENSE +0 -201
  3434. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/README.md +0 -4
  3435. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/configurations.js +0 -10
  3436. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/constants.js +0 -7
  3437. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +0 -5
  3438. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/user-agent-middleware.js +0 -61
  3439. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/dist-es/configurations.js +0 -4
  3440. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/dist-es/constants.js +0 -4
  3441. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/dist-es/index.js +0 -2
  3442. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/dist-es/user-agent-middleware.js +0 -64
  3443. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/dist-types/configurations.d.ts +0 -28
  3444. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/dist-types/constants.d.ts +0 -4
  3445. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/dist-types/index.d.ts +0 -2
  3446. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/configurations.d.ts +0 -19
  3447. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/constants.d.ts +0 -4
  3448. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/index.d.ts +0 -2
  3449. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/user-agent-middleware.d.ts +0 -6
  3450. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/dist-types/user-agent-middleware.d.ts +0 -17
  3451. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/package.json +0 -50
  3452. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/CHANGELOG.md +0 -399
  3453. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/LICENSE +0 -201
  3454. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/README.md +0 -4
  3455. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-cjs/configLoader.js +0 -9
  3456. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-cjs/fromEnv.js +0 -17
  3457. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-cjs/fromSharedConfigFiles.js +0 -28
  3458. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-cjs/fromStatic.js +0 -7
  3459. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-cjs/index.js +0 -4
  3460. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-es/configLoader.js +0 -9
  3461. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-es/fromEnv.js +0 -20
  3462. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-es/fromSharedConfigFiles.js +0 -37
  3463. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-es/fromStatic.js +0 -8
  3464. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-es/index.js +0 -1
  3465. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-types/configLoader.d.ts +0 -22
  3466. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-types/fromEnv.d.ts +0 -8
  3467. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-types/fromSharedConfigFiles.d.ts +0 -27
  3468. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-types/fromStatic.d.ts +0 -3
  3469. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-types/index.d.ts +0 -1
  3470. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-types/ts3.4/configLoader.d.ts +0 -14
  3471. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-types/ts3.4/fromEnv.d.ts +0 -5
  3472. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-types/ts3.4/fromSharedConfigFiles.d.ts +0 -14
  3473. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-types/ts3.4/fromStatic.d.ts +0 -3
  3474. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-types/ts3.4/index.d.ts +0 -1
  3475. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/package.json +0 -53
  3476. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/CHANGELOG.md +0 -1614
  3477. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/LICENSE +0 -201
  3478. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/README.md +0 -4
  3479. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-cjs/constants.js +0 -4
  3480. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-cjs/get-transformed-headers.js +0 -12
  3481. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-cjs/index.js +0 -6
  3482. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-cjs/node-http-handler.js +0 -76
  3483. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-cjs/node-http2-handler.js +0 -131
  3484. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-cjs/readable.mock.js +0 -23
  3485. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-cjs/server.mock.js +0 -60
  3486. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-cjs/set-connection-timeout.js +0 -22
  3487. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-cjs/set-socket-timeout.js +0 -10
  3488. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-cjs/stream-collector/collector.js +0 -15
  3489. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-cjs/stream-collector/index.js +0 -18
  3490. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-cjs/stream-collector/readable.mock.js +0 -23
  3491. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-cjs/write-request-body.js +0 -27
  3492. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-es/constants.js +0 -1
  3493. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-es/get-transformed-headers.js +0 -21
  3494. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-es/index.js +0 -3
  3495. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-es/node-http-handler.js +0 -77
  3496. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-es/node-http2-handler.js +0 -143
  3497. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-es/readable.mock.js +0 -24
  3498. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-es/server.mock.js +0 -63
  3499. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-es/set-connection-timeout.js +0 -19
  3500. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-es/set-socket-timeout.js +0 -7
  3501. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-es/stream-collector/collector.js +0 -16
  3502. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-es/stream-collector/index.js +0 -16
  3503. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-es/stream-collector/readable.mock.js +0 -24
  3504. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-es/write-request-body.js +0 -23
  3505. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/constants.d.ts +0 -4
  3506. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/get-transformed-headers.d.ts +0 -4
  3507. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/index.d.ts +0 -3
  3508. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/node-http-handler.d.ts +0 -36
  3509. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/node-http2-handler.d.ts +0 -58
  3510. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/readable.mock.d.ts +0 -13
  3511. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/server.mock.d.ts +0 -10
  3512. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/set-connection-timeout.d.ts +0 -2
  3513. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/set-socket-timeout.d.ts +0 -2
  3514. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/stream-collector/collector.d.ts +0 -6
  3515. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/stream-collector/index.d.ts +0 -2
  3516. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +0 -13
  3517. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/constants.d.ts +0 -2
  3518. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/get-transformed-headers.d.ts +0 -4
  3519. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/index.d.ts +0 -3
  3520. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +0 -28
  3521. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +0 -31
  3522. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/readable.mock.d.ts +0 -13
  3523. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/server.mock.d.ts +0 -10
  3524. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/set-connection-timeout.d.ts +0 -2
  3525. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/set-socket-timeout.d.ts +0 -2
  3526. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/stream-collector/collector.d.ts +0 -6
  3527. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/stream-collector/index.d.ts +0 -2
  3528. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/stream-collector/readable.mock.d.ts +0 -13
  3529. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +0 -5
  3530. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/write-request-body.d.ts +0 -5
  3531. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/package.json +0 -60
  3532. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/CHANGELOG.md +0 -1156
  3533. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/LICENSE +0 -201
  3534. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/README.md +0 -10
  3535. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-cjs/ProviderError.js +0 -36
  3536. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-cjs/chain.js +0 -19
  3537. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-cjs/fromStatic.js +0 -5
  3538. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-cjs/index.js +0 -7
  3539. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-cjs/memoize.js +0 -48
  3540. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-es/ProviderError.js +0 -44
  3541. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-es/chain.js +0 -34
  3542. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-es/fromStatic.js +0 -5
  3543. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-es/index.js +0 -4
  3544. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-es/memoize.js +0 -70
  3545. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-types/ProviderError.d.ts +0 -31
  3546. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-types/chain.d.ts +0 -11
  3547. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-types/fromStatic.d.ts +0 -2
  3548. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-types/index.d.ts +0 -4
  3549. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-types/memoize.d.ts +0 -37
  3550. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-types/ts3.4/ProviderError.d.ts +0 -13
  3551. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-types/ts3.4/chain.d.ts +0 -3
  3552. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-types/ts3.4/fromStatic.d.ts +0 -2
  3553. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-types/ts3.4/index.d.ts +0 -4
  3554. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-types/ts3.4/memoize.d.ts +0 -9
  3555. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/package.json +0 -48
  3556. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/CHANGELOG.md +0 -1178
  3557. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/LICENSE +0 -201
  3558. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/README.md +0 -4
  3559. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-cjs/httpHandler.js +0 -2
  3560. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-cjs/httpRequest.js +0 -49
  3561. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-cjs/httpResponse.js +0 -17
  3562. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-cjs/index.js +0 -7
  3563. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-cjs/isValidHostname.js +0 -8
  3564. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-es/httpHandler.js +0 -1
  3565. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-es/httpRequest.js +0 -43
  3566. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-es/httpResponse.js +0 -15
  3567. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-es/index.js +0 -4
  3568. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-es/isValidHostname.js +0 -4
  3569. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-types/httpHandler.d.ts +0 -4
  3570. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-types/httpRequest.d.ts +0 -20
  3571. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-types/httpResponse.d.ts +0 -14
  3572. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-types/index.d.ts +0 -4
  3573. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-types/isValidHostname.d.ts +0 -1
  3574. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/httpHandler.d.ts +0 -4
  3575. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/httpRequest.d.ts +0 -20
  3576. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/httpResponse.d.ts +0 -14
  3577. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/index.d.ts +0 -4
  3578. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/isValidHostname.d.ts +0 -1
  3579. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/package.json +0 -49
  3580. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/querystring-builder/CHANGELOG.md +0 -1138
  3581. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/querystring-builder/LICENSE +0 -201
  3582. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/querystring-builder/README.md +0 -10
  3583. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/querystring-builder/dist-cjs/index.js +0 -25
  3584. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/querystring-builder/dist-es/index.js +0 -33
  3585. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/querystring-builder/dist-types/index.d.ts +0 -2
  3586. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/querystring-builder/dist-types/ts3.4/index.d.ts +0 -2
  3587. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/querystring-builder/package.json +0 -49
  3588. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/querystring-parser/CHANGELOG.md +0 -1101
  3589. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/querystring-parser/LICENSE +0 -201
  3590. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/querystring-parser/README.md +0 -10
  3591. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/querystring-parser/dist-cjs/index.js +0 -27
  3592. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/querystring-parser/dist-es/index.js +0 -35
  3593. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/querystring-parser/dist-types/index.d.ts +0 -2
  3594. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/querystring-parser/dist-types/ts3.4/index.d.ts +0 -2
  3595. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/querystring-parser/package.json +0 -48
  3596. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/service-error-classification/CHANGELOG.md +0 -667
  3597. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/service-error-classification/LICENSE +0 -201
  3598. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/service-error-classification/README.md +0 -4
  3599. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/service-error-classification/dist-cjs/constants.js +0 -29
  3600. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/service-error-classification/dist-cjs/index.js +0 -21
  3601. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/service-error-classification/dist-es/constants.js +0 -26
  3602. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/service-error-classification/dist-es/index.js +0 -14
  3603. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/service-error-classification/dist-types/constants.d.ts +0 -22
  3604. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/service-error-classification/dist-types/index.d.ts +0 -5
  3605. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/service-error-classification/dist-types/ts3.4/constants.d.ts +0 -8
  3606. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/service-error-classification/dist-types/ts3.4/index.d.ts +0 -5
  3607. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/service-error-classification/package.json +0 -45
  3608. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/shared-ini-file-loader/CHANGELOG.md +0 -704
  3609. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/shared-ini-file-loader/LICENSE +0 -201
  3610. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/shared-ini-file-loader/README.md +0 -102
  3611. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/shared-ini-file-loader/dist-cjs/index.js +0 -84
  3612. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/shared-ini-file-loader/dist-es/index.js +0 -105
  3613. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/index.d.ts +0 -33
  3614. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/index.d.ts +0 -21
  3615. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/shared-ini-file-loader/package.json +0 -48
  3616. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/CHANGELOG.md +0 -2827
  3617. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/LICENSE +0 -201
  3618. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/README.md +0 -4
  3619. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-cjs/SignatureV4.js +0 -150
  3620. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-cjs/cloneRequest.js +0 -17
  3621. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-cjs/constants.js +0 -46
  3622. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-cjs/credentialDerivation.js +0 -38
  3623. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-cjs/getCanonicalHeaders.js +0 -21
  3624. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-cjs/getCanonicalQuery.js +0 -31
  3625. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-cjs/getPayloadHash.js +0 -23
  3626. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-cjs/headerUtil.js +0 -32
  3627. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-cjs/index.js +0 -19
  3628. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-cjs/moveHeadersToQuery.js +0 -21
  3629. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-cjs/normalizeProvider.js +0 -23
  3630. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-cjs/prepareRequest.js +0 -15
  3631. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-cjs/suite.fixture.js +0 -402
  3632. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-cjs/utilDate.js +0 -20
  3633. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-es/SignatureV4.js +0 -269
  3634. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-es/cloneRequest.js +0 -12
  3635. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-es/constants.js +0 -43
  3636. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-es/credentialDerivation.js +0 -66
  3637. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-es/getCanonicalHeaders.js +0 -30
  3638. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-es/getCanonicalQuery.js +0 -43
  3639. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-es/getPayloadHash.js +0 -41
  3640. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-es/headerUtil.js +0 -60
  3641. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-es/index.js +0 -8
  3642. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-es/moveHeadersToQuery.js +0 -26
  3643. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-es/normalizeProvider.js +0 -18
  3644. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-es/prepareRequest.js +0 -23
  3645. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-es/suite.fixture.js +0 -399
  3646. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-es/utilDate.js +0 -17
  3647. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/SignatureV4.d.ts +0 -63
  3648. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/cloneRequest.d.ts +0 -6
  3649. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/constants.d.ts +0 -43
  3650. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/credentialDerivation.d.ts +0 -26
  3651. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/getCanonicalHeaders.d.ts +0 -5
  3652. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/getCanonicalQuery.d.ts +0 -5
  3653. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/getPayloadHash.d.ts +0 -5
  3654. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/headerUtil.d.ts +0 -4
  3655. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/index.d.ts +0 -8
  3656. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/moveHeadersToQuery.d.ts +0 -9
  3657. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/normalizeProvider.d.ts +0 -9
  3658. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/prepareRequest.d.ts +0 -5
  3659. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/suite.fixture.d.ts +0 -14
  3660. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/SignatureV4.d.ts +0 -39
  3661. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/cloneRequest.d.ts +0 -4
  3662. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/constants.d.ts +0 -43
  3663. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/credentialDerivation.d.ts +0 -7
  3664. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/getCanonicalHeaders.d.ts +0 -3
  3665. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/getCanonicalQuery.d.ts +0 -3
  3666. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/getPayloadHash.d.ts +0 -3
  3667. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/headerUtil.d.ts +0 -4
  3668. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/index.d.ts +0 -8
  3669. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/moveHeadersToQuery.d.ts +0 -7
  3670. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/normalizeProvider.d.ts +0 -5
  3671. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/prepareRequest.d.ts +0 -3
  3672. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/suite.fixture.d.ts +0 -14
  3673. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/utilDate.d.ts +0 -2
  3674. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/utilDate.d.ts +0 -2
  3675. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/package.json +0 -56
  3676. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/CHANGELOG.md +0 -1387
  3677. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/LICENSE +0 -201
  3678. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/README.md +0 -10
  3679. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-cjs/client.js +0 -28
  3680. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-cjs/command.js +0 -10
  3681. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-cjs/constants.js +0 -4
  3682. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-cjs/date-utils.js +0 -156
  3683. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-cjs/emitWarningIfUnsupportedVersion.js +0 -15
  3684. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-cjs/extended-encode-uri-component.js +0 -9
  3685. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-cjs/get-array-if-single-item.js +0 -5
  3686. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-cjs/get-value-from-text-node.js +0 -16
  3687. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-cjs/index.js +0 -15
  3688. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-cjs/lazy-json.js +0 -38
  3689. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-cjs/parse-utils.js +0 -206
  3690. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-cjs/ser-utils.js +0 -17
  3691. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-cjs/split-every.js +0 -31
  3692. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-es/client.js +0 -26
  3693. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-es/command.js +0 -8
  3694. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-es/constants.js +0 -1
  3695. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-es/date-utils.js +0 -150
  3696. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-es/emitWarningIfUnsupportedVersion.js +0 -11
  3697. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-es/extended-encode-uri-component.js +0 -5
  3698. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-es/get-array-if-single-item.js +0 -3
  3699. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-es/get-value-from-text-node.js +0 -12
  3700. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-es/index.js +0 -12
  3701. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-es/lazy-json.js +0 -40
  3702. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-es/parse-utils.js +0 -190
  3703. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-es/ser-utils.js +0 -13
  3704. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-es/split-every.js +0 -27
  3705. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/client.d.ts +0 -20
  3706. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/command.d.ts +0 -6
  3707. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/constants.d.ts +0 -1
  3708. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/date-utils.d.ts +0 -49
  3709. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/emitWarningIfUnsupportedVersion.d.ts +0 -6
  3710. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/extended-encode-uri-component.d.ts +0 -5
  3711. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/get-array-if-single-item.d.ts +0 -5
  3712. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/get-value-from-text-node.d.ts +0 -5
  3713. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts +0 -13
  3714. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/lazy-json.d.ts +0 -19
  3715. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/parse-utils.d.ts +0 -203
  3716. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/ser-utils.d.ts +0 -7
  3717. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/split-every.d.ts +0 -9
  3718. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/client.d.ts +0 -16
  3719. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/command.d.ts +0 -6
  3720. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/constants.d.ts +0 -1
  3721. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/date-utils.d.ts +0 -8
  3722. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/emitWarningIfUnsupportedVersion.d.ts +0 -2
  3723. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/extended-encode-uri-component.d.ts +0 -2
  3724. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/get-array-if-single-item.d.ts +0 -2
  3725. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/get-value-from-text-node.d.ts +0 -2
  3726. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/index.d.ts +0 -13
  3727. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/lazy-json.d.ts +0 -12
  3728. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/parse-utils.d.ts +0 -53
  3729. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/ser-utils.d.ts +0 -2
  3730. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/split-every.d.ts +0 -2
  3731. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/package.json +0 -49
  3732. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/CHANGELOG.md +0 -1712
  3733. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/LICENSE +0 -201
  3734. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/README.md +0 -4
  3735. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/abort.js +0 -2
  3736. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/client.js +0 -2
  3737. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/command.js +0 -2
  3738. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/credentials.js +0 -2
  3739. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/crypto.js +0 -2
  3740. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/eventStream.js +0 -2
  3741. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/http.js +0 -2
  3742. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/index.js +0 -20
  3743. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/logger.js +0 -2
  3744. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/middleware.js +0 -2
  3745. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/pagination.js +0 -2
  3746. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/response.js +0 -2
  3747. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/serde.js +0 -2
  3748. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/shapes.js +0 -2
  3749. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/signature.js +0 -2
  3750. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/transfer.js +0 -2
  3751. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/util.js +0 -2
  3752. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/waiter.js +0 -2
  3753. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/abort.js +0 -1
  3754. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/client.js +0 -1
  3755. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/command.js +0 -1
  3756. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/credentials.js +0 -1
  3757. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/crypto.js +0 -1
  3758. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/eventStream.js +0 -1
  3759. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/http.js +0 -1
  3760. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/index.js +0 -17
  3761. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/logger.js +0 -1
  3762. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/middleware.js +0 -1
  3763. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/pagination.js +0 -1
  3764. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/response.js +0 -1
  3765. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/serde.js +0 -1
  3766. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/shapes.js +0 -1
  3767. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/signature.js +0 -1
  3768. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/transfer.js +0 -1
  3769. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/util.js +0 -1
  3770. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/waiter.js +0 -1
  3771. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/abort.d.ts +0 -42
  3772. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/client.d.ts +0 -23
  3773. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/command.d.ts +0 -7
  3774. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +0 -24
  3775. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/crypto.d.ts +0 -45
  3776. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/eventStream.d.ts +0 -84
  3777. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/http.d.ts +0 -92
  3778. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/index.d.ts +0 -17
  3779. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/logger.d.ts +0 -26
  3780. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +0 -338
  3781. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/pagination.d.ts +0 -14
  3782. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/response.d.ts +0 -34
  3783. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/serde.d.ts +0 -49
  3784. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/shapes.d.ts +0 -45
  3785. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/signature.d.ts +0 -100
  3786. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/transfer.d.ts +0 -16
  3787. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/abort.d.ts +0 -17
  3788. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/client.d.ts +0 -17
  3789. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/command.d.ts +0 -7
  3790. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/credentials.d.ts +0 -13
  3791. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/crypto.d.ts +0 -20
  3792. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/eventStream.d.ts +0 -78
  3793. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/http.d.ts +0 -44
  3794. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +0 -17
  3795. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/logger.d.ts +0 -14
  3796. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/middleware.d.ts +0 -155
  3797. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/pagination.d.ts +0 -9
  3798. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/response.d.ts +0 -18
  3799. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/serde.d.ts +0 -29
  3800. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/shapes.d.ts +0 -22
  3801. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/signature.d.ts +0 -47
  3802. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/transfer.d.ts +0 -12
  3803. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/util.d.ts +0 -56
  3804. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/waiter.d.ts +0 -15
  3805. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/util.d.ts +0 -112
  3806. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/waiter.d.ts +0 -32
  3807. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/package.json +0 -43
  3808. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/url-parser/CHANGELOG.md +0 -201
  3809. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/url-parser/LICENSE +0 -201
  3810. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/url-parser/README.md +0 -10
  3811. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/url-parser/dist-cjs/index.js +0 -19
  3812. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/url-parser/dist-es/index.js +0 -15
  3813. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/url-parser/dist-types/index.d.ts +0 -2
  3814. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/url-parser/dist-types/ts3.4/index.d.ts +0 -2
  3815. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/url-parser/package.json +0 -46
  3816. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-base64-browser/CHANGELOG.md +0 -561
  3817. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-base64-browser/LICENSE +0 -201
  3818. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-base64-browser/README.md +0 -4
  3819. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-base64-browser/dist-cjs/index.js +0 -86
  3820. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-base64-browser/dist-es/index.js +0 -81
  3821. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-base64-browser/dist-types/index.d.ts +0 -16
  3822. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-base64-browser/dist-types/ts3.4/index.d.ts +0 -4
  3823. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-base64-browser/package.json +0 -46
  3824. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-base64-node/CHANGELOG.md +0 -672
  3825. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-base64-node/LICENSE +0 -201
  3826. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-base64-node/README.md +0 -4
  3827. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-base64-node/dist-cjs/index.js +0 -20
  3828. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-base64-node/dist-es/index.js +0 -15
  3829. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-base64-node/dist-types/index.d.ts +0 -14
  3830. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-base64-node/dist-types/ts3.4/index.d.ts +0 -4
  3831. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-base64-node/package.json +0 -50
  3832. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-body-length-browser/CHANGELOG.md +0 -574
  3833. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-body-length-browser/LICENSE +0 -201
  3834. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-body-length-browser/README.md +0 -12
  3835. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-body-length-browser/dist-cjs/index.js +0 -23
  3836. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-body-length-browser/dist-es/index.js +0 -19
  3837. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-body-length-browser/dist-types/index.d.ts +0 -1
  3838. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-body-length-browser/dist-types/ts3.4/index.d.ts +0 -1
  3839. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-body-length-browser/package.json +0 -45
  3840. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-body-length-node/CHANGELOG.md +0 -611
  3841. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-body-length-node/LICENSE +0 -201
  3842. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-body-length-node/README.md +0 -12
  3843. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-body-length-node/dist-cjs/index.js +0 -22
  3844. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-body-length-node/dist-es/index.js +0 -18
  3845. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-body-length-node/dist-types/index.d.ts +0 -1
  3846. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-body-length-node/dist-types/ts3.4/index.d.ts +0 -1
  3847. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-body-length-node/package.json +0 -49
  3848. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-buffer-from/CHANGELOG.md +0 -617
  3849. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-buffer-from/LICENSE +0 -201
  3850. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-buffer-from/README.md +0 -10
  3851. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-buffer-from/dist-cjs/index.js +0 -19
  3852. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-buffer-from/dist-es/index.js +0 -16
  3853. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-buffer-from/dist-types/index.d.ts +0 -4
  3854. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-buffer-from/dist-types/ts3.4/index.d.ts +0 -4
  3855. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-buffer-from/package.json +0 -49
  3856. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-config-provider/CHANGELOG.md +0 -11
  3857. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-config-provider/LICENSE +0 -201
  3858. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-config-provider/README.md +0 -4
  3859. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-config-provider/dist-cjs/booleanSelector.js +0 -18
  3860. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-config-provider/dist-cjs/index.js +0 -4
  3861. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-config-provider/dist-es/booleanSelector.js +0 -14
  3862. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-config-provider/dist-es/index.js +0 -1
  3863. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-config-provider/dist-types/booleanSelector.d.ts +0 -15
  3864. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-config-provider/dist-types/index.d.ts +0 -1
  3865. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-config-provider/dist-types/ts3.4/booleanSelector.d.ts +0 -8
  3866. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-config-provider/dist-types/ts3.4/index.d.ts +0 -1
  3867. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-config-provider/package.json +0 -50
  3868. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-hex-encoding/CHANGELOG.md +0 -558
  3869. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-hex-encoding/LICENSE +0 -201
  3870. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-hex-encoding/README.md +0 -4
  3871. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-hex-encoding/dist-cjs/index.js +0 -38
  3872. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-hex-encoding/dist-es/index.js +0 -33
  3873. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-hex-encoding/dist-types/index.d.ts +0 -12
  3874. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-hex-encoding/dist-types/ts3.4/index.d.ts +0 -4
  3875. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-hex-encoding/package.json +0 -48
  3876. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-uri-escape/CHANGELOG.md +0 -666
  3877. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-uri-escape/LICENSE +0 -201
  3878. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-uri-escape/README.md +0 -10
  3879. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-uri-escape/dist-cjs/escape-uri-path.js +0 -6
  3880. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-uri-escape/dist-cjs/escape-uri.js +0 -6
  3881. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-uri-escape/dist-cjs/index.js +0 -5
  3882. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-uri-escape/dist-es/escape-uri-path.js +0 -2
  3883. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-uri-escape/dist-es/escape-uri.js +0 -4
  3884. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-uri-escape/dist-es/index.js +0 -2
  3885. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-uri-escape/dist-types/escape-uri-path.d.ts +0 -1
  3886. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-uri-escape/dist-types/escape-uri.d.ts +0 -1
  3887. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-uri-escape/dist-types/index.d.ts +0 -2
  3888. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-uri-escape/dist-types/ts3.4/escape-uri-path.d.ts +0 -1
  3889. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-uri-escape/dist-types/ts3.4/escape-uri.d.ts +0 -1
  3890. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-uri-escape/dist-types/ts3.4/index.d.ts +0 -2
  3891. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-uri-escape/package.json +0 -47
  3892. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-browser/CHANGELOG.md +0 -1672
  3893. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-browser/LICENSE +0 -201
  3894. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-browser/README.md +0 -10
  3895. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/configurations.js +0 -2
  3896. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.js +0 -22
  3897. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.native.js +0 -16
  3898. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-browser/dist-es/configurations.js +0 -1
  3899. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.js +0 -24
  3900. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.native.js +0 -19
  3901. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-browser/dist-types/configurations.d.ts +0 -4
  3902. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.d.ts +0 -7
  3903. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.native.d.ts +0 -7
  3904. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/configurations.d.ts +0 -4
  3905. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.d.ts +0 -4
  3906. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.native.d.ts +0 -4
  3907. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-browser/package.json +0 -48
  3908. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-node/CHANGELOG.md +0 -1759
  3909. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-node/LICENSE +0 -201
  3910. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-node/README.md +0 -10
  3911. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +0 -41
  3912. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/is-crt-available.js +0 -15
  3913. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-node/dist-es/index.js +0 -47
  3914. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-node/dist-es/is-crt-available.js +0 -11
  3915. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-node/dist-types/index.d.ts +0 -12
  3916. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-node/dist-types/is-crt-available.d.ts +0 -2
  3917. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/index.d.ts +0 -10
  3918. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/is-crt-available.d.ts +0 -2
  3919. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-node/package.json +0 -51
  3920. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-browser/CHANGELOG.md +0 -561
  3921. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-browser/LICENSE +0 -201
  3922. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-browser/README.md +0 -4
  3923. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-browser/dist-cjs/index.js +0 -9
  3924. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-browser/dist-cjs/pureJs.js +0 -47
  3925. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-browser/dist-cjs/whatwgEncodingApi.js +0 -11
  3926. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-browser/dist-es/index.js +0 -8
  3927. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-browser/dist-es/pureJs.js +0 -42
  3928. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-browser/dist-es/whatwgEncodingApi.js +0 -6
  3929. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-browser/dist-types/index.d.ts +0 -2
  3930. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-browser/dist-types/pureJs.d.ts +0 -17
  3931. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-browser/dist-types/ts3.4/index.d.ts +0 -2
  3932. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-browser/dist-types/ts3.4/pureJs.d.ts +0 -4
  3933. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-browser/dist-types/ts3.4/whatwgEncodingApi.d.ts +0 -2
  3934. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-browser/dist-types/whatwgEncodingApi.d.ts +0 -2
  3935. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-browser/package.json +0 -45
  3936. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-node/CHANGELOG.md +0 -669
  3937. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-node/LICENSE +0 -201
  3938. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-node/README.md +0 -4
  3939. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-node/dist-cjs/index.js +0 -11
  3940. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-node/dist-es/index.js +0 -8
  3941. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-node/dist-types/index.d.ts +0 -2
  3942. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-node/dist-types/ts3.4/index.d.ts +0 -2
  3943. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-node/package.json +0 -53
  3944. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/CHANGELOG.md +0 -260
  3945. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/LICENSE +0 -201
  3946. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/README.md +0 -10
  3947. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-cjs/createWaiter.js +0 -27
  3948. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-cjs/index.js +0 -5
  3949. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-cjs/poller.js +0 -38
  3950. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-cjs/utils/index.js +0 -5
  3951. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-cjs/utils/sleep.js +0 -7
  3952. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-cjs/utils/validate.js +0 -21
  3953. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-cjs/waiter.js +0 -38
  3954. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-es/createWaiter.js +0 -26
  3955. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-es/index.js +0 -2
  3956. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-es/poller.js +0 -52
  3957. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-es/utils/index.js +0 -2
  3958. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-es/utils/sleep.js +0 -3
  3959. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-es/utils/validate.js +0 -17
  3960. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-es/waiter.js +0 -29
  3961. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-types/createWaiter.d.ts +0 -11
  3962. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-types/index.d.ts +0 -2
  3963. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-types/poller.d.ts +0 -10
  3964. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-types/ts3.4/createWaiter.d.ts +0 -3
  3965. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-types/ts3.4/index.d.ts +0 -2
  3966. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-types/ts3.4/poller.d.ts +0 -3
  3967. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-types/ts3.4/utils/index.d.ts +0 -2
  3968. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-types/ts3.4/utils/sleep.d.ts +0 -1
  3969. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-types/ts3.4/utils/validate.d.ts +0 -3
  3970. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-types/ts3.4/waiter.d.ts +0 -24
  3971. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-types/utils/index.d.ts +0 -2
  3972. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-types/utils/sleep.d.ts +0 -1
  3973. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-types/utils/validate.d.ts +0 -6
  3974. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-types/waiter.d.ts +0 -33
  3975. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/package.json +0 -50
  3976. package/node_modules/@serverless-stack/node/node_modules/uuid/CHANGELOG.md +0 -229
  3977. package/node_modules/@serverless-stack/node/node_modules/uuid/CONTRIBUTING.md +0 -18
  3978. package/node_modules/@serverless-stack/node/node_modules/uuid/LICENSE.md +0 -9
  3979. package/node_modules/@serverless-stack/node/node_modules/uuid/README.md +0 -505
  3980. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/bin/uuid +0 -2
  3981. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-browser/index.js +0 -9
  3982. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-browser/md5.js +0 -215
  3983. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-browser/nil.js +0 -1
  3984. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-browser/parse.js +0 -35
  3985. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-browser/regex.js +0 -1
  3986. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-browser/rng.js +0 -19
  3987. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-browser/sha1.js +0 -96
  3988. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-browser/stringify.js +0 -30
  3989. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-browser/v1.js +0 -95
  3990. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-browser/v3.js +0 -4
  3991. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-browser/v35.js +0 -64
  3992. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-browser/v4.js +0 -24
  3993. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-browser/v5.js +0 -4
  3994. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-browser/validate.js +0 -7
  3995. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-browser/version.js +0 -11
  3996. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-node/index.js +0 -9
  3997. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-node/md5.js +0 -13
  3998. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-node/nil.js +0 -1
  3999. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-node/parse.js +0 -35
  4000. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-node/regex.js +0 -1
  4001. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-node/rng.js +0 -12
  4002. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-node/sha1.js +0 -13
  4003. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-node/stringify.js +0 -29
  4004. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-node/v1.js +0 -95
  4005. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-node/v3.js +0 -4
  4006. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-node/v35.js +0 -64
  4007. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-node/v4.js +0 -24
  4008. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-node/v5.js +0 -4
  4009. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-node/validate.js +0 -7
  4010. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-node/version.js +0 -11
  4011. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/index.js +0 -79
  4012. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/md5-browser.js +0 -223
  4013. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/md5.js +0 -23
  4014. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/nil.js +0 -8
  4015. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/parse.js +0 -45
  4016. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/regex.js +0 -8
  4017. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/rng-browser.js +0 -26
  4018. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/rng.js +0 -24
  4019. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/sha1-browser.js +0 -104
  4020. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/sha1.js +0 -23
  4021. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/stringify.js +0 -39
  4022. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/umd/uuid.min.js +0 -1
  4023. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/umd/uuidNIL.min.js +0 -1
  4024. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/umd/uuidParse.min.js +0 -1
  4025. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/umd/uuidStringify.min.js +0 -1
  4026. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/umd/uuidValidate.min.js +0 -1
  4027. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/umd/uuidVersion.min.js +0 -1
  4028. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/umd/uuidv1.min.js +0 -1
  4029. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/umd/uuidv3.min.js +0 -1
  4030. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/umd/uuidv4.min.js +0 -1
  4031. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/umd/uuidv5.min.js +0 -1
  4032. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/uuid-bin.js +0 -85
  4033. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/v1.js +0 -107
  4034. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/v3.js +0 -16
  4035. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/v35.js +0 -78
  4036. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/v4.js +0 -37
  4037. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/v5.js +0 -16
  4038. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/validate.js +0 -17
  4039. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/version.js +0 -21
  4040. package/node_modules/@serverless-stack/node/node_modules/uuid/package.json +0 -135
  4041. package/node_modules/@serverless-stack/node/node_modules/uuid/wrapper.mjs +0 -10
  4042. package/node_modules/@serverless-stack/node/package.json +0 -42
  4043. package/node_modules/@tsconfig/node14/LICENSE +0 -21
  4044. package/node_modules/@tsconfig/node14/README.md +0 -40
  4045. package/node_modules/@tsconfig/node14/package.json +0 -1
  4046. package/node_modules/@tsconfig/node14/tsconfig.json +0 -16
  4047. package/node_modules/asn1.js/.eslintrc.js +0 -27
  4048. package/node_modules/asn1.js/LICENSE +0 -21
  4049. package/node_modules/asn1.js/README.md +0 -100
  4050. package/node_modules/asn1.js/lib/asn1/api.js +0 -57
  4051. package/node_modules/asn1.js/lib/asn1/base/buffer.js +0 -153
  4052. package/node_modules/asn1.js/lib/asn1/base/index.js +0 -8
  4053. package/node_modules/asn1.js/lib/asn1/base/node.js +0 -638
  4054. package/node_modules/asn1.js/lib/asn1/base/reporter.js +0 -123
  4055. package/node_modules/asn1.js/lib/asn1/constants/der.js +0 -58
  4056. package/node_modules/asn1.js/lib/asn1/constants/index.js +0 -21
  4057. package/node_modules/asn1.js/lib/asn1/decoders/der.js +0 -335
  4058. package/node_modules/asn1.js/lib/asn1/decoders/index.js +0 -6
  4059. package/node_modules/asn1.js/lib/asn1/decoders/pem.js +0 -51
  4060. package/node_modules/asn1.js/lib/asn1/encoders/der.js +0 -295
  4061. package/node_modules/asn1.js/lib/asn1/encoders/index.js +0 -6
  4062. package/node_modules/asn1.js/lib/asn1/encoders/pem.js +0 -23
  4063. package/node_modules/asn1.js/lib/asn1.js +0 -11
  4064. package/node_modules/asn1.js/package.json +0 -36
  4065. package/node_modules/aws-jwt-verify/LICENSE +0 -175
  4066. package/node_modules/aws-jwt-verify/README.md +0 -952
  4067. package/node_modules/aws-jwt-verify/asn1.d.ts +0 -20
  4068. package/node_modules/aws-jwt-verify/assert.d.ts +0 -41
  4069. package/node_modules/aws-jwt-verify/cognito-verifier.d.ts +0 -167
  4070. package/node_modules/aws-jwt-verify/dist/cjs/asn1.js +0 -294
  4071. package/node_modules/aws-jwt-verify/dist/cjs/assert.js +0 -108
  4072. package/node_modules/aws-jwt-verify/dist/cjs/cognito-verifier.js +0 -157
  4073. package/node_modules/aws-jwt-verify/dist/cjs/error.js +0 -125
  4074. package/node_modules/aws-jwt-verify/dist/cjs/https.js +0 -131
  4075. package/node_modules/aws-jwt-verify/dist/cjs/index.js +0 -9
  4076. package/node_modules/aws-jwt-verify/dist/cjs/jwk.js +0 -202
  4077. package/node_modules/aws-jwt-verify/dist/cjs/jwt-model.js +0 -4
  4078. package/node_modules/aws-jwt-verify/dist/cjs/jwt-rsa.js +0 -383
  4079. package/node_modules/aws-jwt-verify/dist/cjs/jwt.js +0 -152
  4080. package/node_modules/aws-jwt-verify/dist/cjs/package.json +0 -1
  4081. package/node_modules/aws-jwt-verify/dist/cjs/safe-json-parse.js +0 -34
  4082. package/node_modules/aws-jwt-verify/dist/cjs/typing-util.js +0 -6
  4083. package/node_modules/aws-jwt-verify/dist/esm/asn1.js +0 -289
  4084. package/node_modules/aws-jwt-verify/dist/esm/assert.js +0 -101
  4085. package/node_modules/aws-jwt-verify/dist/esm/cognito-verifier.js +0 -153
  4086. package/node_modules/aws-jwt-verify/dist/esm/error.js +0 -96
  4087. package/node_modules/aws-jwt-verify/dist/esm/https.js +0 -126
  4088. package/node_modules/aws-jwt-verify/dist/esm/index.js +0 -4
  4089. package/node_modules/aws-jwt-verify/dist/esm/jwk.js +0 -191
  4090. package/node_modules/aws-jwt-verify/dist/esm/jwt-model.js +0 -3
  4091. package/node_modules/aws-jwt-verify/dist/esm/jwt-rsa.js +0 -374
  4092. package/node_modules/aws-jwt-verify/dist/esm/jwt.js +0 -147
  4093. package/node_modules/aws-jwt-verify/dist/esm/package.json +0 -1
  4094. package/node_modules/aws-jwt-verify/dist/esm/safe-json-parse.js +0 -29
  4095. package/node_modules/aws-jwt-verify/dist/esm/typing-util.js +0 -5
  4096. package/node_modules/aws-jwt-verify/error.d.ts +0 -103
  4097. package/node_modules/aws-jwt-verify/https.d.ts +0 -43
  4098. package/node_modules/aws-jwt-verify/index.d.ts +0 -2
  4099. package/node_modules/aws-jwt-verify/jwk.d.ts +0 -65
  4100. package/node_modules/aws-jwt-verify/jwt-model.d.ts +0 -75
  4101. package/node_modules/aws-jwt-verify/jwt-rsa.d.ts +0 -308
  4102. package/node_modules/aws-jwt-verify/jwt.d.ts +0 -31
  4103. package/node_modules/aws-jwt-verify/package.json +0 -123
  4104. package/node_modules/aws-jwt-verify/safe-json-parse.d.ts +0 -18
  4105. package/node_modules/aws-jwt-verify/typing-util.d.ts +0 -37
  4106. package/node_modules/bn.js/LICENSE +0 -19
  4107. package/node_modules/bn.js/README.md +0 -200
  4108. package/node_modules/bn.js/lib/bn.js +0 -3446
  4109. package/node_modules/bn.js/package.json +0 -36
  4110. package/node_modules/cli-table3/node_modules/colors/examples/normal-usage.js +0 -82
  4111. package/node_modules/cli-table3/node_modules/colors/examples/safe-string.js +0 -79
  4112. package/node_modules/cli-table3/node_modules/colors/lib/colors.js +0 -211
  4113. package/node_modules/cli-table3/node_modules/colors/lib/custom/trap.js +0 -46
  4114. package/node_modules/cli-table3/node_modules/colors/lib/custom/zalgo.js +0 -110
  4115. package/node_modules/cli-table3/node_modules/colors/lib/extendStringPrototype.js +0 -110
  4116. package/node_modules/cli-table3/node_modules/colors/lib/maps/america.js +0 -10
  4117. package/node_modules/cli-table3/node_modules/colors/lib/maps/random.js +0 -11
  4118. package/node_modules/cli-table3/node_modules/colors/lib/maps/zebra.js +0 -5
  4119. package/node_modules/cli-table3/node_modules/colors/lib/system/supports-colors.js +0 -151
  4120. package/node_modules/cli-table3/node_modules/colors/package.json +0 -45
  4121. package/node_modules/cli-table3/node_modules/colors/safe.js +0 -10
  4122. package/node_modules/ecdsa-sig-formatter/CODEOWNERS +0 -1
  4123. package/node_modules/ecdsa-sig-formatter/LICENSE +0 -201
  4124. package/node_modules/ecdsa-sig-formatter/README.md +0 -65
  4125. package/node_modules/ecdsa-sig-formatter/package.json +0 -46
  4126. package/node_modules/ecdsa-sig-formatter/src/ecdsa-sig-formatter.d.ts +0 -17
  4127. package/node_modules/ecdsa-sig-formatter/src/ecdsa-sig-formatter.js +0 -187
  4128. package/node_modules/ecdsa-sig-formatter/src/param-bytes-for-alg.js +0 -23
  4129. package/node_modules/expand-tilde/README.md +0 -80
  4130. package/node_modules/expand-tilde/index.js +0 -22
  4131. package/node_modules/expand-tilde/package.json +0 -67
  4132. package/node_modules/fast-jwt/LICENSE.md +0 -13
  4133. package/node_modules/fast-jwt/README.md +0 -420
  4134. package/node_modules/fast-jwt/node_modules/mnemonist/LICENSE.txt +0 -21
  4135. package/node_modules/fast-jwt/node_modules/mnemonist/README.md +0 -112
  4136. package/node_modules/fast-jwt/node_modules/mnemonist/bi-map.d.ts +0 -46
  4137. package/node_modules/fast-jwt/node_modules/mnemonist/bi-map.js +0 -195
  4138. package/node_modules/fast-jwt/node_modules/mnemonist/bit-set.d.ts +0 -29
  4139. package/node_modules/fast-jwt/node_modules/mnemonist/bit-set.js +0 -379
  4140. package/node_modules/fast-jwt/node_modules/mnemonist/bit-vector.d.ts +0 -42
  4141. package/node_modules/fast-jwt/node_modules/mnemonist/bit-vector.js +0 -550
  4142. package/node_modules/fast-jwt/node_modules/mnemonist/bk-tree.d.ts +0 -24
  4143. package/node_modules/fast-jwt/node_modules/mnemonist/bk-tree.js +0 -180
  4144. package/node_modules/fast-jwt/node_modules/mnemonist/bloom-filter.d.ts +0 -29
  4145. package/node_modules/fast-jwt/node_modules/mnemonist/bloom-filter.js +0 -186
  4146. package/node_modules/fast-jwt/node_modules/mnemonist/circular-buffer.d.ts +0 -34
  4147. package/node_modules/fast-jwt/node_modules/mnemonist/circular-buffer.js +0 -131
  4148. package/node_modules/fast-jwt/node_modules/mnemonist/critbit-tree-map.js +0 -515
  4149. package/node_modules/fast-jwt/node_modules/mnemonist/default-map.d.ts +0 -29
  4150. package/node_modules/fast-jwt/node_modules/mnemonist/default-map.js +0 -162
  4151. package/node_modules/fast-jwt/node_modules/mnemonist/default-weak-map.d.ts +0 -18
  4152. package/node_modules/fast-jwt/node_modules/mnemonist/default-weak-map.js +0 -108
  4153. package/node_modules/fast-jwt/node_modules/mnemonist/fibonacci-heap.d.ts +0 -65
  4154. package/node_modules/fast-jwt/node_modules/mnemonist/fibonacci-heap.js +0 -320
  4155. package/node_modules/fast-jwt/node_modules/mnemonist/fixed-critbit-tree-map.js +0 -427
  4156. package/node_modules/fast-jwt/node_modules/mnemonist/fixed-deque.d.ts +0 -34
  4157. package/node_modules/fast-jwt/node_modules/mnemonist/fixed-deque.js +0 -351
  4158. package/node_modules/fast-jwt/node_modules/mnemonist/fixed-reverse-heap.d.ts +0 -25
  4159. package/node_modules/fast-jwt/node_modules/mnemonist/fixed-reverse-heap.js +0 -209
  4160. package/node_modules/fast-jwt/node_modules/mnemonist/fixed-stack.d.ts +0 -36
  4161. package/node_modules/fast-jwt/node_modules/mnemonist/fixed-stack.js +0 -242
  4162. package/node_modules/fast-jwt/node_modules/mnemonist/fuzzy-map.d.ts +0 -33
  4163. package/node_modules/fast-jwt/node_modules/mnemonist/fuzzy-map.js +0 -185
  4164. package/node_modules/fast-jwt/node_modules/mnemonist/fuzzy-multi-map.d.ts +0 -36
  4165. package/node_modules/fast-jwt/node_modules/mnemonist/fuzzy-multi-map.js +0 -196
  4166. package/node_modules/fast-jwt/node_modules/mnemonist/hashed-array-tree.d.ts +0 -32
  4167. package/node_modules/fast-jwt/node_modules/mnemonist/hashed-array-tree.js +0 -209
  4168. package/node_modules/fast-jwt/node_modules/mnemonist/heap.d.ts +0 -96
  4169. package/node_modules/fast-jwt/node_modules/mnemonist/heap.js +0 -576
  4170. package/node_modules/fast-jwt/node_modules/mnemonist/index.d.ts +0 -48
  4171. package/node_modules/fast-jwt/node_modules/mnemonist/index.js +0 -58
  4172. package/node_modules/fast-jwt/node_modules/mnemonist/inverted-index.d.ts +0 -33
  4173. package/node_modules/fast-jwt/node_modules/mnemonist/inverted-index.js +0 -249
  4174. package/node_modules/fast-jwt/node_modules/mnemonist/kd-tree.d.ts +0 -25
  4175. package/node_modules/fast-jwt/node_modules/mnemonist/kd-tree.js +0 -447
  4176. package/node_modules/fast-jwt/node_modules/mnemonist/linked-list.d.ts +0 -29
  4177. package/node_modules/fast-jwt/node_modules/mnemonist/linked-list.js +0 -261
  4178. package/node_modules/fast-jwt/node_modules/mnemonist/lru-cache-with-delete.d.ts +0 -13
  4179. package/node_modules/fast-jwt/node_modules/mnemonist/lru-cache-with-delete.js +0 -287
  4180. package/node_modules/fast-jwt/node_modules/mnemonist/lru-cache.d.ts +0 -43
  4181. package/node_modules/fast-jwt/node_modules/mnemonist/lru-cache.js +0 -436
  4182. package/node_modules/fast-jwt/node_modules/mnemonist/lru-map-with-delete.d.ts +0 -13
  4183. package/node_modules/fast-jwt/node_modules/mnemonist/lru-map-with-delete.js +0 -287
  4184. package/node_modules/fast-jwt/node_modules/mnemonist/lru-map.d.ts +0 -43
  4185. package/node_modules/fast-jwt/node_modules/mnemonist/lru-map.js +0 -261
  4186. package/node_modules/fast-jwt/node_modules/mnemonist/multi-array.js +0 -447
  4187. package/node_modules/fast-jwt/node_modules/mnemonist/multi-map.d.ts +0 -47
  4188. package/node_modules/fast-jwt/node_modules/mnemonist/multi-map.js +0 -408
  4189. package/node_modules/fast-jwt/node_modules/mnemonist/multi-set.d.ts +0 -37
  4190. package/node_modules/fast-jwt/node_modules/mnemonist/multi-set.js +0 -440
  4191. package/node_modules/fast-jwt/node_modules/mnemonist/package.json +0 -103
  4192. package/node_modules/fast-jwt/node_modules/mnemonist/passjoin-index.d.ts +0 -54
  4193. package/node_modules/fast-jwt/node_modules/mnemonist/passjoin-index.js +0 -518
  4194. package/node_modules/fast-jwt/node_modules/mnemonist/queue.d.ts +0 -27
  4195. package/node_modules/fast-jwt/node_modules/mnemonist/queue.js +0 -215
  4196. package/node_modules/fast-jwt/node_modules/mnemonist/semi-dynamic-trie.js +0 -251
  4197. package/node_modules/fast-jwt/node_modules/mnemonist/set.d.ts +0 -18
  4198. package/node_modules/fast-jwt/node_modules/mnemonist/set.js +0 -356
  4199. package/node_modules/fast-jwt/node_modules/mnemonist/sort/insertion.d.ts +0 -4
  4200. package/node_modules/fast-jwt/node_modules/mnemonist/sort/insertion.js +0 -50
  4201. package/node_modules/fast-jwt/node_modules/mnemonist/sort/quick.d.ts +0 -4
  4202. package/node_modules/fast-jwt/node_modules/mnemonist/sort/quick.js +0 -116
  4203. package/node_modules/fast-jwt/node_modules/mnemonist/sparse-map.d.ts +0 -26
  4204. package/node_modules/fast-jwt/node_modules/mnemonist/sparse-map.js +0 -243
  4205. package/node_modules/fast-jwt/node_modules/mnemonist/sparse-queue-set.d.ts +0 -24
  4206. package/node_modules/fast-jwt/node_modules/mnemonist/sparse-queue-set.js +0 -218
  4207. package/node_modules/fast-jwt/node_modules/mnemonist/sparse-set.d.ts +0 -23
  4208. package/node_modules/fast-jwt/node_modules/mnemonist/sparse-set.js +0 -168
  4209. package/node_modules/fast-jwt/node_modules/mnemonist/stack.d.ts +0 -27
  4210. package/node_modules/fast-jwt/node_modules/mnemonist/stack.js +0 -210
  4211. package/node_modules/fast-jwt/node_modules/mnemonist/static-disjoint-set.d.ts +0 -23
  4212. package/node_modules/fast-jwt/node_modules/mnemonist/static-disjoint-set.js +0 -195
  4213. package/node_modules/fast-jwt/node_modules/mnemonist/static-interval-tree.d.ts +0 -24
  4214. package/node_modules/fast-jwt/node_modules/mnemonist/static-interval-tree.js +0 -387
  4215. package/node_modules/fast-jwt/node_modules/mnemonist/suffix-array.d.ts +0 -37
  4216. package/node_modules/fast-jwt/node_modules/mnemonist/suffix-array.js +0 -352
  4217. package/node_modules/fast-jwt/node_modules/mnemonist/symspell.d.ts +0 -33
  4218. package/node_modules/fast-jwt/node_modules/mnemonist/symspell.js +0 -547
  4219. package/node_modules/fast-jwt/node_modules/mnemonist/trie-map.d.ts +0 -30
  4220. package/node_modules/fast-jwt/node_modules/mnemonist/trie-map.js +0 -477
  4221. package/node_modules/fast-jwt/node_modules/mnemonist/trie.d.ts +0 -26
  4222. package/node_modules/fast-jwt/node_modules/mnemonist/trie.js +0 -167
  4223. package/node_modules/fast-jwt/node_modules/mnemonist/utils/binary-search.js +0 -216
  4224. package/node_modules/fast-jwt/node_modules/mnemonist/utils/bitwise.js +0 -109
  4225. package/node_modules/fast-jwt/node_modules/mnemonist/utils/comparators.js +0 -79
  4226. package/node_modules/fast-jwt/node_modules/mnemonist/utils/hash-tables.js +0 -107
  4227. package/node_modules/fast-jwt/node_modules/mnemonist/utils/iterables.js +0 -93
  4228. package/node_modules/fast-jwt/node_modules/mnemonist/utils/merge.js +0 -563
  4229. package/node_modules/fast-jwt/node_modules/mnemonist/utils/murmurhash3.js +0 -87
  4230. package/node_modules/fast-jwt/node_modules/mnemonist/utils/typed-arrays.js +0 -187
  4231. package/node_modules/fast-jwt/node_modules/mnemonist/utils/types.d.ts +0 -18
  4232. package/node_modules/fast-jwt/node_modules/mnemonist/vector.d.ts +0 -81
  4233. package/node_modules/fast-jwt/node_modules/mnemonist/vector.js +0 -373
  4234. package/node_modules/fast-jwt/node_modules/mnemonist/vp-tree.d.ts +0 -27
  4235. package/node_modules/fast-jwt/node_modules/mnemonist/vp-tree.js +0 -367
  4236. package/node_modules/fast-jwt/node_modules/obliterator/LICENSE.txt +0 -21
  4237. package/node_modules/fast-jwt/node_modules/obliterator/README.md +0 -415
  4238. package/node_modules/fast-jwt/node_modules/obliterator/chain.d.ts +0 -5
  4239. package/node_modules/fast-jwt/node_modules/obliterator/chain.js +0 -46
  4240. package/node_modules/fast-jwt/node_modules/obliterator/combinations.d.ts +0 -4
  4241. package/node_modules/fast-jwt/node_modules/obliterator/combinations.js +0 -76
  4242. package/node_modules/fast-jwt/node_modules/obliterator/consume.d.ts +0 -1
  4243. package/node_modules/fast-jwt/node_modules/obliterator/consume.js +0 -29
  4244. package/node_modules/fast-jwt/node_modules/obliterator/every.d.ts +0 -8
  4245. package/node_modules/fast-jwt/node_modules/obliterator/every.js +0 -27
  4246. package/node_modules/fast-jwt/node_modules/obliterator/filter.d.ts +0 -8
  4247. package/node_modules/fast-jwt/node_modules/obliterator/filter.js +0 -28
  4248. package/node_modules/fast-jwt/node_modules/obliterator/find.d.ts +0 -8
  4249. package/node_modules/fast-jwt/node_modules/obliterator/find.js +0 -27
  4250. package/node_modules/fast-jwt/node_modules/obliterator/foreach-with-null-keys.d.ts +0 -29
  4251. package/node_modules/fast-jwt/node_modules/obliterator/foreach-with-null-keys.js +0 -83
  4252. package/node_modules/fast-jwt/node_modules/obliterator/foreach.d.ts +0 -24
  4253. package/node_modules/fast-jwt/node_modules/obliterator/foreach.js +0 -73
  4254. package/node_modules/fast-jwt/node_modules/obliterator/includes.d.ts +0 -6
  4255. package/node_modules/fast-jwt/node_modules/obliterator/includes.js +0 -27
  4256. package/node_modules/fast-jwt/node_modules/obliterator/index.d.ts +0 -20
  4257. package/node_modules/fast-jwt/node_modules/obliterator/index.js +0 -26
  4258. package/node_modules/fast-jwt/node_modules/obliterator/iter.d.ts +0 -1
  4259. package/node_modules/fast-jwt/node_modules/obliterator/iter.js +0 -46
  4260. package/node_modules/fast-jwt/node_modules/obliterator/iterator.d.ts +0 -18
  4261. package/node_modules/fast-jwt/node_modules/obliterator/iterator.js +0 -96
  4262. package/node_modules/fast-jwt/node_modules/obliterator/map.d.ts +0 -8
  4263. package/node_modules/fast-jwt/node_modules/obliterator/map.js +0 -29
  4264. package/node_modules/fast-jwt/node_modules/obliterator/match.d.ts +0 -4
  4265. package/node_modules/fast-jwt/node_modules/obliterator/match.js +0 -43
  4266. package/node_modules/fast-jwt/node_modules/obliterator/package.json +0 -46
  4267. package/node_modules/fast-jwt/node_modules/obliterator/permutations.d.ts +0 -4
  4268. package/node_modules/fast-jwt/node_modules/obliterator/permutations.js +0 -94
  4269. package/node_modules/fast-jwt/node_modules/obliterator/power-set.d.ts +0 -3
  4270. package/node_modules/fast-jwt/node_modules/obliterator/power-set.js +0 -27
  4271. package/node_modules/fast-jwt/node_modules/obliterator/range.d.ts +0 -10
  4272. package/node_modules/fast-jwt/node_modules/obliterator/range.js +0 -44
  4273. package/node_modules/fast-jwt/node_modules/obliterator/some.d.ts +0 -8
  4274. package/node_modules/fast-jwt/node_modules/obliterator/some.js +0 -27
  4275. package/node_modules/fast-jwt/node_modules/obliterator/split.d.ts +0 -4
  4276. package/node_modules/fast-jwt/node_modules/obliterator/split.js +0 -68
  4277. package/node_modules/fast-jwt/node_modules/obliterator/support.js +0 -2
  4278. package/node_modules/fast-jwt/node_modules/obliterator/take-into.d.ts +0 -9
  4279. package/node_modules/fast-jwt/node_modules/obliterator/take-into.js +0 -39
  4280. package/node_modules/fast-jwt/node_modules/obliterator/take.d.ts +0 -6
  4281. package/node_modules/fast-jwt/node_modules/obliterator/take.js +0 -39
  4282. package/node_modules/fast-jwt/node_modules/obliterator/types.d.ts +0 -18
  4283. package/node_modules/fast-jwt/package.json +0 -84
  4284. package/node_modules/fast-jwt/src/crypto.js +0 -362
  4285. package/node_modules/fast-jwt/src/decoder.js +0 -60
  4286. package/node_modules/fast-jwt/src/error.js +0 -45
  4287. package/node_modules/fast-jwt/src/index.d.ts +0 -122
  4288. package/node_modules/fast-jwt/src/index.js +0 -13
  4289. package/node_modules/fast-jwt/src/signer.js +0 -309
  4290. package/node_modules/fast-jwt/src/utils.js +0 -65
  4291. package/node_modules/fast-jwt/src/verifier.js +0 -470
  4292. package/node_modules/get-installed-path/CHANGELOG.md +0 -99
  4293. package/node_modules/get-installed-path/LICENSE +0 -21
  4294. package/node_modules/get-installed-path/README.md +0 -282
  4295. package/node_modules/get-installed-path/dist/index.es.js +0 -181
  4296. package/node_modules/get-installed-path/dist/index.js +0 -188
  4297. package/node_modules/get-installed-path/package.json +0 -101
  4298. package/node_modules/global-modules/LICENSE +0 -21
  4299. package/node_modules/global-modules/README.md +0 -75
  4300. package/node_modules/global-modules/index.js +0 -31
  4301. package/node_modules/global-modules/package.json +0 -72
  4302. package/node_modules/global-prefix/LICENSE +0 -21
  4303. package/node_modules/global-prefix/README.md +0 -78
  4304. package/node_modules/global-prefix/index.js +0 -96
  4305. package/node_modules/global-prefix/node_modules/which/CHANGELOG.md +0 -152
  4306. package/node_modules/global-prefix/node_modules/which/LICENSE +0 -15
  4307. package/node_modules/global-prefix/node_modules/which/README.md +0 -51
  4308. package/node_modules/global-prefix/node_modules/which/bin/which +0 -52
  4309. package/node_modules/global-prefix/node_modules/which/package.json +0 -30
  4310. package/node_modules/global-prefix/node_modules/which/which.js +0 -135
  4311. package/node_modules/global-prefix/package.json +0 -75
  4312. package/node_modules/graphql/LICENSE +0 -21
  4313. package/node_modules/graphql/NotSupportedTSVersion.d.ts +0 -1
  4314. package/node_modules/graphql/README.md +0 -158
  4315. package/node_modules/graphql/error/GraphQLError.d.ts +0 -142
  4316. package/node_modules/graphql/error/GraphQLError.js +0 -267
  4317. package/node_modules/graphql/error/GraphQLError.mjs +0 -253
  4318. package/node_modules/graphql/error/index.d.ts +0 -8
  4319. package/node_modules/graphql/error/index.js +0 -41
  4320. package/node_modules/graphql/error/index.mjs +0 -3
  4321. package/node_modules/graphql/error/locatedError.d.ts +0 -13
  4322. package/node_modules/graphql/error/locatedError.js +0 -40
  4323. package/node_modules/graphql/error/locatedError.mjs +0 -32
  4324. package/node_modules/graphql/error/syntaxError.d.ts +0 -11
  4325. package/node_modules/graphql/error/syntaxError.js +0 -19
  4326. package/node_modules/graphql/error/syntaxError.mjs +0 -12
  4327. package/node_modules/graphql/execution/collectFields.d.ts +0 -45
  4328. package/node_modules/graphql/execution/collectFields.js +0 -229
  4329. package/node_modules/graphql/execution/collectFields.mjs +0 -213
  4330. package/node_modules/graphql/execution/execute.d.ts +0 -185
  4331. package/node_modules/graphql/execution/execute.js +0 -1026
  4332. package/node_modules/graphql/execution/execute.mjs +0 -998
  4333. package/node_modules/graphql/execution/index.d.ts +0 -18
  4334. package/node_modules/graphql/execution/index.js +0 -73
  4335. package/node_modules/graphql/execution/index.mjs +0 -13
  4336. package/node_modules/graphql/execution/mapAsyncIterator.d.ts +0 -9
  4337. package/node_modules/graphql/execution/mapAsyncIterator.js +0 -68
  4338. package/node_modules/graphql/execution/mapAsyncIterator.mjs +0 -61
  4339. package/node_modules/graphql/execution/subscribe.d.ts +0 -72
  4340. package/node_modules/graphql/execution/subscribe.js +0 -244
  4341. package/node_modules/graphql/execution/subscribe.mjs +0 -222
  4342. package/node_modules/graphql/execution/values.d.ts +0 -79
  4343. package/node_modules/graphql/execution/values.js +0 -300
  4344. package/node_modules/graphql/execution/values.mjs +0 -263
  4345. package/node_modules/graphql/graphql.d.ts +0 -67
  4346. package/node_modules/graphql/graphql.js +0 -96
  4347. package/node_modules/graphql/graphql.mjs +0 -122
  4348. package/node_modules/graphql/index.d.ts +0 -413
  4349. package/node_modules/graphql/index.js +0 -1269
  4350. package/node_modules/graphql/index.mjs +0 -255
  4351. package/node_modules/graphql/jsutils/Maybe.d.ts +0 -2
  4352. package/node_modules/graphql/jsutils/Maybe.js +0 -5
  4353. package/node_modules/graphql/jsutils/Maybe.mjs +0 -1
  4354. package/node_modules/graphql/jsutils/ObjMap.d.ts +0 -16
  4355. package/node_modules/graphql/jsutils/ObjMap.js +0 -5
  4356. package/node_modules/graphql/jsutils/ObjMap.mjs +0 -1
  4357. package/node_modules/graphql/jsutils/Path.d.ts +0 -20
  4358. package/node_modules/graphql/jsutils/Path.js +0 -33
  4359. package/node_modules/graphql/jsutils/Path.mjs +0 -25
  4360. package/node_modules/graphql/jsutils/PromiseOrValue.d.ts +0 -1
  4361. package/node_modules/graphql/jsutils/PromiseOrValue.js +0 -5
  4362. package/node_modules/graphql/jsutils/PromiseOrValue.mjs +0 -1
  4363. package/node_modules/graphql/jsutils/devAssert.d.ts +0 -1
  4364. package/node_modules/graphql/jsutils/devAssert.js +0 -14
  4365. package/node_modules/graphql/jsutils/devAssert.mjs +0 -7
  4366. package/node_modules/graphql/jsutils/didYouMean.d.ts +0 -8
  4367. package/node_modules/graphql/jsutils/didYouMean.js +0 -38
  4368. package/node_modules/graphql/jsutils/didYouMean.mjs +0 -32
  4369. package/node_modules/graphql/jsutils/groupBy.d.ts +0 -7
  4370. package/node_modules/graphql/jsutils/groupBy.js +0 -26
  4371. package/node_modules/graphql/jsutils/groupBy.mjs +0 -19
  4372. package/node_modules/graphql/jsutils/identityFunc.d.ts +0 -4
  4373. package/node_modules/graphql/jsutils/identityFunc.js +0 -13
  4374. package/node_modules/graphql/jsutils/identityFunc.mjs +0 -6
  4375. package/node_modules/graphql/jsutils/inspect.d.ts +0 -4
  4376. package/node_modules/graphql/jsutils/inspect.js +0 -121
  4377. package/node_modules/graphql/jsutils/inspect.mjs +0 -115
  4378. package/node_modules/graphql/jsutils/instanceOf.d.ts +0 -16
  4379. package/node_modules/graphql/jsutils/instanceOf.js +0 -61
  4380. package/node_modules/graphql/jsutils/instanceOf.mjs +0 -53
  4381. package/node_modules/graphql/jsutils/invariant.d.ts +0 -4
  4382. package/node_modules/graphql/jsutils/invariant.js +0 -16
  4383. package/node_modules/graphql/jsutils/invariant.mjs +0 -9
  4384. package/node_modules/graphql/jsutils/isAsyncIterable.d.ts +0 -7
  4385. package/node_modules/graphql/jsutils/isAsyncIterable.js +0 -18
  4386. package/node_modules/graphql/jsutils/isAsyncIterable.mjs +0 -11
  4387. package/node_modules/graphql/jsutils/isIterableObject.d.ts +0 -20
  4388. package/node_modules/graphql/jsutils/isIterableObject.js +0 -32
  4389. package/node_modules/graphql/jsutils/isIterableObject.mjs +0 -25
  4390. package/node_modules/graphql/jsutils/isObjectLike.d.ts +0 -7
  4391. package/node_modules/graphql/jsutils/isObjectLike.js +0 -14
  4392. package/node_modules/graphql/jsutils/isObjectLike.mjs +0 -7
  4393. package/node_modules/graphql/jsutils/isPromise.d.ts +0 -5
  4394. package/node_modules/graphql/jsutils/isPromise.js +0 -17
  4395. package/node_modules/graphql/jsutils/isPromise.mjs +0 -10
  4396. package/node_modules/graphql/jsutils/keyMap.d.ts +0 -32
  4397. package/node_modules/graphql/jsutils/keyMap.js +0 -43
  4398. package/node_modules/graphql/jsutils/keyMap.mjs +0 -36
  4399. package/node_modules/graphql/jsutils/keyValMap.d.ts +0 -23
  4400. package/node_modules/graphql/jsutils/keyValMap.js +0 -33
  4401. package/node_modules/graphql/jsutils/keyValMap.mjs +0 -26
  4402. package/node_modules/graphql/jsutils/mapValue.d.ts +0 -9
  4403. package/node_modules/graphql/jsutils/mapValue.js +0 -20
  4404. package/node_modules/graphql/jsutils/mapValue.mjs +0 -13
  4405. package/node_modules/graphql/jsutils/memoize3.d.ts +0 -9
  4406. package/node_modules/graphql/jsutils/memoize3.js +0 -41
  4407. package/node_modules/graphql/jsutils/memoize3.mjs +0 -34
  4408. package/node_modules/graphql/jsutils/naturalCompare.d.ts +0 -8
  4409. package/node_modules/graphql/jsutils/naturalCompare.js +0 -69
  4410. package/node_modules/graphql/jsutils/naturalCompare.mjs +0 -61
  4411. package/node_modules/graphql/jsutils/printPathArray.d.ts +0 -6
  4412. package/node_modules/graphql/jsutils/printPathArray.js +0 -17
  4413. package/node_modules/graphql/jsutils/printPathArray.mjs +0 -10
  4414. package/node_modules/graphql/jsutils/promiseForObject.d.ts +0 -11
  4415. package/node_modules/graphql/jsutils/promiseForObject.js +0 -25
  4416. package/node_modules/graphql/jsutils/promiseForObject.mjs +0 -18
  4417. package/node_modules/graphql/jsutils/promiseReduce.d.ts +0 -13
  4418. package/node_modules/graphql/jsutils/promiseReduce.js +0 -27
  4419. package/node_modules/graphql/jsutils/promiseReduce.mjs +0 -20
  4420. package/node_modules/graphql/jsutils/suggestionList.d.ts +0 -8
  4421. package/node_modules/graphql/jsutils/suggestionList.js +0 -139
  4422. package/node_modules/graphql/jsutils/suggestionList.mjs +0 -130
  4423. package/node_modules/graphql/jsutils/toError.d.ts +0 -4
  4424. package/node_modules/graphql/jsutils/toError.js +0 -25
  4425. package/node_modules/graphql/jsutils/toError.mjs +0 -18
  4426. package/node_modules/graphql/jsutils/toObjMap.d.ts +0 -5
  4427. package/node_modules/graphql/jsutils/toObjMap.js +0 -24
  4428. package/node_modules/graphql/jsutils/toObjMap.mjs +0 -17
  4429. package/node_modules/graphql/language/ast.d.ts +0 -537
  4430. package/node_modules/graphql/language/ast.js +0 -224
  4431. package/node_modules/graphql/language/ast.mjs +0 -208
  4432. package/node_modules/graphql/language/blockString.d.ts +0 -28
  4433. package/node_modules/graphql/language/blockString.js +0 -195
  4434. package/node_modules/graphql/language/blockString.mjs +0 -178
  4435. package/node_modules/graphql/language/characterClasses.d.ts +0 -47
  4436. package/node_modules/graphql/language/characterClasses.js +0 -75
  4437. package/node_modules/graphql/language/characterClasses.mjs +0 -64
  4438. package/node_modules/graphql/language/directiveLocation.d.ts +0 -33
  4439. package/node_modules/graphql/language/directiveLocation.js +0 -39
  4440. package/node_modules/graphql/language/directiveLocation.mjs +0 -33
  4441. package/node_modules/graphql/language/index.d.ts +0 -97
  4442. package/node_modules/graphql/language/index.js +0 -215
  4443. package/node_modules/graphql/language/index.mjs +0 -29
  4444. package/node_modules/graphql/language/kinds.d.ts +0 -66
  4445. package/node_modules/graphql/language/kinds.js +0 -63
  4446. package/node_modules/graphql/language/kinds.mjs +0 -57
  4447. package/node_modules/graphql/language/lexer.d.ts +0 -45
  4448. package/node_modules/graphql/language/lexer.js +0 -1006
  4449. package/node_modules/graphql/language/lexer.mjs +0 -902
  4450. package/node_modules/graphql/language/location.d.ts +0 -16
  4451. package/node_modules/graphql/language/location.js +0 -38
  4452. package/node_modules/graphql/language/location.mjs +0 -30
  4453. package/node_modules/graphql/language/parser.d.ts +0 -564
  4454. package/node_modules/graphql/language/parser.js +0 -1567
  4455. package/node_modules/graphql/language/parser.mjs +0 -1524
  4456. package/node_modules/graphql/language/predicates.d.ts +0 -33
  4457. package/node_modules/graphql/language/predicates.js +0 -109
  4458. package/node_modules/graphql/language/predicates.mjs +0 -81
  4459. package/node_modules/graphql/language/printLocation.d.ts +0 -14
  4460. package/node_modules/graphql/language/printLocation.js +0 -74
  4461. package/node_modules/graphql/language/printLocation.mjs +0 -66
  4462. package/node_modules/graphql/language/printString.d.ts +0 -5
  4463. package/node_modules/graphql/language/printString.js +0 -183
  4464. package/node_modules/graphql/language/printString.mjs +0 -176
  4465. package/node_modules/graphql/language/printer.d.ts +0 -6
  4466. package/node_modules/graphql/language/printer.js +0 -351
  4467. package/node_modules/graphql/language/printer.mjs +0 -339
  4468. package/node_modules/graphql/language/source.d.ts +0 -25
  4469. package/node_modules/graphql/language/source.js +0 -65
  4470. package/node_modules/graphql/language/source.mjs +0 -50
  4471. package/node_modules/graphql/language/tokenKind.d.ts +0 -35
  4472. package/node_modules/graphql/language/tokenKind.js +0 -43
  4473. package/node_modules/graphql/language/tokenKind.mjs +0 -37
  4474. package/node_modules/graphql/language/visitor.d.ts +0 -194
  4475. package/node_modules/graphql/language/visitor.js +0 -377
  4476. package/node_modules/graphql/language/visitor.mjs +0 -361
  4477. package/node_modules/graphql/package.json +0 -39
  4478. package/node_modules/graphql/subscription/index.d.ts +0 -19
  4479. package/node_modules/graphql/subscription/index.js +0 -19
  4480. package/node_modules/graphql/subscription/index.mjs +0 -19
  4481. package/node_modules/graphql/type/assertName.d.ts +0 -10
  4482. package/node_modules/graphql/type/assertName.js +0 -59
  4483. package/node_modules/graphql/type/assertName.mjs +0 -44
  4484. package/node_modules/graphql/type/definition.d.ts +0 -923
  4485. package/node_modules/graphql/type/definition.js +0 -1339
  4486. package/node_modules/graphql/type/definition.mjs +0 -1177
  4487. package/node_modules/graphql/type/directives.d.ts +0 -86
  4488. package/node_modules/graphql/type/directives.js +0 -224
  4489. package/node_modules/graphql/type/directives.mjs +0 -190
  4490. package/node_modules/graphql/type/index.d.ts +0 -150
  4491. package/node_modules/graphql/type/index.js +0 -547
  4492. package/node_modules/graphql/type/index.mjs +0 -103
  4493. package/node_modules/graphql/type/introspection.d.ts +0 -30
  4494. package/node_modules/graphql/type/introspection.js +0 -617
  4495. package/node_modules/graphql/type/introspection.mjs +0 -551
  4496. package/node_modules/graphql/type/scalars.d.ts +0 -19
  4497. package/node_modules/graphql/type/scalars.js +0 -369
  4498. package/node_modules/graphql/type/scalars.mjs +0 -309
  4499. package/node_modules/graphql/type/schema.d.ts +0 -170
  4500. package/node_modules/graphql/type/schema.js +0 -402
  4501. package/node_modules/graphql/type/schema.mjs +0 -381
  4502. package/node_modules/graphql/type/validate.d.ts +0 -17
  4503. package/node_modules/graphql/type/validate.js +0 -676
  4504. package/node_modules/graphql/type/validate.mjs +0 -651
  4505. package/node_modules/graphql/utilities/TypeInfo.d.ts +0 -67
  4506. package/node_modules/graphql/utilities/TypeInfo.js +0 -418
  4507. package/node_modules/graphql/utilities/TypeInfo.mjs +0 -395
  4508. package/node_modules/graphql/utilities/assertValidName.d.ts +0 -13
  4509. package/node_modules/graphql/utilities/assertValidName.js +0 -51
  4510. package/node_modules/graphql/utilities/assertValidName.mjs +0 -40
  4511. package/node_modules/graphql/utilities/astFromValue.d.ts +0 -28
  4512. package/node_modules/graphql/utilities/astFromValue.js +0 -190
  4513. package/node_modules/graphql/utilities/astFromValue.mjs +0 -177
  4514. package/node_modules/graphql/utilities/buildASTSchema.d.ts +0 -35
  4515. package/node_modules/graphql/utilities/buildASTSchema.js +0 -115
  4516. package/node_modules/graphql/utilities/buildASTSchema.mjs +0 -97
  4517. package/node_modules/graphql/utilities/buildClientSchema.d.ts +0 -19
  4518. package/node_modules/graphql/utilities/buildClientSchema.js +0 -386
  4519. package/node_modules/graphql/utilities/buildClientSchema.mjs +0 -363
  4520. package/node_modules/graphql/utilities/coerceInputValue.d.ts +0 -16
  4521. package/node_modules/graphql/utilities/coerceInputValue.js +0 -189
  4522. package/node_modules/graphql/utilities/coerceInputValue.mjs +0 -167
  4523. package/node_modules/graphql/utilities/concatAST.d.ts +0 -9
  4524. package/node_modules/graphql/utilities/concatAST.js +0 -26
  4525. package/node_modules/graphql/utilities/concatAST.mjs +0 -19
  4526. package/node_modules/graphql/utilities/extendSchema.d.ts +0 -40
  4527. package/node_modules/graphql/utilities/extendSchema.js +0 -798
  4528. package/node_modules/graphql/utilities/extendSchema.mjs +0 -789
  4529. package/node_modules/graphql/utilities/findBreakingChanges.d.ts +0 -53
  4530. package/node_modules/graphql/utilities/findBreakingChanges.js +0 -547
  4531. package/node_modules/graphql/utilities/findBreakingChanges.mjs +0 -519
  4532. package/node_modules/graphql/utilities/getIntrospectionQuery.d.ts +0 -182
  4533. package/node_modules/graphql/utilities/getIntrospectionQuery.js +0 -134
  4534. package/node_modules/graphql/utilities/getIntrospectionQuery.mjs +0 -127
  4535. package/node_modules/graphql/utilities/getOperationAST.d.ts +0 -11
  4536. package/node_modules/graphql/utilities/getOperationAST.js +0 -43
  4537. package/node_modules/graphql/utilities/getOperationAST.mjs +0 -36
  4538. package/node_modules/graphql/utilities/getOperationRootType.d.ts +0 -15
  4539. package/node_modules/graphql/utilities/getOperationRootType.js +0 -67
  4540. package/node_modules/graphql/utilities/getOperationRootType.mjs +0 -54
  4541. package/node_modules/graphql/utilities/index.d.ts +0 -61
  4542. package/node_modules/graphql/utilities/index.js +0 -233
  4543. package/node_modules/graphql/utilities/index.mjs +0 -55
  4544. package/node_modules/graphql/utilities/introspectionFromSchema.d.ts +0 -18
  4545. package/node_modules/graphql/utilities/introspectionFromSchema.js +0 -42
  4546. package/node_modules/graphql/utilities/introspectionFromSchema.mjs +0 -30
  4547. package/node_modules/graphql/utilities/lexicographicSortSchema.d.ts +0 -9
  4548. package/node_modules/graphql/utilities/lexicographicSortSchema.js +0 -177
  4549. package/node_modules/graphql/utilities/lexicographicSortSchema.mjs +0 -172
  4550. package/node_modules/graphql/utilities/printSchema.d.ts +0 -5
  4551. package/node_modules/graphql/utilities/printSchema.js +0 -333
  4552. package/node_modules/graphql/utilities/printSchema.mjs +0 -309
  4553. package/node_modules/graphql/utilities/separateOperations.d.ts +0 -11
  4554. package/node_modules/graphql/utilities/separateOperations.js +0 -88
  4555. package/node_modules/graphql/utilities/separateOperations.mjs +0 -80
  4556. package/node_modules/graphql/utilities/sortValueNode.d.ts +0 -9
  4557. package/node_modules/graphql/utilities/sortValueNode.js +0 -47
  4558. package/node_modules/graphql/utilities/sortValueNode.mjs +0 -39
  4559. package/node_modules/graphql/utilities/stripIgnoredCharacters.d.ts +0 -62
  4560. package/node_modules/graphql/utilities/stripIgnoredCharacters.js +0 -121
  4561. package/node_modules/graphql/utilities/stripIgnoredCharacters.mjs +0 -104
  4562. package/node_modules/graphql/utilities/typeComparators.d.ts +0 -32
  4563. package/node_modules/graphql/utilities/typeComparators.js +0 -116
  4564. package/node_modules/graphql/utilities/typeComparators.mjs +0 -106
  4565. package/node_modules/graphql/utilities/typeFromAST.d.ts +0 -32
  4566. package/node_modules/graphql/utilities/typeFromAST.js +0 -27
  4567. package/node_modules/graphql/utilities/typeFromAST.mjs +0 -18
  4568. package/node_modules/graphql/utilities/typedQueryDocumentNode.d.ts +0 -22
  4569. package/node_modules/graphql/utilities/typedQueryDocumentNode.js +0 -5
  4570. package/node_modules/graphql/utilities/typedQueryDocumentNode.mjs +0 -1
  4571. package/node_modules/graphql/utilities/valueFromAST.d.ts +0 -29
  4572. package/node_modules/graphql/utilities/valueFromAST.js +0 -185
  4573. package/node_modules/graphql/utilities/valueFromAST.mjs +0 -172
  4574. package/node_modules/graphql/utilities/valueFromASTUntyped.d.ts +0 -23
  4575. package/node_modules/graphql/utilities/valueFromASTUntyped.js +0 -61
  4576. package/node_modules/graphql/utilities/valueFromASTUntyped.mjs +0 -53
  4577. package/node_modules/graphql/validation/ValidationContext.d.ts +0 -95
  4578. package/node_modules/graphql/validation/ValidationContext.js +0 -232
  4579. package/node_modules/graphql/validation/ValidationContext.mjs +0 -212
  4580. package/node_modules/graphql/validation/index.d.ts +0 -40
  4581. package/node_modules/graphql/validation/index.js +0 -317
  4582. package/node_modules/graphql/validation/index.mjs +0 -68
  4583. package/node_modules/graphql/validation/rules/ExecutableDefinitionsRule.d.ts +0 -13
  4584. package/node_modules/graphql/validation/rules/ExecutableDefinitionsRule.js +0 -46
  4585. package/node_modules/graphql/validation/rules/ExecutableDefinitionsRule.mjs +0 -34
  4586. package/node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.d.ts +0 -13
  4587. package/node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.js +0 -145
  4588. package/node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.mjs +0 -127
  4589. package/node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.d.ts +0 -14
  4590. package/node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.js +0 -69
  4591. package/node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.mjs +0 -53
  4592. package/node_modules/graphql/validation/rules/KnownArgumentNamesRule.d.ts +0 -23
  4593. package/node_modules/graphql/validation/rules/KnownArgumentNamesRule.js +0 -120
  4594. package/node_modules/graphql/validation/rules/KnownArgumentNamesRule.mjs +0 -102
  4595. package/node_modules/graphql/validation/rules/KnownDirectivesRule.d.ts +0 -16
  4596. package/node_modules/graphql/validation/rules/KnownDirectivesRule.js +0 -167
  4597. package/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs +0 -150
  4598. package/node_modules/graphql/validation/rules/KnownFragmentNamesRule.d.ts +0 -13
  4599. package/node_modules/graphql/validation/rules/KnownFragmentNamesRule.js +0 -36
  4600. package/node_modules/graphql/validation/rules/KnownFragmentNamesRule.mjs +0 -26
  4601. package/node_modules/graphql/validation/rules/KnownTypeNamesRule.d.ts +0 -16
  4602. package/node_modules/graphql/validation/rules/KnownTypeNamesRule.js +0 -89
  4603. package/node_modules/graphql/validation/rules/KnownTypeNamesRule.mjs +0 -77
  4604. package/node_modules/graphql/validation/rules/LoneAnonymousOperationRule.d.ts +0 -13
  4605. package/node_modules/graphql/validation/rules/LoneAnonymousOperationRule.js +0 -42
  4606. package/node_modules/graphql/validation/rules/LoneAnonymousOperationRule.mjs +0 -34
  4607. package/node_modules/graphql/validation/rules/LoneSchemaDefinitionRule.d.ts +0 -10
  4608. package/node_modules/graphql/validation/rules/LoneSchemaDefinitionRule.js +0 -67
  4609. package/node_modules/graphql/validation/rules/LoneSchemaDefinitionRule.mjs +0 -57
  4610. package/node_modules/graphql/validation/rules/NoFragmentCyclesRule.d.ts +0 -13
  4611. package/node_modules/graphql/validation/rules/NoFragmentCyclesRule.js +0 -85
  4612. package/node_modules/graphql/validation/rules/NoFragmentCyclesRule.mjs +0 -78
  4613. package/node_modules/graphql/validation/rules/NoUndefinedVariablesRule.d.ts +0 -13
  4614. package/node_modules/graphql/validation/rules/NoUndefinedVariablesRule.js +0 -52
  4615. package/node_modules/graphql/validation/rules/NoUndefinedVariablesRule.mjs +0 -45
  4616. package/node_modules/graphql/validation/rules/NoUnusedFragmentsRule.d.ts +0 -13
  4617. package/node_modules/graphql/validation/rules/NoUnusedFragmentsRule.js +0 -61
  4618. package/node_modules/graphql/validation/rules/NoUnusedFragmentsRule.mjs +0 -51
  4619. package/node_modules/graphql/validation/rules/NoUnusedVariablesRule.d.ts +0 -13
  4620. package/node_modules/graphql/validation/rules/NoUnusedVariablesRule.js +0 -57
  4621. package/node_modules/graphql/validation/rules/NoUnusedVariablesRule.mjs +0 -50
  4622. package/node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.d.ts +0 -14
  4623. package/node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.js +0 -807
  4624. package/node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs +0 -790
  4625. package/node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.d.ts +0 -12
  4626. package/node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.js +0 -95
  4627. package/node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.mjs +0 -73
  4628. package/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.d.ts +0 -10
  4629. package/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.js +0 -171
  4630. package/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs +0 -148
  4631. package/node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.d.ts +0 -20
  4632. package/node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.js +0 -162
  4633. package/node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs +0 -142
  4634. package/node_modules/graphql/validation/rules/ScalarLeafsRule.d.ts +0 -9
  4635. package/node_modules/graphql/validation/rules/ScalarLeafsRule.js +0 -55
  4636. package/node_modules/graphql/validation/rules/ScalarLeafsRule.mjs +0 -46
  4637. package/node_modules/graphql/validation/rules/SingleFieldSubscriptionsRule.d.ts +0 -13
  4638. package/node_modules/graphql/validation/rules/SingleFieldSubscriptionsRule.js +0 -86
  4639. package/node_modules/graphql/validation/rules/SingleFieldSubscriptionsRule.mjs +0 -77
  4640. package/node_modules/graphql/validation/rules/UniqueArgumentDefinitionNamesRule.d.ts +0 -11
  4641. package/node_modules/graphql/validation/rules/UniqueArgumentDefinitionNamesRule.js +0 -92
  4642. package/node_modules/graphql/validation/rules/UniqueArgumentDefinitionNamesRule.mjs +0 -81
  4643. package/node_modules/graphql/validation/rules/UniqueArgumentNamesRule.d.ts +0 -13
  4644. package/node_modules/graphql/validation/rules/UniqueArgumentNamesRule.js +0 -55
  4645. package/node_modules/graphql/validation/rules/UniqueArgumentNamesRule.mjs +0 -44
  4646. package/node_modules/graphql/validation/rules/UniqueDirectiveNamesRule.d.ts +0 -10
  4647. package/node_modules/graphql/validation/rules/UniqueDirectiveNamesRule.js +0 -54
  4648. package/node_modules/graphql/validation/rules/UniqueDirectiveNamesRule.mjs +0 -47
  4649. package/node_modules/graphql/validation/rules/UniqueDirectivesPerLocationRule.d.ts +0 -16
  4650. package/node_modules/graphql/validation/rules/UniqueDirectivesPerLocationRule.js +0 -95
  4651. package/node_modules/graphql/validation/rules/UniqueDirectivesPerLocationRule.mjs +0 -85
  4652. package/node_modules/graphql/validation/rules/UniqueEnumValueNamesRule.d.ts +0 -10
  4653. package/node_modules/graphql/validation/rules/UniqueEnumValueNamesRule.js +0 -75
  4654. package/node_modules/graphql/validation/rules/UniqueEnumValueNamesRule.mjs +0 -64
  4655. package/node_modules/graphql/validation/rules/UniqueFieldDefinitionNamesRule.d.ts +0 -10
  4656. package/node_modules/graphql/validation/rules/UniqueFieldDefinitionNamesRule.js +0 -87
  4657. package/node_modules/graphql/validation/rules/UniqueFieldDefinitionNamesRule.mjs +0 -79
  4658. package/node_modules/graphql/validation/rules/UniqueFragmentNamesRule.d.ts +0 -12
  4659. package/node_modules/graphql/validation/rules/UniqueFragmentNamesRule.js +0 -41
  4660. package/node_modules/graphql/validation/rules/UniqueFragmentNamesRule.mjs +0 -34
  4661. package/node_modules/graphql/validation/rules/UniqueInputFieldNamesRule.d.ts +0 -13
  4662. package/node_modules/graphql/validation/rules/UniqueInputFieldNamesRule.js +0 -54
  4663. package/node_modules/graphql/validation/rules/UniqueInputFieldNamesRule.mjs +0 -46
  4664. package/node_modules/graphql/validation/rules/UniqueOperationNamesRule.d.ts +0 -12
  4665. package/node_modules/graphql/validation/rules/UniqueOperationNamesRule.js +0 -46
  4666. package/node_modules/graphql/validation/rules/UniqueOperationNamesRule.mjs +0 -39
  4667. package/node_modules/graphql/validation/rules/UniqueOperationTypesRule.d.ts +0 -10
  4668. package/node_modules/graphql/validation/rules/UniqueOperationTypesRule.js +0 -71
  4669. package/node_modules/graphql/validation/rules/UniqueOperationTypesRule.mjs +0 -64
  4670. package/node_modules/graphql/validation/rules/UniqueTypeNamesRule.d.ts +0 -10
  4671. package/node_modules/graphql/validation/rules/UniqueTypeNamesRule.js +0 -57
  4672. package/node_modules/graphql/validation/rules/UniqueTypeNamesRule.mjs +0 -47
  4673. package/node_modules/graphql/validation/rules/UniqueVariableNamesRule.d.ts +0 -10
  4674. package/node_modules/graphql/validation/rules/UniqueVariableNamesRule.js +0 -49
  4675. package/node_modules/graphql/validation/rules/UniqueVariableNamesRule.mjs +0 -41
  4676. package/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.d.ts +0 -13
  4677. package/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.js +0 -192
  4678. package/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs +0 -173
  4679. package/node_modules/graphql/validation/rules/VariablesAreInputTypesRule.d.ts +0 -13
  4680. package/node_modules/graphql/validation/rules/VariablesAreInputTypesRule.js +0 -46
  4681. package/node_modules/graphql/validation/rules/VariablesAreInputTypesRule.mjs +0 -33
  4682. package/node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.d.ts +0 -12
  4683. package/node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.js +0 -116
  4684. package/node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.mjs +0 -97
  4685. package/node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.d.ts +0 -15
  4686. package/node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.js +0 -131
  4687. package/node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.mjs +0 -117
  4688. package/node_modules/graphql/validation/rules/custom/NoSchemaIntrospectionCustomRule.d.ts +0 -15
  4689. package/node_modules/graphql/validation/rules/custom/NoSchemaIntrospectionCustomRule.js +0 -41
  4690. package/node_modules/graphql/validation/rules/custom/NoSchemaIntrospectionCustomRule.mjs +0 -32
  4691. package/node_modules/graphql/validation/specifiedRules.d.ts +0 -12
  4692. package/node_modules/graphql/validation/specifiedRules.js +0 -160
  4693. package/node_modules/graphql/validation/specifiedRules.mjs +0 -123
  4694. package/node_modules/graphql/validation/validate.d.ts +0 -61
  4695. package/node_modules/graphql/validation/validate.js +0 -151
  4696. package/node_modules/graphql/validation/validate.mjs +0 -133
  4697. package/node_modules/graphql/version.d.ts +0 -13
  4698. package/node_modules/graphql/version.js +0 -25
  4699. package/node_modules/graphql/version.mjs +0 -17
  4700. package/node_modules/graphql-helix/README.md +0 -672
  4701. package/node_modules/graphql-helix/dist/errors.d.ts +0 -15
  4702. package/node_modules/graphql-helix/dist/errors.js +0 -12
  4703. package/node_modules/graphql-helix/dist/get-graphql-parameters.d.ts +0 -2
  4704. package/node_modules/graphql-helix/dist/get-graphql-parameters.js +0 -30
  4705. package/node_modules/graphql-helix/dist/index.d.ts +0 -8
  4706. package/node_modules/graphql-helix/dist/index.js +0 -20
  4707. package/node_modules/graphql-helix/dist/process-request.d.ts +0 -4
  4708. package/node_modules/graphql-helix/dist/process-request.js +0 -288
  4709. package/node_modules/graphql-helix/dist/render-graphiql.d.ts +0 -2
  4710. package/node_modules/graphql-helix/dist/render-graphiql.js +0 -58
  4711. package/node_modules/graphql-helix/dist/render-graphiql.template.d.ts +0 -2
  4712. package/node_modules/graphql-helix/dist/render-graphiql.template.js +0 -58
  4713. package/node_modules/graphql-helix/dist/send-result/node-http.d.ts +0 -10
  4714. package/node_modules/graphql-helix/dist/send-result/node-http.js +0 -86
  4715. package/node_modules/graphql-helix/dist/send-result/utils.d.ts +0 -3
  4716. package/node_modules/graphql-helix/dist/send-result/utils.js +0 -5
  4717. package/node_modules/graphql-helix/dist/send-result/w3c.d.ts +0 -19
  4718. package/node_modules/graphql-helix/dist/send-result/w3c.js +0 -88
  4719. package/node_modules/graphql-helix/dist/should-render-graphiql.d.ts +0 -2
  4720. package/node_modules/graphql-helix/dist/should-render-graphiql.js +0 -11
  4721. package/node_modules/graphql-helix/dist/types.d.ts +0 -185
  4722. package/node_modules/graphql-helix/dist/types.js +0 -2
  4723. package/node_modules/graphql-helix/dist/util/calculate-byte-length.d.ts +0 -1
  4724. package/node_modules/graphql-helix/dist/util/calculate-byte-length.js +0 -23
  4725. package/node_modules/graphql-helix/dist/util/get-ranked-response-protocols.d.ts +0 -13
  4726. package/node_modules/graphql-helix/dist/util/get-ranked-response-protocols.js +0 -55
  4727. package/node_modules/graphql-helix/dist/util/index.d.ts +0 -3
  4728. package/node_modules/graphql-helix/dist/util/index.js +0 -15
  4729. package/node_modules/graphql-helix/dist/util/is-async-iterable.d.ts +0 -1
  4730. package/node_modules/graphql-helix/dist/util/is-async-iterable.js +0 -10
  4731. package/node_modules/graphql-helix/dist/util/is-http-method.d.ts +0 -1
  4732. package/node_modules/graphql-helix/dist/util/is-http-method.js +0 -7
  4733. package/node_modules/graphql-helix/dist/util/stop-async-iteration.d.ts +0 -1
  4734. package/node_modules/graphql-helix/dist/util/stop-async-iteration.js +0 -11
  4735. package/node_modules/graphql-helix/dist-esm/errors.d.ts +0 -15
  4736. package/node_modules/graphql-helix/dist-esm/errors.mjs +0 -8
  4737. package/node_modules/graphql-helix/dist-esm/get-graphql-parameters.d.ts +0 -2
  4738. package/node_modules/graphql-helix/dist-esm/get-graphql-parameters.mjs +0 -26
  4739. package/node_modules/graphql-helix/dist-esm/index.d.ts +0 -8
  4740. package/node_modules/graphql-helix/dist-esm/index.mjs +0 -8
  4741. package/node_modules/graphql-helix/dist-esm/process-request.d.ts +0 -4
  4742. package/node_modules/graphql-helix/dist-esm/process-request.mjs +0 -283
  4743. package/node_modules/graphql-helix/dist-esm/render-graphiql.d.ts +0 -2
  4744. package/node_modules/graphql-helix/dist-esm/render-graphiql.mjs +0 -54
  4745. package/node_modules/graphql-helix/dist-esm/render-graphiql.template.d.ts +0 -2
  4746. package/node_modules/graphql-helix/dist-esm/render-graphiql.template.mjs +0 -54
  4747. package/node_modules/graphql-helix/dist-esm/send-result/node-http.d.ts +0 -10
  4748. package/node_modules/graphql-helix/dist-esm/send-result/node-http.mjs +0 -79
  4749. package/node_modules/graphql-helix/dist-esm/send-result/utils.d.ts +0 -3
  4750. package/node_modules/graphql-helix/dist-esm/send-result/utils.mjs +0 -1
  4751. package/node_modules/graphql-helix/dist-esm/send-result/w3c.d.ts +0 -19
  4752. package/node_modules/graphql-helix/dist-esm/send-result/w3c.mjs +0 -81
  4753. package/node_modules/graphql-helix/dist-esm/should-render-graphiql.d.ts +0 -2
  4754. package/node_modules/graphql-helix/dist-esm/should-render-graphiql.mjs +0 -7
  4755. package/node_modules/graphql-helix/dist-esm/types.d.ts +0 -185
  4756. package/node_modules/graphql-helix/dist-esm/types.mjs +0 -1
  4757. package/node_modules/graphql-helix/dist-esm/util/calculate-byte-length.d.ts +0 -1
  4758. package/node_modules/graphql-helix/dist-esm/util/calculate-byte-length.mjs +0 -19
  4759. package/node_modules/graphql-helix/dist-esm/util/get-ranked-response-protocols.d.ts +0 -13
  4760. package/node_modules/graphql-helix/dist-esm/util/get-ranked-response-protocols.mjs +0 -51
  4761. package/node_modules/graphql-helix/dist-esm/util/index.d.ts +0 -3
  4762. package/node_modules/graphql-helix/dist-esm/util/index.mjs +0 -3
  4763. package/node_modules/graphql-helix/dist-esm/util/is-async-iterable.d.ts +0 -1
  4764. package/node_modules/graphql-helix/dist-esm/util/is-async-iterable.mjs +0 -6
  4765. package/node_modules/graphql-helix/dist-esm/util/is-http-method.d.ts +0 -1
  4766. package/node_modules/graphql-helix/dist-esm/util/is-http-method.mjs +0 -3
  4767. package/node_modules/graphql-helix/dist-esm/util/stop-async-iteration.d.ts +0 -1
  4768. package/node_modules/graphql-helix/dist-esm/util/stop-async-iteration.mjs +0 -7
  4769. package/node_modules/graphql-helix/package.json +0 -86
  4770. package/node_modules/homedir-polyfill/LICENSE +0 -21
  4771. package/node_modules/homedir-polyfill/README.md +0 -96
  4772. package/node_modules/homedir-polyfill/index.js +0 -9
  4773. package/node_modules/homedir-polyfill/package.json +0 -62
  4774. package/node_modules/homedir-polyfill/polyfill.js +0 -81
  4775. package/node_modules/ini/LICENSE +0 -15
  4776. package/node_modules/ini/README.md +0 -102
  4777. package/node_modules/ini/ini.js +0 -206
  4778. package/node_modules/ini/package.json +0 -33
  4779. package/node_modules/is-windows/README.md +0 -95
  4780. package/node_modules/is-windows/index.js +0 -27
  4781. package/node_modules/is-windows/package.json +0 -71
  4782. package/node_modules/isexe/.npmignore +0 -2
  4783. package/node_modules/isexe/LICENSE +0 -15
  4784. package/node_modules/isexe/README.md +0 -51
  4785. package/node_modules/isexe/index.js +0 -57
  4786. package/node_modules/isexe/mode.js +0 -41
  4787. package/node_modules/isexe/package.json +0 -31
  4788. package/node_modules/isexe/test/basic.js +0 -221
  4789. package/node_modules/isexe/windows.js +0 -42
  4790. package/node_modules/jose/LICENSE.md +0 -21
  4791. package/node_modules/jose/README.md +0 -159
  4792. package/node_modules/jose/dist/browser/index.js +0 -31
  4793. package/node_modules/jose/dist/browser/jwe/compact/decrypt.js +0 -27
  4794. package/node_modules/jose/dist/browser/jwe/compact/encrypt.js +0 -26
  4795. package/node_modules/jose/dist/browser/jwe/flattened/decrypt.js +0 -137
  4796. package/node_modules/jose/dist/browser/jwe/flattened/encrypt.js +0 -175
  4797. package/node_modules/jose/dist/browser/jwe/general/decrypt.js +0 -31
  4798. package/node_modules/jose/dist/browser/jwe/general/encrypt.js +0 -178
  4799. package/node_modules/jose/dist/browser/jwk/embedded.js +0 -17
  4800. package/node_modules/jose/dist/browser/jwk/thumbprint.js +0 -53
  4801. package/node_modules/jose/dist/browser/jwks/local.js +0 -98
  4802. package/node_modules/jose/dist/browser/jwks/remote.js +0 -81
  4803. package/node_modules/jose/dist/browser/jws/compact/sign.js +0 -17
  4804. package/node_modules/jose/dist/browser/jws/compact/verify.js +0 -21
  4805. package/node_modules/jose/dist/browser/jws/flattened/sign.js +0 -81
  4806. package/node_modules/jose/dist/browser/jws/flattened/verify.js +0 -104
  4807. package/node_modules/jose/dist/browser/jws/general/sign.js +0 -67
  4808. package/node_modules/jose/dist/browser/jws/general/verify.js +0 -24
  4809. package/node_modules/jose/dist/browser/jwt/decrypt.js +0 -23
  4810. package/node_modules/jose/dist/browser/jwt/encrypt.js +0 -68
  4811. package/node_modules/jose/dist/browser/jwt/produce.js +0 -54
  4812. package/node_modules/jose/dist/browser/jwt/sign.js +0 -21
  4813. package/node_modules/jose/dist/browser/jwt/unsecured.js +0 -32
  4814. package/node_modules/jose/dist/browser/jwt/verify.js +0 -16
  4815. package/node_modules/jose/dist/browser/key/export.js +0 -12
  4816. package/node_modules/jose/dist/browser/key/generate_key_pair.js +0 -4
  4817. package/node_modules/jose/dist/browser/key/generate_secret.js +0 -4
  4818. package/node_modules/jose/dist/browser/key/import.js +0 -120
  4819. package/node_modules/jose/dist/browser/lib/aesgcmkw.js +0 -14
  4820. package/node_modules/jose/dist/browser/lib/buffer_utils.js +0 -51
  4821. package/node_modules/jose/dist/browser/lib/cek.js +0 -20
  4822. package/node_modules/jose/dist/browser/lib/check_iv_length.js +0 -8
  4823. package/node_modules/jose/dist/browser/lib/check_key_type.js +0 -45
  4824. package/node_modules/jose/dist/browser/lib/check_p2s.js +0 -6
  4825. package/node_modules/jose/dist/browser/lib/crypto_key.js +0 -145
  4826. package/node_modules/jose/dist/browser/lib/decrypt_key_management.js +0 -98
  4827. package/node_modules/jose/dist/browser/lib/encrypt_key_management.js +0 -87
  4828. package/node_modules/jose/dist/browser/lib/epoch.js +0 -1
  4829. package/node_modules/jose/dist/browser/lib/format_pem.js +0 -4
  4830. package/node_modules/jose/dist/browser/lib/invalid_key_input.js +0 -30
  4831. package/node_modules/jose/dist/browser/lib/is_disjoint.js +0 -22
  4832. package/node_modules/jose/dist/browser/lib/is_object.js +0 -16
  4833. package/node_modules/jose/dist/browser/lib/iv.js +0 -20
  4834. package/node_modules/jose/dist/browser/lib/jwt_claims_set.js +0 -91
  4835. package/node_modules/jose/dist/browser/lib/secs.js +0 -44
  4836. package/node_modules/jose/dist/browser/lib/validate_algorithms.js +0 -11
  4837. package/node_modules/jose/dist/browser/lib/validate_crit.js +0 -34
  4838. package/node_modules/jose/dist/browser/package.json +0 -1
  4839. package/node_modules/jose/dist/browser/runtime/aeskw.js +0 -32
  4840. package/node_modules/jose/dist/browser/runtime/asn1.js +0 -118
  4841. package/node_modules/jose/dist/browser/runtime/base64url.js +0 -37
  4842. package/node_modules/jose/dist/browser/runtime/bogus.js +0 -6
  4843. package/node_modules/jose/dist/browser/runtime/check_cek_length.js +0 -8
  4844. package/node_modules/jose/dist/browser/runtime/check_key_length.js +0 -8
  4845. package/node_modules/jose/dist/browser/runtime/decrypt.js +0 -85
  4846. package/node_modules/jose/dist/browser/runtime/digest.js +0 -6
  4847. package/node_modules/jose/dist/browser/runtime/ecdhes.js +0 -33
  4848. package/node_modules/jose/dist/browser/runtime/encrypt.js +0 -68
  4849. package/node_modules/jose/dist/browser/runtime/env.js +0 -3
  4850. package/node_modules/jose/dist/browser/runtime/fetch_jwks.js +0 -34
  4851. package/node_modules/jose/dist/browser/runtime/generate.js +0 -126
  4852. package/node_modules/jose/dist/browser/runtime/get_sign_verify_key.js +0 -17
  4853. package/node_modules/jose/dist/browser/runtime/is_key_like.js +0 -5
  4854. package/node_modules/jose/dist/browser/runtime/jwk_to_key.js +0 -135
  4855. package/node_modules/jose/dist/browser/runtime/key_to_jwk.js +0 -21
  4856. package/node_modules/jose/dist/browser/runtime/pbes2kw.js +0 -51
  4857. package/node_modules/jose/dist/browser/runtime/random.js +0 -2
  4858. package/node_modules/jose/dist/browser/runtime/rsaes.js +0 -37
  4859. package/node_modules/jose/dist/browser/runtime/sign.js +0 -11
  4860. package/node_modules/jose/dist/browser/runtime/subtle_dsa.js +0 -28
  4861. package/node_modules/jose/dist/browser/runtime/subtle_rsaes.js +0 -12
  4862. package/node_modules/jose/dist/browser/runtime/timing_safe_equal.js +0 -19
  4863. package/node_modules/jose/dist/browser/runtime/verify.js +0 -16
  4864. package/node_modules/jose/dist/browser/runtime/webcrypto.js +0 -2
  4865. package/node_modules/jose/dist/browser/runtime/zlib.js +0 -7
  4866. package/node_modules/jose/dist/browser/util/base64url.js +0 -3
  4867. package/node_modules/jose/dist/browser/util/decode_jwt.js +0 -32
  4868. package/node_modules/jose/dist/browser/util/decode_protected_header.js +0 -34
  4869. package/node_modules/jose/dist/browser/util/errors.js +0 -147
  4870. package/node_modules/jose/dist/node/cjs/index.js +0 -65
  4871. package/node_modules/jose/dist/node/cjs/jwe/compact/decrypt.js +0 -31
  4872. package/node_modules/jose/dist/node/cjs/jwe/compact/encrypt.js +0 -30
  4873. package/node_modules/jose/dist/node/cjs/jwe/flattened/decrypt.js +0 -141
  4874. package/node_modules/jose/dist/node/cjs/jwe/flattened/encrypt.js +0 -179
  4875. package/node_modules/jose/dist/node/cjs/jwe/general/decrypt.js +0 -35
  4876. package/node_modules/jose/dist/node/cjs/jwe/general/encrypt.js +0 -182
  4877. package/node_modules/jose/dist/node/cjs/jwk/embedded.js +0 -21
  4878. package/node_modules/jose/dist/node/cjs/jwk/thumbprint.js +0 -58
  4879. package/node_modules/jose/dist/node/cjs/jwks/local.js +0 -104
  4880. package/node_modules/jose/dist/node/cjs/jwks/remote.js +0 -85
  4881. package/node_modules/jose/dist/node/cjs/jws/compact/sign.js +0 -21
  4882. package/node_modules/jose/dist/node/cjs/jws/compact/verify.js +0 -25
  4883. package/node_modules/jose/dist/node/cjs/jws/flattened/sign.js +0 -85
  4884. package/node_modules/jose/dist/node/cjs/jws/flattened/verify.js +0 -108
  4885. package/node_modules/jose/dist/node/cjs/jws/general/sign.js +0 -71
  4886. package/node_modules/jose/dist/node/cjs/jws/general/verify.js +0 -28
  4887. package/node_modules/jose/dist/node/cjs/jwt/decrypt.js +0 -27
  4888. package/node_modules/jose/dist/node/cjs/jwt/encrypt.js +0 -72
  4889. package/node_modules/jose/dist/node/cjs/jwt/produce.js +0 -58
  4890. package/node_modules/jose/dist/node/cjs/jwt/sign.js +0 -25
  4891. package/node_modules/jose/dist/node/cjs/jwt/unsecured.js +0 -36
  4892. package/node_modules/jose/dist/node/cjs/jwt/verify.js +0 -20
  4893. package/node_modules/jose/dist/node/cjs/key/export.js +0 -18
  4894. package/node_modules/jose/dist/node/cjs/key/generate_key_pair.js +0 -8
  4895. package/node_modules/jose/dist/node/cjs/key/generate_secret.js +0 -8
  4896. package/node_modules/jose/dist/node/cjs/key/import.js +0 -127
  4897. package/node_modules/jose/dist/node/cjs/lib/aesgcmkw.js +0 -19
  4898. package/node_modules/jose/dist/node/cjs/lib/buffer_utils.js +0 -60
  4899. package/node_modules/jose/dist/node/cjs/lib/cek.js +0 -24
  4900. package/node_modules/jose/dist/node/cjs/lib/check_iv_length.js +0 -10
  4901. package/node_modules/jose/dist/node/cjs/lib/check_key_type.js +0 -47
  4902. package/node_modules/jose/dist/node/cjs/lib/check_p2s.js +0 -9
  4903. package/node_modules/jose/dist/node/cjs/lib/crypto_key.js +0 -150
  4904. package/node_modules/jose/dist/node/cjs/lib/decrypt_key_management.js +0 -100
  4905. package/node_modules/jose/dist/node/cjs/lib/encrypt_key_management.js +0 -89
  4906. package/node_modules/jose/dist/node/cjs/lib/epoch.js +0 -3
  4907. package/node_modules/jose/dist/node/cjs/lib/format_pem.js +0 -6
  4908. package/node_modules/jose/dist/node/cjs/lib/invalid_key_input.js +0 -34
  4909. package/node_modules/jose/dist/node/cjs/lib/is_disjoint.js +0 -24
  4910. package/node_modules/jose/dist/node/cjs/lib/is_object.js +0 -19
  4911. package/node_modules/jose/dist/node/cjs/lib/iv.js +0 -24
  4912. package/node_modules/jose/dist/node/cjs/lib/jwt_claims_set.js +0 -93
  4913. package/node_modules/jose/dist/node/cjs/lib/secs.js +0 -46
  4914. package/node_modules/jose/dist/node/cjs/lib/validate_algorithms.js +0 -13
  4915. package/node_modules/jose/dist/node/cjs/lib/validate_crit.js +0 -36
  4916. package/node_modules/jose/dist/node/cjs/runtime/aeskw.js +0 -55
  4917. package/node_modules/jose/dist/node/cjs/runtime/asn1.js +0 -48
  4918. package/node_modules/jose/dist/node/cjs/runtime/asn1_sequence_decoder.js +0 -47
  4919. package/node_modules/jose/dist/node/cjs/runtime/asn1_sequence_encoder.js +0 -91
  4920. package/node_modules/jose/dist/node/cjs/runtime/base64url.js +0 -26
  4921. package/node_modules/jose/dist/node/cjs/runtime/cbc_tag.js +0 -11
  4922. package/node_modules/jose/dist/node/cjs/runtime/check_cek_length.js +0 -37
  4923. package/node_modules/jose/dist/node/cjs/runtime/check_modulus_length.js +0 -52
  4924. package/node_modules/jose/dist/node/cjs/runtime/ciphers.js +0 -8
  4925. package/node_modules/jose/dist/node/cjs/runtime/decrypt.js +0 -97
  4926. package/node_modules/jose/dist/node/cjs/runtime/digest.js +0 -5
  4927. package/node_modules/jose/dist/node/cjs/runtime/dsa_digest.js +0 -25
  4928. package/node_modules/jose/dist/node/cjs/runtime/ecdhes.js +0 -70
  4929. package/node_modules/jose/dist/node/cjs/runtime/encrypt.js +0 -74
  4930. package/node_modules/jose/dist/node/cjs/runtime/env.js +0 -7
  4931. package/node_modules/jose/dist/node/cjs/runtime/fetch_jwks.js +0 -45
  4932. package/node_modules/jose/dist/node/cjs/runtime/generate.js +0 -105
  4933. package/node_modules/jose/dist/node/cjs/runtime/get_named_curve.js +0 -95
  4934. package/node_modules/jose/dist/node/cjs/runtime/get_sign_verify_key.js +0 -24
  4935. package/node_modules/jose/dist/node/cjs/runtime/hmac_digest.js +0 -16
  4936. package/node_modules/jose/dist/node/cjs/runtime/is_key_like.js +0 -11
  4937. package/node_modules/jose/dist/node/cjs/runtime/is_key_object.js +0 -7
  4938. package/node_modules/jose/dist/node/cjs/runtime/jwk_to_key.js +0 -122
  4939. package/node_modules/jose/dist/node/cjs/runtime/key_to_jwk.js +0 -164
  4940. package/node_modules/jose/dist/node/cjs/runtime/node_key.js +0 -83
  4941. package/node_modules/jose/dist/node/cjs/runtime/pbes2kw.js +0 -48
  4942. package/node_modules/jose/dist/node/cjs/runtime/random.js +0 -5
  4943. package/node_modules/jose/dist/node/cjs/runtime/rsaes.js +0 -69
  4944. package/node_modules/jose/dist/node/cjs/runtime/sign.js +0 -25
  4945. package/node_modules/jose/dist/node/cjs/runtime/timing_safe_equal.js +0 -5
  4946. package/node_modules/jose/dist/node/cjs/runtime/verify.js +0 -42
  4947. package/node_modules/jose/dist/node/cjs/runtime/webcrypto.js +0 -11
  4948. package/node_modules/jose/dist/node/cjs/runtime/zlib.js +0 -11
  4949. package/node_modules/jose/dist/node/cjs/util/base64url.js +0 -6
  4950. package/node_modules/jose/dist/node/cjs/util/decode_jwt.js +0 -36
  4951. package/node_modules/jose/dist/node/cjs/util/decode_protected_header.js +0 -38
  4952. package/node_modules/jose/dist/node/cjs/util/errors.js +0 -165
  4953. package/node_modules/jose/dist/node/esm/index.js +0 -29
  4954. package/node_modules/jose/dist/node/esm/jwe/compact/decrypt.js +0 -27
  4955. package/node_modules/jose/dist/node/esm/jwe/compact/encrypt.js +0 -26
  4956. package/node_modules/jose/dist/node/esm/jwe/flattened/decrypt.js +0 -137
  4957. package/node_modules/jose/dist/node/esm/jwe/flattened/encrypt.js +0 -175
  4958. package/node_modules/jose/dist/node/esm/jwe/general/decrypt.js +0 -31
  4959. package/node_modules/jose/dist/node/esm/jwe/general/encrypt.js +0 -178
  4960. package/node_modules/jose/dist/node/esm/jwk/embedded.js +0 -17
  4961. package/node_modules/jose/dist/node/esm/jwk/thumbprint.js +0 -53
  4962. package/node_modules/jose/dist/node/esm/jwks/local.js +0 -98
  4963. package/node_modules/jose/dist/node/esm/jwks/remote.js +0 -81
  4964. package/node_modules/jose/dist/node/esm/jws/compact/sign.js +0 -17
  4965. package/node_modules/jose/dist/node/esm/jws/compact/verify.js +0 -21
  4966. package/node_modules/jose/dist/node/esm/jws/flattened/sign.js +0 -81
  4967. package/node_modules/jose/dist/node/esm/jws/flattened/verify.js +0 -104
  4968. package/node_modules/jose/dist/node/esm/jws/general/sign.js +0 -67
  4969. package/node_modules/jose/dist/node/esm/jws/general/verify.js +0 -24
  4970. package/node_modules/jose/dist/node/esm/jwt/decrypt.js +0 -23
  4971. package/node_modules/jose/dist/node/esm/jwt/encrypt.js +0 -68
  4972. package/node_modules/jose/dist/node/esm/jwt/produce.js +0 -54
  4973. package/node_modules/jose/dist/node/esm/jwt/sign.js +0 -21
  4974. package/node_modules/jose/dist/node/esm/jwt/unsecured.js +0 -32
  4975. package/node_modules/jose/dist/node/esm/jwt/verify.js +0 -16
  4976. package/node_modules/jose/dist/node/esm/key/export.js +0 -12
  4977. package/node_modules/jose/dist/node/esm/key/generate_key_pair.js +0 -4
  4978. package/node_modules/jose/dist/node/esm/key/generate_secret.js +0 -4
  4979. package/node_modules/jose/dist/node/esm/key/import.js +0 -120
  4980. package/node_modules/jose/dist/node/esm/lib/aesgcmkw.js +0 -14
  4981. package/node_modules/jose/dist/node/esm/lib/buffer_utils.js +0 -51
  4982. package/node_modules/jose/dist/node/esm/lib/cek.js +0 -20
  4983. package/node_modules/jose/dist/node/esm/lib/check_iv_length.js +0 -8
  4984. package/node_modules/jose/dist/node/esm/lib/check_key_type.js +0 -45
  4985. package/node_modules/jose/dist/node/esm/lib/check_p2s.js +0 -6
  4986. package/node_modules/jose/dist/node/esm/lib/crypto_key.js +0 -145
  4987. package/node_modules/jose/dist/node/esm/lib/decrypt_key_management.js +0 -98
  4988. package/node_modules/jose/dist/node/esm/lib/encrypt_key_management.js +0 -87
  4989. package/node_modules/jose/dist/node/esm/lib/epoch.js +0 -1
  4990. package/node_modules/jose/dist/node/esm/lib/format_pem.js +0 -4
  4991. package/node_modules/jose/dist/node/esm/lib/invalid_key_input.js +0 -30
  4992. package/node_modules/jose/dist/node/esm/lib/is_disjoint.js +0 -22
  4993. package/node_modules/jose/dist/node/esm/lib/is_object.js +0 -16
  4994. package/node_modules/jose/dist/node/esm/lib/iv.js +0 -20
  4995. package/node_modules/jose/dist/node/esm/lib/jwt_claims_set.js +0 -91
  4996. package/node_modules/jose/dist/node/esm/lib/secs.js +0 -44
  4997. package/node_modules/jose/dist/node/esm/lib/validate_algorithms.js +0 -11
  4998. package/node_modules/jose/dist/node/esm/lib/validate_crit.js +0 -34
  4999. package/node_modules/jose/dist/node/esm/package.json +0 -1
  5000. package/node_modules/jose/dist/node/esm/runtime/aeskw.js +0 -50
  5001. package/node_modules/jose/dist/node/esm/runtime/asn1.js +0 -41
  5002. package/node_modules/jose/dist/node/esm/runtime/asn1_sequence_decoder.js +0 -44
  5003. package/node_modules/jose/dist/node/esm/runtime/asn1_sequence_encoder.js +0 -88
  5004. package/node_modules/jose/dist/node/esm/runtime/base64url.js +0 -20
  5005. package/node_modules/jose/dist/node/esm/runtime/cbc_tag.js +0 -8
  5006. package/node_modules/jose/dist/node/esm/runtime/check_cek_length.js +0 -35
  5007. package/node_modules/jose/dist/node/esm/runtime/check_modulus_length.js +0 -48
  5008. package/node_modules/jose/dist/node/esm/runtime/ciphers.js +0 -6
  5009. package/node_modules/jose/dist/node/esm/runtime/decrypt.js +0 -95
  5010. package/node_modules/jose/dist/node/esm/runtime/digest.js +0 -3
  5011. package/node_modules/jose/dist/node/esm/runtime/dsa_digest.js +0 -22
  5012. package/node_modules/jose/dist/node/esm/runtime/ecdhes.js +0 -64
  5013. package/node_modules/jose/dist/node/esm/runtime/encrypt.js +0 -72
  5014. package/node_modules/jose/dist/node/esm/runtime/env.js +0 -3
  5015. package/node_modules/jose/dist/node/esm/runtime/fetch_jwks.js +0 -43
  5016. package/node_modules/jose/dist/node/esm/runtime/generate.js +0 -100
  5017. package/node_modules/jose/dist/node/esm/runtime/get_named_curve.js +0 -91
  5018. package/node_modules/jose/dist/node/esm/runtime/get_sign_verify_key.js +0 -21
  5019. package/node_modules/jose/dist/node/esm/runtime/hmac_digest.js +0 -13
  5020. package/node_modules/jose/dist/node/esm/runtime/is_key_like.js +0 -8
  5021. package/node_modules/jose/dist/node/esm/runtime/is_key_object.js +0 -5
  5022. package/node_modules/jose/dist/node/esm/runtime/jwk_to_key.js +0 -120
  5023. package/node_modules/jose/dist/node/esm/runtime/key_to_jwk.js +0 -162
  5024. package/node_modules/jose/dist/node/esm/runtime/node_key.js +0 -80
  5025. package/node_modules/jose/dist/node/esm/runtime/pbes2kw.js +0 -43
  5026. package/node_modules/jose/dist/node/esm/runtime/random.js +0 -1
  5027. package/node_modules/jose/dist/node/esm/runtime/rsaes.js +0 -64
  5028. package/node_modules/jose/dist/node/esm/runtime/sign.js +0 -23
  5029. package/node_modules/jose/dist/node/esm/runtime/timing_safe_equal.js +0 -3
  5030. package/node_modules/jose/dist/node/esm/runtime/verify.js +0 -40
  5031. package/node_modules/jose/dist/node/esm/runtime/webcrypto.js +0 -8
  5032. package/node_modules/jose/dist/node/esm/runtime/zlib.js +0 -6
  5033. package/node_modules/jose/dist/node/esm/util/base64url.js +0 -3
  5034. package/node_modules/jose/dist/node/esm/util/decode_jwt.js +0 -32
  5035. package/node_modules/jose/dist/node/esm/util/decode_protected_header.js +0 -34
  5036. package/node_modules/jose/dist/node/esm/util/errors.js +0 -147
  5037. package/node_modules/jose/dist/types/index.d.ts +0 -47
  5038. package/node_modules/jose/dist/types/jwe/compact/decrypt.d.ts +0 -33
  5039. package/node_modules/jose/dist/types/jwe/compact/encrypt.d.ts +0 -60
  5040. package/node_modules/jose/dist/types/jwe/flattened/decrypt.d.ts +0 -43
  5041. package/node_modules/jose/dist/types/jwe/flattened/encrypt.d.ts +0 -89
  5042. package/node_modules/jose/dist/types/jwe/general/decrypt.d.ts +0 -47
  5043. package/node_modules/jose/dist/types/jwe/general/encrypt.d.ts +0 -74
  5044. package/node_modules/jose/dist/types/jwk/embedded.d.ts +0 -23
  5045. package/node_modules/jose/dist/types/jwk/thumbprint.d.ts +0 -44
  5046. package/node_modules/jose/dist/types/jwks/local.d.ts +0 -48
  5047. package/node_modules/jose/dist/types/jwks/remote.d.ts +0 -54
  5048. package/node_modules/jose/dist/types/jws/compact/sign.d.ts +0 -34
  5049. package/node_modules/jose/dist/types/jws/compact/verify.d.ts +0 -37
  5050. package/node_modules/jose/dist/types/jws/flattened/sign.d.ts +0 -42
  5051. package/node_modules/jose/dist/types/jws/flattened/verify.d.ts +0 -42
  5052. package/node_modules/jose/dist/types/jws/general/sign.d.ts +0 -54
  5053. package/node_modules/jose/dist/types/jws/general/verify.d.ts +0 -45
  5054. package/node_modules/jose/dist/types/jwt/decrypt.d.ts +0 -40
  5055. package/node_modules/jose/dist/types/jwt/encrypt.d.ts +0 -84
  5056. package/node_modules/jose/dist/types/jwt/produce.d.ts +0 -53
  5057. package/node_modules/jose/dist/types/jwt/sign.d.ts +0 -35
  5058. package/node_modules/jose/dist/types/jwt/unsecured.d.ts +0 -44
  5059. package/node_modules/jose/dist/types/jwt/verify.d.ts +0 -44
  5060. package/node_modules/jose/dist/types/key/export.d.ts +0 -47
  5061. package/node_modules/jose/dist/types/key/generate_key_pair.d.ts +0 -44
  5062. package/node_modules/jose/dist/types/key/generate_secret.d.ts +0 -26
  5063. package/node_modules/jose/dist/types/key/import.d.ts +0 -115
  5064. package/node_modules/jose/dist/types/types.d.ts +0 -602
  5065. package/node_modules/jose/dist/types/util/base64url.d.ts +0 -19
  5066. package/node_modules/jose/dist/types/util/decode_jwt.d.ts +0 -17
  5067. package/node_modules/jose/dist/types/util/decode_protected_header.d.ts +0 -15
  5068. package/node_modules/jose/dist/types/util/errors.d.ts +0 -96
  5069. package/node_modules/jose/package.json +0 -82
  5070. package/node_modules/minimalistic-assert/LICENSE +0 -13
  5071. package/node_modules/minimalistic-assert/index.js +0 -11
  5072. package/node_modules/minimalistic-assert/package.json +0 -19
  5073. package/node_modules/minimalistic-assert/readme.md +0 -4
  5074. package/node_modules/object-hash/LICENSE +0 -22
  5075. package/node_modules/object-hash/dist/object_hash.js +0 -1
  5076. package/node_modules/object-hash/index.js +0 -453
  5077. package/node_modules/object-hash/package.json +0 -53
  5078. package/node_modules/object-hash/readme.markdown +0 -184
  5079. package/node_modules/oidc-token-hash/LICENSE.md +0 -21
  5080. package/node_modules/oidc-token-hash/README.md +0 -55
  5081. package/node_modules/oidc-token-hash/lib/index.js +0 -106
  5082. package/node_modules/oidc-token-hash/lib/shake256.js +0 -7
  5083. package/node_modules/oidc-token-hash/package.json +0 -36
  5084. package/node_modules/openid-client/LICENSE.md +0 -21
  5085. package/node_modules/openid-client/README.md +0 -299
  5086. package/node_modules/openid-client/lib/client.js +0 -1815
  5087. package/node_modules/openid-client/lib/device_flow_handle.js +0 -125
  5088. package/node_modules/openid-client/lib/errors.js +0 -55
  5089. package/node_modules/openid-client/lib/helpers/assert.js +0 -24
  5090. package/node_modules/openid-client/lib/helpers/base64url.js +0 -13
  5091. package/node_modules/openid-client/lib/helpers/client.js +0 -209
  5092. package/node_modules/openid-client/lib/helpers/consts.js +0 -7
  5093. package/node_modules/openid-client/lib/helpers/decode_jwt.js +0 -27
  5094. package/node_modules/openid-client/lib/helpers/deep_clone.js +0 -3
  5095. package/node_modules/openid-client/lib/helpers/defaults.js +0 -27
  5096. package/node_modules/openid-client/lib/helpers/generators.js +0 -14
  5097. package/node_modules/openid-client/lib/helpers/is_key_object.js +0 -4
  5098. package/node_modules/openid-client/lib/helpers/is_plain_object.js +0 -1
  5099. package/node_modules/openid-client/lib/helpers/issuer.js +0 -110
  5100. package/node_modules/openid-client/lib/helpers/keystore.js +0 -312
  5101. package/node_modules/openid-client/lib/helpers/merge.js +0 -24
  5102. package/node_modules/openid-client/lib/helpers/pick.js +0 -9
  5103. package/node_modules/openid-client/lib/helpers/process_response.js +0 -71
  5104. package/node_modules/openid-client/lib/helpers/request.js +0 -197
  5105. package/node_modules/openid-client/lib/helpers/unix_timestamp.js +0 -1
  5106. package/node_modules/openid-client/lib/helpers/weak_cache.js +0 -1
  5107. package/node_modules/openid-client/lib/helpers/webfinger_normalize.js +0 -71
  5108. package/node_modules/openid-client/lib/helpers/www_authenticate_parser.js +0 -14
  5109. package/node_modules/openid-client/lib/index.js +0 -23
  5110. package/node_modules/openid-client/lib/index.mjs +0 -9
  5111. package/node_modules/openid-client/lib/issuer.js +0 -204
  5112. package/node_modules/openid-client/lib/issuer_registry.js +0 -3
  5113. package/node_modules/openid-client/lib/passport_strategy.js +0 -194
  5114. package/node_modules/openid-client/lib/token_set.js +0 -35
  5115. package/node_modules/openid-client/node_modules/lru-cache/LICENSE +0 -15
  5116. package/node_modules/openid-client/node_modules/lru-cache/README.md +0 -166
  5117. package/node_modules/openid-client/node_modules/lru-cache/index.js +0 -334
  5118. package/node_modules/openid-client/node_modules/lru-cache/package.json +0 -34
  5119. package/node_modules/openid-client/package.json +0 -118
  5120. package/node_modules/openid-client/types/index.d.ts +0 -620
  5121. package/node_modules/parse-passwd/LICENSE +0 -21
  5122. package/node_modules/parse-passwd/README.md +0 -86
  5123. package/node_modules/parse-passwd/index.js +0 -56
  5124. package/node_modules/parse-passwd/package.json +0 -55
  5125. package/node_modules/prettyjson/node_modules/colors/LICENSE +0 -25
  5126. package/node_modules/prettyjson/node_modules/colors/README.md +0 -221
  5127. package/node_modules/prettyjson/node_modules/colors/examples/normal-usage.js +0 -82
  5128. package/node_modules/prettyjson/node_modules/colors/examples/safe-string.js +0 -79
  5129. package/node_modules/prettyjson/node_modules/colors/index.d.ts +0 -136
  5130. package/node_modules/prettyjson/node_modules/colors/lib/colors.js +0 -211
  5131. package/node_modules/prettyjson/node_modules/colors/lib/custom/trap.js +0 -46
  5132. package/node_modules/prettyjson/node_modules/colors/lib/extendStringPrototype.js +0 -110
  5133. package/node_modules/prettyjson/node_modules/colors/lib/index.js +0 -13
  5134. package/node_modules/prettyjson/node_modules/colors/lib/maps/america.js +0 -10
  5135. package/node_modules/prettyjson/node_modules/colors/lib/maps/rainbow.js +0 -12
  5136. package/node_modules/prettyjson/node_modules/colors/lib/maps/random.js +0 -11
  5137. package/node_modules/prettyjson/node_modules/colors/lib/maps/zebra.js +0 -5
  5138. package/node_modules/prettyjson/node_modules/colors/lib/styles.js +0 -95
  5139. package/node_modules/prettyjson/node_modules/colors/lib/system/has-flag.js +0 -35
  5140. package/node_modules/prettyjson/node_modules/colors/lib/system/supports-colors.js +0 -151
  5141. package/node_modules/prettyjson/node_modules/colors/package.json +0 -45
  5142. package/node_modules/prettyjson/node_modules/colors/safe.d.ts +0 -48
  5143. package/node_modules/prettyjson/node_modules/colors/safe.js +0 -10
  5144. package/node_modules/prettyjson/node_modules/colors/themes/generic-logging.js +0 -12
  5145. package/node_modules/resolve-dir/README.md +0 -88
  5146. package/node_modules/resolve-dir/index.js +0 -22
  5147. package/node_modules/resolve-dir/package.json +0 -73
  5148. package/node_modules/safer-buffer/LICENSE +0 -21
  5149. package/node_modules/safer-buffer/Porting-Buffer.md +0 -268
  5150. package/node_modules/safer-buffer/Readme.md +0 -156
  5151. package/node_modules/safer-buffer/dangerous.js +0 -58
  5152. package/node_modules/safer-buffer/package.json +0 -34
  5153. package/node_modules/safer-buffer/safer.js +0 -77
  5154. package/node_modules/safer-buffer/tests.js +0 -406
  5155. package/node_modules/value-or-promise/CHANGELOG.md +0 -69
  5156. package/node_modules/value-or-promise/LICENSE +0 -21
  5157. package/node_modules/value-or-promise/README.md +0 -177
  5158. package/node_modules/value-or-promise/build/main/ValueOrPromise.d.ts +0 -77
  5159. package/node_modules/value-or-promise/build/main/ValueOrPromise.js +0 -80
  5160. package/node_modules/value-or-promise/build/main/index.d.ts +0 -1
  5161. package/node_modules/value-or-promise/build/main/index.js +0 -14
  5162. package/node_modules/value-or-promise/build/module/ValueOrPromise.d.ts +0 -77
  5163. package/node_modules/value-or-promise/build/module/ValueOrPromise.js +0 -76
  5164. package/node_modules/value-or-promise/build/module/index.d.ts +0 -1
  5165. package/node_modules/value-or-promise/build/module/index.js +0 -2
  5166. package/node_modules/value-or-promise/package.json +0 -58
  5167. package/node_modules/yallist/LICENSE +0 -15
  5168. package/node_modules/yallist/README.md +0 -204
  5169. package/node_modules/yallist/iterator.js +0 -8
  5170. package/node_modules/yallist/package.json +0 -29
  5171. package/node_modules/yallist/yallist.js +0 -426
@@ -1,2035 +0,0 @@
1
- import { __extends } from "tslib";
2
- import { AddTagsToResourceCommand, } from "./commands/AddTagsToResourceCommand";
3
- import { AssociateOpsItemRelatedItemCommand, } from "./commands/AssociateOpsItemRelatedItemCommand";
4
- import { CancelCommandCommand, } from "./commands/CancelCommandCommand";
5
- import { CancelMaintenanceWindowExecutionCommand, } from "./commands/CancelMaintenanceWindowExecutionCommand";
6
- import { CreateActivationCommand, } from "./commands/CreateActivationCommand";
7
- import { CreateAssociationBatchCommand, } from "./commands/CreateAssociationBatchCommand";
8
- import { CreateAssociationCommand, } from "./commands/CreateAssociationCommand";
9
- import { CreateDocumentCommand, } from "./commands/CreateDocumentCommand";
10
- import { CreateMaintenanceWindowCommand, } from "./commands/CreateMaintenanceWindowCommand";
11
- import { CreateOpsItemCommand, } from "./commands/CreateOpsItemCommand";
12
- import { CreateOpsMetadataCommand, } from "./commands/CreateOpsMetadataCommand";
13
- import { CreatePatchBaselineCommand, } from "./commands/CreatePatchBaselineCommand";
14
- import { CreateResourceDataSyncCommand, } from "./commands/CreateResourceDataSyncCommand";
15
- import { DeleteActivationCommand, } from "./commands/DeleteActivationCommand";
16
- import { DeleteAssociationCommand, } from "./commands/DeleteAssociationCommand";
17
- import { DeleteDocumentCommand, } from "./commands/DeleteDocumentCommand";
18
- import { DeleteInventoryCommand, } from "./commands/DeleteInventoryCommand";
19
- import { DeleteMaintenanceWindowCommand, } from "./commands/DeleteMaintenanceWindowCommand";
20
- import { DeleteOpsMetadataCommand, } from "./commands/DeleteOpsMetadataCommand";
21
- import { DeleteParameterCommand, } from "./commands/DeleteParameterCommand";
22
- import { DeleteParametersCommand, } from "./commands/DeleteParametersCommand";
23
- import { DeletePatchBaselineCommand, } from "./commands/DeletePatchBaselineCommand";
24
- import { DeleteResourceDataSyncCommand, } from "./commands/DeleteResourceDataSyncCommand";
25
- import { DeregisterManagedInstanceCommand, } from "./commands/DeregisterManagedInstanceCommand";
26
- import { DeregisterPatchBaselineForPatchGroupCommand, } from "./commands/DeregisterPatchBaselineForPatchGroupCommand";
27
- import { DeregisterTargetFromMaintenanceWindowCommand, } from "./commands/DeregisterTargetFromMaintenanceWindowCommand";
28
- import { DeregisterTaskFromMaintenanceWindowCommand, } from "./commands/DeregisterTaskFromMaintenanceWindowCommand";
29
- import { DescribeActivationsCommand, } from "./commands/DescribeActivationsCommand";
30
- import { DescribeAssociationCommand, } from "./commands/DescribeAssociationCommand";
31
- import { DescribeAssociationExecutionsCommand, } from "./commands/DescribeAssociationExecutionsCommand";
32
- import { DescribeAssociationExecutionTargetsCommand, } from "./commands/DescribeAssociationExecutionTargetsCommand";
33
- import { DescribeAutomationExecutionsCommand, } from "./commands/DescribeAutomationExecutionsCommand";
34
- import { DescribeAutomationStepExecutionsCommand, } from "./commands/DescribeAutomationStepExecutionsCommand";
35
- import { DescribeAvailablePatchesCommand, } from "./commands/DescribeAvailablePatchesCommand";
36
- import { DescribeDocumentCommand, } from "./commands/DescribeDocumentCommand";
37
- import { DescribeDocumentPermissionCommand, } from "./commands/DescribeDocumentPermissionCommand";
38
- import { DescribeEffectiveInstanceAssociationsCommand, } from "./commands/DescribeEffectiveInstanceAssociationsCommand";
39
- import { DescribeEffectivePatchesForPatchBaselineCommand, } from "./commands/DescribeEffectivePatchesForPatchBaselineCommand";
40
- import { DescribeInstanceAssociationsStatusCommand, } from "./commands/DescribeInstanceAssociationsStatusCommand";
41
- import { DescribeInstanceInformationCommand, } from "./commands/DescribeInstanceInformationCommand";
42
- import { DescribeInstancePatchesCommand, } from "./commands/DescribeInstancePatchesCommand";
43
- import { DescribeInstancePatchStatesCommand, } from "./commands/DescribeInstancePatchStatesCommand";
44
- import { DescribeInstancePatchStatesForPatchGroupCommand, } from "./commands/DescribeInstancePatchStatesForPatchGroupCommand";
45
- import { DescribeInventoryDeletionsCommand, } from "./commands/DescribeInventoryDeletionsCommand";
46
- import { DescribeMaintenanceWindowExecutionsCommand, } from "./commands/DescribeMaintenanceWindowExecutionsCommand";
47
- import { DescribeMaintenanceWindowExecutionTaskInvocationsCommand, } from "./commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand";
48
- import { DescribeMaintenanceWindowExecutionTasksCommand, } from "./commands/DescribeMaintenanceWindowExecutionTasksCommand";
49
- import { DescribeMaintenanceWindowScheduleCommand, } from "./commands/DescribeMaintenanceWindowScheduleCommand";
50
- import { DescribeMaintenanceWindowsCommand, } from "./commands/DescribeMaintenanceWindowsCommand";
51
- import { DescribeMaintenanceWindowsForTargetCommand, } from "./commands/DescribeMaintenanceWindowsForTargetCommand";
52
- import { DescribeMaintenanceWindowTargetsCommand, } from "./commands/DescribeMaintenanceWindowTargetsCommand";
53
- import { DescribeMaintenanceWindowTasksCommand, } from "./commands/DescribeMaintenanceWindowTasksCommand";
54
- import { DescribeOpsItemsCommand, } from "./commands/DescribeOpsItemsCommand";
55
- import { DescribeParametersCommand, } from "./commands/DescribeParametersCommand";
56
- import { DescribePatchBaselinesCommand, } from "./commands/DescribePatchBaselinesCommand";
57
- import { DescribePatchGroupsCommand, } from "./commands/DescribePatchGroupsCommand";
58
- import { DescribePatchGroupStateCommand, } from "./commands/DescribePatchGroupStateCommand";
59
- import { DescribePatchPropertiesCommand, } from "./commands/DescribePatchPropertiesCommand";
60
- import { DescribeSessionsCommand, } from "./commands/DescribeSessionsCommand";
61
- import { DisassociateOpsItemRelatedItemCommand, } from "./commands/DisassociateOpsItemRelatedItemCommand";
62
- import { GetAutomationExecutionCommand, } from "./commands/GetAutomationExecutionCommand";
63
- import { GetCalendarStateCommand, } from "./commands/GetCalendarStateCommand";
64
- import { GetCommandInvocationCommand, } from "./commands/GetCommandInvocationCommand";
65
- import { GetConnectionStatusCommand, } from "./commands/GetConnectionStatusCommand";
66
- import { GetDefaultPatchBaselineCommand, } from "./commands/GetDefaultPatchBaselineCommand";
67
- import { GetDeployablePatchSnapshotForInstanceCommand, } from "./commands/GetDeployablePatchSnapshotForInstanceCommand";
68
- import { GetDocumentCommand } from "./commands/GetDocumentCommand";
69
- import { GetInventoryCommand, } from "./commands/GetInventoryCommand";
70
- import { GetInventorySchemaCommand, } from "./commands/GetInventorySchemaCommand";
71
- import { GetMaintenanceWindowCommand, } from "./commands/GetMaintenanceWindowCommand";
72
- import { GetMaintenanceWindowExecutionCommand, } from "./commands/GetMaintenanceWindowExecutionCommand";
73
- import { GetMaintenanceWindowExecutionTaskCommand, } from "./commands/GetMaintenanceWindowExecutionTaskCommand";
74
- import { GetMaintenanceWindowExecutionTaskInvocationCommand, } from "./commands/GetMaintenanceWindowExecutionTaskInvocationCommand";
75
- import { GetMaintenanceWindowTaskCommand, } from "./commands/GetMaintenanceWindowTaskCommand";
76
- import { GetOpsItemCommand } from "./commands/GetOpsItemCommand";
77
- import { GetOpsMetadataCommand, } from "./commands/GetOpsMetadataCommand";
78
- import { GetOpsSummaryCommand, } from "./commands/GetOpsSummaryCommand";
79
- import { GetParameterCommand, } from "./commands/GetParameterCommand";
80
- import { GetParameterHistoryCommand, } from "./commands/GetParameterHistoryCommand";
81
- import { GetParametersByPathCommand, } from "./commands/GetParametersByPathCommand";
82
- import { GetParametersCommand, } from "./commands/GetParametersCommand";
83
- import { GetPatchBaselineCommand, } from "./commands/GetPatchBaselineCommand";
84
- import { GetPatchBaselineForPatchGroupCommand, } from "./commands/GetPatchBaselineForPatchGroupCommand";
85
- import { GetServiceSettingCommand, } from "./commands/GetServiceSettingCommand";
86
- import { LabelParameterVersionCommand, } from "./commands/LabelParameterVersionCommand";
87
- import { ListAssociationsCommand, } from "./commands/ListAssociationsCommand";
88
- import { ListAssociationVersionsCommand, } from "./commands/ListAssociationVersionsCommand";
89
- import { ListCommandInvocationsCommand, } from "./commands/ListCommandInvocationsCommand";
90
- import { ListCommandsCommand, } from "./commands/ListCommandsCommand";
91
- import { ListComplianceItemsCommand, } from "./commands/ListComplianceItemsCommand";
92
- import { ListComplianceSummariesCommand, } from "./commands/ListComplianceSummariesCommand";
93
- import { ListDocumentMetadataHistoryCommand, } from "./commands/ListDocumentMetadataHistoryCommand";
94
- import { ListDocumentsCommand, } from "./commands/ListDocumentsCommand";
95
- import { ListDocumentVersionsCommand, } from "./commands/ListDocumentVersionsCommand";
96
- import { ListInventoryEntriesCommand, } from "./commands/ListInventoryEntriesCommand";
97
- import { ListOpsItemEventsCommand, } from "./commands/ListOpsItemEventsCommand";
98
- import { ListOpsItemRelatedItemsCommand, } from "./commands/ListOpsItemRelatedItemsCommand";
99
- import { ListOpsMetadataCommand, } from "./commands/ListOpsMetadataCommand";
100
- import { ListResourceComplianceSummariesCommand, } from "./commands/ListResourceComplianceSummariesCommand";
101
- import { ListResourceDataSyncCommand, } from "./commands/ListResourceDataSyncCommand";
102
- import { ListTagsForResourceCommand, } from "./commands/ListTagsForResourceCommand";
103
- import { ModifyDocumentPermissionCommand, } from "./commands/ModifyDocumentPermissionCommand";
104
- import { PutComplianceItemsCommand, } from "./commands/PutComplianceItemsCommand";
105
- import { PutInventoryCommand, } from "./commands/PutInventoryCommand";
106
- import { PutParameterCommand, } from "./commands/PutParameterCommand";
107
- import { RegisterDefaultPatchBaselineCommand, } from "./commands/RegisterDefaultPatchBaselineCommand";
108
- import { RegisterPatchBaselineForPatchGroupCommand, } from "./commands/RegisterPatchBaselineForPatchGroupCommand";
109
- import { RegisterTargetWithMaintenanceWindowCommand, } from "./commands/RegisterTargetWithMaintenanceWindowCommand";
110
- import { RegisterTaskWithMaintenanceWindowCommand, } from "./commands/RegisterTaskWithMaintenanceWindowCommand";
111
- import { RemoveTagsFromResourceCommand, } from "./commands/RemoveTagsFromResourceCommand";
112
- import { ResetServiceSettingCommand, } from "./commands/ResetServiceSettingCommand";
113
- import { ResumeSessionCommand, } from "./commands/ResumeSessionCommand";
114
- import { SendAutomationSignalCommand, } from "./commands/SendAutomationSignalCommand";
115
- import { SendCommandCommand } from "./commands/SendCommandCommand";
116
- import { StartAssociationsOnceCommand, } from "./commands/StartAssociationsOnceCommand";
117
- import { StartAutomationExecutionCommand, } from "./commands/StartAutomationExecutionCommand";
118
- import { StartChangeRequestExecutionCommand, } from "./commands/StartChangeRequestExecutionCommand";
119
- import { StartSessionCommand, } from "./commands/StartSessionCommand";
120
- import { StopAutomationExecutionCommand, } from "./commands/StopAutomationExecutionCommand";
121
- import { TerminateSessionCommand, } from "./commands/TerminateSessionCommand";
122
- import { UnlabelParameterVersionCommand, } from "./commands/UnlabelParameterVersionCommand";
123
- import { UpdateAssociationCommand, } from "./commands/UpdateAssociationCommand";
124
- import { UpdateAssociationStatusCommand, } from "./commands/UpdateAssociationStatusCommand";
125
- import { UpdateDocumentCommand, } from "./commands/UpdateDocumentCommand";
126
- import { UpdateDocumentDefaultVersionCommand, } from "./commands/UpdateDocumentDefaultVersionCommand";
127
- import { UpdateDocumentMetadataCommand, } from "./commands/UpdateDocumentMetadataCommand";
128
- import { UpdateMaintenanceWindowCommand, } from "./commands/UpdateMaintenanceWindowCommand";
129
- import { UpdateMaintenanceWindowTargetCommand, } from "./commands/UpdateMaintenanceWindowTargetCommand";
130
- import { UpdateMaintenanceWindowTaskCommand, } from "./commands/UpdateMaintenanceWindowTaskCommand";
131
- import { UpdateManagedInstanceRoleCommand, } from "./commands/UpdateManagedInstanceRoleCommand";
132
- import { UpdateOpsItemCommand, } from "./commands/UpdateOpsItemCommand";
133
- import { UpdateOpsMetadataCommand, } from "./commands/UpdateOpsMetadataCommand";
134
- import { UpdatePatchBaselineCommand, } from "./commands/UpdatePatchBaselineCommand";
135
- import { UpdateResourceDataSyncCommand, } from "./commands/UpdateResourceDataSyncCommand";
136
- import { UpdateServiceSettingCommand, } from "./commands/UpdateServiceSettingCommand";
137
- import { SSMClient } from "./SSMClient";
138
- var SSM = (function (_super) {
139
- __extends(SSM, _super);
140
- function SSM() {
141
- return _super !== null && _super.apply(this, arguments) || this;
142
- }
143
- SSM.prototype.addTagsToResource = function (args, optionsOrCb, cb) {
144
- var command = new AddTagsToResourceCommand(args);
145
- if (typeof optionsOrCb === "function") {
146
- this.send(command, optionsOrCb);
147
- }
148
- else if (typeof cb === "function") {
149
- if (typeof optionsOrCb !== "object")
150
- throw new Error("Expect http options but get " + typeof optionsOrCb);
151
- this.send(command, optionsOrCb || {}, cb);
152
- }
153
- else {
154
- return this.send(command, optionsOrCb);
155
- }
156
- };
157
- SSM.prototype.associateOpsItemRelatedItem = function (args, optionsOrCb, cb) {
158
- var command = new AssociateOpsItemRelatedItemCommand(args);
159
- if (typeof optionsOrCb === "function") {
160
- this.send(command, optionsOrCb);
161
- }
162
- else if (typeof cb === "function") {
163
- if (typeof optionsOrCb !== "object")
164
- throw new Error("Expect http options but get " + typeof optionsOrCb);
165
- this.send(command, optionsOrCb || {}, cb);
166
- }
167
- else {
168
- return this.send(command, optionsOrCb);
169
- }
170
- };
171
- SSM.prototype.cancelCommand = function (args, optionsOrCb, cb) {
172
- var command = new CancelCommandCommand(args);
173
- if (typeof optionsOrCb === "function") {
174
- this.send(command, optionsOrCb);
175
- }
176
- else if (typeof cb === "function") {
177
- if (typeof optionsOrCb !== "object")
178
- throw new Error("Expect http options but get " + typeof optionsOrCb);
179
- this.send(command, optionsOrCb || {}, cb);
180
- }
181
- else {
182
- return this.send(command, optionsOrCb);
183
- }
184
- };
185
- SSM.prototype.cancelMaintenanceWindowExecution = function (args, optionsOrCb, cb) {
186
- var command = new CancelMaintenanceWindowExecutionCommand(args);
187
- if (typeof optionsOrCb === "function") {
188
- this.send(command, optionsOrCb);
189
- }
190
- else if (typeof cb === "function") {
191
- if (typeof optionsOrCb !== "object")
192
- throw new Error("Expect http options but get " + typeof optionsOrCb);
193
- this.send(command, optionsOrCb || {}, cb);
194
- }
195
- else {
196
- return this.send(command, optionsOrCb);
197
- }
198
- };
199
- SSM.prototype.createActivation = function (args, optionsOrCb, cb) {
200
- var command = new CreateActivationCommand(args);
201
- if (typeof optionsOrCb === "function") {
202
- this.send(command, optionsOrCb);
203
- }
204
- else if (typeof cb === "function") {
205
- if (typeof optionsOrCb !== "object")
206
- throw new Error("Expect http options but get " + typeof optionsOrCb);
207
- this.send(command, optionsOrCb || {}, cb);
208
- }
209
- else {
210
- return this.send(command, optionsOrCb);
211
- }
212
- };
213
- SSM.prototype.createAssociation = function (args, optionsOrCb, cb) {
214
- var command = new CreateAssociationCommand(args);
215
- if (typeof optionsOrCb === "function") {
216
- this.send(command, optionsOrCb);
217
- }
218
- else if (typeof cb === "function") {
219
- if (typeof optionsOrCb !== "object")
220
- throw new Error("Expect http options but get " + typeof optionsOrCb);
221
- this.send(command, optionsOrCb || {}, cb);
222
- }
223
- else {
224
- return this.send(command, optionsOrCb);
225
- }
226
- };
227
- SSM.prototype.createAssociationBatch = function (args, optionsOrCb, cb) {
228
- var command = new CreateAssociationBatchCommand(args);
229
- if (typeof optionsOrCb === "function") {
230
- this.send(command, optionsOrCb);
231
- }
232
- else if (typeof cb === "function") {
233
- if (typeof optionsOrCb !== "object")
234
- throw new Error("Expect http options but get " + typeof optionsOrCb);
235
- this.send(command, optionsOrCb || {}, cb);
236
- }
237
- else {
238
- return this.send(command, optionsOrCb);
239
- }
240
- };
241
- SSM.prototype.createDocument = function (args, optionsOrCb, cb) {
242
- var command = new CreateDocumentCommand(args);
243
- if (typeof optionsOrCb === "function") {
244
- this.send(command, optionsOrCb);
245
- }
246
- else if (typeof cb === "function") {
247
- if (typeof optionsOrCb !== "object")
248
- throw new Error("Expect http options but get " + typeof optionsOrCb);
249
- this.send(command, optionsOrCb || {}, cb);
250
- }
251
- else {
252
- return this.send(command, optionsOrCb);
253
- }
254
- };
255
- SSM.prototype.createMaintenanceWindow = function (args, optionsOrCb, cb) {
256
- var command = new CreateMaintenanceWindowCommand(args);
257
- if (typeof optionsOrCb === "function") {
258
- this.send(command, optionsOrCb);
259
- }
260
- else if (typeof cb === "function") {
261
- if (typeof optionsOrCb !== "object")
262
- throw new Error("Expect http options but get " + typeof optionsOrCb);
263
- this.send(command, optionsOrCb || {}, cb);
264
- }
265
- else {
266
- return this.send(command, optionsOrCb);
267
- }
268
- };
269
- SSM.prototype.createOpsItem = function (args, optionsOrCb, cb) {
270
- var command = new CreateOpsItemCommand(args);
271
- if (typeof optionsOrCb === "function") {
272
- this.send(command, optionsOrCb);
273
- }
274
- else if (typeof cb === "function") {
275
- if (typeof optionsOrCb !== "object")
276
- throw new Error("Expect http options but get " + typeof optionsOrCb);
277
- this.send(command, optionsOrCb || {}, cb);
278
- }
279
- else {
280
- return this.send(command, optionsOrCb);
281
- }
282
- };
283
- SSM.prototype.createOpsMetadata = function (args, optionsOrCb, cb) {
284
- var command = new CreateOpsMetadataCommand(args);
285
- if (typeof optionsOrCb === "function") {
286
- this.send(command, optionsOrCb);
287
- }
288
- else if (typeof cb === "function") {
289
- if (typeof optionsOrCb !== "object")
290
- throw new Error("Expect http options but get " + typeof optionsOrCb);
291
- this.send(command, optionsOrCb || {}, cb);
292
- }
293
- else {
294
- return this.send(command, optionsOrCb);
295
- }
296
- };
297
- SSM.prototype.createPatchBaseline = function (args, optionsOrCb, cb) {
298
- var command = new CreatePatchBaselineCommand(args);
299
- if (typeof optionsOrCb === "function") {
300
- this.send(command, optionsOrCb);
301
- }
302
- else if (typeof cb === "function") {
303
- if (typeof optionsOrCb !== "object")
304
- throw new Error("Expect http options but get " + typeof optionsOrCb);
305
- this.send(command, optionsOrCb || {}, cb);
306
- }
307
- else {
308
- return this.send(command, optionsOrCb);
309
- }
310
- };
311
- SSM.prototype.createResourceDataSync = function (args, optionsOrCb, cb) {
312
- var command = new CreateResourceDataSyncCommand(args);
313
- if (typeof optionsOrCb === "function") {
314
- this.send(command, optionsOrCb);
315
- }
316
- else if (typeof cb === "function") {
317
- if (typeof optionsOrCb !== "object")
318
- throw new Error("Expect http options but get " + typeof optionsOrCb);
319
- this.send(command, optionsOrCb || {}, cb);
320
- }
321
- else {
322
- return this.send(command, optionsOrCb);
323
- }
324
- };
325
- SSM.prototype.deleteActivation = function (args, optionsOrCb, cb) {
326
- var command = new DeleteActivationCommand(args);
327
- if (typeof optionsOrCb === "function") {
328
- this.send(command, optionsOrCb);
329
- }
330
- else if (typeof cb === "function") {
331
- if (typeof optionsOrCb !== "object")
332
- throw new Error("Expect http options but get " + typeof optionsOrCb);
333
- this.send(command, optionsOrCb || {}, cb);
334
- }
335
- else {
336
- return this.send(command, optionsOrCb);
337
- }
338
- };
339
- SSM.prototype.deleteAssociation = function (args, optionsOrCb, cb) {
340
- var command = new DeleteAssociationCommand(args);
341
- if (typeof optionsOrCb === "function") {
342
- this.send(command, optionsOrCb);
343
- }
344
- else if (typeof cb === "function") {
345
- if (typeof optionsOrCb !== "object")
346
- throw new Error("Expect http options but get " + typeof optionsOrCb);
347
- this.send(command, optionsOrCb || {}, cb);
348
- }
349
- else {
350
- return this.send(command, optionsOrCb);
351
- }
352
- };
353
- SSM.prototype.deleteDocument = function (args, optionsOrCb, cb) {
354
- var command = new DeleteDocumentCommand(args);
355
- if (typeof optionsOrCb === "function") {
356
- this.send(command, optionsOrCb);
357
- }
358
- else if (typeof cb === "function") {
359
- if (typeof optionsOrCb !== "object")
360
- throw new Error("Expect http options but get " + typeof optionsOrCb);
361
- this.send(command, optionsOrCb || {}, cb);
362
- }
363
- else {
364
- return this.send(command, optionsOrCb);
365
- }
366
- };
367
- SSM.prototype.deleteInventory = function (args, optionsOrCb, cb) {
368
- var command = new DeleteInventoryCommand(args);
369
- if (typeof optionsOrCb === "function") {
370
- this.send(command, optionsOrCb);
371
- }
372
- else if (typeof cb === "function") {
373
- if (typeof optionsOrCb !== "object")
374
- throw new Error("Expect http options but get " + typeof optionsOrCb);
375
- this.send(command, optionsOrCb || {}, cb);
376
- }
377
- else {
378
- return this.send(command, optionsOrCb);
379
- }
380
- };
381
- SSM.prototype.deleteMaintenanceWindow = function (args, optionsOrCb, cb) {
382
- var command = new DeleteMaintenanceWindowCommand(args);
383
- if (typeof optionsOrCb === "function") {
384
- this.send(command, optionsOrCb);
385
- }
386
- else if (typeof cb === "function") {
387
- if (typeof optionsOrCb !== "object")
388
- throw new Error("Expect http options but get " + typeof optionsOrCb);
389
- this.send(command, optionsOrCb || {}, cb);
390
- }
391
- else {
392
- return this.send(command, optionsOrCb);
393
- }
394
- };
395
- SSM.prototype.deleteOpsMetadata = function (args, optionsOrCb, cb) {
396
- var command = new DeleteOpsMetadataCommand(args);
397
- if (typeof optionsOrCb === "function") {
398
- this.send(command, optionsOrCb);
399
- }
400
- else if (typeof cb === "function") {
401
- if (typeof optionsOrCb !== "object")
402
- throw new Error("Expect http options but get " + typeof optionsOrCb);
403
- this.send(command, optionsOrCb || {}, cb);
404
- }
405
- else {
406
- return this.send(command, optionsOrCb);
407
- }
408
- };
409
- SSM.prototype.deleteParameter = function (args, optionsOrCb, cb) {
410
- var command = new DeleteParameterCommand(args);
411
- if (typeof optionsOrCb === "function") {
412
- this.send(command, optionsOrCb);
413
- }
414
- else if (typeof cb === "function") {
415
- if (typeof optionsOrCb !== "object")
416
- throw new Error("Expect http options but get " + typeof optionsOrCb);
417
- this.send(command, optionsOrCb || {}, cb);
418
- }
419
- else {
420
- return this.send(command, optionsOrCb);
421
- }
422
- };
423
- SSM.prototype.deleteParameters = function (args, optionsOrCb, cb) {
424
- var command = new DeleteParametersCommand(args);
425
- if (typeof optionsOrCb === "function") {
426
- this.send(command, optionsOrCb);
427
- }
428
- else if (typeof cb === "function") {
429
- if (typeof optionsOrCb !== "object")
430
- throw new Error("Expect http options but get " + typeof optionsOrCb);
431
- this.send(command, optionsOrCb || {}, cb);
432
- }
433
- else {
434
- return this.send(command, optionsOrCb);
435
- }
436
- };
437
- SSM.prototype.deletePatchBaseline = function (args, optionsOrCb, cb) {
438
- var command = new DeletePatchBaselineCommand(args);
439
- if (typeof optionsOrCb === "function") {
440
- this.send(command, optionsOrCb);
441
- }
442
- else if (typeof cb === "function") {
443
- if (typeof optionsOrCb !== "object")
444
- throw new Error("Expect http options but get " + typeof optionsOrCb);
445
- this.send(command, optionsOrCb || {}, cb);
446
- }
447
- else {
448
- return this.send(command, optionsOrCb);
449
- }
450
- };
451
- SSM.prototype.deleteResourceDataSync = function (args, optionsOrCb, cb) {
452
- var command = new DeleteResourceDataSyncCommand(args);
453
- if (typeof optionsOrCb === "function") {
454
- this.send(command, optionsOrCb);
455
- }
456
- else if (typeof cb === "function") {
457
- if (typeof optionsOrCb !== "object")
458
- throw new Error("Expect http options but get " + typeof optionsOrCb);
459
- this.send(command, optionsOrCb || {}, cb);
460
- }
461
- else {
462
- return this.send(command, optionsOrCb);
463
- }
464
- };
465
- SSM.prototype.deregisterManagedInstance = function (args, optionsOrCb, cb) {
466
- var command = new DeregisterManagedInstanceCommand(args);
467
- if (typeof optionsOrCb === "function") {
468
- this.send(command, optionsOrCb);
469
- }
470
- else if (typeof cb === "function") {
471
- if (typeof optionsOrCb !== "object")
472
- throw new Error("Expect http options but get " + typeof optionsOrCb);
473
- this.send(command, optionsOrCb || {}, cb);
474
- }
475
- else {
476
- return this.send(command, optionsOrCb);
477
- }
478
- };
479
- SSM.prototype.deregisterPatchBaselineForPatchGroup = function (args, optionsOrCb, cb) {
480
- var command = new DeregisterPatchBaselineForPatchGroupCommand(args);
481
- if (typeof optionsOrCb === "function") {
482
- this.send(command, optionsOrCb);
483
- }
484
- else if (typeof cb === "function") {
485
- if (typeof optionsOrCb !== "object")
486
- throw new Error("Expect http options but get " + typeof optionsOrCb);
487
- this.send(command, optionsOrCb || {}, cb);
488
- }
489
- else {
490
- return this.send(command, optionsOrCb);
491
- }
492
- };
493
- SSM.prototype.deregisterTargetFromMaintenanceWindow = function (args, optionsOrCb, cb) {
494
- var command = new DeregisterTargetFromMaintenanceWindowCommand(args);
495
- if (typeof optionsOrCb === "function") {
496
- this.send(command, optionsOrCb);
497
- }
498
- else if (typeof cb === "function") {
499
- if (typeof optionsOrCb !== "object")
500
- throw new Error("Expect http options but get " + typeof optionsOrCb);
501
- this.send(command, optionsOrCb || {}, cb);
502
- }
503
- else {
504
- return this.send(command, optionsOrCb);
505
- }
506
- };
507
- SSM.prototype.deregisterTaskFromMaintenanceWindow = function (args, optionsOrCb, cb) {
508
- var command = new DeregisterTaskFromMaintenanceWindowCommand(args);
509
- if (typeof optionsOrCb === "function") {
510
- this.send(command, optionsOrCb);
511
- }
512
- else if (typeof cb === "function") {
513
- if (typeof optionsOrCb !== "object")
514
- throw new Error("Expect http options but get " + typeof optionsOrCb);
515
- this.send(command, optionsOrCb || {}, cb);
516
- }
517
- else {
518
- return this.send(command, optionsOrCb);
519
- }
520
- };
521
- SSM.prototype.describeActivations = function (args, optionsOrCb, cb) {
522
- var command = new DescribeActivationsCommand(args);
523
- if (typeof optionsOrCb === "function") {
524
- this.send(command, optionsOrCb);
525
- }
526
- else if (typeof cb === "function") {
527
- if (typeof optionsOrCb !== "object")
528
- throw new Error("Expect http options but get " + typeof optionsOrCb);
529
- this.send(command, optionsOrCb || {}, cb);
530
- }
531
- else {
532
- return this.send(command, optionsOrCb);
533
- }
534
- };
535
- SSM.prototype.describeAssociation = function (args, optionsOrCb, cb) {
536
- var command = new DescribeAssociationCommand(args);
537
- if (typeof optionsOrCb === "function") {
538
- this.send(command, optionsOrCb);
539
- }
540
- else if (typeof cb === "function") {
541
- if (typeof optionsOrCb !== "object")
542
- throw new Error("Expect http options but get " + typeof optionsOrCb);
543
- this.send(command, optionsOrCb || {}, cb);
544
- }
545
- else {
546
- return this.send(command, optionsOrCb);
547
- }
548
- };
549
- SSM.prototype.describeAssociationExecutions = function (args, optionsOrCb, cb) {
550
- var command = new DescribeAssociationExecutionsCommand(args);
551
- if (typeof optionsOrCb === "function") {
552
- this.send(command, optionsOrCb);
553
- }
554
- else if (typeof cb === "function") {
555
- if (typeof optionsOrCb !== "object")
556
- throw new Error("Expect http options but get " + typeof optionsOrCb);
557
- this.send(command, optionsOrCb || {}, cb);
558
- }
559
- else {
560
- return this.send(command, optionsOrCb);
561
- }
562
- };
563
- SSM.prototype.describeAssociationExecutionTargets = function (args, optionsOrCb, cb) {
564
- var command = new DescribeAssociationExecutionTargetsCommand(args);
565
- if (typeof optionsOrCb === "function") {
566
- this.send(command, optionsOrCb);
567
- }
568
- else if (typeof cb === "function") {
569
- if (typeof optionsOrCb !== "object")
570
- throw new Error("Expect http options but get " + typeof optionsOrCb);
571
- this.send(command, optionsOrCb || {}, cb);
572
- }
573
- else {
574
- return this.send(command, optionsOrCb);
575
- }
576
- };
577
- SSM.prototype.describeAutomationExecutions = function (args, optionsOrCb, cb) {
578
- var command = new DescribeAutomationExecutionsCommand(args);
579
- if (typeof optionsOrCb === "function") {
580
- this.send(command, optionsOrCb);
581
- }
582
- else if (typeof cb === "function") {
583
- if (typeof optionsOrCb !== "object")
584
- throw new Error("Expect http options but get " + typeof optionsOrCb);
585
- this.send(command, optionsOrCb || {}, cb);
586
- }
587
- else {
588
- return this.send(command, optionsOrCb);
589
- }
590
- };
591
- SSM.prototype.describeAutomationStepExecutions = function (args, optionsOrCb, cb) {
592
- var command = new DescribeAutomationStepExecutionsCommand(args);
593
- if (typeof optionsOrCb === "function") {
594
- this.send(command, optionsOrCb);
595
- }
596
- else if (typeof cb === "function") {
597
- if (typeof optionsOrCb !== "object")
598
- throw new Error("Expect http options but get " + typeof optionsOrCb);
599
- this.send(command, optionsOrCb || {}, cb);
600
- }
601
- else {
602
- return this.send(command, optionsOrCb);
603
- }
604
- };
605
- SSM.prototype.describeAvailablePatches = function (args, optionsOrCb, cb) {
606
- var command = new DescribeAvailablePatchesCommand(args);
607
- if (typeof optionsOrCb === "function") {
608
- this.send(command, optionsOrCb);
609
- }
610
- else if (typeof cb === "function") {
611
- if (typeof optionsOrCb !== "object")
612
- throw new Error("Expect http options but get " + typeof optionsOrCb);
613
- this.send(command, optionsOrCb || {}, cb);
614
- }
615
- else {
616
- return this.send(command, optionsOrCb);
617
- }
618
- };
619
- SSM.prototype.describeDocument = function (args, optionsOrCb, cb) {
620
- var command = new DescribeDocumentCommand(args);
621
- if (typeof optionsOrCb === "function") {
622
- this.send(command, optionsOrCb);
623
- }
624
- else if (typeof cb === "function") {
625
- if (typeof optionsOrCb !== "object")
626
- throw new Error("Expect http options but get " + typeof optionsOrCb);
627
- this.send(command, optionsOrCb || {}, cb);
628
- }
629
- else {
630
- return this.send(command, optionsOrCb);
631
- }
632
- };
633
- SSM.prototype.describeDocumentPermission = function (args, optionsOrCb, cb) {
634
- var command = new DescribeDocumentPermissionCommand(args);
635
- if (typeof optionsOrCb === "function") {
636
- this.send(command, optionsOrCb);
637
- }
638
- else if (typeof cb === "function") {
639
- if (typeof optionsOrCb !== "object")
640
- throw new Error("Expect http options but get " + typeof optionsOrCb);
641
- this.send(command, optionsOrCb || {}, cb);
642
- }
643
- else {
644
- return this.send(command, optionsOrCb);
645
- }
646
- };
647
- SSM.prototype.describeEffectiveInstanceAssociations = function (args, optionsOrCb, cb) {
648
- var command = new DescribeEffectiveInstanceAssociationsCommand(args);
649
- if (typeof optionsOrCb === "function") {
650
- this.send(command, optionsOrCb);
651
- }
652
- else if (typeof cb === "function") {
653
- if (typeof optionsOrCb !== "object")
654
- throw new Error("Expect http options but get " + typeof optionsOrCb);
655
- this.send(command, optionsOrCb || {}, cb);
656
- }
657
- else {
658
- return this.send(command, optionsOrCb);
659
- }
660
- };
661
- SSM.prototype.describeEffectivePatchesForPatchBaseline = function (args, optionsOrCb, cb) {
662
- var command = new DescribeEffectivePatchesForPatchBaselineCommand(args);
663
- if (typeof optionsOrCb === "function") {
664
- this.send(command, optionsOrCb);
665
- }
666
- else if (typeof cb === "function") {
667
- if (typeof optionsOrCb !== "object")
668
- throw new Error("Expect http options but get " + typeof optionsOrCb);
669
- this.send(command, optionsOrCb || {}, cb);
670
- }
671
- else {
672
- return this.send(command, optionsOrCb);
673
- }
674
- };
675
- SSM.prototype.describeInstanceAssociationsStatus = function (args, optionsOrCb, cb) {
676
- var command = new DescribeInstanceAssociationsStatusCommand(args);
677
- if (typeof optionsOrCb === "function") {
678
- this.send(command, optionsOrCb);
679
- }
680
- else if (typeof cb === "function") {
681
- if (typeof optionsOrCb !== "object")
682
- throw new Error("Expect http options but get " + typeof optionsOrCb);
683
- this.send(command, optionsOrCb || {}, cb);
684
- }
685
- else {
686
- return this.send(command, optionsOrCb);
687
- }
688
- };
689
- SSM.prototype.describeInstanceInformation = function (args, optionsOrCb, cb) {
690
- var command = new DescribeInstanceInformationCommand(args);
691
- if (typeof optionsOrCb === "function") {
692
- this.send(command, optionsOrCb);
693
- }
694
- else if (typeof cb === "function") {
695
- if (typeof optionsOrCb !== "object")
696
- throw new Error("Expect http options but get " + typeof optionsOrCb);
697
- this.send(command, optionsOrCb || {}, cb);
698
- }
699
- else {
700
- return this.send(command, optionsOrCb);
701
- }
702
- };
703
- SSM.prototype.describeInstancePatches = function (args, optionsOrCb, cb) {
704
- var command = new DescribeInstancePatchesCommand(args);
705
- if (typeof optionsOrCb === "function") {
706
- this.send(command, optionsOrCb);
707
- }
708
- else if (typeof cb === "function") {
709
- if (typeof optionsOrCb !== "object")
710
- throw new Error("Expect http options but get " + typeof optionsOrCb);
711
- this.send(command, optionsOrCb || {}, cb);
712
- }
713
- else {
714
- return this.send(command, optionsOrCb);
715
- }
716
- };
717
- SSM.prototype.describeInstancePatchStates = function (args, optionsOrCb, cb) {
718
- var command = new DescribeInstancePatchStatesCommand(args);
719
- if (typeof optionsOrCb === "function") {
720
- this.send(command, optionsOrCb);
721
- }
722
- else if (typeof cb === "function") {
723
- if (typeof optionsOrCb !== "object")
724
- throw new Error("Expect http options but get " + typeof optionsOrCb);
725
- this.send(command, optionsOrCb || {}, cb);
726
- }
727
- else {
728
- return this.send(command, optionsOrCb);
729
- }
730
- };
731
- SSM.prototype.describeInstancePatchStatesForPatchGroup = function (args, optionsOrCb, cb) {
732
- var command = new DescribeInstancePatchStatesForPatchGroupCommand(args);
733
- if (typeof optionsOrCb === "function") {
734
- this.send(command, optionsOrCb);
735
- }
736
- else if (typeof cb === "function") {
737
- if (typeof optionsOrCb !== "object")
738
- throw new Error("Expect http options but get " + typeof optionsOrCb);
739
- this.send(command, optionsOrCb || {}, cb);
740
- }
741
- else {
742
- return this.send(command, optionsOrCb);
743
- }
744
- };
745
- SSM.prototype.describeInventoryDeletions = function (args, optionsOrCb, cb) {
746
- var command = new DescribeInventoryDeletionsCommand(args);
747
- if (typeof optionsOrCb === "function") {
748
- this.send(command, optionsOrCb);
749
- }
750
- else if (typeof cb === "function") {
751
- if (typeof optionsOrCb !== "object")
752
- throw new Error("Expect http options but get " + typeof optionsOrCb);
753
- this.send(command, optionsOrCb || {}, cb);
754
- }
755
- else {
756
- return this.send(command, optionsOrCb);
757
- }
758
- };
759
- SSM.prototype.describeMaintenanceWindowExecutions = function (args, optionsOrCb, cb) {
760
- var command = new DescribeMaintenanceWindowExecutionsCommand(args);
761
- if (typeof optionsOrCb === "function") {
762
- this.send(command, optionsOrCb);
763
- }
764
- else if (typeof cb === "function") {
765
- if (typeof optionsOrCb !== "object")
766
- throw new Error("Expect http options but get " + typeof optionsOrCb);
767
- this.send(command, optionsOrCb || {}, cb);
768
- }
769
- else {
770
- return this.send(command, optionsOrCb);
771
- }
772
- };
773
- SSM.prototype.describeMaintenanceWindowExecutionTaskInvocations = function (args, optionsOrCb, cb) {
774
- var command = new DescribeMaintenanceWindowExecutionTaskInvocationsCommand(args);
775
- if (typeof optionsOrCb === "function") {
776
- this.send(command, optionsOrCb);
777
- }
778
- else if (typeof cb === "function") {
779
- if (typeof optionsOrCb !== "object")
780
- throw new Error("Expect http options but get " + typeof optionsOrCb);
781
- this.send(command, optionsOrCb || {}, cb);
782
- }
783
- else {
784
- return this.send(command, optionsOrCb);
785
- }
786
- };
787
- SSM.prototype.describeMaintenanceWindowExecutionTasks = function (args, optionsOrCb, cb) {
788
- var command = new DescribeMaintenanceWindowExecutionTasksCommand(args);
789
- if (typeof optionsOrCb === "function") {
790
- this.send(command, optionsOrCb);
791
- }
792
- else if (typeof cb === "function") {
793
- if (typeof optionsOrCb !== "object")
794
- throw new Error("Expect http options but get " + typeof optionsOrCb);
795
- this.send(command, optionsOrCb || {}, cb);
796
- }
797
- else {
798
- return this.send(command, optionsOrCb);
799
- }
800
- };
801
- SSM.prototype.describeMaintenanceWindows = function (args, optionsOrCb, cb) {
802
- var command = new DescribeMaintenanceWindowsCommand(args);
803
- if (typeof optionsOrCb === "function") {
804
- this.send(command, optionsOrCb);
805
- }
806
- else if (typeof cb === "function") {
807
- if (typeof optionsOrCb !== "object")
808
- throw new Error("Expect http options but get " + typeof optionsOrCb);
809
- this.send(command, optionsOrCb || {}, cb);
810
- }
811
- else {
812
- return this.send(command, optionsOrCb);
813
- }
814
- };
815
- SSM.prototype.describeMaintenanceWindowSchedule = function (args, optionsOrCb, cb) {
816
- var command = new DescribeMaintenanceWindowScheduleCommand(args);
817
- if (typeof optionsOrCb === "function") {
818
- this.send(command, optionsOrCb);
819
- }
820
- else if (typeof cb === "function") {
821
- if (typeof optionsOrCb !== "object")
822
- throw new Error("Expect http options but get " + typeof optionsOrCb);
823
- this.send(command, optionsOrCb || {}, cb);
824
- }
825
- else {
826
- return this.send(command, optionsOrCb);
827
- }
828
- };
829
- SSM.prototype.describeMaintenanceWindowsForTarget = function (args, optionsOrCb, cb) {
830
- var command = new DescribeMaintenanceWindowsForTargetCommand(args);
831
- if (typeof optionsOrCb === "function") {
832
- this.send(command, optionsOrCb);
833
- }
834
- else if (typeof cb === "function") {
835
- if (typeof optionsOrCb !== "object")
836
- throw new Error("Expect http options but get " + typeof optionsOrCb);
837
- this.send(command, optionsOrCb || {}, cb);
838
- }
839
- else {
840
- return this.send(command, optionsOrCb);
841
- }
842
- };
843
- SSM.prototype.describeMaintenanceWindowTargets = function (args, optionsOrCb, cb) {
844
- var command = new DescribeMaintenanceWindowTargetsCommand(args);
845
- if (typeof optionsOrCb === "function") {
846
- this.send(command, optionsOrCb);
847
- }
848
- else if (typeof cb === "function") {
849
- if (typeof optionsOrCb !== "object")
850
- throw new Error("Expect http options but get " + typeof optionsOrCb);
851
- this.send(command, optionsOrCb || {}, cb);
852
- }
853
- else {
854
- return this.send(command, optionsOrCb);
855
- }
856
- };
857
- SSM.prototype.describeMaintenanceWindowTasks = function (args, optionsOrCb, cb) {
858
- var command = new DescribeMaintenanceWindowTasksCommand(args);
859
- if (typeof optionsOrCb === "function") {
860
- this.send(command, optionsOrCb);
861
- }
862
- else if (typeof cb === "function") {
863
- if (typeof optionsOrCb !== "object")
864
- throw new Error("Expect http options but get " + typeof optionsOrCb);
865
- this.send(command, optionsOrCb || {}, cb);
866
- }
867
- else {
868
- return this.send(command, optionsOrCb);
869
- }
870
- };
871
- SSM.prototype.describeOpsItems = function (args, optionsOrCb, cb) {
872
- var command = new DescribeOpsItemsCommand(args);
873
- if (typeof optionsOrCb === "function") {
874
- this.send(command, optionsOrCb);
875
- }
876
- else if (typeof cb === "function") {
877
- if (typeof optionsOrCb !== "object")
878
- throw new Error("Expect http options but get " + typeof optionsOrCb);
879
- this.send(command, optionsOrCb || {}, cb);
880
- }
881
- else {
882
- return this.send(command, optionsOrCb);
883
- }
884
- };
885
- SSM.prototype.describeParameters = function (args, optionsOrCb, cb) {
886
- var command = new DescribeParametersCommand(args);
887
- if (typeof optionsOrCb === "function") {
888
- this.send(command, optionsOrCb);
889
- }
890
- else if (typeof cb === "function") {
891
- if (typeof optionsOrCb !== "object")
892
- throw new Error("Expect http options but get " + typeof optionsOrCb);
893
- this.send(command, optionsOrCb || {}, cb);
894
- }
895
- else {
896
- return this.send(command, optionsOrCb);
897
- }
898
- };
899
- SSM.prototype.describePatchBaselines = function (args, optionsOrCb, cb) {
900
- var command = new DescribePatchBaselinesCommand(args);
901
- if (typeof optionsOrCb === "function") {
902
- this.send(command, optionsOrCb);
903
- }
904
- else if (typeof cb === "function") {
905
- if (typeof optionsOrCb !== "object")
906
- throw new Error("Expect http options but get " + typeof optionsOrCb);
907
- this.send(command, optionsOrCb || {}, cb);
908
- }
909
- else {
910
- return this.send(command, optionsOrCb);
911
- }
912
- };
913
- SSM.prototype.describePatchGroups = function (args, optionsOrCb, cb) {
914
- var command = new DescribePatchGroupsCommand(args);
915
- if (typeof optionsOrCb === "function") {
916
- this.send(command, optionsOrCb);
917
- }
918
- else if (typeof cb === "function") {
919
- if (typeof optionsOrCb !== "object")
920
- throw new Error("Expect http options but get " + typeof optionsOrCb);
921
- this.send(command, optionsOrCb || {}, cb);
922
- }
923
- else {
924
- return this.send(command, optionsOrCb);
925
- }
926
- };
927
- SSM.prototype.describePatchGroupState = function (args, optionsOrCb, cb) {
928
- var command = new DescribePatchGroupStateCommand(args);
929
- if (typeof optionsOrCb === "function") {
930
- this.send(command, optionsOrCb);
931
- }
932
- else if (typeof cb === "function") {
933
- if (typeof optionsOrCb !== "object")
934
- throw new Error("Expect http options but get " + typeof optionsOrCb);
935
- this.send(command, optionsOrCb || {}, cb);
936
- }
937
- else {
938
- return this.send(command, optionsOrCb);
939
- }
940
- };
941
- SSM.prototype.describePatchProperties = function (args, optionsOrCb, cb) {
942
- var command = new DescribePatchPropertiesCommand(args);
943
- if (typeof optionsOrCb === "function") {
944
- this.send(command, optionsOrCb);
945
- }
946
- else if (typeof cb === "function") {
947
- if (typeof optionsOrCb !== "object")
948
- throw new Error("Expect http options but get " + typeof optionsOrCb);
949
- this.send(command, optionsOrCb || {}, cb);
950
- }
951
- else {
952
- return this.send(command, optionsOrCb);
953
- }
954
- };
955
- SSM.prototype.describeSessions = function (args, optionsOrCb, cb) {
956
- var command = new DescribeSessionsCommand(args);
957
- if (typeof optionsOrCb === "function") {
958
- this.send(command, optionsOrCb);
959
- }
960
- else if (typeof cb === "function") {
961
- if (typeof optionsOrCb !== "object")
962
- throw new Error("Expect http options but get " + typeof optionsOrCb);
963
- this.send(command, optionsOrCb || {}, cb);
964
- }
965
- else {
966
- return this.send(command, optionsOrCb);
967
- }
968
- };
969
- SSM.prototype.disassociateOpsItemRelatedItem = function (args, optionsOrCb, cb) {
970
- var command = new DisassociateOpsItemRelatedItemCommand(args);
971
- if (typeof optionsOrCb === "function") {
972
- this.send(command, optionsOrCb);
973
- }
974
- else if (typeof cb === "function") {
975
- if (typeof optionsOrCb !== "object")
976
- throw new Error("Expect http options but get " + typeof optionsOrCb);
977
- this.send(command, optionsOrCb || {}, cb);
978
- }
979
- else {
980
- return this.send(command, optionsOrCb);
981
- }
982
- };
983
- SSM.prototype.getAutomationExecution = function (args, optionsOrCb, cb) {
984
- var command = new GetAutomationExecutionCommand(args);
985
- if (typeof optionsOrCb === "function") {
986
- this.send(command, optionsOrCb);
987
- }
988
- else if (typeof cb === "function") {
989
- if (typeof optionsOrCb !== "object")
990
- throw new Error("Expect http options but get " + typeof optionsOrCb);
991
- this.send(command, optionsOrCb || {}, cb);
992
- }
993
- else {
994
- return this.send(command, optionsOrCb);
995
- }
996
- };
997
- SSM.prototype.getCalendarState = function (args, optionsOrCb, cb) {
998
- var command = new GetCalendarStateCommand(args);
999
- if (typeof optionsOrCb === "function") {
1000
- this.send(command, optionsOrCb);
1001
- }
1002
- else if (typeof cb === "function") {
1003
- if (typeof optionsOrCb !== "object")
1004
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1005
- this.send(command, optionsOrCb || {}, cb);
1006
- }
1007
- else {
1008
- return this.send(command, optionsOrCb);
1009
- }
1010
- };
1011
- SSM.prototype.getCommandInvocation = function (args, optionsOrCb, cb) {
1012
- var command = new GetCommandInvocationCommand(args);
1013
- if (typeof optionsOrCb === "function") {
1014
- this.send(command, optionsOrCb);
1015
- }
1016
- else if (typeof cb === "function") {
1017
- if (typeof optionsOrCb !== "object")
1018
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1019
- this.send(command, optionsOrCb || {}, cb);
1020
- }
1021
- else {
1022
- return this.send(command, optionsOrCb);
1023
- }
1024
- };
1025
- SSM.prototype.getConnectionStatus = function (args, optionsOrCb, cb) {
1026
- var command = new GetConnectionStatusCommand(args);
1027
- if (typeof optionsOrCb === "function") {
1028
- this.send(command, optionsOrCb);
1029
- }
1030
- else if (typeof cb === "function") {
1031
- if (typeof optionsOrCb !== "object")
1032
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1033
- this.send(command, optionsOrCb || {}, cb);
1034
- }
1035
- else {
1036
- return this.send(command, optionsOrCb);
1037
- }
1038
- };
1039
- SSM.prototype.getDefaultPatchBaseline = function (args, optionsOrCb, cb) {
1040
- var command = new GetDefaultPatchBaselineCommand(args);
1041
- if (typeof optionsOrCb === "function") {
1042
- this.send(command, optionsOrCb);
1043
- }
1044
- else if (typeof cb === "function") {
1045
- if (typeof optionsOrCb !== "object")
1046
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1047
- this.send(command, optionsOrCb || {}, cb);
1048
- }
1049
- else {
1050
- return this.send(command, optionsOrCb);
1051
- }
1052
- };
1053
- SSM.prototype.getDeployablePatchSnapshotForInstance = function (args, optionsOrCb, cb) {
1054
- var command = new GetDeployablePatchSnapshotForInstanceCommand(args);
1055
- if (typeof optionsOrCb === "function") {
1056
- this.send(command, optionsOrCb);
1057
- }
1058
- else if (typeof cb === "function") {
1059
- if (typeof optionsOrCb !== "object")
1060
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1061
- this.send(command, optionsOrCb || {}, cb);
1062
- }
1063
- else {
1064
- return this.send(command, optionsOrCb);
1065
- }
1066
- };
1067
- SSM.prototype.getDocument = function (args, optionsOrCb, cb) {
1068
- var command = new GetDocumentCommand(args);
1069
- if (typeof optionsOrCb === "function") {
1070
- this.send(command, optionsOrCb);
1071
- }
1072
- else if (typeof cb === "function") {
1073
- if (typeof optionsOrCb !== "object")
1074
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1075
- this.send(command, optionsOrCb || {}, cb);
1076
- }
1077
- else {
1078
- return this.send(command, optionsOrCb);
1079
- }
1080
- };
1081
- SSM.prototype.getInventory = function (args, optionsOrCb, cb) {
1082
- var command = new GetInventoryCommand(args);
1083
- if (typeof optionsOrCb === "function") {
1084
- this.send(command, optionsOrCb);
1085
- }
1086
- else if (typeof cb === "function") {
1087
- if (typeof optionsOrCb !== "object")
1088
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1089
- this.send(command, optionsOrCb || {}, cb);
1090
- }
1091
- else {
1092
- return this.send(command, optionsOrCb);
1093
- }
1094
- };
1095
- SSM.prototype.getInventorySchema = function (args, optionsOrCb, cb) {
1096
- var command = new GetInventorySchemaCommand(args);
1097
- if (typeof optionsOrCb === "function") {
1098
- this.send(command, optionsOrCb);
1099
- }
1100
- else if (typeof cb === "function") {
1101
- if (typeof optionsOrCb !== "object")
1102
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1103
- this.send(command, optionsOrCb || {}, cb);
1104
- }
1105
- else {
1106
- return this.send(command, optionsOrCb);
1107
- }
1108
- };
1109
- SSM.prototype.getMaintenanceWindow = function (args, optionsOrCb, cb) {
1110
- var command = new GetMaintenanceWindowCommand(args);
1111
- if (typeof optionsOrCb === "function") {
1112
- this.send(command, optionsOrCb);
1113
- }
1114
- else if (typeof cb === "function") {
1115
- if (typeof optionsOrCb !== "object")
1116
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1117
- this.send(command, optionsOrCb || {}, cb);
1118
- }
1119
- else {
1120
- return this.send(command, optionsOrCb);
1121
- }
1122
- };
1123
- SSM.prototype.getMaintenanceWindowExecution = function (args, optionsOrCb, cb) {
1124
- var command = new GetMaintenanceWindowExecutionCommand(args);
1125
- if (typeof optionsOrCb === "function") {
1126
- this.send(command, optionsOrCb);
1127
- }
1128
- else if (typeof cb === "function") {
1129
- if (typeof optionsOrCb !== "object")
1130
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1131
- this.send(command, optionsOrCb || {}, cb);
1132
- }
1133
- else {
1134
- return this.send(command, optionsOrCb);
1135
- }
1136
- };
1137
- SSM.prototype.getMaintenanceWindowExecutionTask = function (args, optionsOrCb, cb) {
1138
- var command = new GetMaintenanceWindowExecutionTaskCommand(args);
1139
- if (typeof optionsOrCb === "function") {
1140
- this.send(command, optionsOrCb);
1141
- }
1142
- else if (typeof cb === "function") {
1143
- if (typeof optionsOrCb !== "object")
1144
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1145
- this.send(command, optionsOrCb || {}, cb);
1146
- }
1147
- else {
1148
- return this.send(command, optionsOrCb);
1149
- }
1150
- };
1151
- SSM.prototype.getMaintenanceWindowExecutionTaskInvocation = function (args, optionsOrCb, cb) {
1152
- var command = new GetMaintenanceWindowExecutionTaskInvocationCommand(args);
1153
- if (typeof optionsOrCb === "function") {
1154
- this.send(command, optionsOrCb);
1155
- }
1156
- else if (typeof cb === "function") {
1157
- if (typeof optionsOrCb !== "object")
1158
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1159
- this.send(command, optionsOrCb || {}, cb);
1160
- }
1161
- else {
1162
- return this.send(command, optionsOrCb);
1163
- }
1164
- };
1165
- SSM.prototype.getMaintenanceWindowTask = function (args, optionsOrCb, cb) {
1166
- var command = new GetMaintenanceWindowTaskCommand(args);
1167
- if (typeof optionsOrCb === "function") {
1168
- this.send(command, optionsOrCb);
1169
- }
1170
- else if (typeof cb === "function") {
1171
- if (typeof optionsOrCb !== "object")
1172
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1173
- this.send(command, optionsOrCb || {}, cb);
1174
- }
1175
- else {
1176
- return this.send(command, optionsOrCb);
1177
- }
1178
- };
1179
- SSM.prototype.getOpsItem = function (args, optionsOrCb, cb) {
1180
- var command = new GetOpsItemCommand(args);
1181
- if (typeof optionsOrCb === "function") {
1182
- this.send(command, optionsOrCb);
1183
- }
1184
- else if (typeof cb === "function") {
1185
- if (typeof optionsOrCb !== "object")
1186
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1187
- this.send(command, optionsOrCb || {}, cb);
1188
- }
1189
- else {
1190
- return this.send(command, optionsOrCb);
1191
- }
1192
- };
1193
- SSM.prototype.getOpsMetadata = function (args, optionsOrCb, cb) {
1194
- var command = new GetOpsMetadataCommand(args);
1195
- if (typeof optionsOrCb === "function") {
1196
- this.send(command, optionsOrCb);
1197
- }
1198
- else if (typeof cb === "function") {
1199
- if (typeof optionsOrCb !== "object")
1200
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1201
- this.send(command, optionsOrCb || {}, cb);
1202
- }
1203
- else {
1204
- return this.send(command, optionsOrCb);
1205
- }
1206
- };
1207
- SSM.prototype.getOpsSummary = function (args, optionsOrCb, cb) {
1208
- var command = new GetOpsSummaryCommand(args);
1209
- if (typeof optionsOrCb === "function") {
1210
- this.send(command, optionsOrCb);
1211
- }
1212
- else if (typeof cb === "function") {
1213
- if (typeof optionsOrCb !== "object")
1214
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1215
- this.send(command, optionsOrCb || {}, cb);
1216
- }
1217
- else {
1218
- return this.send(command, optionsOrCb);
1219
- }
1220
- };
1221
- SSM.prototype.getParameter = function (args, optionsOrCb, cb) {
1222
- var command = new GetParameterCommand(args);
1223
- if (typeof optionsOrCb === "function") {
1224
- this.send(command, optionsOrCb);
1225
- }
1226
- else if (typeof cb === "function") {
1227
- if (typeof optionsOrCb !== "object")
1228
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1229
- this.send(command, optionsOrCb || {}, cb);
1230
- }
1231
- else {
1232
- return this.send(command, optionsOrCb);
1233
- }
1234
- };
1235
- SSM.prototype.getParameterHistory = function (args, optionsOrCb, cb) {
1236
- var command = new GetParameterHistoryCommand(args);
1237
- if (typeof optionsOrCb === "function") {
1238
- this.send(command, optionsOrCb);
1239
- }
1240
- else if (typeof cb === "function") {
1241
- if (typeof optionsOrCb !== "object")
1242
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1243
- this.send(command, optionsOrCb || {}, cb);
1244
- }
1245
- else {
1246
- return this.send(command, optionsOrCb);
1247
- }
1248
- };
1249
- SSM.prototype.getParameters = function (args, optionsOrCb, cb) {
1250
- var command = new GetParametersCommand(args);
1251
- if (typeof optionsOrCb === "function") {
1252
- this.send(command, optionsOrCb);
1253
- }
1254
- else if (typeof cb === "function") {
1255
- if (typeof optionsOrCb !== "object")
1256
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1257
- this.send(command, optionsOrCb || {}, cb);
1258
- }
1259
- else {
1260
- return this.send(command, optionsOrCb);
1261
- }
1262
- };
1263
- SSM.prototype.getParametersByPath = function (args, optionsOrCb, cb) {
1264
- var command = new GetParametersByPathCommand(args);
1265
- if (typeof optionsOrCb === "function") {
1266
- this.send(command, optionsOrCb);
1267
- }
1268
- else if (typeof cb === "function") {
1269
- if (typeof optionsOrCb !== "object")
1270
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1271
- this.send(command, optionsOrCb || {}, cb);
1272
- }
1273
- else {
1274
- return this.send(command, optionsOrCb);
1275
- }
1276
- };
1277
- SSM.prototype.getPatchBaseline = function (args, optionsOrCb, cb) {
1278
- var command = new GetPatchBaselineCommand(args);
1279
- if (typeof optionsOrCb === "function") {
1280
- this.send(command, optionsOrCb);
1281
- }
1282
- else if (typeof cb === "function") {
1283
- if (typeof optionsOrCb !== "object")
1284
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1285
- this.send(command, optionsOrCb || {}, cb);
1286
- }
1287
- else {
1288
- return this.send(command, optionsOrCb);
1289
- }
1290
- };
1291
- SSM.prototype.getPatchBaselineForPatchGroup = function (args, optionsOrCb, cb) {
1292
- var command = new GetPatchBaselineForPatchGroupCommand(args);
1293
- if (typeof optionsOrCb === "function") {
1294
- this.send(command, optionsOrCb);
1295
- }
1296
- else if (typeof cb === "function") {
1297
- if (typeof optionsOrCb !== "object")
1298
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1299
- this.send(command, optionsOrCb || {}, cb);
1300
- }
1301
- else {
1302
- return this.send(command, optionsOrCb);
1303
- }
1304
- };
1305
- SSM.prototype.getServiceSetting = function (args, optionsOrCb, cb) {
1306
- var command = new GetServiceSettingCommand(args);
1307
- if (typeof optionsOrCb === "function") {
1308
- this.send(command, optionsOrCb);
1309
- }
1310
- else if (typeof cb === "function") {
1311
- if (typeof optionsOrCb !== "object")
1312
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1313
- this.send(command, optionsOrCb || {}, cb);
1314
- }
1315
- else {
1316
- return this.send(command, optionsOrCb);
1317
- }
1318
- };
1319
- SSM.prototype.labelParameterVersion = function (args, optionsOrCb, cb) {
1320
- var command = new LabelParameterVersionCommand(args);
1321
- if (typeof optionsOrCb === "function") {
1322
- this.send(command, optionsOrCb);
1323
- }
1324
- else if (typeof cb === "function") {
1325
- if (typeof optionsOrCb !== "object")
1326
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1327
- this.send(command, optionsOrCb || {}, cb);
1328
- }
1329
- else {
1330
- return this.send(command, optionsOrCb);
1331
- }
1332
- };
1333
- SSM.prototype.listAssociations = function (args, optionsOrCb, cb) {
1334
- var command = new ListAssociationsCommand(args);
1335
- if (typeof optionsOrCb === "function") {
1336
- this.send(command, optionsOrCb);
1337
- }
1338
- else if (typeof cb === "function") {
1339
- if (typeof optionsOrCb !== "object")
1340
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1341
- this.send(command, optionsOrCb || {}, cb);
1342
- }
1343
- else {
1344
- return this.send(command, optionsOrCb);
1345
- }
1346
- };
1347
- SSM.prototype.listAssociationVersions = function (args, optionsOrCb, cb) {
1348
- var command = new ListAssociationVersionsCommand(args);
1349
- if (typeof optionsOrCb === "function") {
1350
- this.send(command, optionsOrCb);
1351
- }
1352
- else if (typeof cb === "function") {
1353
- if (typeof optionsOrCb !== "object")
1354
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1355
- this.send(command, optionsOrCb || {}, cb);
1356
- }
1357
- else {
1358
- return this.send(command, optionsOrCb);
1359
- }
1360
- };
1361
- SSM.prototype.listCommandInvocations = function (args, optionsOrCb, cb) {
1362
- var command = new ListCommandInvocationsCommand(args);
1363
- if (typeof optionsOrCb === "function") {
1364
- this.send(command, optionsOrCb);
1365
- }
1366
- else if (typeof cb === "function") {
1367
- if (typeof optionsOrCb !== "object")
1368
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1369
- this.send(command, optionsOrCb || {}, cb);
1370
- }
1371
- else {
1372
- return this.send(command, optionsOrCb);
1373
- }
1374
- };
1375
- SSM.prototype.listCommands = function (args, optionsOrCb, cb) {
1376
- var command = new ListCommandsCommand(args);
1377
- if (typeof optionsOrCb === "function") {
1378
- this.send(command, optionsOrCb);
1379
- }
1380
- else if (typeof cb === "function") {
1381
- if (typeof optionsOrCb !== "object")
1382
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1383
- this.send(command, optionsOrCb || {}, cb);
1384
- }
1385
- else {
1386
- return this.send(command, optionsOrCb);
1387
- }
1388
- };
1389
- SSM.prototype.listComplianceItems = function (args, optionsOrCb, cb) {
1390
- var command = new ListComplianceItemsCommand(args);
1391
- if (typeof optionsOrCb === "function") {
1392
- this.send(command, optionsOrCb);
1393
- }
1394
- else if (typeof cb === "function") {
1395
- if (typeof optionsOrCb !== "object")
1396
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1397
- this.send(command, optionsOrCb || {}, cb);
1398
- }
1399
- else {
1400
- return this.send(command, optionsOrCb);
1401
- }
1402
- };
1403
- SSM.prototype.listComplianceSummaries = function (args, optionsOrCb, cb) {
1404
- var command = new ListComplianceSummariesCommand(args);
1405
- if (typeof optionsOrCb === "function") {
1406
- this.send(command, optionsOrCb);
1407
- }
1408
- else if (typeof cb === "function") {
1409
- if (typeof optionsOrCb !== "object")
1410
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1411
- this.send(command, optionsOrCb || {}, cb);
1412
- }
1413
- else {
1414
- return this.send(command, optionsOrCb);
1415
- }
1416
- };
1417
- SSM.prototype.listDocumentMetadataHistory = function (args, optionsOrCb, cb) {
1418
- var command = new ListDocumentMetadataHistoryCommand(args);
1419
- if (typeof optionsOrCb === "function") {
1420
- this.send(command, optionsOrCb);
1421
- }
1422
- else if (typeof cb === "function") {
1423
- if (typeof optionsOrCb !== "object")
1424
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1425
- this.send(command, optionsOrCb || {}, cb);
1426
- }
1427
- else {
1428
- return this.send(command, optionsOrCb);
1429
- }
1430
- };
1431
- SSM.prototype.listDocuments = function (args, optionsOrCb, cb) {
1432
- var command = new ListDocumentsCommand(args);
1433
- if (typeof optionsOrCb === "function") {
1434
- this.send(command, optionsOrCb);
1435
- }
1436
- else if (typeof cb === "function") {
1437
- if (typeof optionsOrCb !== "object")
1438
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1439
- this.send(command, optionsOrCb || {}, cb);
1440
- }
1441
- else {
1442
- return this.send(command, optionsOrCb);
1443
- }
1444
- };
1445
- SSM.prototype.listDocumentVersions = function (args, optionsOrCb, cb) {
1446
- var command = new ListDocumentVersionsCommand(args);
1447
- if (typeof optionsOrCb === "function") {
1448
- this.send(command, optionsOrCb);
1449
- }
1450
- else if (typeof cb === "function") {
1451
- if (typeof optionsOrCb !== "object")
1452
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1453
- this.send(command, optionsOrCb || {}, cb);
1454
- }
1455
- else {
1456
- return this.send(command, optionsOrCb);
1457
- }
1458
- };
1459
- SSM.prototype.listInventoryEntries = function (args, optionsOrCb, cb) {
1460
- var command = new ListInventoryEntriesCommand(args);
1461
- if (typeof optionsOrCb === "function") {
1462
- this.send(command, optionsOrCb);
1463
- }
1464
- else if (typeof cb === "function") {
1465
- if (typeof optionsOrCb !== "object")
1466
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1467
- this.send(command, optionsOrCb || {}, cb);
1468
- }
1469
- else {
1470
- return this.send(command, optionsOrCb);
1471
- }
1472
- };
1473
- SSM.prototype.listOpsItemEvents = function (args, optionsOrCb, cb) {
1474
- var command = new ListOpsItemEventsCommand(args);
1475
- if (typeof optionsOrCb === "function") {
1476
- this.send(command, optionsOrCb);
1477
- }
1478
- else if (typeof cb === "function") {
1479
- if (typeof optionsOrCb !== "object")
1480
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1481
- this.send(command, optionsOrCb || {}, cb);
1482
- }
1483
- else {
1484
- return this.send(command, optionsOrCb);
1485
- }
1486
- };
1487
- SSM.prototype.listOpsItemRelatedItems = function (args, optionsOrCb, cb) {
1488
- var command = new ListOpsItemRelatedItemsCommand(args);
1489
- if (typeof optionsOrCb === "function") {
1490
- this.send(command, optionsOrCb);
1491
- }
1492
- else if (typeof cb === "function") {
1493
- if (typeof optionsOrCb !== "object")
1494
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1495
- this.send(command, optionsOrCb || {}, cb);
1496
- }
1497
- else {
1498
- return this.send(command, optionsOrCb);
1499
- }
1500
- };
1501
- SSM.prototype.listOpsMetadata = function (args, optionsOrCb, cb) {
1502
- var command = new ListOpsMetadataCommand(args);
1503
- if (typeof optionsOrCb === "function") {
1504
- this.send(command, optionsOrCb);
1505
- }
1506
- else if (typeof cb === "function") {
1507
- if (typeof optionsOrCb !== "object")
1508
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1509
- this.send(command, optionsOrCb || {}, cb);
1510
- }
1511
- else {
1512
- return this.send(command, optionsOrCb);
1513
- }
1514
- };
1515
- SSM.prototype.listResourceComplianceSummaries = function (args, optionsOrCb, cb) {
1516
- var command = new ListResourceComplianceSummariesCommand(args);
1517
- if (typeof optionsOrCb === "function") {
1518
- this.send(command, optionsOrCb);
1519
- }
1520
- else if (typeof cb === "function") {
1521
- if (typeof optionsOrCb !== "object")
1522
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1523
- this.send(command, optionsOrCb || {}, cb);
1524
- }
1525
- else {
1526
- return this.send(command, optionsOrCb);
1527
- }
1528
- };
1529
- SSM.prototype.listResourceDataSync = function (args, optionsOrCb, cb) {
1530
- var command = new ListResourceDataSyncCommand(args);
1531
- if (typeof optionsOrCb === "function") {
1532
- this.send(command, optionsOrCb);
1533
- }
1534
- else if (typeof cb === "function") {
1535
- if (typeof optionsOrCb !== "object")
1536
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1537
- this.send(command, optionsOrCb || {}, cb);
1538
- }
1539
- else {
1540
- return this.send(command, optionsOrCb);
1541
- }
1542
- };
1543
- SSM.prototype.listTagsForResource = function (args, optionsOrCb, cb) {
1544
- var command = new ListTagsForResourceCommand(args);
1545
- if (typeof optionsOrCb === "function") {
1546
- this.send(command, optionsOrCb);
1547
- }
1548
- else if (typeof cb === "function") {
1549
- if (typeof optionsOrCb !== "object")
1550
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1551
- this.send(command, optionsOrCb || {}, cb);
1552
- }
1553
- else {
1554
- return this.send(command, optionsOrCb);
1555
- }
1556
- };
1557
- SSM.prototype.modifyDocumentPermission = function (args, optionsOrCb, cb) {
1558
- var command = new ModifyDocumentPermissionCommand(args);
1559
- if (typeof optionsOrCb === "function") {
1560
- this.send(command, optionsOrCb);
1561
- }
1562
- else if (typeof cb === "function") {
1563
- if (typeof optionsOrCb !== "object")
1564
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1565
- this.send(command, optionsOrCb || {}, cb);
1566
- }
1567
- else {
1568
- return this.send(command, optionsOrCb);
1569
- }
1570
- };
1571
- SSM.prototype.putComplianceItems = function (args, optionsOrCb, cb) {
1572
- var command = new PutComplianceItemsCommand(args);
1573
- if (typeof optionsOrCb === "function") {
1574
- this.send(command, optionsOrCb);
1575
- }
1576
- else if (typeof cb === "function") {
1577
- if (typeof optionsOrCb !== "object")
1578
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1579
- this.send(command, optionsOrCb || {}, cb);
1580
- }
1581
- else {
1582
- return this.send(command, optionsOrCb);
1583
- }
1584
- };
1585
- SSM.prototype.putInventory = function (args, optionsOrCb, cb) {
1586
- var command = new PutInventoryCommand(args);
1587
- if (typeof optionsOrCb === "function") {
1588
- this.send(command, optionsOrCb);
1589
- }
1590
- else if (typeof cb === "function") {
1591
- if (typeof optionsOrCb !== "object")
1592
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1593
- this.send(command, optionsOrCb || {}, cb);
1594
- }
1595
- else {
1596
- return this.send(command, optionsOrCb);
1597
- }
1598
- };
1599
- SSM.prototype.putParameter = function (args, optionsOrCb, cb) {
1600
- var command = new PutParameterCommand(args);
1601
- if (typeof optionsOrCb === "function") {
1602
- this.send(command, optionsOrCb);
1603
- }
1604
- else if (typeof cb === "function") {
1605
- if (typeof optionsOrCb !== "object")
1606
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1607
- this.send(command, optionsOrCb || {}, cb);
1608
- }
1609
- else {
1610
- return this.send(command, optionsOrCb);
1611
- }
1612
- };
1613
- SSM.prototype.registerDefaultPatchBaseline = function (args, optionsOrCb, cb) {
1614
- var command = new RegisterDefaultPatchBaselineCommand(args);
1615
- if (typeof optionsOrCb === "function") {
1616
- this.send(command, optionsOrCb);
1617
- }
1618
- else if (typeof cb === "function") {
1619
- if (typeof optionsOrCb !== "object")
1620
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1621
- this.send(command, optionsOrCb || {}, cb);
1622
- }
1623
- else {
1624
- return this.send(command, optionsOrCb);
1625
- }
1626
- };
1627
- SSM.prototype.registerPatchBaselineForPatchGroup = function (args, optionsOrCb, cb) {
1628
- var command = new RegisterPatchBaselineForPatchGroupCommand(args);
1629
- if (typeof optionsOrCb === "function") {
1630
- this.send(command, optionsOrCb);
1631
- }
1632
- else if (typeof cb === "function") {
1633
- if (typeof optionsOrCb !== "object")
1634
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1635
- this.send(command, optionsOrCb || {}, cb);
1636
- }
1637
- else {
1638
- return this.send(command, optionsOrCb);
1639
- }
1640
- };
1641
- SSM.prototype.registerTargetWithMaintenanceWindow = function (args, optionsOrCb, cb) {
1642
- var command = new RegisterTargetWithMaintenanceWindowCommand(args);
1643
- if (typeof optionsOrCb === "function") {
1644
- this.send(command, optionsOrCb);
1645
- }
1646
- else if (typeof cb === "function") {
1647
- if (typeof optionsOrCb !== "object")
1648
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1649
- this.send(command, optionsOrCb || {}, cb);
1650
- }
1651
- else {
1652
- return this.send(command, optionsOrCb);
1653
- }
1654
- };
1655
- SSM.prototype.registerTaskWithMaintenanceWindow = function (args, optionsOrCb, cb) {
1656
- var command = new RegisterTaskWithMaintenanceWindowCommand(args);
1657
- if (typeof optionsOrCb === "function") {
1658
- this.send(command, optionsOrCb);
1659
- }
1660
- else if (typeof cb === "function") {
1661
- if (typeof optionsOrCb !== "object")
1662
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1663
- this.send(command, optionsOrCb || {}, cb);
1664
- }
1665
- else {
1666
- return this.send(command, optionsOrCb);
1667
- }
1668
- };
1669
- SSM.prototype.removeTagsFromResource = function (args, optionsOrCb, cb) {
1670
- var command = new RemoveTagsFromResourceCommand(args);
1671
- if (typeof optionsOrCb === "function") {
1672
- this.send(command, optionsOrCb);
1673
- }
1674
- else if (typeof cb === "function") {
1675
- if (typeof optionsOrCb !== "object")
1676
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1677
- this.send(command, optionsOrCb || {}, cb);
1678
- }
1679
- else {
1680
- return this.send(command, optionsOrCb);
1681
- }
1682
- };
1683
- SSM.prototype.resetServiceSetting = function (args, optionsOrCb, cb) {
1684
- var command = new ResetServiceSettingCommand(args);
1685
- if (typeof optionsOrCb === "function") {
1686
- this.send(command, optionsOrCb);
1687
- }
1688
- else if (typeof cb === "function") {
1689
- if (typeof optionsOrCb !== "object")
1690
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1691
- this.send(command, optionsOrCb || {}, cb);
1692
- }
1693
- else {
1694
- return this.send(command, optionsOrCb);
1695
- }
1696
- };
1697
- SSM.prototype.resumeSession = function (args, optionsOrCb, cb) {
1698
- var command = new ResumeSessionCommand(args);
1699
- if (typeof optionsOrCb === "function") {
1700
- this.send(command, optionsOrCb);
1701
- }
1702
- else if (typeof cb === "function") {
1703
- if (typeof optionsOrCb !== "object")
1704
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1705
- this.send(command, optionsOrCb || {}, cb);
1706
- }
1707
- else {
1708
- return this.send(command, optionsOrCb);
1709
- }
1710
- };
1711
- SSM.prototype.sendAutomationSignal = function (args, optionsOrCb, cb) {
1712
- var command = new SendAutomationSignalCommand(args);
1713
- if (typeof optionsOrCb === "function") {
1714
- this.send(command, optionsOrCb);
1715
- }
1716
- else if (typeof cb === "function") {
1717
- if (typeof optionsOrCb !== "object")
1718
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1719
- this.send(command, optionsOrCb || {}, cb);
1720
- }
1721
- else {
1722
- return this.send(command, optionsOrCb);
1723
- }
1724
- };
1725
- SSM.prototype.sendCommand = function (args, optionsOrCb, cb) {
1726
- var command = new SendCommandCommand(args);
1727
- if (typeof optionsOrCb === "function") {
1728
- this.send(command, optionsOrCb);
1729
- }
1730
- else if (typeof cb === "function") {
1731
- if (typeof optionsOrCb !== "object")
1732
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1733
- this.send(command, optionsOrCb || {}, cb);
1734
- }
1735
- else {
1736
- return this.send(command, optionsOrCb);
1737
- }
1738
- };
1739
- SSM.prototype.startAssociationsOnce = function (args, optionsOrCb, cb) {
1740
- var command = new StartAssociationsOnceCommand(args);
1741
- if (typeof optionsOrCb === "function") {
1742
- this.send(command, optionsOrCb);
1743
- }
1744
- else if (typeof cb === "function") {
1745
- if (typeof optionsOrCb !== "object")
1746
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1747
- this.send(command, optionsOrCb || {}, cb);
1748
- }
1749
- else {
1750
- return this.send(command, optionsOrCb);
1751
- }
1752
- };
1753
- SSM.prototype.startAutomationExecution = function (args, optionsOrCb, cb) {
1754
- var command = new StartAutomationExecutionCommand(args);
1755
- if (typeof optionsOrCb === "function") {
1756
- this.send(command, optionsOrCb);
1757
- }
1758
- else if (typeof cb === "function") {
1759
- if (typeof optionsOrCb !== "object")
1760
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1761
- this.send(command, optionsOrCb || {}, cb);
1762
- }
1763
- else {
1764
- return this.send(command, optionsOrCb);
1765
- }
1766
- };
1767
- SSM.prototype.startChangeRequestExecution = function (args, optionsOrCb, cb) {
1768
- var command = new StartChangeRequestExecutionCommand(args);
1769
- if (typeof optionsOrCb === "function") {
1770
- this.send(command, optionsOrCb);
1771
- }
1772
- else if (typeof cb === "function") {
1773
- if (typeof optionsOrCb !== "object")
1774
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1775
- this.send(command, optionsOrCb || {}, cb);
1776
- }
1777
- else {
1778
- return this.send(command, optionsOrCb);
1779
- }
1780
- };
1781
- SSM.prototype.startSession = function (args, optionsOrCb, cb) {
1782
- var command = new StartSessionCommand(args);
1783
- if (typeof optionsOrCb === "function") {
1784
- this.send(command, optionsOrCb);
1785
- }
1786
- else if (typeof cb === "function") {
1787
- if (typeof optionsOrCb !== "object")
1788
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1789
- this.send(command, optionsOrCb || {}, cb);
1790
- }
1791
- else {
1792
- return this.send(command, optionsOrCb);
1793
- }
1794
- };
1795
- SSM.prototype.stopAutomationExecution = function (args, optionsOrCb, cb) {
1796
- var command = new StopAutomationExecutionCommand(args);
1797
- if (typeof optionsOrCb === "function") {
1798
- this.send(command, optionsOrCb);
1799
- }
1800
- else if (typeof cb === "function") {
1801
- if (typeof optionsOrCb !== "object")
1802
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1803
- this.send(command, optionsOrCb || {}, cb);
1804
- }
1805
- else {
1806
- return this.send(command, optionsOrCb);
1807
- }
1808
- };
1809
- SSM.prototype.terminateSession = function (args, optionsOrCb, cb) {
1810
- var command = new TerminateSessionCommand(args);
1811
- if (typeof optionsOrCb === "function") {
1812
- this.send(command, optionsOrCb);
1813
- }
1814
- else if (typeof cb === "function") {
1815
- if (typeof optionsOrCb !== "object")
1816
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1817
- this.send(command, optionsOrCb || {}, cb);
1818
- }
1819
- else {
1820
- return this.send(command, optionsOrCb);
1821
- }
1822
- };
1823
- SSM.prototype.unlabelParameterVersion = function (args, optionsOrCb, cb) {
1824
- var command = new UnlabelParameterVersionCommand(args);
1825
- if (typeof optionsOrCb === "function") {
1826
- this.send(command, optionsOrCb);
1827
- }
1828
- else if (typeof cb === "function") {
1829
- if (typeof optionsOrCb !== "object")
1830
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1831
- this.send(command, optionsOrCb || {}, cb);
1832
- }
1833
- else {
1834
- return this.send(command, optionsOrCb);
1835
- }
1836
- };
1837
- SSM.prototype.updateAssociation = function (args, optionsOrCb, cb) {
1838
- var command = new UpdateAssociationCommand(args);
1839
- if (typeof optionsOrCb === "function") {
1840
- this.send(command, optionsOrCb);
1841
- }
1842
- else if (typeof cb === "function") {
1843
- if (typeof optionsOrCb !== "object")
1844
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1845
- this.send(command, optionsOrCb || {}, cb);
1846
- }
1847
- else {
1848
- return this.send(command, optionsOrCb);
1849
- }
1850
- };
1851
- SSM.prototype.updateAssociationStatus = function (args, optionsOrCb, cb) {
1852
- var command = new UpdateAssociationStatusCommand(args);
1853
- if (typeof optionsOrCb === "function") {
1854
- this.send(command, optionsOrCb);
1855
- }
1856
- else if (typeof cb === "function") {
1857
- if (typeof optionsOrCb !== "object")
1858
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1859
- this.send(command, optionsOrCb || {}, cb);
1860
- }
1861
- else {
1862
- return this.send(command, optionsOrCb);
1863
- }
1864
- };
1865
- SSM.prototype.updateDocument = function (args, optionsOrCb, cb) {
1866
- var command = new UpdateDocumentCommand(args);
1867
- if (typeof optionsOrCb === "function") {
1868
- this.send(command, optionsOrCb);
1869
- }
1870
- else if (typeof cb === "function") {
1871
- if (typeof optionsOrCb !== "object")
1872
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1873
- this.send(command, optionsOrCb || {}, cb);
1874
- }
1875
- else {
1876
- return this.send(command, optionsOrCb);
1877
- }
1878
- };
1879
- SSM.prototype.updateDocumentDefaultVersion = function (args, optionsOrCb, cb) {
1880
- var command = new UpdateDocumentDefaultVersionCommand(args);
1881
- if (typeof optionsOrCb === "function") {
1882
- this.send(command, optionsOrCb);
1883
- }
1884
- else if (typeof cb === "function") {
1885
- if (typeof optionsOrCb !== "object")
1886
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1887
- this.send(command, optionsOrCb || {}, cb);
1888
- }
1889
- else {
1890
- return this.send(command, optionsOrCb);
1891
- }
1892
- };
1893
- SSM.prototype.updateDocumentMetadata = function (args, optionsOrCb, cb) {
1894
- var command = new UpdateDocumentMetadataCommand(args);
1895
- if (typeof optionsOrCb === "function") {
1896
- this.send(command, optionsOrCb);
1897
- }
1898
- else if (typeof cb === "function") {
1899
- if (typeof optionsOrCb !== "object")
1900
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1901
- this.send(command, optionsOrCb || {}, cb);
1902
- }
1903
- else {
1904
- return this.send(command, optionsOrCb);
1905
- }
1906
- };
1907
- SSM.prototype.updateMaintenanceWindow = function (args, optionsOrCb, cb) {
1908
- var command = new UpdateMaintenanceWindowCommand(args);
1909
- if (typeof optionsOrCb === "function") {
1910
- this.send(command, optionsOrCb);
1911
- }
1912
- else if (typeof cb === "function") {
1913
- if (typeof optionsOrCb !== "object")
1914
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1915
- this.send(command, optionsOrCb || {}, cb);
1916
- }
1917
- else {
1918
- return this.send(command, optionsOrCb);
1919
- }
1920
- };
1921
- SSM.prototype.updateMaintenanceWindowTarget = function (args, optionsOrCb, cb) {
1922
- var command = new UpdateMaintenanceWindowTargetCommand(args);
1923
- if (typeof optionsOrCb === "function") {
1924
- this.send(command, optionsOrCb);
1925
- }
1926
- else if (typeof cb === "function") {
1927
- if (typeof optionsOrCb !== "object")
1928
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1929
- this.send(command, optionsOrCb || {}, cb);
1930
- }
1931
- else {
1932
- return this.send(command, optionsOrCb);
1933
- }
1934
- };
1935
- SSM.prototype.updateMaintenanceWindowTask = function (args, optionsOrCb, cb) {
1936
- var command = new UpdateMaintenanceWindowTaskCommand(args);
1937
- if (typeof optionsOrCb === "function") {
1938
- this.send(command, optionsOrCb);
1939
- }
1940
- else if (typeof cb === "function") {
1941
- if (typeof optionsOrCb !== "object")
1942
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1943
- this.send(command, optionsOrCb || {}, cb);
1944
- }
1945
- else {
1946
- return this.send(command, optionsOrCb);
1947
- }
1948
- };
1949
- SSM.prototype.updateManagedInstanceRole = function (args, optionsOrCb, cb) {
1950
- var command = new UpdateManagedInstanceRoleCommand(args);
1951
- if (typeof optionsOrCb === "function") {
1952
- this.send(command, optionsOrCb);
1953
- }
1954
- else if (typeof cb === "function") {
1955
- if (typeof optionsOrCb !== "object")
1956
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1957
- this.send(command, optionsOrCb || {}, cb);
1958
- }
1959
- else {
1960
- return this.send(command, optionsOrCb);
1961
- }
1962
- };
1963
- SSM.prototype.updateOpsItem = function (args, optionsOrCb, cb) {
1964
- var command = new UpdateOpsItemCommand(args);
1965
- if (typeof optionsOrCb === "function") {
1966
- this.send(command, optionsOrCb);
1967
- }
1968
- else if (typeof cb === "function") {
1969
- if (typeof optionsOrCb !== "object")
1970
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1971
- this.send(command, optionsOrCb || {}, cb);
1972
- }
1973
- else {
1974
- return this.send(command, optionsOrCb);
1975
- }
1976
- };
1977
- SSM.prototype.updateOpsMetadata = function (args, optionsOrCb, cb) {
1978
- var command = new UpdateOpsMetadataCommand(args);
1979
- if (typeof optionsOrCb === "function") {
1980
- this.send(command, optionsOrCb);
1981
- }
1982
- else if (typeof cb === "function") {
1983
- if (typeof optionsOrCb !== "object")
1984
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1985
- this.send(command, optionsOrCb || {}, cb);
1986
- }
1987
- else {
1988
- return this.send(command, optionsOrCb);
1989
- }
1990
- };
1991
- SSM.prototype.updatePatchBaseline = function (args, optionsOrCb, cb) {
1992
- var command = new UpdatePatchBaselineCommand(args);
1993
- if (typeof optionsOrCb === "function") {
1994
- this.send(command, optionsOrCb);
1995
- }
1996
- else if (typeof cb === "function") {
1997
- if (typeof optionsOrCb !== "object")
1998
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1999
- this.send(command, optionsOrCb || {}, cb);
2000
- }
2001
- else {
2002
- return this.send(command, optionsOrCb);
2003
- }
2004
- };
2005
- SSM.prototype.updateResourceDataSync = function (args, optionsOrCb, cb) {
2006
- var command = new UpdateResourceDataSyncCommand(args);
2007
- if (typeof optionsOrCb === "function") {
2008
- this.send(command, optionsOrCb);
2009
- }
2010
- else if (typeof cb === "function") {
2011
- if (typeof optionsOrCb !== "object")
2012
- throw new Error("Expect http options but get " + typeof optionsOrCb);
2013
- this.send(command, optionsOrCb || {}, cb);
2014
- }
2015
- else {
2016
- return this.send(command, optionsOrCb);
2017
- }
2018
- };
2019
- SSM.prototype.updateServiceSetting = function (args, optionsOrCb, cb) {
2020
- var command = new UpdateServiceSettingCommand(args);
2021
- if (typeof optionsOrCb === "function") {
2022
- this.send(command, optionsOrCb);
2023
- }
2024
- else if (typeof cb === "function") {
2025
- if (typeof optionsOrCb !== "object")
2026
- throw new Error("Expect http options but get " + typeof optionsOrCb);
2027
- this.send(command, optionsOrCb || {}, cb);
2028
- }
2029
- else {
2030
- return this.send(command, optionsOrCb);
2031
- }
2032
- };
2033
- return SSM;
2034
- }(SSMClient));
2035
- export { SSM };