serverless-spy 0.0.41 → 0.0.43

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (5171) hide show
  1. package/.jsii +15 -17
  2. package/cli/cli.ts +53 -12
  3. package/cli/package.json +1 -4
  4. package/dist/releasetag.txt +1 -1
  5. package/lib/cli/cli.js +37 -13
  6. package/lib/cli/cli.mjs +37 -13
  7. package/lib/cli/cli.ts +53 -12
  8. package/lib/cli/package.json +1 -4
  9. package/lib/extension/dist/layer/nodejs/node_modules/interceptor.js +26 -26
  10. package/lib/extension/dist/layer/nodejs/node_modules/interceptor.js.map +3 -3
  11. package/lib/src/ServerlessSpy.js +1 -1
  12. package/node_modules/@aws-sdk/client-apigatewaymanagementapi/CHANGELOG.md +8 -0
  13. package/node_modules/@aws-sdk/client-apigatewaymanagementapi/package.json +6 -6
  14. package/node_modules/@aws-sdk/client-cognito-identity/CHANGELOG.md +8 -0
  15. package/node_modules/@aws-sdk/client-cognito-identity/package.json +7 -7
  16. package/node_modules/@aws-sdk/client-dynamodb/CHANGELOG.md +8 -0
  17. package/node_modules/@aws-sdk/client-dynamodb/package.json +7 -7
  18. package/node_modules/@aws-sdk/client-eventbridge/CHANGELOG.md +8 -0
  19. package/node_modules/@aws-sdk/client-eventbridge/package.json +7 -7
  20. package/node_modules/@aws-sdk/client-lambda/CHANGELOG.md +8 -0
  21. package/node_modules/@aws-sdk/client-lambda/package.json +7 -7
  22. package/node_modules/@aws-sdk/client-s3/CHANGELOG.md +8 -0
  23. package/node_modules/@aws-sdk/client-s3/package.json +8 -8
  24. package/node_modules/@aws-sdk/client-sns/CHANGELOG.md +8 -0
  25. package/node_modules/@aws-sdk/client-sns/package.json +6 -6
  26. package/node_modules/@aws-sdk/client-sqs/CHANGELOG.md +8 -0
  27. package/node_modules/@aws-sdk/client-sqs/package.json +6 -6
  28. package/node_modules/@aws-sdk/client-sso/CHANGELOG.md +8 -0
  29. package/node_modules/@aws-sdk/client-sso/package.json +4 -4
  30. package/node_modules/@aws-sdk/client-sts/CHANGELOG.md +8 -0
  31. package/node_modules/@aws-sdk/client-sts/package.json +5 -5
  32. package/node_modules/@aws-sdk/credential-provider-cognito-identity/CHANGELOG.md +8 -0
  33. package/node_modules/@aws-sdk/credential-provider-cognito-identity/package.json +2 -2
  34. package/node_modules/@aws-sdk/credential-provider-ini/CHANGELOG.md +8 -0
  35. package/node_modules/@aws-sdk/credential-provider-ini/package.json +2 -2
  36. package/node_modules/@aws-sdk/credential-provider-node/CHANGELOG.md +8 -0
  37. package/node_modules/@aws-sdk/credential-provider-node/package.json +3 -3
  38. package/node_modules/@aws-sdk/credential-provider-sso/CHANGELOG.md +8 -0
  39. package/node_modules/@aws-sdk/credential-provider-sso/package.json +2 -2
  40. package/node_modules/@aws-sdk/credential-providers/CHANGELOG.md +8 -0
  41. package/node_modules/@aws-sdk/credential-providers/package.json +8 -8
  42. package/node_modules/@aws-sdk/lib-dynamodb/CHANGELOG.md +8 -0
  43. package/node_modules/@aws-sdk/lib-dynamodb/package.json +4 -4
  44. package/node_modules/@aws-sdk/signature-v4-multi-region/CHANGELOG.md +8 -0
  45. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +2 -2
  46. package/node_modules/@aws-sdk/smithy-client/CHANGELOG.md +11 -0
  47. package/node_modules/@aws-sdk/smithy-client/dist-types/exceptions.d.ts +2 -2
  48. package/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/exceptions.d.ts +4 -1
  49. package/node_modules/@aws-sdk/smithy-client/package.json +1 -1
  50. package/node_modules/@aws-sdk/util-defaults-mode-browser/CHANGELOG.md +8 -0
  51. package/node_modules/@aws-sdk/util-defaults-mode-browser/package.json +2 -2
  52. package/node_modules/@aws-sdk/util-defaults-mode-node/CHANGELOG.md +8 -0
  53. package/node_modules/@aws-sdk/util-defaults-mode-node/package.json +2 -2
  54. package/node_modules/@aws-sdk/util-dynamodb/CHANGELOG.md +8 -0
  55. package/node_modules/@aws-sdk/util-dynamodb/package.json +2 -2
  56. package/node_modules/@aws-sdk/util-waiter/CHANGELOG.md +11 -0
  57. package/node_modules/@aws-sdk/util-waiter/dist-cjs/poller.js +4 -4
  58. package/node_modules/@aws-sdk/util-waiter/dist-es/poller.js +11 -11
  59. package/node_modules/@aws-sdk/util-waiter/package.json +1 -1
  60. package/node_modules/aws-sdk/CHANGELOG.md +7 -1
  61. package/node_modules/aws-sdk/README.md +1 -1
  62. package/node_modules/aws-sdk/apis/ce-2017-10-25.min.json +10 -8
  63. package/node_modules/aws-sdk/apis/location-2020-11-19.min.json +64 -17
  64. package/node_modules/aws-sdk/clients/costexplorer.d.ts +15 -7
  65. package/node_modules/aws-sdk/clients/kendra.d.ts +36 -36
  66. package/node_modules/aws-sdk/clients/location.d.ts +54 -4
  67. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +17 -3
  68. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +19 -5
  69. package/node_modules/aws-sdk/dist/aws-sdk.js +93 -30
  70. package/node_modules/aws-sdk/dist/aws-sdk.min.js +42 -42
  71. package/node_modules/aws-sdk/lib/core.js +1 -1
  72. package/node_modules/aws-sdk/lib/event_listeners.js +1 -0
  73. package/node_modules/aws-sdk/lib/protocol/rest_json.js +15 -2
  74. package/node_modules/aws-sdk/package.json +1 -2
  75. package/node_modules/{cli-table3/node_modules/colors → colors}/LICENSE +0 -0
  76. package/node_modules/{cli-table3/node_modules/colors → colors}/README.md +0 -0
  77. package/node_modules/colors/examples/normal-usage.js +32 -24
  78. package/node_modules/colors/examples/safe-string.js +28 -25
  79. package/node_modules/{cli-table3/node_modules/colors → colors}/index.d.ts +0 -0
  80. package/node_modules/colors/lib/colors.js +93 -58
  81. package/node_modules/colors/lib/custom/trap.js +36 -35
  82. package/node_modules/colors/lib/custom/zalgo.js +46 -40
  83. package/node_modules/colors/lib/extendStringPrototype.js +47 -55
  84. package/node_modules/colors/lib/index.js +4 -3
  85. package/node_modules/colors/lib/maps/america.js +8 -10
  86. package/node_modules/colors/lib/maps/rainbow.js +6 -7
  87. package/node_modules/colors/lib/maps/random.js +9 -6
  88. package/node_modules/colors/lib/maps/zebra.js +5 -5
  89. package/node_modules/colors/lib/styles.js +21 -3
  90. package/node_modules/{cli-table3/node_modules/colors → colors}/lib/system/has-flag.js +0 -0
  91. package/node_modules/colors/lib/system/supports-colors.js +109 -19
  92. package/node_modules/colors/package.json +28 -4
  93. package/node_modules/{cli-table3/node_modules/colors → colors}/safe.d.ts +0 -0
  94. package/node_modules/colors/safe.js +4 -3
  95. package/node_modules/colors/themes/generic-logging.js +2 -2
  96. package/node_modules/{escape-string-regexp → inquirer/node_modules/escape-string-regexp}/index.js +0 -0
  97. package/node_modules/{cli-table3/node_modules/is-fullwidth-code-point → inquirer/node_modules/escape-string-regexp}/license +0 -0
  98. package/node_modules/{escape-string-regexp → inquirer/node_modules/escape-string-regexp}/package.json +0 -0
  99. package/node_modules/{escape-string-regexp → inquirer/node_modules/escape-string-regexp}/readme.md +0 -0
  100. package/node_modules/{cli-table3/node_modules/is-fullwidth-code-point → is-fullwidth-code-point}/index.js +0 -0
  101. package/node_modules/{escape-string-regexp → is-fullwidth-code-point}/license +0 -0
  102. package/node_modules/{cli-table3/node_modules/is-fullwidth-code-point → is-fullwidth-code-point}/package.json +0 -0
  103. package/node_modules/{cli-table3/node_modules/is-fullwidth-code-point → is-fullwidth-code-point}/readme.md +0 -0
  104. package/node_modules/safe-buffer/index.js +3 -0
  105. package/node_modules/safe-buffer/package.json +18 -4
  106. package/node_modules/{resolve-dir → spawn-sync/node_modules/safe-buffer}/LICENSE +1 -1
  107. package/node_modules/spawn-sync/node_modules/safe-buffer/README.md +584 -0
  108. package/node_modules/spawn-sync/node_modules/safe-buffer/index.d.ts +187 -0
  109. package/node_modules/spawn-sync/node_modules/safe-buffer/index.js +62 -0
  110. package/node_modules/spawn-sync/node_modules/safe-buffer/package.json +37 -0
  111. package/node_modules/{cli-table3/node_modules/string-width → string-width}/index.js +0 -0
  112. package/node_modules/{cli-table3/node_modules/ansi-regex → string-width}/license +0 -0
  113. package/node_modules/{cli-table3 → string-width}/node_modules/ansi-regex/index.js +0 -0
  114. package/node_modules/{cli-table3/node_modules/string-width → string-width/node_modules/ansi-regex}/license +0 -0
  115. package/node_modules/{cli-table3 → string-width}/node_modules/ansi-regex/package.json +0 -0
  116. package/node_modules/{cli-table3 → string-width}/node_modules/ansi-regex/readme.md +0 -0
  117. package/node_modules/{cli-table3 → string-width}/node_modules/strip-ansi/index.js +0 -0
  118. package/node_modules/{cli-table3 → string-width}/node_modules/strip-ansi/license +0 -0
  119. package/node_modules/{cli-table3 → string-width}/node_modules/strip-ansi/package.json +0 -0
  120. package/node_modules/{cli-table3 → string-width}/node_modules/strip-ansi/readme.md +0 -0
  121. package/node_modules/{cli-table3/node_modules/string-width → string-width}/package.json +0 -0
  122. package/node_modules/{cli-table3/node_modules/string-width → string-width}/readme.md +0 -0
  123. package/node_modules/{is-windows → tabtab/node_modules/safe-buffer}/LICENSE +1 -1
  124. package/node_modules/tabtab/node_modules/safe-buffer/README.md +584 -0
  125. package/node_modules/tabtab/node_modules/safe-buffer/index.d.ts +187 -0
  126. package/node_modules/tabtab/node_modules/safe-buffer/index.js +62 -0
  127. package/node_modules/tabtab/node_modules/safe-buffer/package.json +37 -0
  128. package/node_modules/{colors → winston/node_modules/colors}/.travis.yml +0 -0
  129. package/node_modules/{colors → winston/node_modules/colors}/MIT-LICENSE.txt +0 -0
  130. package/node_modules/{colors → winston/node_modules/colors}/ReadMe.md +0 -0
  131. package/node_modules/winston/node_modules/colors/examples/normal-usage.js +74 -0
  132. package/node_modules/winston/node_modules/colors/examples/safe-string.js +76 -0
  133. package/node_modules/winston/node_modules/colors/lib/colors.js +176 -0
  134. package/node_modules/winston/node_modules/colors/lib/custom/trap.js +45 -0
  135. package/node_modules/{prettyjson → winston}/node_modules/colors/lib/custom/zalgo.js +40 -46
  136. package/node_modules/winston/node_modules/colors/lib/extendStringPrototype.js +118 -0
  137. package/node_modules/{cli-table3 → winston}/node_modules/colors/lib/index.js +3 -4
  138. package/node_modules/winston/node_modules/colors/lib/maps/america.js +12 -0
  139. package/node_modules/{cli-table3 → winston}/node_modules/colors/lib/maps/rainbow.js +7 -6
  140. package/node_modules/winston/node_modules/colors/lib/maps/random.js +8 -0
  141. package/node_modules/winston/node_modules/colors/lib/maps/zebra.js +5 -0
  142. package/node_modules/{cli-table3 → winston}/node_modules/colors/lib/styles.js +3 -21
  143. package/node_modules/{expand-tilde/LICENSE → winston/node_modules/colors/lib/system/supports-colors.js} +41 -1
  144. package/node_modules/winston/node_modules/colors/package.json +21 -0
  145. package/node_modules/winston/node_modules/colors/safe.js +9 -0
  146. package/node_modules/{colors → winston/node_modules/colors}/screenshots/colors.png +0 -0
  147. package/node_modules/{colors → winston/node_modules/colors}/tests/basic-test.js +0 -0
  148. package/node_modules/{colors → winston/node_modules/colors}/tests/safe-test.js +0 -0
  149. package/node_modules/{cli-table3 → winston}/node_modules/colors/themes/generic-logging.js +2 -2
  150. package/package.json +23 -29
  151. package/node_modules/@aws-sdk/client-ssm/CHANGELOG.md +0 -3740
  152. package/node_modules/@aws-sdk/client-ssm/LICENSE +0 -201
  153. package/node_modules/@aws-sdk/client-ssm/README.md +0 -234
  154. package/node_modules/@aws-sdk/client-ssm/dist-cjs/SSM.js +0 -2032
  155. package/node_modules/@aws-sdk/client-ssm/dist-cjs/SSMClient.js +0 -35
  156. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/AddTagsToResourceCommand.js +0 -36
  157. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/AssociateOpsItemRelatedItemCommand.js +0 -36
  158. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CancelCommandCommand.js +0 -36
  159. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CancelMaintenanceWindowExecutionCommand.js +0 -36
  160. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CreateActivationCommand.js +0 -36
  161. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CreateAssociationBatchCommand.js +0 -36
  162. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CreateAssociationCommand.js +0 -36
  163. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CreateDocumentCommand.js +0 -36
  164. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CreateMaintenanceWindowCommand.js +0 -36
  165. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CreateOpsItemCommand.js +0 -36
  166. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CreateOpsMetadataCommand.js +0 -36
  167. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CreatePatchBaselineCommand.js +0 -36
  168. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CreateResourceDataSyncCommand.js +0 -36
  169. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeleteActivationCommand.js +0 -36
  170. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeleteAssociationCommand.js +0 -36
  171. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeleteDocumentCommand.js +0 -36
  172. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeleteInventoryCommand.js +0 -36
  173. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeleteMaintenanceWindowCommand.js +0 -36
  174. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeleteOpsMetadataCommand.js +0 -36
  175. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeleteParameterCommand.js +0 -36
  176. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeleteParametersCommand.js +0 -36
  177. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeletePatchBaselineCommand.js +0 -36
  178. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeleteResourceDataSyncCommand.js +0 -36
  179. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeregisterManagedInstanceCommand.js +0 -36
  180. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeregisterPatchBaselineForPatchGroupCommand.js +0 -36
  181. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeregisterTargetFromMaintenanceWindowCommand.js +0 -36
  182. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeregisterTaskFromMaintenanceWindowCommand.js +0 -36
  183. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeActivationsCommand.js +0 -36
  184. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeAssociationCommand.js +0 -36
  185. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeAssociationExecutionTargetsCommand.js +0 -36
  186. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeAssociationExecutionsCommand.js +0 -36
  187. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeAutomationExecutionsCommand.js +0 -36
  188. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeAutomationStepExecutionsCommand.js +0 -36
  189. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeAvailablePatchesCommand.js +0 -36
  190. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeDocumentCommand.js +0 -36
  191. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeDocumentPermissionCommand.js +0 -36
  192. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeEffectiveInstanceAssociationsCommand.js +0 -36
  193. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeEffectivePatchesForPatchBaselineCommand.js +0 -36
  194. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeInstanceAssociationsStatusCommand.js +0 -36
  195. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeInstanceInformationCommand.js +0 -36
  196. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeInstancePatchStatesCommand.js +0 -36
  197. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeInstancePatchStatesForPatchGroupCommand.js +0 -36
  198. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeInstancePatchesCommand.js +0 -36
  199. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeInventoryDeletionsCommand.js +0 -36
  200. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.js +0 -36
  201. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeMaintenanceWindowExecutionTasksCommand.js +0 -36
  202. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeMaintenanceWindowExecutionsCommand.js +0 -36
  203. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeMaintenanceWindowScheduleCommand.js +0 -36
  204. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeMaintenanceWindowTargetsCommand.js +0 -36
  205. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeMaintenanceWindowTasksCommand.js +0 -36
  206. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeMaintenanceWindowsCommand.js +0 -36
  207. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeMaintenanceWindowsForTargetCommand.js +0 -36
  208. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeOpsItemsCommand.js +0 -36
  209. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeParametersCommand.js +0 -37
  210. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribePatchBaselinesCommand.js +0 -36
  211. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribePatchGroupStateCommand.js +0 -36
  212. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribePatchGroupsCommand.js +0 -36
  213. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribePatchPropertiesCommand.js +0 -36
  214. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeSessionsCommand.js +0 -36
  215. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DisassociateOpsItemRelatedItemCommand.js +0 -36
  216. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetAutomationExecutionCommand.js +0 -36
  217. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetCalendarStateCommand.js +0 -36
  218. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetCommandInvocationCommand.js +0 -36
  219. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetConnectionStatusCommand.js +0 -36
  220. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetDefaultPatchBaselineCommand.js +0 -36
  221. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetDeployablePatchSnapshotForInstanceCommand.js +0 -36
  222. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetDocumentCommand.js +0 -36
  223. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetInventoryCommand.js +0 -37
  224. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetInventorySchemaCommand.js +0 -36
  225. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetMaintenanceWindowCommand.js +0 -36
  226. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetMaintenanceWindowExecutionCommand.js +0 -36
  227. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetMaintenanceWindowExecutionTaskCommand.js +0 -36
  228. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.js +0 -36
  229. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetMaintenanceWindowTaskCommand.js +0 -36
  230. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetOpsItemCommand.js +0 -36
  231. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetOpsMetadataCommand.js +0 -36
  232. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetOpsSummaryCommand.js +0 -37
  233. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetParameterCommand.js +0 -36
  234. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetParameterHistoryCommand.js +0 -36
  235. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetParametersByPathCommand.js +0 -36
  236. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetParametersCommand.js +0 -36
  237. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetPatchBaselineCommand.js +0 -36
  238. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetPatchBaselineForPatchGroupCommand.js +0 -36
  239. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetServiceSettingCommand.js +0 -36
  240. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/LabelParameterVersionCommand.js +0 -36
  241. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListAssociationVersionsCommand.js +0 -36
  242. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListAssociationsCommand.js +0 -36
  243. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListCommandInvocationsCommand.js +0 -36
  244. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListCommandsCommand.js +0 -36
  245. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListComplianceItemsCommand.js +0 -36
  246. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListComplianceSummariesCommand.js +0 -36
  247. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListDocumentMetadataHistoryCommand.js +0 -36
  248. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListDocumentVersionsCommand.js +0 -36
  249. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListDocumentsCommand.js +0 -36
  250. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListInventoryEntriesCommand.js +0 -36
  251. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListOpsItemEventsCommand.js +0 -36
  252. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListOpsItemRelatedItemsCommand.js +0 -36
  253. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListOpsMetadataCommand.js +0 -36
  254. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListResourceComplianceSummariesCommand.js +0 -36
  255. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListResourceDataSyncCommand.js +0 -36
  256. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListTagsForResourceCommand.js +0 -36
  257. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ModifyDocumentPermissionCommand.js +0 -36
  258. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/PutComplianceItemsCommand.js +0 -36
  259. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/PutInventoryCommand.js +0 -36
  260. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/PutParameterCommand.js +0 -36
  261. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/RegisterDefaultPatchBaselineCommand.js +0 -36
  262. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/RegisterPatchBaselineForPatchGroupCommand.js +0 -36
  263. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/RegisterTargetWithMaintenanceWindowCommand.js +0 -36
  264. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/RegisterTaskWithMaintenanceWindowCommand.js +0 -36
  265. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/RemoveTagsFromResourceCommand.js +0 -36
  266. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ResetServiceSettingCommand.js +0 -36
  267. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ResumeSessionCommand.js +0 -36
  268. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/SendAutomationSignalCommand.js +0 -36
  269. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/SendCommandCommand.js +0 -36
  270. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/StartAssociationsOnceCommand.js +0 -36
  271. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/StartAutomationExecutionCommand.js +0 -36
  272. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/StartChangeRequestExecutionCommand.js +0 -36
  273. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/StartSessionCommand.js +0 -36
  274. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/StopAutomationExecutionCommand.js +0 -36
  275. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/TerminateSessionCommand.js +0 -36
  276. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UnlabelParameterVersionCommand.js +0 -36
  277. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateAssociationCommand.js +0 -36
  278. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateAssociationStatusCommand.js +0 -36
  279. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateDocumentCommand.js +0 -36
  280. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateDocumentDefaultVersionCommand.js +0 -36
  281. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateDocumentMetadataCommand.js +0 -36
  282. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateMaintenanceWindowCommand.js +0 -36
  283. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateMaintenanceWindowTargetCommand.js +0 -36
  284. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateMaintenanceWindowTaskCommand.js +0 -36
  285. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateManagedInstanceRoleCommand.js +0 -36
  286. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateOpsItemCommand.js +0 -36
  287. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateOpsMetadataCommand.js +0 -36
  288. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdatePatchBaselineCommand.js +0 -36
  289. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateResourceDataSyncCommand.js +0 -36
  290. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateServiceSettingCommand.js +0 -36
  291. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/index.js +0 -138
  292. package/node_modules/@aws-sdk/client-ssm/dist-cjs/endpoints.js +0 -220
  293. package/node_modules/@aws-sdk/client-ssm/dist-cjs/index.js +0 -9
  294. package/node_modules/@aws-sdk/client-ssm/dist-cjs/models/index.js +0 -6
  295. package/node_modules/@aws-sdk/client-ssm/dist-cjs/models/models_0.js +0 -1951
  296. package/node_modules/@aws-sdk/client-ssm/dist-cjs/models/models_1.js +0 -1883
  297. package/node_modules/@aws-sdk/client-ssm/dist-cjs/models/models_2.js +0 -168
  298. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeActivationsPaginator.js +0 -35
  299. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeAssociationExecutionTargetsPaginator.js +0 -35
  300. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeAssociationExecutionsPaginator.js +0 -35
  301. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeAutomationExecutionsPaginator.js +0 -35
  302. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeAutomationStepExecutionsPaginator.js +0 -35
  303. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeAvailablePatchesPaginator.js +0 -35
  304. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeEffectiveInstanceAssociationsPaginator.js +0 -35
  305. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeEffectivePatchesForPatchBaselinePaginator.js +0 -35
  306. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeInstanceAssociationsStatusPaginator.js +0 -35
  307. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeInstanceInformationPaginator.js +0 -35
  308. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeInstancePatchStatesForPatchGroupPaginator.js +0 -35
  309. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeInstancePatchStatesPaginator.js +0 -35
  310. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeInstancePatchesPaginator.js +0 -35
  311. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeInventoryDeletionsPaginator.js +0 -35
  312. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeMaintenanceWindowExecutionTaskInvocationsPaginator.js +0 -35
  313. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeMaintenanceWindowExecutionTasksPaginator.js +0 -35
  314. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeMaintenanceWindowExecutionsPaginator.js +0 -35
  315. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeMaintenanceWindowSchedulePaginator.js +0 -35
  316. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeMaintenanceWindowTargetsPaginator.js +0 -35
  317. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeMaintenanceWindowTasksPaginator.js +0 -35
  318. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeMaintenanceWindowsForTargetPaginator.js +0 -35
  319. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeMaintenanceWindowsPaginator.js +0 -35
  320. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeOpsItemsPaginator.js +0 -35
  321. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeParametersPaginator.js +0 -35
  322. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribePatchBaselinesPaginator.js +0 -35
  323. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribePatchGroupsPaginator.js +0 -35
  324. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribePatchPropertiesPaginator.js +0 -35
  325. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeSessionsPaginator.js +0 -35
  326. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/GetInventoryPaginator.js +0 -35
  327. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/GetInventorySchemaPaginator.js +0 -35
  328. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/GetOpsSummaryPaginator.js +0 -35
  329. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/GetParameterHistoryPaginator.js +0 -35
  330. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/GetParametersByPathPaginator.js +0 -35
  331. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/Interfaces.js +0 -2
  332. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListAssociationVersionsPaginator.js +0 -35
  333. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListAssociationsPaginator.js +0 -35
  334. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListCommandInvocationsPaginator.js +0 -35
  335. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListCommandsPaginator.js +0 -35
  336. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListComplianceItemsPaginator.js +0 -35
  337. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListComplianceSummariesPaginator.js +0 -35
  338. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListDocumentVersionsPaginator.js +0 -35
  339. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListDocumentsPaginator.js +0 -35
  340. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListOpsItemEventsPaginator.js +0 -35
  341. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListOpsItemRelatedItemsPaginator.js +0 -35
  342. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListOpsMetadataPaginator.js +0 -35
  343. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListResourceComplianceSummariesPaginator.js +0 -35
  344. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListResourceDataSyncPaginator.js +0 -35
  345. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/index.js +0 -50
  346. package/node_modules/@aws-sdk/client-ssm/dist-cjs/protocols/Aws_json1_1.js +0 -19691
  347. package/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.browser.js +0 -40
  348. package/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.js +0 -44
  349. package/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.native.js +0 -16
  350. package/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.shared.js +0 -17
  351. package/node_modules/@aws-sdk/client-ssm/dist-cjs/waiters/index.js +0 -4
  352. package/node_modules/@aws-sdk/client-ssm/dist-cjs/waiters/waitForCommandExecuted.js +0 -102
  353. package/node_modules/@aws-sdk/client-ssm/dist-es/SSM.js +0 -2035
  354. package/node_modules/@aws-sdk/client-ssm/dist-es/SSMClient.js +0 -37
  355. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/AddTagsToResourceCommand.js +0 -39
  356. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/AssociateOpsItemRelatedItemCommand.js +0 -39
  357. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CancelCommandCommand.js +0 -39
  358. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CancelMaintenanceWindowExecutionCommand.js +0 -39
  359. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateActivationCommand.js +0 -39
  360. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateAssociationBatchCommand.js +0 -39
  361. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateAssociationCommand.js +0 -39
  362. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateDocumentCommand.js +0 -39
  363. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateMaintenanceWindowCommand.js +0 -39
  364. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateOpsItemCommand.js +0 -39
  365. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateOpsMetadataCommand.js +0 -39
  366. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreatePatchBaselineCommand.js +0 -39
  367. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateResourceDataSyncCommand.js +0 -39
  368. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteActivationCommand.js +0 -39
  369. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteAssociationCommand.js +0 -39
  370. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteDocumentCommand.js +0 -39
  371. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteInventoryCommand.js +0 -39
  372. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteMaintenanceWindowCommand.js +0 -39
  373. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteOpsMetadataCommand.js +0 -39
  374. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteParameterCommand.js +0 -39
  375. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteParametersCommand.js +0 -39
  376. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeletePatchBaselineCommand.js +0 -39
  377. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteResourceDataSyncCommand.js +0 -39
  378. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterManagedInstanceCommand.js +0 -39
  379. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterPatchBaselineForPatchGroupCommand.js +0 -39
  380. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterTargetFromMaintenanceWindowCommand.js +0 -39
  381. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterTaskFromMaintenanceWindowCommand.js +0 -39
  382. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeActivationsCommand.js +0 -39
  383. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAssociationCommand.js +0 -39
  384. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAssociationExecutionTargetsCommand.js +0 -39
  385. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAssociationExecutionsCommand.js +0 -39
  386. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAutomationExecutionsCommand.js +0 -39
  387. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAutomationStepExecutionsCommand.js +0 -39
  388. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAvailablePatchesCommand.js +0 -39
  389. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeDocumentCommand.js +0 -39
  390. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeDocumentPermissionCommand.js +0 -39
  391. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeEffectiveInstanceAssociationsCommand.js +0 -39
  392. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeEffectivePatchesForPatchBaselineCommand.js +0 -39
  393. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstanceAssociationsStatusCommand.js +0 -39
  394. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstanceInformationCommand.js +0 -39
  395. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePatchStatesCommand.js +0 -39
  396. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePatchStatesForPatchGroupCommand.js +0 -39
  397. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePatchesCommand.js +0 -39
  398. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInventoryDeletionsCommand.js +0 -39
  399. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.js +0 -39
  400. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowExecutionTasksCommand.js +0 -39
  401. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowExecutionsCommand.js +0 -39
  402. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowScheduleCommand.js +0 -39
  403. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowTargetsCommand.js +0 -39
  404. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowTasksCommand.js +0 -39
  405. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowsCommand.js +0 -39
  406. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowsForTargetCommand.js +0 -39
  407. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeOpsItemsCommand.js +0 -39
  408. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeParametersCommand.js +0 -40
  409. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchBaselinesCommand.js +0 -39
  410. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchGroupStateCommand.js +0 -39
  411. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchGroupsCommand.js +0 -39
  412. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchPropertiesCommand.js +0 -39
  413. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeSessionsCommand.js +0 -39
  414. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DisassociateOpsItemRelatedItemCommand.js +0 -39
  415. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetAutomationExecutionCommand.js +0 -39
  416. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetCalendarStateCommand.js +0 -39
  417. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetCommandInvocationCommand.js +0 -39
  418. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetConnectionStatusCommand.js +0 -39
  419. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetDefaultPatchBaselineCommand.js +0 -39
  420. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetDeployablePatchSnapshotForInstanceCommand.js +0 -39
  421. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetDocumentCommand.js +0 -39
  422. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetInventoryCommand.js +0 -40
  423. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetInventorySchemaCommand.js +0 -39
  424. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowCommand.js +0 -39
  425. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowExecutionCommand.js +0 -39
  426. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowExecutionTaskCommand.js +0 -39
  427. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.js +0 -39
  428. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowTaskCommand.js +0 -39
  429. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetOpsItemCommand.js +0 -39
  430. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetOpsMetadataCommand.js +0 -39
  431. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetOpsSummaryCommand.js +0 -40
  432. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParameterCommand.js +0 -39
  433. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParameterHistoryCommand.js +0 -39
  434. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParametersByPathCommand.js +0 -39
  435. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParametersCommand.js +0 -39
  436. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetPatchBaselineCommand.js +0 -39
  437. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetPatchBaselineForPatchGroupCommand.js +0 -39
  438. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetServiceSettingCommand.js +0 -39
  439. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/LabelParameterVersionCommand.js +0 -39
  440. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListAssociationVersionsCommand.js +0 -39
  441. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListAssociationsCommand.js +0 -39
  442. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListCommandInvocationsCommand.js +0 -39
  443. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListCommandsCommand.js +0 -39
  444. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListComplianceItemsCommand.js +0 -39
  445. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListComplianceSummariesCommand.js +0 -39
  446. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListDocumentMetadataHistoryCommand.js +0 -39
  447. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListDocumentVersionsCommand.js +0 -39
  448. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListDocumentsCommand.js +0 -39
  449. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListInventoryEntriesCommand.js +0 -39
  450. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListOpsItemEventsCommand.js +0 -39
  451. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListOpsItemRelatedItemsCommand.js +0 -39
  452. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListOpsMetadataCommand.js +0 -39
  453. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListResourceComplianceSummariesCommand.js +0 -39
  454. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListResourceDataSyncCommand.js +0 -39
  455. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListTagsForResourceCommand.js +0 -39
  456. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ModifyDocumentPermissionCommand.js +0 -39
  457. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutComplianceItemsCommand.js +0 -39
  458. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutInventoryCommand.js +0 -39
  459. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutParameterCommand.js +0 -39
  460. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterDefaultPatchBaselineCommand.js +0 -39
  461. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterPatchBaselineForPatchGroupCommand.js +0 -39
  462. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterTargetWithMaintenanceWindowCommand.js +0 -39
  463. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterTaskWithMaintenanceWindowCommand.js +0 -39
  464. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RemoveTagsFromResourceCommand.js +0 -39
  465. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ResetServiceSettingCommand.js +0 -39
  466. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ResumeSessionCommand.js +0 -39
  467. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/SendAutomationSignalCommand.js +0 -39
  468. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/SendCommandCommand.js +0 -39
  469. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartAssociationsOnceCommand.js +0 -39
  470. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartAutomationExecutionCommand.js +0 -39
  471. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartChangeRequestExecutionCommand.js +0 -39
  472. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartSessionCommand.js +0 -39
  473. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StopAutomationExecutionCommand.js +0 -39
  474. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/TerminateSessionCommand.js +0 -39
  475. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UnlabelParameterVersionCommand.js +0 -39
  476. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateAssociationCommand.js +0 -39
  477. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateAssociationStatusCommand.js +0 -39
  478. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateDocumentCommand.js +0 -39
  479. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateDocumentDefaultVersionCommand.js +0 -39
  480. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateDocumentMetadataCommand.js +0 -39
  481. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateMaintenanceWindowCommand.js +0 -39
  482. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateMaintenanceWindowTargetCommand.js +0 -39
  483. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateMaintenanceWindowTaskCommand.js +0 -39
  484. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateManagedInstanceRoleCommand.js +0 -39
  485. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateOpsItemCommand.js +0 -39
  486. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateOpsMetadataCommand.js +0 -39
  487. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdatePatchBaselineCommand.js +0 -39
  488. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateResourceDataSyncCommand.js +0 -39
  489. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateServiceSettingCommand.js +0 -39
  490. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/index.js +0 -135
  491. package/node_modules/@aws-sdk/client-ssm/dist-es/endpoints.js +0 -216
  492. package/node_modules/@aws-sdk/client-ssm/dist-es/index.js +0 -6
  493. package/node_modules/@aws-sdk/client-ssm/dist-es/models/index.js +0 -3
  494. package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_0.js +0 -1419
  495. package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_1.js +0 -1306
  496. package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_2.js +0 -104
  497. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeActivationsPaginator.js +0 -74
  498. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeAssociationExecutionTargetsPaginator.js +0 -74
  499. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeAssociationExecutionsPaginator.js +0 -74
  500. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeAutomationExecutionsPaginator.js +0 -74
  501. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeAutomationStepExecutionsPaginator.js +0 -74
  502. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeAvailablePatchesPaginator.js +0 -74
  503. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeEffectiveInstanceAssociationsPaginator.js +0 -74
  504. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeEffectivePatchesForPatchBaselinePaginator.js +0 -74
  505. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeInstanceAssociationsStatusPaginator.js +0 -74
  506. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeInstanceInformationPaginator.js +0 -74
  507. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeInstancePatchStatesForPatchGroupPaginator.js +0 -74
  508. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeInstancePatchStatesPaginator.js +0 -74
  509. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeInstancePatchesPaginator.js +0 -74
  510. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeInventoryDeletionsPaginator.js +0 -74
  511. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeMaintenanceWindowExecutionTaskInvocationsPaginator.js +0 -74
  512. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeMaintenanceWindowExecutionTasksPaginator.js +0 -74
  513. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeMaintenanceWindowExecutionsPaginator.js +0 -74
  514. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeMaintenanceWindowSchedulePaginator.js +0 -74
  515. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeMaintenanceWindowTargetsPaginator.js +0 -74
  516. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeMaintenanceWindowTasksPaginator.js +0 -74
  517. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeMaintenanceWindowsForTargetPaginator.js +0 -74
  518. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeMaintenanceWindowsPaginator.js +0 -74
  519. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeOpsItemsPaginator.js +0 -74
  520. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeParametersPaginator.js +0 -74
  521. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribePatchBaselinesPaginator.js +0 -74
  522. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribePatchGroupsPaginator.js +0 -74
  523. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribePatchPropertiesPaginator.js +0 -74
  524. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeSessionsPaginator.js +0 -74
  525. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/GetInventoryPaginator.js +0 -74
  526. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/GetInventorySchemaPaginator.js +0 -74
  527. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/GetOpsSummaryPaginator.js +0 -74
  528. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/GetParameterHistoryPaginator.js +0 -74
  529. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/GetParametersByPathPaginator.js +0 -74
  530. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/Interfaces.js +0 -1
  531. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListAssociationVersionsPaginator.js +0 -74
  532. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListAssociationsPaginator.js +0 -74
  533. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListCommandInvocationsPaginator.js +0 -74
  534. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListCommandsPaginator.js +0 -74
  535. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListComplianceItemsPaginator.js +0 -74
  536. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListComplianceSummariesPaginator.js +0 -74
  537. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListDocumentVersionsPaginator.js +0 -74
  538. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListDocumentsPaginator.js +0 -74
  539. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListOpsItemEventsPaginator.js +0 -74
  540. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListOpsItemRelatedItemsPaginator.js +0 -74
  541. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListOpsMetadataPaginator.js +0 -74
  542. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListResourceComplianceSummariesPaginator.js +0 -74
  543. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListResourceDataSyncPaginator.js +0 -74
  544. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/index.js +0 -47
  545. package/node_modules/@aws-sdk/client-ssm/dist-es/protocols/Aws_json1_1.js +0 -19787
  546. package/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.browser.js +0 -17
  547. package/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.js +0 -21
  548. package/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.native.js +0 -8
  549. package/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.shared.js +0 -13
  550. package/node_modules/@aws-sdk/client-ssm/dist-es/waiters/index.js +0 -1
  551. package/node_modules/@aws-sdk/client-ssm/dist-es/waiters/waitForCommandExecuted.js +0 -117
  552. package/node_modules/@aws-sdk/client-ssm/dist-types/SSM.d.ts +0 -1599
  553. package/node_modules/@aws-sdk/client-ssm/dist-types/SSMClient.d.ts +0 -306
  554. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/AddTagsToResourceCommand.d.ts +0 -79
  555. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/AssociateOpsItemRelatedItemCommand.d.ts +0 -37
  556. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CancelCommandCommand.d.ts +0 -36
  557. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CancelMaintenanceWindowExecutionCommand.d.ts +0 -37
  558. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateActivationCommand.d.ts +0 -44
  559. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateAssociationBatchCommand.d.ts +0 -41
  560. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateAssociationCommand.d.ts +0 -44
  561. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateDocumentCommand.d.ts +0 -38
  562. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateMaintenanceWindowCommand.d.ts +0 -43
  563. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateOpsItemCommand.d.ts +0 -40
  564. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateOpsMetadataCommand.d.ts +0 -36
  565. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreatePatchBaselineCommand.d.ts +0 -39
  566. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateResourceDataSyncCommand.d.ts +0 -55
  567. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteActivationCommand.d.ts +0 -38
  568. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteAssociationCommand.d.ts +0 -41
  569. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteDocumentCommand.d.ts +0 -37
  570. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteInventoryCommand.d.ts +0 -36
  571. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteMaintenanceWindowCommand.d.ts +0 -35
  572. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteOpsMetadataCommand.d.ts +0 -35
  573. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteParameterCommand.d.ts +0 -36
  574. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteParametersCommand.d.ts +0 -36
  575. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeletePatchBaselineCommand.d.ts +0 -35
  576. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteResourceDataSyncCommand.d.ts +0 -37
  577. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterManagedInstanceCommand.d.ts +0 -37
  578. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterPatchBaselineForPatchGroupCommand.d.ts +0 -35
  579. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterTargetFromMaintenanceWindowCommand.d.ts +0 -35
  580. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterTaskFromMaintenanceWindowCommand.d.ts +0 -35
  581. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeActivationsCommand.d.ts +0 -38
  582. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAssociationCommand.d.ts +0 -37
  583. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAssociationExecutionTargetsCommand.d.ts +0 -35
  584. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAssociationExecutionsCommand.d.ts +0 -35
  585. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAutomationExecutionsCommand.d.ts +0 -35
  586. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAutomationStepExecutionsCommand.d.ts +0 -36
  587. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAvailablePatchesCommand.d.ts +0 -35
  588. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeDocumentCommand.d.ts +0 -35
  589. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeDocumentPermissionCommand.d.ts +0 -37
  590. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeEffectiveInstanceAssociationsCommand.d.ts +0 -35
  591. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeEffectivePatchesForPatchBaselineCommand.d.ts +0 -36
  592. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstanceAssociationsStatusCommand.d.ts +0 -35
  593. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstanceInformationCommand.d.ts +0 -44
  594. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchStatesCommand.d.ts +0 -35
  595. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +0 -35
  596. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchesCommand.d.ts +0 -36
  597. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInventoryDeletionsCommand.d.ts +0 -35
  598. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.d.ts +0 -36
  599. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowExecutionTasksCommand.d.ts +0 -35
  600. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowExecutionsCommand.d.ts +0 -37
  601. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +0 -35
  602. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +0 -35
  603. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowTasksCommand.d.ts +0 -41
  604. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowsCommand.d.ts +0 -35
  605. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +0 -36
  606. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeOpsItemsCommand.d.ts +0 -40
  607. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeParametersCommand.d.ts +0 -48
  608. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchBaselinesCommand.d.ts +0 -35
  609. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchGroupStateCommand.d.ts +0 -35
  610. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchGroupsCommand.d.ts +0 -35
  611. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchPropertiesCommand.d.ts +0 -98
  612. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeSessionsCommand.d.ts +0 -36
  613. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DisassociateOpsItemRelatedItemCommand.d.ts +0 -37
  614. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetAutomationExecutionCommand.d.ts +0 -35
  615. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetCalendarStateCommand.d.ts +0 -43
  616. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetCommandInvocationCommand.d.ts +0 -39
  617. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetConnectionStatusCommand.d.ts +0 -36
  618. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetDefaultPatchBaselineCommand.d.ts +0 -38
  619. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +0 -43
  620. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetDocumentCommand.d.ts +0 -35
  621. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetInventoryCommand.d.ts +0 -37
  622. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetInventorySchemaCommand.d.ts +0 -36
  623. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowCommand.d.ts +0 -35
  624. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowExecutionCommand.d.ts +0 -35
  625. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowExecutionTaskCommand.d.ts +0 -36
  626. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.d.ts +0 -35
  627. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowTaskCommand.d.ts +0 -41
  628. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsItemCommand.d.ts +0 -41
  629. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsMetadataCommand.d.ts +0 -35
  630. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsSummaryCommand.d.ts +0 -39
  631. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParameterCommand.d.ts +0 -38
  632. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParameterHistoryCommand.d.ts +0 -41
  633. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParametersByPathCommand.d.ts +0 -41
  634. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParametersCommand.d.ts +0 -39
  635. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetPatchBaselineCommand.d.ts +0 -35
  636. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetPatchBaselineForPatchGroupCommand.d.ts +0 -35
  637. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetServiceSettingCommand.d.ts +0 -48
  638. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/LabelParameterVersionCommand.d.ts +0 -71
  639. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListAssociationVersionsCommand.d.ts +0 -35
  640. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListAssociationsCommand.d.ts +0 -37
  641. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListCommandInvocationsCommand.d.ts +0 -39
  642. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListCommandsCommand.d.ts +0 -35
  643. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListComplianceItemsCommand.d.ts +0 -37
  644. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListComplianceSummariesCommand.d.ts +0 -37
  645. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentMetadataHistoryCommand.d.ts +0 -35
  646. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentVersionsCommand.d.ts +0 -35
  647. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentsCommand.d.ts +0 -36
  648. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListInventoryEntriesCommand.d.ts +0 -35
  649. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListOpsItemEventsCommand.d.ts +0 -36
  650. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListOpsItemRelatedItemsCommand.d.ts +0 -36
  651. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListOpsMetadataCommand.d.ts +0 -36
  652. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListResourceComplianceSummariesCommand.d.ts +0 -37
  653. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListResourceDataSyncCommand.d.ts +0 -43
  654. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListTagsForResourceCommand.d.ts +0 -36
  655. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ModifyDocumentPermissionCommand.d.ts +0 -38
  656. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutComplianceItemsCommand.d.ts +0 -90
  657. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutInventoryCommand.d.ts +0 -36
  658. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutParameterCommand.d.ts +0 -35
  659. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterDefaultPatchBaselineCommand.d.ts +0 -39
  660. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +0 -35
  661. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +0 -35
  662. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +0 -35
  663. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +0 -35
  664. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ResetServiceSettingCommand.d.ts +0 -49
  665. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ResumeSessionCommand.d.ts +0 -40
  666. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/SendAutomationSignalCommand.d.ts +0 -36
  667. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/SendCommandCommand.d.ts +0 -35
  668. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAssociationsOnceCommand.d.ts +0 -36
  669. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAutomationExecutionCommand.d.ts +0 -35
  670. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartChangeRequestExecutionCommand.d.ts +0 -37
  671. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartSessionCommand.d.ts +0 -44
  672. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StopAutomationExecutionCommand.d.ts +0 -35
  673. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/TerminateSessionCommand.d.ts +0 -36
  674. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UnlabelParameterVersionCommand.d.ts +0 -35
  675. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateAssociationCommand.d.ts +0 -47
  676. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateAssociationStatusCommand.d.ts +0 -40
  677. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentCommand.d.ts +0 -35
  678. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentDefaultVersionCommand.d.ts +0 -35
  679. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentMetadataCommand.d.ts +0 -36
  680. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateMaintenanceWindowCommand.d.ts +0 -43
  681. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateMaintenanceWindowTargetCommand.d.ts +0 -61
  682. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateMaintenanceWindowTaskCommand.d.ts +0 -90
  683. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateManagedInstanceRoleCommand.d.ts +0 -37
  684. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateOpsItemCommand.d.ts +0 -40
  685. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateOpsMetadataCommand.d.ts +0 -35
  686. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdatePatchBaselineCommand.d.ts +0 -40
  687. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateResourceDataSyncCommand.d.ts +0 -44
  688. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateServiceSettingCommand.d.ts +0 -48
  689. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/index.d.ts +0 -135
  690. package/node_modules/@aws-sdk/client-ssm/dist-types/endpoints.d.ts +0 -2
  691. package/node_modules/@aws-sdk/client-ssm/dist-types/index.d.ts +0 -6
  692. package/node_modules/@aws-sdk/client-ssm/dist-types/models/index.d.ts +0 -3
  693. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_0.d.ts +0 -7644
  694. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_1.d.ts +0 -8677
  695. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_2.d.ts +0 -1083
  696. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeActivationsPaginator.d.ts +0 -4
  697. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeAssociationExecutionTargetsPaginator.d.ts +0 -4
  698. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeAssociationExecutionsPaginator.d.ts +0 -4
  699. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeAutomationExecutionsPaginator.d.ts +0 -4
  700. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeAutomationStepExecutionsPaginator.d.ts +0 -4
  701. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeAvailablePatchesPaginator.d.ts +0 -4
  702. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeEffectiveInstanceAssociationsPaginator.d.ts +0 -4
  703. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeEffectivePatchesForPatchBaselinePaginator.d.ts +0 -4
  704. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstanceAssociationsStatusPaginator.d.ts +0 -4
  705. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstanceInformationPaginator.d.ts +0 -4
  706. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstancePatchStatesForPatchGroupPaginator.d.ts +0 -4
  707. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstancePatchStatesPaginator.d.ts +0 -4
  708. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstancePatchesPaginator.d.ts +0 -4
  709. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInventoryDeletionsPaginator.d.ts +0 -4
  710. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowExecutionTaskInvocationsPaginator.d.ts +0 -4
  711. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowExecutionTasksPaginator.d.ts +0 -4
  712. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowExecutionsPaginator.d.ts +0 -4
  713. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowSchedulePaginator.d.ts +0 -4
  714. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowTargetsPaginator.d.ts +0 -4
  715. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowTasksPaginator.d.ts +0 -4
  716. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowsForTargetPaginator.d.ts +0 -4
  717. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowsPaginator.d.ts +0 -4
  718. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeOpsItemsPaginator.d.ts +0 -4
  719. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeParametersPaginator.d.ts +0 -4
  720. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribePatchBaselinesPaginator.d.ts +0 -4
  721. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribePatchGroupsPaginator.d.ts +0 -4
  722. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribePatchPropertiesPaginator.d.ts +0 -4
  723. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeSessionsPaginator.d.ts +0 -4
  724. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetInventoryPaginator.d.ts +0 -4
  725. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetInventorySchemaPaginator.d.ts +0 -4
  726. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetOpsSummaryPaginator.d.ts +0 -4
  727. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetParameterHistoryPaginator.d.ts +0 -4
  728. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetParametersByPathPaginator.d.ts +0 -4
  729. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/Interfaces.d.ts +0 -6
  730. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListAssociationVersionsPaginator.d.ts +0 -4
  731. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListAssociationsPaginator.d.ts +0 -4
  732. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListCommandInvocationsPaginator.d.ts +0 -4
  733. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListCommandsPaginator.d.ts +0 -4
  734. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListComplianceItemsPaginator.d.ts +0 -4
  735. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListComplianceSummariesPaginator.d.ts +0 -4
  736. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListDocumentVersionsPaginator.d.ts +0 -4
  737. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListDocumentsPaginator.d.ts +0 -4
  738. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListOpsItemEventsPaginator.d.ts +0 -4
  739. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListOpsItemRelatedItemsPaginator.d.ts +0 -4
  740. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListOpsMetadataPaginator.d.ts +0 -4
  741. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListResourceComplianceSummariesPaginator.d.ts +0 -4
  742. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListResourceDataSyncPaginator.d.ts +0 -4
  743. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/index.d.ts +0 -47
  744. package/node_modules/@aws-sdk/client-ssm/dist-types/protocols/Aws_json1_1.d.ts +0 -407
  745. package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.browser.d.ts +0 -39
  746. package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.d.ts +0 -39
  747. package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.native.d.ts +0 -38
  748. package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.shared.d.ts +0 -13
  749. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSM.d.ts +0 -680
  750. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSMClient.d.ts +0 -206
  751. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +0 -17
  752. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/AssociateOpsItemRelatedItemCommand.d.ts +0 -17
  753. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CancelCommandCommand.d.ts +0 -17
  754. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CancelMaintenanceWindowExecutionCommand.d.ts +0 -17
  755. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateActivationCommand.d.ts +0 -17
  756. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateAssociationBatchCommand.d.ts +0 -17
  757. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateAssociationCommand.d.ts +0 -17
  758. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateDocumentCommand.d.ts +0 -17
  759. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateMaintenanceWindowCommand.d.ts +0 -17
  760. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateOpsItemCommand.d.ts +0 -17
  761. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateOpsMetadataCommand.d.ts +0 -17
  762. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreatePatchBaselineCommand.d.ts +0 -17
  763. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateResourceDataSyncCommand.d.ts +0 -17
  764. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteActivationCommand.d.ts +0 -17
  765. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteAssociationCommand.d.ts +0 -17
  766. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteDocumentCommand.d.ts +0 -17
  767. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteInventoryCommand.d.ts +0 -17
  768. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteMaintenanceWindowCommand.d.ts +0 -17
  769. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteOpsMetadataCommand.d.ts +0 -17
  770. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteParameterCommand.d.ts +0 -17
  771. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteParametersCommand.d.ts +0 -17
  772. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeletePatchBaselineCommand.d.ts +0 -17
  773. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteResourceDataSyncCommand.d.ts +0 -17
  774. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeregisterManagedInstanceCommand.d.ts +0 -17
  775. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeregisterPatchBaselineForPatchGroupCommand.d.ts +0 -17
  776. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeregisterTargetFromMaintenanceWindowCommand.d.ts +0 -17
  777. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeregisterTaskFromMaintenanceWindowCommand.d.ts +0 -17
  778. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeActivationsCommand.d.ts +0 -17
  779. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAssociationCommand.d.ts +0 -17
  780. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAssociationExecutionTargetsCommand.d.ts +0 -17
  781. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAssociationExecutionsCommand.d.ts +0 -17
  782. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAutomationExecutionsCommand.d.ts +0 -17
  783. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAutomationStepExecutionsCommand.d.ts +0 -17
  784. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAvailablePatchesCommand.d.ts +0 -17
  785. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeDocumentCommand.d.ts +0 -17
  786. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeDocumentPermissionCommand.d.ts +0 -17
  787. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeEffectiveInstanceAssociationsCommand.d.ts +0 -17
  788. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeEffectivePatchesForPatchBaselineCommand.d.ts +0 -17
  789. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstanceAssociationsStatusCommand.d.ts +0 -17
  790. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstanceInformationCommand.d.ts +0 -17
  791. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstancePatchStatesCommand.d.ts +0 -17
  792. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +0 -17
  793. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstancePatchesCommand.d.ts +0 -17
  794. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInventoryDeletionsCommand.d.ts +0 -17
  795. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.d.ts +0 -17
  796. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionTasksCommand.d.ts +0 -17
  797. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionsCommand.d.ts +0 -17
  798. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +0 -17
  799. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +0 -17
  800. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowTasksCommand.d.ts +0 -17
  801. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowsCommand.d.ts +0 -17
  802. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +0 -17
  803. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeOpsItemsCommand.d.ts +0 -17
  804. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeParametersCommand.d.ts +0 -18
  805. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribePatchBaselinesCommand.d.ts +0 -17
  806. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribePatchGroupStateCommand.d.ts +0 -17
  807. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribePatchGroupsCommand.d.ts +0 -17
  808. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribePatchPropertiesCommand.d.ts +0 -17
  809. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeSessionsCommand.d.ts +0 -17
  810. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DisassociateOpsItemRelatedItemCommand.d.ts +0 -17
  811. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetAutomationExecutionCommand.d.ts +0 -17
  812. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetCalendarStateCommand.d.ts +0 -17
  813. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetCommandInvocationCommand.d.ts +0 -17
  814. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetConnectionStatusCommand.d.ts +0 -17
  815. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetDefaultPatchBaselineCommand.d.ts +0 -17
  816. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +0 -17
  817. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetDocumentCommand.d.ts +0 -17
  818. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetInventoryCommand.d.ts +0 -18
  819. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetInventorySchemaCommand.d.ts +0 -17
  820. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowCommand.d.ts +0 -17
  821. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionCommand.d.ts +0 -17
  822. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionTaskCommand.d.ts +0 -17
  823. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.d.ts +0 -17
  824. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowTaskCommand.d.ts +0 -17
  825. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetOpsItemCommand.d.ts +0 -17
  826. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetOpsMetadataCommand.d.ts +0 -17
  827. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetOpsSummaryCommand.d.ts +0 -18
  828. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetParameterCommand.d.ts +0 -17
  829. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetParameterHistoryCommand.d.ts +0 -17
  830. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetParametersByPathCommand.d.ts +0 -17
  831. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetParametersCommand.d.ts +0 -17
  832. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetPatchBaselineCommand.d.ts +0 -17
  833. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetPatchBaselineForPatchGroupCommand.d.ts +0 -17
  834. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetServiceSettingCommand.d.ts +0 -17
  835. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/LabelParameterVersionCommand.d.ts +0 -17
  836. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListAssociationVersionsCommand.d.ts +0 -17
  837. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListAssociationsCommand.d.ts +0 -17
  838. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListCommandInvocationsCommand.d.ts +0 -17
  839. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListCommandsCommand.d.ts +0 -17
  840. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListComplianceItemsCommand.d.ts +0 -17
  841. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListComplianceSummariesCommand.d.ts +0 -17
  842. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListDocumentMetadataHistoryCommand.d.ts +0 -17
  843. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListDocumentVersionsCommand.d.ts +0 -17
  844. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListDocumentsCommand.d.ts +0 -17
  845. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListInventoryEntriesCommand.d.ts +0 -17
  846. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListOpsItemEventsCommand.d.ts +0 -17
  847. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListOpsItemRelatedItemsCommand.d.ts +0 -17
  848. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListOpsMetadataCommand.d.ts +0 -17
  849. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListResourceComplianceSummariesCommand.d.ts +0 -17
  850. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListResourceDataSyncCommand.d.ts +0 -17
  851. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -17
  852. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ModifyDocumentPermissionCommand.d.ts +0 -17
  853. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/PutComplianceItemsCommand.d.ts +0 -17
  854. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/PutInventoryCommand.d.ts +0 -17
  855. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/PutParameterCommand.d.ts +0 -17
  856. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterDefaultPatchBaselineCommand.d.ts +0 -17
  857. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +0 -17
  858. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +0 -17
  859. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +0 -17
  860. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +0 -17
  861. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ResetServiceSettingCommand.d.ts +0 -17
  862. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ResumeSessionCommand.d.ts +0 -17
  863. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/SendAutomationSignalCommand.d.ts +0 -17
  864. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/SendCommandCommand.d.ts +0 -17
  865. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartAssociationsOnceCommand.d.ts +0 -17
  866. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartAutomationExecutionCommand.d.ts +0 -17
  867. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartChangeRequestExecutionCommand.d.ts +0 -17
  868. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartSessionCommand.d.ts +0 -17
  869. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StopAutomationExecutionCommand.d.ts +0 -17
  870. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/TerminateSessionCommand.d.ts +0 -17
  871. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UnlabelParameterVersionCommand.d.ts +0 -17
  872. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateAssociationCommand.d.ts +0 -17
  873. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateAssociationStatusCommand.d.ts +0 -17
  874. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateDocumentCommand.d.ts +0 -17
  875. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateDocumentDefaultVersionCommand.d.ts +0 -17
  876. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateDocumentMetadataCommand.d.ts +0 -17
  877. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateMaintenanceWindowCommand.d.ts +0 -17
  878. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateMaintenanceWindowTargetCommand.d.ts +0 -17
  879. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateMaintenanceWindowTaskCommand.d.ts +0 -17
  880. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateManagedInstanceRoleCommand.d.ts +0 -17
  881. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateOpsItemCommand.d.ts +0 -17
  882. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateOpsMetadataCommand.d.ts +0 -17
  883. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdatePatchBaselineCommand.d.ts +0 -17
  884. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateResourceDataSyncCommand.d.ts +0 -17
  885. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateServiceSettingCommand.d.ts +0 -17
  886. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/index.d.ts +0 -135
  887. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/endpoints.d.ts +0 -2
  888. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/index.d.ts +0 -6
  889. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/index.d.ts +0 -3
  890. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_0.d.ts +0 -3731
  891. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_1.d.ts +0 -3964
  892. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_2.d.ts +0 -447
  893. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeActivationsPaginator.d.ts +0 -4
  894. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeAssociationExecutionTargetsPaginator.d.ts +0 -4
  895. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeAssociationExecutionsPaginator.d.ts +0 -4
  896. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeAutomationExecutionsPaginator.d.ts +0 -4
  897. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeAutomationStepExecutionsPaginator.d.ts +0 -4
  898. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeAvailablePatchesPaginator.d.ts +0 -4
  899. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeEffectiveInstanceAssociationsPaginator.d.ts +0 -4
  900. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeEffectivePatchesForPatchBaselinePaginator.d.ts +0 -4
  901. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeInstanceAssociationsStatusPaginator.d.ts +0 -4
  902. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeInstanceInformationPaginator.d.ts +0 -4
  903. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeInstancePatchStatesForPatchGroupPaginator.d.ts +0 -4
  904. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeInstancePatchStatesPaginator.d.ts +0 -4
  905. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeInstancePatchesPaginator.d.ts +0 -4
  906. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeInventoryDeletionsPaginator.d.ts +0 -4
  907. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeMaintenanceWindowExecutionTaskInvocationsPaginator.d.ts +0 -4
  908. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeMaintenanceWindowExecutionTasksPaginator.d.ts +0 -4
  909. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeMaintenanceWindowExecutionsPaginator.d.ts +0 -4
  910. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeMaintenanceWindowSchedulePaginator.d.ts +0 -4
  911. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeMaintenanceWindowTargetsPaginator.d.ts +0 -4
  912. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeMaintenanceWindowTasksPaginator.d.ts +0 -4
  913. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeMaintenanceWindowsForTargetPaginator.d.ts +0 -4
  914. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeMaintenanceWindowsPaginator.d.ts +0 -4
  915. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeOpsItemsPaginator.d.ts +0 -4
  916. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeParametersPaginator.d.ts +0 -4
  917. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribePatchBaselinesPaginator.d.ts +0 -4
  918. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribePatchGroupsPaginator.d.ts +0 -4
  919. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribePatchPropertiesPaginator.d.ts +0 -4
  920. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeSessionsPaginator.d.ts +0 -4
  921. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/GetInventoryPaginator.d.ts +0 -4
  922. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/GetInventorySchemaPaginator.d.ts +0 -4
  923. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/GetOpsSummaryPaginator.d.ts +0 -4
  924. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/GetParameterHistoryPaginator.d.ts +0 -4
  925. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/GetParametersByPathPaginator.d.ts +0 -4
  926. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -6
  927. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListAssociationVersionsPaginator.d.ts +0 -4
  928. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListAssociationsPaginator.d.ts +0 -4
  929. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListCommandInvocationsPaginator.d.ts +0 -4
  930. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListCommandsPaginator.d.ts +0 -4
  931. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListComplianceItemsPaginator.d.ts +0 -4
  932. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListComplianceSummariesPaginator.d.ts +0 -4
  933. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListDocumentVersionsPaginator.d.ts +0 -4
  934. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListDocumentsPaginator.d.ts +0 -4
  935. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListOpsItemEventsPaginator.d.ts +0 -4
  936. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListOpsItemRelatedItemsPaginator.d.ts +0 -4
  937. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListOpsMetadataPaginator.d.ts +0 -4
  938. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListResourceComplianceSummariesPaginator.d.ts +0 -4
  939. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListResourceDataSyncPaginator.d.ts +0 -4
  940. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/index.d.ts +0 -47
  941. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -407
  942. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -37
  943. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.d.ts +0 -37
  944. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -36
  945. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
  946. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/waiters/index.d.ts +0 -1
  947. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/waiters/waitForCommandExecuted.d.ts +0 -7
  948. package/node_modules/@aws-sdk/client-ssm/dist-types/waiters/index.d.ts +0 -1
  949. package/node_modules/@aws-sdk/client-ssm/dist-types/waiters/waitForCommandExecuted.d.ts +0 -14
  950. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/abort-controller/CHANGELOG.md +0 -1104
  951. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/abort-controller/LICENSE +0 -201
  952. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/abort-controller/README.md +0 -4
  953. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/abort-controller/dist-cjs/AbortController.js +0 -13
  954. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/abort-controller/dist-cjs/AbortSignal.js +0 -24
  955. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/abort-controller/dist-cjs/index.js +0 -5
  956. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/abort-controller/dist-es/AbortController.js +0 -11
  957. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/abort-controller/dist-es/AbortSignal.js +0 -26
  958. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/abort-controller/dist-es/index.js +0 -2
  959. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/abort-controller/dist-types/AbortController.d.ts +0 -6
  960. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/abort-controller/dist-types/AbortSignal.d.ts +0 -14
  961. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/abort-controller/dist-types/index.d.ts +0 -2
  962. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/abort-controller/dist-types/ts3.4/AbortController.d.ts +0 -6
  963. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/abort-controller/dist-types/ts3.4/AbortSignal.d.ts +0 -10
  964. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/abort-controller/dist-types/ts3.4/index.d.ts +0 -2
  965. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/abort-controller/package.json +0 -49
  966. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/CHANGELOG.md +0 -3269
  967. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/LICENSE +0 -201
  968. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/README.md +0 -218
  969. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-cjs/SSO.js +0 -67
  970. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-cjs/SSOClient.js +0 -32
  971. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-cjs/commands/GetRoleCredentialsCommand.js +0 -36
  972. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-cjs/commands/ListAccountRolesCommand.js +0 -36
  973. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-cjs/commands/ListAccountsCommand.js +0 -36
  974. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-cjs/commands/LogoutCommand.js +0 -36
  975. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-cjs/commands/index.js +0 -7
  976. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-cjs/endpoints.js +0 -275
  977. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +0 -8
  978. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-cjs/models/index.js +0 -4
  979. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-cjs/models/models_0.js +0 -95
  980. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-cjs/pagination/Interfaces.js +0 -2
  981. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-cjs/pagination/ListAccountRolesPaginator.js +0 -35
  982. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-cjs/pagination/ListAccountsPaginator.js +0 -35
  983. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-cjs/pagination/index.js +0 -6
  984. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-cjs/protocols/Aws_restJson1.js +0 -521
  985. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.browser.js +0 -39
  986. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +0 -41
  987. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.native.js +0 -16
  988. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js +0 -17
  989. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-es/SSO.js +0 -70
  990. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +0 -34
  991. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-es/commands/GetRoleCredentialsCommand.js +0 -39
  992. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +0 -39
  993. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +0 -39
  994. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.js +0 -39
  995. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-es/commands/index.js +0 -4
  996. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-es/endpoints.js +0 -271
  997. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-es/index.js +0 -5
  998. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-es/models/index.js +0 -1
  999. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js +0 -58
  1000. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-es/pagination/Interfaces.js +0 -1
  1001. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountRolesPaginator.js +0 -74
  1002. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountsPaginator.js +0 -74
  1003. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-es/pagination/index.js +0 -3
  1004. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-es/protocols/Aws_restJson1.js +0 -594
  1005. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.browser.js +0 -17
  1006. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +0 -19
  1007. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.native.js +0 -8
  1008. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.shared.js +0 -13
  1009. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +0 -53
  1010. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +0 -153
  1011. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +0 -36
  1012. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +0 -35
  1013. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +0 -37
  1014. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +0 -35
  1015. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/commands/index.d.ts +0 -4
  1016. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/endpoints.d.ts +0 -2
  1017. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +0 -5
  1018. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/models/index.d.ts +0 -1
  1019. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +0 -255
  1020. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/pagination/Interfaces.d.ts +0 -6
  1021. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountRolesPaginator.d.ts +0 -4
  1022. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountsPaginator.d.ts +0 -4
  1023. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/pagination/index.d.ts +0 -3
  1024. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/protocols/Aws_restJson1.d.ts +0 -14
  1025. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +0 -32
  1026. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +0 -32
  1027. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +0 -31
  1028. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts +0 -13
  1029. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSO.d.ts +0 -25
  1030. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +0 -72
  1031. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/GetRoleCredentialsCommand.d.ts +0 -17
  1032. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountRolesCommand.d.ts +0 -17
  1033. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +0 -17
  1034. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/LogoutCommand.d.ts +0 -17
  1035. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/index.d.ts +0 -4
  1036. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoints.d.ts +0 -2
  1037. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +0 -5
  1038. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/index.d.ts +0 -1
  1039. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +0 -154
  1040. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -6
  1041. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountRolesPaginator.d.ts +0 -4
  1042. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountsPaginator.d.ts +0 -4
  1043. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/index.d.ts +0 -3
  1044. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -14
  1045. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -30
  1046. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +0 -30
  1047. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -29
  1048. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
  1049. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/package.json +0 -91
  1050. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/CHANGELOG.md +0 -2418
  1051. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/LICENSE +0 -201
  1052. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/README.md +0 -208
  1053. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-cjs/STS.js +0 -127
  1054. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-cjs/STSClient.js +0 -34
  1055. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleCommand.js +0 -38
  1056. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleWithSAMLCommand.js +0 -36
  1057. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleWithWebIdentityCommand.js +0 -36
  1058. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-cjs/commands/DecodeAuthorizationMessageCommand.js +0 -38
  1059. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetAccessKeyInfoCommand.js +0 -38
  1060. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetCallerIdentityCommand.js +0 -38
  1061. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetFederationTokenCommand.js +0 -38
  1062. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetSessionTokenCommand.js +0 -38
  1063. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-cjs/commands/index.js +0 -11
  1064. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-cjs/defaultRoleAssumers.js +0 -15
  1065. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-cjs/defaultStsRoleAssumers.js +0 -76
  1066. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-cjs/endpoints.js +0 -217
  1067. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +0 -8
  1068. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-cjs/models/index.js +0 -4
  1069. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-cjs/models/models_0.js +0 -177
  1070. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-cjs/protocols/Aws_query.js +0 -1249
  1071. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.browser.js +0 -40
  1072. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.js +0 -44
  1073. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.native.js +0 -16
  1074. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.shared.js +0 -17
  1075. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-es/STS.js +0 -130
  1076. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-es/STSClient.js +0 -36
  1077. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleCommand.js +0 -41
  1078. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithSAMLCommand.js +0 -39
  1079. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithWebIdentityCommand.js +0 -39
  1080. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-es/commands/DecodeAuthorizationMessageCommand.js +0 -41
  1081. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-es/commands/GetAccessKeyInfoCommand.js +0 -41
  1082. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-es/commands/GetCallerIdentityCommand.js +0 -41
  1083. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-es/commands/GetFederationTokenCommand.js +0 -41
  1084. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-es/commands/GetSessionTokenCommand.js +0 -41
  1085. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-es/commands/index.js +0 -8
  1086. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-es/defaultRoleAssumers.js +0 -16
  1087. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-es/defaultStsRoleAssumers.js +0 -87
  1088. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-es/endpoints.js +0 -213
  1089. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-es/index.js +0 -5
  1090. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-es/models/index.js +0 -1
  1091. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-es/models/models_0.js +0 -117
  1092. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-es/protocols/Aws_query.js +0 -1330
  1093. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.browser.js +0 -17
  1094. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.js +0 -21
  1095. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.native.js +0 -8
  1096. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.shared.js +0 -13
  1097. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/STS.d.ts +0 -619
  1098. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/STSClient.d.ts +0 -152
  1099. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts +0 -124
  1100. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +0 -166
  1101. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +0 -170
  1102. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +0 -70
  1103. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/commands/GetAccessKeyInfoCommand.d.ts +0 -52
  1104. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/commands/GetCallerIdentityCommand.d.ts +0 -44
  1105. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +0 -120
  1106. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +0 -86
  1107. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/commands/index.d.ts +0 -8
  1108. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/defaultRoleAssumers.d.ts +0 -19
  1109. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/defaultStsRoleAssumers.d.ts +0 -35
  1110. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/endpoints.d.ts +0 -2
  1111. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/index.d.ts +0 -5
  1112. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/models/index.d.ts +0 -1
  1113. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/models/models_0.d.ts +0 -1211
  1114. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/protocols/Aws_query.d.ts +0 -26
  1115. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.browser.d.ts +0 -39
  1116. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.d.ts +0 -39
  1117. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.native.d.ts +0 -38
  1118. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.shared.d.ts +0 -13
  1119. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STS.d.ts +0 -45
  1120. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STSClient.d.ts +0 -79
  1121. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleCommand.d.ts +0 -17
  1122. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithSAMLCommand.d.ts +0 -17
  1123. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithWebIdentityCommand.d.ts +0 -17
  1124. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/DecodeAuthorizationMessageCommand.d.ts +0 -17
  1125. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetAccessKeyInfoCommand.d.ts +0 -17
  1126. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetCallerIdentityCommand.d.ts +0 -17
  1127. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +0 -17
  1128. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetSessionTokenCommand.d.ts +0 -17
  1129. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/index.d.ts +0 -8
  1130. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/defaultRoleAssumers.d.ts +0 -8
  1131. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/defaultStsRoleAssumers.d.ts +0 -16
  1132. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoints.d.ts +0 -2
  1133. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/index.d.ts +0 -5
  1134. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/index.d.ts +0 -1
  1135. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/models_0.d.ts +0 -367
  1136. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/protocols/Aws_query.d.ts +0 -26
  1137. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -37
  1138. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.d.ts +0 -37
  1139. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -36
  1140. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
  1141. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/package.json +0 -96
  1142. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/CHANGELOG.md +0 -2281
  1143. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/LICENSE +0 -201
  1144. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/README.md +0 -10
  1145. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js +0 -12
  1146. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/NodeUseFipsEndpointConfigOptions.js +0 -12
  1147. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/index.js +0 -7
  1148. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/resolveCustomEndpointsConfig.js +0 -16
  1149. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/resolveEndpointsConfig.js +0 -21
  1150. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/utils/getEndpointFromRegion.js +0 -20
  1151. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/utils/normalizeBoolean.js +0 -11
  1152. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/utils/normalizeEndpoint.js +0 -15
  1153. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/index.js +0 -6
  1154. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/regionConfig/config.js +0 -15
  1155. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/regionConfig/getRealRegion.js +0 -10
  1156. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/regionConfig/index.js +0 -5
  1157. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/regionConfig/isFipsRegion.js +0 -5
  1158. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/regionConfig/resolveRegionConfig.js +0 -29
  1159. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/EndpointVariant.js +0 -2
  1160. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/EndpointVariantTag.js +0 -2
  1161. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/PartitionHash.js +0 -2
  1162. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/RegionHash.js +0 -2
  1163. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/getHostnameFromVariants.js +0 -8
  1164. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/getRegionInfo.js +0 -34
  1165. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/getResolvedHostname.js +0 -9
  1166. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/getResolvedPartition.js +0 -5
  1167. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/getResolvedSigningRegion.js +0 -16
  1168. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/index.js +0 -6
  1169. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js +0 -11
  1170. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/NodeUseFipsEndpointConfigOptions.js +0 -11
  1171. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/index.js +0 -4
  1172. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/resolveCustomEndpointsConfig.js +0 -7
  1173. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/resolveEndpointsConfig.js +0 -12
  1174. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/utils/getEndpointFromRegion.js +0 -31
  1175. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/utils/normalizeBoolean.js +0 -7
  1176. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/utils/normalizeEndpoint.js +0 -12
  1177. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/index.js +0 -3
  1178. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/regionConfig/config.js +0 -12
  1179. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/regionConfig/getRealRegion.js +0 -8
  1180. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/regionConfig/index.js +0 -2
  1181. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/regionConfig/isFipsRegion.js +0 -3
  1182. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/regionConfig/resolveRegionConfig.js +0 -44
  1183. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/EndpointVariant.js +0 -1
  1184. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/EndpointVariantTag.js +0 -1
  1185. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/PartitionHash.js +0 -1
  1186. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/RegionHash.js +0 -1
  1187. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/getHostnameFromVariants.js +0 -9
  1188. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/getRegionInfo.js +0 -26
  1189. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/getResolvedHostname.js +0 -8
  1190. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/getResolvedPartition.js +0 -5
  1191. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/getResolvedSigningRegion.js +0 -13
  1192. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/index.js +0 -3
  1193. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +0 -5
  1194. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +0 -5
  1195. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/index.d.ts +0 -4
  1196. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/resolveCustomEndpointsConfig.d.ts +0 -20
  1197. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.d.ts +0 -38
  1198. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/utils/getEndpointFromRegion.d.ts +0 -11
  1199. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/utils/normalizeBoolean.d.ts +0 -2
  1200. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/utils/normalizeEndpoint.d.ts +0 -7
  1201. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/index.d.ts +0 -3
  1202. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/config.d.ts +0 -5
  1203. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/getRealRegion.d.ts +0 -1
  1204. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/index.d.ts +0 -2
  1205. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/isFipsRegion.d.ts +0 -1
  1206. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/resolveRegionConfig.d.ts +0 -25
  1207. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/EndpointVariant.d.ts +0 -8
  1208. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/EndpointVariantTag.d.ts +0 -5
  1209. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/PartitionHash.d.ts +0 -14
  1210. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/RegionHash.d.ts +0 -12
  1211. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getHostnameFromVariants.d.ts +0 -6
  1212. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getRegionInfo.d.ts +0 -11
  1213. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getResolvedHostname.d.ts +0 -5
  1214. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getResolvedPartition.d.ts +0 -5
  1215. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getResolvedSigningRegion.d.ts +0 -6
  1216. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/index.d.ts +0 -3
  1217. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +0 -5
  1218. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +0 -5
  1219. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/index.d.ts +0 -4
  1220. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/resolveCustomEndpointsConfig.d.ts +0 -15
  1221. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/resolveEndpointsConfig.d.ts +0 -25
  1222. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/utils/getEndpointFromRegion.d.ts +0 -11
  1223. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/utils/normalizeBoolean.d.ts +0 -2
  1224. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/utils/normalizeEndpoint.d.ts +0 -7
  1225. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/index.d.ts +0 -3
  1226. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionConfig/config.d.ts +0 -5
  1227. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionConfig/getRealRegion.d.ts +0 -1
  1228. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionConfig/index.d.ts +0 -2
  1229. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionConfig/isFipsRegion.d.ts +0 -1
  1230. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionConfig/resolveRegionConfig.d.ts +0 -17
  1231. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariant.d.ts +0 -6
  1232. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariantTag.d.ts +0 -2
  1233. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/PartitionHash.d.ts +0 -10
  1234. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/RegionHash.d.ts +0 -9
  1235. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/getHostnameFromVariants.d.ts +0 -6
  1236. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/getRegionInfo.d.ts +0 -11
  1237. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/getResolvedHostname.d.ts +0 -5
  1238. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/getResolvedPartition.d.ts +0 -5
  1239. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/getResolvedSigningRegion.d.ts +0 -6
  1240. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/index.d.ts +0 -3
  1241. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/package.json +0 -51
  1242. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-env/CHANGELOG.md +0 -1269
  1243. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-env/LICENSE +0 -201
  1244. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-env/README.md +0 -11
  1245. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +0 -25
  1246. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-env/dist-es/index.js +0 -21
  1247. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-env/dist-types/index.d.ts +0 -11
  1248. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-env/dist-types/ts3.4/index.d.ts +0 -7
  1249. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-env/package.json +0 -55
  1250. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/CHANGELOG.md +0 -1263
  1251. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/LICENSE +0 -201
  1252. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/README.md +0 -11
  1253. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/config/Endpoint.js +0 -8
  1254. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/config/EndpointConfigOptions.js +0 -10
  1255. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/config/EndpointMode.js +0 -8
  1256. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/config/EndpointModeConfigOptions.js +0 -11
  1257. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/fromContainerMetadata.js +0 -70
  1258. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/fromInstanceMetadata.js +0 -93
  1259. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/index.js +0 -6
  1260. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/remoteProvider/ImdsCredentials.js +0 -17
  1261. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/remoteProvider/RemoteProviderInit.js +0 -7
  1262. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/remoteProvider/httpRequest.js +0 -41
  1263. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/remoteProvider/index.js +0 -5
  1264. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/remoteProvider/retry.js +0 -11
  1265. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/utils/getInstanceMetadataEndpoint.js +0 -23
  1266. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-es/config/Endpoint.js +0 -5
  1267. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-es/config/EndpointConfigOptions.js +0 -7
  1268. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-es/config/EndpointMode.js +0 -5
  1269. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-es/config/EndpointModeConfigOptions.js +0 -8
  1270. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-es/fromContainerMetadata.js +0 -82
  1271. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-es/fromInstanceMetadata.js +0 -127
  1272. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-es/index.js +0 -3
  1273. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-es/remoteProvider/ImdsCredentials.js +0 -14
  1274. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-es/remoteProvider/RemoteProviderInit.js +0 -6
  1275. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-es/remoteProvider/httpRequest.js +0 -34
  1276. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-es/remoteProvider/index.js +0 -2
  1277. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-es/remoteProvider/retry.js +0 -7
  1278. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-es/utils/getInstanceMetadataEndpoint.js +0 -44
  1279. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/config/Endpoint.d.ts +0 -4
  1280. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/config/EndpointConfigOptions.d.ts +0 -4
  1281. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/config/EndpointMode.d.ts +0 -4
  1282. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/config/EndpointModeConfigOptions.d.ts +0 -4
  1283. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/fromContainerMetadata.d.ts +0 -10
  1284. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/fromInstanceMetadata.d.ts +0 -7
  1285. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/index.d.ts +0 -3
  1286. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/ImdsCredentials.d.ts +0 -9
  1287. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/RemoteProviderInit.d.ts +0 -14
  1288. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts +0 -6
  1289. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/index.d.ts +0 -2
  1290. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/retry.d.ts +0 -7
  1291. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/config/Endpoint.d.ts +0 -4
  1292. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/config/EndpointConfigOptions.d.ts +0 -4
  1293. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/config/EndpointMode.d.ts +0 -4
  1294. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/config/EndpointModeConfigOptions.d.ts +0 -4
  1295. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/fromContainerMetadata.d.ts +0 -7
  1296. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/fromInstanceMetadata.d.ts +0 -4
  1297. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/index.d.ts +0 -3
  1298. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/remoteProvider/ImdsCredentials.d.ts +0 -9
  1299. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/remoteProvider/RemoteProviderInit.d.ts +0 -10
  1300. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/remoteProvider/httpRequest.d.ts +0 -4
  1301. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/remoteProvider/index.d.ts +0 -2
  1302. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/remoteProvider/retry.d.ts +0 -5
  1303. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/utils/getInstanceMetadataEndpoint.d.ts +0 -3
  1304. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/utils/getInstanceMetadataEndpoint.d.ts +0 -19
  1305. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/package.json +0 -58
  1306. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-ini/CHANGELOG.md +0 -1265
  1307. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-ini/LICENSE +0 -201
  1308. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-ini/README.md +0 -11
  1309. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +0 -105
  1310. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-ini/dist-es/index.js +0 -141
  1311. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-ini/dist-types/index.d.ts +0 -63
  1312. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/index.d.ts +0 -26
  1313. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-ini/package.json +0 -61
  1314. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-node/CHANGELOG.md +0 -1569
  1315. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-node/LICENSE +0 -201
  1316. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-node/README.md +0 -89
  1317. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +0 -42
  1318. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-node/dist-es/index.js +0 -42
  1319. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-node/dist-types/index.d.ts +0 -42
  1320. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/index.d.ts +0 -9
  1321. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-node/package.json +0 -63
  1322. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-process/CHANGELOG.md +0 -1121
  1323. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-process/LICENSE +0 -201
  1324. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-process/README.md +0 -11
  1325. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +0 -70
  1326. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-process/dist-es/index.js +0 -82
  1327. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-process/dist-types/index.d.ts +0 -13
  1328. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/index.d.ts +0 -8
  1329. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-process/package.json +0 -57
  1330. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-sso/CHANGELOG.md +0 -323
  1331. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-sso/LICENSE +0 -201
  1332. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-sso/README.md +0 -11
  1333. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +0 -88
  1334. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-sso/dist-es/index.js +0 -110
  1335. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-sso/dist-types/index.d.ts +0 -54
  1336. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/index.d.ts +0 -32
  1337. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-sso/package.json +0 -58
  1338. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-web-identity/CHANGELOG.md +0 -217
  1339. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-web-identity/LICENSE +0 -201
  1340. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-web-identity/README.md +0 -11
  1341. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +0 -28
  1342. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js +0 -21
  1343. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +0 -5
  1344. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js +0 -25
  1345. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromWebToken.js +0 -19
  1346. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/index.js +0 -2
  1347. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromTokenFile.d.ts +0 -12
  1348. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromWebToken.d.ts +0 -126
  1349. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/index.d.ts +0 -2
  1350. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromTokenFile.d.ts +0 -8
  1351. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromWebToken.d.ts +0 -30
  1352. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/index.d.ts +0 -2
  1353. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-web-identity/package.json +0 -63
  1354. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/fetch-http-handler/CHANGELOG.md +0 -1856
  1355. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/fetch-http-handler/LICENSE +0 -201
  1356. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/fetch-http-handler/README.md +0 -4
  1357. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/fetch-http-handler/dist-cjs/fetch-http-handler.js +0 -78
  1358. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/fetch-http-handler/dist-cjs/index.js +0 -5
  1359. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/fetch-http-handler/dist-cjs/request-timeout.js +0 -15
  1360. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/fetch-http-handler/dist-cjs/stream-collector.js +0 -50
  1361. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/fetch-http-handler/dist-es/fetch-http-handler.js +0 -90
  1362. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/fetch-http-handler/dist-es/index.js +0 -2
  1363. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/fetch-http-handler/dist-es/request-timeout.js +0 -12
  1364. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/fetch-http-handler/dist-es/stream-collector.js +0 -68
  1365. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/fetch-http-handler/dist-types/fetch-http-handler.d.ts +0 -20
  1366. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/fetch-http-handler/dist-types/index.d.ts +0 -2
  1367. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/fetch-http-handler/dist-types/request-timeout.d.ts +0 -1
  1368. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/fetch-http-handler/dist-types/stream-collector.d.ts +0 -2
  1369. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +0 -15
  1370. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/fetch-http-handler/dist-types/ts3.4/index.d.ts +0 -2
  1371. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/fetch-http-handler/dist-types/ts3.4/request-timeout.d.ts +0 -1
  1372. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/fetch-http-handler/dist-types/ts3.4/stream-collector.d.ts +0 -2
  1373. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/fetch-http-handler/package.json +0 -49
  1374. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/hash-node/CHANGELOG.md +0 -1191
  1375. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/hash-node/LICENSE +0 -201
  1376. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/hash-node/README.md +0 -10
  1377. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/hash-node/dist-cjs/index.js +0 -30
  1378. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/hash-node/dist-es/index.js +0 -28
  1379. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/hash-node/dist-types/index.d.ts +0 -7
  1380. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/hash-node/dist-types/ts3.4/index.d.ts +0 -7
  1381. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/hash-node/package.json +0 -51
  1382. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/invalid-dependency/CHANGELOG.md +0 -480
  1383. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/invalid-dependency/LICENSE +0 -201
  1384. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/invalid-dependency/README.md +0 -10
  1385. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/invalid-dependency/dist-cjs/index.js +0 -5
  1386. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/invalid-dependency/dist-cjs/invalidFunction.js +0 -7
  1387. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/invalid-dependency/dist-cjs/invalidProvider.js +0 -5
  1388. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/invalid-dependency/dist-es/index.js +0 -2
  1389. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/invalid-dependency/dist-es/invalidFunction.js +0 -3
  1390. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/invalid-dependency/dist-es/invalidProvider.js +0 -1
  1391. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/invalid-dependency/dist-types/index.d.ts +0 -2
  1392. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/invalid-dependency/dist-types/invalidFunction.d.ts +0 -1
  1393. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/invalid-dependency/dist-types/invalidProvider.d.ts +0 -2
  1394. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/invalid-dependency/dist-types/ts3.4/index.d.ts +0 -2
  1395. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/invalid-dependency/dist-types/ts3.4/invalidFunction.d.ts +0 -1
  1396. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/invalid-dependency/dist-types/ts3.4/invalidProvider.d.ts +0 -2
  1397. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/invalid-dependency/package.json +0 -45
  1398. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/is-array-buffer/CHANGELOG.md +0 -561
  1399. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/is-array-buffer/LICENSE +0 -201
  1400. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/is-array-buffer/README.md +0 -10
  1401. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/is-array-buffer/dist-cjs/index.js +0 -6
  1402. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/is-array-buffer/dist-es/index.js +0 -4
  1403. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/is-array-buffer/dist-types/index.d.ts +0 -1
  1404. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/is-array-buffer/dist-types/ts3.4/index.d.ts +0 -1
  1405. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/is-array-buffer/package.json +0 -48
  1406. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-content-length/CHANGELOG.md +0 -1472
  1407. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-content-length/LICENSE +0 -201
  1408. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-content-length/README.md +0 -4
  1409. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-content-length/dist-cjs/index.js +0 -42
  1410. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-content-length/dist-es/index.js +0 -39
  1411. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-content-length/dist-types/index.d.ts +0 -6
  1412. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-content-length/dist-types/ts3.4/index.d.ts +0 -6
  1413. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-content-length/package.json +0 -49
  1414. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-host-header/CHANGELOG.md +0 -947
  1415. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-host-header/LICENSE +0 -201
  1416. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-host-header/README.md +0 -4
  1417. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js +0 -36
  1418. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-host-header/dist-es/index.js +0 -38
  1419. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-host-header/dist-types/index.d.ts +0 -17
  1420. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-host-header/dist-types/ts3.4/index.d.ts +0 -15
  1421. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-host-header/package.json +0 -49
  1422. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-logger/CHANGELOG.md +0 -355
  1423. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-logger/LICENSE +0 -201
  1424. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-logger/README.md +0 -4
  1425. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +0 -4
  1426. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-logger/dist-cjs/loggerMiddleware.js +0 -34
  1427. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-logger/dist-es/index.js +0 -1
  1428. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-logger/dist-es/loggerMiddleware.js +0 -42
  1429. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-logger/dist-types/index.d.ts +0 -1
  1430. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-logger/dist-types/loggerMiddleware.d.ts +0 -4
  1431. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-logger/dist-types/ts3.4/index.d.ts +0 -1
  1432. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-logger/dist-types/ts3.4/loggerMiddleware.d.ts +0 -4
  1433. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-logger/package.json +0 -51
  1434. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/CHANGELOG.md +0 -1178
  1435. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/LICENSE +0 -201
  1436. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/README.md +0 -4
  1437. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-cjs/AdaptiveRetryStrategy.js +0 -25
  1438. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-cjs/DefaultRateLimiter.js +0 -104
  1439. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-cjs/StandardRetryStrategy.js +0 -89
  1440. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-cjs/config.js +0 -10
  1441. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-cjs/configurations.js +0 -69
  1442. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-cjs/constants.js +0 -12
  1443. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-cjs/defaultRetryQuota.js +0 -32
  1444. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-cjs/delayDecider.js +0 -6
  1445. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-cjs/index.js +0 -13
  1446. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-cjs/omitRetryHeadersMiddleware.js +0 -27
  1447. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-cjs/retryDecider.js +0 -11
  1448. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-cjs/retryMiddleware.js +0 -23
  1449. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-cjs/types.js +0 -2
  1450. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-es/AdaptiveRetryStrategy.js +0 -34
  1451. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-es/DefaultRateLimiter.js +0 -119
  1452. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-es/StandardRetryStrategy.js +0 -130
  1453. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-es/config.js +0 -7
  1454. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-es/configurations.js +0 -77
  1455. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-es/constants.js +0 -9
  1456. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-es/defaultRetryQuota.js +0 -28
  1457. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-es/delayDecider.js +0 -4
  1458. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-es/index.js +0 -10
  1459. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-es/omitRetryHeadersMiddleware.js +0 -30
  1460. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-es/retryDecider.js +0 -7
  1461. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-es/retryMiddleware.js +0 -30
  1462. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-es/types.js +0 -1
  1463. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/AdaptiveRetryStrategy.d.ts +0 -17
  1464. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/DefaultRateLimiter.d.ts +0 -39
  1465. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/StandardRetryStrategy.d.ts +0 -27
  1466. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/config.d.ts +0 -13
  1467. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/configurations.d.ts +0 -37
  1468. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/constants.d.ts +0 -41
  1469. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/defaultRetryQuota.d.ts +0 -18
  1470. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/delayDecider.d.ts +0 -4
  1471. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/index.d.ts +0 -10
  1472. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/omitRetryHeadersMiddleware.d.ts +0 -4
  1473. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/retryDecider.d.ts +0 -2
  1474. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/retryMiddleware.d.ts +0 -5
  1475. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +0 -15
  1476. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/DefaultRateLimiter.d.ts +0 -39
  1477. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +0 -25
  1478. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/config.d.ts +0 -8
  1479. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/configurations.d.ts +0 -26
  1480. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/constants.d.ts +0 -18
  1481. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/defaultRetryQuota.d.ts +0 -10
  1482. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/delayDecider.d.ts +0 -2
  1483. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/index.d.ts +0 -10
  1484. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/omitRetryHeadersMiddleware.d.ts +0 -4
  1485. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/retryDecider.d.ts +0 -2
  1486. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/retryMiddleware.d.ts +0 -5
  1487. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/types.d.ts +0 -24
  1488. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/types.d.ts +0 -53
  1489. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/package.json +0 -52
  1490. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-sdk-sts/CHANGELOG.md +0 -202
  1491. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-sdk-sts/LICENSE +0 -201
  1492. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-sdk-sts/README.md +0 -4
  1493. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-sdk-sts/dist-cjs/index.js +0 -9
  1494. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-sdk-sts/dist-es/index.js +0 -6
  1495. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-sdk-sts/dist-types/index.d.ts +0 -34
  1496. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-sdk-sts/dist-types/ts3.4/index.d.ts +0 -25
  1497. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-sdk-sts/package.json +0 -52
  1498. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-serde/CHANGELOG.md +0 -896
  1499. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-serde/LICENSE +0 -201
  1500. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-serde/README.md +0 -4
  1501. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-serde/dist-cjs/deserializerMiddleware.js +0 -12
  1502. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-serde/dist-cjs/index.js +0 -6
  1503. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-serde/dist-cjs/serdePlugin.js +0 -26
  1504. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-serde/dist-cjs/serializerMiddleware.js +0 -11
  1505. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-serde/dist-es/deserializerMiddleware.js +0 -22
  1506. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-serde/dist-es/index.js +0 -3
  1507. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-serde/dist-es/serdePlugin.js +0 -22
  1508. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-serde/dist-es/serializerMiddleware.js +0 -16
  1509. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-serde/dist-types/deserializerMiddleware.d.ts +0 -2
  1510. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-serde/dist-types/index.d.ts +0 -3
  1511. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-serde/dist-types/serdePlugin.d.ts +0 -4
  1512. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-serde/dist-types/serializerMiddleware.d.ts +0 -2
  1513. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-serde/dist-types/ts3.4/deserializerMiddleware.d.ts +0 -2
  1514. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-serde/dist-types/ts3.4/index.d.ts +0 -3
  1515. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-serde/dist-types/ts3.4/serdePlugin.d.ts +0 -4
  1516. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-serde/dist-types/ts3.4/serializerMiddleware.d.ts +0 -2
  1517. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-serde/package.json +0 -48
  1518. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/CHANGELOG.md +0 -1840
  1519. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/LICENSE +0 -201
  1520. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/README.md +0 -4
  1521. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-cjs/configurations.js +0 -90
  1522. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-cjs/index.js +0 -5
  1523. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-cjs/middleware.js +0 -45
  1524. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-cjs/utils/getSkewCorrectedDate.js +0 -5
  1525. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-cjs/utils/getUpdatedSystemClockOffset.js +0 -12
  1526. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-cjs/utils/isClockSkewed.js +0 -6
  1527. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-es/configurations.js +0 -87
  1528. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-es/index.js +0 -2
  1529. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-es/middleware.js +0 -59
  1530. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-es/utils/getSkewCorrectedDate.js +0 -1
  1531. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-es/utils/getUpdatedSystemClockOffset.js +0 -8
  1532. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-es/utils/isClockSkewed.js +0 -4
  1533. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-types/configurations.d.ts +0 -88
  1534. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-types/index.d.ts +0 -2
  1535. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-types/middleware.d.ts +0 -6
  1536. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/configurations.d.ts +0 -57
  1537. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/index.d.ts +0 -2
  1538. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/middleware.d.ts +0 -6
  1539. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/utils/getSkewCorrectedDate.d.ts +0 -2
  1540. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/utils/getUpdatedSystemClockOffset.d.ts +0 -2
  1541. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/utils/isClockSkewed.d.ts +0 -2
  1542. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-types/utils/getSkewCorrectedDate.d.ts +0 -6
  1543. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-types/utils/getUpdatedSystemClockOffset.d.ts +0 -8
  1544. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-types/utils/isClockSkewed.d.ts +0 -7
  1545. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/package.json +0 -51
  1546. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-stack/CHANGELOG.md +0 -1330
  1547. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-stack/LICENSE +0 -201
  1548. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-stack/README.md +0 -78
  1549. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-stack/dist-cjs/MiddlewareStack.js +0 -215
  1550. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-stack/dist-cjs/index.js +0 -4
  1551. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-stack/dist-cjs/types.js +0 -2
  1552. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-stack/dist-es/MiddlewareStack.js +0 -212
  1553. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-stack/dist-es/index.js +0 -1
  1554. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-stack/dist-es/types.js +0 -1
  1555. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-stack/dist-types/MiddlewareStack.d.ts +0 -2
  1556. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-stack/dist-types/index.d.ts +0 -1
  1557. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-stack/dist-types/ts3.4/MiddlewareStack.d.ts +0 -2
  1558. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-stack/dist-types/ts3.4/index.d.ts +0 -1
  1559. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-stack/dist-types/ts3.4/types.d.ts +0 -24
  1560. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-stack/dist-types/types.d.ts +0 -24
  1561. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-stack/package.json +0 -50
  1562. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-user-agent/CHANGELOG.md +0 -1116
  1563. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-user-agent/LICENSE +0 -201
  1564. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-user-agent/README.md +0 -4
  1565. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/configurations.js +0 -10
  1566. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/constants.js +0 -7
  1567. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +0 -5
  1568. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/user-agent-middleware.js +0 -61
  1569. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-user-agent/dist-es/configurations.js +0 -4
  1570. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-user-agent/dist-es/constants.js +0 -4
  1571. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-user-agent/dist-es/index.js +0 -2
  1572. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-user-agent/dist-es/user-agent-middleware.js +0 -64
  1573. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-user-agent/dist-types/configurations.d.ts +0 -28
  1574. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-user-agent/dist-types/constants.d.ts +0 -4
  1575. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-user-agent/dist-types/index.d.ts +0 -2
  1576. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/configurations.d.ts +0 -19
  1577. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/constants.d.ts +0 -4
  1578. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/index.d.ts +0 -2
  1579. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/user-agent-middleware.d.ts +0 -6
  1580. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-user-agent/dist-types/user-agent-middleware.d.ts +0 -17
  1581. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-user-agent/package.json +0 -50
  1582. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/CHANGELOG.md +0 -399
  1583. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/LICENSE +0 -201
  1584. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/README.md +0 -4
  1585. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/dist-cjs/configLoader.js +0 -9
  1586. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/dist-cjs/fromEnv.js +0 -17
  1587. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/dist-cjs/fromSharedConfigFiles.js +0 -28
  1588. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/dist-cjs/fromStatic.js +0 -7
  1589. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/dist-cjs/index.js +0 -4
  1590. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/dist-es/configLoader.js +0 -9
  1591. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/dist-es/fromEnv.js +0 -20
  1592. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/dist-es/fromSharedConfigFiles.js +0 -37
  1593. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/dist-es/fromStatic.js +0 -8
  1594. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/dist-es/index.js +0 -1
  1595. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/dist-types/configLoader.d.ts +0 -22
  1596. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/dist-types/fromEnv.d.ts +0 -8
  1597. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/dist-types/fromSharedConfigFiles.d.ts +0 -27
  1598. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/dist-types/fromStatic.d.ts +0 -3
  1599. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/dist-types/index.d.ts +0 -1
  1600. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/dist-types/ts3.4/configLoader.d.ts +0 -14
  1601. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/dist-types/ts3.4/fromEnv.d.ts +0 -5
  1602. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/dist-types/ts3.4/fromSharedConfigFiles.d.ts +0 -14
  1603. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/dist-types/ts3.4/fromStatic.d.ts +0 -3
  1604. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/dist-types/ts3.4/index.d.ts +0 -1
  1605. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/package.json +0 -53
  1606. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/CHANGELOG.md +0 -1614
  1607. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/LICENSE +0 -201
  1608. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/README.md +0 -4
  1609. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-cjs/constants.js +0 -4
  1610. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-cjs/get-transformed-headers.js +0 -12
  1611. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-cjs/index.js +0 -6
  1612. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-cjs/node-http-handler.js +0 -76
  1613. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-cjs/node-http2-handler.js +0 -131
  1614. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-cjs/readable.mock.js +0 -23
  1615. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-cjs/server.mock.js +0 -60
  1616. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-cjs/set-connection-timeout.js +0 -22
  1617. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-cjs/set-socket-timeout.js +0 -10
  1618. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-cjs/stream-collector/collector.js +0 -15
  1619. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-cjs/stream-collector/index.js +0 -18
  1620. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-cjs/stream-collector/readable.mock.js +0 -23
  1621. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-cjs/write-request-body.js +0 -27
  1622. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-es/constants.js +0 -1
  1623. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-es/get-transformed-headers.js +0 -21
  1624. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-es/index.js +0 -3
  1625. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-es/node-http-handler.js +0 -77
  1626. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-es/node-http2-handler.js +0 -143
  1627. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-es/readable.mock.js +0 -24
  1628. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-es/server.mock.js +0 -63
  1629. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-es/set-connection-timeout.js +0 -19
  1630. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-es/set-socket-timeout.js +0 -7
  1631. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-es/stream-collector/collector.js +0 -16
  1632. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-es/stream-collector/index.js +0 -16
  1633. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-es/stream-collector/readable.mock.js +0 -24
  1634. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-es/write-request-body.js +0 -23
  1635. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-types/constants.d.ts +0 -4
  1636. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-types/get-transformed-headers.d.ts +0 -4
  1637. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-types/index.d.ts +0 -3
  1638. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-types/node-http-handler.d.ts +0 -36
  1639. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-types/node-http2-handler.d.ts +0 -58
  1640. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-types/readable.mock.d.ts +0 -13
  1641. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-types/server.mock.d.ts +0 -10
  1642. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-types/set-connection-timeout.d.ts +0 -2
  1643. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-types/set-socket-timeout.d.ts +0 -2
  1644. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-types/stream-collector/collector.d.ts +0 -6
  1645. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-types/stream-collector/index.d.ts +0 -2
  1646. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +0 -13
  1647. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/constants.d.ts +0 -2
  1648. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/get-transformed-headers.d.ts +0 -4
  1649. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/index.d.ts +0 -3
  1650. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +0 -28
  1651. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +0 -31
  1652. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/readable.mock.d.ts +0 -13
  1653. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/server.mock.d.ts +0 -10
  1654. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/set-connection-timeout.d.ts +0 -2
  1655. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/set-socket-timeout.d.ts +0 -2
  1656. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/stream-collector/collector.d.ts +0 -6
  1657. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/stream-collector/index.d.ts +0 -2
  1658. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/stream-collector/readable.mock.d.ts +0 -13
  1659. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +0 -5
  1660. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-types/write-request-body.d.ts +0 -5
  1661. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/package.json +0 -60
  1662. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/CHANGELOG.md +0 -1156
  1663. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/LICENSE +0 -201
  1664. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/README.md +0 -10
  1665. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/dist-cjs/ProviderError.js +0 -36
  1666. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/dist-cjs/chain.js +0 -19
  1667. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/dist-cjs/fromStatic.js +0 -5
  1668. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/dist-cjs/index.js +0 -7
  1669. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/dist-cjs/memoize.js +0 -48
  1670. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/dist-es/ProviderError.js +0 -44
  1671. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/dist-es/chain.js +0 -34
  1672. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/dist-es/fromStatic.js +0 -5
  1673. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/dist-es/index.js +0 -4
  1674. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/dist-es/memoize.js +0 -70
  1675. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/dist-types/ProviderError.d.ts +0 -31
  1676. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/dist-types/chain.d.ts +0 -11
  1677. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/dist-types/fromStatic.d.ts +0 -2
  1678. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/dist-types/index.d.ts +0 -4
  1679. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/dist-types/memoize.d.ts +0 -37
  1680. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/dist-types/ts3.4/ProviderError.d.ts +0 -13
  1681. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/dist-types/ts3.4/chain.d.ts +0 -3
  1682. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/dist-types/ts3.4/fromStatic.d.ts +0 -2
  1683. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/dist-types/ts3.4/index.d.ts +0 -4
  1684. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/dist-types/ts3.4/memoize.d.ts +0 -9
  1685. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/package.json +0 -48
  1686. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/CHANGELOG.md +0 -1178
  1687. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/LICENSE +0 -201
  1688. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/README.md +0 -4
  1689. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/dist-cjs/httpHandler.js +0 -2
  1690. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/dist-cjs/httpRequest.js +0 -49
  1691. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/dist-cjs/httpResponse.js +0 -17
  1692. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/dist-cjs/index.js +0 -7
  1693. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/dist-cjs/isValidHostname.js +0 -8
  1694. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/dist-es/httpHandler.js +0 -1
  1695. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/dist-es/httpRequest.js +0 -43
  1696. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/dist-es/httpResponse.js +0 -15
  1697. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/dist-es/index.js +0 -4
  1698. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/dist-es/isValidHostname.js +0 -4
  1699. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/dist-types/httpHandler.d.ts +0 -4
  1700. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/dist-types/httpRequest.d.ts +0 -20
  1701. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/dist-types/httpResponse.d.ts +0 -14
  1702. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/dist-types/index.d.ts +0 -4
  1703. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/dist-types/isValidHostname.d.ts +0 -1
  1704. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/httpHandler.d.ts +0 -4
  1705. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/httpRequest.d.ts +0 -20
  1706. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/httpResponse.d.ts +0 -14
  1707. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/index.d.ts +0 -4
  1708. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/isValidHostname.d.ts +0 -1
  1709. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/package.json +0 -49
  1710. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/querystring-builder/CHANGELOG.md +0 -1138
  1711. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/querystring-builder/LICENSE +0 -201
  1712. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/querystring-builder/README.md +0 -10
  1713. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/querystring-builder/dist-cjs/index.js +0 -25
  1714. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/querystring-builder/dist-es/index.js +0 -33
  1715. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/querystring-builder/dist-types/index.d.ts +0 -2
  1716. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/querystring-builder/dist-types/ts3.4/index.d.ts +0 -2
  1717. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/querystring-builder/package.json +0 -49
  1718. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/querystring-parser/CHANGELOG.md +0 -1101
  1719. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/querystring-parser/LICENSE +0 -201
  1720. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/querystring-parser/README.md +0 -10
  1721. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/querystring-parser/dist-cjs/index.js +0 -27
  1722. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/querystring-parser/dist-es/index.js +0 -35
  1723. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/querystring-parser/dist-types/index.d.ts +0 -2
  1724. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/querystring-parser/dist-types/ts3.4/index.d.ts +0 -2
  1725. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/querystring-parser/package.json +0 -48
  1726. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/service-error-classification/CHANGELOG.md +0 -667
  1727. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/service-error-classification/LICENSE +0 -201
  1728. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/service-error-classification/README.md +0 -4
  1729. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/service-error-classification/dist-cjs/constants.js +0 -29
  1730. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/service-error-classification/dist-cjs/index.js +0 -21
  1731. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/service-error-classification/dist-es/constants.js +0 -26
  1732. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/service-error-classification/dist-es/index.js +0 -14
  1733. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/service-error-classification/dist-types/constants.d.ts +0 -22
  1734. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/service-error-classification/dist-types/index.d.ts +0 -5
  1735. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/service-error-classification/dist-types/ts3.4/constants.d.ts +0 -8
  1736. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/service-error-classification/dist-types/ts3.4/index.d.ts +0 -5
  1737. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/service-error-classification/package.json +0 -45
  1738. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/shared-ini-file-loader/CHANGELOG.md +0 -704
  1739. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/shared-ini-file-loader/LICENSE +0 -201
  1740. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/shared-ini-file-loader/README.md +0 -102
  1741. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/shared-ini-file-loader/dist-cjs/index.js +0 -84
  1742. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/shared-ini-file-loader/dist-es/index.js +0 -105
  1743. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/index.d.ts +0 -33
  1744. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/index.d.ts +0 -21
  1745. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/shared-ini-file-loader/package.json +0 -48
  1746. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/CHANGELOG.md +0 -2827
  1747. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/LICENSE +0 -201
  1748. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/README.md +0 -4
  1749. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-cjs/SignatureV4.js +0 -150
  1750. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-cjs/cloneRequest.js +0 -17
  1751. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-cjs/constants.js +0 -46
  1752. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-cjs/credentialDerivation.js +0 -38
  1753. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-cjs/getCanonicalHeaders.js +0 -21
  1754. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-cjs/getCanonicalQuery.js +0 -31
  1755. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-cjs/getPayloadHash.js +0 -23
  1756. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-cjs/headerUtil.js +0 -32
  1757. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-cjs/index.js +0 -19
  1758. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-cjs/moveHeadersToQuery.js +0 -21
  1759. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-cjs/normalizeProvider.js +0 -23
  1760. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-cjs/prepareRequest.js +0 -15
  1761. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-cjs/suite.fixture.js +0 -402
  1762. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-cjs/utilDate.js +0 -20
  1763. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-es/SignatureV4.js +0 -269
  1764. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-es/cloneRequest.js +0 -12
  1765. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-es/constants.js +0 -43
  1766. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-es/credentialDerivation.js +0 -66
  1767. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-es/getCanonicalHeaders.js +0 -30
  1768. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-es/getCanonicalQuery.js +0 -43
  1769. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-es/getPayloadHash.js +0 -41
  1770. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-es/headerUtil.js +0 -60
  1771. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-es/index.js +0 -8
  1772. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-es/moveHeadersToQuery.js +0 -26
  1773. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-es/normalizeProvider.js +0 -18
  1774. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-es/prepareRequest.js +0 -23
  1775. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-es/suite.fixture.js +0 -399
  1776. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-es/utilDate.js +0 -17
  1777. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/SignatureV4.d.ts +0 -63
  1778. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/cloneRequest.d.ts +0 -6
  1779. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/constants.d.ts +0 -43
  1780. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/credentialDerivation.d.ts +0 -26
  1781. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/getCanonicalHeaders.d.ts +0 -5
  1782. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/getCanonicalQuery.d.ts +0 -5
  1783. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/getPayloadHash.d.ts +0 -5
  1784. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/headerUtil.d.ts +0 -4
  1785. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/index.d.ts +0 -8
  1786. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/moveHeadersToQuery.d.ts +0 -9
  1787. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/normalizeProvider.d.ts +0 -9
  1788. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/prepareRequest.d.ts +0 -5
  1789. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/suite.fixture.d.ts +0 -14
  1790. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/SignatureV4.d.ts +0 -39
  1791. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/cloneRequest.d.ts +0 -4
  1792. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/constants.d.ts +0 -43
  1793. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/credentialDerivation.d.ts +0 -7
  1794. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/getCanonicalHeaders.d.ts +0 -3
  1795. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/getCanonicalQuery.d.ts +0 -3
  1796. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/getPayloadHash.d.ts +0 -3
  1797. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/headerUtil.d.ts +0 -4
  1798. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/index.d.ts +0 -8
  1799. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/moveHeadersToQuery.d.ts +0 -7
  1800. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/normalizeProvider.d.ts +0 -5
  1801. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/prepareRequest.d.ts +0 -3
  1802. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/suite.fixture.d.ts +0 -14
  1803. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/utilDate.d.ts +0 -2
  1804. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/utilDate.d.ts +0 -2
  1805. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/package.json +0 -56
  1806. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/CHANGELOG.md +0 -1387
  1807. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/LICENSE +0 -201
  1808. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/README.md +0 -10
  1809. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-cjs/client.js +0 -28
  1810. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-cjs/command.js +0 -10
  1811. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-cjs/constants.js +0 -4
  1812. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-cjs/date-utils.js +0 -156
  1813. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-cjs/emitWarningIfUnsupportedVersion.js +0 -15
  1814. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-cjs/extended-encode-uri-component.js +0 -9
  1815. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-cjs/get-array-if-single-item.js +0 -5
  1816. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-cjs/get-value-from-text-node.js +0 -16
  1817. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-cjs/index.js +0 -15
  1818. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-cjs/lazy-json.js +0 -38
  1819. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-cjs/parse-utils.js +0 -206
  1820. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-cjs/ser-utils.js +0 -17
  1821. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-cjs/split-every.js +0 -31
  1822. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-es/client.js +0 -26
  1823. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-es/command.js +0 -8
  1824. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-es/constants.js +0 -1
  1825. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-es/date-utils.js +0 -150
  1826. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-es/emitWarningIfUnsupportedVersion.js +0 -11
  1827. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-es/extended-encode-uri-component.js +0 -5
  1828. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-es/get-array-if-single-item.js +0 -3
  1829. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-es/get-value-from-text-node.js +0 -12
  1830. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-es/index.js +0 -12
  1831. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-es/lazy-json.js +0 -40
  1832. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-es/parse-utils.js +0 -190
  1833. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-es/ser-utils.js +0 -13
  1834. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-es/split-every.js +0 -27
  1835. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/client.d.ts +0 -20
  1836. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/command.d.ts +0 -6
  1837. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/constants.d.ts +0 -1
  1838. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/date-utils.d.ts +0 -49
  1839. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/emitWarningIfUnsupportedVersion.d.ts +0 -6
  1840. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/extended-encode-uri-component.d.ts +0 -5
  1841. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/get-array-if-single-item.d.ts +0 -5
  1842. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/get-value-from-text-node.d.ts +0 -5
  1843. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts +0 -13
  1844. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/lazy-json.d.ts +0 -19
  1845. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/parse-utils.d.ts +0 -203
  1846. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/ser-utils.d.ts +0 -7
  1847. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/split-every.d.ts +0 -9
  1848. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/client.d.ts +0 -16
  1849. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/command.d.ts +0 -6
  1850. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/constants.d.ts +0 -1
  1851. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/date-utils.d.ts +0 -8
  1852. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/emitWarningIfUnsupportedVersion.d.ts +0 -2
  1853. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/extended-encode-uri-component.d.ts +0 -2
  1854. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/get-array-if-single-item.d.ts +0 -2
  1855. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/get-value-from-text-node.d.ts +0 -2
  1856. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/index.d.ts +0 -13
  1857. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/lazy-json.d.ts +0 -12
  1858. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/parse-utils.d.ts +0 -53
  1859. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/ser-utils.d.ts +0 -2
  1860. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/split-every.d.ts +0 -2
  1861. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/package.json +0 -49
  1862. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/CHANGELOG.md +0 -1712
  1863. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/LICENSE +0 -201
  1864. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/README.md +0 -4
  1865. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-cjs/abort.js +0 -2
  1866. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-cjs/client.js +0 -2
  1867. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-cjs/command.js +0 -2
  1868. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-cjs/credentials.js +0 -2
  1869. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-cjs/crypto.js +0 -2
  1870. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-cjs/eventStream.js +0 -2
  1871. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-cjs/http.js +0 -2
  1872. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-cjs/index.js +0 -20
  1873. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-cjs/logger.js +0 -2
  1874. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-cjs/middleware.js +0 -2
  1875. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-cjs/pagination.js +0 -2
  1876. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-cjs/response.js +0 -2
  1877. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-cjs/serde.js +0 -2
  1878. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-cjs/shapes.js +0 -2
  1879. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-cjs/signature.js +0 -2
  1880. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-cjs/transfer.js +0 -2
  1881. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-cjs/util.js +0 -2
  1882. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-cjs/waiter.js +0 -2
  1883. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-es/abort.js +0 -1
  1884. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-es/client.js +0 -1
  1885. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-es/command.js +0 -1
  1886. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-es/credentials.js +0 -1
  1887. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-es/crypto.js +0 -1
  1888. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-es/eventStream.js +0 -1
  1889. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-es/http.js +0 -1
  1890. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-es/index.js +0 -17
  1891. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-es/logger.js +0 -1
  1892. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-es/middleware.js +0 -1
  1893. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-es/pagination.js +0 -1
  1894. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-es/response.js +0 -1
  1895. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-es/serde.js +0 -1
  1896. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-es/shapes.js +0 -1
  1897. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-es/signature.js +0 -1
  1898. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-es/transfer.js +0 -1
  1899. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-es/util.js +0 -1
  1900. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-es/waiter.js +0 -1
  1901. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/abort.d.ts +0 -42
  1902. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/client.d.ts +0 -23
  1903. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/command.d.ts +0 -7
  1904. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +0 -24
  1905. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/crypto.d.ts +0 -45
  1906. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/eventStream.d.ts +0 -84
  1907. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/http.d.ts +0 -92
  1908. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/index.d.ts +0 -17
  1909. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/logger.d.ts +0 -26
  1910. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +0 -338
  1911. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/pagination.d.ts +0 -14
  1912. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/response.d.ts +0 -34
  1913. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/serde.d.ts +0 -49
  1914. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/shapes.d.ts +0 -45
  1915. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/signature.d.ts +0 -100
  1916. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/transfer.d.ts +0 -16
  1917. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/ts3.4/abort.d.ts +0 -17
  1918. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/ts3.4/client.d.ts +0 -17
  1919. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/ts3.4/command.d.ts +0 -7
  1920. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/ts3.4/credentials.d.ts +0 -13
  1921. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/ts3.4/crypto.d.ts +0 -20
  1922. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/ts3.4/eventStream.d.ts +0 -78
  1923. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/ts3.4/http.d.ts +0 -44
  1924. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +0 -17
  1925. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/ts3.4/logger.d.ts +0 -14
  1926. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/ts3.4/middleware.d.ts +0 -155
  1927. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/ts3.4/pagination.d.ts +0 -9
  1928. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/ts3.4/response.d.ts +0 -18
  1929. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/ts3.4/serde.d.ts +0 -29
  1930. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/ts3.4/shapes.d.ts +0 -22
  1931. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/ts3.4/signature.d.ts +0 -47
  1932. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/ts3.4/transfer.d.ts +0 -12
  1933. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/ts3.4/util.d.ts +0 -56
  1934. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/ts3.4/waiter.d.ts +0 -15
  1935. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/util.d.ts +0 -112
  1936. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/waiter.d.ts +0 -32
  1937. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/package.json +0 -43
  1938. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/url-parser/CHANGELOG.md +0 -201
  1939. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/url-parser/LICENSE +0 -201
  1940. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/url-parser/README.md +0 -10
  1941. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/url-parser/dist-cjs/index.js +0 -19
  1942. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/url-parser/dist-es/index.js +0 -15
  1943. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/url-parser/dist-types/index.d.ts +0 -2
  1944. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/url-parser/dist-types/ts3.4/index.d.ts +0 -2
  1945. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/url-parser/package.json +0 -46
  1946. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-base64-browser/CHANGELOG.md +0 -561
  1947. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-base64-browser/LICENSE +0 -201
  1948. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-base64-browser/README.md +0 -4
  1949. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-base64-browser/dist-cjs/index.js +0 -86
  1950. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-base64-browser/dist-es/index.js +0 -81
  1951. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-base64-browser/dist-types/index.d.ts +0 -16
  1952. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-base64-browser/dist-types/ts3.4/index.d.ts +0 -4
  1953. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-base64-browser/package.json +0 -46
  1954. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-base64-node/CHANGELOG.md +0 -672
  1955. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-base64-node/LICENSE +0 -201
  1956. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-base64-node/README.md +0 -4
  1957. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-base64-node/dist-cjs/index.js +0 -20
  1958. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-base64-node/dist-es/index.js +0 -15
  1959. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-base64-node/dist-types/index.d.ts +0 -14
  1960. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-base64-node/dist-types/ts3.4/index.d.ts +0 -4
  1961. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-base64-node/package.json +0 -50
  1962. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-body-length-browser/CHANGELOG.md +0 -574
  1963. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-body-length-browser/LICENSE +0 -201
  1964. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-body-length-browser/README.md +0 -12
  1965. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-body-length-browser/dist-cjs/index.js +0 -23
  1966. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-body-length-browser/dist-es/index.js +0 -19
  1967. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-body-length-browser/dist-types/index.d.ts +0 -1
  1968. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-body-length-browser/dist-types/ts3.4/index.d.ts +0 -1
  1969. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-body-length-browser/package.json +0 -45
  1970. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-body-length-node/CHANGELOG.md +0 -611
  1971. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-body-length-node/LICENSE +0 -201
  1972. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-body-length-node/README.md +0 -12
  1973. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-body-length-node/dist-cjs/index.js +0 -22
  1974. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-body-length-node/dist-es/index.js +0 -18
  1975. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-body-length-node/dist-types/index.d.ts +0 -1
  1976. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-body-length-node/dist-types/ts3.4/index.d.ts +0 -1
  1977. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-body-length-node/package.json +0 -49
  1978. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-buffer-from/CHANGELOG.md +0 -617
  1979. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-buffer-from/LICENSE +0 -201
  1980. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-buffer-from/README.md +0 -10
  1981. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-buffer-from/dist-cjs/index.js +0 -19
  1982. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-buffer-from/dist-es/index.js +0 -16
  1983. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-buffer-from/dist-types/index.d.ts +0 -4
  1984. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-buffer-from/dist-types/ts3.4/index.d.ts +0 -4
  1985. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-buffer-from/package.json +0 -49
  1986. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-config-provider/CHANGELOG.md +0 -11
  1987. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-config-provider/LICENSE +0 -201
  1988. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-config-provider/README.md +0 -4
  1989. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-config-provider/dist-cjs/booleanSelector.js +0 -18
  1990. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-config-provider/dist-cjs/index.js +0 -4
  1991. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-config-provider/dist-es/booleanSelector.js +0 -14
  1992. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-config-provider/dist-es/index.js +0 -1
  1993. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-config-provider/dist-types/booleanSelector.d.ts +0 -15
  1994. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-config-provider/dist-types/index.d.ts +0 -1
  1995. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-config-provider/dist-types/ts3.4/booleanSelector.d.ts +0 -8
  1996. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-config-provider/dist-types/ts3.4/index.d.ts +0 -1
  1997. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-config-provider/package.json +0 -50
  1998. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-hex-encoding/CHANGELOG.md +0 -558
  1999. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-hex-encoding/LICENSE +0 -201
  2000. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-hex-encoding/README.md +0 -4
  2001. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-hex-encoding/dist-cjs/index.js +0 -38
  2002. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-hex-encoding/dist-es/index.js +0 -33
  2003. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-hex-encoding/dist-types/index.d.ts +0 -12
  2004. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-hex-encoding/dist-types/ts3.4/index.d.ts +0 -4
  2005. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-hex-encoding/package.json +0 -48
  2006. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-uri-escape/CHANGELOG.md +0 -666
  2007. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-uri-escape/LICENSE +0 -201
  2008. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-uri-escape/README.md +0 -10
  2009. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-uri-escape/dist-cjs/escape-uri-path.js +0 -6
  2010. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-uri-escape/dist-cjs/escape-uri.js +0 -6
  2011. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-uri-escape/dist-cjs/index.js +0 -5
  2012. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-uri-escape/dist-es/escape-uri-path.js +0 -2
  2013. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-uri-escape/dist-es/escape-uri.js +0 -4
  2014. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-uri-escape/dist-es/index.js +0 -2
  2015. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-uri-escape/dist-types/escape-uri-path.d.ts +0 -1
  2016. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-uri-escape/dist-types/escape-uri.d.ts +0 -1
  2017. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-uri-escape/dist-types/index.d.ts +0 -2
  2018. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-uri-escape/dist-types/ts3.4/escape-uri-path.d.ts +0 -1
  2019. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-uri-escape/dist-types/ts3.4/escape-uri.d.ts +0 -1
  2020. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-uri-escape/dist-types/ts3.4/index.d.ts +0 -2
  2021. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-uri-escape/package.json +0 -47
  2022. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-browser/CHANGELOG.md +0 -1672
  2023. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-browser/LICENSE +0 -201
  2024. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-browser/README.md +0 -10
  2025. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/configurations.js +0 -2
  2026. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.js +0 -22
  2027. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.native.js +0 -16
  2028. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-browser/dist-es/configurations.js +0 -1
  2029. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.js +0 -24
  2030. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.native.js +0 -19
  2031. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-browser/dist-types/configurations.d.ts +0 -4
  2032. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.d.ts +0 -7
  2033. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.native.d.ts +0 -7
  2034. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/configurations.d.ts +0 -4
  2035. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.d.ts +0 -4
  2036. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.native.d.ts +0 -4
  2037. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-browser/package.json +0 -48
  2038. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-node/CHANGELOG.md +0 -1759
  2039. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-node/LICENSE +0 -201
  2040. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-node/README.md +0 -10
  2041. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +0 -41
  2042. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/is-crt-available.js +0 -15
  2043. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-node/dist-es/index.js +0 -47
  2044. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-node/dist-es/is-crt-available.js +0 -11
  2045. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-node/dist-types/index.d.ts +0 -12
  2046. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-node/dist-types/is-crt-available.d.ts +0 -2
  2047. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/index.d.ts +0 -10
  2048. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/is-crt-available.d.ts +0 -2
  2049. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-node/package.json +0 -51
  2050. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-browser/CHANGELOG.md +0 -561
  2051. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-browser/LICENSE +0 -201
  2052. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-browser/README.md +0 -4
  2053. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-browser/dist-cjs/index.js +0 -9
  2054. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-browser/dist-cjs/pureJs.js +0 -47
  2055. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-browser/dist-cjs/whatwgEncodingApi.js +0 -11
  2056. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-browser/dist-es/index.js +0 -8
  2057. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-browser/dist-es/pureJs.js +0 -42
  2058. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-browser/dist-es/whatwgEncodingApi.js +0 -6
  2059. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-browser/dist-types/index.d.ts +0 -2
  2060. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-browser/dist-types/pureJs.d.ts +0 -17
  2061. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-browser/dist-types/ts3.4/index.d.ts +0 -2
  2062. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-browser/dist-types/ts3.4/pureJs.d.ts +0 -4
  2063. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-browser/dist-types/ts3.4/whatwgEncodingApi.d.ts +0 -2
  2064. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-browser/dist-types/whatwgEncodingApi.d.ts +0 -2
  2065. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-browser/package.json +0 -45
  2066. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-node/CHANGELOG.md +0 -669
  2067. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-node/LICENSE +0 -201
  2068. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-node/README.md +0 -4
  2069. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-node/dist-cjs/index.js +0 -11
  2070. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-node/dist-es/index.js +0 -8
  2071. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-node/dist-types/index.d.ts +0 -2
  2072. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-node/dist-types/ts3.4/index.d.ts +0 -2
  2073. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-node/package.json +0 -53
  2074. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/CHANGELOG.md +0 -260
  2075. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/LICENSE +0 -201
  2076. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/README.md +0 -10
  2077. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-cjs/createWaiter.js +0 -27
  2078. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-cjs/index.js +0 -5
  2079. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-cjs/poller.js +0 -38
  2080. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-cjs/utils/index.js +0 -5
  2081. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-cjs/utils/sleep.js +0 -7
  2082. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-cjs/utils/validate.js +0 -21
  2083. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-cjs/waiter.js +0 -38
  2084. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-es/createWaiter.js +0 -26
  2085. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-es/index.js +0 -2
  2086. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-es/poller.js +0 -52
  2087. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-es/utils/index.js +0 -2
  2088. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-es/utils/sleep.js +0 -3
  2089. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-es/utils/validate.js +0 -17
  2090. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-es/waiter.js +0 -29
  2091. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-types/createWaiter.d.ts +0 -11
  2092. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-types/index.d.ts +0 -2
  2093. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-types/poller.d.ts +0 -10
  2094. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-types/ts3.4/createWaiter.d.ts +0 -3
  2095. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-types/ts3.4/index.d.ts +0 -2
  2096. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-types/ts3.4/poller.d.ts +0 -3
  2097. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-types/ts3.4/utils/index.d.ts +0 -2
  2098. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-types/ts3.4/utils/sleep.d.ts +0 -1
  2099. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-types/ts3.4/utils/validate.d.ts +0 -3
  2100. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-types/ts3.4/waiter.d.ts +0 -24
  2101. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-types/utils/index.d.ts +0 -2
  2102. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-types/utils/sleep.d.ts +0 -1
  2103. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-types/utils/validate.d.ts +0 -6
  2104. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-types/waiter.d.ts +0 -33
  2105. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/package.json +0 -50
  2106. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/CHANGELOG.md +0 -229
  2107. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/CONTRIBUTING.md +0 -18
  2108. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/LICENSE.md +0 -9
  2109. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/README.md +0 -505
  2110. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/bin/uuid +0 -2
  2111. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/index.js +0 -9
  2112. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/md5.js +0 -215
  2113. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/nil.js +0 -1
  2114. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/parse.js +0 -35
  2115. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/regex.js +0 -1
  2116. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/rng.js +0 -19
  2117. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/sha1.js +0 -96
  2118. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/stringify.js +0 -30
  2119. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/v1.js +0 -95
  2120. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/v3.js +0 -4
  2121. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/v35.js +0 -64
  2122. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/v4.js +0 -24
  2123. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/v5.js +0 -4
  2124. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/validate.js +0 -7
  2125. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/version.js +0 -11
  2126. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/index.js +0 -9
  2127. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/md5.js +0 -13
  2128. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/nil.js +0 -1
  2129. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/parse.js +0 -35
  2130. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/regex.js +0 -1
  2131. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/rng.js +0 -12
  2132. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/sha1.js +0 -13
  2133. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/stringify.js +0 -29
  2134. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/v1.js +0 -95
  2135. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/v3.js +0 -4
  2136. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/v35.js +0 -64
  2137. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/v4.js +0 -24
  2138. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/v5.js +0 -4
  2139. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/validate.js +0 -7
  2140. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/version.js +0 -11
  2141. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/index.js +0 -79
  2142. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/md5-browser.js +0 -223
  2143. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/md5.js +0 -23
  2144. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/nil.js +0 -8
  2145. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/parse.js +0 -45
  2146. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/regex.js +0 -8
  2147. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/rng-browser.js +0 -26
  2148. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/rng.js +0 -24
  2149. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/sha1-browser.js +0 -104
  2150. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/sha1.js +0 -23
  2151. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/stringify.js +0 -39
  2152. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/umd/uuid.min.js +0 -1
  2153. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/umd/uuidNIL.min.js +0 -1
  2154. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/umd/uuidParse.min.js +0 -1
  2155. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/umd/uuidStringify.min.js +0 -1
  2156. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/umd/uuidValidate.min.js +0 -1
  2157. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/umd/uuidVersion.min.js +0 -1
  2158. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/umd/uuidv1.min.js +0 -1
  2159. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/umd/uuidv3.min.js +0 -1
  2160. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/umd/uuidv4.min.js +0 -1
  2161. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/umd/uuidv5.min.js +0 -1
  2162. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/uuid-bin.js +0 -85
  2163. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/v1.js +0 -107
  2164. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/v3.js +0 -16
  2165. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/v35.js +0 -78
  2166. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/v4.js +0 -37
  2167. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/v5.js +0 -16
  2168. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/validate.js +0 -17
  2169. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/version.js +0 -21
  2170. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/package.json +0 -135
  2171. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/wrapper.mjs +0 -10
  2172. package/node_modules/@aws-sdk/client-ssm/package.json +0 -97
  2173. package/node_modules/@aws-sdk/util-credentials/CHANGELOG.md +0 -76
  2174. package/node_modules/@aws-sdk/util-credentials/LICENSE +0 -201
  2175. package/node_modules/@aws-sdk/util-credentials/README.md +0 -12
  2176. package/node_modules/@aws-sdk/util-credentials/dist-cjs/index.js +0 -17
  2177. package/node_modules/@aws-sdk/util-credentials/dist-es/index.js +0 -20
  2178. package/node_modules/@aws-sdk/util-credentials/dist-types/index.d.ts +0 -29
  2179. package/node_modules/@aws-sdk/util-credentials/dist-types/ts3.4/index.d.ts +0 -15
  2180. package/node_modules/@aws-sdk/util-credentials/node_modules/@aws-sdk/shared-ini-file-loader/CHANGELOG.md +0 -704
  2181. package/node_modules/@aws-sdk/util-credentials/node_modules/@aws-sdk/shared-ini-file-loader/LICENSE +0 -201
  2182. package/node_modules/@aws-sdk/util-credentials/node_modules/@aws-sdk/shared-ini-file-loader/README.md +0 -102
  2183. package/node_modules/@aws-sdk/util-credentials/node_modules/@aws-sdk/shared-ini-file-loader/dist-cjs/index.js +0 -84
  2184. package/node_modules/@aws-sdk/util-credentials/node_modules/@aws-sdk/shared-ini-file-loader/dist-es/index.js +0 -105
  2185. package/node_modules/@aws-sdk/util-credentials/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/index.d.ts +0 -33
  2186. package/node_modules/@aws-sdk/util-credentials/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/index.d.ts +0 -21
  2187. package/node_modules/@aws-sdk/util-credentials/node_modules/@aws-sdk/shared-ini-file-loader/package.json +0 -48
  2188. package/node_modules/@aws-sdk/util-credentials/package.json +0 -54
  2189. package/node_modules/@graphql-tools/merge/README.md +0 -5
  2190. package/node_modules/@graphql-tools/merge/cjs/extensions.js +0 -132
  2191. package/node_modules/@graphql-tools/merge/cjs/index.js +0 -6
  2192. package/node_modules/@graphql-tools/merge/cjs/merge-resolvers.js +0 -67
  2193. package/node_modules/@graphql-tools/merge/cjs/package.json +0 -1
  2194. package/node_modules/@graphql-tools/merge/cjs/typedefs-mergers/arguments.js +0 -21
  2195. package/node_modules/@graphql-tools/merge/cjs/typedefs-mergers/directives.js +0 -100
  2196. package/node_modules/@graphql-tools/merge/cjs/typedefs-mergers/enum-values.js +0 -40
  2197. package/node_modules/@graphql-tools/merge/cjs/typedefs-mergers/enum.js +0 -27
  2198. package/node_modules/@graphql-tools/merge/cjs/typedefs-mergers/fields.js +0 -85
  2199. package/node_modules/@graphql-tools/merge/cjs/typedefs-mergers/index.js +0 -17
  2200. package/node_modules/@graphql-tools/merge/cjs/typedefs-mergers/input-type.js +0 -34
  2201. package/node_modules/@graphql-tools/merge/cjs/typedefs-mergers/interface.js +0 -38
  2202. package/node_modules/@graphql-tools/merge/cjs/typedefs-mergers/merge-named-type-array.js +0 -15
  2203. package/node_modules/@graphql-tools/merge/cjs/typedefs-mergers/merge-nodes.js +0 -72
  2204. package/node_modules/@graphql-tools/merge/cjs/typedefs-mergers/merge-typedefs.js +0 -121
  2205. package/node_modules/@graphql-tools/merge/cjs/typedefs-mergers/scalar.js +0 -27
  2206. package/node_modules/@graphql-tools/merge/cjs/typedefs-mergers/schema-def.js +0 -39
  2207. package/node_modules/@graphql-tools/merge/cjs/typedefs-mergers/type.js +0 -36
  2208. package/node_modules/@graphql-tools/merge/cjs/typedefs-mergers/union.js +0 -28
  2209. package/node_modules/@graphql-tools/merge/cjs/typedefs-mergers/utils.js +0 -65
  2210. package/node_modules/@graphql-tools/merge/esm/extensions.js +0 -125
  2211. package/node_modules/@graphql-tools/merge/esm/index.js +0 -3
  2212. package/node_modules/@graphql-tools/merge/esm/merge-resolvers.js +0 -63
  2213. package/node_modules/@graphql-tools/merge/esm/typedefs-mergers/arguments.js +0 -17
  2214. package/node_modules/@graphql-tools/merge/esm/typedefs-mergers/directives.js +0 -95
  2215. package/node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum-values.js +0 -36
  2216. package/node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum.js +0 -23
  2217. package/node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js +0 -81
  2218. package/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js +0 -14
  2219. package/node_modules/@graphql-tools/merge/esm/typedefs-mergers/input-type.js +0 -30
  2220. package/node_modules/@graphql-tools/merge/esm/typedefs-mergers/interface.js +0 -34
  2221. package/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-named-type-array.js +0 -11
  2222. package/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js +0 -67
  2223. package/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js +0 -116
  2224. package/node_modules/@graphql-tools/merge/esm/typedefs-mergers/scalar.js +0 -23
  2225. package/node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js +0 -35
  2226. package/node_modules/@graphql-tools/merge/esm/typedefs-mergers/type.js +0 -32
  2227. package/node_modules/@graphql-tools/merge/esm/typedefs-mergers/union.js +0 -24
  2228. package/node_modules/@graphql-tools/merge/esm/typedefs-mergers/utils.js +0 -54
  2229. package/node_modules/@graphql-tools/merge/package.json +0 -58
  2230. package/node_modules/@graphql-tools/merge/typings/extensions.d.ts +0 -57
  2231. package/node_modules/@graphql-tools/merge/typings/index.d.ts +0 -3
  2232. package/node_modules/@graphql-tools/merge/typings/merge-resolvers.d.ts +0 -37
  2233. package/node_modules/@graphql-tools/merge/typings/typedefs-mergers/arguments.d.ts +0 -3
  2234. package/node_modules/@graphql-tools/merge/typings/typedefs-mergers/directives.d.ts +0 -4
  2235. package/node_modules/@graphql-tools/merge/typings/typedefs-mergers/enum-values.d.ts +0 -3
  2236. package/node_modules/@graphql-tools/merge/typings/typedefs-mergers/enum.d.ts +0 -3
  2237. package/node_modules/@graphql-tools/merge/typings/typedefs-mergers/fields.d.ts +0 -5
  2238. package/node_modules/@graphql-tools/merge/typings/typedefs-mergers/index.d.ts +0 -14
  2239. package/node_modules/@graphql-tools/merge/typings/typedefs-mergers/input-type.d.ts +0 -3
  2240. package/node_modules/@graphql-tools/merge/typings/typedefs-mergers/interface.d.ts +0 -3
  2241. package/node_modules/@graphql-tools/merge/typings/typedefs-mergers/merge-named-type-array.d.ts +0 -3
  2242. package/node_modules/@graphql-tools/merge/typings/typedefs-mergers/merge-nodes.d.ts +0 -9
  2243. package/node_modules/@graphql-tools/merge/typings/typedefs-mergers/merge-typedefs.d.ts +0 -68
  2244. package/node_modules/@graphql-tools/merge/typings/typedefs-mergers/scalar.d.ts +0 -3
  2245. package/node_modules/@graphql-tools/merge/typings/typedefs-mergers/schema-def.d.ts +0 -8
  2246. package/node_modules/@graphql-tools/merge/typings/typedefs-mergers/type.d.ts +0 -3
  2247. package/node_modules/@graphql-tools/merge/typings/typedefs-mergers/union.d.ts +0 -3
  2248. package/node_modules/@graphql-tools/merge/typings/typedefs-mergers/utils.d.ts +0 -15
  2249. package/node_modules/@graphql-tools/schema/README.md +0 -5
  2250. package/node_modules/@graphql-tools/schema/cjs/addResolversToSchema.js +0 -326
  2251. package/node_modules/@graphql-tools/schema/cjs/assertResolversPresent.js +0 -47
  2252. package/node_modules/@graphql-tools/schema/cjs/chainResolvers.js +0 -13
  2253. package/node_modules/@graphql-tools/schema/cjs/checkForResolveTypeResolver.js +0 -23
  2254. package/node_modules/@graphql-tools/schema/cjs/extendResolversFromInterfaces.js +0 -35
  2255. package/node_modules/@graphql-tools/schema/cjs/index.js +0 -17
  2256. package/node_modules/@graphql-tools/schema/cjs/makeExecutableSchema.js +0 -96
  2257. package/node_modules/@graphql-tools/schema/cjs/merge-schemas.js +0 -29
  2258. package/node_modules/@graphql-tools/schema/cjs/package.json +0 -1
  2259. package/node_modules/@graphql-tools/schema/cjs/types.js +0 -2
  2260. package/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js +0 -322
  2261. package/node_modules/@graphql-tools/schema/esm/assertResolversPresent.js +0 -43
  2262. package/node_modules/@graphql-tools/schema/esm/chainResolvers.js +0 -9
  2263. package/node_modules/@graphql-tools/schema/esm/checkForResolveTypeResolver.js +0 -19
  2264. package/node_modules/@graphql-tools/schema/esm/extendResolversFromInterfaces.js +0 -31
  2265. package/node_modules/@graphql-tools/schema/esm/index.js +0 -8
  2266. package/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js +0 -92
  2267. package/node_modules/@graphql-tools/schema/esm/merge-schemas.js +0 -25
  2268. package/node_modules/@graphql-tools/schema/esm/types.js +0 -1
  2269. package/node_modules/@graphql-tools/schema/package.json +0 -59
  2270. package/node_modules/@graphql-tools/schema/typings/addResolversToSchema.d.ts +0 -3
  2271. package/node_modules/@graphql-tools/schema/typings/assertResolversPresent.d.ts +0 -3
  2272. package/node_modules/@graphql-tools/schema/typings/chainResolvers.d.ts +0 -5
  2273. package/node_modules/@graphql-tools/schema/typings/checkForResolveTypeResolver.d.ts +0 -3
  2274. package/node_modules/@graphql-tools/schema/typings/extendResolversFromInterfaces.d.ts +0 -3
  2275. package/node_modules/@graphql-tools/schema/typings/index.d.ts +0 -8
  2276. package/node_modules/@graphql-tools/schema/typings/makeExecutableSchema.d.ts +0 -47
  2277. package/node_modules/@graphql-tools/schema/typings/merge-schemas.d.ts +0 -16
  2278. package/node_modules/@graphql-tools/schema/typings/types.d.ts +0 -42
  2279. package/node_modules/@graphql-tools/utils/cjs/AggregateError.js +0 -25
  2280. package/node_modules/@graphql-tools/utils/cjs/Interfaces.js +0 -31
  2281. package/node_modules/@graphql-tools/utils/cjs/addTypes.js +0 -62
  2282. package/node_modules/@graphql-tools/utils/cjs/astFromType.js +0 -31
  2283. package/node_modules/@graphql-tools/utils/cjs/astFromValueUntyped.js +0 -78
  2284. package/node_modules/@graphql-tools/utils/cjs/build-operation-for-field.js +0 -351
  2285. package/node_modules/@graphql-tools/utils/cjs/collectFields.js +0 -98
  2286. package/node_modules/@graphql-tools/utils/cjs/comments.js +0 -380
  2287. package/node_modules/@graphql-tools/utils/cjs/errors.js +0 -22
  2288. package/node_modules/@graphql-tools/utils/cjs/executor.js +0 -2
  2289. package/node_modules/@graphql-tools/utils/cjs/fields.js +0 -115
  2290. package/node_modules/@graphql-tools/utils/cjs/filterSchema.js +0 -66
  2291. package/node_modules/@graphql-tools/utils/cjs/fixSchemaAst.js +0 -26
  2292. package/node_modules/@graphql-tools/utils/cjs/forEachDefaultValue.js +0 -29
  2293. package/node_modules/@graphql-tools/utils/cjs/forEachField.js +0 -19
  2294. package/node_modules/@graphql-tools/utils/cjs/get-directives.js +0 -103
  2295. package/node_modules/@graphql-tools/utils/cjs/get-fields-with-directives.js +0 -52
  2296. package/node_modules/@graphql-tools/utils/cjs/get-implementing-types.js +0 -19
  2297. package/node_modules/@graphql-tools/utils/cjs/getArgumentValues.js +0 -76
  2298. package/node_modules/@graphql-tools/utils/cjs/getObjectTypeFromTypeMap.js +0 -13
  2299. package/node_modules/@graphql-tools/utils/cjs/getOperationASTFromRequest.js +0 -16
  2300. package/node_modules/@graphql-tools/utils/cjs/getResolversFromSchema.js +0 -73
  2301. package/node_modules/@graphql-tools/utils/cjs/getResponseKeyFromInfo.js +0 -12
  2302. package/node_modules/@graphql-tools/utils/cjs/heal.js +0 -177
  2303. package/node_modules/@graphql-tools/utils/cjs/helpers.js +0 -76
  2304. package/node_modules/@graphql-tools/utils/cjs/implementsAbstractType.js +0 -17
  2305. package/node_modules/@graphql-tools/utils/cjs/index.js +0 -53
  2306. package/node_modules/@graphql-tools/utils/cjs/inspect.js +0 -107
  2307. package/node_modules/@graphql-tools/utils/cjs/isAsyncIterable.js +0 -10
  2308. package/node_modules/@graphql-tools/utils/cjs/isDocumentNode.js +0 -8
  2309. package/node_modules/@graphql-tools/utils/cjs/loaders.js +0 -2
  2310. package/node_modules/@graphql-tools/utils/cjs/mapAsyncIterator.js +0 -53
  2311. package/node_modules/@graphql-tools/utils/cjs/mapSchema.js +0 -470
  2312. package/node_modules/@graphql-tools/utils/cjs/memoize.js +0 -189
  2313. package/node_modules/@graphql-tools/utils/cjs/mergeDeep.js +0 -45
  2314. package/node_modules/@graphql-tools/utils/cjs/observableToAsyncIterable.js +0 -85
  2315. package/node_modules/@graphql-tools/utils/cjs/package.json +0 -1
  2316. package/node_modules/@graphql-tools/utils/cjs/parse-graphql-json.js +0 -44
  2317. package/node_modules/@graphql-tools/utils/cjs/parse-graphql-sdl.js +0 -84
  2318. package/node_modules/@graphql-tools/utils/cjs/print-schema-with-directives.js +0 -494
  2319. package/node_modules/@graphql-tools/utils/cjs/prune.js +0 -133
  2320. package/node_modules/@graphql-tools/utils/cjs/renameType.js +0 -152
  2321. package/node_modules/@graphql-tools/utils/cjs/rewire.js +0 -159
  2322. package/node_modules/@graphql-tools/utils/cjs/rootTypes.js +0 -37
  2323. package/node_modules/@graphql-tools/utils/cjs/selectionSets.js +0 -9
  2324. package/node_modules/@graphql-tools/utils/cjs/stub.js +0 -68
  2325. package/node_modules/@graphql-tools/utils/cjs/transformInputValue.js +0 -55
  2326. package/node_modules/@graphql-tools/utils/cjs/types.js +0 -27
  2327. package/node_modules/@graphql-tools/utils/cjs/updateArgument.js +0 -54
  2328. package/node_modules/@graphql-tools/utils/cjs/validate-documents.js +0 -76
  2329. package/node_modules/@graphql-tools/utils/cjs/valueMatchesCriteria.js +0 -21
  2330. package/node_modules/@graphql-tools/utils/cjs/visitResult.js +0 -229
  2331. package/node_modules/@graphql-tools/utils/cjs/withCancel.js +0 -56
  2332. package/node_modules/@graphql-tools/utils/esm/AggregateError.js +0 -21
  2333. package/node_modules/@graphql-tools/utils/esm/Interfaces.js +0 -28
  2334. package/node_modules/@graphql-tools/utils/esm/addTypes.js +0 -58
  2335. package/node_modules/@graphql-tools/utils/esm/astFromType.js +0 -27
  2336. package/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js +0 -74
  2337. package/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js +0 -347
  2338. package/node_modules/@graphql-tools/utils/esm/collectFields.js +0 -94
  2339. package/node_modules/@graphql-tools/utils/esm/comments.js +0 -367
  2340. package/node_modules/@graphql-tools/utils/esm/errors.js +0 -17
  2341. package/node_modules/@graphql-tools/utils/esm/executor.js +0 -1
  2342. package/node_modules/@graphql-tools/utils/esm/fields.js +0 -108
  2343. package/node_modules/@graphql-tools/utils/esm/filterSchema.js +0 -62
  2344. package/node_modules/@graphql-tools/utils/esm/fixSchemaAst.js +0 -22
  2345. package/node_modules/@graphql-tools/utils/esm/forEachDefaultValue.js +0 -25
  2346. package/node_modules/@graphql-tools/utils/esm/forEachField.js +0 -15
  2347. package/node_modules/@graphql-tools/utils/esm/get-directives.js +0 -96
  2348. package/node_modules/@graphql-tools/utils/esm/get-fields-with-directives.js +0 -48
  2349. package/node_modules/@graphql-tools/utils/esm/get-implementing-types.js +0 -15
  2350. package/node_modules/@graphql-tools/utils/esm/getArgumentValues.js +0 -72
  2351. package/node_modules/@graphql-tools/utils/esm/getObjectTypeFromTypeMap.js +0 -9
  2352. package/node_modules/@graphql-tools/utils/esm/getOperationASTFromRequest.js +0 -12
  2353. package/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js +0 -69
  2354. package/node_modules/@graphql-tools/utils/esm/getResponseKeyFromInfo.js +0 -8
  2355. package/node_modules/@graphql-tools/utils/esm/heal.js +0 -172
  2356. package/node_modules/@graphql-tools/utils/esm/helpers.js +0 -65
  2357. package/node_modules/@graphql-tools/utils/esm/implementsAbstractType.js +0 -13
  2358. package/node_modules/@graphql-tools/utils/esm/index.js +0 -50
  2359. package/node_modules/@graphql-tools/utils/esm/inspect.js +0 -103
  2360. package/node_modules/@graphql-tools/utils/esm/isAsyncIterable.js +0 -6
  2361. package/node_modules/@graphql-tools/utils/esm/isDocumentNode.js +0 -4
  2362. package/node_modules/@graphql-tools/utils/esm/loaders.js +0 -1
  2363. package/node_modules/@graphql-tools/utils/esm/mapAsyncIterator.js +0 -49
  2364. package/node_modules/@graphql-tools/utils/esm/mapSchema.js +0 -465
  2365. package/node_modules/@graphql-tools/utils/esm/memoize.js +0 -180
  2366. package/node_modules/@graphql-tools/utils/esm/mergeDeep.js +0 -41
  2367. package/node_modules/@graphql-tools/utils/esm/observableToAsyncIterable.js +0 -81
  2368. package/node_modules/@graphql-tools/utils/esm/parse-graphql-json.js +0 -40
  2369. package/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js +0 -78
  2370. package/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js +0 -472
  2371. package/node_modules/@graphql-tools/utils/esm/prune.js +0 -129
  2372. package/node_modules/@graphql-tools/utils/esm/renameType.js +0 -148
  2373. package/node_modules/@graphql-tools/utils/esm/rewire.js +0 -155
  2374. package/node_modules/@graphql-tools/utils/esm/rootTypes.js +0 -33
  2375. package/node_modules/@graphql-tools/utils/esm/selectionSets.js +0 -5
  2376. package/node_modules/@graphql-tools/utils/esm/stub.js +0 -61
  2377. package/node_modules/@graphql-tools/utils/esm/transformInputValue.js +0 -48
  2378. package/node_modules/@graphql-tools/utils/esm/types.js +0 -24
  2379. package/node_modules/@graphql-tools/utils/esm/updateArgument.js +0 -49
  2380. package/node_modules/@graphql-tools/utils/esm/validate-documents.js +0 -70
  2381. package/node_modules/@graphql-tools/utils/esm/valueMatchesCriteria.js +0 -17
  2382. package/node_modules/@graphql-tools/utils/esm/visitResult.js +0 -223
  2383. package/node_modules/@graphql-tools/utils/esm/withCancel.js +0 -51
  2384. package/node_modules/@graphql-tools/utils/package.json +0 -57
  2385. package/node_modules/@graphql-tools/utils/typings/AggregateError.d.ts +0 -11
  2386. package/node_modules/@graphql-tools/utils/typings/Interfaces.d.ts +0 -242
  2387. package/node_modules/@graphql-tools/utils/typings/addTypes.d.ts +0 -2
  2388. package/node_modules/@graphql-tools/utils/typings/astFromType.d.ts +0 -2
  2389. package/node_modules/@graphql-tools/utils/typings/astFromValueUntyped.d.ts +0 -17
  2390. package/node_modules/@graphql-tools/utils/typings/build-operation-for-field.d.ts +0 -18
  2391. package/node_modules/@graphql-tools/utils/typings/collectFields.d.ts +0 -5
  2392. package/node_modules/@graphql-tools/utils/typings/comments.d.ts +0 -30
  2393. package/node_modules/@graphql-tools/utils/typings/errors.d.ts +0 -15
  2394. package/node_modules/@graphql-tools/utils/typings/executor.d.ts +0 -7
  2395. package/node_modules/@graphql-tools/utils/typings/fields.d.ts +0 -5
  2396. package/node_modules/@graphql-tools/utils/typings/filterSchema.d.ts +0 -12
  2397. package/node_modules/@graphql-tools/utils/typings/fixSchemaAst.d.ts +0 -3
  2398. package/node_modules/@graphql-tools/utils/typings/forEachDefaultValue.d.ts +0 -3
  2399. package/node_modules/@graphql-tools/utils/typings/forEachField.d.ts +0 -3
  2400. package/node_modules/@graphql-tools/utils/typings/get-directives.d.ts +0 -11
  2401. package/node_modules/@graphql-tools/utils/typings/get-fields-with-directives.d.ts +0 -16
  2402. package/node_modules/@graphql-tools/utils/typings/get-implementing-types.d.ts +0 -2
  2403. package/node_modules/@graphql-tools/utils/typings/getArgumentValues.d.ts +0 -10
  2404. package/node_modules/@graphql-tools/utils/typings/getObjectTypeFromTypeMap.d.ts +0 -3
  2405. package/node_modules/@graphql-tools/utils/typings/getOperationASTFromRequest.d.ts +0 -4
  2406. package/node_modules/@graphql-tools/utils/typings/getResolversFromSchema.d.ts +0 -3
  2407. package/node_modules/@graphql-tools/utils/typings/getResponseKeyFromInfo.d.ts +0 -7
  2408. package/node_modules/@graphql-tools/utils/typings/heal.d.ts +0 -3
  2409. package/node_modules/@graphql-tools/utils/typings/helpers.d.ts +0 -9
  2410. package/node_modules/@graphql-tools/utils/typings/implementsAbstractType.d.ts +0 -3
  2411. package/node_modules/@graphql-tools/utils/typings/index.d.ts +0 -50
  2412. package/node_modules/@graphql-tools/utils/typings/inspect.d.ts +0 -4
  2413. package/node_modules/@graphql-tools/utils/typings/isAsyncIterable.d.ts +0 -1
  2414. package/node_modules/@graphql-tools/utils/typings/isDocumentNode.d.ts +0 -2
  2415. package/node_modules/@graphql-tools/utils/typings/loaders.d.ts +0 -18
  2416. package/node_modules/@graphql-tools/utils/typings/mapAsyncIterator.d.ts +0 -5
  2417. package/node_modules/@graphql-tools/utils/typings/mapSchema.d.ts +0 -7
  2418. package/node_modules/@graphql-tools/utils/typings/memoize.d.ts +0 -6
  2419. package/node_modules/@graphql-tools/utils/typings/mergeDeep.d.ts +0 -9
  2420. package/node_modules/@graphql-tools/utils/typings/observableToAsyncIterable.d.ts +0 -12
  2421. package/node_modules/@graphql-tools/utils/typings/parse-graphql-json.d.ts +0 -4
  2422. package/node_modules/@graphql-tools/utils/typings/parse-graphql-sdl.d.ts +0 -13
  2423. package/node_modules/@graphql-tools/utils/typings/print-schema-with-directives.d.ts +0 -21
  2424. package/node_modules/@graphql-tools/utils/typings/prune.d.ts +0 -8
  2425. package/node_modules/@graphql-tools/utils/typings/renameType.d.ts +0 -8
  2426. package/node_modules/@graphql-tools/utils/typings/rewire.d.ts +0 -5
  2427. package/node_modules/@graphql-tools/utils/typings/rootTypes.d.ts +0 -5
  2428. package/node_modules/@graphql-tools/utils/typings/selectionSets.d.ts +0 -3
  2429. package/node_modules/@graphql-tools/utils/typings/stub.d.ts +0 -9
  2430. package/node_modules/@graphql-tools/utils/typings/transformInputValue.d.ts +0 -6
  2431. package/node_modules/@graphql-tools/utils/typings/types.d.ts +0 -74
  2432. package/node_modules/@graphql-tools/utils/typings/updateArgument.d.ts +0 -3
  2433. package/node_modules/@graphql-tools/utils/typings/validate-documents.d.ts +0 -10
  2434. package/node_modules/@graphql-tools/utils/typings/valueMatchesCriteria.d.ts +0 -1
  2435. package/node_modules/@graphql-tools/utils/typings/visitResult.d.ts +0 -15
  2436. package/node_modules/@graphql-tools/utils/typings/withCancel.d.ts +0 -3
  2437. package/node_modules/@serverless-stack/node/README.md +0 -5
  2438. package/node_modules/@serverless-stack/node/auth/adapter/adapter.d.ts +0 -3
  2439. package/node_modules/@serverless-stack/node/auth/adapter/adapter.js +0 -3
  2440. package/node_modules/@serverless-stack/node/auth/adapter/github.d.ts +0 -2
  2441. package/node_modules/@serverless-stack/node/auth/adapter/github.js +0 -21
  2442. package/node_modules/@serverless-stack/node/auth/adapter/google.d.ts +0 -9
  2443. package/node_modules/@serverless-stack/node/auth/adapter/google.js +0 -18
  2444. package/node_modules/@serverless-stack/node/auth/adapter/link.d.ts +0 -8
  2445. package/node_modules/@serverless-stack/node/auth/adapter/link.js +0 -41
  2446. package/node_modules/@serverless-stack/node/auth/adapter/oauth.d.ts +0 -25
  2447. package/node_modules/@serverless-stack/node/auth/adapter/oauth.js +0 -52
  2448. package/node_modules/@serverless-stack/node/auth/adapter/oidc.d.ts +0 -17
  2449. package/node_modules/@serverless-stack/node/auth/adapter/oidc.js +0 -50
  2450. package/node_modules/@serverless-stack/node/auth/adapter/twitch.d.ts +0 -2
  2451. package/node_modules/@serverless-stack/node/auth/adapter/twitch.js +0 -11
  2452. package/node_modules/@serverless-stack/node/auth/auth.d.ts +0 -21
  2453. package/node_modules/@serverless-stack/node/auth/auth.js +0 -44
  2454. package/node_modules/@serverless-stack/node/auth/index.d.ts +0 -10
  2455. package/node_modules/@serverless-stack/node/auth/index.js +0 -10
  2456. package/node_modules/@serverless-stack/node/auth/session.d.ts +0 -76
  2457. package/node_modules/@serverless-stack/node/auth/session.js +0 -111
  2458. package/node_modules/@serverless-stack/node/config/index.d.ts +0 -3
  2459. package/node_modules/@serverless-stack/node/config/index.js +0 -102
  2460. package/node_modules/@serverless-stack/node/context/context.d.ts +0 -12
  2461. package/node_modules/@serverless-stack/node/context/context.js +0 -66
  2462. package/node_modules/@serverless-stack/node/context/handler.d.ts +0 -16
  2463. package/node_modules/@serverless-stack/node/context/handler.js +0 -18
  2464. package/node_modules/@serverless-stack/node/context/http.d.ts +0 -14
  2465. package/node_modules/@serverless-stack/node/context/http.js +0 -65
  2466. package/node_modules/@serverless-stack/node/context/index.d.ts +0 -3
  2467. package/node_modules/@serverless-stack/node/context/index.js +0 -3
  2468. package/node_modules/@serverless-stack/node/graphql/index.d.ts +0 -38
  2469. package/node_modules/@serverless-stack/node/graphql/index.js +0 -43
  2470. package/node_modules/@serverless-stack/node/job/index.d.ts +0 -31
  2471. package/node_modules/@serverless-stack/node/job/index.js +0 -51
  2472. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/abort-controller/CHANGELOG.md +0 -1104
  2473. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/abort-controller/LICENSE +0 -201
  2474. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/abort-controller/README.md +0 -4
  2475. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/abort-controller/dist-cjs/AbortController.js +0 -13
  2476. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/abort-controller/dist-cjs/AbortSignal.js +0 -24
  2477. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/abort-controller/dist-cjs/index.js +0 -5
  2478. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/abort-controller/dist-es/AbortController.js +0 -11
  2479. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/abort-controller/dist-es/AbortSignal.js +0 -26
  2480. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/abort-controller/dist-es/index.js +0 -2
  2481. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/abort-controller/dist-types/AbortController.d.ts +0 -6
  2482. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/abort-controller/dist-types/AbortSignal.d.ts +0 -14
  2483. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/abort-controller/dist-types/index.d.ts +0 -2
  2484. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/abort-controller/dist-types/ts3.4/AbortController.d.ts +0 -6
  2485. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/abort-controller/dist-types/ts3.4/AbortSignal.d.ts +0 -10
  2486. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/abort-controller/dist-types/ts3.4/index.d.ts +0 -2
  2487. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/abort-controller/package.json +0 -49
  2488. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/CHANGELOG.md +0 -3476
  2489. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/LICENSE +0 -201
  2490. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/README.md +0 -269
  2491. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/Lambda.js +0 -877
  2492. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/LambdaClient.js +0 -35
  2493. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/AddLayerVersionPermissionCommand.js +0 -36
  2494. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/AddPermissionCommand.js +0 -36
  2495. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/CreateAliasCommand.js +0 -36
  2496. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/CreateCodeSigningConfigCommand.js +0 -36
  2497. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/CreateEventSourceMappingCommand.js +0 -36
  2498. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/CreateFunctionCommand.js +0 -36
  2499. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/DeleteAliasCommand.js +0 -36
  2500. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/DeleteCodeSigningConfigCommand.js +0 -36
  2501. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/DeleteEventSourceMappingCommand.js +0 -36
  2502. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/DeleteFunctionCodeSigningConfigCommand.js +0 -36
  2503. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/DeleteFunctionCommand.js +0 -36
  2504. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/DeleteFunctionConcurrencyCommand.js +0 -36
  2505. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/DeleteFunctionEventInvokeConfigCommand.js +0 -36
  2506. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/DeleteLayerVersionCommand.js +0 -36
  2507. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/DeleteProvisionedConcurrencyConfigCommand.js +0 -36
  2508. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/GetAccountSettingsCommand.js +0 -36
  2509. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/GetAliasCommand.js +0 -36
  2510. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/GetCodeSigningConfigCommand.js +0 -36
  2511. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/GetEventSourceMappingCommand.js +0 -36
  2512. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/GetFunctionCodeSigningConfigCommand.js +0 -36
  2513. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/GetFunctionCommand.js +0 -36
  2514. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/GetFunctionConcurrencyCommand.js +0 -36
  2515. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/GetFunctionConfigurationCommand.js +0 -36
  2516. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/GetFunctionEventInvokeConfigCommand.js +0 -36
  2517. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/GetLayerVersionByArnCommand.js +0 -36
  2518. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/GetLayerVersionCommand.js +0 -36
  2519. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/GetLayerVersionPolicyCommand.js +0 -36
  2520. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/GetPolicyCommand.js +0 -36
  2521. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/GetProvisionedConcurrencyConfigCommand.js +0 -36
  2522. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/InvokeAsyncCommand.js +0 -36
  2523. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/InvokeCommand.js +0 -36
  2524. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/ListAliasesCommand.js +0 -36
  2525. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/ListCodeSigningConfigsCommand.js +0 -36
  2526. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/ListEventSourceMappingsCommand.js +0 -36
  2527. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/ListFunctionEventInvokeConfigsCommand.js +0 -36
  2528. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/ListFunctionsByCodeSigningConfigCommand.js +0 -36
  2529. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/ListFunctionsCommand.js +0 -36
  2530. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/ListLayerVersionsCommand.js +0 -36
  2531. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/ListLayersCommand.js +0 -36
  2532. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/ListProvisionedConcurrencyConfigsCommand.js +0 -36
  2533. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/ListTagsCommand.js +0 -36
  2534. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/ListVersionsByFunctionCommand.js +0 -36
  2535. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/PublishLayerVersionCommand.js +0 -36
  2536. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/PublishVersionCommand.js +0 -36
  2537. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/PutFunctionCodeSigningConfigCommand.js +0 -36
  2538. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/PutFunctionConcurrencyCommand.js +0 -36
  2539. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/PutFunctionEventInvokeConfigCommand.js +0 -36
  2540. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/PutProvisionedConcurrencyConfigCommand.js +0 -36
  2541. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/RemoveLayerVersionPermissionCommand.js +0 -36
  2542. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/RemovePermissionCommand.js +0 -36
  2543. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/TagResourceCommand.js +0 -36
  2544. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/UntagResourceCommand.js +0 -36
  2545. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/UpdateAliasCommand.js +0 -36
  2546. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/UpdateCodeSigningConfigCommand.js +0 -36
  2547. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/UpdateEventSourceMappingCommand.js +0 -36
  2548. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/UpdateFunctionCodeCommand.js +0 -36
  2549. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/UpdateFunctionConfigurationCommand.js +0 -36
  2550. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/UpdateFunctionEventInvokeConfigCommand.js +0 -36
  2551. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/index.js +0 -61
  2552. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/endpoints.js +0 -207
  2553. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/index.js +0 -9
  2554. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/models/index.js +0 -4
  2555. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/models/models_0.js +0 -1133
  2556. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/pagination/Interfaces.js +0 -2
  2557. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/pagination/ListAliasesPaginator.js +0 -35
  2558. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/pagination/ListCodeSigningConfigsPaginator.js +0 -35
  2559. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/pagination/ListEventSourceMappingsPaginator.js +0 -35
  2560. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/pagination/ListFunctionEventInvokeConfigsPaginator.js +0 -35
  2561. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/pagination/ListFunctionsByCodeSigningConfigPaginator.js +0 -35
  2562. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/pagination/ListFunctionsPaginator.js +0 -35
  2563. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/pagination/ListLayerVersionsPaginator.js +0 -35
  2564. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/pagination/ListLayersPaginator.js +0 -35
  2565. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/pagination/ListProvisionedConcurrencyConfigsPaginator.js +0 -35
  2566. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/pagination/ListVersionsByFunctionPaginator.js +0 -35
  2567. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/pagination/index.js +0 -14
  2568. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/protocols/Aws_restJson1.js +0 -9556
  2569. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/runtimeConfig.browser.js +0 -40
  2570. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/runtimeConfig.js +0 -44
  2571. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/runtimeConfig.native.js +0 -16
  2572. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/runtimeConfig.shared.js +0 -17
  2573. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/waiters/index.js +0 -6
  2574. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/waiters/waitForFunctionActive.js +0 -54
  2575. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/waiters/waitForFunctionExists.js +0 -31
  2576. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/waiters/waitForFunctionUpdated.js +0 -54
  2577. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/Lambda.js +0 -880
  2578. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/LambdaClient.js +0 -37
  2579. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/AddLayerVersionPermissionCommand.js +0 -39
  2580. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/AddPermissionCommand.js +0 -39
  2581. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/CreateAliasCommand.js +0 -39
  2582. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/CreateCodeSigningConfigCommand.js +0 -39
  2583. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/CreateEventSourceMappingCommand.js +0 -39
  2584. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/CreateFunctionCommand.js +0 -39
  2585. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteAliasCommand.js +0 -39
  2586. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteCodeSigningConfigCommand.js +0 -39
  2587. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteEventSourceMappingCommand.js +0 -39
  2588. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteFunctionCodeSigningConfigCommand.js +0 -39
  2589. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteFunctionCommand.js +0 -39
  2590. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteFunctionConcurrencyCommand.js +0 -39
  2591. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteFunctionEventInvokeConfigCommand.js +0 -39
  2592. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteLayerVersionCommand.js +0 -39
  2593. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteProvisionedConcurrencyConfigCommand.js +0 -39
  2594. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetAccountSettingsCommand.js +0 -39
  2595. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetAliasCommand.js +0 -39
  2596. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetCodeSigningConfigCommand.js +0 -39
  2597. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetEventSourceMappingCommand.js +0 -39
  2598. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionCodeSigningConfigCommand.js +0 -39
  2599. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionCommand.js +0 -39
  2600. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionConcurrencyCommand.js +0 -39
  2601. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionConfigurationCommand.js +0 -39
  2602. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionEventInvokeConfigCommand.js +0 -39
  2603. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetLayerVersionByArnCommand.js +0 -39
  2604. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetLayerVersionCommand.js +0 -39
  2605. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetLayerVersionPolicyCommand.js +0 -39
  2606. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetPolicyCommand.js +0 -39
  2607. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetProvisionedConcurrencyConfigCommand.js +0 -39
  2608. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/InvokeAsyncCommand.js +0 -39
  2609. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/InvokeCommand.js +0 -39
  2610. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListAliasesCommand.js +0 -39
  2611. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListCodeSigningConfigsCommand.js +0 -39
  2612. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListEventSourceMappingsCommand.js +0 -39
  2613. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListFunctionEventInvokeConfigsCommand.js +0 -39
  2614. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListFunctionsByCodeSigningConfigCommand.js +0 -39
  2615. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListFunctionsCommand.js +0 -39
  2616. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListLayerVersionsCommand.js +0 -39
  2617. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListLayersCommand.js +0 -39
  2618. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListProvisionedConcurrencyConfigsCommand.js +0 -39
  2619. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListTagsCommand.js +0 -39
  2620. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListVersionsByFunctionCommand.js +0 -39
  2621. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/PublishLayerVersionCommand.js +0 -39
  2622. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/PublishVersionCommand.js +0 -39
  2623. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/PutFunctionCodeSigningConfigCommand.js +0 -39
  2624. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/PutFunctionConcurrencyCommand.js +0 -39
  2625. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/PutFunctionEventInvokeConfigCommand.js +0 -39
  2626. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/PutProvisionedConcurrencyConfigCommand.js +0 -39
  2627. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/RemoveLayerVersionPermissionCommand.js +0 -39
  2628. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/RemovePermissionCommand.js +0 -39
  2629. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/TagResourceCommand.js +0 -39
  2630. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/UntagResourceCommand.js +0 -39
  2631. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateAliasCommand.js +0 -39
  2632. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateCodeSigningConfigCommand.js +0 -39
  2633. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateEventSourceMappingCommand.js +0 -39
  2634. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateFunctionCodeCommand.js +0 -39
  2635. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateFunctionConfigurationCommand.js +0 -39
  2636. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateFunctionEventInvokeConfigCommand.js +0 -39
  2637. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/index.js +0 -58
  2638. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/endpoints.js +0 -203
  2639. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/index.js +0 -6
  2640. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/models/index.js +0 -1
  2641. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/models/models_0.js +0 -788
  2642. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/pagination/Interfaces.js +0 -1
  2643. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/pagination/ListAliasesPaginator.js +0 -74
  2644. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/pagination/ListCodeSigningConfigsPaginator.js +0 -74
  2645. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/pagination/ListEventSourceMappingsPaginator.js +0 -74
  2646. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/pagination/ListFunctionEventInvokeConfigsPaginator.js +0 -74
  2647. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/pagination/ListFunctionsByCodeSigningConfigPaginator.js +0 -74
  2648. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/pagination/ListFunctionsPaginator.js +0 -74
  2649. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/pagination/ListLayerVersionsPaginator.js +0 -74
  2650. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/pagination/ListLayersPaginator.js +0 -74
  2651. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/pagination/ListProvisionedConcurrencyConfigsPaginator.js +0 -74
  2652. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/pagination/ListVersionsByFunctionPaginator.js +0 -74
  2653. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/pagination/index.js +0 -11
  2654. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/protocols/Aws_restJson1.js +0 -10456
  2655. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/runtimeConfig.browser.js +0 -17
  2656. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/runtimeConfig.js +0 -21
  2657. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/runtimeConfig.native.js +0 -8
  2658. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/runtimeConfig.shared.js +0 -13
  2659. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/waiters/index.js +0 -3
  2660. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/waiters/waitForFunctionActive.js +0 -69
  2661. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/waiters/waitForFunctionExists.js +0 -45
  2662. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/waiters/waitForFunctionUpdated.js +0 -69
  2663. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/Lambda.d.ts +0 -890
  2664. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/LambdaClient.d.ts +0 -263
  2665. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/AddLayerVersionPermissionCommand.d.ts +0 -40
  2666. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/AddPermissionCommand.d.ts +0 -47
  2667. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/CreateAliasCommand.d.ts +0 -40
  2668. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/CreateCodeSigningConfigCommand.d.ts +0 -37
  2669. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/CreateEventSourceMappingCommand.d.ts +0 -138
  2670. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/CreateFunctionCommand.d.ts +0 -81
  2671. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteAliasCommand.d.ts +0 -35
  2672. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteCodeSigningConfigCommand.d.ts +0 -36
  2673. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteEventSourceMappingCommand.d.ts +0 -38
  2674. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteFunctionCodeSigningConfigCommand.d.ts +0 -35
  2675. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteFunctionCommand.d.ts +0 -40
  2676. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteFunctionConcurrencyCommand.d.ts +0 -35
  2677. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteFunctionEventInvokeConfigCommand.d.ts +0 -36
  2678. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteLayerVersionCommand.d.ts +0 -37
  2679. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteProvisionedConcurrencyConfigCommand.d.ts +0 -35
  2680. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetAccountSettingsCommand.d.ts +0 -35
  2681. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetAliasCommand.d.ts +0 -35
  2682. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetCodeSigningConfigCommand.d.ts +0 -35
  2683. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetEventSourceMappingCommand.d.ts +0 -36
  2684. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionCodeSigningConfigCommand.d.ts +0 -35
  2685. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionCommand.d.ts +0 -37
  2686. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionConcurrencyCommand.d.ts +0 -36
  2687. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionConfigurationCommand.d.ts +0 -37
  2688. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionEventInvokeConfigCommand.d.ts +0 -36
  2689. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetLayerVersionByArnCommand.d.ts +0 -37
  2690. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetLayerVersionCommand.d.ts +0 -37
  2691. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetLayerVersionPolicyCommand.d.ts +0 -36
  2692. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetPolicyCommand.d.ts +0 -35
  2693. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetProvisionedConcurrencyConfigCommand.d.ts +0 -35
  2694. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/InvokeAsyncCommand.d.ts +0 -51
  2695. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/InvokeCommand.d.ts +0 -61
  2696. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListAliasesCommand.d.ts +0 -36
  2697. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListCodeSigningConfigsCommand.d.ts +0 -37
  2698. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListEventSourceMappingsCommand.d.ts +0 -36
  2699. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListFunctionEventInvokeConfigsCommand.d.ts +0 -36
  2700. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListFunctionsByCodeSigningConfigCommand.d.ts +0 -36
  2701. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListFunctionsCommand.d.ts +0 -43
  2702. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListLayerVersionsCommand.d.ts +0 -38
  2703. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListLayersCommand.d.ts +0 -40
  2704. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListProvisionedConcurrencyConfigsCommand.d.ts +0 -35
  2705. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListTagsCommand.d.ts +0 -36
  2706. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListVersionsByFunctionCommand.d.ts +0 -36
  2707. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/PublishLayerVersionCommand.d.ts +0 -38
  2708. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/PublishVersionCommand.d.ts +0 -43
  2709. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/PutFunctionCodeSigningConfigCommand.d.ts +0 -36
  2710. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/PutFunctionConcurrencyCommand.d.ts +0 -43
  2711. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/PutFunctionEventInvokeConfigCommand.d.ts +0 -45
  2712. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/PutProvisionedConcurrencyConfigCommand.d.ts +0 -35
  2713. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/RemoveLayerVersionPermissionCommand.d.ts +0 -37
  2714. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/RemovePermissionCommand.d.ts +0 -36
  2715. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/TagResourceCommand.d.ts +0 -35
  2716. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/UntagResourceCommand.d.ts +0 -35
  2717. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateAliasCommand.d.ts +0 -35
  2718. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateCodeSigningConfigCommand.d.ts +0 -36
  2719. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateEventSourceMappingCommand.d.ts +0 -138
  2720. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateFunctionCodeCommand.d.ts +0 -43
  2721. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateFunctionConfigurationCommand.d.ts +0 -49
  2722. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateFunctionEventInvokeConfigCommand.d.ts +0 -36
  2723. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/index.d.ts +0 -58
  2724. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/endpoints.d.ts +0 -2
  2725. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/index.d.ts +0 -6
  2726. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/models/index.d.ts +0 -1
  2727. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/models/models_0.d.ts +0 -4789
  2728. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/pagination/Interfaces.d.ts +0 -6
  2729. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListAliasesPaginator.d.ts +0 -4
  2730. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListCodeSigningConfigsPaginator.d.ts +0 -4
  2731. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListEventSourceMappingsPaginator.d.ts +0 -4
  2732. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListFunctionEventInvokeConfigsPaginator.d.ts +0 -4
  2733. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListFunctionsByCodeSigningConfigPaginator.d.ts +0 -4
  2734. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListFunctionsPaginator.d.ts +0 -4
  2735. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListLayerVersionsPaginator.d.ts +0 -4
  2736. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListLayersPaginator.d.ts +0 -4
  2737. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListProvisionedConcurrencyConfigsPaginator.d.ts +0 -4
  2738. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListVersionsByFunctionPaginator.d.ts +0 -4
  2739. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/pagination/index.d.ts +0 -11
  2740. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/protocols/Aws_restJson1.d.ts +0 -176
  2741. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/runtimeConfig.browser.d.ts +0 -39
  2742. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/runtimeConfig.d.ts +0 -39
  2743. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/runtimeConfig.native.d.ts +0 -38
  2744. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/runtimeConfig.shared.d.ts +0 -13
  2745. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/Lambda.d.ts +0 -295
  2746. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/LambdaClient.d.ts +0 -129
  2747. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/AddLayerVersionPermissionCommand.d.ts +0 -17
  2748. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/AddPermissionCommand.d.ts +0 -17
  2749. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +0 -17
  2750. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/CreateCodeSigningConfigCommand.d.ts +0 -17
  2751. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/CreateEventSourceMappingCommand.d.ts +0 -17
  2752. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/CreateFunctionCommand.d.ts +0 -17
  2753. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteAliasCommand.d.ts +0 -17
  2754. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteCodeSigningConfigCommand.d.ts +0 -17
  2755. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteEventSourceMappingCommand.d.ts +0 -17
  2756. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteFunctionCodeSigningConfigCommand.d.ts +0 -17
  2757. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteFunctionCommand.d.ts +0 -17
  2758. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteFunctionConcurrencyCommand.d.ts +0 -17
  2759. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteFunctionEventInvokeConfigCommand.d.ts +0 -17
  2760. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteLayerVersionCommand.d.ts +0 -17
  2761. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteProvisionedConcurrencyConfigCommand.d.ts +0 -17
  2762. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +0 -17
  2763. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetAliasCommand.d.ts +0 -17
  2764. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetCodeSigningConfigCommand.d.ts +0 -17
  2765. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetEventSourceMappingCommand.d.ts +0 -17
  2766. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetFunctionCodeSigningConfigCommand.d.ts +0 -17
  2767. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetFunctionCommand.d.ts +0 -17
  2768. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetFunctionConcurrencyCommand.d.ts +0 -17
  2769. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetFunctionConfigurationCommand.d.ts +0 -17
  2770. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetFunctionEventInvokeConfigCommand.d.ts +0 -17
  2771. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetLayerVersionByArnCommand.d.ts +0 -17
  2772. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetLayerVersionCommand.d.ts +0 -17
  2773. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetLayerVersionPolicyCommand.d.ts +0 -17
  2774. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +0 -17
  2775. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetProvisionedConcurrencyConfigCommand.d.ts +0 -17
  2776. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/InvokeAsyncCommand.d.ts +0 -24
  2777. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/InvokeCommand.d.ts +0 -17
  2778. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +0 -17
  2779. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListCodeSigningConfigsCommand.d.ts +0 -17
  2780. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListEventSourceMappingsCommand.d.ts +0 -17
  2781. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListFunctionEventInvokeConfigsCommand.d.ts +0 -17
  2782. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListFunctionsByCodeSigningConfigCommand.d.ts +0 -17
  2783. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListFunctionsCommand.d.ts +0 -17
  2784. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListLayerVersionsCommand.d.ts +0 -17
  2785. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListLayersCommand.d.ts +0 -17
  2786. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListProvisionedConcurrencyConfigsCommand.d.ts +0 -17
  2787. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListTagsCommand.d.ts +0 -17
  2788. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListVersionsByFunctionCommand.d.ts +0 -17
  2789. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PublishLayerVersionCommand.d.ts +0 -17
  2790. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PublishVersionCommand.d.ts +0 -17
  2791. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PutFunctionCodeSigningConfigCommand.d.ts +0 -17
  2792. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PutFunctionConcurrencyCommand.d.ts +0 -17
  2793. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PutFunctionEventInvokeConfigCommand.d.ts +0 -17
  2794. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PutProvisionedConcurrencyConfigCommand.d.ts +0 -17
  2795. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/RemoveLayerVersionPermissionCommand.d.ts +0 -17
  2796. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +0 -17
  2797. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -17
  2798. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -17
  2799. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateAliasCommand.d.ts +0 -17
  2800. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateCodeSigningConfigCommand.d.ts +0 -17
  2801. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateEventSourceMappingCommand.d.ts +0 -17
  2802. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateFunctionCodeCommand.d.ts +0 -17
  2803. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateFunctionConfigurationCommand.d.ts +0 -17
  2804. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateFunctionEventInvokeConfigCommand.d.ts +0 -17
  2805. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/index.d.ts +0 -58
  2806. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/endpoints.d.ts +0 -2
  2807. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/index.d.ts +0 -6
  2808. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/models/index.d.ts +0 -1
  2809. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/models/models_0.d.ts +0 -2254
  2810. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -6
  2811. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/ListAliasesPaginator.d.ts +0 -4
  2812. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/ListCodeSigningConfigsPaginator.d.ts +0 -4
  2813. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/ListEventSourceMappingsPaginator.d.ts +0 -4
  2814. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/ListFunctionEventInvokeConfigsPaginator.d.ts +0 -4
  2815. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/ListFunctionsByCodeSigningConfigPaginator.d.ts +0 -4
  2816. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/ListFunctionsPaginator.d.ts +0 -4
  2817. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/ListLayerVersionsPaginator.d.ts +0 -4
  2818. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/ListLayersPaginator.d.ts +0 -4
  2819. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/ListProvisionedConcurrencyConfigsPaginator.d.ts +0 -4
  2820. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/ListVersionsByFunctionPaginator.d.ts +0 -4
  2821. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/index.d.ts +0 -11
  2822. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -176
  2823. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -37
  2824. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/runtimeConfig.d.ts +0 -37
  2825. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -36
  2826. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
  2827. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/waiters/index.d.ts +0 -3
  2828. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/waiters/waitForFunctionActive.d.ts +0 -7
  2829. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/waiters/waitForFunctionExists.d.ts +0 -7
  2830. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/waiters/waitForFunctionUpdated.d.ts +0 -7
  2831. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/waiters/index.d.ts +0 -3
  2832. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/waiters/waitForFunctionActive.d.ts +0 -14
  2833. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/waiters/waitForFunctionExists.d.ts +0 -14
  2834. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/waiters/waitForFunctionUpdated.d.ts +0 -14
  2835. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/package.json +0 -95
  2836. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/CHANGELOG.md +0 -3269
  2837. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/LICENSE +0 -201
  2838. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/README.md +0 -218
  2839. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/SSO.js +0 -67
  2840. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/SSOClient.js +0 -32
  2841. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/commands/GetRoleCredentialsCommand.js +0 -36
  2842. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/commands/ListAccountRolesCommand.js +0 -36
  2843. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/commands/ListAccountsCommand.js +0 -36
  2844. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/commands/LogoutCommand.js +0 -36
  2845. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/commands/index.js +0 -7
  2846. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/endpoints.js +0 -275
  2847. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +0 -8
  2848. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/models/index.js +0 -4
  2849. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/models/models_0.js +0 -95
  2850. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/pagination/Interfaces.js +0 -2
  2851. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/pagination/ListAccountRolesPaginator.js +0 -35
  2852. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/pagination/ListAccountsPaginator.js +0 -35
  2853. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/pagination/index.js +0 -6
  2854. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/protocols/Aws_restJson1.js +0 -521
  2855. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.browser.js +0 -39
  2856. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +0 -41
  2857. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.native.js +0 -16
  2858. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js +0 -17
  2859. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/SSO.js +0 -70
  2860. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +0 -34
  2861. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/commands/GetRoleCredentialsCommand.js +0 -39
  2862. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +0 -39
  2863. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +0 -39
  2864. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.js +0 -39
  2865. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/commands/index.js +0 -4
  2866. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/endpoints.js +0 -271
  2867. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/index.js +0 -5
  2868. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/models/index.js +0 -1
  2869. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js +0 -58
  2870. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/pagination/Interfaces.js +0 -1
  2871. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountRolesPaginator.js +0 -74
  2872. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountsPaginator.js +0 -74
  2873. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/pagination/index.js +0 -3
  2874. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/protocols/Aws_restJson1.js +0 -594
  2875. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.browser.js +0 -17
  2876. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +0 -19
  2877. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.native.js +0 -8
  2878. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.shared.js +0 -13
  2879. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +0 -53
  2880. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +0 -153
  2881. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +0 -36
  2882. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +0 -35
  2883. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +0 -37
  2884. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +0 -35
  2885. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/commands/index.d.ts +0 -4
  2886. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/endpoints.d.ts +0 -2
  2887. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +0 -5
  2888. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/models/index.d.ts +0 -1
  2889. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +0 -255
  2890. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/pagination/Interfaces.d.ts +0 -6
  2891. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountRolesPaginator.d.ts +0 -4
  2892. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountsPaginator.d.ts +0 -4
  2893. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/pagination/index.d.ts +0 -3
  2894. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/protocols/Aws_restJson1.d.ts +0 -14
  2895. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +0 -32
  2896. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +0 -32
  2897. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +0 -31
  2898. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts +0 -13
  2899. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSO.d.ts +0 -25
  2900. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +0 -72
  2901. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/GetRoleCredentialsCommand.d.ts +0 -17
  2902. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountRolesCommand.d.ts +0 -17
  2903. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +0 -17
  2904. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/LogoutCommand.d.ts +0 -17
  2905. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/index.d.ts +0 -4
  2906. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoints.d.ts +0 -2
  2907. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +0 -5
  2908. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/index.d.ts +0 -1
  2909. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +0 -154
  2910. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -6
  2911. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountRolesPaginator.d.ts +0 -4
  2912. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountsPaginator.d.ts +0 -4
  2913. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/index.d.ts +0 -3
  2914. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -14
  2915. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -30
  2916. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +0 -30
  2917. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -29
  2918. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
  2919. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/package.json +0 -91
  2920. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/CHANGELOG.md +0 -2418
  2921. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/LICENSE +0 -201
  2922. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/README.md +0 -208
  2923. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/STS.js +0 -127
  2924. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/STSClient.js +0 -34
  2925. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleCommand.js +0 -38
  2926. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleWithSAMLCommand.js +0 -36
  2927. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleWithWebIdentityCommand.js +0 -36
  2928. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/commands/DecodeAuthorizationMessageCommand.js +0 -38
  2929. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetAccessKeyInfoCommand.js +0 -38
  2930. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetCallerIdentityCommand.js +0 -38
  2931. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetFederationTokenCommand.js +0 -38
  2932. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetSessionTokenCommand.js +0 -38
  2933. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/commands/index.js +0 -11
  2934. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/defaultRoleAssumers.js +0 -15
  2935. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/defaultStsRoleAssumers.js +0 -76
  2936. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/endpoints.js +0 -217
  2937. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +0 -8
  2938. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/models/index.js +0 -4
  2939. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/models/models_0.js +0 -177
  2940. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/protocols/Aws_query.js +0 -1249
  2941. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.browser.js +0 -40
  2942. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.js +0 -44
  2943. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.native.js +0 -16
  2944. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.shared.js +0 -17
  2945. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/STS.js +0 -130
  2946. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/STSClient.js +0 -36
  2947. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleCommand.js +0 -41
  2948. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithSAMLCommand.js +0 -39
  2949. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithWebIdentityCommand.js +0 -39
  2950. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/commands/DecodeAuthorizationMessageCommand.js +0 -41
  2951. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/commands/GetAccessKeyInfoCommand.js +0 -41
  2952. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/commands/GetCallerIdentityCommand.js +0 -41
  2953. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/commands/GetFederationTokenCommand.js +0 -41
  2954. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/commands/GetSessionTokenCommand.js +0 -41
  2955. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/commands/index.js +0 -8
  2956. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/defaultRoleAssumers.js +0 -16
  2957. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/defaultStsRoleAssumers.js +0 -87
  2958. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/endpoints.js +0 -213
  2959. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/index.js +0 -5
  2960. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/models/index.js +0 -1
  2961. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/models/models_0.js +0 -117
  2962. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/protocols/Aws_query.js +0 -1330
  2963. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.browser.js +0 -17
  2964. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.js +0 -21
  2965. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.native.js +0 -8
  2966. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.shared.js +0 -13
  2967. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/STS.d.ts +0 -619
  2968. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/STSClient.d.ts +0 -152
  2969. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts +0 -124
  2970. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +0 -166
  2971. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +0 -170
  2972. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +0 -70
  2973. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/commands/GetAccessKeyInfoCommand.d.ts +0 -52
  2974. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/commands/GetCallerIdentityCommand.d.ts +0 -44
  2975. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +0 -120
  2976. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +0 -86
  2977. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/commands/index.d.ts +0 -8
  2978. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/defaultRoleAssumers.d.ts +0 -19
  2979. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/defaultStsRoleAssumers.d.ts +0 -35
  2980. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/endpoints.d.ts +0 -2
  2981. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/index.d.ts +0 -5
  2982. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/models/index.d.ts +0 -1
  2983. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/models/models_0.d.ts +0 -1211
  2984. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/protocols/Aws_query.d.ts +0 -26
  2985. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.browser.d.ts +0 -39
  2986. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.d.ts +0 -39
  2987. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.native.d.ts +0 -38
  2988. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.shared.d.ts +0 -13
  2989. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STS.d.ts +0 -45
  2990. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STSClient.d.ts +0 -79
  2991. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleCommand.d.ts +0 -17
  2992. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithSAMLCommand.d.ts +0 -17
  2993. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithWebIdentityCommand.d.ts +0 -17
  2994. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/DecodeAuthorizationMessageCommand.d.ts +0 -17
  2995. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetAccessKeyInfoCommand.d.ts +0 -17
  2996. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetCallerIdentityCommand.d.ts +0 -17
  2997. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +0 -17
  2998. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetSessionTokenCommand.d.ts +0 -17
  2999. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/index.d.ts +0 -8
  3000. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/defaultRoleAssumers.d.ts +0 -8
  3001. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/defaultStsRoleAssumers.d.ts +0 -16
  3002. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoints.d.ts +0 -2
  3003. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/index.d.ts +0 -5
  3004. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/index.d.ts +0 -1
  3005. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/models_0.d.ts +0 -367
  3006. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/protocols/Aws_query.d.ts +0 -26
  3007. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -37
  3008. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.d.ts +0 -37
  3009. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -36
  3010. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
  3011. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/package.json +0 -96
  3012. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/CHANGELOG.md +0 -2281
  3013. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/LICENSE +0 -201
  3014. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/README.md +0 -10
  3015. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js +0 -12
  3016. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/NodeUseFipsEndpointConfigOptions.js +0 -12
  3017. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/index.js +0 -7
  3018. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/resolveCustomEndpointsConfig.js +0 -16
  3019. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/resolveEndpointsConfig.js +0 -21
  3020. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/utils/getEndpointFromRegion.js +0 -20
  3021. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/utils/normalizeBoolean.js +0 -11
  3022. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/utils/normalizeEndpoint.js +0 -15
  3023. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/index.js +0 -6
  3024. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/regionConfig/config.js +0 -15
  3025. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/regionConfig/getRealRegion.js +0 -10
  3026. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/regionConfig/index.js +0 -5
  3027. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/regionConfig/isFipsRegion.js +0 -5
  3028. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/regionConfig/resolveRegionConfig.js +0 -29
  3029. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/EndpointVariant.js +0 -2
  3030. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/EndpointVariantTag.js +0 -2
  3031. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/PartitionHash.js +0 -2
  3032. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/RegionHash.js +0 -2
  3033. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/getHostnameFromVariants.js +0 -8
  3034. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/getRegionInfo.js +0 -34
  3035. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/getResolvedHostname.js +0 -9
  3036. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/getResolvedPartition.js +0 -5
  3037. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/getResolvedSigningRegion.js +0 -16
  3038. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/index.js +0 -6
  3039. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js +0 -11
  3040. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/NodeUseFipsEndpointConfigOptions.js +0 -11
  3041. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/index.js +0 -4
  3042. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/resolveCustomEndpointsConfig.js +0 -7
  3043. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/resolveEndpointsConfig.js +0 -12
  3044. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/utils/getEndpointFromRegion.js +0 -31
  3045. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/utils/normalizeBoolean.js +0 -7
  3046. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/utils/normalizeEndpoint.js +0 -12
  3047. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/index.js +0 -3
  3048. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/regionConfig/config.js +0 -12
  3049. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/regionConfig/getRealRegion.js +0 -8
  3050. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/regionConfig/index.js +0 -2
  3051. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/regionConfig/isFipsRegion.js +0 -3
  3052. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/regionConfig/resolveRegionConfig.js +0 -44
  3053. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/EndpointVariant.js +0 -1
  3054. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/EndpointVariantTag.js +0 -1
  3055. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/PartitionHash.js +0 -1
  3056. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/RegionHash.js +0 -1
  3057. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/getHostnameFromVariants.js +0 -9
  3058. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/getRegionInfo.js +0 -26
  3059. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/getResolvedHostname.js +0 -8
  3060. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/getResolvedPartition.js +0 -5
  3061. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/getResolvedSigningRegion.js +0 -13
  3062. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/index.js +0 -3
  3063. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +0 -5
  3064. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +0 -5
  3065. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/index.d.ts +0 -4
  3066. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/resolveCustomEndpointsConfig.d.ts +0 -20
  3067. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.d.ts +0 -38
  3068. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/utils/getEndpointFromRegion.d.ts +0 -11
  3069. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/utils/normalizeBoolean.d.ts +0 -2
  3070. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/utils/normalizeEndpoint.d.ts +0 -7
  3071. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/index.d.ts +0 -3
  3072. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/config.d.ts +0 -5
  3073. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/getRealRegion.d.ts +0 -1
  3074. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/index.d.ts +0 -2
  3075. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/isFipsRegion.d.ts +0 -1
  3076. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/resolveRegionConfig.d.ts +0 -25
  3077. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/EndpointVariant.d.ts +0 -8
  3078. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/EndpointVariantTag.d.ts +0 -5
  3079. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/PartitionHash.d.ts +0 -14
  3080. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/RegionHash.d.ts +0 -12
  3081. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getHostnameFromVariants.d.ts +0 -6
  3082. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getRegionInfo.d.ts +0 -11
  3083. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getResolvedHostname.d.ts +0 -5
  3084. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getResolvedPartition.d.ts +0 -5
  3085. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getResolvedSigningRegion.d.ts +0 -6
  3086. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/index.d.ts +0 -3
  3087. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +0 -5
  3088. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +0 -5
  3089. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/index.d.ts +0 -4
  3090. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/resolveCustomEndpointsConfig.d.ts +0 -15
  3091. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/resolveEndpointsConfig.d.ts +0 -25
  3092. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/utils/getEndpointFromRegion.d.ts +0 -11
  3093. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/utils/normalizeBoolean.d.ts +0 -2
  3094. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/utils/normalizeEndpoint.d.ts +0 -7
  3095. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/index.d.ts +0 -3
  3096. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionConfig/config.d.ts +0 -5
  3097. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionConfig/getRealRegion.d.ts +0 -1
  3098. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionConfig/index.d.ts +0 -2
  3099. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionConfig/isFipsRegion.d.ts +0 -1
  3100. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionConfig/resolveRegionConfig.d.ts +0 -17
  3101. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariant.d.ts +0 -6
  3102. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariantTag.d.ts +0 -2
  3103. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/PartitionHash.d.ts +0 -10
  3104. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/RegionHash.d.ts +0 -9
  3105. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/getHostnameFromVariants.d.ts +0 -6
  3106. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/getRegionInfo.d.ts +0 -11
  3107. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/getResolvedHostname.d.ts +0 -5
  3108. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/getResolvedPartition.d.ts +0 -5
  3109. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/getResolvedSigningRegion.d.ts +0 -6
  3110. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/index.d.ts +0 -3
  3111. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/package.json +0 -51
  3112. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-env/CHANGELOG.md +0 -1269
  3113. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-env/LICENSE +0 -201
  3114. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-env/README.md +0 -11
  3115. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +0 -25
  3116. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-env/dist-es/index.js +0 -21
  3117. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-env/dist-types/index.d.ts +0 -11
  3118. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-env/dist-types/ts3.4/index.d.ts +0 -7
  3119. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-env/package.json +0 -55
  3120. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/CHANGELOG.md +0 -1263
  3121. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/LICENSE +0 -201
  3122. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/README.md +0 -11
  3123. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/config/Endpoint.js +0 -8
  3124. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/config/EndpointConfigOptions.js +0 -10
  3125. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/config/EndpointMode.js +0 -8
  3126. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/config/EndpointModeConfigOptions.js +0 -11
  3127. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/fromContainerMetadata.js +0 -70
  3128. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/fromInstanceMetadata.js +0 -93
  3129. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/index.js +0 -6
  3130. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/remoteProvider/ImdsCredentials.js +0 -17
  3131. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/remoteProvider/RemoteProviderInit.js +0 -7
  3132. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/remoteProvider/httpRequest.js +0 -41
  3133. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/remoteProvider/index.js +0 -5
  3134. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/remoteProvider/retry.js +0 -11
  3135. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/utils/getInstanceMetadataEndpoint.js +0 -23
  3136. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-es/config/Endpoint.js +0 -5
  3137. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-es/config/EndpointConfigOptions.js +0 -7
  3138. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-es/config/EndpointMode.js +0 -5
  3139. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-es/config/EndpointModeConfigOptions.js +0 -8
  3140. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-es/fromContainerMetadata.js +0 -82
  3141. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-es/fromInstanceMetadata.js +0 -127
  3142. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-es/index.js +0 -3
  3143. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-es/remoteProvider/ImdsCredentials.js +0 -14
  3144. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-es/remoteProvider/RemoteProviderInit.js +0 -6
  3145. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-es/remoteProvider/httpRequest.js +0 -34
  3146. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-es/remoteProvider/index.js +0 -2
  3147. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-es/remoteProvider/retry.js +0 -7
  3148. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-es/utils/getInstanceMetadataEndpoint.js +0 -44
  3149. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/config/Endpoint.d.ts +0 -4
  3150. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/config/EndpointConfigOptions.d.ts +0 -4
  3151. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/config/EndpointMode.d.ts +0 -4
  3152. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/config/EndpointModeConfigOptions.d.ts +0 -4
  3153. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/fromContainerMetadata.d.ts +0 -10
  3154. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/fromInstanceMetadata.d.ts +0 -7
  3155. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/index.d.ts +0 -3
  3156. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/ImdsCredentials.d.ts +0 -9
  3157. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/RemoteProviderInit.d.ts +0 -14
  3158. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts +0 -6
  3159. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/index.d.ts +0 -2
  3160. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/retry.d.ts +0 -7
  3161. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/config/Endpoint.d.ts +0 -4
  3162. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/config/EndpointConfigOptions.d.ts +0 -4
  3163. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/config/EndpointMode.d.ts +0 -4
  3164. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/config/EndpointModeConfigOptions.d.ts +0 -4
  3165. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/fromContainerMetadata.d.ts +0 -7
  3166. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/fromInstanceMetadata.d.ts +0 -4
  3167. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/index.d.ts +0 -3
  3168. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/remoteProvider/ImdsCredentials.d.ts +0 -9
  3169. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/remoteProvider/RemoteProviderInit.d.ts +0 -10
  3170. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/remoteProvider/httpRequest.d.ts +0 -4
  3171. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/remoteProvider/index.d.ts +0 -2
  3172. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/remoteProvider/retry.d.ts +0 -5
  3173. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/utils/getInstanceMetadataEndpoint.d.ts +0 -3
  3174. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/utils/getInstanceMetadataEndpoint.d.ts +0 -19
  3175. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/package.json +0 -58
  3176. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-ini/CHANGELOG.md +0 -1265
  3177. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-ini/LICENSE +0 -201
  3178. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-ini/README.md +0 -11
  3179. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +0 -105
  3180. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-ini/dist-es/index.js +0 -141
  3181. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-ini/dist-types/index.d.ts +0 -63
  3182. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/index.d.ts +0 -26
  3183. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-ini/package.json +0 -61
  3184. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-node/CHANGELOG.md +0 -1569
  3185. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-node/LICENSE +0 -201
  3186. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-node/README.md +0 -89
  3187. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +0 -42
  3188. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-node/dist-es/index.js +0 -42
  3189. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-node/dist-types/index.d.ts +0 -42
  3190. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/index.d.ts +0 -9
  3191. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-node/package.json +0 -63
  3192. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-process/CHANGELOG.md +0 -1121
  3193. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-process/LICENSE +0 -201
  3194. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-process/README.md +0 -11
  3195. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +0 -70
  3196. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-process/dist-es/index.js +0 -82
  3197. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-process/dist-types/index.d.ts +0 -13
  3198. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/index.d.ts +0 -8
  3199. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-process/package.json +0 -57
  3200. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-sso/CHANGELOG.md +0 -323
  3201. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-sso/LICENSE +0 -201
  3202. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-sso/README.md +0 -11
  3203. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +0 -88
  3204. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-sso/dist-es/index.js +0 -110
  3205. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-sso/dist-types/index.d.ts +0 -54
  3206. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/index.d.ts +0 -32
  3207. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-sso/package.json +0 -58
  3208. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-web-identity/CHANGELOG.md +0 -217
  3209. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-web-identity/LICENSE +0 -201
  3210. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-web-identity/README.md +0 -11
  3211. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +0 -28
  3212. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js +0 -21
  3213. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +0 -5
  3214. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js +0 -25
  3215. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromWebToken.js +0 -19
  3216. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/index.js +0 -2
  3217. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromTokenFile.d.ts +0 -12
  3218. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromWebToken.d.ts +0 -126
  3219. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/index.d.ts +0 -2
  3220. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromTokenFile.d.ts +0 -8
  3221. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromWebToken.d.ts +0 -30
  3222. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/index.d.ts +0 -2
  3223. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-web-identity/package.json +0 -63
  3224. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/CHANGELOG.md +0 -1856
  3225. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/LICENSE +0 -201
  3226. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/README.md +0 -4
  3227. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/dist-cjs/fetch-http-handler.js +0 -78
  3228. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/dist-cjs/index.js +0 -5
  3229. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/dist-cjs/request-timeout.js +0 -15
  3230. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/dist-cjs/stream-collector.js +0 -50
  3231. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/dist-es/fetch-http-handler.js +0 -90
  3232. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/dist-es/index.js +0 -2
  3233. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/dist-es/request-timeout.js +0 -12
  3234. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/dist-es/stream-collector.js +0 -68
  3235. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/dist-types/fetch-http-handler.d.ts +0 -20
  3236. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/dist-types/index.d.ts +0 -2
  3237. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/dist-types/request-timeout.d.ts +0 -1
  3238. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/dist-types/stream-collector.d.ts +0 -2
  3239. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +0 -15
  3240. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/dist-types/ts3.4/index.d.ts +0 -2
  3241. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/dist-types/ts3.4/request-timeout.d.ts +0 -1
  3242. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/dist-types/ts3.4/stream-collector.d.ts +0 -2
  3243. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/package.json +0 -49
  3244. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/hash-node/CHANGELOG.md +0 -1191
  3245. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/hash-node/LICENSE +0 -201
  3246. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/hash-node/README.md +0 -10
  3247. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/hash-node/dist-cjs/index.js +0 -30
  3248. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/hash-node/dist-es/index.js +0 -28
  3249. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/hash-node/dist-types/index.d.ts +0 -7
  3250. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/hash-node/dist-types/ts3.4/index.d.ts +0 -7
  3251. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/hash-node/package.json +0 -51
  3252. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/invalid-dependency/CHANGELOG.md +0 -480
  3253. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/invalid-dependency/LICENSE +0 -201
  3254. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/invalid-dependency/README.md +0 -10
  3255. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/invalid-dependency/dist-cjs/index.js +0 -5
  3256. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/invalid-dependency/dist-cjs/invalidFunction.js +0 -7
  3257. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/invalid-dependency/dist-cjs/invalidProvider.js +0 -5
  3258. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/invalid-dependency/dist-es/index.js +0 -2
  3259. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/invalid-dependency/dist-es/invalidFunction.js +0 -3
  3260. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/invalid-dependency/dist-es/invalidProvider.js +0 -1
  3261. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/invalid-dependency/dist-types/index.d.ts +0 -2
  3262. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/invalid-dependency/dist-types/invalidFunction.d.ts +0 -1
  3263. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/invalid-dependency/dist-types/invalidProvider.d.ts +0 -2
  3264. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/invalid-dependency/dist-types/ts3.4/index.d.ts +0 -2
  3265. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/invalid-dependency/dist-types/ts3.4/invalidFunction.d.ts +0 -1
  3266. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/invalid-dependency/dist-types/ts3.4/invalidProvider.d.ts +0 -2
  3267. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/invalid-dependency/package.json +0 -45
  3268. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/is-array-buffer/CHANGELOG.md +0 -561
  3269. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/is-array-buffer/LICENSE +0 -201
  3270. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/is-array-buffer/README.md +0 -10
  3271. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/is-array-buffer/dist-cjs/index.js +0 -6
  3272. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/is-array-buffer/dist-es/index.js +0 -4
  3273. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/is-array-buffer/dist-types/index.d.ts +0 -1
  3274. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/is-array-buffer/dist-types/ts3.4/index.d.ts +0 -1
  3275. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/is-array-buffer/package.json +0 -48
  3276. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-content-length/CHANGELOG.md +0 -1472
  3277. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-content-length/LICENSE +0 -201
  3278. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-content-length/README.md +0 -4
  3279. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-content-length/dist-cjs/index.js +0 -42
  3280. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-content-length/dist-es/index.js +0 -39
  3281. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-content-length/dist-types/index.d.ts +0 -6
  3282. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-content-length/dist-types/ts3.4/index.d.ts +0 -6
  3283. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-content-length/package.json +0 -49
  3284. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-host-header/CHANGELOG.md +0 -947
  3285. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-host-header/LICENSE +0 -201
  3286. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-host-header/README.md +0 -4
  3287. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js +0 -36
  3288. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-host-header/dist-es/index.js +0 -38
  3289. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-host-header/dist-types/index.d.ts +0 -17
  3290. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-host-header/dist-types/ts3.4/index.d.ts +0 -15
  3291. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-host-header/package.json +0 -49
  3292. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-logger/CHANGELOG.md +0 -355
  3293. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-logger/LICENSE +0 -201
  3294. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-logger/README.md +0 -4
  3295. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +0 -4
  3296. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-logger/dist-cjs/loggerMiddleware.js +0 -34
  3297. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-logger/dist-es/index.js +0 -1
  3298. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-logger/dist-es/loggerMiddleware.js +0 -42
  3299. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-logger/dist-types/index.d.ts +0 -1
  3300. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-logger/dist-types/loggerMiddleware.d.ts +0 -4
  3301. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-logger/dist-types/ts3.4/index.d.ts +0 -1
  3302. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-logger/dist-types/ts3.4/loggerMiddleware.d.ts +0 -4
  3303. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-logger/package.json +0 -51
  3304. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/CHANGELOG.md +0 -1178
  3305. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/LICENSE +0 -201
  3306. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/README.md +0 -4
  3307. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-cjs/AdaptiveRetryStrategy.js +0 -25
  3308. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-cjs/DefaultRateLimiter.js +0 -104
  3309. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-cjs/StandardRetryStrategy.js +0 -89
  3310. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-cjs/config.js +0 -10
  3311. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-cjs/configurations.js +0 -69
  3312. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-cjs/constants.js +0 -12
  3313. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-cjs/defaultRetryQuota.js +0 -32
  3314. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-cjs/delayDecider.js +0 -6
  3315. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-cjs/index.js +0 -13
  3316. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-cjs/omitRetryHeadersMiddleware.js +0 -27
  3317. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-cjs/retryDecider.js +0 -11
  3318. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-cjs/retryMiddleware.js +0 -23
  3319. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-cjs/types.js +0 -2
  3320. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-es/AdaptiveRetryStrategy.js +0 -34
  3321. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-es/DefaultRateLimiter.js +0 -119
  3322. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-es/StandardRetryStrategy.js +0 -130
  3323. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-es/config.js +0 -7
  3324. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-es/configurations.js +0 -77
  3325. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-es/constants.js +0 -9
  3326. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-es/defaultRetryQuota.js +0 -28
  3327. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-es/delayDecider.js +0 -4
  3328. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-es/index.js +0 -10
  3329. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-es/omitRetryHeadersMiddleware.js +0 -30
  3330. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-es/retryDecider.js +0 -7
  3331. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-es/retryMiddleware.js +0 -30
  3332. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-es/types.js +0 -1
  3333. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/AdaptiveRetryStrategy.d.ts +0 -17
  3334. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/DefaultRateLimiter.d.ts +0 -39
  3335. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/StandardRetryStrategy.d.ts +0 -27
  3336. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/config.d.ts +0 -13
  3337. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/configurations.d.ts +0 -37
  3338. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/constants.d.ts +0 -41
  3339. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/defaultRetryQuota.d.ts +0 -18
  3340. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/delayDecider.d.ts +0 -4
  3341. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/index.d.ts +0 -10
  3342. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/omitRetryHeadersMiddleware.d.ts +0 -4
  3343. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/retryDecider.d.ts +0 -2
  3344. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/retryMiddleware.d.ts +0 -5
  3345. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +0 -15
  3346. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/DefaultRateLimiter.d.ts +0 -39
  3347. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +0 -25
  3348. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/config.d.ts +0 -8
  3349. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/configurations.d.ts +0 -26
  3350. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/constants.d.ts +0 -18
  3351. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/defaultRetryQuota.d.ts +0 -10
  3352. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/delayDecider.d.ts +0 -2
  3353. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/index.d.ts +0 -10
  3354. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/omitRetryHeadersMiddleware.d.ts +0 -4
  3355. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/retryDecider.d.ts +0 -2
  3356. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/retryMiddleware.d.ts +0 -5
  3357. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/types.d.ts +0 -24
  3358. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/types.d.ts +0 -53
  3359. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/package.json +0 -52
  3360. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-sdk-sts/CHANGELOG.md +0 -202
  3361. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-sdk-sts/LICENSE +0 -201
  3362. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-sdk-sts/README.md +0 -4
  3363. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-sdk-sts/dist-cjs/index.js +0 -9
  3364. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-sdk-sts/dist-es/index.js +0 -6
  3365. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-sdk-sts/dist-types/index.d.ts +0 -34
  3366. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-sdk-sts/dist-types/ts3.4/index.d.ts +0 -25
  3367. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-sdk-sts/package.json +0 -52
  3368. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/CHANGELOG.md +0 -896
  3369. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/LICENSE +0 -201
  3370. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/README.md +0 -4
  3371. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/dist-cjs/deserializerMiddleware.js +0 -12
  3372. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/dist-cjs/index.js +0 -6
  3373. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/dist-cjs/serdePlugin.js +0 -26
  3374. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/dist-cjs/serializerMiddleware.js +0 -11
  3375. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/dist-es/deserializerMiddleware.js +0 -22
  3376. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/dist-es/index.js +0 -3
  3377. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/dist-es/serdePlugin.js +0 -22
  3378. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/dist-es/serializerMiddleware.js +0 -16
  3379. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/dist-types/deserializerMiddleware.d.ts +0 -2
  3380. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/dist-types/index.d.ts +0 -3
  3381. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/dist-types/serdePlugin.d.ts +0 -4
  3382. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/dist-types/serializerMiddleware.d.ts +0 -2
  3383. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/dist-types/ts3.4/deserializerMiddleware.d.ts +0 -2
  3384. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/dist-types/ts3.4/index.d.ts +0 -3
  3385. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/dist-types/ts3.4/serdePlugin.d.ts +0 -4
  3386. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/dist-types/ts3.4/serializerMiddleware.d.ts +0 -2
  3387. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/package.json +0 -48
  3388. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/CHANGELOG.md +0 -1840
  3389. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/LICENSE +0 -201
  3390. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/README.md +0 -4
  3391. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-cjs/configurations.js +0 -90
  3392. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-cjs/index.js +0 -5
  3393. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-cjs/middleware.js +0 -45
  3394. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-cjs/utils/getSkewCorrectedDate.js +0 -5
  3395. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-cjs/utils/getUpdatedSystemClockOffset.js +0 -12
  3396. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-cjs/utils/isClockSkewed.js +0 -6
  3397. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-es/configurations.js +0 -87
  3398. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-es/index.js +0 -2
  3399. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-es/middleware.js +0 -59
  3400. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-es/utils/getSkewCorrectedDate.js +0 -1
  3401. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-es/utils/getUpdatedSystemClockOffset.js +0 -8
  3402. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-es/utils/isClockSkewed.js +0 -4
  3403. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-types/configurations.d.ts +0 -88
  3404. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-types/index.d.ts +0 -2
  3405. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-types/middleware.d.ts +0 -6
  3406. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/configurations.d.ts +0 -57
  3407. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/index.d.ts +0 -2
  3408. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/middleware.d.ts +0 -6
  3409. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/utils/getSkewCorrectedDate.d.ts +0 -2
  3410. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/utils/getUpdatedSystemClockOffset.d.ts +0 -2
  3411. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/utils/isClockSkewed.d.ts +0 -2
  3412. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-types/utils/getSkewCorrectedDate.d.ts +0 -6
  3413. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-types/utils/getUpdatedSystemClockOffset.d.ts +0 -8
  3414. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-types/utils/isClockSkewed.d.ts +0 -7
  3415. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/package.json +0 -51
  3416. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-stack/CHANGELOG.md +0 -1330
  3417. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-stack/LICENSE +0 -201
  3418. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-stack/README.md +0 -78
  3419. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-stack/dist-cjs/MiddlewareStack.js +0 -215
  3420. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-stack/dist-cjs/index.js +0 -4
  3421. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-stack/dist-cjs/types.js +0 -2
  3422. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-stack/dist-es/MiddlewareStack.js +0 -212
  3423. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-stack/dist-es/index.js +0 -1
  3424. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-stack/dist-es/types.js +0 -1
  3425. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-stack/dist-types/MiddlewareStack.d.ts +0 -2
  3426. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-stack/dist-types/index.d.ts +0 -1
  3427. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-stack/dist-types/ts3.4/MiddlewareStack.d.ts +0 -2
  3428. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-stack/dist-types/ts3.4/index.d.ts +0 -1
  3429. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-stack/dist-types/ts3.4/types.d.ts +0 -24
  3430. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-stack/dist-types/types.d.ts +0 -24
  3431. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-stack/package.json +0 -50
  3432. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/CHANGELOG.md +0 -1116
  3433. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/LICENSE +0 -201
  3434. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/README.md +0 -4
  3435. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/configurations.js +0 -10
  3436. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/constants.js +0 -7
  3437. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +0 -5
  3438. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/user-agent-middleware.js +0 -61
  3439. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/dist-es/configurations.js +0 -4
  3440. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/dist-es/constants.js +0 -4
  3441. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/dist-es/index.js +0 -2
  3442. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/dist-es/user-agent-middleware.js +0 -64
  3443. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/dist-types/configurations.d.ts +0 -28
  3444. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/dist-types/constants.d.ts +0 -4
  3445. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/dist-types/index.d.ts +0 -2
  3446. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/configurations.d.ts +0 -19
  3447. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/constants.d.ts +0 -4
  3448. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/index.d.ts +0 -2
  3449. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/user-agent-middleware.d.ts +0 -6
  3450. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/dist-types/user-agent-middleware.d.ts +0 -17
  3451. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/package.json +0 -50
  3452. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/CHANGELOG.md +0 -399
  3453. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/LICENSE +0 -201
  3454. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/README.md +0 -4
  3455. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-cjs/configLoader.js +0 -9
  3456. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-cjs/fromEnv.js +0 -17
  3457. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-cjs/fromSharedConfigFiles.js +0 -28
  3458. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-cjs/fromStatic.js +0 -7
  3459. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-cjs/index.js +0 -4
  3460. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-es/configLoader.js +0 -9
  3461. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-es/fromEnv.js +0 -20
  3462. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-es/fromSharedConfigFiles.js +0 -37
  3463. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-es/fromStatic.js +0 -8
  3464. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-es/index.js +0 -1
  3465. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-types/configLoader.d.ts +0 -22
  3466. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-types/fromEnv.d.ts +0 -8
  3467. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-types/fromSharedConfigFiles.d.ts +0 -27
  3468. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-types/fromStatic.d.ts +0 -3
  3469. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-types/index.d.ts +0 -1
  3470. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-types/ts3.4/configLoader.d.ts +0 -14
  3471. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-types/ts3.4/fromEnv.d.ts +0 -5
  3472. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-types/ts3.4/fromSharedConfigFiles.d.ts +0 -14
  3473. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-types/ts3.4/fromStatic.d.ts +0 -3
  3474. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-types/ts3.4/index.d.ts +0 -1
  3475. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/package.json +0 -53
  3476. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/CHANGELOG.md +0 -1614
  3477. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/LICENSE +0 -201
  3478. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/README.md +0 -4
  3479. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-cjs/constants.js +0 -4
  3480. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-cjs/get-transformed-headers.js +0 -12
  3481. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-cjs/index.js +0 -6
  3482. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-cjs/node-http-handler.js +0 -76
  3483. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-cjs/node-http2-handler.js +0 -131
  3484. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-cjs/readable.mock.js +0 -23
  3485. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-cjs/server.mock.js +0 -60
  3486. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-cjs/set-connection-timeout.js +0 -22
  3487. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-cjs/set-socket-timeout.js +0 -10
  3488. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-cjs/stream-collector/collector.js +0 -15
  3489. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-cjs/stream-collector/index.js +0 -18
  3490. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-cjs/stream-collector/readable.mock.js +0 -23
  3491. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-cjs/write-request-body.js +0 -27
  3492. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-es/constants.js +0 -1
  3493. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-es/get-transformed-headers.js +0 -21
  3494. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-es/index.js +0 -3
  3495. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-es/node-http-handler.js +0 -77
  3496. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-es/node-http2-handler.js +0 -143
  3497. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-es/readable.mock.js +0 -24
  3498. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-es/server.mock.js +0 -63
  3499. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-es/set-connection-timeout.js +0 -19
  3500. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-es/set-socket-timeout.js +0 -7
  3501. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-es/stream-collector/collector.js +0 -16
  3502. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-es/stream-collector/index.js +0 -16
  3503. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-es/stream-collector/readable.mock.js +0 -24
  3504. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-es/write-request-body.js +0 -23
  3505. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/constants.d.ts +0 -4
  3506. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/get-transformed-headers.d.ts +0 -4
  3507. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/index.d.ts +0 -3
  3508. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/node-http-handler.d.ts +0 -36
  3509. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/node-http2-handler.d.ts +0 -58
  3510. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/readable.mock.d.ts +0 -13
  3511. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/server.mock.d.ts +0 -10
  3512. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/set-connection-timeout.d.ts +0 -2
  3513. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/set-socket-timeout.d.ts +0 -2
  3514. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/stream-collector/collector.d.ts +0 -6
  3515. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/stream-collector/index.d.ts +0 -2
  3516. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +0 -13
  3517. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/constants.d.ts +0 -2
  3518. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/get-transformed-headers.d.ts +0 -4
  3519. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/index.d.ts +0 -3
  3520. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +0 -28
  3521. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +0 -31
  3522. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/readable.mock.d.ts +0 -13
  3523. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/server.mock.d.ts +0 -10
  3524. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/set-connection-timeout.d.ts +0 -2
  3525. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/set-socket-timeout.d.ts +0 -2
  3526. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/stream-collector/collector.d.ts +0 -6
  3527. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/stream-collector/index.d.ts +0 -2
  3528. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/stream-collector/readable.mock.d.ts +0 -13
  3529. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +0 -5
  3530. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/write-request-body.d.ts +0 -5
  3531. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/package.json +0 -60
  3532. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/CHANGELOG.md +0 -1156
  3533. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/LICENSE +0 -201
  3534. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/README.md +0 -10
  3535. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-cjs/ProviderError.js +0 -36
  3536. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-cjs/chain.js +0 -19
  3537. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-cjs/fromStatic.js +0 -5
  3538. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-cjs/index.js +0 -7
  3539. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-cjs/memoize.js +0 -48
  3540. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-es/ProviderError.js +0 -44
  3541. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-es/chain.js +0 -34
  3542. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-es/fromStatic.js +0 -5
  3543. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-es/index.js +0 -4
  3544. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-es/memoize.js +0 -70
  3545. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-types/ProviderError.d.ts +0 -31
  3546. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-types/chain.d.ts +0 -11
  3547. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-types/fromStatic.d.ts +0 -2
  3548. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-types/index.d.ts +0 -4
  3549. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-types/memoize.d.ts +0 -37
  3550. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-types/ts3.4/ProviderError.d.ts +0 -13
  3551. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-types/ts3.4/chain.d.ts +0 -3
  3552. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-types/ts3.4/fromStatic.d.ts +0 -2
  3553. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-types/ts3.4/index.d.ts +0 -4
  3554. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-types/ts3.4/memoize.d.ts +0 -9
  3555. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/package.json +0 -48
  3556. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/CHANGELOG.md +0 -1178
  3557. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/LICENSE +0 -201
  3558. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/README.md +0 -4
  3559. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-cjs/httpHandler.js +0 -2
  3560. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-cjs/httpRequest.js +0 -49
  3561. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-cjs/httpResponse.js +0 -17
  3562. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-cjs/index.js +0 -7
  3563. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-cjs/isValidHostname.js +0 -8
  3564. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-es/httpHandler.js +0 -1
  3565. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-es/httpRequest.js +0 -43
  3566. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-es/httpResponse.js +0 -15
  3567. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-es/index.js +0 -4
  3568. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-es/isValidHostname.js +0 -4
  3569. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-types/httpHandler.d.ts +0 -4
  3570. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-types/httpRequest.d.ts +0 -20
  3571. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-types/httpResponse.d.ts +0 -14
  3572. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-types/index.d.ts +0 -4
  3573. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-types/isValidHostname.d.ts +0 -1
  3574. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/httpHandler.d.ts +0 -4
  3575. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/httpRequest.d.ts +0 -20
  3576. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/httpResponse.d.ts +0 -14
  3577. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/index.d.ts +0 -4
  3578. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/isValidHostname.d.ts +0 -1
  3579. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/package.json +0 -49
  3580. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/querystring-builder/CHANGELOG.md +0 -1138
  3581. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/querystring-builder/LICENSE +0 -201
  3582. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/querystring-builder/README.md +0 -10
  3583. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/querystring-builder/dist-cjs/index.js +0 -25
  3584. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/querystring-builder/dist-es/index.js +0 -33
  3585. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/querystring-builder/dist-types/index.d.ts +0 -2
  3586. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/querystring-builder/dist-types/ts3.4/index.d.ts +0 -2
  3587. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/querystring-builder/package.json +0 -49
  3588. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/querystring-parser/CHANGELOG.md +0 -1101
  3589. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/querystring-parser/LICENSE +0 -201
  3590. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/querystring-parser/README.md +0 -10
  3591. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/querystring-parser/dist-cjs/index.js +0 -27
  3592. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/querystring-parser/dist-es/index.js +0 -35
  3593. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/querystring-parser/dist-types/index.d.ts +0 -2
  3594. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/querystring-parser/dist-types/ts3.4/index.d.ts +0 -2
  3595. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/querystring-parser/package.json +0 -48
  3596. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/service-error-classification/CHANGELOG.md +0 -667
  3597. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/service-error-classification/LICENSE +0 -201
  3598. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/service-error-classification/README.md +0 -4
  3599. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/service-error-classification/dist-cjs/constants.js +0 -29
  3600. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/service-error-classification/dist-cjs/index.js +0 -21
  3601. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/service-error-classification/dist-es/constants.js +0 -26
  3602. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/service-error-classification/dist-es/index.js +0 -14
  3603. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/service-error-classification/dist-types/constants.d.ts +0 -22
  3604. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/service-error-classification/dist-types/index.d.ts +0 -5
  3605. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/service-error-classification/dist-types/ts3.4/constants.d.ts +0 -8
  3606. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/service-error-classification/dist-types/ts3.4/index.d.ts +0 -5
  3607. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/service-error-classification/package.json +0 -45
  3608. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/shared-ini-file-loader/CHANGELOG.md +0 -704
  3609. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/shared-ini-file-loader/LICENSE +0 -201
  3610. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/shared-ini-file-loader/README.md +0 -102
  3611. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/shared-ini-file-loader/dist-cjs/index.js +0 -84
  3612. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/shared-ini-file-loader/dist-es/index.js +0 -105
  3613. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/index.d.ts +0 -33
  3614. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/index.d.ts +0 -21
  3615. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/shared-ini-file-loader/package.json +0 -48
  3616. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/CHANGELOG.md +0 -2827
  3617. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/LICENSE +0 -201
  3618. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/README.md +0 -4
  3619. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-cjs/SignatureV4.js +0 -150
  3620. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-cjs/cloneRequest.js +0 -17
  3621. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-cjs/constants.js +0 -46
  3622. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-cjs/credentialDerivation.js +0 -38
  3623. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-cjs/getCanonicalHeaders.js +0 -21
  3624. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-cjs/getCanonicalQuery.js +0 -31
  3625. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-cjs/getPayloadHash.js +0 -23
  3626. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-cjs/headerUtil.js +0 -32
  3627. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-cjs/index.js +0 -19
  3628. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-cjs/moveHeadersToQuery.js +0 -21
  3629. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-cjs/normalizeProvider.js +0 -23
  3630. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-cjs/prepareRequest.js +0 -15
  3631. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-cjs/suite.fixture.js +0 -402
  3632. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-cjs/utilDate.js +0 -20
  3633. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-es/SignatureV4.js +0 -269
  3634. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-es/cloneRequest.js +0 -12
  3635. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-es/constants.js +0 -43
  3636. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-es/credentialDerivation.js +0 -66
  3637. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-es/getCanonicalHeaders.js +0 -30
  3638. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-es/getCanonicalQuery.js +0 -43
  3639. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-es/getPayloadHash.js +0 -41
  3640. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-es/headerUtil.js +0 -60
  3641. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-es/index.js +0 -8
  3642. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-es/moveHeadersToQuery.js +0 -26
  3643. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-es/normalizeProvider.js +0 -18
  3644. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-es/prepareRequest.js +0 -23
  3645. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-es/suite.fixture.js +0 -399
  3646. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-es/utilDate.js +0 -17
  3647. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/SignatureV4.d.ts +0 -63
  3648. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/cloneRequest.d.ts +0 -6
  3649. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/constants.d.ts +0 -43
  3650. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/credentialDerivation.d.ts +0 -26
  3651. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/getCanonicalHeaders.d.ts +0 -5
  3652. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/getCanonicalQuery.d.ts +0 -5
  3653. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/getPayloadHash.d.ts +0 -5
  3654. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/headerUtil.d.ts +0 -4
  3655. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/index.d.ts +0 -8
  3656. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/moveHeadersToQuery.d.ts +0 -9
  3657. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/normalizeProvider.d.ts +0 -9
  3658. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/prepareRequest.d.ts +0 -5
  3659. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/suite.fixture.d.ts +0 -14
  3660. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/SignatureV4.d.ts +0 -39
  3661. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/cloneRequest.d.ts +0 -4
  3662. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/constants.d.ts +0 -43
  3663. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/credentialDerivation.d.ts +0 -7
  3664. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/getCanonicalHeaders.d.ts +0 -3
  3665. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/getCanonicalQuery.d.ts +0 -3
  3666. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/getPayloadHash.d.ts +0 -3
  3667. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/headerUtil.d.ts +0 -4
  3668. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/index.d.ts +0 -8
  3669. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/moveHeadersToQuery.d.ts +0 -7
  3670. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/normalizeProvider.d.ts +0 -5
  3671. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/prepareRequest.d.ts +0 -3
  3672. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/suite.fixture.d.ts +0 -14
  3673. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/utilDate.d.ts +0 -2
  3674. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/utilDate.d.ts +0 -2
  3675. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/package.json +0 -56
  3676. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/CHANGELOG.md +0 -1387
  3677. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/LICENSE +0 -201
  3678. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/README.md +0 -10
  3679. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-cjs/client.js +0 -28
  3680. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-cjs/command.js +0 -10
  3681. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-cjs/constants.js +0 -4
  3682. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-cjs/date-utils.js +0 -156
  3683. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-cjs/emitWarningIfUnsupportedVersion.js +0 -15
  3684. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-cjs/extended-encode-uri-component.js +0 -9
  3685. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-cjs/get-array-if-single-item.js +0 -5
  3686. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-cjs/get-value-from-text-node.js +0 -16
  3687. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-cjs/index.js +0 -15
  3688. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-cjs/lazy-json.js +0 -38
  3689. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-cjs/parse-utils.js +0 -206
  3690. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-cjs/ser-utils.js +0 -17
  3691. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-cjs/split-every.js +0 -31
  3692. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-es/client.js +0 -26
  3693. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-es/command.js +0 -8
  3694. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-es/constants.js +0 -1
  3695. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-es/date-utils.js +0 -150
  3696. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-es/emitWarningIfUnsupportedVersion.js +0 -11
  3697. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-es/extended-encode-uri-component.js +0 -5
  3698. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-es/get-array-if-single-item.js +0 -3
  3699. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-es/get-value-from-text-node.js +0 -12
  3700. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-es/index.js +0 -12
  3701. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-es/lazy-json.js +0 -40
  3702. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-es/parse-utils.js +0 -190
  3703. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-es/ser-utils.js +0 -13
  3704. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-es/split-every.js +0 -27
  3705. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/client.d.ts +0 -20
  3706. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/command.d.ts +0 -6
  3707. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/constants.d.ts +0 -1
  3708. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/date-utils.d.ts +0 -49
  3709. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/emitWarningIfUnsupportedVersion.d.ts +0 -6
  3710. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/extended-encode-uri-component.d.ts +0 -5
  3711. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/get-array-if-single-item.d.ts +0 -5
  3712. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/get-value-from-text-node.d.ts +0 -5
  3713. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts +0 -13
  3714. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/lazy-json.d.ts +0 -19
  3715. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/parse-utils.d.ts +0 -203
  3716. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/ser-utils.d.ts +0 -7
  3717. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/split-every.d.ts +0 -9
  3718. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/client.d.ts +0 -16
  3719. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/command.d.ts +0 -6
  3720. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/constants.d.ts +0 -1
  3721. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/date-utils.d.ts +0 -8
  3722. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/emitWarningIfUnsupportedVersion.d.ts +0 -2
  3723. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/extended-encode-uri-component.d.ts +0 -2
  3724. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/get-array-if-single-item.d.ts +0 -2
  3725. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/get-value-from-text-node.d.ts +0 -2
  3726. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/index.d.ts +0 -13
  3727. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/lazy-json.d.ts +0 -12
  3728. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/parse-utils.d.ts +0 -53
  3729. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/ser-utils.d.ts +0 -2
  3730. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/split-every.d.ts +0 -2
  3731. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/package.json +0 -49
  3732. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/CHANGELOG.md +0 -1712
  3733. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/LICENSE +0 -201
  3734. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/README.md +0 -4
  3735. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/abort.js +0 -2
  3736. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/client.js +0 -2
  3737. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/command.js +0 -2
  3738. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/credentials.js +0 -2
  3739. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/crypto.js +0 -2
  3740. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/eventStream.js +0 -2
  3741. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/http.js +0 -2
  3742. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/index.js +0 -20
  3743. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/logger.js +0 -2
  3744. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/middleware.js +0 -2
  3745. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/pagination.js +0 -2
  3746. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/response.js +0 -2
  3747. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/serde.js +0 -2
  3748. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/shapes.js +0 -2
  3749. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/signature.js +0 -2
  3750. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/transfer.js +0 -2
  3751. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/util.js +0 -2
  3752. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/waiter.js +0 -2
  3753. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/abort.js +0 -1
  3754. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/client.js +0 -1
  3755. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/command.js +0 -1
  3756. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/credentials.js +0 -1
  3757. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/crypto.js +0 -1
  3758. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/eventStream.js +0 -1
  3759. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/http.js +0 -1
  3760. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/index.js +0 -17
  3761. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/logger.js +0 -1
  3762. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/middleware.js +0 -1
  3763. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/pagination.js +0 -1
  3764. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/response.js +0 -1
  3765. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/serde.js +0 -1
  3766. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/shapes.js +0 -1
  3767. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/signature.js +0 -1
  3768. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/transfer.js +0 -1
  3769. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/util.js +0 -1
  3770. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/waiter.js +0 -1
  3771. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/abort.d.ts +0 -42
  3772. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/client.d.ts +0 -23
  3773. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/command.d.ts +0 -7
  3774. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +0 -24
  3775. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/crypto.d.ts +0 -45
  3776. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/eventStream.d.ts +0 -84
  3777. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/http.d.ts +0 -92
  3778. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/index.d.ts +0 -17
  3779. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/logger.d.ts +0 -26
  3780. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +0 -338
  3781. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/pagination.d.ts +0 -14
  3782. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/response.d.ts +0 -34
  3783. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/serde.d.ts +0 -49
  3784. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/shapes.d.ts +0 -45
  3785. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/signature.d.ts +0 -100
  3786. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/transfer.d.ts +0 -16
  3787. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/abort.d.ts +0 -17
  3788. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/client.d.ts +0 -17
  3789. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/command.d.ts +0 -7
  3790. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/credentials.d.ts +0 -13
  3791. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/crypto.d.ts +0 -20
  3792. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/eventStream.d.ts +0 -78
  3793. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/http.d.ts +0 -44
  3794. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +0 -17
  3795. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/logger.d.ts +0 -14
  3796. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/middleware.d.ts +0 -155
  3797. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/pagination.d.ts +0 -9
  3798. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/response.d.ts +0 -18
  3799. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/serde.d.ts +0 -29
  3800. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/shapes.d.ts +0 -22
  3801. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/signature.d.ts +0 -47
  3802. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/transfer.d.ts +0 -12
  3803. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/util.d.ts +0 -56
  3804. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/waiter.d.ts +0 -15
  3805. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/util.d.ts +0 -112
  3806. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/waiter.d.ts +0 -32
  3807. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/package.json +0 -43
  3808. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/url-parser/CHANGELOG.md +0 -201
  3809. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/url-parser/LICENSE +0 -201
  3810. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/url-parser/README.md +0 -10
  3811. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/url-parser/dist-cjs/index.js +0 -19
  3812. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/url-parser/dist-es/index.js +0 -15
  3813. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/url-parser/dist-types/index.d.ts +0 -2
  3814. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/url-parser/dist-types/ts3.4/index.d.ts +0 -2
  3815. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/url-parser/package.json +0 -46
  3816. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-base64-browser/CHANGELOG.md +0 -561
  3817. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-base64-browser/LICENSE +0 -201
  3818. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-base64-browser/README.md +0 -4
  3819. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-base64-browser/dist-cjs/index.js +0 -86
  3820. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-base64-browser/dist-es/index.js +0 -81
  3821. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-base64-browser/dist-types/index.d.ts +0 -16
  3822. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-base64-browser/dist-types/ts3.4/index.d.ts +0 -4
  3823. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-base64-browser/package.json +0 -46
  3824. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-base64-node/CHANGELOG.md +0 -672
  3825. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-base64-node/LICENSE +0 -201
  3826. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-base64-node/README.md +0 -4
  3827. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-base64-node/dist-cjs/index.js +0 -20
  3828. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-base64-node/dist-es/index.js +0 -15
  3829. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-base64-node/dist-types/index.d.ts +0 -14
  3830. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-base64-node/dist-types/ts3.4/index.d.ts +0 -4
  3831. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-base64-node/package.json +0 -50
  3832. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-body-length-browser/CHANGELOG.md +0 -574
  3833. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-body-length-browser/LICENSE +0 -201
  3834. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-body-length-browser/README.md +0 -12
  3835. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-body-length-browser/dist-cjs/index.js +0 -23
  3836. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-body-length-browser/dist-es/index.js +0 -19
  3837. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-body-length-browser/dist-types/index.d.ts +0 -1
  3838. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-body-length-browser/dist-types/ts3.4/index.d.ts +0 -1
  3839. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-body-length-browser/package.json +0 -45
  3840. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-body-length-node/CHANGELOG.md +0 -611
  3841. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-body-length-node/LICENSE +0 -201
  3842. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-body-length-node/README.md +0 -12
  3843. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-body-length-node/dist-cjs/index.js +0 -22
  3844. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-body-length-node/dist-es/index.js +0 -18
  3845. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-body-length-node/dist-types/index.d.ts +0 -1
  3846. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-body-length-node/dist-types/ts3.4/index.d.ts +0 -1
  3847. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-body-length-node/package.json +0 -49
  3848. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-buffer-from/CHANGELOG.md +0 -617
  3849. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-buffer-from/LICENSE +0 -201
  3850. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-buffer-from/README.md +0 -10
  3851. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-buffer-from/dist-cjs/index.js +0 -19
  3852. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-buffer-from/dist-es/index.js +0 -16
  3853. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-buffer-from/dist-types/index.d.ts +0 -4
  3854. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-buffer-from/dist-types/ts3.4/index.d.ts +0 -4
  3855. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-buffer-from/package.json +0 -49
  3856. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-config-provider/CHANGELOG.md +0 -11
  3857. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-config-provider/LICENSE +0 -201
  3858. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-config-provider/README.md +0 -4
  3859. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-config-provider/dist-cjs/booleanSelector.js +0 -18
  3860. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-config-provider/dist-cjs/index.js +0 -4
  3861. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-config-provider/dist-es/booleanSelector.js +0 -14
  3862. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-config-provider/dist-es/index.js +0 -1
  3863. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-config-provider/dist-types/booleanSelector.d.ts +0 -15
  3864. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-config-provider/dist-types/index.d.ts +0 -1
  3865. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-config-provider/dist-types/ts3.4/booleanSelector.d.ts +0 -8
  3866. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-config-provider/dist-types/ts3.4/index.d.ts +0 -1
  3867. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-config-provider/package.json +0 -50
  3868. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-hex-encoding/CHANGELOG.md +0 -558
  3869. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-hex-encoding/LICENSE +0 -201
  3870. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-hex-encoding/README.md +0 -4
  3871. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-hex-encoding/dist-cjs/index.js +0 -38
  3872. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-hex-encoding/dist-es/index.js +0 -33
  3873. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-hex-encoding/dist-types/index.d.ts +0 -12
  3874. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-hex-encoding/dist-types/ts3.4/index.d.ts +0 -4
  3875. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-hex-encoding/package.json +0 -48
  3876. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-uri-escape/CHANGELOG.md +0 -666
  3877. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-uri-escape/LICENSE +0 -201
  3878. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-uri-escape/README.md +0 -10
  3879. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-uri-escape/dist-cjs/escape-uri-path.js +0 -6
  3880. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-uri-escape/dist-cjs/escape-uri.js +0 -6
  3881. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-uri-escape/dist-cjs/index.js +0 -5
  3882. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-uri-escape/dist-es/escape-uri-path.js +0 -2
  3883. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-uri-escape/dist-es/escape-uri.js +0 -4
  3884. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-uri-escape/dist-es/index.js +0 -2
  3885. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-uri-escape/dist-types/escape-uri-path.d.ts +0 -1
  3886. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-uri-escape/dist-types/escape-uri.d.ts +0 -1
  3887. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-uri-escape/dist-types/index.d.ts +0 -2
  3888. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-uri-escape/dist-types/ts3.4/escape-uri-path.d.ts +0 -1
  3889. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-uri-escape/dist-types/ts3.4/escape-uri.d.ts +0 -1
  3890. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-uri-escape/dist-types/ts3.4/index.d.ts +0 -2
  3891. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-uri-escape/package.json +0 -47
  3892. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-browser/CHANGELOG.md +0 -1672
  3893. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-browser/LICENSE +0 -201
  3894. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-browser/README.md +0 -10
  3895. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/configurations.js +0 -2
  3896. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.js +0 -22
  3897. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.native.js +0 -16
  3898. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-browser/dist-es/configurations.js +0 -1
  3899. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.js +0 -24
  3900. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.native.js +0 -19
  3901. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-browser/dist-types/configurations.d.ts +0 -4
  3902. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.d.ts +0 -7
  3903. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.native.d.ts +0 -7
  3904. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/configurations.d.ts +0 -4
  3905. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.d.ts +0 -4
  3906. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.native.d.ts +0 -4
  3907. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-browser/package.json +0 -48
  3908. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-node/CHANGELOG.md +0 -1759
  3909. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-node/LICENSE +0 -201
  3910. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-node/README.md +0 -10
  3911. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +0 -41
  3912. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/is-crt-available.js +0 -15
  3913. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-node/dist-es/index.js +0 -47
  3914. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-node/dist-es/is-crt-available.js +0 -11
  3915. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-node/dist-types/index.d.ts +0 -12
  3916. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-node/dist-types/is-crt-available.d.ts +0 -2
  3917. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/index.d.ts +0 -10
  3918. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/is-crt-available.d.ts +0 -2
  3919. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-node/package.json +0 -51
  3920. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-browser/CHANGELOG.md +0 -561
  3921. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-browser/LICENSE +0 -201
  3922. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-browser/README.md +0 -4
  3923. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-browser/dist-cjs/index.js +0 -9
  3924. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-browser/dist-cjs/pureJs.js +0 -47
  3925. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-browser/dist-cjs/whatwgEncodingApi.js +0 -11
  3926. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-browser/dist-es/index.js +0 -8
  3927. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-browser/dist-es/pureJs.js +0 -42
  3928. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-browser/dist-es/whatwgEncodingApi.js +0 -6
  3929. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-browser/dist-types/index.d.ts +0 -2
  3930. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-browser/dist-types/pureJs.d.ts +0 -17
  3931. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-browser/dist-types/ts3.4/index.d.ts +0 -2
  3932. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-browser/dist-types/ts3.4/pureJs.d.ts +0 -4
  3933. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-browser/dist-types/ts3.4/whatwgEncodingApi.d.ts +0 -2
  3934. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-browser/dist-types/whatwgEncodingApi.d.ts +0 -2
  3935. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-browser/package.json +0 -45
  3936. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-node/CHANGELOG.md +0 -669
  3937. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-node/LICENSE +0 -201
  3938. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-node/README.md +0 -4
  3939. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-node/dist-cjs/index.js +0 -11
  3940. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-node/dist-es/index.js +0 -8
  3941. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-node/dist-types/index.d.ts +0 -2
  3942. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-node/dist-types/ts3.4/index.d.ts +0 -2
  3943. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-node/package.json +0 -53
  3944. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/CHANGELOG.md +0 -260
  3945. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/LICENSE +0 -201
  3946. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/README.md +0 -10
  3947. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-cjs/createWaiter.js +0 -27
  3948. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-cjs/index.js +0 -5
  3949. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-cjs/poller.js +0 -38
  3950. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-cjs/utils/index.js +0 -5
  3951. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-cjs/utils/sleep.js +0 -7
  3952. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-cjs/utils/validate.js +0 -21
  3953. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-cjs/waiter.js +0 -38
  3954. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-es/createWaiter.js +0 -26
  3955. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-es/index.js +0 -2
  3956. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-es/poller.js +0 -52
  3957. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-es/utils/index.js +0 -2
  3958. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-es/utils/sleep.js +0 -3
  3959. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-es/utils/validate.js +0 -17
  3960. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-es/waiter.js +0 -29
  3961. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-types/createWaiter.d.ts +0 -11
  3962. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-types/index.d.ts +0 -2
  3963. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-types/poller.d.ts +0 -10
  3964. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-types/ts3.4/createWaiter.d.ts +0 -3
  3965. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-types/ts3.4/index.d.ts +0 -2
  3966. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-types/ts3.4/poller.d.ts +0 -3
  3967. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-types/ts3.4/utils/index.d.ts +0 -2
  3968. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-types/ts3.4/utils/sleep.d.ts +0 -1
  3969. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-types/ts3.4/utils/validate.d.ts +0 -3
  3970. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-types/ts3.4/waiter.d.ts +0 -24
  3971. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-types/utils/index.d.ts +0 -2
  3972. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-types/utils/sleep.d.ts +0 -1
  3973. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-types/utils/validate.d.ts +0 -6
  3974. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-types/waiter.d.ts +0 -33
  3975. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/package.json +0 -50
  3976. package/node_modules/@serverless-stack/node/node_modules/uuid/CHANGELOG.md +0 -229
  3977. package/node_modules/@serverless-stack/node/node_modules/uuid/CONTRIBUTING.md +0 -18
  3978. package/node_modules/@serverless-stack/node/node_modules/uuid/LICENSE.md +0 -9
  3979. package/node_modules/@serverless-stack/node/node_modules/uuid/README.md +0 -505
  3980. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/bin/uuid +0 -2
  3981. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-browser/index.js +0 -9
  3982. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-browser/md5.js +0 -215
  3983. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-browser/nil.js +0 -1
  3984. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-browser/parse.js +0 -35
  3985. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-browser/regex.js +0 -1
  3986. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-browser/rng.js +0 -19
  3987. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-browser/sha1.js +0 -96
  3988. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-browser/stringify.js +0 -30
  3989. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-browser/v1.js +0 -95
  3990. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-browser/v3.js +0 -4
  3991. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-browser/v35.js +0 -64
  3992. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-browser/v4.js +0 -24
  3993. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-browser/v5.js +0 -4
  3994. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-browser/validate.js +0 -7
  3995. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-browser/version.js +0 -11
  3996. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-node/index.js +0 -9
  3997. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-node/md5.js +0 -13
  3998. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-node/nil.js +0 -1
  3999. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-node/parse.js +0 -35
  4000. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-node/regex.js +0 -1
  4001. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-node/rng.js +0 -12
  4002. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-node/sha1.js +0 -13
  4003. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-node/stringify.js +0 -29
  4004. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-node/v1.js +0 -95
  4005. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-node/v3.js +0 -4
  4006. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-node/v35.js +0 -64
  4007. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-node/v4.js +0 -24
  4008. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-node/v5.js +0 -4
  4009. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-node/validate.js +0 -7
  4010. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-node/version.js +0 -11
  4011. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/index.js +0 -79
  4012. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/md5-browser.js +0 -223
  4013. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/md5.js +0 -23
  4014. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/nil.js +0 -8
  4015. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/parse.js +0 -45
  4016. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/regex.js +0 -8
  4017. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/rng-browser.js +0 -26
  4018. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/rng.js +0 -24
  4019. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/sha1-browser.js +0 -104
  4020. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/sha1.js +0 -23
  4021. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/stringify.js +0 -39
  4022. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/umd/uuid.min.js +0 -1
  4023. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/umd/uuidNIL.min.js +0 -1
  4024. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/umd/uuidParse.min.js +0 -1
  4025. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/umd/uuidStringify.min.js +0 -1
  4026. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/umd/uuidValidate.min.js +0 -1
  4027. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/umd/uuidVersion.min.js +0 -1
  4028. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/umd/uuidv1.min.js +0 -1
  4029. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/umd/uuidv3.min.js +0 -1
  4030. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/umd/uuidv4.min.js +0 -1
  4031. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/umd/uuidv5.min.js +0 -1
  4032. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/uuid-bin.js +0 -85
  4033. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/v1.js +0 -107
  4034. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/v3.js +0 -16
  4035. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/v35.js +0 -78
  4036. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/v4.js +0 -37
  4037. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/v5.js +0 -16
  4038. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/validate.js +0 -17
  4039. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/version.js +0 -21
  4040. package/node_modules/@serverless-stack/node/node_modules/uuid/package.json +0 -135
  4041. package/node_modules/@serverless-stack/node/node_modules/uuid/wrapper.mjs +0 -10
  4042. package/node_modules/@serverless-stack/node/package.json +0 -42
  4043. package/node_modules/@tsconfig/node14/LICENSE +0 -21
  4044. package/node_modules/@tsconfig/node14/README.md +0 -40
  4045. package/node_modules/@tsconfig/node14/package.json +0 -1
  4046. package/node_modules/@tsconfig/node14/tsconfig.json +0 -16
  4047. package/node_modules/asn1.js/.eslintrc.js +0 -27
  4048. package/node_modules/asn1.js/LICENSE +0 -21
  4049. package/node_modules/asn1.js/README.md +0 -100
  4050. package/node_modules/asn1.js/lib/asn1/api.js +0 -57
  4051. package/node_modules/asn1.js/lib/asn1/base/buffer.js +0 -153
  4052. package/node_modules/asn1.js/lib/asn1/base/index.js +0 -8
  4053. package/node_modules/asn1.js/lib/asn1/base/node.js +0 -638
  4054. package/node_modules/asn1.js/lib/asn1/base/reporter.js +0 -123
  4055. package/node_modules/asn1.js/lib/asn1/constants/der.js +0 -58
  4056. package/node_modules/asn1.js/lib/asn1/constants/index.js +0 -21
  4057. package/node_modules/asn1.js/lib/asn1/decoders/der.js +0 -335
  4058. package/node_modules/asn1.js/lib/asn1/decoders/index.js +0 -6
  4059. package/node_modules/asn1.js/lib/asn1/decoders/pem.js +0 -51
  4060. package/node_modules/asn1.js/lib/asn1/encoders/der.js +0 -295
  4061. package/node_modules/asn1.js/lib/asn1/encoders/index.js +0 -6
  4062. package/node_modules/asn1.js/lib/asn1/encoders/pem.js +0 -23
  4063. package/node_modules/asn1.js/lib/asn1.js +0 -11
  4064. package/node_modules/asn1.js/package.json +0 -36
  4065. package/node_modules/aws-jwt-verify/LICENSE +0 -175
  4066. package/node_modules/aws-jwt-verify/README.md +0 -952
  4067. package/node_modules/aws-jwt-verify/asn1.d.ts +0 -20
  4068. package/node_modules/aws-jwt-verify/assert.d.ts +0 -41
  4069. package/node_modules/aws-jwt-verify/cognito-verifier.d.ts +0 -167
  4070. package/node_modules/aws-jwt-verify/dist/cjs/asn1.js +0 -294
  4071. package/node_modules/aws-jwt-verify/dist/cjs/assert.js +0 -108
  4072. package/node_modules/aws-jwt-verify/dist/cjs/cognito-verifier.js +0 -157
  4073. package/node_modules/aws-jwt-verify/dist/cjs/error.js +0 -125
  4074. package/node_modules/aws-jwt-verify/dist/cjs/https.js +0 -131
  4075. package/node_modules/aws-jwt-verify/dist/cjs/index.js +0 -9
  4076. package/node_modules/aws-jwt-verify/dist/cjs/jwk.js +0 -202
  4077. package/node_modules/aws-jwt-verify/dist/cjs/jwt-model.js +0 -4
  4078. package/node_modules/aws-jwt-verify/dist/cjs/jwt-rsa.js +0 -383
  4079. package/node_modules/aws-jwt-verify/dist/cjs/jwt.js +0 -152
  4080. package/node_modules/aws-jwt-verify/dist/cjs/package.json +0 -1
  4081. package/node_modules/aws-jwt-verify/dist/cjs/safe-json-parse.js +0 -34
  4082. package/node_modules/aws-jwt-verify/dist/cjs/typing-util.js +0 -6
  4083. package/node_modules/aws-jwt-verify/dist/esm/asn1.js +0 -289
  4084. package/node_modules/aws-jwt-verify/dist/esm/assert.js +0 -101
  4085. package/node_modules/aws-jwt-verify/dist/esm/cognito-verifier.js +0 -153
  4086. package/node_modules/aws-jwt-verify/dist/esm/error.js +0 -96
  4087. package/node_modules/aws-jwt-verify/dist/esm/https.js +0 -126
  4088. package/node_modules/aws-jwt-verify/dist/esm/index.js +0 -4
  4089. package/node_modules/aws-jwt-verify/dist/esm/jwk.js +0 -191
  4090. package/node_modules/aws-jwt-verify/dist/esm/jwt-model.js +0 -3
  4091. package/node_modules/aws-jwt-verify/dist/esm/jwt-rsa.js +0 -374
  4092. package/node_modules/aws-jwt-verify/dist/esm/jwt.js +0 -147
  4093. package/node_modules/aws-jwt-verify/dist/esm/package.json +0 -1
  4094. package/node_modules/aws-jwt-verify/dist/esm/safe-json-parse.js +0 -29
  4095. package/node_modules/aws-jwt-verify/dist/esm/typing-util.js +0 -5
  4096. package/node_modules/aws-jwt-verify/error.d.ts +0 -103
  4097. package/node_modules/aws-jwt-verify/https.d.ts +0 -43
  4098. package/node_modules/aws-jwt-verify/index.d.ts +0 -2
  4099. package/node_modules/aws-jwt-verify/jwk.d.ts +0 -65
  4100. package/node_modules/aws-jwt-verify/jwt-model.d.ts +0 -75
  4101. package/node_modules/aws-jwt-verify/jwt-rsa.d.ts +0 -308
  4102. package/node_modules/aws-jwt-verify/jwt.d.ts +0 -31
  4103. package/node_modules/aws-jwt-verify/package.json +0 -123
  4104. package/node_modules/aws-jwt-verify/safe-json-parse.d.ts +0 -18
  4105. package/node_modules/aws-jwt-verify/typing-util.d.ts +0 -37
  4106. package/node_modules/bn.js/LICENSE +0 -19
  4107. package/node_modules/bn.js/README.md +0 -200
  4108. package/node_modules/bn.js/lib/bn.js +0 -3446
  4109. package/node_modules/bn.js/package.json +0 -36
  4110. package/node_modules/cli-table3/node_modules/colors/examples/normal-usage.js +0 -82
  4111. package/node_modules/cli-table3/node_modules/colors/examples/safe-string.js +0 -79
  4112. package/node_modules/cli-table3/node_modules/colors/lib/colors.js +0 -211
  4113. package/node_modules/cli-table3/node_modules/colors/lib/custom/trap.js +0 -46
  4114. package/node_modules/cli-table3/node_modules/colors/lib/custom/zalgo.js +0 -110
  4115. package/node_modules/cli-table3/node_modules/colors/lib/extendStringPrototype.js +0 -110
  4116. package/node_modules/cli-table3/node_modules/colors/lib/maps/america.js +0 -10
  4117. package/node_modules/cli-table3/node_modules/colors/lib/maps/random.js +0 -11
  4118. package/node_modules/cli-table3/node_modules/colors/lib/maps/zebra.js +0 -5
  4119. package/node_modules/cli-table3/node_modules/colors/lib/system/supports-colors.js +0 -151
  4120. package/node_modules/cli-table3/node_modules/colors/package.json +0 -45
  4121. package/node_modules/cli-table3/node_modules/colors/safe.js +0 -10
  4122. package/node_modules/ecdsa-sig-formatter/CODEOWNERS +0 -1
  4123. package/node_modules/ecdsa-sig-formatter/LICENSE +0 -201
  4124. package/node_modules/ecdsa-sig-formatter/README.md +0 -65
  4125. package/node_modules/ecdsa-sig-formatter/package.json +0 -46
  4126. package/node_modules/ecdsa-sig-formatter/src/ecdsa-sig-formatter.d.ts +0 -17
  4127. package/node_modules/ecdsa-sig-formatter/src/ecdsa-sig-formatter.js +0 -187
  4128. package/node_modules/ecdsa-sig-formatter/src/param-bytes-for-alg.js +0 -23
  4129. package/node_modules/expand-tilde/README.md +0 -80
  4130. package/node_modules/expand-tilde/index.js +0 -22
  4131. package/node_modules/expand-tilde/package.json +0 -67
  4132. package/node_modules/fast-jwt/LICENSE.md +0 -13
  4133. package/node_modules/fast-jwt/README.md +0 -420
  4134. package/node_modules/fast-jwt/node_modules/mnemonist/LICENSE.txt +0 -21
  4135. package/node_modules/fast-jwt/node_modules/mnemonist/README.md +0 -112
  4136. package/node_modules/fast-jwt/node_modules/mnemonist/bi-map.d.ts +0 -46
  4137. package/node_modules/fast-jwt/node_modules/mnemonist/bi-map.js +0 -195
  4138. package/node_modules/fast-jwt/node_modules/mnemonist/bit-set.d.ts +0 -29
  4139. package/node_modules/fast-jwt/node_modules/mnemonist/bit-set.js +0 -379
  4140. package/node_modules/fast-jwt/node_modules/mnemonist/bit-vector.d.ts +0 -42
  4141. package/node_modules/fast-jwt/node_modules/mnemonist/bit-vector.js +0 -550
  4142. package/node_modules/fast-jwt/node_modules/mnemonist/bk-tree.d.ts +0 -24
  4143. package/node_modules/fast-jwt/node_modules/mnemonist/bk-tree.js +0 -180
  4144. package/node_modules/fast-jwt/node_modules/mnemonist/bloom-filter.d.ts +0 -29
  4145. package/node_modules/fast-jwt/node_modules/mnemonist/bloom-filter.js +0 -186
  4146. package/node_modules/fast-jwt/node_modules/mnemonist/circular-buffer.d.ts +0 -34
  4147. package/node_modules/fast-jwt/node_modules/mnemonist/circular-buffer.js +0 -131
  4148. package/node_modules/fast-jwt/node_modules/mnemonist/critbit-tree-map.js +0 -515
  4149. package/node_modules/fast-jwt/node_modules/mnemonist/default-map.d.ts +0 -29
  4150. package/node_modules/fast-jwt/node_modules/mnemonist/default-map.js +0 -162
  4151. package/node_modules/fast-jwt/node_modules/mnemonist/default-weak-map.d.ts +0 -18
  4152. package/node_modules/fast-jwt/node_modules/mnemonist/default-weak-map.js +0 -108
  4153. package/node_modules/fast-jwt/node_modules/mnemonist/fibonacci-heap.d.ts +0 -65
  4154. package/node_modules/fast-jwt/node_modules/mnemonist/fibonacci-heap.js +0 -320
  4155. package/node_modules/fast-jwt/node_modules/mnemonist/fixed-critbit-tree-map.js +0 -427
  4156. package/node_modules/fast-jwt/node_modules/mnemonist/fixed-deque.d.ts +0 -34
  4157. package/node_modules/fast-jwt/node_modules/mnemonist/fixed-deque.js +0 -351
  4158. package/node_modules/fast-jwt/node_modules/mnemonist/fixed-reverse-heap.d.ts +0 -25
  4159. package/node_modules/fast-jwt/node_modules/mnemonist/fixed-reverse-heap.js +0 -209
  4160. package/node_modules/fast-jwt/node_modules/mnemonist/fixed-stack.d.ts +0 -36
  4161. package/node_modules/fast-jwt/node_modules/mnemonist/fixed-stack.js +0 -242
  4162. package/node_modules/fast-jwt/node_modules/mnemonist/fuzzy-map.d.ts +0 -33
  4163. package/node_modules/fast-jwt/node_modules/mnemonist/fuzzy-map.js +0 -185
  4164. package/node_modules/fast-jwt/node_modules/mnemonist/fuzzy-multi-map.d.ts +0 -36
  4165. package/node_modules/fast-jwt/node_modules/mnemonist/fuzzy-multi-map.js +0 -196
  4166. package/node_modules/fast-jwt/node_modules/mnemonist/hashed-array-tree.d.ts +0 -32
  4167. package/node_modules/fast-jwt/node_modules/mnemonist/hashed-array-tree.js +0 -209
  4168. package/node_modules/fast-jwt/node_modules/mnemonist/heap.d.ts +0 -96
  4169. package/node_modules/fast-jwt/node_modules/mnemonist/heap.js +0 -576
  4170. package/node_modules/fast-jwt/node_modules/mnemonist/index.d.ts +0 -48
  4171. package/node_modules/fast-jwt/node_modules/mnemonist/index.js +0 -58
  4172. package/node_modules/fast-jwt/node_modules/mnemonist/inverted-index.d.ts +0 -33
  4173. package/node_modules/fast-jwt/node_modules/mnemonist/inverted-index.js +0 -249
  4174. package/node_modules/fast-jwt/node_modules/mnemonist/kd-tree.d.ts +0 -25
  4175. package/node_modules/fast-jwt/node_modules/mnemonist/kd-tree.js +0 -447
  4176. package/node_modules/fast-jwt/node_modules/mnemonist/linked-list.d.ts +0 -29
  4177. package/node_modules/fast-jwt/node_modules/mnemonist/linked-list.js +0 -261
  4178. package/node_modules/fast-jwt/node_modules/mnemonist/lru-cache-with-delete.d.ts +0 -13
  4179. package/node_modules/fast-jwt/node_modules/mnemonist/lru-cache-with-delete.js +0 -287
  4180. package/node_modules/fast-jwt/node_modules/mnemonist/lru-cache.d.ts +0 -43
  4181. package/node_modules/fast-jwt/node_modules/mnemonist/lru-cache.js +0 -436
  4182. package/node_modules/fast-jwt/node_modules/mnemonist/lru-map-with-delete.d.ts +0 -13
  4183. package/node_modules/fast-jwt/node_modules/mnemonist/lru-map-with-delete.js +0 -287
  4184. package/node_modules/fast-jwt/node_modules/mnemonist/lru-map.d.ts +0 -43
  4185. package/node_modules/fast-jwt/node_modules/mnemonist/lru-map.js +0 -261
  4186. package/node_modules/fast-jwt/node_modules/mnemonist/multi-array.js +0 -447
  4187. package/node_modules/fast-jwt/node_modules/mnemonist/multi-map.d.ts +0 -47
  4188. package/node_modules/fast-jwt/node_modules/mnemonist/multi-map.js +0 -408
  4189. package/node_modules/fast-jwt/node_modules/mnemonist/multi-set.d.ts +0 -37
  4190. package/node_modules/fast-jwt/node_modules/mnemonist/multi-set.js +0 -440
  4191. package/node_modules/fast-jwt/node_modules/mnemonist/package.json +0 -103
  4192. package/node_modules/fast-jwt/node_modules/mnemonist/passjoin-index.d.ts +0 -54
  4193. package/node_modules/fast-jwt/node_modules/mnemonist/passjoin-index.js +0 -518
  4194. package/node_modules/fast-jwt/node_modules/mnemonist/queue.d.ts +0 -27
  4195. package/node_modules/fast-jwt/node_modules/mnemonist/queue.js +0 -215
  4196. package/node_modules/fast-jwt/node_modules/mnemonist/semi-dynamic-trie.js +0 -251
  4197. package/node_modules/fast-jwt/node_modules/mnemonist/set.d.ts +0 -18
  4198. package/node_modules/fast-jwt/node_modules/mnemonist/set.js +0 -356
  4199. package/node_modules/fast-jwt/node_modules/mnemonist/sort/insertion.d.ts +0 -4
  4200. package/node_modules/fast-jwt/node_modules/mnemonist/sort/insertion.js +0 -50
  4201. package/node_modules/fast-jwt/node_modules/mnemonist/sort/quick.d.ts +0 -4
  4202. package/node_modules/fast-jwt/node_modules/mnemonist/sort/quick.js +0 -116
  4203. package/node_modules/fast-jwt/node_modules/mnemonist/sparse-map.d.ts +0 -26
  4204. package/node_modules/fast-jwt/node_modules/mnemonist/sparse-map.js +0 -243
  4205. package/node_modules/fast-jwt/node_modules/mnemonist/sparse-queue-set.d.ts +0 -24
  4206. package/node_modules/fast-jwt/node_modules/mnemonist/sparse-queue-set.js +0 -218
  4207. package/node_modules/fast-jwt/node_modules/mnemonist/sparse-set.d.ts +0 -23
  4208. package/node_modules/fast-jwt/node_modules/mnemonist/sparse-set.js +0 -168
  4209. package/node_modules/fast-jwt/node_modules/mnemonist/stack.d.ts +0 -27
  4210. package/node_modules/fast-jwt/node_modules/mnemonist/stack.js +0 -210
  4211. package/node_modules/fast-jwt/node_modules/mnemonist/static-disjoint-set.d.ts +0 -23
  4212. package/node_modules/fast-jwt/node_modules/mnemonist/static-disjoint-set.js +0 -195
  4213. package/node_modules/fast-jwt/node_modules/mnemonist/static-interval-tree.d.ts +0 -24
  4214. package/node_modules/fast-jwt/node_modules/mnemonist/static-interval-tree.js +0 -387
  4215. package/node_modules/fast-jwt/node_modules/mnemonist/suffix-array.d.ts +0 -37
  4216. package/node_modules/fast-jwt/node_modules/mnemonist/suffix-array.js +0 -352
  4217. package/node_modules/fast-jwt/node_modules/mnemonist/symspell.d.ts +0 -33
  4218. package/node_modules/fast-jwt/node_modules/mnemonist/symspell.js +0 -547
  4219. package/node_modules/fast-jwt/node_modules/mnemonist/trie-map.d.ts +0 -30
  4220. package/node_modules/fast-jwt/node_modules/mnemonist/trie-map.js +0 -477
  4221. package/node_modules/fast-jwt/node_modules/mnemonist/trie.d.ts +0 -26
  4222. package/node_modules/fast-jwt/node_modules/mnemonist/trie.js +0 -167
  4223. package/node_modules/fast-jwt/node_modules/mnemonist/utils/binary-search.js +0 -216
  4224. package/node_modules/fast-jwt/node_modules/mnemonist/utils/bitwise.js +0 -109
  4225. package/node_modules/fast-jwt/node_modules/mnemonist/utils/comparators.js +0 -79
  4226. package/node_modules/fast-jwt/node_modules/mnemonist/utils/hash-tables.js +0 -107
  4227. package/node_modules/fast-jwt/node_modules/mnemonist/utils/iterables.js +0 -93
  4228. package/node_modules/fast-jwt/node_modules/mnemonist/utils/merge.js +0 -563
  4229. package/node_modules/fast-jwt/node_modules/mnemonist/utils/murmurhash3.js +0 -87
  4230. package/node_modules/fast-jwt/node_modules/mnemonist/utils/typed-arrays.js +0 -187
  4231. package/node_modules/fast-jwt/node_modules/mnemonist/utils/types.d.ts +0 -18
  4232. package/node_modules/fast-jwt/node_modules/mnemonist/vector.d.ts +0 -81
  4233. package/node_modules/fast-jwt/node_modules/mnemonist/vector.js +0 -373
  4234. package/node_modules/fast-jwt/node_modules/mnemonist/vp-tree.d.ts +0 -27
  4235. package/node_modules/fast-jwt/node_modules/mnemonist/vp-tree.js +0 -367
  4236. package/node_modules/fast-jwt/node_modules/obliterator/LICENSE.txt +0 -21
  4237. package/node_modules/fast-jwt/node_modules/obliterator/README.md +0 -415
  4238. package/node_modules/fast-jwt/node_modules/obliterator/chain.d.ts +0 -5
  4239. package/node_modules/fast-jwt/node_modules/obliterator/chain.js +0 -46
  4240. package/node_modules/fast-jwt/node_modules/obliterator/combinations.d.ts +0 -4
  4241. package/node_modules/fast-jwt/node_modules/obliterator/combinations.js +0 -76
  4242. package/node_modules/fast-jwt/node_modules/obliterator/consume.d.ts +0 -1
  4243. package/node_modules/fast-jwt/node_modules/obliterator/consume.js +0 -29
  4244. package/node_modules/fast-jwt/node_modules/obliterator/every.d.ts +0 -8
  4245. package/node_modules/fast-jwt/node_modules/obliterator/every.js +0 -27
  4246. package/node_modules/fast-jwt/node_modules/obliterator/filter.d.ts +0 -8
  4247. package/node_modules/fast-jwt/node_modules/obliterator/filter.js +0 -28
  4248. package/node_modules/fast-jwt/node_modules/obliterator/find.d.ts +0 -8
  4249. package/node_modules/fast-jwt/node_modules/obliterator/find.js +0 -27
  4250. package/node_modules/fast-jwt/node_modules/obliterator/foreach-with-null-keys.d.ts +0 -29
  4251. package/node_modules/fast-jwt/node_modules/obliterator/foreach-with-null-keys.js +0 -83
  4252. package/node_modules/fast-jwt/node_modules/obliterator/foreach.d.ts +0 -24
  4253. package/node_modules/fast-jwt/node_modules/obliterator/foreach.js +0 -73
  4254. package/node_modules/fast-jwt/node_modules/obliterator/includes.d.ts +0 -6
  4255. package/node_modules/fast-jwt/node_modules/obliterator/includes.js +0 -27
  4256. package/node_modules/fast-jwt/node_modules/obliterator/index.d.ts +0 -20
  4257. package/node_modules/fast-jwt/node_modules/obliterator/index.js +0 -26
  4258. package/node_modules/fast-jwt/node_modules/obliterator/iter.d.ts +0 -1
  4259. package/node_modules/fast-jwt/node_modules/obliterator/iter.js +0 -46
  4260. package/node_modules/fast-jwt/node_modules/obliterator/iterator.d.ts +0 -18
  4261. package/node_modules/fast-jwt/node_modules/obliterator/iterator.js +0 -96
  4262. package/node_modules/fast-jwt/node_modules/obliterator/map.d.ts +0 -8
  4263. package/node_modules/fast-jwt/node_modules/obliterator/map.js +0 -29
  4264. package/node_modules/fast-jwt/node_modules/obliterator/match.d.ts +0 -4
  4265. package/node_modules/fast-jwt/node_modules/obliterator/match.js +0 -43
  4266. package/node_modules/fast-jwt/node_modules/obliterator/package.json +0 -46
  4267. package/node_modules/fast-jwt/node_modules/obliterator/permutations.d.ts +0 -4
  4268. package/node_modules/fast-jwt/node_modules/obliterator/permutations.js +0 -94
  4269. package/node_modules/fast-jwt/node_modules/obliterator/power-set.d.ts +0 -3
  4270. package/node_modules/fast-jwt/node_modules/obliterator/power-set.js +0 -27
  4271. package/node_modules/fast-jwt/node_modules/obliterator/range.d.ts +0 -10
  4272. package/node_modules/fast-jwt/node_modules/obliterator/range.js +0 -44
  4273. package/node_modules/fast-jwt/node_modules/obliterator/some.d.ts +0 -8
  4274. package/node_modules/fast-jwt/node_modules/obliterator/some.js +0 -27
  4275. package/node_modules/fast-jwt/node_modules/obliterator/split.d.ts +0 -4
  4276. package/node_modules/fast-jwt/node_modules/obliterator/split.js +0 -68
  4277. package/node_modules/fast-jwt/node_modules/obliterator/support.js +0 -2
  4278. package/node_modules/fast-jwt/node_modules/obliterator/take-into.d.ts +0 -9
  4279. package/node_modules/fast-jwt/node_modules/obliterator/take-into.js +0 -39
  4280. package/node_modules/fast-jwt/node_modules/obliterator/take.d.ts +0 -6
  4281. package/node_modules/fast-jwt/node_modules/obliterator/take.js +0 -39
  4282. package/node_modules/fast-jwt/node_modules/obliterator/types.d.ts +0 -18
  4283. package/node_modules/fast-jwt/package.json +0 -84
  4284. package/node_modules/fast-jwt/src/crypto.js +0 -362
  4285. package/node_modules/fast-jwt/src/decoder.js +0 -60
  4286. package/node_modules/fast-jwt/src/error.js +0 -45
  4287. package/node_modules/fast-jwt/src/index.d.ts +0 -122
  4288. package/node_modules/fast-jwt/src/index.js +0 -13
  4289. package/node_modules/fast-jwt/src/signer.js +0 -309
  4290. package/node_modules/fast-jwt/src/utils.js +0 -65
  4291. package/node_modules/fast-jwt/src/verifier.js +0 -470
  4292. package/node_modules/get-installed-path/CHANGELOG.md +0 -99
  4293. package/node_modules/get-installed-path/LICENSE +0 -21
  4294. package/node_modules/get-installed-path/README.md +0 -282
  4295. package/node_modules/get-installed-path/dist/index.es.js +0 -181
  4296. package/node_modules/get-installed-path/dist/index.js +0 -188
  4297. package/node_modules/get-installed-path/package.json +0 -101
  4298. package/node_modules/global-modules/LICENSE +0 -21
  4299. package/node_modules/global-modules/README.md +0 -75
  4300. package/node_modules/global-modules/index.js +0 -31
  4301. package/node_modules/global-modules/package.json +0 -72
  4302. package/node_modules/global-prefix/LICENSE +0 -21
  4303. package/node_modules/global-prefix/README.md +0 -78
  4304. package/node_modules/global-prefix/index.js +0 -96
  4305. package/node_modules/global-prefix/node_modules/which/CHANGELOG.md +0 -152
  4306. package/node_modules/global-prefix/node_modules/which/LICENSE +0 -15
  4307. package/node_modules/global-prefix/node_modules/which/README.md +0 -51
  4308. package/node_modules/global-prefix/node_modules/which/bin/which +0 -52
  4309. package/node_modules/global-prefix/node_modules/which/package.json +0 -30
  4310. package/node_modules/global-prefix/node_modules/which/which.js +0 -135
  4311. package/node_modules/global-prefix/package.json +0 -75
  4312. package/node_modules/graphql/LICENSE +0 -21
  4313. package/node_modules/graphql/NotSupportedTSVersion.d.ts +0 -1
  4314. package/node_modules/graphql/README.md +0 -158
  4315. package/node_modules/graphql/error/GraphQLError.d.ts +0 -142
  4316. package/node_modules/graphql/error/GraphQLError.js +0 -267
  4317. package/node_modules/graphql/error/GraphQLError.mjs +0 -253
  4318. package/node_modules/graphql/error/index.d.ts +0 -8
  4319. package/node_modules/graphql/error/index.js +0 -41
  4320. package/node_modules/graphql/error/index.mjs +0 -3
  4321. package/node_modules/graphql/error/locatedError.d.ts +0 -13
  4322. package/node_modules/graphql/error/locatedError.js +0 -40
  4323. package/node_modules/graphql/error/locatedError.mjs +0 -32
  4324. package/node_modules/graphql/error/syntaxError.d.ts +0 -11
  4325. package/node_modules/graphql/error/syntaxError.js +0 -19
  4326. package/node_modules/graphql/error/syntaxError.mjs +0 -12
  4327. package/node_modules/graphql/execution/collectFields.d.ts +0 -45
  4328. package/node_modules/graphql/execution/collectFields.js +0 -229
  4329. package/node_modules/graphql/execution/collectFields.mjs +0 -213
  4330. package/node_modules/graphql/execution/execute.d.ts +0 -185
  4331. package/node_modules/graphql/execution/execute.js +0 -1026
  4332. package/node_modules/graphql/execution/execute.mjs +0 -998
  4333. package/node_modules/graphql/execution/index.d.ts +0 -18
  4334. package/node_modules/graphql/execution/index.js +0 -73
  4335. package/node_modules/graphql/execution/index.mjs +0 -13
  4336. package/node_modules/graphql/execution/mapAsyncIterator.d.ts +0 -9
  4337. package/node_modules/graphql/execution/mapAsyncIterator.js +0 -68
  4338. package/node_modules/graphql/execution/mapAsyncIterator.mjs +0 -61
  4339. package/node_modules/graphql/execution/subscribe.d.ts +0 -72
  4340. package/node_modules/graphql/execution/subscribe.js +0 -244
  4341. package/node_modules/graphql/execution/subscribe.mjs +0 -222
  4342. package/node_modules/graphql/execution/values.d.ts +0 -79
  4343. package/node_modules/graphql/execution/values.js +0 -300
  4344. package/node_modules/graphql/execution/values.mjs +0 -263
  4345. package/node_modules/graphql/graphql.d.ts +0 -67
  4346. package/node_modules/graphql/graphql.js +0 -96
  4347. package/node_modules/graphql/graphql.mjs +0 -122
  4348. package/node_modules/graphql/index.d.ts +0 -413
  4349. package/node_modules/graphql/index.js +0 -1269
  4350. package/node_modules/graphql/index.mjs +0 -255
  4351. package/node_modules/graphql/jsutils/Maybe.d.ts +0 -2
  4352. package/node_modules/graphql/jsutils/Maybe.js +0 -5
  4353. package/node_modules/graphql/jsutils/Maybe.mjs +0 -1
  4354. package/node_modules/graphql/jsutils/ObjMap.d.ts +0 -16
  4355. package/node_modules/graphql/jsutils/ObjMap.js +0 -5
  4356. package/node_modules/graphql/jsutils/ObjMap.mjs +0 -1
  4357. package/node_modules/graphql/jsutils/Path.d.ts +0 -20
  4358. package/node_modules/graphql/jsutils/Path.js +0 -33
  4359. package/node_modules/graphql/jsutils/Path.mjs +0 -25
  4360. package/node_modules/graphql/jsutils/PromiseOrValue.d.ts +0 -1
  4361. package/node_modules/graphql/jsutils/PromiseOrValue.js +0 -5
  4362. package/node_modules/graphql/jsutils/PromiseOrValue.mjs +0 -1
  4363. package/node_modules/graphql/jsutils/devAssert.d.ts +0 -1
  4364. package/node_modules/graphql/jsutils/devAssert.js +0 -14
  4365. package/node_modules/graphql/jsutils/devAssert.mjs +0 -7
  4366. package/node_modules/graphql/jsutils/didYouMean.d.ts +0 -8
  4367. package/node_modules/graphql/jsutils/didYouMean.js +0 -38
  4368. package/node_modules/graphql/jsutils/didYouMean.mjs +0 -32
  4369. package/node_modules/graphql/jsutils/groupBy.d.ts +0 -7
  4370. package/node_modules/graphql/jsutils/groupBy.js +0 -26
  4371. package/node_modules/graphql/jsutils/groupBy.mjs +0 -19
  4372. package/node_modules/graphql/jsutils/identityFunc.d.ts +0 -4
  4373. package/node_modules/graphql/jsutils/identityFunc.js +0 -13
  4374. package/node_modules/graphql/jsutils/identityFunc.mjs +0 -6
  4375. package/node_modules/graphql/jsutils/inspect.d.ts +0 -4
  4376. package/node_modules/graphql/jsutils/inspect.js +0 -121
  4377. package/node_modules/graphql/jsutils/inspect.mjs +0 -115
  4378. package/node_modules/graphql/jsutils/instanceOf.d.ts +0 -16
  4379. package/node_modules/graphql/jsutils/instanceOf.js +0 -61
  4380. package/node_modules/graphql/jsutils/instanceOf.mjs +0 -53
  4381. package/node_modules/graphql/jsutils/invariant.d.ts +0 -4
  4382. package/node_modules/graphql/jsutils/invariant.js +0 -16
  4383. package/node_modules/graphql/jsutils/invariant.mjs +0 -9
  4384. package/node_modules/graphql/jsutils/isAsyncIterable.d.ts +0 -7
  4385. package/node_modules/graphql/jsutils/isAsyncIterable.js +0 -18
  4386. package/node_modules/graphql/jsutils/isAsyncIterable.mjs +0 -11
  4387. package/node_modules/graphql/jsutils/isIterableObject.d.ts +0 -20
  4388. package/node_modules/graphql/jsutils/isIterableObject.js +0 -32
  4389. package/node_modules/graphql/jsutils/isIterableObject.mjs +0 -25
  4390. package/node_modules/graphql/jsutils/isObjectLike.d.ts +0 -7
  4391. package/node_modules/graphql/jsutils/isObjectLike.js +0 -14
  4392. package/node_modules/graphql/jsutils/isObjectLike.mjs +0 -7
  4393. package/node_modules/graphql/jsutils/isPromise.d.ts +0 -5
  4394. package/node_modules/graphql/jsutils/isPromise.js +0 -17
  4395. package/node_modules/graphql/jsutils/isPromise.mjs +0 -10
  4396. package/node_modules/graphql/jsutils/keyMap.d.ts +0 -32
  4397. package/node_modules/graphql/jsutils/keyMap.js +0 -43
  4398. package/node_modules/graphql/jsutils/keyMap.mjs +0 -36
  4399. package/node_modules/graphql/jsutils/keyValMap.d.ts +0 -23
  4400. package/node_modules/graphql/jsutils/keyValMap.js +0 -33
  4401. package/node_modules/graphql/jsutils/keyValMap.mjs +0 -26
  4402. package/node_modules/graphql/jsutils/mapValue.d.ts +0 -9
  4403. package/node_modules/graphql/jsutils/mapValue.js +0 -20
  4404. package/node_modules/graphql/jsutils/mapValue.mjs +0 -13
  4405. package/node_modules/graphql/jsutils/memoize3.d.ts +0 -9
  4406. package/node_modules/graphql/jsutils/memoize3.js +0 -41
  4407. package/node_modules/graphql/jsutils/memoize3.mjs +0 -34
  4408. package/node_modules/graphql/jsutils/naturalCompare.d.ts +0 -8
  4409. package/node_modules/graphql/jsutils/naturalCompare.js +0 -69
  4410. package/node_modules/graphql/jsutils/naturalCompare.mjs +0 -61
  4411. package/node_modules/graphql/jsutils/printPathArray.d.ts +0 -6
  4412. package/node_modules/graphql/jsutils/printPathArray.js +0 -17
  4413. package/node_modules/graphql/jsutils/printPathArray.mjs +0 -10
  4414. package/node_modules/graphql/jsutils/promiseForObject.d.ts +0 -11
  4415. package/node_modules/graphql/jsutils/promiseForObject.js +0 -25
  4416. package/node_modules/graphql/jsutils/promiseForObject.mjs +0 -18
  4417. package/node_modules/graphql/jsutils/promiseReduce.d.ts +0 -13
  4418. package/node_modules/graphql/jsutils/promiseReduce.js +0 -27
  4419. package/node_modules/graphql/jsutils/promiseReduce.mjs +0 -20
  4420. package/node_modules/graphql/jsutils/suggestionList.d.ts +0 -8
  4421. package/node_modules/graphql/jsutils/suggestionList.js +0 -139
  4422. package/node_modules/graphql/jsutils/suggestionList.mjs +0 -130
  4423. package/node_modules/graphql/jsutils/toError.d.ts +0 -4
  4424. package/node_modules/graphql/jsutils/toError.js +0 -25
  4425. package/node_modules/graphql/jsutils/toError.mjs +0 -18
  4426. package/node_modules/graphql/jsutils/toObjMap.d.ts +0 -5
  4427. package/node_modules/graphql/jsutils/toObjMap.js +0 -24
  4428. package/node_modules/graphql/jsutils/toObjMap.mjs +0 -17
  4429. package/node_modules/graphql/language/ast.d.ts +0 -537
  4430. package/node_modules/graphql/language/ast.js +0 -224
  4431. package/node_modules/graphql/language/ast.mjs +0 -208
  4432. package/node_modules/graphql/language/blockString.d.ts +0 -28
  4433. package/node_modules/graphql/language/blockString.js +0 -195
  4434. package/node_modules/graphql/language/blockString.mjs +0 -178
  4435. package/node_modules/graphql/language/characterClasses.d.ts +0 -47
  4436. package/node_modules/graphql/language/characterClasses.js +0 -75
  4437. package/node_modules/graphql/language/characterClasses.mjs +0 -64
  4438. package/node_modules/graphql/language/directiveLocation.d.ts +0 -33
  4439. package/node_modules/graphql/language/directiveLocation.js +0 -39
  4440. package/node_modules/graphql/language/directiveLocation.mjs +0 -33
  4441. package/node_modules/graphql/language/index.d.ts +0 -97
  4442. package/node_modules/graphql/language/index.js +0 -215
  4443. package/node_modules/graphql/language/index.mjs +0 -29
  4444. package/node_modules/graphql/language/kinds.d.ts +0 -66
  4445. package/node_modules/graphql/language/kinds.js +0 -63
  4446. package/node_modules/graphql/language/kinds.mjs +0 -57
  4447. package/node_modules/graphql/language/lexer.d.ts +0 -45
  4448. package/node_modules/graphql/language/lexer.js +0 -1006
  4449. package/node_modules/graphql/language/lexer.mjs +0 -902
  4450. package/node_modules/graphql/language/location.d.ts +0 -16
  4451. package/node_modules/graphql/language/location.js +0 -38
  4452. package/node_modules/graphql/language/location.mjs +0 -30
  4453. package/node_modules/graphql/language/parser.d.ts +0 -564
  4454. package/node_modules/graphql/language/parser.js +0 -1567
  4455. package/node_modules/graphql/language/parser.mjs +0 -1524
  4456. package/node_modules/graphql/language/predicates.d.ts +0 -33
  4457. package/node_modules/graphql/language/predicates.js +0 -109
  4458. package/node_modules/graphql/language/predicates.mjs +0 -81
  4459. package/node_modules/graphql/language/printLocation.d.ts +0 -14
  4460. package/node_modules/graphql/language/printLocation.js +0 -74
  4461. package/node_modules/graphql/language/printLocation.mjs +0 -66
  4462. package/node_modules/graphql/language/printString.d.ts +0 -5
  4463. package/node_modules/graphql/language/printString.js +0 -183
  4464. package/node_modules/graphql/language/printString.mjs +0 -176
  4465. package/node_modules/graphql/language/printer.d.ts +0 -6
  4466. package/node_modules/graphql/language/printer.js +0 -351
  4467. package/node_modules/graphql/language/printer.mjs +0 -339
  4468. package/node_modules/graphql/language/source.d.ts +0 -25
  4469. package/node_modules/graphql/language/source.js +0 -65
  4470. package/node_modules/graphql/language/source.mjs +0 -50
  4471. package/node_modules/graphql/language/tokenKind.d.ts +0 -35
  4472. package/node_modules/graphql/language/tokenKind.js +0 -43
  4473. package/node_modules/graphql/language/tokenKind.mjs +0 -37
  4474. package/node_modules/graphql/language/visitor.d.ts +0 -194
  4475. package/node_modules/graphql/language/visitor.js +0 -377
  4476. package/node_modules/graphql/language/visitor.mjs +0 -361
  4477. package/node_modules/graphql/package.json +0 -39
  4478. package/node_modules/graphql/subscription/index.d.ts +0 -19
  4479. package/node_modules/graphql/subscription/index.js +0 -19
  4480. package/node_modules/graphql/subscription/index.mjs +0 -19
  4481. package/node_modules/graphql/type/assertName.d.ts +0 -10
  4482. package/node_modules/graphql/type/assertName.js +0 -59
  4483. package/node_modules/graphql/type/assertName.mjs +0 -44
  4484. package/node_modules/graphql/type/definition.d.ts +0 -923
  4485. package/node_modules/graphql/type/definition.js +0 -1339
  4486. package/node_modules/graphql/type/definition.mjs +0 -1177
  4487. package/node_modules/graphql/type/directives.d.ts +0 -86
  4488. package/node_modules/graphql/type/directives.js +0 -224
  4489. package/node_modules/graphql/type/directives.mjs +0 -190
  4490. package/node_modules/graphql/type/index.d.ts +0 -150
  4491. package/node_modules/graphql/type/index.js +0 -547
  4492. package/node_modules/graphql/type/index.mjs +0 -103
  4493. package/node_modules/graphql/type/introspection.d.ts +0 -30
  4494. package/node_modules/graphql/type/introspection.js +0 -617
  4495. package/node_modules/graphql/type/introspection.mjs +0 -551
  4496. package/node_modules/graphql/type/scalars.d.ts +0 -19
  4497. package/node_modules/graphql/type/scalars.js +0 -369
  4498. package/node_modules/graphql/type/scalars.mjs +0 -309
  4499. package/node_modules/graphql/type/schema.d.ts +0 -170
  4500. package/node_modules/graphql/type/schema.js +0 -402
  4501. package/node_modules/graphql/type/schema.mjs +0 -381
  4502. package/node_modules/graphql/type/validate.d.ts +0 -17
  4503. package/node_modules/graphql/type/validate.js +0 -676
  4504. package/node_modules/graphql/type/validate.mjs +0 -651
  4505. package/node_modules/graphql/utilities/TypeInfo.d.ts +0 -67
  4506. package/node_modules/graphql/utilities/TypeInfo.js +0 -418
  4507. package/node_modules/graphql/utilities/TypeInfo.mjs +0 -395
  4508. package/node_modules/graphql/utilities/assertValidName.d.ts +0 -13
  4509. package/node_modules/graphql/utilities/assertValidName.js +0 -51
  4510. package/node_modules/graphql/utilities/assertValidName.mjs +0 -40
  4511. package/node_modules/graphql/utilities/astFromValue.d.ts +0 -28
  4512. package/node_modules/graphql/utilities/astFromValue.js +0 -190
  4513. package/node_modules/graphql/utilities/astFromValue.mjs +0 -177
  4514. package/node_modules/graphql/utilities/buildASTSchema.d.ts +0 -35
  4515. package/node_modules/graphql/utilities/buildASTSchema.js +0 -115
  4516. package/node_modules/graphql/utilities/buildASTSchema.mjs +0 -97
  4517. package/node_modules/graphql/utilities/buildClientSchema.d.ts +0 -19
  4518. package/node_modules/graphql/utilities/buildClientSchema.js +0 -386
  4519. package/node_modules/graphql/utilities/buildClientSchema.mjs +0 -363
  4520. package/node_modules/graphql/utilities/coerceInputValue.d.ts +0 -16
  4521. package/node_modules/graphql/utilities/coerceInputValue.js +0 -189
  4522. package/node_modules/graphql/utilities/coerceInputValue.mjs +0 -167
  4523. package/node_modules/graphql/utilities/concatAST.d.ts +0 -9
  4524. package/node_modules/graphql/utilities/concatAST.js +0 -26
  4525. package/node_modules/graphql/utilities/concatAST.mjs +0 -19
  4526. package/node_modules/graphql/utilities/extendSchema.d.ts +0 -40
  4527. package/node_modules/graphql/utilities/extendSchema.js +0 -798
  4528. package/node_modules/graphql/utilities/extendSchema.mjs +0 -789
  4529. package/node_modules/graphql/utilities/findBreakingChanges.d.ts +0 -53
  4530. package/node_modules/graphql/utilities/findBreakingChanges.js +0 -547
  4531. package/node_modules/graphql/utilities/findBreakingChanges.mjs +0 -519
  4532. package/node_modules/graphql/utilities/getIntrospectionQuery.d.ts +0 -182
  4533. package/node_modules/graphql/utilities/getIntrospectionQuery.js +0 -134
  4534. package/node_modules/graphql/utilities/getIntrospectionQuery.mjs +0 -127
  4535. package/node_modules/graphql/utilities/getOperationAST.d.ts +0 -11
  4536. package/node_modules/graphql/utilities/getOperationAST.js +0 -43
  4537. package/node_modules/graphql/utilities/getOperationAST.mjs +0 -36
  4538. package/node_modules/graphql/utilities/getOperationRootType.d.ts +0 -15
  4539. package/node_modules/graphql/utilities/getOperationRootType.js +0 -67
  4540. package/node_modules/graphql/utilities/getOperationRootType.mjs +0 -54
  4541. package/node_modules/graphql/utilities/index.d.ts +0 -61
  4542. package/node_modules/graphql/utilities/index.js +0 -233
  4543. package/node_modules/graphql/utilities/index.mjs +0 -55
  4544. package/node_modules/graphql/utilities/introspectionFromSchema.d.ts +0 -18
  4545. package/node_modules/graphql/utilities/introspectionFromSchema.js +0 -42
  4546. package/node_modules/graphql/utilities/introspectionFromSchema.mjs +0 -30
  4547. package/node_modules/graphql/utilities/lexicographicSortSchema.d.ts +0 -9
  4548. package/node_modules/graphql/utilities/lexicographicSortSchema.js +0 -177
  4549. package/node_modules/graphql/utilities/lexicographicSortSchema.mjs +0 -172
  4550. package/node_modules/graphql/utilities/printSchema.d.ts +0 -5
  4551. package/node_modules/graphql/utilities/printSchema.js +0 -333
  4552. package/node_modules/graphql/utilities/printSchema.mjs +0 -309
  4553. package/node_modules/graphql/utilities/separateOperations.d.ts +0 -11
  4554. package/node_modules/graphql/utilities/separateOperations.js +0 -88
  4555. package/node_modules/graphql/utilities/separateOperations.mjs +0 -80
  4556. package/node_modules/graphql/utilities/sortValueNode.d.ts +0 -9
  4557. package/node_modules/graphql/utilities/sortValueNode.js +0 -47
  4558. package/node_modules/graphql/utilities/sortValueNode.mjs +0 -39
  4559. package/node_modules/graphql/utilities/stripIgnoredCharacters.d.ts +0 -62
  4560. package/node_modules/graphql/utilities/stripIgnoredCharacters.js +0 -121
  4561. package/node_modules/graphql/utilities/stripIgnoredCharacters.mjs +0 -104
  4562. package/node_modules/graphql/utilities/typeComparators.d.ts +0 -32
  4563. package/node_modules/graphql/utilities/typeComparators.js +0 -116
  4564. package/node_modules/graphql/utilities/typeComparators.mjs +0 -106
  4565. package/node_modules/graphql/utilities/typeFromAST.d.ts +0 -32
  4566. package/node_modules/graphql/utilities/typeFromAST.js +0 -27
  4567. package/node_modules/graphql/utilities/typeFromAST.mjs +0 -18
  4568. package/node_modules/graphql/utilities/typedQueryDocumentNode.d.ts +0 -22
  4569. package/node_modules/graphql/utilities/typedQueryDocumentNode.js +0 -5
  4570. package/node_modules/graphql/utilities/typedQueryDocumentNode.mjs +0 -1
  4571. package/node_modules/graphql/utilities/valueFromAST.d.ts +0 -29
  4572. package/node_modules/graphql/utilities/valueFromAST.js +0 -185
  4573. package/node_modules/graphql/utilities/valueFromAST.mjs +0 -172
  4574. package/node_modules/graphql/utilities/valueFromASTUntyped.d.ts +0 -23
  4575. package/node_modules/graphql/utilities/valueFromASTUntyped.js +0 -61
  4576. package/node_modules/graphql/utilities/valueFromASTUntyped.mjs +0 -53
  4577. package/node_modules/graphql/validation/ValidationContext.d.ts +0 -95
  4578. package/node_modules/graphql/validation/ValidationContext.js +0 -232
  4579. package/node_modules/graphql/validation/ValidationContext.mjs +0 -212
  4580. package/node_modules/graphql/validation/index.d.ts +0 -40
  4581. package/node_modules/graphql/validation/index.js +0 -317
  4582. package/node_modules/graphql/validation/index.mjs +0 -68
  4583. package/node_modules/graphql/validation/rules/ExecutableDefinitionsRule.d.ts +0 -13
  4584. package/node_modules/graphql/validation/rules/ExecutableDefinitionsRule.js +0 -46
  4585. package/node_modules/graphql/validation/rules/ExecutableDefinitionsRule.mjs +0 -34
  4586. package/node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.d.ts +0 -13
  4587. package/node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.js +0 -145
  4588. package/node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.mjs +0 -127
  4589. package/node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.d.ts +0 -14
  4590. package/node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.js +0 -69
  4591. package/node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.mjs +0 -53
  4592. package/node_modules/graphql/validation/rules/KnownArgumentNamesRule.d.ts +0 -23
  4593. package/node_modules/graphql/validation/rules/KnownArgumentNamesRule.js +0 -120
  4594. package/node_modules/graphql/validation/rules/KnownArgumentNamesRule.mjs +0 -102
  4595. package/node_modules/graphql/validation/rules/KnownDirectivesRule.d.ts +0 -16
  4596. package/node_modules/graphql/validation/rules/KnownDirectivesRule.js +0 -167
  4597. package/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs +0 -150
  4598. package/node_modules/graphql/validation/rules/KnownFragmentNamesRule.d.ts +0 -13
  4599. package/node_modules/graphql/validation/rules/KnownFragmentNamesRule.js +0 -36
  4600. package/node_modules/graphql/validation/rules/KnownFragmentNamesRule.mjs +0 -26
  4601. package/node_modules/graphql/validation/rules/KnownTypeNamesRule.d.ts +0 -16
  4602. package/node_modules/graphql/validation/rules/KnownTypeNamesRule.js +0 -89
  4603. package/node_modules/graphql/validation/rules/KnownTypeNamesRule.mjs +0 -77
  4604. package/node_modules/graphql/validation/rules/LoneAnonymousOperationRule.d.ts +0 -13
  4605. package/node_modules/graphql/validation/rules/LoneAnonymousOperationRule.js +0 -42
  4606. package/node_modules/graphql/validation/rules/LoneAnonymousOperationRule.mjs +0 -34
  4607. package/node_modules/graphql/validation/rules/LoneSchemaDefinitionRule.d.ts +0 -10
  4608. package/node_modules/graphql/validation/rules/LoneSchemaDefinitionRule.js +0 -67
  4609. package/node_modules/graphql/validation/rules/LoneSchemaDefinitionRule.mjs +0 -57
  4610. package/node_modules/graphql/validation/rules/NoFragmentCyclesRule.d.ts +0 -13
  4611. package/node_modules/graphql/validation/rules/NoFragmentCyclesRule.js +0 -85
  4612. package/node_modules/graphql/validation/rules/NoFragmentCyclesRule.mjs +0 -78
  4613. package/node_modules/graphql/validation/rules/NoUndefinedVariablesRule.d.ts +0 -13
  4614. package/node_modules/graphql/validation/rules/NoUndefinedVariablesRule.js +0 -52
  4615. package/node_modules/graphql/validation/rules/NoUndefinedVariablesRule.mjs +0 -45
  4616. package/node_modules/graphql/validation/rules/NoUnusedFragmentsRule.d.ts +0 -13
  4617. package/node_modules/graphql/validation/rules/NoUnusedFragmentsRule.js +0 -61
  4618. package/node_modules/graphql/validation/rules/NoUnusedFragmentsRule.mjs +0 -51
  4619. package/node_modules/graphql/validation/rules/NoUnusedVariablesRule.d.ts +0 -13
  4620. package/node_modules/graphql/validation/rules/NoUnusedVariablesRule.js +0 -57
  4621. package/node_modules/graphql/validation/rules/NoUnusedVariablesRule.mjs +0 -50
  4622. package/node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.d.ts +0 -14
  4623. package/node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.js +0 -807
  4624. package/node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs +0 -790
  4625. package/node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.d.ts +0 -12
  4626. package/node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.js +0 -95
  4627. package/node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.mjs +0 -73
  4628. package/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.d.ts +0 -10
  4629. package/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.js +0 -171
  4630. package/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs +0 -148
  4631. package/node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.d.ts +0 -20
  4632. package/node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.js +0 -162
  4633. package/node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs +0 -142
  4634. package/node_modules/graphql/validation/rules/ScalarLeafsRule.d.ts +0 -9
  4635. package/node_modules/graphql/validation/rules/ScalarLeafsRule.js +0 -55
  4636. package/node_modules/graphql/validation/rules/ScalarLeafsRule.mjs +0 -46
  4637. package/node_modules/graphql/validation/rules/SingleFieldSubscriptionsRule.d.ts +0 -13
  4638. package/node_modules/graphql/validation/rules/SingleFieldSubscriptionsRule.js +0 -86
  4639. package/node_modules/graphql/validation/rules/SingleFieldSubscriptionsRule.mjs +0 -77
  4640. package/node_modules/graphql/validation/rules/UniqueArgumentDefinitionNamesRule.d.ts +0 -11
  4641. package/node_modules/graphql/validation/rules/UniqueArgumentDefinitionNamesRule.js +0 -92
  4642. package/node_modules/graphql/validation/rules/UniqueArgumentDefinitionNamesRule.mjs +0 -81
  4643. package/node_modules/graphql/validation/rules/UniqueArgumentNamesRule.d.ts +0 -13
  4644. package/node_modules/graphql/validation/rules/UniqueArgumentNamesRule.js +0 -55
  4645. package/node_modules/graphql/validation/rules/UniqueArgumentNamesRule.mjs +0 -44
  4646. package/node_modules/graphql/validation/rules/UniqueDirectiveNamesRule.d.ts +0 -10
  4647. package/node_modules/graphql/validation/rules/UniqueDirectiveNamesRule.js +0 -54
  4648. package/node_modules/graphql/validation/rules/UniqueDirectiveNamesRule.mjs +0 -47
  4649. package/node_modules/graphql/validation/rules/UniqueDirectivesPerLocationRule.d.ts +0 -16
  4650. package/node_modules/graphql/validation/rules/UniqueDirectivesPerLocationRule.js +0 -95
  4651. package/node_modules/graphql/validation/rules/UniqueDirectivesPerLocationRule.mjs +0 -85
  4652. package/node_modules/graphql/validation/rules/UniqueEnumValueNamesRule.d.ts +0 -10
  4653. package/node_modules/graphql/validation/rules/UniqueEnumValueNamesRule.js +0 -75
  4654. package/node_modules/graphql/validation/rules/UniqueEnumValueNamesRule.mjs +0 -64
  4655. package/node_modules/graphql/validation/rules/UniqueFieldDefinitionNamesRule.d.ts +0 -10
  4656. package/node_modules/graphql/validation/rules/UniqueFieldDefinitionNamesRule.js +0 -87
  4657. package/node_modules/graphql/validation/rules/UniqueFieldDefinitionNamesRule.mjs +0 -79
  4658. package/node_modules/graphql/validation/rules/UniqueFragmentNamesRule.d.ts +0 -12
  4659. package/node_modules/graphql/validation/rules/UniqueFragmentNamesRule.js +0 -41
  4660. package/node_modules/graphql/validation/rules/UniqueFragmentNamesRule.mjs +0 -34
  4661. package/node_modules/graphql/validation/rules/UniqueInputFieldNamesRule.d.ts +0 -13
  4662. package/node_modules/graphql/validation/rules/UniqueInputFieldNamesRule.js +0 -54
  4663. package/node_modules/graphql/validation/rules/UniqueInputFieldNamesRule.mjs +0 -46
  4664. package/node_modules/graphql/validation/rules/UniqueOperationNamesRule.d.ts +0 -12
  4665. package/node_modules/graphql/validation/rules/UniqueOperationNamesRule.js +0 -46
  4666. package/node_modules/graphql/validation/rules/UniqueOperationNamesRule.mjs +0 -39
  4667. package/node_modules/graphql/validation/rules/UniqueOperationTypesRule.d.ts +0 -10
  4668. package/node_modules/graphql/validation/rules/UniqueOperationTypesRule.js +0 -71
  4669. package/node_modules/graphql/validation/rules/UniqueOperationTypesRule.mjs +0 -64
  4670. package/node_modules/graphql/validation/rules/UniqueTypeNamesRule.d.ts +0 -10
  4671. package/node_modules/graphql/validation/rules/UniqueTypeNamesRule.js +0 -57
  4672. package/node_modules/graphql/validation/rules/UniqueTypeNamesRule.mjs +0 -47
  4673. package/node_modules/graphql/validation/rules/UniqueVariableNamesRule.d.ts +0 -10
  4674. package/node_modules/graphql/validation/rules/UniqueVariableNamesRule.js +0 -49
  4675. package/node_modules/graphql/validation/rules/UniqueVariableNamesRule.mjs +0 -41
  4676. package/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.d.ts +0 -13
  4677. package/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.js +0 -192
  4678. package/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs +0 -173
  4679. package/node_modules/graphql/validation/rules/VariablesAreInputTypesRule.d.ts +0 -13
  4680. package/node_modules/graphql/validation/rules/VariablesAreInputTypesRule.js +0 -46
  4681. package/node_modules/graphql/validation/rules/VariablesAreInputTypesRule.mjs +0 -33
  4682. package/node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.d.ts +0 -12
  4683. package/node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.js +0 -116
  4684. package/node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.mjs +0 -97
  4685. package/node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.d.ts +0 -15
  4686. package/node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.js +0 -131
  4687. package/node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.mjs +0 -117
  4688. package/node_modules/graphql/validation/rules/custom/NoSchemaIntrospectionCustomRule.d.ts +0 -15
  4689. package/node_modules/graphql/validation/rules/custom/NoSchemaIntrospectionCustomRule.js +0 -41
  4690. package/node_modules/graphql/validation/rules/custom/NoSchemaIntrospectionCustomRule.mjs +0 -32
  4691. package/node_modules/graphql/validation/specifiedRules.d.ts +0 -12
  4692. package/node_modules/graphql/validation/specifiedRules.js +0 -160
  4693. package/node_modules/graphql/validation/specifiedRules.mjs +0 -123
  4694. package/node_modules/graphql/validation/validate.d.ts +0 -61
  4695. package/node_modules/graphql/validation/validate.js +0 -151
  4696. package/node_modules/graphql/validation/validate.mjs +0 -133
  4697. package/node_modules/graphql/version.d.ts +0 -13
  4698. package/node_modules/graphql/version.js +0 -25
  4699. package/node_modules/graphql/version.mjs +0 -17
  4700. package/node_modules/graphql-helix/README.md +0 -672
  4701. package/node_modules/graphql-helix/dist/errors.d.ts +0 -15
  4702. package/node_modules/graphql-helix/dist/errors.js +0 -12
  4703. package/node_modules/graphql-helix/dist/get-graphql-parameters.d.ts +0 -2
  4704. package/node_modules/graphql-helix/dist/get-graphql-parameters.js +0 -30
  4705. package/node_modules/graphql-helix/dist/index.d.ts +0 -8
  4706. package/node_modules/graphql-helix/dist/index.js +0 -20
  4707. package/node_modules/graphql-helix/dist/process-request.d.ts +0 -4
  4708. package/node_modules/graphql-helix/dist/process-request.js +0 -288
  4709. package/node_modules/graphql-helix/dist/render-graphiql.d.ts +0 -2
  4710. package/node_modules/graphql-helix/dist/render-graphiql.js +0 -58
  4711. package/node_modules/graphql-helix/dist/render-graphiql.template.d.ts +0 -2
  4712. package/node_modules/graphql-helix/dist/render-graphiql.template.js +0 -58
  4713. package/node_modules/graphql-helix/dist/send-result/node-http.d.ts +0 -10
  4714. package/node_modules/graphql-helix/dist/send-result/node-http.js +0 -86
  4715. package/node_modules/graphql-helix/dist/send-result/utils.d.ts +0 -3
  4716. package/node_modules/graphql-helix/dist/send-result/utils.js +0 -5
  4717. package/node_modules/graphql-helix/dist/send-result/w3c.d.ts +0 -19
  4718. package/node_modules/graphql-helix/dist/send-result/w3c.js +0 -88
  4719. package/node_modules/graphql-helix/dist/should-render-graphiql.d.ts +0 -2
  4720. package/node_modules/graphql-helix/dist/should-render-graphiql.js +0 -11
  4721. package/node_modules/graphql-helix/dist/types.d.ts +0 -185
  4722. package/node_modules/graphql-helix/dist/types.js +0 -2
  4723. package/node_modules/graphql-helix/dist/util/calculate-byte-length.d.ts +0 -1
  4724. package/node_modules/graphql-helix/dist/util/calculate-byte-length.js +0 -23
  4725. package/node_modules/graphql-helix/dist/util/get-ranked-response-protocols.d.ts +0 -13
  4726. package/node_modules/graphql-helix/dist/util/get-ranked-response-protocols.js +0 -55
  4727. package/node_modules/graphql-helix/dist/util/index.d.ts +0 -3
  4728. package/node_modules/graphql-helix/dist/util/index.js +0 -15
  4729. package/node_modules/graphql-helix/dist/util/is-async-iterable.d.ts +0 -1
  4730. package/node_modules/graphql-helix/dist/util/is-async-iterable.js +0 -10
  4731. package/node_modules/graphql-helix/dist/util/is-http-method.d.ts +0 -1
  4732. package/node_modules/graphql-helix/dist/util/is-http-method.js +0 -7
  4733. package/node_modules/graphql-helix/dist/util/stop-async-iteration.d.ts +0 -1
  4734. package/node_modules/graphql-helix/dist/util/stop-async-iteration.js +0 -11
  4735. package/node_modules/graphql-helix/dist-esm/errors.d.ts +0 -15
  4736. package/node_modules/graphql-helix/dist-esm/errors.mjs +0 -8
  4737. package/node_modules/graphql-helix/dist-esm/get-graphql-parameters.d.ts +0 -2
  4738. package/node_modules/graphql-helix/dist-esm/get-graphql-parameters.mjs +0 -26
  4739. package/node_modules/graphql-helix/dist-esm/index.d.ts +0 -8
  4740. package/node_modules/graphql-helix/dist-esm/index.mjs +0 -8
  4741. package/node_modules/graphql-helix/dist-esm/process-request.d.ts +0 -4
  4742. package/node_modules/graphql-helix/dist-esm/process-request.mjs +0 -283
  4743. package/node_modules/graphql-helix/dist-esm/render-graphiql.d.ts +0 -2
  4744. package/node_modules/graphql-helix/dist-esm/render-graphiql.mjs +0 -54
  4745. package/node_modules/graphql-helix/dist-esm/render-graphiql.template.d.ts +0 -2
  4746. package/node_modules/graphql-helix/dist-esm/render-graphiql.template.mjs +0 -54
  4747. package/node_modules/graphql-helix/dist-esm/send-result/node-http.d.ts +0 -10
  4748. package/node_modules/graphql-helix/dist-esm/send-result/node-http.mjs +0 -79
  4749. package/node_modules/graphql-helix/dist-esm/send-result/utils.d.ts +0 -3
  4750. package/node_modules/graphql-helix/dist-esm/send-result/utils.mjs +0 -1
  4751. package/node_modules/graphql-helix/dist-esm/send-result/w3c.d.ts +0 -19
  4752. package/node_modules/graphql-helix/dist-esm/send-result/w3c.mjs +0 -81
  4753. package/node_modules/graphql-helix/dist-esm/should-render-graphiql.d.ts +0 -2
  4754. package/node_modules/graphql-helix/dist-esm/should-render-graphiql.mjs +0 -7
  4755. package/node_modules/graphql-helix/dist-esm/types.d.ts +0 -185
  4756. package/node_modules/graphql-helix/dist-esm/types.mjs +0 -1
  4757. package/node_modules/graphql-helix/dist-esm/util/calculate-byte-length.d.ts +0 -1
  4758. package/node_modules/graphql-helix/dist-esm/util/calculate-byte-length.mjs +0 -19
  4759. package/node_modules/graphql-helix/dist-esm/util/get-ranked-response-protocols.d.ts +0 -13
  4760. package/node_modules/graphql-helix/dist-esm/util/get-ranked-response-protocols.mjs +0 -51
  4761. package/node_modules/graphql-helix/dist-esm/util/index.d.ts +0 -3
  4762. package/node_modules/graphql-helix/dist-esm/util/index.mjs +0 -3
  4763. package/node_modules/graphql-helix/dist-esm/util/is-async-iterable.d.ts +0 -1
  4764. package/node_modules/graphql-helix/dist-esm/util/is-async-iterable.mjs +0 -6
  4765. package/node_modules/graphql-helix/dist-esm/util/is-http-method.d.ts +0 -1
  4766. package/node_modules/graphql-helix/dist-esm/util/is-http-method.mjs +0 -3
  4767. package/node_modules/graphql-helix/dist-esm/util/stop-async-iteration.d.ts +0 -1
  4768. package/node_modules/graphql-helix/dist-esm/util/stop-async-iteration.mjs +0 -7
  4769. package/node_modules/graphql-helix/package.json +0 -86
  4770. package/node_modules/homedir-polyfill/LICENSE +0 -21
  4771. package/node_modules/homedir-polyfill/README.md +0 -96
  4772. package/node_modules/homedir-polyfill/index.js +0 -9
  4773. package/node_modules/homedir-polyfill/package.json +0 -62
  4774. package/node_modules/homedir-polyfill/polyfill.js +0 -81
  4775. package/node_modules/ini/LICENSE +0 -15
  4776. package/node_modules/ini/README.md +0 -102
  4777. package/node_modules/ini/ini.js +0 -206
  4778. package/node_modules/ini/package.json +0 -33
  4779. package/node_modules/is-windows/README.md +0 -95
  4780. package/node_modules/is-windows/index.js +0 -27
  4781. package/node_modules/is-windows/package.json +0 -71
  4782. package/node_modules/isexe/.npmignore +0 -2
  4783. package/node_modules/isexe/LICENSE +0 -15
  4784. package/node_modules/isexe/README.md +0 -51
  4785. package/node_modules/isexe/index.js +0 -57
  4786. package/node_modules/isexe/mode.js +0 -41
  4787. package/node_modules/isexe/package.json +0 -31
  4788. package/node_modules/isexe/test/basic.js +0 -221
  4789. package/node_modules/isexe/windows.js +0 -42
  4790. package/node_modules/jose/LICENSE.md +0 -21
  4791. package/node_modules/jose/README.md +0 -159
  4792. package/node_modules/jose/dist/browser/index.js +0 -31
  4793. package/node_modules/jose/dist/browser/jwe/compact/decrypt.js +0 -27
  4794. package/node_modules/jose/dist/browser/jwe/compact/encrypt.js +0 -26
  4795. package/node_modules/jose/dist/browser/jwe/flattened/decrypt.js +0 -137
  4796. package/node_modules/jose/dist/browser/jwe/flattened/encrypt.js +0 -175
  4797. package/node_modules/jose/dist/browser/jwe/general/decrypt.js +0 -31
  4798. package/node_modules/jose/dist/browser/jwe/general/encrypt.js +0 -178
  4799. package/node_modules/jose/dist/browser/jwk/embedded.js +0 -17
  4800. package/node_modules/jose/dist/browser/jwk/thumbprint.js +0 -53
  4801. package/node_modules/jose/dist/browser/jwks/local.js +0 -98
  4802. package/node_modules/jose/dist/browser/jwks/remote.js +0 -81
  4803. package/node_modules/jose/dist/browser/jws/compact/sign.js +0 -17
  4804. package/node_modules/jose/dist/browser/jws/compact/verify.js +0 -21
  4805. package/node_modules/jose/dist/browser/jws/flattened/sign.js +0 -81
  4806. package/node_modules/jose/dist/browser/jws/flattened/verify.js +0 -104
  4807. package/node_modules/jose/dist/browser/jws/general/sign.js +0 -67
  4808. package/node_modules/jose/dist/browser/jws/general/verify.js +0 -24
  4809. package/node_modules/jose/dist/browser/jwt/decrypt.js +0 -23
  4810. package/node_modules/jose/dist/browser/jwt/encrypt.js +0 -68
  4811. package/node_modules/jose/dist/browser/jwt/produce.js +0 -54
  4812. package/node_modules/jose/dist/browser/jwt/sign.js +0 -21
  4813. package/node_modules/jose/dist/browser/jwt/unsecured.js +0 -32
  4814. package/node_modules/jose/dist/browser/jwt/verify.js +0 -16
  4815. package/node_modules/jose/dist/browser/key/export.js +0 -12
  4816. package/node_modules/jose/dist/browser/key/generate_key_pair.js +0 -4
  4817. package/node_modules/jose/dist/browser/key/generate_secret.js +0 -4
  4818. package/node_modules/jose/dist/browser/key/import.js +0 -120
  4819. package/node_modules/jose/dist/browser/lib/aesgcmkw.js +0 -14
  4820. package/node_modules/jose/dist/browser/lib/buffer_utils.js +0 -51
  4821. package/node_modules/jose/dist/browser/lib/cek.js +0 -20
  4822. package/node_modules/jose/dist/browser/lib/check_iv_length.js +0 -8
  4823. package/node_modules/jose/dist/browser/lib/check_key_type.js +0 -45
  4824. package/node_modules/jose/dist/browser/lib/check_p2s.js +0 -6
  4825. package/node_modules/jose/dist/browser/lib/crypto_key.js +0 -145
  4826. package/node_modules/jose/dist/browser/lib/decrypt_key_management.js +0 -98
  4827. package/node_modules/jose/dist/browser/lib/encrypt_key_management.js +0 -87
  4828. package/node_modules/jose/dist/browser/lib/epoch.js +0 -1
  4829. package/node_modules/jose/dist/browser/lib/format_pem.js +0 -4
  4830. package/node_modules/jose/dist/browser/lib/invalid_key_input.js +0 -30
  4831. package/node_modules/jose/dist/browser/lib/is_disjoint.js +0 -22
  4832. package/node_modules/jose/dist/browser/lib/is_object.js +0 -16
  4833. package/node_modules/jose/dist/browser/lib/iv.js +0 -20
  4834. package/node_modules/jose/dist/browser/lib/jwt_claims_set.js +0 -91
  4835. package/node_modules/jose/dist/browser/lib/secs.js +0 -44
  4836. package/node_modules/jose/dist/browser/lib/validate_algorithms.js +0 -11
  4837. package/node_modules/jose/dist/browser/lib/validate_crit.js +0 -34
  4838. package/node_modules/jose/dist/browser/package.json +0 -1
  4839. package/node_modules/jose/dist/browser/runtime/aeskw.js +0 -32
  4840. package/node_modules/jose/dist/browser/runtime/asn1.js +0 -118
  4841. package/node_modules/jose/dist/browser/runtime/base64url.js +0 -37
  4842. package/node_modules/jose/dist/browser/runtime/bogus.js +0 -6
  4843. package/node_modules/jose/dist/browser/runtime/check_cek_length.js +0 -8
  4844. package/node_modules/jose/dist/browser/runtime/check_key_length.js +0 -8
  4845. package/node_modules/jose/dist/browser/runtime/decrypt.js +0 -85
  4846. package/node_modules/jose/dist/browser/runtime/digest.js +0 -6
  4847. package/node_modules/jose/dist/browser/runtime/ecdhes.js +0 -33
  4848. package/node_modules/jose/dist/browser/runtime/encrypt.js +0 -68
  4849. package/node_modules/jose/dist/browser/runtime/env.js +0 -3
  4850. package/node_modules/jose/dist/browser/runtime/fetch_jwks.js +0 -34
  4851. package/node_modules/jose/dist/browser/runtime/generate.js +0 -126
  4852. package/node_modules/jose/dist/browser/runtime/get_sign_verify_key.js +0 -17
  4853. package/node_modules/jose/dist/browser/runtime/is_key_like.js +0 -5
  4854. package/node_modules/jose/dist/browser/runtime/jwk_to_key.js +0 -135
  4855. package/node_modules/jose/dist/browser/runtime/key_to_jwk.js +0 -21
  4856. package/node_modules/jose/dist/browser/runtime/pbes2kw.js +0 -51
  4857. package/node_modules/jose/dist/browser/runtime/random.js +0 -2
  4858. package/node_modules/jose/dist/browser/runtime/rsaes.js +0 -37
  4859. package/node_modules/jose/dist/browser/runtime/sign.js +0 -11
  4860. package/node_modules/jose/dist/browser/runtime/subtle_dsa.js +0 -28
  4861. package/node_modules/jose/dist/browser/runtime/subtle_rsaes.js +0 -12
  4862. package/node_modules/jose/dist/browser/runtime/timing_safe_equal.js +0 -19
  4863. package/node_modules/jose/dist/browser/runtime/verify.js +0 -16
  4864. package/node_modules/jose/dist/browser/runtime/webcrypto.js +0 -2
  4865. package/node_modules/jose/dist/browser/runtime/zlib.js +0 -7
  4866. package/node_modules/jose/dist/browser/util/base64url.js +0 -3
  4867. package/node_modules/jose/dist/browser/util/decode_jwt.js +0 -32
  4868. package/node_modules/jose/dist/browser/util/decode_protected_header.js +0 -34
  4869. package/node_modules/jose/dist/browser/util/errors.js +0 -147
  4870. package/node_modules/jose/dist/node/cjs/index.js +0 -65
  4871. package/node_modules/jose/dist/node/cjs/jwe/compact/decrypt.js +0 -31
  4872. package/node_modules/jose/dist/node/cjs/jwe/compact/encrypt.js +0 -30
  4873. package/node_modules/jose/dist/node/cjs/jwe/flattened/decrypt.js +0 -141
  4874. package/node_modules/jose/dist/node/cjs/jwe/flattened/encrypt.js +0 -179
  4875. package/node_modules/jose/dist/node/cjs/jwe/general/decrypt.js +0 -35
  4876. package/node_modules/jose/dist/node/cjs/jwe/general/encrypt.js +0 -182
  4877. package/node_modules/jose/dist/node/cjs/jwk/embedded.js +0 -21
  4878. package/node_modules/jose/dist/node/cjs/jwk/thumbprint.js +0 -58
  4879. package/node_modules/jose/dist/node/cjs/jwks/local.js +0 -104
  4880. package/node_modules/jose/dist/node/cjs/jwks/remote.js +0 -85
  4881. package/node_modules/jose/dist/node/cjs/jws/compact/sign.js +0 -21
  4882. package/node_modules/jose/dist/node/cjs/jws/compact/verify.js +0 -25
  4883. package/node_modules/jose/dist/node/cjs/jws/flattened/sign.js +0 -85
  4884. package/node_modules/jose/dist/node/cjs/jws/flattened/verify.js +0 -108
  4885. package/node_modules/jose/dist/node/cjs/jws/general/sign.js +0 -71
  4886. package/node_modules/jose/dist/node/cjs/jws/general/verify.js +0 -28
  4887. package/node_modules/jose/dist/node/cjs/jwt/decrypt.js +0 -27
  4888. package/node_modules/jose/dist/node/cjs/jwt/encrypt.js +0 -72
  4889. package/node_modules/jose/dist/node/cjs/jwt/produce.js +0 -58
  4890. package/node_modules/jose/dist/node/cjs/jwt/sign.js +0 -25
  4891. package/node_modules/jose/dist/node/cjs/jwt/unsecured.js +0 -36
  4892. package/node_modules/jose/dist/node/cjs/jwt/verify.js +0 -20
  4893. package/node_modules/jose/dist/node/cjs/key/export.js +0 -18
  4894. package/node_modules/jose/dist/node/cjs/key/generate_key_pair.js +0 -8
  4895. package/node_modules/jose/dist/node/cjs/key/generate_secret.js +0 -8
  4896. package/node_modules/jose/dist/node/cjs/key/import.js +0 -127
  4897. package/node_modules/jose/dist/node/cjs/lib/aesgcmkw.js +0 -19
  4898. package/node_modules/jose/dist/node/cjs/lib/buffer_utils.js +0 -60
  4899. package/node_modules/jose/dist/node/cjs/lib/cek.js +0 -24
  4900. package/node_modules/jose/dist/node/cjs/lib/check_iv_length.js +0 -10
  4901. package/node_modules/jose/dist/node/cjs/lib/check_key_type.js +0 -47
  4902. package/node_modules/jose/dist/node/cjs/lib/check_p2s.js +0 -9
  4903. package/node_modules/jose/dist/node/cjs/lib/crypto_key.js +0 -150
  4904. package/node_modules/jose/dist/node/cjs/lib/decrypt_key_management.js +0 -100
  4905. package/node_modules/jose/dist/node/cjs/lib/encrypt_key_management.js +0 -89
  4906. package/node_modules/jose/dist/node/cjs/lib/epoch.js +0 -3
  4907. package/node_modules/jose/dist/node/cjs/lib/format_pem.js +0 -6
  4908. package/node_modules/jose/dist/node/cjs/lib/invalid_key_input.js +0 -34
  4909. package/node_modules/jose/dist/node/cjs/lib/is_disjoint.js +0 -24
  4910. package/node_modules/jose/dist/node/cjs/lib/is_object.js +0 -19
  4911. package/node_modules/jose/dist/node/cjs/lib/iv.js +0 -24
  4912. package/node_modules/jose/dist/node/cjs/lib/jwt_claims_set.js +0 -93
  4913. package/node_modules/jose/dist/node/cjs/lib/secs.js +0 -46
  4914. package/node_modules/jose/dist/node/cjs/lib/validate_algorithms.js +0 -13
  4915. package/node_modules/jose/dist/node/cjs/lib/validate_crit.js +0 -36
  4916. package/node_modules/jose/dist/node/cjs/runtime/aeskw.js +0 -55
  4917. package/node_modules/jose/dist/node/cjs/runtime/asn1.js +0 -48
  4918. package/node_modules/jose/dist/node/cjs/runtime/asn1_sequence_decoder.js +0 -47
  4919. package/node_modules/jose/dist/node/cjs/runtime/asn1_sequence_encoder.js +0 -91
  4920. package/node_modules/jose/dist/node/cjs/runtime/base64url.js +0 -26
  4921. package/node_modules/jose/dist/node/cjs/runtime/cbc_tag.js +0 -11
  4922. package/node_modules/jose/dist/node/cjs/runtime/check_cek_length.js +0 -37
  4923. package/node_modules/jose/dist/node/cjs/runtime/check_modulus_length.js +0 -52
  4924. package/node_modules/jose/dist/node/cjs/runtime/ciphers.js +0 -8
  4925. package/node_modules/jose/dist/node/cjs/runtime/decrypt.js +0 -97
  4926. package/node_modules/jose/dist/node/cjs/runtime/digest.js +0 -5
  4927. package/node_modules/jose/dist/node/cjs/runtime/dsa_digest.js +0 -25
  4928. package/node_modules/jose/dist/node/cjs/runtime/ecdhes.js +0 -70
  4929. package/node_modules/jose/dist/node/cjs/runtime/encrypt.js +0 -74
  4930. package/node_modules/jose/dist/node/cjs/runtime/env.js +0 -7
  4931. package/node_modules/jose/dist/node/cjs/runtime/fetch_jwks.js +0 -45
  4932. package/node_modules/jose/dist/node/cjs/runtime/generate.js +0 -105
  4933. package/node_modules/jose/dist/node/cjs/runtime/get_named_curve.js +0 -95
  4934. package/node_modules/jose/dist/node/cjs/runtime/get_sign_verify_key.js +0 -24
  4935. package/node_modules/jose/dist/node/cjs/runtime/hmac_digest.js +0 -16
  4936. package/node_modules/jose/dist/node/cjs/runtime/is_key_like.js +0 -11
  4937. package/node_modules/jose/dist/node/cjs/runtime/is_key_object.js +0 -7
  4938. package/node_modules/jose/dist/node/cjs/runtime/jwk_to_key.js +0 -122
  4939. package/node_modules/jose/dist/node/cjs/runtime/key_to_jwk.js +0 -164
  4940. package/node_modules/jose/dist/node/cjs/runtime/node_key.js +0 -83
  4941. package/node_modules/jose/dist/node/cjs/runtime/pbes2kw.js +0 -48
  4942. package/node_modules/jose/dist/node/cjs/runtime/random.js +0 -5
  4943. package/node_modules/jose/dist/node/cjs/runtime/rsaes.js +0 -69
  4944. package/node_modules/jose/dist/node/cjs/runtime/sign.js +0 -25
  4945. package/node_modules/jose/dist/node/cjs/runtime/timing_safe_equal.js +0 -5
  4946. package/node_modules/jose/dist/node/cjs/runtime/verify.js +0 -42
  4947. package/node_modules/jose/dist/node/cjs/runtime/webcrypto.js +0 -11
  4948. package/node_modules/jose/dist/node/cjs/runtime/zlib.js +0 -11
  4949. package/node_modules/jose/dist/node/cjs/util/base64url.js +0 -6
  4950. package/node_modules/jose/dist/node/cjs/util/decode_jwt.js +0 -36
  4951. package/node_modules/jose/dist/node/cjs/util/decode_protected_header.js +0 -38
  4952. package/node_modules/jose/dist/node/cjs/util/errors.js +0 -165
  4953. package/node_modules/jose/dist/node/esm/index.js +0 -29
  4954. package/node_modules/jose/dist/node/esm/jwe/compact/decrypt.js +0 -27
  4955. package/node_modules/jose/dist/node/esm/jwe/compact/encrypt.js +0 -26
  4956. package/node_modules/jose/dist/node/esm/jwe/flattened/decrypt.js +0 -137
  4957. package/node_modules/jose/dist/node/esm/jwe/flattened/encrypt.js +0 -175
  4958. package/node_modules/jose/dist/node/esm/jwe/general/decrypt.js +0 -31
  4959. package/node_modules/jose/dist/node/esm/jwe/general/encrypt.js +0 -178
  4960. package/node_modules/jose/dist/node/esm/jwk/embedded.js +0 -17
  4961. package/node_modules/jose/dist/node/esm/jwk/thumbprint.js +0 -53
  4962. package/node_modules/jose/dist/node/esm/jwks/local.js +0 -98
  4963. package/node_modules/jose/dist/node/esm/jwks/remote.js +0 -81
  4964. package/node_modules/jose/dist/node/esm/jws/compact/sign.js +0 -17
  4965. package/node_modules/jose/dist/node/esm/jws/compact/verify.js +0 -21
  4966. package/node_modules/jose/dist/node/esm/jws/flattened/sign.js +0 -81
  4967. package/node_modules/jose/dist/node/esm/jws/flattened/verify.js +0 -104
  4968. package/node_modules/jose/dist/node/esm/jws/general/sign.js +0 -67
  4969. package/node_modules/jose/dist/node/esm/jws/general/verify.js +0 -24
  4970. package/node_modules/jose/dist/node/esm/jwt/decrypt.js +0 -23
  4971. package/node_modules/jose/dist/node/esm/jwt/encrypt.js +0 -68
  4972. package/node_modules/jose/dist/node/esm/jwt/produce.js +0 -54
  4973. package/node_modules/jose/dist/node/esm/jwt/sign.js +0 -21
  4974. package/node_modules/jose/dist/node/esm/jwt/unsecured.js +0 -32
  4975. package/node_modules/jose/dist/node/esm/jwt/verify.js +0 -16
  4976. package/node_modules/jose/dist/node/esm/key/export.js +0 -12
  4977. package/node_modules/jose/dist/node/esm/key/generate_key_pair.js +0 -4
  4978. package/node_modules/jose/dist/node/esm/key/generate_secret.js +0 -4
  4979. package/node_modules/jose/dist/node/esm/key/import.js +0 -120
  4980. package/node_modules/jose/dist/node/esm/lib/aesgcmkw.js +0 -14
  4981. package/node_modules/jose/dist/node/esm/lib/buffer_utils.js +0 -51
  4982. package/node_modules/jose/dist/node/esm/lib/cek.js +0 -20
  4983. package/node_modules/jose/dist/node/esm/lib/check_iv_length.js +0 -8
  4984. package/node_modules/jose/dist/node/esm/lib/check_key_type.js +0 -45
  4985. package/node_modules/jose/dist/node/esm/lib/check_p2s.js +0 -6
  4986. package/node_modules/jose/dist/node/esm/lib/crypto_key.js +0 -145
  4987. package/node_modules/jose/dist/node/esm/lib/decrypt_key_management.js +0 -98
  4988. package/node_modules/jose/dist/node/esm/lib/encrypt_key_management.js +0 -87
  4989. package/node_modules/jose/dist/node/esm/lib/epoch.js +0 -1
  4990. package/node_modules/jose/dist/node/esm/lib/format_pem.js +0 -4
  4991. package/node_modules/jose/dist/node/esm/lib/invalid_key_input.js +0 -30
  4992. package/node_modules/jose/dist/node/esm/lib/is_disjoint.js +0 -22
  4993. package/node_modules/jose/dist/node/esm/lib/is_object.js +0 -16
  4994. package/node_modules/jose/dist/node/esm/lib/iv.js +0 -20
  4995. package/node_modules/jose/dist/node/esm/lib/jwt_claims_set.js +0 -91
  4996. package/node_modules/jose/dist/node/esm/lib/secs.js +0 -44
  4997. package/node_modules/jose/dist/node/esm/lib/validate_algorithms.js +0 -11
  4998. package/node_modules/jose/dist/node/esm/lib/validate_crit.js +0 -34
  4999. package/node_modules/jose/dist/node/esm/package.json +0 -1
  5000. package/node_modules/jose/dist/node/esm/runtime/aeskw.js +0 -50
  5001. package/node_modules/jose/dist/node/esm/runtime/asn1.js +0 -41
  5002. package/node_modules/jose/dist/node/esm/runtime/asn1_sequence_decoder.js +0 -44
  5003. package/node_modules/jose/dist/node/esm/runtime/asn1_sequence_encoder.js +0 -88
  5004. package/node_modules/jose/dist/node/esm/runtime/base64url.js +0 -20
  5005. package/node_modules/jose/dist/node/esm/runtime/cbc_tag.js +0 -8
  5006. package/node_modules/jose/dist/node/esm/runtime/check_cek_length.js +0 -35
  5007. package/node_modules/jose/dist/node/esm/runtime/check_modulus_length.js +0 -48
  5008. package/node_modules/jose/dist/node/esm/runtime/ciphers.js +0 -6
  5009. package/node_modules/jose/dist/node/esm/runtime/decrypt.js +0 -95
  5010. package/node_modules/jose/dist/node/esm/runtime/digest.js +0 -3
  5011. package/node_modules/jose/dist/node/esm/runtime/dsa_digest.js +0 -22
  5012. package/node_modules/jose/dist/node/esm/runtime/ecdhes.js +0 -64
  5013. package/node_modules/jose/dist/node/esm/runtime/encrypt.js +0 -72
  5014. package/node_modules/jose/dist/node/esm/runtime/env.js +0 -3
  5015. package/node_modules/jose/dist/node/esm/runtime/fetch_jwks.js +0 -43
  5016. package/node_modules/jose/dist/node/esm/runtime/generate.js +0 -100
  5017. package/node_modules/jose/dist/node/esm/runtime/get_named_curve.js +0 -91
  5018. package/node_modules/jose/dist/node/esm/runtime/get_sign_verify_key.js +0 -21
  5019. package/node_modules/jose/dist/node/esm/runtime/hmac_digest.js +0 -13
  5020. package/node_modules/jose/dist/node/esm/runtime/is_key_like.js +0 -8
  5021. package/node_modules/jose/dist/node/esm/runtime/is_key_object.js +0 -5
  5022. package/node_modules/jose/dist/node/esm/runtime/jwk_to_key.js +0 -120
  5023. package/node_modules/jose/dist/node/esm/runtime/key_to_jwk.js +0 -162
  5024. package/node_modules/jose/dist/node/esm/runtime/node_key.js +0 -80
  5025. package/node_modules/jose/dist/node/esm/runtime/pbes2kw.js +0 -43
  5026. package/node_modules/jose/dist/node/esm/runtime/random.js +0 -1
  5027. package/node_modules/jose/dist/node/esm/runtime/rsaes.js +0 -64
  5028. package/node_modules/jose/dist/node/esm/runtime/sign.js +0 -23
  5029. package/node_modules/jose/dist/node/esm/runtime/timing_safe_equal.js +0 -3
  5030. package/node_modules/jose/dist/node/esm/runtime/verify.js +0 -40
  5031. package/node_modules/jose/dist/node/esm/runtime/webcrypto.js +0 -8
  5032. package/node_modules/jose/dist/node/esm/runtime/zlib.js +0 -6
  5033. package/node_modules/jose/dist/node/esm/util/base64url.js +0 -3
  5034. package/node_modules/jose/dist/node/esm/util/decode_jwt.js +0 -32
  5035. package/node_modules/jose/dist/node/esm/util/decode_protected_header.js +0 -34
  5036. package/node_modules/jose/dist/node/esm/util/errors.js +0 -147
  5037. package/node_modules/jose/dist/types/index.d.ts +0 -47
  5038. package/node_modules/jose/dist/types/jwe/compact/decrypt.d.ts +0 -33
  5039. package/node_modules/jose/dist/types/jwe/compact/encrypt.d.ts +0 -60
  5040. package/node_modules/jose/dist/types/jwe/flattened/decrypt.d.ts +0 -43
  5041. package/node_modules/jose/dist/types/jwe/flattened/encrypt.d.ts +0 -89
  5042. package/node_modules/jose/dist/types/jwe/general/decrypt.d.ts +0 -47
  5043. package/node_modules/jose/dist/types/jwe/general/encrypt.d.ts +0 -74
  5044. package/node_modules/jose/dist/types/jwk/embedded.d.ts +0 -23
  5045. package/node_modules/jose/dist/types/jwk/thumbprint.d.ts +0 -44
  5046. package/node_modules/jose/dist/types/jwks/local.d.ts +0 -48
  5047. package/node_modules/jose/dist/types/jwks/remote.d.ts +0 -54
  5048. package/node_modules/jose/dist/types/jws/compact/sign.d.ts +0 -34
  5049. package/node_modules/jose/dist/types/jws/compact/verify.d.ts +0 -37
  5050. package/node_modules/jose/dist/types/jws/flattened/sign.d.ts +0 -42
  5051. package/node_modules/jose/dist/types/jws/flattened/verify.d.ts +0 -42
  5052. package/node_modules/jose/dist/types/jws/general/sign.d.ts +0 -54
  5053. package/node_modules/jose/dist/types/jws/general/verify.d.ts +0 -45
  5054. package/node_modules/jose/dist/types/jwt/decrypt.d.ts +0 -40
  5055. package/node_modules/jose/dist/types/jwt/encrypt.d.ts +0 -84
  5056. package/node_modules/jose/dist/types/jwt/produce.d.ts +0 -53
  5057. package/node_modules/jose/dist/types/jwt/sign.d.ts +0 -35
  5058. package/node_modules/jose/dist/types/jwt/unsecured.d.ts +0 -44
  5059. package/node_modules/jose/dist/types/jwt/verify.d.ts +0 -44
  5060. package/node_modules/jose/dist/types/key/export.d.ts +0 -47
  5061. package/node_modules/jose/dist/types/key/generate_key_pair.d.ts +0 -44
  5062. package/node_modules/jose/dist/types/key/generate_secret.d.ts +0 -26
  5063. package/node_modules/jose/dist/types/key/import.d.ts +0 -115
  5064. package/node_modules/jose/dist/types/types.d.ts +0 -602
  5065. package/node_modules/jose/dist/types/util/base64url.d.ts +0 -19
  5066. package/node_modules/jose/dist/types/util/decode_jwt.d.ts +0 -17
  5067. package/node_modules/jose/dist/types/util/decode_protected_header.d.ts +0 -15
  5068. package/node_modules/jose/dist/types/util/errors.d.ts +0 -96
  5069. package/node_modules/jose/package.json +0 -82
  5070. package/node_modules/minimalistic-assert/LICENSE +0 -13
  5071. package/node_modules/minimalistic-assert/index.js +0 -11
  5072. package/node_modules/minimalistic-assert/package.json +0 -19
  5073. package/node_modules/minimalistic-assert/readme.md +0 -4
  5074. package/node_modules/object-hash/LICENSE +0 -22
  5075. package/node_modules/object-hash/dist/object_hash.js +0 -1
  5076. package/node_modules/object-hash/index.js +0 -453
  5077. package/node_modules/object-hash/package.json +0 -53
  5078. package/node_modules/object-hash/readme.markdown +0 -184
  5079. package/node_modules/oidc-token-hash/LICENSE.md +0 -21
  5080. package/node_modules/oidc-token-hash/README.md +0 -55
  5081. package/node_modules/oidc-token-hash/lib/index.js +0 -106
  5082. package/node_modules/oidc-token-hash/lib/shake256.js +0 -7
  5083. package/node_modules/oidc-token-hash/package.json +0 -36
  5084. package/node_modules/openid-client/LICENSE.md +0 -21
  5085. package/node_modules/openid-client/README.md +0 -299
  5086. package/node_modules/openid-client/lib/client.js +0 -1815
  5087. package/node_modules/openid-client/lib/device_flow_handle.js +0 -125
  5088. package/node_modules/openid-client/lib/errors.js +0 -55
  5089. package/node_modules/openid-client/lib/helpers/assert.js +0 -24
  5090. package/node_modules/openid-client/lib/helpers/base64url.js +0 -13
  5091. package/node_modules/openid-client/lib/helpers/client.js +0 -209
  5092. package/node_modules/openid-client/lib/helpers/consts.js +0 -7
  5093. package/node_modules/openid-client/lib/helpers/decode_jwt.js +0 -27
  5094. package/node_modules/openid-client/lib/helpers/deep_clone.js +0 -3
  5095. package/node_modules/openid-client/lib/helpers/defaults.js +0 -27
  5096. package/node_modules/openid-client/lib/helpers/generators.js +0 -14
  5097. package/node_modules/openid-client/lib/helpers/is_key_object.js +0 -4
  5098. package/node_modules/openid-client/lib/helpers/is_plain_object.js +0 -1
  5099. package/node_modules/openid-client/lib/helpers/issuer.js +0 -110
  5100. package/node_modules/openid-client/lib/helpers/keystore.js +0 -312
  5101. package/node_modules/openid-client/lib/helpers/merge.js +0 -24
  5102. package/node_modules/openid-client/lib/helpers/pick.js +0 -9
  5103. package/node_modules/openid-client/lib/helpers/process_response.js +0 -71
  5104. package/node_modules/openid-client/lib/helpers/request.js +0 -197
  5105. package/node_modules/openid-client/lib/helpers/unix_timestamp.js +0 -1
  5106. package/node_modules/openid-client/lib/helpers/weak_cache.js +0 -1
  5107. package/node_modules/openid-client/lib/helpers/webfinger_normalize.js +0 -71
  5108. package/node_modules/openid-client/lib/helpers/www_authenticate_parser.js +0 -14
  5109. package/node_modules/openid-client/lib/index.js +0 -23
  5110. package/node_modules/openid-client/lib/index.mjs +0 -9
  5111. package/node_modules/openid-client/lib/issuer.js +0 -204
  5112. package/node_modules/openid-client/lib/issuer_registry.js +0 -3
  5113. package/node_modules/openid-client/lib/passport_strategy.js +0 -194
  5114. package/node_modules/openid-client/lib/token_set.js +0 -35
  5115. package/node_modules/openid-client/node_modules/lru-cache/LICENSE +0 -15
  5116. package/node_modules/openid-client/node_modules/lru-cache/README.md +0 -166
  5117. package/node_modules/openid-client/node_modules/lru-cache/index.js +0 -334
  5118. package/node_modules/openid-client/node_modules/lru-cache/package.json +0 -34
  5119. package/node_modules/openid-client/package.json +0 -118
  5120. package/node_modules/openid-client/types/index.d.ts +0 -620
  5121. package/node_modules/parse-passwd/LICENSE +0 -21
  5122. package/node_modules/parse-passwd/README.md +0 -86
  5123. package/node_modules/parse-passwd/index.js +0 -56
  5124. package/node_modules/parse-passwd/package.json +0 -55
  5125. package/node_modules/prettyjson/node_modules/colors/LICENSE +0 -25
  5126. package/node_modules/prettyjson/node_modules/colors/README.md +0 -221
  5127. package/node_modules/prettyjson/node_modules/colors/examples/normal-usage.js +0 -82
  5128. package/node_modules/prettyjson/node_modules/colors/examples/safe-string.js +0 -79
  5129. package/node_modules/prettyjson/node_modules/colors/index.d.ts +0 -136
  5130. package/node_modules/prettyjson/node_modules/colors/lib/colors.js +0 -211
  5131. package/node_modules/prettyjson/node_modules/colors/lib/custom/trap.js +0 -46
  5132. package/node_modules/prettyjson/node_modules/colors/lib/extendStringPrototype.js +0 -110
  5133. package/node_modules/prettyjson/node_modules/colors/lib/index.js +0 -13
  5134. package/node_modules/prettyjson/node_modules/colors/lib/maps/america.js +0 -10
  5135. package/node_modules/prettyjson/node_modules/colors/lib/maps/rainbow.js +0 -12
  5136. package/node_modules/prettyjson/node_modules/colors/lib/maps/random.js +0 -11
  5137. package/node_modules/prettyjson/node_modules/colors/lib/maps/zebra.js +0 -5
  5138. package/node_modules/prettyjson/node_modules/colors/lib/styles.js +0 -95
  5139. package/node_modules/prettyjson/node_modules/colors/lib/system/has-flag.js +0 -35
  5140. package/node_modules/prettyjson/node_modules/colors/lib/system/supports-colors.js +0 -151
  5141. package/node_modules/prettyjson/node_modules/colors/package.json +0 -45
  5142. package/node_modules/prettyjson/node_modules/colors/safe.d.ts +0 -48
  5143. package/node_modules/prettyjson/node_modules/colors/safe.js +0 -10
  5144. package/node_modules/prettyjson/node_modules/colors/themes/generic-logging.js +0 -12
  5145. package/node_modules/resolve-dir/README.md +0 -88
  5146. package/node_modules/resolve-dir/index.js +0 -22
  5147. package/node_modules/resolve-dir/package.json +0 -73
  5148. package/node_modules/safer-buffer/LICENSE +0 -21
  5149. package/node_modules/safer-buffer/Porting-Buffer.md +0 -268
  5150. package/node_modules/safer-buffer/Readme.md +0 -156
  5151. package/node_modules/safer-buffer/dangerous.js +0 -58
  5152. package/node_modules/safer-buffer/package.json +0 -34
  5153. package/node_modules/safer-buffer/safer.js +0 -77
  5154. package/node_modules/safer-buffer/tests.js +0 -406
  5155. package/node_modules/value-or-promise/CHANGELOG.md +0 -69
  5156. package/node_modules/value-or-promise/LICENSE +0 -21
  5157. package/node_modules/value-or-promise/README.md +0 -177
  5158. package/node_modules/value-or-promise/build/main/ValueOrPromise.d.ts +0 -77
  5159. package/node_modules/value-or-promise/build/main/ValueOrPromise.js +0 -80
  5160. package/node_modules/value-or-promise/build/main/index.d.ts +0 -1
  5161. package/node_modules/value-or-promise/build/main/index.js +0 -14
  5162. package/node_modules/value-or-promise/build/module/ValueOrPromise.d.ts +0 -77
  5163. package/node_modules/value-or-promise/build/module/ValueOrPromise.js +0 -76
  5164. package/node_modules/value-or-promise/build/module/index.d.ts +0 -1
  5165. package/node_modules/value-or-promise/build/module/index.js +0 -2
  5166. package/node_modules/value-or-promise/package.json +0 -58
  5167. package/node_modules/yallist/LICENSE +0 -15
  5168. package/node_modules/yallist/README.md +0 -204
  5169. package/node_modules/yallist/iterator.js +0 -8
  5170. package/node_modules/yallist/package.json +0 -29
  5171. package/node_modules/yallist/yallist.js +0 -426
@@ -1,3731 +0,0 @@
1
- import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
2
-
3
- export interface AccountSharingInfo {
4
-
5
- AccountId?: string;
6
-
7
- SharedDocumentVersion?: string;
8
- }
9
- export declare namespace AccountSharingInfo {
10
-
11
- const filterSensitiveLog: (obj: AccountSharingInfo) => any;
12
- }
13
-
14
- export interface Tag {
15
-
16
- Key: string | undefined;
17
-
18
- Value: string | undefined;
19
- }
20
- export declare namespace Tag {
21
-
22
- const filterSensitiveLog: (obj: Tag) => any;
23
- }
24
-
25
- export interface Activation {
26
-
27
- ActivationId?: string;
28
-
29
- Description?: string;
30
-
31
- DefaultInstanceName?: string;
32
-
33
- IamRole?: string;
34
-
35
- RegistrationLimit?: number;
36
-
37
- RegistrationsCount?: number;
38
-
39
- ExpirationDate?: Date;
40
-
41
- Expired?: boolean;
42
-
43
- CreatedDate?: Date;
44
-
45
- Tags?: Tag[];
46
- }
47
- export declare namespace Activation {
48
-
49
- const filterSensitiveLog: (obj: Activation) => any;
50
- }
51
- export declare enum ResourceTypeForTagging {
52
- DOCUMENT = "Document",
53
- MAINTENANCE_WINDOW = "MaintenanceWindow",
54
- MANAGED_INSTANCE = "ManagedInstance",
55
- OPSMETADATA = "OpsMetadata",
56
- OPS_ITEM = "OpsItem",
57
- PARAMETER = "Parameter",
58
- PATCH_BASELINE = "PatchBaseline"
59
- }
60
- export interface AddTagsToResourceRequest {
61
-
62
- ResourceType: ResourceTypeForTagging | string | undefined;
63
-
64
- ResourceId: string | undefined;
65
-
66
- Tags: Tag[] | undefined;
67
- }
68
- export declare namespace AddTagsToResourceRequest {
69
-
70
- const filterSensitiveLog: (obj: AddTagsToResourceRequest) => any;
71
- }
72
- export interface AddTagsToResourceResult {
73
- }
74
- export declare namespace AddTagsToResourceResult {
75
-
76
- const filterSensitiveLog: (obj: AddTagsToResourceResult) => any;
77
- }
78
-
79
- export interface InternalServerError extends __SmithyException, $MetadataBearer {
80
- name: "InternalServerError";
81
- $fault: "server";
82
- Message?: string;
83
- }
84
- export declare namespace InternalServerError {
85
-
86
- const filterSensitiveLog: (obj: InternalServerError) => any;
87
- }
88
-
89
- export interface InvalidResourceId extends __SmithyException, $MetadataBearer {
90
- name: "InvalidResourceId";
91
- $fault: "client";
92
- }
93
- export declare namespace InvalidResourceId {
94
-
95
- const filterSensitiveLog: (obj: InvalidResourceId) => any;
96
- }
97
-
98
- export interface InvalidResourceType extends __SmithyException, $MetadataBearer {
99
- name: "InvalidResourceType";
100
- $fault: "client";
101
- }
102
- export declare namespace InvalidResourceType {
103
-
104
- const filterSensitiveLog: (obj: InvalidResourceType) => any;
105
- }
106
-
107
- export interface TooManyTagsError extends __SmithyException, $MetadataBearer {
108
- name: "TooManyTagsError";
109
- $fault: "client";
110
- }
111
- export declare namespace TooManyTagsError {
112
-
113
- const filterSensitiveLog: (obj: TooManyTagsError) => any;
114
- }
115
-
116
- export interface TooManyUpdates extends __SmithyException, $MetadataBearer {
117
- name: "TooManyUpdates";
118
- $fault: "client";
119
- Message?: string;
120
- }
121
- export declare namespace TooManyUpdates {
122
-
123
- const filterSensitiveLog: (obj: TooManyUpdates) => any;
124
- }
125
-
126
- export interface AlreadyExistsException extends __SmithyException, $MetadataBearer {
127
- name: "AlreadyExistsException";
128
- $fault: "client";
129
- Message?: string;
130
- }
131
- export declare namespace AlreadyExistsException {
132
-
133
- const filterSensitiveLog: (obj: AlreadyExistsException) => any;
134
- }
135
- export interface AssociateOpsItemRelatedItemRequest {
136
-
137
- OpsItemId: string | undefined;
138
-
139
- AssociationType: string | undefined;
140
-
141
- ResourceType: string | undefined;
142
-
143
- ResourceUri: string | undefined;
144
- }
145
- export declare namespace AssociateOpsItemRelatedItemRequest {
146
-
147
- const filterSensitiveLog: (obj: AssociateOpsItemRelatedItemRequest) => any;
148
- }
149
- export interface AssociateOpsItemRelatedItemResponse {
150
-
151
- AssociationId?: string;
152
- }
153
- export declare namespace AssociateOpsItemRelatedItemResponse {
154
-
155
- const filterSensitiveLog: (obj: AssociateOpsItemRelatedItemResponse) => any;
156
- }
157
-
158
- export interface OpsItemInvalidParameterException extends __SmithyException, $MetadataBearer {
159
- name: "OpsItemInvalidParameterException";
160
- $fault: "client";
161
- ParameterNames?: string[];
162
- Message?: string;
163
- }
164
- export declare namespace OpsItemInvalidParameterException {
165
-
166
- const filterSensitiveLog: (obj: OpsItemInvalidParameterException) => any;
167
- }
168
-
169
- export interface OpsItemLimitExceededException extends __SmithyException, $MetadataBearer {
170
- name: "OpsItemLimitExceededException";
171
- $fault: "client";
172
- ResourceTypes?: string[];
173
- Limit?: number;
174
- LimitType?: string;
175
- Message?: string;
176
- }
177
- export declare namespace OpsItemLimitExceededException {
178
-
179
- const filterSensitiveLog: (obj: OpsItemLimitExceededException) => any;
180
- }
181
-
182
- export interface OpsItemNotFoundException extends __SmithyException, $MetadataBearer {
183
- name: "OpsItemNotFoundException";
184
- $fault: "client";
185
- Message?: string;
186
- }
187
- export declare namespace OpsItemNotFoundException {
188
-
189
- const filterSensitiveLog: (obj: OpsItemNotFoundException) => any;
190
- }
191
-
192
- export interface OpsItemRelatedItemAlreadyExistsException extends __SmithyException, $MetadataBearer {
193
- name: "OpsItemRelatedItemAlreadyExistsException";
194
- $fault: "client";
195
- Message?: string;
196
- ResourceUri?: string;
197
- OpsItemId?: string;
198
- }
199
- export declare namespace OpsItemRelatedItemAlreadyExistsException {
200
-
201
- const filterSensitiveLog: (obj: OpsItemRelatedItemAlreadyExistsException) => any;
202
- }
203
-
204
- export interface CancelCommandRequest {
205
-
206
- CommandId: string | undefined;
207
-
208
- InstanceIds?: string[];
209
- }
210
- export declare namespace CancelCommandRequest {
211
-
212
- const filterSensitiveLog: (obj: CancelCommandRequest) => any;
213
- }
214
-
215
- export interface CancelCommandResult {
216
- }
217
- export declare namespace CancelCommandResult {
218
-
219
- const filterSensitiveLog: (obj: CancelCommandResult) => any;
220
- }
221
-
222
- export interface DuplicateInstanceId extends __SmithyException, $MetadataBearer {
223
- name: "DuplicateInstanceId";
224
- $fault: "client";
225
- }
226
- export declare namespace DuplicateInstanceId {
227
-
228
- const filterSensitiveLog: (obj: DuplicateInstanceId) => any;
229
- }
230
-
231
- export interface InvalidCommandId extends __SmithyException, $MetadataBearer {
232
- name: "InvalidCommandId";
233
- $fault: "client";
234
- }
235
- export declare namespace InvalidCommandId {
236
-
237
- const filterSensitiveLog: (obj: InvalidCommandId) => any;
238
- }
239
-
240
- export interface InvalidInstanceId extends __SmithyException, $MetadataBearer {
241
- name: "InvalidInstanceId";
242
- $fault: "client";
243
- Message?: string;
244
- }
245
- export declare namespace InvalidInstanceId {
246
-
247
- const filterSensitiveLog: (obj: InvalidInstanceId) => any;
248
- }
249
- export interface CancelMaintenanceWindowExecutionRequest {
250
-
251
- WindowExecutionId: string | undefined;
252
- }
253
- export declare namespace CancelMaintenanceWindowExecutionRequest {
254
-
255
- const filterSensitiveLog: (obj: CancelMaintenanceWindowExecutionRequest) => any;
256
- }
257
- export interface CancelMaintenanceWindowExecutionResult {
258
-
259
- WindowExecutionId?: string;
260
- }
261
- export declare namespace CancelMaintenanceWindowExecutionResult {
262
-
263
- const filterSensitiveLog: (obj: CancelMaintenanceWindowExecutionResult) => any;
264
- }
265
-
266
- export interface DoesNotExistException extends __SmithyException, $MetadataBearer {
267
- name: "DoesNotExistException";
268
- $fault: "client";
269
- Message?: string;
270
- }
271
- export declare namespace DoesNotExistException {
272
-
273
- const filterSensitiveLog: (obj: DoesNotExistException) => any;
274
- }
275
-
276
- export interface RegistrationMetadataItem {
277
-
278
- Key: string | undefined;
279
-
280
- Value: string | undefined;
281
- }
282
- export declare namespace RegistrationMetadataItem {
283
-
284
- const filterSensitiveLog: (obj: RegistrationMetadataItem) => any;
285
- }
286
- export interface CreateActivationRequest {
287
-
288
- Description?: string;
289
-
290
- DefaultInstanceName?: string;
291
-
292
- IamRole: string | undefined;
293
-
294
- RegistrationLimit?: number;
295
-
296
- ExpirationDate?: Date;
297
-
298
- Tags?: Tag[];
299
-
300
- RegistrationMetadata?: RegistrationMetadataItem[];
301
- }
302
- export declare namespace CreateActivationRequest {
303
-
304
- const filterSensitiveLog: (obj: CreateActivationRequest) => any;
305
- }
306
- export interface CreateActivationResult {
307
-
308
- ActivationId?: string;
309
-
310
- ActivationCode?: string;
311
- }
312
- export declare namespace CreateActivationResult {
313
-
314
- const filterSensitiveLog: (obj: CreateActivationResult) => any;
315
- }
316
-
317
- export interface InvalidParameters extends __SmithyException, $MetadataBearer {
318
- name: "InvalidParameters";
319
- $fault: "client";
320
- Message?: string;
321
- }
322
- export declare namespace InvalidParameters {
323
-
324
- const filterSensitiveLog: (obj: InvalidParameters) => any;
325
- }
326
-
327
- export interface AssociationAlreadyExists extends __SmithyException, $MetadataBearer {
328
- name: "AssociationAlreadyExists";
329
- $fault: "client";
330
- }
331
- export declare namespace AssociationAlreadyExists {
332
-
333
- const filterSensitiveLog: (obj: AssociationAlreadyExists) => any;
334
- }
335
-
336
- export interface AssociationLimitExceeded extends __SmithyException, $MetadataBearer {
337
- name: "AssociationLimitExceeded";
338
- $fault: "client";
339
- }
340
- export declare namespace AssociationLimitExceeded {
341
-
342
- const filterSensitiveLog: (obj: AssociationLimitExceeded) => any;
343
- }
344
- export declare enum AssociationComplianceSeverity {
345
- Critical = "CRITICAL",
346
- High = "HIGH",
347
- Low = "LOW",
348
- Medium = "MEDIUM",
349
- Unspecified = "UNSPECIFIED"
350
- }
351
-
352
- export interface S3OutputLocation {
353
-
354
- OutputS3Region?: string;
355
-
356
- OutputS3BucketName?: string;
357
-
358
- OutputS3KeyPrefix?: string;
359
- }
360
- export declare namespace S3OutputLocation {
361
-
362
- const filterSensitiveLog: (obj: S3OutputLocation) => any;
363
- }
364
-
365
- export interface InstanceAssociationOutputLocation {
366
-
367
- S3Location?: S3OutputLocation;
368
- }
369
- export declare namespace InstanceAssociationOutputLocation {
370
-
371
- const filterSensitiveLog: (obj: InstanceAssociationOutputLocation) => any;
372
- }
373
- export declare enum AssociationSyncCompliance {
374
- Auto = "AUTO",
375
- Manual = "MANUAL"
376
- }
377
-
378
- export interface TargetLocation {
379
-
380
- Accounts?: string[];
381
-
382
- Regions?: string[];
383
-
384
- TargetLocationMaxConcurrency?: string;
385
-
386
- TargetLocationMaxErrors?: string;
387
-
388
- ExecutionRoleName?: string;
389
- }
390
- export declare namespace TargetLocation {
391
-
392
- const filterSensitiveLog: (obj: TargetLocation) => any;
393
- }
394
-
395
- export interface Target {
396
-
397
- Key?: string;
398
-
399
- Values?: string[];
400
- }
401
- export declare namespace Target {
402
-
403
- const filterSensitiveLog: (obj: Target) => any;
404
- }
405
- export interface CreateAssociationRequest {
406
-
407
- Name: string | undefined;
408
-
409
- DocumentVersion?: string;
410
-
411
- InstanceId?: string;
412
-
413
- Parameters?: {
414
- [key: string]: string[];
415
- };
416
-
417
- Targets?: Target[];
418
-
419
- ScheduleExpression?: string;
420
-
421
- OutputLocation?: InstanceAssociationOutputLocation;
422
-
423
- AssociationName?: string;
424
-
425
- AutomationTargetParameterName?: string;
426
-
427
- MaxErrors?: string;
428
-
429
- MaxConcurrency?: string;
430
-
431
- ComplianceSeverity?: AssociationComplianceSeverity | string;
432
-
433
- SyncCompliance?: AssociationSyncCompliance | string;
434
-
435
- ApplyOnlyAtCronInterval?: boolean;
436
-
437
- CalendarNames?: string[];
438
-
439
- TargetLocations?: TargetLocation[];
440
- }
441
- export declare namespace CreateAssociationRequest {
442
-
443
- const filterSensitiveLog: (obj: CreateAssociationRequest) => any;
444
- }
445
-
446
- export interface AssociationOverview {
447
-
448
- Status?: string;
449
-
450
- DetailedStatus?: string;
451
-
452
- AssociationStatusAggregatedCount?: {
453
- [key: string]: number;
454
- };
455
- }
456
- export declare namespace AssociationOverview {
457
-
458
- const filterSensitiveLog: (obj: AssociationOverview) => any;
459
- }
460
- export declare enum AssociationStatusName {
461
- Failed = "Failed",
462
- Pending = "Pending",
463
- Success = "Success"
464
- }
465
-
466
- export interface AssociationStatus {
467
-
468
- Date: Date | undefined;
469
-
470
- Name: AssociationStatusName | string | undefined;
471
-
472
- Message: string | undefined;
473
-
474
- AdditionalInfo?: string;
475
- }
476
- export declare namespace AssociationStatus {
477
-
478
- const filterSensitiveLog: (obj: AssociationStatus) => any;
479
- }
480
-
481
- export interface AssociationDescription {
482
-
483
- Name?: string;
484
-
485
- InstanceId?: string;
486
-
487
- AssociationVersion?: string;
488
-
489
- Date?: Date;
490
-
491
- LastUpdateAssociationDate?: Date;
492
-
493
- Status?: AssociationStatus;
494
-
495
- Overview?: AssociationOverview;
496
-
497
- DocumentVersion?: string;
498
-
499
- AutomationTargetParameterName?: string;
500
-
501
- Parameters?: {
502
- [key: string]: string[];
503
- };
504
-
505
- AssociationId?: string;
506
-
507
- Targets?: Target[];
508
-
509
- ScheduleExpression?: string;
510
-
511
- OutputLocation?: InstanceAssociationOutputLocation;
512
-
513
- LastExecutionDate?: Date;
514
-
515
- LastSuccessfulExecutionDate?: Date;
516
-
517
- AssociationName?: string;
518
-
519
- MaxErrors?: string;
520
-
521
- MaxConcurrency?: string;
522
-
523
- ComplianceSeverity?: AssociationComplianceSeverity | string;
524
-
525
- SyncCompliance?: AssociationSyncCompliance | string;
526
-
527
- ApplyOnlyAtCronInterval?: boolean;
528
-
529
- CalendarNames?: string[];
530
-
531
- TargetLocations?: TargetLocation[];
532
- }
533
- export declare namespace AssociationDescription {
534
-
535
- const filterSensitiveLog: (obj: AssociationDescription) => any;
536
- }
537
- export interface CreateAssociationResult {
538
-
539
- AssociationDescription?: AssociationDescription;
540
- }
541
- export declare namespace CreateAssociationResult {
542
-
543
- const filterSensitiveLog: (obj: CreateAssociationResult) => any;
544
- }
545
-
546
- export interface InvalidDocument extends __SmithyException, $MetadataBearer {
547
- name: "InvalidDocument";
548
- $fault: "client";
549
-
550
- Message?: string;
551
- }
552
- export declare namespace InvalidDocument {
553
-
554
- const filterSensitiveLog: (obj: InvalidDocument) => any;
555
- }
556
-
557
- export interface InvalidDocumentVersion extends __SmithyException, $MetadataBearer {
558
- name: "InvalidDocumentVersion";
559
- $fault: "client";
560
- Message?: string;
561
- }
562
- export declare namespace InvalidDocumentVersion {
563
-
564
- const filterSensitiveLog: (obj: InvalidDocumentVersion) => any;
565
- }
566
-
567
- export interface InvalidOutputLocation extends __SmithyException, $MetadataBearer {
568
- name: "InvalidOutputLocation";
569
- $fault: "client";
570
- }
571
- export declare namespace InvalidOutputLocation {
572
-
573
- const filterSensitiveLog: (obj: InvalidOutputLocation) => any;
574
- }
575
-
576
- export interface InvalidSchedule extends __SmithyException, $MetadataBearer {
577
- name: "InvalidSchedule";
578
- $fault: "client";
579
- Message?: string;
580
- }
581
- export declare namespace InvalidSchedule {
582
-
583
- const filterSensitiveLog: (obj: InvalidSchedule) => any;
584
- }
585
-
586
- export interface InvalidTarget extends __SmithyException, $MetadataBearer {
587
- name: "InvalidTarget";
588
- $fault: "client";
589
- Message?: string;
590
- }
591
- export declare namespace InvalidTarget {
592
-
593
- const filterSensitiveLog: (obj: InvalidTarget) => any;
594
- }
595
-
596
- export interface UnsupportedPlatformType extends __SmithyException, $MetadataBearer {
597
- name: "UnsupportedPlatformType";
598
- $fault: "client";
599
- Message?: string;
600
- }
601
- export declare namespace UnsupportedPlatformType {
602
-
603
- const filterSensitiveLog: (obj: UnsupportedPlatformType) => any;
604
- }
605
-
606
- export interface CreateAssociationBatchRequestEntry {
607
-
608
- Name: string | undefined;
609
-
610
- InstanceId?: string;
611
-
612
- Parameters?: {
613
- [key: string]: string[];
614
- };
615
-
616
- AutomationTargetParameterName?: string;
617
-
618
- DocumentVersion?: string;
619
-
620
- Targets?: Target[];
621
-
622
- ScheduleExpression?: string;
623
-
624
- OutputLocation?: InstanceAssociationOutputLocation;
625
-
626
- AssociationName?: string;
627
-
628
- MaxErrors?: string;
629
-
630
- MaxConcurrency?: string;
631
-
632
- ComplianceSeverity?: AssociationComplianceSeverity | string;
633
-
634
- SyncCompliance?: AssociationSyncCompliance | string;
635
-
636
- ApplyOnlyAtCronInterval?: boolean;
637
-
638
- CalendarNames?: string[];
639
-
640
- TargetLocations?: TargetLocation[];
641
- }
642
- export declare namespace CreateAssociationBatchRequestEntry {
643
-
644
- const filterSensitiveLog: (obj: CreateAssociationBatchRequestEntry) => any;
645
- }
646
- export interface CreateAssociationBatchRequest {
647
-
648
- Entries: CreateAssociationBatchRequestEntry[] | undefined;
649
- }
650
- export declare namespace CreateAssociationBatchRequest {
651
-
652
- const filterSensitiveLog: (obj: CreateAssociationBatchRequest) => any;
653
- }
654
- export declare type Fault = "Client" | "Server" | "Unknown";
655
-
656
- export interface FailedCreateAssociation {
657
-
658
- Entry?: CreateAssociationBatchRequestEntry;
659
-
660
- Message?: string;
661
-
662
- Fault?: Fault | string;
663
- }
664
- export declare namespace FailedCreateAssociation {
665
-
666
- const filterSensitiveLog: (obj: FailedCreateAssociation) => any;
667
- }
668
- export interface CreateAssociationBatchResult {
669
-
670
- Successful?: AssociationDescription[];
671
-
672
- Failed?: FailedCreateAssociation[];
673
- }
674
- export declare namespace CreateAssociationBatchResult {
675
-
676
- const filterSensitiveLog: (obj: CreateAssociationBatchResult) => any;
677
- }
678
- export declare enum AttachmentsSourceKey {
679
- AttachmentReference = "AttachmentReference",
680
- S3FileUrl = "S3FileUrl",
681
- SourceUrl = "SourceUrl"
682
- }
683
-
684
- export interface AttachmentsSource {
685
-
686
- Key?: AttachmentsSourceKey | string;
687
-
688
- Values?: string[];
689
-
690
- Name?: string;
691
- }
692
- export declare namespace AttachmentsSource {
693
-
694
- const filterSensitiveLog: (obj: AttachmentsSource) => any;
695
- }
696
- export declare enum DocumentFormat {
697
- JSON = "JSON",
698
- TEXT = "TEXT",
699
- YAML = "YAML"
700
- }
701
- export declare enum DocumentType {
702
- ApplicationConfiguration = "ApplicationConfiguration",
703
- ApplicationConfigurationSchema = "ApplicationConfigurationSchema",
704
- Automation = "Automation",
705
- ChangeCalendar = "ChangeCalendar",
706
- ChangeTemplate = "Automation.ChangeTemplate",
707
- Command = "Command",
708
- DeploymentStrategy = "DeploymentStrategy",
709
- Package = "Package",
710
- Policy = "Policy",
711
- ProblemAnalysis = "ProblemAnalysis",
712
- ProblemAnalysisTemplate = "ProblemAnalysisTemplate",
713
- Session = "Session"
714
- }
715
-
716
- export interface DocumentRequires {
717
-
718
- Name: string | undefined;
719
-
720
- Version?: string;
721
- }
722
- export declare namespace DocumentRequires {
723
-
724
- const filterSensitiveLog: (obj: DocumentRequires) => any;
725
- }
726
- export interface CreateDocumentRequest {
727
-
728
- Content: string | undefined;
729
-
730
- Requires?: DocumentRequires[];
731
-
732
- Attachments?: AttachmentsSource[];
733
-
734
- Name: string | undefined;
735
-
736
- DisplayName?: string;
737
-
738
- VersionName?: string;
739
-
740
- DocumentType?: DocumentType | string;
741
-
742
- DocumentFormat?: DocumentFormat | string;
743
-
744
- TargetType?: string;
745
-
746
- Tags?: Tag[];
747
- }
748
- export declare namespace CreateDocumentRequest {
749
-
750
- const filterSensitiveLog: (obj: CreateDocumentRequest) => any;
751
- }
752
-
753
- export interface AttachmentInformation {
754
-
755
- Name?: string;
756
- }
757
- export declare namespace AttachmentInformation {
758
-
759
- const filterSensitiveLog: (obj: AttachmentInformation) => any;
760
- }
761
- export declare enum DocumentHashType {
762
- SHA1 = "Sha1",
763
- SHA256 = "Sha256"
764
- }
765
- export declare type DocumentParameterType = "String" | "StringList";
766
-
767
- export interface DocumentParameter {
768
-
769
- Name?: string;
770
-
771
- Type?: DocumentParameterType | string;
772
-
773
- Description?: string;
774
-
775
- DefaultValue?: string;
776
- }
777
- export declare namespace DocumentParameter {
778
-
779
- const filterSensitiveLog: (obj: DocumentParameter) => any;
780
- }
781
- export declare enum PlatformType {
782
- LINUX = "Linux",
783
- WINDOWS = "Windows"
784
- }
785
- export declare enum ReviewStatus {
786
- APPROVED = "APPROVED",
787
- NOT_REVIEWED = "NOT_REVIEWED",
788
- PENDING = "PENDING",
789
- REJECTED = "REJECTED"
790
- }
791
-
792
- export interface ReviewInformation {
793
-
794
- ReviewedTime?: Date;
795
-
796
- Status?: ReviewStatus | string;
797
-
798
- Reviewer?: string;
799
- }
800
- export declare namespace ReviewInformation {
801
-
802
- const filterSensitiveLog: (obj: ReviewInformation) => any;
803
- }
804
- export declare enum DocumentStatus {
805
- Active = "Active",
806
- Creating = "Creating",
807
- Deleting = "Deleting",
808
- Failed = "Failed",
809
- Updating = "Updating"
810
- }
811
-
812
- export interface DocumentDescription {
813
-
814
- Sha1?: string;
815
-
816
- Hash?: string;
817
-
818
- HashType?: DocumentHashType | string;
819
-
820
- Name?: string;
821
-
822
- DisplayName?: string;
823
-
824
- VersionName?: string;
825
-
826
- Owner?: string;
827
-
828
- CreatedDate?: Date;
829
-
830
- Status?: DocumentStatus | string;
831
-
832
- StatusInformation?: string;
833
-
834
- DocumentVersion?: string;
835
-
836
- Description?: string;
837
-
838
- Parameters?: DocumentParameter[];
839
-
840
- PlatformTypes?: (PlatformType | string)[];
841
-
842
- DocumentType?: DocumentType | string;
843
-
844
- SchemaVersion?: string;
845
-
846
- LatestVersion?: string;
847
-
848
- DefaultVersion?: string;
849
-
850
- DocumentFormat?: DocumentFormat | string;
851
-
852
- TargetType?: string;
853
-
854
- Tags?: Tag[];
855
-
856
- AttachmentsInformation?: AttachmentInformation[];
857
-
858
- Requires?: DocumentRequires[];
859
-
860
- Author?: string;
861
-
862
- ReviewInformation?: ReviewInformation[];
863
-
864
- ApprovedVersion?: string;
865
-
866
- PendingReviewVersion?: string;
867
-
868
- ReviewStatus?: ReviewStatus | string;
869
- }
870
- export declare namespace DocumentDescription {
871
-
872
- const filterSensitiveLog: (obj: DocumentDescription) => any;
873
- }
874
- export interface CreateDocumentResult {
875
-
876
- DocumentDescription?: DocumentDescription;
877
- }
878
- export declare namespace CreateDocumentResult {
879
-
880
- const filterSensitiveLog: (obj: CreateDocumentResult) => any;
881
- }
882
-
883
- export interface DocumentAlreadyExists extends __SmithyException, $MetadataBearer {
884
- name: "DocumentAlreadyExists";
885
- $fault: "client";
886
- Message?: string;
887
- }
888
- export declare namespace DocumentAlreadyExists {
889
-
890
- const filterSensitiveLog: (obj: DocumentAlreadyExists) => any;
891
- }
892
-
893
- export interface DocumentLimitExceeded extends __SmithyException, $MetadataBearer {
894
- name: "DocumentLimitExceeded";
895
- $fault: "client";
896
- Message?: string;
897
- }
898
- export declare namespace DocumentLimitExceeded {
899
-
900
- const filterSensitiveLog: (obj: DocumentLimitExceeded) => any;
901
- }
902
-
903
- export interface InvalidDocumentContent extends __SmithyException, $MetadataBearer {
904
- name: "InvalidDocumentContent";
905
- $fault: "client";
906
-
907
- Message?: string;
908
- }
909
- export declare namespace InvalidDocumentContent {
910
-
911
- const filterSensitiveLog: (obj: InvalidDocumentContent) => any;
912
- }
913
-
914
- export interface InvalidDocumentSchemaVersion extends __SmithyException, $MetadataBearer {
915
- name: "InvalidDocumentSchemaVersion";
916
- $fault: "client";
917
- Message?: string;
918
- }
919
- export declare namespace InvalidDocumentSchemaVersion {
920
-
921
- const filterSensitiveLog: (obj: InvalidDocumentSchemaVersion) => any;
922
- }
923
-
924
- export interface MaxDocumentSizeExceeded extends __SmithyException, $MetadataBearer {
925
- name: "MaxDocumentSizeExceeded";
926
- $fault: "client";
927
- Message?: string;
928
- }
929
- export declare namespace MaxDocumentSizeExceeded {
930
-
931
- const filterSensitiveLog: (obj: MaxDocumentSizeExceeded) => any;
932
- }
933
- export interface CreateMaintenanceWindowRequest {
934
-
935
- Name: string | undefined;
936
-
937
- Description?: string;
938
-
939
- StartDate?: string;
940
-
941
- EndDate?: string;
942
-
943
- Schedule: string | undefined;
944
-
945
- ScheduleTimezone?: string;
946
-
947
- ScheduleOffset?: number;
948
-
949
- Duration: number | undefined;
950
-
951
- Cutoff: number | undefined;
952
-
953
- AllowUnassociatedTargets: boolean | undefined;
954
-
955
- ClientToken?: string;
956
-
957
- Tags?: Tag[];
958
- }
959
- export declare namespace CreateMaintenanceWindowRequest {
960
-
961
- const filterSensitiveLog: (obj: CreateMaintenanceWindowRequest) => any;
962
- }
963
- export interface CreateMaintenanceWindowResult {
964
-
965
- WindowId?: string;
966
- }
967
- export declare namespace CreateMaintenanceWindowResult {
968
-
969
- const filterSensitiveLog: (obj: CreateMaintenanceWindowResult) => any;
970
- }
971
-
972
- export interface IdempotentParameterMismatch extends __SmithyException, $MetadataBearer {
973
- name: "IdempotentParameterMismatch";
974
- $fault: "client";
975
- Message?: string;
976
- }
977
- export declare namespace IdempotentParameterMismatch {
978
-
979
- const filterSensitiveLog: (obj: IdempotentParameterMismatch) => any;
980
- }
981
-
982
- export interface ResourceLimitExceededException extends __SmithyException, $MetadataBearer {
983
- name: "ResourceLimitExceededException";
984
- $fault: "client";
985
- Message?: string;
986
- }
987
- export declare namespace ResourceLimitExceededException {
988
-
989
- const filterSensitiveLog: (obj: ResourceLimitExceededException) => any;
990
- }
991
-
992
- export interface OpsItemNotification {
993
-
994
- Arn?: string;
995
- }
996
- export declare namespace OpsItemNotification {
997
-
998
- const filterSensitiveLog: (obj: OpsItemNotification) => any;
999
- }
1000
- export declare enum OpsItemDataType {
1001
- SEARCHABLE_STRING = "SearchableString",
1002
- STRING = "String"
1003
- }
1004
-
1005
- export interface OpsItemDataValue {
1006
-
1007
- Value?: string;
1008
-
1009
- Type?: OpsItemDataType | string;
1010
- }
1011
- export declare namespace OpsItemDataValue {
1012
-
1013
- const filterSensitiveLog: (obj: OpsItemDataValue) => any;
1014
- }
1015
-
1016
- export interface RelatedOpsItem {
1017
-
1018
- OpsItemId: string | undefined;
1019
- }
1020
- export declare namespace RelatedOpsItem {
1021
-
1022
- const filterSensitiveLog: (obj: RelatedOpsItem) => any;
1023
- }
1024
- export interface CreateOpsItemRequest {
1025
-
1026
- Description: string | undefined;
1027
-
1028
- OpsItemType?: string;
1029
-
1030
- OperationalData?: {
1031
- [key: string]: OpsItemDataValue;
1032
- };
1033
-
1034
- Notifications?: OpsItemNotification[];
1035
-
1036
- Priority?: number;
1037
-
1038
- RelatedOpsItems?: RelatedOpsItem[];
1039
-
1040
- Source: string | undefined;
1041
-
1042
- Title: string | undefined;
1043
-
1044
- Tags?: Tag[];
1045
-
1046
- Category?: string;
1047
-
1048
- Severity?: string;
1049
-
1050
- ActualStartTime?: Date;
1051
-
1052
- ActualEndTime?: Date;
1053
-
1054
- PlannedStartTime?: Date;
1055
-
1056
- PlannedEndTime?: Date;
1057
- }
1058
- export declare namespace CreateOpsItemRequest {
1059
-
1060
- const filterSensitiveLog: (obj: CreateOpsItemRequest) => any;
1061
- }
1062
- export interface CreateOpsItemResponse {
1063
-
1064
- OpsItemId?: string;
1065
- }
1066
- export declare namespace CreateOpsItemResponse {
1067
-
1068
- const filterSensitiveLog: (obj: CreateOpsItemResponse) => any;
1069
- }
1070
-
1071
- export interface OpsItemAlreadyExistsException extends __SmithyException, $MetadataBearer {
1072
- name: "OpsItemAlreadyExistsException";
1073
- $fault: "client";
1074
- Message?: string;
1075
- OpsItemId?: string;
1076
- }
1077
- export declare namespace OpsItemAlreadyExistsException {
1078
-
1079
- const filterSensitiveLog: (obj: OpsItemAlreadyExistsException) => any;
1080
- }
1081
-
1082
- export interface MetadataValue {
1083
-
1084
- Value?: string;
1085
- }
1086
- export declare namespace MetadataValue {
1087
-
1088
- const filterSensitiveLog: (obj: MetadataValue) => any;
1089
- }
1090
- export interface CreateOpsMetadataRequest {
1091
-
1092
- ResourceId: string | undefined;
1093
-
1094
- Metadata?: {
1095
- [key: string]: MetadataValue;
1096
- };
1097
-
1098
- Tags?: Tag[];
1099
- }
1100
- export declare namespace CreateOpsMetadataRequest {
1101
-
1102
- const filterSensitiveLog: (obj: CreateOpsMetadataRequest) => any;
1103
- }
1104
- export interface CreateOpsMetadataResult {
1105
-
1106
- OpsMetadataArn?: string;
1107
- }
1108
- export declare namespace CreateOpsMetadataResult {
1109
-
1110
- const filterSensitiveLog: (obj: CreateOpsMetadataResult) => any;
1111
- }
1112
-
1113
- export interface OpsMetadataAlreadyExistsException extends __SmithyException, $MetadataBearer {
1114
- name: "OpsMetadataAlreadyExistsException";
1115
- $fault: "client";
1116
- message?: string;
1117
- }
1118
- export declare namespace OpsMetadataAlreadyExistsException {
1119
-
1120
- const filterSensitiveLog: (obj: OpsMetadataAlreadyExistsException) => any;
1121
- }
1122
-
1123
- export interface OpsMetadataInvalidArgumentException extends __SmithyException, $MetadataBearer {
1124
- name: "OpsMetadataInvalidArgumentException";
1125
- $fault: "client";
1126
- message?: string;
1127
- }
1128
- export declare namespace OpsMetadataInvalidArgumentException {
1129
-
1130
- const filterSensitiveLog: (obj: OpsMetadataInvalidArgumentException) => any;
1131
- }
1132
-
1133
- export interface OpsMetadataLimitExceededException extends __SmithyException, $MetadataBearer {
1134
- name: "OpsMetadataLimitExceededException";
1135
- $fault: "client";
1136
- message?: string;
1137
- }
1138
- export declare namespace OpsMetadataLimitExceededException {
1139
-
1140
- const filterSensitiveLog: (obj: OpsMetadataLimitExceededException) => any;
1141
- }
1142
-
1143
- export interface OpsMetadataTooManyUpdatesException extends __SmithyException, $MetadataBearer {
1144
- name: "OpsMetadataTooManyUpdatesException";
1145
- $fault: "client";
1146
- message?: string;
1147
- }
1148
- export declare namespace OpsMetadataTooManyUpdatesException {
1149
-
1150
- const filterSensitiveLog: (obj: OpsMetadataTooManyUpdatesException) => any;
1151
- }
1152
- export declare enum PatchComplianceLevel {
1153
- Critical = "CRITICAL",
1154
- High = "HIGH",
1155
- Informational = "INFORMATIONAL",
1156
- Low = "LOW",
1157
- Medium = "MEDIUM",
1158
- Unspecified = "UNSPECIFIED"
1159
- }
1160
- export declare enum PatchFilterKey {
1161
- AdvisoryId = "ADVISORY_ID",
1162
- Arch = "ARCH",
1163
- BugzillaId = "BUGZILLA_ID",
1164
- CVEId = "CVE_ID",
1165
- Classification = "CLASSIFICATION",
1166
- Epoch = "EPOCH",
1167
- MsrcSeverity = "MSRC_SEVERITY",
1168
- Name = "NAME",
1169
- PatchId = "PATCH_ID",
1170
- PatchSet = "PATCH_SET",
1171
- Priority = "PRIORITY",
1172
- Product = "PRODUCT",
1173
- ProductFamily = "PRODUCT_FAMILY",
1174
- Release = "RELEASE",
1175
- Repository = "REPOSITORY",
1176
- Section = "SECTION",
1177
- Security = "SECURITY",
1178
- Severity = "SEVERITY",
1179
- Version = "VERSION"
1180
- }
1181
-
1182
- export interface PatchFilter {
1183
-
1184
- Key: PatchFilterKey | string | undefined;
1185
-
1186
- Values: string[] | undefined;
1187
- }
1188
- export declare namespace PatchFilter {
1189
-
1190
- const filterSensitiveLog: (obj: PatchFilter) => any;
1191
- }
1192
-
1193
- export interface PatchFilterGroup {
1194
-
1195
- PatchFilters: PatchFilter[] | undefined;
1196
- }
1197
- export declare namespace PatchFilterGroup {
1198
-
1199
- const filterSensitiveLog: (obj: PatchFilterGroup) => any;
1200
- }
1201
-
1202
- export interface PatchRule {
1203
-
1204
- PatchFilterGroup: PatchFilterGroup | undefined;
1205
-
1206
- ComplianceLevel?: PatchComplianceLevel | string;
1207
-
1208
- ApproveAfterDays?: number;
1209
-
1210
- ApproveUntilDate?: string;
1211
-
1212
- EnableNonSecurity?: boolean;
1213
- }
1214
- export declare namespace PatchRule {
1215
-
1216
- const filterSensitiveLog: (obj: PatchRule) => any;
1217
- }
1218
-
1219
- export interface PatchRuleGroup {
1220
-
1221
- PatchRules: PatchRule[] | undefined;
1222
- }
1223
- export declare namespace PatchRuleGroup {
1224
-
1225
- const filterSensitiveLog: (obj: PatchRuleGroup) => any;
1226
- }
1227
- export declare enum OperatingSystem {
1228
- AmazonLinux = "AMAZON_LINUX",
1229
- AmazonLinux2 = "AMAZON_LINUX_2",
1230
- CentOS = "CENTOS",
1231
- Debian = "DEBIAN",
1232
- MacOS = "MACOS",
1233
- OracleLinux = "ORACLE_LINUX",
1234
- Raspbian = "RASPBIAN",
1235
- RedhatEnterpriseLinux = "REDHAT_ENTERPRISE_LINUX",
1236
- Suse = "SUSE",
1237
- Ubuntu = "UBUNTU",
1238
- Windows = "WINDOWS"
1239
- }
1240
- export declare enum PatchAction {
1241
- AllowAsDependency = "ALLOW_AS_DEPENDENCY",
1242
- Block = "BLOCK"
1243
- }
1244
-
1245
- export interface PatchSource {
1246
-
1247
- Name: string | undefined;
1248
-
1249
- Products: string[] | undefined;
1250
-
1251
- Configuration: string | undefined;
1252
- }
1253
- export declare namespace PatchSource {
1254
-
1255
- const filterSensitiveLog: (obj: PatchSource) => any;
1256
- }
1257
- export interface CreatePatchBaselineRequest {
1258
-
1259
- OperatingSystem?: OperatingSystem | string;
1260
-
1261
- Name: string | undefined;
1262
-
1263
- GlobalFilters?: PatchFilterGroup;
1264
-
1265
- ApprovalRules?: PatchRuleGroup;
1266
-
1267
- ApprovedPatches?: string[];
1268
-
1269
- ApprovedPatchesComplianceLevel?: PatchComplianceLevel | string;
1270
-
1271
- ApprovedPatchesEnableNonSecurity?: boolean;
1272
-
1273
- RejectedPatches?: string[];
1274
-
1275
- RejectedPatchesAction?: PatchAction | string;
1276
-
1277
- Description?: string;
1278
-
1279
- Sources?: PatchSource[];
1280
-
1281
- ClientToken?: string;
1282
-
1283
- Tags?: Tag[];
1284
- }
1285
- export declare namespace CreatePatchBaselineRequest {
1286
-
1287
- const filterSensitiveLog: (obj: CreatePatchBaselineRequest) => any;
1288
- }
1289
- export interface CreatePatchBaselineResult {
1290
-
1291
- BaselineId?: string;
1292
- }
1293
- export declare namespace CreatePatchBaselineResult {
1294
-
1295
- const filterSensitiveLog: (obj: CreatePatchBaselineResult) => any;
1296
- }
1297
-
1298
- export interface ResourceDataSyncDestinationDataSharing {
1299
-
1300
- DestinationDataSharingType?: string;
1301
- }
1302
- export declare namespace ResourceDataSyncDestinationDataSharing {
1303
-
1304
- const filterSensitiveLog: (obj: ResourceDataSyncDestinationDataSharing) => any;
1305
- }
1306
- export declare enum ResourceDataSyncS3Format {
1307
- JSON_SERDE = "JsonSerDe"
1308
- }
1309
-
1310
- export interface ResourceDataSyncS3Destination {
1311
-
1312
- BucketName: string | undefined;
1313
-
1314
- Prefix?: string;
1315
-
1316
- SyncFormat: ResourceDataSyncS3Format | string | undefined;
1317
-
1318
- Region: string | undefined;
1319
-
1320
- AWSKMSKeyARN?: string;
1321
-
1322
- DestinationDataSharing?: ResourceDataSyncDestinationDataSharing;
1323
- }
1324
- export declare namespace ResourceDataSyncS3Destination {
1325
-
1326
- const filterSensitiveLog: (obj: ResourceDataSyncS3Destination) => any;
1327
- }
1328
-
1329
- export interface ResourceDataSyncOrganizationalUnit {
1330
-
1331
- OrganizationalUnitId?: string;
1332
- }
1333
- export declare namespace ResourceDataSyncOrganizationalUnit {
1334
-
1335
- const filterSensitiveLog: (obj: ResourceDataSyncOrganizationalUnit) => any;
1336
- }
1337
-
1338
- export interface ResourceDataSyncAwsOrganizationsSource {
1339
-
1340
- OrganizationSourceType: string | undefined;
1341
-
1342
- OrganizationalUnits?: ResourceDataSyncOrganizationalUnit[];
1343
- }
1344
- export declare namespace ResourceDataSyncAwsOrganizationsSource {
1345
-
1346
- const filterSensitiveLog: (obj: ResourceDataSyncAwsOrganizationsSource) => any;
1347
- }
1348
-
1349
- export interface ResourceDataSyncSource {
1350
-
1351
- SourceType: string | undefined;
1352
-
1353
- AwsOrganizationsSource?: ResourceDataSyncAwsOrganizationsSource;
1354
-
1355
- SourceRegions: string[] | undefined;
1356
-
1357
- IncludeFutureRegions?: boolean;
1358
-
1359
- EnableAllOpsDataSources?: boolean;
1360
- }
1361
- export declare namespace ResourceDataSyncSource {
1362
-
1363
- const filterSensitiveLog: (obj: ResourceDataSyncSource) => any;
1364
- }
1365
- export interface CreateResourceDataSyncRequest {
1366
-
1367
- SyncName: string | undefined;
1368
-
1369
- S3Destination?: ResourceDataSyncS3Destination;
1370
-
1371
- SyncType?: string;
1372
-
1373
- SyncSource?: ResourceDataSyncSource;
1374
- }
1375
- export declare namespace CreateResourceDataSyncRequest {
1376
-
1377
- const filterSensitiveLog: (obj: CreateResourceDataSyncRequest) => any;
1378
- }
1379
- export interface CreateResourceDataSyncResult {
1380
- }
1381
- export declare namespace CreateResourceDataSyncResult {
1382
-
1383
- const filterSensitiveLog: (obj: CreateResourceDataSyncResult) => any;
1384
- }
1385
-
1386
- export interface ResourceDataSyncAlreadyExistsException extends __SmithyException, $MetadataBearer {
1387
- name: "ResourceDataSyncAlreadyExistsException";
1388
- $fault: "client";
1389
- SyncName?: string;
1390
- }
1391
- export declare namespace ResourceDataSyncAlreadyExistsException {
1392
-
1393
- const filterSensitiveLog: (obj: ResourceDataSyncAlreadyExistsException) => any;
1394
- }
1395
-
1396
- export interface ResourceDataSyncCountExceededException extends __SmithyException, $MetadataBearer {
1397
- name: "ResourceDataSyncCountExceededException";
1398
- $fault: "client";
1399
- Message?: string;
1400
- }
1401
- export declare namespace ResourceDataSyncCountExceededException {
1402
-
1403
- const filterSensitiveLog: (obj: ResourceDataSyncCountExceededException) => any;
1404
- }
1405
-
1406
- export interface ResourceDataSyncInvalidConfigurationException extends __SmithyException, $MetadataBearer {
1407
- name: "ResourceDataSyncInvalidConfigurationException";
1408
- $fault: "client";
1409
- Message?: string;
1410
- }
1411
- export declare namespace ResourceDataSyncInvalidConfigurationException {
1412
-
1413
- const filterSensitiveLog: (obj: ResourceDataSyncInvalidConfigurationException) => any;
1414
- }
1415
- export interface DeleteActivationRequest {
1416
-
1417
- ActivationId: string | undefined;
1418
- }
1419
- export declare namespace DeleteActivationRequest {
1420
-
1421
- const filterSensitiveLog: (obj: DeleteActivationRequest) => any;
1422
- }
1423
- export interface DeleteActivationResult {
1424
- }
1425
- export declare namespace DeleteActivationResult {
1426
-
1427
- const filterSensitiveLog: (obj: DeleteActivationResult) => any;
1428
- }
1429
-
1430
- export interface InvalidActivation extends __SmithyException, $MetadataBearer {
1431
- name: "InvalidActivation";
1432
- $fault: "client";
1433
- Message?: string;
1434
- }
1435
- export declare namespace InvalidActivation {
1436
-
1437
- const filterSensitiveLog: (obj: InvalidActivation) => any;
1438
- }
1439
-
1440
- export interface InvalidActivationId extends __SmithyException, $MetadataBearer {
1441
- name: "InvalidActivationId";
1442
- $fault: "client";
1443
- Message?: string;
1444
- }
1445
- export declare namespace InvalidActivationId {
1446
-
1447
- const filterSensitiveLog: (obj: InvalidActivationId) => any;
1448
- }
1449
-
1450
- export interface AssociationDoesNotExist extends __SmithyException, $MetadataBearer {
1451
- name: "AssociationDoesNotExist";
1452
- $fault: "client";
1453
- Message?: string;
1454
- }
1455
- export declare namespace AssociationDoesNotExist {
1456
-
1457
- const filterSensitiveLog: (obj: AssociationDoesNotExist) => any;
1458
- }
1459
- export interface DeleteAssociationRequest {
1460
-
1461
- Name?: string;
1462
-
1463
- InstanceId?: string;
1464
-
1465
- AssociationId?: string;
1466
- }
1467
- export declare namespace DeleteAssociationRequest {
1468
-
1469
- const filterSensitiveLog: (obj: DeleteAssociationRequest) => any;
1470
- }
1471
- export interface DeleteAssociationResult {
1472
- }
1473
- export declare namespace DeleteAssociationResult {
1474
-
1475
- const filterSensitiveLog: (obj: DeleteAssociationResult) => any;
1476
- }
1477
-
1478
- export interface AssociatedInstances extends __SmithyException, $MetadataBearer {
1479
- name: "AssociatedInstances";
1480
- $fault: "client";
1481
- }
1482
- export declare namespace AssociatedInstances {
1483
-
1484
- const filterSensitiveLog: (obj: AssociatedInstances) => any;
1485
- }
1486
- export interface DeleteDocumentRequest {
1487
-
1488
- Name: string | undefined;
1489
-
1490
- DocumentVersion?: string;
1491
-
1492
- VersionName?: string;
1493
-
1494
- Force?: boolean;
1495
- }
1496
- export declare namespace DeleteDocumentRequest {
1497
-
1498
- const filterSensitiveLog: (obj: DeleteDocumentRequest) => any;
1499
- }
1500
- export interface DeleteDocumentResult {
1501
- }
1502
- export declare namespace DeleteDocumentResult {
1503
-
1504
- const filterSensitiveLog: (obj: DeleteDocumentResult) => any;
1505
- }
1506
-
1507
- export interface InvalidDocumentOperation extends __SmithyException, $MetadataBearer {
1508
- name: "InvalidDocumentOperation";
1509
- $fault: "client";
1510
- Message?: string;
1511
- }
1512
- export declare namespace InvalidDocumentOperation {
1513
-
1514
- const filterSensitiveLog: (obj: InvalidDocumentOperation) => any;
1515
- }
1516
- export declare enum InventorySchemaDeleteOption {
1517
- DELETE_SCHEMA = "DeleteSchema",
1518
- DISABLE_SCHEMA = "DisableSchema"
1519
- }
1520
- export interface DeleteInventoryRequest {
1521
-
1522
- TypeName: string | undefined;
1523
-
1524
- SchemaDeleteOption?: InventorySchemaDeleteOption | string;
1525
-
1526
- DryRun?: boolean;
1527
-
1528
- ClientToken?: string;
1529
- }
1530
- export declare namespace DeleteInventoryRequest {
1531
-
1532
- const filterSensitiveLog: (obj: DeleteInventoryRequest) => any;
1533
- }
1534
-
1535
- export interface InventoryDeletionSummaryItem {
1536
-
1537
- Version?: string;
1538
-
1539
- Count?: number;
1540
-
1541
- RemainingCount?: number;
1542
- }
1543
- export declare namespace InventoryDeletionSummaryItem {
1544
-
1545
- const filterSensitiveLog: (obj: InventoryDeletionSummaryItem) => any;
1546
- }
1547
-
1548
- export interface InventoryDeletionSummary {
1549
-
1550
- TotalCount?: number;
1551
-
1552
- RemainingCount?: number;
1553
-
1554
- SummaryItems?: InventoryDeletionSummaryItem[];
1555
- }
1556
- export declare namespace InventoryDeletionSummary {
1557
-
1558
- const filterSensitiveLog: (obj: InventoryDeletionSummary) => any;
1559
- }
1560
- export interface DeleteInventoryResult {
1561
-
1562
- DeletionId?: string;
1563
-
1564
- TypeName?: string;
1565
-
1566
- DeletionSummary?: InventoryDeletionSummary;
1567
- }
1568
- export declare namespace DeleteInventoryResult {
1569
-
1570
- const filterSensitiveLog: (obj: DeleteInventoryResult) => any;
1571
- }
1572
-
1573
- export interface InvalidDeleteInventoryParametersException extends __SmithyException, $MetadataBearer {
1574
- name: "InvalidDeleteInventoryParametersException";
1575
- $fault: "client";
1576
- Message?: string;
1577
- }
1578
- export declare namespace InvalidDeleteInventoryParametersException {
1579
-
1580
- const filterSensitiveLog: (obj: InvalidDeleteInventoryParametersException) => any;
1581
- }
1582
-
1583
- export interface InvalidInventoryRequestException extends __SmithyException, $MetadataBearer {
1584
- name: "InvalidInventoryRequestException";
1585
- $fault: "client";
1586
- Message?: string;
1587
- }
1588
- export declare namespace InvalidInventoryRequestException {
1589
-
1590
- const filterSensitiveLog: (obj: InvalidInventoryRequestException) => any;
1591
- }
1592
-
1593
- export interface InvalidOptionException extends __SmithyException, $MetadataBearer {
1594
- name: "InvalidOptionException";
1595
- $fault: "client";
1596
- Message?: string;
1597
- }
1598
- export declare namespace InvalidOptionException {
1599
-
1600
- const filterSensitiveLog: (obj: InvalidOptionException) => any;
1601
- }
1602
-
1603
- export interface InvalidTypeNameException extends __SmithyException, $MetadataBearer {
1604
- name: "InvalidTypeNameException";
1605
- $fault: "client";
1606
- Message?: string;
1607
- }
1608
- export declare namespace InvalidTypeNameException {
1609
-
1610
- const filterSensitiveLog: (obj: InvalidTypeNameException) => any;
1611
- }
1612
- export interface DeleteMaintenanceWindowRequest {
1613
-
1614
- WindowId: string | undefined;
1615
- }
1616
- export declare namespace DeleteMaintenanceWindowRequest {
1617
-
1618
- const filterSensitiveLog: (obj: DeleteMaintenanceWindowRequest) => any;
1619
- }
1620
- export interface DeleteMaintenanceWindowResult {
1621
-
1622
- WindowId?: string;
1623
- }
1624
- export declare namespace DeleteMaintenanceWindowResult {
1625
-
1626
- const filterSensitiveLog: (obj: DeleteMaintenanceWindowResult) => any;
1627
- }
1628
- export interface DeleteOpsMetadataRequest {
1629
-
1630
- OpsMetadataArn: string | undefined;
1631
- }
1632
- export declare namespace DeleteOpsMetadataRequest {
1633
-
1634
- const filterSensitiveLog: (obj: DeleteOpsMetadataRequest) => any;
1635
- }
1636
- export interface DeleteOpsMetadataResult {
1637
- }
1638
- export declare namespace DeleteOpsMetadataResult {
1639
-
1640
- const filterSensitiveLog: (obj: DeleteOpsMetadataResult) => any;
1641
- }
1642
-
1643
- export interface OpsMetadataNotFoundException extends __SmithyException, $MetadataBearer {
1644
- name: "OpsMetadataNotFoundException";
1645
- $fault: "client";
1646
- message?: string;
1647
- }
1648
- export declare namespace OpsMetadataNotFoundException {
1649
-
1650
- const filterSensitiveLog: (obj: OpsMetadataNotFoundException) => any;
1651
- }
1652
- export interface DeleteParameterRequest {
1653
-
1654
- Name: string | undefined;
1655
- }
1656
- export declare namespace DeleteParameterRequest {
1657
-
1658
- const filterSensitiveLog: (obj: DeleteParameterRequest) => any;
1659
- }
1660
- export interface DeleteParameterResult {
1661
- }
1662
- export declare namespace DeleteParameterResult {
1663
-
1664
- const filterSensitiveLog: (obj: DeleteParameterResult) => any;
1665
- }
1666
-
1667
- export interface ParameterNotFound extends __SmithyException, $MetadataBearer {
1668
- name: "ParameterNotFound";
1669
- $fault: "client";
1670
- message?: string;
1671
- }
1672
- export declare namespace ParameterNotFound {
1673
-
1674
- const filterSensitiveLog: (obj: ParameterNotFound) => any;
1675
- }
1676
- export interface DeleteParametersRequest {
1677
-
1678
- Names: string[] | undefined;
1679
- }
1680
- export declare namespace DeleteParametersRequest {
1681
-
1682
- const filterSensitiveLog: (obj: DeleteParametersRequest) => any;
1683
- }
1684
- export interface DeleteParametersResult {
1685
-
1686
- DeletedParameters?: string[];
1687
-
1688
- InvalidParameters?: string[];
1689
- }
1690
- export declare namespace DeleteParametersResult {
1691
-
1692
- const filterSensitiveLog: (obj: DeleteParametersResult) => any;
1693
- }
1694
- export interface DeletePatchBaselineRequest {
1695
-
1696
- BaselineId: string | undefined;
1697
- }
1698
- export declare namespace DeletePatchBaselineRequest {
1699
-
1700
- const filterSensitiveLog: (obj: DeletePatchBaselineRequest) => any;
1701
- }
1702
- export interface DeletePatchBaselineResult {
1703
-
1704
- BaselineId?: string;
1705
- }
1706
- export declare namespace DeletePatchBaselineResult {
1707
-
1708
- const filterSensitiveLog: (obj: DeletePatchBaselineResult) => any;
1709
- }
1710
-
1711
- export interface ResourceInUseException extends __SmithyException, $MetadataBearer {
1712
- name: "ResourceInUseException";
1713
- $fault: "client";
1714
- Message?: string;
1715
- }
1716
- export declare namespace ResourceInUseException {
1717
-
1718
- const filterSensitiveLog: (obj: ResourceInUseException) => any;
1719
- }
1720
- export interface DeleteResourceDataSyncRequest {
1721
-
1722
- SyncName: string | undefined;
1723
-
1724
- SyncType?: string;
1725
- }
1726
- export declare namespace DeleteResourceDataSyncRequest {
1727
-
1728
- const filterSensitiveLog: (obj: DeleteResourceDataSyncRequest) => any;
1729
- }
1730
- export interface DeleteResourceDataSyncResult {
1731
- }
1732
- export declare namespace DeleteResourceDataSyncResult {
1733
-
1734
- const filterSensitiveLog: (obj: DeleteResourceDataSyncResult) => any;
1735
- }
1736
-
1737
- export interface ResourceDataSyncNotFoundException extends __SmithyException, $MetadataBearer {
1738
- name: "ResourceDataSyncNotFoundException";
1739
- $fault: "client";
1740
- SyncName?: string;
1741
- SyncType?: string;
1742
- Message?: string;
1743
- }
1744
- export declare namespace ResourceDataSyncNotFoundException {
1745
-
1746
- const filterSensitiveLog: (obj: ResourceDataSyncNotFoundException) => any;
1747
- }
1748
- export interface DeregisterManagedInstanceRequest {
1749
-
1750
- InstanceId: string | undefined;
1751
- }
1752
- export declare namespace DeregisterManagedInstanceRequest {
1753
-
1754
- const filterSensitiveLog: (obj: DeregisterManagedInstanceRequest) => any;
1755
- }
1756
- export interface DeregisterManagedInstanceResult {
1757
- }
1758
- export declare namespace DeregisterManagedInstanceResult {
1759
-
1760
- const filterSensitiveLog: (obj: DeregisterManagedInstanceResult) => any;
1761
- }
1762
- export interface DeregisterPatchBaselineForPatchGroupRequest {
1763
-
1764
- BaselineId: string | undefined;
1765
-
1766
- PatchGroup: string | undefined;
1767
- }
1768
- export declare namespace DeregisterPatchBaselineForPatchGroupRequest {
1769
-
1770
- const filterSensitiveLog: (obj: DeregisterPatchBaselineForPatchGroupRequest) => any;
1771
- }
1772
- export interface DeregisterPatchBaselineForPatchGroupResult {
1773
-
1774
- BaselineId?: string;
1775
-
1776
- PatchGroup?: string;
1777
- }
1778
- export declare namespace DeregisterPatchBaselineForPatchGroupResult {
1779
-
1780
- const filterSensitiveLog: (obj: DeregisterPatchBaselineForPatchGroupResult) => any;
1781
- }
1782
- export interface DeregisterTargetFromMaintenanceWindowRequest {
1783
-
1784
- WindowId: string | undefined;
1785
-
1786
- WindowTargetId: string | undefined;
1787
-
1788
- Safe?: boolean;
1789
- }
1790
- export declare namespace DeregisterTargetFromMaintenanceWindowRequest {
1791
-
1792
- const filterSensitiveLog: (obj: DeregisterTargetFromMaintenanceWindowRequest) => any;
1793
- }
1794
- export interface DeregisterTargetFromMaintenanceWindowResult {
1795
-
1796
- WindowId?: string;
1797
-
1798
- WindowTargetId?: string;
1799
- }
1800
- export declare namespace DeregisterTargetFromMaintenanceWindowResult {
1801
-
1802
- const filterSensitiveLog: (obj: DeregisterTargetFromMaintenanceWindowResult) => any;
1803
- }
1804
-
1805
- export interface TargetInUseException extends __SmithyException, $MetadataBearer {
1806
- name: "TargetInUseException";
1807
- $fault: "client";
1808
- Message?: string;
1809
- }
1810
- export declare namespace TargetInUseException {
1811
-
1812
- const filterSensitiveLog: (obj: TargetInUseException) => any;
1813
- }
1814
- export interface DeregisterTaskFromMaintenanceWindowRequest {
1815
-
1816
- WindowId: string | undefined;
1817
-
1818
- WindowTaskId: string | undefined;
1819
- }
1820
- export declare namespace DeregisterTaskFromMaintenanceWindowRequest {
1821
-
1822
- const filterSensitiveLog: (obj: DeregisterTaskFromMaintenanceWindowRequest) => any;
1823
- }
1824
- export interface DeregisterTaskFromMaintenanceWindowResult {
1825
-
1826
- WindowId?: string;
1827
-
1828
- WindowTaskId?: string;
1829
- }
1830
- export declare namespace DeregisterTaskFromMaintenanceWindowResult {
1831
-
1832
- const filterSensitiveLog: (obj: DeregisterTaskFromMaintenanceWindowResult) => any;
1833
- }
1834
- export declare enum DescribeActivationsFilterKeys {
1835
- ACTIVATION_IDS = "ActivationIds",
1836
- DEFAULT_INSTANCE_NAME = "DefaultInstanceName",
1837
- IAM_ROLE = "IamRole"
1838
- }
1839
-
1840
- export interface DescribeActivationsFilter {
1841
-
1842
- FilterKey?: DescribeActivationsFilterKeys | string;
1843
-
1844
- FilterValues?: string[];
1845
- }
1846
- export declare namespace DescribeActivationsFilter {
1847
-
1848
- const filterSensitiveLog: (obj: DescribeActivationsFilter) => any;
1849
- }
1850
- export interface DescribeActivationsRequest {
1851
-
1852
- Filters?: DescribeActivationsFilter[];
1853
-
1854
- MaxResults?: number;
1855
-
1856
- NextToken?: string;
1857
- }
1858
- export declare namespace DescribeActivationsRequest {
1859
-
1860
- const filterSensitiveLog: (obj: DescribeActivationsRequest) => any;
1861
- }
1862
- export interface DescribeActivationsResult {
1863
-
1864
- ActivationList?: Activation[];
1865
-
1866
- NextToken?: string;
1867
- }
1868
- export declare namespace DescribeActivationsResult {
1869
-
1870
- const filterSensitiveLog: (obj: DescribeActivationsResult) => any;
1871
- }
1872
-
1873
- export interface InvalidFilter extends __SmithyException, $MetadataBearer {
1874
- name: "InvalidFilter";
1875
- $fault: "client";
1876
- Message?: string;
1877
- }
1878
- export declare namespace InvalidFilter {
1879
-
1880
- const filterSensitiveLog: (obj: InvalidFilter) => any;
1881
- }
1882
-
1883
- export interface InvalidNextToken extends __SmithyException, $MetadataBearer {
1884
- name: "InvalidNextToken";
1885
- $fault: "client";
1886
- Message?: string;
1887
- }
1888
- export declare namespace InvalidNextToken {
1889
-
1890
- const filterSensitiveLog: (obj: InvalidNextToken) => any;
1891
- }
1892
- export interface DescribeAssociationRequest {
1893
-
1894
- Name?: string;
1895
-
1896
- InstanceId?: string;
1897
-
1898
- AssociationId?: string;
1899
-
1900
- AssociationVersion?: string;
1901
- }
1902
- export declare namespace DescribeAssociationRequest {
1903
-
1904
- const filterSensitiveLog: (obj: DescribeAssociationRequest) => any;
1905
- }
1906
- export interface DescribeAssociationResult {
1907
-
1908
- AssociationDescription?: AssociationDescription;
1909
- }
1910
- export declare namespace DescribeAssociationResult {
1911
-
1912
- const filterSensitiveLog: (obj: DescribeAssociationResult) => any;
1913
- }
1914
-
1915
- export interface InvalidAssociationVersion extends __SmithyException, $MetadataBearer {
1916
- name: "InvalidAssociationVersion";
1917
- $fault: "client";
1918
- Message?: string;
1919
- }
1920
- export declare namespace InvalidAssociationVersion {
1921
-
1922
- const filterSensitiveLog: (obj: InvalidAssociationVersion) => any;
1923
- }
1924
- export declare enum AssociationExecutionFilterKey {
1925
- CreatedTime = "CreatedTime",
1926
- ExecutionId = "ExecutionId",
1927
- Status = "Status"
1928
- }
1929
- export declare enum AssociationFilterOperatorType {
1930
- Equal = "EQUAL",
1931
- GreaterThan = "GREATER_THAN",
1932
- LessThan = "LESS_THAN"
1933
- }
1934
-
1935
- export interface AssociationExecutionFilter {
1936
-
1937
- Key: AssociationExecutionFilterKey | string | undefined;
1938
-
1939
- Value: string | undefined;
1940
-
1941
- Type: AssociationFilterOperatorType | string | undefined;
1942
- }
1943
- export declare namespace AssociationExecutionFilter {
1944
-
1945
- const filterSensitiveLog: (obj: AssociationExecutionFilter) => any;
1946
- }
1947
- export interface DescribeAssociationExecutionsRequest {
1948
-
1949
- AssociationId: string | undefined;
1950
-
1951
- Filters?: AssociationExecutionFilter[];
1952
-
1953
- MaxResults?: number;
1954
-
1955
- NextToken?: string;
1956
- }
1957
- export declare namespace DescribeAssociationExecutionsRequest {
1958
-
1959
- const filterSensitiveLog: (obj: DescribeAssociationExecutionsRequest) => any;
1960
- }
1961
-
1962
- export interface AssociationExecution {
1963
-
1964
- AssociationId?: string;
1965
-
1966
- AssociationVersion?: string;
1967
-
1968
- ExecutionId?: string;
1969
-
1970
- Status?: string;
1971
-
1972
- DetailedStatus?: string;
1973
-
1974
- CreatedTime?: Date;
1975
-
1976
- LastExecutionDate?: Date;
1977
-
1978
- ResourceCountByStatus?: string;
1979
- }
1980
- export declare namespace AssociationExecution {
1981
-
1982
- const filterSensitiveLog: (obj: AssociationExecution) => any;
1983
- }
1984
- export interface DescribeAssociationExecutionsResult {
1985
-
1986
- AssociationExecutions?: AssociationExecution[];
1987
-
1988
- NextToken?: string;
1989
- }
1990
- export declare namespace DescribeAssociationExecutionsResult {
1991
-
1992
- const filterSensitiveLog: (obj: DescribeAssociationExecutionsResult) => any;
1993
- }
1994
-
1995
- export interface AssociationExecutionDoesNotExist extends __SmithyException, $MetadataBearer {
1996
- name: "AssociationExecutionDoesNotExist";
1997
- $fault: "client";
1998
- Message?: string;
1999
- }
2000
- export declare namespace AssociationExecutionDoesNotExist {
2001
-
2002
- const filterSensitiveLog: (obj: AssociationExecutionDoesNotExist) => any;
2003
- }
2004
- export declare enum AssociationExecutionTargetsFilterKey {
2005
- ResourceId = "ResourceId",
2006
- ResourceType = "ResourceType",
2007
- Status = "Status"
2008
- }
2009
-
2010
- export interface AssociationExecutionTargetsFilter {
2011
-
2012
- Key: AssociationExecutionTargetsFilterKey | string | undefined;
2013
-
2014
- Value: string | undefined;
2015
- }
2016
- export declare namespace AssociationExecutionTargetsFilter {
2017
-
2018
- const filterSensitiveLog: (obj: AssociationExecutionTargetsFilter) => any;
2019
- }
2020
- export interface DescribeAssociationExecutionTargetsRequest {
2021
-
2022
- AssociationId: string | undefined;
2023
-
2024
- ExecutionId: string | undefined;
2025
-
2026
- Filters?: AssociationExecutionTargetsFilter[];
2027
-
2028
- MaxResults?: number;
2029
-
2030
- NextToken?: string;
2031
- }
2032
- export declare namespace DescribeAssociationExecutionTargetsRequest {
2033
-
2034
- const filterSensitiveLog: (obj: DescribeAssociationExecutionTargetsRequest) => any;
2035
- }
2036
-
2037
- export interface OutputSource {
2038
-
2039
- OutputSourceId?: string;
2040
-
2041
- OutputSourceType?: string;
2042
- }
2043
- export declare namespace OutputSource {
2044
-
2045
- const filterSensitiveLog: (obj: OutputSource) => any;
2046
- }
2047
-
2048
- export interface AssociationExecutionTarget {
2049
-
2050
- AssociationId?: string;
2051
-
2052
- AssociationVersion?: string;
2053
-
2054
- ExecutionId?: string;
2055
-
2056
- ResourceId?: string;
2057
-
2058
- ResourceType?: string;
2059
-
2060
- Status?: string;
2061
-
2062
- DetailedStatus?: string;
2063
-
2064
- LastExecutionDate?: Date;
2065
-
2066
- OutputSource?: OutputSource;
2067
- }
2068
- export declare namespace AssociationExecutionTarget {
2069
-
2070
- const filterSensitiveLog: (obj: AssociationExecutionTarget) => any;
2071
- }
2072
- export interface DescribeAssociationExecutionTargetsResult {
2073
-
2074
- AssociationExecutionTargets?: AssociationExecutionTarget[];
2075
-
2076
- NextToken?: string;
2077
- }
2078
- export declare namespace DescribeAssociationExecutionTargetsResult {
2079
-
2080
- const filterSensitiveLog: (obj: DescribeAssociationExecutionTargetsResult) => any;
2081
- }
2082
- export declare enum AutomationExecutionFilterKey {
2083
- AUTOMATION_SUBTYPE = "AutomationSubtype",
2084
- AUTOMATION_TYPE = "AutomationType",
2085
- CURRENT_ACTION = "CurrentAction",
2086
- DOCUMENT_NAME_PREFIX = "DocumentNamePrefix",
2087
- EXECUTION_ID = "ExecutionId",
2088
- EXECUTION_STATUS = "ExecutionStatus",
2089
- OPS_ITEM_ID = "OpsItemId",
2090
- PARENT_EXECUTION_ID = "ParentExecutionId",
2091
- START_TIME_AFTER = "StartTimeAfter",
2092
- START_TIME_BEFORE = "StartTimeBefore",
2093
- TAG_KEY = "TagKey",
2094
- TARGET_RESOURCE_GROUP = "TargetResourceGroup"
2095
- }
2096
-
2097
- export interface AutomationExecutionFilter {
2098
-
2099
- Key: AutomationExecutionFilterKey | string | undefined;
2100
-
2101
- Values: string[] | undefined;
2102
- }
2103
- export declare namespace AutomationExecutionFilter {
2104
-
2105
- const filterSensitiveLog: (obj: AutomationExecutionFilter) => any;
2106
- }
2107
- export interface DescribeAutomationExecutionsRequest {
2108
-
2109
- Filters?: AutomationExecutionFilter[];
2110
-
2111
- MaxResults?: number;
2112
-
2113
- NextToken?: string;
2114
- }
2115
- export declare namespace DescribeAutomationExecutionsRequest {
2116
-
2117
- const filterSensitiveLog: (obj: DescribeAutomationExecutionsRequest) => any;
2118
- }
2119
- export declare enum AutomationExecutionStatus {
2120
- APPROVED = "Approved",
2121
- CANCELLED = "Cancelled",
2122
- CANCELLING = "Cancelling",
2123
- CHANGE_CALENDAR_OVERRIDE_APPROVED = "ChangeCalendarOverrideApproved",
2124
- CHANGE_CALENDAR_OVERRIDE_REJECTED = "ChangeCalendarOverrideRejected",
2125
- COMPLETED_WITH_FAILURE = "CompletedWithFailure",
2126
- COMPLETED_WITH_SUCCESS = "CompletedWithSuccess",
2127
- FAILED = "Failed",
2128
- INPROGRESS = "InProgress",
2129
- PENDING = "Pending",
2130
- PENDING_APPROVAL = "PendingApproval",
2131
- PENDING_CHANGE_CALENDAR_OVERRIDE = "PendingChangeCalendarOverride",
2132
- REJECTED = "Rejected",
2133
- RUNBOOK_INPROGRESS = "RunbookInProgress",
2134
- SCHEDULED = "Scheduled",
2135
- SUCCESS = "Success",
2136
- TIMEDOUT = "TimedOut",
2137
- WAITING = "Waiting"
2138
- }
2139
- export declare enum AutomationSubtype {
2140
- ChangeRequest = "ChangeRequest"
2141
- }
2142
- export declare enum AutomationType {
2143
- CrossAccount = "CrossAccount",
2144
- Local = "Local"
2145
- }
2146
- export declare enum ExecutionMode {
2147
- Auto = "Auto",
2148
- Interactive = "Interactive"
2149
- }
2150
-
2151
- export interface ResolvedTargets {
2152
-
2153
- ParameterValues?: string[];
2154
-
2155
- Truncated?: boolean;
2156
- }
2157
- export declare namespace ResolvedTargets {
2158
-
2159
- const filterSensitiveLog: (obj: ResolvedTargets) => any;
2160
- }
2161
-
2162
- export interface Runbook {
2163
-
2164
- DocumentName: string | undefined;
2165
-
2166
- DocumentVersion?: string;
2167
-
2168
- Parameters?: {
2169
- [key: string]: string[];
2170
- };
2171
-
2172
- TargetParameterName?: string;
2173
-
2174
- Targets?: Target[];
2175
-
2176
- MaxConcurrency?: string;
2177
-
2178
- MaxErrors?: string;
2179
-
2180
- TargetLocations?: TargetLocation[];
2181
- }
2182
- export declare namespace Runbook {
2183
-
2184
- const filterSensitiveLog: (obj: Runbook) => any;
2185
- }
2186
-
2187
- export interface AutomationExecutionMetadata {
2188
-
2189
- AutomationExecutionId?: string;
2190
-
2191
- DocumentName?: string;
2192
-
2193
- DocumentVersion?: string;
2194
-
2195
- AutomationExecutionStatus?: AutomationExecutionStatus | string;
2196
-
2197
- ExecutionStartTime?: Date;
2198
-
2199
- ExecutionEndTime?: Date;
2200
-
2201
- ExecutedBy?: string;
2202
-
2203
- LogFile?: string;
2204
-
2205
- Outputs?: {
2206
- [key: string]: string[];
2207
- };
2208
-
2209
- Mode?: ExecutionMode | string;
2210
-
2211
- ParentAutomationExecutionId?: string;
2212
-
2213
- CurrentStepName?: string;
2214
-
2215
- CurrentAction?: string;
2216
-
2217
- FailureMessage?: string;
2218
-
2219
- TargetParameterName?: string;
2220
-
2221
- Targets?: Target[];
2222
-
2223
- TargetMaps?: {
2224
- [key: string]: string[];
2225
- }[];
2226
-
2227
- ResolvedTargets?: ResolvedTargets;
2228
-
2229
- MaxConcurrency?: string;
2230
-
2231
- MaxErrors?: string;
2232
-
2233
- Target?: string;
2234
-
2235
- AutomationType?: AutomationType | string;
2236
-
2237
- AutomationSubtype?: AutomationSubtype | string;
2238
-
2239
- ScheduledTime?: Date;
2240
-
2241
- Runbooks?: Runbook[];
2242
-
2243
- OpsItemId?: string;
2244
-
2245
- AssociationId?: string;
2246
-
2247
- ChangeRequestName?: string;
2248
- }
2249
- export declare namespace AutomationExecutionMetadata {
2250
-
2251
- const filterSensitiveLog: (obj: AutomationExecutionMetadata) => any;
2252
- }
2253
- export interface DescribeAutomationExecutionsResult {
2254
-
2255
- AutomationExecutionMetadataList?: AutomationExecutionMetadata[];
2256
-
2257
- NextToken?: string;
2258
- }
2259
- export declare namespace DescribeAutomationExecutionsResult {
2260
-
2261
- const filterSensitiveLog: (obj: DescribeAutomationExecutionsResult) => any;
2262
- }
2263
-
2264
- export interface InvalidFilterKey extends __SmithyException, $MetadataBearer {
2265
- name: "InvalidFilterKey";
2266
- $fault: "client";
2267
- }
2268
- export declare namespace InvalidFilterKey {
2269
-
2270
- const filterSensitiveLog: (obj: InvalidFilterKey) => any;
2271
- }
2272
-
2273
- export interface InvalidFilterValue extends __SmithyException, $MetadataBearer {
2274
- name: "InvalidFilterValue";
2275
- $fault: "client";
2276
- Message?: string;
2277
- }
2278
- export declare namespace InvalidFilterValue {
2279
-
2280
- const filterSensitiveLog: (obj: InvalidFilterValue) => any;
2281
- }
2282
-
2283
- export interface AutomationExecutionNotFoundException extends __SmithyException, $MetadataBearer {
2284
- name: "AutomationExecutionNotFoundException";
2285
- $fault: "client";
2286
- Message?: string;
2287
- }
2288
- export declare namespace AutomationExecutionNotFoundException {
2289
-
2290
- const filterSensitiveLog: (obj: AutomationExecutionNotFoundException) => any;
2291
- }
2292
- export declare enum StepExecutionFilterKey {
2293
- ACTION = "Action",
2294
- START_TIME_AFTER = "StartTimeAfter",
2295
- START_TIME_BEFORE = "StartTimeBefore",
2296
- STEP_EXECUTION_ID = "StepExecutionId",
2297
- STEP_EXECUTION_STATUS = "StepExecutionStatus",
2298
- STEP_NAME = "StepName"
2299
- }
2300
-
2301
- export interface StepExecutionFilter {
2302
-
2303
- Key: StepExecutionFilterKey | string | undefined;
2304
-
2305
- Values: string[] | undefined;
2306
- }
2307
- export declare namespace StepExecutionFilter {
2308
-
2309
- const filterSensitiveLog: (obj: StepExecutionFilter) => any;
2310
- }
2311
- export interface DescribeAutomationStepExecutionsRequest {
2312
-
2313
- AutomationExecutionId: string | undefined;
2314
-
2315
- Filters?: StepExecutionFilter[];
2316
-
2317
- NextToken?: string;
2318
-
2319
- MaxResults?: number;
2320
-
2321
- ReverseOrder?: boolean;
2322
- }
2323
- export declare namespace DescribeAutomationStepExecutionsRequest {
2324
-
2325
- const filterSensitiveLog: (obj: DescribeAutomationStepExecutionsRequest) => any;
2326
- }
2327
-
2328
- export interface FailureDetails {
2329
-
2330
- FailureStage?: string;
2331
-
2332
- FailureType?: string;
2333
-
2334
- Details?: {
2335
- [key: string]: string[];
2336
- };
2337
- }
2338
- export declare namespace FailureDetails {
2339
-
2340
- const filterSensitiveLog: (obj: FailureDetails) => any;
2341
- }
2342
-
2343
- export interface StepExecution {
2344
-
2345
- StepName?: string;
2346
-
2347
- Action?: string;
2348
-
2349
- TimeoutSeconds?: number;
2350
-
2351
- OnFailure?: string;
2352
-
2353
- MaxAttempts?: number;
2354
-
2355
- ExecutionStartTime?: Date;
2356
-
2357
- ExecutionEndTime?: Date;
2358
-
2359
- StepStatus?: AutomationExecutionStatus | string;
2360
-
2361
- ResponseCode?: string;
2362
-
2363
- Inputs?: {
2364
- [key: string]: string;
2365
- };
2366
-
2367
- Outputs?: {
2368
- [key: string]: string[];
2369
- };
2370
-
2371
- Response?: string;
2372
-
2373
- FailureMessage?: string;
2374
-
2375
- FailureDetails?: FailureDetails;
2376
-
2377
- StepExecutionId?: string;
2378
-
2379
- OverriddenParameters?: {
2380
- [key: string]: string[];
2381
- };
2382
-
2383
- IsEnd?: boolean;
2384
-
2385
- NextStep?: string;
2386
-
2387
- IsCritical?: boolean;
2388
-
2389
- ValidNextSteps?: string[];
2390
-
2391
- Targets?: Target[];
2392
-
2393
- TargetLocation?: TargetLocation;
2394
- }
2395
- export declare namespace StepExecution {
2396
-
2397
- const filterSensitiveLog: (obj: StepExecution) => any;
2398
- }
2399
- export interface DescribeAutomationStepExecutionsResult {
2400
-
2401
- StepExecutions?: StepExecution[];
2402
-
2403
- NextToken?: string;
2404
- }
2405
- export declare namespace DescribeAutomationStepExecutionsResult {
2406
-
2407
- const filterSensitiveLog: (obj: DescribeAutomationStepExecutionsResult) => any;
2408
- }
2409
-
2410
- export interface PatchOrchestratorFilter {
2411
-
2412
- Key?: string;
2413
-
2414
- Values?: string[];
2415
- }
2416
- export declare namespace PatchOrchestratorFilter {
2417
-
2418
- const filterSensitiveLog: (obj: PatchOrchestratorFilter) => any;
2419
- }
2420
- export interface DescribeAvailablePatchesRequest {
2421
-
2422
- Filters?: PatchOrchestratorFilter[];
2423
-
2424
- MaxResults?: number;
2425
-
2426
- NextToken?: string;
2427
- }
2428
- export declare namespace DescribeAvailablePatchesRequest {
2429
-
2430
- const filterSensitiveLog: (obj: DescribeAvailablePatchesRequest) => any;
2431
- }
2432
-
2433
- export interface Patch {
2434
-
2435
- Id?: string;
2436
-
2437
- ReleaseDate?: Date;
2438
-
2439
- Title?: string;
2440
-
2441
- Description?: string;
2442
-
2443
- ContentUrl?: string;
2444
-
2445
- Vendor?: string;
2446
-
2447
- ProductFamily?: string;
2448
-
2449
- Product?: string;
2450
-
2451
- Classification?: string;
2452
-
2453
- MsrcSeverity?: string;
2454
-
2455
- KbNumber?: string;
2456
-
2457
- MsrcNumber?: string;
2458
-
2459
- Language?: string;
2460
-
2461
- AdvisoryIds?: string[];
2462
-
2463
- BugzillaIds?: string[];
2464
-
2465
- CVEIds?: string[];
2466
-
2467
- Name?: string;
2468
-
2469
- Epoch?: number;
2470
-
2471
- Version?: string;
2472
-
2473
- Release?: string;
2474
-
2475
- Arch?: string;
2476
-
2477
- Severity?: string;
2478
-
2479
- Repository?: string;
2480
- }
2481
- export declare namespace Patch {
2482
-
2483
- const filterSensitiveLog: (obj: Patch) => any;
2484
- }
2485
- export interface DescribeAvailablePatchesResult {
2486
-
2487
- Patches?: Patch[];
2488
-
2489
- NextToken?: string;
2490
- }
2491
- export declare namespace DescribeAvailablePatchesResult {
2492
-
2493
- const filterSensitiveLog: (obj: DescribeAvailablePatchesResult) => any;
2494
- }
2495
- export interface DescribeDocumentRequest {
2496
-
2497
- Name: string | undefined;
2498
-
2499
- DocumentVersion?: string;
2500
-
2501
- VersionName?: string;
2502
- }
2503
- export declare namespace DescribeDocumentRequest {
2504
-
2505
- const filterSensitiveLog: (obj: DescribeDocumentRequest) => any;
2506
- }
2507
- export interface DescribeDocumentResult {
2508
-
2509
- Document?: DocumentDescription;
2510
- }
2511
- export declare namespace DescribeDocumentResult {
2512
-
2513
- const filterSensitiveLog: (obj: DescribeDocumentResult) => any;
2514
- }
2515
- export declare enum DocumentPermissionType {
2516
- SHARE = "Share"
2517
- }
2518
- export interface DescribeDocumentPermissionRequest {
2519
-
2520
- Name: string | undefined;
2521
-
2522
- PermissionType: DocumentPermissionType | string | undefined;
2523
-
2524
- MaxResults?: number;
2525
-
2526
- NextToken?: string;
2527
- }
2528
- export declare namespace DescribeDocumentPermissionRequest {
2529
-
2530
- const filterSensitiveLog: (obj: DescribeDocumentPermissionRequest) => any;
2531
- }
2532
- export interface DescribeDocumentPermissionResponse {
2533
-
2534
- AccountIds?: string[];
2535
-
2536
- AccountSharingInfoList?: AccountSharingInfo[];
2537
-
2538
- NextToken?: string;
2539
- }
2540
- export declare namespace DescribeDocumentPermissionResponse {
2541
-
2542
- const filterSensitiveLog: (obj: DescribeDocumentPermissionResponse) => any;
2543
- }
2544
-
2545
- export interface InvalidPermissionType extends __SmithyException, $MetadataBearer {
2546
- name: "InvalidPermissionType";
2547
- $fault: "client";
2548
- Message?: string;
2549
- }
2550
- export declare namespace InvalidPermissionType {
2551
-
2552
- const filterSensitiveLog: (obj: InvalidPermissionType) => any;
2553
- }
2554
- export interface DescribeEffectiveInstanceAssociationsRequest {
2555
-
2556
- InstanceId: string | undefined;
2557
-
2558
- MaxResults?: number;
2559
-
2560
- NextToken?: string;
2561
- }
2562
- export declare namespace DescribeEffectiveInstanceAssociationsRequest {
2563
-
2564
- const filterSensitiveLog: (obj: DescribeEffectiveInstanceAssociationsRequest) => any;
2565
- }
2566
-
2567
- export interface InstanceAssociation {
2568
-
2569
- AssociationId?: string;
2570
-
2571
- InstanceId?: string;
2572
-
2573
- Content?: string;
2574
-
2575
- AssociationVersion?: string;
2576
- }
2577
- export declare namespace InstanceAssociation {
2578
-
2579
- const filterSensitiveLog: (obj: InstanceAssociation) => any;
2580
- }
2581
- export interface DescribeEffectiveInstanceAssociationsResult {
2582
-
2583
- Associations?: InstanceAssociation[];
2584
-
2585
- NextToken?: string;
2586
- }
2587
- export declare namespace DescribeEffectiveInstanceAssociationsResult {
2588
-
2589
- const filterSensitiveLog: (obj: DescribeEffectiveInstanceAssociationsResult) => any;
2590
- }
2591
- export interface DescribeEffectivePatchesForPatchBaselineRequest {
2592
-
2593
- BaselineId: string | undefined;
2594
-
2595
- MaxResults?: number;
2596
-
2597
- NextToken?: string;
2598
- }
2599
- export declare namespace DescribeEffectivePatchesForPatchBaselineRequest {
2600
-
2601
- const filterSensitiveLog: (obj: DescribeEffectivePatchesForPatchBaselineRequest) => any;
2602
- }
2603
- export declare enum PatchDeploymentStatus {
2604
- Approved = "APPROVED",
2605
- ExplicitApproved = "EXPLICIT_APPROVED",
2606
- ExplicitRejected = "EXPLICIT_REJECTED",
2607
- PendingApproval = "PENDING_APPROVAL"
2608
- }
2609
-
2610
- export interface PatchStatus {
2611
-
2612
- DeploymentStatus?: PatchDeploymentStatus | string;
2613
-
2614
- ComplianceLevel?: PatchComplianceLevel | string;
2615
-
2616
- ApprovalDate?: Date;
2617
- }
2618
- export declare namespace PatchStatus {
2619
-
2620
- const filterSensitiveLog: (obj: PatchStatus) => any;
2621
- }
2622
-
2623
- export interface EffectivePatch {
2624
-
2625
- Patch?: Patch;
2626
-
2627
- PatchStatus?: PatchStatus;
2628
- }
2629
- export declare namespace EffectivePatch {
2630
-
2631
- const filterSensitiveLog: (obj: EffectivePatch) => any;
2632
- }
2633
- export interface DescribeEffectivePatchesForPatchBaselineResult {
2634
-
2635
- EffectivePatches?: EffectivePatch[];
2636
-
2637
- NextToken?: string;
2638
- }
2639
- export declare namespace DescribeEffectivePatchesForPatchBaselineResult {
2640
-
2641
- const filterSensitiveLog: (obj: DescribeEffectivePatchesForPatchBaselineResult) => any;
2642
- }
2643
-
2644
- export interface UnsupportedOperatingSystem extends __SmithyException, $MetadataBearer {
2645
- name: "UnsupportedOperatingSystem";
2646
- $fault: "client";
2647
- Message?: string;
2648
- }
2649
- export declare namespace UnsupportedOperatingSystem {
2650
-
2651
- const filterSensitiveLog: (obj: UnsupportedOperatingSystem) => any;
2652
- }
2653
- export interface DescribeInstanceAssociationsStatusRequest {
2654
-
2655
- InstanceId: string | undefined;
2656
-
2657
- MaxResults?: number;
2658
-
2659
- NextToken?: string;
2660
- }
2661
- export declare namespace DescribeInstanceAssociationsStatusRequest {
2662
-
2663
- const filterSensitiveLog: (obj: DescribeInstanceAssociationsStatusRequest) => any;
2664
- }
2665
-
2666
- export interface S3OutputUrl {
2667
-
2668
- OutputUrl?: string;
2669
- }
2670
- export declare namespace S3OutputUrl {
2671
-
2672
- const filterSensitiveLog: (obj: S3OutputUrl) => any;
2673
- }
2674
-
2675
- export interface InstanceAssociationOutputUrl {
2676
-
2677
- S3OutputUrl?: S3OutputUrl;
2678
- }
2679
- export declare namespace InstanceAssociationOutputUrl {
2680
-
2681
- const filterSensitiveLog: (obj: InstanceAssociationOutputUrl) => any;
2682
- }
2683
-
2684
- export interface InstanceAssociationStatusInfo {
2685
-
2686
- AssociationId?: string;
2687
-
2688
- Name?: string;
2689
-
2690
- DocumentVersion?: string;
2691
-
2692
- AssociationVersion?: string;
2693
-
2694
- InstanceId?: string;
2695
-
2696
- ExecutionDate?: Date;
2697
-
2698
- Status?: string;
2699
-
2700
- DetailedStatus?: string;
2701
-
2702
- ExecutionSummary?: string;
2703
-
2704
- ErrorCode?: string;
2705
-
2706
- OutputUrl?: InstanceAssociationOutputUrl;
2707
-
2708
- AssociationName?: string;
2709
- }
2710
- export declare namespace InstanceAssociationStatusInfo {
2711
-
2712
- const filterSensitiveLog: (obj: InstanceAssociationStatusInfo) => any;
2713
- }
2714
- export interface DescribeInstanceAssociationsStatusResult {
2715
-
2716
- InstanceAssociationStatusInfos?: InstanceAssociationStatusInfo[];
2717
-
2718
- NextToken?: string;
2719
- }
2720
- export declare namespace DescribeInstanceAssociationsStatusResult {
2721
-
2722
- const filterSensitiveLog: (obj: DescribeInstanceAssociationsStatusResult) => any;
2723
- }
2724
-
2725
- export interface InstanceInformationStringFilter {
2726
-
2727
- Key: string | undefined;
2728
-
2729
- Values: string[] | undefined;
2730
- }
2731
- export declare namespace InstanceInformationStringFilter {
2732
-
2733
- const filterSensitiveLog: (obj: InstanceInformationStringFilter) => any;
2734
- }
2735
- export declare enum InstanceInformationFilterKey {
2736
- ACTIVATION_IDS = "ActivationIds",
2737
- AGENT_VERSION = "AgentVersion",
2738
- ASSOCIATION_STATUS = "AssociationStatus",
2739
- IAM_ROLE = "IamRole",
2740
- INSTANCE_IDS = "InstanceIds",
2741
- PING_STATUS = "PingStatus",
2742
- PLATFORM_TYPES = "PlatformTypes",
2743
- RESOURCE_TYPE = "ResourceType"
2744
- }
2745
-
2746
- export interface InstanceInformationFilter {
2747
-
2748
- key: InstanceInformationFilterKey | string | undefined;
2749
-
2750
- valueSet: string[] | undefined;
2751
- }
2752
- export declare namespace InstanceInformationFilter {
2753
-
2754
- const filterSensitiveLog: (obj: InstanceInformationFilter) => any;
2755
- }
2756
- export interface DescribeInstanceInformationRequest {
2757
-
2758
- InstanceInformationFilterList?: InstanceInformationFilter[];
2759
-
2760
- Filters?: InstanceInformationStringFilter[];
2761
-
2762
- MaxResults?: number;
2763
-
2764
- NextToken?: string;
2765
- }
2766
- export declare namespace DescribeInstanceInformationRequest {
2767
-
2768
- const filterSensitiveLog: (obj: DescribeInstanceInformationRequest) => any;
2769
- }
2770
-
2771
- export interface InstanceAggregatedAssociationOverview {
2772
-
2773
- DetailedStatus?: string;
2774
-
2775
- InstanceAssociationStatusAggregatedCount?: {
2776
- [key: string]: number;
2777
- };
2778
- }
2779
- export declare namespace InstanceAggregatedAssociationOverview {
2780
-
2781
- const filterSensitiveLog: (obj: InstanceAggregatedAssociationOverview) => any;
2782
- }
2783
- export declare enum PingStatus {
2784
- CONNECTION_LOST = "ConnectionLost",
2785
- INACTIVE = "Inactive",
2786
- ONLINE = "Online"
2787
- }
2788
- export declare enum ResourceType {
2789
- DOCUMENT = "Document",
2790
- EC2_INSTANCE = "EC2Instance",
2791
- MANAGED_INSTANCE = "ManagedInstance"
2792
- }
2793
-
2794
- export interface InstanceInformation {
2795
-
2796
- InstanceId?: string;
2797
-
2798
- PingStatus?: PingStatus | string;
2799
-
2800
- LastPingDateTime?: Date;
2801
-
2802
- AgentVersion?: string;
2803
-
2804
- IsLatestVersion?: boolean;
2805
-
2806
- PlatformType?: PlatformType | string;
2807
-
2808
- PlatformName?: string;
2809
-
2810
- PlatformVersion?: string;
2811
-
2812
- ActivationId?: string;
2813
-
2814
- IamRole?: string;
2815
-
2816
- RegistrationDate?: Date;
2817
-
2818
- ResourceType?: ResourceType | string;
2819
-
2820
- Name?: string;
2821
-
2822
- IPAddress?: string;
2823
-
2824
- ComputerName?: string;
2825
-
2826
- AssociationStatus?: string;
2827
-
2828
- LastAssociationExecutionDate?: Date;
2829
-
2830
- LastSuccessfulAssociationExecutionDate?: Date;
2831
-
2832
- AssociationOverview?: InstanceAggregatedAssociationOverview;
2833
- }
2834
- export declare namespace InstanceInformation {
2835
-
2836
- const filterSensitiveLog: (obj: InstanceInformation) => any;
2837
- }
2838
- export interface DescribeInstanceInformationResult {
2839
-
2840
- InstanceInformationList?: InstanceInformation[];
2841
-
2842
- NextToken?: string;
2843
- }
2844
- export declare namespace DescribeInstanceInformationResult {
2845
-
2846
- const filterSensitiveLog: (obj: DescribeInstanceInformationResult) => any;
2847
- }
2848
-
2849
- export interface InvalidInstanceInformationFilterValue extends __SmithyException, $MetadataBearer {
2850
- name: "InvalidInstanceInformationFilterValue";
2851
- $fault: "client";
2852
- message?: string;
2853
- }
2854
- export declare namespace InvalidInstanceInformationFilterValue {
2855
-
2856
- const filterSensitiveLog: (obj: InvalidInstanceInformationFilterValue) => any;
2857
- }
2858
- export interface DescribeInstancePatchesRequest {
2859
-
2860
- InstanceId: string | undefined;
2861
-
2862
- Filters?: PatchOrchestratorFilter[];
2863
-
2864
- NextToken?: string;
2865
-
2866
- MaxResults?: number;
2867
- }
2868
- export declare namespace DescribeInstancePatchesRequest {
2869
-
2870
- const filterSensitiveLog: (obj: DescribeInstancePatchesRequest) => any;
2871
- }
2872
- export declare enum PatchComplianceDataState {
2873
- Failed = "FAILED",
2874
- Installed = "INSTALLED",
2875
- InstalledOther = "INSTALLED_OTHER",
2876
- InstalledPendingReboot = "INSTALLED_PENDING_REBOOT",
2877
- InstalledRejected = "INSTALLED_REJECTED",
2878
- Missing = "MISSING",
2879
- NotApplicable = "NOT_APPLICABLE"
2880
- }
2881
-
2882
- export interface PatchComplianceData {
2883
-
2884
- Title: string | undefined;
2885
-
2886
- KBId: string | undefined;
2887
-
2888
- Classification: string | undefined;
2889
-
2890
- Severity: string | undefined;
2891
-
2892
- State: PatchComplianceDataState | string | undefined;
2893
-
2894
- InstalledTime: Date | undefined;
2895
-
2896
- CVEIds?: string;
2897
- }
2898
- export declare namespace PatchComplianceData {
2899
-
2900
- const filterSensitiveLog: (obj: PatchComplianceData) => any;
2901
- }
2902
- export interface DescribeInstancePatchesResult {
2903
-
2904
- Patches?: PatchComplianceData[];
2905
-
2906
- NextToken?: string;
2907
- }
2908
- export declare namespace DescribeInstancePatchesResult {
2909
-
2910
- const filterSensitiveLog: (obj: DescribeInstancePatchesResult) => any;
2911
- }
2912
- export interface DescribeInstancePatchStatesRequest {
2913
-
2914
- InstanceIds: string[] | undefined;
2915
-
2916
- NextToken?: string;
2917
-
2918
- MaxResults?: number;
2919
- }
2920
- export declare namespace DescribeInstancePatchStatesRequest {
2921
-
2922
- const filterSensitiveLog: (obj: DescribeInstancePatchStatesRequest) => any;
2923
- }
2924
- export declare enum PatchOperationType {
2925
- INSTALL = "Install",
2926
- SCAN = "Scan"
2927
- }
2928
- export declare enum RebootOption {
2929
- NO_REBOOT = "NoReboot",
2930
- REBOOT_IF_NEEDED = "RebootIfNeeded"
2931
- }
2932
-
2933
- export interface InstancePatchState {
2934
-
2935
- InstanceId: string | undefined;
2936
-
2937
- PatchGroup: string | undefined;
2938
-
2939
- BaselineId: string | undefined;
2940
-
2941
- SnapshotId?: string;
2942
-
2943
- InstallOverrideList?: string;
2944
-
2945
- OwnerInformation?: string;
2946
-
2947
- InstalledCount?: number;
2948
-
2949
- InstalledOtherCount?: number;
2950
-
2951
- InstalledPendingRebootCount?: number;
2952
-
2953
- InstalledRejectedCount?: number;
2954
-
2955
- MissingCount?: number;
2956
-
2957
- FailedCount?: number;
2958
-
2959
- UnreportedNotApplicableCount?: number;
2960
-
2961
- NotApplicableCount?: number;
2962
-
2963
- OperationStartTime: Date | undefined;
2964
-
2965
- OperationEndTime: Date | undefined;
2966
-
2967
- Operation: PatchOperationType | string | undefined;
2968
-
2969
- LastNoRebootInstallOperationTime?: Date;
2970
-
2971
- RebootOption?: RebootOption | string;
2972
-
2973
- CriticalNonCompliantCount?: number;
2974
-
2975
- SecurityNonCompliantCount?: number;
2976
-
2977
- OtherNonCompliantCount?: number;
2978
- }
2979
- export declare namespace InstancePatchState {
2980
-
2981
- const filterSensitiveLog: (obj: InstancePatchState) => any;
2982
- }
2983
- export interface DescribeInstancePatchStatesResult {
2984
-
2985
- InstancePatchStates?: InstancePatchState[];
2986
-
2987
- NextToken?: string;
2988
- }
2989
- export declare namespace DescribeInstancePatchStatesResult {
2990
-
2991
- const filterSensitiveLog: (obj: DescribeInstancePatchStatesResult) => any;
2992
- }
2993
- export declare enum InstancePatchStateOperatorType {
2994
- EQUAL = "Equal",
2995
- GREATER_THAN = "GreaterThan",
2996
- LESS_THAN = "LessThan",
2997
- NOT_EQUAL = "NotEqual"
2998
- }
2999
-
3000
- export interface InstancePatchStateFilter {
3001
-
3002
- Key: string | undefined;
3003
-
3004
- Values: string[] | undefined;
3005
-
3006
- Type: InstancePatchStateOperatorType | string | undefined;
3007
- }
3008
- export declare namespace InstancePatchStateFilter {
3009
-
3010
- const filterSensitiveLog: (obj: InstancePatchStateFilter) => any;
3011
- }
3012
- export interface DescribeInstancePatchStatesForPatchGroupRequest {
3013
-
3014
- PatchGroup: string | undefined;
3015
-
3016
- Filters?: InstancePatchStateFilter[];
3017
-
3018
- NextToken?: string;
3019
-
3020
- MaxResults?: number;
3021
- }
3022
- export declare namespace DescribeInstancePatchStatesForPatchGroupRequest {
3023
-
3024
- const filterSensitiveLog: (obj: DescribeInstancePatchStatesForPatchGroupRequest) => any;
3025
- }
3026
- export interface DescribeInstancePatchStatesForPatchGroupResult {
3027
-
3028
- InstancePatchStates?: InstancePatchState[];
3029
-
3030
- NextToken?: string;
3031
- }
3032
- export declare namespace DescribeInstancePatchStatesForPatchGroupResult {
3033
-
3034
- const filterSensitiveLog: (obj: DescribeInstancePatchStatesForPatchGroupResult) => any;
3035
- }
3036
- export interface DescribeInventoryDeletionsRequest {
3037
-
3038
- DeletionId?: string;
3039
-
3040
- NextToken?: string;
3041
-
3042
- MaxResults?: number;
3043
- }
3044
- export declare namespace DescribeInventoryDeletionsRequest {
3045
-
3046
- const filterSensitiveLog: (obj: DescribeInventoryDeletionsRequest) => any;
3047
- }
3048
- export declare enum InventoryDeletionStatus {
3049
- COMPLETE = "Complete",
3050
- IN_PROGRESS = "InProgress"
3051
- }
3052
-
3053
- export interface InventoryDeletionStatusItem {
3054
-
3055
- DeletionId?: string;
3056
-
3057
- TypeName?: string;
3058
-
3059
- DeletionStartTime?: Date;
3060
-
3061
- LastStatus?: InventoryDeletionStatus | string;
3062
-
3063
- LastStatusMessage?: string;
3064
-
3065
- DeletionSummary?: InventoryDeletionSummary;
3066
-
3067
- LastStatusUpdateTime?: Date;
3068
- }
3069
- export declare namespace InventoryDeletionStatusItem {
3070
-
3071
- const filterSensitiveLog: (obj: InventoryDeletionStatusItem) => any;
3072
- }
3073
- export interface DescribeInventoryDeletionsResult {
3074
-
3075
- InventoryDeletions?: InventoryDeletionStatusItem[];
3076
-
3077
- NextToken?: string;
3078
- }
3079
- export declare namespace DescribeInventoryDeletionsResult {
3080
-
3081
- const filterSensitiveLog: (obj: DescribeInventoryDeletionsResult) => any;
3082
- }
3083
-
3084
- export interface InvalidDeletionIdException extends __SmithyException, $MetadataBearer {
3085
- name: "InvalidDeletionIdException";
3086
- $fault: "client";
3087
- Message?: string;
3088
- }
3089
- export declare namespace InvalidDeletionIdException {
3090
-
3091
- const filterSensitiveLog: (obj: InvalidDeletionIdException) => any;
3092
- }
3093
-
3094
- export interface MaintenanceWindowFilter {
3095
-
3096
- Key?: string;
3097
-
3098
- Values?: string[];
3099
- }
3100
- export declare namespace MaintenanceWindowFilter {
3101
-
3102
- const filterSensitiveLog: (obj: MaintenanceWindowFilter) => any;
3103
- }
3104
- export interface DescribeMaintenanceWindowExecutionsRequest {
3105
-
3106
- WindowId: string | undefined;
3107
-
3108
- Filters?: MaintenanceWindowFilter[];
3109
-
3110
- MaxResults?: number;
3111
-
3112
- NextToken?: string;
3113
- }
3114
- export declare namespace DescribeMaintenanceWindowExecutionsRequest {
3115
-
3116
- const filterSensitiveLog: (obj: DescribeMaintenanceWindowExecutionsRequest) => any;
3117
- }
3118
- export declare enum MaintenanceWindowExecutionStatus {
3119
- Cancelled = "CANCELLED",
3120
- Cancelling = "CANCELLING",
3121
- Failed = "FAILED",
3122
- InProgress = "IN_PROGRESS",
3123
- Pending = "PENDING",
3124
- SkippedOverlapping = "SKIPPED_OVERLAPPING",
3125
- Success = "SUCCESS",
3126
- TimedOut = "TIMED_OUT"
3127
- }
3128
-
3129
- export interface MaintenanceWindowExecution {
3130
-
3131
- WindowId?: string;
3132
-
3133
- WindowExecutionId?: string;
3134
-
3135
- Status?: MaintenanceWindowExecutionStatus | string;
3136
-
3137
- StatusDetails?: string;
3138
-
3139
- StartTime?: Date;
3140
-
3141
- EndTime?: Date;
3142
- }
3143
- export declare namespace MaintenanceWindowExecution {
3144
-
3145
- const filterSensitiveLog: (obj: MaintenanceWindowExecution) => any;
3146
- }
3147
- export interface DescribeMaintenanceWindowExecutionsResult {
3148
-
3149
- WindowExecutions?: MaintenanceWindowExecution[];
3150
-
3151
- NextToken?: string;
3152
- }
3153
- export declare namespace DescribeMaintenanceWindowExecutionsResult {
3154
-
3155
- const filterSensitiveLog: (obj: DescribeMaintenanceWindowExecutionsResult) => any;
3156
- }
3157
- export interface DescribeMaintenanceWindowExecutionTaskInvocationsRequest {
3158
-
3159
- WindowExecutionId: string | undefined;
3160
-
3161
- TaskId: string | undefined;
3162
-
3163
- Filters?: MaintenanceWindowFilter[];
3164
-
3165
- MaxResults?: number;
3166
-
3167
- NextToken?: string;
3168
- }
3169
- export declare namespace DescribeMaintenanceWindowExecutionTaskInvocationsRequest {
3170
-
3171
- const filterSensitiveLog: (obj: DescribeMaintenanceWindowExecutionTaskInvocationsRequest) => any;
3172
- }
3173
- export declare enum MaintenanceWindowTaskType {
3174
- Automation = "AUTOMATION",
3175
- Lambda = "LAMBDA",
3176
- RunCommand = "RUN_COMMAND",
3177
- StepFunctions = "STEP_FUNCTIONS"
3178
- }
3179
-
3180
- export interface MaintenanceWindowExecutionTaskInvocationIdentity {
3181
-
3182
- WindowExecutionId?: string;
3183
-
3184
- TaskExecutionId?: string;
3185
-
3186
- InvocationId?: string;
3187
-
3188
- ExecutionId?: string;
3189
-
3190
- TaskType?: MaintenanceWindowTaskType | string;
3191
-
3192
- Parameters?: string;
3193
-
3194
- Status?: MaintenanceWindowExecutionStatus | string;
3195
-
3196
- StatusDetails?: string;
3197
-
3198
- StartTime?: Date;
3199
-
3200
- EndTime?: Date;
3201
-
3202
- OwnerInformation?: string;
3203
-
3204
- WindowTargetId?: string;
3205
- }
3206
- export declare namespace MaintenanceWindowExecutionTaskInvocationIdentity {
3207
-
3208
- const filterSensitiveLog: (obj: MaintenanceWindowExecutionTaskInvocationIdentity) => any;
3209
- }
3210
- export interface DescribeMaintenanceWindowExecutionTaskInvocationsResult {
3211
-
3212
- WindowExecutionTaskInvocationIdentities?: MaintenanceWindowExecutionTaskInvocationIdentity[];
3213
-
3214
- NextToken?: string;
3215
- }
3216
- export declare namespace DescribeMaintenanceWindowExecutionTaskInvocationsResult {
3217
-
3218
- const filterSensitiveLog: (obj: DescribeMaintenanceWindowExecutionTaskInvocationsResult) => any;
3219
- }
3220
- export interface DescribeMaintenanceWindowExecutionTasksRequest {
3221
-
3222
- WindowExecutionId: string | undefined;
3223
-
3224
- Filters?: MaintenanceWindowFilter[];
3225
-
3226
- MaxResults?: number;
3227
-
3228
- NextToken?: string;
3229
- }
3230
- export declare namespace DescribeMaintenanceWindowExecutionTasksRequest {
3231
-
3232
- const filterSensitiveLog: (obj: DescribeMaintenanceWindowExecutionTasksRequest) => any;
3233
- }
3234
-
3235
- export interface MaintenanceWindowExecutionTaskIdentity {
3236
-
3237
- WindowExecutionId?: string;
3238
-
3239
- TaskExecutionId?: string;
3240
-
3241
- Status?: MaintenanceWindowExecutionStatus | string;
3242
-
3243
- StatusDetails?: string;
3244
-
3245
- StartTime?: Date;
3246
-
3247
- EndTime?: Date;
3248
-
3249
- TaskArn?: string;
3250
-
3251
- TaskType?: MaintenanceWindowTaskType | string;
3252
- }
3253
- export declare namespace MaintenanceWindowExecutionTaskIdentity {
3254
-
3255
- const filterSensitiveLog: (obj: MaintenanceWindowExecutionTaskIdentity) => any;
3256
- }
3257
- export interface DescribeMaintenanceWindowExecutionTasksResult {
3258
-
3259
- WindowExecutionTaskIdentities?: MaintenanceWindowExecutionTaskIdentity[];
3260
-
3261
- NextToken?: string;
3262
- }
3263
- export declare namespace DescribeMaintenanceWindowExecutionTasksResult {
3264
-
3265
- const filterSensitiveLog: (obj: DescribeMaintenanceWindowExecutionTasksResult) => any;
3266
- }
3267
- export interface DescribeMaintenanceWindowsRequest {
3268
-
3269
- Filters?: MaintenanceWindowFilter[];
3270
-
3271
- MaxResults?: number;
3272
-
3273
- NextToken?: string;
3274
- }
3275
- export declare namespace DescribeMaintenanceWindowsRequest {
3276
-
3277
- const filterSensitiveLog: (obj: DescribeMaintenanceWindowsRequest) => any;
3278
- }
3279
-
3280
- export interface MaintenanceWindowIdentity {
3281
-
3282
- WindowId?: string;
3283
-
3284
- Name?: string;
3285
-
3286
- Description?: string;
3287
-
3288
- Enabled?: boolean;
3289
-
3290
- Duration?: number;
3291
-
3292
- Cutoff?: number;
3293
-
3294
- Schedule?: string;
3295
-
3296
- ScheduleTimezone?: string;
3297
-
3298
- ScheduleOffset?: number;
3299
-
3300
- EndDate?: string;
3301
-
3302
- StartDate?: string;
3303
-
3304
- NextExecutionTime?: string;
3305
- }
3306
- export declare namespace MaintenanceWindowIdentity {
3307
-
3308
- const filterSensitiveLog: (obj: MaintenanceWindowIdentity) => any;
3309
- }
3310
- export interface DescribeMaintenanceWindowsResult {
3311
-
3312
- WindowIdentities?: MaintenanceWindowIdentity[];
3313
-
3314
- NextToken?: string;
3315
- }
3316
- export declare namespace DescribeMaintenanceWindowsResult {
3317
-
3318
- const filterSensitiveLog: (obj: DescribeMaintenanceWindowsResult) => any;
3319
- }
3320
- export declare enum MaintenanceWindowResourceType {
3321
- Instance = "INSTANCE",
3322
- ResourceGroup = "RESOURCE_GROUP"
3323
- }
3324
- export interface DescribeMaintenanceWindowScheduleRequest {
3325
-
3326
- WindowId?: string;
3327
-
3328
- Targets?: Target[];
3329
-
3330
- ResourceType?: MaintenanceWindowResourceType | string;
3331
-
3332
- Filters?: PatchOrchestratorFilter[];
3333
-
3334
- MaxResults?: number;
3335
-
3336
- NextToken?: string;
3337
- }
3338
- export declare namespace DescribeMaintenanceWindowScheduleRequest {
3339
-
3340
- const filterSensitiveLog: (obj: DescribeMaintenanceWindowScheduleRequest) => any;
3341
- }
3342
-
3343
- export interface ScheduledWindowExecution {
3344
-
3345
- WindowId?: string;
3346
-
3347
- Name?: string;
3348
-
3349
- ExecutionTime?: string;
3350
- }
3351
- export declare namespace ScheduledWindowExecution {
3352
-
3353
- const filterSensitiveLog: (obj: ScheduledWindowExecution) => any;
3354
- }
3355
- export interface DescribeMaintenanceWindowScheduleResult {
3356
-
3357
- ScheduledWindowExecutions?: ScheduledWindowExecution[];
3358
-
3359
- NextToken?: string;
3360
- }
3361
- export declare namespace DescribeMaintenanceWindowScheduleResult {
3362
-
3363
- const filterSensitiveLog: (obj: DescribeMaintenanceWindowScheduleResult) => any;
3364
- }
3365
- export interface DescribeMaintenanceWindowsForTargetRequest {
3366
-
3367
- Targets: Target[] | undefined;
3368
-
3369
- ResourceType: MaintenanceWindowResourceType | string | undefined;
3370
-
3371
- MaxResults?: number;
3372
-
3373
- NextToken?: string;
3374
- }
3375
- export declare namespace DescribeMaintenanceWindowsForTargetRequest {
3376
-
3377
- const filterSensitiveLog: (obj: DescribeMaintenanceWindowsForTargetRequest) => any;
3378
- }
3379
-
3380
- export interface MaintenanceWindowIdentityForTarget {
3381
-
3382
- WindowId?: string;
3383
-
3384
- Name?: string;
3385
- }
3386
- export declare namespace MaintenanceWindowIdentityForTarget {
3387
-
3388
- const filterSensitiveLog: (obj: MaintenanceWindowIdentityForTarget) => any;
3389
- }
3390
- export interface DescribeMaintenanceWindowsForTargetResult {
3391
-
3392
- WindowIdentities?: MaintenanceWindowIdentityForTarget[];
3393
-
3394
- NextToken?: string;
3395
- }
3396
- export declare namespace DescribeMaintenanceWindowsForTargetResult {
3397
-
3398
- const filterSensitiveLog: (obj: DescribeMaintenanceWindowsForTargetResult) => any;
3399
- }
3400
- export interface DescribeMaintenanceWindowTargetsRequest {
3401
-
3402
- WindowId: string | undefined;
3403
-
3404
- Filters?: MaintenanceWindowFilter[];
3405
-
3406
- MaxResults?: number;
3407
-
3408
- NextToken?: string;
3409
- }
3410
- export declare namespace DescribeMaintenanceWindowTargetsRequest {
3411
-
3412
- const filterSensitiveLog: (obj: DescribeMaintenanceWindowTargetsRequest) => any;
3413
- }
3414
-
3415
- export interface MaintenanceWindowTarget {
3416
-
3417
- WindowId?: string;
3418
-
3419
- WindowTargetId?: string;
3420
-
3421
- ResourceType?: MaintenanceWindowResourceType | string;
3422
-
3423
- Targets?: Target[];
3424
-
3425
- OwnerInformation?: string;
3426
-
3427
- Name?: string;
3428
-
3429
- Description?: string;
3430
- }
3431
- export declare namespace MaintenanceWindowTarget {
3432
-
3433
- const filterSensitiveLog: (obj: MaintenanceWindowTarget) => any;
3434
- }
3435
- export interface DescribeMaintenanceWindowTargetsResult {
3436
-
3437
- Targets?: MaintenanceWindowTarget[];
3438
-
3439
- NextToken?: string;
3440
- }
3441
- export declare namespace DescribeMaintenanceWindowTargetsResult {
3442
-
3443
- const filterSensitiveLog: (obj: DescribeMaintenanceWindowTargetsResult) => any;
3444
- }
3445
- export interface DescribeMaintenanceWindowTasksRequest {
3446
-
3447
- WindowId: string | undefined;
3448
-
3449
- Filters?: MaintenanceWindowFilter[];
3450
-
3451
- MaxResults?: number;
3452
-
3453
- NextToken?: string;
3454
- }
3455
- export declare namespace DescribeMaintenanceWindowTasksRequest {
3456
-
3457
- const filterSensitiveLog: (obj: DescribeMaintenanceWindowTasksRequest) => any;
3458
- }
3459
- export declare enum MaintenanceWindowTaskCutoffBehavior {
3460
- CancelTask = "CANCEL_TASK",
3461
- ContinueTask = "CONTINUE_TASK"
3462
- }
3463
-
3464
- export interface LoggingInfo {
3465
-
3466
- S3BucketName: string | undefined;
3467
-
3468
- S3KeyPrefix?: string;
3469
-
3470
- S3Region: string | undefined;
3471
- }
3472
- export declare namespace LoggingInfo {
3473
-
3474
- const filterSensitiveLog: (obj: LoggingInfo) => any;
3475
- }
3476
-
3477
- export interface MaintenanceWindowTaskParameterValueExpression {
3478
-
3479
- Values?: string[];
3480
- }
3481
- export declare namespace MaintenanceWindowTaskParameterValueExpression {
3482
-
3483
- const filterSensitiveLog: (obj: MaintenanceWindowTaskParameterValueExpression) => any;
3484
- }
3485
-
3486
- export interface MaintenanceWindowTask {
3487
-
3488
- WindowId?: string;
3489
-
3490
- WindowTaskId?: string;
3491
-
3492
- TaskArn?: string;
3493
-
3494
- Type?: MaintenanceWindowTaskType | string;
3495
-
3496
- Targets?: Target[];
3497
-
3498
- TaskParameters?: {
3499
- [key: string]: MaintenanceWindowTaskParameterValueExpression;
3500
- };
3501
-
3502
- Priority?: number;
3503
-
3504
- LoggingInfo?: LoggingInfo;
3505
-
3506
- ServiceRoleArn?: string;
3507
-
3508
- MaxConcurrency?: string;
3509
-
3510
- MaxErrors?: string;
3511
-
3512
- Name?: string;
3513
-
3514
- Description?: string;
3515
-
3516
- CutoffBehavior?: MaintenanceWindowTaskCutoffBehavior | string;
3517
- }
3518
- export declare namespace MaintenanceWindowTask {
3519
-
3520
- const filterSensitiveLog: (obj: MaintenanceWindowTask) => any;
3521
- }
3522
- export interface DescribeMaintenanceWindowTasksResult {
3523
-
3524
- Tasks?: MaintenanceWindowTask[];
3525
-
3526
- NextToken?: string;
3527
- }
3528
- export declare namespace DescribeMaintenanceWindowTasksResult {
3529
-
3530
- const filterSensitiveLog: (obj: DescribeMaintenanceWindowTasksResult) => any;
3531
- }
3532
- export declare enum OpsItemFilterKey {
3533
- ACTUAL_END_TIME = "ActualEndTime",
3534
- ACTUAL_START_TIME = "ActualStartTime",
3535
- AUTOMATION_ID = "AutomationId",
3536
- CATEGORY = "Category",
3537
- CHANGE_REQUEST_APPROVER_ARN = "ChangeRequestByApproverArn",
3538
- CHANGE_REQUEST_APPROVER_NAME = "ChangeRequestByApproverName",
3539
- CHANGE_REQUEST_REQUESTER_ARN = "ChangeRequestByRequesterArn",
3540
- CHANGE_REQUEST_REQUESTER_NAME = "ChangeRequestByRequesterName",
3541
- CHANGE_REQUEST_TARGETS_RESOURCE_GROUP = "ChangeRequestByTargetsResourceGroup",
3542
- CHANGE_REQUEST_TEMPLATE = "ChangeRequestByTemplate",
3543
- CREATED_BY = "CreatedBy",
3544
- CREATED_TIME = "CreatedTime",
3545
- INSIGHT_TYPE = "InsightByType",
3546
- LAST_MODIFIED_TIME = "LastModifiedTime",
3547
- OPERATIONAL_DATA = "OperationalData",
3548
- OPERATIONAL_DATA_KEY = "OperationalDataKey",
3549
- OPERATIONAL_DATA_VALUE = "OperationalDataValue",
3550
- OPSITEM_ID = "OpsItemId",
3551
- OPSITEM_TYPE = "OpsItemType",
3552
- PLANNED_END_TIME = "PlannedEndTime",
3553
- PLANNED_START_TIME = "PlannedStartTime",
3554
- PRIORITY = "Priority",
3555
- RESOURCE_ID = "ResourceId",
3556
- SEVERITY = "Severity",
3557
- SOURCE = "Source",
3558
- STATUS = "Status",
3559
- TITLE = "Title"
3560
- }
3561
- export declare enum OpsItemFilterOperator {
3562
- CONTAINS = "Contains",
3563
- EQUAL = "Equal",
3564
- GREATER_THAN = "GreaterThan",
3565
- LESS_THAN = "LessThan"
3566
- }
3567
-
3568
- export interface OpsItemFilter {
3569
-
3570
- Key: OpsItemFilterKey | string | undefined;
3571
-
3572
- Values: string[] | undefined;
3573
-
3574
- Operator: OpsItemFilterOperator | string | undefined;
3575
- }
3576
- export declare namespace OpsItemFilter {
3577
-
3578
- const filterSensitiveLog: (obj: OpsItemFilter) => any;
3579
- }
3580
- export interface DescribeOpsItemsRequest {
3581
-
3582
- OpsItemFilters?: OpsItemFilter[];
3583
-
3584
- MaxResults?: number;
3585
-
3586
- NextToken?: string;
3587
- }
3588
- export declare namespace DescribeOpsItemsRequest {
3589
-
3590
- const filterSensitiveLog: (obj: DescribeOpsItemsRequest) => any;
3591
- }
3592
- export declare enum OpsItemStatus {
3593
- APPROVED = "Approved",
3594
- CANCELLED = "Cancelled",
3595
- CANCELLING = "Cancelling",
3596
- CHANGE_CALENDAR_OVERRIDE_APPROVED = "ChangeCalendarOverrideApproved",
3597
- CHANGE_CALENDAR_OVERRIDE_REJECTED = "ChangeCalendarOverrideRejected",
3598
- CLOSED = "Closed",
3599
- COMPLETED_WITH_FAILURE = "CompletedWithFailure",
3600
- COMPLETED_WITH_SUCCESS = "CompletedWithSuccess",
3601
- FAILED = "Failed",
3602
- IN_PROGRESS = "InProgress",
3603
- OPEN = "Open",
3604
- PENDING = "Pending",
3605
- PENDING_APPROVAL = "PendingApproval",
3606
- PENDING_CHANGE_CALENDAR_OVERRIDE = "PendingChangeCalendarOverride",
3607
- REJECTED = "Rejected",
3608
- RESOLVED = "Resolved",
3609
- RUNBOOK_IN_PROGRESS = "RunbookInProgress",
3610
- SCHEDULED = "Scheduled",
3611
- TIMED_OUT = "TimedOut"
3612
- }
3613
-
3614
- export interface OpsItemSummary {
3615
-
3616
- CreatedBy?: string;
3617
-
3618
- CreatedTime?: Date;
3619
-
3620
- LastModifiedBy?: string;
3621
-
3622
- LastModifiedTime?: Date;
3623
-
3624
- Priority?: number;
3625
-
3626
- Source?: string;
3627
-
3628
- Status?: OpsItemStatus | string;
3629
-
3630
- OpsItemId?: string;
3631
-
3632
- Title?: string;
3633
-
3634
- OperationalData?: {
3635
- [key: string]: OpsItemDataValue;
3636
- };
3637
-
3638
- Category?: string;
3639
-
3640
- Severity?: string;
3641
-
3642
- OpsItemType?: string;
3643
-
3644
- ActualStartTime?: Date;
3645
-
3646
- ActualEndTime?: Date;
3647
-
3648
- PlannedStartTime?: Date;
3649
-
3650
- PlannedEndTime?: Date;
3651
- }
3652
- export declare namespace OpsItemSummary {
3653
-
3654
- const filterSensitiveLog: (obj: OpsItemSummary) => any;
3655
- }
3656
- export interface DescribeOpsItemsResponse {
3657
-
3658
- NextToken?: string;
3659
-
3660
- OpsItemSummaries?: OpsItemSummary[];
3661
- }
3662
- export declare namespace DescribeOpsItemsResponse {
3663
-
3664
- const filterSensitiveLog: (obj: DescribeOpsItemsResponse) => any;
3665
- }
3666
- export declare enum ParametersFilterKey {
3667
- KEY_ID = "KeyId",
3668
- NAME = "Name",
3669
- TYPE = "Type"
3670
- }
3671
-
3672
- export interface ParametersFilter {
3673
-
3674
- Key: ParametersFilterKey | string | undefined;
3675
-
3676
- Values: string[] | undefined;
3677
- }
3678
- export declare namespace ParametersFilter {
3679
-
3680
- const filterSensitiveLog: (obj: ParametersFilter) => any;
3681
- }
3682
-
3683
- export interface ParameterStringFilter {
3684
-
3685
- Key: string | undefined;
3686
-
3687
- Option?: string;
3688
-
3689
- Values?: string[];
3690
- }
3691
- export declare namespace ParameterStringFilter {
3692
-
3693
- const filterSensitiveLog: (obj: ParameterStringFilter) => any;
3694
- }
3695
- export interface DescribeParametersRequest {
3696
-
3697
- Filters?: ParametersFilter[];
3698
-
3699
- ParameterFilters?: ParameterStringFilter[];
3700
-
3701
- MaxResults?: number;
3702
-
3703
- NextToken?: string;
3704
- }
3705
- export declare namespace DescribeParametersRequest {
3706
-
3707
- const filterSensitiveLog: (obj: DescribeParametersRequest) => any;
3708
- }
3709
-
3710
- export interface ParameterInlinePolicy {
3711
-
3712
- PolicyText?: string;
3713
-
3714
- PolicyType?: string;
3715
-
3716
- PolicyStatus?: string;
3717
- }
3718
- export declare namespace ParameterInlinePolicy {
3719
-
3720
- const filterSensitiveLog: (obj: ParameterInlinePolicy) => any;
3721
- }
3722
- export declare enum ParameterTier {
3723
- ADVANCED = "Advanced",
3724
- INTELLIGENT_TIERING = "Intelligent-Tiering",
3725
- STANDARD = "Standard"
3726
- }
3727
- export declare enum ParameterType {
3728
- SECURE_STRING = "SecureString",
3729
- STRING = "String",
3730
- STRING_LIST = "StringList"
3731
- }