serverless-spy 0.0.42 → 0.0.44

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 (5133) hide show
  1. package/.eslintignore +9 -0
  2. package/.jsii +17 -18
  3. package/Gemfile +6 -0
  4. package/Gemfile.lock +271 -0
  5. package/LICENSE +352 -201
  6. package/README.md +11 -1
  7. package/_config.yml +35 -0
  8. package/_layouts/default.html +36 -0
  9. package/_layouts/home.html +8 -0
  10. package/cli/package.json +1 -1
  11. package/dist/releasetag.txt +1 -1
  12. package/lib/cli/package.json +1 -1
  13. package/lib/extension/dist/layer/nodejs/node_modules/interceptor.js +26 -26
  14. package/lib/extension/dist/layer/nodejs/node_modules/interceptor.js.map +3 -3
  15. package/lib/src/ServerlessSpy.js +1 -1
  16. package/logo/full_logo.svg +16 -16
  17. package/logo/full_logo_white.svg +25 -0
  18. package/node_modules/@aws-sdk/client-apigatewaymanagementapi/CHANGELOG.md +8 -0
  19. package/node_modules/@aws-sdk/client-apigatewaymanagementapi/package.json +6 -6
  20. package/node_modules/@aws-sdk/client-cognito-identity/CHANGELOG.md +8 -0
  21. package/node_modules/@aws-sdk/client-cognito-identity/package.json +7 -7
  22. package/node_modules/@aws-sdk/client-dynamodb/CHANGELOG.md +8 -0
  23. package/node_modules/@aws-sdk/client-dynamodb/package.json +7 -7
  24. package/node_modules/@aws-sdk/client-eventbridge/CHANGELOG.md +8 -0
  25. package/node_modules/@aws-sdk/client-eventbridge/package.json +7 -7
  26. package/node_modules/@aws-sdk/client-lambda/CHANGELOG.md +8 -0
  27. package/node_modules/@aws-sdk/client-lambda/package.json +7 -7
  28. package/node_modules/@aws-sdk/client-s3/CHANGELOG.md +8 -0
  29. package/node_modules/@aws-sdk/client-s3/package.json +8 -8
  30. package/node_modules/@aws-sdk/client-sns/CHANGELOG.md +8 -0
  31. package/node_modules/@aws-sdk/client-sns/package.json +6 -6
  32. package/node_modules/@aws-sdk/client-sqs/CHANGELOG.md +8 -0
  33. package/node_modules/@aws-sdk/client-sqs/package.json +6 -6
  34. package/node_modules/@aws-sdk/client-sso/CHANGELOG.md +8 -0
  35. package/node_modules/@aws-sdk/client-sso/package.json +4 -4
  36. package/node_modules/@aws-sdk/client-sts/CHANGELOG.md +8 -0
  37. package/node_modules/@aws-sdk/client-sts/package.json +5 -5
  38. package/node_modules/@aws-sdk/credential-provider-cognito-identity/CHANGELOG.md +8 -0
  39. package/node_modules/@aws-sdk/credential-provider-cognito-identity/package.json +2 -2
  40. package/node_modules/@aws-sdk/credential-provider-ini/CHANGELOG.md +8 -0
  41. package/node_modules/@aws-sdk/credential-provider-ini/package.json +2 -2
  42. package/node_modules/@aws-sdk/credential-provider-node/CHANGELOG.md +8 -0
  43. package/node_modules/@aws-sdk/credential-provider-node/package.json +3 -3
  44. package/node_modules/@aws-sdk/credential-provider-sso/CHANGELOG.md +8 -0
  45. package/node_modules/@aws-sdk/credential-provider-sso/package.json +2 -2
  46. package/node_modules/@aws-sdk/credential-providers/CHANGELOG.md +8 -0
  47. package/node_modules/@aws-sdk/credential-providers/package.json +8 -8
  48. package/node_modules/@aws-sdk/lib-dynamodb/CHANGELOG.md +8 -0
  49. package/node_modules/@aws-sdk/lib-dynamodb/package.json +4 -4
  50. package/node_modules/@aws-sdk/signature-v4-multi-region/CHANGELOG.md +8 -0
  51. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +2 -2
  52. package/node_modules/@aws-sdk/smithy-client/CHANGELOG.md +11 -0
  53. package/node_modules/@aws-sdk/smithy-client/dist-types/exceptions.d.ts +2 -2
  54. package/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/exceptions.d.ts +4 -1
  55. package/node_modules/@aws-sdk/smithy-client/package.json +1 -1
  56. package/node_modules/@aws-sdk/util-defaults-mode-browser/CHANGELOG.md +8 -0
  57. package/node_modules/@aws-sdk/util-defaults-mode-browser/package.json +2 -2
  58. package/node_modules/@aws-sdk/util-defaults-mode-node/CHANGELOG.md +8 -0
  59. package/node_modules/@aws-sdk/util-defaults-mode-node/package.json +2 -2
  60. package/node_modules/@aws-sdk/util-dynamodb/CHANGELOG.md +8 -0
  61. package/node_modules/@aws-sdk/util-dynamodb/package.json +2 -2
  62. package/node_modules/@aws-sdk/util-waiter/CHANGELOG.md +11 -0
  63. package/node_modules/@aws-sdk/util-waiter/dist-cjs/poller.js +4 -4
  64. package/node_modules/@aws-sdk/util-waiter/dist-es/poller.js +11 -11
  65. package/node_modules/@aws-sdk/util-waiter/package.json +1 -1
  66. package/node_modules/aws-sdk/CHANGELOG.md +7 -1
  67. package/node_modules/aws-sdk/README.md +1 -1
  68. package/node_modules/aws-sdk/apis/ce-2017-10-25.min.json +10 -8
  69. package/node_modules/aws-sdk/apis/location-2020-11-19.min.json +64 -17
  70. package/node_modules/aws-sdk/clients/costexplorer.d.ts +15 -7
  71. package/node_modules/aws-sdk/clients/kendra.d.ts +36 -36
  72. package/node_modules/aws-sdk/clients/location.d.ts +54 -4
  73. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +17 -3
  74. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +19 -5
  75. package/node_modules/aws-sdk/dist/aws-sdk.js +93 -30
  76. package/node_modules/aws-sdk/dist/aws-sdk.min.js +42 -42
  77. package/node_modules/aws-sdk/lib/core.js +1 -1
  78. package/node_modules/aws-sdk/lib/event_listeners.js +1 -0
  79. package/node_modules/aws-sdk/lib/protocol/rest_json.js +15 -2
  80. package/node_modules/aws-sdk/package.json +1 -2
  81. package/node_modules/{cli-table3/node_modules/colors → colors}/LICENSE +0 -0
  82. package/node_modules/{cli-table3/node_modules/colors → colors}/README.md +0 -0
  83. package/node_modules/colors/examples/normal-usage.js +32 -24
  84. package/node_modules/colors/examples/safe-string.js +28 -25
  85. package/node_modules/{cli-table3/node_modules/colors → colors}/index.d.ts +0 -0
  86. package/node_modules/colors/lib/colors.js +93 -58
  87. package/node_modules/colors/lib/custom/trap.js +36 -35
  88. package/node_modules/colors/lib/custom/zalgo.js +46 -40
  89. package/node_modules/colors/lib/extendStringPrototype.js +47 -55
  90. package/node_modules/colors/lib/index.js +4 -3
  91. package/node_modules/colors/lib/maps/america.js +8 -10
  92. package/node_modules/colors/lib/maps/rainbow.js +6 -7
  93. package/node_modules/colors/lib/maps/random.js +9 -6
  94. package/node_modules/colors/lib/maps/zebra.js +5 -5
  95. package/node_modules/colors/lib/styles.js +21 -3
  96. package/node_modules/{cli-table3/node_modules/colors → colors}/lib/system/has-flag.js +0 -0
  97. package/node_modules/colors/lib/system/supports-colors.js +109 -19
  98. package/node_modules/colors/package.json +28 -4
  99. package/node_modules/{cli-table3/node_modules/colors → colors}/safe.d.ts +0 -0
  100. package/node_modules/colors/safe.js +4 -3
  101. package/node_modules/colors/themes/generic-logging.js +2 -2
  102. package/node_modules/{escape-string-regexp → inquirer/node_modules/escape-string-regexp}/index.js +0 -0
  103. package/node_modules/{cli-table3/node_modules/is-fullwidth-code-point → inquirer/node_modules/escape-string-regexp}/license +0 -0
  104. package/node_modules/{escape-string-regexp → inquirer/node_modules/escape-string-regexp}/package.json +0 -0
  105. package/node_modules/{escape-string-regexp → inquirer/node_modules/escape-string-regexp}/readme.md +0 -0
  106. package/node_modules/{cli-table3/node_modules/is-fullwidth-code-point → is-fullwidth-code-point}/index.js +0 -0
  107. package/node_modules/{escape-string-regexp → is-fullwidth-code-point}/license +0 -0
  108. package/node_modules/{cli-table3/node_modules/is-fullwidth-code-point → is-fullwidth-code-point}/package.json +0 -0
  109. package/node_modules/{cli-table3/node_modules/is-fullwidth-code-point → is-fullwidth-code-point}/readme.md +0 -0
  110. package/node_modules/safe-buffer/index.js +3 -0
  111. package/node_modules/safe-buffer/package.json +18 -4
  112. package/node_modules/spawn-sync/node_modules/safe-buffer/LICENSE +21 -0
  113. package/node_modules/spawn-sync/node_modules/safe-buffer/README.md +584 -0
  114. package/node_modules/spawn-sync/node_modules/safe-buffer/index.d.ts +187 -0
  115. package/node_modules/spawn-sync/node_modules/safe-buffer/index.js +62 -0
  116. package/node_modules/spawn-sync/node_modules/safe-buffer/package.json +37 -0
  117. package/node_modules/{cli-table3/node_modules/string-width → string-width}/index.js +0 -0
  118. package/node_modules/{cli-table3/node_modules/ansi-regex → string-width}/license +0 -0
  119. package/node_modules/{cli-table3 → string-width}/node_modules/ansi-regex/index.js +0 -0
  120. package/node_modules/{cli-table3/node_modules/string-width → string-width/node_modules/ansi-regex}/license +0 -0
  121. package/node_modules/{cli-table3 → string-width}/node_modules/ansi-regex/package.json +0 -0
  122. package/node_modules/{cli-table3 → string-width}/node_modules/ansi-regex/readme.md +0 -0
  123. package/node_modules/{cli-table3 → string-width}/node_modules/strip-ansi/index.js +0 -0
  124. package/node_modules/{cli-table3 → string-width}/node_modules/strip-ansi/license +0 -0
  125. package/node_modules/{cli-table3 → string-width}/node_modules/strip-ansi/package.json +0 -0
  126. package/node_modules/{cli-table3 → string-width}/node_modules/strip-ansi/readme.md +0 -0
  127. package/node_modules/{cli-table3/node_modules/string-width → string-width}/package.json +0 -0
  128. package/node_modules/{cli-table3/node_modules/string-width → string-width}/readme.md +0 -0
  129. package/node_modules/tabtab/node_modules/safe-buffer/LICENSE +21 -0
  130. package/node_modules/tabtab/node_modules/safe-buffer/README.md +584 -0
  131. package/node_modules/tabtab/node_modules/safe-buffer/index.d.ts +187 -0
  132. package/node_modules/tabtab/node_modules/safe-buffer/index.js +62 -0
  133. package/node_modules/tabtab/node_modules/safe-buffer/package.json +37 -0
  134. package/node_modules/{colors → winston/node_modules/colors}/.travis.yml +0 -0
  135. package/node_modules/{colors → winston/node_modules/colors}/MIT-LICENSE.txt +0 -0
  136. package/node_modules/{colors → winston/node_modules/colors}/ReadMe.md +0 -0
  137. package/node_modules/winston/node_modules/colors/examples/normal-usage.js +74 -0
  138. package/node_modules/winston/node_modules/colors/examples/safe-string.js +76 -0
  139. package/node_modules/winston/node_modules/colors/lib/colors.js +176 -0
  140. package/node_modules/winston/node_modules/colors/lib/custom/trap.js +45 -0
  141. package/node_modules/winston/node_modules/colors/lib/custom/zalgo.js +104 -0
  142. package/node_modules/winston/node_modules/colors/lib/extendStringPrototype.js +118 -0
  143. package/node_modules/winston/node_modules/colors/lib/index.js +12 -0
  144. package/node_modules/winston/node_modules/colors/lib/maps/america.js +12 -0
  145. package/node_modules/winston/node_modules/colors/lib/maps/rainbow.js +13 -0
  146. package/node_modules/winston/node_modules/colors/lib/maps/random.js +8 -0
  147. package/node_modules/winston/node_modules/colors/lib/maps/zebra.js +5 -0
  148. package/node_modules/winston/node_modules/colors/lib/styles.js +77 -0
  149. package/node_modules/winston/node_modules/colors/lib/system/supports-colors.js +61 -0
  150. package/node_modules/winston/node_modules/colors/package.json +21 -0
  151. package/node_modules/winston/node_modules/colors/safe.js +9 -0
  152. package/node_modules/{colors → winston/node_modules/colors}/screenshots/colors.png +0 -0
  153. package/node_modules/{colors → winston/node_modules/colors}/tests/basic-test.js +0 -0
  154. package/node_modules/{colors → winston/node_modules/colors}/tests/safe-test.js +0 -0
  155. package/node_modules/winston/node_modules/colors/themes/generic-logging.js +12 -0
  156. package/notes.txt +3 -0
  157. package/package.json +24 -28
  158. package/node_modules/@aws-sdk/client-ssm/CHANGELOG.md +0 -3740
  159. package/node_modules/@aws-sdk/client-ssm/LICENSE +0 -201
  160. package/node_modules/@aws-sdk/client-ssm/README.md +0 -234
  161. package/node_modules/@aws-sdk/client-ssm/dist-cjs/SSM.js +0 -2032
  162. package/node_modules/@aws-sdk/client-ssm/dist-cjs/SSMClient.js +0 -35
  163. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/AddTagsToResourceCommand.js +0 -36
  164. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/AssociateOpsItemRelatedItemCommand.js +0 -36
  165. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CancelCommandCommand.js +0 -36
  166. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CancelMaintenanceWindowExecutionCommand.js +0 -36
  167. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CreateActivationCommand.js +0 -36
  168. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CreateAssociationBatchCommand.js +0 -36
  169. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CreateAssociationCommand.js +0 -36
  170. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CreateDocumentCommand.js +0 -36
  171. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CreateMaintenanceWindowCommand.js +0 -36
  172. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CreateOpsItemCommand.js +0 -36
  173. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CreateOpsMetadataCommand.js +0 -36
  174. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CreatePatchBaselineCommand.js +0 -36
  175. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CreateResourceDataSyncCommand.js +0 -36
  176. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeleteActivationCommand.js +0 -36
  177. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeleteAssociationCommand.js +0 -36
  178. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeleteDocumentCommand.js +0 -36
  179. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeleteInventoryCommand.js +0 -36
  180. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeleteMaintenanceWindowCommand.js +0 -36
  181. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeleteOpsMetadataCommand.js +0 -36
  182. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeleteParameterCommand.js +0 -36
  183. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeleteParametersCommand.js +0 -36
  184. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeletePatchBaselineCommand.js +0 -36
  185. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeleteResourceDataSyncCommand.js +0 -36
  186. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeregisterManagedInstanceCommand.js +0 -36
  187. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeregisterPatchBaselineForPatchGroupCommand.js +0 -36
  188. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeregisterTargetFromMaintenanceWindowCommand.js +0 -36
  189. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeregisterTaskFromMaintenanceWindowCommand.js +0 -36
  190. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeActivationsCommand.js +0 -36
  191. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeAssociationCommand.js +0 -36
  192. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeAssociationExecutionTargetsCommand.js +0 -36
  193. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeAssociationExecutionsCommand.js +0 -36
  194. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeAutomationExecutionsCommand.js +0 -36
  195. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeAutomationStepExecutionsCommand.js +0 -36
  196. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeAvailablePatchesCommand.js +0 -36
  197. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeDocumentCommand.js +0 -36
  198. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeDocumentPermissionCommand.js +0 -36
  199. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeEffectiveInstanceAssociationsCommand.js +0 -36
  200. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeEffectivePatchesForPatchBaselineCommand.js +0 -36
  201. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeInstanceAssociationsStatusCommand.js +0 -36
  202. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeInstanceInformationCommand.js +0 -36
  203. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeInstancePatchStatesCommand.js +0 -36
  204. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeInstancePatchStatesForPatchGroupCommand.js +0 -36
  205. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeInstancePatchesCommand.js +0 -36
  206. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeInventoryDeletionsCommand.js +0 -36
  207. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.js +0 -36
  208. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeMaintenanceWindowExecutionTasksCommand.js +0 -36
  209. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeMaintenanceWindowExecutionsCommand.js +0 -36
  210. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeMaintenanceWindowScheduleCommand.js +0 -36
  211. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeMaintenanceWindowTargetsCommand.js +0 -36
  212. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeMaintenanceWindowTasksCommand.js +0 -36
  213. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeMaintenanceWindowsCommand.js +0 -36
  214. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeMaintenanceWindowsForTargetCommand.js +0 -36
  215. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeOpsItemsCommand.js +0 -36
  216. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeParametersCommand.js +0 -37
  217. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribePatchBaselinesCommand.js +0 -36
  218. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribePatchGroupStateCommand.js +0 -36
  219. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribePatchGroupsCommand.js +0 -36
  220. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribePatchPropertiesCommand.js +0 -36
  221. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeSessionsCommand.js +0 -36
  222. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DisassociateOpsItemRelatedItemCommand.js +0 -36
  223. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetAutomationExecutionCommand.js +0 -36
  224. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetCalendarStateCommand.js +0 -36
  225. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetCommandInvocationCommand.js +0 -36
  226. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetConnectionStatusCommand.js +0 -36
  227. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetDefaultPatchBaselineCommand.js +0 -36
  228. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetDeployablePatchSnapshotForInstanceCommand.js +0 -36
  229. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetDocumentCommand.js +0 -36
  230. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetInventoryCommand.js +0 -37
  231. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetInventorySchemaCommand.js +0 -36
  232. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetMaintenanceWindowCommand.js +0 -36
  233. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetMaintenanceWindowExecutionCommand.js +0 -36
  234. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetMaintenanceWindowExecutionTaskCommand.js +0 -36
  235. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.js +0 -36
  236. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetMaintenanceWindowTaskCommand.js +0 -36
  237. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetOpsItemCommand.js +0 -36
  238. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetOpsMetadataCommand.js +0 -36
  239. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetOpsSummaryCommand.js +0 -37
  240. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetParameterCommand.js +0 -36
  241. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetParameterHistoryCommand.js +0 -36
  242. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetParametersByPathCommand.js +0 -36
  243. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetParametersCommand.js +0 -36
  244. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetPatchBaselineCommand.js +0 -36
  245. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetPatchBaselineForPatchGroupCommand.js +0 -36
  246. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetServiceSettingCommand.js +0 -36
  247. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/LabelParameterVersionCommand.js +0 -36
  248. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListAssociationVersionsCommand.js +0 -36
  249. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListAssociationsCommand.js +0 -36
  250. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListCommandInvocationsCommand.js +0 -36
  251. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListCommandsCommand.js +0 -36
  252. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListComplianceItemsCommand.js +0 -36
  253. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListComplianceSummariesCommand.js +0 -36
  254. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListDocumentMetadataHistoryCommand.js +0 -36
  255. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListDocumentVersionsCommand.js +0 -36
  256. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListDocumentsCommand.js +0 -36
  257. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListInventoryEntriesCommand.js +0 -36
  258. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListOpsItemEventsCommand.js +0 -36
  259. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListOpsItemRelatedItemsCommand.js +0 -36
  260. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListOpsMetadataCommand.js +0 -36
  261. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListResourceComplianceSummariesCommand.js +0 -36
  262. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListResourceDataSyncCommand.js +0 -36
  263. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListTagsForResourceCommand.js +0 -36
  264. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ModifyDocumentPermissionCommand.js +0 -36
  265. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/PutComplianceItemsCommand.js +0 -36
  266. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/PutInventoryCommand.js +0 -36
  267. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/PutParameterCommand.js +0 -36
  268. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/RegisterDefaultPatchBaselineCommand.js +0 -36
  269. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/RegisterPatchBaselineForPatchGroupCommand.js +0 -36
  270. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/RegisterTargetWithMaintenanceWindowCommand.js +0 -36
  271. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/RegisterTaskWithMaintenanceWindowCommand.js +0 -36
  272. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/RemoveTagsFromResourceCommand.js +0 -36
  273. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ResetServiceSettingCommand.js +0 -36
  274. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ResumeSessionCommand.js +0 -36
  275. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/SendAutomationSignalCommand.js +0 -36
  276. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/SendCommandCommand.js +0 -36
  277. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/StartAssociationsOnceCommand.js +0 -36
  278. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/StartAutomationExecutionCommand.js +0 -36
  279. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/StartChangeRequestExecutionCommand.js +0 -36
  280. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/StartSessionCommand.js +0 -36
  281. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/StopAutomationExecutionCommand.js +0 -36
  282. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/TerminateSessionCommand.js +0 -36
  283. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UnlabelParameterVersionCommand.js +0 -36
  284. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateAssociationCommand.js +0 -36
  285. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateAssociationStatusCommand.js +0 -36
  286. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateDocumentCommand.js +0 -36
  287. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateDocumentDefaultVersionCommand.js +0 -36
  288. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateDocumentMetadataCommand.js +0 -36
  289. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateMaintenanceWindowCommand.js +0 -36
  290. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateMaintenanceWindowTargetCommand.js +0 -36
  291. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateMaintenanceWindowTaskCommand.js +0 -36
  292. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateManagedInstanceRoleCommand.js +0 -36
  293. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateOpsItemCommand.js +0 -36
  294. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateOpsMetadataCommand.js +0 -36
  295. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdatePatchBaselineCommand.js +0 -36
  296. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateResourceDataSyncCommand.js +0 -36
  297. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateServiceSettingCommand.js +0 -36
  298. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/index.js +0 -138
  299. package/node_modules/@aws-sdk/client-ssm/dist-cjs/endpoints.js +0 -220
  300. package/node_modules/@aws-sdk/client-ssm/dist-cjs/index.js +0 -9
  301. package/node_modules/@aws-sdk/client-ssm/dist-cjs/models/index.js +0 -6
  302. package/node_modules/@aws-sdk/client-ssm/dist-cjs/models/models_0.js +0 -1951
  303. package/node_modules/@aws-sdk/client-ssm/dist-cjs/models/models_1.js +0 -1883
  304. package/node_modules/@aws-sdk/client-ssm/dist-cjs/models/models_2.js +0 -168
  305. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeActivationsPaginator.js +0 -35
  306. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeAssociationExecutionTargetsPaginator.js +0 -35
  307. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeAssociationExecutionsPaginator.js +0 -35
  308. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeAutomationExecutionsPaginator.js +0 -35
  309. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeAutomationStepExecutionsPaginator.js +0 -35
  310. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeAvailablePatchesPaginator.js +0 -35
  311. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeEffectiveInstanceAssociationsPaginator.js +0 -35
  312. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeEffectivePatchesForPatchBaselinePaginator.js +0 -35
  313. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeInstanceAssociationsStatusPaginator.js +0 -35
  314. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeInstanceInformationPaginator.js +0 -35
  315. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeInstancePatchStatesForPatchGroupPaginator.js +0 -35
  316. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeInstancePatchStatesPaginator.js +0 -35
  317. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeInstancePatchesPaginator.js +0 -35
  318. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeInventoryDeletionsPaginator.js +0 -35
  319. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeMaintenanceWindowExecutionTaskInvocationsPaginator.js +0 -35
  320. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeMaintenanceWindowExecutionTasksPaginator.js +0 -35
  321. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeMaintenanceWindowExecutionsPaginator.js +0 -35
  322. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeMaintenanceWindowSchedulePaginator.js +0 -35
  323. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeMaintenanceWindowTargetsPaginator.js +0 -35
  324. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeMaintenanceWindowTasksPaginator.js +0 -35
  325. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeMaintenanceWindowsForTargetPaginator.js +0 -35
  326. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeMaintenanceWindowsPaginator.js +0 -35
  327. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeOpsItemsPaginator.js +0 -35
  328. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeParametersPaginator.js +0 -35
  329. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribePatchBaselinesPaginator.js +0 -35
  330. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribePatchGroupsPaginator.js +0 -35
  331. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribePatchPropertiesPaginator.js +0 -35
  332. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeSessionsPaginator.js +0 -35
  333. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/GetInventoryPaginator.js +0 -35
  334. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/GetInventorySchemaPaginator.js +0 -35
  335. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/GetOpsSummaryPaginator.js +0 -35
  336. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/GetParameterHistoryPaginator.js +0 -35
  337. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/GetParametersByPathPaginator.js +0 -35
  338. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/Interfaces.js +0 -2
  339. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListAssociationVersionsPaginator.js +0 -35
  340. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListAssociationsPaginator.js +0 -35
  341. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListCommandInvocationsPaginator.js +0 -35
  342. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListCommandsPaginator.js +0 -35
  343. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListComplianceItemsPaginator.js +0 -35
  344. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListComplianceSummariesPaginator.js +0 -35
  345. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListDocumentVersionsPaginator.js +0 -35
  346. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListDocumentsPaginator.js +0 -35
  347. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListOpsItemEventsPaginator.js +0 -35
  348. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListOpsItemRelatedItemsPaginator.js +0 -35
  349. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListOpsMetadataPaginator.js +0 -35
  350. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListResourceComplianceSummariesPaginator.js +0 -35
  351. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListResourceDataSyncPaginator.js +0 -35
  352. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/index.js +0 -50
  353. package/node_modules/@aws-sdk/client-ssm/dist-cjs/protocols/Aws_json1_1.js +0 -19691
  354. package/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.browser.js +0 -40
  355. package/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.js +0 -44
  356. package/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.native.js +0 -16
  357. package/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.shared.js +0 -17
  358. package/node_modules/@aws-sdk/client-ssm/dist-cjs/waiters/index.js +0 -4
  359. package/node_modules/@aws-sdk/client-ssm/dist-cjs/waiters/waitForCommandExecuted.js +0 -102
  360. package/node_modules/@aws-sdk/client-ssm/dist-es/SSM.js +0 -2035
  361. package/node_modules/@aws-sdk/client-ssm/dist-es/SSMClient.js +0 -37
  362. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/AddTagsToResourceCommand.js +0 -39
  363. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/AssociateOpsItemRelatedItemCommand.js +0 -39
  364. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CancelCommandCommand.js +0 -39
  365. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CancelMaintenanceWindowExecutionCommand.js +0 -39
  366. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateActivationCommand.js +0 -39
  367. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateAssociationBatchCommand.js +0 -39
  368. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateAssociationCommand.js +0 -39
  369. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateDocumentCommand.js +0 -39
  370. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateMaintenanceWindowCommand.js +0 -39
  371. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateOpsItemCommand.js +0 -39
  372. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateOpsMetadataCommand.js +0 -39
  373. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreatePatchBaselineCommand.js +0 -39
  374. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateResourceDataSyncCommand.js +0 -39
  375. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteActivationCommand.js +0 -39
  376. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteAssociationCommand.js +0 -39
  377. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteDocumentCommand.js +0 -39
  378. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteInventoryCommand.js +0 -39
  379. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteMaintenanceWindowCommand.js +0 -39
  380. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteOpsMetadataCommand.js +0 -39
  381. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteParameterCommand.js +0 -39
  382. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteParametersCommand.js +0 -39
  383. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeletePatchBaselineCommand.js +0 -39
  384. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteResourceDataSyncCommand.js +0 -39
  385. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterManagedInstanceCommand.js +0 -39
  386. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterPatchBaselineForPatchGroupCommand.js +0 -39
  387. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterTargetFromMaintenanceWindowCommand.js +0 -39
  388. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterTaskFromMaintenanceWindowCommand.js +0 -39
  389. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeActivationsCommand.js +0 -39
  390. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAssociationCommand.js +0 -39
  391. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAssociationExecutionTargetsCommand.js +0 -39
  392. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAssociationExecutionsCommand.js +0 -39
  393. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAutomationExecutionsCommand.js +0 -39
  394. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAutomationStepExecutionsCommand.js +0 -39
  395. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAvailablePatchesCommand.js +0 -39
  396. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeDocumentCommand.js +0 -39
  397. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeDocumentPermissionCommand.js +0 -39
  398. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeEffectiveInstanceAssociationsCommand.js +0 -39
  399. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeEffectivePatchesForPatchBaselineCommand.js +0 -39
  400. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstanceAssociationsStatusCommand.js +0 -39
  401. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstanceInformationCommand.js +0 -39
  402. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePatchStatesCommand.js +0 -39
  403. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePatchStatesForPatchGroupCommand.js +0 -39
  404. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePatchesCommand.js +0 -39
  405. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInventoryDeletionsCommand.js +0 -39
  406. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.js +0 -39
  407. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowExecutionTasksCommand.js +0 -39
  408. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowExecutionsCommand.js +0 -39
  409. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowScheduleCommand.js +0 -39
  410. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowTargetsCommand.js +0 -39
  411. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowTasksCommand.js +0 -39
  412. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowsCommand.js +0 -39
  413. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowsForTargetCommand.js +0 -39
  414. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeOpsItemsCommand.js +0 -39
  415. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeParametersCommand.js +0 -40
  416. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchBaselinesCommand.js +0 -39
  417. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchGroupStateCommand.js +0 -39
  418. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchGroupsCommand.js +0 -39
  419. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchPropertiesCommand.js +0 -39
  420. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeSessionsCommand.js +0 -39
  421. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DisassociateOpsItemRelatedItemCommand.js +0 -39
  422. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetAutomationExecutionCommand.js +0 -39
  423. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetCalendarStateCommand.js +0 -39
  424. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetCommandInvocationCommand.js +0 -39
  425. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetConnectionStatusCommand.js +0 -39
  426. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetDefaultPatchBaselineCommand.js +0 -39
  427. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetDeployablePatchSnapshotForInstanceCommand.js +0 -39
  428. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetDocumentCommand.js +0 -39
  429. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetInventoryCommand.js +0 -40
  430. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetInventorySchemaCommand.js +0 -39
  431. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowCommand.js +0 -39
  432. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowExecutionCommand.js +0 -39
  433. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowExecutionTaskCommand.js +0 -39
  434. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.js +0 -39
  435. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowTaskCommand.js +0 -39
  436. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetOpsItemCommand.js +0 -39
  437. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetOpsMetadataCommand.js +0 -39
  438. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetOpsSummaryCommand.js +0 -40
  439. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParameterCommand.js +0 -39
  440. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParameterHistoryCommand.js +0 -39
  441. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParametersByPathCommand.js +0 -39
  442. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParametersCommand.js +0 -39
  443. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetPatchBaselineCommand.js +0 -39
  444. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetPatchBaselineForPatchGroupCommand.js +0 -39
  445. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetServiceSettingCommand.js +0 -39
  446. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/LabelParameterVersionCommand.js +0 -39
  447. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListAssociationVersionsCommand.js +0 -39
  448. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListAssociationsCommand.js +0 -39
  449. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListCommandInvocationsCommand.js +0 -39
  450. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListCommandsCommand.js +0 -39
  451. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListComplianceItemsCommand.js +0 -39
  452. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListComplianceSummariesCommand.js +0 -39
  453. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListDocumentMetadataHistoryCommand.js +0 -39
  454. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListDocumentVersionsCommand.js +0 -39
  455. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListDocumentsCommand.js +0 -39
  456. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListInventoryEntriesCommand.js +0 -39
  457. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListOpsItemEventsCommand.js +0 -39
  458. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListOpsItemRelatedItemsCommand.js +0 -39
  459. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListOpsMetadataCommand.js +0 -39
  460. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListResourceComplianceSummariesCommand.js +0 -39
  461. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListResourceDataSyncCommand.js +0 -39
  462. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListTagsForResourceCommand.js +0 -39
  463. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ModifyDocumentPermissionCommand.js +0 -39
  464. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutComplianceItemsCommand.js +0 -39
  465. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutInventoryCommand.js +0 -39
  466. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutParameterCommand.js +0 -39
  467. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterDefaultPatchBaselineCommand.js +0 -39
  468. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterPatchBaselineForPatchGroupCommand.js +0 -39
  469. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterTargetWithMaintenanceWindowCommand.js +0 -39
  470. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterTaskWithMaintenanceWindowCommand.js +0 -39
  471. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RemoveTagsFromResourceCommand.js +0 -39
  472. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ResetServiceSettingCommand.js +0 -39
  473. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ResumeSessionCommand.js +0 -39
  474. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/SendAutomationSignalCommand.js +0 -39
  475. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/SendCommandCommand.js +0 -39
  476. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartAssociationsOnceCommand.js +0 -39
  477. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartAutomationExecutionCommand.js +0 -39
  478. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartChangeRequestExecutionCommand.js +0 -39
  479. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartSessionCommand.js +0 -39
  480. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StopAutomationExecutionCommand.js +0 -39
  481. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/TerminateSessionCommand.js +0 -39
  482. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UnlabelParameterVersionCommand.js +0 -39
  483. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateAssociationCommand.js +0 -39
  484. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateAssociationStatusCommand.js +0 -39
  485. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateDocumentCommand.js +0 -39
  486. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateDocumentDefaultVersionCommand.js +0 -39
  487. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateDocumentMetadataCommand.js +0 -39
  488. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateMaintenanceWindowCommand.js +0 -39
  489. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateMaintenanceWindowTargetCommand.js +0 -39
  490. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateMaintenanceWindowTaskCommand.js +0 -39
  491. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateManagedInstanceRoleCommand.js +0 -39
  492. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateOpsItemCommand.js +0 -39
  493. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateOpsMetadataCommand.js +0 -39
  494. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdatePatchBaselineCommand.js +0 -39
  495. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateResourceDataSyncCommand.js +0 -39
  496. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateServiceSettingCommand.js +0 -39
  497. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/index.js +0 -135
  498. package/node_modules/@aws-sdk/client-ssm/dist-es/endpoints.js +0 -216
  499. package/node_modules/@aws-sdk/client-ssm/dist-es/index.js +0 -6
  500. package/node_modules/@aws-sdk/client-ssm/dist-es/models/index.js +0 -3
  501. package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_0.js +0 -1419
  502. package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_1.js +0 -1306
  503. package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_2.js +0 -104
  504. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeActivationsPaginator.js +0 -74
  505. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeAssociationExecutionTargetsPaginator.js +0 -74
  506. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeAssociationExecutionsPaginator.js +0 -74
  507. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeAutomationExecutionsPaginator.js +0 -74
  508. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeAutomationStepExecutionsPaginator.js +0 -74
  509. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeAvailablePatchesPaginator.js +0 -74
  510. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeEffectiveInstanceAssociationsPaginator.js +0 -74
  511. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeEffectivePatchesForPatchBaselinePaginator.js +0 -74
  512. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeInstanceAssociationsStatusPaginator.js +0 -74
  513. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeInstanceInformationPaginator.js +0 -74
  514. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeInstancePatchStatesForPatchGroupPaginator.js +0 -74
  515. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeInstancePatchStatesPaginator.js +0 -74
  516. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeInstancePatchesPaginator.js +0 -74
  517. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeInventoryDeletionsPaginator.js +0 -74
  518. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeMaintenanceWindowExecutionTaskInvocationsPaginator.js +0 -74
  519. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeMaintenanceWindowExecutionTasksPaginator.js +0 -74
  520. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeMaintenanceWindowExecutionsPaginator.js +0 -74
  521. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeMaintenanceWindowSchedulePaginator.js +0 -74
  522. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeMaintenanceWindowTargetsPaginator.js +0 -74
  523. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeMaintenanceWindowTasksPaginator.js +0 -74
  524. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeMaintenanceWindowsForTargetPaginator.js +0 -74
  525. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeMaintenanceWindowsPaginator.js +0 -74
  526. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeOpsItemsPaginator.js +0 -74
  527. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeParametersPaginator.js +0 -74
  528. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribePatchBaselinesPaginator.js +0 -74
  529. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribePatchGroupsPaginator.js +0 -74
  530. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribePatchPropertiesPaginator.js +0 -74
  531. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeSessionsPaginator.js +0 -74
  532. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/GetInventoryPaginator.js +0 -74
  533. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/GetInventorySchemaPaginator.js +0 -74
  534. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/GetOpsSummaryPaginator.js +0 -74
  535. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/GetParameterHistoryPaginator.js +0 -74
  536. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/GetParametersByPathPaginator.js +0 -74
  537. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/Interfaces.js +0 -1
  538. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListAssociationVersionsPaginator.js +0 -74
  539. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListAssociationsPaginator.js +0 -74
  540. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListCommandInvocationsPaginator.js +0 -74
  541. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListCommandsPaginator.js +0 -74
  542. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListComplianceItemsPaginator.js +0 -74
  543. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListComplianceSummariesPaginator.js +0 -74
  544. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListDocumentVersionsPaginator.js +0 -74
  545. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListDocumentsPaginator.js +0 -74
  546. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListOpsItemEventsPaginator.js +0 -74
  547. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListOpsItemRelatedItemsPaginator.js +0 -74
  548. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListOpsMetadataPaginator.js +0 -74
  549. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListResourceComplianceSummariesPaginator.js +0 -74
  550. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListResourceDataSyncPaginator.js +0 -74
  551. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/index.js +0 -47
  552. package/node_modules/@aws-sdk/client-ssm/dist-es/protocols/Aws_json1_1.js +0 -19787
  553. package/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.browser.js +0 -17
  554. package/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.js +0 -21
  555. package/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.native.js +0 -8
  556. package/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.shared.js +0 -13
  557. package/node_modules/@aws-sdk/client-ssm/dist-es/waiters/index.js +0 -1
  558. package/node_modules/@aws-sdk/client-ssm/dist-es/waiters/waitForCommandExecuted.js +0 -117
  559. package/node_modules/@aws-sdk/client-ssm/dist-types/SSM.d.ts +0 -1599
  560. package/node_modules/@aws-sdk/client-ssm/dist-types/SSMClient.d.ts +0 -306
  561. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/AddTagsToResourceCommand.d.ts +0 -79
  562. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/AssociateOpsItemRelatedItemCommand.d.ts +0 -37
  563. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CancelCommandCommand.d.ts +0 -36
  564. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CancelMaintenanceWindowExecutionCommand.d.ts +0 -37
  565. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateActivationCommand.d.ts +0 -44
  566. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateAssociationBatchCommand.d.ts +0 -41
  567. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateAssociationCommand.d.ts +0 -44
  568. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateDocumentCommand.d.ts +0 -38
  569. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateMaintenanceWindowCommand.d.ts +0 -43
  570. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateOpsItemCommand.d.ts +0 -40
  571. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateOpsMetadataCommand.d.ts +0 -36
  572. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreatePatchBaselineCommand.d.ts +0 -39
  573. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateResourceDataSyncCommand.d.ts +0 -55
  574. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteActivationCommand.d.ts +0 -38
  575. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteAssociationCommand.d.ts +0 -41
  576. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteDocumentCommand.d.ts +0 -37
  577. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteInventoryCommand.d.ts +0 -36
  578. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteMaintenanceWindowCommand.d.ts +0 -35
  579. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteOpsMetadataCommand.d.ts +0 -35
  580. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteParameterCommand.d.ts +0 -36
  581. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteParametersCommand.d.ts +0 -36
  582. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeletePatchBaselineCommand.d.ts +0 -35
  583. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteResourceDataSyncCommand.d.ts +0 -37
  584. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterManagedInstanceCommand.d.ts +0 -37
  585. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterPatchBaselineForPatchGroupCommand.d.ts +0 -35
  586. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterTargetFromMaintenanceWindowCommand.d.ts +0 -35
  587. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterTaskFromMaintenanceWindowCommand.d.ts +0 -35
  588. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeActivationsCommand.d.ts +0 -38
  589. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAssociationCommand.d.ts +0 -37
  590. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAssociationExecutionTargetsCommand.d.ts +0 -35
  591. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAssociationExecutionsCommand.d.ts +0 -35
  592. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAutomationExecutionsCommand.d.ts +0 -35
  593. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAutomationStepExecutionsCommand.d.ts +0 -36
  594. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAvailablePatchesCommand.d.ts +0 -35
  595. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeDocumentCommand.d.ts +0 -35
  596. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeDocumentPermissionCommand.d.ts +0 -37
  597. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeEffectiveInstanceAssociationsCommand.d.ts +0 -35
  598. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeEffectivePatchesForPatchBaselineCommand.d.ts +0 -36
  599. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstanceAssociationsStatusCommand.d.ts +0 -35
  600. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstanceInformationCommand.d.ts +0 -44
  601. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchStatesCommand.d.ts +0 -35
  602. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +0 -35
  603. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchesCommand.d.ts +0 -36
  604. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInventoryDeletionsCommand.d.ts +0 -35
  605. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.d.ts +0 -36
  606. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowExecutionTasksCommand.d.ts +0 -35
  607. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowExecutionsCommand.d.ts +0 -37
  608. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +0 -35
  609. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +0 -35
  610. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowTasksCommand.d.ts +0 -41
  611. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowsCommand.d.ts +0 -35
  612. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +0 -36
  613. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeOpsItemsCommand.d.ts +0 -40
  614. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeParametersCommand.d.ts +0 -48
  615. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchBaselinesCommand.d.ts +0 -35
  616. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchGroupStateCommand.d.ts +0 -35
  617. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchGroupsCommand.d.ts +0 -35
  618. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchPropertiesCommand.d.ts +0 -98
  619. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeSessionsCommand.d.ts +0 -36
  620. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DisassociateOpsItemRelatedItemCommand.d.ts +0 -37
  621. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetAutomationExecutionCommand.d.ts +0 -35
  622. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetCalendarStateCommand.d.ts +0 -43
  623. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetCommandInvocationCommand.d.ts +0 -39
  624. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetConnectionStatusCommand.d.ts +0 -36
  625. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetDefaultPatchBaselineCommand.d.ts +0 -38
  626. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +0 -43
  627. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetDocumentCommand.d.ts +0 -35
  628. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetInventoryCommand.d.ts +0 -37
  629. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetInventorySchemaCommand.d.ts +0 -36
  630. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowCommand.d.ts +0 -35
  631. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowExecutionCommand.d.ts +0 -35
  632. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowExecutionTaskCommand.d.ts +0 -36
  633. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.d.ts +0 -35
  634. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowTaskCommand.d.ts +0 -41
  635. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsItemCommand.d.ts +0 -41
  636. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsMetadataCommand.d.ts +0 -35
  637. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsSummaryCommand.d.ts +0 -39
  638. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParameterCommand.d.ts +0 -38
  639. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParameterHistoryCommand.d.ts +0 -41
  640. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParametersByPathCommand.d.ts +0 -41
  641. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParametersCommand.d.ts +0 -39
  642. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetPatchBaselineCommand.d.ts +0 -35
  643. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetPatchBaselineForPatchGroupCommand.d.ts +0 -35
  644. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetServiceSettingCommand.d.ts +0 -48
  645. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/LabelParameterVersionCommand.d.ts +0 -71
  646. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListAssociationVersionsCommand.d.ts +0 -35
  647. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListAssociationsCommand.d.ts +0 -37
  648. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListCommandInvocationsCommand.d.ts +0 -39
  649. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListCommandsCommand.d.ts +0 -35
  650. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListComplianceItemsCommand.d.ts +0 -37
  651. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListComplianceSummariesCommand.d.ts +0 -37
  652. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentMetadataHistoryCommand.d.ts +0 -35
  653. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentVersionsCommand.d.ts +0 -35
  654. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentsCommand.d.ts +0 -36
  655. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListInventoryEntriesCommand.d.ts +0 -35
  656. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListOpsItemEventsCommand.d.ts +0 -36
  657. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListOpsItemRelatedItemsCommand.d.ts +0 -36
  658. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListOpsMetadataCommand.d.ts +0 -36
  659. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListResourceComplianceSummariesCommand.d.ts +0 -37
  660. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListResourceDataSyncCommand.d.ts +0 -43
  661. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListTagsForResourceCommand.d.ts +0 -36
  662. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ModifyDocumentPermissionCommand.d.ts +0 -38
  663. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutComplianceItemsCommand.d.ts +0 -90
  664. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutInventoryCommand.d.ts +0 -36
  665. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutParameterCommand.d.ts +0 -35
  666. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterDefaultPatchBaselineCommand.d.ts +0 -39
  667. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +0 -35
  668. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +0 -35
  669. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +0 -35
  670. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +0 -35
  671. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ResetServiceSettingCommand.d.ts +0 -49
  672. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ResumeSessionCommand.d.ts +0 -40
  673. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/SendAutomationSignalCommand.d.ts +0 -36
  674. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/SendCommandCommand.d.ts +0 -35
  675. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAssociationsOnceCommand.d.ts +0 -36
  676. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAutomationExecutionCommand.d.ts +0 -35
  677. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartChangeRequestExecutionCommand.d.ts +0 -37
  678. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartSessionCommand.d.ts +0 -44
  679. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StopAutomationExecutionCommand.d.ts +0 -35
  680. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/TerminateSessionCommand.d.ts +0 -36
  681. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UnlabelParameterVersionCommand.d.ts +0 -35
  682. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateAssociationCommand.d.ts +0 -47
  683. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateAssociationStatusCommand.d.ts +0 -40
  684. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentCommand.d.ts +0 -35
  685. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentDefaultVersionCommand.d.ts +0 -35
  686. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentMetadataCommand.d.ts +0 -36
  687. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateMaintenanceWindowCommand.d.ts +0 -43
  688. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateMaintenanceWindowTargetCommand.d.ts +0 -61
  689. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateMaintenanceWindowTaskCommand.d.ts +0 -90
  690. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateManagedInstanceRoleCommand.d.ts +0 -37
  691. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateOpsItemCommand.d.ts +0 -40
  692. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateOpsMetadataCommand.d.ts +0 -35
  693. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdatePatchBaselineCommand.d.ts +0 -40
  694. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateResourceDataSyncCommand.d.ts +0 -44
  695. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateServiceSettingCommand.d.ts +0 -48
  696. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/index.d.ts +0 -135
  697. package/node_modules/@aws-sdk/client-ssm/dist-types/endpoints.d.ts +0 -2
  698. package/node_modules/@aws-sdk/client-ssm/dist-types/index.d.ts +0 -6
  699. package/node_modules/@aws-sdk/client-ssm/dist-types/models/index.d.ts +0 -3
  700. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_0.d.ts +0 -7644
  701. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_1.d.ts +0 -8677
  702. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_2.d.ts +0 -1083
  703. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeActivationsPaginator.d.ts +0 -4
  704. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeAssociationExecutionTargetsPaginator.d.ts +0 -4
  705. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeAssociationExecutionsPaginator.d.ts +0 -4
  706. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeAutomationExecutionsPaginator.d.ts +0 -4
  707. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeAutomationStepExecutionsPaginator.d.ts +0 -4
  708. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeAvailablePatchesPaginator.d.ts +0 -4
  709. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeEffectiveInstanceAssociationsPaginator.d.ts +0 -4
  710. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeEffectivePatchesForPatchBaselinePaginator.d.ts +0 -4
  711. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstanceAssociationsStatusPaginator.d.ts +0 -4
  712. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstanceInformationPaginator.d.ts +0 -4
  713. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstancePatchStatesForPatchGroupPaginator.d.ts +0 -4
  714. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstancePatchStatesPaginator.d.ts +0 -4
  715. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstancePatchesPaginator.d.ts +0 -4
  716. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInventoryDeletionsPaginator.d.ts +0 -4
  717. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowExecutionTaskInvocationsPaginator.d.ts +0 -4
  718. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowExecutionTasksPaginator.d.ts +0 -4
  719. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowExecutionsPaginator.d.ts +0 -4
  720. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowSchedulePaginator.d.ts +0 -4
  721. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowTargetsPaginator.d.ts +0 -4
  722. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowTasksPaginator.d.ts +0 -4
  723. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowsForTargetPaginator.d.ts +0 -4
  724. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowsPaginator.d.ts +0 -4
  725. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeOpsItemsPaginator.d.ts +0 -4
  726. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeParametersPaginator.d.ts +0 -4
  727. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribePatchBaselinesPaginator.d.ts +0 -4
  728. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribePatchGroupsPaginator.d.ts +0 -4
  729. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribePatchPropertiesPaginator.d.ts +0 -4
  730. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeSessionsPaginator.d.ts +0 -4
  731. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetInventoryPaginator.d.ts +0 -4
  732. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetInventorySchemaPaginator.d.ts +0 -4
  733. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetOpsSummaryPaginator.d.ts +0 -4
  734. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetParameterHistoryPaginator.d.ts +0 -4
  735. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetParametersByPathPaginator.d.ts +0 -4
  736. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/Interfaces.d.ts +0 -6
  737. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListAssociationVersionsPaginator.d.ts +0 -4
  738. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListAssociationsPaginator.d.ts +0 -4
  739. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListCommandInvocationsPaginator.d.ts +0 -4
  740. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListCommandsPaginator.d.ts +0 -4
  741. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListComplianceItemsPaginator.d.ts +0 -4
  742. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListComplianceSummariesPaginator.d.ts +0 -4
  743. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListDocumentVersionsPaginator.d.ts +0 -4
  744. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListDocumentsPaginator.d.ts +0 -4
  745. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListOpsItemEventsPaginator.d.ts +0 -4
  746. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListOpsItemRelatedItemsPaginator.d.ts +0 -4
  747. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListOpsMetadataPaginator.d.ts +0 -4
  748. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListResourceComplianceSummariesPaginator.d.ts +0 -4
  749. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListResourceDataSyncPaginator.d.ts +0 -4
  750. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/index.d.ts +0 -47
  751. package/node_modules/@aws-sdk/client-ssm/dist-types/protocols/Aws_json1_1.d.ts +0 -407
  752. package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.browser.d.ts +0 -39
  753. package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.d.ts +0 -39
  754. package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.native.d.ts +0 -38
  755. package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.shared.d.ts +0 -13
  756. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSM.d.ts +0 -680
  757. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSMClient.d.ts +0 -206
  758. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +0 -17
  759. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/AssociateOpsItemRelatedItemCommand.d.ts +0 -17
  760. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CancelCommandCommand.d.ts +0 -17
  761. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CancelMaintenanceWindowExecutionCommand.d.ts +0 -17
  762. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateActivationCommand.d.ts +0 -17
  763. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateAssociationBatchCommand.d.ts +0 -17
  764. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateAssociationCommand.d.ts +0 -17
  765. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateDocumentCommand.d.ts +0 -17
  766. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateMaintenanceWindowCommand.d.ts +0 -17
  767. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateOpsItemCommand.d.ts +0 -17
  768. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateOpsMetadataCommand.d.ts +0 -17
  769. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreatePatchBaselineCommand.d.ts +0 -17
  770. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateResourceDataSyncCommand.d.ts +0 -17
  771. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteActivationCommand.d.ts +0 -17
  772. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteAssociationCommand.d.ts +0 -17
  773. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteDocumentCommand.d.ts +0 -17
  774. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteInventoryCommand.d.ts +0 -17
  775. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteMaintenanceWindowCommand.d.ts +0 -17
  776. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteOpsMetadataCommand.d.ts +0 -17
  777. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteParameterCommand.d.ts +0 -17
  778. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteParametersCommand.d.ts +0 -17
  779. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeletePatchBaselineCommand.d.ts +0 -17
  780. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteResourceDataSyncCommand.d.ts +0 -17
  781. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeregisterManagedInstanceCommand.d.ts +0 -17
  782. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeregisterPatchBaselineForPatchGroupCommand.d.ts +0 -17
  783. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeregisterTargetFromMaintenanceWindowCommand.d.ts +0 -17
  784. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeregisterTaskFromMaintenanceWindowCommand.d.ts +0 -17
  785. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeActivationsCommand.d.ts +0 -17
  786. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAssociationCommand.d.ts +0 -17
  787. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAssociationExecutionTargetsCommand.d.ts +0 -17
  788. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAssociationExecutionsCommand.d.ts +0 -17
  789. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAutomationExecutionsCommand.d.ts +0 -17
  790. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAutomationStepExecutionsCommand.d.ts +0 -17
  791. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAvailablePatchesCommand.d.ts +0 -17
  792. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeDocumentCommand.d.ts +0 -17
  793. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeDocumentPermissionCommand.d.ts +0 -17
  794. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeEffectiveInstanceAssociationsCommand.d.ts +0 -17
  795. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeEffectivePatchesForPatchBaselineCommand.d.ts +0 -17
  796. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstanceAssociationsStatusCommand.d.ts +0 -17
  797. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstanceInformationCommand.d.ts +0 -17
  798. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstancePatchStatesCommand.d.ts +0 -17
  799. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +0 -17
  800. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstancePatchesCommand.d.ts +0 -17
  801. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInventoryDeletionsCommand.d.ts +0 -17
  802. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.d.ts +0 -17
  803. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionTasksCommand.d.ts +0 -17
  804. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionsCommand.d.ts +0 -17
  805. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +0 -17
  806. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +0 -17
  807. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowTasksCommand.d.ts +0 -17
  808. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowsCommand.d.ts +0 -17
  809. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +0 -17
  810. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeOpsItemsCommand.d.ts +0 -17
  811. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeParametersCommand.d.ts +0 -18
  812. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribePatchBaselinesCommand.d.ts +0 -17
  813. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribePatchGroupStateCommand.d.ts +0 -17
  814. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribePatchGroupsCommand.d.ts +0 -17
  815. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribePatchPropertiesCommand.d.ts +0 -17
  816. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeSessionsCommand.d.ts +0 -17
  817. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DisassociateOpsItemRelatedItemCommand.d.ts +0 -17
  818. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetAutomationExecutionCommand.d.ts +0 -17
  819. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetCalendarStateCommand.d.ts +0 -17
  820. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetCommandInvocationCommand.d.ts +0 -17
  821. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetConnectionStatusCommand.d.ts +0 -17
  822. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetDefaultPatchBaselineCommand.d.ts +0 -17
  823. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +0 -17
  824. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetDocumentCommand.d.ts +0 -17
  825. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetInventoryCommand.d.ts +0 -18
  826. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetInventorySchemaCommand.d.ts +0 -17
  827. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowCommand.d.ts +0 -17
  828. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionCommand.d.ts +0 -17
  829. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionTaskCommand.d.ts +0 -17
  830. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.d.ts +0 -17
  831. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowTaskCommand.d.ts +0 -17
  832. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetOpsItemCommand.d.ts +0 -17
  833. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetOpsMetadataCommand.d.ts +0 -17
  834. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetOpsSummaryCommand.d.ts +0 -18
  835. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetParameterCommand.d.ts +0 -17
  836. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetParameterHistoryCommand.d.ts +0 -17
  837. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetParametersByPathCommand.d.ts +0 -17
  838. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetParametersCommand.d.ts +0 -17
  839. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetPatchBaselineCommand.d.ts +0 -17
  840. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetPatchBaselineForPatchGroupCommand.d.ts +0 -17
  841. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetServiceSettingCommand.d.ts +0 -17
  842. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/LabelParameterVersionCommand.d.ts +0 -17
  843. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListAssociationVersionsCommand.d.ts +0 -17
  844. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListAssociationsCommand.d.ts +0 -17
  845. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListCommandInvocationsCommand.d.ts +0 -17
  846. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListCommandsCommand.d.ts +0 -17
  847. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListComplianceItemsCommand.d.ts +0 -17
  848. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListComplianceSummariesCommand.d.ts +0 -17
  849. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListDocumentMetadataHistoryCommand.d.ts +0 -17
  850. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListDocumentVersionsCommand.d.ts +0 -17
  851. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListDocumentsCommand.d.ts +0 -17
  852. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListInventoryEntriesCommand.d.ts +0 -17
  853. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListOpsItemEventsCommand.d.ts +0 -17
  854. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListOpsItemRelatedItemsCommand.d.ts +0 -17
  855. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListOpsMetadataCommand.d.ts +0 -17
  856. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListResourceComplianceSummariesCommand.d.ts +0 -17
  857. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListResourceDataSyncCommand.d.ts +0 -17
  858. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -17
  859. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ModifyDocumentPermissionCommand.d.ts +0 -17
  860. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/PutComplianceItemsCommand.d.ts +0 -17
  861. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/PutInventoryCommand.d.ts +0 -17
  862. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/PutParameterCommand.d.ts +0 -17
  863. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterDefaultPatchBaselineCommand.d.ts +0 -17
  864. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +0 -17
  865. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +0 -17
  866. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +0 -17
  867. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +0 -17
  868. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ResetServiceSettingCommand.d.ts +0 -17
  869. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ResumeSessionCommand.d.ts +0 -17
  870. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/SendAutomationSignalCommand.d.ts +0 -17
  871. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/SendCommandCommand.d.ts +0 -17
  872. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartAssociationsOnceCommand.d.ts +0 -17
  873. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartAutomationExecutionCommand.d.ts +0 -17
  874. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartChangeRequestExecutionCommand.d.ts +0 -17
  875. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartSessionCommand.d.ts +0 -17
  876. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StopAutomationExecutionCommand.d.ts +0 -17
  877. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/TerminateSessionCommand.d.ts +0 -17
  878. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UnlabelParameterVersionCommand.d.ts +0 -17
  879. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateAssociationCommand.d.ts +0 -17
  880. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateAssociationStatusCommand.d.ts +0 -17
  881. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateDocumentCommand.d.ts +0 -17
  882. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateDocumentDefaultVersionCommand.d.ts +0 -17
  883. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateDocumentMetadataCommand.d.ts +0 -17
  884. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateMaintenanceWindowCommand.d.ts +0 -17
  885. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateMaintenanceWindowTargetCommand.d.ts +0 -17
  886. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateMaintenanceWindowTaskCommand.d.ts +0 -17
  887. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateManagedInstanceRoleCommand.d.ts +0 -17
  888. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateOpsItemCommand.d.ts +0 -17
  889. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateOpsMetadataCommand.d.ts +0 -17
  890. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdatePatchBaselineCommand.d.ts +0 -17
  891. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateResourceDataSyncCommand.d.ts +0 -17
  892. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateServiceSettingCommand.d.ts +0 -17
  893. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/index.d.ts +0 -135
  894. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/endpoints.d.ts +0 -2
  895. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/index.d.ts +0 -6
  896. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/index.d.ts +0 -3
  897. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_0.d.ts +0 -3731
  898. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_1.d.ts +0 -3964
  899. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_2.d.ts +0 -447
  900. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeActivationsPaginator.d.ts +0 -4
  901. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeAssociationExecutionTargetsPaginator.d.ts +0 -4
  902. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeAssociationExecutionsPaginator.d.ts +0 -4
  903. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeAutomationExecutionsPaginator.d.ts +0 -4
  904. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeAutomationStepExecutionsPaginator.d.ts +0 -4
  905. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeAvailablePatchesPaginator.d.ts +0 -4
  906. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeEffectiveInstanceAssociationsPaginator.d.ts +0 -4
  907. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeEffectivePatchesForPatchBaselinePaginator.d.ts +0 -4
  908. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeInstanceAssociationsStatusPaginator.d.ts +0 -4
  909. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeInstanceInformationPaginator.d.ts +0 -4
  910. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeInstancePatchStatesForPatchGroupPaginator.d.ts +0 -4
  911. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeInstancePatchStatesPaginator.d.ts +0 -4
  912. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeInstancePatchesPaginator.d.ts +0 -4
  913. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeInventoryDeletionsPaginator.d.ts +0 -4
  914. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeMaintenanceWindowExecutionTaskInvocationsPaginator.d.ts +0 -4
  915. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeMaintenanceWindowExecutionTasksPaginator.d.ts +0 -4
  916. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeMaintenanceWindowExecutionsPaginator.d.ts +0 -4
  917. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeMaintenanceWindowSchedulePaginator.d.ts +0 -4
  918. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeMaintenanceWindowTargetsPaginator.d.ts +0 -4
  919. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeMaintenanceWindowTasksPaginator.d.ts +0 -4
  920. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeMaintenanceWindowsForTargetPaginator.d.ts +0 -4
  921. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeMaintenanceWindowsPaginator.d.ts +0 -4
  922. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeOpsItemsPaginator.d.ts +0 -4
  923. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeParametersPaginator.d.ts +0 -4
  924. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribePatchBaselinesPaginator.d.ts +0 -4
  925. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribePatchGroupsPaginator.d.ts +0 -4
  926. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribePatchPropertiesPaginator.d.ts +0 -4
  927. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeSessionsPaginator.d.ts +0 -4
  928. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/GetInventoryPaginator.d.ts +0 -4
  929. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/GetInventorySchemaPaginator.d.ts +0 -4
  930. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/GetOpsSummaryPaginator.d.ts +0 -4
  931. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/GetParameterHistoryPaginator.d.ts +0 -4
  932. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/GetParametersByPathPaginator.d.ts +0 -4
  933. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -6
  934. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListAssociationVersionsPaginator.d.ts +0 -4
  935. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListAssociationsPaginator.d.ts +0 -4
  936. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListCommandInvocationsPaginator.d.ts +0 -4
  937. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListCommandsPaginator.d.ts +0 -4
  938. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListComplianceItemsPaginator.d.ts +0 -4
  939. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListComplianceSummariesPaginator.d.ts +0 -4
  940. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListDocumentVersionsPaginator.d.ts +0 -4
  941. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListDocumentsPaginator.d.ts +0 -4
  942. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListOpsItemEventsPaginator.d.ts +0 -4
  943. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListOpsItemRelatedItemsPaginator.d.ts +0 -4
  944. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListOpsMetadataPaginator.d.ts +0 -4
  945. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListResourceComplianceSummariesPaginator.d.ts +0 -4
  946. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListResourceDataSyncPaginator.d.ts +0 -4
  947. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/index.d.ts +0 -47
  948. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -407
  949. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -37
  950. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.d.ts +0 -37
  951. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -36
  952. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
  953. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/waiters/index.d.ts +0 -1
  954. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/waiters/waitForCommandExecuted.d.ts +0 -7
  955. package/node_modules/@aws-sdk/client-ssm/dist-types/waiters/index.d.ts +0 -1
  956. package/node_modules/@aws-sdk/client-ssm/dist-types/waiters/waitForCommandExecuted.d.ts +0 -14
  957. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/abort-controller/CHANGELOG.md +0 -1104
  958. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/abort-controller/LICENSE +0 -201
  959. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/abort-controller/README.md +0 -4
  960. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/abort-controller/dist-cjs/AbortController.js +0 -13
  961. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/abort-controller/dist-cjs/AbortSignal.js +0 -24
  962. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/abort-controller/dist-cjs/index.js +0 -5
  963. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/abort-controller/dist-es/AbortController.js +0 -11
  964. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/abort-controller/dist-es/AbortSignal.js +0 -26
  965. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/abort-controller/dist-es/index.js +0 -2
  966. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/abort-controller/dist-types/AbortController.d.ts +0 -6
  967. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/abort-controller/dist-types/AbortSignal.d.ts +0 -14
  968. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/abort-controller/dist-types/index.d.ts +0 -2
  969. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/abort-controller/dist-types/ts3.4/AbortController.d.ts +0 -6
  970. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/abort-controller/dist-types/ts3.4/AbortSignal.d.ts +0 -10
  971. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/abort-controller/dist-types/ts3.4/index.d.ts +0 -2
  972. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/abort-controller/package.json +0 -49
  973. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/CHANGELOG.md +0 -3269
  974. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/LICENSE +0 -201
  975. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/README.md +0 -218
  976. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-cjs/SSO.js +0 -67
  977. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-cjs/SSOClient.js +0 -32
  978. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-cjs/commands/GetRoleCredentialsCommand.js +0 -36
  979. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-cjs/commands/ListAccountRolesCommand.js +0 -36
  980. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-cjs/commands/ListAccountsCommand.js +0 -36
  981. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-cjs/commands/LogoutCommand.js +0 -36
  982. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-cjs/commands/index.js +0 -7
  983. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-cjs/endpoints.js +0 -275
  984. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +0 -8
  985. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-cjs/models/index.js +0 -4
  986. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-cjs/models/models_0.js +0 -95
  987. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-cjs/pagination/Interfaces.js +0 -2
  988. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-cjs/pagination/ListAccountRolesPaginator.js +0 -35
  989. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-cjs/pagination/ListAccountsPaginator.js +0 -35
  990. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-cjs/pagination/index.js +0 -6
  991. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-cjs/protocols/Aws_restJson1.js +0 -521
  992. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.browser.js +0 -39
  993. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +0 -41
  994. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.native.js +0 -16
  995. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js +0 -17
  996. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-es/SSO.js +0 -70
  997. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +0 -34
  998. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-es/commands/GetRoleCredentialsCommand.js +0 -39
  999. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +0 -39
  1000. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +0 -39
  1001. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.js +0 -39
  1002. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-es/commands/index.js +0 -4
  1003. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-es/endpoints.js +0 -271
  1004. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-es/index.js +0 -5
  1005. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-es/models/index.js +0 -1
  1006. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js +0 -58
  1007. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-es/pagination/Interfaces.js +0 -1
  1008. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountRolesPaginator.js +0 -74
  1009. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountsPaginator.js +0 -74
  1010. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-es/pagination/index.js +0 -3
  1011. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-es/protocols/Aws_restJson1.js +0 -594
  1012. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.browser.js +0 -17
  1013. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +0 -19
  1014. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.native.js +0 -8
  1015. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.shared.js +0 -13
  1016. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +0 -53
  1017. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +0 -153
  1018. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +0 -36
  1019. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +0 -35
  1020. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +0 -37
  1021. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +0 -35
  1022. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/commands/index.d.ts +0 -4
  1023. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/endpoints.d.ts +0 -2
  1024. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +0 -5
  1025. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/models/index.d.ts +0 -1
  1026. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +0 -255
  1027. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/pagination/Interfaces.d.ts +0 -6
  1028. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountRolesPaginator.d.ts +0 -4
  1029. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountsPaginator.d.ts +0 -4
  1030. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/pagination/index.d.ts +0 -3
  1031. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/protocols/Aws_restJson1.d.ts +0 -14
  1032. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +0 -32
  1033. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +0 -32
  1034. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +0 -31
  1035. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts +0 -13
  1036. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSO.d.ts +0 -25
  1037. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +0 -72
  1038. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/GetRoleCredentialsCommand.d.ts +0 -17
  1039. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountRolesCommand.d.ts +0 -17
  1040. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +0 -17
  1041. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/LogoutCommand.d.ts +0 -17
  1042. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/index.d.ts +0 -4
  1043. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoints.d.ts +0 -2
  1044. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +0 -5
  1045. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/index.d.ts +0 -1
  1046. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +0 -154
  1047. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -6
  1048. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountRolesPaginator.d.ts +0 -4
  1049. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountsPaginator.d.ts +0 -4
  1050. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/index.d.ts +0 -3
  1051. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -14
  1052. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -30
  1053. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +0 -30
  1054. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -29
  1055. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
  1056. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/package.json +0 -91
  1057. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/CHANGELOG.md +0 -2418
  1058. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/LICENSE +0 -201
  1059. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/README.md +0 -208
  1060. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-cjs/STS.js +0 -127
  1061. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-cjs/STSClient.js +0 -34
  1062. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleCommand.js +0 -38
  1063. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleWithSAMLCommand.js +0 -36
  1064. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleWithWebIdentityCommand.js +0 -36
  1065. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-cjs/commands/DecodeAuthorizationMessageCommand.js +0 -38
  1066. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetAccessKeyInfoCommand.js +0 -38
  1067. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetCallerIdentityCommand.js +0 -38
  1068. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetFederationTokenCommand.js +0 -38
  1069. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetSessionTokenCommand.js +0 -38
  1070. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-cjs/commands/index.js +0 -11
  1071. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-cjs/defaultRoleAssumers.js +0 -15
  1072. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-cjs/defaultStsRoleAssumers.js +0 -76
  1073. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-cjs/endpoints.js +0 -217
  1074. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +0 -8
  1075. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-cjs/models/index.js +0 -4
  1076. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-cjs/models/models_0.js +0 -177
  1077. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-cjs/protocols/Aws_query.js +0 -1249
  1078. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.browser.js +0 -40
  1079. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.js +0 -44
  1080. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.native.js +0 -16
  1081. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.shared.js +0 -17
  1082. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-es/STS.js +0 -130
  1083. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-es/STSClient.js +0 -36
  1084. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleCommand.js +0 -41
  1085. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithSAMLCommand.js +0 -39
  1086. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithWebIdentityCommand.js +0 -39
  1087. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-es/commands/DecodeAuthorizationMessageCommand.js +0 -41
  1088. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-es/commands/GetAccessKeyInfoCommand.js +0 -41
  1089. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-es/commands/GetCallerIdentityCommand.js +0 -41
  1090. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-es/commands/GetFederationTokenCommand.js +0 -41
  1091. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-es/commands/GetSessionTokenCommand.js +0 -41
  1092. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-es/commands/index.js +0 -8
  1093. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-es/defaultRoleAssumers.js +0 -16
  1094. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-es/defaultStsRoleAssumers.js +0 -87
  1095. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-es/endpoints.js +0 -213
  1096. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-es/index.js +0 -5
  1097. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-es/models/index.js +0 -1
  1098. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-es/models/models_0.js +0 -117
  1099. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-es/protocols/Aws_query.js +0 -1330
  1100. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.browser.js +0 -17
  1101. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.js +0 -21
  1102. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.native.js +0 -8
  1103. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.shared.js +0 -13
  1104. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/STS.d.ts +0 -619
  1105. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/STSClient.d.ts +0 -152
  1106. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts +0 -124
  1107. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +0 -166
  1108. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +0 -170
  1109. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +0 -70
  1110. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/commands/GetAccessKeyInfoCommand.d.ts +0 -52
  1111. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/commands/GetCallerIdentityCommand.d.ts +0 -44
  1112. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +0 -120
  1113. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +0 -86
  1114. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/commands/index.d.ts +0 -8
  1115. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/defaultRoleAssumers.d.ts +0 -19
  1116. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/defaultStsRoleAssumers.d.ts +0 -35
  1117. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/endpoints.d.ts +0 -2
  1118. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/index.d.ts +0 -5
  1119. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/models/index.d.ts +0 -1
  1120. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/models/models_0.d.ts +0 -1211
  1121. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/protocols/Aws_query.d.ts +0 -26
  1122. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.browser.d.ts +0 -39
  1123. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.d.ts +0 -39
  1124. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.native.d.ts +0 -38
  1125. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.shared.d.ts +0 -13
  1126. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STS.d.ts +0 -45
  1127. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STSClient.d.ts +0 -79
  1128. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleCommand.d.ts +0 -17
  1129. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithSAMLCommand.d.ts +0 -17
  1130. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithWebIdentityCommand.d.ts +0 -17
  1131. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/DecodeAuthorizationMessageCommand.d.ts +0 -17
  1132. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetAccessKeyInfoCommand.d.ts +0 -17
  1133. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetCallerIdentityCommand.d.ts +0 -17
  1134. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +0 -17
  1135. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetSessionTokenCommand.d.ts +0 -17
  1136. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/index.d.ts +0 -8
  1137. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/defaultRoleAssumers.d.ts +0 -8
  1138. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/defaultStsRoleAssumers.d.ts +0 -16
  1139. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoints.d.ts +0 -2
  1140. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/index.d.ts +0 -5
  1141. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/index.d.ts +0 -1
  1142. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/models_0.d.ts +0 -367
  1143. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/protocols/Aws_query.d.ts +0 -26
  1144. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -37
  1145. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.d.ts +0 -37
  1146. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -36
  1147. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
  1148. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/package.json +0 -96
  1149. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/CHANGELOG.md +0 -2281
  1150. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/LICENSE +0 -201
  1151. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/README.md +0 -10
  1152. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js +0 -12
  1153. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/NodeUseFipsEndpointConfigOptions.js +0 -12
  1154. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/index.js +0 -7
  1155. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/resolveCustomEndpointsConfig.js +0 -16
  1156. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/resolveEndpointsConfig.js +0 -21
  1157. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/utils/getEndpointFromRegion.js +0 -20
  1158. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/utils/normalizeBoolean.js +0 -11
  1159. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/utils/normalizeEndpoint.js +0 -15
  1160. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/index.js +0 -6
  1161. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/regionConfig/config.js +0 -15
  1162. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/regionConfig/getRealRegion.js +0 -10
  1163. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/regionConfig/index.js +0 -5
  1164. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/regionConfig/isFipsRegion.js +0 -5
  1165. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/regionConfig/resolveRegionConfig.js +0 -29
  1166. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/EndpointVariant.js +0 -2
  1167. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/EndpointVariantTag.js +0 -2
  1168. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/PartitionHash.js +0 -2
  1169. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/RegionHash.js +0 -2
  1170. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/getHostnameFromVariants.js +0 -8
  1171. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/getRegionInfo.js +0 -34
  1172. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/getResolvedHostname.js +0 -9
  1173. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/getResolvedPartition.js +0 -5
  1174. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/getResolvedSigningRegion.js +0 -16
  1175. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/index.js +0 -6
  1176. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js +0 -11
  1177. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/NodeUseFipsEndpointConfigOptions.js +0 -11
  1178. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/index.js +0 -4
  1179. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/resolveCustomEndpointsConfig.js +0 -7
  1180. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/resolveEndpointsConfig.js +0 -12
  1181. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/utils/getEndpointFromRegion.js +0 -31
  1182. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/utils/normalizeBoolean.js +0 -7
  1183. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/utils/normalizeEndpoint.js +0 -12
  1184. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/index.js +0 -3
  1185. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/regionConfig/config.js +0 -12
  1186. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/regionConfig/getRealRegion.js +0 -8
  1187. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/regionConfig/index.js +0 -2
  1188. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/regionConfig/isFipsRegion.js +0 -3
  1189. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/regionConfig/resolveRegionConfig.js +0 -44
  1190. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/EndpointVariant.js +0 -1
  1191. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/EndpointVariantTag.js +0 -1
  1192. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/PartitionHash.js +0 -1
  1193. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/RegionHash.js +0 -1
  1194. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/getHostnameFromVariants.js +0 -9
  1195. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/getRegionInfo.js +0 -26
  1196. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/getResolvedHostname.js +0 -8
  1197. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/getResolvedPartition.js +0 -5
  1198. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/getResolvedSigningRegion.js +0 -13
  1199. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/index.js +0 -3
  1200. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +0 -5
  1201. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +0 -5
  1202. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/index.d.ts +0 -4
  1203. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/resolveCustomEndpointsConfig.d.ts +0 -20
  1204. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.d.ts +0 -38
  1205. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/utils/getEndpointFromRegion.d.ts +0 -11
  1206. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/utils/normalizeBoolean.d.ts +0 -2
  1207. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/utils/normalizeEndpoint.d.ts +0 -7
  1208. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/index.d.ts +0 -3
  1209. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/config.d.ts +0 -5
  1210. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/getRealRegion.d.ts +0 -1
  1211. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/index.d.ts +0 -2
  1212. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/isFipsRegion.d.ts +0 -1
  1213. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/resolveRegionConfig.d.ts +0 -25
  1214. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/EndpointVariant.d.ts +0 -8
  1215. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/EndpointVariantTag.d.ts +0 -5
  1216. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/PartitionHash.d.ts +0 -14
  1217. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/RegionHash.d.ts +0 -12
  1218. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getHostnameFromVariants.d.ts +0 -6
  1219. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getRegionInfo.d.ts +0 -11
  1220. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getResolvedHostname.d.ts +0 -5
  1221. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getResolvedPartition.d.ts +0 -5
  1222. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getResolvedSigningRegion.d.ts +0 -6
  1223. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/index.d.ts +0 -3
  1224. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +0 -5
  1225. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +0 -5
  1226. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/index.d.ts +0 -4
  1227. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/resolveCustomEndpointsConfig.d.ts +0 -15
  1228. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/resolveEndpointsConfig.d.ts +0 -25
  1229. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/utils/getEndpointFromRegion.d.ts +0 -11
  1230. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/utils/normalizeBoolean.d.ts +0 -2
  1231. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/utils/normalizeEndpoint.d.ts +0 -7
  1232. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/index.d.ts +0 -3
  1233. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionConfig/config.d.ts +0 -5
  1234. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionConfig/getRealRegion.d.ts +0 -1
  1235. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionConfig/index.d.ts +0 -2
  1236. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionConfig/isFipsRegion.d.ts +0 -1
  1237. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionConfig/resolveRegionConfig.d.ts +0 -17
  1238. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariant.d.ts +0 -6
  1239. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariantTag.d.ts +0 -2
  1240. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/PartitionHash.d.ts +0 -10
  1241. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/RegionHash.d.ts +0 -9
  1242. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/getHostnameFromVariants.d.ts +0 -6
  1243. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/getRegionInfo.d.ts +0 -11
  1244. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/getResolvedHostname.d.ts +0 -5
  1245. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/getResolvedPartition.d.ts +0 -5
  1246. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/getResolvedSigningRegion.d.ts +0 -6
  1247. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/index.d.ts +0 -3
  1248. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/package.json +0 -51
  1249. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-env/CHANGELOG.md +0 -1269
  1250. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-env/LICENSE +0 -201
  1251. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-env/README.md +0 -11
  1252. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +0 -25
  1253. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-env/dist-es/index.js +0 -21
  1254. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-env/dist-types/index.d.ts +0 -11
  1255. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-env/dist-types/ts3.4/index.d.ts +0 -7
  1256. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-env/package.json +0 -55
  1257. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/CHANGELOG.md +0 -1263
  1258. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/LICENSE +0 -201
  1259. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/README.md +0 -11
  1260. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/config/Endpoint.js +0 -8
  1261. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/config/EndpointConfigOptions.js +0 -10
  1262. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/config/EndpointMode.js +0 -8
  1263. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/config/EndpointModeConfigOptions.js +0 -11
  1264. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/fromContainerMetadata.js +0 -70
  1265. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/fromInstanceMetadata.js +0 -93
  1266. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/index.js +0 -6
  1267. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/remoteProvider/ImdsCredentials.js +0 -17
  1268. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/remoteProvider/RemoteProviderInit.js +0 -7
  1269. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/remoteProvider/httpRequest.js +0 -41
  1270. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/remoteProvider/index.js +0 -5
  1271. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/remoteProvider/retry.js +0 -11
  1272. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/utils/getInstanceMetadataEndpoint.js +0 -23
  1273. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-es/config/Endpoint.js +0 -5
  1274. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-es/config/EndpointConfigOptions.js +0 -7
  1275. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-es/config/EndpointMode.js +0 -5
  1276. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-es/config/EndpointModeConfigOptions.js +0 -8
  1277. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-es/fromContainerMetadata.js +0 -82
  1278. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-es/fromInstanceMetadata.js +0 -127
  1279. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-es/index.js +0 -3
  1280. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-es/remoteProvider/ImdsCredentials.js +0 -14
  1281. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-es/remoteProvider/RemoteProviderInit.js +0 -6
  1282. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-es/remoteProvider/httpRequest.js +0 -34
  1283. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-es/remoteProvider/index.js +0 -2
  1284. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-es/remoteProvider/retry.js +0 -7
  1285. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-es/utils/getInstanceMetadataEndpoint.js +0 -44
  1286. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/config/Endpoint.d.ts +0 -4
  1287. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/config/EndpointConfigOptions.d.ts +0 -4
  1288. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/config/EndpointMode.d.ts +0 -4
  1289. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/config/EndpointModeConfigOptions.d.ts +0 -4
  1290. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/fromContainerMetadata.d.ts +0 -10
  1291. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/fromInstanceMetadata.d.ts +0 -7
  1292. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/index.d.ts +0 -3
  1293. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/ImdsCredentials.d.ts +0 -9
  1294. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/RemoteProviderInit.d.ts +0 -14
  1295. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts +0 -6
  1296. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/index.d.ts +0 -2
  1297. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/retry.d.ts +0 -7
  1298. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/config/Endpoint.d.ts +0 -4
  1299. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/config/EndpointConfigOptions.d.ts +0 -4
  1300. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/config/EndpointMode.d.ts +0 -4
  1301. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/config/EndpointModeConfigOptions.d.ts +0 -4
  1302. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/fromContainerMetadata.d.ts +0 -7
  1303. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/fromInstanceMetadata.d.ts +0 -4
  1304. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/index.d.ts +0 -3
  1305. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/remoteProvider/ImdsCredentials.d.ts +0 -9
  1306. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/remoteProvider/RemoteProviderInit.d.ts +0 -10
  1307. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/remoteProvider/httpRequest.d.ts +0 -4
  1308. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/remoteProvider/index.d.ts +0 -2
  1309. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/remoteProvider/retry.d.ts +0 -5
  1310. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/utils/getInstanceMetadataEndpoint.d.ts +0 -3
  1311. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/utils/getInstanceMetadataEndpoint.d.ts +0 -19
  1312. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/package.json +0 -58
  1313. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-ini/CHANGELOG.md +0 -1265
  1314. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-ini/LICENSE +0 -201
  1315. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-ini/README.md +0 -11
  1316. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +0 -105
  1317. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-ini/dist-es/index.js +0 -141
  1318. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-ini/dist-types/index.d.ts +0 -63
  1319. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/index.d.ts +0 -26
  1320. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-ini/package.json +0 -61
  1321. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-node/CHANGELOG.md +0 -1569
  1322. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-node/LICENSE +0 -201
  1323. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-node/README.md +0 -89
  1324. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +0 -42
  1325. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-node/dist-es/index.js +0 -42
  1326. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-node/dist-types/index.d.ts +0 -42
  1327. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/index.d.ts +0 -9
  1328. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-node/package.json +0 -63
  1329. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-process/CHANGELOG.md +0 -1121
  1330. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-process/LICENSE +0 -201
  1331. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-process/README.md +0 -11
  1332. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +0 -70
  1333. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-process/dist-es/index.js +0 -82
  1334. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-process/dist-types/index.d.ts +0 -13
  1335. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/index.d.ts +0 -8
  1336. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-process/package.json +0 -57
  1337. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-sso/CHANGELOG.md +0 -323
  1338. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-sso/LICENSE +0 -201
  1339. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-sso/README.md +0 -11
  1340. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +0 -88
  1341. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-sso/dist-es/index.js +0 -110
  1342. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-sso/dist-types/index.d.ts +0 -54
  1343. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/index.d.ts +0 -32
  1344. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-sso/package.json +0 -58
  1345. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-web-identity/CHANGELOG.md +0 -217
  1346. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-web-identity/LICENSE +0 -201
  1347. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-web-identity/README.md +0 -11
  1348. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +0 -28
  1349. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js +0 -21
  1350. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +0 -5
  1351. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js +0 -25
  1352. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromWebToken.js +0 -19
  1353. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/index.js +0 -2
  1354. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromTokenFile.d.ts +0 -12
  1355. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromWebToken.d.ts +0 -126
  1356. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/index.d.ts +0 -2
  1357. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromTokenFile.d.ts +0 -8
  1358. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromWebToken.d.ts +0 -30
  1359. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/index.d.ts +0 -2
  1360. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-web-identity/package.json +0 -63
  1361. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/fetch-http-handler/CHANGELOG.md +0 -1856
  1362. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/fetch-http-handler/LICENSE +0 -201
  1363. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/fetch-http-handler/README.md +0 -4
  1364. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/fetch-http-handler/dist-cjs/fetch-http-handler.js +0 -78
  1365. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/fetch-http-handler/dist-cjs/index.js +0 -5
  1366. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/fetch-http-handler/dist-cjs/request-timeout.js +0 -15
  1367. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/fetch-http-handler/dist-cjs/stream-collector.js +0 -50
  1368. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/fetch-http-handler/dist-es/fetch-http-handler.js +0 -90
  1369. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/fetch-http-handler/dist-es/index.js +0 -2
  1370. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/fetch-http-handler/dist-es/request-timeout.js +0 -12
  1371. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/fetch-http-handler/dist-es/stream-collector.js +0 -68
  1372. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/fetch-http-handler/dist-types/fetch-http-handler.d.ts +0 -20
  1373. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/fetch-http-handler/dist-types/index.d.ts +0 -2
  1374. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/fetch-http-handler/dist-types/request-timeout.d.ts +0 -1
  1375. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/fetch-http-handler/dist-types/stream-collector.d.ts +0 -2
  1376. 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
  1377. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/fetch-http-handler/dist-types/ts3.4/index.d.ts +0 -2
  1378. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/fetch-http-handler/dist-types/ts3.4/request-timeout.d.ts +0 -1
  1379. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/fetch-http-handler/dist-types/ts3.4/stream-collector.d.ts +0 -2
  1380. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/fetch-http-handler/package.json +0 -49
  1381. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/hash-node/CHANGELOG.md +0 -1191
  1382. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/hash-node/LICENSE +0 -201
  1383. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/hash-node/README.md +0 -10
  1384. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/hash-node/dist-cjs/index.js +0 -30
  1385. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/hash-node/dist-es/index.js +0 -28
  1386. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/hash-node/dist-types/index.d.ts +0 -7
  1387. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/hash-node/dist-types/ts3.4/index.d.ts +0 -7
  1388. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/hash-node/package.json +0 -51
  1389. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/invalid-dependency/CHANGELOG.md +0 -480
  1390. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/invalid-dependency/LICENSE +0 -201
  1391. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/invalid-dependency/README.md +0 -10
  1392. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/invalid-dependency/dist-cjs/index.js +0 -5
  1393. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/invalid-dependency/dist-cjs/invalidFunction.js +0 -7
  1394. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/invalid-dependency/dist-cjs/invalidProvider.js +0 -5
  1395. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/invalid-dependency/dist-es/index.js +0 -2
  1396. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/invalid-dependency/dist-es/invalidFunction.js +0 -3
  1397. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/invalid-dependency/dist-es/invalidProvider.js +0 -1
  1398. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/invalid-dependency/dist-types/index.d.ts +0 -2
  1399. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/invalid-dependency/dist-types/invalidFunction.d.ts +0 -1
  1400. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/invalid-dependency/dist-types/invalidProvider.d.ts +0 -2
  1401. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/invalid-dependency/dist-types/ts3.4/index.d.ts +0 -2
  1402. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/invalid-dependency/dist-types/ts3.4/invalidFunction.d.ts +0 -1
  1403. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/invalid-dependency/dist-types/ts3.4/invalidProvider.d.ts +0 -2
  1404. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/invalid-dependency/package.json +0 -45
  1405. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/is-array-buffer/CHANGELOG.md +0 -561
  1406. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/is-array-buffer/LICENSE +0 -201
  1407. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/is-array-buffer/README.md +0 -10
  1408. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/is-array-buffer/dist-cjs/index.js +0 -6
  1409. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/is-array-buffer/dist-es/index.js +0 -4
  1410. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/is-array-buffer/dist-types/index.d.ts +0 -1
  1411. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/is-array-buffer/dist-types/ts3.4/index.d.ts +0 -1
  1412. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/is-array-buffer/package.json +0 -48
  1413. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-content-length/CHANGELOG.md +0 -1472
  1414. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-content-length/LICENSE +0 -201
  1415. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-content-length/README.md +0 -4
  1416. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-content-length/dist-cjs/index.js +0 -42
  1417. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-content-length/dist-es/index.js +0 -39
  1418. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-content-length/dist-types/index.d.ts +0 -6
  1419. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-content-length/dist-types/ts3.4/index.d.ts +0 -6
  1420. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-content-length/package.json +0 -49
  1421. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-host-header/CHANGELOG.md +0 -947
  1422. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-host-header/LICENSE +0 -201
  1423. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-host-header/README.md +0 -4
  1424. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js +0 -36
  1425. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-host-header/dist-es/index.js +0 -38
  1426. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-host-header/dist-types/index.d.ts +0 -17
  1427. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-host-header/dist-types/ts3.4/index.d.ts +0 -15
  1428. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-host-header/package.json +0 -49
  1429. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-logger/CHANGELOG.md +0 -355
  1430. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-logger/LICENSE +0 -201
  1431. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-logger/README.md +0 -4
  1432. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +0 -4
  1433. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-logger/dist-cjs/loggerMiddleware.js +0 -34
  1434. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-logger/dist-es/index.js +0 -1
  1435. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-logger/dist-es/loggerMiddleware.js +0 -42
  1436. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-logger/dist-types/index.d.ts +0 -1
  1437. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-logger/dist-types/loggerMiddleware.d.ts +0 -4
  1438. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-logger/dist-types/ts3.4/index.d.ts +0 -1
  1439. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-logger/dist-types/ts3.4/loggerMiddleware.d.ts +0 -4
  1440. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-logger/package.json +0 -51
  1441. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/CHANGELOG.md +0 -1178
  1442. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/LICENSE +0 -201
  1443. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/README.md +0 -4
  1444. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-cjs/AdaptiveRetryStrategy.js +0 -25
  1445. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-cjs/DefaultRateLimiter.js +0 -104
  1446. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-cjs/StandardRetryStrategy.js +0 -89
  1447. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-cjs/config.js +0 -10
  1448. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-cjs/configurations.js +0 -69
  1449. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-cjs/constants.js +0 -12
  1450. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-cjs/defaultRetryQuota.js +0 -32
  1451. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-cjs/delayDecider.js +0 -6
  1452. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-cjs/index.js +0 -13
  1453. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-cjs/omitRetryHeadersMiddleware.js +0 -27
  1454. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-cjs/retryDecider.js +0 -11
  1455. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-cjs/retryMiddleware.js +0 -23
  1456. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-cjs/types.js +0 -2
  1457. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-es/AdaptiveRetryStrategy.js +0 -34
  1458. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-es/DefaultRateLimiter.js +0 -119
  1459. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-es/StandardRetryStrategy.js +0 -130
  1460. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-es/config.js +0 -7
  1461. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-es/configurations.js +0 -77
  1462. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-es/constants.js +0 -9
  1463. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-es/defaultRetryQuota.js +0 -28
  1464. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-es/delayDecider.js +0 -4
  1465. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-es/index.js +0 -10
  1466. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-es/omitRetryHeadersMiddleware.js +0 -30
  1467. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-es/retryDecider.js +0 -7
  1468. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-es/retryMiddleware.js +0 -30
  1469. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-es/types.js +0 -1
  1470. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/AdaptiveRetryStrategy.d.ts +0 -17
  1471. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/DefaultRateLimiter.d.ts +0 -39
  1472. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/StandardRetryStrategy.d.ts +0 -27
  1473. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/config.d.ts +0 -13
  1474. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/configurations.d.ts +0 -37
  1475. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/constants.d.ts +0 -41
  1476. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/defaultRetryQuota.d.ts +0 -18
  1477. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/delayDecider.d.ts +0 -4
  1478. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/index.d.ts +0 -10
  1479. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/omitRetryHeadersMiddleware.d.ts +0 -4
  1480. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/retryDecider.d.ts +0 -2
  1481. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/retryMiddleware.d.ts +0 -5
  1482. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +0 -15
  1483. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/DefaultRateLimiter.d.ts +0 -39
  1484. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +0 -25
  1485. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/config.d.ts +0 -8
  1486. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/configurations.d.ts +0 -26
  1487. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/constants.d.ts +0 -18
  1488. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/defaultRetryQuota.d.ts +0 -10
  1489. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/delayDecider.d.ts +0 -2
  1490. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/index.d.ts +0 -10
  1491. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/omitRetryHeadersMiddleware.d.ts +0 -4
  1492. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/retryDecider.d.ts +0 -2
  1493. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/retryMiddleware.d.ts +0 -5
  1494. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/types.d.ts +0 -24
  1495. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/types.d.ts +0 -53
  1496. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/package.json +0 -52
  1497. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-sdk-sts/CHANGELOG.md +0 -202
  1498. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-sdk-sts/LICENSE +0 -201
  1499. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-sdk-sts/README.md +0 -4
  1500. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-sdk-sts/dist-cjs/index.js +0 -9
  1501. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-sdk-sts/dist-es/index.js +0 -6
  1502. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-sdk-sts/dist-types/index.d.ts +0 -34
  1503. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-sdk-sts/dist-types/ts3.4/index.d.ts +0 -25
  1504. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-sdk-sts/package.json +0 -52
  1505. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-serde/CHANGELOG.md +0 -896
  1506. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-serde/LICENSE +0 -201
  1507. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-serde/README.md +0 -4
  1508. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-serde/dist-cjs/deserializerMiddleware.js +0 -12
  1509. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-serde/dist-cjs/index.js +0 -6
  1510. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-serde/dist-cjs/serdePlugin.js +0 -26
  1511. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-serde/dist-cjs/serializerMiddleware.js +0 -11
  1512. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-serde/dist-es/deserializerMiddleware.js +0 -22
  1513. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-serde/dist-es/index.js +0 -3
  1514. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-serde/dist-es/serdePlugin.js +0 -22
  1515. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-serde/dist-es/serializerMiddleware.js +0 -16
  1516. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-serde/dist-types/deserializerMiddleware.d.ts +0 -2
  1517. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-serde/dist-types/index.d.ts +0 -3
  1518. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-serde/dist-types/serdePlugin.d.ts +0 -4
  1519. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-serde/dist-types/serializerMiddleware.d.ts +0 -2
  1520. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-serde/dist-types/ts3.4/deserializerMiddleware.d.ts +0 -2
  1521. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-serde/dist-types/ts3.4/index.d.ts +0 -3
  1522. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-serde/dist-types/ts3.4/serdePlugin.d.ts +0 -4
  1523. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-serde/dist-types/ts3.4/serializerMiddleware.d.ts +0 -2
  1524. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-serde/package.json +0 -48
  1525. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/CHANGELOG.md +0 -1840
  1526. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/LICENSE +0 -201
  1527. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/README.md +0 -4
  1528. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-cjs/configurations.js +0 -90
  1529. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-cjs/index.js +0 -5
  1530. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-cjs/middleware.js +0 -45
  1531. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-cjs/utils/getSkewCorrectedDate.js +0 -5
  1532. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-cjs/utils/getUpdatedSystemClockOffset.js +0 -12
  1533. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-cjs/utils/isClockSkewed.js +0 -6
  1534. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-es/configurations.js +0 -87
  1535. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-es/index.js +0 -2
  1536. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-es/middleware.js +0 -59
  1537. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-es/utils/getSkewCorrectedDate.js +0 -1
  1538. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-es/utils/getUpdatedSystemClockOffset.js +0 -8
  1539. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-es/utils/isClockSkewed.js +0 -4
  1540. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-types/configurations.d.ts +0 -88
  1541. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-types/index.d.ts +0 -2
  1542. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-types/middleware.d.ts +0 -6
  1543. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/configurations.d.ts +0 -57
  1544. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/index.d.ts +0 -2
  1545. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/middleware.d.ts +0 -6
  1546. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/utils/getSkewCorrectedDate.d.ts +0 -2
  1547. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/utils/getUpdatedSystemClockOffset.d.ts +0 -2
  1548. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/utils/isClockSkewed.d.ts +0 -2
  1549. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-types/utils/getSkewCorrectedDate.d.ts +0 -6
  1550. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-types/utils/getUpdatedSystemClockOffset.d.ts +0 -8
  1551. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-types/utils/isClockSkewed.d.ts +0 -7
  1552. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/package.json +0 -51
  1553. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-stack/CHANGELOG.md +0 -1330
  1554. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-stack/LICENSE +0 -201
  1555. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-stack/README.md +0 -78
  1556. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-stack/dist-cjs/MiddlewareStack.js +0 -215
  1557. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-stack/dist-cjs/index.js +0 -4
  1558. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-stack/dist-cjs/types.js +0 -2
  1559. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-stack/dist-es/MiddlewareStack.js +0 -212
  1560. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-stack/dist-es/index.js +0 -1
  1561. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-stack/dist-es/types.js +0 -1
  1562. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-stack/dist-types/MiddlewareStack.d.ts +0 -2
  1563. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-stack/dist-types/index.d.ts +0 -1
  1564. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-stack/dist-types/ts3.4/MiddlewareStack.d.ts +0 -2
  1565. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-stack/dist-types/ts3.4/index.d.ts +0 -1
  1566. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-stack/dist-types/ts3.4/types.d.ts +0 -24
  1567. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-stack/dist-types/types.d.ts +0 -24
  1568. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-stack/package.json +0 -50
  1569. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-user-agent/CHANGELOG.md +0 -1116
  1570. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-user-agent/LICENSE +0 -201
  1571. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-user-agent/README.md +0 -4
  1572. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/configurations.js +0 -10
  1573. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/constants.js +0 -7
  1574. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +0 -5
  1575. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/user-agent-middleware.js +0 -61
  1576. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-user-agent/dist-es/configurations.js +0 -4
  1577. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-user-agent/dist-es/constants.js +0 -4
  1578. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-user-agent/dist-es/index.js +0 -2
  1579. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-user-agent/dist-es/user-agent-middleware.js +0 -64
  1580. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-user-agent/dist-types/configurations.d.ts +0 -28
  1581. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-user-agent/dist-types/constants.d.ts +0 -4
  1582. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-user-agent/dist-types/index.d.ts +0 -2
  1583. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/configurations.d.ts +0 -19
  1584. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/constants.d.ts +0 -4
  1585. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/index.d.ts +0 -2
  1586. 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
  1587. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-user-agent/dist-types/user-agent-middleware.d.ts +0 -17
  1588. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-user-agent/package.json +0 -50
  1589. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/CHANGELOG.md +0 -399
  1590. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/LICENSE +0 -201
  1591. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/README.md +0 -4
  1592. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/dist-cjs/configLoader.js +0 -9
  1593. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/dist-cjs/fromEnv.js +0 -17
  1594. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/dist-cjs/fromSharedConfigFiles.js +0 -28
  1595. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/dist-cjs/fromStatic.js +0 -7
  1596. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/dist-cjs/index.js +0 -4
  1597. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/dist-es/configLoader.js +0 -9
  1598. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/dist-es/fromEnv.js +0 -20
  1599. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/dist-es/fromSharedConfigFiles.js +0 -37
  1600. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/dist-es/fromStatic.js +0 -8
  1601. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/dist-es/index.js +0 -1
  1602. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/dist-types/configLoader.d.ts +0 -22
  1603. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/dist-types/fromEnv.d.ts +0 -8
  1604. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/dist-types/fromSharedConfigFiles.d.ts +0 -27
  1605. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/dist-types/fromStatic.d.ts +0 -3
  1606. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/dist-types/index.d.ts +0 -1
  1607. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/dist-types/ts3.4/configLoader.d.ts +0 -14
  1608. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/dist-types/ts3.4/fromEnv.d.ts +0 -5
  1609. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/dist-types/ts3.4/fromSharedConfigFiles.d.ts +0 -14
  1610. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/dist-types/ts3.4/fromStatic.d.ts +0 -3
  1611. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/dist-types/ts3.4/index.d.ts +0 -1
  1612. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/package.json +0 -53
  1613. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/CHANGELOG.md +0 -1614
  1614. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/LICENSE +0 -201
  1615. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/README.md +0 -4
  1616. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-cjs/constants.js +0 -4
  1617. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-cjs/get-transformed-headers.js +0 -12
  1618. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-cjs/index.js +0 -6
  1619. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-cjs/node-http-handler.js +0 -76
  1620. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-cjs/node-http2-handler.js +0 -131
  1621. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-cjs/readable.mock.js +0 -23
  1622. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-cjs/server.mock.js +0 -60
  1623. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-cjs/set-connection-timeout.js +0 -22
  1624. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-cjs/set-socket-timeout.js +0 -10
  1625. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-cjs/stream-collector/collector.js +0 -15
  1626. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-cjs/stream-collector/index.js +0 -18
  1627. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-cjs/stream-collector/readable.mock.js +0 -23
  1628. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-cjs/write-request-body.js +0 -27
  1629. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-es/constants.js +0 -1
  1630. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-es/get-transformed-headers.js +0 -21
  1631. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-es/index.js +0 -3
  1632. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-es/node-http-handler.js +0 -77
  1633. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-es/node-http2-handler.js +0 -143
  1634. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-es/readable.mock.js +0 -24
  1635. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-es/server.mock.js +0 -63
  1636. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-es/set-connection-timeout.js +0 -19
  1637. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-es/set-socket-timeout.js +0 -7
  1638. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-es/stream-collector/collector.js +0 -16
  1639. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-es/stream-collector/index.js +0 -16
  1640. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-es/stream-collector/readable.mock.js +0 -24
  1641. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-es/write-request-body.js +0 -23
  1642. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-types/constants.d.ts +0 -4
  1643. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-types/get-transformed-headers.d.ts +0 -4
  1644. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-types/index.d.ts +0 -3
  1645. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-types/node-http-handler.d.ts +0 -36
  1646. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-types/node-http2-handler.d.ts +0 -58
  1647. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-types/readable.mock.d.ts +0 -13
  1648. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-types/server.mock.d.ts +0 -10
  1649. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-types/set-connection-timeout.d.ts +0 -2
  1650. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-types/set-socket-timeout.d.ts +0 -2
  1651. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-types/stream-collector/collector.d.ts +0 -6
  1652. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-types/stream-collector/index.d.ts +0 -2
  1653. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +0 -13
  1654. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/constants.d.ts +0 -2
  1655. 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
  1656. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/index.d.ts +0 -3
  1657. 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
  1658. 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
  1659. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/readable.mock.d.ts +0 -13
  1660. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/server.mock.d.ts +0 -10
  1661. 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
  1662. 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
  1663. 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
  1664. 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
  1665. 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
  1666. 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
  1667. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-types/write-request-body.d.ts +0 -5
  1668. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/package.json +0 -60
  1669. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/CHANGELOG.md +0 -1156
  1670. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/LICENSE +0 -201
  1671. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/README.md +0 -10
  1672. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/dist-cjs/ProviderError.js +0 -36
  1673. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/dist-cjs/chain.js +0 -19
  1674. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/dist-cjs/fromStatic.js +0 -5
  1675. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/dist-cjs/index.js +0 -7
  1676. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/dist-cjs/memoize.js +0 -48
  1677. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/dist-es/ProviderError.js +0 -44
  1678. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/dist-es/chain.js +0 -34
  1679. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/dist-es/fromStatic.js +0 -5
  1680. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/dist-es/index.js +0 -4
  1681. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/dist-es/memoize.js +0 -70
  1682. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/dist-types/ProviderError.d.ts +0 -31
  1683. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/dist-types/chain.d.ts +0 -11
  1684. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/dist-types/fromStatic.d.ts +0 -2
  1685. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/dist-types/index.d.ts +0 -4
  1686. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/dist-types/memoize.d.ts +0 -37
  1687. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/dist-types/ts3.4/ProviderError.d.ts +0 -13
  1688. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/dist-types/ts3.4/chain.d.ts +0 -3
  1689. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/dist-types/ts3.4/fromStatic.d.ts +0 -2
  1690. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/dist-types/ts3.4/index.d.ts +0 -4
  1691. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/dist-types/ts3.4/memoize.d.ts +0 -9
  1692. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/package.json +0 -48
  1693. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/CHANGELOG.md +0 -1178
  1694. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/LICENSE +0 -201
  1695. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/README.md +0 -4
  1696. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/dist-cjs/httpHandler.js +0 -2
  1697. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/dist-cjs/httpRequest.js +0 -49
  1698. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/dist-cjs/httpResponse.js +0 -17
  1699. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/dist-cjs/index.js +0 -7
  1700. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/dist-cjs/isValidHostname.js +0 -8
  1701. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/dist-es/httpHandler.js +0 -1
  1702. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/dist-es/httpRequest.js +0 -43
  1703. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/dist-es/httpResponse.js +0 -15
  1704. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/dist-es/index.js +0 -4
  1705. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/dist-es/isValidHostname.js +0 -4
  1706. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/dist-types/httpHandler.d.ts +0 -4
  1707. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/dist-types/httpRequest.d.ts +0 -20
  1708. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/dist-types/httpResponse.d.ts +0 -14
  1709. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/dist-types/index.d.ts +0 -4
  1710. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/dist-types/isValidHostname.d.ts +0 -1
  1711. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/httpHandler.d.ts +0 -4
  1712. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/httpRequest.d.ts +0 -20
  1713. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/httpResponse.d.ts +0 -14
  1714. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/index.d.ts +0 -4
  1715. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/isValidHostname.d.ts +0 -1
  1716. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/package.json +0 -49
  1717. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/querystring-builder/CHANGELOG.md +0 -1138
  1718. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/querystring-builder/LICENSE +0 -201
  1719. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/querystring-builder/README.md +0 -10
  1720. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/querystring-builder/dist-cjs/index.js +0 -25
  1721. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/querystring-builder/dist-es/index.js +0 -33
  1722. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/querystring-builder/dist-types/index.d.ts +0 -2
  1723. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/querystring-builder/dist-types/ts3.4/index.d.ts +0 -2
  1724. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/querystring-builder/package.json +0 -49
  1725. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/querystring-parser/CHANGELOG.md +0 -1101
  1726. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/querystring-parser/LICENSE +0 -201
  1727. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/querystring-parser/README.md +0 -10
  1728. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/querystring-parser/dist-cjs/index.js +0 -27
  1729. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/querystring-parser/dist-es/index.js +0 -35
  1730. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/querystring-parser/dist-types/index.d.ts +0 -2
  1731. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/querystring-parser/dist-types/ts3.4/index.d.ts +0 -2
  1732. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/querystring-parser/package.json +0 -48
  1733. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/service-error-classification/CHANGELOG.md +0 -667
  1734. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/service-error-classification/LICENSE +0 -201
  1735. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/service-error-classification/README.md +0 -4
  1736. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/service-error-classification/dist-cjs/constants.js +0 -29
  1737. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/service-error-classification/dist-cjs/index.js +0 -21
  1738. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/service-error-classification/dist-es/constants.js +0 -26
  1739. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/service-error-classification/dist-es/index.js +0 -14
  1740. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/service-error-classification/dist-types/constants.d.ts +0 -22
  1741. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/service-error-classification/dist-types/index.d.ts +0 -5
  1742. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/service-error-classification/dist-types/ts3.4/constants.d.ts +0 -8
  1743. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/service-error-classification/dist-types/ts3.4/index.d.ts +0 -5
  1744. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/service-error-classification/package.json +0 -45
  1745. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/shared-ini-file-loader/CHANGELOG.md +0 -704
  1746. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/shared-ini-file-loader/LICENSE +0 -201
  1747. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/shared-ini-file-loader/README.md +0 -102
  1748. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/shared-ini-file-loader/dist-cjs/index.js +0 -84
  1749. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/shared-ini-file-loader/dist-es/index.js +0 -105
  1750. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/index.d.ts +0 -33
  1751. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/index.d.ts +0 -21
  1752. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/shared-ini-file-loader/package.json +0 -48
  1753. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/CHANGELOG.md +0 -2827
  1754. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/LICENSE +0 -201
  1755. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/README.md +0 -4
  1756. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-cjs/SignatureV4.js +0 -150
  1757. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-cjs/cloneRequest.js +0 -17
  1758. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-cjs/constants.js +0 -46
  1759. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-cjs/credentialDerivation.js +0 -38
  1760. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-cjs/getCanonicalHeaders.js +0 -21
  1761. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-cjs/getCanonicalQuery.js +0 -31
  1762. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-cjs/getPayloadHash.js +0 -23
  1763. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-cjs/headerUtil.js +0 -32
  1764. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-cjs/index.js +0 -19
  1765. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-cjs/moveHeadersToQuery.js +0 -21
  1766. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-cjs/normalizeProvider.js +0 -23
  1767. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-cjs/prepareRequest.js +0 -15
  1768. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-cjs/suite.fixture.js +0 -402
  1769. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-cjs/utilDate.js +0 -20
  1770. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-es/SignatureV4.js +0 -269
  1771. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-es/cloneRequest.js +0 -12
  1772. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-es/constants.js +0 -43
  1773. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-es/credentialDerivation.js +0 -66
  1774. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-es/getCanonicalHeaders.js +0 -30
  1775. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-es/getCanonicalQuery.js +0 -43
  1776. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-es/getPayloadHash.js +0 -41
  1777. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-es/headerUtil.js +0 -60
  1778. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-es/index.js +0 -8
  1779. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-es/moveHeadersToQuery.js +0 -26
  1780. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-es/normalizeProvider.js +0 -18
  1781. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-es/prepareRequest.js +0 -23
  1782. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-es/suite.fixture.js +0 -399
  1783. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-es/utilDate.js +0 -17
  1784. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/SignatureV4.d.ts +0 -63
  1785. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/cloneRequest.d.ts +0 -6
  1786. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/constants.d.ts +0 -43
  1787. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/credentialDerivation.d.ts +0 -26
  1788. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/getCanonicalHeaders.d.ts +0 -5
  1789. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/getCanonicalQuery.d.ts +0 -5
  1790. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/getPayloadHash.d.ts +0 -5
  1791. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/headerUtil.d.ts +0 -4
  1792. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/index.d.ts +0 -8
  1793. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/moveHeadersToQuery.d.ts +0 -9
  1794. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/normalizeProvider.d.ts +0 -9
  1795. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/prepareRequest.d.ts +0 -5
  1796. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/suite.fixture.d.ts +0 -14
  1797. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/SignatureV4.d.ts +0 -39
  1798. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/cloneRequest.d.ts +0 -4
  1799. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/constants.d.ts +0 -43
  1800. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/credentialDerivation.d.ts +0 -7
  1801. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/getCanonicalHeaders.d.ts +0 -3
  1802. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/getCanonicalQuery.d.ts +0 -3
  1803. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/getPayloadHash.d.ts +0 -3
  1804. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/headerUtil.d.ts +0 -4
  1805. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/index.d.ts +0 -8
  1806. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/moveHeadersToQuery.d.ts +0 -7
  1807. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/normalizeProvider.d.ts +0 -5
  1808. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/prepareRequest.d.ts +0 -3
  1809. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/suite.fixture.d.ts +0 -14
  1810. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/utilDate.d.ts +0 -2
  1811. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/utilDate.d.ts +0 -2
  1812. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/package.json +0 -56
  1813. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/CHANGELOG.md +0 -1387
  1814. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/LICENSE +0 -201
  1815. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/README.md +0 -10
  1816. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-cjs/client.js +0 -28
  1817. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-cjs/command.js +0 -10
  1818. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-cjs/constants.js +0 -4
  1819. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-cjs/date-utils.js +0 -156
  1820. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-cjs/emitWarningIfUnsupportedVersion.js +0 -15
  1821. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-cjs/extended-encode-uri-component.js +0 -9
  1822. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-cjs/get-array-if-single-item.js +0 -5
  1823. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-cjs/get-value-from-text-node.js +0 -16
  1824. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-cjs/index.js +0 -15
  1825. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-cjs/lazy-json.js +0 -38
  1826. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-cjs/parse-utils.js +0 -206
  1827. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-cjs/ser-utils.js +0 -17
  1828. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-cjs/split-every.js +0 -31
  1829. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-es/client.js +0 -26
  1830. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-es/command.js +0 -8
  1831. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-es/constants.js +0 -1
  1832. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-es/date-utils.js +0 -150
  1833. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-es/emitWarningIfUnsupportedVersion.js +0 -11
  1834. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-es/extended-encode-uri-component.js +0 -5
  1835. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-es/get-array-if-single-item.js +0 -3
  1836. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-es/get-value-from-text-node.js +0 -12
  1837. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-es/index.js +0 -12
  1838. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-es/lazy-json.js +0 -40
  1839. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-es/parse-utils.js +0 -190
  1840. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-es/ser-utils.js +0 -13
  1841. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-es/split-every.js +0 -27
  1842. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/client.d.ts +0 -20
  1843. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/command.d.ts +0 -6
  1844. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/constants.d.ts +0 -1
  1845. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/date-utils.d.ts +0 -49
  1846. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/emitWarningIfUnsupportedVersion.d.ts +0 -6
  1847. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/extended-encode-uri-component.d.ts +0 -5
  1848. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/get-array-if-single-item.d.ts +0 -5
  1849. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/get-value-from-text-node.d.ts +0 -5
  1850. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts +0 -13
  1851. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/lazy-json.d.ts +0 -19
  1852. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/parse-utils.d.ts +0 -203
  1853. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/ser-utils.d.ts +0 -7
  1854. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/split-every.d.ts +0 -9
  1855. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/client.d.ts +0 -16
  1856. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/command.d.ts +0 -6
  1857. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/constants.d.ts +0 -1
  1858. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/date-utils.d.ts +0 -8
  1859. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/emitWarningIfUnsupportedVersion.d.ts +0 -2
  1860. 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
  1861. 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
  1862. 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
  1863. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/index.d.ts +0 -13
  1864. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/lazy-json.d.ts +0 -12
  1865. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/parse-utils.d.ts +0 -53
  1866. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/ser-utils.d.ts +0 -2
  1867. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/split-every.d.ts +0 -2
  1868. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/package.json +0 -49
  1869. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/CHANGELOG.md +0 -1712
  1870. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/LICENSE +0 -201
  1871. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/README.md +0 -4
  1872. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-cjs/abort.js +0 -2
  1873. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-cjs/client.js +0 -2
  1874. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-cjs/command.js +0 -2
  1875. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-cjs/credentials.js +0 -2
  1876. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-cjs/crypto.js +0 -2
  1877. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-cjs/eventStream.js +0 -2
  1878. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-cjs/http.js +0 -2
  1879. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-cjs/index.js +0 -20
  1880. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-cjs/logger.js +0 -2
  1881. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-cjs/middleware.js +0 -2
  1882. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-cjs/pagination.js +0 -2
  1883. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-cjs/response.js +0 -2
  1884. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-cjs/serde.js +0 -2
  1885. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-cjs/shapes.js +0 -2
  1886. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-cjs/signature.js +0 -2
  1887. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-cjs/transfer.js +0 -2
  1888. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-cjs/util.js +0 -2
  1889. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-cjs/waiter.js +0 -2
  1890. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-es/abort.js +0 -1
  1891. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-es/client.js +0 -1
  1892. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-es/command.js +0 -1
  1893. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-es/credentials.js +0 -1
  1894. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-es/crypto.js +0 -1
  1895. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-es/eventStream.js +0 -1
  1896. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-es/http.js +0 -1
  1897. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-es/index.js +0 -17
  1898. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-es/logger.js +0 -1
  1899. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-es/middleware.js +0 -1
  1900. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-es/pagination.js +0 -1
  1901. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-es/response.js +0 -1
  1902. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-es/serde.js +0 -1
  1903. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-es/shapes.js +0 -1
  1904. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-es/signature.js +0 -1
  1905. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-es/transfer.js +0 -1
  1906. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-es/util.js +0 -1
  1907. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-es/waiter.js +0 -1
  1908. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/abort.d.ts +0 -42
  1909. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/client.d.ts +0 -23
  1910. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/command.d.ts +0 -7
  1911. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +0 -24
  1912. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/crypto.d.ts +0 -45
  1913. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/eventStream.d.ts +0 -84
  1914. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/http.d.ts +0 -92
  1915. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/index.d.ts +0 -17
  1916. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/logger.d.ts +0 -26
  1917. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +0 -338
  1918. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/pagination.d.ts +0 -14
  1919. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/response.d.ts +0 -34
  1920. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/serde.d.ts +0 -49
  1921. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/shapes.d.ts +0 -45
  1922. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/signature.d.ts +0 -100
  1923. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/transfer.d.ts +0 -16
  1924. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/ts3.4/abort.d.ts +0 -17
  1925. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/ts3.4/client.d.ts +0 -17
  1926. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/ts3.4/command.d.ts +0 -7
  1927. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/ts3.4/credentials.d.ts +0 -13
  1928. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/ts3.4/crypto.d.ts +0 -20
  1929. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/ts3.4/eventStream.d.ts +0 -78
  1930. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/ts3.4/http.d.ts +0 -44
  1931. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +0 -17
  1932. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/ts3.4/logger.d.ts +0 -14
  1933. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/ts3.4/middleware.d.ts +0 -155
  1934. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/ts3.4/pagination.d.ts +0 -9
  1935. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/ts3.4/response.d.ts +0 -18
  1936. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/ts3.4/serde.d.ts +0 -29
  1937. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/ts3.4/shapes.d.ts +0 -22
  1938. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/ts3.4/signature.d.ts +0 -47
  1939. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/ts3.4/transfer.d.ts +0 -12
  1940. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/ts3.4/util.d.ts +0 -56
  1941. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/ts3.4/waiter.d.ts +0 -15
  1942. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/util.d.ts +0 -112
  1943. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/waiter.d.ts +0 -32
  1944. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/package.json +0 -43
  1945. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/url-parser/CHANGELOG.md +0 -201
  1946. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/url-parser/LICENSE +0 -201
  1947. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/url-parser/README.md +0 -10
  1948. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/url-parser/dist-cjs/index.js +0 -19
  1949. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/url-parser/dist-es/index.js +0 -15
  1950. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/url-parser/dist-types/index.d.ts +0 -2
  1951. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/url-parser/dist-types/ts3.4/index.d.ts +0 -2
  1952. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/url-parser/package.json +0 -46
  1953. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-base64-browser/CHANGELOG.md +0 -561
  1954. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-base64-browser/LICENSE +0 -201
  1955. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-base64-browser/README.md +0 -4
  1956. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-base64-browser/dist-cjs/index.js +0 -86
  1957. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-base64-browser/dist-es/index.js +0 -81
  1958. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-base64-browser/dist-types/index.d.ts +0 -16
  1959. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-base64-browser/dist-types/ts3.4/index.d.ts +0 -4
  1960. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-base64-browser/package.json +0 -46
  1961. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-base64-node/CHANGELOG.md +0 -672
  1962. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-base64-node/LICENSE +0 -201
  1963. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-base64-node/README.md +0 -4
  1964. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-base64-node/dist-cjs/index.js +0 -20
  1965. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-base64-node/dist-es/index.js +0 -15
  1966. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-base64-node/dist-types/index.d.ts +0 -14
  1967. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-base64-node/dist-types/ts3.4/index.d.ts +0 -4
  1968. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-base64-node/package.json +0 -50
  1969. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-body-length-browser/CHANGELOG.md +0 -574
  1970. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-body-length-browser/LICENSE +0 -201
  1971. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-body-length-browser/README.md +0 -12
  1972. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-body-length-browser/dist-cjs/index.js +0 -23
  1973. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-body-length-browser/dist-es/index.js +0 -19
  1974. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-body-length-browser/dist-types/index.d.ts +0 -1
  1975. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-body-length-browser/dist-types/ts3.4/index.d.ts +0 -1
  1976. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-body-length-browser/package.json +0 -45
  1977. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-body-length-node/CHANGELOG.md +0 -611
  1978. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-body-length-node/LICENSE +0 -201
  1979. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-body-length-node/README.md +0 -12
  1980. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-body-length-node/dist-cjs/index.js +0 -22
  1981. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-body-length-node/dist-es/index.js +0 -18
  1982. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-body-length-node/dist-types/index.d.ts +0 -1
  1983. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-body-length-node/dist-types/ts3.4/index.d.ts +0 -1
  1984. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-body-length-node/package.json +0 -49
  1985. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-buffer-from/CHANGELOG.md +0 -617
  1986. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-buffer-from/LICENSE +0 -201
  1987. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-buffer-from/README.md +0 -10
  1988. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-buffer-from/dist-cjs/index.js +0 -19
  1989. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-buffer-from/dist-es/index.js +0 -16
  1990. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-buffer-from/dist-types/index.d.ts +0 -4
  1991. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-buffer-from/dist-types/ts3.4/index.d.ts +0 -4
  1992. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-buffer-from/package.json +0 -49
  1993. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-config-provider/CHANGELOG.md +0 -11
  1994. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-config-provider/LICENSE +0 -201
  1995. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-config-provider/README.md +0 -4
  1996. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-config-provider/dist-cjs/booleanSelector.js +0 -18
  1997. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-config-provider/dist-cjs/index.js +0 -4
  1998. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-config-provider/dist-es/booleanSelector.js +0 -14
  1999. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-config-provider/dist-es/index.js +0 -1
  2000. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-config-provider/dist-types/booleanSelector.d.ts +0 -15
  2001. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-config-provider/dist-types/index.d.ts +0 -1
  2002. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-config-provider/dist-types/ts3.4/booleanSelector.d.ts +0 -8
  2003. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-config-provider/dist-types/ts3.4/index.d.ts +0 -1
  2004. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-config-provider/package.json +0 -50
  2005. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-hex-encoding/CHANGELOG.md +0 -558
  2006. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-hex-encoding/LICENSE +0 -201
  2007. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-hex-encoding/README.md +0 -4
  2008. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-hex-encoding/dist-cjs/index.js +0 -38
  2009. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-hex-encoding/dist-es/index.js +0 -33
  2010. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-hex-encoding/dist-types/index.d.ts +0 -12
  2011. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-hex-encoding/dist-types/ts3.4/index.d.ts +0 -4
  2012. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-hex-encoding/package.json +0 -48
  2013. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-uri-escape/CHANGELOG.md +0 -666
  2014. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-uri-escape/LICENSE +0 -201
  2015. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-uri-escape/README.md +0 -10
  2016. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-uri-escape/dist-cjs/escape-uri-path.js +0 -6
  2017. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-uri-escape/dist-cjs/escape-uri.js +0 -6
  2018. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-uri-escape/dist-cjs/index.js +0 -5
  2019. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-uri-escape/dist-es/escape-uri-path.js +0 -2
  2020. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-uri-escape/dist-es/escape-uri.js +0 -4
  2021. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-uri-escape/dist-es/index.js +0 -2
  2022. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-uri-escape/dist-types/escape-uri-path.d.ts +0 -1
  2023. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-uri-escape/dist-types/escape-uri.d.ts +0 -1
  2024. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-uri-escape/dist-types/index.d.ts +0 -2
  2025. 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
  2026. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-uri-escape/dist-types/ts3.4/escape-uri.d.ts +0 -1
  2027. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-uri-escape/dist-types/ts3.4/index.d.ts +0 -2
  2028. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-uri-escape/package.json +0 -47
  2029. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-browser/CHANGELOG.md +0 -1672
  2030. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-browser/LICENSE +0 -201
  2031. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-browser/README.md +0 -10
  2032. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/configurations.js +0 -2
  2033. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.js +0 -22
  2034. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.native.js +0 -16
  2035. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-browser/dist-es/configurations.js +0 -1
  2036. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.js +0 -24
  2037. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.native.js +0 -19
  2038. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-browser/dist-types/configurations.d.ts +0 -4
  2039. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.d.ts +0 -7
  2040. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.native.d.ts +0 -7
  2041. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/configurations.d.ts +0 -4
  2042. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.d.ts +0 -4
  2043. 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
  2044. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-browser/package.json +0 -48
  2045. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-node/CHANGELOG.md +0 -1759
  2046. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-node/LICENSE +0 -201
  2047. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-node/README.md +0 -10
  2048. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +0 -41
  2049. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/is-crt-available.js +0 -15
  2050. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-node/dist-es/index.js +0 -47
  2051. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-node/dist-es/is-crt-available.js +0 -11
  2052. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-node/dist-types/index.d.ts +0 -12
  2053. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-node/dist-types/is-crt-available.d.ts +0 -2
  2054. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/index.d.ts +0 -10
  2055. 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
  2056. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-node/package.json +0 -51
  2057. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-browser/CHANGELOG.md +0 -561
  2058. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-browser/LICENSE +0 -201
  2059. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-browser/README.md +0 -4
  2060. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-browser/dist-cjs/index.js +0 -9
  2061. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-browser/dist-cjs/pureJs.js +0 -47
  2062. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-browser/dist-cjs/whatwgEncodingApi.js +0 -11
  2063. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-browser/dist-es/index.js +0 -8
  2064. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-browser/dist-es/pureJs.js +0 -42
  2065. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-browser/dist-es/whatwgEncodingApi.js +0 -6
  2066. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-browser/dist-types/index.d.ts +0 -2
  2067. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-browser/dist-types/pureJs.d.ts +0 -17
  2068. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-browser/dist-types/ts3.4/index.d.ts +0 -2
  2069. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-browser/dist-types/ts3.4/pureJs.d.ts +0 -4
  2070. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-browser/dist-types/ts3.4/whatwgEncodingApi.d.ts +0 -2
  2071. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-browser/dist-types/whatwgEncodingApi.d.ts +0 -2
  2072. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-browser/package.json +0 -45
  2073. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-node/CHANGELOG.md +0 -669
  2074. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-node/LICENSE +0 -201
  2075. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-node/README.md +0 -4
  2076. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-node/dist-cjs/index.js +0 -11
  2077. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-node/dist-es/index.js +0 -8
  2078. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-node/dist-types/index.d.ts +0 -2
  2079. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-node/dist-types/ts3.4/index.d.ts +0 -2
  2080. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-node/package.json +0 -53
  2081. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/CHANGELOG.md +0 -260
  2082. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/LICENSE +0 -201
  2083. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/README.md +0 -10
  2084. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-cjs/createWaiter.js +0 -27
  2085. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-cjs/index.js +0 -5
  2086. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-cjs/poller.js +0 -38
  2087. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-cjs/utils/index.js +0 -5
  2088. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-cjs/utils/sleep.js +0 -7
  2089. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-cjs/utils/validate.js +0 -21
  2090. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-cjs/waiter.js +0 -38
  2091. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-es/createWaiter.js +0 -26
  2092. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-es/index.js +0 -2
  2093. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-es/poller.js +0 -52
  2094. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-es/utils/index.js +0 -2
  2095. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-es/utils/sleep.js +0 -3
  2096. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-es/utils/validate.js +0 -17
  2097. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-es/waiter.js +0 -29
  2098. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-types/createWaiter.d.ts +0 -11
  2099. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-types/index.d.ts +0 -2
  2100. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-types/poller.d.ts +0 -10
  2101. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-types/ts3.4/createWaiter.d.ts +0 -3
  2102. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-types/ts3.4/index.d.ts +0 -2
  2103. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-types/ts3.4/poller.d.ts +0 -3
  2104. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-types/ts3.4/utils/index.d.ts +0 -2
  2105. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-types/ts3.4/utils/sleep.d.ts +0 -1
  2106. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-types/ts3.4/utils/validate.d.ts +0 -3
  2107. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-types/ts3.4/waiter.d.ts +0 -24
  2108. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-types/utils/index.d.ts +0 -2
  2109. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-types/utils/sleep.d.ts +0 -1
  2110. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-types/utils/validate.d.ts +0 -6
  2111. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-types/waiter.d.ts +0 -33
  2112. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/package.json +0 -50
  2113. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/CHANGELOG.md +0 -229
  2114. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/CONTRIBUTING.md +0 -18
  2115. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/LICENSE.md +0 -9
  2116. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/README.md +0 -505
  2117. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/bin/uuid +0 -2
  2118. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/index.js +0 -9
  2119. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/md5.js +0 -215
  2120. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/nil.js +0 -1
  2121. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/parse.js +0 -35
  2122. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/regex.js +0 -1
  2123. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/rng.js +0 -19
  2124. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/sha1.js +0 -96
  2125. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/stringify.js +0 -30
  2126. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/v1.js +0 -95
  2127. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/v3.js +0 -4
  2128. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/v35.js +0 -64
  2129. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/v4.js +0 -24
  2130. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/v5.js +0 -4
  2131. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/validate.js +0 -7
  2132. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/version.js +0 -11
  2133. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/index.js +0 -9
  2134. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/md5.js +0 -13
  2135. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/nil.js +0 -1
  2136. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/parse.js +0 -35
  2137. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/regex.js +0 -1
  2138. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/rng.js +0 -12
  2139. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/sha1.js +0 -13
  2140. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/stringify.js +0 -29
  2141. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/v1.js +0 -95
  2142. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/v3.js +0 -4
  2143. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/v35.js +0 -64
  2144. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/v4.js +0 -24
  2145. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/v5.js +0 -4
  2146. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/validate.js +0 -7
  2147. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/version.js +0 -11
  2148. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/index.js +0 -79
  2149. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/md5-browser.js +0 -223
  2150. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/md5.js +0 -23
  2151. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/nil.js +0 -8
  2152. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/parse.js +0 -45
  2153. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/regex.js +0 -8
  2154. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/rng-browser.js +0 -26
  2155. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/rng.js +0 -24
  2156. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/sha1-browser.js +0 -104
  2157. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/sha1.js +0 -23
  2158. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/stringify.js +0 -39
  2159. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/umd/uuid.min.js +0 -1
  2160. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/umd/uuidNIL.min.js +0 -1
  2161. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/umd/uuidParse.min.js +0 -1
  2162. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/umd/uuidStringify.min.js +0 -1
  2163. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/umd/uuidValidate.min.js +0 -1
  2164. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/umd/uuidVersion.min.js +0 -1
  2165. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/umd/uuidv1.min.js +0 -1
  2166. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/umd/uuidv3.min.js +0 -1
  2167. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/umd/uuidv4.min.js +0 -1
  2168. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/umd/uuidv5.min.js +0 -1
  2169. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/uuid-bin.js +0 -85
  2170. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/v1.js +0 -107
  2171. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/v3.js +0 -16
  2172. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/v35.js +0 -78
  2173. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/v4.js +0 -37
  2174. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/v5.js +0 -16
  2175. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/validate.js +0 -17
  2176. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/version.js +0 -21
  2177. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/package.json +0 -135
  2178. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/wrapper.mjs +0 -10
  2179. package/node_modules/@aws-sdk/client-ssm/package.json +0 -97
  2180. package/node_modules/@aws-sdk/util-credentials/CHANGELOG.md +0 -76
  2181. package/node_modules/@aws-sdk/util-credentials/LICENSE +0 -201
  2182. package/node_modules/@aws-sdk/util-credentials/README.md +0 -12
  2183. package/node_modules/@aws-sdk/util-credentials/dist-cjs/index.js +0 -17
  2184. package/node_modules/@aws-sdk/util-credentials/dist-es/index.js +0 -20
  2185. package/node_modules/@aws-sdk/util-credentials/dist-types/index.d.ts +0 -29
  2186. package/node_modules/@aws-sdk/util-credentials/dist-types/ts3.4/index.d.ts +0 -15
  2187. package/node_modules/@aws-sdk/util-credentials/node_modules/@aws-sdk/shared-ini-file-loader/CHANGELOG.md +0 -704
  2188. package/node_modules/@aws-sdk/util-credentials/node_modules/@aws-sdk/shared-ini-file-loader/LICENSE +0 -201
  2189. package/node_modules/@aws-sdk/util-credentials/node_modules/@aws-sdk/shared-ini-file-loader/README.md +0 -102
  2190. package/node_modules/@aws-sdk/util-credentials/node_modules/@aws-sdk/shared-ini-file-loader/dist-cjs/index.js +0 -84
  2191. package/node_modules/@aws-sdk/util-credentials/node_modules/@aws-sdk/shared-ini-file-loader/dist-es/index.js +0 -105
  2192. package/node_modules/@aws-sdk/util-credentials/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/index.d.ts +0 -33
  2193. package/node_modules/@aws-sdk/util-credentials/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/index.d.ts +0 -21
  2194. package/node_modules/@aws-sdk/util-credentials/node_modules/@aws-sdk/shared-ini-file-loader/package.json +0 -48
  2195. package/node_modules/@aws-sdk/util-credentials/package.json +0 -54
  2196. package/node_modules/@graphql-tools/merge/README.md +0 -5
  2197. package/node_modules/@graphql-tools/merge/cjs/extensions.js +0 -132
  2198. package/node_modules/@graphql-tools/merge/cjs/index.js +0 -6
  2199. package/node_modules/@graphql-tools/merge/cjs/merge-resolvers.js +0 -67
  2200. package/node_modules/@graphql-tools/merge/cjs/package.json +0 -1
  2201. package/node_modules/@graphql-tools/merge/cjs/typedefs-mergers/arguments.js +0 -21
  2202. package/node_modules/@graphql-tools/merge/cjs/typedefs-mergers/directives.js +0 -100
  2203. package/node_modules/@graphql-tools/merge/cjs/typedefs-mergers/enum-values.js +0 -40
  2204. package/node_modules/@graphql-tools/merge/cjs/typedefs-mergers/enum.js +0 -27
  2205. package/node_modules/@graphql-tools/merge/cjs/typedefs-mergers/fields.js +0 -85
  2206. package/node_modules/@graphql-tools/merge/cjs/typedefs-mergers/index.js +0 -17
  2207. package/node_modules/@graphql-tools/merge/cjs/typedefs-mergers/input-type.js +0 -34
  2208. package/node_modules/@graphql-tools/merge/cjs/typedefs-mergers/interface.js +0 -38
  2209. package/node_modules/@graphql-tools/merge/cjs/typedefs-mergers/merge-named-type-array.js +0 -15
  2210. package/node_modules/@graphql-tools/merge/cjs/typedefs-mergers/merge-nodes.js +0 -72
  2211. package/node_modules/@graphql-tools/merge/cjs/typedefs-mergers/merge-typedefs.js +0 -121
  2212. package/node_modules/@graphql-tools/merge/cjs/typedefs-mergers/scalar.js +0 -27
  2213. package/node_modules/@graphql-tools/merge/cjs/typedefs-mergers/schema-def.js +0 -39
  2214. package/node_modules/@graphql-tools/merge/cjs/typedefs-mergers/type.js +0 -36
  2215. package/node_modules/@graphql-tools/merge/cjs/typedefs-mergers/union.js +0 -28
  2216. package/node_modules/@graphql-tools/merge/cjs/typedefs-mergers/utils.js +0 -65
  2217. package/node_modules/@graphql-tools/merge/esm/extensions.js +0 -125
  2218. package/node_modules/@graphql-tools/merge/esm/index.js +0 -3
  2219. package/node_modules/@graphql-tools/merge/esm/merge-resolvers.js +0 -63
  2220. package/node_modules/@graphql-tools/merge/esm/typedefs-mergers/arguments.js +0 -17
  2221. package/node_modules/@graphql-tools/merge/esm/typedefs-mergers/directives.js +0 -95
  2222. package/node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum-values.js +0 -36
  2223. package/node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum.js +0 -23
  2224. package/node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js +0 -81
  2225. package/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js +0 -14
  2226. package/node_modules/@graphql-tools/merge/esm/typedefs-mergers/input-type.js +0 -30
  2227. package/node_modules/@graphql-tools/merge/esm/typedefs-mergers/interface.js +0 -34
  2228. package/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-named-type-array.js +0 -11
  2229. package/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js +0 -67
  2230. package/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js +0 -116
  2231. package/node_modules/@graphql-tools/merge/esm/typedefs-mergers/scalar.js +0 -23
  2232. package/node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js +0 -35
  2233. package/node_modules/@graphql-tools/merge/esm/typedefs-mergers/type.js +0 -32
  2234. package/node_modules/@graphql-tools/merge/esm/typedefs-mergers/union.js +0 -24
  2235. package/node_modules/@graphql-tools/merge/esm/typedefs-mergers/utils.js +0 -54
  2236. package/node_modules/@graphql-tools/merge/package.json +0 -58
  2237. package/node_modules/@graphql-tools/merge/typings/extensions.d.ts +0 -57
  2238. package/node_modules/@graphql-tools/merge/typings/index.d.ts +0 -3
  2239. package/node_modules/@graphql-tools/merge/typings/merge-resolvers.d.ts +0 -37
  2240. package/node_modules/@graphql-tools/merge/typings/typedefs-mergers/arguments.d.ts +0 -3
  2241. package/node_modules/@graphql-tools/merge/typings/typedefs-mergers/directives.d.ts +0 -4
  2242. package/node_modules/@graphql-tools/merge/typings/typedefs-mergers/enum-values.d.ts +0 -3
  2243. package/node_modules/@graphql-tools/merge/typings/typedefs-mergers/enum.d.ts +0 -3
  2244. package/node_modules/@graphql-tools/merge/typings/typedefs-mergers/fields.d.ts +0 -5
  2245. package/node_modules/@graphql-tools/merge/typings/typedefs-mergers/index.d.ts +0 -14
  2246. package/node_modules/@graphql-tools/merge/typings/typedefs-mergers/input-type.d.ts +0 -3
  2247. package/node_modules/@graphql-tools/merge/typings/typedefs-mergers/interface.d.ts +0 -3
  2248. package/node_modules/@graphql-tools/merge/typings/typedefs-mergers/merge-named-type-array.d.ts +0 -3
  2249. package/node_modules/@graphql-tools/merge/typings/typedefs-mergers/merge-nodes.d.ts +0 -9
  2250. package/node_modules/@graphql-tools/merge/typings/typedefs-mergers/merge-typedefs.d.ts +0 -68
  2251. package/node_modules/@graphql-tools/merge/typings/typedefs-mergers/scalar.d.ts +0 -3
  2252. package/node_modules/@graphql-tools/merge/typings/typedefs-mergers/schema-def.d.ts +0 -8
  2253. package/node_modules/@graphql-tools/merge/typings/typedefs-mergers/type.d.ts +0 -3
  2254. package/node_modules/@graphql-tools/merge/typings/typedefs-mergers/union.d.ts +0 -3
  2255. package/node_modules/@graphql-tools/merge/typings/typedefs-mergers/utils.d.ts +0 -15
  2256. package/node_modules/@graphql-tools/schema/README.md +0 -5
  2257. package/node_modules/@graphql-tools/schema/cjs/addResolversToSchema.js +0 -326
  2258. package/node_modules/@graphql-tools/schema/cjs/assertResolversPresent.js +0 -47
  2259. package/node_modules/@graphql-tools/schema/cjs/chainResolvers.js +0 -13
  2260. package/node_modules/@graphql-tools/schema/cjs/checkForResolveTypeResolver.js +0 -23
  2261. package/node_modules/@graphql-tools/schema/cjs/extendResolversFromInterfaces.js +0 -35
  2262. package/node_modules/@graphql-tools/schema/cjs/index.js +0 -17
  2263. package/node_modules/@graphql-tools/schema/cjs/makeExecutableSchema.js +0 -96
  2264. package/node_modules/@graphql-tools/schema/cjs/merge-schemas.js +0 -29
  2265. package/node_modules/@graphql-tools/schema/cjs/package.json +0 -1
  2266. package/node_modules/@graphql-tools/schema/cjs/types.js +0 -2
  2267. package/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js +0 -322
  2268. package/node_modules/@graphql-tools/schema/esm/assertResolversPresent.js +0 -43
  2269. package/node_modules/@graphql-tools/schema/esm/chainResolvers.js +0 -9
  2270. package/node_modules/@graphql-tools/schema/esm/checkForResolveTypeResolver.js +0 -19
  2271. package/node_modules/@graphql-tools/schema/esm/extendResolversFromInterfaces.js +0 -31
  2272. package/node_modules/@graphql-tools/schema/esm/index.js +0 -8
  2273. package/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js +0 -92
  2274. package/node_modules/@graphql-tools/schema/esm/merge-schemas.js +0 -25
  2275. package/node_modules/@graphql-tools/schema/esm/types.js +0 -1
  2276. package/node_modules/@graphql-tools/schema/package.json +0 -59
  2277. package/node_modules/@graphql-tools/schema/typings/addResolversToSchema.d.ts +0 -3
  2278. package/node_modules/@graphql-tools/schema/typings/assertResolversPresent.d.ts +0 -3
  2279. package/node_modules/@graphql-tools/schema/typings/chainResolvers.d.ts +0 -5
  2280. package/node_modules/@graphql-tools/schema/typings/checkForResolveTypeResolver.d.ts +0 -3
  2281. package/node_modules/@graphql-tools/schema/typings/extendResolversFromInterfaces.d.ts +0 -3
  2282. package/node_modules/@graphql-tools/schema/typings/index.d.ts +0 -8
  2283. package/node_modules/@graphql-tools/schema/typings/makeExecutableSchema.d.ts +0 -47
  2284. package/node_modules/@graphql-tools/schema/typings/merge-schemas.d.ts +0 -16
  2285. package/node_modules/@graphql-tools/schema/typings/types.d.ts +0 -42
  2286. package/node_modules/@graphql-tools/utils/cjs/AggregateError.js +0 -25
  2287. package/node_modules/@graphql-tools/utils/cjs/Interfaces.js +0 -31
  2288. package/node_modules/@graphql-tools/utils/cjs/addTypes.js +0 -62
  2289. package/node_modules/@graphql-tools/utils/cjs/astFromType.js +0 -31
  2290. package/node_modules/@graphql-tools/utils/cjs/astFromValueUntyped.js +0 -78
  2291. package/node_modules/@graphql-tools/utils/cjs/build-operation-for-field.js +0 -351
  2292. package/node_modules/@graphql-tools/utils/cjs/collectFields.js +0 -98
  2293. package/node_modules/@graphql-tools/utils/cjs/comments.js +0 -380
  2294. package/node_modules/@graphql-tools/utils/cjs/errors.js +0 -22
  2295. package/node_modules/@graphql-tools/utils/cjs/executor.js +0 -2
  2296. package/node_modules/@graphql-tools/utils/cjs/fields.js +0 -115
  2297. package/node_modules/@graphql-tools/utils/cjs/filterSchema.js +0 -66
  2298. package/node_modules/@graphql-tools/utils/cjs/fixSchemaAst.js +0 -26
  2299. package/node_modules/@graphql-tools/utils/cjs/forEachDefaultValue.js +0 -29
  2300. package/node_modules/@graphql-tools/utils/cjs/forEachField.js +0 -19
  2301. package/node_modules/@graphql-tools/utils/cjs/get-directives.js +0 -103
  2302. package/node_modules/@graphql-tools/utils/cjs/get-fields-with-directives.js +0 -52
  2303. package/node_modules/@graphql-tools/utils/cjs/get-implementing-types.js +0 -19
  2304. package/node_modules/@graphql-tools/utils/cjs/getArgumentValues.js +0 -76
  2305. package/node_modules/@graphql-tools/utils/cjs/getObjectTypeFromTypeMap.js +0 -13
  2306. package/node_modules/@graphql-tools/utils/cjs/getOperationASTFromRequest.js +0 -16
  2307. package/node_modules/@graphql-tools/utils/cjs/getResolversFromSchema.js +0 -73
  2308. package/node_modules/@graphql-tools/utils/cjs/getResponseKeyFromInfo.js +0 -12
  2309. package/node_modules/@graphql-tools/utils/cjs/heal.js +0 -177
  2310. package/node_modules/@graphql-tools/utils/cjs/helpers.js +0 -76
  2311. package/node_modules/@graphql-tools/utils/cjs/implementsAbstractType.js +0 -17
  2312. package/node_modules/@graphql-tools/utils/cjs/index.js +0 -53
  2313. package/node_modules/@graphql-tools/utils/cjs/inspect.js +0 -107
  2314. package/node_modules/@graphql-tools/utils/cjs/isAsyncIterable.js +0 -10
  2315. package/node_modules/@graphql-tools/utils/cjs/isDocumentNode.js +0 -8
  2316. package/node_modules/@graphql-tools/utils/cjs/loaders.js +0 -2
  2317. package/node_modules/@graphql-tools/utils/cjs/mapAsyncIterator.js +0 -53
  2318. package/node_modules/@graphql-tools/utils/cjs/mapSchema.js +0 -470
  2319. package/node_modules/@graphql-tools/utils/cjs/memoize.js +0 -189
  2320. package/node_modules/@graphql-tools/utils/cjs/mergeDeep.js +0 -45
  2321. package/node_modules/@graphql-tools/utils/cjs/observableToAsyncIterable.js +0 -85
  2322. package/node_modules/@graphql-tools/utils/cjs/package.json +0 -1
  2323. package/node_modules/@graphql-tools/utils/cjs/parse-graphql-json.js +0 -44
  2324. package/node_modules/@graphql-tools/utils/cjs/parse-graphql-sdl.js +0 -84
  2325. package/node_modules/@graphql-tools/utils/cjs/print-schema-with-directives.js +0 -494
  2326. package/node_modules/@graphql-tools/utils/cjs/prune.js +0 -133
  2327. package/node_modules/@graphql-tools/utils/cjs/renameType.js +0 -152
  2328. package/node_modules/@graphql-tools/utils/cjs/rewire.js +0 -159
  2329. package/node_modules/@graphql-tools/utils/cjs/rootTypes.js +0 -37
  2330. package/node_modules/@graphql-tools/utils/cjs/selectionSets.js +0 -9
  2331. package/node_modules/@graphql-tools/utils/cjs/stub.js +0 -68
  2332. package/node_modules/@graphql-tools/utils/cjs/transformInputValue.js +0 -55
  2333. package/node_modules/@graphql-tools/utils/cjs/types.js +0 -27
  2334. package/node_modules/@graphql-tools/utils/cjs/updateArgument.js +0 -54
  2335. package/node_modules/@graphql-tools/utils/cjs/validate-documents.js +0 -76
  2336. package/node_modules/@graphql-tools/utils/cjs/valueMatchesCriteria.js +0 -21
  2337. package/node_modules/@graphql-tools/utils/cjs/visitResult.js +0 -229
  2338. package/node_modules/@graphql-tools/utils/cjs/withCancel.js +0 -56
  2339. package/node_modules/@graphql-tools/utils/esm/AggregateError.js +0 -21
  2340. package/node_modules/@graphql-tools/utils/esm/Interfaces.js +0 -28
  2341. package/node_modules/@graphql-tools/utils/esm/addTypes.js +0 -58
  2342. package/node_modules/@graphql-tools/utils/esm/astFromType.js +0 -27
  2343. package/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js +0 -74
  2344. package/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js +0 -347
  2345. package/node_modules/@graphql-tools/utils/esm/collectFields.js +0 -94
  2346. package/node_modules/@graphql-tools/utils/esm/comments.js +0 -367
  2347. package/node_modules/@graphql-tools/utils/esm/errors.js +0 -17
  2348. package/node_modules/@graphql-tools/utils/esm/executor.js +0 -1
  2349. package/node_modules/@graphql-tools/utils/esm/fields.js +0 -108
  2350. package/node_modules/@graphql-tools/utils/esm/filterSchema.js +0 -62
  2351. package/node_modules/@graphql-tools/utils/esm/fixSchemaAst.js +0 -22
  2352. package/node_modules/@graphql-tools/utils/esm/forEachDefaultValue.js +0 -25
  2353. package/node_modules/@graphql-tools/utils/esm/forEachField.js +0 -15
  2354. package/node_modules/@graphql-tools/utils/esm/get-directives.js +0 -96
  2355. package/node_modules/@graphql-tools/utils/esm/get-fields-with-directives.js +0 -48
  2356. package/node_modules/@graphql-tools/utils/esm/get-implementing-types.js +0 -15
  2357. package/node_modules/@graphql-tools/utils/esm/getArgumentValues.js +0 -72
  2358. package/node_modules/@graphql-tools/utils/esm/getObjectTypeFromTypeMap.js +0 -9
  2359. package/node_modules/@graphql-tools/utils/esm/getOperationASTFromRequest.js +0 -12
  2360. package/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js +0 -69
  2361. package/node_modules/@graphql-tools/utils/esm/getResponseKeyFromInfo.js +0 -8
  2362. package/node_modules/@graphql-tools/utils/esm/heal.js +0 -172
  2363. package/node_modules/@graphql-tools/utils/esm/helpers.js +0 -65
  2364. package/node_modules/@graphql-tools/utils/esm/implementsAbstractType.js +0 -13
  2365. package/node_modules/@graphql-tools/utils/esm/index.js +0 -50
  2366. package/node_modules/@graphql-tools/utils/esm/inspect.js +0 -103
  2367. package/node_modules/@graphql-tools/utils/esm/isAsyncIterable.js +0 -6
  2368. package/node_modules/@graphql-tools/utils/esm/isDocumentNode.js +0 -4
  2369. package/node_modules/@graphql-tools/utils/esm/loaders.js +0 -1
  2370. package/node_modules/@graphql-tools/utils/esm/mapAsyncIterator.js +0 -49
  2371. package/node_modules/@graphql-tools/utils/esm/mapSchema.js +0 -465
  2372. package/node_modules/@graphql-tools/utils/esm/memoize.js +0 -180
  2373. package/node_modules/@graphql-tools/utils/esm/mergeDeep.js +0 -41
  2374. package/node_modules/@graphql-tools/utils/esm/observableToAsyncIterable.js +0 -81
  2375. package/node_modules/@graphql-tools/utils/esm/parse-graphql-json.js +0 -40
  2376. package/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js +0 -78
  2377. package/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js +0 -472
  2378. package/node_modules/@graphql-tools/utils/esm/prune.js +0 -129
  2379. package/node_modules/@graphql-tools/utils/esm/renameType.js +0 -148
  2380. package/node_modules/@graphql-tools/utils/esm/rewire.js +0 -155
  2381. package/node_modules/@graphql-tools/utils/esm/rootTypes.js +0 -33
  2382. package/node_modules/@graphql-tools/utils/esm/selectionSets.js +0 -5
  2383. package/node_modules/@graphql-tools/utils/esm/stub.js +0 -61
  2384. package/node_modules/@graphql-tools/utils/esm/transformInputValue.js +0 -48
  2385. package/node_modules/@graphql-tools/utils/esm/types.js +0 -24
  2386. package/node_modules/@graphql-tools/utils/esm/updateArgument.js +0 -49
  2387. package/node_modules/@graphql-tools/utils/esm/validate-documents.js +0 -70
  2388. package/node_modules/@graphql-tools/utils/esm/valueMatchesCriteria.js +0 -17
  2389. package/node_modules/@graphql-tools/utils/esm/visitResult.js +0 -223
  2390. package/node_modules/@graphql-tools/utils/esm/withCancel.js +0 -51
  2391. package/node_modules/@graphql-tools/utils/package.json +0 -57
  2392. package/node_modules/@graphql-tools/utils/typings/AggregateError.d.ts +0 -11
  2393. package/node_modules/@graphql-tools/utils/typings/Interfaces.d.ts +0 -242
  2394. package/node_modules/@graphql-tools/utils/typings/addTypes.d.ts +0 -2
  2395. package/node_modules/@graphql-tools/utils/typings/astFromType.d.ts +0 -2
  2396. package/node_modules/@graphql-tools/utils/typings/astFromValueUntyped.d.ts +0 -17
  2397. package/node_modules/@graphql-tools/utils/typings/build-operation-for-field.d.ts +0 -18
  2398. package/node_modules/@graphql-tools/utils/typings/collectFields.d.ts +0 -5
  2399. package/node_modules/@graphql-tools/utils/typings/comments.d.ts +0 -30
  2400. package/node_modules/@graphql-tools/utils/typings/errors.d.ts +0 -15
  2401. package/node_modules/@graphql-tools/utils/typings/executor.d.ts +0 -7
  2402. package/node_modules/@graphql-tools/utils/typings/fields.d.ts +0 -5
  2403. package/node_modules/@graphql-tools/utils/typings/filterSchema.d.ts +0 -12
  2404. package/node_modules/@graphql-tools/utils/typings/fixSchemaAst.d.ts +0 -3
  2405. package/node_modules/@graphql-tools/utils/typings/forEachDefaultValue.d.ts +0 -3
  2406. package/node_modules/@graphql-tools/utils/typings/forEachField.d.ts +0 -3
  2407. package/node_modules/@graphql-tools/utils/typings/get-directives.d.ts +0 -11
  2408. package/node_modules/@graphql-tools/utils/typings/get-fields-with-directives.d.ts +0 -16
  2409. package/node_modules/@graphql-tools/utils/typings/get-implementing-types.d.ts +0 -2
  2410. package/node_modules/@graphql-tools/utils/typings/getArgumentValues.d.ts +0 -10
  2411. package/node_modules/@graphql-tools/utils/typings/getObjectTypeFromTypeMap.d.ts +0 -3
  2412. package/node_modules/@graphql-tools/utils/typings/getOperationASTFromRequest.d.ts +0 -4
  2413. package/node_modules/@graphql-tools/utils/typings/getResolversFromSchema.d.ts +0 -3
  2414. package/node_modules/@graphql-tools/utils/typings/getResponseKeyFromInfo.d.ts +0 -7
  2415. package/node_modules/@graphql-tools/utils/typings/heal.d.ts +0 -3
  2416. package/node_modules/@graphql-tools/utils/typings/helpers.d.ts +0 -9
  2417. package/node_modules/@graphql-tools/utils/typings/implementsAbstractType.d.ts +0 -3
  2418. package/node_modules/@graphql-tools/utils/typings/index.d.ts +0 -50
  2419. package/node_modules/@graphql-tools/utils/typings/inspect.d.ts +0 -4
  2420. package/node_modules/@graphql-tools/utils/typings/isAsyncIterable.d.ts +0 -1
  2421. package/node_modules/@graphql-tools/utils/typings/isDocumentNode.d.ts +0 -2
  2422. package/node_modules/@graphql-tools/utils/typings/loaders.d.ts +0 -18
  2423. package/node_modules/@graphql-tools/utils/typings/mapAsyncIterator.d.ts +0 -5
  2424. package/node_modules/@graphql-tools/utils/typings/mapSchema.d.ts +0 -7
  2425. package/node_modules/@graphql-tools/utils/typings/memoize.d.ts +0 -6
  2426. package/node_modules/@graphql-tools/utils/typings/mergeDeep.d.ts +0 -9
  2427. package/node_modules/@graphql-tools/utils/typings/observableToAsyncIterable.d.ts +0 -12
  2428. package/node_modules/@graphql-tools/utils/typings/parse-graphql-json.d.ts +0 -4
  2429. package/node_modules/@graphql-tools/utils/typings/parse-graphql-sdl.d.ts +0 -13
  2430. package/node_modules/@graphql-tools/utils/typings/print-schema-with-directives.d.ts +0 -21
  2431. package/node_modules/@graphql-tools/utils/typings/prune.d.ts +0 -8
  2432. package/node_modules/@graphql-tools/utils/typings/renameType.d.ts +0 -8
  2433. package/node_modules/@graphql-tools/utils/typings/rewire.d.ts +0 -5
  2434. package/node_modules/@graphql-tools/utils/typings/rootTypes.d.ts +0 -5
  2435. package/node_modules/@graphql-tools/utils/typings/selectionSets.d.ts +0 -3
  2436. package/node_modules/@graphql-tools/utils/typings/stub.d.ts +0 -9
  2437. package/node_modules/@graphql-tools/utils/typings/transformInputValue.d.ts +0 -6
  2438. package/node_modules/@graphql-tools/utils/typings/types.d.ts +0 -74
  2439. package/node_modules/@graphql-tools/utils/typings/updateArgument.d.ts +0 -3
  2440. package/node_modules/@graphql-tools/utils/typings/validate-documents.d.ts +0 -10
  2441. package/node_modules/@graphql-tools/utils/typings/valueMatchesCriteria.d.ts +0 -1
  2442. package/node_modules/@graphql-tools/utils/typings/visitResult.d.ts +0 -15
  2443. package/node_modules/@graphql-tools/utils/typings/withCancel.d.ts +0 -3
  2444. package/node_modules/@serverless-stack/node/README.md +0 -5
  2445. package/node_modules/@serverless-stack/node/auth/adapter/adapter.d.ts +0 -3
  2446. package/node_modules/@serverless-stack/node/auth/adapter/adapter.js +0 -3
  2447. package/node_modules/@serverless-stack/node/auth/adapter/github.d.ts +0 -2
  2448. package/node_modules/@serverless-stack/node/auth/adapter/github.js +0 -21
  2449. package/node_modules/@serverless-stack/node/auth/adapter/google.d.ts +0 -9
  2450. package/node_modules/@serverless-stack/node/auth/adapter/google.js +0 -18
  2451. package/node_modules/@serverless-stack/node/auth/adapter/link.d.ts +0 -8
  2452. package/node_modules/@serverless-stack/node/auth/adapter/link.js +0 -41
  2453. package/node_modules/@serverless-stack/node/auth/adapter/oauth.d.ts +0 -25
  2454. package/node_modules/@serverless-stack/node/auth/adapter/oauth.js +0 -52
  2455. package/node_modules/@serverless-stack/node/auth/adapter/oidc.d.ts +0 -17
  2456. package/node_modules/@serverless-stack/node/auth/adapter/oidc.js +0 -50
  2457. package/node_modules/@serverless-stack/node/auth/adapter/twitch.d.ts +0 -2
  2458. package/node_modules/@serverless-stack/node/auth/adapter/twitch.js +0 -11
  2459. package/node_modules/@serverless-stack/node/auth/auth.d.ts +0 -21
  2460. package/node_modules/@serverless-stack/node/auth/auth.js +0 -44
  2461. package/node_modules/@serverless-stack/node/auth/index.d.ts +0 -10
  2462. package/node_modules/@serverless-stack/node/auth/index.js +0 -10
  2463. package/node_modules/@serverless-stack/node/auth/session.d.ts +0 -76
  2464. package/node_modules/@serverless-stack/node/auth/session.js +0 -111
  2465. package/node_modules/@serverless-stack/node/config/index.d.ts +0 -3
  2466. package/node_modules/@serverless-stack/node/config/index.js +0 -102
  2467. package/node_modules/@serverless-stack/node/context/context.d.ts +0 -12
  2468. package/node_modules/@serverless-stack/node/context/context.js +0 -66
  2469. package/node_modules/@serverless-stack/node/context/handler.d.ts +0 -16
  2470. package/node_modules/@serverless-stack/node/context/handler.js +0 -18
  2471. package/node_modules/@serverless-stack/node/context/http.d.ts +0 -14
  2472. package/node_modules/@serverless-stack/node/context/http.js +0 -65
  2473. package/node_modules/@serverless-stack/node/context/index.d.ts +0 -3
  2474. package/node_modules/@serverless-stack/node/context/index.js +0 -3
  2475. package/node_modules/@serverless-stack/node/graphql/index.d.ts +0 -38
  2476. package/node_modules/@serverless-stack/node/graphql/index.js +0 -43
  2477. package/node_modules/@serverless-stack/node/job/index.d.ts +0 -31
  2478. package/node_modules/@serverless-stack/node/job/index.js +0 -51
  2479. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/abort-controller/CHANGELOG.md +0 -1104
  2480. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/abort-controller/LICENSE +0 -201
  2481. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/abort-controller/README.md +0 -4
  2482. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/abort-controller/dist-cjs/AbortController.js +0 -13
  2483. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/abort-controller/dist-cjs/AbortSignal.js +0 -24
  2484. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/abort-controller/dist-cjs/index.js +0 -5
  2485. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/abort-controller/dist-es/AbortController.js +0 -11
  2486. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/abort-controller/dist-es/AbortSignal.js +0 -26
  2487. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/abort-controller/dist-es/index.js +0 -2
  2488. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/abort-controller/dist-types/AbortController.d.ts +0 -6
  2489. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/abort-controller/dist-types/AbortSignal.d.ts +0 -14
  2490. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/abort-controller/dist-types/index.d.ts +0 -2
  2491. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/abort-controller/dist-types/ts3.4/AbortController.d.ts +0 -6
  2492. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/abort-controller/dist-types/ts3.4/AbortSignal.d.ts +0 -10
  2493. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/abort-controller/dist-types/ts3.4/index.d.ts +0 -2
  2494. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/abort-controller/package.json +0 -49
  2495. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/CHANGELOG.md +0 -3476
  2496. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/LICENSE +0 -201
  2497. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/README.md +0 -269
  2498. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/Lambda.js +0 -877
  2499. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/LambdaClient.js +0 -35
  2500. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/AddLayerVersionPermissionCommand.js +0 -36
  2501. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/AddPermissionCommand.js +0 -36
  2502. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/CreateAliasCommand.js +0 -36
  2503. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/CreateCodeSigningConfigCommand.js +0 -36
  2504. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/CreateEventSourceMappingCommand.js +0 -36
  2505. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/CreateFunctionCommand.js +0 -36
  2506. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/DeleteAliasCommand.js +0 -36
  2507. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/DeleteCodeSigningConfigCommand.js +0 -36
  2508. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/DeleteEventSourceMappingCommand.js +0 -36
  2509. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/DeleteFunctionCodeSigningConfigCommand.js +0 -36
  2510. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/DeleteFunctionCommand.js +0 -36
  2511. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/DeleteFunctionConcurrencyCommand.js +0 -36
  2512. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/DeleteFunctionEventInvokeConfigCommand.js +0 -36
  2513. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/DeleteLayerVersionCommand.js +0 -36
  2514. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/DeleteProvisionedConcurrencyConfigCommand.js +0 -36
  2515. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/GetAccountSettingsCommand.js +0 -36
  2516. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/GetAliasCommand.js +0 -36
  2517. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/GetCodeSigningConfigCommand.js +0 -36
  2518. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/GetEventSourceMappingCommand.js +0 -36
  2519. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/GetFunctionCodeSigningConfigCommand.js +0 -36
  2520. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/GetFunctionCommand.js +0 -36
  2521. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/GetFunctionConcurrencyCommand.js +0 -36
  2522. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/GetFunctionConfigurationCommand.js +0 -36
  2523. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/GetFunctionEventInvokeConfigCommand.js +0 -36
  2524. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/GetLayerVersionByArnCommand.js +0 -36
  2525. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/GetLayerVersionCommand.js +0 -36
  2526. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/GetLayerVersionPolicyCommand.js +0 -36
  2527. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/GetPolicyCommand.js +0 -36
  2528. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/GetProvisionedConcurrencyConfigCommand.js +0 -36
  2529. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/InvokeAsyncCommand.js +0 -36
  2530. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/InvokeCommand.js +0 -36
  2531. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/ListAliasesCommand.js +0 -36
  2532. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/ListCodeSigningConfigsCommand.js +0 -36
  2533. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/ListEventSourceMappingsCommand.js +0 -36
  2534. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/ListFunctionEventInvokeConfigsCommand.js +0 -36
  2535. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/ListFunctionsByCodeSigningConfigCommand.js +0 -36
  2536. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/ListFunctionsCommand.js +0 -36
  2537. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/ListLayerVersionsCommand.js +0 -36
  2538. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/ListLayersCommand.js +0 -36
  2539. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/ListProvisionedConcurrencyConfigsCommand.js +0 -36
  2540. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/ListTagsCommand.js +0 -36
  2541. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/ListVersionsByFunctionCommand.js +0 -36
  2542. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/PublishLayerVersionCommand.js +0 -36
  2543. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/PublishVersionCommand.js +0 -36
  2544. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/PutFunctionCodeSigningConfigCommand.js +0 -36
  2545. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/PutFunctionConcurrencyCommand.js +0 -36
  2546. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/PutFunctionEventInvokeConfigCommand.js +0 -36
  2547. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/PutProvisionedConcurrencyConfigCommand.js +0 -36
  2548. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/RemoveLayerVersionPermissionCommand.js +0 -36
  2549. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/RemovePermissionCommand.js +0 -36
  2550. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/TagResourceCommand.js +0 -36
  2551. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/UntagResourceCommand.js +0 -36
  2552. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/UpdateAliasCommand.js +0 -36
  2553. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/UpdateCodeSigningConfigCommand.js +0 -36
  2554. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/UpdateEventSourceMappingCommand.js +0 -36
  2555. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/UpdateFunctionCodeCommand.js +0 -36
  2556. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/UpdateFunctionConfigurationCommand.js +0 -36
  2557. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/UpdateFunctionEventInvokeConfigCommand.js +0 -36
  2558. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/index.js +0 -61
  2559. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/endpoints.js +0 -207
  2560. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/index.js +0 -9
  2561. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/models/index.js +0 -4
  2562. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/models/models_0.js +0 -1133
  2563. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/pagination/Interfaces.js +0 -2
  2564. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/pagination/ListAliasesPaginator.js +0 -35
  2565. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/pagination/ListCodeSigningConfigsPaginator.js +0 -35
  2566. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/pagination/ListEventSourceMappingsPaginator.js +0 -35
  2567. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/pagination/ListFunctionEventInvokeConfigsPaginator.js +0 -35
  2568. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/pagination/ListFunctionsByCodeSigningConfigPaginator.js +0 -35
  2569. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/pagination/ListFunctionsPaginator.js +0 -35
  2570. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/pagination/ListLayerVersionsPaginator.js +0 -35
  2571. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/pagination/ListLayersPaginator.js +0 -35
  2572. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/pagination/ListProvisionedConcurrencyConfigsPaginator.js +0 -35
  2573. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/pagination/ListVersionsByFunctionPaginator.js +0 -35
  2574. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/pagination/index.js +0 -14
  2575. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/protocols/Aws_restJson1.js +0 -9556
  2576. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/runtimeConfig.browser.js +0 -40
  2577. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/runtimeConfig.js +0 -44
  2578. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/runtimeConfig.native.js +0 -16
  2579. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/runtimeConfig.shared.js +0 -17
  2580. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/waiters/index.js +0 -6
  2581. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/waiters/waitForFunctionActive.js +0 -54
  2582. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/waiters/waitForFunctionExists.js +0 -31
  2583. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/waiters/waitForFunctionUpdated.js +0 -54
  2584. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/Lambda.js +0 -880
  2585. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/LambdaClient.js +0 -37
  2586. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/AddLayerVersionPermissionCommand.js +0 -39
  2587. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/AddPermissionCommand.js +0 -39
  2588. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/CreateAliasCommand.js +0 -39
  2589. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/CreateCodeSigningConfigCommand.js +0 -39
  2590. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/CreateEventSourceMappingCommand.js +0 -39
  2591. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/CreateFunctionCommand.js +0 -39
  2592. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteAliasCommand.js +0 -39
  2593. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteCodeSigningConfigCommand.js +0 -39
  2594. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteEventSourceMappingCommand.js +0 -39
  2595. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteFunctionCodeSigningConfigCommand.js +0 -39
  2596. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteFunctionCommand.js +0 -39
  2597. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteFunctionConcurrencyCommand.js +0 -39
  2598. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteFunctionEventInvokeConfigCommand.js +0 -39
  2599. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteLayerVersionCommand.js +0 -39
  2600. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteProvisionedConcurrencyConfigCommand.js +0 -39
  2601. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetAccountSettingsCommand.js +0 -39
  2602. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetAliasCommand.js +0 -39
  2603. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetCodeSigningConfigCommand.js +0 -39
  2604. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetEventSourceMappingCommand.js +0 -39
  2605. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionCodeSigningConfigCommand.js +0 -39
  2606. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionCommand.js +0 -39
  2607. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionConcurrencyCommand.js +0 -39
  2608. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionConfigurationCommand.js +0 -39
  2609. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionEventInvokeConfigCommand.js +0 -39
  2610. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetLayerVersionByArnCommand.js +0 -39
  2611. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetLayerVersionCommand.js +0 -39
  2612. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetLayerVersionPolicyCommand.js +0 -39
  2613. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetPolicyCommand.js +0 -39
  2614. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetProvisionedConcurrencyConfigCommand.js +0 -39
  2615. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/InvokeAsyncCommand.js +0 -39
  2616. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/InvokeCommand.js +0 -39
  2617. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListAliasesCommand.js +0 -39
  2618. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListCodeSigningConfigsCommand.js +0 -39
  2619. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListEventSourceMappingsCommand.js +0 -39
  2620. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListFunctionEventInvokeConfigsCommand.js +0 -39
  2621. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListFunctionsByCodeSigningConfigCommand.js +0 -39
  2622. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListFunctionsCommand.js +0 -39
  2623. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListLayerVersionsCommand.js +0 -39
  2624. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListLayersCommand.js +0 -39
  2625. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListProvisionedConcurrencyConfigsCommand.js +0 -39
  2626. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListTagsCommand.js +0 -39
  2627. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListVersionsByFunctionCommand.js +0 -39
  2628. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/PublishLayerVersionCommand.js +0 -39
  2629. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/PublishVersionCommand.js +0 -39
  2630. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/PutFunctionCodeSigningConfigCommand.js +0 -39
  2631. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/PutFunctionConcurrencyCommand.js +0 -39
  2632. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/PutFunctionEventInvokeConfigCommand.js +0 -39
  2633. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/PutProvisionedConcurrencyConfigCommand.js +0 -39
  2634. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/RemoveLayerVersionPermissionCommand.js +0 -39
  2635. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/RemovePermissionCommand.js +0 -39
  2636. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/TagResourceCommand.js +0 -39
  2637. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/UntagResourceCommand.js +0 -39
  2638. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateAliasCommand.js +0 -39
  2639. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateCodeSigningConfigCommand.js +0 -39
  2640. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateEventSourceMappingCommand.js +0 -39
  2641. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateFunctionCodeCommand.js +0 -39
  2642. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateFunctionConfigurationCommand.js +0 -39
  2643. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateFunctionEventInvokeConfigCommand.js +0 -39
  2644. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/index.js +0 -58
  2645. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/endpoints.js +0 -203
  2646. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/index.js +0 -6
  2647. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/models/index.js +0 -1
  2648. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/models/models_0.js +0 -788
  2649. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/pagination/Interfaces.js +0 -1
  2650. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/pagination/ListAliasesPaginator.js +0 -74
  2651. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/pagination/ListCodeSigningConfigsPaginator.js +0 -74
  2652. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/pagination/ListEventSourceMappingsPaginator.js +0 -74
  2653. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/pagination/ListFunctionEventInvokeConfigsPaginator.js +0 -74
  2654. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/pagination/ListFunctionsByCodeSigningConfigPaginator.js +0 -74
  2655. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/pagination/ListFunctionsPaginator.js +0 -74
  2656. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/pagination/ListLayerVersionsPaginator.js +0 -74
  2657. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/pagination/ListLayersPaginator.js +0 -74
  2658. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/pagination/ListProvisionedConcurrencyConfigsPaginator.js +0 -74
  2659. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/pagination/ListVersionsByFunctionPaginator.js +0 -74
  2660. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/pagination/index.js +0 -11
  2661. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/protocols/Aws_restJson1.js +0 -10456
  2662. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/runtimeConfig.browser.js +0 -17
  2663. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/runtimeConfig.js +0 -21
  2664. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/runtimeConfig.native.js +0 -8
  2665. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/runtimeConfig.shared.js +0 -13
  2666. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/waiters/index.js +0 -3
  2667. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/waiters/waitForFunctionActive.js +0 -69
  2668. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/waiters/waitForFunctionExists.js +0 -45
  2669. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/waiters/waitForFunctionUpdated.js +0 -69
  2670. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/Lambda.d.ts +0 -890
  2671. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/LambdaClient.d.ts +0 -263
  2672. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/AddLayerVersionPermissionCommand.d.ts +0 -40
  2673. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/AddPermissionCommand.d.ts +0 -47
  2674. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/CreateAliasCommand.d.ts +0 -40
  2675. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/CreateCodeSigningConfigCommand.d.ts +0 -37
  2676. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/CreateEventSourceMappingCommand.d.ts +0 -138
  2677. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/CreateFunctionCommand.d.ts +0 -81
  2678. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteAliasCommand.d.ts +0 -35
  2679. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteCodeSigningConfigCommand.d.ts +0 -36
  2680. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteEventSourceMappingCommand.d.ts +0 -38
  2681. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteFunctionCodeSigningConfigCommand.d.ts +0 -35
  2682. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteFunctionCommand.d.ts +0 -40
  2683. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteFunctionConcurrencyCommand.d.ts +0 -35
  2684. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteFunctionEventInvokeConfigCommand.d.ts +0 -36
  2685. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteLayerVersionCommand.d.ts +0 -37
  2686. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteProvisionedConcurrencyConfigCommand.d.ts +0 -35
  2687. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetAccountSettingsCommand.d.ts +0 -35
  2688. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetAliasCommand.d.ts +0 -35
  2689. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetCodeSigningConfigCommand.d.ts +0 -35
  2690. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetEventSourceMappingCommand.d.ts +0 -36
  2691. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionCodeSigningConfigCommand.d.ts +0 -35
  2692. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionCommand.d.ts +0 -37
  2693. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionConcurrencyCommand.d.ts +0 -36
  2694. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionConfigurationCommand.d.ts +0 -37
  2695. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionEventInvokeConfigCommand.d.ts +0 -36
  2696. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetLayerVersionByArnCommand.d.ts +0 -37
  2697. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetLayerVersionCommand.d.ts +0 -37
  2698. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetLayerVersionPolicyCommand.d.ts +0 -36
  2699. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetPolicyCommand.d.ts +0 -35
  2700. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetProvisionedConcurrencyConfigCommand.d.ts +0 -35
  2701. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/InvokeAsyncCommand.d.ts +0 -51
  2702. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/InvokeCommand.d.ts +0 -61
  2703. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListAliasesCommand.d.ts +0 -36
  2704. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListCodeSigningConfigsCommand.d.ts +0 -37
  2705. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListEventSourceMappingsCommand.d.ts +0 -36
  2706. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListFunctionEventInvokeConfigsCommand.d.ts +0 -36
  2707. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListFunctionsByCodeSigningConfigCommand.d.ts +0 -36
  2708. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListFunctionsCommand.d.ts +0 -43
  2709. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListLayerVersionsCommand.d.ts +0 -38
  2710. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListLayersCommand.d.ts +0 -40
  2711. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListProvisionedConcurrencyConfigsCommand.d.ts +0 -35
  2712. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListTagsCommand.d.ts +0 -36
  2713. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListVersionsByFunctionCommand.d.ts +0 -36
  2714. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/PublishLayerVersionCommand.d.ts +0 -38
  2715. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/PublishVersionCommand.d.ts +0 -43
  2716. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/PutFunctionCodeSigningConfigCommand.d.ts +0 -36
  2717. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/PutFunctionConcurrencyCommand.d.ts +0 -43
  2718. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/PutFunctionEventInvokeConfigCommand.d.ts +0 -45
  2719. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/PutProvisionedConcurrencyConfigCommand.d.ts +0 -35
  2720. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/RemoveLayerVersionPermissionCommand.d.ts +0 -37
  2721. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/RemovePermissionCommand.d.ts +0 -36
  2722. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/TagResourceCommand.d.ts +0 -35
  2723. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/UntagResourceCommand.d.ts +0 -35
  2724. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateAliasCommand.d.ts +0 -35
  2725. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateCodeSigningConfigCommand.d.ts +0 -36
  2726. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateEventSourceMappingCommand.d.ts +0 -138
  2727. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateFunctionCodeCommand.d.ts +0 -43
  2728. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateFunctionConfigurationCommand.d.ts +0 -49
  2729. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateFunctionEventInvokeConfigCommand.d.ts +0 -36
  2730. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/index.d.ts +0 -58
  2731. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/endpoints.d.ts +0 -2
  2732. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/index.d.ts +0 -6
  2733. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/models/index.d.ts +0 -1
  2734. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/models/models_0.d.ts +0 -4789
  2735. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/pagination/Interfaces.d.ts +0 -6
  2736. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListAliasesPaginator.d.ts +0 -4
  2737. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListCodeSigningConfigsPaginator.d.ts +0 -4
  2738. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListEventSourceMappingsPaginator.d.ts +0 -4
  2739. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListFunctionEventInvokeConfigsPaginator.d.ts +0 -4
  2740. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListFunctionsByCodeSigningConfigPaginator.d.ts +0 -4
  2741. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListFunctionsPaginator.d.ts +0 -4
  2742. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListLayerVersionsPaginator.d.ts +0 -4
  2743. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListLayersPaginator.d.ts +0 -4
  2744. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListProvisionedConcurrencyConfigsPaginator.d.ts +0 -4
  2745. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListVersionsByFunctionPaginator.d.ts +0 -4
  2746. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/pagination/index.d.ts +0 -11
  2747. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/protocols/Aws_restJson1.d.ts +0 -176
  2748. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/runtimeConfig.browser.d.ts +0 -39
  2749. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/runtimeConfig.d.ts +0 -39
  2750. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/runtimeConfig.native.d.ts +0 -38
  2751. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/runtimeConfig.shared.d.ts +0 -13
  2752. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/Lambda.d.ts +0 -295
  2753. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/LambdaClient.d.ts +0 -129
  2754. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/AddLayerVersionPermissionCommand.d.ts +0 -17
  2755. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/AddPermissionCommand.d.ts +0 -17
  2756. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +0 -17
  2757. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/CreateCodeSigningConfigCommand.d.ts +0 -17
  2758. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/CreateEventSourceMappingCommand.d.ts +0 -17
  2759. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/CreateFunctionCommand.d.ts +0 -17
  2760. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteAliasCommand.d.ts +0 -17
  2761. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteCodeSigningConfigCommand.d.ts +0 -17
  2762. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteEventSourceMappingCommand.d.ts +0 -17
  2763. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteFunctionCodeSigningConfigCommand.d.ts +0 -17
  2764. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteFunctionCommand.d.ts +0 -17
  2765. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteFunctionConcurrencyCommand.d.ts +0 -17
  2766. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteFunctionEventInvokeConfigCommand.d.ts +0 -17
  2767. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteLayerVersionCommand.d.ts +0 -17
  2768. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteProvisionedConcurrencyConfigCommand.d.ts +0 -17
  2769. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +0 -17
  2770. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetAliasCommand.d.ts +0 -17
  2771. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetCodeSigningConfigCommand.d.ts +0 -17
  2772. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetEventSourceMappingCommand.d.ts +0 -17
  2773. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetFunctionCodeSigningConfigCommand.d.ts +0 -17
  2774. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetFunctionCommand.d.ts +0 -17
  2775. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetFunctionConcurrencyCommand.d.ts +0 -17
  2776. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetFunctionConfigurationCommand.d.ts +0 -17
  2777. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetFunctionEventInvokeConfigCommand.d.ts +0 -17
  2778. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetLayerVersionByArnCommand.d.ts +0 -17
  2779. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetLayerVersionCommand.d.ts +0 -17
  2780. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetLayerVersionPolicyCommand.d.ts +0 -17
  2781. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +0 -17
  2782. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetProvisionedConcurrencyConfigCommand.d.ts +0 -17
  2783. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/InvokeAsyncCommand.d.ts +0 -24
  2784. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/InvokeCommand.d.ts +0 -17
  2785. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +0 -17
  2786. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListCodeSigningConfigsCommand.d.ts +0 -17
  2787. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListEventSourceMappingsCommand.d.ts +0 -17
  2788. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListFunctionEventInvokeConfigsCommand.d.ts +0 -17
  2789. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListFunctionsByCodeSigningConfigCommand.d.ts +0 -17
  2790. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListFunctionsCommand.d.ts +0 -17
  2791. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListLayerVersionsCommand.d.ts +0 -17
  2792. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListLayersCommand.d.ts +0 -17
  2793. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListProvisionedConcurrencyConfigsCommand.d.ts +0 -17
  2794. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListTagsCommand.d.ts +0 -17
  2795. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListVersionsByFunctionCommand.d.ts +0 -17
  2796. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PublishLayerVersionCommand.d.ts +0 -17
  2797. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PublishVersionCommand.d.ts +0 -17
  2798. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PutFunctionCodeSigningConfigCommand.d.ts +0 -17
  2799. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PutFunctionConcurrencyCommand.d.ts +0 -17
  2800. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PutFunctionEventInvokeConfigCommand.d.ts +0 -17
  2801. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PutProvisionedConcurrencyConfigCommand.d.ts +0 -17
  2802. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/RemoveLayerVersionPermissionCommand.d.ts +0 -17
  2803. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +0 -17
  2804. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -17
  2805. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -17
  2806. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateAliasCommand.d.ts +0 -17
  2807. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateCodeSigningConfigCommand.d.ts +0 -17
  2808. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateEventSourceMappingCommand.d.ts +0 -17
  2809. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateFunctionCodeCommand.d.ts +0 -17
  2810. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateFunctionConfigurationCommand.d.ts +0 -17
  2811. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateFunctionEventInvokeConfigCommand.d.ts +0 -17
  2812. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/index.d.ts +0 -58
  2813. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/endpoints.d.ts +0 -2
  2814. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/index.d.ts +0 -6
  2815. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/models/index.d.ts +0 -1
  2816. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/models/models_0.d.ts +0 -2254
  2817. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -6
  2818. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/ListAliasesPaginator.d.ts +0 -4
  2819. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/ListCodeSigningConfigsPaginator.d.ts +0 -4
  2820. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/ListEventSourceMappingsPaginator.d.ts +0 -4
  2821. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/ListFunctionEventInvokeConfigsPaginator.d.ts +0 -4
  2822. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/ListFunctionsByCodeSigningConfigPaginator.d.ts +0 -4
  2823. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/ListFunctionsPaginator.d.ts +0 -4
  2824. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/ListLayerVersionsPaginator.d.ts +0 -4
  2825. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/ListLayersPaginator.d.ts +0 -4
  2826. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/ListProvisionedConcurrencyConfigsPaginator.d.ts +0 -4
  2827. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/ListVersionsByFunctionPaginator.d.ts +0 -4
  2828. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/index.d.ts +0 -11
  2829. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -176
  2830. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -37
  2831. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/runtimeConfig.d.ts +0 -37
  2832. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -36
  2833. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
  2834. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/waiters/index.d.ts +0 -3
  2835. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/waiters/waitForFunctionActive.d.ts +0 -7
  2836. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/waiters/waitForFunctionExists.d.ts +0 -7
  2837. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/waiters/waitForFunctionUpdated.d.ts +0 -7
  2838. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/waiters/index.d.ts +0 -3
  2839. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/waiters/waitForFunctionActive.d.ts +0 -14
  2840. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/waiters/waitForFunctionExists.d.ts +0 -14
  2841. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/waiters/waitForFunctionUpdated.d.ts +0 -14
  2842. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/package.json +0 -95
  2843. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/CHANGELOG.md +0 -3269
  2844. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/LICENSE +0 -201
  2845. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/README.md +0 -218
  2846. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/SSO.js +0 -67
  2847. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/SSOClient.js +0 -32
  2848. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/commands/GetRoleCredentialsCommand.js +0 -36
  2849. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/commands/ListAccountRolesCommand.js +0 -36
  2850. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/commands/ListAccountsCommand.js +0 -36
  2851. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/commands/LogoutCommand.js +0 -36
  2852. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/commands/index.js +0 -7
  2853. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/endpoints.js +0 -275
  2854. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +0 -8
  2855. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/models/index.js +0 -4
  2856. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/models/models_0.js +0 -95
  2857. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/pagination/Interfaces.js +0 -2
  2858. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/pagination/ListAccountRolesPaginator.js +0 -35
  2859. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/pagination/ListAccountsPaginator.js +0 -35
  2860. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/pagination/index.js +0 -6
  2861. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/protocols/Aws_restJson1.js +0 -521
  2862. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.browser.js +0 -39
  2863. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +0 -41
  2864. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.native.js +0 -16
  2865. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js +0 -17
  2866. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/SSO.js +0 -70
  2867. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +0 -34
  2868. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/commands/GetRoleCredentialsCommand.js +0 -39
  2869. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +0 -39
  2870. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +0 -39
  2871. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.js +0 -39
  2872. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/commands/index.js +0 -4
  2873. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/endpoints.js +0 -271
  2874. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/index.js +0 -5
  2875. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/models/index.js +0 -1
  2876. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js +0 -58
  2877. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/pagination/Interfaces.js +0 -1
  2878. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountRolesPaginator.js +0 -74
  2879. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountsPaginator.js +0 -74
  2880. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/pagination/index.js +0 -3
  2881. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/protocols/Aws_restJson1.js +0 -594
  2882. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.browser.js +0 -17
  2883. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +0 -19
  2884. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.native.js +0 -8
  2885. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.shared.js +0 -13
  2886. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +0 -53
  2887. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +0 -153
  2888. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +0 -36
  2889. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +0 -35
  2890. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +0 -37
  2891. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +0 -35
  2892. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/commands/index.d.ts +0 -4
  2893. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/endpoints.d.ts +0 -2
  2894. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +0 -5
  2895. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/models/index.d.ts +0 -1
  2896. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +0 -255
  2897. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/pagination/Interfaces.d.ts +0 -6
  2898. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountRolesPaginator.d.ts +0 -4
  2899. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountsPaginator.d.ts +0 -4
  2900. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/pagination/index.d.ts +0 -3
  2901. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/protocols/Aws_restJson1.d.ts +0 -14
  2902. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +0 -32
  2903. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +0 -32
  2904. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +0 -31
  2905. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts +0 -13
  2906. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSO.d.ts +0 -25
  2907. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +0 -72
  2908. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/GetRoleCredentialsCommand.d.ts +0 -17
  2909. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountRolesCommand.d.ts +0 -17
  2910. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +0 -17
  2911. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/LogoutCommand.d.ts +0 -17
  2912. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/index.d.ts +0 -4
  2913. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoints.d.ts +0 -2
  2914. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +0 -5
  2915. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/index.d.ts +0 -1
  2916. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +0 -154
  2917. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -6
  2918. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountRolesPaginator.d.ts +0 -4
  2919. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountsPaginator.d.ts +0 -4
  2920. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/index.d.ts +0 -3
  2921. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -14
  2922. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -30
  2923. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +0 -30
  2924. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -29
  2925. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
  2926. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/package.json +0 -91
  2927. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/CHANGELOG.md +0 -2418
  2928. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/LICENSE +0 -201
  2929. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/README.md +0 -208
  2930. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/STS.js +0 -127
  2931. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/STSClient.js +0 -34
  2932. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleCommand.js +0 -38
  2933. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleWithSAMLCommand.js +0 -36
  2934. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleWithWebIdentityCommand.js +0 -36
  2935. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/commands/DecodeAuthorizationMessageCommand.js +0 -38
  2936. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetAccessKeyInfoCommand.js +0 -38
  2937. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetCallerIdentityCommand.js +0 -38
  2938. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetFederationTokenCommand.js +0 -38
  2939. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetSessionTokenCommand.js +0 -38
  2940. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/commands/index.js +0 -11
  2941. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/defaultRoleAssumers.js +0 -15
  2942. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/defaultStsRoleAssumers.js +0 -76
  2943. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/endpoints.js +0 -217
  2944. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +0 -8
  2945. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/models/index.js +0 -4
  2946. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/models/models_0.js +0 -177
  2947. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/protocols/Aws_query.js +0 -1249
  2948. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.browser.js +0 -40
  2949. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.js +0 -44
  2950. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.native.js +0 -16
  2951. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.shared.js +0 -17
  2952. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/STS.js +0 -130
  2953. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/STSClient.js +0 -36
  2954. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleCommand.js +0 -41
  2955. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithSAMLCommand.js +0 -39
  2956. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithWebIdentityCommand.js +0 -39
  2957. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/commands/DecodeAuthorizationMessageCommand.js +0 -41
  2958. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/commands/GetAccessKeyInfoCommand.js +0 -41
  2959. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/commands/GetCallerIdentityCommand.js +0 -41
  2960. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/commands/GetFederationTokenCommand.js +0 -41
  2961. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/commands/GetSessionTokenCommand.js +0 -41
  2962. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/commands/index.js +0 -8
  2963. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/defaultRoleAssumers.js +0 -16
  2964. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/defaultStsRoleAssumers.js +0 -87
  2965. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/endpoints.js +0 -213
  2966. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/index.js +0 -5
  2967. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/models/index.js +0 -1
  2968. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/models/models_0.js +0 -117
  2969. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/protocols/Aws_query.js +0 -1330
  2970. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.browser.js +0 -17
  2971. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.js +0 -21
  2972. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.native.js +0 -8
  2973. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.shared.js +0 -13
  2974. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/STS.d.ts +0 -619
  2975. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/STSClient.d.ts +0 -152
  2976. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts +0 -124
  2977. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +0 -166
  2978. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +0 -170
  2979. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +0 -70
  2980. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/commands/GetAccessKeyInfoCommand.d.ts +0 -52
  2981. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/commands/GetCallerIdentityCommand.d.ts +0 -44
  2982. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +0 -120
  2983. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +0 -86
  2984. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/commands/index.d.ts +0 -8
  2985. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/defaultRoleAssumers.d.ts +0 -19
  2986. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/defaultStsRoleAssumers.d.ts +0 -35
  2987. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/endpoints.d.ts +0 -2
  2988. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/index.d.ts +0 -5
  2989. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/models/index.d.ts +0 -1
  2990. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/models/models_0.d.ts +0 -1211
  2991. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/protocols/Aws_query.d.ts +0 -26
  2992. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.browser.d.ts +0 -39
  2993. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.d.ts +0 -39
  2994. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.native.d.ts +0 -38
  2995. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.shared.d.ts +0 -13
  2996. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STS.d.ts +0 -45
  2997. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STSClient.d.ts +0 -79
  2998. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleCommand.d.ts +0 -17
  2999. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithSAMLCommand.d.ts +0 -17
  3000. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithWebIdentityCommand.d.ts +0 -17
  3001. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/DecodeAuthorizationMessageCommand.d.ts +0 -17
  3002. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetAccessKeyInfoCommand.d.ts +0 -17
  3003. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetCallerIdentityCommand.d.ts +0 -17
  3004. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +0 -17
  3005. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetSessionTokenCommand.d.ts +0 -17
  3006. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/index.d.ts +0 -8
  3007. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/defaultRoleAssumers.d.ts +0 -8
  3008. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/defaultStsRoleAssumers.d.ts +0 -16
  3009. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoints.d.ts +0 -2
  3010. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/index.d.ts +0 -5
  3011. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/index.d.ts +0 -1
  3012. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/models_0.d.ts +0 -367
  3013. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/protocols/Aws_query.d.ts +0 -26
  3014. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -37
  3015. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.d.ts +0 -37
  3016. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -36
  3017. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
  3018. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/package.json +0 -96
  3019. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/CHANGELOG.md +0 -2281
  3020. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/LICENSE +0 -201
  3021. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/README.md +0 -10
  3022. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js +0 -12
  3023. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/NodeUseFipsEndpointConfigOptions.js +0 -12
  3024. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/index.js +0 -7
  3025. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/resolveCustomEndpointsConfig.js +0 -16
  3026. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/resolveEndpointsConfig.js +0 -21
  3027. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/utils/getEndpointFromRegion.js +0 -20
  3028. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/utils/normalizeBoolean.js +0 -11
  3029. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/utils/normalizeEndpoint.js +0 -15
  3030. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/index.js +0 -6
  3031. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/regionConfig/config.js +0 -15
  3032. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/regionConfig/getRealRegion.js +0 -10
  3033. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/regionConfig/index.js +0 -5
  3034. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/regionConfig/isFipsRegion.js +0 -5
  3035. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/regionConfig/resolveRegionConfig.js +0 -29
  3036. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/EndpointVariant.js +0 -2
  3037. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/EndpointVariantTag.js +0 -2
  3038. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/PartitionHash.js +0 -2
  3039. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/RegionHash.js +0 -2
  3040. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/getHostnameFromVariants.js +0 -8
  3041. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/getRegionInfo.js +0 -34
  3042. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/getResolvedHostname.js +0 -9
  3043. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/getResolvedPartition.js +0 -5
  3044. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/getResolvedSigningRegion.js +0 -16
  3045. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/index.js +0 -6
  3046. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js +0 -11
  3047. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/NodeUseFipsEndpointConfigOptions.js +0 -11
  3048. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/index.js +0 -4
  3049. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/resolveCustomEndpointsConfig.js +0 -7
  3050. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/resolveEndpointsConfig.js +0 -12
  3051. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/utils/getEndpointFromRegion.js +0 -31
  3052. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/utils/normalizeBoolean.js +0 -7
  3053. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/utils/normalizeEndpoint.js +0 -12
  3054. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/index.js +0 -3
  3055. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/regionConfig/config.js +0 -12
  3056. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/regionConfig/getRealRegion.js +0 -8
  3057. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/regionConfig/index.js +0 -2
  3058. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/regionConfig/isFipsRegion.js +0 -3
  3059. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/regionConfig/resolveRegionConfig.js +0 -44
  3060. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/EndpointVariant.js +0 -1
  3061. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/EndpointVariantTag.js +0 -1
  3062. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/PartitionHash.js +0 -1
  3063. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/RegionHash.js +0 -1
  3064. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/getHostnameFromVariants.js +0 -9
  3065. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/getRegionInfo.js +0 -26
  3066. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/getResolvedHostname.js +0 -8
  3067. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/getResolvedPartition.js +0 -5
  3068. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/getResolvedSigningRegion.js +0 -13
  3069. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/index.js +0 -3
  3070. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +0 -5
  3071. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +0 -5
  3072. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/index.d.ts +0 -4
  3073. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/resolveCustomEndpointsConfig.d.ts +0 -20
  3074. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.d.ts +0 -38
  3075. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/utils/getEndpointFromRegion.d.ts +0 -11
  3076. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/utils/normalizeBoolean.d.ts +0 -2
  3077. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/utils/normalizeEndpoint.d.ts +0 -7
  3078. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/index.d.ts +0 -3
  3079. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/config.d.ts +0 -5
  3080. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/getRealRegion.d.ts +0 -1
  3081. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/index.d.ts +0 -2
  3082. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/isFipsRegion.d.ts +0 -1
  3083. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/resolveRegionConfig.d.ts +0 -25
  3084. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/EndpointVariant.d.ts +0 -8
  3085. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/EndpointVariantTag.d.ts +0 -5
  3086. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/PartitionHash.d.ts +0 -14
  3087. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/RegionHash.d.ts +0 -12
  3088. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getHostnameFromVariants.d.ts +0 -6
  3089. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getRegionInfo.d.ts +0 -11
  3090. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getResolvedHostname.d.ts +0 -5
  3091. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getResolvedPartition.d.ts +0 -5
  3092. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getResolvedSigningRegion.d.ts +0 -6
  3093. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/index.d.ts +0 -3
  3094. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +0 -5
  3095. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +0 -5
  3096. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/index.d.ts +0 -4
  3097. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/resolveCustomEndpointsConfig.d.ts +0 -15
  3098. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/resolveEndpointsConfig.d.ts +0 -25
  3099. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/utils/getEndpointFromRegion.d.ts +0 -11
  3100. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/utils/normalizeBoolean.d.ts +0 -2
  3101. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/utils/normalizeEndpoint.d.ts +0 -7
  3102. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/index.d.ts +0 -3
  3103. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionConfig/config.d.ts +0 -5
  3104. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionConfig/getRealRegion.d.ts +0 -1
  3105. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionConfig/index.d.ts +0 -2
  3106. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionConfig/isFipsRegion.d.ts +0 -1
  3107. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionConfig/resolveRegionConfig.d.ts +0 -17
  3108. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariant.d.ts +0 -6
  3109. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariantTag.d.ts +0 -2
  3110. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/PartitionHash.d.ts +0 -10
  3111. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/RegionHash.d.ts +0 -9
  3112. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/getHostnameFromVariants.d.ts +0 -6
  3113. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/getRegionInfo.d.ts +0 -11
  3114. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/getResolvedHostname.d.ts +0 -5
  3115. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/getResolvedPartition.d.ts +0 -5
  3116. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/getResolvedSigningRegion.d.ts +0 -6
  3117. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/index.d.ts +0 -3
  3118. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/package.json +0 -51
  3119. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-env/CHANGELOG.md +0 -1269
  3120. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-env/LICENSE +0 -201
  3121. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-env/README.md +0 -11
  3122. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +0 -25
  3123. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-env/dist-es/index.js +0 -21
  3124. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-env/dist-types/index.d.ts +0 -11
  3125. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-env/dist-types/ts3.4/index.d.ts +0 -7
  3126. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-env/package.json +0 -55
  3127. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/CHANGELOG.md +0 -1263
  3128. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/LICENSE +0 -201
  3129. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/README.md +0 -11
  3130. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/config/Endpoint.js +0 -8
  3131. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/config/EndpointConfigOptions.js +0 -10
  3132. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/config/EndpointMode.js +0 -8
  3133. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/config/EndpointModeConfigOptions.js +0 -11
  3134. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/fromContainerMetadata.js +0 -70
  3135. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/fromInstanceMetadata.js +0 -93
  3136. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/index.js +0 -6
  3137. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/remoteProvider/ImdsCredentials.js +0 -17
  3138. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/remoteProvider/RemoteProviderInit.js +0 -7
  3139. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/remoteProvider/httpRequest.js +0 -41
  3140. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/remoteProvider/index.js +0 -5
  3141. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/remoteProvider/retry.js +0 -11
  3142. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/utils/getInstanceMetadataEndpoint.js +0 -23
  3143. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-es/config/Endpoint.js +0 -5
  3144. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-es/config/EndpointConfigOptions.js +0 -7
  3145. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-es/config/EndpointMode.js +0 -5
  3146. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-es/config/EndpointModeConfigOptions.js +0 -8
  3147. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-es/fromContainerMetadata.js +0 -82
  3148. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-es/fromInstanceMetadata.js +0 -127
  3149. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-es/index.js +0 -3
  3150. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-es/remoteProvider/ImdsCredentials.js +0 -14
  3151. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-es/remoteProvider/RemoteProviderInit.js +0 -6
  3152. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-es/remoteProvider/httpRequest.js +0 -34
  3153. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-es/remoteProvider/index.js +0 -2
  3154. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-es/remoteProvider/retry.js +0 -7
  3155. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-es/utils/getInstanceMetadataEndpoint.js +0 -44
  3156. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/config/Endpoint.d.ts +0 -4
  3157. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/config/EndpointConfigOptions.d.ts +0 -4
  3158. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/config/EndpointMode.d.ts +0 -4
  3159. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/config/EndpointModeConfigOptions.d.ts +0 -4
  3160. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/fromContainerMetadata.d.ts +0 -10
  3161. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/fromInstanceMetadata.d.ts +0 -7
  3162. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/index.d.ts +0 -3
  3163. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/ImdsCredentials.d.ts +0 -9
  3164. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/RemoteProviderInit.d.ts +0 -14
  3165. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts +0 -6
  3166. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/index.d.ts +0 -2
  3167. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/retry.d.ts +0 -7
  3168. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/config/Endpoint.d.ts +0 -4
  3169. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/config/EndpointConfigOptions.d.ts +0 -4
  3170. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/config/EndpointMode.d.ts +0 -4
  3171. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/config/EndpointModeConfigOptions.d.ts +0 -4
  3172. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/fromContainerMetadata.d.ts +0 -7
  3173. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/fromInstanceMetadata.d.ts +0 -4
  3174. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/index.d.ts +0 -3
  3175. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/remoteProvider/ImdsCredentials.d.ts +0 -9
  3176. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/remoteProvider/RemoteProviderInit.d.ts +0 -10
  3177. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/remoteProvider/httpRequest.d.ts +0 -4
  3178. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/remoteProvider/index.d.ts +0 -2
  3179. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/remoteProvider/retry.d.ts +0 -5
  3180. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/utils/getInstanceMetadataEndpoint.d.ts +0 -3
  3181. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/utils/getInstanceMetadataEndpoint.d.ts +0 -19
  3182. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/package.json +0 -58
  3183. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-ini/CHANGELOG.md +0 -1265
  3184. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-ini/LICENSE +0 -201
  3185. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-ini/README.md +0 -11
  3186. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +0 -105
  3187. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-ini/dist-es/index.js +0 -141
  3188. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-ini/dist-types/index.d.ts +0 -63
  3189. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/index.d.ts +0 -26
  3190. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-ini/package.json +0 -61
  3191. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-node/CHANGELOG.md +0 -1569
  3192. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-node/LICENSE +0 -201
  3193. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-node/README.md +0 -89
  3194. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +0 -42
  3195. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-node/dist-es/index.js +0 -42
  3196. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-node/dist-types/index.d.ts +0 -42
  3197. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/index.d.ts +0 -9
  3198. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-node/package.json +0 -63
  3199. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-process/CHANGELOG.md +0 -1121
  3200. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-process/LICENSE +0 -201
  3201. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-process/README.md +0 -11
  3202. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +0 -70
  3203. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-process/dist-es/index.js +0 -82
  3204. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-process/dist-types/index.d.ts +0 -13
  3205. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/index.d.ts +0 -8
  3206. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-process/package.json +0 -57
  3207. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-sso/CHANGELOG.md +0 -323
  3208. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-sso/LICENSE +0 -201
  3209. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-sso/README.md +0 -11
  3210. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +0 -88
  3211. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-sso/dist-es/index.js +0 -110
  3212. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-sso/dist-types/index.d.ts +0 -54
  3213. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/index.d.ts +0 -32
  3214. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-sso/package.json +0 -58
  3215. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-web-identity/CHANGELOG.md +0 -217
  3216. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-web-identity/LICENSE +0 -201
  3217. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-web-identity/README.md +0 -11
  3218. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +0 -28
  3219. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js +0 -21
  3220. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +0 -5
  3221. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js +0 -25
  3222. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromWebToken.js +0 -19
  3223. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/index.js +0 -2
  3224. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromTokenFile.d.ts +0 -12
  3225. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromWebToken.d.ts +0 -126
  3226. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/index.d.ts +0 -2
  3227. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromTokenFile.d.ts +0 -8
  3228. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromWebToken.d.ts +0 -30
  3229. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/index.d.ts +0 -2
  3230. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-web-identity/package.json +0 -63
  3231. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/CHANGELOG.md +0 -1856
  3232. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/LICENSE +0 -201
  3233. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/README.md +0 -4
  3234. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/dist-cjs/fetch-http-handler.js +0 -78
  3235. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/dist-cjs/index.js +0 -5
  3236. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/dist-cjs/request-timeout.js +0 -15
  3237. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/dist-cjs/stream-collector.js +0 -50
  3238. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/dist-es/fetch-http-handler.js +0 -90
  3239. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/dist-es/index.js +0 -2
  3240. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/dist-es/request-timeout.js +0 -12
  3241. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/dist-es/stream-collector.js +0 -68
  3242. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/dist-types/fetch-http-handler.d.ts +0 -20
  3243. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/dist-types/index.d.ts +0 -2
  3244. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/dist-types/request-timeout.d.ts +0 -1
  3245. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/dist-types/stream-collector.d.ts +0 -2
  3246. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +0 -15
  3247. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/dist-types/ts3.4/index.d.ts +0 -2
  3248. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/dist-types/ts3.4/request-timeout.d.ts +0 -1
  3249. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/dist-types/ts3.4/stream-collector.d.ts +0 -2
  3250. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/package.json +0 -49
  3251. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/hash-node/CHANGELOG.md +0 -1191
  3252. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/hash-node/LICENSE +0 -201
  3253. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/hash-node/README.md +0 -10
  3254. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/hash-node/dist-cjs/index.js +0 -30
  3255. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/hash-node/dist-es/index.js +0 -28
  3256. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/hash-node/dist-types/index.d.ts +0 -7
  3257. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/hash-node/dist-types/ts3.4/index.d.ts +0 -7
  3258. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/hash-node/package.json +0 -51
  3259. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/invalid-dependency/CHANGELOG.md +0 -480
  3260. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/invalid-dependency/LICENSE +0 -201
  3261. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/invalid-dependency/README.md +0 -10
  3262. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/invalid-dependency/dist-cjs/index.js +0 -5
  3263. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/invalid-dependency/dist-cjs/invalidFunction.js +0 -7
  3264. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/invalid-dependency/dist-cjs/invalidProvider.js +0 -5
  3265. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/invalid-dependency/dist-es/index.js +0 -2
  3266. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/invalid-dependency/dist-es/invalidFunction.js +0 -3
  3267. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/invalid-dependency/dist-es/invalidProvider.js +0 -1
  3268. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/invalid-dependency/dist-types/index.d.ts +0 -2
  3269. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/invalid-dependency/dist-types/invalidFunction.d.ts +0 -1
  3270. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/invalid-dependency/dist-types/invalidProvider.d.ts +0 -2
  3271. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/invalid-dependency/dist-types/ts3.4/index.d.ts +0 -2
  3272. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/invalid-dependency/dist-types/ts3.4/invalidFunction.d.ts +0 -1
  3273. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/invalid-dependency/dist-types/ts3.4/invalidProvider.d.ts +0 -2
  3274. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/invalid-dependency/package.json +0 -45
  3275. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/is-array-buffer/CHANGELOG.md +0 -561
  3276. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/is-array-buffer/LICENSE +0 -201
  3277. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/is-array-buffer/README.md +0 -10
  3278. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/is-array-buffer/dist-cjs/index.js +0 -6
  3279. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/is-array-buffer/dist-es/index.js +0 -4
  3280. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/is-array-buffer/dist-types/index.d.ts +0 -1
  3281. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/is-array-buffer/dist-types/ts3.4/index.d.ts +0 -1
  3282. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/is-array-buffer/package.json +0 -48
  3283. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-content-length/CHANGELOG.md +0 -1472
  3284. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-content-length/LICENSE +0 -201
  3285. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-content-length/README.md +0 -4
  3286. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-content-length/dist-cjs/index.js +0 -42
  3287. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-content-length/dist-es/index.js +0 -39
  3288. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-content-length/dist-types/index.d.ts +0 -6
  3289. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-content-length/dist-types/ts3.4/index.d.ts +0 -6
  3290. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-content-length/package.json +0 -49
  3291. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-host-header/CHANGELOG.md +0 -947
  3292. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-host-header/LICENSE +0 -201
  3293. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-host-header/README.md +0 -4
  3294. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js +0 -36
  3295. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-host-header/dist-es/index.js +0 -38
  3296. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-host-header/dist-types/index.d.ts +0 -17
  3297. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-host-header/dist-types/ts3.4/index.d.ts +0 -15
  3298. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-host-header/package.json +0 -49
  3299. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-logger/CHANGELOG.md +0 -355
  3300. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-logger/LICENSE +0 -201
  3301. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-logger/README.md +0 -4
  3302. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +0 -4
  3303. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-logger/dist-cjs/loggerMiddleware.js +0 -34
  3304. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-logger/dist-es/index.js +0 -1
  3305. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-logger/dist-es/loggerMiddleware.js +0 -42
  3306. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-logger/dist-types/index.d.ts +0 -1
  3307. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-logger/dist-types/loggerMiddleware.d.ts +0 -4
  3308. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-logger/dist-types/ts3.4/index.d.ts +0 -1
  3309. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-logger/dist-types/ts3.4/loggerMiddleware.d.ts +0 -4
  3310. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-logger/package.json +0 -51
  3311. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/CHANGELOG.md +0 -1178
  3312. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/LICENSE +0 -201
  3313. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/README.md +0 -4
  3314. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-cjs/AdaptiveRetryStrategy.js +0 -25
  3315. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-cjs/DefaultRateLimiter.js +0 -104
  3316. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-cjs/StandardRetryStrategy.js +0 -89
  3317. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-cjs/config.js +0 -10
  3318. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-cjs/configurations.js +0 -69
  3319. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-cjs/constants.js +0 -12
  3320. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-cjs/defaultRetryQuota.js +0 -32
  3321. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-cjs/delayDecider.js +0 -6
  3322. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-cjs/index.js +0 -13
  3323. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-cjs/omitRetryHeadersMiddleware.js +0 -27
  3324. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-cjs/retryDecider.js +0 -11
  3325. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-cjs/retryMiddleware.js +0 -23
  3326. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-cjs/types.js +0 -2
  3327. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-es/AdaptiveRetryStrategy.js +0 -34
  3328. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-es/DefaultRateLimiter.js +0 -119
  3329. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-es/StandardRetryStrategy.js +0 -130
  3330. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-es/config.js +0 -7
  3331. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-es/configurations.js +0 -77
  3332. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-es/constants.js +0 -9
  3333. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-es/defaultRetryQuota.js +0 -28
  3334. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-es/delayDecider.js +0 -4
  3335. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-es/index.js +0 -10
  3336. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-es/omitRetryHeadersMiddleware.js +0 -30
  3337. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-es/retryDecider.js +0 -7
  3338. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-es/retryMiddleware.js +0 -30
  3339. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-es/types.js +0 -1
  3340. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/AdaptiveRetryStrategy.d.ts +0 -17
  3341. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/DefaultRateLimiter.d.ts +0 -39
  3342. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/StandardRetryStrategy.d.ts +0 -27
  3343. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/config.d.ts +0 -13
  3344. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/configurations.d.ts +0 -37
  3345. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/constants.d.ts +0 -41
  3346. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/defaultRetryQuota.d.ts +0 -18
  3347. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/delayDecider.d.ts +0 -4
  3348. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/index.d.ts +0 -10
  3349. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/omitRetryHeadersMiddleware.d.ts +0 -4
  3350. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/retryDecider.d.ts +0 -2
  3351. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/retryMiddleware.d.ts +0 -5
  3352. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +0 -15
  3353. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/DefaultRateLimiter.d.ts +0 -39
  3354. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +0 -25
  3355. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/config.d.ts +0 -8
  3356. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/configurations.d.ts +0 -26
  3357. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/constants.d.ts +0 -18
  3358. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/defaultRetryQuota.d.ts +0 -10
  3359. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/delayDecider.d.ts +0 -2
  3360. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/index.d.ts +0 -10
  3361. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/omitRetryHeadersMiddleware.d.ts +0 -4
  3362. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/retryDecider.d.ts +0 -2
  3363. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/retryMiddleware.d.ts +0 -5
  3364. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/types.d.ts +0 -24
  3365. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/types.d.ts +0 -53
  3366. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/package.json +0 -52
  3367. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-sdk-sts/CHANGELOG.md +0 -202
  3368. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-sdk-sts/LICENSE +0 -201
  3369. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-sdk-sts/README.md +0 -4
  3370. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-sdk-sts/dist-cjs/index.js +0 -9
  3371. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-sdk-sts/dist-es/index.js +0 -6
  3372. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-sdk-sts/dist-types/index.d.ts +0 -34
  3373. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-sdk-sts/dist-types/ts3.4/index.d.ts +0 -25
  3374. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-sdk-sts/package.json +0 -52
  3375. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/CHANGELOG.md +0 -896
  3376. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/LICENSE +0 -201
  3377. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/README.md +0 -4
  3378. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/dist-cjs/deserializerMiddleware.js +0 -12
  3379. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/dist-cjs/index.js +0 -6
  3380. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/dist-cjs/serdePlugin.js +0 -26
  3381. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/dist-cjs/serializerMiddleware.js +0 -11
  3382. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/dist-es/deserializerMiddleware.js +0 -22
  3383. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/dist-es/index.js +0 -3
  3384. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/dist-es/serdePlugin.js +0 -22
  3385. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/dist-es/serializerMiddleware.js +0 -16
  3386. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/dist-types/deserializerMiddleware.d.ts +0 -2
  3387. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/dist-types/index.d.ts +0 -3
  3388. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/dist-types/serdePlugin.d.ts +0 -4
  3389. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/dist-types/serializerMiddleware.d.ts +0 -2
  3390. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/dist-types/ts3.4/deserializerMiddleware.d.ts +0 -2
  3391. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/dist-types/ts3.4/index.d.ts +0 -3
  3392. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/dist-types/ts3.4/serdePlugin.d.ts +0 -4
  3393. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/dist-types/ts3.4/serializerMiddleware.d.ts +0 -2
  3394. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/package.json +0 -48
  3395. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/CHANGELOG.md +0 -1840
  3396. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/LICENSE +0 -201
  3397. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/README.md +0 -4
  3398. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-cjs/configurations.js +0 -90
  3399. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-cjs/index.js +0 -5
  3400. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-cjs/middleware.js +0 -45
  3401. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-cjs/utils/getSkewCorrectedDate.js +0 -5
  3402. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-cjs/utils/getUpdatedSystemClockOffset.js +0 -12
  3403. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-cjs/utils/isClockSkewed.js +0 -6
  3404. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-es/configurations.js +0 -87
  3405. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-es/index.js +0 -2
  3406. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-es/middleware.js +0 -59
  3407. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-es/utils/getSkewCorrectedDate.js +0 -1
  3408. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-es/utils/getUpdatedSystemClockOffset.js +0 -8
  3409. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-es/utils/isClockSkewed.js +0 -4
  3410. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-types/configurations.d.ts +0 -88
  3411. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-types/index.d.ts +0 -2
  3412. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-types/middleware.d.ts +0 -6
  3413. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/configurations.d.ts +0 -57
  3414. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/index.d.ts +0 -2
  3415. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/middleware.d.ts +0 -6
  3416. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/utils/getSkewCorrectedDate.d.ts +0 -2
  3417. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/utils/getUpdatedSystemClockOffset.d.ts +0 -2
  3418. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/utils/isClockSkewed.d.ts +0 -2
  3419. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-types/utils/getSkewCorrectedDate.d.ts +0 -6
  3420. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-types/utils/getUpdatedSystemClockOffset.d.ts +0 -8
  3421. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-types/utils/isClockSkewed.d.ts +0 -7
  3422. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/package.json +0 -51
  3423. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-stack/CHANGELOG.md +0 -1330
  3424. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-stack/LICENSE +0 -201
  3425. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-stack/README.md +0 -78
  3426. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-stack/dist-cjs/MiddlewareStack.js +0 -215
  3427. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-stack/dist-cjs/index.js +0 -4
  3428. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-stack/dist-cjs/types.js +0 -2
  3429. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-stack/dist-es/MiddlewareStack.js +0 -212
  3430. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-stack/dist-es/index.js +0 -1
  3431. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-stack/dist-es/types.js +0 -1
  3432. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-stack/dist-types/MiddlewareStack.d.ts +0 -2
  3433. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-stack/dist-types/index.d.ts +0 -1
  3434. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-stack/dist-types/ts3.4/MiddlewareStack.d.ts +0 -2
  3435. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-stack/dist-types/ts3.4/index.d.ts +0 -1
  3436. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-stack/dist-types/ts3.4/types.d.ts +0 -24
  3437. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-stack/dist-types/types.d.ts +0 -24
  3438. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-stack/package.json +0 -50
  3439. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/CHANGELOG.md +0 -1116
  3440. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/LICENSE +0 -201
  3441. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/README.md +0 -4
  3442. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/configurations.js +0 -10
  3443. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/constants.js +0 -7
  3444. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +0 -5
  3445. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/user-agent-middleware.js +0 -61
  3446. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/dist-es/configurations.js +0 -4
  3447. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/dist-es/constants.js +0 -4
  3448. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/dist-es/index.js +0 -2
  3449. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/dist-es/user-agent-middleware.js +0 -64
  3450. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/dist-types/configurations.d.ts +0 -28
  3451. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/dist-types/constants.d.ts +0 -4
  3452. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/dist-types/index.d.ts +0 -2
  3453. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/configurations.d.ts +0 -19
  3454. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/constants.d.ts +0 -4
  3455. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/index.d.ts +0 -2
  3456. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/user-agent-middleware.d.ts +0 -6
  3457. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/dist-types/user-agent-middleware.d.ts +0 -17
  3458. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/package.json +0 -50
  3459. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/CHANGELOG.md +0 -399
  3460. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/LICENSE +0 -201
  3461. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/README.md +0 -4
  3462. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-cjs/configLoader.js +0 -9
  3463. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-cjs/fromEnv.js +0 -17
  3464. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-cjs/fromSharedConfigFiles.js +0 -28
  3465. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-cjs/fromStatic.js +0 -7
  3466. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-cjs/index.js +0 -4
  3467. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-es/configLoader.js +0 -9
  3468. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-es/fromEnv.js +0 -20
  3469. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-es/fromSharedConfigFiles.js +0 -37
  3470. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-es/fromStatic.js +0 -8
  3471. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-es/index.js +0 -1
  3472. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-types/configLoader.d.ts +0 -22
  3473. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-types/fromEnv.d.ts +0 -8
  3474. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-types/fromSharedConfigFiles.d.ts +0 -27
  3475. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-types/fromStatic.d.ts +0 -3
  3476. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-types/index.d.ts +0 -1
  3477. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-types/ts3.4/configLoader.d.ts +0 -14
  3478. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-types/ts3.4/fromEnv.d.ts +0 -5
  3479. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-types/ts3.4/fromSharedConfigFiles.d.ts +0 -14
  3480. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-types/ts3.4/fromStatic.d.ts +0 -3
  3481. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-types/ts3.4/index.d.ts +0 -1
  3482. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/package.json +0 -53
  3483. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/CHANGELOG.md +0 -1614
  3484. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/LICENSE +0 -201
  3485. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/README.md +0 -4
  3486. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-cjs/constants.js +0 -4
  3487. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-cjs/get-transformed-headers.js +0 -12
  3488. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-cjs/index.js +0 -6
  3489. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-cjs/node-http-handler.js +0 -76
  3490. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-cjs/node-http2-handler.js +0 -131
  3491. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-cjs/readable.mock.js +0 -23
  3492. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-cjs/server.mock.js +0 -60
  3493. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-cjs/set-connection-timeout.js +0 -22
  3494. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-cjs/set-socket-timeout.js +0 -10
  3495. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-cjs/stream-collector/collector.js +0 -15
  3496. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-cjs/stream-collector/index.js +0 -18
  3497. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-cjs/stream-collector/readable.mock.js +0 -23
  3498. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-cjs/write-request-body.js +0 -27
  3499. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-es/constants.js +0 -1
  3500. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-es/get-transformed-headers.js +0 -21
  3501. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-es/index.js +0 -3
  3502. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-es/node-http-handler.js +0 -77
  3503. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-es/node-http2-handler.js +0 -143
  3504. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-es/readable.mock.js +0 -24
  3505. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-es/server.mock.js +0 -63
  3506. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-es/set-connection-timeout.js +0 -19
  3507. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-es/set-socket-timeout.js +0 -7
  3508. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-es/stream-collector/collector.js +0 -16
  3509. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-es/stream-collector/index.js +0 -16
  3510. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-es/stream-collector/readable.mock.js +0 -24
  3511. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-es/write-request-body.js +0 -23
  3512. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/constants.d.ts +0 -4
  3513. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/get-transformed-headers.d.ts +0 -4
  3514. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/index.d.ts +0 -3
  3515. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/node-http-handler.d.ts +0 -36
  3516. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/node-http2-handler.d.ts +0 -58
  3517. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/readable.mock.d.ts +0 -13
  3518. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/server.mock.d.ts +0 -10
  3519. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/set-connection-timeout.d.ts +0 -2
  3520. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/set-socket-timeout.d.ts +0 -2
  3521. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/stream-collector/collector.d.ts +0 -6
  3522. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/stream-collector/index.d.ts +0 -2
  3523. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +0 -13
  3524. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/constants.d.ts +0 -2
  3525. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/get-transformed-headers.d.ts +0 -4
  3526. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/index.d.ts +0 -3
  3527. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +0 -28
  3528. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +0 -31
  3529. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/readable.mock.d.ts +0 -13
  3530. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/server.mock.d.ts +0 -10
  3531. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/set-connection-timeout.d.ts +0 -2
  3532. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/set-socket-timeout.d.ts +0 -2
  3533. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/stream-collector/collector.d.ts +0 -6
  3534. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/stream-collector/index.d.ts +0 -2
  3535. 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
  3536. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +0 -5
  3537. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/write-request-body.d.ts +0 -5
  3538. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/package.json +0 -60
  3539. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/CHANGELOG.md +0 -1156
  3540. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/LICENSE +0 -201
  3541. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/README.md +0 -10
  3542. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-cjs/ProviderError.js +0 -36
  3543. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-cjs/chain.js +0 -19
  3544. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-cjs/fromStatic.js +0 -5
  3545. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-cjs/index.js +0 -7
  3546. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-cjs/memoize.js +0 -48
  3547. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-es/ProviderError.js +0 -44
  3548. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-es/chain.js +0 -34
  3549. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-es/fromStatic.js +0 -5
  3550. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-es/index.js +0 -4
  3551. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-es/memoize.js +0 -70
  3552. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-types/ProviderError.d.ts +0 -31
  3553. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-types/chain.d.ts +0 -11
  3554. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-types/fromStatic.d.ts +0 -2
  3555. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-types/index.d.ts +0 -4
  3556. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-types/memoize.d.ts +0 -37
  3557. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-types/ts3.4/ProviderError.d.ts +0 -13
  3558. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-types/ts3.4/chain.d.ts +0 -3
  3559. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-types/ts3.4/fromStatic.d.ts +0 -2
  3560. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-types/ts3.4/index.d.ts +0 -4
  3561. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-types/ts3.4/memoize.d.ts +0 -9
  3562. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/package.json +0 -48
  3563. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/CHANGELOG.md +0 -1178
  3564. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/LICENSE +0 -201
  3565. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/README.md +0 -4
  3566. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-cjs/httpHandler.js +0 -2
  3567. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-cjs/httpRequest.js +0 -49
  3568. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-cjs/httpResponse.js +0 -17
  3569. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-cjs/index.js +0 -7
  3570. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-cjs/isValidHostname.js +0 -8
  3571. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-es/httpHandler.js +0 -1
  3572. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-es/httpRequest.js +0 -43
  3573. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-es/httpResponse.js +0 -15
  3574. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-es/index.js +0 -4
  3575. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-es/isValidHostname.js +0 -4
  3576. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-types/httpHandler.d.ts +0 -4
  3577. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-types/httpRequest.d.ts +0 -20
  3578. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-types/httpResponse.d.ts +0 -14
  3579. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-types/index.d.ts +0 -4
  3580. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-types/isValidHostname.d.ts +0 -1
  3581. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/httpHandler.d.ts +0 -4
  3582. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/httpRequest.d.ts +0 -20
  3583. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/httpResponse.d.ts +0 -14
  3584. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/index.d.ts +0 -4
  3585. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/isValidHostname.d.ts +0 -1
  3586. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/package.json +0 -49
  3587. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/querystring-builder/CHANGELOG.md +0 -1138
  3588. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/querystring-builder/LICENSE +0 -201
  3589. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/querystring-builder/README.md +0 -10
  3590. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/querystring-builder/dist-cjs/index.js +0 -25
  3591. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/querystring-builder/dist-es/index.js +0 -33
  3592. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/querystring-builder/dist-types/index.d.ts +0 -2
  3593. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/querystring-builder/dist-types/ts3.4/index.d.ts +0 -2
  3594. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/querystring-builder/package.json +0 -49
  3595. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/querystring-parser/CHANGELOG.md +0 -1101
  3596. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/querystring-parser/LICENSE +0 -201
  3597. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/querystring-parser/README.md +0 -10
  3598. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/querystring-parser/dist-cjs/index.js +0 -27
  3599. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/querystring-parser/dist-es/index.js +0 -35
  3600. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/querystring-parser/dist-types/index.d.ts +0 -2
  3601. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/querystring-parser/dist-types/ts3.4/index.d.ts +0 -2
  3602. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/querystring-parser/package.json +0 -48
  3603. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/service-error-classification/CHANGELOG.md +0 -667
  3604. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/service-error-classification/LICENSE +0 -201
  3605. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/service-error-classification/README.md +0 -4
  3606. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/service-error-classification/dist-cjs/constants.js +0 -29
  3607. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/service-error-classification/dist-cjs/index.js +0 -21
  3608. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/service-error-classification/dist-es/constants.js +0 -26
  3609. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/service-error-classification/dist-es/index.js +0 -14
  3610. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/service-error-classification/dist-types/constants.d.ts +0 -22
  3611. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/service-error-classification/dist-types/index.d.ts +0 -5
  3612. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/service-error-classification/dist-types/ts3.4/constants.d.ts +0 -8
  3613. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/service-error-classification/dist-types/ts3.4/index.d.ts +0 -5
  3614. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/service-error-classification/package.json +0 -45
  3615. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/shared-ini-file-loader/CHANGELOG.md +0 -704
  3616. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/shared-ini-file-loader/LICENSE +0 -201
  3617. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/shared-ini-file-loader/README.md +0 -102
  3618. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/shared-ini-file-loader/dist-cjs/index.js +0 -84
  3619. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/shared-ini-file-loader/dist-es/index.js +0 -105
  3620. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/index.d.ts +0 -33
  3621. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/index.d.ts +0 -21
  3622. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/shared-ini-file-loader/package.json +0 -48
  3623. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/CHANGELOG.md +0 -2827
  3624. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/LICENSE +0 -201
  3625. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/README.md +0 -4
  3626. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-cjs/SignatureV4.js +0 -150
  3627. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-cjs/cloneRequest.js +0 -17
  3628. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-cjs/constants.js +0 -46
  3629. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-cjs/credentialDerivation.js +0 -38
  3630. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-cjs/getCanonicalHeaders.js +0 -21
  3631. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-cjs/getCanonicalQuery.js +0 -31
  3632. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-cjs/getPayloadHash.js +0 -23
  3633. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-cjs/headerUtil.js +0 -32
  3634. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-cjs/index.js +0 -19
  3635. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-cjs/moveHeadersToQuery.js +0 -21
  3636. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-cjs/normalizeProvider.js +0 -23
  3637. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-cjs/prepareRequest.js +0 -15
  3638. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-cjs/suite.fixture.js +0 -402
  3639. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-cjs/utilDate.js +0 -20
  3640. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-es/SignatureV4.js +0 -269
  3641. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-es/cloneRequest.js +0 -12
  3642. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-es/constants.js +0 -43
  3643. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-es/credentialDerivation.js +0 -66
  3644. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-es/getCanonicalHeaders.js +0 -30
  3645. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-es/getCanonicalQuery.js +0 -43
  3646. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-es/getPayloadHash.js +0 -41
  3647. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-es/headerUtil.js +0 -60
  3648. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-es/index.js +0 -8
  3649. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-es/moveHeadersToQuery.js +0 -26
  3650. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-es/normalizeProvider.js +0 -18
  3651. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-es/prepareRequest.js +0 -23
  3652. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-es/suite.fixture.js +0 -399
  3653. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-es/utilDate.js +0 -17
  3654. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/SignatureV4.d.ts +0 -63
  3655. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/cloneRequest.d.ts +0 -6
  3656. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/constants.d.ts +0 -43
  3657. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/credentialDerivation.d.ts +0 -26
  3658. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/getCanonicalHeaders.d.ts +0 -5
  3659. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/getCanonicalQuery.d.ts +0 -5
  3660. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/getPayloadHash.d.ts +0 -5
  3661. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/headerUtil.d.ts +0 -4
  3662. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/index.d.ts +0 -8
  3663. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/moveHeadersToQuery.d.ts +0 -9
  3664. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/normalizeProvider.d.ts +0 -9
  3665. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/prepareRequest.d.ts +0 -5
  3666. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/suite.fixture.d.ts +0 -14
  3667. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/SignatureV4.d.ts +0 -39
  3668. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/cloneRequest.d.ts +0 -4
  3669. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/constants.d.ts +0 -43
  3670. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/credentialDerivation.d.ts +0 -7
  3671. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/getCanonicalHeaders.d.ts +0 -3
  3672. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/getCanonicalQuery.d.ts +0 -3
  3673. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/getPayloadHash.d.ts +0 -3
  3674. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/headerUtil.d.ts +0 -4
  3675. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/index.d.ts +0 -8
  3676. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/moveHeadersToQuery.d.ts +0 -7
  3677. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/normalizeProvider.d.ts +0 -5
  3678. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/prepareRequest.d.ts +0 -3
  3679. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/suite.fixture.d.ts +0 -14
  3680. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/utilDate.d.ts +0 -2
  3681. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/utilDate.d.ts +0 -2
  3682. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/package.json +0 -56
  3683. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/CHANGELOG.md +0 -1387
  3684. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/LICENSE +0 -201
  3685. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/README.md +0 -10
  3686. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-cjs/client.js +0 -28
  3687. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-cjs/command.js +0 -10
  3688. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-cjs/constants.js +0 -4
  3689. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-cjs/date-utils.js +0 -156
  3690. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-cjs/emitWarningIfUnsupportedVersion.js +0 -15
  3691. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-cjs/extended-encode-uri-component.js +0 -9
  3692. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-cjs/get-array-if-single-item.js +0 -5
  3693. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-cjs/get-value-from-text-node.js +0 -16
  3694. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-cjs/index.js +0 -15
  3695. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-cjs/lazy-json.js +0 -38
  3696. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-cjs/parse-utils.js +0 -206
  3697. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-cjs/ser-utils.js +0 -17
  3698. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-cjs/split-every.js +0 -31
  3699. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-es/client.js +0 -26
  3700. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-es/command.js +0 -8
  3701. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-es/constants.js +0 -1
  3702. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-es/date-utils.js +0 -150
  3703. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-es/emitWarningIfUnsupportedVersion.js +0 -11
  3704. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-es/extended-encode-uri-component.js +0 -5
  3705. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-es/get-array-if-single-item.js +0 -3
  3706. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-es/get-value-from-text-node.js +0 -12
  3707. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-es/index.js +0 -12
  3708. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-es/lazy-json.js +0 -40
  3709. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-es/parse-utils.js +0 -190
  3710. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-es/ser-utils.js +0 -13
  3711. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-es/split-every.js +0 -27
  3712. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/client.d.ts +0 -20
  3713. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/command.d.ts +0 -6
  3714. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/constants.d.ts +0 -1
  3715. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/date-utils.d.ts +0 -49
  3716. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/emitWarningIfUnsupportedVersion.d.ts +0 -6
  3717. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/extended-encode-uri-component.d.ts +0 -5
  3718. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/get-array-if-single-item.d.ts +0 -5
  3719. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/get-value-from-text-node.d.ts +0 -5
  3720. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts +0 -13
  3721. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/lazy-json.d.ts +0 -19
  3722. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/parse-utils.d.ts +0 -203
  3723. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/ser-utils.d.ts +0 -7
  3724. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/split-every.d.ts +0 -9
  3725. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/client.d.ts +0 -16
  3726. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/command.d.ts +0 -6
  3727. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/constants.d.ts +0 -1
  3728. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/date-utils.d.ts +0 -8
  3729. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/emitWarningIfUnsupportedVersion.d.ts +0 -2
  3730. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/extended-encode-uri-component.d.ts +0 -2
  3731. 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
  3732. 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
  3733. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/index.d.ts +0 -13
  3734. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/lazy-json.d.ts +0 -12
  3735. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/parse-utils.d.ts +0 -53
  3736. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/ser-utils.d.ts +0 -2
  3737. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/split-every.d.ts +0 -2
  3738. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/package.json +0 -49
  3739. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/CHANGELOG.md +0 -1712
  3740. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/LICENSE +0 -201
  3741. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/README.md +0 -4
  3742. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/abort.js +0 -2
  3743. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/client.js +0 -2
  3744. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/command.js +0 -2
  3745. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/credentials.js +0 -2
  3746. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/crypto.js +0 -2
  3747. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/eventStream.js +0 -2
  3748. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/http.js +0 -2
  3749. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/index.js +0 -20
  3750. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/logger.js +0 -2
  3751. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/middleware.js +0 -2
  3752. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/pagination.js +0 -2
  3753. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/response.js +0 -2
  3754. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/serde.js +0 -2
  3755. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/shapes.js +0 -2
  3756. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/signature.js +0 -2
  3757. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/transfer.js +0 -2
  3758. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/util.js +0 -2
  3759. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/waiter.js +0 -2
  3760. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/abort.js +0 -1
  3761. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/client.js +0 -1
  3762. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/command.js +0 -1
  3763. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/credentials.js +0 -1
  3764. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/crypto.js +0 -1
  3765. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/eventStream.js +0 -1
  3766. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/http.js +0 -1
  3767. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/index.js +0 -17
  3768. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/logger.js +0 -1
  3769. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/middleware.js +0 -1
  3770. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/pagination.js +0 -1
  3771. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/response.js +0 -1
  3772. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/serde.js +0 -1
  3773. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/shapes.js +0 -1
  3774. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/signature.js +0 -1
  3775. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/transfer.js +0 -1
  3776. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/util.js +0 -1
  3777. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/waiter.js +0 -1
  3778. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/abort.d.ts +0 -42
  3779. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/client.d.ts +0 -23
  3780. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/command.d.ts +0 -7
  3781. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +0 -24
  3782. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/crypto.d.ts +0 -45
  3783. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/eventStream.d.ts +0 -84
  3784. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/http.d.ts +0 -92
  3785. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/index.d.ts +0 -17
  3786. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/logger.d.ts +0 -26
  3787. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +0 -338
  3788. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/pagination.d.ts +0 -14
  3789. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/response.d.ts +0 -34
  3790. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/serde.d.ts +0 -49
  3791. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/shapes.d.ts +0 -45
  3792. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/signature.d.ts +0 -100
  3793. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/transfer.d.ts +0 -16
  3794. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/abort.d.ts +0 -17
  3795. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/client.d.ts +0 -17
  3796. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/command.d.ts +0 -7
  3797. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/credentials.d.ts +0 -13
  3798. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/crypto.d.ts +0 -20
  3799. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/eventStream.d.ts +0 -78
  3800. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/http.d.ts +0 -44
  3801. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +0 -17
  3802. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/logger.d.ts +0 -14
  3803. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/middleware.d.ts +0 -155
  3804. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/pagination.d.ts +0 -9
  3805. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/response.d.ts +0 -18
  3806. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/serde.d.ts +0 -29
  3807. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/shapes.d.ts +0 -22
  3808. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/signature.d.ts +0 -47
  3809. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/transfer.d.ts +0 -12
  3810. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/util.d.ts +0 -56
  3811. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/waiter.d.ts +0 -15
  3812. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/util.d.ts +0 -112
  3813. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/waiter.d.ts +0 -32
  3814. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/package.json +0 -43
  3815. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/url-parser/CHANGELOG.md +0 -201
  3816. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/url-parser/LICENSE +0 -201
  3817. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/url-parser/README.md +0 -10
  3818. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/url-parser/dist-cjs/index.js +0 -19
  3819. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/url-parser/dist-es/index.js +0 -15
  3820. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/url-parser/dist-types/index.d.ts +0 -2
  3821. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/url-parser/dist-types/ts3.4/index.d.ts +0 -2
  3822. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/url-parser/package.json +0 -46
  3823. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-base64-browser/CHANGELOG.md +0 -561
  3824. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-base64-browser/LICENSE +0 -201
  3825. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-base64-browser/README.md +0 -4
  3826. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-base64-browser/dist-cjs/index.js +0 -86
  3827. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-base64-browser/dist-es/index.js +0 -81
  3828. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-base64-browser/dist-types/index.d.ts +0 -16
  3829. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-base64-browser/dist-types/ts3.4/index.d.ts +0 -4
  3830. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-base64-browser/package.json +0 -46
  3831. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-base64-node/CHANGELOG.md +0 -672
  3832. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-base64-node/LICENSE +0 -201
  3833. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-base64-node/README.md +0 -4
  3834. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-base64-node/dist-cjs/index.js +0 -20
  3835. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-base64-node/dist-es/index.js +0 -15
  3836. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-base64-node/dist-types/index.d.ts +0 -14
  3837. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-base64-node/dist-types/ts3.4/index.d.ts +0 -4
  3838. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-base64-node/package.json +0 -50
  3839. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-body-length-browser/CHANGELOG.md +0 -574
  3840. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-body-length-browser/LICENSE +0 -201
  3841. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-body-length-browser/README.md +0 -12
  3842. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-body-length-browser/dist-cjs/index.js +0 -23
  3843. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-body-length-browser/dist-es/index.js +0 -19
  3844. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-body-length-browser/dist-types/index.d.ts +0 -1
  3845. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-body-length-browser/dist-types/ts3.4/index.d.ts +0 -1
  3846. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-body-length-browser/package.json +0 -45
  3847. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-body-length-node/CHANGELOG.md +0 -611
  3848. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-body-length-node/LICENSE +0 -201
  3849. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-body-length-node/README.md +0 -12
  3850. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-body-length-node/dist-cjs/index.js +0 -22
  3851. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-body-length-node/dist-es/index.js +0 -18
  3852. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-body-length-node/dist-types/index.d.ts +0 -1
  3853. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-body-length-node/dist-types/ts3.4/index.d.ts +0 -1
  3854. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-body-length-node/package.json +0 -49
  3855. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-buffer-from/CHANGELOG.md +0 -617
  3856. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-buffer-from/LICENSE +0 -201
  3857. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-buffer-from/README.md +0 -10
  3858. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-buffer-from/dist-cjs/index.js +0 -19
  3859. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-buffer-from/dist-es/index.js +0 -16
  3860. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-buffer-from/dist-types/index.d.ts +0 -4
  3861. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-buffer-from/dist-types/ts3.4/index.d.ts +0 -4
  3862. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-buffer-from/package.json +0 -49
  3863. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-config-provider/CHANGELOG.md +0 -11
  3864. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-config-provider/LICENSE +0 -201
  3865. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-config-provider/README.md +0 -4
  3866. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-config-provider/dist-cjs/booleanSelector.js +0 -18
  3867. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-config-provider/dist-cjs/index.js +0 -4
  3868. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-config-provider/dist-es/booleanSelector.js +0 -14
  3869. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-config-provider/dist-es/index.js +0 -1
  3870. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-config-provider/dist-types/booleanSelector.d.ts +0 -15
  3871. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-config-provider/dist-types/index.d.ts +0 -1
  3872. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-config-provider/dist-types/ts3.4/booleanSelector.d.ts +0 -8
  3873. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-config-provider/dist-types/ts3.4/index.d.ts +0 -1
  3874. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-config-provider/package.json +0 -50
  3875. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-hex-encoding/CHANGELOG.md +0 -558
  3876. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-hex-encoding/LICENSE +0 -201
  3877. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-hex-encoding/README.md +0 -4
  3878. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-hex-encoding/dist-cjs/index.js +0 -38
  3879. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-hex-encoding/dist-es/index.js +0 -33
  3880. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-hex-encoding/dist-types/index.d.ts +0 -12
  3881. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-hex-encoding/dist-types/ts3.4/index.d.ts +0 -4
  3882. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-hex-encoding/package.json +0 -48
  3883. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-uri-escape/CHANGELOG.md +0 -666
  3884. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-uri-escape/LICENSE +0 -201
  3885. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-uri-escape/README.md +0 -10
  3886. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-uri-escape/dist-cjs/escape-uri-path.js +0 -6
  3887. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-uri-escape/dist-cjs/escape-uri.js +0 -6
  3888. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-uri-escape/dist-cjs/index.js +0 -5
  3889. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-uri-escape/dist-es/escape-uri-path.js +0 -2
  3890. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-uri-escape/dist-es/escape-uri.js +0 -4
  3891. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-uri-escape/dist-es/index.js +0 -2
  3892. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-uri-escape/dist-types/escape-uri-path.d.ts +0 -1
  3893. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-uri-escape/dist-types/escape-uri.d.ts +0 -1
  3894. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-uri-escape/dist-types/index.d.ts +0 -2
  3895. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-uri-escape/dist-types/ts3.4/escape-uri-path.d.ts +0 -1
  3896. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-uri-escape/dist-types/ts3.4/escape-uri.d.ts +0 -1
  3897. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-uri-escape/dist-types/ts3.4/index.d.ts +0 -2
  3898. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-uri-escape/package.json +0 -47
  3899. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-browser/CHANGELOG.md +0 -1672
  3900. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-browser/LICENSE +0 -201
  3901. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-browser/README.md +0 -10
  3902. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/configurations.js +0 -2
  3903. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.js +0 -22
  3904. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.native.js +0 -16
  3905. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-browser/dist-es/configurations.js +0 -1
  3906. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.js +0 -24
  3907. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.native.js +0 -19
  3908. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-browser/dist-types/configurations.d.ts +0 -4
  3909. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.d.ts +0 -7
  3910. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.native.d.ts +0 -7
  3911. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/configurations.d.ts +0 -4
  3912. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.d.ts +0 -4
  3913. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.native.d.ts +0 -4
  3914. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-browser/package.json +0 -48
  3915. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-node/CHANGELOG.md +0 -1759
  3916. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-node/LICENSE +0 -201
  3917. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-node/README.md +0 -10
  3918. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +0 -41
  3919. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/is-crt-available.js +0 -15
  3920. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-node/dist-es/index.js +0 -47
  3921. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-node/dist-es/is-crt-available.js +0 -11
  3922. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-node/dist-types/index.d.ts +0 -12
  3923. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-node/dist-types/is-crt-available.d.ts +0 -2
  3924. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/index.d.ts +0 -10
  3925. 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
  3926. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-node/package.json +0 -51
  3927. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-browser/CHANGELOG.md +0 -561
  3928. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-browser/LICENSE +0 -201
  3929. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-browser/README.md +0 -4
  3930. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-browser/dist-cjs/index.js +0 -9
  3931. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-browser/dist-cjs/pureJs.js +0 -47
  3932. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-browser/dist-cjs/whatwgEncodingApi.js +0 -11
  3933. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-browser/dist-es/index.js +0 -8
  3934. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-browser/dist-es/pureJs.js +0 -42
  3935. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-browser/dist-es/whatwgEncodingApi.js +0 -6
  3936. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-browser/dist-types/index.d.ts +0 -2
  3937. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-browser/dist-types/pureJs.d.ts +0 -17
  3938. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-browser/dist-types/ts3.4/index.d.ts +0 -2
  3939. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-browser/dist-types/ts3.4/pureJs.d.ts +0 -4
  3940. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-browser/dist-types/ts3.4/whatwgEncodingApi.d.ts +0 -2
  3941. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-browser/dist-types/whatwgEncodingApi.d.ts +0 -2
  3942. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-browser/package.json +0 -45
  3943. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-node/CHANGELOG.md +0 -669
  3944. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-node/LICENSE +0 -201
  3945. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-node/README.md +0 -4
  3946. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-node/dist-cjs/index.js +0 -11
  3947. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-node/dist-es/index.js +0 -8
  3948. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-node/dist-types/index.d.ts +0 -2
  3949. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-node/dist-types/ts3.4/index.d.ts +0 -2
  3950. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-node/package.json +0 -53
  3951. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/CHANGELOG.md +0 -260
  3952. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/LICENSE +0 -201
  3953. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/README.md +0 -10
  3954. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-cjs/createWaiter.js +0 -27
  3955. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-cjs/index.js +0 -5
  3956. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-cjs/poller.js +0 -38
  3957. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-cjs/utils/index.js +0 -5
  3958. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-cjs/utils/sleep.js +0 -7
  3959. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-cjs/utils/validate.js +0 -21
  3960. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-cjs/waiter.js +0 -38
  3961. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-es/createWaiter.js +0 -26
  3962. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-es/index.js +0 -2
  3963. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-es/poller.js +0 -52
  3964. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-es/utils/index.js +0 -2
  3965. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-es/utils/sleep.js +0 -3
  3966. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-es/utils/validate.js +0 -17
  3967. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-es/waiter.js +0 -29
  3968. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-types/createWaiter.d.ts +0 -11
  3969. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-types/index.d.ts +0 -2
  3970. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-types/poller.d.ts +0 -10
  3971. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-types/ts3.4/createWaiter.d.ts +0 -3
  3972. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-types/ts3.4/index.d.ts +0 -2
  3973. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-types/ts3.4/poller.d.ts +0 -3
  3974. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-types/ts3.4/utils/index.d.ts +0 -2
  3975. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-types/ts3.4/utils/sleep.d.ts +0 -1
  3976. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-types/ts3.4/utils/validate.d.ts +0 -3
  3977. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-types/ts3.4/waiter.d.ts +0 -24
  3978. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-types/utils/index.d.ts +0 -2
  3979. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-types/utils/sleep.d.ts +0 -1
  3980. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-types/utils/validate.d.ts +0 -6
  3981. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-types/waiter.d.ts +0 -33
  3982. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/package.json +0 -50
  3983. package/node_modules/@serverless-stack/node/node_modules/uuid/CHANGELOG.md +0 -229
  3984. package/node_modules/@serverless-stack/node/node_modules/uuid/CONTRIBUTING.md +0 -18
  3985. package/node_modules/@serverless-stack/node/node_modules/uuid/LICENSE.md +0 -9
  3986. package/node_modules/@serverless-stack/node/node_modules/uuid/README.md +0 -505
  3987. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/bin/uuid +0 -2
  3988. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-browser/index.js +0 -9
  3989. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-browser/md5.js +0 -215
  3990. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-browser/nil.js +0 -1
  3991. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-browser/parse.js +0 -35
  3992. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-browser/regex.js +0 -1
  3993. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-browser/rng.js +0 -19
  3994. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-browser/sha1.js +0 -96
  3995. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-browser/stringify.js +0 -30
  3996. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-browser/v1.js +0 -95
  3997. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-browser/v3.js +0 -4
  3998. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-browser/v35.js +0 -64
  3999. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-browser/v4.js +0 -24
  4000. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-browser/v5.js +0 -4
  4001. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-browser/validate.js +0 -7
  4002. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-browser/version.js +0 -11
  4003. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-node/index.js +0 -9
  4004. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-node/md5.js +0 -13
  4005. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-node/nil.js +0 -1
  4006. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-node/parse.js +0 -35
  4007. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-node/regex.js +0 -1
  4008. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-node/rng.js +0 -12
  4009. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-node/sha1.js +0 -13
  4010. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-node/stringify.js +0 -29
  4011. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-node/v1.js +0 -95
  4012. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-node/v3.js +0 -4
  4013. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-node/v35.js +0 -64
  4014. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-node/v4.js +0 -24
  4015. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-node/v5.js +0 -4
  4016. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-node/validate.js +0 -7
  4017. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-node/version.js +0 -11
  4018. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/index.js +0 -79
  4019. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/md5-browser.js +0 -223
  4020. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/md5.js +0 -23
  4021. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/nil.js +0 -8
  4022. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/parse.js +0 -45
  4023. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/regex.js +0 -8
  4024. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/rng-browser.js +0 -26
  4025. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/rng.js +0 -24
  4026. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/sha1-browser.js +0 -104
  4027. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/sha1.js +0 -23
  4028. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/stringify.js +0 -39
  4029. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/umd/uuid.min.js +0 -1
  4030. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/umd/uuidNIL.min.js +0 -1
  4031. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/umd/uuidParse.min.js +0 -1
  4032. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/umd/uuidStringify.min.js +0 -1
  4033. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/umd/uuidValidate.min.js +0 -1
  4034. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/umd/uuidVersion.min.js +0 -1
  4035. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/umd/uuidv1.min.js +0 -1
  4036. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/umd/uuidv3.min.js +0 -1
  4037. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/umd/uuidv4.min.js +0 -1
  4038. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/umd/uuidv5.min.js +0 -1
  4039. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/uuid-bin.js +0 -85
  4040. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/v1.js +0 -107
  4041. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/v3.js +0 -16
  4042. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/v35.js +0 -78
  4043. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/v4.js +0 -37
  4044. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/v5.js +0 -16
  4045. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/validate.js +0 -17
  4046. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/version.js +0 -21
  4047. package/node_modules/@serverless-stack/node/node_modules/uuid/package.json +0 -135
  4048. package/node_modules/@serverless-stack/node/node_modules/uuid/wrapper.mjs +0 -10
  4049. package/node_modules/@serverless-stack/node/package.json +0 -42
  4050. package/node_modules/@tsconfig/node14/LICENSE +0 -21
  4051. package/node_modules/@tsconfig/node14/README.md +0 -40
  4052. package/node_modules/@tsconfig/node14/package.json +0 -1
  4053. package/node_modules/@tsconfig/node14/tsconfig.json +0 -16
  4054. package/node_modules/asn1.js/.eslintrc.js +0 -27
  4055. package/node_modules/asn1.js/LICENSE +0 -21
  4056. package/node_modules/asn1.js/README.md +0 -100
  4057. package/node_modules/asn1.js/lib/asn1/api.js +0 -57
  4058. package/node_modules/asn1.js/lib/asn1/base/buffer.js +0 -153
  4059. package/node_modules/asn1.js/lib/asn1/base/index.js +0 -8
  4060. package/node_modules/asn1.js/lib/asn1/base/node.js +0 -638
  4061. package/node_modules/asn1.js/lib/asn1/base/reporter.js +0 -123
  4062. package/node_modules/asn1.js/lib/asn1/constants/der.js +0 -58
  4063. package/node_modules/asn1.js/lib/asn1/constants/index.js +0 -21
  4064. package/node_modules/asn1.js/lib/asn1/decoders/der.js +0 -335
  4065. package/node_modules/asn1.js/lib/asn1/decoders/index.js +0 -6
  4066. package/node_modules/asn1.js/lib/asn1/decoders/pem.js +0 -51
  4067. package/node_modules/asn1.js/lib/asn1/encoders/der.js +0 -295
  4068. package/node_modules/asn1.js/lib/asn1/encoders/index.js +0 -6
  4069. package/node_modules/asn1.js/lib/asn1/encoders/pem.js +0 -23
  4070. package/node_modules/asn1.js/lib/asn1.js +0 -11
  4071. package/node_modules/asn1.js/package.json +0 -36
  4072. package/node_modules/aws-jwt-verify/LICENSE +0 -175
  4073. package/node_modules/aws-jwt-verify/README.md +0 -952
  4074. package/node_modules/aws-jwt-verify/asn1.d.ts +0 -20
  4075. package/node_modules/aws-jwt-verify/assert.d.ts +0 -41
  4076. package/node_modules/aws-jwt-verify/cognito-verifier.d.ts +0 -167
  4077. package/node_modules/aws-jwt-verify/dist/cjs/asn1.js +0 -294
  4078. package/node_modules/aws-jwt-verify/dist/cjs/assert.js +0 -108
  4079. package/node_modules/aws-jwt-verify/dist/cjs/cognito-verifier.js +0 -157
  4080. package/node_modules/aws-jwt-verify/dist/cjs/error.js +0 -125
  4081. package/node_modules/aws-jwt-verify/dist/cjs/https.js +0 -131
  4082. package/node_modules/aws-jwt-verify/dist/cjs/index.js +0 -9
  4083. package/node_modules/aws-jwt-verify/dist/cjs/jwk.js +0 -202
  4084. package/node_modules/aws-jwt-verify/dist/cjs/jwt-model.js +0 -4
  4085. package/node_modules/aws-jwt-verify/dist/cjs/jwt-rsa.js +0 -383
  4086. package/node_modules/aws-jwt-verify/dist/cjs/jwt.js +0 -152
  4087. package/node_modules/aws-jwt-verify/dist/cjs/package.json +0 -1
  4088. package/node_modules/aws-jwt-verify/dist/cjs/safe-json-parse.js +0 -34
  4089. package/node_modules/aws-jwt-verify/dist/cjs/typing-util.js +0 -6
  4090. package/node_modules/aws-jwt-verify/dist/esm/asn1.js +0 -289
  4091. package/node_modules/aws-jwt-verify/dist/esm/assert.js +0 -101
  4092. package/node_modules/aws-jwt-verify/dist/esm/cognito-verifier.js +0 -153
  4093. package/node_modules/aws-jwt-verify/dist/esm/error.js +0 -96
  4094. package/node_modules/aws-jwt-verify/dist/esm/https.js +0 -126
  4095. package/node_modules/aws-jwt-verify/dist/esm/index.js +0 -4
  4096. package/node_modules/aws-jwt-verify/dist/esm/jwk.js +0 -191
  4097. package/node_modules/aws-jwt-verify/dist/esm/jwt-model.js +0 -3
  4098. package/node_modules/aws-jwt-verify/dist/esm/jwt-rsa.js +0 -374
  4099. package/node_modules/aws-jwt-verify/dist/esm/jwt.js +0 -147
  4100. package/node_modules/aws-jwt-verify/dist/esm/package.json +0 -1
  4101. package/node_modules/aws-jwt-verify/dist/esm/safe-json-parse.js +0 -29
  4102. package/node_modules/aws-jwt-verify/dist/esm/typing-util.js +0 -5
  4103. package/node_modules/aws-jwt-verify/error.d.ts +0 -103
  4104. package/node_modules/aws-jwt-verify/https.d.ts +0 -43
  4105. package/node_modules/aws-jwt-verify/index.d.ts +0 -2
  4106. package/node_modules/aws-jwt-verify/jwk.d.ts +0 -65
  4107. package/node_modules/aws-jwt-verify/jwt-model.d.ts +0 -75
  4108. package/node_modules/aws-jwt-verify/jwt-rsa.d.ts +0 -308
  4109. package/node_modules/aws-jwt-verify/jwt.d.ts +0 -31
  4110. package/node_modules/aws-jwt-verify/package.json +0 -123
  4111. package/node_modules/aws-jwt-verify/safe-json-parse.d.ts +0 -18
  4112. package/node_modules/aws-jwt-verify/typing-util.d.ts +0 -37
  4113. package/node_modules/bn.js/LICENSE +0 -19
  4114. package/node_modules/bn.js/README.md +0 -200
  4115. package/node_modules/bn.js/lib/bn.js +0 -3446
  4116. package/node_modules/bn.js/package.json +0 -36
  4117. package/node_modules/cli-table3/node_modules/colors/examples/normal-usage.js +0 -82
  4118. package/node_modules/cli-table3/node_modules/colors/examples/safe-string.js +0 -79
  4119. package/node_modules/cli-table3/node_modules/colors/lib/colors.js +0 -211
  4120. package/node_modules/cli-table3/node_modules/colors/lib/custom/trap.js +0 -46
  4121. package/node_modules/cli-table3/node_modules/colors/lib/custom/zalgo.js +0 -110
  4122. package/node_modules/cli-table3/node_modules/colors/lib/extendStringPrototype.js +0 -110
  4123. package/node_modules/cli-table3/node_modules/colors/lib/index.js +0 -13
  4124. package/node_modules/cli-table3/node_modules/colors/lib/maps/america.js +0 -10
  4125. package/node_modules/cli-table3/node_modules/colors/lib/maps/rainbow.js +0 -12
  4126. package/node_modules/cli-table3/node_modules/colors/lib/maps/random.js +0 -11
  4127. package/node_modules/cli-table3/node_modules/colors/lib/maps/zebra.js +0 -5
  4128. package/node_modules/cli-table3/node_modules/colors/lib/styles.js +0 -95
  4129. package/node_modules/cli-table3/node_modules/colors/lib/system/supports-colors.js +0 -151
  4130. package/node_modules/cli-table3/node_modules/colors/package.json +0 -45
  4131. package/node_modules/cli-table3/node_modules/colors/safe.js +0 -10
  4132. package/node_modules/cli-table3/node_modules/colors/themes/generic-logging.js +0 -12
  4133. package/node_modules/ecdsa-sig-formatter/CODEOWNERS +0 -1
  4134. package/node_modules/ecdsa-sig-formatter/LICENSE +0 -201
  4135. package/node_modules/ecdsa-sig-formatter/README.md +0 -65
  4136. package/node_modules/ecdsa-sig-formatter/package.json +0 -46
  4137. package/node_modules/ecdsa-sig-formatter/src/ecdsa-sig-formatter.d.ts +0 -17
  4138. package/node_modules/ecdsa-sig-formatter/src/ecdsa-sig-formatter.js +0 -187
  4139. package/node_modules/ecdsa-sig-formatter/src/param-bytes-for-alg.js +0 -23
  4140. package/node_modules/fast-jwt/LICENSE.md +0 -13
  4141. package/node_modules/fast-jwt/README.md +0 -420
  4142. package/node_modules/fast-jwt/node_modules/mnemonist/LICENSE.txt +0 -21
  4143. package/node_modules/fast-jwt/node_modules/mnemonist/README.md +0 -112
  4144. package/node_modules/fast-jwt/node_modules/mnemonist/bi-map.d.ts +0 -46
  4145. package/node_modules/fast-jwt/node_modules/mnemonist/bi-map.js +0 -195
  4146. package/node_modules/fast-jwt/node_modules/mnemonist/bit-set.d.ts +0 -29
  4147. package/node_modules/fast-jwt/node_modules/mnemonist/bit-set.js +0 -379
  4148. package/node_modules/fast-jwt/node_modules/mnemonist/bit-vector.d.ts +0 -42
  4149. package/node_modules/fast-jwt/node_modules/mnemonist/bit-vector.js +0 -550
  4150. package/node_modules/fast-jwt/node_modules/mnemonist/bk-tree.d.ts +0 -24
  4151. package/node_modules/fast-jwt/node_modules/mnemonist/bk-tree.js +0 -180
  4152. package/node_modules/fast-jwt/node_modules/mnemonist/bloom-filter.d.ts +0 -29
  4153. package/node_modules/fast-jwt/node_modules/mnemonist/bloom-filter.js +0 -186
  4154. package/node_modules/fast-jwt/node_modules/mnemonist/circular-buffer.d.ts +0 -34
  4155. package/node_modules/fast-jwt/node_modules/mnemonist/circular-buffer.js +0 -131
  4156. package/node_modules/fast-jwt/node_modules/mnemonist/critbit-tree-map.js +0 -515
  4157. package/node_modules/fast-jwt/node_modules/mnemonist/default-map.d.ts +0 -29
  4158. package/node_modules/fast-jwt/node_modules/mnemonist/default-map.js +0 -162
  4159. package/node_modules/fast-jwt/node_modules/mnemonist/default-weak-map.d.ts +0 -18
  4160. package/node_modules/fast-jwt/node_modules/mnemonist/default-weak-map.js +0 -108
  4161. package/node_modules/fast-jwt/node_modules/mnemonist/fibonacci-heap.d.ts +0 -65
  4162. package/node_modules/fast-jwt/node_modules/mnemonist/fibonacci-heap.js +0 -320
  4163. package/node_modules/fast-jwt/node_modules/mnemonist/fixed-critbit-tree-map.js +0 -427
  4164. package/node_modules/fast-jwt/node_modules/mnemonist/fixed-deque.d.ts +0 -34
  4165. package/node_modules/fast-jwt/node_modules/mnemonist/fixed-deque.js +0 -351
  4166. package/node_modules/fast-jwt/node_modules/mnemonist/fixed-reverse-heap.d.ts +0 -25
  4167. package/node_modules/fast-jwt/node_modules/mnemonist/fixed-reverse-heap.js +0 -209
  4168. package/node_modules/fast-jwt/node_modules/mnemonist/fixed-stack.d.ts +0 -36
  4169. package/node_modules/fast-jwt/node_modules/mnemonist/fixed-stack.js +0 -242
  4170. package/node_modules/fast-jwt/node_modules/mnemonist/fuzzy-map.d.ts +0 -33
  4171. package/node_modules/fast-jwt/node_modules/mnemonist/fuzzy-map.js +0 -185
  4172. package/node_modules/fast-jwt/node_modules/mnemonist/fuzzy-multi-map.d.ts +0 -36
  4173. package/node_modules/fast-jwt/node_modules/mnemonist/fuzzy-multi-map.js +0 -196
  4174. package/node_modules/fast-jwt/node_modules/mnemonist/hashed-array-tree.d.ts +0 -32
  4175. package/node_modules/fast-jwt/node_modules/mnemonist/hashed-array-tree.js +0 -209
  4176. package/node_modules/fast-jwt/node_modules/mnemonist/heap.d.ts +0 -96
  4177. package/node_modules/fast-jwt/node_modules/mnemonist/heap.js +0 -576
  4178. package/node_modules/fast-jwt/node_modules/mnemonist/index.d.ts +0 -48
  4179. package/node_modules/fast-jwt/node_modules/mnemonist/index.js +0 -58
  4180. package/node_modules/fast-jwt/node_modules/mnemonist/inverted-index.d.ts +0 -33
  4181. package/node_modules/fast-jwt/node_modules/mnemonist/inverted-index.js +0 -249
  4182. package/node_modules/fast-jwt/node_modules/mnemonist/kd-tree.d.ts +0 -25
  4183. package/node_modules/fast-jwt/node_modules/mnemonist/kd-tree.js +0 -447
  4184. package/node_modules/fast-jwt/node_modules/mnemonist/linked-list.d.ts +0 -29
  4185. package/node_modules/fast-jwt/node_modules/mnemonist/linked-list.js +0 -261
  4186. package/node_modules/fast-jwt/node_modules/mnemonist/lru-cache-with-delete.d.ts +0 -13
  4187. package/node_modules/fast-jwt/node_modules/mnemonist/lru-cache-with-delete.js +0 -287
  4188. package/node_modules/fast-jwt/node_modules/mnemonist/lru-cache.d.ts +0 -43
  4189. package/node_modules/fast-jwt/node_modules/mnemonist/lru-cache.js +0 -436
  4190. package/node_modules/fast-jwt/node_modules/mnemonist/lru-map-with-delete.d.ts +0 -13
  4191. package/node_modules/fast-jwt/node_modules/mnemonist/lru-map-with-delete.js +0 -287
  4192. package/node_modules/fast-jwt/node_modules/mnemonist/lru-map.d.ts +0 -43
  4193. package/node_modules/fast-jwt/node_modules/mnemonist/lru-map.js +0 -261
  4194. package/node_modules/fast-jwt/node_modules/mnemonist/multi-array.js +0 -447
  4195. package/node_modules/fast-jwt/node_modules/mnemonist/multi-map.d.ts +0 -47
  4196. package/node_modules/fast-jwt/node_modules/mnemonist/multi-map.js +0 -408
  4197. package/node_modules/fast-jwt/node_modules/mnemonist/multi-set.d.ts +0 -37
  4198. package/node_modules/fast-jwt/node_modules/mnemonist/multi-set.js +0 -440
  4199. package/node_modules/fast-jwt/node_modules/mnemonist/package.json +0 -103
  4200. package/node_modules/fast-jwt/node_modules/mnemonist/passjoin-index.d.ts +0 -54
  4201. package/node_modules/fast-jwt/node_modules/mnemonist/passjoin-index.js +0 -518
  4202. package/node_modules/fast-jwt/node_modules/mnemonist/queue.d.ts +0 -27
  4203. package/node_modules/fast-jwt/node_modules/mnemonist/queue.js +0 -215
  4204. package/node_modules/fast-jwt/node_modules/mnemonist/semi-dynamic-trie.js +0 -251
  4205. package/node_modules/fast-jwt/node_modules/mnemonist/set.d.ts +0 -18
  4206. package/node_modules/fast-jwt/node_modules/mnemonist/set.js +0 -356
  4207. package/node_modules/fast-jwt/node_modules/mnemonist/sort/insertion.d.ts +0 -4
  4208. package/node_modules/fast-jwt/node_modules/mnemonist/sort/insertion.js +0 -50
  4209. package/node_modules/fast-jwt/node_modules/mnemonist/sort/quick.d.ts +0 -4
  4210. package/node_modules/fast-jwt/node_modules/mnemonist/sort/quick.js +0 -116
  4211. package/node_modules/fast-jwt/node_modules/mnemonist/sparse-map.d.ts +0 -26
  4212. package/node_modules/fast-jwt/node_modules/mnemonist/sparse-map.js +0 -243
  4213. package/node_modules/fast-jwt/node_modules/mnemonist/sparse-queue-set.d.ts +0 -24
  4214. package/node_modules/fast-jwt/node_modules/mnemonist/sparse-queue-set.js +0 -218
  4215. package/node_modules/fast-jwt/node_modules/mnemonist/sparse-set.d.ts +0 -23
  4216. package/node_modules/fast-jwt/node_modules/mnemonist/sparse-set.js +0 -168
  4217. package/node_modules/fast-jwt/node_modules/mnemonist/stack.d.ts +0 -27
  4218. package/node_modules/fast-jwt/node_modules/mnemonist/stack.js +0 -210
  4219. package/node_modules/fast-jwt/node_modules/mnemonist/static-disjoint-set.d.ts +0 -23
  4220. package/node_modules/fast-jwt/node_modules/mnemonist/static-disjoint-set.js +0 -195
  4221. package/node_modules/fast-jwt/node_modules/mnemonist/static-interval-tree.d.ts +0 -24
  4222. package/node_modules/fast-jwt/node_modules/mnemonist/static-interval-tree.js +0 -387
  4223. package/node_modules/fast-jwt/node_modules/mnemonist/suffix-array.d.ts +0 -37
  4224. package/node_modules/fast-jwt/node_modules/mnemonist/suffix-array.js +0 -352
  4225. package/node_modules/fast-jwt/node_modules/mnemonist/symspell.d.ts +0 -33
  4226. package/node_modules/fast-jwt/node_modules/mnemonist/symspell.js +0 -547
  4227. package/node_modules/fast-jwt/node_modules/mnemonist/trie-map.d.ts +0 -30
  4228. package/node_modules/fast-jwt/node_modules/mnemonist/trie-map.js +0 -477
  4229. package/node_modules/fast-jwt/node_modules/mnemonist/trie.d.ts +0 -26
  4230. package/node_modules/fast-jwt/node_modules/mnemonist/trie.js +0 -167
  4231. package/node_modules/fast-jwt/node_modules/mnemonist/utils/binary-search.js +0 -216
  4232. package/node_modules/fast-jwt/node_modules/mnemonist/utils/bitwise.js +0 -109
  4233. package/node_modules/fast-jwt/node_modules/mnemonist/utils/comparators.js +0 -79
  4234. package/node_modules/fast-jwt/node_modules/mnemonist/utils/hash-tables.js +0 -107
  4235. package/node_modules/fast-jwt/node_modules/mnemonist/utils/iterables.js +0 -93
  4236. package/node_modules/fast-jwt/node_modules/mnemonist/utils/merge.js +0 -563
  4237. package/node_modules/fast-jwt/node_modules/mnemonist/utils/murmurhash3.js +0 -87
  4238. package/node_modules/fast-jwt/node_modules/mnemonist/utils/typed-arrays.js +0 -187
  4239. package/node_modules/fast-jwt/node_modules/mnemonist/utils/types.d.ts +0 -18
  4240. package/node_modules/fast-jwt/node_modules/mnemonist/vector.d.ts +0 -81
  4241. package/node_modules/fast-jwt/node_modules/mnemonist/vector.js +0 -373
  4242. package/node_modules/fast-jwt/node_modules/mnemonist/vp-tree.d.ts +0 -27
  4243. package/node_modules/fast-jwt/node_modules/mnemonist/vp-tree.js +0 -367
  4244. package/node_modules/fast-jwt/node_modules/obliterator/LICENSE.txt +0 -21
  4245. package/node_modules/fast-jwt/node_modules/obliterator/README.md +0 -415
  4246. package/node_modules/fast-jwt/node_modules/obliterator/chain.d.ts +0 -5
  4247. package/node_modules/fast-jwt/node_modules/obliterator/chain.js +0 -46
  4248. package/node_modules/fast-jwt/node_modules/obliterator/combinations.d.ts +0 -4
  4249. package/node_modules/fast-jwt/node_modules/obliterator/combinations.js +0 -76
  4250. package/node_modules/fast-jwt/node_modules/obliterator/consume.d.ts +0 -1
  4251. package/node_modules/fast-jwt/node_modules/obliterator/consume.js +0 -29
  4252. package/node_modules/fast-jwt/node_modules/obliterator/every.d.ts +0 -8
  4253. package/node_modules/fast-jwt/node_modules/obliterator/every.js +0 -27
  4254. package/node_modules/fast-jwt/node_modules/obliterator/filter.d.ts +0 -8
  4255. package/node_modules/fast-jwt/node_modules/obliterator/filter.js +0 -28
  4256. package/node_modules/fast-jwt/node_modules/obliterator/find.d.ts +0 -8
  4257. package/node_modules/fast-jwt/node_modules/obliterator/find.js +0 -27
  4258. package/node_modules/fast-jwt/node_modules/obliterator/foreach-with-null-keys.d.ts +0 -29
  4259. package/node_modules/fast-jwt/node_modules/obliterator/foreach-with-null-keys.js +0 -83
  4260. package/node_modules/fast-jwt/node_modules/obliterator/foreach.d.ts +0 -24
  4261. package/node_modules/fast-jwt/node_modules/obliterator/foreach.js +0 -73
  4262. package/node_modules/fast-jwt/node_modules/obliterator/includes.d.ts +0 -6
  4263. package/node_modules/fast-jwt/node_modules/obliterator/includes.js +0 -27
  4264. package/node_modules/fast-jwt/node_modules/obliterator/index.d.ts +0 -20
  4265. package/node_modules/fast-jwt/node_modules/obliterator/index.js +0 -26
  4266. package/node_modules/fast-jwt/node_modules/obliterator/iter.d.ts +0 -1
  4267. package/node_modules/fast-jwt/node_modules/obliterator/iter.js +0 -46
  4268. package/node_modules/fast-jwt/node_modules/obliterator/iterator.d.ts +0 -18
  4269. package/node_modules/fast-jwt/node_modules/obliterator/iterator.js +0 -96
  4270. package/node_modules/fast-jwt/node_modules/obliterator/map.d.ts +0 -8
  4271. package/node_modules/fast-jwt/node_modules/obliterator/map.js +0 -29
  4272. package/node_modules/fast-jwt/node_modules/obliterator/match.d.ts +0 -4
  4273. package/node_modules/fast-jwt/node_modules/obliterator/match.js +0 -43
  4274. package/node_modules/fast-jwt/node_modules/obliterator/package.json +0 -46
  4275. package/node_modules/fast-jwt/node_modules/obliterator/permutations.d.ts +0 -4
  4276. package/node_modules/fast-jwt/node_modules/obliterator/permutations.js +0 -94
  4277. package/node_modules/fast-jwt/node_modules/obliterator/power-set.d.ts +0 -3
  4278. package/node_modules/fast-jwt/node_modules/obliterator/power-set.js +0 -27
  4279. package/node_modules/fast-jwt/node_modules/obliterator/range.d.ts +0 -10
  4280. package/node_modules/fast-jwt/node_modules/obliterator/range.js +0 -44
  4281. package/node_modules/fast-jwt/node_modules/obliterator/some.d.ts +0 -8
  4282. package/node_modules/fast-jwt/node_modules/obliterator/some.js +0 -27
  4283. package/node_modules/fast-jwt/node_modules/obliterator/split.d.ts +0 -4
  4284. package/node_modules/fast-jwt/node_modules/obliterator/split.js +0 -68
  4285. package/node_modules/fast-jwt/node_modules/obliterator/support.js +0 -2
  4286. package/node_modules/fast-jwt/node_modules/obliterator/take-into.d.ts +0 -9
  4287. package/node_modules/fast-jwt/node_modules/obliterator/take-into.js +0 -39
  4288. package/node_modules/fast-jwt/node_modules/obliterator/take.d.ts +0 -6
  4289. package/node_modules/fast-jwt/node_modules/obliterator/take.js +0 -39
  4290. package/node_modules/fast-jwt/node_modules/obliterator/types.d.ts +0 -18
  4291. package/node_modules/fast-jwt/package.json +0 -84
  4292. package/node_modules/fast-jwt/src/crypto.js +0 -362
  4293. package/node_modules/fast-jwt/src/decoder.js +0 -60
  4294. package/node_modules/fast-jwt/src/error.js +0 -45
  4295. package/node_modules/fast-jwt/src/index.d.ts +0 -122
  4296. package/node_modules/fast-jwt/src/index.js +0 -13
  4297. package/node_modules/fast-jwt/src/signer.js +0 -309
  4298. package/node_modules/fast-jwt/src/utils.js +0 -65
  4299. package/node_modules/fast-jwt/src/verifier.js +0 -470
  4300. package/node_modules/graphql/LICENSE +0 -21
  4301. package/node_modules/graphql/NotSupportedTSVersion.d.ts +0 -1
  4302. package/node_modules/graphql/README.md +0 -158
  4303. package/node_modules/graphql/error/GraphQLError.d.ts +0 -142
  4304. package/node_modules/graphql/error/GraphQLError.js +0 -267
  4305. package/node_modules/graphql/error/GraphQLError.mjs +0 -253
  4306. package/node_modules/graphql/error/index.d.ts +0 -8
  4307. package/node_modules/graphql/error/index.js +0 -41
  4308. package/node_modules/graphql/error/index.mjs +0 -3
  4309. package/node_modules/graphql/error/locatedError.d.ts +0 -13
  4310. package/node_modules/graphql/error/locatedError.js +0 -40
  4311. package/node_modules/graphql/error/locatedError.mjs +0 -32
  4312. package/node_modules/graphql/error/syntaxError.d.ts +0 -11
  4313. package/node_modules/graphql/error/syntaxError.js +0 -19
  4314. package/node_modules/graphql/error/syntaxError.mjs +0 -12
  4315. package/node_modules/graphql/execution/collectFields.d.ts +0 -45
  4316. package/node_modules/graphql/execution/collectFields.js +0 -229
  4317. package/node_modules/graphql/execution/collectFields.mjs +0 -213
  4318. package/node_modules/graphql/execution/execute.d.ts +0 -185
  4319. package/node_modules/graphql/execution/execute.js +0 -1026
  4320. package/node_modules/graphql/execution/execute.mjs +0 -998
  4321. package/node_modules/graphql/execution/index.d.ts +0 -18
  4322. package/node_modules/graphql/execution/index.js +0 -73
  4323. package/node_modules/graphql/execution/index.mjs +0 -13
  4324. package/node_modules/graphql/execution/mapAsyncIterator.d.ts +0 -9
  4325. package/node_modules/graphql/execution/mapAsyncIterator.js +0 -68
  4326. package/node_modules/graphql/execution/mapAsyncIterator.mjs +0 -61
  4327. package/node_modules/graphql/execution/subscribe.d.ts +0 -72
  4328. package/node_modules/graphql/execution/subscribe.js +0 -244
  4329. package/node_modules/graphql/execution/subscribe.mjs +0 -222
  4330. package/node_modules/graphql/execution/values.d.ts +0 -79
  4331. package/node_modules/graphql/execution/values.js +0 -300
  4332. package/node_modules/graphql/execution/values.mjs +0 -263
  4333. package/node_modules/graphql/graphql.d.ts +0 -67
  4334. package/node_modules/graphql/graphql.js +0 -96
  4335. package/node_modules/graphql/graphql.mjs +0 -122
  4336. package/node_modules/graphql/index.d.ts +0 -413
  4337. package/node_modules/graphql/index.js +0 -1269
  4338. package/node_modules/graphql/index.mjs +0 -255
  4339. package/node_modules/graphql/jsutils/Maybe.d.ts +0 -2
  4340. package/node_modules/graphql/jsutils/Maybe.js +0 -5
  4341. package/node_modules/graphql/jsutils/Maybe.mjs +0 -1
  4342. package/node_modules/graphql/jsutils/ObjMap.d.ts +0 -16
  4343. package/node_modules/graphql/jsutils/ObjMap.js +0 -5
  4344. package/node_modules/graphql/jsutils/ObjMap.mjs +0 -1
  4345. package/node_modules/graphql/jsutils/Path.d.ts +0 -20
  4346. package/node_modules/graphql/jsutils/Path.js +0 -33
  4347. package/node_modules/graphql/jsutils/Path.mjs +0 -25
  4348. package/node_modules/graphql/jsutils/PromiseOrValue.d.ts +0 -1
  4349. package/node_modules/graphql/jsutils/PromiseOrValue.js +0 -5
  4350. package/node_modules/graphql/jsutils/PromiseOrValue.mjs +0 -1
  4351. package/node_modules/graphql/jsutils/devAssert.d.ts +0 -1
  4352. package/node_modules/graphql/jsutils/devAssert.js +0 -14
  4353. package/node_modules/graphql/jsutils/devAssert.mjs +0 -7
  4354. package/node_modules/graphql/jsutils/didYouMean.d.ts +0 -8
  4355. package/node_modules/graphql/jsutils/didYouMean.js +0 -38
  4356. package/node_modules/graphql/jsutils/didYouMean.mjs +0 -32
  4357. package/node_modules/graphql/jsutils/groupBy.d.ts +0 -7
  4358. package/node_modules/graphql/jsutils/groupBy.js +0 -26
  4359. package/node_modules/graphql/jsutils/groupBy.mjs +0 -19
  4360. package/node_modules/graphql/jsutils/identityFunc.d.ts +0 -4
  4361. package/node_modules/graphql/jsutils/identityFunc.js +0 -13
  4362. package/node_modules/graphql/jsutils/identityFunc.mjs +0 -6
  4363. package/node_modules/graphql/jsutils/inspect.d.ts +0 -4
  4364. package/node_modules/graphql/jsutils/inspect.js +0 -121
  4365. package/node_modules/graphql/jsutils/inspect.mjs +0 -115
  4366. package/node_modules/graphql/jsutils/instanceOf.d.ts +0 -16
  4367. package/node_modules/graphql/jsutils/instanceOf.js +0 -61
  4368. package/node_modules/graphql/jsutils/instanceOf.mjs +0 -53
  4369. package/node_modules/graphql/jsutils/invariant.d.ts +0 -4
  4370. package/node_modules/graphql/jsutils/invariant.js +0 -16
  4371. package/node_modules/graphql/jsutils/invariant.mjs +0 -9
  4372. package/node_modules/graphql/jsutils/isAsyncIterable.d.ts +0 -7
  4373. package/node_modules/graphql/jsutils/isAsyncIterable.js +0 -18
  4374. package/node_modules/graphql/jsutils/isAsyncIterable.mjs +0 -11
  4375. package/node_modules/graphql/jsutils/isIterableObject.d.ts +0 -20
  4376. package/node_modules/graphql/jsutils/isIterableObject.js +0 -32
  4377. package/node_modules/graphql/jsutils/isIterableObject.mjs +0 -25
  4378. package/node_modules/graphql/jsutils/isObjectLike.d.ts +0 -7
  4379. package/node_modules/graphql/jsutils/isObjectLike.js +0 -14
  4380. package/node_modules/graphql/jsutils/isObjectLike.mjs +0 -7
  4381. package/node_modules/graphql/jsutils/isPromise.d.ts +0 -5
  4382. package/node_modules/graphql/jsutils/isPromise.js +0 -17
  4383. package/node_modules/graphql/jsutils/isPromise.mjs +0 -10
  4384. package/node_modules/graphql/jsutils/keyMap.d.ts +0 -32
  4385. package/node_modules/graphql/jsutils/keyMap.js +0 -43
  4386. package/node_modules/graphql/jsutils/keyMap.mjs +0 -36
  4387. package/node_modules/graphql/jsutils/keyValMap.d.ts +0 -23
  4388. package/node_modules/graphql/jsutils/keyValMap.js +0 -33
  4389. package/node_modules/graphql/jsutils/keyValMap.mjs +0 -26
  4390. package/node_modules/graphql/jsutils/mapValue.d.ts +0 -9
  4391. package/node_modules/graphql/jsutils/mapValue.js +0 -20
  4392. package/node_modules/graphql/jsutils/mapValue.mjs +0 -13
  4393. package/node_modules/graphql/jsutils/memoize3.d.ts +0 -9
  4394. package/node_modules/graphql/jsutils/memoize3.js +0 -41
  4395. package/node_modules/graphql/jsutils/memoize3.mjs +0 -34
  4396. package/node_modules/graphql/jsutils/naturalCompare.d.ts +0 -8
  4397. package/node_modules/graphql/jsutils/naturalCompare.js +0 -69
  4398. package/node_modules/graphql/jsutils/naturalCompare.mjs +0 -61
  4399. package/node_modules/graphql/jsutils/printPathArray.d.ts +0 -6
  4400. package/node_modules/graphql/jsutils/printPathArray.js +0 -17
  4401. package/node_modules/graphql/jsutils/printPathArray.mjs +0 -10
  4402. package/node_modules/graphql/jsutils/promiseForObject.d.ts +0 -11
  4403. package/node_modules/graphql/jsutils/promiseForObject.js +0 -25
  4404. package/node_modules/graphql/jsutils/promiseForObject.mjs +0 -18
  4405. package/node_modules/graphql/jsutils/promiseReduce.d.ts +0 -13
  4406. package/node_modules/graphql/jsutils/promiseReduce.js +0 -27
  4407. package/node_modules/graphql/jsutils/promiseReduce.mjs +0 -20
  4408. package/node_modules/graphql/jsutils/suggestionList.d.ts +0 -8
  4409. package/node_modules/graphql/jsutils/suggestionList.js +0 -139
  4410. package/node_modules/graphql/jsutils/suggestionList.mjs +0 -130
  4411. package/node_modules/graphql/jsutils/toError.d.ts +0 -4
  4412. package/node_modules/graphql/jsutils/toError.js +0 -25
  4413. package/node_modules/graphql/jsutils/toError.mjs +0 -18
  4414. package/node_modules/graphql/jsutils/toObjMap.d.ts +0 -5
  4415. package/node_modules/graphql/jsutils/toObjMap.js +0 -24
  4416. package/node_modules/graphql/jsutils/toObjMap.mjs +0 -17
  4417. package/node_modules/graphql/language/ast.d.ts +0 -537
  4418. package/node_modules/graphql/language/ast.js +0 -224
  4419. package/node_modules/graphql/language/ast.mjs +0 -208
  4420. package/node_modules/graphql/language/blockString.d.ts +0 -28
  4421. package/node_modules/graphql/language/blockString.js +0 -195
  4422. package/node_modules/graphql/language/blockString.mjs +0 -178
  4423. package/node_modules/graphql/language/characterClasses.d.ts +0 -47
  4424. package/node_modules/graphql/language/characterClasses.js +0 -75
  4425. package/node_modules/graphql/language/characterClasses.mjs +0 -64
  4426. package/node_modules/graphql/language/directiveLocation.d.ts +0 -33
  4427. package/node_modules/graphql/language/directiveLocation.js +0 -39
  4428. package/node_modules/graphql/language/directiveLocation.mjs +0 -33
  4429. package/node_modules/graphql/language/index.d.ts +0 -97
  4430. package/node_modules/graphql/language/index.js +0 -215
  4431. package/node_modules/graphql/language/index.mjs +0 -29
  4432. package/node_modules/graphql/language/kinds.d.ts +0 -66
  4433. package/node_modules/graphql/language/kinds.js +0 -63
  4434. package/node_modules/graphql/language/kinds.mjs +0 -57
  4435. package/node_modules/graphql/language/lexer.d.ts +0 -45
  4436. package/node_modules/graphql/language/lexer.js +0 -1006
  4437. package/node_modules/graphql/language/lexer.mjs +0 -902
  4438. package/node_modules/graphql/language/location.d.ts +0 -16
  4439. package/node_modules/graphql/language/location.js +0 -38
  4440. package/node_modules/graphql/language/location.mjs +0 -30
  4441. package/node_modules/graphql/language/parser.d.ts +0 -564
  4442. package/node_modules/graphql/language/parser.js +0 -1567
  4443. package/node_modules/graphql/language/parser.mjs +0 -1524
  4444. package/node_modules/graphql/language/predicates.d.ts +0 -33
  4445. package/node_modules/graphql/language/predicates.js +0 -109
  4446. package/node_modules/graphql/language/predicates.mjs +0 -81
  4447. package/node_modules/graphql/language/printLocation.d.ts +0 -14
  4448. package/node_modules/graphql/language/printLocation.js +0 -74
  4449. package/node_modules/graphql/language/printLocation.mjs +0 -66
  4450. package/node_modules/graphql/language/printString.d.ts +0 -5
  4451. package/node_modules/graphql/language/printString.js +0 -183
  4452. package/node_modules/graphql/language/printString.mjs +0 -176
  4453. package/node_modules/graphql/language/printer.d.ts +0 -6
  4454. package/node_modules/graphql/language/printer.js +0 -351
  4455. package/node_modules/graphql/language/printer.mjs +0 -339
  4456. package/node_modules/graphql/language/source.d.ts +0 -25
  4457. package/node_modules/graphql/language/source.js +0 -65
  4458. package/node_modules/graphql/language/source.mjs +0 -50
  4459. package/node_modules/graphql/language/tokenKind.d.ts +0 -35
  4460. package/node_modules/graphql/language/tokenKind.js +0 -43
  4461. package/node_modules/graphql/language/tokenKind.mjs +0 -37
  4462. package/node_modules/graphql/language/visitor.d.ts +0 -194
  4463. package/node_modules/graphql/language/visitor.js +0 -377
  4464. package/node_modules/graphql/language/visitor.mjs +0 -361
  4465. package/node_modules/graphql/package.json +0 -39
  4466. package/node_modules/graphql/subscription/index.d.ts +0 -19
  4467. package/node_modules/graphql/subscription/index.js +0 -19
  4468. package/node_modules/graphql/subscription/index.mjs +0 -19
  4469. package/node_modules/graphql/type/assertName.d.ts +0 -10
  4470. package/node_modules/graphql/type/assertName.js +0 -59
  4471. package/node_modules/graphql/type/assertName.mjs +0 -44
  4472. package/node_modules/graphql/type/definition.d.ts +0 -923
  4473. package/node_modules/graphql/type/definition.js +0 -1339
  4474. package/node_modules/graphql/type/definition.mjs +0 -1177
  4475. package/node_modules/graphql/type/directives.d.ts +0 -86
  4476. package/node_modules/graphql/type/directives.js +0 -224
  4477. package/node_modules/graphql/type/directives.mjs +0 -190
  4478. package/node_modules/graphql/type/index.d.ts +0 -150
  4479. package/node_modules/graphql/type/index.js +0 -547
  4480. package/node_modules/graphql/type/index.mjs +0 -103
  4481. package/node_modules/graphql/type/introspection.d.ts +0 -30
  4482. package/node_modules/graphql/type/introspection.js +0 -617
  4483. package/node_modules/graphql/type/introspection.mjs +0 -551
  4484. package/node_modules/graphql/type/scalars.d.ts +0 -19
  4485. package/node_modules/graphql/type/scalars.js +0 -369
  4486. package/node_modules/graphql/type/scalars.mjs +0 -309
  4487. package/node_modules/graphql/type/schema.d.ts +0 -170
  4488. package/node_modules/graphql/type/schema.js +0 -402
  4489. package/node_modules/graphql/type/schema.mjs +0 -381
  4490. package/node_modules/graphql/type/validate.d.ts +0 -17
  4491. package/node_modules/graphql/type/validate.js +0 -676
  4492. package/node_modules/graphql/type/validate.mjs +0 -651
  4493. package/node_modules/graphql/utilities/TypeInfo.d.ts +0 -67
  4494. package/node_modules/graphql/utilities/TypeInfo.js +0 -418
  4495. package/node_modules/graphql/utilities/TypeInfo.mjs +0 -395
  4496. package/node_modules/graphql/utilities/assertValidName.d.ts +0 -13
  4497. package/node_modules/graphql/utilities/assertValidName.js +0 -51
  4498. package/node_modules/graphql/utilities/assertValidName.mjs +0 -40
  4499. package/node_modules/graphql/utilities/astFromValue.d.ts +0 -28
  4500. package/node_modules/graphql/utilities/astFromValue.js +0 -190
  4501. package/node_modules/graphql/utilities/astFromValue.mjs +0 -177
  4502. package/node_modules/graphql/utilities/buildASTSchema.d.ts +0 -35
  4503. package/node_modules/graphql/utilities/buildASTSchema.js +0 -115
  4504. package/node_modules/graphql/utilities/buildASTSchema.mjs +0 -97
  4505. package/node_modules/graphql/utilities/buildClientSchema.d.ts +0 -19
  4506. package/node_modules/graphql/utilities/buildClientSchema.js +0 -386
  4507. package/node_modules/graphql/utilities/buildClientSchema.mjs +0 -363
  4508. package/node_modules/graphql/utilities/coerceInputValue.d.ts +0 -16
  4509. package/node_modules/graphql/utilities/coerceInputValue.js +0 -189
  4510. package/node_modules/graphql/utilities/coerceInputValue.mjs +0 -167
  4511. package/node_modules/graphql/utilities/concatAST.d.ts +0 -9
  4512. package/node_modules/graphql/utilities/concatAST.js +0 -26
  4513. package/node_modules/graphql/utilities/concatAST.mjs +0 -19
  4514. package/node_modules/graphql/utilities/extendSchema.d.ts +0 -40
  4515. package/node_modules/graphql/utilities/extendSchema.js +0 -798
  4516. package/node_modules/graphql/utilities/extendSchema.mjs +0 -789
  4517. package/node_modules/graphql/utilities/findBreakingChanges.d.ts +0 -53
  4518. package/node_modules/graphql/utilities/findBreakingChanges.js +0 -547
  4519. package/node_modules/graphql/utilities/findBreakingChanges.mjs +0 -519
  4520. package/node_modules/graphql/utilities/getIntrospectionQuery.d.ts +0 -182
  4521. package/node_modules/graphql/utilities/getIntrospectionQuery.js +0 -134
  4522. package/node_modules/graphql/utilities/getIntrospectionQuery.mjs +0 -127
  4523. package/node_modules/graphql/utilities/getOperationAST.d.ts +0 -11
  4524. package/node_modules/graphql/utilities/getOperationAST.js +0 -43
  4525. package/node_modules/graphql/utilities/getOperationAST.mjs +0 -36
  4526. package/node_modules/graphql/utilities/getOperationRootType.d.ts +0 -15
  4527. package/node_modules/graphql/utilities/getOperationRootType.js +0 -67
  4528. package/node_modules/graphql/utilities/getOperationRootType.mjs +0 -54
  4529. package/node_modules/graphql/utilities/index.d.ts +0 -61
  4530. package/node_modules/graphql/utilities/index.js +0 -233
  4531. package/node_modules/graphql/utilities/index.mjs +0 -55
  4532. package/node_modules/graphql/utilities/introspectionFromSchema.d.ts +0 -18
  4533. package/node_modules/graphql/utilities/introspectionFromSchema.js +0 -42
  4534. package/node_modules/graphql/utilities/introspectionFromSchema.mjs +0 -30
  4535. package/node_modules/graphql/utilities/lexicographicSortSchema.d.ts +0 -9
  4536. package/node_modules/graphql/utilities/lexicographicSortSchema.js +0 -177
  4537. package/node_modules/graphql/utilities/lexicographicSortSchema.mjs +0 -172
  4538. package/node_modules/graphql/utilities/printSchema.d.ts +0 -5
  4539. package/node_modules/graphql/utilities/printSchema.js +0 -333
  4540. package/node_modules/graphql/utilities/printSchema.mjs +0 -309
  4541. package/node_modules/graphql/utilities/separateOperations.d.ts +0 -11
  4542. package/node_modules/graphql/utilities/separateOperations.js +0 -88
  4543. package/node_modules/graphql/utilities/separateOperations.mjs +0 -80
  4544. package/node_modules/graphql/utilities/sortValueNode.d.ts +0 -9
  4545. package/node_modules/graphql/utilities/sortValueNode.js +0 -47
  4546. package/node_modules/graphql/utilities/sortValueNode.mjs +0 -39
  4547. package/node_modules/graphql/utilities/stripIgnoredCharacters.d.ts +0 -62
  4548. package/node_modules/graphql/utilities/stripIgnoredCharacters.js +0 -121
  4549. package/node_modules/graphql/utilities/stripIgnoredCharacters.mjs +0 -104
  4550. package/node_modules/graphql/utilities/typeComparators.d.ts +0 -32
  4551. package/node_modules/graphql/utilities/typeComparators.js +0 -116
  4552. package/node_modules/graphql/utilities/typeComparators.mjs +0 -106
  4553. package/node_modules/graphql/utilities/typeFromAST.d.ts +0 -32
  4554. package/node_modules/graphql/utilities/typeFromAST.js +0 -27
  4555. package/node_modules/graphql/utilities/typeFromAST.mjs +0 -18
  4556. package/node_modules/graphql/utilities/typedQueryDocumentNode.d.ts +0 -22
  4557. package/node_modules/graphql/utilities/typedQueryDocumentNode.js +0 -5
  4558. package/node_modules/graphql/utilities/typedQueryDocumentNode.mjs +0 -1
  4559. package/node_modules/graphql/utilities/valueFromAST.d.ts +0 -29
  4560. package/node_modules/graphql/utilities/valueFromAST.js +0 -185
  4561. package/node_modules/graphql/utilities/valueFromAST.mjs +0 -172
  4562. package/node_modules/graphql/utilities/valueFromASTUntyped.d.ts +0 -23
  4563. package/node_modules/graphql/utilities/valueFromASTUntyped.js +0 -61
  4564. package/node_modules/graphql/utilities/valueFromASTUntyped.mjs +0 -53
  4565. package/node_modules/graphql/validation/ValidationContext.d.ts +0 -95
  4566. package/node_modules/graphql/validation/ValidationContext.js +0 -232
  4567. package/node_modules/graphql/validation/ValidationContext.mjs +0 -212
  4568. package/node_modules/graphql/validation/index.d.ts +0 -40
  4569. package/node_modules/graphql/validation/index.js +0 -317
  4570. package/node_modules/graphql/validation/index.mjs +0 -68
  4571. package/node_modules/graphql/validation/rules/ExecutableDefinitionsRule.d.ts +0 -13
  4572. package/node_modules/graphql/validation/rules/ExecutableDefinitionsRule.js +0 -46
  4573. package/node_modules/graphql/validation/rules/ExecutableDefinitionsRule.mjs +0 -34
  4574. package/node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.d.ts +0 -13
  4575. package/node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.js +0 -145
  4576. package/node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.mjs +0 -127
  4577. package/node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.d.ts +0 -14
  4578. package/node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.js +0 -69
  4579. package/node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.mjs +0 -53
  4580. package/node_modules/graphql/validation/rules/KnownArgumentNamesRule.d.ts +0 -23
  4581. package/node_modules/graphql/validation/rules/KnownArgumentNamesRule.js +0 -120
  4582. package/node_modules/graphql/validation/rules/KnownArgumentNamesRule.mjs +0 -102
  4583. package/node_modules/graphql/validation/rules/KnownDirectivesRule.d.ts +0 -16
  4584. package/node_modules/graphql/validation/rules/KnownDirectivesRule.js +0 -167
  4585. package/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs +0 -150
  4586. package/node_modules/graphql/validation/rules/KnownFragmentNamesRule.d.ts +0 -13
  4587. package/node_modules/graphql/validation/rules/KnownFragmentNamesRule.js +0 -36
  4588. package/node_modules/graphql/validation/rules/KnownFragmentNamesRule.mjs +0 -26
  4589. package/node_modules/graphql/validation/rules/KnownTypeNamesRule.d.ts +0 -16
  4590. package/node_modules/graphql/validation/rules/KnownTypeNamesRule.js +0 -89
  4591. package/node_modules/graphql/validation/rules/KnownTypeNamesRule.mjs +0 -77
  4592. package/node_modules/graphql/validation/rules/LoneAnonymousOperationRule.d.ts +0 -13
  4593. package/node_modules/graphql/validation/rules/LoneAnonymousOperationRule.js +0 -42
  4594. package/node_modules/graphql/validation/rules/LoneAnonymousOperationRule.mjs +0 -34
  4595. package/node_modules/graphql/validation/rules/LoneSchemaDefinitionRule.d.ts +0 -10
  4596. package/node_modules/graphql/validation/rules/LoneSchemaDefinitionRule.js +0 -67
  4597. package/node_modules/graphql/validation/rules/LoneSchemaDefinitionRule.mjs +0 -57
  4598. package/node_modules/graphql/validation/rules/NoFragmentCyclesRule.d.ts +0 -13
  4599. package/node_modules/graphql/validation/rules/NoFragmentCyclesRule.js +0 -85
  4600. package/node_modules/graphql/validation/rules/NoFragmentCyclesRule.mjs +0 -78
  4601. package/node_modules/graphql/validation/rules/NoUndefinedVariablesRule.d.ts +0 -13
  4602. package/node_modules/graphql/validation/rules/NoUndefinedVariablesRule.js +0 -52
  4603. package/node_modules/graphql/validation/rules/NoUndefinedVariablesRule.mjs +0 -45
  4604. package/node_modules/graphql/validation/rules/NoUnusedFragmentsRule.d.ts +0 -13
  4605. package/node_modules/graphql/validation/rules/NoUnusedFragmentsRule.js +0 -61
  4606. package/node_modules/graphql/validation/rules/NoUnusedFragmentsRule.mjs +0 -51
  4607. package/node_modules/graphql/validation/rules/NoUnusedVariablesRule.d.ts +0 -13
  4608. package/node_modules/graphql/validation/rules/NoUnusedVariablesRule.js +0 -57
  4609. package/node_modules/graphql/validation/rules/NoUnusedVariablesRule.mjs +0 -50
  4610. package/node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.d.ts +0 -14
  4611. package/node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.js +0 -807
  4612. package/node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs +0 -790
  4613. package/node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.d.ts +0 -12
  4614. package/node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.js +0 -95
  4615. package/node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.mjs +0 -73
  4616. package/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.d.ts +0 -10
  4617. package/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.js +0 -171
  4618. package/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs +0 -148
  4619. package/node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.d.ts +0 -20
  4620. package/node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.js +0 -162
  4621. package/node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs +0 -142
  4622. package/node_modules/graphql/validation/rules/ScalarLeafsRule.d.ts +0 -9
  4623. package/node_modules/graphql/validation/rules/ScalarLeafsRule.js +0 -55
  4624. package/node_modules/graphql/validation/rules/ScalarLeafsRule.mjs +0 -46
  4625. package/node_modules/graphql/validation/rules/SingleFieldSubscriptionsRule.d.ts +0 -13
  4626. package/node_modules/graphql/validation/rules/SingleFieldSubscriptionsRule.js +0 -86
  4627. package/node_modules/graphql/validation/rules/SingleFieldSubscriptionsRule.mjs +0 -77
  4628. package/node_modules/graphql/validation/rules/UniqueArgumentDefinitionNamesRule.d.ts +0 -11
  4629. package/node_modules/graphql/validation/rules/UniqueArgumentDefinitionNamesRule.js +0 -92
  4630. package/node_modules/graphql/validation/rules/UniqueArgumentDefinitionNamesRule.mjs +0 -81
  4631. package/node_modules/graphql/validation/rules/UniqueArgumentNamesRule.d.ts +0 -13
  4632. package/node_modules/graphql/validation/rules/UniqueArgumentNamesRule.js +0 -55
  4633. package/node_modules/graphql/validation/rules/UniqueArgumentNamesRule.mjs +0 -44
  4634. package/node_modules/graphql/validation/rules/UniqueDirectiveNamesRule.d.ts +0 -10
  4635. package/node_modules/graphql/validation/rules/UniqueDirectiveNamesRule.js +0 -54
  4636. package/node_modules/graphql/validation/rules/UniqueDirectiveNamesRule.mjs +0 -47
  4637. package/node_modules/graphql/validation/rules/UniqueDirectivesPerLocationRule.d.ts +0 -16
  4638. package/node_modules/graphql/validation/rules/UniqueDirectivesPerLocationRule.js +0 -95
  4639. package/node_modules/graphql/validation/rules/UniqueDirectivesPerLocationRule.mjs +0 -85
  4640. package/node_modules/graphql/validation/rules/UniqueEnumValueNamesRule.d.ts +0 -10
  4641. package/node_modules/graphql/validation/rules/UniqueEnumValueNamesRule.js +0 -75
  4642. package/node_modules/graphql/validation/rules/UniqueEnumValueNamesRule.mjs +0 -64
  4643. package/node_modules/graphql/validation/rules/UniqueFieldDefinitionNamesRule.d.ts +0 -10
  4644. package/node_modules/graphql/validation/rules/UniqueFieldDefinitionNamesRule.js +0 -87
  4645. package/node_modules/graphql/validation/rules/UniqueFieldDefinitionNamesRule.mjs +0 -79
  4646. package/node_modules/graphql/validation/rules/UniqueFragmentNamesRule.d.ts +0 -12
  4647. package/node_modules/graphql/validation/rules/UniqueFragmentNamesRule.js +0 -41
  4648. package/node_modules/graphql/validation/rules/UniqueFragmentNamesRule.mjs +0 -34
  4649. package/node_modules/graphql/validation/rules/UniqueInputFieldNamesRule.d.ts +0 -13
  4650. package/node_modules/graphql/validation/rules/UniqueInputFieldNamesRule.js +0 -54
  4651. package/node_modules/graphql/validation/rules/UniqueInputFieldNamesRule.mjs +0 -46
  4652. package/node_modules/graphql/validation/rules/UniqueOperationNamesRule.d.ts +0 -12
  4653. package/node_modules/graphql/validation/rules/UniqueOperationNamesRule.js +0 -46
  4654. package/node_modules/graphql/validation/rules/UniqueOperationNamesRule.mjs +0 -39
  4655. package/node_modules/graphql/validation/rules/UniqueOperationTypesRule.d.ts +0 -10
  4656. package/node_modules/graphql/validation/rules/UniqueOperationTypesRule.js +0 -71
  4657. package/node_modules/graphql/validation/rules/UniqueOperationTypesRule.mjs +0 -64
  4658. package/node_modules/graphql/validation/rules/UniqueTypeNamesRule.d.ts +0 -10
  4659. package/node_modules/graphql/validation/rules/UniqueTypeNamesRule.js +0 -57
  4660. package/node_modules/graphql/validation/rules/UniqueTypeNamesRule.mjs +0 -47
  4661. package/node_modules/graphql/validation/rules/UniqueVariableNamesRule.d.ts +0 -10
  4662. package/node_modules/graphql/validation/rules/UniqueVariableNamesRule.js +0 -49
  4663. package/node_modules/graphql/validation/rules/UniqueVariableNamesRule.mjs +0 -41
  4664. package/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.d.ts +0 -13
  4665. package/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.js +0 -192
  4666. package/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs +0 -173
  4667. package/node_modules/graphql/validation/rules/VariablesAreInputTypesRule.d.ts +0 -13
  4668. package/node_modules/graphql/validation/rules/VariablesAreInputTypesRule.js +0 -46
  4669. package/node_modules/graphql/validation/rules/VariablesAreInputTypesRule.mjs +0 -33
  4670. package/node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.d.ts +0 -12
  4671. package/node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.js +0 -116
  4672. package/node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.mjs +0 -97
  4673. package/node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.d.ts +0 -15
  4674. package/node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.js +0 -131
  4675. package/node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.mjs +0 -117
  4676. package/node_modules/graphql/validation/rules/custom/NoSchemaIntrospectionCustomRule.d.ts +0 -15
  4677. package/node_modules/graphql/validation/rules/custom/NoSchemaIntrospectionCustomRule.js +0 -41
  4678. package/node_modules/graphql/validation/rules/custom/NoSchemaIntrospectionCustomRule.mjs +0 -32
  4679. package/node_modules/graphql/validation/specifiedRules.d.ts +0 -12
  4680. package/node_modules/graphql/validation/specifiedRules.js +0 -160
  4681. package/node_modules/graphql/validation/specifiedRules.mjs +0 -123
  4682. package/node_modules/graphql/validation/validate.d.ts +0 -61
  4683. package/node_modules/graphql/validation/validate.js +0 -151
  4684. package/node_modules/graphql/validation/validate.mjs +0 -133
  4685. package/node_modules/graphql/version.d.ts +0 -13
  4686. package/node_modules/graphql/version.js +0 -25
  4687. package/node_modules/graphql/version.mjs +0 -17
  4688. package/node_modules/graphql-helix/README.md +0 -672
  4689. package/node_modules/graphql-helix/dist/errors.d.ts +0 -15
  4690. package/node_modules/graphql-helix/dist/errors.js +0 -12
  4691. package/node_modules/graphql-helix/dist/get-graphql-parameters.d.ts +0 -2
  4692. package/node_modules/graphql-helix/dist/get-graphql-parameters.js +0 -30
  4693. package/node_modules/graphql-helix/dist/index.d.ts +0 -8
  4694. package/node_modules/graphql-helix/dist/index.js +0 -20
  4695. package/node_modules/graphql-helix/dist/process-request.d.ts +0 -4
  4696. package/node_modules/graphql-helix/dist/process-request.js +0 -288
  4697. package/node_modules/graphql-helix/dist/render-graphiql.d.ts +0 -2
  4698. package/node_modules/graphql-helix/dist/render-graphiql.js +0 -58
  4699. package/node_modules/graphql-helix/dist/render-graphiql.template.d.ts +0 -2
  4700. package/node_modules/graphql-helix/dist/render-graphiql.template.js +0 -58
  4701. package/node_modules/graphql-helix/dist/send-result/node-http.d.ts +0 -10
  4702. package/node_modules/graphql-helix/dist/send-result/node-http.js +0 -86
  4703. package/node_modules/graphql-helix/dist/send-result/utils.d.ts +0 -3
  4704. package/node_modules/graphql-helix/dist/send-result/utils.js +0 -5
  4705. package/node_modules/graphql-helix/dist/send-result/w3c.d.ts +0 -19
  4706. package/node_modules/graphql-helix/dist/send-result/w3c.js +0 -88
  4707. package/node_modules/graphql-helix/dist/should-render-graphiql.d.ts +0 -2
  4708. package/node_modules/graphql-helix/dist/should-render-graphiql.js +0 -11
  4709. package/node_modules/graphql-helix/dist/types.d.ts +0 -185
  4710. package/node_modules/graphql-helix/dist/types.js +0 -2
  4711. package/node_modules/graphql-helix/dist/util/calculate-byte-length.d.ts +0 -1
  4712. package/node_modules/graphql-helix/dist/util/calculate-byte-length.js +0 -23
  4713. package/node_modules/graphql-helix/dist/util/get-ranked-response-protocols.d.ts +0 -13
  4714. package/node_modules/graphql-helix/dist/util/get-ranked-response-protocols.js +0 -55
  4715. package/node_modules/graphql-helix/dist/util/index.d.ts +0 -3
  4716. package/node_modules/graphql-helix/dist/util/index.js +0 -15
  4717. package/node_modules/graphql-helix/dist/util/is-async-iterable.d.ts +0 -1
  4718. package/node_modules/graphql-helix/dist/util/is-async-iterable.js +0 -10
  4719. package/node_modules/graphql-helix/dist/util/is-http-method.d.ts +0 -1
  4720. package/node_modules/graphql-helix/dist/util/is-http-method.js +0 -7
  4721. package/node_modules/graphql-helix/dist/util/stop-async-iteration.d.ts +0 -1
  4722. package/node_modules/graphql-helix/dist/util/stop-async-iteration.js +0 -11
  4723. package/node_modules/graphql-helix/dist-esm/errors.d.ts +0 -15
  4724. package/node_modules/graphql-helix/dist-esm/errors.mjs +0 -8
  4725. package/node_modules/graphql-helix/dist-esm/get-graphql-parameters.d.ts +0 -2
  4726. package/node_modules/graphql-helix/dist-esm/get-graphql-parameters.mjs +0 -26
  4727. package/node_modules/graphql-helix/dist-esm/index.d.ts +0 -8
  4728. package/node_modules/graphql-helix/dist-esm/index.mjs +0 -8
  4729. package/node_modules/graphql-helix/dist-esm/process-request.d.ts +0 -4
  4730. package/node_modules/graphql-helix/dist-esm/process-request.mjs +0 -283
  4731. package/node_modules/graphql-helix/dist-esm/render-graphiql.d.ts +0 -2
  4732. package/node_modules/graphql-helix/dist-esm/render-graphiql.mjs +0 -54
  4733. package/node_modules/graphql-helix/dist-esm/render-graphiql.template.d.ts +0 -2
  4734. package/node_modules/graphql-helix/dist-esm/render-graphiql.template.mjs +0 -54
  4735. package/node_modules/graphql-helix/dist-esm/send-result/node-http.d.ts +0 -10
  4736. package/node_modules/graphql-helix/dist-esm/send-result/node-http.mjs +0 -79
  4737. package/node_modules/graphql-helix/dist-esm/send-result/utils.d.ts +0 -3
  4738. package/node_modules/graphql-helix/dist-esm/send-result/utils.mjs +0 -1
  4739. package/node_modules/graphql-helix/dist-esm/send-result/w3c.d.ts +0 -19
  4740. package/node_modules/graphql-helix/dist-esm/send-result/w3c.mjs +0 -81
  4741. package/node_modules/graphql-helix/dist-esm/should-render-graphiql.d.ts +0 -2
  4742. package/node_modules/graphql-helix/dist-esm/should-render-graphiql.mjs +0 -7
  4743. package/node_modules/graphql-helix/dist-esm/types.d.ts +0 -185
  4744. package/node_modules/graphql-helix/dist-esm/types.mjs +0 -1
  4745. package/node_modules/graphql-helix/dist-esm/util/calculate-byte-length.d.ts +0 -1
  4746. package/node_modules/graphql-helix/dist-esm/util/calculate-byte-length.mjs +0 -19
  4747. package/node_modules/graphql-helix/dist-esm/util/get-ranked-response-protocols.d.ts +0 -13
  4748. package/node_modules/graphql-helix/dist-esm/util/get-ranked-response-protocols.mjs +0 -51
  4749. package/node_modules/graphql-helix/dist-esm/util/index.d.ts +0 -3
  4750. package/node_modules/graphql-helix/dist-esm/util/index.mjs +0 -3
  4751. package/node_modules/graphql-helix/dist-esm/util/is-async-iterable.d.ts +0 -1
  4752. package/node_modules/graphql-helix/dist-esm/util/is-async-iterable.mjs +0 -6
  4753. package/node_modules/graphql-helix/dist-esm/util/is-http-method.d.ts +0 -1
  4754. package/node_modules/graphql-helix/dist-esm/util/is-http-method.mjs +0 -3
  4755. package/node_modules/graphql-helix/dist-esm/util/stop-async-iteration.d.ts +0 -1
  4756. package/node_modules/graphql-helix/dist-esm/util/stop-async-iteration.mjs +0 -7
  4757. package/node_modules/graphql-helix/package.json +0 -86
  4758. package/node_modules/jose/LICENSE.md +0 -21
  4759. package/node_modules/jose/README.md +0 -159
  4760. package/node_modules/jose/dist/browser/index.js +0 -31
  4761. package/node_modules/jose/dist/browser/jwe/compact/decrypt.js +0 -27
  4762. package/node_modules/jose/dist/browser/jwe/compact/encrypt.js +0 -26
  4763. package/node_modules/jose/dist/browser/jwe/flattened/decrypt.js +0 -137
  4764. package/node_modules/jose/dist/browser/jwe/flattened/encrypt.js +0 -175
  4765. package/node_modules/jose/dist/browser/jwe/general/decrypt.js +0 -31
  4766. package/node_modules/jose/dist/browser/jwe/general/encrypt.js +0 -178
  4767. package/node_modules/jose/dist/browser/jwk/embedded.js +0 -17
  4768. package/node_modules/jose/dist/browser/jwk/thumbprint.js +0 -53
  4769. package/node_modules/jose/dist/browser/jwks/local.js +0 -98
  4770. package/node_modules/jose/dist/browser/jwks/remote.js +0 -81
  4771. package/node_modules/jose/dist/browser/jws/compact/sign.js +0 -17
  4772. package/node_modules/jose/dist/browser/jws/compact/verify.js +0 -21
  4773. package/node_modules/jose/dist/browser/jws/flattened/sign.js +0 -81
  4774. package/node_modules/jose/dist/browser/jws/flattened/verify.js +0 -104
  4775. package/node_modules/jose/dist/browser/jws/general/sign.js +0 -67
  4776. package/node_modules/jose/dist/browser/jws/general/verify.js +0 -24
  4777. package/node_modules/jose/dist/browser/jwt/decrypt.js +0 -23
  4778. package/node_modules/jose/dist/browser/jwt/encrypt.js +0 -68
  4779. package/node_modules/jose/dist/browser/jwt/produce.js +0 -54
  4780. package/node_modules/jose/dist/browser/jwt/sign.js +0 -21
  4781. package/node_modules/jose/dist/browser/jwt/unsecured.js +0 -32
  4782. package/node_modules/jose/dist/browser/jwt/verify.js +0 -16
  4783. package/node_modules/jose/dist/browser/key/export.js +0 -12
  4784. package/node_modules/jose/dist/browser/key/generate_key_pair.js +0 -4
  4785. package/node_modules/jose/dist/browser/key/generate_secret.js +0 -4
  4786. package/node_modules/jose/dist/browser/key/import.js +0 -120
  4787. package/node_modules/jose/dist/browser/lib/aesgcmkw.js +0 -14
  4788. package/node_modules/jose/dist/browser/lib/buffer_utils.js +0 -51
  4789. package/node_modules/jose/dist/browser/lib/cek.js +0 -20
  4790. package/node_modules/jose/dist/browser/lib/check_iv_length.js +0 -8
  4791. package/node_modules/jose/dist/browser/lib/check_key_type.js +0 -45
  4792. package/node_modules/jose/dist/browser/lib/check_p2s.js +0 -6
  4793. package/node_modules/jose/dist/browser/lib/crypto_key.js +0 -145
  4794. package/node_modules/jose/dist/browser/lib/decrypt_key_management.js +0 -98
  4795. package/node_modules/jose/dist/browser/lib/encrypt_key_management.js +0 -87
  4796. package/node_modules/jose/dist/browser/lib/epoch.js +0 -1
  4797. package/node_modules/jose/dist/browser/lib/format_pem.js +0 -4
  4798. package/node_modules/jose/dist/browser/lib/invalid_key_input.js +0 -30
  4799. package/node_modules/jose/dist/browser/lib/is_disjoint.js +0 -22
  4800. package/node_modules/jose/dist/browser/lib/is_object.js +0 -16
  4801. package/node_modules/jose/dist/browser/lib/iv.js +0 -20
  4802. package/node_modules/jose/dist/browser/lib/jwt_claims_set.js +0 -91
  4803. package/node_modules/jose/dist/browser/lib/secs.js +0 -44
  4804. package/node_modules/jose/dist/browser/lib/validate_algorithms.js +0 -11
  4805. package/node_modules/jose/dist/browser/lib/validate_crit.js +0 -34
  4806. package/node_modules/jose/dist/browser/package.json +0 -1
  4807. package/node_modules/jose/dist/browser/runtime/aeskw.js +0 -32
  4808. package/node_modules/jose/dist/browser/runtime/asn1.js +0 -118
  4809. package/node_modules/jose/dist/browser/runtime/base64url.js +0 -37
  4810. package/node_modules/jose/dist/browser/runtime/bogus.js +0 -6
  4811. package/node_modules/jose/dist/browser/runtime/check_cek_length.js +0 -8
  4812. package/node_modules/jose/dist/browser/runtime/check_key_length.js +0 -8
  4813. package/node_modules/jose/dist/browser/runtime/decrypt.js +0 -85
  4814. package/node_modules/jose/dist/browser/runtime/digest.js +0 -6
  4815. package/node_modules/jose/dist/browser/runtime/ecdhes.js +0 -33
  4816. package/node_modules/jose/dist/browser/runtime/encrypt.js +0 -68
  4817. package/node_modules/jose/dist/browser/runtime/env.js +0 -3
  4818. package/node_modules/jose/dist/browser/runtime/fetch_jwks.js +0 -34
  4819. package/node_modules/jose/dist/browser/runtime/generate.js +0 -126
  4820. package/node_modules/jose/dist/browser/runtime/get_sign_verify_key.js +0 -17
  4821. package/node_modules/jose/dist/browser/runtime/is_key_like.js +0 -5
  4822. package/node_modules/jose/dist/browser/runtime/jwk_to_key.js +0 -135
  4823. package/node_modules/jose/dist/browser/runtime/key_to_jwk.js +0 -21
  4824. package/node_modules/jose/dist/browser/runtime/pbes2kw.js +0 -51
  4825. package/node_modules/jose/dist/browser/runtime/random.js +0 -2
  4826. package/node_modules/jose/dist/browser/runtime/rsaes.js +0 -37
  4827. package/node_modules/jose/dist/browser/runtime/sign.js +0 -11
  4828. package/node_modules/jose/dist/browser/runtime/subtle_dsa.js +0 -28
  4829. package/node_modules/jose/dist/browser/runtime/subtle_rsaes.js +0 -12
  4830. package/node_modules/jose/dist/browser/runtime/timing_safe_equal.js +0 -19
  4831. package/node_modules/jose/dist/browser/runtime/verify.js +0 -16
  4832. package/node_modules/jose/dist/browser/runtime/webcrypto.js +0 -2
  4833. package/node_modules/jose/dist/browser/runtime/zlib.js +0 -7
  4834. package/node_modules/jose/dist/browser/util/base64url.js +0 -3
  4835. package/node_modules/jose/dist/browser/util/decode_jwt.js +0 -32
  4836. package/node_modules/jose/dist/browser/util/decode_protected_header.js +0 -34
  4837. package/node_modules/jose/dist/browser/util/errors.js +0 -147
  4838. package/node_modules/jose/dist/node/cjs/index.js +0 -65
  4839. package/node_modules/jose/dist/node/cjs/jwe/compact/decrypt.js +0 -31
  4840. package/node_modules/jose/dist/node/cjs/jwe/compact/encrypt.js +0 -30
  4841. package/node_modules/jose/dist/node/cjs/jwe/flattened/decrypt.js +0 -141
  4842. package/node_modules/jose/dist/node/cjs/jwe/flattened/encrypt.js +0 -179
  4843. package/node_modules/jose/dist/node/cjs/jwe/general/decrypt.js +0 -35
  4844. package/node_modules/jose/dist/node/cjs/jwe/general/encrypt.js +0 -182
  4845. package/node_modules/jose/dist/node/cjs/jwk/embedded.js +0 -21
  4846. package/node_modules/jose/dist/node/cjs/jwk/thumbprint.js +0 -58
  4847. package/node_modules/jose/dist/node/cjs/jwks/local.js +0 -104
  4848. package/node_modules/jose/dist/node/cjs/jwks/remote.js +0 -85
  4849. package/node_modules/jose/dist/node/cjs/jws/compact/sign.js +0 -21
  4850. package/node_modules/jose/dist/node/cjs/jws/compact/verify.js +0 -25
  4851. package/node_modules/jose/dist/node/cjs/jws/flattened/sign.js +0 -85
  4852. package/node_modules/jose/dist/node/cjs/jws/flattened/verify.js +0 -108
  4853. package/node_modules/jose/dist/node/cjs/jws/general/sign.js +0 -71
  4854. package/node_modules/jose/dist/node/cjs/jws/general/verify.js +0 -28
  4855. package/node_modules/jose/dist/node/cjs/jwt/decrypt.js +0 -27
  4856. package/node_modules/jose/dist/node/cjs/jwt/encrypt.js +0 -72
  4857. package/node_modules/jose/dist/node/cjs/jwt/produce.js +0 -58
  4858. package/node_modules/jose/dist/node/cjs/jwt/sign.js +0 -25
  4859. package/node_modules/jose/dist/node/cjs/jwt/unsecured.js +0 -36
  4860. package/node_modules/jose/dist/node/cjs/jwt/verify.js +0 -20
  4861. package/node_modules/jose/dist/node/cjs/key/export.js +0 -18
  4862. package/node_modules/jose/dist/node/cjs/key/generate_key_pair.js +0 -8
  4863. package/node_modules/jose/dist/node/cjs/key/generate_secret.js +0 -8
  4864. package/node_modules/jose/dist/node/cjs/key/import.js +0 -127
  4865. package/node_modules/jose/dist/node/cjs/lib/aesgcmkw.js +0 -19
  4866. package/node_modules/jose/dist/node/cjs/lib/buffer_utils.js +0 -60
  4867. package/node_modules/jose/dist/node/cjs/lib/cek.js +0 -24
  4868. package/node_modules/jose/dist/node/cjs/lib/check_iv_length.js +0 -10
  4869. package/node_modules/jose/dist/node/cjs/lib/check_key_type.js +0 -47
  4870. package/node_modules/jose/dist/node/cjs/lib/check_p2s.js +0 -9
  4871. package/node_modules/jose/dist/node/cjs/lib/crypto_key.js +0 -150
  4872. package/node_modules/jose/dist/node/cjs/lib/decrypt_key_management.js +0 -100
  4873. package/node_modules/jose/dist/node/cjs/lib/encrypt_key_management.js +0 -89
  4874. package/node_modules/jose/dist/node/cjs/lib/epoch.js +0 -3
  4875. package/node_modules/jose/dist/node/cjs/lib/format_pem.js +0 -6
  4876. package/node_modules/jose/dist/node/cjs/lib/invalid_key_input.js +0 -34
  4877. package/node_modules/jose/dist/node/cjs/lib/is_disjoint.js +0 -24
  4878. package/node_modules/jose/dist/node/cjs/lib/is_object.js +0 -19
  4879. package/node_modules/jose/dist/node/cjs/lib/iv.js +0 -24
  4880. package/node_modules/jose/dist/node/cjs/lib/jwt_claims_set.js +0 -93
  4881. package/node_modules/jose/dist/node/cjs/lib/secs.js +0 -46
  4882. package/node_modules/jose/dist/node/cjs/lib/validate_algorithms.js +0 -13
  4883. package/node_modules/jose/dist/node/cjs/lib/validate_crit.js +0 -36
  4884. package/node_modules/jose/dist/node/cjs/runtime/aeskw.js +0 -55
  4885. package/node_modules/jose/dist/node/cjs/runtime/asn1.js +0 -48
  4886. package/node_modules/jose/dist/node/cjs/runtime/asn1_sequence_decoder.js +0 -47
  4887. package/node_modules/jose/dist/node/cjs/runtime/asn1_sequence_encoder.js +0 -91
  4888. package/node_modules/jose/dist/node/cjs/runtime/base64url.js +0 -26
  4889. package/node_modules/jose/dist/node/cjs/runtime/cbc_tag.js +0 -11
  4890. package/node_modules/jose/dist/node/cjs/runtime/check_cek_length.js +0 -37
  4891. package/node_modules/jose/dist/node/cjs/runtime/check_modulus_length.js +0 -52
  4892. package/node_modules/jose/dist/node/cjs/runtime/ciphers.js +0 -8
  4893. package/node_modules/jose/dist/node/cjs/runtime/decrypt.js +0 -97
  4894. package/node_modules/jose/dist/node/cjs/runtime/digest.js +0 -5
  4895. package/node_modules/jose/dist/node/cjs/runtime/dsa_digest.js +0 -25
  4896. package/node_modules/jose/dist/node/cjs/runtime/ecdhes.js +0 -70
  4897. package/node_modules/jose/dist/node/cjs/runtime/encrypt.js +0 -74
  4898. package/node_modules/jose/dist/node/cjs/runtime/env.js +0 -7
  4899. package/node_modules/jose/dist/node/cjs/runtime/fetch_jwks.js +0 -45
  4900. package/node_modules/jose/dist/node/cjs/runtime/generate.js +0 -105
  4901. package/node_modules/jose/dist/node/cjs/runtime/get_named_curve.js +0 -95
  4902. package/node_modules/jose/dist/node/cjs/runtime/get_sign_verify_key.js +0 -24
  4903. package/node_modules/jose/dist/node/cjs/runtime/hmac_digest.js +0 -16
  4904. package/node_modules/jose/dist/node/cjs/runtime/is_key_like.js +0 -11
  4905. package/node_modules/jose/dist/node/cjs/runtime/is_key_object.js +0 -7
  4906. package/node_modules/jose/dist/node/cjs/runtime/jwk_to_key.js +0 -122
  4907. package/node_modules/jose/dist/node/cjs/runtime/key_to_jwk.js +0 -164
  4908. package/node_modules/jose/dist/node/cjs/runtime/node_key.js +0 -83
  4909. package/node_modules/jose/dist/node/cjs/runtime/pbes2kw.js +0 -48
  4910. package/node_modules/jose/dist/node/cjs/runtime/random.js +0 -5
  4911. package/node_modules/jose/dist/node/cjs/runtime/rsaes.js +0 -69
  4912. package/node_modules/jose/dist/node/cjs/runtime/sign.js +0 -25
  4913. package/node_modules/jose/dist/node/cjs/runtime/timing_safe_equal.js +0 -5
  4914. package/node_modules/jose/dist/node/cjs/runtime/verify.js +0 -42
  4915. package/node_modules/jose/dist/node/cjs/runtime/webcrypto.js +0 -11
  4916. package/node_modules/jose/dist/node/cjs/runtime/zlib.js +0 -11
  4917. package/node_modules/jose/dist/node/cjs/util/base64url.js +0 -6
  4918. package/node_modules/jose/dist/node/cjs/util/decode_jwt.js +0 -36
  4919. package/node_modules/jose/dist/node/cjs/util/decode_protected_header.js +0 -38
  4920. package/node_modules/jose/dist/node/cjs/util/errors.js +0 -165
  4921. package/node_modules/jose/dist/node/esm/index.js +0 -29
  4922. package/node_modules/jose/dist/node/esm/jwe/compact/decrypt.js +0 -27
  4923. package/node_modules/jose/dist/node/esm/jwe/compact/encrypt.js +0 -26
  4924. package/node_modules/jose/dist/node/esm/jwe/flattened/decrypt.js +0 -137
  4925. package/node_modules/jose/dist/node/esm/jwe/flattened/encrypt.js +0 -175
  4926. package/node_modules/jose/dist/node/esm/jwe/general/decrypt.js +0 -31
  4927. package/node_modules/jose/dist/node/esm/jwe/general/encrypt.js +0 -178
  4928. package/node_modules/jose/dist/node/esm/jwk/embedded.js +0 -17
  4929. package/node_modules/jose/dist/node/esm/jwk/thumbprint.js +0 -53
  4930. package/node_modules/jose/dist/node/esm/jwks/local.js +0 -98
  4931. package/node_modules/jose/dist/node/esm/jwks/remote.js +0 -81
  4932. package/node_modules/jose/dist/node/esm/jws/compact/sign.js +0 -17
  4933. package/node_modules/jose/dist/node/esm/jws/compact/verify.js +0 -21
  4934. package/node_modules/jose/dist/node/esm/jws/flattened/sign.js +0 -81
  4935. package/node_modules/jose/dist/node/esm/jws/flattened/verify.js +0 -104
  4936. package/node_modules/jose/dist/node/esm/jws/general/sign.js +0 -67
  4937. package/node_modules/jose/dist/node/esm/jws/general/verify.js +0 -24
  4938. package/node_modules/jose/dist/node/esm/jwt/decrypt.js +0 -23
  4939. package/node_modules/jose/dist/node/esm/jwt/encrypt.js +0 -68
  4940. package/node_modules/jose/dist/node/esm/jwt/produce.js +0 -54
  4941. package/node_modules/jose/dist/node/esm/jwt/sign.js +0 -21
  4942. package/node_modules/jose/dist/node/esm/jwt/unsecured.js +0 -32
  4943. package/node_modules/jose/dist/node/esm/jwt/verify.js +0 -16
  4944. package/node_modules/jose/dist/node/esm/key/export.js +0 -12
  4945. package/node_modules/jose/dist/node/esm/key/generate_key_pair.js +0 -4
  4946. package/node_modules/jose/dist/node/esm/key/generate_secret.js +0 -4
  4947. package/node_modules/jose/dist/node/esm/key/import.js +0 -120
  4948. package/node_modules/jose/dist/node/esm/lib/aesgcmkw.js +0 -14
  4949. package/node_modules/jose/dist/node/esm/lib/buffer_utils.js +0 -51
  4950. package/node_modules/jose/dist/node/esm/lib/cek.js +0 -20
  4951. package/node_modules/jose/dist/node/esm/lib/check_iv_length.js +0 -8
  4952. package/node_modules/jose/dist/node/esm/lib/check_key_type.js +0 -45
  4953. package/node_modules/jose/dist/node/esm/lib/check_p2s.js +0 -6
  4954. package/node_modules/jose/dist/node/esm/lib/crypto_key.js +0 -145
  4955. package/node_modules/jose/dist/node/esm/lib/decrypt_key_management.js +0 -98
  4956. package/node_modules/jose/dist/node/esm/lib/encrypt_key_management.js +0 -87
  4957. package/node_modules/jose/dist/node/esm/lib/epoch.js +0 -1
  4958. package/node_modules/jose/dist/node/esm/lib/format_pem.js +0 -4
  4959. package/node_modules/jose/dist/node/esm/lib/invalid_key_input.js +0 -30
  4960. package/node_modules/jose/dist/node/esm/lib/is_disjoint.js +0 -22
  4961. package/node_modules/jose/dist/node/esm/lib/is_object.js +0 -16
  4962. package/node_modules/jose/dist/node/esm/lib/iv.js +0 -20
  4963. package/node_modules/jose/dist/node/esm/lib/jwt_claims_set.js +0 -91
  4964. package/node_modules/jose/dist/node/esm/lib/secs.js +0 -44
  4965. package/node_modules/jose/dist/node/esm/lib/validate_algorithms.js +0 -11
  4966. package/node_modules/jose/dist/node/esm/lib/validate_crit.js +0 -34
  4967. package/node_modules/jose/dist/node/esm/package.json +0 -1
  4968. package/node_modules/jose/dist/node/esm/runtime/aeskw.js +0 -50
  4969. package/node_modules/jose/dist/node/esm/runtime/asn1.js +0 -41
  4970. package/node_modules/jose/dist/node/esm/runtime/asn1_sequence_decoder.js +0 -44
  4971. package/node_modules/jose/dist/node/esm/runtime/asn1_sequence_encoder.js +0 -88
  4972. package/node_modules/jose/dist/node/esm/runtime/base64url.js +0 -20
  4973. package/node_modules/jose/dist/node/esm/runtime/cbc_tag.js +0 -8
  4974. package/node_modules/jose/dist/node/esm/runtime/check_cek_length.js +0 -35
  4975. package/node_modules/jose/dist/node/esm/runtime/check_modulus_length.js +0 -48
  4976. package/node_modules/jose/dist/node/esm/runtime/ciphers.js +0 -6
  4977. package/node_modules/jose/dist/node/esm/runtime/decrypt.js +0 -95
  4978. package/node_modules/jose/dist/node/esm/runtime/digest.js +0 -3
  4979. package/node_modules/jose/dist/node/esm/runtime/dsa_digest.js +0 -22
  4980. package/node_modules/jose/dist/node/esm/runtime/ecdhes.js +0 -64
  4981. package/node_modules/jose/dist/node/esm/runtime/encrypt.js +0 -72
  4982. package/node_modules/jose/dist/node/esm/runtime/env.js +0 -3
  4983. package/node_modules/jose/dist/node/esm/runtime/fetch_jwks.js +0 -43
  4984. package/node_modules/jose/dist/node/esm/runtime/generate.js +0 -100
  4985. package/node_modules/jose/dist/node/esm/runtime/get_named_curve.js +0 -91
  4986. package/node_modules/jose/dist/node/esm/runtime/get_sign_verify_key.js +0 -21
  4987. package/node_modules/jose/dist/node/esm/runtime/hmac_digest.js +0 -13
  4988. package/node_modules/jose/dist/node/esm/runtime/is_key_like.js +0 -8
  4989. package/node_modules/jose/dist/node/esm/runtime/is_key_object.js +0 -5
  4990. package/node_modules/jose/dist/node/esm/runtime/jwk_to_key.js +0 -120
  4991. package/node_modules/jose/dist/node/esm/runtime/key_to_jwk.js +0 -162
  4992. package/node_modules/jose/dist/node/esm/runtime/node_key.js +0 -80
  4993. package/node_modules/jose/dist/node/esm/runtime/pbes2kw.js +0 -43
  4994. package/node_modules/jose/dist/node/esm/runtime/random.js +0 -1
  4995. package/node_modules/jose/dist/node/esm/runtime/rsaes.js +0 -64
  4996. package/node_modules/jose/dist/node/esm/runtime/sign.js +0 -23
  4997. package/node_modules/jose/dist/node/esm/runtime/timing_safe_equal.js +0 -3
  4998. package/node_modules/jose/dist/node/esm/runtime/verify.js +0 -40
  4999. package/node_modules/jose/dist/node/esm/runtime/webcrypto.js +0 -8
  5000. package/node_modules/jose/dist/node/esm/runtime/zlib.js +0 -6
  5001. package/node_modules/jose/dist/node/esm/util/base64url.js +0 -3
  5002. package/node_modules/jose/dist/node/esm/util/decode_jwt.js +0 -32
  5003. package/node_modules/jose/dist/node/esm/util/decode_protected_header.js +0 -34
  5004. package/node_modules/jose/dist/node/esm/util/errors.js +0 -147
  5005. package/node_modules/jose/dist/types/index.d.ts +0 -47
  5006. package/node_modules/jose/dist/types/jwe/compact/decrypt.d.ts +0 -33
  5007. package/node_modules/jose/dist/types/jwe/compact/encrypt.d.ts +0 -60
  5008. package/node_modules/jose/dist/types/jwe/flattened/decrypt.d.ts +0 -43
  5009. package/node_modules/jose/dist/types/jwe/flattened/encrypt.d.ts +0 -89
  5010. package/node_modules/jose/dist/types/jwe/general/decrypt.d.ts +0 -47
  5011. package/node_modules/jose/dist/types/jwe/general/encrypt.d.ts +0 -74
  5012. package/node_modules/jose/dist/types/jwk/embedded.d.ts +0 -23
  5013. package/node_modules/jose/dist/types/jwk/thumbprint.d.ts +0 -44
  5014. package/node_modules/jose/dist/types/jwks/local.d.ts +0 -48
  5015. package/node_modules/jose/dist/types/jwks/remote.d.ts +0 -54
  5016. package/node_modules/jose/dist/types/jws/compact/sign.d.ts +0 -34
  5017. package/node_modules/jose/dist/types/jws/compact/verify.d.ts +0 -37
  5018. package/node_modules/jose/dist/types/jws/flattened/sign.d.ts +0 -42
  5019. package/node_modules/jose/dist/types/jws/flattened/verify.d.ts +0 -42
  5020. package/node_modules/jose/dist/types/jws/general/sign.d.ts +0 -54
  5021. package/node_modules/jose/dist/types/jws/general/verify.d.ts +0 -45
  5022. package/node_modules/jose/dist/types/jwt/decrypt.d.ts +0 -40
  5023. package/node_modules/jose/dist/types/jwt/encrypt.d.ts +0 -84
  5024. package/node_modules/jose/dist/types/jwt/produce.d.ts +0 -53
  5025. package/node_modules/jose/dist/types/jwt/sign.d.ts +0 -35
  5026. package/node_modules/jose/dist/types/jwt/unsecured.d.ts +0 -44
  5027. package/node_modules/jose/dist/types/jwt/verify.d.ts +0 -44
  5028. package/node_modules/jose/dist/types/key/export.d.ts +0 -47
  5029. package/node_modules/jose/dist/types/key/generate_key_pair.d.ts +0 -44
  5030. package/node_modules/jose/dist/types/key/generate_secret.d.ts +0 -26
  5031. package/node_modules/jose/dist/types/key/import.d.ts +0 -115
  5032. package/node_modules/jose/dist/types/types.d.ts +0 -602
  5033. package/node_modules/jose/dist/types/util/base64url.d.ts +0 -19
  5034. package/node_modules/jose/dist/types/util/decode_jwt.d.ts +0 -17
  5035. package/node_modules/jose/dist/types/util/decode_protected_header.d.ts +0 -15
  5036. package/node_modules/jose/dist/types/util/errors.d.ts +0 -96
  5037. package/node_modules/jose/package.json +0 -82
  5038. package/node_modules/minimalistic-assert/LICENSE +0 -13
  5039. package/node_modules/minimalistic-assert/index.js +0 -11
  5040. package/node_modules/minimalistic-assert/package.json +0 -19
  5041. package/node_modules/minimalistic-assert/readme.md +0 -4
  5042. package/node_modules/object-hash/LICENSE +0 -22
  5043. package/node_modules/object-hash/dist/object_hash.js +0 -1
  5044. package/node_modules/object-hash/index.js +0 -453
  5045. package/node_modules/object-hash/package.json +0 -53
  5046. package/node_modules/object-hash/readme.markdown +0 -184
  5047. package/node_modules/oidc-token-hash/LICENSE.md +0 -21
  5048. package/node_modules/oidc-token-hash/README.md +0 -55
  5049. package/node_modules/oidc-token-hash/lib/index.js +0 -106
  5050. package/node_modules/oidc-token-hash/lib/shake256.js +0 -7
  5051. package/node_modules/oidc-token-hash/package.json +0 -36
  5052. package/node_modules/openid-client/LICENSE.md +0 -21
  5053. package/node_modules/openid-client/README.md +0 -299
  5054. package/node_modules/openid-client/lib/client.js +0 -1815
  5055. package/node_modules/openid-client/lib/device_flow_handle.js +0 -125
  5056. package/node_modules/openid-client/lib/errors.js +0 -55
  5057. package/node_modules/openid-client/lib/helpers/assert.js +0 -24
  5058. package/node_modules/openid-client/lib/helpers/base64url.js +0 -13
  5059. package/node_modules/openid-client/lib/helpers/client.js +0 -209
  5060. package/node_modules/openid-client/lib/helpers/consts.js +0 -7
  5061. package/node_modules/openid-client/lib/helpers/decode_jwt.js +0 -27
  5062. package/node_modules/openid-client/lib/helpers/deep_clone.js +0 -3
  5063. package/node_modules/openid-client/lib/helpers/defaults.js +0 -27
  5064. package/node_modules/openid-client/lib/helpers/generators.js +0 -14
  5065. package/node_modules/openid-client/lib/helpers/is_key_object.js +0 -4
  5066. package/node_modules/openid-client/lib/helpers/is_plain_object.js +0 -1
  5067. package/node_modules/openid-client/lib/helpers/issuer.js +0 -110
  5068. package/node_modules/openid-client/lib/helpers/keystore.js +0 -312
  5069. package/node_modules/openid-client/lib/helpers/merge.js +0 -24
  5070. package/node_modules/openid-client/lib/helpers/pick.js +0 -9
  5071. package/node_modules/openid-client/lib/helpers/process_response.js +0 -71
  5072. package/node_modules/openid-client/lib/helpers/request.js +0 -197
  5073. package/node_modules/openid-client/lib/helpers/unix_timestamp.js +0 -1
  5074. package/node_modules/openid-client/lib/helpers/weak_cache.js +0 -1
  5075. package/node_modules/openid-client/lib/helpers/webfinger_normalize.js +0 -71
  5076. package/node_modules/openid-client/lib/helpers/www_authenticate_parser.js +0 -14
  5077. package/node_modules/openid-client/lib/index.js +0 -23
  5078. package/node_modules/openid-client/lib/index.mjs +0 -9
  5079. package/node_modules/openid-client/lib/issuer.js +0 -204
  5080. package/node_modules/openid-client/lib/issuer_registry.js +0 -3
  5081. package/node_modules/openid-client/lib/passport_strategy.js +0 -194
  5082. package/node_modules/openid-client/lib/token_set.js +0 -35
  5083. package/node_modules/openid-client/node_modules/lru-cache/LICENSE +0 -15
  5084. package/node_modules/openid-client/node_modules/lru-cache/README.md +0 -166
  5085. package/node_modules/openid-client/node_modules/lru-cache/index.js +0 -334
  5086. package/node_modules/openid-client/node_modules/lru-cache/package.json +0 -34
  5087. package/node_modules/openid-client/package.json +0 -118
  5088. package/node_modules/openid-client/types/index.d.ts +0 -620
  5089. package/node_modules/prettyjson/node_modules/colors/LICENSE +0 -25
  5090. package/node_modules/prettyjson/node_modules/colors/README.md +0 -221
  5091. package/node_modules/prettyjson/node_modules/colors/examples/normal-usage.js +0 -82
  5092. package/node_modules/prettyjson/node_modules/colors/examples/safe-string.js +0 -79
  5093. package/node_modules/prettyjson/node_modules/colors/index.d.ts +0 -136
  5094. package/node_modules/prettyjson/node_modules/colors/lib/colors.js +0 -211
  5095. package/node_modules/prettyjson/node_modules/colors/lib/custom/trap.js +0 -46
  5096. package/node_modules/prettyjson/node_modules/colors/lib/custom/zalgo.js +0 -110
  5097. package/node_modules/prettyjson/node_modules/colors/lib/extendStringPrototype.js +0 -110
  5098. package/node_modules/prettyjson/node_modules/colors/lib/index.js +0 -13
  5099. package/node_modules/prettyjson/node_modules/colors/lib/maps/america.js +0 -10
  5100. package/node_modules/prettyjson/node_modules/colors/lib/maps/rainbow.js +0 -12
  5101. package/node_modules/prettyjson/node_modules/colors/lib/maps/random.js +0 -11
  5102. package/node_modules/prettyjson/node_modules/colors/lib/maps/zebra.js +0 -5
  5103. package/node_modules/prettyjson/node_modules/colors/lib/styles.js +0 -95
  5104. package/node_modules/prettyjson/node_modules/colors/lib/system/has-flag.js +0 -35
  5105. package/node_modules/prettyjson/node_modules/colors/lib/system/supports-colors.js +0 -151
  5106. package/node_modules/prettyjson/node_modules/colors/package.json +0 -45
  5107. package/node_modules/prettyjson/node_modules/colors/safe.d.ts +0 -48
  5108. package/node_modules/prettyjson/node_modules/colors/safe.js +0 -10
  5109. package/node_modules/prettyjson/node_modules/colors/themes/generic-logging.js +0 -12
  5110. package/node_modules/safer-buffer/LICENSE +0 -21
  5111. package/node_modules/safer-buffer/Porting-Buffer.md +0 -268
  5112. package/node_modules/safer-buffer/Readme.md +0 -156
  5113. package/node_modules/safer-buffer/dangerous.js +0 -58
  5114. package/node_modules/safer-buffer/package.json +0 -34
  5115. package/node_modules/safer-buffer/safer.js +0 -77
  5116. package/node_modules/safer-buffer/tests.js +0 -406
  5117. package/node_modules/value-or-promise/CHANGELOG.md +0 -69
  5118. package/node_modules/value-or-promise/LICENSE +0 -21
  5119. package/node_modules/value-or-promise/README.md +0 -177
  5120. package/node_modules/value-or-promise/build/main/ValueOrPromise.d.ts +0 -77
  5121. package/node_modules/value-or-promise/build/main/ValueOrPromise.js +0 -80
  5122. package/node_modules/value-or-promise/build/main/index.d.ts +0 -1
  5123. package/node_modules/value-or-promise/build/main/index.js +0 -14
  5124. package/node_modules/value-or-promise/build/module/ValueOrPromise.d.ts +0 -77
  5125. package/node_modules/value-or-promise/build/module/ValueOrPromise.js +0 -76
  5126. package/node_modules/value-or-promise/build/module/index.d.ts +0 -1
  5127. package/node_modules/value-or-promise/build/module/index.js +0 -2
  5128. package/node_modules/value-or-promise/package.json +0 -58
  5129. package/node_modules/yallist/LICENSE +0 -15
  5130. package/node_modules/yallist/README.md +0 -204
  5131. package/node_modules/yallist/iterator.js +0 -8
  5132. package/node_modules/yallist/package.json +0 -29
  5133. package/node_modules/yallist/yallist.js +0 -426
@@ -1,1599 +0,0 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
- import { AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput } from "./commands/AddTagsToResourceCommand";
3
- import { AssociateOpsItemRelatedItemCommandInput, AssociateOpsItemRelatedItemCommandOutput } from "./commands/AssociateOpsItemRelatedItemCommand";
4
- import { CancelCommandCommandInput, CancelCommandCommandOutput } from "./commands/CancelCommandCommand";
5
- import { CancelMaintenanceWindowExecutionCommandInput, CancelMaintenanceWindowExecutionCommandOutput } from "./commands/CancelMaintenanceWindowExecutionCommand";
6
- import { CreateActivationCommandInput, CreateActivationCommandOutput } from "./commands/CreateActivationCommand";
7
- import { CreateAssociationBatchCommandInput, CreateAssociationBatchCommandOutput } from "./commands/CreateAssociationBatchCommand";
8
- import { CreateAssociationCommandInput, CreateAssociationCommandOutput } from "./commands/CreateAssociationCommand";
9
- import { CreateDocumentCommandInput, CreateDocumentCommandOutput } from "./commands/CreateDocumentCommand";
10
- import { CreateMaintenanceWindowCommandInput, CreateMaintenanceWindowCommandOutput } from "./commands/CreateMaintenanceWindowCommand";
11
- import { CreateOpsItemCommandInput, CreateOpsItemCommandOutput } from "./commands/CreateOpsItemCommand";
12
- import { CreateOpsMetadataCommandInput, CreateOpsMetadataCommandOutput } from "./commands/CreateOpsMetadataCommand";
13
- import { CreatePatchBaselineCommandInput, CreatePatchBaselineCommandOutput } from "./commands/CreatePatchBaselineCommand";
14
- import { CreateResourceDataSyncCommandInput, CreateResourceDataSyncCommandOutput } from "./commands/CreateResourceDataSyncCommand";
15
- import { DeleteActivationCommandInput, DeleteActivationCommandOutput } from "./commands/DeleteActivationCommand";
16
- import { DeleteAssociationCommandInput, DeleteAssociationCommandOutput } from "./commands/DeleteAssociationCommand";
17
- import { DeleteDocumentCommandInput, DeleteDocumentCommandOutput } from "./commands/DeleteDocumentCommand";
18
- import { DeleteInventoryCommandInput, DeleteInventoryCommandOutput } from "./commands/DeleteInventoryCommand";
19
- import { DeleteMaintenanceWindowCommandInput, DeleteMaintenanceWindowCommandOutput } from "./commands/DeleteMaintenanceWindowCommand";
20
- import { DeleteOpsMetadataCommandInput, DeleteOpsMetadataCommandOutput } from "./commands/DeleteOpsMetadataCommand";
21
- import { DeleteParameterCommandInput, DeleteParameterCommandOutput } from "./commands/DeleteParameterCommand";
22
- import { DeleteParametersCommandInput, DeleteParametersCommandOutput } from "./commands/DeleteParametersCommand";
23
- import { DeletePatchBaselineCommandInput, DeletePatchBaselineCommandOutput } from "./commands/DeletePatchBaselineCommand";
24
- import { DeleteResourceDataSyncCommandInput, DeleteResourceDataSyncCommandOutput } from "./commands/DeleteResourceDataSyncCommand";
25
- import { DeregisterManagedInstanceCommandInput, DeregisterManagedInstanceCommandOutput } from "./commands/DeregisterManagedInstanceCommand";
26
- import { DeregisterPatchBaselineForPatchGroupCommandInput, DeregisterPatchBaselineForPatchGroupCommandOutput } from "./commands/DeregisterPatchBaselineForPatchGroupCommand";
27
- import { DeregisterTargetFromMaintenanceWindowCommandInput, DeregisterTargetFromMaintenanceWindowCommandOutput } from "./commands/DeregisterTargetFromMaintenanceWindowCommand";
28
- import { DeregisterTaskFromMaintenanceWindowCommandInput, DeregisterTaskFromMaintenanceWindowCommandOutput } from "./commands/DeregisterTaskFromMaintenanceWindowCommand";
29
- import { DescribeActivationsCommandInput, DescribeActivationsCommandOutput } from "./commands/DescribeActivationsCommand";
30
- import { DescribeAssociationCommandInput, DescribeAssociationCommandOutput } from "./commands/DescribeAssociationCommand";
31
- import { DescribeAssociationExecutionsCommandInput, DescribeAssociationExecutionsCommandOutput } from "./commands/DescribeAssociationExecutionsCommand";
32
- import { DescribeAssociationExecutionTargetsCommandInput, DescribeAssociationExecutionTargetsCommandOutput } from "./commands/DescribeAssociationExecutionTargetsCommand";
33
- import { DescribeAutomationExecutionsCommandInput, DescribeAutomationExecutionsCommandOutput } from "./commands/DescribeAutomationExecutionsCommand";
34
- import { DescribeAutomationStepExecutionsCommandInput, DescribeAutomationStepExecutionsCommandOutput } from "./commands/DescribeAutomationStepExecutionsCommand";
35
- import { DescribeAvailablePatchesCommandInput, DescribeAvailablePatchesCommandOutput } from "./commands/DescribeAvailablePatchesCommand";
36
- import { DescribeDocumentCommandInput, DescribeDocumentCommandOutput } from "./commands/DescribeDocumentCommand";
37
- import { DescribeDocumentPermissionCommandInput, DescribeDocumentPermissionCommandOutput } from "./commands/DescribeDocumentPermissionCommand";
38
- import { DescribeEffectiveInstanceAssociationsCommandInput, DescribeEffectiveInstanceAssociationsCommandOutput } from "./commands/DescribeEffectiveInstanceAssociationsCommand";
39
- import { DescribeEffectivePatchesForPatchBaselineCommandInput, DescribeEffectivePatchesForPatchBaselineCommandOutput } from "./commands/DescribeEffectivePatchesForPatchBaselineCommand";
40
- import { DescribeInstanceAssociationsStatusCommandInput, DescribeInstanceAssociationsStatusCommandOutput } from "./commands/DescribeInstanceAssociationsStatusCommand";
41
- import { DescribeInstanceInformationCommandInput, DescribeInstanceInformationCommandOutput } from "./commands/DescribeInstanceInformationCommand";
42
- import { DescribeInstancePatchesCommandInput, DescribeInstancePatchesCommandOutput } from "./commands/DescribeInstancePatchesCommand";
43
- import { DescribeInstancePatchStatesCommandInput, DescribeInstancePatchStatesCommandOutput } from "./commands/DescribeInstancePatchStatesCommand";
44
- import { DescribeInstancePatchStatesForPatchGroupCommandInput, DescribeInstancePatchStatesForPatchGroupCommandOutput } from "./commands/DescribeInstancePatchStatesForPatchGroupCommand";
45
- import { DescribeInventoryDeletionsCommandInput, DescribeInventoryDeletionsCommandOutput } from "./commands/DescribeInventoryDeletionsCommand";
46
- import { DescribeMaintenanceWindowExecutionsCommandInput, DescribeMaintenanceWindowExecutionsCommandOutput } from "./commands/DescribeMaintenanceWindowExecutionsCommand";
47
- import { DescribeMaintenanceWindowExecutionTaskInvocationsCommandInput, DescribeMaintenanceWindowExecutionTaskInvocationsCommandOutput } from "./commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand";
48
- import { DescribeMaintenanceWindowExecutionTasksCommandInput, DescribeMaintenanceWindowExecutionTasksCommandOutput } from "./commands/DescribeMaintenanceWindowExecutionTasksCommand";
49
- import { DescribeMaintenanceWindowScheduleCommandInput, DescribeMaintenanceWindowScheduleCommandOutput } from "./commands/DescribeMaintenanceWindowScheduleCommand";
50
- import { DescribeMaintenanceWindowsCommandInput, DescribeMaintenanceWindowsCommandOutput } from "./commands/DescribeMaintenanceWindowsCommand";
51
- import { DescribeMaintenanceWindowsForTargetCommandInput, DescribeMaintenanceWindowsForTargetCommandOutput } from "./commands/DescribeMaintenanceWindowsForTargetCommand";
52
- import { DescribeMaintenanceWindowTargetsCommandInput, DescribeMaintenanceWindowTargetsCommandOutput } from "./commands/DescribeMaintenanceWindowTargetsCommand";
53
- import { DescribeMaintenanceWindowTasksCommandInput, DescribeMaintenanceWindowTasksCommandOutput } from "./commands/DescribeMaintenanceWindowTasksCommand";
54
- import { DescribeOpsItemsCommandInput, DescribeOpsItemsCommandOutput } from "./commands/DescribeOpsItemsCommand";
55
- import { DescribeParametersCommandInput, DescribeParametersCommandOutput } from "./commands/DescribeParametersCommand";
56
- import { DescribePatchBaselinesCommandInput, DescribePatchBaselinesCommandOutput } from "./commands/DescribePatchBaselinesCommand";
57
- import { DescribePatchGroupsCommandInput, DescribePatchGroupsCommandOutput } from "./commands/DescribePatchGroupsCommand";
58
- import { DescribePatchGroupStateCommandInput, DescribePatchGroupStateCommandOutput } from "./commands/DescribePatchGroupStateCommand";
59
- import { DescribePatchPropertiesCommandInput, DescribePatchPropertiesCommandOutput } from "./commands/DescribePatchPropertiesCommand";
60
- import { DescribeSessionsCommandInput, DescribeSessionsCommandOutput } from "./commands/DescribeSessionsCommand";
61
- import { DisassociateOpsItemRelatedItemCommandInput, DisassociateOpsItemRelatedItemCommandOutput } from "./commands/DisassociateOpsItemRelatedItemCommand";
62
- import { GetAutomationExecutionCommandInput, GetAutomationExecutionCommandOutput } from "./commands/GetAutomationExecutionCommand";
63
- import { GetCalendarStateCommandInput, GetCalendarStateCommandOutput } from "./commands/GetCalendarStateCommand";
64
- import { GetCommandInvocationCommandInput, GetCommandInvocationCommandOutput } from "./commands/GetCommandInvocationCommand";
65
- import { GetConnectionStatusCommandInput, GetConnectionStatusCommandOutput } from "./commands/GetConnectionStatusCommand";
66
- import { GetDefaultPatchBaselineCommandInput, GetDefaultPatchBaselineCommandOutput } from "./commands/GetDefaultPatchBaselineCommand";
67
- import { GetDeployablePatchSnapshotForInstanceCommandInput, GetDeployablePatchSnapshotForInstanceCommandOutput } from "./commands/GetDeployablePatchSnapshotForInstanceCommand";
68
- import { GetDocumentCommandInput, GetDocumentCommandOutput } from "./commands/GetDocumentCommand";
69
- import { GetInventoryCommandInput, GetInventoryCommandOutput } from "./commands/GetInventoryCommand";
70
- import { GetInventorySchemaCommandInput, GetInventorySchemaCommandOutput } from "./commands/GetInventorySchemaCommand";
71
- import { GetMaintenanceWindowCommandInput, GetMaintenanceWindowCommandOutput } from "./commands/GetMaintenanceWindowCommand";
72
- import { GetMaintenanceWindowExecutionCommandInput, GetMaintenanceWindowExecutionCommandOutput } from "./commands/GetMaintenanceWindowExecutionCommand";
73
- import { GetMaintenanceWindowExecutionTaskCommandInput, GetMaintenanceWindowExecutionTaskCommandOutput } from "./commands/GetMaintenanceWindowExecutionTaskCommand";
74
- import { GetMaintenanceWindowExecutionTaskInvocationCommandInput, GetMaintenanceWindowExecutionTaskInvocationCommandOutput } from "./commands/GetMaintenanceWindowExecutionTaskInvocationCommand";
75
- import { GetMaintenanceWindowTaskCommandInput, GetMaintenanceWindowTaskCommandOutput } from "./commands/GetMaintenanceWindowTaskCommand";
76
- import { GetOpsItemCommandInput, GetOpsItemCommandOutput } from "./commands/GetOpsItemCommand";
77
- import { GetOpsMetadataCommandInput, GetOpsMetadataCommandOutput } from "./commands/GetOpsMetadataCommand";
78
- import { GetOpsSummaryCommandInput, GetOpsSummaryCommandOutput } from "./commands/GetOpsSummaryCommand";
79
- import { GetParameterCommandInput, GetParameterCommandOutput } from "./commands/GetParameterCommand";
80
- import { GetParameterHistoryCommandInput, GetParameterHistoryCommandOutput } from "./commands/GetParameterHistoryCommand";
81
- import { GetParametersByPathCommandInput, GetParametersByPathCommandOutput } from "./commands/GetParametersByPathCommand";
82
- import { GetParametersCommandInput, GetParametersCommandOutput } from "./commands/GetParametersCommand";
83
- import { GetPatchBaselineCommandInput, GetPatchBaselineCommandOutput } from "./commands/GetPatchBaselineCommand";
84
- import { GetPatchBaselineForPatchGroupCommandInput, GetPatchBaselineForPatchGroupCommandOutput } from "./commands/GetPatchBaselineForPatchGroupCommand";
85
- import { GetServiceSettingCommandInput, GetServiceSettingCommandOutput } from "./commands/GetServiceSettingCommand";
86
- import { LabelParameterVersionCommandInput, LabelParameterVersionCommandOutput } from "./commands/LabelParameterVersionCommand";
87
- import { ListAssociationsCommandInput, ListAssociationsCommandOutput } from "./commands/ListAssociationsCommand";
88
- import { ListAssociationVersionsCommandInput, ListAssociationVersionsCommandOutput } from "./commands/ListAssociationVersionsCommand";
89
- import { ListCommandInvocationsCommandInput, ListCommandInvocationsCommandOutput } from "./commands/ListCommandInvocationsCommand";
90
- import { ListCommandsCommandInput, ListCommandsCommandOutput } from "./commands/ListCommandsCommand";
91
- import { ListComplianceItemsCommandInput, ListComplianceItemsCommandOutput } from "./commands/ListComplianceItemsCommand";
92
- import { ListComplianceSummariesCommandInput, ListComplianceSummariesCommandOutput } from "./commands/ListComplianceSummariesCommand";
93
- import { ListDocumentMetadataHistoryCommandInput, ListDocumentMetadataHistoryCommandOutput } from "./commands/ListDocumentMetadataHistoryCommand";
94
- import { ListDocumentsCommandInput, ListDocumentsCommandOutput } from "./commands/ListDocumentsCommand";
95
- import { ListDocumentVersionsCommandInput, ListDocumentVersionsCommandOutput } from "./commands/ListDocumentVersionsCommand";
96
- import { ListInventoryEntriesCommandInput, ListInventoryEntriesCommandOutput } from "./commands/ListInventoryEntriesCommand";
97
- import { ListOpsItemEventsCommandInput, ListOpsItemEventsCommandOutput } from "./commands/ListOpsItemEventsCommand";
98
- import { ListOpsItemRelatedItemsCommandInput, ListOpsItemRelatedItemsCommandOutput } from "./commands/ListOpsItemRelatedItemsCommand";
99
- import { ListOpsMetadataCommandInput, ListOpsMetadataCommandOutput } from "./commands/ListOpsMetadataCommand";
100
- import { ListResourceComplianceSummariesCommandInput, ListResourceComplianceSummariesCommandOutput } from "./commands/ListResourceComplianceSummariesCommand";
101
- import { ListResourceDataSyncCommandInput, ListResourceDataSyncCommandOutput } from "./commands/ListResourceDataSyncCommand";
102
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
103
- import { ModifyDocumentPermissionCommandInput, ModifyDocumentPermissionCommandOutput } from "./commands/ModifyDocumentPermissionCommand";
104
- import { PutComplianceItemsCommandInput, PutComplianceItemsCommandOutput } from "./commands/PutComplianceItemsCommand";
105
- import { PutInventoryCommandInput, PutInventoryCommandOutput } from "./commands/PutInventoryCommand";
106
- import { PutParameterCommandInput, PutParameterCommandOutput } from "./commands/PutParameterCommand";
107
- import { RegisterDefaultPatchBaselineCommandInput, RegisterDefaultPatchBaselineCommandOutput } from "./commands/RegisterDefaultPatchBaselineCommand";
108
- import { RegisterPatchBaselineForPatchGroupCommandInput, RegisterPatchBaselineForPatchGroupCommandOutput } from "./commands/RegisterPatchBaselineForPatchGroupCommand";
109
- import { RegisterTargetWithMaintenanceWindowCommandInput, RegisterTargetWithMaintenanceWindowCommandOutput } from "./commands/RegisterTargetWithMaintenanceWindowCommand";
110
- import { RegisterTaskWithMaintenanceWindowCommandInput, RegisterTaskWithMaintenanceWindowCommandOutput } from "./commands/RegisterTaskWithMaintenanceWindowCommand";
111
- import { RemoveTagsFromResourceCommandInput, RemoveTagsFromResourceCommandOutput } from "./commands/RemoveTagsFromResourceCommand";
112
- import { ResetServiceSettingCommandInput, ResetServiceSettingCommandOutput } from "./commands/ResetServiceSettingCommand";
113
- import { ResumeSessionCommandInput, ResumeSessionCommandOutput } from "./commands/ResumeSessionCommand";
114
- import { SendAutomationSignalCommandInput, SendAutomationSignalCommandOutput } from "./commands/SendAutomationSignalCommand";
115
- import { SendCommandCommandInput, SendCommandCommandOutput } from "./commands/SendCommandCommand";
116
- import { StartAssociationsOnceCommandInput, StartAssociationsOnceCommandOutput } from "./commands/StartAssociationsOnceCommand";
117
- import { StartAutomationExecutionCommandInput, StartAutomationExecutionCommandOutput } from "./commands/StartAutomationExecutionCommand";
118
- import { StartChangeRequestExecutionCommandInput, StartChangeRequestExecutionCommandOutput } from "./commands/StartChangeRequestExecutionCommand";
119
- import { StartSessionCommandInput, StartSessionCommandOutput } from "./commands/StartSessionCommand";
120
- import { StopAutomationExecutionCommandInput, StopAutomationExecutionCommandOutput } from "./commands/StopAutomationExecutionCommand";
121
- import { TerminateSessionCommandInput, TerminateSessionCommandOutput } from "./commands/TerminateSessionCommand";
122
- import { UnlabelParameterVersionCommandInput, UnlabelParameterVersionCommandOutput } from "./commands/UnlabelParameterVersionCommand";
123
- import { UpdateAssociationCommandInput, UpdateAssociationCommandOutput } from "./commands/UpdateAssociationCommand";
124
- import { UpdateAssociationStatusCommandInput, UpdateAssociationStatusCommandOutput } from "./commands/UpdateAssociationStatusCommand";
125
- import { UpdateDocumentCommandInput, UpdateDocumentCommandOutput } from "./commands/UpdateDocumentCommand";
126
- import { UpdateDocumentDefaultVersionCommandInput, UpdateDocumentDefaultVersionCommandOutput } from "./commands/UpdateDocumentDefaultVersionCommand";
127
- import { UpdateDocumentMetadataCommandInput, UpdateDocumentMetadataCommandOutput } from "./commands/UpdateDocumentMetadataCommand";
128
- import { UpdateMaintenanceWindowCommandInput, UpdateMaintenanceWindowCommandOutput } from "./commands/UpdateMaintenanceWindowCommand";
129
- import { UpdateMaintenanceWindowTargetCommandInput, UpdateMaintenanceWindowTargetCommandOutput } from "./commands/UpdateMaintenanceWindowTargetCommand";
130
- import { UpdateMaintenanceWindowTaskCommandInput, UpdateMaintenanceWindowTaskCommandOutput } from "./commands/UpdateMaintenanceWindowTaskCommand";
131
- import { UpdateManagedInstanceRoleCommandInput, UpdateManagedInstanceRoleCommandOutput } from "./commands/UpdateManagedInstanceRoleCommand";
132
- import { UpdateOpsItemCommandInput, UpdateOpsItemCommandOutput } from "./commands/UpdateOpsItemCommand";
133
- import { UpdateOpsMetadataCommandInput, UpdateOpsMetadataCommandOutput } from "./commands/UpdateOpsMetadataCommand";
134
- import { UpdatePatchBaselineCommandInput, UpdatePatchBaselineCommandOutput } from "./commands/UpdatePatchBaselineCommand";
135
- import { UpdateResourceDataSyncCommandInput, UpdateResourceDataSyncCommandOutput } from "./commands/UpdateResourceDataSyncCommand";
136
- import { UpdateServiceSettingCommandInput, UpdateServiceSettingCommandOutput } from "./commands/UpdateServiceSettingCommand";
137
- import { SSMClient } from "./SSMClient";
138
- /**
139
- * <p>Amazon Web Services Systems Manager is a collection of capabilities that helps you automate management tasks such as
140
- * collecting system inventory, applying operating system (OS) patches, automating the creation of
141
- * Amazon Machine Images (AMIs), and configuring operating systems (OSs) and applications at scale.
142
- * Systems Manager lets you remotely and securely manage the configuration of your managed instances. A
143
- * <i>managed instance</i> is any Amazon Elastic Compute Cloud instance (EC2 instance), or any
144
- * on-premises server or virtual machine (VM) in your hybrid environment that has been configured
145
- * for Systems Manager.</p>
146
- * <p>This reference is intended to be used with the <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/">Amazon Web Services Systems Manager User Guide</a>.</p>
147
- * <p>To get started, verify prerequisites and configure managed instances. For more information,
148
- * see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-setting-up.html">Setting up
149
- * Amazon Web Services Systems Manager</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
150
- * <p class="title">
151
- * <b>Related resources</b>
152
- * </p>
153
- * <ul>
154
- * <li>
155
- * <p>For information about how to use a Query API, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/making-api-requests.html">Making API requests</a>. </p>
156
- * </li>
157
- * <li>
158
- * <p>For information about other API operations you can perform on EC2 instances, see the
159
- * <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/">Amazon EC2 API Reference</a>.</p>
160
- * </li>
161
- * <li>
162
- * <p>For information about AppConfig, a capability of Systems Manager, see the <a href="https://docs.aws.amazon.com/appconfig/latest/userguide/">AppConfig User Guide</a> and the <a href="https://docs.aws.amazon.com/appconfig/2019-10-09/APIReference/">AppConfig API
163
- * Reference</a>.</p>
164
- * </li>
165
- * <li>
166
- * <p>For information about Incident Manager, a capability of Systems Manager, see the <a href="https://docs.aws.amazon.com/incident-manager/latest/userguide/">Incident Manager User Guide</a>
167
- * and the <a href="https://docs.aws.amazon.com/incident-manager/latest/APIReference/">Incident Manager API
168
- * Reference</a>.</p>
169
- * </li>
170
- * </ul>
171
- */
172
- export declare class SSM extends SSMClient {
173
- /**
174
- * <p>Adds or overwrites one or more tags for the specified resource. Tags are metadata that you
175
- * can assign to your documents, managed instances, maintenance windows, Parameter Store parameters,
176
- * and patch baselines. Tags enable you to categorize your resources in different ways, for example,
177
- * by purpose, owner, or environment. Each tag consists of a key and an optional value, both of
178
- * which you define. For example, you could define a set of tags for your account's managed
179
- * instances that helps you track each instance's owner and stack level. For example:</p>
180
- * <ul>
181
- * <li>
182
- * <p>
183
- * <code>Key=Owner,Value=DbAdmin</code>
184
- * </p>
185
- * </li>
186
- * <li>
187
- * <p>
188
- * <code>Key=Owner,Value=SysAdmin</code>
189
- * </p>
190
- * </li>
191
- * <li>
192
- * <p>
193
- * <code>Key=Owner,Value=Dev</code>
194
- * </p>
195
- * </li>
196
- * <li>
197
- * <p>
198
- * <code>Key=Stack,Value=Production</code>
199
- * </p>
200
- * </li>
201
- * <li>
202
- * <p>
203
- * <code>Key=Stack,Value=Pre-Production</code>
204
- * </p>
205
- * </li>
206
- * <li>
207
- * <p>
208
- * <code>Key=Stack,Value=Test</code>
209
- * </p>
210
- * </li>
211
- * </ul>
212
- * <p>Each resource can have a maximum of 50 tags.</p>
213
- * <p>We recommend that you devise a set of tag keys that meets your needs for each resource type.
214
- * Using a consistent set of tag keys makes it easier for you to manage your resources. You can
215
- * search and filter the resources based on the tags you add. Tags don't have any semantic meaning
216
- * to and are interpreted strictly as a string of characters. </p>
217
- * <p>For more information about using tags with Amazon Elastic Compute Cloud (Amazon EC2) instances, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html">Tagging your Amazon EC2
218
- * resources</a> in the <i>Amazon EC2 User Guide</i>.</p>
219
- */
220
- addTagsToResource(args: AddTagsToResourceCommandInput, options?: __HttpHandlerOptions): Promise<AddTagsToResourceCommandOutput>;
221
- addTagsToResource(args: AddTagsToResourceCommandInput, cb: (err: any, data?: AddTagsToResourceCommandOutput) => void): void;
222
- addTagsToResource(args: AddTagsToResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddTagsToResourceCommandOutput) => void): void;
223
- /**
224
- * <p>Associates a related item to a Systems Manager OpsCenter OpsItem. For example, you can associate an
225
- * Incident Manager incident or analysis with an OpsItem. Incident Manager and OpsCenter are capabilities of
226
- * Amazon Web Services Systems Manager.</p>
227
- */
228
- associateOpsItemRelatedItem(args: AssociateOpsItemRelatedItemCommandInput, options?: __HttpHandlerOptions): Promise<AssociateOpsItemRelatedItemCommandOutput>;
229
- associateOpsItemRelatedItem(args: AssociateOpsItemRelatedItemCommandInput, cb: (err: any, data?: AssociateOpsItemRelatedItemCommandOutput) => void): void;
230
- associateOpsItemRelatedItem(args: AssociateOpsItemRelatedItemCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateOpsItemRelatedItemCommandOutput) => void): void;
231
- /**
232
- * <p>Attempts to cancel the command specified by the Command ID. There is no guarantee that the
233
- * command will be terminated and the underlying process stopped.</p>
234
- */
235
- cancelCommand(args: CancelCommandCommandInput, options?: __HttpHandlerOptions): Promise<CancelCommandCommandOutput>;
236
- cancelCommand(args: CancelCommandCommandInput, cb: (err: any, data?: CancelCommandCommandOutput) => void): void;
237
- cancelCommand(args: CancelCommandCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CancelCommandCommandOutput) => void): void;
238
- /**
239
- * <p>Stops a maintenance window execution that is already in progress and cancels any tasks in
240
- * the window that haven't already starting running. Tasks already in progress will continue to
241
- * completion.</p>
242
- */
243
- cancelMaintenanceWindowExecution(args: CancelMaintenanceWindowExecutionCommandInput, options?: __HttpHandlerOptions): Promise<CancelMaintenanceWindowExecutionCommandOutput>;
244
- cancelMaintenanceWindowExecution(args: CancelMaintenanceWindowExecutionCommandInput, cb: (err: any, data?: CancelMaintenanceWindowExecutionCommandOutput) => void): void;
245
- cancelMaintenanceWindowExecution(args: CancelMaintenanceWindowExecutionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CancelMaintenanceWindowExecutionCommandOutput) => void): void;
246
- /**
247
- * <p>Generates an activation code and activation ID you can use to register your on-premises
248
- * server or virtual machine (VM) with Amazon Web Services Systems Manager. Registering these machines with Systems Manager makes it
249
- * possible to manage them using Systems Manager capabilities. You use the activation code and ID when
250
- * installing SSM Agent on machines in your hybrid environment. For more information about
251
- * requirements for managing on-premises instances and VMs using Systems Manager, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-managedinstances.html">Setting up
252
- * Amazon Web Services Systems Manager for hybrid environments</a> in the <i>Amazon Web Services Systems Manager User Guide</i>. </p>
253
- * <note>
254
- * <p>On-premises servers or VMs that are registered with Systems Manager and Amazon Elastic Compute Cloud (Amazon EC2) instances
255
- * that you manage with Systems Manager are all called <i>managed instances</i>.</p>
256
- * </note>
257
- */
258
- createActivation(args: CreateActivationCommandInput, options?: __HttpHandlerOptions): Promise<CreateActivationCommandOutput>;
259
- createActivation(args: CreateActivationCommandInput, cb: (err: any, data?: CreateActivationCommandOutput) => void): void;
260
- createActivation(args: CreateActivationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateActivationCommandOutput) => void): void;
261
- /**
262
- * <p>A State Manager association defines the state that you want to maintain on your instances.
263
- * For example, an association can specify that anti-virus software must be installed and running on
264
- * your instances, or that certain ports must be closed. For static targets, the association
265
- * specifies a schedule for when the configuration is reapplied. For dynamic targets, such as an
266
- * Amazon Web Services resource group or an Amazon Web Services autoscaling group, State Manager, a capability of Amazon Web Services Systems Manager
267
- * applies the configuration when new instances are added to the group. The association also
268
- * specifies actions to take when applying the configuration. For example, an association for
269
- * anti-virus software might run once a day. If the software isn't installed, then State Manager
270
- * installs it. If the software is installed, but the service isn't running, then the association
271
- * might instruct State Manager to start the service. </p>
272
- */
273
- createAssociation(args: CreateAssociationCommandInput, options?: __HttpHandlerOptions): Promise<CreateAssociationCommandOutput>;
274
- createAssociation(args: CreateAssociationCommandInput, cb: (err: any, data?: CreateAssociationCommandOutput) => void): void;
275
- createAssociation(args: CreateAssociationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAssociationCommandOutput) => void): void;
276
- /**
277
- * <p>Associates the specified Amazon Web Services Systems Manager document (SSM document) with the specified instances or
278
- * targets.</p>
279
- * <p>When you associate a document with one or more instances using instance IDs or tags,
280
- * Amazon Web Services Systems Manager Agent (SSM Agent) running on the instance processes the document and configures the
281
- * instance as specified.</p>
282
- * <p>If you associate a document with an instance that already has an associated document, the
283
- * system returns the AssociationAlreadyExists exception.</p>
284
- */
285
- createAssociationBatch(args: CreateAssociationBatchCommandInput, options?: __HttpHandlerOptions): Promise<CreateAssociationBatchCommandOutput>;
286
- createAssociationBatch(args: CreateAssociationBatchCommandInput, cb: (err: any, data?: CreateAssociationBatchCommandOutput) => void): void;
287
- createAssociationBatch(args: CreateAssociationBatchCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAssociationBatchCommandOutput) => void): void;
288
- /**
289
- * <p>Creates a Amazon Web Services Systems Manager (SSM document). An SSM document defines the actions that Systems Manager performs
290
- * on your managed instances. For more information about SSM documents, including information about
291
- * supported schemas, features, and syntax, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-ssm-docs.html">Amazon Web Services Systems Manager Documents</a> in the
292
- * <i>Amazon Web Services Systems Manager User Guide</i>.</p>
293
- */
294
- createDocument(args: CreateDocumentCommandInput, options?: __HttpHandlerOptions): Promise<CreateDocumentCommandOutput>;
295
- createDocument(args: CreateDocumentCommandInput, cb: (err: any, data?: CreateDocumentCommandOutput) => void): void;
296
- createDocument(args: CreateDocumentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDocumentCommandOutput) => void): void;
297
- /**
298
- * <p>Creates a new maintenance window.</p>
299
- * <note>
300
- * <p>The value you specify for <code>Duration</code> determines the specific end time for the
301
- * maintenance window based on the time it begins. No maintenance window tasks are permitted to
302
- * start after the resulting endtime minus the number of hours you specify for <code>Cutoff</code>.
303
- * For example, if the maintenance window starts at 3 PM, the duration is three hours, and the
304
- * value you specify for <code>Cutoff</code> is one hour, no maintenance window tasks can start
305
- * after 5 PM.</p>
306
- * </note>
307
- */
308
- createMaintenanceWindow(args: CreateMaintenanceWindowCommandInput, options?: __HttpHandlerOptions): Promise<CreateMaintenanceWindowCommandOutput>;
309
- createMaintenanceWindow(args: CreateMaintenanceWindowCommandInput, cb: (err: any, data?: CreateMaintenanceWindowCommandOutput) => void): void;
310
- createMaintenanceWindow(args: CreateMaintenanceWindowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateMaintenanceWindowCommandOutput) => void): void;
311
- /**
312
- * <p>Creates a new OpsItem. You must have permission in Identity and Access Management (IAM) to create a new OpsItem. For more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-getting-started.html">Getting started with
313
- * OpsCenter</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
314
- * <p>Operations engineers and IT professionals use Amazon Web Services Systems Manager OpsCenter to view, investigate, and
315
- * remediate operational issues impacting the performance and health of their Amazon Web Services resources. For
316
- * more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter.html">Amazon Web Services Systems Manager OpsCenter</a> in the
317
- * <i>Amazon Web Services Systems Manager User Guide</i>. </p>
318
- */
319
- createOpsItem(args: CreateOpsItemCommandInput, options?: __HttpHandlerOptions): Promise<CreateOpsItemCommandOutput>;
320
- createOpsItem(args: CreateOpsItemCommandInput, cb: (err: any, data?: CreateOpsItemCommandOutput) => void): void;
321
- createOpsItem(args: CreateOpsItemCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateOpsItemCommandOutput) => void): void;
322
- /**
323
- * <p>If you create a new application in Application Manager, Amazon Web Services Systems Manager calls this API operation to specify
324
- * information about the new application, including the application type.</p>
325
- */
326
- createOpsMetadata(args: CreateOpsMetadataCommandInput, options?: __HttpHandlerOptions): Promise<CreateOpsMetadataCommandOutput>;
327
- createOpsMetadata(args: CreateOpsMetadataCommandInput, cb: (err: any, data?: CreateOpsMetadataCommandOutput) => void): void;
328
- createOpsMetadata(args: CreateOpsMetadataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateOpsMetadataCommandOutput) => void): void;
329
- /**
330
- * <p>Creates a patch baseline.</p>
331
- * <note>
332
- * <p>For information about valid key-value pairs in <code>PatchFilters</code> for each supported
333
- * operating system type, see <a>PatchFilter</a>.</p>
334
- * </note>
335
- */
336
- createPatchBaseline(args: CreatePatchBaselineCommandInput, options?: __HttpHandlerOptions): Promise<CreatePatchBaselineCommandOutput>;
337
- createPatchBaseline(args: CreatePatchBaselineCommandInput, cb: (err: any, data?: CreatePatchBaselineCommandOutput) => void): void;
338
- createPatchBaseline(args: CreatePatchBaselineCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreatePatchBaselineCommandOutput) => void): void;
339
- /**
340
- * <p>A resource data sync helps you view data from multiple sources in a single location.
341
- * Amazon Web Services Systems Manager offers two types of resource data sync: <code>SyncToDestination</code> and
342
- * <code>SyncFromSource</code>.</p>
343
- * <p>You can configure Systems Manager Inventory to use the <code>SyncToDestination</code> type to
344
- * synchronize Inventory data from multiple Amazon Web Services Regions to a single Amazon Simple Storage Service (Amazon S3) bucket. For more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-inventory-datasync.html">Configuring resource data
345
- * sync for Inventory</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
346
- * <p>You can configure Systems Manager Explorer to use the <code>SyncFromSource</code> type to synchronize
347
- * operational work items (OpsItems) and operational data (OpsData) from multiple Amazon Web Services Regions to a
348
- * single Amazon S3 bucket. This type can synchronize OpsItems and OpsData from multiple
349
- * Amazon Web Services accounts and Amazon Web Services Regions or <code>EntireOrganization</code> by using Organizations. For more
350
- * information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/Explorer-resource-data-sync.html">Setting up Systems Manager
351
- * Explorer to display data from multiple accounts and Regions</a> in the
352
- * <i>Amazon Web Services Systems Manager User Guide</i>.</p>
353
- * <p>A resource data sync is an asynchronous operation that returns immediately. After a
354
- * successful initial sync is completed, the system continuously syncs data. To check the status of
355
- * a sync, use the <a>ListResourceDataSync</a>.</p>
356
- * <note>
357
- * <p>By default, data isn't encrypted in Amazon S3. We strongly recommend that you
358
- * enable encryption in Amazon S3 to ensure secure data storage. We also recommend that you
359
- * secure access to the Amazon S3 bucket by creating a restrictive bucket policy. </p>
360
- * </note>
361
- */
362
- createResourceDataSync(args: CreateResourceDataSyncCommandInput, options?: __HttpHandlerOptions): Promise<CreateResourceDataSyncCommandOutput>;
363
- createResourceDataSync(args: CreateResourceDataSyncCommandInput, cb: (err: any, data?: CreateResourceDataSyncCommandOutput) => void): void;
364
- createResourceDataSync(args: CreateResourceDataSyncCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateResourceDataSyncCommandOutput) => void): void;
365
- /**
366
- * <p>Deletes an activation. You aren't required to delete an activation. If you delete an
367
- * activation, you can no longer use it to register additional managed instances. Deleting an
368
- * activation doesn't de-register managed instances. You must manually de-register managed
369
- * instances.</p>
370
- */
371
- deleteActivation(args: DeleteActivationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteActivationCommandOutput>;
372
- deleteActivation(args: DeleteActivationCommandInput, cb: (err: any, data?: DeleteActivationCommandOutput) => void): void;
373
- deleteActivation(args: DeleteActivationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteActivationCommandOutput) => void): void;
374
- /**
375
- * <p>Disassociates the specified Amazon Web Services Systems Manager document (SSM document) from the specified instance.
376
- * If you created the association by using the <code>Targets</code> parameter, then you must delete
377
- * the association by using the association ID.</p>
378
- * <p>When you disassociate a document from an instance, it doesn't change the configuration of
379
- * the instance. To change the configuration state of an instance after you disassociate a document,
380
- * you must create a new document with the desired configuration and associate it with the
381
- * instance.</p>
382
- */
383
- deleteAssociation(args: DeleteAssociationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAssociationCommandOutput>;
384
- deleteAssociation(args: DeleteAssociationCommandInput, cb: (err: any, data?: DeleteAssociationCommandOutput) => void): void;
385
- deleteAssociation(args: DeleteAssociationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAssociationCommandOutput) => void): void;
386
- /**
387
- * <p>Deletes the Amazon Web Services Systems Manager document (SSM document) and all instance associations to the
388
- * document.</p>
389
- * <p>Before you delete the document, we recommend that you use <a>DeleteAssociation</a> to disassociate all instances that are associated with the document.</p>
390
- */
391
- deleteDocument(args: DeleteDocumentCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDocumentCommandOutput>;
392
- deleteDocument(args: DeleteDocumentCommandInput, cb: (err: any, data?: DeleteDocumentCommandOutput) => void): void;
393
- deleteDocument(args: DeleteDocumentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDocumentCommandOutput) => void): void;
394
- /**
395
- * <p>Delete a custom inventory type or the data associated with a custom Inventory type. Deleting
396
- * a custom inventory type is also referred to as deleting a custom inventory schema.</p>
397
- */
398
- deleteInventory(args: DeleteInventoryCommandInput, options?: __HttpHandlerOptions): Promise<DeleteInventoryCommandOutput>;
399
- deleteInventory(args: DeleteInventoryCommandInput, cb: (err: any, data?: DeleteInventoryCommandOutput) => void): void;
400
- deleteInventory(args: DeleteInventoryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteInventoryCommandOutput) => void): void;
401
- /**
402
- * <p>Deletes a maintenance window.</p>
403
- */
404
- deleteMaintenanceWindow(args: DeleteMaintenanceWindowCommandInput, options?: __HttpHandlerOptions): Promise<DeleteMaintenanceWindowCommandOutput>;
405
- deleteMaintenanceWindow(args: DeleteMaintenanceWindowCommandInput, cb: (err: any, data?: DeleteMaintenanceWindowCommandOutput) => void): void;
406
- deleteMaintenanceWindow(args: DeleteMaintenanceWindowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteMaintenanceWindowCommandOutput) => void): void;
407
- /**
408
- * <p>Delete OpsMetadata related to an application.</p>
409
- */
410
- deleteOpsMetadata(args: DeleteOpsMetadataCommandInput, options?: __HttpHandlerOptions): Promise<DeleteOpsMetadataCommandOutput>;
411
- deleteOpsMetadata(args: DeleteOpsMetadataCommandInput, cb: (err: any, data?: DeleteOpsMetadataCommandOutput) => void): void;
412
- deleteOpsMetadata(args: DeleteOpsMetadataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteOpsMetadataCommandOutput) => void): void;
413
- /**
414
- * <p>Delete a parameter from the system. After deleting a parameter, wait for at least 30 seconds
415
- * to create a parameter with the same name.</p>
416
- */
417
- deleteParameter(args: DeleteParameterCommandInput, options?: __HttpHandlerOptions): Promise<DeleteParameterCommandOutput>;
418
- deleteParameter(args: DeleteParameterCommandInput, cb: (err: any, data?: DeleteParameterCommandOutput) => void): void;
419
- deleteParameter(args: DeleteParameterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteParameterCommandOutput) => void): void;
420
- /**
421
- * <p>Delete a list of parameters. After deleting a parameter, wait for at least 30 seconds to
422
- * create a parameter with the same name.</p>
423
- */
424
- deleteParameters(args: DeleteParametersCommandInput, options?: __HttpHandlerOptions): Promise<DeleteParametersCommandOutput>;
425
- deleteParameters(args: DeleteParametersCommandInput, cb: (err: any, data?: DeleteParametersCommandOutput) => void): void;
426
- deleteParameters(args: DeleteParametersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteParametersCommandOutput) => void): void;
427
- /**
428
- * <p>Deletes a patch baseline.</p>
429
- */
430
- deletePatchBaseline(args: DeletePatchBaselineCommandInput, options?: __HttpHandlerOptions): Promise<DeletePatchBaselineCommandOutput>;
431
- deletePatchBaseline(args: DeletePatchBaselineCommandInput, cb: (err: any, data?: DeletePatchBaselineCommandOutput) => void): void;
432
- deletePatchBaseline(args: DeletePatchBaselineCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeletePatchBaselineCommandOutput) => void): void;
433
- /**
434
- * <p>Deletes a resource data sync configuration. After the configuration is deleted, changes to
435
- * data on managed instances are no longer synced to or from the target. Deleting a sync
436
- * configuration doesn't delete data.</p>
437
- */
438
- deleteResourceDataSync(args: DeleteResourceDataSyncCommandInput, options?: __HttpHandlerOptions): Promise<DeleteResourceDataSyncCommandOutput>;
439
- deleteResourceDataSync(args: DeleteResourceDataSyncCommandInput, cb: (err: any, data?: DeleteResourceDataSyncCommandOutput) => void): void;
440
- deleteResourceDataSync(args: DeleteResourceDataSyncCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteResourceDataSyncCommandOutput) => void): void;
441
- /**
442
- * <p>Removes the server or virtual machine from the list of registered servers. You can
443
- * reregister the instance again at any time. If you don't plan to use Run Command on the server, we
444
- * suggest uninstalling SSM Agent first.</p>
445
- */
446
- deregisterManagedInstance(args: DeregisterManagedInstanceCommandInput, options?: __HttpHandlerOptions): Promise<DeregisterManagedInstanceCommandOutput>;
447
- deregisterManagedInstance(args: DeregisterManagedInstanceCommandInput, cb: (err: any, data?: DeregisterManagedInstanceCommandOutput) => void): void;
448
- deregisterManagedInstance(args: DeregisterManagedInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeregisterManagedInstanceCommandOutput) => void): void;
449
- /**
450
- * <p>Removes a patch group from a patch baseline.</p>
451
- */
452
- deregisterPatchBaselineForPatchGroup(args: DeregisterPatchBaselineForPatchGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeregisterPatchBaselineForPatchGroupCommandOutput>;
453
- deregisterPatchBaselineForPatchGroup(args: DeregisterPatchBaselineForPatchGroupCommandInput, cb: (err: any, data?: DeregisterPatchBaselineForPatchGroupCommandOutput) => void): void;
454
- deregisterPatchBaselineForPatchGroup(args: DeregisterPatchBaselineForPatchGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeregisterPatchBaselineForPatchGroupCommandOutput) => void): void;
455
- /**
456
- * <p>Removes a target from a maintenance window.</p>
457
- */
458
- deregisterTargetFromMaintenanceWindow(args: DeregisterTargetFromMaintenanceWindowCommandInput, options?: __HttpHandlerOptions): Promise<DeregisterTargetFromMaintenanceWindowCommandOutput>;
459
- deregisterTargetFromMaintenanceWindow(args: DeregisterTargetFromMaintenanceWindowCommandInput, cb: (err: any, data?: DeregisterTargetFromMaintenanceWindowCommandOutput) => void): void;
460
- deregisterTargetFromMaintenanceWindow(args: DeregisterTargetFromMaintenanceWindowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeregisterTargetFromMaintenanceWindowCommandOutput) => void): void;
461
- /**
462
- * <p>Removes a task from a maintenance window.</p>
463
- */
464
- deregisterTaskFromMaintenanceWindow(args: DeregisterTaskFromMaintenanceWindowCommandInput, options?: __HttpHandlerOptions): Promise<DeregisterTaskFromMaintenanceWindowCommandOutput>;
465
- deregisterTaskFromMaintenanceWindow(args: DeregisterTaskFromMaintenanceWindowCommandInput, cb: (err: any, data?: DeregisterTaskFromMaintenanceWindowCommandOutput) => void): void;
466
- deregisterTaskFromMaintenanceWindow(args: DeregisterTaskFromMaintenanceWindowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeregisterTaskFromMaintenanceWindowCommandOutput) => void): void;
467
- /**
468
- * <p>Describes details about the activation, such as the date and time the activation was
469
- * created, its expiration date, the Identity and Access Management (IAM) role assigned to
470
- * the instances in the activation, and the number of instances registered by using this
471
- * activation.</p>
472
- */
473
- describeActivations(args: DescribeActivationsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeActivationsCommandOutput>;
474
- describeActivations(args: DescribeActivationsCommandInput, cb: (err: any, data?: DescribeActivationsCommandOutput) => void): void;
475
- describeActivations(args: DescribeActivationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeActivationsCommandOutput) => void): void;
476
- /**
477
- * <p>Describes the association for the specified target or instance. If you created the
478
- * association by using the <code>Targets</code> parameter, then you must retrieve the association
479
- * by using the association ID.</p>
480
- */
481
- describeAssociation(args: DescribeAssociationCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAssociationCommandOutput>;
482
- describeAssociation(args: DescribeAssociationCommandInput, cb: (err: any, data?: DescribeAssociationCommandOutput) => void): void;
483
- describeAssociation(args: DescribeAssociationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAssociationCommandOutput) => void): void;
484
- /**
485
- * <p>Views all executions for a specific association ID. </p>
486
- */
487
- describeAssociationExecutions(args: DescribeAssociationExecutionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAssociationExecutionsCommandOutput>;
488
- describeAssociationExecutions(args: DescribeAssociationExecutionsCommandInput, cb: (err: any, data?: DescribeAssociationExecutionsCommandOutput) => void): void;
489
- describeAssociationExecutions(args: DescribeAssociationExecutionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAssociationExecutionsCommandOutput) => void): void;
490
- /**
491
- * <p>Views information about a specific execution of a specific association.</p>
492
- */
493
- describeAssociationExecutionTargets(args: DescribeAssociationExecutionTargetsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAssociationExecutionTargetsCommandOutput>;
494
- describeAssociationExecutionTargets(args: DescribeAssociationExecutionTargetsCommandInput, cb: (err: any, data?: DescribeAssociationExecutionTargetsCommandOutput) => void): void;
495
- describeAssociationExecutionTargets(args: DescribeAssociationExecutionTargetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAssociationExecutionTargetsCommandOutput) => void): void;
496
- /**
497
- * <p>Provides details about all active and terminated Automation executions.</p>
498
- */
499
- describeAutomationExecutions(args: DescribeAutomationExecutionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAutomationExecutionsCommandOutput>;
500
- describeAutomationExecutions(args: DescribeAutomationExecutionsCommandInput, cb: (err: any, data?: DescribeAutomationExecutionsCommandOutput) => void): void;
501
- describeAutomationExecutions(args: DescribeAutomationExecutionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAutomationExecutionsCommandOutput) => void): void;
502
- /**
503
- * <p>Information about all active and terminated step executions in an Automation
504
- * workflow.</p>
505
- */
506
- describeAutomationStepExecutions(args: DescribeAutomationStepExecutionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAutomationStepExecutionsCommandOutput>;
507
- describeAutomationStepExecutions(args: DescribeAutomationStepExecutionsCommandInput, cb: (err: any, data?: DescribeAutomationStepExecutionsCommandOutput) => void): void;
508
- describeAutomationStepExecutions(args: DescribeAutomationStepExecutionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAutomationStepExecutionsCommandOutput) => void): void;
509
- /**
510
- * <p>Lists all patches eligible to be included in a patch baseline.</p>
511
- */
512
- describeAvailablePatches(args: DescribeAvailablePatchesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAvailablePatchesCommandOutput>;
513
- describeAvailablePatches(args: DescribeAvailablePatchesCommandInput, cb: (err: any, data?: DescribeAvailablePatchesCommandOutput) => void): void;
514
- describeAvailablePatches(args: DescribeAvailablePatchesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAvailablePatchesCommandOutput) => void): void;
515
- /**
516
- * <p>Describes the specified Amazon Web Services Systems Manager document (SSM document).</p>
517
- */
518
- describeDocument(args: DescribeDocumentCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDocumentCommandOutput>;
519
- describeDocument(args: DescribeDocumentCommandInput, cb: (err: any, data?: DescribeDocumentCommandOutput) => void): void;
520
- describeDocument(args: DescribeDocumentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDocumentCommandOutput) => void): void;
521
- /**
522
- * <p>Describes the permissions for a Amazon Web Services Systems Manager document (SSM document). If you created the
523
- * document, you are the owner. If a document is shared, it can either be shared privately (by
524
- * specifying a user's Amazon Web Services account ID) or publicly (<i>All</i>). </p>
525
- */
526
- describeDocumentPermission(args: DescribeDocumentPermissionCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDocumentPermissionCommandOutput>;
527
- describeDocumentPermission(args: DescribeDocumentPermissionCommandInput, cb: (err: any, data?: DescribeDocumentPermissionCommandOutput) => void): void;
528
- describeDocumentPermission(args: DescribeDocumentPermissionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDocumentPermissionCommandOutput) => void): void;
529
- /**
530
- * <p>All associations for the instance(s).</p>
531
- */
532
- describeEffectiveInstanceAssociations(args: DescribeEffectiveInstanceAssociationsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEffectiveInstanceAssociationsCommandOutput>;
533
- describeEffectiveInstanceAssociations(args: DescribeEffectiveInstanceAssociationsCommandInput, cb: (err: any, data?: DescribeEffectiveInstanceAssociationsCommandOutput) => void): void;
534
- describeEffectiveInstanceAssociations(args: DescribeEffectiveInstanceAssociationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEffectiveInstanceAssociationsCommandOutput) => void): void;
535
- /**
536
- * <p>Retrieves the current effective patches (the patch and the approval state) for the specified
537
- * patch baseline. Applies to patch baselines for Windows only.</p>
538
- */
539
- describeEffectivePatchesForPatchBaseline(args: DescribeEffectivePatchesForPatchBaselineCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEffectivePatchesForPatchBaselineCommandOutput>;
540
- describeEffectivePatchesForPatchBaseline(args: DescribeEffectivePatchesForPatchBaselineCommandInput, cb: (err: any, data?: DescribeEffectivePatchesForPatchBaselineCommandOutput) => void): void;
541
- describeEffectivePatchesForPatchBaseline(args: DescribeEffectivePatchesForPatchBaselineCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEffectivePatchesForPatchBaselineCommandOutput) => void): void;
542
- /**
543
- * <p>The status of the associations for the instance(s).</p>
544
- */
545
- describeInstanceAssociationsStatus(args: DescribeInstanceAssociationsStatusCommandInput, options?: __HttpHandlerOptions): Promise<DescribeInstanceAssociationsStatusCommandOutput>;
546
- describeInstanceAssociationsStatus(args: DescribeInstanceAssociationsStatusCommandInput, cb: (err: any, data?: DescribeInstanceAssociationsStatusCommandOutput) => void): void;
547
- describeInstanceAssociationsStatus(args: DescribeInstanceAssociationsStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeInstanceAssociationsStatusCommandOutput) => void): void;
548
- /**
549
- * <p>Describes one or more of your instances, including information about the operating system
550
- * platform, the version of SSM Agent installed on the instance, instance status, and so on.</p>
551
- * <p>If you specify one or more instance IDs, it returns information for those instances. If you
552
- * don't specify instance IDs, it returns information for all your instances. If you specify an
553
- * instance ID that isn't valid or an instance that you don't own, you receive an error.</p>
554
- * <note>
555
- * <p>The <code>IamRole</code> field for this API operation is the Identity and Access Management
556
- * (IAM) role assigned to on-premises instances. This call doesn't return the
557
- * IAM role for EC2 instances.</p>
558
- * </note>
559
- */
560
- describeInstanceInformation(args: DescribeInstanceInformationCommandInput, options?: __HttpHandlerOptions): Promise<DescribeInstanceInformationCommandOutput>;
561
- describeInstanceInformation(args: DescribeInstanceInformationCommandInput, cb: (err: any, data?: DescribeInstanceInformationCommandOutput) => void): void;
562
- describeInstanceInformation(args: DescribeInstanceInformationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeInstanceInformationCommandOutput) => void): void;
563
- /**
564
- * <p>Retrieves information about the patches on the specified instance and their state relative
565
- * to the patch baseline being used for the instance.</p>
566
- */
567
- describeInstancePatches(args: DescribeInstancePatchesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeInstancePatchesCommandOutput>;
568
- describeInstancePatches(args: DescribeInstancePatchesCommandInput, cb: (err: any, data?: DescribeInstancePatchesCommandOutput) => void): void;
569
- describeInstancePatches(args: DescribeInstancePatchesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeInstancePatchesCommandOutput) => void): void;
570
- /**
571
- * <p>Retrieves the high-level patch state of one or more instances.</p>
572
- */
573
- describeInstancePatchStates(args: DescribeInstancePatchStatesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeInstancePatchStatesCommandOutput>;
574
- describeInstancePatchStates(args: DescribeInstancePatchStatesCommandInput, cb: (err: any, data?: DescribeInstancePatchStatesCommandOutput) => void): void;
575
- describeInstancePatchStates(args: DescribeInstancePatchStatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeInstancePatchStatesCommandOutput) => void): void;
576
- /**
577
- * <p>Retrieves the high-level patch state for the instances in the specified patch group.</p>
578
- */
579
- describeInstancePatchStatesForPatchGroup(args: DescribeInstancePatchStatesForPatchGroupCommandInput, options?: __HttpHandlerOptions): Promise<DescribeInstancePatchStatesForPatchGroupCommandOutput>;
580
- describeInstancePatchStatesForPatchGroup(args: DescribeInstancePatchStatesForPatchGroupCommandInput, cb: (err: any, data?: DescribeInstancePatchStatesForPatchGroupCommandOutput) => void): void;
581
- describeInstancePatchStatesForPatchGroup(args: DescribeInstancePatchStatesForPatchGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeInstancePatchStatesForPatchGroupCommandOutput) => void): void;
582
- /**
583
- * <p>Describes a specific delete inventory operation.</p>
584
- */
585
- describeInventoryDeletions(args: DescribeInventoryDeletionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeInventoryDeletionsCommandOutput>;
586
- describeInventoryDeletions(args: DescribeInventoryDeletionsCommandInput, cb: (err: any, data?: DescribeInventoryDeletionsCommandOutput) => void): void;
587
- describeInventoryDeletions(args: DescribeInventoryDeletionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeInventoryDeletionsCommandOutput) => void): void;
588
- /**
589
- * <p>Lists the executions of a maintenance window. This includes information about when the
590
- * maintenance window was scheduled to be active, and information about tasks registered and run
591
- * with the maintenance window.</p>
592
- */
593
- describeMaintenanceWindowExecutions(args: DescribeMaintenanceWindowExecutionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeMaintenanceWindowExecutionsCommandOutput>;
594
- describeMaintenanceWindowExecutions(args: DescribeMaintenanceWindowExecutionsCommandInput, cb: (err: any, data?: DescribeMaintenanceWindowExecutionsCommandOutput) => void): void;
595
- describeMaintenanceWindowExecutions(args: DescribeMaintenanceWindowExecutionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeMaintenanceWindowExecutionsCommandOutput) => void): void;
596
- /**
597
- * <p>Retrieves the individual task executions (one per target) for a particular task run as part
598
- * of a maintenance window execution.</p>
599
- */
600
- describeMaintenanceWindowExecutionTaskInvocations(args: DescribeMaintenanceWindowExecutionTaskInvocationsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeMaintenanceWindowExecutionTaskInvocationsCommandOutput>;
601
- describeMaintenanceWindowExecutionTaskInvocations(args: DescribeMaintenanceWindowExecutionTaskInvocationsCommandInput, cb: (err: any, data?: DescribeMaintenanceWindowExecutionTaskInvocationsCommandOutput) => void): void;
602
- describeMaintenanceWindowExecutionTaskInvocations(args: DescribeMaintenanceWindowExecutionTaskInvocationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeMaintenanceWindowExecutionTaskInvocationsCommandOutput) => void): void;
603
- /**
604
- * <p>For a given maintenance window execution, lists the tasks that were run.</p>
605
- */
606
- describeMaintenanceWindowExecutionTasks(args: DescribeMaintenanceWindowExecutionTasksCommandInput, options?: __HttpHandlerOptions): Promise<DescribeMaintenanceWindowExecutionTasksCommandOutput>;
607
- describeMaintenanceWindowExecutionTasks(args: DescribeMaintenanceWindowExecutionTasksCommandInput, cb: (err: any, data?: DescribeMaintenanceWindowExecutionTasksCommandOutput) => void): void;
608
- describeMaintenanceWindowExecutionTasks(args: DescribeMaintenanceWindowExecutionTasksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeMaintenanceWindowExecutionTasksCommandOutput) => void): void;
609
- /**
610
- * <p>Retrieves the maintenance windows in an Amazon Web Services account.</p>
611
- */
612
- describeMaintenanceWindows(args: DescribeMaintenanceWindowsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeMaintenanceWindowsCommandOutput>;
613
- describeMaintenanceWindows(args: DescribeMaintenanceWindowsCommandInput, cb: (err: any, data?: DescribeMaintenanceWindowsCommandOutput) => void): void;
614
- describeMaintenanceWindows(args: DescribeMaintenanceWindowsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeMaintenanceWindowsCommandOutput) => void): void;
615
- /**
616
- * <p>Retrieves information about upcoming executions of a maintenance window.</p>
617
- */
618
- describeMaintenanceWindowSchedule(args: DescribeMaintenanceWindowScheduleCommandInput, options?: __HttpHandlerOptions): Promise<DescribeMaintenanceWindowScheduleCommandOutput>;
619
- describeMaintenanceWindowSchedule(args: DescribeMaintenanceWindowScheduleCommandInput, cb: (err: any, data?: DescribeMaintenanceWindowScheduleCommandOutput) => void): void;
620
- describeMaintenanceWindowSchedule(args: DescribeMaintenanceWindowScheduleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeMaintenanceWindowScheduleCommandOutput) => void): void;
621
- /**
622
- * <p>Retrieves information about the maintenance window targets or tasks that an instance is
623
- * associated with.</p>
624
- */
625
- describeMaintenanceWindowsForTarget(args: DescribeMaintenanceWindowsForTargetCommandInput, options?: __HttpHandlerOptions): Promise<DescribeMaintenanceWindowsForTargetCommandOutput>;
626
- describeMaintenanceWindowsForTarget(args: DescribeMaintenanceWindowsForTargetCommandInput, cb: (err: any, data?: DescribeMaintenanceWindowsForTargetCommandOutput) => void): void;
627
- describeMaintenanceWindowsForTarget(args: DescribeMaintenanceWindowsForTargetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeMaintenanceWindowsForTargetCommandOutput) => void): void;
628
- /**
629
- * <p>Lists the targets registered with the maintenance window.</p>
630
- */
631
- describeMaintenanceWindowTargets(args: DescribeMaintenanceWindowTargetsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeMaintenanceWindowTargetsCommandOutput>;
632
- describeMaintenanceWindowTargets(args: DescribeMaintenanceWindowTargetsCommandInput, cb: (err: any, data?: DescribeMaintenanceWindowTargetsCommandOutput) => void): void;
633
- describeMaintenanceWindowTargets(args: DescribeMaintenanceWindowTargetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeMaintenanceWindowTargetsCommandOutput) => void): void;
634
- /**
635
- * <p>Lists the tasks in a maintenance window.</p>
636
- * <note>
637
- * <p>For maintenance window tasks without a specified target, you can't supply values for
638
- * <code>--max-errors</code> and <code>--max-concurrency</code>. Instead, the system inserts a
639
- * placeholder value of <code>1</code>, which may be reported in the response to this command.
640
- * These values don't affect the running of your task and can be ignored.</p>
641
- * </note>
642
- */
643
- describeMaintenanceWindowTasks(args: DescribeMaintenanceWindowTasksCommandInput, options?: __HttpHandlerOptions): Promise<DescribeMaintenanceWindowTasksCommandOutput>;
644
- describeMaintenanceWindowTasks(args: DescribeMaintenanceWindowTasksCommandInput, cb: (err: any, data?: DescribeMaintenanceWindowTasksCommandOutput) => void): void;
645
- describeMaintenanceWindowTasks(args: DescribeMaintenanceWindowTasksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeMaintenanceWindowTasksCommandOutput) => void): void;
646
- /**
647
- * <p>Query a set of OpsItems. You must have permission in Identity and Access Management (IAM) to query a list of OpsItems. For more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-getting-started.html">Getting started with
648
- * OpsCenter</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
649
- * <p>Operations engineers and IT professionals use Amazon Web Services Systems Manager OpsCenter to view, investigate, and
650
- * remediate operational issues impacting the performance and health of their Amazon Web Services resources. For
651
- * more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter.html">OpsCenter</a> in the
652
- * <i>Amazon Web Services Systems Manager User Guide</i>. </p>
653
- */
654
- describeOpsItems(args: DescribeOpsItemsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeOpsItemsCommandOutput>;
655
- describeOpsItems(args: DescribeOpsItemsCommandInput, cb: (err: any, data?: DescribeOpsItemsCommandOutput) => void): void;
656
- describeOpsItems(args: DescribeOpsItemsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeOpsItemsCommandOutput) => void): void;
657
- /**
658
- * <p>Get information about a parameter.</p>
659
- * <p>Request results are returned on a best-effort basis. If you specify <code>MaxResults</code>
660
- * in the request, the response includes information up to the limit specified. The number of items
661
- * returned, however, can be between zero and the value of <code>MaxResults</code>. If the service
662
- * reaches an internal limit while processing the results, it stops the operation and returns the
663
- * matching values up to that point and a <code>NextToken</code>. You can specify the
664
- * <code>NextToken</code> in a subsequent call to get the next set of results.</p>
665
- * <important>
666
- * <p>If you change the KMS key alias for the KMS key used to encrypt a parameter, then you must
667
- * also update the key alias the parameter uses to reference KMS. Otherwise,
668
- * <code>DescribeParameters</code> retrieves whatever the original key alias was
669
- * referencing.</p>
670
- * </important>
671
- */
672
- describeParameters(args: DescribeParametersCommandInput, options?: __HttpHandlerOptions): Promise<DescribeParametersCommandOutput>;
673
- describeParameters(args: DescribeParametersCommandInput, cb: (err: any, data?: DescribeParametersCommandOutput) => void): void;
674
- describeParameters(args: DescribeParametersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeParametersCommandOutput) => void): void;
675
- /**
676
- * <p>Lists the patch baselines in your Amazon Web Services account.</p>
677
- */
678
- describePatchBaselines(args: DescribePatchBaselinesCommandInput, options?: __HttpHandlerOptions): Promise<DescribePatchBaselinesCommandOutput>;
679
- describePatchBaselines(args: DescribePatchBaselinesCommandInput, cb: (err: any, data?: DescribePatchBaselinesCommandOutput) => void): void;
680
- describePatchBaselines(args: DescribePatchBaselinesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribePatchBaselinesCommandOutput) => void): void;
681
- /**
682
- * <p>Lists all patch groups that have been registered with patch baselines.</p>
683
- */
684
- describePatchGroups(args: DescribePatchGroupsCommandInput, options?: __HttpHandlerOptions): Promise<DescribePatchGroupsCommandOutput>;
685
- describePatchGroups(args: DescribePatchGroupsCommandInput, cb: (err: any, data?: DescribePatchGroupsCommandOutput) => void): void;
686
- describePatchGroups(args: DescribePatchGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribePatchGroupsCommandOutput) => void): void;
687
- /**
688
- * <p>Returns high-level aggregated patch compliance state information for a patch group.</p>
689
- */
690
- describePatchGroupState(args: DescribePatchGroupStateCommandInput, options?: __HttpHandlerOptions): Promise<DescribePatchGroupStateCommandOutput>;
691
- describePatchGroupState(args: DescribePatchGroupStateCommandInput, cb: (err: any, data?: DescribePatchGroupStateCommandOutput) => void): void;
692
- describePatchGroupState(args: DescribePatchGroupStateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribePatchGroupStateCommandOutput) => void): void;
693
- /**
694
- * <p>Lists the properties of available patches organized by product, product family,
695
- * classification, severity, and other properties of available patches. You can use the reported
696
- * properties in the filters you specify in requests for operations such as <a>CreatePatchBaseline</a>, <a>UpdatePatchBaseline</a>, <a>DescribeAvailablePatches</a>, and <a>DescribePatchBaselines</a>.</p>
697
- * <p>The following section lists the properties that can be used in filters for each major
698
- * operating system type:</p>
699
- * <dl>
700
- * <dt>AMAZON_LINUX</dt>
701
- * <dd>
702
- * <p>Valid properties: <code>PRODUCT</code> | <code>CLASSIFICATION</code> |
703
- * <code>SEVERITY</code>
704
- * </p>
705
- * </dd>
706
- * <dt>AMAZON_LINUX_2</dt>
707
- * <dd>
708
- * <p>Valid properties: <code>PRODUCT</code> | <code>CLASSIFICATION</code> |
709
- * <code>SEVERITY</code>
710
- * </p>
711
- * </dd>
712
- * <dt>CENTOS</dt>
713
- * <dd>
714
- * <p>Valid properties: <code>PRODUCT</code> | <code>CLASSIFICATION</code> |
715
- * <code>SEVERITY</code>
716
- * </p>
717
- * </dd>
718
- * <dt>DEBIAN</dt>
719
- * <dd>
720
- * <p>Valid properties: <code>PRODUCT</code> | <code>PRIORITY</code>
721
- * </p>
722
- * </dd>
723
- * <dt>MACOS</dt>
724
- * <dd>
725
- * <p>Valid properties: <code>PRODUCT</code> | <code>CLASSIFICATION</code>
726
- * </p>
727
- * </dd>
728
- * <dt>ORACLE_LINUX</dt>
729
- * <dd>
730
- * <p>Valid properties: <code>PRODUCT</code> | <code>CLASSIFICATION</code> |
731
- * <code>SEVERITY</code>
732
- * </p>
733
- * </dd>
734
- * <dt>REDHAT_ENTERPRISE_LINUX</dt>
735
- * <dd>
736
- * <p>Valid properties: <code>PRODUCT</code> | <code>CLASSIFICATION</code> |
737
- * <code>SEVERITY</code>
738
- * </p>
739
- * </dd>
740
- * <dt>SUSE</dt>
741
- * <dd>
742
- * <p>Valid properties: <code>PRODUCT</code> | <code>CLASSIFICATION</code> |
743
- * <code>SEVERITY</code>
744
- * </p>
745
- * </dd>
746
- * <dt>UBUNTU</dt>
747
- * <dd>
748
- * <p>Valid properties: <code>PRODUCT</code> | <code>PRIORITY</code>
749
- * </p>
750
- * </dd>
751
- * <dt>WINDOWS</dt>
752
- * <dd>
753
- * <p>Valid properties: <code>PRODUCT</code> | <code>PRODUCT_FAMILY</code> |
754
- * <code>CLASSIFICATION</code> | <code>MSRC_SEVERITY</code>
755
- * </p>
756
- * </dd>
757
- * </dl>
758
- */
759
- describePatchProperties(args: DescribePatchPropertiesCommandInput, options?: __HttpHandlerOptions): Promise<DescribePatchPropertiesCommandOutput>;
760
- describePatchProperties(args: DescribePatchPropertiesCommandInput, cb: (err: any, data?: DescribePatchPropertiesCommandOutput) => void): void;
761
- describePatchProperties(args: DescribePatchPropertiesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribePatchPropertiesCommandOutput) => void): void;
762
- /**
763
- * <p>Retrieves a list of all active sessions (both connected and disconnected) or terminated
764
- * sessions from the past 30 days.</p>
765
- */
766
- describeSessions(args: DescribeSessionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeSessionsCommandOutput>;
767
- describeSessions(args: DescribeSessionsCommandInput, cb: (err: any, data?: DescribeSessionsCommandOutput) => void): void;
768
- describeSessions(args: DescribeSessionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeSessionsCommandOutput) => void): void;
769
- /**
770
- * <p>Deletes the association between an OpsItem and a related item. For example, this API
771
- * operation can delete an Incident Manager incident from an OpsItem. Incident Manager is a capability of
772
- * Amazon Web Services Systems Manager.</p>
773
- */
774
- disassociateOpsItemRelatedItem(args: DisassociateOpsItemRelatedItemCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateOpsItemRelatedItemCommandOutput>;
775
- disassociateOpsItemRelatedItem(args: DisassociateOpsItemRelatedItemCommandInput, cb: (err: any, data?: DisassociateOpsItemRelatedItemCommandOutput) => void): void;
776
- disassociateOpsItemRelatedItem(args: DisassociateOpsItemRelatedItemCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateOpsItemRelatedItemCommandOutput) => void): void;
777
- /**
778
- * <p>Get detailed information about a particular Automation execution.</p>
779
- */
780
- getAutomationExecution(args: GetAutomationExecutionCommandInput, options?: __HttpHandlerOptions): Promise<GetAutomationExecutionCommandOutput>;
781
- getAutomationExecution(args: GetAutomationExecutionCommandInput, cb: (err: any, data?: GetAutomationExecutionCommandOutput) => void): void;
782
- getAutomationExecution(args: GetAutomationExecutionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAutomationExecutionCommandOutput) => void): void;
783
- /**
784
- * <p>Gets the state of a Amazon Web Services Systems Manager change calendar at the current time or a specified time. If
785
- * you specify a time, <code>GetCalendarState</code> returns the state of the calendar at that
786
- * specific time, and returns the next time that the change calendar state will transition. If you
787
- * don't specify a time, <code>GetCalendarState</code> uses the current time. Change Calendar
788
- * entries have two possible states: <code>OPEN</code> or <code>CLOSED</code>.</p>
789
- * <p>If you specify more than one calendar in a request, the command returns the status of
790
- * <code>OPEN</code> only if all calendars in the request are open. If one or more calendars in the
791
- * request are closed, the status returned is <code>CLOSED</code>.</p>
792
- * <p>For more information about Change Calendar, a capability of Amazon Web Services Systems Manager, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-change-calendar.html">Amazon Web Services Systems Manager Change Calendar</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
793
- */
794
- getCalendarState(args: GetCalendarStateCommandInput, options?: __HttpHandlerOptions): Promise<GetCalendarStateCommandOutput>;
795
- getCalendarState(args: GetCalendarStateCommandInput, cb: (err: any, data?: GetCalendarStateCommandOutput) => void): void;
796
- getCalendarState(args: GetCalendarStateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCalendarStateCommandOutput) => void): void;
797
- /**
798
- * <p>Returns detailed information about command execution for an invocation or plugin.</p>
799
- * <p>
800
- * <code>GetCommandInvocation</code> only gives the execution status of a plugin in a document.
801
- * To get the command execution status on a specific instance, use <a>ListCommandInvocations</a>. To get the command execution status across instances, use
802
- * <a>ListCommands</a>.</p>
803
- */
804
- getCommandInvocation(args: GetCommandInvocationCommandInput, options?: __HttpHandlerOptions): Promise<GetCommandInvocationCommandOutput>;
805
- getCommandInvocation(args: GetCommandInvocationCommandInput, cb: (err: any, data?: GetCommandInvocationCommandOutput) => void): void;
806
- getCommandInvocation(args: GetCommandInvocationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCommandInvocationCommandOutput) => void): void;
807
- /**
808
- * <p>Retrieves the Session Manager connection status for an instance to determine whether it is running and
809
- * ready to receive Session Manager connections.</p>
810
- */
811
- getConnectionStatus(args: GetConnectionStatusCommandInput, options?: __HttpHandlerOptions): Promise<GetConnectionStatusCommandOutput>;
812
- getConnectionStatus(args: GetConnectionStatusCommandInput, cb: (err: any, data?: GetConnectionStatusCommandOutput) => void): void;
813
- getConnectionStatus(args: GetConnectionStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetConnectionStatusCommandOutput) => void): void;
814
- /**
815
- * <p>Retrieves the default patch baseline. Amazon Web Services Systems Manager supports creating multiple default patch
816
- * baselines. For example, you can create a default patch baseline for each operating system.</p>
817
- * <p>If you don't specify an operating system value, the default patch baseline for Windows is
818
- * returned.</p>
819
- */
820
- getDefaultPatchBaseline(args: GetDefaultPatchBaselineCommandInput, options?: __HttpHandlerOptions): Promise<GetDefaultPatchBaselineCommandOutput>;
821
- getDefaultPatchBaseline(args: GetDefaultPatchBaselineCommandInput, cb: (err: any, data?: GetDefaultPatchBaselineCommandOutput) => void): void;
822
- getDefaultPatchBaseline(args: GetDefaultPatchBaselineCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDefaultPatchBaselineCommandOutput) => void): void;
823
- /**
824
- * <p>Retrieves the current snapshot for the patch baseline the instance uses. This API is
825
- * primarily used by the <code>AWS-RunPatchBaseline</code> Systems Manager document (SSM document).</p>
826
- * <note>
827
- * <p>If you run the command locally, such as with the Command Line Interface (CLI), the system attempts to use your local Amazon Web Services credentials and the operation fails. To avoid
828
- * this, you can run the command in the Amazon Web Services Systems Manager console. Use Run Command, a capability of
829
- * Amazon Web Services Systems Manager, with an SSM document that enables you to target an instance with a script or command.
830
- * For example, run the command using the <code>AWS-RunShellScript</code> document or the
831
- * <code>AWS-RunPowerShellScript</code> document.</p>
832
- * </note>
833
- */
834
- getDeployablePatchSnapshotForInstance(args: GetDeployablePatchSnapshotForInstanceCommandInput, options?: __HttpHandlerOptions): Promise<GetDeployablePatchSnapshotForInstanceCommandOutput>;
835
- getDeployablePatchSnapshotForInstance(args: GetDeployablePatchSnapshotForInstanceCommandInput, cb: (err: any, data?: GetDeployablePatchSnapshotForInstanceCommandOutput) => void): void;
836
- getDeployablePatchSnapshotForInstance(args: GetDeployablePatchSnapshotForInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDeployablePatchSnapshotForInstanceCommandOutput) => void): void;
837
- /**
838
- * <p>Gets the contents of the specified Amazon Web Services Systems Manager document (SSM document).</p>
839
- */
840
- getDocument(args: GetDocumentCommandInput, options?: __HttpHandlerOptions): Promise<GetDocumentCommandOutput>;
841
- getDocument(args: GetDocumentCommandInput, cb: (err: any, data?: GetDocumentCommandOutput) => void): void;
842
- getDocument(args: GetDocumentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDocumentCommandOutput) => void): void;
843
- /**
844
- * <p>Query inventory information. This includes instance status, such as <code>Stopped</code> or
845
- * <code>Terminated</code>.</p>
846
- */
847
- getInventory(args: GetInventoryCommandInput, options?: __HttpHandlerOptions): Promise<GetInventoryCommandOutput>;
848
- getInventory(args: GetInventoryCommandInput, cb: (err: any, data?: GetInventoryCommandOutput) => void): void;
849
- getInventory(args: GetInventoryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetInventoryCommandOutput) => void): void;
850
- /**
851
- * <p>Return a list of inventory type names for the account, or return a list of attribute names
852
- * for a specific Inventory item type.</p>
853
- */
854
- getInventorySchema(args: GetInventorySchemaCommandInput, options?: __HttpHandlerOptions): Promise<GetInventorySchemaCommandOutput>;
855
- getInventorySchema(args: GetInventorySchemaCommandInput, cb: (err: any, data?: GetInventorySchemaCommandOutput) => void): void;
856
- getInventorySchema(args: GetInventorySchemaCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetInventorySchemaCommandOutput) => void): void;
857
- /**
858
- * <p>Retrieves a maintenance window.</p>
859
- */
860
- getMaintenanceWindow(args: GetMaintenanceWindowCommandInput, options?: __HttpHandlerOptions): Promise<GetMaintenanceWindowCommandOutput>;
861
- getMaintenanceWindow(args: GetMaintenanceWindowCommandInput, cb: (err: any, data?: GetMaintenanceWindowCommandOutput) => void): void;
862
- getMaintenanceWindow(args: GetMaintenanceWindowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMaintenanceWindowCommandOutput) => void): void;
863
- /**
864
- * <p>Retrieves details about a specific a maintenance window execution.</p>
865
- */
866
- getMaintenanceWindowExecution(args: GetMaintenanceWindowExecutionCommandInput, options?: __HttpHandlerOptions): Promise<GetMaintenanceWindowExecutionCommandOutput>;
867
- getMaintenanceWindowExecution(args: GetMaintenanceWindowExecutionCommandInput, cb: (err: any, data?: GetMaintenanceWindowExecutionCommandOutput) => void): void;
868
- getMaintenanceWindowExecution(args: GetMaintenanceWindowExecutionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMaintenanceWindowExecutionCommandOutput) => void): void;
869
- /**
870
- * <p>Retrieves the details about a specific task run as part of a maintenance window
871
- * execution.</p>
872
- */
873
- getMaintenanceWindowExecutionTask(args: GetMaintenanceWindowExecutionTaskCommandInput, options?: __HttpHandlerOptions): Promise<GetMaintenanceWindowExecutionTaskCommandOutput>;
874
- getMaintenanceWindowExecutionTask(args: GetMaintenanceWindowExecutionTaskCommandInput, cb: (err: any, data?: GetMaintenanceWindowExecutionTaskCommandOutput) => void): void;
875
- getMaintenanceWindowExecutionTask(args: GetMaintenanceWindowExecutionTaskCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMaintenanceWindowExecutionTaskCommandOutput) => void): void;
876
- /**
877
- * <p>Retrieves information about a specific task running on a specific target.</p>
878
- */
879
- getMaintenanceWindowExecutionTaskInvocation(args: GetMaintenanceWindowExecutionTaskInvocationCommandInput, options?: __HttpHandlerOptions): Promise<GetMaintenanceWindowExecutionTaskInvocationCommandOutput>;
880
- getMaintenanceWindowExecutionTaskInvocation(args: GetMaintenanceWindowExecutionTaskInvocationCommandInput, cb: (err: any, data?: GetMaintenanceWindowExecutionTaskInvocationCommandOutput) => void): void;
881
- getMaintenanceWindowExecutionTaskInvocation(args: GetMaintenanceWindowExecutionTaskInvocationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMaintenanceWindowExecutionTaskInvocationCommandOutput) => void): void;
882
- /**
883
- * <p>Lists the tasks in a maintenance window.</p>
884
- * <note>
885
- * <p>For maintenance window tasks without a specified target, you can't supply values for
886
- * <code>--max-errors</code> and <code>--max-concurrency</code>. Instead, the system inserts a
887
- * placeholder value of <code>1</code>, which may be reported in the response to this command.
888
- * These values don't affect the running of your task and can be ignored.</p>
889
- * </note>
890
- */
891
- getMaintenanceWindowTask(args: GetMaintenanceWindowTaskCommandInput, options?: __HttpHandlerOptions): Promise<GetMaintenanceWindowTaskCommandOutput>;
892
- getMaintenanceWindowTask(args: GetMaintenanceWindowTaskCommandInput, cb: (err: any, data?: GetMaintenanceWindowTaskCommandOutput) => void): void;
893
- getMaintenanceWindowTask(args: GetMaintenanceWindowTaskCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMaintenanceWindowTaskCommandOutput) => void): void;
894
- /**
895
- * <p>Get information about an OpsItem by using the ID. You must have permission in Identity and Access Management (IAM) to view information about an OpsItem. For more information,
896
- * see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-getting-started.html">Getting started with
897
- * OpsCenter</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
898
- * <p>Operations engineers and IT professionals use Amazon Web Services Systems Manager OpsCenter to view, investigate, and
899
- * remediate operational issues impacting the performance and health of their Amazon Web Services resources. For
900
- * more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter.html">OpsCenter</a> in the
901
- * <i>Amazon Web Services Systems Manager User Guide</i>. </p>
902
- */
903
- getOpsItem(args: GetOpsItemCommandInput, options?: __HttpHandlerOptions): Promise<GetOpsItemCommandOutput>;
904
- getOpsItem(args: GetOpsItemCommandInput, cb: (err: any, data?: GetOpsItemCommandOutput) => void): void;
905
- getOpsItem(args: GetOpsItemCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetOpsItemCommandOutput) => void): void;
906
- /**
907
- * <p>View operational metadata related to an application in Application Manager.</p>
908
- */
909
- getOpsMetadata(args: GetOpsMetadataCommandInput, options?: __HttpHandlerOptions): Promise<GetOpsMetadataCommandOutput>;
910
- getOpsMetadata(args: GetOpsMetadataCommandInput, cb: (err: any, data?: GetOpsMetadataCommandOutput) => void): void;
911
- getOpsMetadata(args: GetOpsMetadataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetOpsMetadataCommandOutput) => void): void;
912
- /**
913
- * <p>View a summary of operations metadata (OpsData) based on specified filters and aggregators.
914
- * OpsData can include information about Amazon Web Services Systems Manager OpsCenter operational workitems (OpsItems) as
915
- * well as information about any Amazon Web Services resource or service configured to report OpsData to Amazon Web Services Systems Manager
916
- * Explorer. </p>
917
- */
918
- getOpsSummary(args: GetOpsSummaryCommandInput, options?: __HttpHandlerOptions): Promise<GetOpsSummaryCommandOutput>;
919
- getOpsSummary(args: GetOpsSummaryCommandInput, cb: (err: any, data?: GetOpsSummaryCommandOutput) => void): void;
920
- getOpsSummary(args: GetOpsSummaryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetOpsSummaryCommandOutput) => void): void;
921
- /**
922
- * <p>Get information about a single parameter by specifying the parameter name.</p>
923
- * <note>
924
- * <p>To get information about more than one parameter at a time, use the <a>GetParameters</a> operation.</p>
925
- * </note>
926
- */
927
- getParameter(args: GetParameterCommandInput, options?: __HttpHandlerOptions): Promise<GetParameterCommandOutput>;
928
- getParameter(args: GetParameterCommandInput, cb: (err: any, data?: GetParameterCommandOutput) => void): void;
929
- getParameter(args: GetParameterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetParameterCommandOutput) => void): void;
930
- /**
931
- * <p>Retrieves the history of all changes to a parameter.</p>
932
- * <important>
933
- * <p>If you change the KMS key alias for the KMS key used to encrypt a parameter, then you must
934
- * also update the key alias the parameter uses to reference KMS. Otherwise,
935
- * <code>GetParameterHistory</code> retrieves whatever the original key alias was
936
- * referencing.</p>
937
- * </important>
938
- */
939
- getParameterHistory(args: GetParameterHistoryCommandInput, options?: __HttpHandlerOptions): Promise<GetParameterHistoryCommandOutput>;
940
- getParameterHistory(args: GetParameterHistoryCommandInput, cb: (err: any, data?: GetParameterHistoryCommandOutput) => void): void;
941
- getParameterHistory(args: GetParameterHistoryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetParameterHistoryCommandOutput) => void): void;
942
- /**
943
- * <p>Get information about one or more parameters by specifying multiple parameter names.</p>
944
- * <note>
945
- * <p>To get information about a single parameter, you can use the <a>GetParameter</a>
946
- * operation instead.</p>
947
- * </note>
948
- */
949
- getParameters(args: GetParametersCommandInput, options?: __HttpHandlerOptions): Promise<GetParametersCommandOutput>;
950
- getParameters(args: GetParametersCommandInput, cb: (err: any, data?: GetParametersCommandOutput) => void): void;
951
- getParameters(args: GetParametersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetParametersCommandOutput) => void): void;
952
- /**
953
- * <p>Retrieve information about one or more parameters in a specific hierarchy. </p>
954
- * <p>Request results are returned on a best-effort basis. If you specify <code>MaxResults</code>
955
- * in the request, the response includes information up to the limit specified. The number of items
956
- * returned, however, can be between zero and the value of <code>MaxResults</code>. If the service
957
- * reaches an internal limit while processing the results, it stops the operation and returns the
958
- * matching values up to that point and a <code>NextToken</code>. You can specify the
959
- * <code>NextToken</code> in a subsequent call to get the next set of results.</p>
960
- */
961
- getParametersByPath(args: GetParametersByPathCommandInput, options?: __HttpHandlerOptions): Promise<GetParametersByPathCommandOutput>;
962
- getParametersByPath(args: GetParametersByPathCommandInput, cb: (err: any, data?: GetParametersByPathCommandOutput) => void): void;
963
- getParametersByPath(args: GetParametersByPathCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetParametersByPathCommandOutput) => void): void;
964
- /**
965
- * <p>Retrieves information about a patch baseline.</p>
966
- */
967
- getPatchBaseline(args: GetPatchBaselineCommandInput, options?: __HttpHandlerOptions): Promise<GetPatchBaselineCommandOutput>;
968
- getPatchBaseline(args: GetPatchBaselineCommandInput, cb: (err: any, data?: GetPatchBaselineCommandOutput) => void): void;
969
- getPatchBaseline(args: GetPatchBaselineCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPatchBaselineCommandOutput) => void): void;
970
- /**
971
- * <p>Retrieves the patch baseline that should be used for the specified patch group.</p>
972
- */
973
- getPatchBaselineForPatchGroup(args: GetPatchBaselineForPatchGroupCommandInput, options?: __HttpHandlerOptions): Promise<GetPatchBaselineForPatchGroupCommandOutput>;
974
- getPatchBaselineForPatchGroup(args: GetPatchBaselineForPatchGroupCommandInput, cb: (err: any, data?: GetPatchBaselineForPatchGroupCommandOutput) => void): void;
975
- getPatchBaselineForPatchGroup(args: GetPatchBaselineForPatchGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPatchBaselineForPatchGroupCommandOutput) => void): void;
976
- /**
977
- * <p>
978
- * <code>ServiceSetting</code> is an account-level setting for an Amazon Web Services service. This setting
979
- * defines how a user interacts with or uses a service or a feature of a service. For example, if an
980
- * Amazon Web Services service charges money to the account based on feature or service usage, then the Amazon Web Services
981
- * service team might create a default setting of <code>false</code>. This means the user can't use
982
- * this feature unless they change the setting to <code>true</code> and intentionally opt in for a
983
- * paid feature.</p>
984
- * <p>Services map a <code>SettingId</code> object to a setting value. Amazon Web Services services teams define
985
- * the default value for a <code>SettingId</code>. You can't create a new <code>SettingId</code>,
986
- * but you can overwrite the default value if you have the <code>ssm:UpdateServiceSetting</code>
987
- * permission for the setting. Use the <a>UpdateServiceSetting</a> API operation to
988
- * change the default setting. Or use the <a>ResetServiceSetting</a> to change the value
989
- * back to the original value defined by the Amazon Web Services service team.</p>
990
- * <p>Query the current service setting for the Amazon Web Services account. </p>
991
- */
992
- getServiceSetting(args: GetServiceSettingCommandInput, options?: __HttpHandlerOptions): Promise<GetServiceSettingCommandOutput>;
993
- getServiceSetting(args: GetServiceSettingCommandInput, cb: (err: any, data?: GetServiceSettingCommandOutput) => void): void;
994
- getServiceSetting(args: GetServiceSettingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetServiceSettingCommandOutput) => void): void;
995
- /**
996
- * <p>A parameter label is a user-defined alias to help you manage different versions of a
997
- * parameter. When you modify a parameter, Amazon Web Services Systems Manager automatically saves a new version and
998
- * increments the version number by one. A label can help you remember the purpose of a parameter
999
- * when there are multiple versions. </p>
1000
- * <p>Parameter labels have the following requirements and restrictions.</p>
1001
- * <ul>
1002
- * <li>
1003
- * <p>A version of a parameter can have a maximum of 10 labels.</p>
1004
- * </li>
1005
- * <li>
1006
- * <p>You can't attach the same label to different versions of the same parameter. For example,
1007
- * if version 1 has the label Production, then you can't attach Production to version 2.</p>
1008
- * </li>
1009
- * <li>
1010
- * <p>You can move a label from one version of a parameter to another.</p>
1011
- * </li>
1012
- * <li>
1013
- * <p>You can't create a label when you create a new parameter. You must attach a label to a
1014
- * specific version of a parameter.</p>
1015
- * </li>
1016
- * <li>
1017
- * <p>If you no longer want to use a parameter label, then you can either delete it or move it
1018
- * to a different version of a parameter.</p>
1019
- * </li>
1020
- * <li>
1021
- * <p>A label can have a maximum of 100 characters.</p>
1022
- * </li>
1023
- * <li>
1024
- * <p>Labels can contain letters (case sensitive), numbers, periods (.), hyphens (-), or
1025
- * underscores (_).</p>
1026
- * </li>
1027
- * <li>
1028
- * <p>Labels can't begin with a number, "<code>aws</code>" or "<code>ssm</code>" (not case
1029
- * sensitive). If a label fails to meet these requirements, then the label isn't associated with a
1030
- * parameter and the system displays it in the list of InvalidLabels.</p>
1031
- * </li>
1032
- * </ul>
1033
- */
1034
- labelParameterVersion(args: LabelParameterVersionCommandInput, options?: __HttpHandlerOptions): Promise<LabelParameterVersionCommandOutput>;
1035
- labelParameterVersion(args: LabelParameterVersionCommandInput, cb: (err: any, data?: LabelParameterVersionCommandOutput) => void): void;
1036
- labelParameterVersion(args: LabelParameterVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: LabelParameterVersionCommandOutput) => void): void;
1037
- /**
1038
- * <p>Returns all State Manager associations in the current Amazon Web Services account and Amazon Web Services Region. You
1039
- * can limit the results to a specific State Manager association document or instance by specifying
1040
- * a filter. State Manager is a capability of Amazon Web Services Systems Manager.</p>
1041
- */
1042
- listAssociations(args: ListAssociationsCommandInput, options?: __HttpHandlerOptions): Promise<ListAssociationsCommandOutput>;
1043
- listAssociations(args: ListAssociationsCommandInput, cb: (err: any, data?: ListAssociationsCommandOutput) => void): void;
1044
- listAssociations(args: ListAssociationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAssociationsCommandOutput) => void): void;
1045
- /**
1046
- * <p>Retrieves all versions of an association for a specific association ID.</p>
1047
- */
1048
- listAssociationVersions(args: ListAssociationVersionsCommandInput, options?: __HttpHandlerOptions): Promise<ListAssociationVersionsCommandOutput>;
1049
- listAssociationVersions(args: ListAssociationVersionsCommandInput, cb: (err: any, data?: ListAssociationVersionsCommandOutput) => void): void;
1050
- listAssociationVersions(args: ListAssociationVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAssociationVersionsCommandOutput) => void): void;
1051
- /**
1052
- * <p>An invocation is copy of a command sent to a specific instance. A command can apply to one
1053
- * or more instances. A command invocation applies to one instance. For example, if a user runs
1054
- * <code>SendCommand</code> against three instances, then a command invocation is created for each
1055
- * requested instance ID. <code>ListCommandInvocations</code> provide status about command
1056
- * execution.</p>
1057
- */
1058
- listCommandInvocations(args: ListCommandInvocationsCommandInput, options?: __HttpHandlerOptions): Promise<ListCommandInvocationsCommandOutput>;
1059
- listCommandInvocations(args: ListCommandInvocationsCommandInput, cb: (err: any, data?: ListCommandInvocationsCommandOutput) => void): void;
1060
- listCommandInvocations(args: ListCommandInvocationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCommandInvocationsCommandOutput) => void): void;
1061
- /**
1062
- * <p>Lists the commands requested by users of the Amazon Web Services account.</p>
1063
- */
1064
- listCommands(args: ListCommandsCommandInput, options?: __HttpHandlerOptions): Promise<ListCommandsCommandOutput>;
1065
- listCommands(args: ListCommandsCommandInput, cb: (err: any, data?: ListCommandsCommandOutput) => void): void;
1066
- listCommands(args: ListCommandsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCommandsCommandOutput) => void): void;
1067
- /**
1068
- * <p>For a specified resource ID, this API operation returns a list of compliance statuses for
1069
- * different resource types. Currently, you can only specify one resource ID per call. List results
1070
- * depend on the criteria specified in the filter.</p>
1071
- */
1072
- listComplianceItems(args: ListComplianceItemsCommandInput, options?: __HttpHandlerOptions): Promise<ListComplianceItemsCommandOutput>;
1073
- listComplianceItems(args: ListComplianceItemsCommandInput, cb: (err: any, data?: ListComplianceItemsCommandOutput) => void): void;
1074
- listComplianceItems(args: ListComplianceItemsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListComplianceItemsCommandOutput) => void): void;
1075
- /**
1076
- * <p>Returns a summary count of compliant and non-compliant resources for a compliance type. For
1077
- * example, this call can return State Manager associations, patches, or custom compliance types
1078
- * according to the filter criteria that you specify.</p>
1079
- */
1080
- listComplianceSummaries(args: ListComplianceSummariesCommandInput, options?: __HttpHandlerOptions): Promise<ListComplianceSummariesCommandOutput>;
1081
- listComplianceSummaries(args: ListComplianceSummariesCommandInput, cb: (err: any, data?: ListComplianceSummariesCommandOutput) => void): void;
1082
- listComplianceSummaries(args: ListComplianceSummariesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListComplianceSummariesCommandOutput) => void): void;
1083
- /**
1084
- * <p>Information about approval reviews for a version of a change template in Change Manager.</p>
1085
- */
1086
- listDocumentMetadataHistory(args: ListDocumentMetadataHistoryCommandInput, options?: __HttpHandlerOptions): Promise<ListDocumentMetadataHistoryCommandOutput>;
1087
- listDocumentMetadataHistory(args: ListDocumentMetadataHistoryCommandInput, cb: (err: any, data?: ListDocumentMetadataHistoryCommandOutput) => void): void;
1088
- listDocumentMetadataHistory(args: ListDocumentMetadataHistoryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDocumentMetadataHistoryCommandOutput) => void): void;
1089
- /**
1090
- * <p>Returns all Systems Manager (SSM) documents in the current Amazon Web Services account and Amazon Web Services Region. You can
1091
- * limit the results of this request by using a filter.</p>
1092
- */
1093
- listDocuments(args: ListDocumentsCommandInput, options?: __HttpHandlerOptions): Promise<ListDocumentsCommandOutput>;
1094
- listDocuments(args: ListDocumentsCommandInput, cb: (err: any, data?: ListDocumentsCommandOutput) => void): void;
1095
- listDocuments(args: ListDocumentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDocumentsCommandOutput) => void): void;
1096
- /**
1097
- * <p>List all versions for a document.</p>
1098
- */
1099
- listDocumentVersions(args: ListDocumentVersionsCommandInput, options?: __HttpHandlerOptions): Promise<ListDocumentVersionsCommandOutput>;
1100
- listDocumentVersions(args: ListDocumentVersionsCommandInput, cb: (err: any, data?: ListDocumentVersionsCommandOutput) => void): void;
1101
- listDocumentVersions(args: ListDocumentVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDocumentVersionsCommandOutput) => void): void;
1102
- /**
1103
- * <p>A list of inventory items returned by the request.</p>
1104
- */
1105
- listInventoryEntries(args: ListInventoryEntriesCommandInput, options?: __HttpHandlerOptions): Promise<ListInventoryEntriesCommandOutput>;
1106
- listInventoryEntries(args: ListInventoryEntriesCommandInput, cb: (err: any, data?: ListInventoryEntriesCommandOutput) => void): void;
1107
- listInventoryEntries(args: ListInventoryEntriesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListInventoryEntriesCommandOutput) => void): void;
1108
- /**
1109
- * <p>Returns a list of all OpsItem events in the current Amazon Web Services Region and Amazon Web Services account. You can
1110
- * limit the results to events associated with specific OpsItems by specifying a filter.</p>
1111
- */
1112
- listOpsItemEvents(args: ListOpsItemEventsCommandInput, options?: __HttpHandlerOptions): Promise<ListOpsItemEventsCommandOutput>;
1113
- listOpsItemEvents(args: ListOpsItemEventsCommandInput, cb: (err: any, data?: ListOpsItemEventsCommandOutput) => void): void;
1114
- listOpsItemEvents(args: ListOpsItemEventsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListOpsItemEventsCommandOutput) => void): void;
1115
- /**
1116
- * <p>Lists all related-item resources associated with a Systems Manager OpsCenter OpsItem. OpsCenter is a
1117
- * capability of Amazon Web Services Systems Manager.</p>
1118
- */
1119
- listOpsItemRelatedItems(args: ListOpsItemRelatedItemsCommandInput, options?: __HttpHandlerOptions): Promise<ListOpsItemRelatedItemsCommandOutput>;
1120
- listOpsItemRelatedItems(args: ListOpsItemRelatedItemsCommandInput, cb: (err: any, data?: ListOpsItemRelatedItemsCommandOutput) => void): void;
1121
- listOpsItemRelatedItems(args: ListOpsItemRelatedItemsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListOpsItemRelatedItemsCommandOutput) => void): void;
1122
- /**
1123
- * <p>Amazon Web Services Systems Manager calls this API operation when displaying all Application Manager OpsMetadata objects or
1124
- * blobs.</p>
1125
- */
1126
- listOpsMetadata(args: ListOpsMetadataCommandInput, options?: __HttpHandlerOptions): Promise<ListOpsMetadataCommandOutput>;
1127
- listOpsMetadata(args: ListOpsMetadataCommandInput, cb: (err: any, data?: ListOpsMetadataCommandOutput) => void): void;
1128
- listOpsMetadata(args: ListOpsMetadataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListOpsMetadataCommandOutput) => void): void;
1129
- /**
1130
- * <p>Returns a resource-level summary count. The summary includes information about compliant and
1131
- * non-compliant statuses and detailed compliance-item severity counts, according to the filter
1132
- * criteria you specify.</p>
1133
- */
1134
- listResourceComplianceSummaries(args: ListResourceComplianceSummariesCommandInput, options?: __HttpHandlerOptions): Promise<ListResourceComplianceSummariesCommandOutput>;
1135
- listResourceComplianceSummaries(args: ListResourceComplianceSummariesCommandInput, cb: (err: any, data?: ListResourceComplianceSummariesCommandOutput) => void): void;
1136
- listResourceComplianceSummaries(args: ListResourceComplianceSummariesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListResourceComplianceSummariesCommandOutput) => void): void;
1137
- /**
1138
- * <p>Lists your resource data sync configurations. Includes information about the last time a
1139
- * sync attempted to start, the last sync status, and the last time a sync successfully
1140
- * completed.</p>
1141
- * <p>The number of sync configurations might be too large to return using a single call to
1142
- * <code>ListResourceDataSync</code>. You can limit the number of sync configurations returned by
1143
- * using the <code>MaxResults</code> parameter. To determine whether there are more sync
1144
- * configurations to list, check the value of <code>NextToken</code> in the output. If there are
1145
- * more sync configurations to list, you can request them by specifying the <code>NextToken</code>
1146
- * returned in the call to the parameter of a subsequent call. </p>
1147
- */
1148
- listResourceDataSync(args: ListResourceDataSyncCommandInput, options?: __HttpHandlerOptions): Promise<ListResourceDataSyncCommandOutput>;
1149
- listResourceDataSync(args: ListResourceDataSyncCommandInput, cb: (err: any, data?: ListResourceDataSyncCommandOutput) => void): void;
1150
- listResourceDataSync(args: ListResourceDataSyncCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListResourceDataSyncCommandOutput) => void): void;
1151
- /**
1152
- * <p>Returns a list of the tags assigned to the specified resource.</p>
1153
- * <p>For information about the ID format for each supported resource type, see <a>AddTagsToResource</a>.</p>
1154
- */
1155
- listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
1156
- listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
1157
- listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
1158
- /**
1159
- * <p>Shares a Amazon Web Services Systems Manager document (SSM document)publicly or privately. If you share a document
1160
- * privately, you must specify the Amazon Web Services user account IDs for those people who can use the
1161
- * document. If you share a document publicly, you must specify <i>All</i> as the
1162
- * account ID.</p>
1163
- */
1164
- modifyDocumentPermission(args: ModifyDocumentPermissionCommandInput, options?: __HttpHandlerOptions): Promise<ModifyDocumentPermissionCommandOutput>;
1165
- modifyDocumentPermission(args: ModifyDocumentPermissionCommandInput, cb: (err: any, data?: ModifyDocumentPermissionCommandOutput) => void): void;
1166
- modifyDocumentPermission(args: ModifyDocumentPermissionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyDocumentPermissionCommandOutput) => void): void;
1167
- /**
1168
- * <p>Registers a compliance type and other compliance details on a designated resource. This
1169
- * operation lets you register custom compliance details with a resource. This call overwrites
1170
- * existing compliance information on the resource, so you must provide a full list of compliance
1171
- * items each time that you send the request.</p>
1172
- * <p>ComplianceType can be one of the following:</p>
1173
- * <ul>
1174
- * <li>
1175
- * <p>ExecutionId: The execution ID when the patch, association, or custom compliance item was
1176
- * applied.</p>
1177
- * </li>
1178
- * <li>
1179
- * <p>ExecutionType: Specify patch, association, or Custom:<code>string</code>.</p>
1180
- * </li>
1181
- * <li>
1182
- * <p>ExecutionTime. The time the patch, association, or custom compliance item was applied to
1183
- * the instance.</p>
1184
- * </li>
1185
- * <li>
1186
- * <p>Id: The patch, association, or custom compliance ID.</p>
1187
- * </li>
1188
- * <li>
1189
- * <p>Title: A title.</p>
1190
- * </li>
1191
- * <li>
1192
- * <p>Status: The status of the compliance item. For example, <code>approved</code> for patches,
1193
- * or <code>Failed</code> for associations.</p>
1194
- * </li>
1195
- * <li>
1196
- * <p>Severity: A patch severity. For example, <code>critical</code>.</p>
1197
- * </li>
1198
- * <li>
1199
- * <p>DocumentName: An SSM document name. For example, <code>AWS-RunPatchBaseline</code>.</p>
1200
- * </li>
1201
- * <li>
1202
- * <p>DocumentVersion: An SSM document version number. For example, 4.</p>
1203
- * </li>
1204
- * <li>
1205
- * <p>Classification: A patch classification. For example, <code>security updates</code>.</p>
1206
- * </li>
1207
- * <li>
1208
- * <p>PatchBaselineId: A patch baseline ID.</p>
1209
- * </li>
1210
- * <li>
1211
- * <p>PatchSeverity: A patch severity. For example, <code>Critical</code>.</p>
1212
- * </li>
1213
- * <li>
1214
- * <p>PatchState: A patch state. For example, <code>InstancesWithFailedPatches</code>.</p>
1215
- * </li>
1216
- * <li>
1217
- * <p>PatchGroup: The name of a patch group.</p>
1218
- * </li>
1219
- * <li>
1220
- * <p>InstalledTime: The time the association, patch, or custom compliance item was applied to
1221
- * the resource. Specify the time by using the following format: yyyy-MM-dd'T'HH:mm:ss'Z'</p>
1222
- * </li>
1223
- * </ul>
1224
- */
1225
- putComplianceItems(args: PutComplianceItemsCommandInput, options?: __HttpHandlerOptions): Promise<PutComplianceItemsCommandOutput>;
1226
- putComplianceItems(args: PutComplianceItemsCommandInput, cb: (err: any, data?: PutComplianceItemsCommandOutput) => void): void;
1227
- putComplianceItems(args: PutComplianceItemsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutComplianceItemsCommandOutput) => void): void;
1228
- /**
1229
- * <p>Bulk update custom inventory items on one more instance. The request adds an inventory item,
1230
- * if it doesn't already exist, or updates an inventory item, if it does exist.</p>
1231
- */
1232
- putInventory(args: PutInventoryCommandInput, options?: __HttpHandlerOptions): Promise<PutInventoryCommandOutput>;
1233
- putInventory(args: PutInventoryCommandInput, cb: (err: any, data?: PutInventoryCommandOutput) => void): void;
1234
- putInventory(args: PutInventoryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutInventoryCommandOutput) => void): void;
1235
- /**
1236
- * <p>Add a parameter to the system.</p>
1237
- */
1238
- putParameter(args: PutParameterCommandInput, options?: __HttpHandlerOptions): Promise<PutParameterCommandOutput>;
1239
- putParameter(args: PutParameterCommandInput, cb: (err: any, data?: PutParameterCommandOutput) => void): void;
1240
- putParameter(args: PutParameterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutParameterCommandOutput) => void): void;
1241
- /**
1242
- * <p>Defines the default patch baseline for the relevant operating system.</p>
1243
- * <p>To reset the Amazon Web Services-predefined patch baseline as the default, specify the full patch baseline
1244
- * Amazon Resource Name (ARN) as the baseline ID value. For example, for CentOS, specify
1245
- * <code>arn:aws:ssm:us-east-2:733109147000:patchbaseline/pb-0574b43a65ea646ed</code> instead of
1246
- * <code>pb-0574b43a65ea646ed</code>.</p>
1247
- */
1248
- registerDefaultPatchBaseline(args: RegisterDefaultPatchBaselineCommandInput, options?: __HttpHandlerOptions): Promise<RegisterDefaultPatchBaselineCommandOutput>;
1249
- registerDefaultPatchBaseline(args: RegisterDefaultPatchBaselineCommandInput, cb: (err: any, data?: RegisterDefaultPatchBaselineCommandOutput) => void): void;
1250
- registerDefaultPatchBaseline(args: RegisterDefaultPatchBaselineCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RegisterDefaultPatchBaselineCommandOutput) => void): void;
1251
- /**
1252
- * <p>Registers a patch baseline for a patch group.</p>
1253
- */
1254
- registerPatchBaselineForPatchGroup(args: RegisterPatchBaselineForPatchGroupCommandInput, options?: __HttpHandlerOptions): Promise<RegisterPatchBaselineForPatchGroupCommandOutput>;
1255
- registerPatchBaselineForPatchGroup(args: RegisterPatchBaselineForPatchGroupCommandInput, cb: (err: any, data?: RegisterPatchBaselineForPatchGroupCommandOutput) => void): void;
1256
- registerPatchBaselineForPatchGroup(args: RegisterPatchBaselineForPatchGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RegisterPatchBaselineForPatchGroupCommandOutput) => void): void;
1257
- /**
1258
- * <p>Registers a target with a maintenance window.</p>
1259
- */
1260
- registerTargetWithMaintenanceWindow(args: RegisterTargetWithMaintenanceWindowCommandInput, options?: __HttpHandlerOptions): Promise<RegisterTargetWithMaintenanceWindowCommandOutput>;
1261
- registerTargetWithMaintenanceWindow(args: RegisterTargetWithMaintenanceWindowCommandInput, cb: (err: any, data?: RegisterTargetWithMaintenanceWindowCommandOutput) => void): void;
1262
- registerTargetWithMaintenanceWindow(args: RegisterTargetWithMaintenanceWindowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RegisterTargetWithMaintenanceWindowCommandOutput) => void): void;
1263
- /**
1264
- * <p>Adds a new task to a maintenance window.</p>
1265
- */
1266
- registerTaskWithMaintenanceWindow(args: RegisterTaskWithMaintenanceWindowCommandInput, options?: __HttpHandlerOptions): Promise<RegisterTaskWithMaintenanceWindowCommandOutput>;
1267
- registerTaskWithMaintenanceWindow(args: RegisterTaskWithMaintenanceWindowCommandInput, cb: (err: any, data?: RegisterTaskWithMaintenanceWindowCommandOutput) => void): void;
1268
- registerTaskWithMaintenanceWindow(args: RegisterTaskWithMaintenanceWindowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RegisterTaskWithMaintenanceWindowCommandOutput) => void): void;
1269
- /**
1270
- * <p>Removes tag keys from the specified resource.</p>
1271
- */
1272
- removeTagsFromResource(args: RemoveTagsFromResourceCommandInput, options?: __HttpHandlerOptions): Promise<RemoveTagsFromResourceCommandOutput>;
1273
- removeTagsFromResource(args: RemoveTagsFromResourceCommandInput, cb: (err: any, data?: RemoveTagsFromResourceCommandOutput) => void): void;
1274
- removeTagsFromResource(args: RemoveTagsFromResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RemoveTagsFromResourceCommandOutput) => void): void;
1275
- /**
1276
- * <p>
1277
- * <code>ServiceSetting</code> is an account-level setting for an Amazon Web Services service. This setting
1278
- * defines how a user interacts with or uses a service or a feature of a service. For example, if an
1279
- * Amazon Web Services service charges money to the account based on feature or service usage, then the Amazon Web Services
1280
- * service team might create a default setting of "false". This means the user can't use this
1281
- * feature unless they change the setting to "true" and intentionally opt in for a paid
1282
- * feature.</p>
1283
- * <p>Services map a <code>SettingId</code> object to a setting value. Amazon Web Services services teams define
1284
- * the default value for a <code>SettingId</code>. You can't create a new <code>SettingId</code>,
1285
- * but you can overwrite the default value if you have the <code>ssm:UpdateServiceSetting</code>
1286
- * permission for the setting. Use the <a>GetServiceSetting</a> API operation to view the
1287
- * current value. Use the <a>UpdateServiceSetting</a> API operation to change the default
1288
- * setting. </p>
1289
- * <p>Reset the service setting for the account to the default value as provisioned by the Amazon Web Services
1290
- * service team. </p>
1291
- */
1292
- resetServiceSetting(args: ResetServiceSettingCommandInput, options?: __HttpHandlerOptions): Promise<ResetServiceSettingCommandOutput>;
1293
- resetServiceSetting(args: ResetServiceSettingCommandInput, cb: (err: any, data?: ResetServiceSettingCommandOutput) => void): void;
1294
- resetServiceSetting(args: ResetServiceSettingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ResetServiceSettingCommandOutput) => void): void;
1295
- /**
1296
- * <p>Reconnects a session to an instance after it has been disconnected. Connections can be
1297
- * resumed for disconnected sessions, but not terminated sessions.</p>
1298
- * <note>
1299
- * <p>This command is primarily for use by client machines to automatically reconnect during
1300
- * intermittent network issues. It isn't intended for any other use.</p>
1301
- * </note>
1302
- */
1303
- resumeSession(args: ResumeSessionCommandInput, options?: __HttpHandlerOptions): Promise<ResumeSessionCommandOutput>;
1304
- resumeSession(args: ResumeSessionCommandInput, cb: (err: any, data?: ResumeSessionCommandOutput) => void): void;
1305
- resumeSession(args: ResumeSessionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ResumeSessionCommandOutput) => void): void;
1306
- /**
1307
- * <p>Sends a signal to an Automation execution to change the current behavior or status of the
1308
- * execution. </p>
1309
- */
1310
- sendAutomationSignal(args: SendAutomationSignalCommandInput, options?: __HttpHandlerOptions): Promise<SendAutomationSignalCommandOutput>;
1311
- sendAutomationSignal(args: SendAutomationSignalCommandInput, cb: (err: any, data?: SendAutomationSignalCommandOutput) => void): void;
1312
- sendAutomationSignal(args: SendAutomationSignalCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SendAutomationSignalCommandOutput) => void): void;
1313
- /**
1314
- * <p>Runs commands on one or more managed instances.</p>
1315
- */
1316
- sendCommand(args: SendCommandCommandInput, options?: __HttpHandlerOptions): Promise<SendCommandCommandOutput>;
1317
- sendCommand(args: SendCommandCommandInput, cb: (err: any, data?: SendCommandCommandOutput) => void): void;
1318
- sendCommand(args: SendCommandCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SendCommandCommandOutput) => void): void;
1319
- /**
1320
- * <p>Runs an association immediately and only one time. This operation can be helpful when
1321
- * troubleshooting associations.</p>
1322
- */
1323
- startAssociationsOnce(args: StartAssociationsOnceCommandInput, options?: __HttpHandlerOptions): Promise<StartAssociationsOnceCommandOutput>;
1324
- startAssociationsOnce(args: StartAssociationsOnceCommandInput, cb: (err: any, data?: StartAssociationsOnceCommandOutput) => void): void;
1325
- startAssociationsOnce(args: StartAssociationsOnceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartAssociationsOnceCommandOutput) => void): void;
1326
- /**
1327
- * <p>Initiates execution of an Automation runbook.</p>
1328
- */
1329
- startAutomationExecution(args: StartAutomationExecutionCommandInput, options?: __HttpHandlerOptions): Promise<StartAutomationExecutionCommandOutput>;
1330
- startAutomationExecution(args: StartAutomationExecutionCommandInput, cb: (err: any, data?: StartAutomationExecutionCommandOutput) => void): void;
1331
- startAutomationExecution(args: StartAutomationExecutionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartAutomationExecutionCommandOutput) => void): void;
1332
- /**
1333
- * <p>Creates a change request for Change Manager. The Automation runbooks specified in the
1334
- * change request run only after all required approvals for the change request have been
1335
- * received.</p>
1336
- */
1337
- startChangeRequestExecution(args: StartChangeRequestExecutionCommandInput, options?: __HttpHandlerOptions): Promise<StartChangeRequestExecutionCommandOutput>;
1338
- startChangeRequestExecution(args: StartChangeRequestExecutionCommandInput, cb: (err: any, data?: StartChangeRequestExecutionCommandOutput) => void): void;
1339
- startChangeRequestExecution(args: StartChangeRequestExecutionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartChangeRequestExecutionCommandOutput) => void): void;
1340
- /**
1341
- * <p>Initiates a connection to a target (for example, an instance) for a Session Manager session. Returns a
1342
- * URL and token that can be used to open a WebSocket connection for sending input and receiving
1343
- * outputs.</p>
1344
- * <note>
1345
- * <p>Amazon Web Services CLI usage: <code>start-session</code> is an interactive command that requires the Session Manager
1346
- * plugin to be installed on the client machine making the call. For information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/session-manager-working-with-install-plugin.html">Install
1347
- * the Session Manager plugin for the Amazon Web Services CLI</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
1348
- * <p>Amazon Web Services Tools for PowerShell usage: Start-SSMSession isn't currently supported by Amazon Web Services Tools
1349
- * for PowerShell on Windows local machines.</p>
1350
- * </note>
1351
- */
1352
- startSession(args: StartSessionCommandInput, options?: __HttpHandlerOptions): Promise<StartSessionCommandOutput>;
1353
- startSession(args: StartSessionCommandInput, cb: (err: any, data?: StartSessionCommandOutput) => void): void;
1354
- startSession(args: StartSessionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartSessionCommandOutput) => void): void;
1355
- /**
1356
- * <p>Stop an Automation that is currently running.</p>
1357
- */
1358
- stopAutomationExecution(args: StopAutomationExecutionCommandInput, options?: __HttpHandlerOptions): Promise<StopAutomationExecutionCommandOutput>;
1359
- stopAutomationExecution(args: StopAutomationExecutionCommandInput, cb: (err: any, data?: StopAutomationExecutionCommandOutput) => void): void;
1360
- stopAutomationExecution(args: StopAutomationExecutionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopAutomationExecutionCommandOutput) => void): void;
1361
- /**
1362
- * <p>Permanently ends a session and closes the data connection between the Session Manager client and
1363
- * SSM Agent on the instance. A terminated session isn't be resumed.</p>
1364
- */
1365
- terminateSession(args: TerminateSessionCommandInput, options?: __HttpHandlerOptions): Promise<TerminateSessionCommandOutput>;
1366
- terminateSession(args: TerminateSessionCommandInput, cb: (err: any, data?: TerminateSessionCommandOutput) => void): void;
1367
- terminateSession(args: TerminateSessionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TerminateSessionCommandOutput) => void): void;
1368
- /**
1369
- * <p>Remove a label or labels from a parameter.</p>
1370
- */
1371
- unlabelParameterVersion(args: UnlabelParameterVersionCommandInput, options?: __HttpHandlerOptions): Promise<UnlabelParameterVersionCommandOutput>;
1372
- unlabelParameterVersion(args: UnlabelParameterVersionCommandInput, cb: (err: any, data?: UnlabelParameterVersionCommandOutput) => void): void;
1373
- unlabelParameterVersion(args: UnlabelParameterVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UnlabelParameterVersionCommandOutput) => void): void;
1374
- /**
1375
- * <p>Updates an association. You can update the association name and version, the document
1376
- * version, schedule, parameters, and Amazon Simple Storage Service (Amazon S3) output. </p>
1377
- * <p>In order to call this API operation, your Identity and Access Management (IAM) user
1378
- * account, group, or role must be configured with permission to call the <a>DescribeAssociation</a> API operation. If you don't have permission to call
1379
- * <code>DescribeAssociation</code>, then you receive the following error: <code>An error occurred
1380
- * (AccessDeniedException) when calling the UpdateAssociation operation: User: <user_arn>
1381
- * isn't authorized to perform: ssm:DescribeAssociation on resource:
1382
- * <resource_arn></code>
1383
- * </p>
1384
- * <important>
1385
- * <p>When you update an association, the association immediately runs against the specified
1386
- * targets.</p>
1387
- * </important>
1388
- */
1389
- updateAssociation(args: UpdateAssociationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAssociationCommandOutput>;
1390
- updateAssociation(args: UpdateAssociationCommandInput, cb: (err: any, data?: UpdateAssociationCommandOutput) => void): void;
1391
- updateAssociation(args: UpdateAssociationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAssociationCommandOutput) => void): void;
1392
- /**
1393
- * <p>Updates the status of the Amazon Web Services Systems Manager document (SSM document) associated with the specified
1394
- * instance.</p>
1395
- * <p>
1396
- * <code>UpdateAssociationStatus</code> is primarily used by the Amazon Web Services Systems Manager Agent (SSM Agent) to
1397
- * report status updates about your associations and is only used for associations created with the
1398
- * <code>InstanceId</code> legacy parameter.</p>
1399
- */
1400
- updateAssociationStatus(args: UpdateAssociationStatusCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAssociationStatusCommandOutput>;
1401
- updateAssociationStatus(args: UpdateAssociationStatusCommandInput, cb: (err: any, data?: UpdateAssociationStatusCommandOutput) => void): void;
1402
- updateAssociationStatus(args: UpdateAssociationStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAssociationStatusCommandOutput) => void): void;
1403
- /**
1404
- * <p>Updates one or more values for an SSM document.</p>
1405
- */
1406
- updateDocument(args: UpdateDocumentCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDocumentCommandOutput>;
1407
- updateDocument(args: UpdateDocumentCommandInput, cb: (err: any, data?: UpdateDocumentCommandOutput) => void): void;
1408
- updateDocument(args: UpdateDocumentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDocumentCommandOutput) => void): void;
1409
- /**
1410
- * <p>Set the default version of a document. </p>
1411
- */
1412
- updateDocumentDefaultVersion(args: UpdateDocumentDefaultVersionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDocumentDefaultVersionCommandOutput>;
1413
- updateDocumentDefaultVersion(args: UpdateDocumentDefaultVersionCommandInput, cb: (err: any, data?: UpdateDocumentDefaultVersionCommandOutput) => void): void;
1414
- updateDocumentDefaultVersion(args: UpdateDocumentDefaultVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDocumentDefaultVersionCommandOutput) => void): void;
1415
- /**
1416
- * <p>Updates information related to approval reviews for a specific version of a change template
1417
- * in Change Manager.</p>
1418
- */
1419
- updateDocumentMetadata(args: UpdateDocumentMetadataCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDocumentMetadataCommandOutput>;
1420
- updateDocumentMetadata(args: UpdateDocumentMetadataCommandInput, cb: (err: any, data?: UpdateDocumentMetadataCommandOutput) => void): void;
1421
- updateDocumentMetadata(args: UpdateDocumentMetadataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDocumentMetadataCommandOutput) => void): void;
1422
- /**
1423
- * <p>Updates an existing maintenance window. Only specified parameters are modified.</p>
1424
- * <note>
1425
- * <p>The value you specify for <code>Duration</code> determines the specific end time for the
1426
- * maintenance window based on the time it begins. No maintenance window tasks are permitted to
1427
- * start after the resulting endtime minus the number of hours you specify for <code>Cutoff</code>.
1428
- * For example, if the maintenance window starts at 3 PM, the duration is three hours, and the
1429
- * value you specify for <code>Cutoff</code> is one hour, no maintenance window tasks can start
1430
- * after 5 PM.</p>
1431
- * </note>
1432
- */
1433
- updateMaintenanceWindow(args: UpdateMaintenanceWindowCommandInput, options?: __HttpHandlerOptions): Promise<UpdateMaintenanceWindowCommandOutput>;
1434
- updateMaintenanceWindow(args: UpdateMaintenanceWindowCommandInput, cb: (err: any, data?: UpdateMaintenanceWindowCommandOutput) => void): void;
1435
- updateMaintenanceWindow(args: UpdateMaintenanceWindowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateMaintenanceWindowCommandOutput) => void): void;
1436
- /**
1437
- * <p>Modifies the target of an existing maintenance window. You
1438
- * can change the following:</p>
1439
- *
1440
- * <ul>
1441
- * <li>
1442
- * <p>Name</p>
1443
- * </li>
1444
- * <li>
1445
- * <p>Description</p>
1446
- * </li>
1447
- * <li>
1448
- * <p>Owner</p>
1449
- * </li>
1450
- * <li>
1451
- * <p>IDs for an ID target</p>
1452
- * </li>
1453
- * <li>
1454
- * <p>Tags for a Tag target</p>
1455
- * </li>
1456
- * <li>
1457
- * <p>From any supported tag type to another. The three supported tag types are ID target, Tag
1458
- * target, and resource group. For more information, see <a>Target</a>.</p>
1459
- * </li>
1460
- * </ul>
1461
- * <note>
1462
- * <p>If a parameter is null, then the corresponding field isn't modified.</p>
1463
- * </note>
1464
- */
1465
- updateMaintenanceWindowTarget(args: UpdateMaintenanceWindowTargetCommandInput, options?: __HttpHandlerOptions): Promise<UpdateMaintenanceWindowTargetCommandOutput>;
1466
- updateMaintenanceWindowTarget(args: UpdateMaintenanceWindowTargetCommandInput, cb: (err: any, data?: UpdateMaintenanceWindowTargetCommandOutput) => void): void;
1467
- updateMaintenanceWindowTarget(args: UpdateMaintenanceWindowTargetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateMaintenanceWindowTargetCommandOutput) => void): void;
1468
- /**
1469
- * <p>Modifies a task assigned to a maintenance window. You can't change the task type, but you
1470
- * can change the following values:</p>
1471
- * <ul>
1472
- * <li>
1473
- * <p>
1474
- * <code>TaskARN</code>. For example, you can change a <code>RUN_COMMAND</code> task from
1475
- * <code>AWS-RunPowerShellScript</code> to <code>AWS-RunShellScript</code>.</p>
1476
- * </li>
1477
- * <li>
1478
- * <p>
1479
- * <code>ServiceRoleArn</code>
1480
- * </p>
1481
- * </li>
1482
- * <li>
1483
- * <p>
1484
- * <code>TaskInvocationParameters</code>
1485
- * </p>
1486
- * </li>
1487
- * <li>
1488
- * <p>
1489
- * <code>Priority</code>
1490
- * </p>
1491
- * </li>
1492
- * <li>
1493
- * <p>
1494
- * <code>MaxConcurrency</code>
1495
- * </p>
1496
- * </li>
1497
- * <li>
1498
- * <p>
1499
- * <code>MaxErrors</code>
1500
- * </p>
1501
- * </li>
1502
- * </ul>
1503
- * <note>
1504
- * <p>One or more targets must be specified for maintenance window Run Command-type tasks.
1505
- * Depending on the task, targets are optional for other maintenance window task types (Automation,
1506
- * Lambda, and Step Functions). For more information about running tasks
1507
- * that don't specify targets, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/maintenance-windows-targetless-tasks.html">Registering
1508
- * maintenance window tasks without targets</a> in the
1509
- * <i>Amazon Web Services Systems Manager User Guide</i>.</p>
1510
- * </note>
1511
- * <p>If the value for a parameter in <code>UpdateMaintenanceWindowTask</code> is null, then the
1512
- * corresponding field isn't modified. If you set <code>Replace</code> to true, then all fields
1513
- * required by the <a>RegisterTaskWithMaintenanceWindow</a> operation are required for
1514
- * this request. Optional fields that aren't specified are set to null.</p>
1515
- * <important>
1516
- * <p>When you update a maintenance window task that has options specified in
1517
- * <code>TaskInvocationParameters</code>, you must provide again all the
1518
- * <code>TaskInvocationParameters</code> values that you want to retain. The values you don't
1519
- * specify again are removed. For example, suppose that when you registered a Run Command task, you
1520
- * specified <code>TaskInvocationParameters</code> values for <code>Comment</code>,
1521
- * <code>NotificationConfig</code>, and <code>OutputS3BucketName</code>. If you update the
1522
- * maintenance window task and specify only a different <code>OutputS3BucketName</code> value, the
1523
- * values for <code>Comment</code> and <code>NotificationConfig</code> are removed.</p>
1524
- * </important>
1525
- */
1526
- updateMaintenanceWindowTask(args: UpdateMaintenanceWindowTaskCommandInput, options?: __HttpHandlerOptions): Promise<UpdateMaintenanceWindowTaskCommandOutput>;
1527
- updateMaintenanceWindowTask(args: UpdateMaintenanceWindowTaskCommandInput, cb: (err: any, data?: UpdateMaintenanceWindowTaskCommandOutput) => void): void;
1528
- updateMaintenanceWindowTask(args: UpdateMaintenanceWindowTaskCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateMaintenanceWindowTaskCommandOutput) => void): void;
1529
- /**
1530
- * <p>Changes the Identity and Access Management (IAM) role that is assigned to the
1531
- * on-premises instance or virtual machines (VM). IAM roles are first assigned to
1532
- * these hybrid instances during the activation process. For more information, see <a>CreateActivation</a>.</p>
1533
- */
1534
- updateManagedInstanceRole(args: UpdateManagedInstanceRoleCommandInput, options?: __HttpHandlerOptions): Promise<UpdateManagedInstanceRoleCommandOutput>;
1535
- updateManagedInstanceRole(args: UpdateManagedInstanceRoleCommandInput, cb: (err: any, data?: UpdateManagedInstanceRoleCommandOutput) => void): void;
1536
- updateManagedInstanceRole(args: UpdateManagedInstanceRoleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateManagedInstanceRoleCommandOutput) => void): void;
1537
- /**
1538
- * <p>Edit or change an OpsItem. You must have permission in Identity and Access Management (IAM) to update an OpsItem. For more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-getting-started.html">Getting started with
1539
- * OpsCenter</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
1540
- * <p>Operations engineers and IT professionals use Amazon Web Services Systems Manager OpsCenter to view, investigate, and
1541
- * remediate operational issues impacting the performance and health of their Amazon Web Services resources. For
1542
- * more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter.html">OpsCenter</a> in the
1543
- * <i>Amazon Web Services Systems Manager User Guide</i>. </p>
1544
- */
1545
- updateOpsItem(args: UpdateOpsItemCommandInput, options?: __HttpHandlerOptions): Promise<UpdateOpsItemCommandOutput>;
1546
- updateOpsItem(args: UpdateOpsItemCommandInput, cb: (err: any, data?: UpdateOpsItemCommandOutput) => void): void;
1547
- updateOpsItem(args: UpdateOpsItemCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateOpsItemCommandOutput) => void): void;
1548
- /**
1549
- * <p>Amazon Web Services Systems Manager calls this API operation when you edit OpsMetadata in Application Manager.</p>
1550
- */
1551
- updateOpsMetadata(args: UpdateOpsMetadataCommandInput, options?: __HttpHandlerOptions): Promise<UpdateOpsMetadataCommandOutput>;
1552
- updateOpsMetadata(args: UpdateOpsMetadataCommandInput, cb: (err: any, data?: UpdateOpsMetadataCommandOutput) => void): void;
1553
- updateOpsMetadata(args: UpdateOpsMetadataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateOpsMetadataCommandOutput) => void): void;
1554
- /**
1555
- * <p>Modifies an existing patch baseline. Fields not specified in the request are left
1556
- * unchanged.</p>
1557
- * <note>
1558
- * <p>For information about valid key-value pairs in <code>PatchFilters</code> for each supported
1559
- * operating system type, see <a>PatchFilter</a>.</p>
1560
- * </note>
1561
- */
1562
- updatePatchBaseline(args: UpdatePatchBaselineCommandInput, options?: __HttpHandlerOptions): Promise<UpdatePatchBaselineCommandOutput>;
1563
- updatePatchBaseline(args: UpdatePatchBaselineCommandInput, cb: (err: any, data?: UpdatePatchBaselineCommandOutput) => void): void;
1564
- updatePatchBaseline(args: UpdatePatchBaselineCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdatePatchBaselineCommandOutput) => void): void;
1565
- /**
1566
- * <p>Update a resource data sync. After you create a resource data sync for a Region, you can't
1567
- * change the account options for that sync. For example, if you create a sync in the us-east-2
1568
- * (Ohio) Region and you choose the <code>Include only the current account</code> option, you can't
1569
- * edit that sync later and choose the <code>Include all accounts from my Organizations
1570
- * configuration</code> option. Instead, you must delete the first resource data sync, and create a
1571
- * new one.</p>
1572
- * <note>
1573
- * <p>This API operation only supports a resource data sync that was created with a
1574
- * SyncFromSource <code>SyncType</code>.</p>
1575
- * </note>
1576
- */
1577
- updateResourceDataSync(args: UpdateResourceDataSyncCommandInput, options?: __HttpHandlerOptions): Promise<UpdateResourceDataSyncCommandOutput>;
1578
- updateResourceDataSync(args: UpdateResourceDataSyncCommandInput, cb: (err: any, data?: UpdateResourceDataSyncCommandOutput) => void): void;
1579
- updateResourceDataSync(args: UpdateResourceDataSyncCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateResourceDataSyncCommandOutput) => void): void;
1580
- /**
1581
- * <p>
1582
- * <code>ServiceSetting</code> is an account-level setting for an Amazon Web Services service. This setting
1583
- * defines how a user interacts with or uses a service or a feature of a service. For example, if an
1584
- * Amazon Web Services service charges money to the account based on feature or service usage, then the Amazon Web Services
1585
- * service team might create a default setting of "false". This means the user can't use this
1586
- * feature unless they change the setting to "true" and intentionally opt in for a paid
1587
- * feature.</p>
1588
- * <p>Services map a <code>SettingId</code> object to a setting value. Amazon Web Services services teams define
1589
- * the default value for a <code>SettingId</code>. You can't create a new <code>SettingId</code>,
1590
- * but you can overwrite the default value if you have the <code>ssm:UpdateServiceSetting</code>
1591
- * permission for the setting. Use the <a>GetServiceSetting</a> API operation to view the
1592
- * current value. Or, use the <a>ResetServiceSetting</a> to change the value back to the
1593
- * original value defined by the Amazon Web Services service team.</p>
1594
- * <p>Update the service setting for the account. </p>
1595
- */
1596
- updateServiceSetting(args: UpdateServiceSettingCommandInput, options?: __HttpHandlerOptions): Promise<UpdateServiceSettingCommandOutput>;
1597
- updateServiceSetting(args: UpdateServiceSettingCommandInput, cb: (err: any, data?: UpdateServiceSettingCommandOutput) => void): void;
1598
- updateServiceSetting(args: UpdateServiceSettingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateServiceSettingCommandOutput) => void): void;
1599
- }