serverless-spy 0.0.42 → 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 (5113) hide show
  1. package/.jsii +15 -16
  2. package/dist/releasetag.txt +1 -1
  3. package/lib/extension/dist/layer/nodejs/node_modules/interceptor.js +26 -26
  4. package/lib/extension/dist/layer/nodejs/node_modules/interceptor.js.map +3 -3
  5. package/lib/src/ServerlessSpy.js +1 -1
  6. package/node_modules/@aws-sdk/client-apigatewaymanagementapi/CHANGELOG.md +8 -0
  7. package/node_modules/@aws-sdk/client-apigatewaymanagementapi/package.json +6 -6
  8. package/node_modules/@aws-sdk/client-cognito-identity/CHANGELOG.md +8 -0
  9. package/node_modules/@aws-sdk/client-cognito-identity/package.json +7 -7
  10. package/node_modules/@aws-sdk/client-dynamodb/CHANGELOG.md +8 -0
  11. package/node_modules/@aws-sdk/client-dynamodb/package.json +7 -7
  12. package/node_modules/@aws-sdk/client-eventbridge/CHANGELOG.md +8 -0
  13. package/node_modules/@aws-sdk/client-eventbridge/package.json +7 -7
  14. package/node_modules/@aws-sdk/client-lambda/CHANGELOG.md +8 -0
  15. package/node_modules/@aws-sdk/client-lambda/package.json +7 -7
  16. package/node_modules/@aws-sdk/client-s3/CHANGELOG.md +8 -0
  17. package/node_modules/@aws-sdk/client-s3/package.json +8 -8
  18. package/node_modules/@aws-sdk/client-sns/CHANGELOG.md +8 -0
  19. package/node_modules/@aws-sdk/client-sns/package.json +6 -6
  20. package/node_modules/@aws-sdk/client-sqs/CHANGELOG.md +8 -0
  21. package/node_modules/@aws-sdk/client-sqs/package.json +6 -6
  22. package/node_modules/@aws-sdk/client-sso/CHANGELOG.md +8 -0
  23. package/node_modules/@aws-sdk/client-sso/package.json +4 -4
  24. package/node_modules/@aws-sdk/client-sts/CHANGELOG.md +8 -0
  25. package/node_modules/@aws-sdk/client-sts/package.json +5 -5
  26. package/node_modules/@aws-sdk/credential-provider-cognito-identity/CHANGELOG.md +8 -0
  27. package/node_modules/@aws-sdk/credential-provider-cognito-identity/package.json +2 -2
  28. package/node_modules/@aws-sdk/credential-provider-ini/CHANGELOG.md +8 -0
  29. package/node_modules/@aws-sdk/credential-provider-ini/package.json +2 -2
  30. package/node_modules/@aws-sdk/credential-provider-node/CHANGELOG.md +8 -0
  31. package/node_modules/@aws-sdk/credential-provider-node/package.json +3 -3
  32. package/node_modules/@aws-sdk/credential-provider-sso/CHANGELOG.md +8 -0
  33. package/node_modules/@aws-sdk/credential-provider-sso/package.json +2 -2
  34. package/node_modules/@aws-sdk/credential-providers/CHANGELOG.md +8 -0
  35. package/node_modules/@aws-sdk/credential-providers/package.json +8 -8
  36. package/node_modules/@aws-sdk/lib-dynamodb/CHANGELOG.md +8 -0
  37. package/node_modules/@aws-sdk/lib-dynamodb/package.json +4 -4
  38. package/node_modules/@aws-sdk/signature-v4-multi-region/CHANGELOG.md +8 -0
  39. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +2 -2
  40. package/node_modules/@aws-sdk/smithy-client/CHANGELOG.md +11 -0
  41. package/node_modules/@aws-sdk/smithy-client/dist-types/exceptions.d.ts +2 -2
  42. package/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/exceptions.d.ts +4 -1
  43. package/node_modules/@aws-sdk/smithy-client/package.json +1 -1
  44. package/node_modules/@aws-sdk/util-defaults-mode-browser/CHANGELOG.md +8 -0
  45. package/node_modules/@aws-sdk/util-defaults-mode-browser/package.json +2 -2
  46. package/node_modules/@aws-sdk/util-defaults-mode-node/CHANGELOG.md +8 -0
  47. package/node_modules/@aws-sdk/util-defaults-mode-node/package.json +2 -2
  48. package/node_modules/@aws-sdk/util-dynamodb/CHANGELOG.md +8 -0
  49. package/node_modules/@aws-sdk/util-dynamodb/package.json +2 -2
  50. package/node_modules/@aws-sdk/util-waiter/CHANGELOG.md +11 -0
  51. package/node_modules/@aws-sdk/util-waiter/dist-cjs/poller.js +4 -4
  52. package/node_modules/@aws-sdk/util-waiter/dist-es/poller.js +11 -11
  53. package/node_modules/@aws-sdk/util-waiter/package.json +1 -1
  54. package/node_modules/aws-sdk/CHANGELOG.md +7 -1
  55. package/node_modules/aws-sdk/README.md +1 -1
  56. package/node_modules/aws-sdk/apis/ce-2017-10-25.min.json +10 -8
  57. package/node_modules/aws-sdk/apis/location-2020-11-19.min.json +64 -17
  58. package/node_modules/aws-sdk/clients/costexplorer.d.ts +15 -7
  59. package/node_modules/aws-sdk/clients/kendra.d.ts +36 -36
  60. package/node_modules/aws-sdk/clients/location.d.ts +54 -4
  61. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +17 -3
  62. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +19 -5
  63. package/node_modules/aws-sdk/dist/aws-sdk.js +93 -30
  64. package/node_modules/aws-sdk/dist/aws-sdk.min.js +42 -42
  65. package/node_modules/aws-sdk/lib/core.js +1 -1
  66. package/node_modules/aws-sdk/lib/event_listeners.js +1 -0
  67. package/node_modules/aws-sdk/lib/protocol/rest_json.js +15 -2
  68. package/node_modules/aws-sdk/package.json +1 -2
  69. package/node_modules/{cli-table3/node_modules/colors → colors}/LICENSE +0 -0
  70. package/node_modules/{cli-table3/node_modules/colors → colors}/README.md +0 -0
  71. package/node_modules/colors/examples/normal-usage.js +32 -24
  72. package/node_modules/colors/examples/safe-string.js +28 -25
  73. package/node_modules/{cli-table3/node_modules/colors → colors}/index.d.ts +0 -0
  74. package/node_modules/colors/lib/colors.js +93 -58
  75. package/node_modules/colors/lib/custom/trap.js +36 -35
  76. package/node_modules/colors/lib/custom/zalgo.js +46 -40
  77. package/node_modules/colors/lib/extendStringPrototype.js +47 -55
  78. package/node_modules/colors/lib/index.js +4 -3
  79. package/node_modules/colors/lib/maps/america.js +8 -10
  80. package/node_modules/colors/lib/maps/rainbow.js +6 -7
  81. package/node_modules/colors/lib/maps/random.js +9 -6
  82. package/node_modules/colors/lib/maps/zebra.js +5 -5
  83. package/node_modules/colors/lib/styles.js +21 -3
  84. package/node_modules/{cli-table3/node_modules/colors → colors}/lib/system/has-flag.js +0 -0
  85. package/node_modules/colors/lib/system/supports-colors.js +109 -19
  86. package/node_modules/colors/package.json +28 -4
  87. package/node_modules/{cli-table3/node_modules/colors → colors}/safe.d.ts +0 -0
  88. package/node_modules/colors/safe.js +4 -3
  89. package/node_modules/colors/themes/generic-logging.js +2 -2
  90. package/node_modules/{escape-string-regexp → inquirer/node_modules/escape-string-regexp}/index.js +0 -0
  91. package/node_modules/{cli-table3/node_modules/is-fullwidth-code-point → inquirer/node_modules/escape-string-regexp}/license +0 -0
  92. package/node_modules/{escape-string-regexp → inquirer/node_modules/escape-string-regexp}/package.json +0 -0
  93. package/node_modules/{escape-string-regexp → inquirer/node_modules/escape-string-regexp}/readme.md +0 -0
  94. package/node_modules/{cli-table3/node_modules/is-fullwidth-code-point → is-fullwidth-code-point}/index.js +0 -0
  95. package/node_modules/{escape-string-regexp → is-fullwidth-code-point}/license +0 -0
  96. package/node_modules/{cli-table3/node_modules/is-fullwidth-code-point → is-fullwidth-code-point}/package.json +0 -0
  97. package/node_modules/{cli-table3/node_modules/is-fullwidth-code-point → is-fullwidth-code-point}/readme.md +0 -0
  98. package/node_modules/safe-buffer/index.js +3 -0
  99. package/node_modules/safe-buffer/package.json +18 -4
  100. package/node_modules/{fast-jwt/node_modules/mnemonist/LICENSE.txt → spawn-sync/node_modules/safe-buffer/LICENSE} +1 -1
  101. package/node_modules/spawn-sync/node_modules/safe-buffer/README.md +584 -0
  102. package/node_modules/spawn-sync/node_modules/safe-buffer/index.d.ts +187 -0
  103. package/node_modules/spawn-sync/node_modules/safe-buffer/index.js +62 -0
  104. package/node_modules/spawn-sync/node_modules/safe-buffer/package.json +37 -0
  105. package/node_modules/{cli-table3/node_modules/string-width → string-width}/index.js +0 -0
  106. package/node_modules/{cli-table3/node_modules/ansi-regex → string-width}/license +0 -0
  107. package/node_modules/{cli-table3 → string-width}/node_modules/ansi-regex/index.js +0 -0
  108. package/node_modules/{cli-table3/node_modules/string-width → string-width/node_modules/ansi-regex}/license +0 -0
  109. package/node_modules/{cli-table3 → string-width}/node_modules/ansi-regex/package.json +0 -0
  110. package/node_modules/{cli-table3 → string-width}/node_modules/ansi-regex/readme.md +0 -0
  111. package/node_modules/{cli-table3 → string-width}/node_modules/strip-ansi/index.js +0 -0
  112. package/node_modules/{cli-table3 → string-width}/node_modules/strip-ansi/license +0 -0
  113. package/node_modules/{cli-table3 → string-width}/node_modules/strip-ansi/package.json +0 -0
  114. package/node_modules/{cli-table3 → string-width}/node_modules/strip-ansi/readme.md +0 -0
  115. package/node_modules/{cli-table3/node_modules/string-width → string-width}/package.json +0 -0
  116. package/node_modules/{cli-table3/node_modules/string-width → string-width}/readme.md +0 -0
  117. package/node_modules/{fast-jwt/node_modules/obliterator/LICENSE.txt → tabtab/node_modules/safe-buffer/LICENSE} +1 -1
  118. package/node_modules/tabtab/node_modules/safe-buffer/README.md +584 -0
  119. package/node_modules/tabtab/node_modules/safe-buffer/index.d.ts +187 -0
  120. package/node_modules/tabtab/node_modules/safe-buffer/index.js +62 -0
  121. package/node_modules/tabtab/node_modules/safe-buffer/package.json +37 -0
  122. package/node_modules/{colors → winston/node_modules/colors}/.travis.yml +0 -0
  123. package/node_modules/{colors → winston/node_modules/colors}/MIT-LICENSE.txt +0 -0
  124. package/node_modules/{colors → winston/node_modules/colors}/ReadMe.md +0 -0
  125. package/node_modules/winston/node_modules/colors/examples/normal-usage.js +74 -0
  126. package/node_modules/winston/node_modules/colors/examples/safe-string.js +76 -0
  127. package/node_modules/winston/node_modules/colors/lib/colors.js +176 -0
  128. package/node_modules/winston/node_modules/colors/lib/custom/trap.js +45 -0
  129. package/node_modules/{prettyjson → winston}/node_modules/colors/lib/custom/zalgo.js +40 -46
  130. package/node_modules/winston/node_modules/colors/lib/extendStringPrototype.js +118 -0
  131. package/node_modules/{cli-table3 → winston}/node_modules/colors/lib/index.js +3 -4
  132. package/node_modules/winston/node_modules/colors/lib/maps/america.js +12 -0
  133. package/node_modules/{cli-table3 → winston}/node_modules/colors/lib/maps/rainbow.js +7 -6
  134. package/node_modules/winston/node_modules/colors/lib/maps/random.js +8 -0
  135. package/node_modules/winston/node_modules/colors/lib/maps/zebra.js +5 -0
  136. package/node_modules/{cli-table3 → winston}/node_modules/colors/lib/styles.js +3 -21
  137. package/node_modules/winston/node_modules/colors/lib/system/supports-colors.js +61 -0
  138. package/node_modules/winston/node_modules/colors/package.json +21 -0
  139. package/node_modules/winston/node_modules/colors/safe.js +9 -0
  140. package/node_modules/{colors → winston/node_modules/colors}/screenshots/colors.png +0 -0
  141. package/node_modules/{colors → winston/node_modules/colors}/tests/basic-test.js +0 -0
  142. package/node_modules/{colors → winston/node_modules/colors}/tests/safe-test.js +0 -0
  143. package/node_modules/{cli-table3 → winston}/node_modules/colors/themes/generic-logging.js +2 -2
  144. package/package.json +23 -27
  145. package/node_modules/@aws-sdk/client-ssm/CHANGELOG.md +0 -3740
  146. package/node_modules/@aws-sdk/client-ssm/LICENSE +0 -201
  147. package/node_modules/@aws-sdk/client-ssm/README.md +0 -234
  148. package/node_modules/@aws-sdk/client-ssm/dist-cjs/SSM.js +0 -2032
  149. package/node_modules/@aws-sdk/client-ssm/dist-cjs/SSMClient.js +0 -35
  150. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/AddTagsToResourceCommand.js +0 -36
  151. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/AssociateOpsItemRelatedItemCommand.js +0 -36
  152. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CancelCommandCommand.js +0 -36
  153. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CancelMaintenanceWindowExecutionCommand.js +0 -36
  154. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CreateActivationCommand.js +0 -36
  155. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CreateAssociationBatchCommand.js +0 -36
  156. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CreateAssociationCommand.js +0 -36
  157. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CreateDocumentCommand.js +0 -36
  158. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CreateMaintenanceWindowCommand.js +0 -36
  159. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CreateOpsItemCommand.js +0 -36
  160. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CreateOpsMetadataCommand.js +0 -36
  161. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CreatePatchBaselineCommand.js +0 -36
  162. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CreateResourceDataSyncCommand.js +0 -36
  163. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeleteActivationCommand.js +0 -36
  164. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeleteAssociationCommand.js +0 -36
  165. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeleteDocumentCommand.js +0 -36
  166. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeleteInventoryCommand.js +0 -36
  167. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeleteMaintenanceWindowCommand.js +0 -36
  168. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeleteOpsMetadataCommand.js +0 -36
  169. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeleteParameterCommand.js +0 -36
  170. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeleteParametersCommand.js +0 -36
  171. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeletePatchBaselineCommand.js +0 -36
  172. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeleteResourceDataSyncCommand.js +0 -36
  173. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeregisterManagedInstanceCommand.js +0 -36
  174. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeregisterPatchBaselineForPatchGroupCommand.js +0 -36
  175. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeregisterTargetFromMaintenanceWindowCommand.js +0 -36
  176. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeregisterTaskFromMaintenanceWindowCommand.js +0 -36
  177. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeActivationsCommand.js +0 -36
  178. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeAssociationCommand.js +0 -36
  179. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeAssociationExecutionTargetsCommand.js +0 -36
  180. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeAssociationExecutionsCommand.js +0 -36
  181. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeAutomationExecutionsCommand.js +0 -36
  182. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeAutomationStepExecutionsCommand.js +0 -36
  183. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeAvailablePatchesCommand.js +0 -36
  184. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeDocumentCommand.js +0 -36
  185. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeDocumentPermissionCommand.js +0 -36
  186. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeEffectiveInstanceAssociationsCommand.js +0 -36
  187. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeEffectivePatchesForPatchBaselineCommand.js +0 -36
  188. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeInstanceAssociationsStatusCommand.js +0 -36
  189. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeInstanceInformationCommand.js +0 -36
  190. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeInstancePatchStatesCommand.js +0 -36
  191. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeInstancePatchStatesForPatchGroupCommand.js +0 -36
  192. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeInstancePatchesCommand.js +0 -36
  193. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeInventoryDeletionsCommand.js +0 -36
  194. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.js +0 -36
  195. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeMaintenanceWindowExecutionTasksCommand.js +0 -36
  196. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeMaintenanceWindowExecutionsCommand.js +0 -36
  197. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeMaintenanceWindowScheduleCommand.js +0 -36
  198. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeMaintenanceWindowTargetsCommand.js +0 -36
  199. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeMaintenanceWindowTasksCommand.js +0 -36
  200. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeMaintenanceWindowsCommand.js +0 -36
  201. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeMaintenanceWindowsForTargetCommand.js +0 -36
  202. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeOpsItemsCommand.js +0 -36
  203. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeParametersCommand.js +0 -37
  204. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribePatchBaselinesCommand.js +0 -36
  205. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribePatchGroupStateCommand.js +0 -36
  206. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribePatchGroupsCommand.js +0 -36
  207. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribePatchPropertiesCommand.js +0 -36
  208. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeSessionsCommand.js +0 -36
  209. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DisassociateOpsItemRelatedItemCommand.js +0 -36
  210. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetAutomationExecutionCommand.js +0 -36
  211. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetCalendarStateCommand.js +0 -36
  212. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetCommandInvocationCommand.js +0 -36
  213. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetConnectionStatusCommand.js +0 -36
  214. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetDefaultPatchBaselineCommand.js +0 -36
  215. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetDeployablePatchSnapshotForInstanceCommand.js +0 -36
  216. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetDocumentCommand.js +0 -36
  217. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetInventoryCommand.js +0 -37
  218. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetInventorySchemaCommand.js +0 -36
  219. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetMaintenanceWindowCommand.js +0 -36
  220. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetMaintenanceWindowExecutionCommand.js +0 -36
  221. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetMaintenanceWindowExecutionTaskCommand.js +0 -36
  222. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.js +0 -36
  223. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetMaintenanceWindowTaskCommand.js +0 -36
  224. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetOpsItemCommand.js +0 -36
  225. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetOpsMetadataCommand.js +0 -36
  226. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetOpsSummaryCommand.js +0 -37
  227. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetParameterCommand.js +0 -36
  228. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetParameterHistoryCommand.js +0 -36
  229. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetParametersByPathCommand.js +0 -36
  230. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetParametersCommand.js +0 -36
  231. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetPatchBaselineCommand.js +0 -36
  232. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetPatchBaselineForPatchGroupCommand.js +0 -36
  233. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetServiceSettingCommand.js +0 -36
  234. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/LabelParameterVersionCommand.js +0 -36
  235. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListAssociationVersionsCommand.js +0 -36
  236. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListAssociationsCommand.js +0 -36
  237. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListCommandInvocationsCommand.js +0 -36
  238. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListCommandsCommand.js +0 -36
  239. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListComplianceItemsCommand.js +0 -36
  240. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListComplianceSummariesCommand.js +0 -36
  241. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListDocumentMetadataHistoryCommand.js +0 -36
  242. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListDocumentVersionsCommand.js +0 -36
  243. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListDocumentsCommand.js +0 -36
  244. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListInventoryEntriesCommand.js +0 -36
  245. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListOpsItemEventsCommand.js +0 -36
  246. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListOpsItemRelatedItemsCommand.js +0 -36
  247. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListOpsMetadataCommand.js +0 -36
  248. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListResourceComplianceSummariesCommand.js +0 -36
  249. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListResourceDataSyncCommand.js +0 -36
  250. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListTagsForResourceCommand.js +0 -36
  251. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ModifyDocumentPermissionCommand.js +0 -36
  252. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/PutComplianceItemsCommand.js +0 -36
  253. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/PutInventoryCommand.js +0 -36
  254. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/PutParameterCommand.js +0 -36
  255. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/RegisterDefaultPatchBaselineCommand.js +0 -36
  256. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/RegisterPatchBaselineForPatchGroupCommand.js +0 -36
  257. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/RegisterTargetWithMaintenanceWindowCommand.js +0 -36
  258. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/RegisterTaskWithMaintenanceWindowCommand.js +0 -36
  259. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/RemoveTagsFromResourceCommand.js +0 -36
  260. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ResetServiceSettingCommand.js +0 -36
  261. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ResumeSessionCommand.js +0 -36
  262. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/SendAutomationSignalCommand.js +0 -36
  263. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/SendCommandCommand.js +0 -36
  264. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/StartAssociationsOnceCommand.js +0 -36
  265. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/StartAutomationExecutionCommand.js +0 -36
  266. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/StartChangeRequestExecutionCommand.js +0 -36
  267. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/StartSessionCommand.js +0 -36
  268. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/StopAutomationExecutionCommand.js +0 -36
  269. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/TerminateSessionCommand.js +0 -36
  270. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UnlabelParameterVersionCommand.js +0 -36
  271. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateAssociationCommand.js +0 -36
  272. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateAssociationStatusCommand.js +0 -36
  273. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateDocumentCommand.js +0 -36
  274. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateDocumentDefaultVersionCommand.js +0 -36
  275. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateDocumentMetadataCommand.js +0 -36
  276. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateMaintenanceWindowCommand.js +0 -36
  277. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateMaintenanceWindowTargetCommand.js +0 -36
  278. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateMaintenanceWindowTaskCommand.js +0 -36
  279. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateManagedInstanceRoleCommand.js +0 -36
  280. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateOpsItemCommand.js +0 -36
  281. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateOpsMetadataCommand.js +0 -36
  282. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdatePatchBaselineCommand.js +0 -36
  283. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateResourceDataSyncCommand.js +0 -36
  284. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateServiceSettingCommand.js +0 -36
  285. package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/index.js +0 -138
  286. package/node_modules/@aws-sdk/client-ssm/dist-cjs/endpoints.js +0 -220
  287. package/node_modules/@aws-sdk/client-ssm/dist-cjs/index.js +0 -9
  288. package/node_modules/@aws-sdk/client-ssm/dist-cjs/models/index.js +0 -6
  289. package/node_modules/@aws-sdk/client-ssm/dist-cjs/models/models_0.js +0 -1951
  290. package/node_modules/@aws-sdk/client-ssm/dist-cjs/models/models_1.js +0 -1883
  291. package/node_modules/@aws-sdk/client-ssm/dist-cjs/models/models_2.js +0 -168
  292. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeActivationsPaginator.js +0 -35
  293. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeAssociationExecutionTargetsPaginator.js +0 -35
  294. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeAssociationExecutionsPaginator.js +0 -35
  295. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeAutomationExecutionsPaginator.js +0 -35
  296. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeAutomationStepExecutionsPaginator.js +0 -35
  297. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeAvailablePatchesPaginator.js +0 -35
  298. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeEffectiveInstanceAssociationsPaginator.js +0 -35
  299. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeEffectivePatchesForPatchBaselinePaginator.js +0 -35
  300. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeInstanceAssociationsStatusPaginator.js +0 -35
  301. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeInstanceInformationPaginator.js +0 -35
  302. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeInstancePatchStatesForPatchGroupPaginator.js +0 -35
  303. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeInstancePatchStatesPaginator.js +0 -35
  304. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeInstancePatchesPaginator.js +0 -35
  305. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeInventoryDeletionsPaginator.js +0 -35
  306. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeMaintenanceWindowExecutionTaskInvocationsPaginator.js +0 -35
  307. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeMaintenanceWindowExecutionTasksPaginator.js +0 -35
  308. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeMaintenanceWindowExecutionsPaginator.js +0 -35
  309. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeMaintenanceWindowSchedulePaginator.js +0 -35
  310. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeMaintenanceWindowTargetsPaginator.js +0 -35
  311. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeMaintenanceWindowTasksPaginator.js +0 -35
  312. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeMaintenanceWindowsForTargetPaginator.js +0 -35
  313. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeMaintenanceWindowsPaginator.js +0 -35
  314. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeOpsItemsPaginator.js +0 -35
  315. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeParametersPaginator.js +0 -35
  316. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribePatchBaselinesPaginator.js +0 -35
  317. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribePatchGroupsPaginator.js +0 -35
  318. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribePatchPropertiesPaginator.js +0 -35
  319. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeSessionsPaginator.js +0 -35
  320. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/GetInventoryPaginator.js +0 -35
  321. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/GetInventorySchemaPaginator.js +0 -35
  322. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/GetOpsSummaryPaginator.js +0 -35
  323. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/GetParameterHistoryPaginator.js +0 -35
  324. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/GetParametersByPathPaginator.js +0 -35
  325. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/Interfaces.js +0 -2
  326. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListAssociationVersionsPaginator.js +0 -35
  327. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListAssociationsPaginator.js +0 -35
  328. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListCommandInvocationsPaginator.js +0 -35
  329. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListCommandsPaginator.js +0 -35
  330. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListComplianceItemsPaginator.js +0 -35
  331. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListComplianceSummariesPaginator.js +0 -35
  332. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListDocumentVersionsPaginator.js +0 -35
  333. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListDocumentsPaginator.js +0 -35
  334. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListOpsItemEventsPaginator.js +0 -35
  335. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListOpsItemRelatedItemsPaginator.js +0 -35
  336. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListOpsMetadataPaginator.js +0 -35
  337. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListResourceComplianceSummariesPaginator.js +0 -35
  338. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListResourceDataSyncPaginator.js +0 -35
  339. package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/index.js +0 -50
  340. package/node_modules/@aws-sdk/client-ssm/dist-cjs/protocols/Aws_json1_1.js +0 -19691
  341. package/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.browser.js +0 -40
  342. package/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.js +0 -44
  343. package/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.native.js +0 -16
  344. package/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.shared.js +0 -17
  345. package/node_modules/@aws-sdk/client-ssm/dist-cjs/waiters/index.js +0 -4
  346. package/node_modules/@aws-sdk/client-ssm/dist-cjs/waiters/waitForCommandExecuted.js +0 -102
  347. package/node_modules/@aws-sdk/client-ssm/dist-es/SSM.js +0 -2035
  348. package/node_modules/@aws-sdk/client-ssm/dist-es/SSMClient.js +0 -37
  349. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/AddTagsToResourceCommand.js +0 -39
  350. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/AssociateOpsItemRelatedItemCommand.js +0 -39
  351. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CancelCommandCommand.js +0 -39
  352. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CancelMaintenanceWindowExecutionCommand.js +0 -39
  353. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateActivationCommand.js +0 -39
  354. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateAssociationBatchCommand.js +0 -39
  355. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateAssociationCommand.js +0 -39
  356. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateDocumentCommand.js +0 -39
  357. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateMaintenanceWindowCommand.js +0 -39
  358. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateOpsItemCommand.js +0 -39
  359. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateOpsMetadataCommand.js +0 -39
  360. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreatePatchBaselineCommand.js +0 -39
  361. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateResourceDataSyncCommand.js +0 -39
  362. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteActivationCommand.js +0 -39
  363. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteAssociationCommand.js +0 -39
  364. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteDocumentCommand.js +0 -39
  365. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteInventoryCommand.js +0 -39
  366. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteMaintenanceWindowCommand.js +0 -39
  367. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteOpsMetadataCommand.js +0 -39
  368. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteParameterCommand.js +0 -39
  369. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteParametersCommand.js +0 -39
  370. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeletePatchBaselineCommand.js +0 -39
  371. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteResourceDataSyncCommand.js +0 -39
  372. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterManagedInstanceCommand.js +0 -39
  373. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterPatchBaselineForPatchGroupCommand.js +0 -39
  374. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterTargetFromMaintenanceWindowCommand.js +0 -39
  375. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterTaskFromMaintenanceWindowCommand.js +0 -39
  376. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeActivationsCommand.js +0 -39
  377. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAssociationCommand.js +0 -39
  378. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAssociationExecutionTargetsCommand.js +0 -39
  379. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAssociationExecutionsCommand.js +0 -39
  380. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAutomationExecutionsCommand.js +0 -39
  381. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAutomationStepExecutionsCommand.js +0 -39
  382. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAvailablePatchesCommand.js +0 -39
  383. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeDocumentCommand.js +0 -39
  384. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeDocumentPermissionCommand.js +0 -39
  385. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeEffectiveInstanceAssociationsCommand.js +0 -39
  386. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeEffectivePatchesForPatchBaselineCommand.js +0 -39
  387. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstanceAssociationsStatusCommand.js +0 -39
  388. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstanceInformationCommand.js +0 -39
  389. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePatchStatesCommand.js +0 -39
  390. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePatchStatesForPatchGroupCommand.js +0 -39
  391. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePatchesCommand.js +0 -39
  392. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInventoryDeletionsCommand.js +0 -39
  393. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.js +0 -39
  394. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowExecutionTasksCommand.js +0 -39
  395. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowExecutionsCommand.js +0 -39
  396. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowScheduleCommand.js +0 -39
  397. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowTargetsCommand.js +0 -39
  398. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowTasksCommand.js +0 -39
  399. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowsCommand.js +0 -39
  400. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowsForTargetCommand.js +0 -39
  401. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeOpsItemsCommand.js +0 -39
  402. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeParametersCommand.js +0 -40
  403. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchBaselinesCommand.js +0 -39
  404. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchGroupStateCommand.js +0 -39
  405. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchGroupsCommand.js +0 -39
  406. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchPropertiesCommand.js +0 -39
  407. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeSessionsCommand.js +0 -39
  408. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DisassociateOpsItemRelatedItemCommand.js +0 -39
  409. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetAutomationExecutionCommand.js +0 -39
  410. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetCalendarStateCommand.js +0 -39
  411. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetCommandInvocationCommand.js +0 -39
  412. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetConnectionStatusCommand.js +0 -39
  413. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetDefaultPatchBaselineCommand.js +0 -39
  414. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetDeployablePatchSnapshotForInstanceCommand.js +0 -39
  415. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetDocumentCommand.js +0 -39
  416. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetInventoryCommand.js +0 -40
  417. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetInventorySchemaCommand.js +0 -39
  418. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowCommand.js +0 -39
  419. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowExecutionCommand.js +0 -39
  420. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowExecutionTaskCommand.js +0 -39
  421. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.js +0 -39
  422. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowTaskCommand.js +0 -39
  423. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetOpsItemCommand.js +0 -39
  424. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetOpsMetadataCommand.js +0 -39
  425. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetOpsSummaryCommand.js +0 -40
  426. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParameterCommand.js +0 -39
  427. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParameterHistoryCommand.js +0 -39
  428. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParametersByPathCommand.js +0 -39
  429. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParametersCommand.js +0 -39
  430. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetPatchBaselineCommand.js +0 -39
  431. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetPatchBaselineForPatchGroupCommand.js +0 -39
  432. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetServiceSettingCommand.js +0 -39
  433. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/LabelParameterVersionCommand.js +0 -39
  434. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListAssociationVersionsCommand.js +0 -39
  435. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListAssociationsCommand.js +0 -39
  436. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListCommandInvocationsCommand.js +0 -39
  437. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListCommandsCommand.js +0 -39
  438. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListComplianceItemsCommand.js +0 -39
  439. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListComplianceSummariesCommand.js +0 -39
  440. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListDocumentMetadataHistoryCommand.js +0 -39
  441. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListDocumentVersionsCommand.js +0 -39
  442. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListDocumentsCommand.js +0 -39
  443. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListInventoryEntriesCommand.js +0 -39
  444. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListOpsItemEventsCommand.js +0 -39
  445. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListOpsItemRelatedItemsCommand.js +0 -39
  446. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListOpsMetadataCommand.js +0 -39
  447. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListResourceComplianceSummariesCommand.js +0 -39
  448. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListResourceDataSyncCommand.js +0 -39
  449. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListTagsForResourceCommand.js +0 -39
  450. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ModifyDocumentPermissionCommand.js +0 -39
  451. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutComplianceItemsCommand.js +0 -39
  452. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutInventoryCommand.js +0 -39
  453. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutParameterCommand.js +0 -39
  454. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterDefaultPatchBaselineCommand.js +0 -39
  455. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterPatchBaselineForPatchGroupCommand.js +0 -39
  456. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterTargetWithMaintenanceWindowCommand.js +0 -39
  457. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterTaskWithMaintenanceWindowCommand.js +0 -39
  458. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RemoveTagsFromResourceCommand.js +0 -39
  459. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ResetServiceSettingCommand.js +0 -39
  460. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ResumeSessionCommand.js +0 -39
  461. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/SendAutomationSignalCommand.js +0 -39
  462. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/SendCommandCommand.js +0 -39
  463. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartAssociationsOnceCommand.js +0 -39
  464. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartAutomationExecutionCommand.js +0 -39
  465. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartChangeRequestExecutionCommand.js +0 -39
  466. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartSessionCommand.js +0 -39
  467. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StopAutomationExecutionCommand.js +0 -39
  468. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/TerminateSessionCommand.js +0 -39
  469. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UnlabelParameterVersionCommand.js +0 -39
  470. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateAssociationCommand.js +0 -39
  471. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateAssociationStatusCommand.js +0 -39
  472. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateDocumentCommand.js +0 -39
  473. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateDocumentDefaultVersionCommand.js +0 -39
  474. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateDocumentMetadataCommand.js +0 -39
  475. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateMaintenanceWindowCommand.js +0 -39
  476. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateMaintenanceWindowTargetCommand.js +0 -39
  477. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateMaintenanceWindowTaskCommand.js +0 -39
  478. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateManagedInstanceRoleCommand.js +0 -39
  479. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateOpsItemCommand.js +0 -39
  480. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateOpsMetadataCommand.js +0 -39
  481. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdatePatchBaselineCommand.js +0 -39
  482. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateResourceDataSyncCommand.js +0 -39
  483. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateServiceSettingCommand.js +0 -39
  484. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/index.js +0 -135
  485. package/node_modules/@aws-sdk/client-ssm/dist-es/endpoints.js +0 -216
  486. package/node_modules/@aws-sdk/client-ssm/dist-es/index.js +0 -6
  487. package/node_modules/@aws-sdk/client-ssm/dist-es/models/index.js +0 -3
  488. package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_0.js +0 -1419
  489. package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_1.js +0 -1306
  490. package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_2.js +0 -104
  491. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeActivationsPaginator.js +0 -74
  492. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeAssociationExecutionTargetsPaginator.js +0 -74
  493. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeAssociationExecutionsPaginator.js +0 -74
  494. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeAutomationExecutionsPaginator.js +0 -74
  495. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeAutomationStepExecutionsPaginator.js +0 -74
  496. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeAvailablePatchesPaginator.js +0 -74
  497. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeEffectiveInstanceAssociationsPaginator.js +0 -74
  498. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeEffectivePatchesForPatchBaselinePaginator.js +0 -74
  499. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeInstanceAssociationsStatusPaginator.js +0 -74
  500. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeInstanceInformationPaginator.js +0 -74
  501. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeInstancePatchStatesForPatchGroupPaginator.js +0 -74
  502. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeInstancePatchStatesPaginator.js +0 -74
  503. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeInstancePatchesPaginator.js +0 -74
  504. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeInventoryDeletionsPaginator.js +0 -74
  505. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeMaintenanceWindowExecutionTaskInvocationsPaginator.js +0 -74
  506. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeMaintenanceWindowExecutionTasksPaginator.js +0 -74
  507. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeMaintenanceWindowExecutionsPaginator.js +0 -74
  508. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeMaintenanceWindowSchedulePaginator.js +0 -74
  509. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeMaintenanceWindowTargetsPaginator.js +0 -74
  510. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeMaintenanceWindowTasksPaginator.js +0 -74
  511. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeMaintenanceWindowsForTargetPaginator.js +0 -74
  512. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeMaintenanceWindowsPaginator.js +0 -74
  513. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeOpsItemsPaginator.js +0 -74
  514. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeParametersPaginator.js +0 -74
  515. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribePatchBaselinesPaginator.js +0 -74
  516. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribePatchGroupsPaginator.js +0 -74
  517. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribePatchPropertiesPaginator.js +0 -74
  518. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeSessionsPaginator.js +0 -74
  519. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/GetInventoryPaginator.js +0 -74
  520. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/GetInventorySchemaPaginator.js +0 -74
  521. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/GetOpsSummaryPaginator.js +0 -74
  522. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/GetParameterHistoryPaginator.js +0 -74
  523. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/GetParametersByPathPaginator.js +0 -74
  524. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/Interfaces.js +0 -1
  525. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListAssociationVersionsPaginator.js +0 -74
  526. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListAssociationsPaginator.js +0 -74
  527. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListCommandInvocationsPaginator.js +0 -74
  528. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListCommandsPaginator.js +0 -74
  529. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListComplianceItemsPaginator.js +0 -74
  530. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListComplianceSummariesPaginator.js +0 -74
  531. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListDocumentVersionsPaginator.js +0 -74
  532. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListDocumentsPaginator.js +0 -74
  533. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListOpsItemEventsPaginator.js +0 -74
  534. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListOpsItemRelatedItemsPaginator.js +0 -74
  535. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListOpsMetadataPaginator.js +0 -74
  536. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListResourceComplianceSummariesPaginator.js +0 -74
  537. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListResourceDataSyncPaginator.js +0 -74
  538. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/index.js +0 -47
  539. package/node_modules/@aws-sdk/client-ssm/dist-es/protocols/Aws_json1_1.js +0 -19787
  540. package/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.browser.js +0 -17
  541. package/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.js +0 -21
  542. package/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.native.js +0 -8
  543. package/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.shared.js +0 -13
  544. package/node_modules/@aws-sdk/client-ssm/dist-es/waiters/index.js +0 -1
  545. package/node_modules/@aws-sdk/client-ssm/dist-es/waiters/waitForCommandExecuted.js +0 -117
  546. package/node_modules/@aws-sdk/client-ssm/dist-types/SSM.d.ts +0 -1599
  547. package/node_modules/@aws-sdk/client-ssm/dist-types/SSMClient.d.ts +0 -306
  548. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/AddTagsToResourceCommand.d.ts +0 -79
  549. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/AssociateOpsItemRelatedItemCommand.d.ts +0 -37
  550. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CancelCommandCommand.d.ts +0 -36
  551. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CancelMaintenanceWindowExecutionCommand.d.ts +0 -37
  552. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateActivationCommand.d.ts +0 -44
  553. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateAssociationBatchCommand.d.ts +0 -41
  554. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateAssociationCommand.d.ts +0 -44
  555. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateDocumentCommand.d.ts +0 -38
  556. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateMaintenanceWindowCommand.d.ts +0 -43
  557. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateOpsItemCommand.d.ts +0 -40
  558. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateOpsMetadataCommand.d.ts +0 -36
  559. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreatePatchBaselineCommand.d.ts +0 -39
  560. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateResourceDataSyncCommand.d.ts +0 -55
  561. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteActivationCommand.d.ts +0 -38
  562. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteAssociationCommand.d.ts +0 -41
  563. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteDocumentCommand.d.ts +0 -37
  564. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteInventoryCommand.d.ts +0 -36
  565. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteMaintenanceWindowCommand.d.ts +0 -35
  566. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteOpsMetadataCommand.d.ts +0 -35
  567. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteParameterCommand.d.ts +0 -36
  568. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteParametersCommand.d.ts +0 -36
  569. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeletePatchBaselineCommand.d.ts +0 -35
  570. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteResourceDataSyncCommand.d.ts +0 -37
  571. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterManagedInstanceCommand.d.ts +0 -37
  572. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterPatchBaselineForPatchGroupCommand.d.ts +0 -35
  573. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterTargetFromMaintenanceWindowCommand.d.ts +0 -35
  574. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterTaskFromMaintenanceWindowCommand.d.ts +0 -35
  575. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeActivationsCommand.d.ts +0 -38
  576. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAssociationCommand.d.ts +0 -37
  577. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAssociationExecutionTargetsCommand.d.ts +0 -35
  578. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAssociationExecutionsCommand.d.ts +0 -35
  579. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAutomationExecutionsCommand.d.ts +0 -35
  580. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAutomationStepExecutionsCommand.d.ts +0 -36
  581. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAvailablePatchesCommand.d.ts +0 -35
  582. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeDocumentCommand.d.ts +0 -35
  583. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeDocumentPermissionCommand.d.ts +0 -37
  584. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeEffectiveInstanceAssociationsCommand.d.ts +0 -35
  585. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeEffectivePatchesForPatchBaselineCommand.d.ts +0 -36
  586. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstanceAssociationsStatusCommand.d.ts +0 -35
  587. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstanceInformationCommand.d.ts +0 -44
  588. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchStatesCommand.d.ts +0 -35
  589. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +0 -35
  590. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchesCommand.d.ts +0 -36
  591. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInventoryDeletionsCommand.d.ts +0 -35
  592. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.d.ts +0 -36
  593. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowExecutionTasksCommand.d.ts +0 -35
  594. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowExecutionsCommand.d.ts +0 -37
  595. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +0 -35
  596. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +0 -35
  597. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowTasksCommand.d.ts +0 -41
  598. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowsCommand.d.ts +0 -35
  599. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +0 -36
  600. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeOpsItemsCommand.d.ts +0 -40
  601. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeParametersCommand.d.ts +0 -48
  602. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchBaselinesCommand.d.ts +0 -35
  603. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchGroupStateCommand.d.ts +0 -35
  604. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchGroupsCommand.d.ts +0 -35
  605. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchPropertiesCommand.d.ts +0 -98
  606. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeSessionsCommand.d.ts +0 -36
  607. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DisassociateOpsItemRelatedItemCommand.d.ts +0 -37
  608. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetAutomationExecutionCommand.d.ts +0 -35
  609. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetCalendarStateCommand.d.ts +0 -43
  610. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetCommandInvocationCommand.d.ts +0 -39
  611. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetConnectionStatusCommand.d.ts +0 -36
  612. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetDefaultPatchBaselineCommand.d.ts +0 -38
  613. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +0 -43
  614. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetDocumentCommand.d.ts +0 -35
  615. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetInventoryCommand.d.ts +0 -37
  616. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetInventorySchemaCommand.d.ts +0 -36
  617. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowCommand.d.ts +0 -35
  618. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowExecutionCommand.d.ts +0 -35
  619. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowExecutionTaskCommand.d.ts +0 -36
  620. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.d.ts +0 -35
  621. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowTaskCommand.d.ts +0 -41
  622. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsItemCommand.d.ts +0 -41
  623. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsMetadataCommand.d.ts +0 -35
  624. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsSummaryCommand.d.ts +0 -39
  625. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParameterCommand.d.ts +0 -38
  626. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParameterHistoryCommand.d.ts +0 -41
  627. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParametersByPathCommand.d.ts +0 -41
  628. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParametersCommand.d.ts +0 -39
  629. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetPatchBaselineCommand.d.ts +0 -35
  630. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetPatchBaselineForPatchGroupCommand.d.ts +0 -35
  631. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetServiceSettingCommand.d.ts +0 -48
  632. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/LabelParameterVersionCommand.d.ts +0 -71
  633. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListAssociationVersionsCommand.d.ts +0 -35
  634. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListAssociationsCommand.d.ts +0 -37
  635. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListCommandInvocationsCommand.d.ts +0 -39
  636. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListCommandsCommand.d.ts +0 -35
  637. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListComplianceItemsCommand.d.ts +0 -37
  638. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListComplianceSummariesCommand.d.ts +0 -37
  639. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentMetadataHistoryCommand.d.ts +0 -35
  640. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentVersionsCommand.d.ts +0 -35
  641. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentsCommand.d.ts +0 -36
  642. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListInventoryEntriesCommand.d.ts +0 -35
  643. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListOpsItemEventsCommand.d.ts +0 -36
  644. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListOpsItemRelatedItemsCommand.d.ts +0 -36
  645. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListOpsMetadataCommand.d.ts +0 -36
  646. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListResourceComplianceSummariesCommand.d.ts +0 -37
  647. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListResourceDataSyncCommand.d.ts +0 -43
  648. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListTagsForResourceCommand.d.ts +0 -36
  649. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ModifyDocumentPermissionCommand.d.ts +0 -38
  650. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutComplianceItemsCommand.d.ts +0 -90
  651. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutInventoryCommand.d.ts +0 -36
  652. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutParameterCommand.d.ts +0 -35
  653. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterDefaultPatchBaselineCommand.d.ts +0 -39
  654. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +0 -35
  655. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +0 -35
  656. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +0 -35
  657. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +0 -35
  658. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ResetServiceSettingCommand.d.ts +0 -49
  659. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ResumeSessionCommand.d.ts +0 -40
  660. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/SendAutomationSignalCommand.d.ts +0 -36
  661. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/SendCommandCommand.d.ts +0 -35
  662. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAssociationsOnceCommand.d.ts +0 -36
  663. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAutomationExecutionCommand.d.ts +0 -35
  664. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartChangeRequestExecutionCommand.d.ts +0 -37
  665. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartSessionCommand.d.ts +0 -44
  666. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StopAutomationExecutionCommand.d.ts +0 -35
  667. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/TerminateSessionCommand.d.ts +0 -36
  668. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UnlabelParameterVersionCommand.d.ts +0 -35
  669. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateAssociationCommand.d.ts +0 -47
  670. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateAssociationStatusCommand.d.ts +0 -40
  671. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentCommand.d.ts +0 -35
  672. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentDefaultVersionCommand.d.ts +0 -35
  673. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentMetadataCommand.d.ts +0 -36
  674. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateMaintenanceWindowCommand.d.ts +0 -43
  675. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateMaintenanceWindowTargetCommand.d.ts +0 -61
  676. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateMaintenanceWindowTaskCommand.d.ts +0 -90
  677. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateManagedInstanceRoleCommand.d.ts +0 -37
  678. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateOpsItemCommand.d.ts +0 -40
  679. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateOpsMetadataCommand.d.ts +0 -35
  680. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdatePatchBaselineCommand.d.ts +0 -40
  681. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateResourceDataSyncCommand.d.ts +0 -44
  682. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateServiceSettingCommand.d.ts +0 -48
  683. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/index.d.ts +0 -135
  684. package/node_modules/@aws-sdk/client-ssm/dist-types/endpoints.d.ts +0 -2
  685. package/node_modules/@aws-sdk/client-ssm/dist-types/index.d.ts +0 -6
  686. package/node_modules/@aws-sdk/client-ssm/dist-types/models/index.d.ts +0 -3
  687. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_0.d.ts +0 -7644
  688. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_1.d.ts +0 -8677
  689. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_2.d.ts +0 -1083
  690. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeActivationsPaginator.d.ts +0 -4
  691. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeAssociationExecutionTargetsPaginator.d.ts +0 -4
  692. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeAssociationExecutionsPaginator.d.ts +0 -4
  693. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeAutomationExecutionsPaginator.d.ts +0 -4
  694. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeAutomationStepExecutionsPaginator.d.ts +0 -4
  695. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeAvailablePatchesPaginator.d.ts +0 -4
  696. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeEffectiveInstanceAssociationsPaginator.d.ts +0 -4
  697. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeEffectivePatchesForPatchBaselinePaginator.d.ts +0 -4
  698. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstanceAssociationsStatusPaginator.d.ts +0 -4
  699. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstanceInformationPaginator.d.ts +0 -4
  700. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstancePatchStatesForPatchGroupPaginator.d.ts +0 -4
  701. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstancePatchStatesPaginator.d.ts +0 -4
  702. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstancePatchesPaginator.d.ts +0 -4
  703. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInventoryDeletionsPaginator.d.ts +0 -4
  704. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowExecutionTaskInvocationsPaginator.d.ts +0 -4
  705. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowExecutionTasksPaginator.d.ts +0 -4
  706. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowExecutionsPaginator.d.ts +0 -4
  707. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowSchedulePaginator.d.ts +0 -4
  708. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowTargetsPaginator.d.ts +0 -4
  709. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowTasksPaginator.d.ts +0 -4
  710. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowsForTargetPaginator.d.ts +0 -4
  711. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowsPaginator.d.ts +0 -4
  712. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeOpsItemsPaginator.d.ts +0 -4
  713. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeParametersPaginator.d.ts +0 -4
  714. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribePatchBaselinesPaginator.d.ts +0 -4
  715. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribePatchGroupsPaginator.d.ts +0 -4
  716. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribePatchPropertiesPaginator.d.ts +0 -4
  717. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeSessionsPaginator.d.ts +0 -4
  718. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetInventoryPaginator.d.ts +0 -4
  719. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetInventorySchemaPaginator.d.ts +0 -4
  720. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetOpsSummaryPaginator.d.ts +0 -4
  721. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetParameterHistoryPaginator.d.ts +0 -4
  722. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetParametersByPathPaginator.d.ts +0 -4
  723. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/Interfaces.d.ts +0 -6
  724. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListAssociationVersionsPaginator.d.ts +0 -4
  725. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListAssociationsPaginator.d.ts +0 -4
  726. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListCommandInvocationsPaginator.d.ts +0 -4
  727. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListCommandsPaginator.d.ts +0 -4
  728. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListComplianceItemsPaginator.d.ts +0 -4
  729. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListComplianceSummariesPaginator.d.ts +0 -4
  730. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListDocumentVersionsPaginator.d.ts +0 -4
  731. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListDocumentsPaginator.d.ts +0 -4
  732. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListOpsItemEventsPaginator.d.ts +0 -4
  733. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListOpsItemRelatedItemsPaginator.d.ts +0 -4
  734. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListOpsMetadataPaginator.d.ts +0 -4
  735. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListResourceComplianceSummariesPaginator.d.ts +0 -4
  736. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListResourceDataSyncPaginator.d.ts +0 -4
  737. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/index.d.ts +0 -47
  738. package/node_modules/@aws-sdk/client-ssm/dist-types/protocols/Aws_json1_1.d.ts +0 -407
  739. package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.browser.d.ts +0 -39
  740. package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.d.ts +0 -39
  741. package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.native.d.ts +0 -38
  742. package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.shared.d.ts +0 -13
  743. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSM.d.ts +0 -680
  744. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSMClient.d.ts +0 -206
  745. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +0 -17
  746. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/AssociateOpsItemRelatedItemCommand.d.ts +0 -17
  747. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CancelCommandCommand.d.ts +0 -17
  748. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CancelMaintenanceWindowExecutionCommand.d.ts +0 -17
  749. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateActivationCommand.d.ts +0 -17
  750. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateAssociationBatchCommand.d.ts +0 -17
  751. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateAssociationCommand.d.ts +0 -17
  752. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateDocumentCommand.d.ts +0 -17
  753. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateMaintenanceWindowCommand.d.ts +0 -17
  754. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateOpsItemCommand.d.ts +0 -17
  755. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateOpsMetadataCommand.d.ts +0 -17
  756. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreatePatchBaselineCommand.d.ts +0 -17
  757. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateResourceDataSyncCommand.d.ts +0 -17
  758. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteActivationCommand.d.ts +0 -17
  759. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteAssociationCommand.d.ts +0 -17
  760. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteDocumentCommand.d.ts +0 -17
  761. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteInventoryCommand.d.ts +0 -17
  762. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteMaintenanceWindowCommand.d.ts +0 -17
  763. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteOpsMetadataCommand.d.ts +0 -17
  764. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteParameterCommand.d.ts +0 -17
  765. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteParametersCommand.d.ts +0 -17
  766. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeletePatchBaselineCommand.d.ts +0 -17
  767. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteResourceDataSyncCommand.d.ts +0 -17
  768. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeregisterManagedInstanceCommand.d.ts +0 -17
  769. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeregisterPatchBaselineForPatchGroupCommand.d.ts +0 -17
  770. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeregisterTargetFromMaintenanceWindowCommand.d.ts +0 -17
  771. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeregisterTaskFromMaintenanceWindowCommand.d.ts +0 -17
  772. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeActivationsCommand.d.ts +0 -17
  773. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAssociationCommand.d.ts +0 -17
  774. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAssociationExecutionTargetsCommand.d.ts +0 -17
  775. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAssociationExecutionsCommand.d.ts +0 -17
  776. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAutomationExecutionsCommand.d.ts +0 -17
  777. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAutomationStepExecutionsCommand.d.ts +0 -17
  778. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAvailablePatchesCommand.d.ts +0 -17
  779. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeDocumentCommand.d.ts +0 -17
  780. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeDocumentPermissionCommand.d.ts +0 -17
  781. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeEffectiveInstanceAssociationsCommand.d.ts +0 -17
  782. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeEffectivePatchesForPatchBaselineCommand.d.ts +0 -17
  783. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstanceAssociationsStatusCommand.d.ts +0 -17
  784. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstanceInformationCommand.d.ts +0 -17
  785. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstancePatchStatesCommand.d.ts +0 -17
  786. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +0 -17
  787. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstancePatchesCommand.d.ts +0 -17
  788. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInventoryDeletionsCommand.d.ts +0 -17
  789. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.d.ts +0 -17
  790. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionTasksCommand.d.ts +0 -17
  791. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionsCommand.d.ts +0 -17
  792. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +0 -17
  793. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +0 -17
  794. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowTasksCommand.d.ts +0 -17
  795. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowsCommand.d.ts +0 -17
  796. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +0 -17
  797. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeOpsItemsCommand.d.ts +0 -17
  798. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeParametersCommand.d.ts +0 -18
  799. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribePatchBaselinesCommand.d.ts +0 -17
  800. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribePatchGroupStateCommand.d.ts +0 -17
  801. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribePatchGroupsCommand.d.ts +0 -17
  802. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribePatchPropertiesCommand.d.ts +0 -17
  803. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeSessionsCommand.d.ts +0 -17
  804. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DisassociateOpsItemRelatedItemCommand.d.ts +0 -17
  805. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetAutomationExecutionCommand.d.ts +0 -17
  806. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetCalendarStateCommand.d.ts +0 -17
  807. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetCommandInvocationCommand.d.ts +0 -17
  808. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetConnectionStatusCommand.d.ts +0 -17
  809. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetDefaultPatchBaselineCommand.d.ts +0 -17
  810. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +0 -17
  811. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetDocumentCommand.d.ts +0 -17
  812. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetInventoryCommand.d.ts +0 -18
  813. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetInventorySchemaCommand.d.ts +0 -17
  814. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowCommand.d.ts +0 -17
  815. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionCommand.d.ts +0 -17
  816. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionTaskCommand.d.ts +0 -17
  817. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.d.ts +0 -17
  818. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowTaskCommand.d.ts +0 -17
  819. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetOpsItemCommand.d.ts +0 -17
  820. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetOpsMetadataCommand.d.ts +0 -17
  821. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetOpsSummaryCommand.d.ts +0 -18
  822. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetParameterCommand.d.ts +0 -17
  823. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetParameterHistoryCommand.d.ts +0 -17
  824. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetParametersByPathCommand.d.ts +0 -17
  825. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetParametersCommand.d.ts +0 -17
  826. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetPatchBaselineCommand.d.ts +0 -17
  827. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetPatchBaselineForPatchGroupCommand.d.ts +0 -17
  828. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetServiceSettingCommand.d.ts +0 -17
  829. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/LabelParameterVersionCommand.d.ts +0 -17
  830. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListAssociationVersionsCommand.d.ts +0 -17
  831. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListAssociationsCommand.d.ts +0 -17
  832. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListCommandInvocationsCommand.d.ts +0 -17
  833. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListCommandsCommand.d.ts +0 -17
  834. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListComplianceItemsCommand.d.ts +0 -17
  835. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListComplianceSummariesCommand.d.ts +0 -17
  836. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListDocumentMetadataHistoryCommand.d.ts +0 -17
  837. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListDocumentVersionsCommand.d.ts +0 -17
  838. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListDocumentsCommand.d.ts +0 -17
  839. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListInventoryEntriesCommand.d.ts +0 -17
  840. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListOpsItemEventsCommand.d.ts +0 -17
  841. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListOpsItemRelatedItemsCommand.d.ts +0 -17
  842. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListOpsMetadataCommand.d.ts +0 -17
  843. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListResourceComplianceSummariesCommand.d.ts +0 -17
  844. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListResourceDataSyncCommand.d.ts +0 -17
  845. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -17
  846. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ModifyDocumentPermissionCommand.d.ts +0 -17
  847. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/PutComplianceItemsCommand.d.ts +0 -17
  848. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/PutInventoryCommand.d.ts +0 -17
  849. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/PutParameterCommand.d.ts +0 -17
  850. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterDefaultPatchBaselineCommand.d.ts +0 -17
  851. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +0 -17
  852. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +0 -17
  853. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +0 -17
  854. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +0 -17
  855. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ResetServiceSettingCommand.d.ts +0 -17
  856. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ResumeSessionCommand.d.ts +0 -17
  857. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/SendAutomationSignalCommand.d.ts +0 -17
  858. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/SendCommandCommand.d.ts +0 -17
  859. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartAssociationsOnceCommand.d.ts +0 -17
  860. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartAutomationExecutionCommand.d.ts +0 -17
  861. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartChangeRequestExecutionCommand.d.ts +0 -17
  862. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartSessionCommand.d.ts +0 -17
  863. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StopAutomationExecutionCommand.d.ts +0 -17
  864. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/TerminateSessionCommand.d.ts +0 -17
  865. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UnlabelParameterVersionCommand.d.ts +0 -17
  866. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateAssociationCommand.d.ts +0 -17
  867. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateAssociationStatusCommand.d.ts +0 -17
  868. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateDocumentCommand.d.ts +0 -17
  869. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateDocumentDefaultVersionCommand.d.ts +0 -17
  870. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateDocumentMetadataCommand.d.ts +0 -17
  871. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateMaintenanceWindowCommand.d.ts +0 -17
  872. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateMaintenanceWindowTargetCommand.d.ts +0 -17
  873. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateMaintenanceWindowTaskCommand.d.ts +0 -17
  874. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateManagedInstanceRoleCommand.d.ts +0 -17
  875. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateOpsItemCommand.d.ts +0 -17
  876. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateOpsMetadataCommand.d.ts +0 -17
  877. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdatePatchBaselineCommand.d.ts +0 -17
  878. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateResourceDataSyncCommand.d.ts +0 -17
  879. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateServiceSettingCommand.d.ts +0 -17
  880. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/index.d.ts +0 -135
  881. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/endpoints.d.ts +0 -2
  882. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/index.d.ts +0 -6
  883. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/index.d.ts +0 -3
  884. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_0.d.ts +0 -3731
  885. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_1.d.ts +0 -3964
  886. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_2.d.ts +0 -447
  887. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeActivationsPaginator.d.ts +0 -4
  888. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeAssociationExecutionTargetsPaginator.d.ts +0 -4
  889. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeAssociationExecutionsPaginator.d.ts +0 -4
  890. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeAutomationExecutionsPaginator.d.ts +0 -4
  891. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeAutomationStepExecutionsPaginator.d.ts +0 -4
  892. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeAvailablePatchesPaginator.d.ts +0 -4
  893. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeEffectiveInstanceAssociationsPaginator.d.ts +0 -4
  894. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeEffectivePatchesForPatchBaselinePaginator.d.ts +0 -4
  895. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeInstanceAssociationsStatusPaginator.d.ts +0 -4
  896. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeInstanceInformationPaginator.d.ts +0 -4
  897. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeInstancePatchStatesForPatchGroupPaginator.d.ts +0 -4
  898. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeInstancePatchStatesPaginator.d.ts +0 -4
  899. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeInstancePatchesPaginator.d.ts +0 -4
  900. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeInventoryDeletionsPaginator.d.ts +0 -4
  901. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeMaintenanceWindowExecutionTaskInvocationsPaginator.d.ts +0 -4
  902. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeMaintenanceWindowExecutionTasksPaginator.d.ts +0 -4
  903. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeMaintenanceWindowExecutionsPaginator.d.ts +0 -4
  904. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeMaintenanceWindowSchedulePaginator.d.ts +0 -4
  905. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeMaintenanceWindowTargetsPaginator.d.ts +0 -4
  906. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeMaintenanceWindowTasksPaginator.d.ts +0 -4
  907. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeMaintenanceWindowsForTargetPaginator.d.ts +0 -4
  908. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeMaintenanceWindowsPaginator.d.ts +0 -4
  909. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeOpsItemsPaginator.d.ts +0 -4
  910. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeParametersPaginator.d.ts +0 -4
  911. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribePatchBaselinesPaginator.d.ts +0 -4
  912. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribePatchGroupsPaginator.d.ts +0 -4
  913. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribePatchPropertiesPaginator.d.ts +0 -4
  914. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeSessionsPaginator.d.ts +0 -4
  915. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/GetInventoryPaginator.d.ts +0 -4
  916. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/GetInventorySchemaPaginator.d.ts +0 -4
  917. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/GetOpsSummaryPaginator.d.ts +0 -4
  918. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/GetParameterHistoryPaginator.d.ts +0 -4
  919. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/GetParametersByPathPaginator.d.ts +0 -4
  920. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -6
  921. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListAssociationVersionsPaginator.d.ts +0 -4
  922. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListAssociationsPaginator.d.ts +0 -4
  923. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListCommandInvocationsPaginator.d.ts +0 -4
  924. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListCommandsPaginator.d.ts +0 -4
  925. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListComplianceItemsPaginator.d.ts +0 -4
  926. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListComplianceSummariesPaginator.d.ts +0 -4
  927. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListDocumentVersionsPaginator.d.ts +0 -4
  928. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListDocumentsPaginator.d.ts +0 -4
  929. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListOpsItemEventsPaginator.d.ts +0 -4
  930. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListOpsItemRelatedItemsPaginator.d.ts +0 -4
  931. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListOpsMetadataPaginator.d.ts +0 -4
  932. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListResourceComplianceSummariesPaginator.d.ts +0 -4
  933. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListResourceDataSyncPaginator.d.ts +0 -4
  934. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/index.d.ts +0 -47
  935. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -407
  936. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -37
  937. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.d.ts +0 -37
  938. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -36
  939. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
  940. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/waiters/index.d.ts +0 -1
  941. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/waiters/waitForCommandExecuted.d.ts +0 -7
  942. package/node_modules/@aws-sdk/client-ssm/dist-types/waiters/index.d.ts +0 -1
  943. package/node_modules/@aws-sdk/client-ssm/dist-types/waiters/waitForCommandExecuted.d.ts +0 -14
  944. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/abort-controller/CHANGELOG.md +0 -1104
  945. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/abort-controller/LICENSE +0 -201
  946. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/abort-controller/README.md +0 -4
  947. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/abort-controller/dist-cjs/AbortController.js +0 -13
  948. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/abort-controller/dist-cjs/AbortSignal.js +0 -24
  949. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/abort-controller/dist-cjs/index.js +0 -5
  950. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/abort-controller/dist-es/AbortController.js +0 -11
  951. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/abort-controller/dist-es/AbortSignal.js +0 -26
  952. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/abort-controller/dist-es/index.js +0 -2
  953. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/abort-controller/dist-types/AbortController.d.ts +0 -6
  954. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/abort-controller/dist-types/AbortSignal.d.ts +0 -14
  955. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/abort-controller/dist-types/index.d.ts +0 -2
  956. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/abort-controller/dist-types/ts3.4/AbortController.d.ts +0 -6
  957. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/abort-controller/dist-types/ts3.4/AbortSignal.d.ts +0 -10
  958. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/abort-controller/dist-types/ts3.4/index.d.ts +0 -2
  959. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/abort-controller/package.json +0 -49
  960. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/CHANGELOG.md +0 -3269
  961. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/LICENSE +0 -201
  962. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/README.md +0 -218
  963. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-cjs/SSO.js +0 -67
  964. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-cjs/SSOClient.js +0 -32
  965. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-cjs/commands/GetRoleCredentialsCommand.js +0 -36
  966. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-cjs/commands/ListAccountRolesCommand.js +0 -36
  967. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-cjs/commands/ListAccountsCommand.js +0 -36
  968. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-cjs/commands/LogoutCommand.js +0 -36
  969. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-cjs/commands/index.js +0 -7
  970. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-cjs/endpoints.js +0 -275
  971. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +0 -8
  972. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-cjs/models/index.js +0 -4
  973. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-cjs/models/models_0.js +0 -95
  974. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-cjs/pagination/Interfaces.js +0 -2
  975. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-cjs/pagination/ListAccountRolesPaginator.js +0 -35
  976. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-cjs/pagination/ListAccountsPaginator.js +0 -35
  977. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-cjs/pagination/index.js +0 -6
  978. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-cjs/protocols/Aws_restJson1.js +0 -521
  979. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.browser.js +0 -39
  980. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +0 -41
  981. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.native.js +0 -16
  982. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js +0 -17
  983. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-es/SSO.js +0 -70
  984. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +0 -34
  985. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-es/commands/GetRoleCredentialsCommand.js +0 -39
  986. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +0 -39
  987. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +0 -39
  988. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.js +0 -39
  989. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-es/commands/index.js +0 -4
  990. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-es/endpoints.js +0 -271
  991. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-es/index.js +0 -5
  992. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-es/models/index.js +0 -1
  993. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js +0 -58
  994. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-es/pagination/Interfaces.js +0 -1
  995. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountRolesPaginator.js +0 -74
  996. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountsPaginator.js +0 -74
  997. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-es/pagination/index.js +0 -3
  998. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-es/protocols/Aws_restJson1.js +0 -594
  999. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.browser.js +0 -17
  1000. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +0 -19
  1001. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.native.js +0 -8
  1002. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.shared.js +0 -13
  1003. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +0 -53
  1004. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +0 -153
  1005. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +0 -36
  1006. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +0 -35
  1007. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +0 -37
  1008. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +0 -35
  1009. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/commands/index.d.ts +0 -4
  1010. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/endpoints.d.ts +0 -2
  1011. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +0 -5
  1012. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/models/index.d.ts +0 -1
  1013. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +0 -255
  1014. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/pagination/Interfaces.d.ts +0 -6
  1015. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountRolesPaginator.d.ts +0 -4
  1016. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountsPaginator.d.ts +0 -4
  1017. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/pagination/index.d.ts +0 -3
  1018. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/protocols/Aws_restJson1.d.ts +0 -14
  1019. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +0 -32
  1020. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +0 -32
  1021. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +0 -31
  1022. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts +0 -13
  1023. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSO.d.ts +0 -25
  1024. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +0 -72
  1025. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/GetRoleCredentialsCommand.d.ts +0 -17
  1026. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountRolesCommand.d.ts +0 -17
  1027. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +0 -17
  1028. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/LogoutCommand.d.ts +0 -17
  1029. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/index.d.ts +0 -4
  1030. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoints.d.ts +0 -2
  1031. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +0 -5
  1032. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/index.d.ts +0 -1
  1033. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +0 -154
  1034. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -6
  1035. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountRolesPaginator.d.ts +0 -4
  1036. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountsPaginator.d.ts +0 -4
  1037. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/index.d.ts +0 -3
  1038. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -14
  1039. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -30
  1040. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +0 -30
  1041. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -29
  1042. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
  1043. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/package.json +0 -91
  1044. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/CHANGELOG.md +0 -2418
  1045. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/LICENSE +0 -201
  1046. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/README.md +0 -208
  1047. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-cjs/STS.js +0 -127
  1048. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-cjs/STSClient.js +0 -34
  1049. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleCommand.js +0 -38
  1050. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleWithSAMLCommand.js +0 -36
  1051. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleWithWebIdentityCommand.js +0 -36
  1052. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-cjs/commands/DecodeAuthorizationMessageCommand.js +0 -38
  1053. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetAccessKeyInfoCommand.js +0 -38
  1054. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetCallerIdentityCommand.js +0 -38
  1055. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetFederationTokenCommand.js +0 -38
  1056. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetSessionTokenCommand.js +0 -38
  1057. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-cjs/commands/index.js +0 -11
  1058. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-cjs/defaultRoleAssumers.js +0 -15
  1059. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-cjs/defaultStsRoleAssumers.js +0 -76
  1060. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-cjs/endpoints.js +0 -217
  1061. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +0 -8
  1062. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-cjs/models/index.js +0 -4
  1063. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-cjs/models/models_0.js +0 -177
  1064. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-cjs/protocols/Aws_query.js +0 -1249
  1065. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.browser.js +0 -40
  1066. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.js +0 -44
  1067. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.native.js +0 -16
  1068. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.shared.js +0 -17
  1069. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-es/STS.js +0 -130
  1070. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-es/STSClient.js +0 -36
  1071. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleCommand.js +0 -41
  1072. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithSAMLCommand.js +0 -39
  1073. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithWebIdentityCommand.js +0 -39
  1074. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-es/commands/DecodeAuthorizationMessageCommand.js +0 -41
  1075. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-es/commands/GetAccessKeyInfoCommand.js +0 -41
  1076. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-es/commands/GetCallerIdentityCommand.js +0 -41
  1077. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-es/commands/GetFederationTokenCommand.js +0 -41
  1078. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-es/commands/GetSessionTokenCommand.js +0 -41
  1079. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-es/commands/index.js +0 -8
  1080. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-es/defaultRoleAssumers.js +0 -16
  1081. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-es/defaultStsRoleAssumers.js +0 -87
  1082. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-es/endpoints.js +0 -213
  1083. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-es/index.js +0 -5
  1084. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-es/models/index.js +0 -1
  1085. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-es/models/models_0.js +0 -117
  1086. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-es/protocols/Aws_query.js +0 -1330
  1087. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.browser.js +0 -17
  1088. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.js +0 -21
  1089. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.native.js +0 -8
  1090. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.shared.js +0 -13
  1091. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/STS.d.ts +0 -619
  1092. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/STSClient.d.ts +0 -152
  1093. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts +0 -124
  1094. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +0 -166
  1095. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +0 -170
  1096. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +0 -70
  1097. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/commands/GetAccessKeyInfoCommand.d.ts +0 -52
  1098. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/commands/GetCallerIdentityCommand.d.ts +0 -44
  1099. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +0 -120
  1100. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +0 -86
  1101. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/commands/index.d.ts +0 -8
  1102. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/defaultRoleAssumers.d.ts +0 -19
  1103. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/defaultStsRoleAssumers.d.ts +0 -35
  1104. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/endpoints.d.ts +0 -2
  1105. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/index.d.ts +0 -5
  1106. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/models/index.d.ts +0 -1
  1107. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/models/models_0.d.ts +0 -1211
  1108. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/protocols/Aws_query.d.ts +0 -26
  1109. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.browser.d.ts +0 -39
  1110. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.d.ts +0 -39
  1111. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.native.d.ts +0 -38
  1112. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.shared.d.ts +0 -13
  1113. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STS.d.ts +0 -45
  1114. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STSClient.d.ts +0 -79
  1115. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleCommand.d.ts +0 -17
  1116. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithSAMLCommand.d.ts +0 -17
  1117. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithWebIdentityCommand.d.ts +0 -17
  1118. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/DecodeAuthorizationMessageCommand.d.ts +0 -17
  1119. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetAccessKeyInfoCommand.d.ts +0 -17
  1120. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetCallerIdentityCommand.d.ts +0 -17
  1121. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +0 -17
  1122. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetSessionTokenCommand.d.ts +0 -17
  1123. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/index.d.ts +0 -8
  1124. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/defaultRoleAssumers.d.ts +0 -8
  1125. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/defaultStsRoleAssumers.d.ts +0 -16
  1126. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoints.d.ts +0 -2
  1127. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/index.d.ts +0 -5
  1128. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/index.d.ts +0 -1
  1129. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/models_0.d.ts +0 -367
  1130. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/protocols/Aws_query.d.ts +0 -26
  1131. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -37
  1132. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.d.ts +0 -37
  1133. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -36
  1134. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
  1135. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/package.json +0 -96
  1136. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/CHANGELOG.md +0 -2281
  1137. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/LICENSE +0 -201
  1138. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/README.md +0 -10
  1139. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js +0 -12
  1140. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/NodeUseFipsEndpointConfigOptions.js +0 -12
  1141. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/index.js +0 -7
  1142. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/resolveCustomEndpointsConfig.js +0 -16
  1143. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/resolveEndpointsConfig.js +0 -21
  1144. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/utils/getEndpointFromRegion.js +0 -20
  1145. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/utils/normalizeBoolean.js +0 -11
  1146. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/utils/normalizeEndpoint.js +0 -15
  1147. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/index.js +0 -6
  1148. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/regionConfig/config.js +0 -15
  1149. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/regionConfig/getRealRegion.js +0 -10
  1150. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/regionConfig/index.js +0 -5
  1151. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/regionConfig/isFipsRegion.js +0 -5
  1152. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/regionConfig/resolveRegionConfig.js +0 -29
  1153. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/EndpointVariant.js +0 -2
  1154. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/EndpointVariantTag.js +0 -2
  1155. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/PartitionHash.js +0 -2
  1156. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/RegionHash.js +0 -2
  1157. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/getHostnameFromVariants.js +0 -8
  1158. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/getRegionInfo.js +0 -34
  1159. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/getResolvedHostname.js +0 -9
  1160. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/getResolvedPartition.js +0 -5
  1161. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/getResolvedSigningRegion.js +0 -16
  1162. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/index.js +0 -6
  1163. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js +0 -11
  1164. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/NodeUseFipsEndpointConfigOptions.js +0 -11
  1165. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/index.js +0 -4
  1166. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/resolveCustomEndpointsConfig.js +0 -7
  1167. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/resolveEndpointsConfig.js +0 -12
  1168. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/utils/getEndpointFromRegion.js +0 -31
  1169. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/utils/normalizeBoolean.js +0 -7
  1170. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/utils/normalizeEndpoint.js +0 -12
  1171. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/index.js +0 -3
  1172. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/regionConfig/config.js +0 -12
  1173. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/regionConfig/getRealRegion.js +0 -8
  1174. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/regionConfig/index.js +0 -2
  1175. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/regionConfig/isFipsRegion.js +0 -3
  1176. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/regionConfig/resolveRegionConfig.js +0 -44
  1177. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/EndpointVariant.js +0 -1
  1178. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/EndpointVariantTag.js +0 -1
  1179. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/PartitionHash.js +0 -1
  1180. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/RegionHash.js +0 -1
  1181. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/getHostnameFromVariants.js +0 -9
  1182. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/getRegionInfo.js +0 -26
  1183. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/getResolvedHostname.js +0 -8
  1184. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/getResolvedPartition.js +0 -5
  1185. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/getResolvedSigningRegion.js +0 -13
  1186. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/index.js +0 -3
  1187. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +0 -5
  1188. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +0 -5
  1189. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/index.d.ts +0 -4
  1190. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/resolveCustomEndpointsConfig.d.ts +0 -20
  1191. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.d.ts +0 -38
  1192. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/utils/getEndpointFromRegion.d.ts +0 -11
  1193. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/utils/normalizeBoolean.d.ts +0 -2
  1194. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/utils/normalizeEndpoint.d.ts +0 -7
  1195. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/index.d.ts +0 -3
  1196. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/config.d.ts +0 -5
  1197. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/getRealRegion.d.ts +0 -1
  1198. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/index.d.ts +0 -2
  1199. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/isFipsRegion.d.ts +0 -1
  1200. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/resolveRegionConfig.d.ts +0 -25
  1201. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/EndpointVariant.d.ts +0 -8
  1202. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/EndpointVariantTag.d.ts +0 -5
  1203. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/PartitionHash.d.ts +0 -14
  1204. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/RegionHash.d.ts +0 -12
  1205. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getHostnameFromVariants.d.ts +0 -6
  1206. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getRegionInfo.d.ts +0 -11
  1207. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getResolvedHostname.d.ts +0 -5
  1208. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getResolvedPartition.d.ts +0 -5
  1209. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getResolvedSigningRegion.d.ts +0 -6
  1210. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/index.d.ts +0 -3
  1211. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +0 -5
  1212. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +0 -5
  1213. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/index.d.ts +0 -4
  1214. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/resolveCustomEndpointsConfig.d.ts +0 -15
  1215. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/resolveEndpointsConfig.d.ts +0 -25
  1216. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/utils/getEndpointFromRegion.d.ts +0 -11
  1217. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/utils/normalizeBoolean.d.ts +0 -2
  1218. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/utils/normalizeEndpoint.d.ts +0 -7
  1219. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/index.d.ts +0 -3
  1220. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionConfig/config.d.ts +0 -5
  1221. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionConfig/getRealRegion.d.ts +0 -1
  1222. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionConfig/index.d.ts +0 -2
  1223. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionConfig/isFipsRegion.d.ts +0 -1
  1224. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionConfig/resolveRegionConfig.d.ts +0 -17
  1225. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariant.d.ts +0 -6
  1226. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariantTag.d.ts +0 -2
  1227. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/PartitionHash.d.ts +0 -10
  1228. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/RegionHash.d.ts +0 -9
  1229. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/getHostnameFromVariants.d.ts +0 -6
  1230. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/getRegionInfo.d.ts +0 -11
  1231. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/getResolvedHostname.d.ts +0 -5
  1232. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/getResolvedPartition.d.ts +0 -5
  1233. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/getResolvedSigningRegion.d.ts +0 -6
  1234. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/index.d.ts +0 -3
  1235. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/package.json +0 -51
  1236. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-env/CHANGELOG.md +0 -1269
  1237. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-env/LICENSE +0 -201
  1238. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-env/README.md +0 -11
  1239. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +0 -25
  1240. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-env/dist-es/index.js +0 -21
  1241. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-env/dist-types/index.d.ts +0 -11
  1242. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-env/dist-types/ts3.4/index.d.ts +0 -7
  1243. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-env/package.json +0 -55
  1244. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/CHANGELOG.md +0 -1263
  1245. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/LICENSE +0 -201
  1246. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/README.md +0 -11
  1247. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/config/Endpoint.js +0 -8
  1248. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/config/EndpointConfigOptions.js +0 -10
  1249. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/config/EndpointMode.js +0 -8
  1250. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/config/EndpointModeConfigOptions.js +0 -11
  1251. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/fromContainerMetadata.js +0 -70
  1252. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/fromInstanceMetadata.js +0 -93
  1253. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/index.js +0 -6
  1254. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/remoteProvider/ImdsCredentials.js +0 -17
  1255. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/remoteProvider/RemoteProviderInit.js +0 -7
  1256. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/remoteProvider/httpRequest.js +0 -41
  1257. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/remoteProvider/index.js +0 -5
  1258. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/remoteProvider/retry.js +0 -11
  1259. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/utils/getInstanceMetadataEndpoint.js +0 -23
  1260. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-es/config/Endpoint.js +0 -5
  1261. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-es/config/EndpointConfigOptions.js +0 -7
  1262. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-es/config/EndpointMode.js +0 -5
  1263. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-es/config/EndpointModeConfigOptions.js +0 -8
  1264. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-es/fromContainerMetadata.js +0 -82
  1265. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-es/fromInstanceMetadata.js +0 -127
  1266. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-es/index.js +0 -3
  1267. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-es/remoteProvider/ImdsCredentials.js +0 -14
  1268. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-es/remoteProvider/RemoteProviderInit.js +0 -6
  1269. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-es/remoteProvider/httpRequest.js +0 -34
  1270. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-es/remoteProvider/index.js +0 -2
  1271. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-es/remoteProvider/retry.js +0 -7
  1272. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-es/utils/getInstanceMetadataEndpoint.js +0 -44
  1273. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/config/Endpoint.d.ts +0 -4
  1274. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/config/EndpointConfigOptions.d.ts +0 -4
  1275. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/config/EndpointMode.d.ts +0 -4
  1276. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/config/EndpointModeConfigOptions.d.ts +0 -4
  1277. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/fromContainerMetadata.d.ts +0 -10
  1278. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/fromInstanceMetadata.d.ts +0 -7
  1279. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/index.d.ts +0 -3
  1280. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/ImdsCredentials.d.ts +0 -9
  1281. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/RemoteProviderInit.d.ts +0 -14
  1282. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts +0 -6
  1283. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/index.d.ts +0 -2
  1284. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/retry.d.ts +0 -7
  1285. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/config/Endpoint.d.ts +0 -4
  1286. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/config/EndpointConfigOptions.d.ts +0 -4
  1287. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/config/EndpointMode.d.ts +0 -4
  1288. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/config/EndpointModeConfigOptions.d.ts +0 -4
  1289. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/fromContainerMetadata.d.ts +0 -7
  1290. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/fromInstanceMetadata.d.ts +0 -4
  1291. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/index.d.ts +0 -3
  1292. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/remoteProvider/ImdsCredentials.d.ts +0 -9
  1293. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/remoteProvider/RemoteProviderInit.d.ts +0 -10
  1294. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/remoteProvider/httpRequest.d.ts +0 -4
  1295. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/remoteProvider/index.d.ts +0 -2
  1296. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/remoteProvider/retry.d.ts +0 -5
  1297. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/utils/getInstanceMetadataEndpoint.d.ts +0 -3
  1298. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/utils/getInstanceMetadataEndpoint.d.ts +0 -19
  1299. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/package.json +0 -58
  1300. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-ini/CHANGELOG.md +0 -1265
  1301. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-ini/LICENSE +0 -201
  1302. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-ini/README.md +0 -11
  1303. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +0 -105
  1304. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-ini/dist-es/index.js +0 -141
  1305. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-ini/dist-types/index.d.ts +0 -63
  1306. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/index.d.ts +0 -26
  1307. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-ini/package.json +0 -61
  1308. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-node/CHANGELOG.md +0 -1569
  1309. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-node/LICENSE +0 -201
  1310. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-node/README.md +0 -89
  1311. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +0 -42
  1312. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-node/dist-es/index.js +0 -42
  1313. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-node/dist-types/index.d.ts +0 -42
  1314. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/index.d.ts +0 -9
  1315. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-node/package.json +0 -63
  1316. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-process/CHANGELOG.md +0 -1121
  1317. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-process/LICENSE +0 -201
  1318. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-process/README.md +0 -11
  1319. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +0 -70
  1320. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-process/dist-es/index.js +0 -82
  1321. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-process/dist-types/index.d.ts +0 -13
  1322. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/index.d.ts +0 -8
  1323. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-process/package.json +0 -57
  1324. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-sso/CHANGELOG.md +0 -323
  1325. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-sso/LICENSE +0 -201
  1326. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-sso/README.md +0 -11
  1327. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +0 -88
  1328. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-sso/dist-es/index.js +0 -110
  1329. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-sso/dist-types/index.d.ts +0 -54
  1330. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/index.d.ts +0 -32
  1331. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-sso/package.json +0 -58
  1332. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-web-identity/CHANGELOG.md +0 -217
  1333. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-web-identity/LICENSE +0 -201
  1334. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-web-identity/README.md +0 -11
  1335. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +0 -28
  1336. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js +0 -21
  1337. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +0 -5
  1338. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js +0 -25
  1339. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromWebToken.js +0 -19
  1340. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/index.js +0 -2
  1341. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromTokenFile.d.ts +0 -12
  1342. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromWebToken.d.ts +0 -126
  1343. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/index.d.ts +0 -2
  1344. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromTokenFile.d.ts +0 -8
  1345. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromWebToken.d.ts +0 -30
  1346. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/index.d.ts +0 -2
  1347. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-web-identity/package.json +0 -63
  1348. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/fetch-http-handler/CHANGELOG.md +0 -1856
  1349. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/fetch-http-handler/LICENSE +0 -201
  1350. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/fetch-http-handler/README.md +0 -4
  1351. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/fetch-http-handler/dist-cjs/fetch-http-handler.js +0 -78
  1352. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/fetch-http-handler/dist-cjs/index.js +0 -5
  1353. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/fetch-http-handler/dist-cjs/request-timeout.js +0 -15
  1354. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/fetch-http-handler/dist-cjs/stream-collector.js +0 -50
  1355. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/fetch-http-handler/dist-es/fetch-http-handler.js +0 -90
  1356. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/fetch-http-handler/dist-es/index.js +0 -2
  1357. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/fetch-http-handler/dist-es/request-timeout.js +0 -12
  1358. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/fetch-http-handler/dist-es/stream-collector.js +0 -68
  1359. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/fetch-http-handler/dist-types/fetch-http-handler.d.ts +0 -20
  1360. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/fetch-http-handler/dist-types/index.d.ts +0 -2
  1361. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/fetch-http-handler/dist-types/request-timeout.d.ts +0 -1
  1362. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/fetch-http-handler/dist-types/stream-collector.d.ts +0 -2
  1363. 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
  1364. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/fetch-http-handler/dist-types/ts3.4/index.d.ts +0 -2
  1365. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/fetch-http-handler/dist-types/ts3.4/request-timeout.d.ts +0 -1
  1366. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/fetch-http-handler/dist-types/ts3.4/stream-collector.d.ts +0 -2
  1367. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/fetch-http-handler/package.json +0 -49
  1368. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/hash-node/CHANGELOG.md +0 -1191
  1369. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/hash-node/LICENSE +0 -201
  1370. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/hash-node/README.md +0 -10
  1371. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/hash-node/dist-cjs/index.js +0 -30
  1372. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/hash-node/dist-es/index.js +0 -28
  1373. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/hash-node/dist-types/index.d.ts +0 -7
  1374. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/hash-node/dist-types/ts3.4/index.d.ts +0 -7
  1375. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/hash-node/package.json +0 -51
  1376. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/invalid-dependency/CHANGELOG.md +0 -480
  1377. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/invalid-dependency/LICENSE +0 -201
  1378. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/invalid-dependency/README.md +0 -10
  1379. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/invalid-dependency/dist-cjs/index.js +0 -5
  1380. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/invalid-dependency/dist-cjs/invalidFunction.js +0 -7
  1381. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/invalid-dependency/dist-cjs/invalidProvider.js +0 -5
  1382. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/invalid-dependency/dist-es/index.js +0 -2
  1383. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/invalid-dependency/dist-es/invalidFunction.js +0 -3
  1384. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/invalid-dependency/dist-es/invalidProvider.js +0 -1
  1385. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/invalid-dependency/dist-types/index.d.ts +0 -2
  1386. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/invalid-dependency/dist-types/invalidFunction.d.ts +0 -1
  1387. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/invalid-dependency/dist-types/invalidProvider.d.ts +0 -2
  1388. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/invalid-dependency/dist-types/ts3.4/index.d.ts +0 -2
  1389. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/invalid-dependency/dist-types/ts3.4/invalidFunction.d.ts +0 -1
  1390. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/invalid-dependency/dist-types/ts3.4/invalidProvider.d.ts +0 -2
  1391. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/invalid-dependency/package.json +0 -45
  1392. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/is-array-buffer/CHANGELOG.md +0 -561
  1393. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/is-array-buffer/LICENSE +0 -201
  1394. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/is-array-buffer/README.md +0 -10
  1395. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/is-array-buffer/dist-cjs/index.js +0 -6
  1396. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/is-array-buffer/dist-es/index.js +0 -4
  1397. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/is-array-buffer/dist-types/index.d.ts +0 -1
  1398. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/is-array-buffer/dist-types/ts3.4/index.d.ts +0 -1
  1399. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/is-array-buffer/package.json +0 -48
  1400. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-content-length/CHANGELOG.md +0 -1472
  1401. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-content-length/LICENSE +0 -201
  1402. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-content-length/README.md +0 -4
  1403. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-content-length/dist-cjs/index.js +0 -42
  1404. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-content-length/dist-es/index.js +0 -39
  1405. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-content-length/dist-types/index.d.ts +0 -6
  1406. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-content-length/dist-types/ts3.4/index.d.ts +0 -6
  1407. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-content-length/package.json +0 -49
  1408. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-host-header/CHANGELOG.md +0 -947
  1409. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-host-header/LICENSE +0 -201
  1410. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-host-header/README.md +0 -4
  1411. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js +0 -36
  1412. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-host-header/dist-es/index.js +0 -38
  1413. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-host-header/dist-types/index.d.ts +0 -17
  1414. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-host-header/dist-types/ts3.4/index.d.ts +0 -15
  1415. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-host-header/package.json +0 -49
  1416. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-logger/CHANGELOG.md +0 -355
  1417. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-logger/LICENSE +0 -201
  1418. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-logger/README.md +0 -4
  1419. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +0 -4
  1420. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-logger/dist-cjs/loggerMiddleware.js +0 -34
  1421. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-logger/dist-es/index.js +0 -1
  1422. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-logger/dist-es/loggerMiddleware.js +0 -42
  1423. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-logger/dist-types/index.d.ts +0 -1
  1424. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-logger/dist-types/loggerMiddleware.d.ts +0 -4
  1425. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-logger/dist-types/ts3.4/index.d.ts +0 -1
  1426. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-logger/dist-types/ts3.4/loggerMiddleware.d.ts +0 -4
  1427. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-logger/package.json +0 -51
  1428. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/CHANGELOG.md +0 -1178
  1429. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/LICENSE +0 -201
  1430. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/README.md +0 -4
  1431. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-cjs/AdaptiveRetryStrategy.js +0 -25
  1432. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-cjs/DefaultRateLimiter.js +0 -104
  1433. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-cjs/StandardRetryStrategy.js +0 -89
  1434. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-cjs/config.js +0 -10
  1435. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-cjs/configurations.js +0 -69
  1436. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-cjs/constants.js +0 -12
  1437. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-cjs/defaultRetryQuota.js +0 -32
  1438. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-cjs/delayDecider.js +0 -6
  1439. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-cjs/index.js +0 -13
  1440. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-cjs/omitRetryHeadersMiddleware.js +0 -27
  1441. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-cjs/retryDecider.js +0 -11
  1442. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-cjs/retryMiddleware.js +0 -23
  1443. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-cjs/types.js +0 -2
  1444. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-es/AdaptiveRetryStrategy.js +0 -34
  1445. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-es/DefaultRateLimiter.js +0 -119
  1446. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-es/StandardRetryStrategy.js +0 -130
  1447. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-es/config.js +0 -7
  1448. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-es/configurations.js +0 -77
  1449. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-es/constants.js +0 -9
  1450. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-es/defaultRetryQuota.js +0 -28
  1451. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-es/delayDecider.js +0 -4
  1452. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-es/index.js +0 -10
  1453. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-es/omitRetryHeadersMiddleware.js +0 -30
  1454. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-es/retryDecider.js +0 -7
  1455. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-es/retryMiddleware.js +0 -30
  1456. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-es/types.js +0 -1
  1457. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/AdaptiveRetryStrategy.d.ts +0 -17
  1458. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/DefaultRateLimiter.d.ts +0 -39
  1459. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/StandardRetryStrategy.d.ts +0 -27
  1460. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/config.d.ts +0 -13
  1461. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/configurations.d.ts +0 -37
  1462. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/constants.d.ts +0 -41
  1463. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/defaultRetryQuota.d.ts +0 -18
  1464. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/delayDecider.d.ts +0 -4
  1465. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/index.d.ts +0 -10
  1466. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/omitRetryHeadersMiddleware.d.ts +0 -4
  1467. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/retryDecider.d.ts +0 -2
  1468. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/retryMiddleware.d.ts +0 -5
  1469. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +0 -15
  1470. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/DefaultRateLimiter.d.ts +0 -39
  1471. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +0 -25
  1472. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/config.d.ts +0 -8
  1473. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/configurations.d.ts +0 -26
  1474. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/constants.d.ts +0 -18
  1475. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/defaultRetryQuota.d.ts +0 -10
  1476. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/delayDecider.d.ts +0 -2
  1477. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/index.d.ts +0 -10
  1478. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/omitRetryHeadersMiddleware.d.ts +0 -4
  1479. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/retryDecider.d.ts +0 -2
  1480. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/retryMiddleware.d.ts +0 -5
  1481. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/types.d.ts +0 -24
  1482. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/types.d.ts +0 -53
  1483. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/package.json +0 -52
  1484. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-sdk-sts/CHANGELOG.md +0 -202
  1485. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-sdk-sts/LICENSE +0 -201
  1486. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-sdk-sts/README.md +0 -4
  1487. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-sdk-sts/dist-cjs/index.js +0 -9
  1488. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-sdk-sts/dist-es/index.js +0 -6
  1489. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-sdk-sts/dist-types/index.d.ts +0 -34
  1490. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-sdk-sts/dist-types/ts3.4/index.d.ts +0 -25
  1491. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-sdk-sts/package.json +0 -52
  1492. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-serde/CHANGELOG.md +0 -896
  1493. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-serde/LICENSE +0 -201
  1494. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-serde/README.md +0 -4
  1495. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-serde/dist-cjs/deserializerMiddleware.js +0 -12
  1496. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-serde/dist-cjs/index.js +0 -6
  1497. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-serde/dist-cjs/serdePlugin.js +0 -26
  1498. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-serde/dist-cjs/serializerMiddleware.js +0 -11
  1499. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-serde/dist-es/deserializerMiddleware.js +0 -22
  1500. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-serde/dist-es/index.js +0 -3
  1501. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-serde/dist-es/serdePlugin.js +0 -22
  1502. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-serde/dist-es/serializerMiddleware.js +0 -16
  1503. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-serde/dist-types/deserializerMiddleware.d.ts +0 -2
  1504. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-serde/dist-types/index.d.ts +0 -3
  1505. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-serde/dist-types/serdePlugin.d.ts +0 -4
  1506. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-serde/dist-types/serializerMiddleware.d.ts +0 -2
  1507. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-serde/dist-types/ts3.4/deserializerMiddleware.d.ts +0 -2
  1508. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-serde/dist-types/ts3.4/index.d.ts +0 -3
  1509. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-serde/dist-types/ts3.4/serdePlugin.d.ts +0 -4
  1510. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-serde/dist-types/ts3.4/serializerMiddleware.d.ts +0 -2
  1511. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-serde/package.json +0 -48
  1512. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/CHANGELOG.md +0 -1840
  1513. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/LICENSE +0 -201
  1514. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/README.md +0 -4
  1515. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-cjs/configurations.js +0 -90
  1516. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-cjs/index.js +0 -5
  1517. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-cjs/middleware.js +0 -45
  1518. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-cjs/utils/getSkewCorrectedDate.js +0 -5
  1519. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-cjs/utils/getUpdatedSystemClockOffset.js +0 -12
  1520. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-cjs/utils/isClockSkewed.js +0 -6
  1521. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-es/configurations.js +0 -87
  1522. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-es/index.js +0 -2
  1523. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-es/middleware.js +0 -59
  1524. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-es/utils/getSkewCorrectedDate.js +0 -1
  1525. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-es/utils/getUpdatedSystemClockOffset.js +0 -8
  1526. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-es/utils/isClockSkewed.js +0 -4
  1527. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-types/configurations.d.ts +0 -88
  1528. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-types/index.d.ts +0 -2
  1529. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-types/middleware.d.ts +0 -6
  1530. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/configurations.d.ts +0 -57
  1531. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/index.d.ts +0 -2
  1532. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/middleware.d.ts +0 -6
  1533. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/utils/getSkewCorrectedDate.d.ts +0 -2
  1534. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/utils/getUpdatedSystemClockOffset.d.ts +0 -2
  1535. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/utils/isClockSkewed.d.ts +0 -2
  1536. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-types/utils/getSkewCorrectedDate.d.ts +0 -6
  1537. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-types/utils/getUpdatedSystemClockOffset.d.ts +0 -8
  1538. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-types/utils/isClockSkewed.d.ts +0 -7
  1539. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/package.json +0 -51
  1540. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-stack/CHANGELOG.md +0 -1330
  1541. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-stack/LICENSE +0 -201
  1542. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-stack/README.md +0 -78
  1543. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-stack/dist-cjs/MiddlewareStack.js +0 -215
  1544. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-stack/dist-cjs/index.js +0 -4
  1545. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-stack/dist-cjs/types.js +0 -2
  1546. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-stack/dist-es/MiddlewareStack.js +0 -212
  1547. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-stack/dist-es/index.js +0 -1
  1548. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-stack/dist-es/types.js +0 -1
  1549. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-stack/dist-types/MiddlewareStack.d.ts +0 -2
  1550. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-stack/dist-types/index.d.ts +0 -1
  1551. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-stack/dist-types/ts3.4/MiddlewareStack.d.ts +0 -2
  1552. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-stack/dist-types/ts3.4/index.d.ts +0 -1
  1553. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-stack/dist-types/ts3.4/types.d.ts +0 -24
  1554. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-stack/dist-types/types.d.ts +0 -24
  1555. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-stack/package.json +0 -50
  1556. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-user-agent/CHANGELOG.md +0 -1116
  1557. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-user-agent/LICENSE +0 -201
  1558. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-user-agent/README.md +0 -4
  1559. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/configurations.js +0 -10
  1560. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/constants.js +0 -7
  1561. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +0 -5
  1562. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/user-agent-middleware.js +0 -61
  1563. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-user-agent/dist-es/configurations.js +0 -4
  1564. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-user-agent/dist-es/constants.js +0 -4
  1565. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-user-agent/dist-es/index.js +0 -2
  1566. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-user-agent/dist-es/user-agent-middleware.js +0 -64
  1567. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-user-agent/dist-types/configurations.d.ts +0 -28
  1568. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-user-agent/dist-types/constants.d.ts +0 -4
  1569. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-user-agent/dist-types/index.d.ts +0 -2
  1570. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/configurations.d.ts +0 -19
  1571. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/constants.d.ts +0 -4
  1572. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/index.d.ts +0 -2
  1573. 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
  1574. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-user-agent/dist-types/user-agent-middleware.d.ts +0 -17
  1575. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-user-agent/package.json +0 -50
  1576. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/CHANGELOG.md +0 -399
  1577. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/LICENSE +0 -201
  1578. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/README.md +0 -4
  1579. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/dist-cjs/configLoader.js +0 -9
  1580. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/dist-cjs/fromEnv.js +0 -17
  1581. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/dist-cjs/fromSharedConfigFiles.js +0 -28
  1582. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/dist-cjs/fromStatic.js +0 -7
  1583. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/dist-cjs/index.js +0 -4
  1584. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/dist-es/configLoader.js +0 -9
  1585. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/dist-es/fromEnv.js +0 -20
  1586. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/dist-es/fromSharedConfigFiles.js +0 -37
  1587. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/dist-es/fromStatic.js +0 -8
  1588. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/dist-es/index.js +0 -1
  1589. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/dist-types/configLoader.d.ts +0 -22
  1590. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/dist-types/fromEnv.d.ts +0 -8
  1591. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/dist-types/fromSharedConfigFiles.d.ts +0 -27
  1592. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/dist-types/fromStatic.d.ts +0 -3
  1593. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/dist-types/index.d.ts +0 -1
  1594. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/dist-types/ts3.4/configLoader.d.ts +0 -14
  1595. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/dist-types/ts3.4/fromEnv.d.ts +0 -5
  1596. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/dist-types/ts3.4/fromSharedConfigFiles.d.ts +0 -14
  1597. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/dist-types/ts3.4/fromStatic.d.ts +0 -3
  1598. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/dist-types/ts3.4/index.d.ts +0 -1
  1599. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/package.json +0 -53
  1600. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/CHANGELOG.md +0 -1614
  1601. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/LICENSE +0 -201
  1602. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/README.md +0 -4
  1603. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-cjs/constants.js +0 -4
  1604. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-cjs/get-transformed-headers.js +0 -12
  1605. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-cjs/index.js +0 -6
  1606. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-cjs/node-http-handler.js +0 -76
  1607. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-cjs/node-http2-handler.js +0 -131
  1608. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-cjs/readable.mock.js +0 -23
  1609. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-cjs/server.mock.js +0 -60
  1610. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-cjs/set-connection-timeout.js +0 -22
  1611. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-cjs/set-socket-timeout.js +0 -10
  1612. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-cjs/stream-collector/collector.js +0 -15
  1613. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-cjs/stream-collector/index.js +0 -18
  1614. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-cjs/stream-collector/readable.mock.js +0 -23
  1615. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-cjs/write-request-body.js +0 -27
  1616. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-es/constants.js +0 -1
  1617. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-es/get-transformed-headers.js +0 -21
  1618. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-es/index.js +0 -3
  1619. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-es/node-http-handler.js +0 -77
  1620. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-es/node-http2-handler.js +0 -143
  1621. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-es/readable.mock.js +0 -24
  1622. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-es/server.mock.js +0 -63
  1623. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-es/set-connection-timeout.js +0 -19
  1624. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-es/set-socket-timeout.js +0 -7
  1625. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-es/stream-collector/collector.js +0 -16
  1626. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-es/stream-collector/index.js +0 -16
  1627. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-es/stream-collector/readable.mock.js +0 -24
  1628. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-es/write-request-body.js +0 -23
  1629. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-types/constants.d.ts +0 -4
  1630. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-types/get-transformed-headers.d.ts +0 -4
  1631. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-types/index.d.ts +0 -3
  1632. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-types/node-http-handler.d.ts +0 -36
  1633. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-types/node-http2-handler.d.ts +0 -58
  1634. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-types/readable.mock.d.ts +0 -13
  1635. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-types/server.mock.d.ts +0 -10
  1636. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-types/set-connection-timeout.d.ts +0 -2
  1637. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-types/set-socket-timeout.d.ts +0 -2
  1638. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-types/stream-collector/collector.d.ts +0 -6
  1639. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-types/stream-collector/index.d.ts +0 -2
  1640. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +0 -13
  1641. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/constants.d.ts +0 -2
  1642. 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
  1643. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/index.d.ts +0 -3
  1644. 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
  1645. 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
  1646. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/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/server.mock.d.ts +0 -10
  1648. 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
  1649. 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
  1650. 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
  1651. 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
  1652. 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
  1653. 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
  1654. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-types/write-request-body.d.ts +0 -5
  1655. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/package.json +0 -60
  1656. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/CHANGELOG.md +0 -1156
  1657. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/LICENSE +0 -201
  1658. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/README.md +0 -10
  1659. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/dist-cjs/ProviderError.js +0 -36
  1660. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/dist-cjs/chain.js +0 -19
  1661. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/dist-cjs/fromStatic.js +0 -5
  1662. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/dist-cjs/index.js +0 -7
  1663. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/dist-cjs/memoize.js +0 -48
  1664. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/dist-es/ProviderError.js +0 -44
  1665. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/dist-es/chain.js +0 -34
  1666. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/dist-es/fromStatic.js +0 -5
  1667. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/dist-es/index.js +0 -4
  1668. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/dist-es/memoize.js +0 -70
  1669. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/dist-types/ProviderError.d.ts +0 -31
  1670. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/dist-types/chain.d.ts +0 -11
  1671. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/dist-types/fromStatic.d.ts +0 -2
  1672. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/dist-types/index.d.ts +0 -4
  1673. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/dist-types/memoize.d.ts +0 -37
  1674. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/dist-types/ts3.4/ProviderError.d.ts +0 -13
  1675. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/dist-types/ts3.4/chain.d.ts +0 -3
  1676. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/dist-types/ts3.4/fromStatic.d.ts +0 -2
  1677. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/dist-types/ts3.4/index.d.ts +0 -4
  1678. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/dist-types/ts3.4/memoize.d.ts +0 -9
  1679. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/package.json +0 -48
  1680. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/CHANGELOG.md +0 -1178
  1681. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/LICENSE +0 -201
  1682. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/README.md +0 -4
  1683. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/dist-cjs/httpHandler.js +0 -2
  1684. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/dist-cjs/httpRequest.js +0 -49
  1685. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/dist-cjs/httpResponse.js +0 -17
  1686. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/dist-cjs/index.js +0 -7
  1687. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/dist-cjs/isValidHostname.js +0 -8
  1688. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/dist-es/httpHandler.js +0 -1
  1689. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/dist-es/httpRequest.js +0 -43
  1690. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/dist-es/httpResponse.js +0 -15
  1691. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/dist-es/index.js +0 -4
  1692. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/dist-es/isValidHostname.js +0 -4
  1693. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/dist-types/httpHandler.d.ts +0 -4
  1694. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/dist-types/httpRequest.d.ts +0 -20
  1695. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/dist-types/httpResponse.d.ts +0 -14
  1696. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/dist-types/index.d.ts +0 -4
  1697. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/dist-types/isValidHostname.d.ts +0 -1
  1698. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/httpHandler.d.ts +0 -4
  1699. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/httpRequest.d.ts +0 -20
  1700. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/httpResponse.d.ts +0 -14
  1701. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/index.d.ts +0 -4
  1702. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/isValidHostname.d.ts +0 -1
  1703. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/package.json +0 -49
  1704. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/querystring-builder/CHANGELOG.md +0 -1138
  1705. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/querystring-builder/LICENSE +0 -201
  1706. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/querystring-builder/README.md +0 -10
  1707. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/querystring-builder/dist-cjs/index.js +0 -25
  1708. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/querystring-builder/dist-es/index.js +0 -33
  1709. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/querystring-builder/dist-types/index.d.ts +0 -2
  1710. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/querystring-builder/dist-types/ts3.4/index.d.ts +0 -2
  1711. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/querystring-builder/package.json +0 -49
  1712. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/querystring-parser/CHANGELOG.md +0 -1101
  1713. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/querystring-parser/LICENSE +0 -201
  1714. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/querystring-parser/README.md +0 -10
  1715. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/querystring-parser/dist-cjs/index.js +0 -27
  1716. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/querystring-parser/dist-es/index.js +0 -35
  1717. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/querystring-parser/dist-types/index.d.ts +0 -2
  1718. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/querystring-parser/dist-types/ts3.4/index.d.ts +0 -2
  1719. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/querystring-parser/package.json +0 -48
  1720. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/service-error-classification/CHANGELOG.md +0 -667
  1721. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/service-error-classification/LICENSE +0 -201
  1722. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/service-error-classification/README.md +0 -4
  1723. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/service-error-classification/dist-cjs/constants.js +0 -29
  1724. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/service-error-classification/dist-cjs/index.js +0 -21
  1725. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/service-error-classification/dist-es/constants.js +0 -26
  1726. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/service-error-classification/dist-es/index.js +0 -14
  1727. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/service-error-classification/dist-types/constants.d.ts +0 -22
  1728. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/service-error-classification/dist-types/index.d.ts +0 -5
  1729. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/service-error-classification/dist-types/ts3.4/constants.d.ts +0 -8
  1730. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/service-error-classification/dist-types/ts3.4/index.d.ts +0 -5
  1731. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/service-error-classification/package.json +0 -45
  1732. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/shared-ini-file-loader/CHANGELOG.md +0 -704
  1733. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/shared-ini-file-loader/LICENSE +0 -201
  1734. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/shared-ini-file-loader/README.md +0 -102
  1735. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/shared-ini-file-loader/dist-cjs/index.js +0 -84
  1736. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/shared-ini-file-loader/dist-es/index.js +0 -105
  1737. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/index.d.ts +0 -33
  1738. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/index.d.ts +0 -21
  1739. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/shared-ini-file-loader/package.json +0 -48
  1740. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/CHANGELOG.md +0 -2827
  1741. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/LICENSE +0 -201
  1742. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/README.md +0 -4
  1743. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-cjs/SignatureV4.js +0 -150
  1744. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-cjs/cloneRequest.js +0 -17
  1745. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-cjs/constants.js +0 -46
  1746. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-cjs/credentialDerivation.js +0 -38
  1747. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-cjs/getCanonicalHeaders.js +0 -21
  1748. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-cjs/getCanonicalQuery.js +0 -31
  1749. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-cjs/getPayloadHash.js +0 -23
  1750. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-cjs/headerUtil.js +0 -32
  1751. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-cjs/index.js +0 -19
  1752. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-cjs/moveHeadersToQuery.js +0 -21
  1753. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-cjs/normalizeProvider.js +0 -23
  1754. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-cjs/prepareRequest.js +0 -15
  1755. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-cjs/suite.fixture.js +0 -402
  1756. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-cjs/utilDate.js +0 -20
  1757. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-es/SignatureV4.js +0 -269
  1758. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-es/cloneRequest.js +0 -12
  1759. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-es/constants.js +0 -43
  1760. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-es/credentialDerivation.js +0 -66
  1761. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-es/getCanonicalHeaders.js +0 -30
  1762. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-es/getCanonicalQuery.js +0 -43
  1763. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-es/getPayloadHash.js +0 -41
  1764. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-es/headerUtil.js +0 -60
  1765. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-es/index.js +0 -8
  1766. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-es/moveHeadersToQuery.js +0 -26
  1767. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-es/normalizeProvider.js +0 -18
  1768. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-es/prepareRequest.js +0 -23
  1769. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-es/suite.fixture.js +0 -399
  1770. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-es/utilDate.js +0 -17
  1771. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/SignatureV4.d.ts +0 -63
  1772. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/cloneRequest.d.ts +0 -6
  1773. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/constants.d.ts +0 -43
  1774. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/credentialDerivation.d.ts +0 -26
  1775. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/getCanonicalHeaders.d.ts +0 -5
  1776. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/getCanonicalQuery.d.ts +0 -5
  1777. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/getPayloadHash.d.ts +0 -5
  1778. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/headerUtil.d.ts +0 -4
  1779. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/index.d.ts +0 -8
  1780. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/moveHeadersToQuery.d.ts +0 -9
  1781. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/normalizeProvider.d.ts +0 -9
  1782. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/prepareRequest.d.ts +0 -5
  1783. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/suite.fixture.d.ts +0 -14
  1784. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/SignatureV4.d.ts +0 -39
  1785. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/cloneRequest.d.ts +0 -4
  1786. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/constants.d.ts +0 -43
  1787. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/credentialDerivation.d.ts +0 -7
  1788. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/getCanonicalHeaders.d.ts +0 -3
  1789. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/getCanonicalQuery.d.ts +0 -3
  1790. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/getPayloadHash.d.ts +0 -3
  1791. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/headerUtil.d.ts +0 -4
  1792. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/index.d.ts +0 -8
  1793. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/moveHeadersToQuery.d.ts +0 -7
  1794. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/normalizeProvider.d.ts +0 -5
  1795. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/prepareRequest.d.ts +0 -3
  1796. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/suite.fixture.d.ts +0 -14
  1797. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/utilDate.d.ts +0 -2
  1798. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/utilDate.d.ts +0 -2
  1799. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/package.json +0 -56
  1800. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/CHANGELOG.md +0 -1387
  1801. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/LICENSE +0 -201
  1802. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/README.md +0 -10
  1803. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-cjs/client.js +0 -28
  1804. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-cjs/command.js +0 -10
  1805. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-cjs/constants.js +0 -4
  1806. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-cjs/date-utils.js +0 -156
  1807. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-cjs/emitWarningIfUnsupportedVersion.js +0 -15
  1808. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-cjs/extended-encode-uri-component.js +0 -9
  1809. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-cjs/get-array-if-single-item.js +0 -5
  1810. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-cjs/get-value-from-text-node.js +0 -16
  1811. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-cjs/index.js +0 -15
  1812. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-cjs/lazy-json.js +0 -38
  1813. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-cjs/parse-utils.js +0 -206
  1814. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-cjs/ser-utils.js +0 -17
  1815. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-cjs/split-every.js +0 -31
  1816. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-es/client.js +0 -26
  1817. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-es/command.js +0 -8
  1818. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-es/constants.js +0 -1
  1819. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-es/date-utils.js +0 -150
  1820. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-es/emitWarningIfUnsupportedVersion.js +0 -11
  1821. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-es/extended-encode-uri-component.js +0 -5
  1822. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-es/get-array-if-single-item.js +0 -3
  1823. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-es/get-value-from-text-node.js +0 -12
  1824. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-es/index.js +0 -12
  1825. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-es/lazy-json.js +0 -40
  1826. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-es/parse-utils.js +0 -190
  1827. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-es/ser-utils.js +0 -13
  1828. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-es/split-every.js +0 -27
  1829. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/client.d.ts +0 -20
  1830. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/command.d.ts +0 -6
  1831. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/constants.d.ts +0 -1
  1832. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/date-utils.d.ts +0 -49
  1833. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/emitWarningIfUnsupportedVersion.d.ts +0 -6
  1834. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/extended-encode-uri-component.d.ts +0 -5
  1835. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/get-array-if-single-item.d.ts +0 -5
  1836. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/get-value-from-text-node.d.ts +0 -5
  1837. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts +0 -13
  1838. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/lazy-json.d.ts +0 -19
  1839. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/parse-utils.d.ts +0 -203
  1840. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/ser-utils.d.ts +0 -7
  1841. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/split-every.d.ts +0 -9
  1842. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/client.d.ts +0 -16
  1843. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/command.d.ts +0 -6
  1844. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/constants.d.ts +0 -1
  1845. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/date-utils.d.ts +0 -8
  1846. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/emitWarningIfUnsupportedVersion.d.ts +0 -2
  1847. 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
  1848. 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
  1849. 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
  1850. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/index.d.ts +0 -13
  1851. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/lazy-json.d.ts +0 -12
  1852. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/parse-utils.d.ts +0 -53
  1853. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/ser-utils.d.ts +0 -2
  1854. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/split-every.d.ts +0 -2
  1855. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/package.json +0 -49
  1856. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/CHANGELOG.md +0 -1712
  1857. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/LICENSE +0 -201
  1858. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/README.md +0 -4
  1859. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-cjs/abort.js +0 -2
  1860. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-cjs/client.js +0 -2
  1861. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-cjs/command.js +0 -2
  1862. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-cjs/credentials.js +0 -2
  1863. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-cjs/crypto.js +0 -2
  1864. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-cjs/eventStream.js +0 -2
  1865. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-cjs/http.js +0 -2
  1866. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-cjs/index.js +0 -20
  1867. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-cjs/logger.js +0 -2
  1868. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-cjs/middleware.js +0 -2
  1869. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-cjs/pagination.js +0 -2
  1870. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-cjs/response.js +0 -2
  1871. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-cjs/serde.js +0 -2
  1872. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-cjs/shapes.js +0 -2
  1873. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-cjs/signature.js +0 -2
  1874. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-cjs/transfer.js +0 -2
  1875. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-cjs/util.js +0 -2
  1876. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-cjs/waiter.js +0 -2
  1877. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-es/abort.js +0 -1
  1878. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-es/client.js +0 -1
  1879. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-es/command.js +0 -1
  1880. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-es/credentials.js +0 -1
  1881. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-es/crypto.js +0 -1
  1882. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-es/eventStream.js +0 -1
  1883. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-es/http.js +0 -1
  1884. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-es/index.js +0 -17
  1885. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-es/logger.js +0 -1
  1886. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-es/middleware.js +0 -1
  1887. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-es/pagination.js +0 -1
  1888. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-es/response.js +0 -1
  1889. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-es/serde.js +0 -1
  1890. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-es/shapes.js +0 -1
  1891. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-es/signature.js +0 -1
  1892. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-es/transfer.js +0 -1
  1893. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-es/util.js +0 -1
  1894. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-es/waiter.js +0 -1
  1895. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/abort.d.ts +0 -42
  1896. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/client.d.ts +0 -23
  1897. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/command.d.ts +0 -7
  1898. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +0 -24
  1899. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/crypto.d.ts +0 -45
  1900. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/eventStream.d.ts +0 -84
  1901. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/http.d.ts +0 -92
  1902. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/index.d.ts +0 -17
  1903. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/logger.d.ts +0 -26
  1904. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +0 -338
  1905. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/pagination.d.ts +0 -14
  1906. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/response.d.ts +0 -34
  1907. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/serde.d.ts +0 -49
  1908. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/shapes.d.ts +0 -45
  1909. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/signature.d.ts +0 -100
  1910. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/transfer.d.ts +0 -16
  1911. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/ts3.4/abort.d.ts +0 -17
  1912. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/ts3.4/client.d.ts +0 -17
  1913. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/ts3.4/command.d.ts +0 -7
  1914. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/ts3.4/credentials.d.ts +0 -13
  1915. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/ts3.4/crypto.d.ts +0 -20
  1916. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/ts3.4/eventStream.d.ts +0 -78
  1917. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/ts3.4/http.d.ts +0 -44
  1918. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +0 -17
  1919. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/ts3.4/logger.d.ts +0 -14
  1920. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/ts3.4/middleware.d.ts +0 -155
  1921. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/ts3.4/pagination.d.ts +0 -9
  1922. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/ts3.4/response.d.ts +0 -18
  1923. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/ts3.4/serde.d.ts +0 -29
  1924. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/ts3.4/shapes.d.ts +0 -22
  1925. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/ts3.4/signature.d.ts +0 -47
  1926. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/ts3.4/transfer.d.ts +0 -12
  1927. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/ts3.4/util.d.ts +0 -56
  1928. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/ts3.4/waiter.d.ts +0 -15
  1929. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/util.d.ts +0 -112
  1930. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/waiter.d.ts +0 -32
  1931. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/package.json +0 -43
  1932. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/url-parser/CHANGELOG.md +0 -201
  1933. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/url-parser/LICENSE +0 -201
  1934. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/url-parser/README.md +0 -10
  1935. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/url-parser/dist-cjs/index.js +0 -19
  1936. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/url-parser/dist-es/index.js +0 -15
  1937. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/url-parser/dist-types/index.d.ts +0 -2
  1938. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/url-parser/dist-types/ts3.4/index.d.ts +0 -2
  1939. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/url-parser/package.json +0 -46
  1940. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-base64-browser/CHANGELOG.md +0 -561
  1941. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-base64-browser/LICENSE +0 -201
  1942. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-base64-browser/README.md +0 -4
  1943. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-base64-browser/dist-cjs/index.js +0 -86
  1944. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-base64-browser/dist-es/index.js +0 -81
  1945. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-base64-browser/dist-types/index.d.ts +0 -16
  1946. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-base64-browser/dist-types/ts3.4/index.d.ts +0 -4
  1947. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-base64-browser/package.json +0 -46
  1948. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-base64-node/CHANGELOG.md +0 -672
  1949. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-base64-node/LICENSE +0 -201
  1950. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-base64-node/README.md +0 -4
  1951. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-base64-node/dist-cjs/index.js +0 -20
  1952. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-base64-node/dist-es/index.js +0 -15
  1953. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-base64-node/dist-types/index.d.ts +0 -14
  1954. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-base64-node/dist-types/ts3.4/index.d.ts +0 -4
  1955. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-base64-node/package.json +0 -50
  1956. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-body-length-browser/CHANGELOG.md +0 -574
  1957. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-body-length-browser/LICENSE +0 -201
  1958. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-body-length-browser/README.md +0 -12
  1959. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-body-length-browser/dist-cjs/index.js +0 -23
  1960. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-body-length-browser/dist-es/index.js +0 -19
  1961. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-body-length-browser/dist-types/index.d.ts +0 -1
  1962. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-body-length-browser/dist-types/ts3.4/index.d.ts +0 -1
  1963. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-body-length-browser/package.json +0 -45
  1964. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-body-length-node/CHANGELOG.md +0 -611
  1965. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-body-length-node/LICENSE +0 -201
  1966. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-body-length-node/README.md +0 -12
  1967. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-body-length-node/dist-cjs/index.js +0 -22
  1968. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-body-length-node/dist-es/index.js +0 -18
  1969. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-body-length-node/dist-types/index.d.ts +0 -1
  1970. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-body-length-node/dist-types/ts3.4/index.d.ts +0 -1
  1971. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-body-length-node/package.json +0 -49
  1972. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-buffer-from/CHANGELOG.md +0 -617
  1973. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-buffer-from/LICENSE +0 -201
  1974. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-buffer-from/README.md +0 -10
  1975. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-buffer-from/dist-cjs/index.js +0 -19
  1976. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-buffer-from/dist-es/index.js +0 -16
  1977. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-buffer-from/dist-types/index.d.ts +0 -4
  1978. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-buffer-from/dist-types/ts3.4/index.d.ts +0 -4
  1979. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-buffer-from/package.json +0 -49
  1980. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-config-provider/CHANGELOG.md +0 -11
  1981. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-config-provider/LICENSE +0 -201
  1982. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-config-provider/README.md +0 -4
  1983. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-config-provider/dist-cjs/booleanSelector.js +0 -18
  1984. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-config-provider/dist-cjs/index.js +0 -4
  1985. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-config-provider/dist-es/booleanSelector.js +0 -14
  1986. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-config-provider/dist-es/index.js +0 -1
  1987. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-config-provider/dist-types/booleanSelector.d.ts +0 -15
  1988. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-config-provider/dist-types/index.d.ts +0 -1
  1989. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-config-provider/dist-types/ts3.4/booleanSelector.d.ts +0 -8
  1990. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-config-provider/dist-types/ts3.4/index.d.ts +0 -1
  1991. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-config-provider/package.json +0 -50
  1992. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-hex-encoding/CHANGELOG.md +0 -558
  1993. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-hex-encoding/LICENSE +0 -201
  1994. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-hex-encoding/README.md +0 -4
  1995. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-hex-encoding/dist-cjs/index.js +0 -38
  1996. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-hex-encoding/dist-es/index.js +0 -33
  1997. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-hex-encoding/dist-types/index.d.ts +0 -12
  1998. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-hex-encoding/dist-types/ts3.4/index.d.ts +0 -4
  1999. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-hex-encoding/package.json +0 -48
  2000. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-uri-escape/CHANGELOG.md +0 -666
  2001. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-uri-escape/LICENSE +0 -201
  2002. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-uri-escape/README.md +0 -10
  2003. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-uri-escape/dist-cjs/escape-uri-path.js +0 -6
  2004. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-uri-escape/dist-cjs/escape-uri.js +0 -6
  2005. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-uri-escape/dist-cjs/index.js +0 -5
  2006. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-uri-escape/dist-es/escape-uri-path.js +0 -2
  2007. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-uri-escape/dist-es/escape-uri.js +0 -4
  2008. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-uri-escape/dist-es/index.js +0 -2
  2009. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-uri-escape/dist-types/escape-uri-path.d.ts +0 -1
  2010. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-uri-escape/dist-types/escape-uri.d.ts +0 -1
  2011. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-uri-escape/dist-types/index.d.ts +0 -2
  2012. 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
  2013. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-uri-escape/dist-types/ts3.4/escape-uri.d.ts +0 -1
  2014. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-uri-escape/dist-types/ts3.4/index.d.ts +0 -2
  2015. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-uri-escape/package.json +0 -47
  2016. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-browser/CHANGELOG.md +0 -1672
  2017. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-browser/LICENSE +0 -201
  2018. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-browser/README.md +0 -10
  2019. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/configurations.js +0 -2
  2020. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.js +0 -22
  2021. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.native.js +0 -16
  2022. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-browser/dist-es/configurations.js +0 -1
  2023. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.js +0 -24
  2024. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.native.js +0 -19
  2025. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-browser/dist-types/configurations.d.ts +0 -4
  2026. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.d.ts +0 -7
  2027. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.native.d.ts +0 -7
  2028. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/configurations.d.ts +0 -4
  2029. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.d.ts +0 -4
  2030. 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
  2031. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-browser/package.json +0 -48
  2032. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-node/CHANGELOG.md +0 -1759
  2033. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-node/LICENSE +0 -201
  2034. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-node/README.md +0 -10
  2035. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +0 -41
  2036. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/is-crt-available.js +0 -15
  2037. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-node/dist-es/index.js +0 -47
  2038. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-node/dist-es/is-crt-available.js +0 -11
  2039. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-node/dist-types/index.d.ts +0 -12
  2040. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-node/dist-types/is-crt-available.d.ts +0 -2
  2041. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/index.d.ts +0 -10
  2042. 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
  2043. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-node/package.json +0 -51
  2044. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-browser/CHANGELOG.md +0 -561
  2045. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-browser/LICENSE +0 -201
  2046. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-browser/README.md +0 -4
  2047. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-browser/dist-cjs/index.js +0 -9
  2048. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-browser/dist-cjs/pureJs.js +0 -47
  2049. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-browser/dist-cjs/whatwgEncodingApi.js +0 -11
  2050. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-browser/dist-es/index.js +0 -8
  2051. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-browser/dist-es/pureJs.js +0 -42
  2052. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-browser/dist-es/whatwgEncodingApi.js +0 -6
  2053. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-browser/dist-types/index.d.ts +0 -2
  2054. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-browser/dist-types/pureJs.d.ts +0 -17
  2055. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-browser/dist-types/ts3.4/index.d.ts +0 -2
  2056. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-browser/dist-types/ts3.4/pureJs.d.ts +0 -4
  2057. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-browser/dist-types/ts3.4/whatwgEncodingApi.d.ts +0 -2
  2058. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-browser/dist-types/whatwgEncodingApi.d.ts +0 -2
  2059. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-browser/package.json +0 -45
  2060. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-node/CHANGELOG.md +0 -669
  2061. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-node/LICENSE +0 -201
  2062. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-node/README.md +0 -4
  2063. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-node/dist-cjs/index.js +0 -11
  2064. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-node/dist-es/index.js +0 -8
  2065. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-node/dist-types/index.d.ts +0 -2
  2066. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-node/dist-types/ts3.4/index.d.ts +0 -2
  2067. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-node/package.json +0 -53
  2068. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/CHANGELOG.md +0 -260
  2069. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/LICENSE +0 -201
  2070. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/README.md +0 -10
  2071. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-cjs/createWaiter.js +0 -27
  2072. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-cjs/index.js +0 -5
  2073. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-cjs/poller.js +0 -38
  2074. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-cjs/utils/index.js +0 -5
  2075. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-cjs/utils/sleep.js +0 -7
  2076. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-cjs/utils/validate.js +0 -21
  2077. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-cjs/waiter.js +0 -38
  2078. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-es/createWaiter.js +0 -26
  2079. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-es/index.js +0 -2
  2080. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-es/poller.js +0 -52
  2081. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-es/utils/index.js +0 -2
  2082. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-es/utils/sleep.js +0 -3
  2083. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-es/utils/validate.js +0 -17
  2084. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-es/waiter.js +0 -29
  2085. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-types/createWaiter.d.ts +0 -11
  2086. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-types/index.d.ts +0 -2
  2087. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-types/poller.d.ts +0 -10
  2088. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-types/ts3.4/createWaiter.d.ts +0 -3
  2089. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-types/ts3.4/index.d.ts +0 -2
  2090. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-types/ts3.4/poller.d.ts +0 -3
  2091. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-types/ts3.4/utils/index.d.ts +0 -2
  2092. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-types/ts3.4/utils/sleep.d.ts +0 -1
  2093. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-types/ts3.4/utils/validate.d.ts +0 -3
  2094. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-types/ts3.4/waiter.d.ts +0 -24
  2095. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-types/utils/index.d.ts +0 -2
  2096. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-types/utils/sleep.d.ts +0 -1
  2097. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-types/utils/validate.d.ts +0 -6
  2098. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-types/waiter.d.ts +0 -33
  2099. package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/package.json +0 -50
  2100. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/CHANGELOG.md +0 -229
  2101. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/CONTRIBUTING.md +0 -18
  2102. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/LICENSE.md +0 -9
  2103. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/README.md +0 -505
  2104. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/bin/uuid +0 -2
  2105. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/index.js +0 -9
  2106. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/md5.js +0 -215
  2107. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/nil.js +0 -1
  2108. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/parse.js +0 -35
  2109. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/regex.js +0 -1
  2110. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/rng.js +0 -19
  2111. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/sha1.js +0 -96
  2112. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/stringify.js +0 -30
  2113. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/v1.js +0 -95
  2114. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/v3.js +0 -4
  2115. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/v35.js +0 -64
  2116. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/v4.js +0 -24
  2117. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/v5.js +0 -4
  2118. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/validate.js +0 -7
  2119. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/version.js +0 -11
  2120. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/index.js +0 -9
  2121. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/md5.js +0 -13
  2122. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/nil.js +0 -1
  2123. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/parse.js +0 -35
  2124. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/regex.js +0 -1
  2125. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/rng.js +0 -12
  2126. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/sha1.js +0 -13
  2127. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/stringify.js +0 -29
  2128. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/v1.js +0 -95
  2129. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/v3.js +0 -4
  2130. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/v35.js +0 -64
  2131. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/v4.js +0 -24
  2132. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/v5.js +0 -4
  2133. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/validate.js +0 -7
  2134. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/version.js +0 -11
  2135. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/index.js +0 -79
  2136. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/md5-browser.js +0 -223
  2137. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/md5.js +0 -23
  2138. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/nil.js +0 -8
  2139. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/parse.js +0 -45
  2140. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/regex.js +0 -8
  2141. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/rng-browser.js +0 -26
  2142. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/rng.js +0 -24
  2143. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/sha1-browser.js +0 -104
  2144. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/sha1.js +0 -23
  2145. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/stringify.js +0 -39
  2146. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/umd/uuid.min.js +0 -1
  2147. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/umd/uuidNIL.min.js +0 -1
  2148. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/umd/uuidParse.min.js +0 -1
  2149. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/umd/uuidStringify.min.js +0 -1
  2150. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/umd/uuidValidate.min.js +0 -1
  2151. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/umd/uuidVersion.min.js +0 -1
  2152. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/umd/uuidv1.min.js +0 -1
  2153. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/umd/uuidv3.min.js +0 -1
  2154. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/umd/uuidv4.min.js +0 -1
  2155. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/umd/uuidv5.min.js +0 -1
  2156. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/uuid-bin.js +0 -85
  2157. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/v1.js +0 -107
  2158. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/v3.js +0 -16
  2159. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/v35.js +0 -78
  2160. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/v4.js +0 -37
  2161. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/v5.js +0 -16
  2162. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/validate.js +0 -17
  2163. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/version.js +0 -21
  2164. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/package.json +0 -135
  2165. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/wrapper.mjs +0 -10
  2166. package/node_modules/@aws-sdk/client-ssm/package.json +0 -97
  2167. package/node_modules/@aws-sdk/util-credentials/CHANGELOG.md +0 -76
  2168. package/node_modules/@aws-sdk/util-credentials/LICENSE +0 -201
  2169. package/node_modules/@aws-sdk/util-credentials/README.md +0 -12
  2170. package/node_modules/@aws-sdk/util-credentials/dist-cjs/index.js +0 -17
  2171. package/node_modules/@aws-sdk/util-credentials/dist-es/index.js +0 -20
  2172. package/node_modules/@aws-sdk/util-credentials/dist-types/index.d.ts +0 -29
  2173. package/node_modules/@aws-sdk/util-credentials/dist-types/ts3.4/index.d.ts +0 -15
  2174. package/node_modules/@aws-sdk/util-credentials/node_modules/@aws-sdk/shared-ini-file-loader/CHANGELOG.md +0 -704
  2175. package/node_modules/@aws-sdk/util-credentials/node_modules/@aws-sdk/shared-ini-file-loader/LICENSE +0 -201
  2176. package/node_modules/@aws-sdk/util-credentials/node_modules/@aws-sdk/shared-ini-file-loader/README.md +0 -102
  2177. package/node_modules/@aws-sdk/util-credentials/node_modules/@aws-sdk/shared-ini-file-loader/dist-cjs/index.js +0 -84
  2178. package/node_modules/@aws-sdk/util-credentials/node_modules/@aws-sdk/shared-ini-file-loader/dist-es/index.js +0 -105
  2179. package/node_modules/@aws-sdk/util-credentials/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/index.d.ts +0 -33
  2180. package/node_modules/@aws-sdk/util-credentials/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/index.d.ts +0 -21
  2181. package/node_modules/@aws-sdk/util-credentials/node_modules/@aws-sdk/shared-ini-file-loader/package.json +0 -48
  2182. package/node_modules/@aws-sdk/util-credentials/package.json +0 -54
  2183. package/node_modules/@graphql-tools/merge/README.md +0 -5
  2184. package/node_modules/@graphql-tools/merge/cjs/extensions.js +0 -132
  2185. package/node_modules/@graphql-tools/merge/cjs/index.js +0 -6
  2186. package/node_modules/@graphql-tools/merge/cjs/merge-resolvers.js +0 -67
  2187. package/node_modules/@graphql-tools/merge/cjs/package.json +0 -1
  2188. package/node_modules/@graphql-tools/merge/cjs/typedefs-mergers/arguments.js +0 -21
  2189. package/node_modules/@graphql-tools/merge/cjs/typedefs-mergers/directives.js +0 -100
  2190. package/node_modules/@graphql-tools/merge/cjs/typedefs-mergers/enum-values.js +0 -40
  2191. package/node_modules/@graphql-tools/merge/cjs/typedefs-mergers/enum.js +0 -27
  2192. package/node_modules/@graphql-tools/merge/cjs/typedefs-mergers/fields.js +0 -85
  2193. package/node_modules/@graphql-tools/merge/cjs/typedefs-mergers/index.js +0 -17
  2194. package/node_modules/@graphql-tools/merge/cjs/typedefs-mergers/input-type.js +0 -34
  2195. package/node_modules/@graphql-tools/merge/cjs/typedefs-mergers/interface.js +0 -38
  2196. package/node_modules/@graphql-tools/merge/cjs/typedefs-mergers/merge-named-type-array.js +0 -15
  2197. package/node_modules/@graphql-tools/merge/cjs/typedefs-mergers/merge-nodes.js +0 -72
  2198. package/node_modules/@graphql-tools/merge/cjs/typedefs-mergers/merge-typedefs.js +0 -121
  2199. package/node_modules/@graphql-tools/merge/cjs/typedefs-mergers/scalar.js +0 -27
  2200. package/node_modules/@graphql-tools/merge/cjs/typedefs-mergers/schema-def.js +0 -39
  2201. package/node_modules/@graphql-tools/merge/cjs/typedefs-mergers/type.js +0 -36
  2202. package/node_modules/@graphql-tools/merge/cjs/typedefs-mergers/union.js +0 -28
  2203. package/node_modules/@graphql-tools/merge/cjs/typedefs-mergers/utils.js +0 -65
  2204. package/node_modules/@graphql-tools/merge/esm/extensions.js +0 -125
  2205. package/node_modules/@graphql-tools/merge/esm/index.js +0 -3
  2206. package/node_modules/@graphql-tools/merge/esm/merge-resolvers.js +0 -63
  2207. package/node_modules/@graphql-tools/merge/esm/typedefs-mergers/arguments.js +0 -17
  2208. package/node_modules/@graphql-tools/merge/esm/typedefs-mergers/directives.js +0 -95
  2209. package/node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum-values.js +0 -36
  2210. package/node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum.js +0 -23
  2211. package/node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js +0 -81
  2212. package/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js +0 -14
  2213. package/node_modules/@graphql-tools/merge/esm/typedefs-mergers/input-type.js +0 -30
  2214. package/node_modules/@graphql-tools/merge/esm/typedefs-mergers/interface.js +0 -34
  2215. package/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-named-type-array.js +0 -11
  2216. package/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js +0 -67
  2217. package/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js +0 -116
  2218. package/node_modules/@graphql-tools/merge/esm/typedefs-mergers/scalar.js +0 -23
  2219. package/node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js +0 -35
  2220. package/node_modules/@graphql-tools/merge/esm/typedefs-mergers/type.js +0 -32
  2221. package/node_modules/@graphql-tools/merge/esm/typedefs-mergers/union.js +0 -24
  2222. package/node_modules/@graphql-tools/merge/esm/typedefs-mergers/utils.js +0 -54
  2223. package/node_modules/@graphql-tools/merge/package.json +0 -58
  2224. package/node_modules/@graphql-tools/merge/typings/extensions.d.ts +0 -57
  2225. package/node_modules/@graphql-tools/merge/typings/index.d.ts +0 -3
  2226. package/node_modules/@graphql-tools/merge/typings/merge-resolvers.d.ts +0 -37
  2227. package/node_modules/@graphql-tools/merge/typings/typedefs-mergers/arguments.d.ts +0 -3
  2228. package/node_modules/@graphql-tools/merge/typings/typedefs-mergers/directives.d.ts +0 -4
  2229. package/node_modules/@graphql-tools/merge/typings/typedefs-mergers/enum-values.d.ts +0 -3
  2230. package/node_modules/@graphql-tools/merge/typings/typedefs-mergers/enum.d.ts +0 -3
  2231. package/node_modules/@graphql-tools/merge/typings/typedefs-mergers/fields.d.ts +0 -5
  2232. package/node_modules/@graphql-tools/merge/typings/typedefs-mergers/index.d.ts +0 -14
  2233. package/node_modules/@graphql-tools/merge/typings/typedefs-mergers/input-type.d.ts +0 -3
  2234. package/node_modules/@graphql-tools/merge/typings/typedefs-mergers/interface.d.ts +0 -3
  2235. package/node_modules/@graphql-tools/merge/typings/typedefs-mergers/merge-named-type-array.d.ts +0 -3
  2236. package/node_modules/@graphql-tools/merge/typings/typedefs-mergers/merge-nodes.d.ts +0 -9
  2237. package/node_modules/@graphql-tools/merge/typings/typedefs-mergers/merge-typedefs.d.ts +0 -68
  2238. package/node_modules/@graphql-tools/merge/typings/typedefs-mergers/scalar.d.ts +0 -3
  2239. package/node_modules/@graphql-tools/merge/typings/typedefs-mergers/schema-def.d.ts +0 -8
  2240. package/node_modules/@graphql-tools/merge/typings/typedefs-mergers/type.d.ts +0 -3
  2241. package/node_modules/@graphql-tools/merge/typings/typedefs-mergers/union.d.ts +0 -3
  2242. package/node_modules/@graphql-tools/merge/typings/typedefs-mergers/utils.d.ts +0 -15
  2243. package/node_modules/@graphql-tools/schema/README.md +0 -5
  2244. package/node_modules/@graphql-tools/schema/cjs/addResolversToSchema.js +0 -326
  2245. package/node_modules/@graphql-tools/schema/cjs/assertResolversPresent.js +0 -47
  2246. package/node_modules/@graphql-tools/schema/cjs/chainResolvers.js +0 -13
  2247. package/node_modules/@graphql-tools/schema/cjs/checkForResolveTypeResolver.js +0 -23
  2248. package/node_modules/@graphql-tools/schema/cjs/extendResolversFromInterfaces.js +0 -35
  2249. package/node_modules/@graphql-tools/schema/cjs/index.js +0 -17
  2250. package/node_modules/@graphql-tools/schema/cjs/makeExecutableSchema.js +0 -96
  2251. package/node_modules/@graphql-tools/schema/cjs/merge-schemas.js +0 -29
  2252. package/node_modules/@graphql-tools/schema/cjs/package.json +0 -1
  2253. package/node_modules/@graphql-tools/schema/cjs/types.js +0 -2
  2254. package/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js +0 -322
  2255. package/node_modules/@graphql-tools/schema/esm/assertResolversPresent.js +0 -43
  2256. package/node_modules/@graphql-tools/schema/esm/chainResolvers.js +0 -9
  2257. package/node_modules/@graphql-tools/schema/esm/checkForResolveTypeResolver.js +0 -19
  2258. package/node_modules/@graphql-tools/schema/esm/extendResolversFromInterfaces.js +0 -31
  2259. package/node_modules/@graphql-tools/schema/esm/index.js +0 -8
  2260. package/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js +0 -92
  2261. package/node_modules/@graphql-tools/schema/esm/merge-schemas.js +0 -25
  2262. package/node_modules/@graphql-tools/schema/esm/types.js +0 -1
  2263. package/node_modules/@graphql-tools/schema/package.json +0 -59
  2264. package/node_modules/@graphql-tools/schema/typings/addResolversToSchema.d.ts +0 -3
  2265. package/node_modules/@graphql-tools/schema/typings/assertResolversPresent.d.ts +0 -3
  2266. package/node_modules/@graphql-tools/schema/typings/chainResolvers.d.ts +0 -5
  2267. package/node_modules/@graphql-tools/schema/typings/checkForResolveTypeResolver.d.ts +0 -3
  2268. package/node_modules/@graphql-tools/schema/typings/extendResolversFromInterfaces.d.ts +0 -3
  2269. package/node_modules/@graphql-tools/schema/typings/index.d.ts +0 -8
  2270. package/node_modules/@graphql-tools/schema/typings/makeExecutableSchema.d.ts +0 -47
  2271. package/node_modules/@graphql-tools/schema/typings/merge-schemas.d.ts +0 -16
  2272. package/node_modules/@graphql-tools/schema/typings/types.d.ts +0 -42
  2273. package/node_modules/@graphql-tools/utils/cjs/AggregateError.js +0 -25
  2274. package/node_modules/@graphql-tools/utils/cjs/Interfaces.js +0 -31
  2275. package/node_modules/@graphql-tools/utils/cjs/addTypes.js +0 -62
  2276. package/node_modules/@graphql-tools/utils/cjs/astFromType.js +0 -31
  2277. package/node_modules/@graphql-tools/utils/cjs/astFromValueUntyped.js +0 -78
  2278. package/node_modules/@graphql-tools/utils/cjs/build-operation-for-field.js +0 -351
  2279. package/node_modules/@graphql-tools/utils/cjs/collectFields.js +0 -98
  2280. package/node_modules/@graphql-tools/utils/cjs/comments.js +0 -380
  2281. package/node_modules/@graphql-tools/utils/cjs/errors.js +0 -22
  2282. package/node_modules/@graphql-tools/utils/cjs/executor.js +0 -2
  2283. package/node_modules/@graphql-tools/utils/cjs/fields.js +0 -115
  2284. package/node_modules/@graphql-tools/utils/cjs/filterSchema.js +0 -66
  2285. package/node_modules/@graphql-tools/utils/cjs/fixSchemaAst.js +0 -26
  2286. package/node_modules/@graphql-tools/utils/cjs/forEachDefaultValue.js +0 -29
  2287. package/node_modules/@graphql-tools/utils/cjs/forEachField.js +0 -19
  2288. package/node_modules/@graphql-tools/utils/cjs/get-directives.js +0 -103
  2289. package/node_modules/@graphql-tools/utils/cjs/get-fields-with-directives.js +0 -52
  2290. package/node_modules/@graphql-tools/utils/cjs/get-implementing-types.js +0 -19
  2291. package/node_modules/@graphql-tools/utils/cjs/getArgumentValues.js +0 -76
  2292. package/node_modules/@graphql-tools/utils/cjs/getObjectTypeFromTypeMap.js +0 -13
  2293. package/node_modules/@graphql-tools/utils/cjs/getOperationASTFromRequest.js +0 -16
  2294. package/node_modules/@graphql-tools/utils/cjs/getResolversFromSchema.js +0 -73
  2295. package/node_modules/@graphql-tools/utils/cjs/getResponseKeyFromInfo.js +0 -12
  2296. package/node_modules/@graphql-tools/utils/cjs/heal.js +0 -177
  2297. package/node_modules/@graphql-tools/utils/cjs/helpers.js +0 -76
  2298. package/node_modules/@graphql-tools/utils/cjs/implementsAbstractType.js +0 -17
  2299. package/node_modules/@graphql-tools/utils/cjs/index.js +0 -53
  2300. package/node_modules/@graphql-tools/utils/cjs/inspect.js +0 -107
  2301. package/node_modules/@graphql-tools/utils/cjs/isAsyncIterable.js +0 -10
  2302. package/node_modules/@graphql-tools/utils/cjs/isDocumentNode.js +0 -8
  2303. package/node_modules/@graphql-tools/utils/cjs/loaders.js +0 -2
  2304. package/node_modules/@graphql-tools/utils/cjs/mapAsyncIterator.js +0 -53
  2305. package/node_modules/@graphql-tools/utils/cjs/mapSchema.js +0 -470
  2306. package/node_modules/@graphql-tools/utils/cjs/memoize.js +0 -189
  2307. package/node_modules/@graphql-tools/utils/cjs/mergeDeep.js +0 -45
  2308. package/node_modules/@graphql-tools/utils/cjs/observableToAsyncIterable.js +0 -85
  2309. package/node_modules/@graphql-tools/utils/cjs/package.json +0 -1
  2310. package/node_modules/@graphql-tools/utils/cjs/parse-graphql-json.js +0 -44
  2311. package/node_modules/@graphql-tools/utils/cjs/parse-graphql-sdl.js +0 -84
  2312. package/node_modules/@graphql-tools/utils/cjs/print-schema-with-directives.js +0 -494
  2313. package/node_modules/@graphql-tools/utils/cjs/prune.js +0 -133
  2314. package/node_modules/@graphql-tools/utils/cjs/renameType.js +0 -152
  2315. package/node_modules/@graphql-tools/utils/cjs/rewire.js +0 -159
  2316. package/node_modules/@graphql-tools/utils/cjs/rootTypes.js +0 -37
  2317. package/node_modules/@graphql-tools/utils/cjs/selectionSets.js +0 -9
  2318. package/node_modules/@graphql-tools/utils/cjs/stub.js +0 -68
  2319. package/node_modules/@graphql-tools/utils/cjs/transformInputValue.js +0 -55
  2320. package/node_modules/@graphql-tools/utils/cjs/types.js +0 -27
  2321. package/node_modules/@graphql-tools/utils/cjs/updateArgument.js +0 -54
  2322. package/node_modules/@graphql-tools/utils/cjs/validate-documents.js +0 -76
  2323. package/node_modules/@graphql-tools/utils/cjs/valueMatchesCriteria.js +0 -21
  2324. package/node_modules/@graphql-tools/utils/cjs/visitResult.js +0 -229
  2325. package/node_modules/@graphql-tools/utils/cjs/withCancel.js +0 -56
  2326. package/node_modules/@graphql-tools/utils/esm/AggregateError.js +0 -21
  2327. package/node_modules/@graphql-tools/utils/esm/Interfaces.js +0 -28
  2328. package/node_modules/@graphql-tools/utils/esm/addTypes.js +0 -58
  2329. package/node_modules/@graphql-tools/utils/esm/astFromType.js +0 -27
  2330. package/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js +0 -74
  2331. package/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js +0 -347
  2332. package/node_modules/@graphql-tools/utils/esm/collectFields.js +0 -94
  2333. package/node_modules/@graphql-tools/utils/esm/comments.js +0 -367
  2334. package/node_modules/@graphql-tools/utils/esm/errors.js +0 -17
  2335. package/node_modules/@graphql-tools/utils/esm/executor.js +0 -1
  2336. package/node_modules/@graphql-tools/utils/esm/fields.js +0 -108
  2337. package/node_modules/@graphql-tools/utils/esm/filterSchema.js +0 -62
  2338. package/node_modules/@graphql-tools/utils/esm/fixSchemaAst.js +0 -22
  2339. package/node_modules/@graphql-tools/utils/esm/forEachDefaultValue.js +0 -25
  2340. package/node_modules/@graphql-tools/utils/esm/forEachField.js +0 -15
  2341. package/node_modules/@graphql-tools/utils/esm/get-directives.js +0 -96
  2342. package/node_modules/@graphql-tools/utils/esm/get-fields-with-directives.js +0 -48
  2343. package/node_modules/@graphql-tools/utils/esm/get-implementing-types.js +0 -15
  2344. package/node_modules/@graphql-tools/utils/esm/getArgumentValues.js +0 -72
  2345. package/node_modules/@graphql-tools/utils/esm/getObjectTypeFromTypeMap.js +0 -9
  2346. package/node_modules/@graphql-tools/utils/esm/getOperationASTFromRequest.js +0 -12
  2347. package/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js +0 -69
  2348. package/node_modules/@graphql-tools/utils/esm/getResponseKeyFromInfo.js +0 -8
  2349. package/node_modules/@graphql-tools/utils/esm/heal.js +0 -172
  2350. package/node_modules/@graphql-tools/utils/esm/helpers.js +0 -65
  2351. package/node_modules/@graphql-tools/utils/esm/implementsAbstractType.js +0 -13
  2352. package/node_modules/@graphql-tools/utils/esm/index.js +0 -50
  2353. package/node_modules/@graphql-tools/utils/esm/inspect.js +0 -103
  2354. package/node_modules/@graphql-tools/utils/esm/isAsyncIterable.js +0 -6
  2355. package/node_modules/@graphql-tools/utils/esm/isDocumentNode.js +0 -4
  2356. package/node_modules/@graphql-tools/utils/esm/loaders.js +0 -1
  2357. package/node_modules/@graphql-tools/utils/esm/mapAsyncIterator.js +0 -49
  2358. package/node_modules/@graphql-tools/utils/esm/mapSchema.js +0 -465
  2359. package/node_modules/@graphql-tools/utils/esm/memoize.js +0 -180
  2360. package/node_modules/@graphql-tools/utils/esm/mergeDeep.js +0 -41
  2361. package/node_modules/@graphql-tools/utils/esm/observableToAsyncIterable.js +0 -81
  2362. package/node_modules/@graphql-tools/utils/esm/parse-graphql-json.js +0 -40
  2363. package/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js +0 -78
  2364. package/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js +0 -472
  2365. package/node_modules/@graphql-tools/utils/esm/prune.js +0 -129
  2366. package/node_modules/@graphql-tools/utils/esm/renameType.js +0 -148
  2367. package/node_modules/@graphql-tools/utils/esm/rewire.js +0 -155
  2368. package/node_modules/@graphql-tools/utils/esm/rootTypes.js +0 -33
  2369. package/node_modules/@graphql-tools/utils/esm/selectionSets.js +0 -5
  2370. package/node_modules/@graphql-tools/utils/esm/stub.js +0 -61
  2371. package/node_modules/@graphql-tools/utils/esm/transformInputValue.js +0 -48
  2372. package/node_modules/@graphql-tools/utils/esm/types.js +0 -24
  2373. package/node_modules/@graphql-tools/utils/esm/updateArgument.js +0 -49
  2374. package/node_modules/@graphql-tools/utils/esm/validate-documents.js +0 -70
  2375. package/node_modules/@graphql-tools/utils/esm/valueMatchesCriteria.js +0 -17
  2376. package/node_modules/@graphql-tools/utils/esm/visitResult.js +0 -223
  2377. package/node_modules/@graphql-tools/utils/esm/withCancel.js +0 -51
  2378. package/node_modules/@graphql-tools/utils/package.json +0 -57
  2379. package/node_modules/@graphql-tools/utils/typings/AggregateError.d.ts +0 -11
  2380. package/node_modules/@graphql-tools/utils/typings/Interfaces.d.ts +0 -242
  2381. package/node_modules/@graphql-tools/utils/typings/addTypes.d.ts +0 -2
  2382. package/node_modules/@graphql-tools/utils/typings/astFromType.d.ts +0 -2
  2383. package/node_modules/@graphql-tools/utils/typings/astFromValueUntyped.d.ts +0 -17
  2384. package/node_modules/@graphql-tools/utils/typings/build-operation-for-field.d.ts +0 -18
  2385. package/node_modules/@graphql-tools/utils/typings/collectFields.d.ts +0 -5
  2386. package/node_modules/@graphql-tools/utils/typings/comments.d.ts +0 -30
  2387. package/node_modules/@graphql-tools/utils/typings/errors.d.ts +0 -15
  2388. package/node_modules/@graphql-tools/utils/typings/executor.d.ts +0 -7
  2389. package/node_modules/@graphql-tools/utils/typings/fields.d.ts +0 -5
  2390. package/node_modules/@graphql-tools/utils/typings/filterSchema.d.ts +0 -12
  2391. package/node_modules/@graphql-tools/utils/typings/fixSchemaAst.d.ts +0 -3
  2392. package/node_modules/@graphql-tools/utils/typings/forEachDefaultValue.d.ts +0 -3
  2393. package/node_modules/@graphql-tools/utils/typings/forEachField.d.ts +0 -3
  2394. package/node_modules/@graphql-tools/utils/typings/get-directives.d.ts +0 -11
  2395. package/node_modules/@graphql-tools/utils/typings/get-fields-with-directives.d.ts +0 -16
  2396. package/node_modules/@graphql-tools/utils/typings/get-implementing-types.d.ts +0 -2
  2397. package/node_modules/@graphql-tools/utils/typings/getArgumentValues.d.ts +0 -10
  2398. package/node_modules/@graphql-tools/utils/typings/getObjectTypeFromTypeMap.d.ts +0 -3
  2399. package/node_modules/@graphql-tools/utils/typings/getOperationASTFromRequest.d.ts +0 -4
  2400. package/node_modules/@graphql-tools/utils/typings/getResolversFromSchema.d.ts +0 -3
  2401. package/node_modules/@graphql-tools/utils/typings/getResponseKeyFromInfo.d.ts +0 -7
  2402. package/node_modules/@graphql-tools/utils/typings/heal.d.ts +0 -3
  2403. package/node_modules/@graphql-tools/utils/typings/helpers.d.ts +0 -9
  2404. package/node_modules/@graphql-tools/utils/typings/implementsAbstractType.d.ts +0 -3
  2405. package/node_modules/@graphql-tools/utils/typings/index.d.ts +0 -50
  2406. package/node_modules/@graphql-tools/utils/typings/inspect.d.ts +0 -4
  2407. package/node_modules/@graphql-tools/utils/typings/isAsyncIterable.d.ts +0 -1
  2408. package/node_modules/@graphql-tools/utils/typings/isDocumentNode.d.ts +0 -2
  2409. package/node_modules/@graphql-tools/utils/typings/loaders.d.ts +0 -18
  2410. package/node_modules/@graphql-tools/utils/typings/mapAsyncIterator.d.ts +0 -5
  2411. package/node_modules/@graphql-tools/utils/typings/mapSchema.d.ts +0 -7
  2412. package/node_modules/@graphql-tools/utils/typings/memoize.d.ts +0 -6
  2413. package/node_modules/@graphql-tools/utils/typings/mergeDeep.d.ts +0 -9
  2414. package/node_modules/@graphql-tools/utils/typings/observableToAsyncIterable.d.ts +0 -12
  2415. package/node_modules/@graphql-tools/utils/typings/parse-graphql-json.d.ts +0 -4
  2416. package/node_modules/@graphql-tools/utils/typings/parse-graphql-sdl.d.ts +0 -13
  2417. package/node_modules/@graphql-tools/utils/typings/print-schema-with-directives.d.ts +0 -21
  2418. package/node_modules/@graphql-tools/utils/typings/prune.d.ts +0 -8
  2419. package/node_modules/@graphql-tools/utils/typings/renameType.d.ts +0 -8
  2420. package/node_modules/@graphql-tools/utils/typings/rewire.d.ts +0 -5
  2421. package/node_modules/@graphql-tools/utils/typings/rootTypes.d.ts +0 -5
  2422. package/node_modules/@graphql-tools/utils/typings/selectionSets.d.ts +0 -3
  2423. package/node_modules/@graphql-tools/utils/typings/stub.d.ts +0 -9
  2424. package/node_modules/@graphql-tools/utils/typings/transformInputValue.d.ts +0 -6
  2425. package/node_modules/@graphql-tools/utils/typings/types.d.ts +0 -74
  2426. package/node_modules/@graphql-tools/utils/typings/updateArgument.d.ts +0 -3
  2427. package/node_modules/@graphql-tools/utils/typings/validate-documents.d.ts +0 -10
  2428. package/node_modules/@graphql-tools/utils/typings/valueMatchesCriteria.d.ts +0 -1
  2429. package/node_modules/@graphql-tools/utils/typings/visitResult.d.ts +0 -15
  2430. package/node_modules/@graphql-tools/utils/typings/withCancel.d.ts +0 -3
  2431. package/node_modules/@serverless-stack/node/README.md +0 -5
  2432. package/node_modules/@serverless-stack/node/auth/adapter/adapter.d.ts +0 -3
  2433. package/node_modules/@serverless-stack/node/auth/adapter/adapter.js +0 -3
  2434. package/node_modules/@serverless-stack/node/auth/adapter/github.d.ts +0 -2
  2435. package/node_modules/@serverless-stack/node/auth/adapter/github.js +0 -21
  2436. package/node_modules/@serverless-stack/node/auth/adapter/google.d.ts +0 -9
  2437. package/node_modules/@serverless-stack/node/auth/adapter/google.js +0 -18
  2438. package/node_modules/@serverless-stack/node/auth/adapter/link.d.ts +0 -8
  2439. package/node_modules/@serverless-stack/node/auth/adapter/link.js +0 -41
  2440. package/node_modules/@serverless-stack/node/auth/adapter/oauth.d.ts +0 -25
  2441. package/node_modules/@serverless-stack/node/auth/adapter/oauth.js +0 -52
  2442. package/node_modules/@serverless-stack/node/auth/adapter/oidc.d.ts +0 -17
  2443. package/node_modules/@serverless-stack/node/auth/adapter/oidc.js +0 -50
  2444. package/node_modules/@serverless-stack/node/auth/adapter/twitch.d.ts +0 -2
  2445. package/node_modules/@serverless-stack/node/auth/adapter/twitch.js +0 -11
  2446. package/node_modules/@serverless-stack/node/auth/auth.d.ts +0 -21
  2447. package/node_modules/@serverless-stack/node/auth/auth.js +0 -44
  2448. package/node_modules/@serverless-stack/node/auth/index.d.ts +0 -10
  2449. package/node_modules/@serverless-stack/node/auth/index.js +0 -10
  2450. package/node_modules/@serverless-stack/node/auth/session.d.ts +0 -76
  2451. package/node_modules/@serverless-stack/node/auth/session.js +0 -111
  2452. package/node_modules/@serverless-stack/node/config/index.d.ts +0 -3
  2453. package/node_modules/@serverless-stack/node/config/index.js +0 -102
  2454. package/node_modules/@serverless-stack/node/context/context.d.ts +0 -12
  2455. package/node_modules/@serverless-stack/node/context/context.js +0 -66
  2456. package/node_modules/@serverless-stack/node/context/handler.d.ts +0 -16
  2457. package/node_modules/@serverless-stack/node/context/handler.js +0 -18
  2458. package/node_modules/@serverless-stack/node/context/http.d.ts +0 -14
  2459. package/node_modules/@serverless-stack/node/context/http.js +0 -65
  2460. package/node_modules/@serverless-stack/node/context/index.d.ts +0 -3
  2461. package/node_modules/@serverless-stack/node/context/index.js +0 -3
  2462. package/node_modules/@serverless-stack/node/graphql/index.d.ts +0 -38
  2463. package/node_modules/@serverless-stack/node/graphql/index.js +0 -43
  2464. package/node_modules/@serverless-stack/node/job/index.d.ts +0 -31
  2465. package/node_modules/@serverless-stack/node/job/index.js +0 -51
  2466. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/abort-controller/CHANGELOG.md +0 -1104
  2467. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/abort-controller/LICENSE +0 -201
  2468. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/abort-controller/README.md +0 -4
  2469. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/abort-controller/dist-cjs/AbortController.js +0 -13
  2470. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/abort-controller/dist-cjs/AbortSignal.js +0 -24
  2471. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/abort-controller/dist-cjs/index.js +0 -5
  2472. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/abort-controller/dist-es/AbortController.js +0 -11
  2473. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/abort-controller/dist-es/AbortSignal.js +0 -26
  2474. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/abort-controller/dist-es/index.js +0 -2
  2475. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/abort-controller/dist-types/AbortController.d.ts +0 -6
  2476. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/abort-controller/dist-types/AbortSignal.d.ts +0 -14
  2477. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/abort-controller/dist-types/index.d.ts +0 -2
  2478. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/abort-controller/dist-types/ts3.4/AbortController.d.ts +0 -6
  2479. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/abort-controller/dist-types/ts3.4/AbortSignal.d.ts +0 -10
  2480. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/abort-controller/dist-types/ts3.4/index.d.ts +0 -2
  2481. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/abort-controller/package.json +0 -49
  2482. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/CHANGELOG.md +0 -3476
  2483. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/LICENSE +0 -201
  2484. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/README.md +0 -269
  2485. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/Lambda.js +0 -877
  2486. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/LambdaClient.js +0 -35
  2487. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/AddLayerVersionPermissionCommand.js +0 -36
  2488. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/AddPermissionCommand.js +0 -36
  2489. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/CreateAliasCommand.js +0 -36
  2490. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/CreateCodeSigningConfigCommand.js +0 -36
  2491. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/CreateEventSourceMappingCommand.js +0 -36
  2492. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/CreateFunctionCommand.js +0 -36
  2493. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/DeleteAliasCommand.js +0 -36
  2494. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/DeleteCodeSigningConfigCommand.js +0 -36
  2495. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/DeleteEventSourceMappingCommand.js +0 -36
  2496. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/DeleteFunctionCodeSigningConfigCommand.js +0 -36
  2497. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/DeleteFunctionCommand.js +0 -36
  2498. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/DeleteFunctionConcurrencyCommand.js +0 -36
  2499. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/DeleteFunctionEventInvokeConfigCommand.js +0 -36
  2500. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/DeleteLayerVersionCommand.js +0 -36
  2501. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/DeleteProvisionedConcurrencyConfigCommand.js +0 -36
  2502. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/GetAccountSettingsCommand.js +0 -36
  2503. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/GetAliasCommand.js +0 -36
  2504. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/GetCodeSigningConfigCommand.js +0 -36
  2505. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/GetEventSourceMappingCommand.js +0 -36
  2506. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/GetFunctionCodeSigningConfigCommand.js +0 -36
  2507. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/GetFunctionCommand.js +0 -36
  2508. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/GetFunctionConcurrencyCommand.js +0 -36
  2509. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/GetFunctionConfigurationCommand.js +0 -36
  2510. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/GetFunctionEventInvokeConfigCommand.js +0 -36
  2511. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/GetLayerVersionByArnCommand.js +0 -36
  2512. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/GetLayerVersionCommand.js +0 -36
  2513. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/GetLayerVersionPolicyCommand.js +0 -36
  2514. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/GetPolicyCommand.js +0 -36
  2515. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/GetProvisionedConcurrencyConfigCommand.js +0 -36
  2516. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/InvokeAsyncCommand.js +0 -36
  2517. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/InvokeCommand.js +0 -36
  2518. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/ListAliasesCommand.js +0 -36
  2519. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/ListCodeSigningConfigsCommand.js +0 -36
  2520. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/ListEventSourceMappingsCommand.js +0 -36
  2521. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/ListFunctionEventInvokeConfigsCommand.js +0 -36
  2522. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/ListFunctionsByCodeSigningConfigCommand.js +0 -36
  2523. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/ListFunctionsCommand.js +0 -36
  2524. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/ListLayerVersionsCommand.js +0 -36
  2525. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/ListLayersCommand.js +0 -36
  2526. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/ListProvisionedConcurrencyConfigsCommand.js +0 -36
  2527. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/ListTagsCommand.js +0 -36
  2528. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/ListVersionsByFunctionCommand.js +0 -36
  2529. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/PublishLayerVersionCommand.js +0 -36
  2530. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/PublishVersionCommand.js +0 -36
  2531. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/PutFunctionCodeSigningConfigCommand.js +0 -36
  2532. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/PutFunctionConcurrencyCommand.js +0 -36
  2533. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/PutFunctionEventInvokeConfigCommand.js +0 -36
  2534. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/PutProvisionedConcurrencyConfigCommand.js +0 -36
  2535. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/RemoveLayerVersionPermissionCommand.js +0 -36
  2536. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/RemovePermissionCommand.js +0 -36
  2537. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/TagResourceCommand.js +0 -36
  2538. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/UntagResourceCommand.js +0 -36
  2539. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/UpdateAliasCommand.js +0 -36
  2540. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/UpdateCodeSigningConfigCommand.js +0 -36
  2541. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/UpdateEventSourceMappingCommand.js +0 -36
  2542. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/UpdateFunctionCodeCommand.js +0 -36
  2543. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/UpdateFunctionConfigurationCommand.js +0 -36
  2544. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/UpdateFunctionEventInvokeConfigCommand.js +0 -36
  2545. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/index.js +0 -61
  2546. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/endpoints.js +0 -207
  2547. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/index.js +0 -9
  2548. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/models/index.js +0 -4
  2549. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/models/models_0.js +0 -1133
  2550. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/pagination/Interfaces.js +0 -2
  2551. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/pagination/ListAliasesPaginator.js +0 -35
  2552. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/pagination/ListCodeSigningConfigsPaginator.js +0 -35
  2553. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/pagination/ListEventSourceMappingsPaginator.js +0 -35
  2554. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/pagination/ListFunctionEventInvokeConfigsPaginator.js +0 -35
  2555. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/pagination/ListFunctionsByCodeSigningConfigPaginator.js +0 -35
  2556. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/pagination/ListFunctionsPaginator.js +0 -35
  2557. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/pagination/ListLayerVersionsPaginator.js +0 -35
  2558. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/pagination/ListLayersPaginator.js +0 -35
  2559. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/pagination/ListProvisionedConcurrencyConfigsPaginator.js +0 -35
  2560. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/pagination/ListVersionsByFunctionPaginator.js +0 -35
  2561. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/pagination/index.js +0 -14
  2562. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/protocols/Aws_restJson1.js +0 -9556
  2563. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/runtimeConfig.browser.js +0 -40
  2564. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/runtimeConfig.js +0 -44
  2565. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/runtimeConfig.native.js +0 -16
  2566. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/runtimeConfig.shared.js +0 -17
  2567. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/waiters/index.js +0 -6
  2568. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/waiters/waitForFunctionActive.js +0 -54
  2569. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/waiters/waitForFunctionExists.js +0 -31
  2570. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/waiters/waitForFunctionUpdated.js +0 -54
  2571. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/Lambda.js +0 -880
  2572. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/LambdaClient.js +0 -37
  2573. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/AddLayerVersionPermissionCommand.js +0 -39
  2574. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/AddPermissionCommand.js +0 -39
  2575. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/CreateAliasCommand.js +0 -39
  2576. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/CreateCodeSigningConfigCommand.js +0 -39
  2577. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/CreateEventSourceMappingCommand.js +0 -39
  2578. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/CreateFunctionCommand.js +0 -39
  2579. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteAliasCommand.js +0 -39
  2580. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteCodeSigningConfigCommand.js +0 -39
  2581. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteEventSourceMappingCommand.js +0 -39
  2582. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteFunctionCodeSigningConfigCommand.js +0 -39
  2583. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteFunctionCommand.js +0 -39
  2584. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteFunctionConcurrencyCommand.js +0 -39
  2585. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteFunctionEventInvokeConfigCommand.js +0 -39
  2586. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteLayerVersionCommand.js +0 -39
  2587. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteProvisionedConcurrencyConfigCommand.js +0 -39
  2588. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetAccountSettingsCommand.js +0 -39
  2589. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetAliasCommand.js +0 -39
  2590. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetCodeSigningConfigCommand.js +0 -39
  2591. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetEventSourceMappingCommand.js +0 -39
  2592. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionCodeSigningConfigCommand.js +0 -39
  2593. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionCommand.js +0 -39
  2594. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionConcurrencyCommand.js +0 -39
  2595. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionConfigurationCommand.js +0 -39
  2596. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionEventInvokeConfigCommand.js +0 -39
  2597. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetLayerVersionByArnCommand.js +0 -39
  2598. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetLayerVersionCommand.js +0 -39
  2599. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetLayerVersionPolicyCommand.js +0 -39
  2600. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetPolicyCommand.js +0 -39
  2601. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetProvisionedConcurrencyConfigCommand.js +0 -39
  2602. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/InvokeAsyncCommand.js +0 -39
  2603. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/InvokeCommand.js +0 -39
  2604. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListAliasesCommand.js +0 -39
  2605. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListCodeSigningConfigsCommand.js +0 -39
  2606. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListEventSourceMappingsCommand.js +0 -39
  2607. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListFunctionEventInvokeConfigsCommand.js +0 -39
  2608. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListFunctionsByCodeSigningConfigCommand.js +0 -39
  2609. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListFunctionsCommand.js +0 -39
  2610. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListLayerVersionsCommand.js +0 -39
  2611. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListLayersCommand.js +0 -39
  2612. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListProvisionedConcurrencyConfigsCommand.js +0 -39
  2613. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListTagsCommand.js +0 -39
  2614. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListVersionsByFunctionCommand.js +0 -39
  2615. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/PublishLayerVersionCommand.js +0 -39
  2616. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/PublishVersionCommand.js +0 -39
  2617. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/PutFunctionCodeSigningConfigCommand.js +0 -39
  2618. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/PutFunctionConcurrencyCommand.js +0 -39
  2619. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/PutFunctionEventInvokeConfigCommand.js +0 -39
  2620. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/PutProvisionedConcurrencyConfigCommand.js +0 -39
  2621. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/RemoveLayerVersionPermissionCommand.js +0 -39
  2622. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/RemovePermissionCommand.js +0 -39
  2623. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/TagResourceCommand.js +0 -39
  2624. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/UntagResourceCommand.js +0 -39
  2625. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateAliasCommand.js +0 -39
  2626. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateCodeSigningConfigCommand.js +0 -39
  2627. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateEventSourceMappingCommand.js +0 -39
  2628. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateFunctionCodeCommand.js +0 -39
  2629. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateFunctionConfigurationCommand.js +0 -39
  2630. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateFunctionEventInvokeConfigCommand.js +0 -39
  2631. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/index.js +0 -58
  2632. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/endpoints.js +0 -203
  2633. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/index.js +0 -6
  2634. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/models/index.js +0 -1
  2635. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/models/models_0.js +0 -788
  2636. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/pagination/Interfaces.js +0 -1
  2637. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/pagination/ListAliasesPaginator.js +0 -74
  2638. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/pagination/ListCodeSigningConfigsPaginator.js +0 -74
  2639. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/pagination/ListEventSourceMappingsPaginator.js +0 -74
  2640. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/pagination/ListFunctionEventInvokeConfigsPaginator.js +0 -74
  2641. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/pagination/ListFunctionsByCodeSigningConfigPaginator.js +0 -74
  2642. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/pagination/ListFunctionsPaginator.js +0 -74
  2643. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/pagination/ListLayerVersionsPaginator.js +0 -74
  2644. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/pagination/ListLayersPaginator.js +0 -74
  2645. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/pagination/ListProvisionedConcurrencyConfigsPaginator.js +0 -74
  2646. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/pagination/ListVersionsByFunctionPaginator.js +0 -74
  2647. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/pagination/index.js +0 -11
  2648. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/protocols/Aws_restJson1.js +0 -10456
  2649. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/runtimeConfig.browser.js +0 -17
  2650. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/runtimeConfig.js +0 -21
  2651. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/runtimeConfig.native.js +0 -8
  2652. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/runtimeConfig.shared.js +0 -13
  2653. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/waiters/index.js +0 -3
  2654. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/waiters/waitForFunctionActive.js +0 -69
  2655. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/waiters/waitForFunctionExists.js +0 -45
  2656. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/waiters/waitForFunctionUpdated.js +0 -69
  2657. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/Lambda.d.ts +0 -890
  2658. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/LambdaClient.d.ts +0 -263
  2659. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/AddLayerVersionPermissionCommand.d.ts +0 -40
  2660. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/AddPermissionCommand.d.ts +0 -47
  2661. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/CreateAliasCommand.d.ts +0 -40
  2662. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/CreateCodeSigningConfigCommand.d.ts +0 -37
  2663. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/CreateEventSourceMappingCommand.d.ts +0 -138
  2664. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/CreateFunctionCommand.d.ts +0 -81
  2665. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteAliasCommand.d.ts +0 -35
  2666. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteCodeSigningConfigCommand.d.ts +0 -36
  2667. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteEventSourceMappingCommand.d.ts +0 -38
  2668. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteFunctionCodeSigningConfigCommand.d.ts +0 -35
  2669. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteFunctionCommand.d.ts +0 -40
  2670. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteFunctionConcurrencyCommand.d.ts +0 -35
  2671. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteFunctionEventInvokeConfigCommand.d.ts +0 -36
  2672. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteLayerVersionCommand.d.ts +0 -37
  2673. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteProvisionedConcurrencyConfigCommand.d.ts +0 -35
  2674. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetAccountSettingsCommand.d.ts +0 -35
  2675. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetAliasCommand.d.ts +0 -35
  2676. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetCodeSigningConfigCommand.d.ts +0 -35
  2677. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetEventSourceMappingCommand.d.ts +0 -36
  2678. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionCodeSigningConfigCommand.d.ts +0 -35
  2679. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionCommand.d.ts +0 -37
  2680. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionConcurrencyCommand.d.ts +0 -36
  2681. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionConfigurationCommand.d.ts +0 -37
  2682. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionEventInvokeConfigCommand.d.ts +0 -36
  2683. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetLayerVersionByArnCommand.d.ts +0 -37
  2684. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetLayerVersionCommand.d.ts +0 -37
  2685. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetLayerVersionPolicyCommand.d.ts +0 -36
  2686. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetPolicyCommand.d.ts +0 -35
  2687. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetProvisionedConcurrencyConfigCommand.d.ts +0 -35
  2688. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/InvokeAsyncCommand.d.ts +0 -51
  2689. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/InvokeCommand.d.ts +0 -61
  2690. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListAliasesCommand.d.ts +0 -36
  2691. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListCodeSigningConfigsCommand.d.ts +0 -37
  2692. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListEventSourceMappingsCommand.d.ts +0 -36
  2693. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListFunctionEventInvokeConfigsCommand.d.ts +0 -36
  2694. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListFunctionsByCodeSigningConfigCommand.d.ts +0 -36
  2695. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListFunctionsCommand.d.ts +0 -43
  2696. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListLayerVersionsCommand.d.ts +0 -38
  2697. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListLayersCommand.d.ts +0 -40
  2698. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListProvisionedConcurrencyConfigsCommand.d.ts +0 -35
  2699. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListTagsCommand.d.ts +0 -36
  2700. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListVersionsByFunctionCommand.d.ts +0 -36
  2701. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/PublishLayerVersionCommand.d.ts +0 -38
  2702. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/PublishVersionCommand.d.ts +0 -43
  2703. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/PutFunctionCodeSigningConfigCommand.d.ts +0 -36
  2704. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/PutFunctionConcurrencyCommand.d.ts +0 -43
  2705. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/PutFunctionEventInvokeConfigCommand.d.ts +0 -45
  2706. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/PutProvisionedConcurrencyConfigCommand.d.ts +0 -35
  2707. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/RemoveLayerVersionPermissionCommand.d.ts +0 -37
  2708. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/RemovePermissionCommand.d.ts +0 -36
  2709. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/TagResourceCommand.d.ts +0 -35
  2710. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/UntagResourceCommand.d.ts +0 -35
  2711. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateAliasCommand.d.ts +0 -35
  2712. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateCodeSigningConfigCommand.d.ts +0 -36
  2713. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateEventSourceMappingCommand.d.ts +0 -138
  2714. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateFunctionCodeCommand.d.ts +0 -43
  2715. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateFunctionConfigurationCommand.d.ts +0 -49
  2716. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateFunctionEventInvokeConfigCommand.d.ts +0 -36
  2717. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/index.d.ts +0 -58
  2718. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/endpoints.d.ts +0 -2
  2719. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/index.d.ts +0 -6
  2720. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/models/index.d.ts +0 -1
  2721. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/models/models_0.d.ts +0 -4789
  2722. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/pagination/Interfaces.d.ts +0 -6
  2723. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListAliasesPaginator.d.ts +0 -4
  2724. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListCodeSigningConfigsPaginator.d.ts +0 -4
  2725. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListEventSourceMappingsPaginator.d.ts +0 -4
  2726. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListFunctionEventInvokeConfigsPaginator.d.ts +0 -4
  2727. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListFunctionsByCodeSigningConfigPaginator.d.ts +0 -4
  2728. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListFunctionsPaginator.d.ts +0 -4
  2729. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListLayerVersionsPaginator.d.ts +0 -4
  2730. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListLayersPaginator.d.ts +0 -4
  2731. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListProvisionedConcurrencyConfigsPaginator.d.ts +0 -4
  2732. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListVersionsByFunctionPaginator.d.ts +0 -4
  2733. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/pagination/index.d.ts +0 -11
  2734. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/protocols/Aws_restJson1.d.ts +0 -176
  2735. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/runtimeConfig.browser.d.ts +0 -39
  2736. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/runtimeConfig.d.ts +0 -39
  2737. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/runtimeConfig.native.d.ts +0 -38
  2738. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/runtimeConfig.shared.d.ts +0 -13
  2739. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/Lambda.d.ts +0 -295
  2740. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/LambdaClient.d.ts +0 -129
  2741. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/AddLayerVersionPermissionCommand.d.ts +0 -17
  2742. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/AddPermissionCommand.d.ts +0 -17
  2743. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +0 -17
  2744. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/CreateCodeSigningConfigCommand.d.ts +0 -17
  2745. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/CreateEventSourceMappingCommand.d.ts +0 -17
  2746. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/CreateFunctionCommand.d.ts +0 -17
  2747. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteAliasCommand.d.ts +0 -17
  2748. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteCodeSigningConfigCommand.d.ts +0 -17
  2749. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteEventSourceMappingCommand.d.ts +0 -17
  2750. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteFunctionCodeSigningConfigCommand.d.ts +0 -17
  2751. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteFunctionCommand.d.ts +0 -17
  2752. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteFunctionConcurrencyCommand.d.ts +0 -17
  2753. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteFunctionEventInvokeConfigCommand.d.ts +0 -17
  2754. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteLayerVersionCommand.d.ts +0 -17
  2755. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteProvisionedConcurrencyConfigCommand.d.ts +0 -17
  2756. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +0 -17
  2757. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetAliasCommand.d.ts +0 -17
  2758. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetCodeSigningConfigCommand.d.ts +0 -17
  2759. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetEventSourceMappingCommand.d.ts +0 -17
  2760. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetFunctionCodeSigningConfigCommand.d.ts +0 -17
  2761. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetFunctionCommand.d.ts +0 -17
  2762. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetFunctionConcurrencyCommand.d.ts +0 -17
  2763. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetFunctionConfigurationCommand.d.ts +0 -17
  2764. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetFunctionEventInvokeConfigCommand.d.ts +0 -17
  2765. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetLayerVersionByArnCommand.d.ts +0 -17
  2766. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetLayerVersionCommand.d.ts +0 -17
  2767. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetLayerVersionPolicyCommand.d.ts +0 -17
  2768. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +0 -17
  2769. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetProvisionedConcurrencyConfigCommand.d.ts +0 -17
  2770. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/InvokeAsyncCommand.d.ts +0 -24
  2771. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/InvokeCommand.d.ts +0 -17
  2772. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +0 -17
  2773. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListCodeSigningConfigsCommand.d.ts +0 -17
  2774. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListEventSourceMappingsCommand.d.ts +0 -17
  2775. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListFunctionEventInvokeConfigsCommand.d.ts +0 -17
  2776. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListFunctionsByCodeSigningConfigCommand.d.ts +0 -17
  2777. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListFunctionsCommand.d.ts +0 -17
  2778. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListLayerVersionsCommand.d.ts +0 -17
  2779. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListLayersCommand.d.ts +0 -17
  2780. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListProvisionedConcurrencyConfigsCommand.d.ts +0 -17
  2781. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListTagsCommand.d.ts +0 -17
  2782. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListVersionsByFunctionCommand.d.ts +0 -17
  2783. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PublishLayerVersionCommand.d.ts +0 -17
  2784. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PublishVersionCommand.d.ts +0 -17
  2785. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PutFunctionCodeSigningConfigCommand.d.ts +0 -17
  2786. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PutFunctionConcurrencyCommand.d.ts +0 -17
  2787. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PutFunctionEventInvokeConfigCommand.d.ts +0 -17
  2788. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PutProvisionedConcurrencyConfigCommand.d.ts +0 -17
  2789. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/RemoveLayerVersionPermissionCommand.d.ts +0 -17
  2790. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +0 -17
  2791. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -17
  2792. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -17
  2793. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateAliasCommand.d.ts +0 -17
  2794. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateCodeSigningConfigCommand.d.ts +0 -17
  2795. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateEventSourceMappingCommand.d.ts +0 -17
  2796. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateFunctionCodeCommand.d.ts +0 -17
  2797. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateFunctionConfigurationCommand.d.ts +0 -17
  2798. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateFunctionEventInvokeConfigCommand.d.ts +0 -17
  2799. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/index.d.ts +0 -58
  2800. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/endpoints.d.ts +0 -2
  2801. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/index.d.ts +0 -6
  2802. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/models/index.d.ts +0 -1
  2803. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/models/models_0.d.ts +0 -2254
  2804. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -6
  2805. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/ListAliasesPaginator.d.ts +0 -4
  2806. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/ListCodeSigningConfigsPaginator.d.ts +0 -4
  2807. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/ListEventSourceMappingsPaginator.d.ts +0 -4
  2808. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/ListFunctionEventInvokeConfigsPaginator.d.ts +0 -4
  2809. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/ListFunctionsByCodeSigningConfigPaginator.d.ts +0 -4
  2810. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/ListFunctionsPaginator.d.ts +0 -4
  2811. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/ListLayerVersionsPaginator.d.ts +0 -4
  2812. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/ListLayersPaginator.d.ts +0 -4
  2813. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/ListProvisionedConcurrencyConfigsPaginator.d.ts +0 -4
  2814. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/ListVersionsByFunctionPaginator.d.ts +0 -4
  2815. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/index.d.ts +0 -11
  2816. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -176
  2817. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -37
  2818. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/runtimeConfig.d.ts +0 -37
  2819. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -36
  2820. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
  2821. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/waiters/index.d.ts +0 -3
  2822. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/waiters/waitForFunctionActive.d.ts +0 -7
  2823. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/waiters/waitForFunctionExists.d.ts +0 -7
  2824. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/waiters/waitForFunctionUpdated.d.ts +0 -7
  2825. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/waiters/index.d.ts +0 -3
  2826. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/waiters/waitForFunctionActive.d.ts +0 -14
  2827. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/waiters/waitForFunctionExists.d.ts +0 -14
  2828. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/waiters/waitForFunctionUpdated.d.ts +0 -14
  2829. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/package.json +0 -95
  2830. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/CHANGELOG.md +0 -3269
  2831. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/LICENSE +0 -201
  2832. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/README.md +0 -218
  2833. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/SSO.js +0 -67
  2834. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/SSOClient.js +0 -32
  2835. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/commands/GetRoleCredentialsCommand.js +0 -36
  2836. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/commands/ListAccountRolesCommand.js +0 -36
  2837. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/commands/ListAccountsCommand.js +0 -36
  2838. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/commands/LogoutCommand.js +0 -36
  2839. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/commands/index.js +0 -7
  2840. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/endpoints.js +0 -275
  2841. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +0 -8
  2842. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/models/index.js +0 -4
  2843. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/models/models_0.js +0 -95
  2844. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/pagination/Interfaces.js +0 -2
  2845. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/pagination/ListAccountRolesPaginator.js +0 -35
  2846. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/pagination/ListAccountsPaginator.js +0 -35
  2847. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/pagination/index.js +0 -6
  2848. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/protocols/Aws_restJson1.js +0 -521
  2849. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.browser.js +0 -39
  2850. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +0 -41
  2851. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.native.js +0 -16
  2852. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js +0 -17
  2853. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/SSO.js +0 -70
  2854. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +0 -34
  2855. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/commands/GetRoleCredentialsCommand.js +0 -39
  2856. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +0 -39
  2857. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +0 -39
  2858. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.js +0 -39
  2859. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/commands/index.js +0 -4
  2860. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/endpoints.js +0 -271
  2861. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/index.js +0 -5
  2862. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/models/index.js +0 -1
  2863. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js +0 -58
  2864. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/pagination/Interfaces.js +0 -1
  2865. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountRolesPaginator.js +0 -74
  2866. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountsPaginator.js +0 -74
  2867. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/pagination/index.js +0 -3
  2868. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/protocols/Aws_restJson1.js +0 -594
  2869. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.browser.js +0 -17
  2870. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +0 -19
  2871. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.native.js +0 -8
  2872. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.shared.js +0 -13
  2873. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +0 -53
  2874. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +0 -153
  2875. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +0 -36
  2876. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +0 -35
  2877. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +0 -37
  2878. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +0 -35
  2879. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/commands/index.d.ts +0 -4
  2880. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/endpoints.d.ts +0 -2
  2881. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +0 -5
  2882. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/models/index.d.ts +0 -1
  2883. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +0 -255
  2884. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/pagination/Interfaces.d.ts +0 -6
  2885. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountRolesPaginator.d.ts +0 -4
  2886. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountsPaginator.d.ts +0 -4
  2887. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/pagination/index.d.ts +0 -3
  2888. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/protocols/Aws_restJson1.d.ts +0 -14
  2889. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +0 -32
  2890. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +0 -32
  2891. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +0 -31
  2892. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts +0 -13
  2893. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSO.d.ts +0 -25
  2894. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +0 -72
  2895. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/GetRoleCredentialsCommand.d.ts +0 -17
  2896. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountRolesCommand.d.ts +0 -17
  2897. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +0 -17
  2898. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/LogoutCommand.d.ts +0 -17
  2899. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/index.d.ts +0 -4
  2900. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoints.d.ts +0 -2
  2901. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +0 -5
  2902. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/index.d.ts +0 -1
  2903. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +0 -154
  2904. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -6
  2905. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountRolesPaginator.d.ts +0 -4
  2906. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountsPaginator.d.ts +0 -4
  2907. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/index.d.ts +0 -3
  2908. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -14
  2909. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -30
  2910. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +0 -30
  2911. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -29
  2912. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
  2913. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/package.json +0 -91
  2914. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/CHANGELOG.md +0 -2418
  2915. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/LICENSE +0 -201
  2916. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/README.md +0 -208
  2917. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/STS.js +0 -127
  2918. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/STSClient.js +0 -34
  2919. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleCommand.js +0 -38
  2920. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleWithSAMLCommand.js +0 -36
  2921. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleWithWebIdentityCommand.js +0 -36
  2922. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/commands/DecodeAuthorizationMessageCommand.js +0 -38
  2923. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetAccessKeyInfoCommand.js +0 -38
  2924. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetCallerIdentityCommand.js +0 -38
  2925. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetFederationTokenCommand.js +0 -38
  2926. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetSessionTokenCommand.js +0 -38
  2927. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/commands/index.js +0 -11
  2928. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/defaultRoleAssumers.js +0 -15
  2929. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/defaultStsRoleAssumers.js +0 -76
  2930. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/endpoints.js +0 -217
  2931. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +0 -8
  2932. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/models/index.js +0 -4
  2933. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/models/models_0.js +0 -177
  2934. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/protocols/Aws_query.js +0 -1249
  2935. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.browser.js +0 -40
  2936. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.js +0 -44
  2937. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.native.js +0 -16
  2938. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.shared.js +0 -17
  2939. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/STS.js +0 -130
  2940. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/STSClient.js +0 -36
  2941. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleCommand.js +0 -41
  2942. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithSAMLCommand.js +0 -39
  2943. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithWebIdentityCommand.js +0 -39
  2944. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/commands/DecodeAuthorizationMessageCommand.js +0 -41
  2945. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/commands/GetAccessKeyInfoCommand.js +0 -41
  2946. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/commands/GetCallerIdentityCommand.js +0 -41
  2947. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/commands/GetFederationTokenCommand.js +0 -41
  2948. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/commands/GetSessionTokenCommand.js +0 -41
  2949. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/commands/index.js +0 -8
  2950. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/defaultRoleAssumers.js +0 -16
  2951. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/defaultStsRoleAssumers.js +0 -87
  2952. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/endpoints.js +0 -213
  2953. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/index.js +0 -5
  2954. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/models/index.js +0 -1
  2955. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/models/models_0.js +0 -117
  2956. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/protocols/Aws_query.js +0 -1330
  2957. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.browser.js +0 -17
  2958. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.js +0 -21
  2959. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.native.js +0 -8
  2960. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.shared.js +0 -13
  2961. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/STS.d.ts +0 -619
  2962. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/STSClient.d.ts +0 -152
  2963. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts +0 -124
  2964. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +0 -166
  2965. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +0 -170
  2966. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +0 -70
  2967. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/commands/GetAccessKeyInfoCommand.d.ts +0 -52
  2968. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/commands/GetCallerIdentityCommand.d.ts +0 -44
  2969. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +0 -120
  2970. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +0 -86
  2971. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/commands/index.d.ts +0 -8
  2972. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/defaultRoleAssumers.d.ts +0 -19
  2973. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/defaultStsRoleAssumers.d.ts +0 -35
  2974. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/endpoints.d.ts +0 -2
  2975. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/index.d.ts +0 -5
  2976. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/models/index.d.ts +0 -1
  2977. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/models/models_0.d.ts +0 -1211
  2978. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/protocols/Aws_query.d.ts +0 -26
  2979. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.browser.d.ts +0 -39
  2980. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.d.ts +0 -39
  2981. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.native.d.ts +0 -38
  2982. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.shared.d.ts +0 -13
  2983. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STS.d.ts +0 -45
  2984. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STSClient.d.ts +0 -79
  2985. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleCommand.d.ts +0 -17
  2986. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithSAMLCommand.d.ts +0 -17
  2987. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithWebIdentityCommand.d.ts +0 -17
  2988. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/DecodeAuthorizationMessageCommand.d.ts +0 -17
  2989. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetAccessKeyInfoCommand.d.ts +0 -17
  2990. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetCallerIdentityCommand.d.ts +0 -17
  2991. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +0 -17
  2992. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetSessionTokenCommand.d.ts +0 -17
  2993. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/index.d.ts +0 -8
  2994. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/defaultRoleAssumers.d.ts +0 -8
  2995. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/defaultStsRoleAssumers.d.ts +0 -16
  2996. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoints.d.ts +0 -2
  2997. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/index.d.ts +0 -5
  2998. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/index.d.ts +0 -1
  2999. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/models_0.d.ts +0 -367
  3000. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/protocols/Aws_query.d.ts +0 -26
  3001. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -37
  3002. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.d.ts +0 -37
  3003. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -36
  3004. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
  3005. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/package.json +0 -96
  3006. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/CHANGELOG.md +0 -2281
  3007. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/LICENSE +0 -201
  3008. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/README.md +0 -10
  3009. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js +0 -12
  3010. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/NodeUseFipsEndpointConfigOptions.js +0 -12
  3011. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/index.js +0 -7
  3012. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/resolveCustomEndpointsConfig.js +0 -16
  3013. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/resolveEndpointsConfig.js +0 -21
  3014. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/utils/getEndpointFromRegion.js +0 -20
  3015. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/utils/normalizeBoolean.js +0 -11
  3016. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/utils/normalizeEndpoint.js +0 -15
  3017. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/index.js +0 -6
  3018. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/regionConfig/config.js +0 -15
  3019. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/regionConfig/getRealRegion.js +0 -10
  3020. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/regionConfig/index.js +0 -5
  3021. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/regionConfig/isFipsRegion.js +0 -5
  3022. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/regionConfig/resolveRegionConfig.js +0 -29
  3023. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/EndpointVariant.js +0 -2
  3024. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/EndpointVariantTag.js +0 -2
  3025. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/PartitionHash.js +0 -2
  3026. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/RegionHash.js +0 -2
  3027. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/getHostnameFromVariants.js +0 -8
  3028. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/getRegionInfo.js +0 -34
  3029. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/getResolvedHostname.js +0 -9
  3030. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/getResolvedPartition.js +0 -5
  3031. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/getResolvedSigningRegion.js +0 -16
  3032. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/index.js +0 -6
  3033. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js +0 -11
  3034. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/NodeUseFipsEndpointConfigOptions.js +0 -11
  3035. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/index.js +0 -4
  3036. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/resolveCustomEndpointsConfig.js +0 -7
  3037. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/resolveEndpointsConfig.js +0 -12
  3038. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/utils/getEndpointFromRegion.js +0 -31
  3039. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/utils/normalizeBoolean.js +0 -7
  3040. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/utils/normalizeEndpoint.js +0 -12
  3041. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/index.js +0 -3
  3042. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/regionConfig/config.js +0 -12
  3043. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/regionConfig/getRealRegion.js +0 -8
  3044. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/regionConfig/index.js +0 -2
  3045. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/regionConfig/isFipsRegion.js +0 -3
  3046. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/regionConfig/resolveRegionConfig.js +0 -44
  3047. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/EndpointVariant.js +0 -1
  3048. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/EndpointVariantTag.js +0 -1
  3049. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/PartitionHash.js +0 -1
  3050. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/RegionHash.js +0 -1
  3051. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/getHostnameFromVariants.js +0 -9
  3052. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/getRegionInfo.js +0 -26
  3053. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/getResolvedHostname.js +0 -8
  3054. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/getResolvedPartition.js +0 -5
  3055. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/getResolvedSigningRegion.js +0 -13
  3056. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/index.js +0 -3
  3057. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +0 -5
  3058. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +0 -5
  3059. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/index.d.ts +0 -4
  3060. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/resolveCustomEndpointsConfig.d.ts +0 -20
  3061. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.d.ts +0 -38
  3062. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/utils/getEndpointFromRegion.d.ts +0 -11
  3063. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/utils/normalizeBoolean.d.ts +0 -2
  3064. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/utils/normalizeEndpoint.d.ts +0 -7
  3065. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/index.d.ts +0 -3
  3066. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/config.d.ts +0 -5
  3067. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/getRealRegion.d.ts +0 -1
  3068. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/index.d.ts +0 -2
  3069. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/isFipsRegion.d.ts +0 -1
  3070. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/resolveRegionConfig.d.ts +0 -25
  3071. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/EndpointVariant.d.ts +0 -8
  3072. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/EndpointVariantTag.d.ts +0 -5
  3073. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/PartitionHash.d.ts +0 -14
  3074. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/RegionHash.d.ts +0 -12
  3075. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getHostnameFromVariants.d.ts +0 -6
  3076. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getRegionInfo.d.ts +0 -11
  3077. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getResolvedHostname.d.ts +0 -5
  3078. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getResolvedPartition.d.ts +0 -5
  3079. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getResolvedSigningRegion.d.ts +0 -6
  3080. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/index.d.ts +0 -3
  3081. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +0 -5
  3082. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +0 -5
  3083. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/index.d.ts +0 -4
  3084. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/resolveCustomEndpointsConfig.d.ts +0 -15
  3085. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/resolveEndpointsConfig.d.ts +0 -25
  3086. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/utils/getEndpointFromRegion.d.ts +0 -11
  3087. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/utils/normalizeBoolean.d.ts +0 -2
  3088. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/utils/normalizeEndpoint.d.ts +0 -7
  3089. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/index.d.ts +0 -3
  3090. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionConfig/config.d.ts +0 -5
  3091. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionConfig/getRealRegion.d.ts +0 -1
  3092. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionConfig/index.d.ts +0 -2
  3093. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionConfig/isFipsRegion.d.ts +0 -1
  3094. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionConfig/resolveRegionConfig.d.ts +0 -17
  3095. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariant.d.ts +0 -6
  3096. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariantTag.d.ts +0 -2
  3097. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/PartitionHash.d.ts +0 -10
  3098. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/RegionHash.d.ts +0 -9
  3099. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/getHostnameFromVariants.d.ts +0 -6
  3100. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/getRegionInfo.d.ts +0 -11
  3101. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/getResolvedHostname.d.ts +0 -5
  3102. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/getResolvedPartition.d.ts +0 -5
  3103. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/getResolvedSigningRegion.d.ts +0 -6
  3104. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/index.d.ts +0 -3
  3105. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/package.json +0 -51
  3106. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-env/CHANGELOG.md +0 -1269
  3107. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-env/LICENSE +0 -201
  3108. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-env/README.md +0 -11
  3109. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +0 -25
  3110. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-env/dist-es/index.js +0 -21
  3111. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-env/dist-types/index.d.ts +0 -11
  3112. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-env/dist-types/ts3.4/index.d.ts +0 -7
  3113. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-env/package.json +0 -55
  3114. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/CHANGELOG.md +0 -1263
  3115. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/LICENSE +0 -201
  3116. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/README.md +0 -11
  3117. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/config/Endpoint.js +0 -8
  3118. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/config/EndpointConfigOptions.js +0 -10
  3119. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/config/EndpointMode.js +0 -8
  3120. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/config/EndpointModeConfigOptions.js +0 -11
  3121. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/fromContainerMetadata.js +0 -70
  3122. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/fromInstanceMetadata.js +0 -93
  3123. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/index.js +0 -6
  3124. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/remoteProvider/ImdsCredentials.js +0 -17
  3125. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/remoteProvider/RemoteProviderInit.js +0 -7
  3126. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/remoteProvider/httpRequest.js +0 -41
  3127. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/remoteProvider/index.js +0 -5
  3128. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/remoteProvider/retry.js +0 -11
  3129. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/utils/getInstanceMetadataEndpoint.js +0 -23
  3130. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-es/config/Endpoint.js +0 -5
  3131. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-es/config/EndpointConfigOptions.js +0 -7
  3132. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-es/config/EndpointMode.js +0 -5
  3133. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-es/config/EndpointModeConfigOptions.js +0 -8
  3134. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-es/fromContainerMetadata.js +0 -82
  3135. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-es/fromInstanceMetadata.js +0 -127
  3136. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-es/index.js +0 -3
  3137. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-es/remoteProvider/ImdsCredentials.js +0 -14
  3138. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-es/remoteProvider/RemoteProviderInit.js +0 -6
  3139. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-es/remoteProvider/httpRequest.js +0 -34
  3140. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-es/remoteProvider/index.js +0 -2
  3141. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-es/remoteProvider/retry.js +0 -7
  3142. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-es/utils/getInstanceMetadataEndpoint.js +0 -44
  3143. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/config/Endpoint.d.ts +0 -4
  3144. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/config/EndpointConfigOptions.d.ts +0 -4
  3145. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/config/EndpointMode.d.ts +0 -4
  3146. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/config/EndpointModeConfigOptions.d.ts +0 -4
  3147. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/fromContainerMetadata.d.ts +0 -10
  3148. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/fromInstanceMetadata.d.ts +0 -7
  3149. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/index.d.ts +0 -3
  3150. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/ImdsCredentials.d.ts +0 -9
  3151. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/RemoteProviderInit.d.ts +0 -14
  3152. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts +0 -6
  3153. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/index.d.ts +0 -2
  3154. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/retry.d.ts +0 -7
  3155. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/config/Endpoint.d.ts +0 -4
  3156. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/config/EndpointConfigOptions.d.ts +0 -4
  3157. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/config/EndpointMode.d.ts +0 -4
  3158. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/config/EndpointModeConfigOptions.d.ts +0 -4
  3159. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/fromContainerMetadata.d.ts +0 -7
  3160. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/fromInstanceMetadata.d.ts +0 -4
  3161. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/index.d.ts +0 -3
  3162. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/remoteProvider/ImdsCredentials.d.ts +0 -9
  3163. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/remoteProvider/RemoteProviderInit.d.ts +0 -10
  3164. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/remoteProvider/httpRequest.d.ts +0 -4
  3165. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/remoteProvider/index.d.ts +0 -2
  3166. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/remoteProvider/retry.d.ts +0 -5
  3167. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/utils/getInstanceMetadataEndpoint.d.ts +0 -3
  3168. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/utils/getInstanceMetadataEndpoint.d.ts +0 -19
  3169. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/package.json +0 -58
  3170. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-ini/CHANGELOG.md +0 -1265
  3171. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-ini/LICENSE +0 -201
  3172. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-ini/README.md +0 -11
  3173. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +0 -105
  3174. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-ini/dist-es/index.js +0 -141
  3175. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-ini/dist-types/index.d.ts +0 -63
  3176. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/index.d.ts +0 -26
  3177. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-ini/package.json +0 -61
  3178. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-node/CHANGELOG.md +0 -1569
  3179. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-node/LICENSE +0 -201
  3180. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-node/README.md +0 -89
  3181. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +0 -42
  3182. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-node/dist-es/index.js +0 -42
  3183. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-node/dist-types/index.d.ts +0 -42
  3184. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/index.d.ts +0 -9
  3185. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-node/package.json +0 -63
  3186. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-process/CHANGELOG.md +0 -1121
  3187. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-process/LICENSE +0 -201
  3188. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-process/README.md +0 -11
  3189. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +0 -70
  3190. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-process/dist-es/index.js +0 -82
  3191. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-process/dist-types/index.d.ts +0 -13
  3192. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/index.d.ts +0 -8
  3193. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-process/package.json +0 -57
  3194. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-sso/CHANGELOG.md +0 -323
  3195. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-sso/LICENSE +0 -201
  3196. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-sso/README.md +0 -11
  3197. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +0 -88
  3198. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-sso/dist-es/index.js +0 -110
  3199. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-sso/dist-types/index.d.ts +0 -54
  3200. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/index.d.ts +0 -32
  3201. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-sso/package.json +0 -58
  3202. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-web-identity/CHANGELOG.md +0 -217
  3203. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-web-identity/LICENSE +0 -201
  3204. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-web-identity/README.md +0 -11
  3205. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +0 -28
  3206. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js +0 -21
  3207. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +0 -5
  3208. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js +0 -25
  3209. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromWebToken.js +0 -19
  3210. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/index.js +0 -2
  3211. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromTokenFile.d.ts +0 -12
  3212. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromWebToken.d.ts +0 -126
  3213. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/index.d.ts +0 -2
  3214. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromTokenFile.d.ts +0 -8
  3215. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromWebToken.d.ts +0 -30
  3216. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/index.d.ts +0 -2
  3217. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-web-identity/package.json +0 -63
  3218. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/CHANGELOG.md +0 -1856
  3219. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/LICENSE +0 -201
  3220. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/README.md +0 -4
  3221. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/dist-cjs/fetch-http-handler.js +0 -78
  3222. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/dist-cjs/index.js +0 -5
  3223. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/dist-cjs/request-timeout.js +0 -15
  3224. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/dist-cjs/stream-collector.js +0 -50
  3225. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/dist-es/fetch-http-handler.js +0 -90
  3226. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/dist-es/index.js +0 -2
  3227. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/dist-es/request-timeout.js +0 -12
  3228. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/dist-es/stream-collector.js +0 -68
  3229. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/dist-types/fetch-http-handler.d.ts +0 -20
  3230. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/dist-types/index.d.ts +0 -2
  3231. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/dist-types/request-timeout.d.ts +0 -1
  3232. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/dist-types/stream-collector.d.ts +0 -2
  3233. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +0 -15
  3234. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/dist-types/ts3.4/index.d.ts +0 -2
  3235. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/dist-types/ts3.4/request-timeout.d.ts +0 -1
  3236. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/dist-types/ts3.4/stream-collector.d.ts +0 -2
  3237. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/package.json +0 -49
  3238. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/hash-node/CHANGELOG.md +0 -1191
  3239. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/hash-node/LICENSE +0 -201
  3240. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/hash-node/README.md +0 -10
  3241. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/hash-node/dist-cjs/index.js +0 -30
  3242. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/hash-node/dist-es/index.js +0 -28
  3243. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/hash-node/dist-types/index.d.ts +0 -7
  3244. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/hash-node/dist-types/ts3.4/index.d.ts +0 -7
  3245. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/hash-node/package.json +0 -51
  3246. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/invalid-dependency/CHANGELOG.md +0 -480
  3247. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/invalid-dependency/LICENSE +0 -201
  3248. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/invalid-dependency/README.md +0 -10
  3249. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/invalid-dependency/dist-cjs/index.js +0 -5
  3250. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/invalid-dependency/dist-cjs/invalidFunction.js +0 -7
  3251. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/invalid-dependency/dist-cjs/invalidProvider.js +0 -5
  3252. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/invalid-dependency/dist-es/index.js +0 -2
  3253. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/invalid-dependency/dist-es/invalidFunction.js +0 -3
  3254. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/invalid-dependency/dist-es/invalidProvider.js +0 -1
  3255. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/invalid-dependency/dist-types/index.d.ts +0 -2
  3256. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/invalid-dependency/dist-types/invalidFunction.d.ts +0 -1
  3257. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/invalid-dependency/dist-types/invalidProvider.d.ts +0 -2
  3258. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/invalid-dependency/dist-types/ts3.4/index.d.ts +0 -2
  3259. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/invalid-dependency/dist-types/ts3.4/invalidFunction.d.ts +0 -1
  3260. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/invalid-dependency/dist-types/ts3.4/invalidProvider.d.ts +0 -2
  3261. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/invalid-dependency/package.json +0 -45
  3262. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/is-array-buffer/CHANGELOG.md +0 -561
  3263. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/is-array-buffer/LICENSE +0 -201
  3264. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/is-array-buffer/README.md +0 -10
  3265. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/is-array-buffer/dist-cjs/index.js +0 -6
  3266. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/is-array-buffer/dist-es/index.js +0 -4
  3267. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/is-array-buffer/dist-types/index.d.ts +0 -1
  3268. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/is-array-buffer/dist-types/ts3.4/index.d.ts +0 -1
  3269. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/is-array-buffer/package.json +0 -48
  3270. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-content-length/CHANGELOG.md +0 -1472
  3271. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-content-length/LICENSE +0 -201
  3272. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-content-length/README.md +0 -4
  3273. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-content-length/dist-cjs/index.js +0 -42
  3274. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-content-length/dist-es/index.js +0 -39
  3275. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-content-length/dist-types/index.d.ts +0 -6
  3276. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-content-length/dist-types/ts3.4/index.d.ts +0 -6
  3277. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-content-length/package.json +0 -49
  3278. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-host-header/CHANGELOG.md +0 -947
  3279. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-host-header/LICENSE +0 -201
  3280. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-host-header/README.md +0 -4
  3281. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js +0 -36
  3282. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-host-header/dist-es/index.js +0 -38
  3283. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-host-header/dist-types/index.d.ts +0 -17
  3284. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-host-header/dist-types/ts3.4/index.d.ts +0 -15
  3285. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-host-header/package.json +0 -49
  3286. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-logger/CHANGELOG.md +0 -355
  3287. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-logger/LICENSE +0 -201
  3288. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-logger/README.md +0 -4
  3289. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +0 -4
  3290. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-logger/dist-cjs/loggerMiddleware.js +0 -34
  3291. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-logger/dist-es/index.js +0 -1
  3292. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-logger/dist-es/loggerMiddleware.js +0 -42
  3293. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-logger/dist-types/index.d.ts +0 -1
  3294. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-logger/dist-types/loggerMiddleware.d.ts +0 -4
  3295. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-logger/dist-types/ts3.4/index.d.ts +0 -1
  3296. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-logger/dist-types/ts3.4/loggerMiddleware.d.ts +0 -4
  3297. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-logger/package.json +0 -51
  3298. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/CHANGELOG.md +0 -1178
  3299. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/LICENSE +0 -201
  3300. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/README.md +0 -4
  3301. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-cjs/AdaptiveRetryStrategy.js +0 -25
  3302. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-cjs/DefaultRateLimiter.js +0 -104
  3303. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-cjs/StandardRetryStrategy.js +0 -89
  3304. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-cjs/config.js +0 -10
  3305. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-cjs/configurations.js +0 -69
  3306. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-cjs/constants.js +0 -12
  3307. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-cjs/defaultRetryQuota.js +0 -32
  3308. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-cjs/delayDecider.js +0 -6
  3309. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-cjs/index.js +0 -13
  3310. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-cjs/omitRetryHeadersMiddleware.js +0 -27
  3311. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-cjs/retryDecider.js +0 -11
  3312. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-cjs/retryMiddleware.js +0 -23
  3313. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-cjs/types.js +0 -2
  3314. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-es/AdaptiveRetryStrategy.js +0 -34
  3315. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-es/DefaultRateLimiter.js +0 -119
  3316. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-es/StandardRetryStrategy.js +0 -130
  3317. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-es/config.js +0 -7
  3318. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-es/configurations.js +0 -77
  3319. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-es/constants.js +0 -9
  3320. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-es/defaultRetryQuota.js +0 -28
  3321. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-es/delayDecider.js +0 -4
  3322. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-es/index.js +0 -10
  3323. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-es/omitRetryHeadersMiddleware.js +0 -30
  3324. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-es/retryDecider.js +0 -7
  3325. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-es/retryMiddleware.js +0 -30
  3326. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-es/types.js +0 -1
  3327. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/AdaptiveRetryStrategy.d.ts +0 -17
  3328. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/DefaultRateLimiter.d.ts +0 -39
  3329. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/StandardRetryStrategy.d.ts +0 -27
  3330. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/config.d.ts +0 -13
  3331. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/configurations.d.ts +0 -37
  3332. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/constants.d.ts +0 -41
  3333. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/defaultRetryQuota.d.ts +0 -18
  3334. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/delayDecider.d.ts +0 -4
  3335. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/index.d.ts +0 -10
  3336. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/omitRetryHeadersMiddleware.d.ts +0 -4
  3337. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/retryDecider.d.ts +0 -2
  3338. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/retryMiddleware.d.ts +0 -5
  3339. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +0 -15
  3340. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/DefaultRateLimiter.d.ts +0 -39
  3341. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +0 -25
  3342. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/config.d.ts +0 -8
  3343. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/configurations.d.ts +0 -26
  3344. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/constants.d.ts +0 -18
  3345. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/defaultRetryQuota.d.ts +0 -10
  3346. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/delayDecider.d.ts +0 -2
  3347. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/index.d.ts +0 -10
  3348. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/omitRetryHeadersMiddleware.d.ts +0 -4
  3349. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/retryDecider.d.ts +0 -2
  3350. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/retryMiddleware.d.ts +0 -5
  3351. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/types.d.ts +0 -24
  3352. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/types.d.ts +0 -53
  3353. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/package.json +0 -52
  3354. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-sdk-sts/CHANGELOG.md +0 -202
  3355. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-sdk-sts/LICENSE +0 -201
  3356. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-sdk-sts/README.md +0 -4
  3357. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-sdk-sts/dist-cjs/index.js +0 -9
  3358. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-sdk-sts/dist-es/index.js +0 -6
  3359. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-sdk-sts/dist-types/index.d.ts +0 -34
  3360. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-sdk-sts/dist-types/ts3.4/index.d.ts +0 -25
  3361. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-sdk-sts/package.json +0 -52
  3362. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/CHANGELOG.md +0 -896
  3363. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/LICENSE +0 -201
  3364. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/README.md +0 -4
  3365. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/dist-cjs/deserializerMiddleware.js +0 -12
  3366. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/dist-cjs/index.js +0 -6
  3367. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/dist-cjs/serdePlugin.js +0 -26
  3368. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/dist-cjs/serializerMiddleware.js +0 -11
  3369. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/dist-es/deserializerMiddleware.js +0 -22
  3370. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/dist-es/index.js +0 -3
  3371. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/dist-es/serdePlugin.js +0 -22
  3372. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/dist-es/serializerMiddleware.js +0 -16
  3373. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/dist-types/deserializerMiddleware.d.ts +0 -2
  3374. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/dist-types/index.d.ts +0 -3
  3375. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/dist-types/serdePlugin.d.ts +0 -4
  3376. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/dist-types/serializerMiddleware.d.ts +0 -2
  3377. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/dist-types/ts3.4/deserializerMiddleware.d.ts +0 -2
  3378. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/dist-types/ts3.4/index.d.ts +0 -3
  3379. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/dist-types/ts3.4/serdePlugin.d.ts +0 -4
  3380. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/dist-types/ts3.4/serializerMiddleware.d.ts +0 -2
  3381. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/package.json +0 -48
  3382. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/CHANGELOG.md +0 -1840
  3383. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/LICENSE +0 -201
  3384. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/README.md +0 -4
  3385. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-cjs/configurations.js +0 -90
  3386. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-cjs/index.js +0 -5
  3387. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-cjs/middleware.js +0 -45
  3388. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-cjs/utils/getSkewCorrectedDate.js +0 -5
  3389. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-cjs/utils/getUpdatedSystemClockOffset.js +0 -12
  3390. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-cjs/utils/isClockSkewed.js +0 -6
  3391. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-es/configurations.js +0 -87
  3392. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-es/index.js +0 -2
  3393. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-es/middleware.js +0 -59
  3394. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-es/utils/getSkewCorrectedDate.js +0 -1
  3395. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-es/utils/getUpdatedSystemClockOffset.js +0 -8
  3396. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-es/utils/isClockSkewed.js +0 -4
  3397. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-types/configurations.d.ts +0 -88
  3398. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-types/index.d.ts +0 -2
  3399. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-types/middleware.d.ts +0 -6
  3400. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/configurations.d.ts +0 -57
  3401. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/index.d.ts +0 -2
  3402. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/middleware.d.ts +0 -6
  3403. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/utils/getSkewCorrectedDate.d.ts +0 -2
  3404. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/utils/getUpdatedSystemClockOffset.d.ts +0 -2
  3405. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/utils/isClockSkewed.d.ts +0 -2
  3406. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-types/utils/getSkewCorrectedDate.d.ts +0 -6
  3407. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-types/utils/getUpdatedSystemClockOffset.d.ts +0 -8
  3408. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-types/utils/isClockSkewed.d.ts +0 -7
  3409. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/package.json +0 -51
  3410. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-stack/CHANGELOG.md +0 -1330
  3411. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-stack/LICENSE +0 -201
  3412. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-stack/README.md +0 -78
  3413. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-stack/dist-cjs/MiddlewareStack.js +0 -215
  3414. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-stack/dist-cjs/index.js +0 -4
  3415. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-stack/dist-cjs/types.js +0 -2
  3416. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-stack/dist-es/MiddlewareStack.js +0 -212
  3417. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-stack/dist-es/index.js +0 -1
  3418. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-stack/dist-es/types.js +0 -1
  3419. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-stack/dist-types/MiddlewareStack.d.ts +0 -2
  3420. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-stack/dist-types/index.d.ts +0 -1
  3421. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-stack/dist-types/ts3.4/MiddlewareStack.d.ts +0 -2
  3422. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-stack/dist-types/ts3.4/index.d.ts +0 -1
  3423. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-stack/dist-types/ts3.4/types.d.ts +0 -24
  3424. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-stack/dist-types/types.d.ts +0 -24
  3425. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-stack/package.json +0 -50
  3426. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/CHANGELOG.md +0 -1116
  3427. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/LICENSE +0 -201
  3428. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/README.md +0 -4
  3429. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/configurations.js +0 -10
  3430. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/constants.js +0 -7
  3431. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +0 -5
  3432. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/user-agent-middleware.js +0 -61
  3433. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/dist-es/configurations.js +0 -4
  3434. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/dist-es/constants.js +0 -4
  3435. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/dist-es/index.js +0 -2
  3436. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/dist-es/user-agent-middleware.js +0 -64
  3437. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/dist-types/configurations.d.ts +0 -28
  3438. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/dist-types/constants.d.ts +0 -4
  3439. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/dist-types/index.d.ts +0 -2
  3440. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/configurations.d.ts +0 -19
  3441. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/constants.d.ts +0 -4
  3442. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/index.d.ts +0 -2
  3443. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/user-agent-middleware.d.ts +0 -6
  3444. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/dist-types/user-agent-middleware.d.ts +0 -17
  3445. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/package.json +0 -50
  3446. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/CHANGELOG.md +0 -399
  3447. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/LICENSE +0 -201
  3448. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/README.md +0 -4
  3449. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-cjs/configLoader.js +0 -9
  3450. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-cjs/fromEnv.js +0 -17
  3451. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-cjs/fromSharedConfigFiles.js +0 -28
  3452. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-cjs/fromStatic.js +0 -7
  3453. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-cjs/index.js +0 -4
  3454. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-es/configLoader.js +0 -9
  3455. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-es/fromEnv.js +0 -20
  3456. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-es/fromSharedConfigFiles.js +0 -37
  3457. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-es/fromStatic.js +0 -8
  3458. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-es/index.js +0 -1
  3459. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-types/configLoader.d.ts +0 -22
  3460. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-types/fromEnv.d.ts +0 -8
  3461. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-types/fromSharedConfigFiles.d.ts +0 -27
  3462. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-types/fromStatic.d.ts +0 -3
  3463. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-types/index.d.ts +0 -1
  3464. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-types/ts3.4/configLoader.d.ts +0 -14
  3465. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-types/ts3.4/fromEnv.d.ts +0 -5
  3466. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-types/ts3.4/fromSharedConfigFiles.d.ts +0 -14
  3467. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-types/ts3.4/fromStatic.d.ts +0 -3
  3468. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-types/ts3.4/index.d.ts +0 -1
  3469. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/package.json +0 -53
  3470. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/CHANGELOG.md +0 -1614
  3471. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/LICENSE +0 -201
  3472. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/README.md +0 -4
  3473. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-cjs/constants.js +0 -4
  3474. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-cjs/get-transformed-headers.js +0 -12
  3475. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-cjs/index.js +0 -6
  3476. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-cjs/node-http-handler.js +0 -76
  3477. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-cjs/node-http2-handler.js +0 -131
  3478. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-cjs/readable.mock.js +0 -23
  3479. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-cjs/server.mock.js +0 -60
  3480. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-cjs/set-connection-timeout.js +0 -22
  3481. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-cjs/set-socket-timeout.js +0 -10
  3482. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-cjs/stream-collector/collector.js +0 -15
  3483. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-cjs/stream-collector/index.js +0 -18
  3484. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-cjs/stream-collector/readable.mock.js +0 -23
  3485. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-cjs/write-request-body.js +0 -27
  3486. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-es/constants.js +0 -1
  3487. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-es/get-transformed-headers.js +0 -21
  3488. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-es/index.js +0 -3
  3489. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-es/node-http-handler.js +0 -77
  3490. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-es/node-http2-handler.js +0 -143
  3491. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-es/readable.mock.js +0 -24
  3492. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-es/server.mock.js +0 -63
  3493. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-es/set-connection-timeout.js +0 -19
  3494. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-es/set-socket-timeout.js +0 -7
  3495. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-es/stream-collector/collector.js +0 -16
  3496. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-es/stream-collector/index.js +0 -16
  3497. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-es/stream-collector/readable.mock.js +0 -24
  3498. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-es/write-request-body.js +0 -23
  3499. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/constants.d.ts +0 -4
  3500. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/get-transformed-headers.d.ts +0 -4
  3501. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/index.d.ts +0 -3
  3502. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/node-http-handler.d.ts +0 -36
  3503. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/node-http2-handler.d.ts +0 -58
  3504. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/readable.mock.d.ts +0 -13
  3505. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/server.mock.d.ts +0 -10
  3506. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/set-connection-timeout.d.ts +0 -2
  3507. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/set-socket-timeout.d.ts +0 -2
  3508. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/stream-collector/collector.d.ts +0 -6
  3509. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/stream-collector/index.d.ts +0 -2
  3510. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +0 -13
  3511. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/constants.d.ts +0 -2
  3512. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/get-transformed-headers.d.ts +0 -4
  3513. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/index.d.ts +0 -3
  3514. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +0 -28
  3515. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +0 -31
  3516. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/readable.mock.d.ts +0 -13
  3517. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/server.mock.d.ts +0 -10
  3518. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/set-connection-timeout.d.ts +0 -2
  3519. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/set-socket-timeout.d.ts +0 -2
  3520. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/stream-collector/collector.d.ts +0 -6
  3521. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/stream-collector/index.d.ts +0 -2
  3522. 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
  3523. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +0 -5
  3524. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/write-request-body.d.ts +0 -5
  3525. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/package.json +0 -60
  3526. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/CHANGELOG.md +0 -1156
  3527. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/LICENSE +0 -201
  3528. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/README.md +0 -10
  3529. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-cjs/ProviderError.js +0 -36
  3530. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-cjs/chain.js +0 -19
  3531. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-cjs/fromStatic.js +0 -5
  3532. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-cjs/index.js +0 -7
  3533. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-cjs/memoize.js +0 -48
  3534. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-es/ProviderError.js +0 -44
  3535. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-es/chain.js +0 -34
  3536. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-es/fromStatic.js +0 -5
  3537. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-es/index.js +0 -4
  3538. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-es/memoize.js +0 -70
  3539. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-types/ProviderError.d.ts +0 -31
  3540. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-types/chain.d.ts +0 -11
  3541. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-types/fromStatic.d.ts +0 -2
  3542. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-types/index.d.ts +0 -4
  3543. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-types/memoize.d.ts +0 -37
  3544. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-types/ts3.4/ProviderError.d.ts +0 -13
  3545. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-types/ts3.4/chain.d.ts +0 -3
  3546. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-types/ts3.4/fromStatic.d.ts +0 -2
  3547. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-types/ts3.4/index.d.ts +0 -4
  3548. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-types/ts3.4/memoize.d.ts +0 -9
  3549. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/package.json +0 -48
  3550. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/CHANGELOG.md +0 -1178
  3551. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/LICENSE +0 -201
  3552. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/README.md +0 -4
  3553. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-cjs/httpHandler.js +0 -2
  3554. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-cjs/httpRequest.js +0 -49
  3555. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-cjs/httpResponse.js +0 -17
  3556. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-cjs/index.js +0 -7
  3557. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-cjs/isValidHostname.js +0 -8
  3558. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-es/httpHandler.js +0 -1
  3559. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-es/httpRequest.js +0 -43
  3560. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-es/httpResponse.js +0 -15
  3561. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-es/index.js +0 -4
  3562. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-es/isValidHostname.js +0 -4
  3563. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-types/httpHandler.d.ts +0 -4
  3564. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-types/httpRequest.d.ts +0 -20
  3565. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-types/httpResponse.d.ts +0 -14
  3566. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-types/index.d.ts +0 -4
  3567. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-types/isValidHostname.d.ts +0 -1
  3568. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/httpHandler.d.ts +0 -4
  3569. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/httpRequest.d.ts +0 -20
  3570. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/httpResponse.d.ts +0 -14
  3571. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/index.d.ts +0 -4
  3572. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/isValidHostname.d.ts +0 -1
  3573. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/package.json +0 -49
  3574. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/querystring-builder/CHANGELOG.md +0 -1138
  3575. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/querystring-builder/LICENSE +0 -201
  3576. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/querystring-builder/README.md +0 -10
  3577. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/querystring-builder/dist-cjs/index.js +0 -25
  3578. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/querystring-builder/dist-es/index.js +0 -33
  3579. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/querystring-builder/dist-types/index.d.ts +0 -2
  3580. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/querystring-builder/dist-types/ts3.4/index.d.ts +0 -2
  3581. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/querystring-builder/package.json +0 -49
  3582. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/querystring-parser/CHANGELOG.md +0 -1101
  3583. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/querystring-parser/LICENSE +0 -201
  3584. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/querystring-parser/README.md +0 -10
  3585. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/querystring-parser/dist-cjs/index.js +0 -27
  3586. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/querystring-parser/dist-es/index.js +0 -35
  3587. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/querystring-parser/dist-types/index.d.ts +0 -2
  3588. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/querystring-parser/dist-types/ts3.4/index.d.ts +0 -2
  3589. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/querystring-parser/package.json +0 -48
  3590. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/service-error-classification/CHANGELOG.md +0 -667
  3591. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/service-error-classification/LICENSE +0 -201
  3592. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/service-error-classification/README.md +0 -4
  3593. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/service-error-classification/dist-cjs/constants.js +0 -29
  3594. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/service-error-classification/dist-cjs/index.js +0 -21
  3595. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/service-error-classification/dist-es/constants.js +0 -26
  3596. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/service-error-classification/dist-es/index.js +0 -14
  3597. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/service-error-classification/dist-types/constants.d.ts +0 -22
  3598. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/service-error-classification/dist-types/index.d.ts +0 -5
  3599. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/service-error-classification/dist-types/ts3.4/constants.d.ts +0 -8
  3600. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/service-error-classification/dist-types/ts3.4/index.d.ts +0 -5
  3601. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/service-error-classification/package.json +0 -45
  3602. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/shared-ini-file-loader/CHANGELOG.md +0 -704
  3603. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/shared-ini-file-loader/LICENSE +0 -201
  3604. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/shared-ini-file-loader/README.md +0 -102
  3605. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/shared-ini-file-loader/dist-cjs/index.js +0 -84
  3606. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/shared-ini-file-loader/dist-es/index.js +0 -105
  3607. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/index.d.ts +0 -33
  3608. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/index.d.ts +0 -21
  3609. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/shared-ini-file-loader/package.json +0 -48
  3610. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/CHANGELOG.md +0 -2827
  3611. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/LICENSE +0 -201
  3612. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/README.md +0 -4
  3613. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-cjs/SignatureV4.js +0 -150
  3614. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-cjs/cloneRequest.js +0 -17
  3615. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-cjs/constants.js +0 -46
  3616. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-cjs/credentialDerivation.js +0 -38
  3617. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-cjs/getCanonicalHeaders.js +0 -21
  3618. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-cjs/getCanonicalQuery.js +0 -31
  3619. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-cjs/getPayloadHash.js +0 -23
  3620. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-cjs/headerUtil.js +0 -32
  3621. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-cjs/index.js +0 -19
  3622. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-cjs/moveHeadersToQuery.js +0 -21
  3623. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-cjs/normalizeProvider.js +0 -23
  3624. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-cjs/prepareRequest.js +0 -15
  3625. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-cjs/suite.fixture.js +0 -402
  3626. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-cjs/utilDate.js +0 -20
  3627. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-es/SignatureV4.js +0 -269
  3628. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-es/cloneRequest.js +0 -12
  3629. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-es/constants.js +0 -43
  3630. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-es/credentialDerivation.js +0 -66
  3631. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-es/getCanonicalHeaders.js +0 -30
  3632. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-es/getCanonicalQuery.js +0 -43
  3633. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-es/getPayloadHash.js +0 -41
  3634. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-es/headerUtil.js +0 -60
  3635. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-es/index.js +0 -8
  3636. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-es/moveHeadersToQuery.js +0 -26
  3637. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-es/normalizeProvider.js +0 -18
  3638. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-es/prepareRequest.js +0 -23
  3639. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-es/suite.fixture.js +0 -399
  3640. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-es/utilDate.js +0 -17
  3641. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/SignatureV4.d.ts +0 -63
  3642. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/cloneRequest.d.ts +0 -6
  3643. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/constants.d.ts +0 -43
  3644. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/credentialDerivation.d.ts +0 -26
  3645. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/getCanonicalHeaders.d.ts +0 -5
  3646. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/getCanonicalQuery.d.ts +0 -5
  3647. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/getPayloadHash.d.ts +0 -5
  3648. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/headerUtil.d.ts +0 -4
  3649. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/index.d.ts +0 -8
  3650. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/moveHeadersToQuery.d.ts +0 -9
  3651. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/normalizeProvider.d.ts +0 -9
  3652. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/prepareRequest.d.ts +0 -5
  3653. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/suite.fixture.d.ts +0 -14
  3654. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/SignatureV4.d.ts +0 -39
  3655. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/cloneRequest.d.ts +0 -4
  3656. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/constants.d.ts +0 -43
  3657. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/credentialDerivation.d.ts +0 -7
  3658. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/getCanonicalHeaders.d.ts +0 -3
  3659. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/getCanonicalQuery.d.ts +0 -3
  3660. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/getPayloadHash.d.ts +0 -3
  3661. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/headerUtil.d.ts +0 -4
  3662. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/index.d.ts +0 -8
  3663. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/moveHeadersToQuery.d.ts +0 -7
  3664. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/normalizeProvider.d.ts +0 -5
  3665. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/prepareRequest.d.ts +0 -3
  3666. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/suite.fixture.d.ts +0 -14
  3667. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/utilDate.d.ts +0 -2
  3668. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/utilDate.d.ts +0 -2
  3669. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/package.json +0 -56
  3670. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/CHANGELOG.md +0 -1387
  3671. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/LICENSE +0 -201
  3672. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/README.md +0 -10
  3673. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-cjs/client.js +0 -28
  3674. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-cjs/command.js +0 -10
  3675. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-cjs/constants.js +0 -4
  3676. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-cjs/date-utils.js +0 -156
  3677. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-cjs/emitWarningIfUnsupportedVersion.js +0 -15
  3678. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-cjs/extended-encode-uri-component.js +0 -9
  3679. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-cjs/get-array-if-single-item.js +0 -5
  3680. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-cjs/get-value-from-text-node.js +0 -16
  3681. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-cjs/index.js +0 -15
  3682. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-cjs/lazy-json.js +0 -38
  3683. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-cjs/parse-utils.js +0 -206
  3684. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-cjs/ser-utils.js +0 -17
  3685. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-cjs/split-every.js +0 -31
  3686. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-es/client.js +0 -26
  3687. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-es/command.js +0 -8
  3688. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-es/constants.js +0 -1
  3689. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-es/date-utils.js +0 -150
  3690. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-es/emitWarningIfUnsupportedVersion.js +0 -11
  3691. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-es/extended-encode-uri-component.js +0 -5
  3692. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-es/get-array-if-single-item.js +0 -3
  3693. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-es/get-value-from-text-node.js +0 -12
  3694. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-es/index.js +0 -12
  3695. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-es/lazy-json.js +0 -40
  3696. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-es/parse-utils.js +0 -190
  3697. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-es/ser-utils.js +0 -13
  3698. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-es/split-every.js +0 -27
  3699. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/client.d.ts +0 -20
  3700. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/command.d.ts +0 -6
  3701. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/constants.d.ts +0 -1
  3702. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/date-utils.d.ts +0 -49
  3703. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/emitWarningIfUnsupportedVersion.d.ts +0 -6
  3704. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/extended-encode-uri-component.d.ts +0 -5
  3705. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/get-array-if-single-item.d.ts +0 -5
  3706. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/get-value-from-text-node.d.ts +0 -5
  3707. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts +0 -13
  3708. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/lazy-json.d.ts +0 -19
  3709. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/parse-utils.d.ts +0 -203
  3710. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/ser-utils.d.ts +0 -7
  3711. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/split-every.d.ts +0 -9
  3712. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/client.d.ts +0 -16
  3713. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/command.d.ts +0 -6
  3714. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/constants.d.ts +0 -1
  3715. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/date-utils.d.ts +0 -8
  3716. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/emitWarningIfUnsupportedVersion.d.ts +0 -2
  3717. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/extended-encode-uri-component.d.ts +0 -2
  3718. 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
  3719. 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
  3720. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/index.d.ts +0 -13
  3721. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/lazy-json.d.ts +0 -12
  3722. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/parse-utils.d.ts +0 -53
  3723. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/ser-utils.d.ts +0 -2
  3724. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/split-every.d.ts +0 -2
  3725. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/package.json +0 -49
  3726. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/CHANGELOG.md +0 -1712
  3727. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/LICENSE +0 -201
  3728. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/README.md +0 -4
  3729. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/abort.js +0 -2
  3730. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/client.js +0 -2
  3731. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/command.js +0 -2
  3732. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/credentials.js +0 -2
  3733. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/crypto.js +0 -2
  3734. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/eventStream.js +0 -2
  3735. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/http.js +0 -2
  3736. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/index.js +0 -20
  3737. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/logger.js +0 -2
  3738. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/middleware.js +0 -2
  3739. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/pagination.js +0 -2
  3740. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/response.js +0 -2
  3741. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/serde.js +0 -2
  3742. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/shapes.js +0 -2
  3743. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/signature.js +0 -2
  3744. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/transfer.js +0 -2
  3745. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/util.js +0 -2
  3746. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/waiter.js +0 -2
  3747. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/abort.js +0 -1
  3748. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/client.js +0 -1
  3749. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/command.js +0 -1
  3750. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/credentials.js +0 -1
  3751. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/crypto.js +0 -1
  3752. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/eventStream.js +0 -1
  3753. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/http.js +0 -1
  3754. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/index.js +0 -17
  3755. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/logger.js +0 -1
  3756. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/middleware.js +0 -1
  3757. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/pagination.js +0 -1
  3758. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/response.js +0 -1
  3759. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/serde.js +0 -1
  3760. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/shapes.js +0 -1
  3761. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/signature.js +0 -1
  3762. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/transfer.js +0 -1
  3763. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/util.js +0 -1
  3764. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/waiter.js +0 -1
  3765. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/abort.d.ts +0 -42
  3766. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/client.d.ts +0 -23
  3767. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/command.d.ts +0 -7
  3768. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +0 -24
  3769. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/crypto.d.ts +0 -45
  3770. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/eventStream.d.ts +0 -84
  3771. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/http.d.ts +0 -92
  3772. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/index.d.ts +0 -17
  3773. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/logger.d.ts +0 -26
  3774. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +0 -338
  3775. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/pagination.d.ts +0 -14
  3776. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/response.d.ts +0 -34
  3777. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/serde.d.ts +0 -49
  3778. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/shapes.d.ts +0 -45
  3779. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/signature.d.ts +0 -100
  3780. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/transfer.d.ts +0 -16
  3781. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/abort.d.ts +0 -17
  3782. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/client.d.ts +0 -17
  3783. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/command.d.ts +0 -7
  3784. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/credentials.d.ts +0 -13
  3785. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/crypto.d.ts +0 -20
  3786. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/eventStream.d.ts +0 -78
  3787. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/http.d.ts +0 -44
  3788. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +0 -17
  3789. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/logger.d.ts +0 -14
  3790. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/middleware.d.ts +0 -155
  3791. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/pagination.d.ts +0 -9
  3792. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/response.d.ts +0 -18
  3793. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/serde.d.ts +0 -29
  3794. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/shapes.d.ts +0 -22
  3795. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/signature.d.ts +0 -47
  3796. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/transfer.d.ts +0 -12
  3797. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/util.d.ts +0 -56
  3798. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/waiter.d.ts +0 -15
  3799. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/util.d.ts +0 -112
  3800. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/waiter.d.ts +0 -32
  3801. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/package.json +0 -43
  3802. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/url-parser/CHANGELOG.md +0 -201
  3803. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/url-parser/LICENSE +0 -201
  3804. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/url-parser/README.md +0 -10
  3805. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/url-parser/dist-cjs/index.js +0 -19
  3806. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/url-parser/dist-es/index.js +0 -15
  3807. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/url-parser/dist-types/index.d.ts +0 -2
  3808. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/url-parser/dist-types/ts3.4/index.d.ts +0 -2
  3809. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/url-parser/package.json +0 -46
  3810. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-base64-browser/CHANGELOG.md +0 -561
  3811. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-base64-browser/LICENSE +0 -201
  3812. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-base64-browser/README.md +0 -4
  3813. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-base64-browser/dist-cjs/index.js +0 -86
  3814. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-base64-browser/dist-es/index.js +0 -81
  3815. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-base64-browser/dist-types/index.d.ts +0 -16
  3816. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-base64-browser/dist-types/ts3.4/index.d.ts +0 -4
  3817. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-base64-browser/package.json +0 -46
  3818. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-base64-node/CHANGELOG.md +0 -672
  3819. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-base64-node/LICENSE +0 -201
  3820. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-base64-node/README.md +0 -4
  3821. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-base64-node/dist-cjs/index.js +0 -20
  3822. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-base64-node/dist-es/index.js +0 -15
  3823. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-base64-node/dist-types/index.d.ts +0 -14
  3824. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-base64-node/dist-types/ts3.4/index.d.ts +0 -4
  3825. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-base64-node/package.json +0 -50
  3826. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-body-length-browser/CHANGELOG.md +0 -574
  3827. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-body-length-browser/LICENSE +0 -201
  3828. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-body-length-browser/README.md +0 -12
  3829. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-body-length-browser/dist-cjs/index.js +0 -23
  3830. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-body-length-browser/dist-es/index.js +0 -19
  3831. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-body-length-browser/dist-types/index.d.ts +0 -1
  3832. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-body-length-browser/dist-types/ts3.4/index.d.ts +0 -1
  3833. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-body-length-browser/package.json +0 -45
  3834. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-body-length-node/CHANGELOG.md +0 -611
  3835. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-body-length-node/LICENSE +0 -201
  3836. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-body-length-node/README.md +0 -12
  3837. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-body-length-node/dist-cjs/index.js +0 -22
  3838. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-body-length-node/dist-es/index.js +0 -18
  3839. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-body-length-node/dist-types/index.d.ts +0 -1
  3840. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-body-length-node/dist-types/ts3.4/index.d.ts +0 -1
  3841. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-body-length-node/package.json +0 -49
  3842. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-buffer-from/CHANGELOG.md +0 -617
  3843. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-buffer-from/LICENSE +0 -201
  3844. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-buffer-from/README.md +0 -10
  3845. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-buffer-from/dist-cjs/index.js +0 -19
  3846. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-buffer-from/dist-es/index.js +0 -16
  3847. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-buffer-from/dist-types/index.d.ts +0 -4
  3848. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-buffer-from/dist-types/ts3.4/index.d.ts +0 -4
  3849. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-buffer-from/package.json +0 -49
  3850. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-config-provider/CHANGELOG.md +0 -11
  3851. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-config-provider/LICENSE +0 -201
  3852. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-config-provider/README.md +0 -4
  3853. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-config-provider/dist-cjs/booleanSelector.js +0 -18
  3854. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-config-provider/dist-cjs/index.js +0 -4
  3855. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-config-provider/dist-es/booleanSelector.js +0 -14
  3856. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-config-provider/dist-es/index.js +0 -1
  3857. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-config-provider/dist-types/booleanSelector.d.ts +0 -15
  3858. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-config-provider/dist-types/index.d.ts +0 -1
  3859. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-config-provider/dist-types/ts3.4/booleanSelector.d.ts +0 -8
  3860. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-config-provider/dist-types/ts3.4/index.d.ts +0 -1
  3861. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-config-provider/package.json +0 -50
  3862. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-hex-encoding/CHANGELOG.md +0 -558
  3863. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-hex-encoding/LICENSE +0 -201
  3864. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-hex-encoding/README.md +0 -4
  3865. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-hex-encoding/dist-cjs/index.js +0 -38
  3866. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-hex-encoding/dist-es/index.js +0 -33
  3867. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-hex-encoding/dist-types/index.d.ts +0 -12
  3868. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-hex-encoding/dist-types/ts3.4/index.d.ts +0 -4
  3869. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-hex-encoding/package.json +0 -48
  3870. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-uri-escape/CHANGELOG.md +0 -666
  3871. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-uri-escape/LICENSE +0 -201
  3872. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-uri-escape/README.md +0 -10
  3873. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-uri-escape/dist-cjs/escape-uri-path.js +0 -6
  3874. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-uri-escape/dist-cjs/escape-uri.js +0 -6
  3875. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-uri-escape/dist-cjs/index.js +0 -5
  3876. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-uri-escape/dist-es/escape-uri-path.js +0 -2
  3877. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-uri-escape/dist-es/escape-uri.js +0 -4
  3878. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-uri-escape/dist-es/index.js +0 -2
  3879. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-uri-escape/dist-types/escape-uri-path.d.ts +0 -1
  3880. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-uri-escape/dist-types/escape-uri.d.ts +0 -1
  3881. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-uri-escape/dist-types/index.d.ts +0 -2
  3882. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-uri-escape/dist-types/ts3.4/escape-uri-path.d.ts +0 -1
  3883. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-uri-escape/dist-types/ts3.4/escape-uri.d.ts +0 -1
  3884. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-uri-escape/dist-types/ts3.4/index.d.ts +0 -2
  3885. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-uri-escape/package.json +0 -47
  3886. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-browser/CHANGELOG.md +0 -1672
  3887. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-browser/LICENSE +0 -201
  3888. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-browser/README.md +0 -10
  3889. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/configurations.js +0 -2
  3890. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.js +0 -22
  3891. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.native.js +0 -16
  3892. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-browser/dist-es/configurations.js +0 -1
  3893. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.js +0 -24
  3894. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.native.js +0 -19
  3895. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-browser/dist-types/configurations.d.ts +0 -4
  3896. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.d.ts +0 -7
  3897. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.native.d.ts +0 -7
  3898. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/configurations.d.ts +0 -4
  3899. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.d.ts +0 -4
  3900. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.native.d.ts +0 -4
  3901. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-browser/package.json +0 -48
  3902. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-node/CHANGELOG.md +0 -1759
  3903. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-node/LICENSE +0 -201
  3904. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-node/README.md +0 -10
  3905. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +0 -41
  3906. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/is-crt-available.js +0 -15
  3907. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-node/dist-es/index.js +0 -47
  3908. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-node/dist-es/is-crt-available.js +0 -11
  3909. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-node/dist-types/index.d.ts +0 -12
  3910. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-node/dist-types/is-crt-available.d.ts +0 -2
  3911. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/index.d.ts +0 -10
  3912. 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
  3913. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-node/package.json +0 -51
  3914. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-browser/CHANGELOG.md +0 -561
  3915. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-browser/LICENSE +0 -201
  3916. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-browser/README.md +0 -4
  3917. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-browser/dist-cjs/index.js +0 -9
  3918. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-browser/dist-cjs/pureJs.js +0 -47
  3919. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-browser/dist-cjs/whatwgEncodingApi.js +0 -11
  3920. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-browser/dist-es/index.js +0 -8
  3921. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-browser/dist-es/pureJs.js +0 -42
  3922. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-browser/dist-es/whatwgEncodingApi.js +0 -6
  3923. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-browser/dist-types/index.d.ts +0 -2
  3924. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-browser/dist-types/pureJs.d.ts +0 -17
  3925. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-browser/dist-types/ts3.4/index.d.ts +0 -2
  3926. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-browser/dist-types/ts3.4/pureJs.d.ts +0 -4
  3927. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-browser/dist-types/ts3.4/whatwgEncodingApi.d.ts +0 -2
  3928. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-browser/dist-types/whatwgEncodingApi.d.ts +0 -2
  3929. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-browser/package.json +0 -45
  3930. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-node/CHANGELOG.md +0 -669
  3931. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-node/LICENSE +0 -201
  3932. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-node/README.md +0 -4
  3933. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-node/dist-cjs/index.js +0 -11
  3934. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-node/dist-es/index.js +0 -8
  3935. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-node/dist-types/index.d.ts +0 -2
  3936. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-node/dist-types/ts3.4/index.d.ts +0 -2
  3937. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-node/package.json +0 -53
  3938. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/CHANGELOG.md +0 -260
  3939. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/LICENSE +0 -201
  3940. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/README.md +0 -10
  3941. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-cjs/createWaiter.js +0 -27
  3942. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-cjs/index.js +0 -5
  3943. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-cjs/poller.js +0 -38
  3944. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-cjs/utils/index.js +0 -5
  3945. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-cjs/utils/sleep.js +0 -7
  3946. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-cjs/utils/validate.js +0 -21
  3947. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-cjs/waiter.js +0 -38
  3948. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-es/createWaiter.js +0 -26
  3949. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-es/index.js +0 -2
  3950. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-es/poller.js +0 -52
  3951. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-es/utils/index.js +0 -2
  3952. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-es/utils/sleep.js +0 -3
  3953. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-es/utils/validate.js +0 -17
  3954. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-es/waiter.js +0 -29
  3955. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-types/createWaiter.d.ts +0 -11
  3956. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-types/index.d.ts +0 -2
  3957. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-types/poller.d.ts +0 -10
  3958. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-types/ts3.4/createWaiter.d.ts +0 -3
  3959. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-types/ts3.4/index.d.ts +0 -2
  3960. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-types/ts3.4/poller.d.ts +0 -3
  3961. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-types/ts3.4/utils/index.d.ts +0 -2
  3962. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-types/ts3.4/utils/sleep.d.ts +0 -1
  3963. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-types/ts3.4/utils/validate.d.ts +0 -3
  3964. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-types/ts3.4/waiter.d.ts +0 -24
  3965. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-types/utils/index.d.ts +0 -2
  3966. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-types/utils/sleep.d.ts +0 -1
  3967. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-types/utils/validate.d.ts +0 -6
  3968. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-types/waiter.d.ts +0 -33
  3969. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/package.json +0 -50
  3970. package/node_modules/@serverless-stack/node/node_modules/uuid/CHANGELOG.md +0 -229
  3971. package/node_modules/@serverless-stack/node/node_modules/uuid/CONTRIBUTING.md +0 -18
  3972. package/node_modules/@serverless-stack/node/node_modules/uuid/LICENSE.md +0 -9
  3973. package/node_modules/@serverless-stack/node/node_modules/uuid/README.md +0 -505
  3974. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/bin/uuid +0 -2
  3975. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-browser/index.js +0 -9
  3976. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-browser/md5.js +0 -215
  3977. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-browser/nil.js +0 -1
  3978. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-browser/parse.js +0 -35
  3979. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-browser/regex.js +0 -1
  3980. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-browser/rng.js +0 -19
  3981. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-browser/sha1.js +0 -96
  3982. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-browser/stringify.js +0 -30
  3983. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-browser/v1.js +0 -95
  3984. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-browser/v3.js +0 -4
  3985. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-browser/v35.js +0 -64
  3986. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-browser/v4.js +0 -24
  3987. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-browser/v5.js +0 -4
  3988. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-browser/validate.js +0 -7
  3989. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-browser/version.js +0 -11
  3990. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-node/index.js +0 -9
  3991. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-node/md5.js +0 -13
  3992. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-node/nil.js +0 -1
  3993. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-node/parse.js +0 -35
  3994. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-node/regex.js +0 -1
  3995. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-node/rng.js +0 -12
  3996. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-node/sha1.js +0 -13
  3997. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-node/stringify.js +0 -29
  3998. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-node/v1.js +0 -95
  3999. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-node/v3.js +0 -4
  4000. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-node/v35.js +0 -64
  4001. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-node/v4.js +0 -24
  4002. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-node/v5.js +0 -4
  4003. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-node/validate.js +0 -7
  4004. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-node/version.js +0 -11
  4005. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/index.js +0 -79
  4006. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/md5-browser.js +0 -223
  4007. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/md5.js +0 -23
  4008. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/nil.js +0 -8
  4009. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/parse.js +0 -45
  4010. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/regex.js +0 -8
  4011. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/rng-browser.js +0 -26
  4012. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/rng.js +0 -24
  4013. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/sha1-browser.js +0 -104
  4014. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/sha1.js +0 -23
  4015. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/stringify.js +0 -39
  4016. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/umd/uuid.min.js +0 -1
  4017. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/umd/uuidNIL.min.js +0 -1
  4018. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/umd/uuidParse.min.js +0 -1
  4019. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/umd/uuidStringify.min.js +0 -1
  4020. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/umd/uuidValidate.min.js +0 -1
  4021. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/umd/uuidVersion.min.js +0 -1
  4022. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/umd/uuidv1.min.js +0 -1
  4023. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/umd/uuidv3.min.js +0 -1
  4024. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/umd/uuidv4.min.js +0 -1
  4025. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/umd/uuidv5.min.js +0 -1
  4026. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/uuid-bin.js +0 -85
  4027. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/v1.js +0 -107
  4028. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/v3.js +0 -16
  4029. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/v35.js +0 -78
  4030. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/v4.js +0 -37
  4031. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/v5.js +0 -16
  4032. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/validate.js +0 -17
  4033. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/version.js +0 -21
  4034. package/node_modules/@serverless-stack/node/node_modules/uuid/package.json +0 -135
  4035. package/node_modules/@serverless-stack/node/node_modules/uuid/wrapper.mjs +0 -10
  4036. package/node_modules/@serverless-stack/node/package.json +0 -42
  4037. package/node_modules/@tsconfig/node14/LICENSE +0 -21
  4038. package/node_modules/@tsconfig/node14/README.md +0 -40
  4039. package/node_modules/@tsconfig/node14/package.json +0 -1
  4040. package/node_modules/@tsconfig/node14/tsconfig.json +0 -16
  4041. package/node_modules/asn1.js/.eslintrc.js +0 -27
  4042. package/node_modules/asn1.js/LICENSE +0 -21
  4043. package/node_modules/asn1.js/README.md +0 -100
  4044. package/node_modules/asn1.js/lib/asn1/api.js +0 -57
  4045. package/node_modules/asn1.js/lib/asn1/base/buffer.js +0 -153
  4046. package/node_modules/asn1.js/lib/asn1/base/index.js +0 -8
  4047. package/node_modules/asn1.js/lib/asn1/base/node.js +0 -638
  4048. package/node_modules/asn1.js/lib/asn1/base/reporter.js +0 -123
  4049. package/node_modules/asn1.js/lib/asn1/constants/der.js +0 -58
  4050. package/node_modules/asn1.js/lib/asn1/constants/index.js +0 -21
  4051. package/node_modules/asn1.js/lib/asn1/decoders/der.js +0 -335
  4052. package/node_modules/asn1.js/lib/asn1/decoders/index.js +0 -6
  4053. package/node_modules/asn1.js/lib/asn1/decoders/pem.js +0 -51
  4054. package/node_modules/asn1.js/lib/asn1/encoders/der.js +0 -295
  4055. package/node_modules/asn1.js/lib/asn1/encoders/index.js +0 -6
  4056. package/node_modules/asn1.js/lib/asn1/encoders/pem.js +0 -23
  4057. package/node_modules/asn1.js/lib/asn1.js +0 -11
  4058. package/node_modules/asn1.js/package.json +0 -36
  4059. package/node_modules/aws-jwt-verify/LICENSE +0 -175
  4060. package/node_modules/aws-jwt-verify/README.md +0 -952
  4061. package/node_modules/aws-jwt-verify/asn1.d.ts +0 -20
  4062. package/node_modules/aws-jwt-verify/assert.d.ts +0 -41
  4063. package/node_modules/aws-jwt-verify/cognito-verifier.d.ts +0 -167
  4064. package/node_modules/aws-jwt-verify/dist/cjs/asn1.js +0 -294
  4065. package/node_modules/aws-jwt-verify/dist/cjs/assert.js +0 -108
  4066. package/node_modules/aws-jwt-verify/dist/cjs/cognito-verifier.js +0 -157
  4067. package/node_modules/aws-jwt-verify/dist/cjs/error.js +0 -125
  4068. package/node_modules/aws-jwt-verify/dist/cjs/https.js +0 -131
  4069. package/node_modules/aws-jwt-verify/dist/cjs/index.js +0 -9
  4070. package/node_modules/aws-jwt-verify/dist/cjs/jwk.js +0 -202
  4071. package/node_modules/aws-jwt-verify/dist/cjs/jwt-model.js +0 -4
  4072. package/node_modules/aws-jwt-verify/dist/cjs/jwt-rsa.js +0 -383
  4073. package/node_modules/aws-jwt-verify/dist/cjs/jwt.js +0 -152
  4074. package/node_modules/aws-jwt-verify/dist/cjs/package.json +0 -1
  4075. package/node_modules/aws-jwt-verify/dist/cjs/safe-json-parse.js +0 -34
  4076. package/node_modules/aws-jwt-verify/dist/cjs/typing-util.js +0 -6
  4077. package/node_modules/aws-jwt-verify/dist/esm/asn1.js +0 -289
  4078. package/node_modules/aws-jwt-verify/dist/esm/assert.js +0 -101
  4079. package/node_modules/aws-jwt-verify/dist/esm/cognito-verifier.js +0 -153
  4080. package/node_modules/aws-jwt-verify/dist/esm/error.js +0 -96
  4081. package/node_modules/aws-jwt-verify/dist/esm/https.js +0 -126
  4082. package/node_modules/aws-jwt-verify/dist/esm/index.js +0 -4
  4083. package/node_modules/aws-jwt-verify/dist/esm/jwk.js +0 -191
  4084. package/node_modules/aws-jwt-verify/dist/esm/jwt-model.js +0 -3
  4085. package/node_modules/aws-jwt-verify/dist/esm/jwt-rsa.js +0 -374
  4086. package/node_modules/aws-jwt-verify/dist/esm/jwt.js +0 -147
  4087. package/node_modules/aws-jwt-verify/dist/esm/package.json +0 -1
  4088. package/node_modules/aws-jwt-verify/dist/esm/safe-json-parse.js +0 -29
  4089. package/node_modules/aws-jwt-verify/dist/esm/typing-util.js +0 -5
  4090. package/node_modules/aws-jwt-verify/error.d.ts +0 -103
  4091. package/node_modules/aws-jwt-verify/https.d.ts +0 -43
  4092. package/node_modules/aws-jwt-verify/index.d.ts +0 -2
  4093. package/node_modules/aws-jwt-verify/jwk.d.ts +0 -65
  4094. package/node_modules/aws-jwt-verify/jwt-model.d.ts +0 -75
  4095. package/node_modules/aws-jwt-verify/jwt-rsa.d.ts +0 -308
  4096. package/node_modules/aws-jwt-verify/jwt.d.ts +0 -31
  4097. package/node_modules/aws-jwt-verify/package.json +0 -123
  4098. package/node_modules/aws-jwt-verify/safe-json-parse.d.ts +0 -18
  4099. package/node_modules/aws-jwt-verify/typing-util.d.ts +0 -37
  4100. package/node_modules/bn.js/LICENSE +0 -19
  4101. package/node_modules/bn.js/README.md +0 -200
  4102. package/node_modules/bn.js/lib/bn.js +0 -3446
  4103. package/node_modules/bn.js/package.json +0 -36
  4104. package/node_modules/cli-table3/node_modules/colors/examples/normal-usage.js +0 -82
  4105. package/node_modules/cli-table3/node_modules/colors/examples/safe-string.js +0 -79
  4106. package/node_modules/cli-table3/node_modules/colors/lib/colors.js +0 -211
  4107. package/node_modules/cli-table3/node_modules/colors/lib/custom/trap.js +0 -46
  4108. package/node_modules/cli-table3/node_modules/colors/lib/custom/zalgo.js +0 -110
  4109. package/node_modules/cli-table3/node_modules/colors/lib/extendStringPrototype.js +0 -110
  4110. package/node_modules/cli-table3/node_modules/colors/lib/maps/america.js +0 -10
  4111. package/node_modules/cli-table3/node_modules/colors/lib/maps/random.js +0 -11
  4112. package/node_modules/cli-table3/node_modules/colors/lib/maps/zebra.js +0 -5
  4113. package/node_modules/cli-table3/node_modules/colors/lib/system/supports-colors.js +0 -151
  4114. package/node_modules/cli-table3/node_modules/colors/package.json +0 -45
  4115. package/node_modules/cli-table3/node_modules/colors/safe.js +0 -10
  4116. package/node_modules/ecdsa-sig-formatter/CODEOWNERS +0 -1
  4117. package/node_modules/ecdsa-sig-formatter/LICENSE +0 -201
  4118. package/node_modules/ecdsa-sig-formatter/README.md +0 -65
  4119. package/node_modules/ecdsa-sig-formatter/package.json +0 -46
  4120. package/node_modules/ecdsa-sig-formatter/src/ecdsa-sig-formatter.d.ts +0 -17
  4121. package/node_modules/ecdsa-sig-formatter/src/ecdsa-sig-formatter.js +0 -187
  4122. package/node_modules/ecdsa-sig-formatter/src/param-bytes-for-alg.js +0 -23
  4123. package/node_modules/fast-jwt/LICENSE.md +0 -13
  4124. package/node_modules/fast-jwt/README.md +0 -420
  4125. package/node_modules/fast-jwt/node_modules/mnemonist/README.md +0 -112
  4126. package/node_modules/fast-jwt/node_modules/mnemonist/bi-map.d.ts +0 -46
  4127. package/node_modules/fast-jwt/node_modules/mnemonist/bi-map.js +0 -195
  4128. package/node_modules/fast-jwt/node_modules/mnemonist/bit-set.d.ts +0 -29
  4129. package/node_modules/fast-jwt/node_modules/mnemonist/bit-set.js +0 -379
  4130. package/node_modules/fast-jwt/node_modules/mnemonist/bit-vector.d.ts +0 -42
  4131. package/node_modules/fast-jwt/node_modules/mnemonist/bit-vector.js +0 -550
  4132. package/node_modules/fast-jwt/node_modules/mnemonist/bk-tree.d.ts +0 -24
  4133. package/node_modules/fast-jwt/node_modules/mnemonist/bk-tree.js +0 -180
  4134. package/node_modules/fast-jwt/node_modules/mnemonist/bloom-filter.d.ts +0 -29
  4135. package/node_modules/fast-jwt/node_modules/mnemonist/bloom-filter.js +0 -186
  4136. package/node_modules/fast-jwt/node_modules/mnemonist/circular-buffer.d.ts +0 -34
  4137. package/node_modules/fast-jwt/node_modules/mnemonist/circular-buffer.js +0 -131
  4138. package/node_modules/fast-jwt/node_modules/mnemonist/critbit-tree-map.js +0 -515
  4139. package/node_modules/fast-jwt/node_modules/mnemonist/default-map.d.ts +0 -29
  4140. package/node_modules/fast-jwt/node_modules/mnemonist/default-map.js +0 -162
  4141. package/node_modules/fast-jwt/node_modules/mnemonist/default-weak-map.d.ts +0 -18
  4142. package/node_modules/fast-jwt/node_modules/mnemonist/default-weak-map.js +0 -108
  4143. package/node_modules/fast-jwt/node_modules/mnemonist/fibonacci-heap.d.ts +0 -65
  4144. package/node_modules/fast-jwt/node_modules/mnemonist/fibonacci-heap.js +0 -320
  4145. package/node_modules/fast-jwt/node_modules/mnemonist/fixed-critbit-tree-map.js +0 -427
  4146. package/node_modules/fast-jwt/node_modules/mnemonist/fixed-deque.d.ts +0 -34
  4147. package/node_modules/fast-jwt/node_modules/mnemonist/fixed-deque.js +0 -351
  4148. package/node_modules/fast-jwt/node_modules/mnemonist/fixed-reverse-heap.d.ts +0 -25
  4149. package/node_modules/fast-jwt/node_modules/mnemonist/fixed-reverse-heap.js +0 -209
  4150. package/node_modules/fast-jwt/node_modules/mnemonist/fixed-stack.d.ts +0 -36
  4151. package/node_modules/fast-jwt/node_modules/mnemonist/fixed-stack.js +0 -242
  4152. package/node_modules/fast-jwt/node_modules/mnemonist/fuzzy-map.d.ts +0 -33
  4153. package/node_modules/fast-jwt/node_modules/mnemonist/fuzzy-map.js +0 -185
  4154. package/node_modules/fast-jwt/node_modules/mnemonist/fuzzy-multi-map.d.ts +0 -36
  4155. package/node_modules/fast-jwt/node_modules/mnemonist/fuzzy-multi-map.js +0 -196
  4156. package/node_modules/fast-jwt/node_modules/mnemonist/hashed-array-tree.d.ts +0 -32
  4157. package/node_modules/fast-jwt/node_modules/mnemonist/hashed-array-tree.js +0 -209
  4158. package/node_modules/fast-jwt/node_modules/mnemonist/heap.d.ts +0 -96
  4159. package/node_modules/fast-jwt/node_modules/mnemonist/heap.js +0 -576
  4160. package/node_modules/fast-jwt/node_modules/mnemonist/index.d.ts +0 -48
  4161. package/node_modules/fast-jwt/node_modules/mnemonist/index.js +0 -58
  4162. package/node_modules/fast-jwt/node_modules/mnemonist/inverted-index.d.ts +0 -33
  4163. package/node_modules/fast-jwt/node_modules/mnemonist/inverted-index.js +0 -249
  4164. package/node_modules/fast-jwt/node_modules/mnemonist/kd-tree.d.ts +0 -25
  4165. package/node_modules/fast-jwt/node_modules/mnemonist/kd-tree.js +0 -447
  4166. package/node_modules/fast-jwt/node_modules/mnemonist/linked-list.d.ts +0 -29
  4167. package/node_modules/fast-jwt/node_modules/mnemonist/linked-list.js +0 -261
  4168. package/node_modules/fast-jwt/node_modules/mnemonist/lru-cache-with-delete.d.ts +0 -13
  4169. package/node_modules/fast-jwt/node_modules/mnemonist/lru-cache-with-delete.js +0 -287
  4170. package/node_modules/fast-jwt/node_modules/mnemonist/lru-cache.d.ts +0 -43
  4171. package/node_modules/fast-jwt/node_modules/mnemonist/lru-cache.js +0 -436
  4172. package/node_modules/fast-jwt/node_modules/mnemonist/lru-map-with-delete.d.ts +0 -13
  4173. package/node_modules/fast-jwt/node_modules/mnemonist/lru-map-with-delete.js +0 -287
  4174. package/node_modules/fast-jwt/node_modules/mnemonist/lru-map.d.ts +0 -43
  4175. package/node_modules/fast-jwt/node_modules/mnemonist/lru-map.js +0 -261
  4176. package/node_modules/fast-jwt/node_modules/mnemonist/multi-array.js +0 -447
  4177. package/node_modules/fast-jwt/node_modules/mnemonist/multi-map.d.ts +0 -47
  4178. package/node_modules/fast-jwt/node_modules/mnemonist/multi-map.js +0 -408
  4179. package/node_modules/fast-jwt/node_modules/mnemonist/multi-set.d.ts +0 -37
  4180. package/node_modules/fast-jwt/node_modules/mnemonist/multi-set.js +0 -440
  4181. package/node_modules/fast-jwt/node_modules/mnemonist/package.json +0 -103
  4182. package/node_modules/fast-jwt/node_modules/mnemonist/passjoin-index.d.ts +0 -54
  4183. package/node_modules/fast-jwt/node_modules/mnemonist/passjoin-index.js +0 -518
  4184. package/node_modules/fast-jwt/node_modules/mnemonist/queue.d.ts +0 -27
  4185. package/node_modules/fast-jwt/node_modules/mnemonist/queue.js +0 -215
  4186. package/node_modules/fast-jwt/node_modules/mnemonist/semi-dynamic-trie.js +0 -251
  4187. package/node_modules/fast-jwt/node_modules/mnemonist/set.d.ts +0 -18
  4188. package/node_modules/fast-jwt/node_modules/mnemonist/set.js +0 -356
  4189. package/node_modules/fast-jwt/node_modules/mnemonist/sort/insertion.d.ts +0 -4
  4190. package/node_modules/fast-jwt/node_modules/mnemonist/sort/insertion.js +0 -50
  4191. package/node_modules/fast-jwt/node_modules/mnemonist/sort/quick.d.ts +0 -4
  4192. package/node_modules/fast-jwt/node_modules/mnemonist/sort/quick.js +0 -116
  4193. package/node_modules/fast-jwt/node_modules/mnemonist/sparse-map.d.ts +0 -26
  4194. package/node_modules/fast-jwt/node_modules/mnemonist/sparse-map.js +0 -243
  4195. package/node_modules/fast-jwt/node_modules/mnemonist/sparse-queue-set.d.ts +0 -24
  4196. package/node_modules/fast-jwt/node_modules/mnemonist/sparse-queue-set.js +0 -218
  4197. package/node_modules/fast-jwt/node_modules/mnemonist/sparse-set.d.ts +0 -23
  4198. package/node_modules/fast-jwt/node_modules/mnemonist/sparse-set.js +0 -168
  4199. package/node_modules/fast-jwt/node_modules/mnemonist/stack.d.ts +0 -27
  4200. package/node_modules/fast-jwt/node_modules/mnemonist/stack.js +0 -210
  4201. package/node_modules/fast-jwt/node_modules/mnemonist/static-disjoint-set.d.ts +0 -23
  4202. package/node_modules/fast-jwt/node_modules/mnemonist/static-disjoint-set.js +0 -195
  4203. package/node_modules/fast-jwt/node_modules/mnemonist/static-interval-tree.d.ts +0 -24
  4204. package/node_modules/fast-jwt/node_modules/mnemonist/static-interval-tree.js +0 -387
  4205. package/node_modules/fast-jwt/node_modules/mnemonist/suffix-array.d.ts +0 -37
  4206. package/node_modules/fast-jwt/node_modules/mnemonist/suffix-array.js +0 -352
  4207. package/node_modules/fast-jwt/node_modules/mnemonist/symspell.d.ts +0 -33
  4208. package/node_modules/fast-jwt/node_modules/mnemonist/symspell.js +0 -547
  4209. package/node_modules/fast-jwt/node_modules/mnemonist/trie-map.d.ts +0 -30
  4210. package/node_modules/fast-jwt/node_modules/mnemonist/trie-map.js +0 -477
  4211. package/node_modules/fast-jwt/node_modules/mnemonist/trie.d.ts +0 -26
  4212. package/node_modules/fast-jwt/node_modules/mnemonist/trie.js +0 -167
  4213. package/node_modules/fast-jwt/node_modules/mnemonist/utils/binary-search.js +0 -216
  4214. package/node_modules/fast-jwt/node_modules/mnemonist/utils/bitwise.js +0 -109
  4215. package/node_modules/fast-jwt/node_modules/mnemonist/utils/comparators.js +0 -79
  4216. package/node_modules/fast-jwt/node_modules/mnemonist/utils/hash-tables.js +0 -107
  4217. package/node_modules/fast-jwt/node_modules/mnemonist/utils/iterables.js +0 -93
  4218. package/node_modules/fast-jwt/node_modules/mnemonist/utils/merge.js +0 -563
  4219. package/node_modules/fast-jwt/node_modules/mnemonist/utils/murmurhash3.js +0 -87
  4220. package/node_modules/fast-jwt/node_modules/mnemonist/utils/typed-arrays.js +0 -187
  4221. package/node_modules/fast-jwt/node_modules/mnemonist/utils/types.d.ts +0 -18
  4222. package/node_modules/fast-jwt/node_modules/mnemonist/vector.d.ts +0 -81
  4223. package/node_modules/fast-jwt/node_modules/mnemonist/vector.js +0 -373
  4224. package/node_modules/fast-jwt/node_modules/mnemonist/vp-tree.d.ts +0 -27
  4225. package/node_modules/fast-jwt/node_modules/mnemonist/vp-tree.js +0 -367
  4226. package/node_modules/fast-jwt/node_modules/obliterator/README.md +0 -415
  4227. package/node_modules/fast-jwt/node_modules/obliterator/chain.d.ts +0 -5
  4228. package/node_modules/fast-jwt/node_modules/obliterator/chain.js +0 -46
  4229. package/node_modules/fast-jwt/node_modules/obliterator/combinations.d.ts +0 -4
  4230. package/node_modules/fast-jwt/node_modules/obliterator/combinations.js +0 -76
  4231. package/node_modules/fast-jwt/node_modules/obliterator/consume.d.ts +0 -1
  4232. package/node_modules/fast-jwt/node_modules/obliterator/consume.js +0 -29
  4233. package/node_modules/fast-jwt/node_modules/obliterator/every.d.ts +0 -8
  4234. package/node_modules/fast-jwt/node_modules/obliterator/every.js +0 -27
  4235. package/node_modules/fast-jwt/node_modules/obliterator/filter.d.ts +0 -8
  4236. package/node_modules/fast-jwt/node_modules/obliterator/filter.js +0 -28
  4237. package/node_modules/fast-jwt/node_modules/obliterator/find.d.ts +0 -8
  4238. package/node_modules/fast-jwt/node_modules/obliterator/find.js +0 -27
  4239. package/node_modules/fast-jwt/node_modules/obliterator/foreach-with-null-keys.d.ts +0 -29
  4240. package/node_modules/fast-jwt/node_modules/obliterator/foreach-with-null-keys.js +0 -83
  4241. package/node_modules/fast-jwt/node_modules/obliterator/foreach.d.ts +0 -24
  4242. package/node_modules/fast-jwt/node_modules/obliterator/foreach.js +0 -73
  4243. package/node_modules/fast-jwt/node_modules/obliterator/includes.d.ts +0 -6
  4244. package/node_modules/fast-jwt/node_modules/obliterator/includes.js +0 -27
  4245. package/node_modules/fast-jwt/node_modules/obliterator/index.d.ts +0 -20
  4246. package/node_modules/fast-jwt/node_modules/obliterator/index.js +0 -26
  4247. package/node_modules/fast-jwt/node_modules/obliterator/iter.d.ts +0 -1
  4248. package/node_modules/fast-jwt/node_modules/obliterator/iter.js +0 -46
  4249. package/node_modules/fast-jwt/node_modules/obliterator/iterator.d.ts +0 -18
  4250. package/node_modules/fast-jwt/node_modules/obliterator/iterator.js +0 -96
  4251. package/node_modules/fast-jwt/node_modules/obliterator/map.d.ts +0 -8
  4252. package/node_modules/fast-jwt/node_modules/obliterator/map.js +0 -29
  4253. package/node_modules/fast-jwt/node_modules/obliterator/match.d.ts +0 -4
  4254. package/node_modules/fast-jwt/node_modules/obliterator/match.js +0 -43
  4255. package/node_modules/fast-jwt/node_modules/obliterator/package.json +0 -46
  4256. package/node_modules/fast-jwt/node_modules/obliterator/permutations.d.ts +0 -4
  4257. package/node_modules/fast-jwt/node_modules/obliterator/permutations.js +0 -94
  4258. package/node_modules/fast-jwt/node_modules/obliterator/power-set.d.ts +0 -3
  4259. package/node_modules/fast-jwt/node_modules/obliterator/power-set.js +0 -27
  4260. package/node_modules/fast-jwt/node_modules/obliterator/range.d.ts +0 -10
  4261. package/node_modules/fast-jwt/node_modules/obliterator/range.js +0 -44
  4262. package/node_modules/fast-jwt/node_modules/obliterator/some.d.ts +0 -8
  4263. package/node_modules/fast-jwt/node_modules/obliterator/some.js +0 -27
  4264. package/node_modules/fast-jwt/node_modules/obliterator/split.d.ts +0 -4
  4265. package/node_modules/fast-jwt/node_modules/obliterator/split.js +0 -68
  4266. package/node_modules/fast-jwt/node_modules/obliterator/support.js +0 -2
  4267. package/node_modules/fast-jwt/node_modules/obliterator/take-into.d.ts +0 -9
  4268. package/node_modules/fast-jwt/node_modules/obliterator/take-into.js +0 -39
  4269. package/node_modules/fast-jwt/node_modules/obliterator/take.d.ts +0 -6
  4270. package/node_modules/fast-jwt/node_modules/obliterator/take.js +0 -39
  4271. package/node_modules/fast-jwt/node_modules/obliterator/types.d.ts +0 -18
  4272. package/node_modules/fast-jwt/package.json +0 -84
  4273. package/node_modules/fast-jwt/src/crypto.js +0 -362
  4274. package/node_modules/fast-jwt/src/decoder.js +0 -60
  4275. package/node_modules/fast-jwt/src/error.js +0 -45
  4276. package/node_modules/fast-jwt/src/index.d.ts +0 -122
  4277. package/node_modules/fast-jwt/src/index.js +0 -13
  4278. package/node_modules/fast-jwt/src/signer.js +0 -309
  4279. package/node_modules/fast-jwt/src/utils.js +0 -65
  4280. package/node_modules/fast-jwt/src/verifier.js +0 -470
  4281. package/node_modules/graphql/LICENSE +0 -21
  4282. package/node_modules/graphql/NotSupportedTSVersion.d.ts +0 -1
  4283. package/node_modules/graphql/README.md +0 -158
  4284. package/node_modules/graphql/error/GraphQLError.d.ts +0 -142
  4285. package/node_modules/graphql/error/GraphQLError.js +0 -267
  4286. package/node_modules/graphql/error/GraphQLError.mjs +0 -253
  4287. package/node_modules/graphql/error/index.d.ts +0 -8
  4288. package/node_modules/graphql/error/index.js +0 -41
  4289. package/node_modules/graphql/error/index.mjs +0 -3
  4290. package/node_modules/graphql/error/locatedError.d.ts +0 -13
  4291. package/node_modules/graphql/error/locatedError.js +0 -40
  4292. package/node_modules/graphql/error/locatedError.mjs +0 -32
  4293. package/node_modules/graphql/error/syntaxError.d.ts +0 -11
  4294. package/node_modules/graphql/error/syntaxError.js +0 -19
  4295. package/node_modules/graphql/error/syntaxError.mjs +0 -12
  4296. package/node_modules/graphql/execution/collectFields.d.ts +0 -45
  4297. package/node_modules/graphql/execution/collectFields.js +0 -229
  4298. package/node_modules/graphql/execution/collectFields.mjs +0 -213
  4299. package/node_modules/graphql/execution/execute.d.ts +0 -185
  4300. package/node_modules/graphql/execution/execute.js +0 -1026
  4301. package/node_modules/graphql/execution/execute.mjs +0 -998
  4302. package/node_modules/graphql/execution/index.d.ts +0 -18
  4303. package/node_modules/graphql/execution/index.js +0 -73
  4304. package/node_modules/graphql/execution/index.mjs +0 -13
  4305. package/node_modules/graphql/execution/mapAsyncIterator.d.ts +0 -9
  4306. package/node_modules/graphql/execution/mapAsyncIterator.js +0 -68
  4307. package/node_modules/graphql/execution/mapAsyncIterator.mjs +0 -61
  4308. package/node_modules/graphql/execution/subscribe.d.ts +0 -72
  4309. package/node_modules/graphql/execution/subscribe.js +0 -244
  4310. package/node_modules/graphql/execution/subscribe.mjs +0 -222
  4311. package/node_modules/graphql/execution/values.d.ts +0 -79
  4312. package/node_modules/graphql/execution/values.js +0 -300
  4313. package/node_modules/graphql/execution/values.mjs +0 -263
  4314. package/node_modules/graphql/graphql.d.ts +0 -67
  4315. package/node_modules/graphql/graphql.js +0 -96
  4316. package/node_modules/graphql/graphql.mjs +0 -122
  4317. package/node_modules/graphql/index.d.ts +0 -413
  4318. package/node_modules/graphql/index.js +0 -1269
  4319. package/node_modules/graphql/index.mjs +0 -255
  4320. package/node_modules/graphql/jsutils/Maybe.d.ts +0 -2
  4321. package/node_modules/graphql/jsutils/Maybe.js +0 -5
  4322. package/node_modules/graphql/jsutils/Maybe.mjs +0 -1
  4323. package/node_modules/graphql/jsutils/ObjMap.d.ts +0 -16
  4324. package/node_modules/graphql/jsutils/ObjMap.js +0 -5
  4325. package/node_modules/graphql/jsutils/ObjMap.mjs +0 -1
  4326. package/node_modules/graphql/jsutils/Path.d.ts +0 -20
  4327. package/node_modules/graphql/jsutils/Path.js +0 -33
  4328. package/node_modules/graphql/jsutils/Path.mjs +0 -25
  4329. package/node_modules/graphql/jsutils/PromiseOrValue.d.ts +0 -1
  4330. package/node_modules/graphql/jsutils/PromiseOrValue.js +0 -5
  4331. package/node_modules/graphql/jsutils/PromiseOrValue.mjs +0 -1
  4332. package/node_modules/graphql/jsutils/devAssert.d.ts +0 -1
  4333. package/node_modules/graphql/jsutils/devAssert.js +0 -14
  4334. package/node_modules/graphql/jsutils/devAssert.mjs +0 -7
  4335. package/node_modules/graphql/jsutils/didYouMean.d.ts +0 -8
  4336. package/node_modules/graphql/jsutils/didYouMean.js +0 -38
  4337. package/node_modules/graphql/jsutils/didYouMean.mjs +0 -32
  4338. package/node_modules/graphql/jsutils/groupBy.d.ts +0 -7
  4339. package/node_modules/graphql/jsutils/groupBy.js +0 -26
  4340. package/node_modules/graphql/jsutils/groupBy.mjs +0 -19
  4341. package/node_modules/graphql/jsutils/identityFunc.d.ts +0 -4
  4342. package/node_modules/graphql/jsutils/identityFunc.js +0 -13
  4343. package/node_modules/graphql/jsutils/identityFunc.mjs +0 -6
  4344. package/node_modules/graphql/jsutils/inspect.d.ts +0 -4
  4345. package/node_modules/graphql/jsutils/inspect.js +0 -121
  4346. package/node_modules/graphql/jsutils/inspect.mjs +0 -115
  4347. package/node_modules/graphql/jsutils/instanceOf.d.ts +0 -16
  4348. package/node_modules/graphql/jsutils/instanceOf.js +0 -61
  4349. package/node_modules/graphql/jsutils/instanceOf.mjs +0 -53
  4350. package/node_modules/graphql/jsutils/invariant.d.ts +0 -4
  4351. package/node_modules/graphql/jsutils/invariant.js +0 -16
  4352. package/node_modules/graphql/jsutils/invariant.mjs +0 -9
  4353. package/node_modules/graphql/jsutils/isAsyncIterable.d.ts +0 -7
  4354. package/node_modules/graphql/jsutils/isAsyncIterable.js +0 -18
  4355. package/node_modules/graphql/jsutils/isAsyncIterable.mjs +0 -11
  4356. package/node_modules/graphql/jsutils/isIterableObject.d.ts +0 -20
  4357. package/node_modules/graphql/jsutils/isIterableObject.js +0 -32
  4358. package/node_modules/graphql/jsutils/isIterableObject.mjs +0 -25
  4359. package/node_modules/graphql/jsutils/isObjectLike.d.ts +0 -7
  4360. package/node_modules/graphql/jsutils/isObjectLike.js +0 -14
  4361. package/node_modules/graphql/jsutils/isObjectLike.mjs +0 -7
  4362. package/node_modules/graphql/jsutils/isPromise.d.ts +0 -5
  4363. package/node_modules/graphql/jsutils/isPromise.js +0 -17
  4364. package/node_modules/graphql/jsutils/isPromise.mjs +0 -10
  4365. package/node_modules/graphql/jsutils/keyMap.d.ts +0 -32
  4366. package/node_modules/graphql/jsutils/keyMap.js +0 -43
  4367. package/node_modules/graphql/jsutils/keyMap.mjs +0 -36
  4368. package/node_modules/graphql/jsutils/keyValMap.d.ts +0 -23
  4369. package/node_modules/graphql/jsutils/keyValMap.js +0 -33
  4370. package/node_modules/graphql/jsutils/keyValMap.mjs +0 -26
  4371. package/node_modules/graphql/jsutils/mapValue.d.ts +0 -9
  4372. package/node_modules/graphql/jsutils/mapValue.js +0 -20
  4373. package/node_modules/graphql/jsutils/mapValue.mjs +0 -13
  4374. package/node_modules/graphql/jsutils/memoize3.d.ts +0 -9
  4375. package/node_modules/graphql/jsutils/memoize3.js +0 -41
  4376. package/node_modules/graphql/jsutils/memoize3.mjs +0 -34
  4377. package/node_modules/graphql/jsutils/naturalCompare.d.ts +0 -8
  4378. package/node_modules/graphql/jsutils/naturalCompare.js +0 -69
  4379. package/node_modules/graphql/jsutils/naturalCompare.mjs +0 -61
  4380. package/node_modules/graphql/jsutils/printPathArray.d.ts +0 -6
  4381. package/node_modules/graphql/jsutils/printPathArray.js +0 -17
  4382. package/node_modules/graphql/jsutils/printPathArray.mjs +0 -10
  4383. package/node_modules/graphql/jsutils/promiseForObject.d.ts +0 -11
  4384. package/node_modules/graphql/jsutils/promiseForObject.js +0 -25
  4385. package/node_modules/graphql/jsutils/promiseForObject.mjs +0 -18
  4386. package/node_modules/graphql/jsutils/promiseReduce.d.ts +0 -13
  4387. package/node_modules/graphql/jsutils/promiseReduce.js +0 -27
  4388. package/node_modules/graphql/jsutils/promiseReduce.mjs +0 -20
  4389. package/node_modules/graphql/jsutils/suggestionList.d.ts +0 -8
  4390. package/node_modules/graphql/jsutils/suggestionList.js +0 -139
  4391. package/node_modules/graphql/jsutils/suggestionList.mjs +0 -130
  4392. package/node_modules/graphql/jsutils/toError.d.ts +0 -4
  4393. package/node_modules/graphql/jsutils/toError.js +0 -25
  4394. package/node_modules/graphql/jsutils/toError.mjs +0 -18
  4395. package/node_modules/graphql/jsutils/toObjMap.d.ts +0 -5
  4396. package/node_modules/graphql/jsutils/toObjMap.js +0 -24
  4397. package/node_modules/graphql/jsutils/toObjMap.mjs +0 -17
  4398. package/node_modules/graphql/language/ast.d.ts +0 -537
  4399. package/node_modules/graphql/language/ast.js +0 -224
  4400. package/node_modules/graphql/language/ast.mjs +0 -208
  4401. package/node_modules/graphql/language/blockString.d.ts +0 -28
  4402. package/node_modules/graphql/language/blockString.js +0 -195
  4403. package/node_modules/graphql/language/blockString.mjs +0 -178
  4404. package/node_modules/graphql/language/characterClasses.d.ts +0 -47
  4405. package/node_modules/graphql/language/characterClasses.js +0 -75
  4406. package/node_modules/graphql/language/characterClasses.mjs +0 -64
  4407. package/node_modules/graphql/language/directiveLocation.d.ts +0 -33
  4408. package/node_modules/graphql/language/directiveLocation.js +0 -39
  4409. package/node_modules/graphql/language/directiveLocation.mjs +0 -33
  4410. package/node_modules/graphql/language/index.d.ts +0 -97
  4411. package/node_modules/graphql/language/index.js +0 -215
  4412. package/node_modules/graphql/language/index.mjs +0 -29
  4413. package/node_modules/graphql/language/kinds.d.ts +0 -66
  4414. package/node_modules/graphql/language/kinds.js +0 -63
  4415. package/node_modules/graphql/language/kinds.mjs +0 -57
  4416. package/node_modules/graphql/language/lexer.d.ts +0 -45
  4417. package/node_modules/graphql/language/lexer.js +0 -1006
  4418. package/node_modules/graphql/language/lexer.mjs +0 -902
  4419. package/node_modules/graphql/language/location.d.ts +0 -16
  4420. package/node_modules/graphql/language/location.js +0 -38
  4421. package/node_modules/graphql/language/location.mjs +0 -30
  4422. package/node_modules/graphql/language/parser.d.ts +0 -564
  4423. package/node_modules/graphql/language/parser.js +0 -1567
  4424. package/node_modules/graphql/language/parser.mjs +0 -1524
  4425. package/node_modules/graphql/language/predicates.d.ts +0 -33
  4426. package/node_modules/graphql/language/predicates.js +0 -109
  4427. package/node_modules/graphql/language/predicates.mjs +0 -81
  4428. package/node_modules/graphql/language/printLocation.d.ts +0 -14
  4429. package/node_modules/graphql/language/printLocation.js +0 -74
  4430. package/node_modules/graphql/language/printLocation.mjs +0 -66
  4431. package/node_modules/graphql/language/printString.d.ts +0 -5
  4432. package/node_modules/graphql/language/printString.js +0 -183
  4433. package/node_modules/graphql/language/printString.mjs +0 -176
  4434. package/node_modules/graphql/language/printer.d.ts +0 -6
  4435. package/node_modules/graphql/language/printer.js +0 -351
  4436. package/node_modules/graphql/language/printer.mjs +0 -339
  4437. package/node_modules/graphql/language/source.d.ts +0 -25
  4438. package/node_modules/graphql/language/source.js +0 -65
  4439. package/node_modules/graphql/language/source.mjs +0 -50
  4440. package/node_modules/graphql/language/tokenKind.d.ts +0 -35
  4441. package/node_modules/graphql/language/tokenKind.js +0 -43
  4442. package/node_modules/graphql/language/tokenKind.mjs +0 -37
  4443. package/node_modules/graphql/language/visitor.d.ts +0 -194
  4444. package/node_modules/graphql/language/visitor.js +0 -377
  4445. package/node_modules/graphql/language/visitor.mjs +0 -361
  4446. package/node_modules/graphql/package.json +0 -39
  4447. package/node_modules/graphql/subscription/index.d.ts +0 -19
  4448. package/node_modules/graphql/subscription/index.js +0 -19
  4449. package/node_modules/graphql/subscription/index.mjs +0 -19
  4450. package/node_modules/graphql/type/assertName.d.ts +0 -10
  4451. package/node_modules/graphql/type/assertName.js +0 -59
  4452. package/node_modules/graphql/type/assertName.mjs +0 -44
  4453. package/node_modules/graphql/type/definition.d.ts +0 -923
  4454. package/node_modules/graphql/type/definition.js +0 -1339
  4455. package/node_modules/graphql/type/definition.mjs +0 -1177
  4456. package/node_modules/graphql/type/directives.d.ts +0 -86
  4457. package/node_modules/graphql/type/directives.js +0 -224
  4458. package/node_modules/graphql/type/directives.mjs +0 -190
  4459. package/node_modules/graphql/type/index.d.ts +0 -150
  4460. package/node_modules/graphql/type/index.js +0 -547
  4461. package/node_modules/graphql/type/index.mjs +0 -103
  4462. package/node_modules/graphql/type/introspection.d.ts +0 -30
  4463. package/node_modules/graphql/type/introspection.js +0 -617
  4464. package/node_modules/graphql/type/introspection.mjs +0 -551
  4465. package/node_modules/graphql/type/scalars.d.ts +0 -19
  4466. package/node_modules/graphql/type/scalars.js +0 -369
  4467. package/node_modules/graphql/type/scalars.mjs +0 -309
  4468. package/node_modules/graphql/type/schema.d.ts +0 -170
  4469. package/node_modules/graphql/type/schema.js +0 -402
  4470. package/node_modules/graphql/type/schema.mjs +0 -381
  4471. package/node_modules/graphql/type/validate.d.ts +0 -17
  4472. package/node_modules/graphql/type/validate.js +0 -676
  4473. package/node_modules/graphql/type/validate.mjs +0 -651
  4474. package/node_modules/graphql/utilities/TypeInfo.d.ts +0 -67
  4475. package/node_modules/graphql/utilities/TypeInfo.js +0 -418
  4476. package/node_modules/graphql/utilities/TypeInfo.mjs +0 -395
  4477. package/node_modules/graphql/utilities/assertValidName.d.ts +0 -13
  4478. package/node_modules/graphql/utilities/assertValidName.js +0 -51
  4479. package/node_modules/graphql/utilities/assertValidName.mjs +0 -40
  4480. package/node_modules/graphql/utilities/astFromValue.d.ts +0 -28
  4481. package/node_modules/graphql/utilities/astFromValue.js +0 -190
  4482. package/node_modules/graphql/utilities/astFromValue.mjs +0 -177
  4483. package/node_modules/graphql/utilities/buildASTSchema.d.ts +0 -35
  4484. package/node_modules/graphql/utilities/buildASTSchema.js +0 -115
  4485. package/node_modules/graphql/utilities/buildASTSchema.mjs +0 -97
  4486. package/node_modules/graphql/utilities/buildClientSchema.d.ts +0 -19
  4487. package/node_modules/graphql/utilities/buildClientSchema.js +0 -386
  4488. package/node_modules/graphql/utilities/buildClientSchema.mjs +0 -363
  4489. package/node_modules/graphql/utilities/coerceInputValue.d.ts +0 -16
  4490. package/node_modules/graphql/utilities/coerceInputValue.js +0 -189
  4491. package/node_modules/graphql/utilities/coerceInputValue.mjs +0 -167
  4492. package/node_modules/graphql/utilities/concatAST.d.ts +0 -9
  4493. package/node_modules/graphql/utilities/concatAST.js +0 -26
  4494. package/node_modules/graphql/utilities/concatAST.mjs +0 -19
  4495. package/node_modules/graphql/utilities/extendSchema.d.ts +0 -40
  4496. package/node_modules/graphql/utilities/extendSchema.js +0 -798
  4497. package/node_modules/graphql/utilities/extendSchema.mjs +0 -789
  4498. package/node_modules/graphql/utilities/findBreakingChanges.d.ts +0 -53
  4499. package/node_modules/graphql/utilities/findBreakingChanges.js +0 -547
  4500. package/node_modules/graphql/utilities/findBreakingChanges.mjs +0 -519
  4501. package/node_modules/graphql/utilities/getIntrospectionQuery.d.ts +0 -182
  4502. package/node_modules/graphql/utilities/getIntrospectionQuery.js +0 -134
  4503. package/node_modules/graphql/utilities/getIntrospectionQuery.mjs +0 -127
  4504. package/node_modules/graphql/utilities/getOperationAST.d.ts +0 -11
  4505. package/node_modules/graphql/utilities/getOperationAST.js +0 -43
  4506. package/node_modules/graphql/utilities/getOperationAST.mjs +0 -36
  4507. package/node_modules/graphql/utilities/getOperationRootType.d.ts +0 -15
  4508. package/node_modules/graphql/utilities/getOperationRootType.js +0 -67
  4509. package/node_modules/graphql/utilities/getOperationRootType.mjs +0 -54
  4510. package/node_modules/graphql/utilities/index.d.ts +0 -61
  4511. package/node_modules/graphql/utilities/index.js +0 -233
  4512. package/node_modules/graphql/utilities/index.mjs +0 -55
  4513. package/node_modules/graphql/utilities/introspectionFromSchema.d.ts +0 -18
  4514. package/node_modules/graphql/utilities/introspectionFromSchema.js +0 -42
  4515. package/node_modules/graphql/utilities/introspectionFromSchema.mjs +0 -30
  4516. package/node_modules/graphql/utilities/lexicographicSortSchema.d.ts +0 -9
  4517. package/node_modules/graphql/utilities/lexicographicSortSchema.js +0 -177
  4518. package/node_modules/graphql/utilities/lexicographicSortSchema.mjs +0 -172
  4519. package/node_modules/graphql/utilities/printSchema.d.ts +0 -5
  4520. package/node_modules/graphql/utilities/printSchema.js +0 -333
  4521. package/node_modules/graphql/utilities/printSchema.mjs +0 -309
  4522. package/node_modules/graphql/utilities/separateOperations.d.ts +0 -11
  4523. package/node_modules/graphql/utilities/separateOperations.js +0 -88
  4524. package/node_modules/graphql/utilities/separateOperations.mjs +0 -80
  4525. package/node_modules/graphql/utilities/sortValueNode.d.ts +0 -9
  4526. package/node_modules/graphql/utilities/sortValueNode.js +0 -47
  4527. package/node_modules/graphql/utilities/sortValueNode.mjs +0 -39
  4528. package/node_modules/graphql/utilities/stripIgnoredCharacters.d.ts +0 -62
  4529. package/node_modules/graphql/utilities/stripIgnoredCharacters.js +0 -121
  4530. package/node_modules/graphql/utilities/stripIgnoredCharacters.mjs +0 -104
  4531. package/node_modules/graphql/utilities/typeComparators.d.ts +0 -32
  4532. package/node_modules/graphql/utilities/typeComparators.js +0 -116
  4533. package/node_modules/graphql/utilities/typeComparators.mjs +0 -106
  4534. package/node_modules/graphql/utilities/typeFromAST.d.ts +0 -32
  4535. package/node_modules/graphql/utilities/typeFromAST.js +0 -27
  4536. package/node_modules/graphql/utilities/typeFromAST.mjs +0 -18
  4537. package/node_modules/graphql/utilities/typedQueryDocumentNode.d.ts +0 -22
  4538. package/node_modules/graphql/utilities/typedQueryDocumentNode.js +0 -5
  4539. package/node_modules/graphql/utilities/typedQueryDocumentNode.mjs +0 -1
  4540. package/node_modules/graphql/utilities/valueFromAST.d.ts +0 -29
  4541. package/node_modules/graphql/utilities/valueFromAST.js +0 -185
  4542. package/node_modules/graphql/utilities/valueFromAST.mjs +0 -172
  4543. package/node_modules/graphql/utilities/valueFromASTUntyped.d.ts +0 -23
  4544. package/node_modules/graphql/utilities/valueFromASTUntyped.js +0 -61
  4545. package/node_modules/graphql/utilities/valueFromASTUntyped.mjs +0 -53
  4546. package/node_modules/graphql/validation/ValidationContext.d.ts +0 -95
  4547. package/node_modules/graphql/validation/ValidationContext.js +0 -232
  4548. package/node_modules/graphql/validation/ValidationContext.mjs +0 -212
  4549. package/node_modules/graphql/validation/index.d.ts +0 -40
  4550. package/node_modules/graphql/validation/index.js +0 -317
  4551. package/node_modules/graphql/validation/index.mjs +0 -68
  4552. package/node_modules/graphql/validation/rules/ExecutableDefinitionsRule.d.ts +0 -13
  4553. package/node_modules/graphql/validation/rules/ExecutableDefinitionsRule.js +0 -46
  4554. package/node_modules/graphql/validation/rules/ExecutableDefinitionsRule.mjs +0 -34
  4555. package/node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.d.ts +0 -13
  4556. package/node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.js +0 -145
  4557. package/node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.mjs +0 -127
  4558. package/node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.d.ts +0 -14
  4559. package/node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.js +0 -69
  4560. package/node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.mjs +0 -53
  4561. package/node_modules/graphql/validation/rules/KnownArgumentNamesRule.d.ts +0 -23
  4562. package/node_modules/graphql/validation/rules/KnownArgumentNamesRule.js +0 -120
  4563. package/node_modules/graphql/validation/rules/KnownArgumentNamesRule.mjs +0 -102
  4564. package/node_modules/graphql/validation/rules/KnownDirectivesRule.d.ts +0 -16
  4565. package/node_modules/graphql/validation/rules/KnownDirectivesRule.js +0 -167
  4566. package/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs +0 -150
  4567. package/node_modules/graphql/validation/rules/KnownFragmentNamesRule.d.ts +0 -13
  4568. package/node_modules/graphql/validation/rules/KnownFragmentNamesRule.js +0 -36
  4569. package/node_modules/graphql/validation/rules/KnownFragmentNamesRule.mjs +0 -26
  4570. package/node_modules/graphql/validation/rules/KnownTypeNamesRule.d.ts +0 -16
  4571. package/node_modules/graphql/validation/rules/KnownTypeNamesRule.js +0 -89
  4572. package/node_modules/graphql/validation/rules/KnownTypeNamesRule.mjs +0 -77
  4573. package/node_modules/graphql/validation/rules/LoneAnonymousOperationRule.d.ts +0 -13
  4574. package/node_modules/graphql/validation/rules/LoneAnonymousOperationRule.js +0 -42
  4575. package/node_modules/graphql/validation/rules/LoneAnonymousOperationRule.mjs +0 -34
  4576. package/node_modules/graphql/validation/rules/LoneSchemaDefinitionRule.d.ts +0 -10
  4577. package/node_modules/graphql/validation/rules/LoneSchemaDefinitionRule.js +0 -67
  4578. package/node_modules/graphql/validation/rules/LoneSchemaDefinitionRule.mjs +0 -57
  4579. package/node_modules/graphql/validation/rules/NoFragmentCyclesRule.d.ts +0 -13
  4580. package/node_modules/graphql/validation/rules/NoFragmentCyclesRule.js +0 -85
  4581. package/node_modules/graphql/validation/rules/NoFragmentCyclesRule.mjs +0 -78
  4582. package/node_modules/graphql/validation/rules/NoUndefinedVariablesRule.d.ts +0 -13
  4583. package/node_modules/graphql/validation/rules/NoUndefinedVariablesRule.js +0 -52
  4584. package/node_modules/graphql/validation/rules/NoUndefinedVariablesRule.mjs +0 -45
  4585. package/node_modules/graphql/validation/rules/NoUnusedFragmentsRule.d.ts +0 -13
  4586. package/node_modules/graphql/validation/rules/NoUnusedFragmentsRule.js +0 -61
  4587. package/node_modules/graphql/validation/rules/NoUnusedFragmentsRule.mjs +0 -51
  4588. package/node_modules/graphql/validation/rules/NoUnusedVariablesRule.d.ts +0 -13
  4589. package/node_modules/graphql/validation/rules/NoUnusedVariablesRule.js +0 -57
  4590. package/node_modules/graphql/validation/rules/NoUnusedVariablesRule.mjs +0 -50
  4591. package/node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.d.ts +0 -14
  4592. package/node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.js +0 -807
  4593. package/node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs +0 -790
  4594. package/node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.d.ts +0 -12
  4595. package/node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.js +0 -95
  4596. package/node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.mjs +0 -73
  4597. package/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.d.ts +0 -10
  4598. package/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.js +0 -171
  4599. package/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs +0 -148
  4600. package/node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.d.ts +0 -20
  4601. package/node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.js +0 -162
  4602. package/node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs +0 -142
  4603. package/node_modules/graphql/validation/rules/ScalarLeafsRule.d.ts +0 -9
  4604. package/node_modules/graphql/validation/rules/ScalarLeafsRule.js +0 -55
  4605. package/node_modules/graphql/validation/rules/ScalarLeafsRule.mjs +0 -46
  4606. package/node_modules/graphql/validation/rules/SingleFieldSubscriptionsRule.d.ts +0 -13
  4607. package/node_modules/graphql/validation/rules/SingleFieldSubscriptionsRule.js +0 -86
  4608. package/node_modules/graphql/validation/rules/SingleFieldSubscriptionsRule.mjs +0 -77
  4609. package/node_modules/graphql/validation/rules/UniqueArgumentDefinitionNamesRule.d.ts +0 -11
  4610. package/node_modules/graphql/validation/rules/UniqueArgumentDefinitionNamesRule.js +0 -92
  4611. package/node_modules/graphql/validation/rules/UniqueArgumentDefinitionNamesRule.mjs +0 -81
  4612. package/node_modules/graphql/validation/rules/UniqueArgumentNamesRule.d.ts +0 -13
  4613. package/node_modules/graphql/validation/rules/UniqueArgumentNamesRule.js +0 -55
  4614. package/node_modules/graphql/validation/rules/UniqueArgumentNamesRule.mjs +0 -44
  4615. package/node_modules/graphql/validation/rules/UniqueDirectiveNamesRule.d.ts +0 -10
  4616. package/node_modules/graphql/validation/rules/UniqueDirectiveNamesRule.js +0 -54
  4617. package/node_modules/graphql/validation/rules/UniqueDirectiveNamesRule.mjs +0 -47
  4618. package/node_modules/graphql/validation/rules/UniqueDirectivesPerLocationRule.d.ts +0 -16
  4619. package/node_modules/graphql/validation/rules/UniqueDirectivesPerLocationRule.js +0 -95
  4620. package/node_modules/graphql/validation/rules/UniqueDirectivesPerLocationRule.mjs +0 -85
  4621. package/node_modules/graphql/validation/rules/UniqueEnumValueNamesRule.d.ts +0 -10
  4622. package/node_modules/graphql/validation/rules/UniqueEnumValueNamesRule.js +0 -75
  4623. package/node_modules/graphql/validation/rules/UniqueEnumValueNamesRule.mjs +0 -64
  4624. package/node_modules/graphql/validation/rules/UniqueFieldDefinitionNamesRule.d.ts +0 -10
  4625. package/node_modules/graphql/validation/rules/UniqueFieldDefinitionNamesRule.js +0 -87
  4626. package/node_modules/graphql/validation/rules/UniqueFieldDefinitionNamesRule.mjs +0 -79
  4627. package/node_modules/graphql/validation/rules/UniqueFragmentNamesRule.d.ts +0 -12
  4628. package/node_modules/graphql/validation/rules/UniqueFragmentNamesRule.js +0 -41
  4629. package/node_modules/graphql/validation/rules/UniqueFragmentNamesRule.mjs +0 -34
  4630. package/node_modules/graphql/validation/rules/UniqueInputFieldNamesRule.d.ts +0 -13
  4631. package/node_modules/graphql/validation/rules/UniqueInputFieldNamesRule.js +0 -54
  4632. package/node_modules/graphql/validation/rules/UniqueInputFieldNamesRule.mjs +0 -46
  4633. package/node_modules/graphql/validation/rules/UniqueOperationNamesRule.d.ts +0 -12
  4634. package/node_modules/graphql/validation/rules/UniqueOperationNamesRule.js +0 -46
  4635. package/node_modules/graphql/validation/rules/UniqueOperationNamesRule.mjs +0 -39
  4636. package/node_modules/graphql/validation/rules/UniqueOperationTypesRule.d.ts +0 -10
  4637. package/node_modules/graphql/validation/rules/UniqueOperationTypesRule.js +0 -71
  4638. package/node_modules/graphql/validation/rules/UniqueOperationTypesRule.mjs +0 -64
  4639. package/node_modules/graphql/validation/rules/UniqueTypeNamesRule.d.ts +0 -10
  4640. package/node_modules/graphql/validation/rules/UniqueTypeNamesRule.js +0 -57
  4641. package/node_modules/graphql/validation/rules/UniqueTypeNamesRule.mjs +0 -47
  4642. package/node_modules/graphql/validation/rules/UniqueVariableNamesRule.d.ts +0 -10
  4643. package/node_modules/graphql/validation/rules/UniqueVariableNamesRule.js +0 -49
  4644. package/node_modules/graphql/validation/rules/UniqueVariableNamesRule.mjs +0 -41
  4645. package/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.d.ts +0 -13
  4646. package/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.js +0 -192
  4647. package/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs +0 -173
  4648. package/node_modules/graphql/validation/rules/VariablesAreInputTypesRule.d.ts +0 -13
  4649. package/node_modules/graphql/validation/rules/VariablesAreInputTypesRule.js +0 -46
  4650. package/node_modules/graphql/validation/rules/VariablesAreInputTypesRule.mjs +0 -33
  4651. package/node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.d.ts +0 -12
  4652. package/node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.js +0 -116
  4653. package/node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.mjs +0 -97
  4654. package/node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.d.ts +0 -15
  4655. package/node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.js +0 -131
  4656. package/node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.mjs +0 -117
  4657. package/node_modules/graphql/validation/rules/custom/NoSchemaIntrospectionCustomRule.d.ts +0 -15
  4658. package/node_modules/graphql/validation/rules/custom/NoSchemaIntrospectionCustomRule.js +0 -41
  4659. package/node_modules/graphql/validation/rules/custom/NoSchemaIntrospectionCustomRule.mjs +0 -32
  4660. package/node_modules/graphql/validation/specifiedRules.d.ts +0 -12
  4661. package/node_modules/graphql/validation/specifiedRules.js +0 -160
  4662. package/node_modules/graphql/validation/specifiedRules.mjs +0 -123
  4663. package/node_modules/graphql/validation/validate.d.ts +0 -61
  4664. package/node_modules/graphql/validation/validate.js +0 -151
  4665. package/node_modules/graphql/validation/validate.mjs +0 -133
  4666. package/node_modules/graphql/version.d.ts +0 -13
  4667. package/node_modules/graphql/version.js +0 -25
  4668. package/node_modules/graphql/version.mjs +0 -17
  4669. package/node_modules/graphql-helix/README.md +0 -672
  4670. package/node_modules/graphql-helix/dist/errors.d.ts +0 -15
  4671. package/node_modules/graphql-helix/dist/errors.js +0 -12
  4672. package/node_modules/graphql-helix/dist/get-graphql-parameters.d.ts +0 -2
  4673. package/node_modules/graphql-helix/dist/get-graphql-parameters.js +0 -30
  4674. package/node_modules/graphql-helix/dist/index.d.ts +0 -8
  4675. package/node_modules/graphql-helix/dist/index.js +0 -20
  4676. package/node_modules/graphql-helix/dist/process-request.d.ts +0 -4
  4677. package/node_modules/graphql-helix/dist/process-request.js +0 -288
  4678. package/node_modules/graphql-helix/dist/render-graphiql.d.ts +0 -2
  4679. package/node_modules/graphql-helix/dist/render-graphiql.js +0 -58
  4680. package/node_modules/graphql-helix/dist/render-graphiql.template.d.ts +0 -2
  4681. package/node_modules/graphql-helix/dist/render-graphiql.template.js +0 -58
  4682. package/node_modules/graphql-helix/dist/send-result/node-http.d.ts +0 -10
  4683. package/node_modules/graphql-helix/dist/send-result/node-http.js +0 -86
  4684. package/node_modules/graphql-helix/dist/send-result/utils.d.ts +0 -3
  4685. package/node_modules/graphql-helix/dist/send-result/utils.js +0 -5
  4686. package/node_modules/graphql-helix/dist/send-result/w3c.d.ts +0 -19
  4687. package/node_modules/graphql-helix/dist/send-result/w3c.js +0 -88
  4688. package/node_modules/graphql-helix/dist/should-render-graphiql.d.ts +0 -2
  4689. package/node_modules/graphql-helix/dist/should-render-graphiql.js +0 -11
  4690. package/node_modules/graphql-helix/dist/types.d.ts +0 -185
  4691. package/node_modules/graphql-helix/dist/types.js +0 -2
  4692. package/node_modules/graphql-helix/dist/util/calculate-byte-length.d.ts +0 -1
  4693. package/node_modules/graphql-helix/dist/util/calculate-byte-length.js +0 -23
  4694. package/node_modules/graphql-helix/dist/util/get-ranked-response-protocols.d.ts +0 -13
  4695. package/node_modules/graphql-helix/dist/util/get-ranked-response-protocols.js +0 -55
  4696. package/node_modules/graphql-helix/dist/util/index.d.ts +0 -3
  4697. package/node_modules/graphql-helix/dist/util/index.js +0 -15
  4698. package/node_modules/graphql-helix/dist/util/is-async-iterable.d.ts +0 -1
  4699. package/node_modules/graphql-helix/dist/util/is-async-iterable.js +0 -10
  4700. package/node_modules/graphql-helix/dist/util/is-http-method.d.ts +0 -1
  4701. package/node_modules/graphql-helix/dist/util/is-http-method.js +0 -7
  4702. package/node_modules/graphql-helix/dist/util/stop-async-iteration.d.ts +0 -1
  4703. package/node_modules/graphql-helix/dist/util/stop-async-iteration.js +0 -11
  4704. package/node_modules/graphql-helix/dist-esm/errors.d.ts +0 -15
  4705. package/node_modules/graphql-helix/dist-esm/errors.mjs +0 -8
  4706. package/node_modules/graphql-helix/dist-esm/get-graphql-parameters.d.ts +0 -2
  4707. package/node_modules/graphql-helix/dist-esm/get-graphql-parameters.mjs +0 -26
  4708. package/node_modules/graphql-helix/dist-esm/index.d.ts +0 -8
  4709. package/node_modules/graphql-helix/dist-esm/index.mjs +0 -8
  4710. package/node_modules/graphql-helix/dist-esm/process-request.d.ts +0 -4
  4711. package/node_modules/graphql-helix/dist-esm/process-request.mjs +0 -283
  4712. package/node_modules/graphql-helix/dist-esm/render-graphiql.d.ts +0 -2
  4713. package/node_modules/graphql-helix/dist-esm/render-graphiql.mjs +0 -54
  4714. package/node_modules/graphql-helix/dist-esm/render-graphiql.template.d.ts +0 -2
  4715. package/node_modules/graphql-helix/dist-esm/render-graphiql.template.mjs +0 -54
  4716. package/node_modules/graphql-helix/dist-esm/send-result/node-http.d.ts +0 -10
  4717. package/node_modules/graphql-helix/dist-esm/send-result/node-http.mjs +0 -79
  4718. package/node_modules/graphql-helix/dist-esm/send-result/utils.d.ts +0 -3
  4719. package/node_modules/graphql-helix/dist-esm/send-result/utils.mjs +0 -1
  4720. package/node_modules/graphql-helix/dist-esm/send-result/w3c.d.ts +0 -19
  4721. package/node_modules/graphql-helix/dist-esm/send-result/w3c.mjs +0 -81
  4722. package/node_modules/graphql-helix/dist-esm/should-render-graphiql.d.ts +0 -2
  4723. package/node_modules/graphql-helix/dist-esm/should-render-graphiql.mjs +0 -7
  4724. package/node_modules/graphql-helix/dist-esm/types.d.ts +0 -185
  4725. package/node_modules/graphql-helix/dist-esm/types.mjs +0 -1
  4726. package/node_modules/graphql-helix/dist-esm/util/calculate-byte-length.d.ts +0 -1
  4727. package/node_modules/graphql-helix/dist-esm/util/calculate-byte-length.mjs +0 -19
  4728. package/node_modules/graphql-helix/dist-esm/util/get-ranked-response-protocols.d.ts +0 -13
  4729. package/node_modules/graphql-helix/dist-esm/util/get-ranked-response-protocols.mjs +0 -51
  4730. package/node_modules/graphql-helix/dist-esm/util/index.d.ts +0 -3
  4731. package/node_modules/graphql-helix/dist-esm/util/index.mjs +0 -3
  4732. package/node_modules/graphql-helix/dist-esm/util/is-async-iterable.d.ts +0 -1
  4733. package/node_modules/graphql-helix/dist-esm/util/is-async-iterable.mjs +0 -6
  4734. package/node_modules/graphql-helix/dist-esm/util/is-http-method.d.ts +0 -1
  4735. package/node_modules/graphql-helix/dist-esm/util/is-http-method.mjs +0 -3
  4736. package/node_modules/graphql-helix/dist-esm/util/stop-async-iteration.d.ts +0 -1
  4737. package/node_modules/graphql-helix/dist-esm/util/stop-async-iteration.mjs +0 -7
  4738. package/node_modules/graphql-helix/package.json +0 -86
  4739. package/node_modules/jose/LICENSE.md +0 -21
  4740. package/node_modules/jose/README.md +0 -159
  4741. package/node_modules/jose/dist/browser/index.js +0 -31
  4742. package/node_modules/jose/dist/browser/jwe/compact/decrypt.js +0 -27
  4743. package/node_modules/jose/dist/browser/jwe/compact/encrypt.js +0 -26
  4744. package/node_modules/jose/dist/browser/jwe/flattened/decrypt.js +0 -137
  4745. package/node_modules/jose/dist/browser/jwe/flattened/encrypt.js +0 -175
  4746. package/node_modules/jose/dist/browser/jwe/general/decrypt.js +0 -31
  4747. package/node_modules/jose/dist/browser/jwe/general/encrypt.js +0 -178
  4748. package/node_modules/jose/dist/browser/jwk/embedded.js +0 -17
  4749. package/node_modules/jose/dist/browser/jwk/thumbprint.js +0 -53
  4750. package/node_modules/jose/dist/browser/jwks/local.js +0 -98
  4751. package/node_modules/jose/dist/browser/jwks/remote.js +0 -81
  4752. package/node_modules/jose/dist/browser/jws/compact/sign.js +0 -17
  4753. package/node_modules/jose/dist/browser/jws/compact/verify.js +0 -21
  4754. package/node_modules/jose/dist/browser/jws/flattened/sign.js +0 -81
  4755. package/node_modules/jose/dist/browser/jws/flattened/verify.js +0 -104
  4756. package/node_modules/jose/dist/browser/jws/general/sign.js +0 -67
  4757. package/node_modules/jose/dist/browser/jws/general/verify.js +0 -24
  4758. package/node_modules/jose/dist/browser/jwt/decrypt.js +0 -23
  4759. package/node_modules/jose/dist/browser/jwt/encrypt.js +0 -68
  4760. package/node_modules/jose/dist/browser/jwt/produce.js +0 -54
  4761. package/node_modules/jose/dist/browser/jwt/sign.js +0 -21
  4762. package/node_modules/jose/dist/browser/jwt/unsecured.js +0 -32
  4763. package/node_modules/jose/dist/browser/jwt/verify.js +0 -16
  4764. package/node_modules/jose/dist/browser/key/export.js +0 -12
  4765. package/node_modules/jose/dist/browser/key/generate_key_pair.js +0 -4
  4766. package/node_modules/jose/dist/browser/key/generate_secret.js +0 -4
  4767. package/node_modules/jose/dist/browser/key/import.js +0 -120
  4768. package/node_modules/jose/dist/browser/lib/aesgcmkw.js +0 -14
  4769. package/node_modules/jose/dist/browser/lib/buffer_utils.js +0 -51
  4770. package/node_modules/jose/dist/browser/lib/cek.js +0 -20
  4771. package/node_modules/jose/dist/browser/lib/check_iv_length.js +0 -8
  4772. package/node_modules/jose/dist/browser/lib/check_key_type.js +0 -45
  4773. package/node_modules/jose/dist/browser/lib/check_p2s.js +0 -6
  4774. package/node_modules/jose/dist/browser/lib/crypto_key.js +0 -145
  4775. package/node_modules/jose/dist/browser/lib/decrypt_key_management.js +0 -98
  4776. package/node_modules/jose/dist/browser/lib/encrypt_key_management.js +0 -87
  4777. package/node_modules/jose/dist/browser/lib/epoch.js +0 -1
  4778. package/node_modules/jose/dist/browser/lib/format_pem.js +0 -4
  4779. package/node_modules/jose/dist/browser/lib/invalid_key_input.js +0 -30
  4780. package/node_modules/jose/dist/browser/lib/is_disjoint.js +0 -22
  4781. package/node_modules/jose/dist/browser/lib/is_object.js +0 -16
  4782. package/node_modules/jose/dist/browser/lib/iv.js +0 -20
  4783. package/node_modules/jose/dist/browser/lib/jwt_claims_set.js +0 -91
  4784. package/node_modules/jose/dist/browser/lib/secs.js +0 -44
  4785. package/node_modules/jose/dist/browser/lib/validate_algorithms.js +0 -11
  4786. package/node_modules/jose/dist/browser/lib/validate_crit.js +0 -34
  4787. package/node_modules/jose/dist/browser/package.json +0 -1
  4788. package/node_modules/jose/dist/browser/runtime/aeskw.js +0 -32
  4789. package/node_modules/jose/dist/browser/runtime/asn1.js +0 -118
  4790. package/node_modules/jose/dist/browser/runtime/base64url.js +0 -37
  4791. package/node_modules/jose/dist/browser/runtime/bogus.js +0 -6
  4792. package/node_modules/jose/dist/browser/runtime/check_cek_length.js +0 -8
  4793. package/node_modules/jose/dist/browser/runtime/check_key_length.js +0 -8
  4794. package/node_modules/jose/dist/browser/runtime/decrypt.js +0 -85
  4795. package/node_modules/jose/dist/browser/runtime/digest.js +0 -6
  4796. package/node_modules/jose/dist/browser/runtime/ecdhes.js +0 -33
  4797. package/node_modules/jose/dist/browser/runtime/encrypt.js +0 -68
  4798. package/node_modules/jose/dist/browser/runtime/env.js +0 -3
  4799. package/node_modules/jose/dist/browser/runtime/fetch_jwks.js +0 -34
  4800. package/node_modules/jose/dist/browser/runtime/generate.js +0 -126
  4801. package/node_modules/jose/dist/browser/runtime/get_sign_verify_key.js +0 -17
  4802. package/node_modules/jose/dist/browser/runtime/is_key_like.js +0 -5
  4803. package/node_modules/jose/dist/browser/runtime/jwk_to_key.js +0 -135
  4804. package/node_modules/jose/dist/browser/runtime/key_to_jwk.js +0 -21
  4805. package/node_modules/jose/dist/browser/runtime/pbes2kw.js +0 -51
  4806. package/node_modules/jose/dist/browser/runtime/random.js +0 -2
  4807. package/node_modules/jose/dist/browser/runtime/rsaes.js +0 -37
  4808. package/node_modules/jose/dist/browser/runtime/sign.js +0 -11
  4809. package/node_modules/jose/dist/browser/runtime/subtle_dsa.js +0 -28
  4810. package/node_modules/jose/dist/browser/runtime/subtle_rsaes.js +0 -12
  4811. package/node_modules/jose/dist/browser/runtime/timing_safe_equal.js +0 -19
  4812. package/node_modules/jose/dist/browser/runtime/verify.js +0 -16
  4813. package/node_modules/jose/dist/browser/runtime/webcrypto.js +0 -2
  4814. package/node_modules/jose/dist/browser/runtime/zlib.js +0 -7
  4815. package/node_modules/jose/dist/browser/util/base64url.js +0 -3
  4816. package/node_modules/jose/dist/browser/util/decode_jwt.js +0 -32
  4817. package/node_modules/jose/dist/browser/util/decode_protected_header.js +0 -34
  4818. package/node_modules/jose/dist/browser/util/errors.js +0 -147
  4819. package/node_modules/jose/dist/node/cjs/index.js +0 -65
  4820. package/node_modules/jose/dist/node/cjs/jwe/compact/decrypt.js +0 -31
  4821. package/node_modules/jose/dist/node/cjs/jwe/compact/encrypt.js +0 -30
  4822. package/node_modules/jose/dist/node/cjs/jwe/flattened/decrypt.js +0 -141
  4823. package/node_modules/jose/dist/node/cjs/jwe/flattened/encrypt.js +0 -179
  4824. package/node_modules/jose/dist/node/cjs/jwe/general/decrypt.js +0 -35
  4825. package/node_modules/jose/dist/node/cjs/jwe/general/encrypt.js +0 -182
  4826. package/node_modules/jose/dist/node/cjs/jwk/embedded.js +0 -21
  4827. package/node_modules/jose/dist/node/cjs/jwk/thumbprint.js +0 -58
  4828. package/node_modules/jose/dist/node/cjs/jwks/local.js +0 -104
  4829. package/node_modules/jose/dist/node/cjs/jwks/remote.js +0 -85
  4830. package/node_modules/jose/dist/node/cjs/jws/compact/sign.js +0 -21
  4831. package/node_modules/jose/dist/node/cjs/jws/compact/verify.js +0 -25
  4832. package/node_modules/jose/dist/node/cjs/jws/flattened/sign.js +0 -85
  4833. package/node_modules/jose/dist/node/cjs/jws/flattened/verify.js +0 -108
  4834. package/node_modules/jose/dist/node/cjs/jws/general/sign.js +0 -71
  4835. package/node_modules/jose/dist/node/cjs/jws/general/verify.js +0 -28
  4836. package/node_modules/jose/dist/node/cjs/jwt/decrypt.js +0 -27
  4837. package/node_modules/jose/dist/node/cjs/jwt/encrypt.js +0 -72
  4838. package/node_modules/jose/dist/node/cjs/jwt/produce.js +0 -58
  4839. package/node_modules/jose/dist/node/cjs/jwt/sign.js +0 -25
  4840. package/node_modules/jose/dist/node/cjs/jwt/unsecured.js +0 -36
  4841. package/node_modules/jose/dist/node/cjs/jwt/verify.js +0 -20
  4842. package/node_modules/jose/dist/node/cjs/key/export.js +0 -18
  4843. package/node_modules/jose/dist/node/cjs/key/generate_key_pair.js +0 -8
  4844. package/node_modules/jose/dist/node/cjs/key/generate_secret.js +0 -8
  4845. package/node_modules/jose/dist/node/cjs/key/import.js +0 -127
  4846. package/node_modules/jose/dist/node/cjs/lib/aesgcmkw.js +0 -19
  4847. package/node_modules/jose/dist/node/cjs/lib/buffer_utils.js +0 -60
  4848. package/node_modules/jose/dist/node/cjs/lib/cek.js +0 -24
  4849. package/node_modules/jose/dist/node/cjs/lib/check_iv_length.js +0 -10
  4850. package/node_modules/jose/dist/node/cjs/lib/check_key_type.js +0 -47
  4851. package/node_modules/jose/dist/node/cjs/lib/check_p2s.js +0 -9
  4852. package/node_modules/jose/dist/node/cjs/lib/crypto_key.js +0 -150
  4853. package/node_modules/jose/dist/node/cjs/lib/decrypt_key_management.js +0 -100
  4854. package/node_modules/jose/dist/node/cjs/lib/encrypt_key_management.js +0 -89
  4855. package/node_modules/jose/dist/node/cjs/lib/epoch.js +0 -3
  4856. package/node_modules/jose/dist/node/cjs/lib/format_pem.js +0 -6
  4857. package/node_modules/jose/dist/node/cjs/lib/invalid_key_input.js +0 -34
  4858. package/node_modules/jose/dist/node/cjs/lib/is_disjoint.js +0 -24
  4859. package/node_modules/jose/dist/node/cjs/lib/is_object.js +0 -19
  4860. package/node_modules/jose/dist/node/cjs/lib/iv.js +0 -24
  4861. package/node_modules/jose/dist/node/cjs/lib/jwt_claims_set.js +0 -93
  4862. package/node_modules/jose/dist/node/cjs/lib/secs.js +0 -46
  4863. package/node_modules/jose/dist/node/cjs/lib/validate_algorithms.js +0 -13
  4864. package/node_modules/jose/dist/node/cjs/lib/validate_crit.js +0 -36
  4865. package/node_modules/jose/dist/node/cjs/runtime/aeskw.js +0 -55
  4866. package/node_modules/jose/dist/node/cjs/runtime/asn1.js +0 -48
  4867. package/node_modules/jose/dist/node/cjs/runtime/asn1_sequence_decoder.js +0 -47
  4868. package/node_modules/jose/dist/node/cjs/runtime/asn1_sequence_encoder.js +0 -91
  4869. package/node_modules/jose/dist/node/cjs/runtime/base64url.js +0 -26
  4870. package/node_modules/jose/dist/node/cjs/runtime/cbc_tag.js +0 -11
  4871. package/node_modules/jose/dist/node/cjs/runtime/check_cek_length.js +0 -37
  4872. package/node_modules/jose/dist/node/cjs/runtime/check_modulus_length.js +0 -52
  4873. package/node_modules/jose/dist/node/cjs/runtime/ciphers.js +0 -8
  4874. package/node_modules/jose/dist/node/cjs/runtime/decrypt.js +0 -97
  4875. package/node_modules/jose/dist/node/cjs/runtime/digest.js +0 -5
  4876. package/node_modules/jose/dist/node/cjs/runtime/dsa_digest.js +0 -25
  4877. package/node_modules/jose/dist/node/cjs/runtime/ecdhes.js +0 -70
  4878. package/node_modules/jose/dist/node/cjs/runtime/encrypt.js +0 -74
  4879. package/node_modules/jose/dist/node/cjs/runtime/env.js +0 -7
  4880. package/node_modules/jose/dist/node/cjs/runtime/fetch_jwks.js +0 -45
  4881. package/node_modules/jose/dist/node/cjs/runtime/generate.js +0 -105
  4882. package/node_modules/jose/dist/node/cjs/runtime/get_named_curve.js +0 -95
  4883. package/node_modules/jose/dist/node/cjs/runtime/get_sign_verify_key.js +0 -24
  4884. package/node_modules/jose/dist/node/cjs/runtime/hmac_digest.js +0 -16
  4885. package/node_modules/jose/dist/node/cjs/runtime/is_key_like.js +0 -11
  4886. package/node_modules/jose/dist/node/cjs/runtime/is_key_object.js +0 -7
  4887. package/node_modules/jose/dist/node/cjs/runtime/jwk_to_key.js +0 -122
  4888. package/node_modules/jose/dist/node/cjs/runtime/key_to_jwk.js +0 -164
  4889. package/node_modules/jose/dist/node/cjs/runtime/node_key.js +0 -83
  4890. package/node_modules/jose/dist/node/cjs/runtime/pbes2kw.js +0 -48
  4891. package/node_modules/jose/dist/node/cjs/runtime/random.js +0 -5
  4892. package/node_modules/jose/dist/node/cjs/runtime/rsaes.js +0 -69
  4893. package/node_modules/jose/dist/node/cjs/runtime/sign.js +0 -25
  4894. package/node_modules/jose/dist/node/cjs/runtime/timing_safe_equal.js +0 -5
  4895. package/node_modules/jose/dist/node/cjs/runtime/verify.js +0 -42
  4896. package/node_modules/jose/dist/node/cjs/runtime/webcrypto.js +0 -11
  4897. package/node_modules/jose/dist/node/cjs/runtime/zlib.js +0 -11
  4898. package/node_modules/jose/dist/node/cjs/util/base64url.js +0 -6
  4899. package/node_modules/jose/dist/node/cjs/util/decode_jwt.js +0 -36
  4900. package/node_modules/jose/dist/node/cjs/util/decode_protected_header.js +0 -38
  4901. package/node_modules/jose/dist/node/cjs/util/errors.js +0 -165
  4902. package/node_modules/jose/dist/node/esm/index.js +0 -29
  4903. package/node_modules/jose/dist/node/esm/jwe/compact/decrypt.js +0 -27
  4904. package/node_modules/jose/dist/node/esm/jwe/compact/encrypt.js +0 -26
  4905. package/node_modules/jose/dist/node/esm/jwe/flattened/decrypt.js +0 -137
  4906. package/node_modules/jose/dist/node/esm/jwe/flattened/encrypt.js +0 -175
  4907. package/node_modules/jose/dist/node/esm/jwe/general/decrypt.js +0 -31
  4908. package/node_modules/jose/dist/node/esm/jwe/general/encrypt.js +0 -178
  4909. package/node_modules/jose/dist/node/esm/jwk/embedded.js +0 -17
  4910. package/node_modules/jose/dist/node/esm/jwk/thumbprint.js +0 -53
  4911. package/node_modules/jose/dist/node/esm/jwks/local.js +0 -98
  4912. package/node_modules/jose/dist/node/esm/jwks/remote.js +0 -81
  4913. package/node_modules/jose/dist/node/esm/jws/compact/sign.js +0 -17
  4914. package/node_modules/jose/dist/node/esm/jws/compact/verify.js +0 -21
  4915. package/node_modules/jose/dist/node/esm/jws/flattened/sign.js +0 -81
  4916. package/node_modules/jose/dist/node/esm/jws/flattened/verify.js +0 -104
  4917. package/node_modules/jose/dist/node/esm/jws/general/sign.js +0 -67
  4918. package/node_modules/jose/dist/node/esm/jws/general/verify.js +0 -24
  4919. package/node_modules/jose/dist/node/esm/jwt/decrypt.js +0 -23
  4920. package/node_modules/jose/dist/node/esm/jwt/encrypt.js +0 -68
  4921. package/node_modules/jose/dist/node/esm/jwt/produce.js +0 -54
  4922. package/node_modules/jose/dist/node/esm/jwt/sign.js +0 -21
  4923. package/node_modules/jose/dist/node/esm/jwt/unsecured.js +0 -32
  4924. package/node_modules/jose/dist/node/esm/jwt/verify.js +0 -16
  4925. package/node_modules/jose/dist/node/esm/key/export.js +0 -12
  4926. package/node_modules/jose/dist/node/esm/key/generate_key_pair.js +0 -4
  4927. package/node_modules/jose/dist/node/esm/key/generate_secret.js +0 -4
  4928. package/node_modules/jose/dist/node/esm/key/import.js +0 -120
  4929. package/node_modules/jose/dist/node/esm/lib/aesgcmkw.js +0 -14
  4930. package/node_modules/jose/dist/node/esm/lib/buffer_utils.js +0 -51
  4931. package/node_modules/jose/dist/node/esm/lib/cek.js +0 -20
  4932. package/node_modules/jose/dist/node/esm/lib/check_iv_length.js +0 -8
  4933. package/node_modules/jose/dist/node/esm/lib/check_key_type.js +0 -45
  4934. package/node_modules/jose/dist/node/esm/lib/check_p2s.js +0 -6
  4935. package/node_modules/jose/dist/node/esm/lib/crypto_key.js +0 -145
  4936. package/node_modules/jose/dist/node/esm/lib/decrypt_key_management.js +0 -98
  4937. package/node_modules/jose/dist/node/esm/lib/encrypt_key_management.js +0 -87
  4938. package/node_modules/jose/dist/node/esm/lib/epoch.js +0 -1
  4939. package/node_modules/jose/dist/node/esm/lib/format_pem.js +0 -4
  4940. package/node_modules/jose/dist/node/esm/lib/invalid_key_input.js +0 -30
  4941. package/node_modules/jose/dist/node/esm/lib/is_disjoint.js +0 -22
  4942. package/node_modules/jose/dist/node/esm/lib/is_object.js +0 -16
  4943. package/node_modules/jose/dist/node/esm/lib/iv.js +0 -20
  4944. package/node_modules/jose/dist/node/esm/lib/jwt_claims_set.js +0 -91
  4945. package/node_modules/jose/dist/node/esm/lib/secs.js +0 -44
  4946. package/node_modules/jose/dist/node/esm/lib/validate_algorithms.js +0 -11
  4947. package/node_modules/jose/dist/node/esm/lib/validate_crit.js +0 -34
  4948. package/node_modules/jose/dist/node/esm/package.json +0 -1
  4949. package/node_modules/jose/dist/node/esm/runtime/aeskw.js +0 -50
  4950. package/node_modules/jose/dist/node/esm/runtime/asn1.js +0 -41
  4951. package/node_modules/jose/dist/node/esm/runtime/asn1_sequence_decoder.js +0 -44
  4952. package/node_modules/jose/dist/node/esm/runtime/asn1_sequence_encoder.js +0 -88
  4953. package/node_modules/jose/dist/node/esm/runtime/base64url.js +0 -20
  4954. package/node_modules/jose/dist/node/esm/runtime/cbc_tag.js +0 -8
  4955. package/node_modules/jose/dist/node/esm/runtime/check_cek_length.js +0 -35
  4956. package/node_modules/jose/dist/node/esm/runtime/check_modulus_length.js +0 -48
  4957. package/node_modules/jose/dist/node/esm/runtime/ciphers.js +0 -6
  4958. package/node_modules/jose/dist/node/esm/runtime/decrypt.js +0 -95
  4959. package/node_modules/jose/dist/node/esm/runtime/digest.js +0 -3
  4960. package/node_modules/jose/dist/node/esm/runtime/dsa_digest.js +0 -22
  4961. package/node_modules/jose/dist/node/esm/runtime/ecdhes.js +0 -64
  4962. package/node_modules/jose/dist/node/esm/runtime/encrypt.js +0 -72
  4963. package/node_modules/jose/dist/node/esm/runtime/env.js +0 -3
  4964. package/node_modules/jose/dist/node/esm/runtime/fetch_jwks.js +0 -43
  4965. package/node_modules/jose/dist/node/esm/runtime/generate.js +0 -100
  4966. package/node_modules/jose/dist/node/esm/runtime/get_named_curve.js +0 -91
  4967. package/node_modules/jose/dist/node/esm/runtime/get_sign_verify_key.js +0 -21
  4968. package/node_modules/jose/dist/node/esm/runtime/hmac_digest.js +0 -13
  4969. package/node_modules/jose/dist/node/esm/runtime/is_key_like.js +0 -8
  4970. package/node_modules/jose/dist/node/esm/runtime/is_key_object.js +0 -5
  4971. package/node_modules/jose/dist/node/esm/runtime/jwk_to_key.js +0 -120
  4972. package/node_modules/jose/dist/node/esm/runtime/key_to_jwk.js +0 -162
  4973. package/node_modules/jose/dist/node/esm/runtime/node_key.js +0 -80
  4974. package/node_modules/jose/dist/node/esm/runtime/pbes2kw.js +0 -43
  4975. package/node_modules/jose/dist/node/esm/runtime/random.js +0 -1
  4976. package/node_modules/jose/dist/node/esm/runtime/rsaes.js +0 -64
  4977. package/node_modules/jose/dist/node/esm/runtime/sign.js +0 -23
  4978. package/node_modules/jose/dist/node/esm/runtime/timing_safe_equal.js +0 -3
  4979. package/node_modules/jose/dist/node/esm/runtime/verify.js +0 -40
  4980. package/node_modules/jose/dist/node/esm/runtime/webcrypto.js +0 -8
  4981. package/node_modules/jose/dist/node/esm/runtime/zlib.js +0 -6
  4982. package/node_modules/jose/dist/node/esm/util/base64url.js +0 -3
  4983. package/node_modules/jose/dist/node/esm/util/decode_jwt.js +0 -32
  4984. package/node_modules/jose/dist/node/esm/util/decode_protected_header.js +0 -34
  4985. package/node_modules/jose/dist/node/esm/util/errors.js +0 -147
  4986. package/node_modules/jose/dist/types/index.d.ts +0 -47
  4987. package/node_modules/jose/dist/types/jwe/compact/decrypt.d.ts +0 -33
  4988. package/node_modules/jose/dist/types/jwe/compact/encrypt.d.ts +0 -60
  4989. package/node_modules/jose/dist/types/jwe/flattened/decrypt.d.ts +0 -43
  4990. package/node_modules/jose/dist/types/jwe/flattened/encrypt.d.ts +0 -89
  4991. package/node_modules/jose/dist/types/jwe/general/decrypt.d.ts +0 -47
  4992. package/node_modules/jose/dist/types/jwe/general/encrypt.d.ts +0 -74
  4993. package/node_modules/jose/dist/types/jwk/embedded.d.ts +0 -23
  4994. package/node_modules/jose/dist/types/jwk/thumbprint.d.ts +0 -44
  4995. package/node_modules/jose/dist/types/jwks/local.d.ts +0 -48
  4996. package/node_modules/jose/dist/types/jwks/remote.d.ts +0 -54
  4997. package/node_modules/jose/dist/types/jws/compact/sign.d.ts +0 -34
  4998. package/node_modules/jose/dist/types/jws/compact/verify.d.ts +0 -37
  4999. package/node_modules/jose/dist/types/jws/flattened/sign.d.ts +0 -42
  5000. package/node_modules/jose/dist/types/jws/flattened/verify.d.ts +0 -42
  5001. package/node_modules/jose/dist/types/jws/general/sign.d.ts +0 -54
  5002. package/node_modules/jose/dist/types/jws/general/verify.d.ts +0 -45
  5003. package/node_modules/jose/dist/types/jwt/decrypt.d.ts +0 -40
  5004. package/node_modules/jose/dist/types/jwt/encrypt.d.ts +0 -84
  5005. package/node_modules/jose/dist/types/jwt/produce.d.ts +0 -53
  5006. package/node_modules/jose/dist/types/jwt/sign.d.ts +0 -35
  5007. package/node_modules/jose/dist/types/jwt/unsecured.d.ts +0 -44
  5008. package/node_modules/jose/dist/types/jwt/verify.d.ts +0 -44
  5009. package/node_modules/jose/dist/types/key/export.d.ts +0 -47
  5010. package/node_modules/jose/dist/types/key/generate_key_pair.d.ts +0 -44
  5011. package/node_modules/jose/dist/types/key/generate_secret.d.ts +0 -26
  5012. package/node_modules/jose/dist/types/key/import.d.ts +0 -115
  5013. package/node_modules/jose/dist/types/types.d.ts +0 -602
  5014. package/node_modules/jose/dist/types/util/base64url.d.ts +0 -19
  5015. package/node_modules/jose/dist/types/util/decode_jwt.d.ts +0 -17
  5016. package/node_modules/jose/dist/types/util/decode_protected_header.d.ts +0 -15
  5017. package/node_modules/jose/dist/types/util/errors.d.ts +0 -96
  5018. package/node_modules/jose/package.json +0 -82
  5019. package/node_modules/minimalistic-assert/LICENSE +0 -13
  5020. package/node_modules/minimalistic-assert/index.js +0 -11
  5021. package/node_modules/minimalistic-assert/package.json +0 -19
  5022. package/node_modules/minimalistic-assert/readme.md +0 -4
  5023. package/node_modules/object-hash/LICENSE +0 -22
  5024. package/node_modules/object-hash/dist/object_hash.js +0 -1
  5025. package/node_modules/object-hash/index.js +0 -453
  5026. package/node_modules/object-hash/package.json +0 -53
  5027. package/node_modules/object-hash/readme.markdown +0 -184
  5028. package/node_modules/oidc-token-hash/LICENSE.md +0 -21
  5029. package/node_modules/oidc-token-hash/README.md +0 -55
  5030. package/node_modules/oidc-token-hash/lib/index.js +0 -106
  5031. package/node_modules/oidc-token-hash/lib/shake256.js +0 -7
  5032. package/node_modules/oidc-token-hash/package.json +0 -36
  5033. package/node_modules/openid-client/LICENSE.md +0 -21
  5034. package/node_modules/openid-client/README.md +0 -299
  5035. package/node_modules/openid-client/lib/client.js +0 -1815
  5036. package/node_modules/openid-client/lib/device_flow_handle.js +0 -125
  5037. package/node_modules/openid-client/lib/errors.js +0 -55
  5038. package/node_modules/openid-client/lib/helpers/assert.js +0 -24
  5039. package/node_modules/openid-client/lib/helpers/base64url.js +0 -13
  5040. package/node_modules/openid-client/lib/helpers/client.js +0 -209
  5041. package/node_modules/openid-client/lib/helpers/consts.js +0 -7
  5042. package/node_modules/openid-client/lib/helpers/decode_jwt.js +0 -27
  5043. package/node_modules/openid-client/lib/helpers/deep_clone.js +0 -3
  5044. package/node_modules/openid-client/lib/helpers/defaults.js +0 -27
  5045. package/node_modules/openid-client/lib/helpers/generators.js +0 -14
  5046. package/node_modules/openid-client/lib/helpers/is_key_object.js +0 -4
  5047. package/node_modules/openid-client/lib/helpers/is_plain_object.js +0 -1
  5048. package/node_modules/openid-client/lib/helpers/issuer.js +0 -110
  5049. package/node_modules/openid-client/lib/helpers/keystore.js +0 -312
  5050. package/node_modules/openid-client/lib/helpers/merge.js +0 -24
  5051. package/node_modules/openid-client/lib/helpers/pick.js +0 -9
  5052. package/node_modules/openid-client/lib/helpers/process_response.js +0 -71
  5053. package/node_modules/openid-client/lib/helpers/request.js +0 -197
  5054. package/node_modules/openid-client/lib/helpers/unix_timestamp.js +0 -1
  5055. package/node_modules/openid-client/lib/helpers/weak_cache.js +0 -1
  5056. package/node_modules/openid-client/lib/helpers/webfinger_normalize.js +0 -71
  5057. package/node_modules/openid-client/lib/helpers/www_authenticate_parser.js +0 -14
  5058. package/node_modules/openid-client/lib/index.js +0 -23
  5059. package/node_modules/openid-client/lib/index.mjs +0 -9
  5060. package/node_modules/openid-client/lib/issuer.js +0 -204
  5061. package/node_modules/openid-client/lib/issuer_registry.js +0 -3
  5062. package/node_modules/openid-client/lib/passport_strategy.js +0 -194
  5063. package/node_modules/openid-client/lib/token_set.js +0 -35
  5064. package/node_modules/openid-client/node_modules/lru-cache/LICENSE +0 -15
  5065. package/node_modules/openid-client/node_modules/lru-cache/README.md +0 -166
  5066. package/node_modules/openid-client/node_modules/lru-cache/index.js +0 -334
  5067. package/node_modules/openid-client/node_modules/lru-cache/package.json +0 -34
  5068. package/node_modules/openid-client/package.json +0 -118
  5069. package/node_modules/openid-client/types/index.d.ts +0 -620
  5070. package/node_modules/prettyjson/node_modules/colors/LICENSE +0 -25
  5071. package/node_modules/prettyjson/node_modules/colors/README.md +0 -221
  5072. package/node_modules/prettyjson/node_modules/colors/examples/normal-usage.js +0 -82
  5073. package/node_modules/prettyjson/node_modules/colors/examples/safe-string.js +0 -79
  5074. package/node_modules/prettyjson/node_modules/colors/index.d.ts +0 -136
  5075. package/node_modules/prettyjson/node_modules/colors/lib/colors.js +0 -211
  5076. package/node_modules/prettyjson/node_modules/colors/lib/custom/trap.js +0 -46
  5077. package/node_modules/prettyjson/node_modules/colors/lib/extendStringPrototype.js +0 -110
  5078. package/node_modules/prettyjson/node_modules/colors/lib/index.js +0 -13
  5079. package/node_modules/prettyjson/node_modules/colors/lib/maps/america.js +0 -10
  5080. package/node_modules/prettyjson/node_modules/colors/lib/maps/rainbow.js +0 -12
  5081. package/node_modules/prettyjson/node_modules/colors/lib/maps/random.js +0 -11
  5082. package/node_modules/prettyjson/node_modules/colors/lib/maps/zebra.js +0 -5
  5083. package/node_modules/prettyjson/node_modules/colors/lib/styles.js +0 -95
  5084. package/node_modules/prettyjson/node_modules/colors/lib/system/has-flag.js +0 -35
  5085. package/node_modules/prettyjson/node_modules/colors/lib/system/supports-colors.js +0 -151
  5086. package/node_modules/prettyjson/node_modules/colors/package.json +0 -45
  5087. package/node_modules/prettyjson/node_modules/colors/safe.d.ts +0 -48
  5088. package/node_modules/prettyjson/node_modules/colors/safe.js +0 -10
  5089. package/node_modules/prettyjson/node_modules/colors/themes/generic-logging.js +0 -12
  5090. package/node_modules/safer-buffer/LICENSE +0 -21
  5091. package/node_modules/safer-buffer/Porting-Buffer.md +0 -268
  5092. package/node_modules/safer-buffer/Readme.md +0 -156
  5093. package/node_modules/safer-buffer/dangerous.js +0 -58
  5094. package/node_modules/safer-buffer/package.json +0 -34
  5095. package/node_modules/safer-buffer/safer.js +0 -77
  5096. package/node_modules/safer-buffer/tests.js +0 -406
  5097. package/node_modules/value-or-promise/CHANGELOG.md +0 -69
  5098. package/node_modules/value-or-promise/LICENSE +0 -21
  5099. package/node_modules/value-or-promise/README.md +0 -177
  5100. package/node_modules/value-or-promise/build/main/ValueOrPromise.d.ts +0 -77
  5101. package/node_modules/value-or-promise/build/main/ValueOrPromise.js +0 -80
  5102. package/node_modules/value-or-promise/build/main/index.d.ts +0 -1
  5103. package/node_modules/value-or-promise/build/main/index.js +0 -14
  5104. package/node_modules/value-or-promise/build/module/ValueOrPromise.d.ts +0 -77
  5105. package/node_modules/value-or-promise/build/module/ValueOrPromise.js +0 -76
  5106. package/node_modules/value-or-promise/build/module/index.d.ts +0 -1
  5107. package/node_modules/value-or-promise/build/module/index.js +0 -2
  5108. package/node_modules/value-or-promise/package.json +0 -58
  5109. package/node_modules/yallist/LICENSE +0 -15
  5110. package/node_modules/yallist/README.md +0 -204
  5111. package/node_modules/yallist/iterator.js +0 -8
  5112. package/node_modules/yallist/package.json +0 -29
  5113. package/node_modules/yallist/yallist.js +0 -426
@@ -1,4789 +0,0 @@
1
- /// <reference types="node" />
2
- import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
3
- import { Readable } from "stream";
4
- /**
5
- * <p>Limits that are related to concurrency and storage. All file and storage sizes are in bytes.</p>
6
- */
7
- export interface AccountLimit {
8
- /**
9
- * <p>The amount of storage space that you can use for all deployment packages and layer archives.</p>
10
- */
11
- TotalCodeSize?: number;
12
- /**
13
- * <p>The maximum size of a function's deployment package and layers when they're extracted.</p>
14
- */
15
- CodeSizeUnzipped?: number;
16
- /**
17
- * <p>The maximum size of a deployment package when it's uploaded directly to Lambda. Use Amazon S3 for larger
18
- * files.</p>
19
- */
20
- CodeSizeZipped?: number;
21
- /**
22
- * <p>The maximum number of simultaneous function executions.</p>
23
- */
24
- ConcurrentExecutions?: number;
25
- /**
26
- * <p>The maximum number of simultaneous function executions, minus the capacity that's reserved for individual
27
- * functions with <a>PutFunctionConcurrency</a>.</p>
28
- */
29
- UnreservedConcurrentExecutions?: number;
30
- }
31
- export declare namespace AccountLimit {
32
- /**
33
- * @internal
34
- */
35
- const filterSensitiveLog: (obj: AccountLimit) => any;
36
- }
37
- /**
38
- * <p>The number of functions and amount of storage in use.</p>
39
- */
40
- export interface AccountUsage {
41
- /**
42
- * <p>The amount of storage space, in bytes, that's being used by deployment packages and layer archives.</p>
43
- */
44
- TotalCodeSize?: number;
45
- /**
46
- * <p>The number of Lambda functions.</p>
47
- */
48
- FunctionCount?: number;
49
- }
50
- export declare namespace AccountUsage {
51
- /**
52
- * @internal
53
- */
54
- const filterSensitiveLog: (obj: AccountUsage) => any;
55
- }
56
- export interface AddLayerVersionPermissionRequest {
57
- /**
58
- * <p>The name or Amazon Resource Name (ARN) of the layer.</p>
59
- */
60
- LayerName: string | undefined;
61
- /**
62
- * <p>The version number.</p>
63
- */
64
- VersionNumber: number | undefined;
65
- /**
66
- * <p>An identifier that distinguishes the policy from others on the same layer version.</p>
67
- */
68
- StatementId: string | undefined;
69
- /**
70
- * <p>The API action that grants access to the layer. For example, <code>lambda:GetLayerVersion</code>.</p>
71
- */
72
- Action: string | undefined;
73
- /**
74
- * <p>An account ID, or <code>*</code> to grant layer usage permission to all
75
- * accounts in an organization, or all Amazon Web Services accounts (if <code>organizationId</code> is not specified).
76
- * For the last case, make sure that you really do want all Amazon Web Services accounts to have usage permission to this layer.
77
- * </p>
78
- */
79
- Principal: string | undefined;
80
- /**
81
- * <p>With the principal set to <code>*</code>, grant permission to all accounts in the specified
82
- * organization.</p>
83
- */
84
- OrganizationId?: string;
85
- /**
86
- * <p>Only update the policy if the revision ID matches the ID specified. Use this option to avoid modifying a
87
- * policy that has changed since you last read it.</p>
88
- */
89
- RevisionId?: string;
90
- }
91
- export declare namespace AddLayerVersionPermissionRequest {
92
- /**
93
- * @internal
94
- */
95
- const filterSensitiveLog: (obj: AddLayerVersionPermissionRequest) => any;
96
- }
97
- export interface AddLayerVersionPermissionResponse {
98
- /**
99
- * <p>The permission statement.</p>
100
- */
101
- Statement?: string;
102
- /**
103
- * <p>A unique identifier for the current revision of the policy.</p>
104
- */
105
- RevisionId?: string;
106
- }
107
- export declare namespace AddLayerVersionPermissionResponse {
108
- /**
109
- * @internal
110
- */
111
- const filterSensitiveLog: (obj: AddLayerVersionPermissionResponse) => any;
112
- }
113
- /**
114
- * <p>One of the parameters in the request is invalid.</p>
115
- */
116
- export interface InvalidParameterValueException extends __SmithyException, $MetadataBearer {
117
- name: "InvalidParameterValueException";
118
- $fault: "client";
119
- /**
120
- * <p>The exception type.</p>
121
- */
122
- Type?: string;
123
- /**
124
- * <p>The exception message.</p>
125
- */
126
- message?: string;
127
- }
128
- export declare namespace InvalidParameterValueException {
129
- /**
130
- * @internal
131
- */
132
- const filterSensitiveLog: (obj: InvalidParameterValueException) => any;
133
- }
134
- /**
135
- * <p>The permissions policy for the resource is too large. <a href="https://docs.aws.amazon.com/lambda/latest/dg/limits.html">Learn more</a>
136
- * </p>
137
- */
138
- export interface PolicyLengthExceededException extends __SmithyException, $MetadataBearer {
139
- name: "PolicyLengthExceededException";
140
- $fault: "client";
141
- Type?: string;
142
- message?: string;
143
- }
144
- export declare namespace PolicyLengthExceededException {
145
- /**
146
- * @internal
147
- */
148
- const filterSensitiveLog: (obj: PolicyLengthExceededException) => any;
149
- }
150
- /**
151
- * <p>The RevisionId provided does not match the latest RevisionId for the Lambda function or alias. Call the
152
- * <code>GetFunction</code> or the <code>GetAlias</code> API to retrieve the latest RevisionId for your
153
- * resource.</p>
154
- */
155
- export interface PreconditionFailedException extends __SmithyException, $MetadataBearer {
156
- name: "PreconditionFailedException";
157
- $fault: "client";
158
- /**
159
- * <p>The exception type.</p>
160
- */
161
- Type?: string;
162
- /**
163
- * <p>The exception message.</p>
164
- */
165
- message?: string;
166
- }
167
- export declare namespace PreconditionFailedException {
168
- /**
169
- * @internal
170
- */
171
- const filterSensitiveLog: (obj: PreconditionFailedException) => any;
172
- }
173
- /**
174
- * <p>The resource already exists, or another operation is in progress.</p>
175
- */
176
- export interface ResourceConflictException extends __SmithyException, $MetadataBearer {
177
- name: "ResourceConflictException";
178
- $fault: "client";
179
- /**
180
- * <p>The exception type.</p>
181
- */
182
- Type?: string;
183
- /**
184
- * <p>The exception message.</p>
185
- */
186
- message?: string;
187
- }
188
- export declare namespace ResourceConflictException {
189
- /**
190
- * @internal
191
- */
192
- const filterSensitiveLog: (obj: ResourceConflictException) => any;
193
- }
194
- /**
195
- * <p>The resource specified in the request does not exist.</p>
196
- */
197
- export interface ResourceNotFoundException extends __SmithyException, $MetadataBearer {
198
- name: "ResourceNotFoundException";
199
- $fault: "client";
200
- Type?: string;
201
- Message?: string;
202
- }
203
- export declare namespace ResourceNotFoundException {
204
- /**
205
- * @internal
206
- */
207
- const filterSensitiveLog: (obj: ResourceNotFoundException) => any;
208
- }
209
- /**
210
- * <p>The Lambda service encountered an internal error.</p>
211
- */
212
- export interface ServiceException extends __SmithyException, $MetadataBearer {
213
- name: "ServiceException";
214
- $fault: "server";
215
- Type?: string;
216
- Message?: string;
217
- }
218
- export declare namespace ServiceException {
219
- /**
220
- * @internal
221
- */
222
- const filterSensitiveLog: (obj: ServiceException) => any;
223
- }
224
- export declare enum ThrottleReason {
225
- CallerRateLimitExceeded = "CallerRateLimitExceeded",
226
- ConcurrentInvocationLimitExceeded = "ConcurrentInvocationLimitExceeded",
227
- FunctionInvocationRateLimitExceeded = "FunctionInvocationRateLimitExceeded",
228
- ReservedFunctionConcurrentInvocationLimitExceeded = "ReservedFunctionConcurrentInvocationLimitExceeded",
229
- ReservedFunctionInvocationRateLimitExceeded = "ReservedFunctionInvocationRateLimitExceeded"
230
- }
231
- /**
232
- * <p>The request throughput limit was exceeded.</p>
233
- */
234
- export interface TooManyRequestsException extends __SmithyException, $MetadataBearer {
235
- name: "TooManyRequestsException";
236
- $fault: "client";
237
- /**
238
- * <p>The number of seconds the caller should wait before retrying.</p>
239
- */
240
- retryAfterSeconds?: string;
241
- Type?: string;
242
- message?: string;
243
- Reason?: ThrottleReason | string;
244
- }
245
- export declare namespace TooManyRequestsException {
246
- /**
247
- * @internal
248
- */
249
- const filterSensitiveLog: (obj: TooManyRequestsException) => any;
250
- }
251
- export interface AddPermissionRequest {
252
- /**
253
- * <p>The name of the Lambda function, version, or alias.</p>
254
- * <p class="title">
255
- * <b>Name formats</b>
256
- * </p>
257
- * <ul>
258
- * <li>
259
- * <p>
260
- * <b>Function name</b> - <code>my-function</code> (name-only), <code>my-function:v1</code> (with alias).</p>
261
- * </li>
262
- * <li>
263
- * <p>
264
- * <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p>
265
- * </li>
266
- * <li>
267
- * <p>
268
- * <b>Partial ARN</b> - <code>123456789012:function:my-function</code>.</p>
269
- * </li>
270
- * </ul>
271
- * <p>You can append a version number or alias to any of the formats. The length constraint applies only to the full ARN.
272
- * If you specify only the function name, it is limited to 64 characters in length.</p>
273
- */
274
- FunctionName: string | undefined;
275
- /**
276
- * <p>A statement identifier that differentiates the statement from others in the same policy.</p>
277
- */
278
- StatementId: string | undefined;
279
- /**
280
- * <p>The action that the principal can use on the function. For example, <code>lambda:InvokeFunction</code> or
281
- * <code>lambda:GetFunction</code>.</p>
282
- */
283
- Action: string | undefined;
284
- /**
285
- * <p>The Amazon Web Services service or account that invokes the function. If you specify a service, use <code>SourceArn</code> or
286
- * <code>SourceAccount</code> to limit who can invoke the function through that service.</p>
287
- */
288
- Principal: string | undefined;
289
- /**
290
- * <p>For Amazon Web Services services, the ARN of the Amazon Web Services resource that invokes the function. For example, an Amazon S3 bucket or
291
- * Amazon SNS topic.</p>
292
- * <p>Note that Lambda configures the comparison using the <code>StringLike</code> operator.</p>
293
- */
294
- SourceArn?: string;
295
- /**
296
- * <p>For Amazon S3, the ID of the account that owns the resource. Use this together with <code>SourceArn</code> to
297
- * ensure that the resource is owned by the specified account. It is possible for an Amazon S3 bucket to be deleted
298
- * by its owner and recreated by another account.</p>
299
- */
300
- SourceAccount?: string;
301
- /**
302
- * <p>For Alexa Smart Home functions, a token that must be supplied by the invoker.</p>
303
- */
304
- EventSourceToken?: string;
305
- /**
306
- * <p>Specify a version or alias to add permissions to a published version of the function.</p>
307
- */
308
- Qualifier?: string;
309
- /**
310
- * <p>Only update the policy if the revision ID matches the ID that's specified. Use this option to avoid modifying a
311
- * policy that has changed since you last read it.</p>
312
- */
313
- RevisionId?: string;
314
- }
315
- export declare namespace AddPermissionRequest {
316
- /**
317
- * @internal
318
- */
319
- const filterSensitiveLog: (obj: AddPermissionRequest) => any;
320
- }
321
- export interface AddPermissionResponse {
322
- /**
323
- * <p>The permission statement that's added to the function policy.</p>
324
- */
325
- Statement?: string;
326
- }
327
- export declare namespace AddPermissionResponse {
328
- /**
329
- * @internal
330
- */
331
- const filterSensitiveLog: (obj: AddPermissionResponse) => any;
332
- }
333
- /**
334
- * <p>The <a href="https://docs.aws.amazon.com/lambda/latest/dg/lambda-traffic-shifting-using-aliases.html">traffic-shifting</a> configuration of a Lambda function alias.</p>
335
- */
336
- export interface AliasRoutingConfiguration {
337
- /**
338
- * <p>The second version, and the percentage of traffic that's routed to it.</p>
339
- */
340
- AdditionalVersionWeights?: {
341
- [key: string]: number;
342
- };
343
- }
344
- export declare namespace AliasRoutingConfiguration {
345
- /**
346
- * @internal
347
- */
348
- const filterSensitiveLog: (obj: AliasRoutingConfiguration) => any;
349
- }
350
- /**
351
- * <p>Provides configuration information about a Lambda function <a href="https://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html">alias</a>.</p>
352
- */
353
- export interface AliasConfiguration {
354
- /**
355
- * <p>The Amazon Resource Name (ARN) of the alias.</p>
356
- */
357
- AliasArn?: string;
358
- /**
359
- * <p>The name of the alias.</p>
360
- */
361
- Name?: string;
362
- /**
363
- * <p>The function version that the alias invokes.</p>
364
- */
365
- FunctionVersion?: string;
366
- /**
367
- * <p>A description of the alias.</p>
368
- */
369
- Description?: string;
370
- /**
371
- * <p>The <a href="https://docs.aws.amazon.com/lambda/latest/dg/lambda-traffic-shifting-using-aliases.html">routing
372
- * configuration</a> of the alias.</p>
373
- */
374
- RoutingConfig?: AliasRoutingConfiguration;
375
- /**
376
- * <p>A unique identifier that changes when you update the alias.</p>
377
- */
378
- RevisionId?: string;
379
- }
380
- export declare namespace AliasConfiguration {
381
- /**
382
- * @internal
383
- */
384
- const filterSensitiveLog: (obj: AliasConfiguration) => any;
385
- }
386
- /**
387
- * <p>List of signing profiles that can sign a code package. </p>
388
- */
389
- export interface AllowedPublishers {
390
- /**
391
- * <p>The Amazon Resource Name (ARN) for each of the signing profiles. A signing profile defines a trusted user
392
- * who can sign a code package. </p>
393
- */
394
- SigningProfileVersionArns: string[] | undefined;
395
- }
396
- export declare namespace AllowedPublishers {
397
- /**
398
- * @internal
399
- */
400
- const filterSensitiveLog: (obj: AllowedPublishers) => any;
401
- }
402
- export declare enum Architecture {
403
- arm64 = "arm64",
404
- x86_64 = "x86_64"
405
- }
406
- export interface CreateAliasRequest {
407
- /**
408
- * <p>The name of the Lambda function.</p>
409
- * <p class="title">
410
- * <b>Name formats</b>
411
- * </p>
412
- * <ul>
413
- * <li>
414
- * <p>
415
- * <b>Function name</b> - <code>MyFunction</code>.</p>
416
- * </li>
417
- * <li>
418
- * <p>
419
- * <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:MyFunction</code>.</p>
420
- * </li>
421
- * <li>
422
- * <p>
423
- * <b>Partial ARN</b> - <code>123456789012:function:MyFunction</code>.</p>
424
- * </li>
425
- * </ul>
426
- * <p>The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64
427
- * characters in length.</p>
428
- */
429
- FunctionName: string | undefined;
430
- /**
431
- * <p>The name of the alias.</p>
432
- */
433
- Name: string | undefined;
434
- /**
435
- * <p>The function version that the alias invokes.</p>
436
- */
437
- FunctionVersion: string | undefined;
438
- /**
439
- * <p>A description of the alias.</p>
440
- */
441
- Description?: string;
442
- /**
443
- * <p>The <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-aliases.html#configuring-alias-routing">routing
444
- * configuration</a> of the alias.</p>
445
- */
446
- RoutingConfig?: AliasRoutingConfiguration;
447
- }
448
- export declare namespace CreateAliasRequest {
449
- /**
450
- * @internal
451
- */
452
- const filterSensitiveLog: (obj: CreateAliasRequest) => any;
453
- }
454
- export declare enum CodeSigningPolicy {
455
- Enforce = "Enforce",
456
- Warn = "Warn"
457
- }
458
- /**
459
- * <p>Code signing configuration <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-codesigning.html#config-codesigning-policies">policies</a> specify the validation failure action for signature mismatch or
460
- * expiry.</p>
461
- */
462
- export interface CodeSigningPolicies {
463
- /**
464
- * <p>Code signing configuration policy for deployment validation failure. If you set the policy to
465
- * <code>Enforce</code>, Lambda blocks the deployment request if signature validation checks fail. If you set the
466
- * policy to <code>Warn</code>, Lambda allows the deployment and creates a CloudWatch log. </p>
467
- * <p>Default value: <code>Warn</code>
468
- * </p>
469
- */
470
- UntrustedArtifactOnDeployment?: CodeSigningPolicy | string;
471
- }
472
- export declare namespace CodeSigningPolicies {
473
- /**
474
- * @internal
475
- */
476
- const filterSensitiveLog: (obj: CodeSigningPolicies) => any;
477
- }
478
- export interface CreateCodeSigningConfigRequest {
479
- /**
480
- * <p>Descriptive name for this code signing configuration.</p>
481
- */
482
- Description?: string;
483
- /**
484
- * <p>Signing profiles for this code signing configuration.</p>
485
- */
486
- AllowedPublishers: AllowedPublishers | undefined;
487
- /**
488
- * <p>The code signing policies define the actions to take if the validation checks fail. </p>
489
- */
490
- CodeSigningPolicies?: CodeSigningPolicies;
491
- }
492
- export declare namespace CreateCodeSigningConfigRequest {
493
- /**
494
- * @internal
495
- */
496
- const filterSensitiveLog: (obj: CreateCodeSigningConfigRequest) => any;
497
- }
498
- /**
499
- * <p>Details about a <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-codesigning.html">Code signing configuration</a>. </p>
500
- */
501
- export interface CodeSigningConfig {
502
- /**
503
- * <p>Unique identifer for the Code signing configuration.</p>
504
- */
505
- CodeSigningConfigId: string | undefined;
506
- /**
507
- * <p>The Amazon Resource Name (ARN) of the Code signing configuration.</p>
508
- */
509
- CodeSigningConfigArn: string | undefined;
510
- /**
511
- * <p>Code signing configuration description.</p>
512
- */
513
- Description?: string;
514
- /**
515
- * <p>List of allowed publishers.</p>
516
- */
517
- AllowedPublishers: AllowedPublishers | undefined;
518
- /**
519
- * <p>The code signing policy controls the validation failure action for signature mismatch or expiry.</p>
520
- */
521
- CodeSigningPolicies: CodeSigningPolicies | undefined;
522
- /**
523
- * <p>The date and time that the Code signing configuration was last modified, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD). </p>
524
- */
525
- LastModified: string | undefined;
526
- }
527
- export declare namespace CodeSigningConfig {
528
- /**
529
- * @internal
530
- */
531
- const filterSensitiveLog: (obj: CodeSigningConfig) => any;
532
- }
533
- export interface CreateCodeSigningConfigResponse {
534
- /**
535
- * <p>The code signing configuration.</p>
536
- */
537
- CodeSigningConfig: CodeSigningConfig | undefined;
538
- }
539
- export declare namespace CreateCodeSigningConfigResponse {
540
- /**
541
- * @internal
542
- */
543
- const filterSensitiveLog: (obj: CreateCodeSigningConfigResponse) => any;
544
- }
545
- /**
546
- * <p>A destination for events that failed processing.</p>
547
- */
548
- export interface OnFailure {
549
- /**
550
- * <p>The Amazon Resource Name (ARN) of the destination resource.</p>
551
- */
552
- Destination?: string;
553
- }
554
- export declare namespace OnFailure {
555
- /**
556
- * @internal
557
- */
558
- const filterSensitiveLog: (obj: OnFailure) => any;
559
- }
560
- /**
561
- * <p>A destination for events that were processed successfully.</p>
562
- */
563
- export interface OnSuccess {
564
- /**
565
- * <p>The Amazon Resource Name (ARN) of the destination resource.</p>
566
- */
567
- Destination?: string;
568
- }
569
- export declare namespace OnSuccess {
570
- /**
571
- * @internal
572
- */
573
- const filterSensitiveLog: (obj: OnSuccess) => any;
574
- }
575
- /**
576
- * <p>A configuration object that specifies the destination of an event after Lambda processes it.</p>
577
- */
578
- export interface DestinationConfig {
579
- /**
580
- * <p>The destination configuration for successful invocations.</p>
581
- */
582
- OnSuccess?: OnSuccess;
583
- /**
584
- * <p>The destination configuration for failed invocations.</p>
585
- */
586
- OnFailure?: OnFailure;
587
- }
588
- export declare namespace DestinationConfig {
589
- /**
590
- * @internal
591
- */
592
- const filterSensitiveLog: (obj: DestinationConfig) => any;
593
- }
594
- /**
595
- * <p>
596
- * A structure within a <code>FilterCriteria</code> object that defines an event filtering pattern.
597
- * </p>
598
- */
599
- export interface Filter {
600
- /**
601
- * <p>
602
- * A filter pattern. For more information on the syntax of a filter pattern, see
603
- * <a href="https://docs.aws.amazon.com/lambda/latest/dg/invocation-eventfiltering.html#filtering-syntax">
604
- * Filter rule syntax</a>.
605
- * </p>
606
- */
607
- Pattern?: string;
608
- }
609
- export declare namespace Filter {
610
- /**
611
- * @internal
612
- */
613
- const filterSensitiveLog: (obj: Filter) => any;
614
- }
615
- /**
616
- * <p>
617
- * An object that contains the filters for an event source.
618
- * </p>
619
- */
620
- export interface FilterCriteria {
621
- /**
622
- * <p>
623
- * A list of filters.
624
- * </p>
625
- */
626
- Filters?: Filter[];
627
- }
628
- export declare namespace FilterCriteria {
629
- /**
630
- * @internal
631
- */
632
- const filterSensitiveLog: (obj: FilterCriteria) => any;
633
- }
634
- export declare enum FunctionResponseType {
635
- ReportBatchItemFailures = "ReportBatchItemFailures"
636
- }
637
- export declare enum EndPointType {
638
- KAFKA_BOOTSTRAP_SERVERS = "KAFKA_BOOTSTRAP_SERVERS"
639
- }
640
- /**
641
- * <p>The self-managed Apache Kafka cluster for your event source.</p>
642
- */
643
- export interface SelfManagedEventSource {
644
- /**
645
- * <p>The list of bootstrap servers for your Kafka brokers in the following format: <code>"KAFKA_BOOTSTRAP_SERVERS":
646
- * ["abc.xyz.com:xxxx","abc2.xyz.com:xxxx"]</code>.</p>
647
- */
648
- Endpoints?: {
649
- [key: string]: string[];
650
- };
651
- }
652
- export declare namespace SelfManagedEventSource {
653
- /**
654
- * @internal
655
- */
656
- const filterSensitiveLog: (obj: SelfManagedEventSource) => any;
657
- }
658
- export declare enum SourceAccessType {
659
- BASIC_AUTH = "BASIC_AUTH",
660
- CLIENT_CERTIFICATE_TLS_AUTH = "CLIENT_CERTIFICATE_TLS_AUTH",
661
- SASL_SCRAM_256_AUTH = "SASL_SCRAM_256_AUTH",
662
- SASL_SCRAM_512_AUTH = "SASL_SCRAM_512_AUTH",
663
- SERVER_ROOT_CA_CERTIFICATE = "SERVER_ROOT_CA_CERTIFICATE",
664
- VIRTUAL_HOST = "VIRTUAL_HOST",
665
- VPC_SECURITY_GROUP = "VPC_SECURITY_GROUP",
666
- VPC_SUBNET = "VPC_SUBNET"
667
- }
668
- /**
669
- * <p>To secure and define access to your event source, you can specify the authentication protocol, VPC components, or virtual host.</p>
670
- */
671
- export interface SourceAccessConfiguration {
672
- /**
673
- * <p>The type of authentication protocol, VPC components, or virtual host for your event source. For example: <code>"Type":"SASL_SCRAM_512_AUTH"</code>.</p>
674
- * <ul>
675
- * <li>
676
- * <p>
677
- * <code>BASIC_AUTH</code> - (Amazon MQ) The Secrets Manager secret that stores your broker credentials.</p>
678
- * </li>
679
- * <li>
680
- * <p>
681
- * <code>BASIC_AUTH</code> - (Self-managed Apache Kafka) The Secrets Manager ARN of your secret key used for SASL/PLAIN authentication of your Apache Kafka brokers.</p>
682
- * </li>
683
- * <li>
684
- * <p>
685
- * <code>VPC_SUBNET</code> - The subnets associated with your VPC. Lambda connects to these subnets to fetch data from your self-managed Apache Kafka cluster.</p>
686
- * </li>
687
- * <li>
688
- * <p>
689
- * <code>VPC_SECURITY_GROUP</code> - The VPC security group used to manage access to your self-managed Apache Kafka brokers.</p>
690
- * </li>
691
- * <li>
692
- * <p>
693
- * <code>SASL_SCRAM_256_AUTH</code> - The Secrets Manager ARN of your secret key used for SASL SCRAM-256 authentication of your self-managed Apache Kafka brokers.</p>
694
- * </li>
695
- * <li>
696
- * <p>
697
- * <code>SASL_SCRAM_512_AUTH</code> - The Secrets Manager ARN of your secret key used for SASL SCRAM-512 authentication of your self-managed Apache Kafka brokers.</p>
698
- * </li>
699
- * <li>
700
- * <p>
701
- * <code>VIRTUAL_HOST</code> - (Amazon MQ) The name of the virtual host in your RabbitMQ broker. Lambda uses this RabbitMQ host as the event source.
702
- * This property cannot be specified in an UpdateEventSourceMapping API call.</p>
703
- * </li>
704
- * <li>
705
- * <p>
706
- * <code>CLIENT_CERTIFICATE_TLS_AUTH</code> - (Amazon MSK, Self-managed Apache Kafka) The Secrets Manager ARN of your secret key containing the certificate chain (X.509 PEM),
707
- * private key (PKCS#8 PEM), and private key password (optional) used for mutual TLS authentication of your MSK/Apache Kafka brokers.</p>
708
- * </li>
709
- * <li>
710
- * <p>
711
- * <code>SERVER_ROOT_CA_CERTIFICATE</code> - (Self-managed Apache Kafka) The Secrets Manager ARN of your secret key containing the root CA certificate (X.509 PEM) used for TLS encryption of your Apache Kafka brokers.
712
- * </p>
713
- * </li>
714
- * </ul>
715
- */
716
- Type?: SourceAccessType | string;
717
- /**
718
- * <p>The value for your chosen configuration in <code>Type</code>. For example: <code>"URI": "arn:aws:secretsmanager:us-east-1:01234567890:secret:MyBrokerSecretName"</code>.</p>
719
- */
720
- URI?: string;
721
- }
722
- export declare namespace SourceAccessConfiguration {
723
- /**
724
- * @internal
725
- */
726
- const filterSensitiveLog: (obj: SourceAccessConfiguration) => any;
727
- }
728
- export declare enum EventSourcePosition {
729
- AT_TIMESTAMP = "AT_TIMESTAMP",
730
- LATEST = "LATEST",
731
- TRIM_HORIZON = "TRIM_HORIZON"
732
- }
733
- export interface CreateEventSourceMappingRequest {
734
- /**
735
- * <p>The Amazon Resource Name (ARN) of the event source.</p>
736
- * <ul>
737
- * <li>
738
- * <p>
739
- * <b>Amazon Kinesis</b> - The ARN of the data stream or a stream consumer.</p>
740
- * </li>
741
- * <li>
742
- * <p>
743
- * <b>Amazon DynamoDB Streams</b> - The ARN of the stream.</p>
744
- * </li>
745
- * <li>
746
- * <p>
747
- * <b>Amazon Simple Queue Service</b> - The ARN of the queue.</p>
748
- * </li>
749
- * <li>
750
- * <p>
751
- * <b>Amazon Managed Streaming for Apache Kafka</b> - The ARN of the cluster.</p>
752
- * </li>
753
- * </ul>
754
- */
755
- EventSourceArn?: string;
756
- /**
757
- * <p>The name of the Lambda function.</p>
758
- * <p class="title">
759
- * <b>Name formats</b>
760
- * </p>
761
- * <ul>
762
- * <li>
763
- * <p>
764
- * <b>Function name</b> - <code>MyFunction</code>.</p>
765
- * </li>
766
- * <li>
767
- * <p>
768
- * <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:MyFunction</code>.</p>
769
- * </li>
770
- * <li>
771
- * <p>
772
- * <b>Version or Alias ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:MyFunction:PROD</code>.</p>
773
- * </li>
774
- * <li>
775
- * <p>
776
- * <b>Partial ARN</b> - <code>123456789012:function:MyFunction</code>.</p>
777
- * </li>
778
- * </ul>
779
- * <p>The length constraint applies only to the full ARN. If you specify only the function name, it's limited to 64
780
- * characters in length.</p>
781
- */
782
- FunctionName: string | undefined;
783
- /**
784
- * <p>When true, the event source mapping is active. When false, Lambda pauses polling and invocation.</p>
785
- * <p>Default: True</p>
786
- */
787
- Enabled?: boolean;
788
- /**
789
- * <p>The maximum number of records in each batch that Lambda pulls from your stream or queue and sends to your function. Lambda passes all of the records in the batch to the function in a single call, up to the payload limit for synchronous invocation
790
- * (6 MB).</p>
791
- * <ul>
792
- * <li>
793
- * <p>
794
- * <b>Amazon Kinesis</b> - Default 100. Max 10,000.</p>
795
- * </li>
796
- * <li>
797
- * <p>
798
- * <b>Amazon DynamoDB Streams</b> - Default 100. Max 1,000.</p>
799
- * </li>
800
- * <li>
801
- * <p>
802
- * <b>Amazon Simple Queue Service</b> - Default 10. For standard queues the max is 10,000. For FIFO queues the max is 10.</p>
803
- * </li>
804
- * <li>
805
- * <p>
806
- * <b>Amazon Managed Streaming for Apache Kafka</b> - Default 100. Max 10,000.</p>
807
- * </li>
808
- * <li>
809
- * <p>
810
- * <b>Self-Managed Apache Kafka</b> - Default 100. Max 10,000.</p>
811
- * </li>
812
- * <li>
813
- * <p>
814
- * <b>Amazon MQ (ActiveMQ and RabbitMQ)</b> - Default 100. Max 10,000.</p>
815
- * </li>
816
- * </ul>
817
- */
818
- BatchSize?: number;
819
- /**
820
- * <p>(Streams and Amazon SQS) An object that defines the filter criteria that
821
- * determine whether Lambda should process an event. For more information, see <a href="https://docs.aws.amazon.com/lambda/latest/dg/invocation-eventfiltering.html">Lambda event filtering</a>.</p>
822
- */
823
- FilterCriteria?: FilterCriteria;
824
- /**
825
- * <p>(Streams and Amazon SQS standard queues) The maximum amount of time, in seconds, that Lambda spends gathering records before invoking the function.</p>
826
- * <p>Default: 0</p>
827
- * <p>Related setting: When you set <code>BatchSize</code> to a value greater than 10, you must set <code>MaximumBatchingWindowInSeconds</code> to at least 1.</p>
828
- */
829
- MaximumBatchingWindowInSeconds?: number;
830
- /**
831
- * <p>(Streams only) The number of batches to process from each shard concurrently.</p>
832
- */
833
- ParallelizationFactor?: number;
834
- /**
835
- * <p>The position in a stream from which to start reading. Required for Amazon Kinesis, Amazon DynamoDB, and Amazon
836
- * MSK Streams sources. <code>AT_TIMESTAMP</code> is only supported for Amazon Kinesis streams.</p>
837
- */
838
- StartingPosition?: EventSourcePosition | string;
839
- /**
840
- * <p>With <code>StartingPosition</code> set to <code>AT_TIMESTAMP</code>, the time from which to start
841
- * reading.</p>
842
- */
843
- StartingPositionTimestamp?: Date;
844
- /**
845
- * <p>(Streams only) An Amazon SQS queue or Amazon SNS topic destination for discarded records.</p>
846
- */
847
- DestinationConfig?: DestinationConfig;
848
- /**
849
- * <p>(Streams only) Discard records older than the specified age. The default value is infinite (-1).</p>
850
- */
851
- MaximumRecordAgeInSeconds?: number;
852
- /**
853
- * <p>(Streams only) If the function returns an error, split the batch in two and retry.</p>
854
- */
855
- BisectBatchOnFunctionError?: boolean;
856
- /**
857
- * <p>(Streams only) Discard records after the specified number of retries. The default value is infinite (-1). When set to infinite (-1), failed records will be retried until the record expires.</p>
858
- */
859
- MaximumRetryAttempts?: number;
860
- /**
861
- * <p>(Streams only) The duration in seconds of a processing window. The range is between 1 second up to 900 seconds.</p>
862
- */
863
- TumblingWindowInSeconds?: number;
864
- /**
865
- * <p>The name of the Kafka topic.</p>
866
- */
867
- Topics?: string[];
868
- /**
869
- * <p> (MQ) The name of the Amazon MQ broker destination queue to consume. </p>
870
- */
871
- Queues?: string[];
872
- /**
873
- * <p>An array of authentication protocols or VPC components required to secure your event source.</p>
874
- */
875
- SourceAccessConfigurations?: SourceAccessConfiguration[];
876
- /**
877
- * <p>The Self-Managed Apache Kafka cluster to send records.</p>
878
- */
879
- SelfManagedEventSource?: SelfManagedEventSource;
880
- /**
881
- * <p>(Streams and Amazon SQS) A list of current response type enums applied to the event source mapping.</p>
882
- */
883
- FunctionResponseTypes?: (FunctionResponseType | string)[];
884
- }
885
- export declare namespace CreateEventSourceMappingRequest {
886
- /**
887
- * @internal
888
- */
889
- const filterSensitiveLog: (obj: CreateEventSourceMappingRequest) => any;
890
- }
891
- /**
892
- * <p>A mapping between an Amazon Web Services resource and a Lambda function. For details, see <a>CreateEventSourceMapping</a>.</p>
893
- */
894
- export interface EventSourceMappingConfiguration {
895
- /**
896
- * <p>The identifier of the event source mapping.</p>
897
- */
898
- UUID?: string;
899
- /**
900
- * <p>The position in a stream from which to start reading. Required for Amazon Kinesis, Amazon DynamoDB, and Amazon MSK stream sources. <code>AT_TIMESTAMP</code> is supported only for Amazon Kinesis
901
- * streams.</p>
902
- */
903
- StartingPosition?: EventSourcePosition | string;
904
- /**
905
- * <p>With <code>StartingPosition</code> set to <code>AT_TIMESTAMP</code>, the time from which to start
906
- * reading.</p>
907
- */
908
- StartingPositionTimestamp?: Date;
909
- /**
910
- * <p>The maximum number of records in each batch that Lambda pulls from your stream or queue and sends to your function. Lambda passes all of the records in the batch to the function in a single call, up to the payload limit for synchronous invocation (6 MB).</p>
911
- * <p>Default value: Varies by service. For Amazon SQS, the default is 10. For all other services, the default is 100.</p>
912
- * <p>Related setting: When you set <code>BatchSize</code> to a value greater than 10, you must set <code>MaximumBatchingWindowInSeconds</code> to at least 1.</p>
913
- */
914
- BatchSize?: number;
915
- /**
916
- * <p>(Streams and Amazon SQS standard queues) The maximum amount of time, in seconds, that Lambda spends gathering records before invoking the function.</p>
917
- * <p>Default: 0</p>
918
- * <p>Related setting: When you set <code>BatchSize</code> to a value greater than 10, you must set <code>MaximumBatchingWindowInSeconds</code> to at least 1.</p>
919
- */
920
- MaximumBatchingWindowInSeconds?: number;
921
- /**
922
- * <p>(Streams only) The number of batches to process concurrently from each shard. The default value is 1.</p>
923
- */
924
- ParallelizationFactor?: number;
925
- /**
926
- * <p>The Amazon Resource Name (ARN) of the event source.</p>
927
- */
928
- EventSourceArn?: string;
929
- /**
930
- * <p>(Streams and Amazon SQS) An object that defines the filter criteria that
931
- * determine whether Lambda should process an event. For more information, see <a href="https://docs.aws.amazon.com/lambda/latest/dg/invocation-eventfiltering.html">Lambda event filtering</a>.</p>
932
- */
933
- FilterCriteria?: FilterCriteria;
934
- /**
935
- * <p>The ARN of the Lambda function.</p>
936
- */
937
- FunctionArn?: string;
938
- /**
939
- * <p>The date that the event source mapping was last updated or that its state changed.</p>
940
- */
941
- LastModified?: Date;
942
- /**
943
- * <p>The result of the last Lambda invocation of your function.</p>
944
- */
945
- LastProcessingResult?: string;
946
- /**
947
- * <p>The state of the event source mapping. It can be one of the following: <code>Creating</code>,
948
- * <code>Enabling</code>, <code>Enabled</code>, <code>Disabling</code>, <code>Disabled</code>,
949
- * <code>Updating</code>, or <code>Deleting</code>.</p>
950
- */
951
- State?: string;
952
- /**
953
- * <p>Indicates whether a user or Lambda made the last change to the event source mapping.</p>
954
- */
955
- StateTransitionReason?: string;
956
- /**
957
- * <p>(Streams only) An Amazon SQS queue or Amazon SNS topic destination for discarded records.</p>
958
- */
959
- DestinationConfig?: DestinationConfig;
960
- /**
961
- * <p>The name of the Kafka topic.</p>
962
- */
963
- Topics?: string[];
964
- /**
965
- * <p> (Amazon MQ) The name of the Amazon MQ broker destination queue to consume.</p>
966
- */
967
- Queues?: string[];
968
- /**
969
- * <p>An array of the authentication protocol, VPC components, or virtual host to secure and define your event source.</p>
970
- */
971
- SourceAccessConfigurations?: SourceAccessConfiguration[];
972
- /**
973
- * <p>The self-managed Apache Kafka cluster for your event source.</p>
974
- */
975
- SelfManagedEventSource?: SelfManagedEventSource;
976
- /**
977
- * <p>(Streams only) Discard records older than the specified age. The default value is -1,
978
- * which sets the maximum age to infinite. When the value is set to infinite, Lambda never discards old records. </p>
979
- */
980
- MaximumRecordAgeInSeconds?: number;
981
- /**
982
- * <p>(Streams only) If the function returns an error, split the batch in two and retry. The default value is false.</p>
983
- */
984
- BisectBatchOnFunctionError?: boolean;
985
- /**
986
- * <p>(Streams only) Discard records after the specified number of retries. The default value is -1,
987
- * which sets the maximum number of retries to infinite. When MaximumRetryAttempts is infinite, Lambda retries failed records until the record expires in the event source.</p>
988
- */
989
- MaximumRetryAttempts?: number;
990
- /**
991
- * <p>(Streams only) The duration in seconds of a processing window. The range is 1–900 seconds.</p>
992
- */
993
- TumblingWindowInSeconds?: number;
994
- /**
995
- * <p>(Streams only) A list of current response type enums applied to the event source mapping.</p>
996
- */
997
- FunctionResponseTypes?: (FunctionResponseType | string)[];
998
- }
999
- export declare namespace EventSourceMappingConfiguration {
1000
- /**
1001
- * @internal
1002
- */
1003
- const filterSensitiveLog: (obj: EventSourceMappingConfiguration) => any;
1004
- }
1005
- /**
1006
- * <p>The specified code signing configuration does not exist.</p>
1007
- */
1008
- export interface CodeSigningConfigNotFoundException extends __SmithyException, $MetadataBearer {
1009
- name: "CodeSigningConfigNotFoundException";
1010
- $fault: "client";
1011
- Type?: string;
1012
- Message?: string;
1013
- }
1014
- export declare namespace CodeSigningConfigNotFoundException {
1015
- /**
1016
- * @internal
1017
- */
1018
- const filterSensitiveLog: (obj: CodeSigningConfigNotFoundException) => any;
1019
- }
1020
- /**
1021
- * <p>You have exceeded your maximum total code size per account. <a href="https://docs.aws.amazon.com/lambda/latest/dg/limits.html">Learn more</a>
1022
- * </p>
1023
- */
1024
- export interface CodeStorageExceededException extends __SmithyException, $MetadataBearer {
1025
- name: "CodeStorageExceededException";
1026
- $fault: "client";
1027
- /**
1028
- * <p>The exception type.</p>
1029
- */
1030
- Type?: string;
1031
- message?: string;
1032
- }
1033
- export declare namespace CodeStorageExceededException {
1034
- /**
1035
- * @internal
1036
- */
1037
- const filterSensitiveLog: (obj: CodeStorageExceededException) => any;
1038
- }
1039
- /**
1040
- * <p>The code signature failed one or more of the validation checks for signature mismatch or expiry, and the code signing policy
1041
- * is set to ENFORCE. Lambda blocks the deployment. </p>
1042
- */
1043
- export interface CodeVerificationFailedException extends __SmithyException, $MetadataBearer {
1044
- name: "CodeVerificationFailedException";
1045
- $fault: "client";
1046
- Type?: string;
1047
- Message?: string;
1048
- }
1049
- export declare namespace CodeVerificationFailedException {
1050
- /**
1051
- * @internal
1052
- */
1053
- const filterSensitiveLog: (obj: CodeVerificationFailedException) => any;
1054
- }
1055
- /**
1056
- * <p>The code for the Lambda function. You can specify either an object in Amazon S3, upload a .zip file archive deployment
1057
- * package directly, or specify the URI of a container image.</p>
1058
- */
1059
- export interface FunctionCode {
1060
- /**
1061
- * <p>The base64-encoded contents of the deployment package. Amazon Web Services SDK and Amazon Web Services CLI clients handle the encoding for
1062
- * you.</p>
1063
- */
1064
- ZipFile?: Uint8Array;
1065
- /**
1066
- * <p>An Amazon S3 bucket in the same Amazon Web Services Region as your function. The bucket can be in a different Amazon Web Services account.</p>
1067
- */
1068
- S3Bucket?: string;
1069
- /**
1070
- * <p>The Amazon S3 key of the deployment package.</p>
1071
- */
1072
- S3Key?: string;
1073
- /**
1074
- * <p>For versioned objects, the version of the deployment package object to use.</p>
1075
- */
1076
- S3ObjectVersion?: string;
1077
- /**
1078
- * <p>URI of a <a href="https://docs.aws.amazon.com/lambda/latest/dg/lambda-images.html">container image</a> in the Amazon ECR registry.</p>
1079
- */
1080
- ImageUri?: string;
1081
- }
1082
- export declare namespace FunctionCode {
1083
- /**
1084
- * @internal
1085
- */
1086
- const filterSensitiveLog: (obj: FunctionCode) => any;
1087
- }
1088
- /**
1089
- * <p>The <a href="https://docs.aws.amazon.com/lambda/latest/dg/invocation-async.html#dlq">dead-letter queue</a> for
1090
- * failed asynchronous invocations.</p>
1091
- */
1092
- export interface DeadLetterConfig {
1093
- /**
1094
- * <p>The Amazon Resource Name (ARN) of an Amazon SQS queue or Amazon SNS topic.</p>
1095
- */
1096
- TargetArn?: string;
1097
- }
1098
- export declare namespace DeadLetterConfig {
1099
- /**
1100
- * @internal
1101
- */
1102
- const filterSensitiveLog: (obj: DeadLetterConfig) => any;
1103
- }
1104
- /**
1105
- * <p>A function's environment variable settings.
1106
- * You can use environment variables to adjust your function's behavior without updating code.
1107
- * An environment variable is a pair of strings that are stored in a function's version-specific configuration. </p>
1108
- */
1109
- export interface Environment {
1110
- /**
1111
- * <p>Environment variable key-value pairs. For more information, see
1112
- * <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-envvars.html">Using Lambda environment variables</a>.</p>
1113
- */
1114
- Variables?: {
1115
- [key: string]: string;
1116
- };
1117
- }
1118
- export declare namespace Environment {
1119
- /**
1120
- * @internal
1121
- */
1122
- const filterSensitiveLog: (obj: Environment) => any;
1123
- }
1124
- /**
1125
- * <p>Details about the connection between a Lambda function and an
1126
- * <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-filesystem.html">Amazon EFS file system</a>.</p>
1127
- */
1128
- export interface FileSystemConfig {
1129
- /**
1130
- * <p>The Amazon Resource Name (ARN) of the Amazon EFS access point that provides access to the file system.</p>
1131
- */
1132
- Arn: string | undefined;
1133
- /**
1134
- * <p>The path where the function can access the file system, starting with <code>/mnt/</code>.</p>
1135
- */
1136
- LocalMountPath: string | undefined;
1137
- }
1138
- export declare namespace FileSystemConfig {
1139
- /**
1140
- * @internal
1141
- */
1142
- const filterSensitiveLog: (obj: FileSystemConfig) => any;
1143
- }
1144
- /**
1145
- * <p>Configuration values that override the container image Dockerfile settings. See
1146
- * <a href="https://docs.aws.amazon.com/lambda/latest/dg/images-create.html#images-parms">Container settings</a>. </p>
1147
- */
1148
- export interface ImageConfig {
1149
- /**
1150
- * <p>Specifies the entry point to their application, which is typically the location of the runtime
1151
- * executable.</p>
1152
- */
1153
- EntryPoint?: string[];
1154
- /**
1155
- * <p>Specifies parameters that you want to pass in with ENTRYPOINT. </p>
1156
- */
1157
- Command?: string[];
1158
- /**
1159
- * <p>Specifies the working directory.</p>
1160
- */
1161
- WorkingDirectory?: string;
1162
- }
1163
- export declare namespace ImageConfig {
1164
- /**
1165
- * @internal
1166
- */
1167
- const filterSensitiveLog: (obj: ImageConfig) => any;
1168
- }
1169
- export declare enum PackageType {
1170
- Image = "Image",
1171
- Zip = "Zip"
1172
- }
1173
- export declare enum Runtime {
1174
- dotnetcore10 = "dotnetcore1.0",
1175
- dotnetcore20 = "dotnetcore2.0",
1176
- dotnetcore21 = "dotnetcore2.1",
1177
- dotnetcore31 = "dotnetcore3.1",
1178
- go1x = "go1.x",
1179
- java11 = "java11",
1180
- java8 = "java8",
1181
- java8al2 = "java8.al2",
1182
- nodejs = "nodejs",
1183
- nodejs10x = "nodejs10.x",
1184
- nodejs12x = "nodejs12.x",
1185
- nodejs14x = "nodejs14.x",
1186
- nodejs43 = "nodejs4.3",
1187
- nodejs43edge = "nodejs4.3-edge",
1188
- nodejs610 = "nodejs6.10",
1189
- nodejs810 = "nodejs8.10",
1190
- provided = "provided",
1191
- providedal2 = "provided.al2",
1192
- python27 = "python2.7",
1193
- python36 = "python3.6",
1194
- python37 = "python3.7",
1195
- python38 = "python3.8",
1196
- python39 = "python3.9",
1197
- ruby25 = "ruby2.5",
1198
- ruby27 = "ruby2.7"
1199
- }
1200
- export declare enum TracingMode {
1201
- Active = "Active",
1202
- PassThrough = "PassThrough"
1203
- }
1204
- /**
1205
- * <p>The function's <a href="https://docs.aws.amazon.com/lambda/latest/dg/services-xray.html">X-Ray</a> tracing configuration.
1206
- * To sample and record incoming requests, set <code>Mode</code> to <code>Active</code>.</p>
1207
- */
1208
- export interface TracingConfig {
1209
- /**
1210
- * <p>The tracing mode.</p>
1211
- */
1212
- Mode?: TracingMode | string;
1213
- }
1214
- export declare namespace TracingConfig {
1215
- /**
1216
- * @internal
1217
- */
1218
- const filterSensitiveLog: (obj: TracingConfig) => any;
1219
- }
1220
- /**
1221
- * <p>The VPC security groups and subnets that are attached to a Lambda function. For more information, see <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-vpc.html">VPC Settings</a>.</p>
1222
- */
1223
- export interface VpcConfig {
1224
- /**
1225
- * <p>A list of VPC subnet IDs.</p>
1226
- */
1227
- SubnetIds?: string[];
1228
- /**
1229
- * <p>A list of VPC security groups IDs.</p>
1230
- */
1231
- SecurityGroupIds?: string[];
1232
- }
1233
- export declare namespace VpcConfig {
1234
- /**
1235
- * @internal
1236
- */
1237
- const filterSensitiveLog: (obj: VpcConfig) => any;
1238
- }
1239
- export interface CreateFunctionRequest {
1240
- /**
1241
- * <p>The name of the Lambda function.</p>
1242
- * <p class="title">
1243
- * <b>Name formats</b>
1244
- * </p>
1245
- * <ul>
1246
- * <li>
1247
- * <p>
1248
- * <b>Function name</b> - <code>my-function</code>.</p>
1249
- * </li>
1250
- * <li>
1251
- * <p>
1252
- * <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p>
1253
- * </li>
1254
- * <li>
1255
- * <p>
1256
- * <b>Partial ARN</b> - <code>123456789012:function:my-function</code>.</p>
1257
- * </li>
1258
- * </ul>
1259
- * <p>The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64
1260
- * characters in length.</p>
1261
- */
1262
- FunctionName: string | undefined;
1263
- /**
1264
- * <p>The identifier of the function's <a href="https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html">runtime</a>. Runtime is required if the deployment package is a .zip file archive.
1265
- * </p>
1266
- */
1267
- Runtime?: Runtime | string;
1268
- /**
1269
- * <p>The Amazon Resource Name (ARN) of the function's execution role.</p>
1270
- */
1271
- Role: string | undefined;
1272
- /**
1273
- * <p>The name of the method within your code that Lambda calls to execute your function.
1274
- * Handler is required if the deployment package is a .zip file archive. The format includes the
1275
- * file name. It can also include namespaces and other qualifiers, depending on the runtime. For more information,
1276
- * see <a href="https://docs.aws.amazon.com/lambda/latest/dg/programming-model-v2.html">Programming Model</a>.</p>
1277
- */
1278
- Handler?: string;
1279
- /**
1280
- * <p>The code for the function.</p>
1281
- */
1282
- Code: FunctionCode | undefined;
1283
- /**
1284
- * <p>A description of the function.</p>
1285
- */
1286
- Description?: string;
1287
- /**
1288
- * <p>The amount of time (in seconds) that Lambda allows a function to run before stopping it. The default is 3 seconds. The
1289
- * maximum allowed value is 900 seconds. For additional information, see <a href="https://docs.aws.amazon.com/lambda/latest/dg/runtimes-context.html">Lambda execution environment</a>.</p>
1290
- */
1291
- Timeout?: number;
1292
- /**
1293
- * <p>The amount of <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-memory.html">memory available to the function</a> at runtime.
1294
- * Increasing the function memory also increases its CPU allocation. The default value is 128 MB. The value can be any multiple of 1 MB.</p>
1295
- */
1296
- MemorySize?: number;
1297
- /**
1298
- * <p>Set to true to publish the first version of the function during creation.</p>
1299
- */
1300
- Publish?: boolean;
1301
- /**
1302
- * <p>For network connectivity to Amazon Web Services resources in a VPC, specify a list of security groups and subnets in the VPC.
1303
- * When you connect a function to a VPC, it can only access resources and the internet through that VPC. For more
1304
- * information, see <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-vpc.html">VPC Settings</a>.</p>
1305
- */
1306
- VpcConfig?: VpcConfig;
1307
- /**
1308
- * <p>The type of deployment package. Set to <code>Image</code> for container image and set <code>Zip</code> for ZIP archive.</p>
1309
- */
1310
- PackageType?: PackageType | string;
1311
- /**
1312
- * <p>A dead letter queue configuration that specifies the queue or topic where Lambda sends asynchronous events
1313
- * when they fail processing. For more information, see <a href="https://docs.aws.amazon.com/lambda/latest/dg/invocation-async.html#dlq">Dead Letter Queues</a>.</p>
1314
- */
1315
- DeadLetterConfig?: DeadLetterConfig;
1316
- /**
1317
- * <p>Environment variables that are accessible from function code during execution.</p>
1318
- */
1319
- Environment?: Environment;
1320
- /**
1321
- * <p>The ARN of the Amazon Web Services Key Management Service (KMS) key that's used to encrypt your function's environment
1322
- * variables. If it's not provided, Lambda uses a default service key.</p>
1323
- */
1324
- KMSKeyArn?: string;
1325
- /**
1326
- * <p>Set <code>Mode</code> to <code>Active</code> to sample and trace a subset of incoming requests with
1327
- * <a href="https://docs.aws.amazon.com/lambda/latest/dg/services-xray.html">X-Ray</a>.</p>
1328
- */
1329
- TracingConfig?: TracingConfig;
1330
- /**
1331
- * <p>A list of <a href="https://docs.aws.amazon.com/lambda/latest/dg/tagging.html">tags</a> to apply to the
1332
- * function.</p>
1333
- */
1334
- Tags?: {
1335
- [key: string]: string;
1336
- };
1337
- /**
1338
- * <p>A list of <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html">function layers</a>
1339
- * to add to the function's execution environment. Specify each layer by its ARN, including the version.</p>
1340
- */
1341
- Layers?: string[];
1342
- /**
1343
- * <p>Connection settings for an Amazon EFS file system.</p>
1344
- */
1345
- FileSystemConfigs?: FileSystemConfig[];
1346
- /**
1347
- * <p>Container image <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-images.html#configuration-images-settings">configuration
1348
- * values</a> that override the values in the container image Dockerfile.</p>
1349
- */
1350
- ImageConfig?: ImageConfig;
1351
- /**
1352
- * <p>To enable code signing for this function, specify the ARN of a code-signing configuration. A code-signing configuration
1353
- * includes a set of signing profiles, which define the trusted publishers for this function.</p>
1354
- */
1355
- CodeSigningConfigArn?: string;
1356
- /**
1357
- * <p>The instruction set architecture that the function supports. Enter a string array with one of the valid values (arm64 or x86_64).
1358
- * The default value is <code>x86_64</code>.</p>
1359
- */
1360
- Architectures?: (Architecture | string)[];
1361
- }
1362
- export declare namespace CreateFunctionRequest {
1363
- /**
1364
- * @internal
1365
- */
1366
- const filterSensitiveLog: (obj: CreateFunctionRequest) => any;
1367
- }
1368
- /**
1369
- * <p>Error messages for environment variables that couldn't be applied.</p>
1370
- */
1371
- export interface EnvironmentError {
1372
- /**
1373
- * <p>The error code.</p>
1374
- */
1375
- ErrorCode?: string;
1376
- /**
1377
- * <p>The error message.</p>
1378
- */
1379
- Message?: string;
1380
- }
1381
- export declare namespace EnvironmentError {
1382
- /**
1383
- * @internal
1384
- */
1385
- const filterSensitiveLog: (obj: EnvironmentError) => any;
1386
- }
1387
- /**
1388
- * <p>The results of an operation to update or read environment variables. If the operation is successful, the
1389
- * response contains the environment variables. If it failed, the response contains details about the error.</p>
1390
- */
1391
- export interface EnvironmentResponse {
1392
- /**
1393
- * <p>Environment variable key-value pairs.</p>
1394
- */
1395
- Variables?: {
1396
- [key: string]: string;
1397
- };
1398
- /**
1399
- * <p>Error messages for environment variables that couldn't be applied.</p>
1400
- */
1401
- Error?: EnvironmentError;
1402
- }
1403
- export declare namespace EnvironmentResponse {
1404
- /**
1405
- * @internal
1406
- */
1407
- const filterSensitiveLog: (obj: EnvironmentResponse) => any;
1408
- }
1409
- /**
1410
- * <p>Error response to GetFunctionConfiguration.</p>
1411
- */
1412
- export interface ImageConfigError {
1413
- /**
1414
- * <p>Error code.</p>
1415
- */
1416
- ErrorCode?: string;
1417
- /**
1418
- * <p>Error message.</p>
1419
- */
1420
- Message?: string;
1421
- }
1422
- export declare namespace ImageConfigError {
1423
- /**
1424
- * @internal
1425
- */
1426
- const filterSensitiveLog: (obj: ImageConfigError) => any;
1427
- }
1428
- /**
1429
- * <p>Response to GetFunctionConfiguration request.</p>
1430
- */
1431
- export interface ImageConfigResponse {
1432
- /**
1433
- * <p>Configuration values that override the container image Dockerfile.</p>
1434
- */
1435
- ImageConfig?: ImageConfig;
1436
- /**
1437
- * <p>Error response to GetFunctionConfiguration.</p>
1438
- */
1439
- Error?: ImageConfigError;
1440
- }
1441
- export declare namespace ImageConfigResponse {
1442
- /**
1443
- * @internal
1444
- */
1445
- const filterSensitiveLog: (obj: ImageConfigResponse) => any;
1446
- }
1447
- export declare enum LastUpdateStatus {
1448
- Failed = "Failed",
1449
- InProgress = "InProgress",
1450
- Successful = "Successful"
1451
- }
1452
- export declare enum LastUpdateStatusReasonCode {
1453
- EniLimitExceeded = "EniLimitExceeded",
1454
- ImageAccessDenied = "ImageAccessDenied",
1455
- ImageDeleted = "ImageDeleted",
1456
- InsufficientRolePermissions = "InsufficientRolePermissions",
1457
- InternalError = "InternalError",
1458
- InvalidConfiguration = "InvalidConfiguration",
1459
- InvalidImage = "InvalidImage",
1460
- InvalidSecurityGroup = "InvalidSecurityGroup",
1461
- InvalidSubnet = "InvalidSubnet",
1462
- SubnetOutOfIPAddresses = "SubnetOutOfIPAddresses"
1463
- }
1464
- /**
1465
- * <p>An <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html">Lambda
1466
- * layer</a>.</p>
1467
- */
1468
- export interface Layer {
1469
- /**
1470
- * <p>The Amazon Resource Name (ARN) of the function layer.</p>
1471
- */
1472
- Arn?: string;
1473
- /**
1474
- * <p>The size of the layer archive in bytes.</p>
1475
- */
1476
- CodeSize?: number;
1477
- /**
1478
- * <p>The Amazon Resource Name (ARN) for a signing profile version.</p>
1479
- */
1480
- SigningProfileVersionArn?: string;
1481
- /**
1482
- * <p>The Amazon Resource Name (ARN) of a signing job.</p>
1483
- */
1484
- SigningJobArn?: string;
1485
- }
1486
- export declare namespace Layer {
1487
- /**
1488
- * @internal
1489
- */
1490
- const filterSensitiveLog: (obj: Layer) => any;
1491
- }
1492
- export declare enum State {
1493
- Active = "Active",
1494
- Failed = "Failed",
1495
- Inactive = "Inactive",
1496
- Pending = "Pending"
1497
- }
1498
- export declare enum StateReasonCode {
1499
- Creating = "Creating",
1500
- EniLimitExceeded = "EniLimitExceeded",
1501
- Idle = "Idle",
1502
- ImageAccessDenied = "ImageAccessDenied",
1503
- ImageDeleted = "ImageDeleted",
1504
- InsufficientRolePermissions = "InsufficientRolePermissions",
1505
- InternalError = "InternalError",
1506
- InvalidConfiguration = "InvalidConfiguration",
1507
- InvalidImage = "InvalidImage",
1508
- InvalidSecurityGroup = "InvalidSecurityGroup",
1509
- InvalidSubnet = "InvalidSubnet",
1510
- Restoring = "Restoring",
1511
- SubnetOutOfIPAddresses = "SubnetOutOfIPAddresses"
1512
- }
1513
- /**
1514
- * <p>The function's X-Ray tracing configuration.</p>
1515
- */
1516
- export interface TracingConfigResponse {
1517
- /**
1518
- * <p>The tracing mode.</p>
1519
- */
1520
- Mode?: TracingMode | string;
1521
- }
1522
- export declare namespace TracingConfigResponse {
1523
- /**
1524
- * @internal
1525
- */
1526
- const filterSensitiveLog: (obj: TracingConfigResponse) => any;
1527
- }
1528
- /**
1529
- * <p>The VPC security groups and subnets that are attached to a Lambda function.</p>
1530
- */
1531
- export interface VpcConfigResponse {
1532
- /**
1533
- * <p>A list of VPC subnet IDs.</p>
1534
- */
1535
- SubnetIds?: string[];
1536
- /**
1537
- * <p>A list of VPC security groups IDs.</p>
1538
- */
1539
- SecurityGroupIds?: string[];
1540
- /**
1541
- * <p>The ID of the VPC.</p>
1542
- */
1543
- VpcId?: string;
1544
- }
1545
- export declare namespace VpcConfigResponse {
1546
- /**
1547
- * @internal
1548
- */
1549
- const filterSensitiveLog: (obj: VpcConfigResponse) => any;
1550
- }
1551
- /**
1552
- * <p>Details about a function's configuration.</p>
1553
- */
1554
- export interface FunctionConfiguration {
1555
- /**
1556
- * <p>The name of the function.</p>
1557
- */
1558
- FunctionName?: string;
1559
- /**
1560
- * <p>The function's Amazon Resource Name (ARN).</p>
1561
- */
1562
- FunctionArn?: string;
1563
- /**
1564
- * <p>The runtime environment for the Lambda function.</p>
1565
- */
1566
- Runtime?: Runtime | string;
1567
- /**
1568
- * <p>The function's execution role.</p>
1569
- */
1570
- Role?: string;
1571
- /**
1572
- * <p>The function that Lambda calls to begin executing your function.</p>
1573
- */
1574
- Handler?: string;
1575
- /**
1576
- * <p>The size of the function's deployment package, in bytes.</p>
1577
- */
1578
- CodeSize?: number;
1579
- /**
1580
- * <p>The function's description.</p>
1581
- */
1582
- Description?: string;
1583
- /**
1584
- * <p>The amount of time in seconds that Lambda allows a function to run before stopping it.</p>
1585
- */
1586
- Timeout?: number;
1587
- /**
1588
- * <p>The amount of memory available to the function at runtime. </p>
1589
- */
1590
- MemorySize?: number;
1591
- /**
1592
- * <p>The date and time that the function was last updated, in <a href="https://www.w3.org/TR/NOTE-datetime">ISO-8601 format</a> (YYYY-MM-DDThh:mm:ss.sTZD).</p>
1593
- */
1594
- LastModified?: string;
1595
- /**
1596
- * <p>The SHA256 hash of the function's deployment package.</p>
1597
- */
1598
- CodeSha256?: string;
1599
- /**
1600
- * <p>The version of the Lambda function.</p>
1601
- */
1602
- Version?: string;
1603
- /**
1604
- * <p>The function's networking configuration.</p>
1605
- */
1606
- VpcConfig?: VpcConfigResponse;
1607
- /**
1608
- * <p>The function's dead letter queue.</p>
1609
- */
1610
- DeadLetterConfig?: DeadLetterConfig;
1611
- /**
1612
- * <p>The function's <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-envvars.html">environment variables</a>.</p>
1613
- */
1614
- Environment?: EnvironmentResponse;
1615
- /**
1616
- * <p>The KMS key that's used to encrypt the function's environment variables. This key is only returned if you've
1617
- * configured a customer managed key.</p>
1618
- */
1619
- KMSKeyArn?: string;
1620
- /**
1621
- * <p>The function's X-Ray tracing configuration.</p>
1622
- */
1623
- TracingConfig?: TracingConfigResponse;
1624
- /**
1625
- * <p>For Lambda@Edge functions, the ARN of the main function.</p>
1626
- */
1627
- MasterArn?: string;
1628
- /**
1629
- * <p>The latest updated revision of the function or alias.</p>
1630
- */
1631
- RevisionId?: string;
1632
- /**
1633
- * <p>The function's <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html">
1634
- * layers</a>.</p>
1635
- */
1636
- Layers?: Layer[];
1637
- /**
1638
- * <p>The current state of the function. When the state is <code>Inactive</code>, you can reactivate the function by
1639
- * invoking it.</p>
1640
- */
1641
- State?: State | string;
1642
- /**
1643
- * <p>The reason for the function's current state.</p>
1644
- */
1645
- StateReason?: string;
1646
- /**
1647
- * <p>The reason code for the function's current state. When the code is <code>Creating</code>, you can't invoke or
1648
- * modify the function.</p>
1649
- */
1650
- StateReasonCode?: StateReasonCode | string;
1651
- /**
1652
- * <p>The status of the last update that was performed on the function. This is first set to <code>Successful</code>
1653
- * after function creation completes.</p>
1654
- */
1655
- LastUpdateStatus?: LastUpdateStatus | string;
1656
- /**
1657
- * <p>The reason for the last update that was performed on the function.</p>
1658
- */
1659
- LastUpdateStatusReason?: string;
1660
- /**
1661
- * <p>The reason code for the last update that was performed on the function.</p>
1662
- */
1663
- LastUpdateStatusReasonCode?: LastUpdateStatusReasonCode | string;
1664
- /**
1665
- * <p>Connection settings for an <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-filesystem.html">Amazon EFS file system</a>.</p>
1666
- */
1667
- FileSystemConfigs?: FileSystemConfig[];
1668
- /**
1669
- * <p>The type of deployment package. Set to <code>Image</code> for container image and set <code>Zip</code> for .zip file archive.</p>
1670
- */
1671
- PackageType?: PackageType | string;
1672
- /**
1673
- * <p>The function's image configuration values.</p>
1674
- */
1675
- ImageConfigResponse?: ImageConfigResponse;
1676
- /**
1677
- * <p>The ARN of the signing profile version.</p>
1678
- */
1679
- SigningProfileVersionArn?: string;
1680
- /**
1681
- * <p>The ARN of the signing job.</p>
1682
- */
1683
- SigningJobArn?: string;
1684
- /**
1685
- * <p>The instruction set architecture that the function supports. Architecture is a string array with one of the
1686
- * valid values. The default architecture value is <code>x86_64</code>.</p>
1687
- */
1688
- Architectures?: (Architecture | string)[];
1689
- }
1690
- export declare namespace FunctionConfiguration {
1691
- /**
1692
- * @internal
1693
- */
1694
- const filterSensitiveLog: (obj: FunctionConfiguration) => any;
1695
- }
1696
- /**
1697
- * <p>The code signature failed the integrity check. Lambda always blocks deployment if the integrity check
1698
- * fails, even if code signing policy is set to WARN.</p>
1699
- */
1700
- export interface InvalidCodeSignatureException extends __SmithyException, $MetadataBearer {
1701
- name: "InvalidCodeSignatureException";
1702
- $fault: "client";
1703
- Type?: string;
1704
- Message?: string;
1705
- }
1706
- export declare namespace InvalidCodeSignatureException {
1707
- /**
1708
- * @internal
1709
- */
1710
- const filterSensitiveLog: (obj: InvalidCodeSignatureException) => any;
1711
- }
1712
- export interface DeleteAliasRequest {
1713
- /**
1714
- * <p>The name of the Lambda function.</p>
1715
- * <p class="title">
1716
- * <b>Name formats</b>
1717
- * </p>
1718
- * <ul>
1719
- * <li>
1720
- * <p>
1721
- * <b>Function name</b> - <code>MyFunction</code>.</p>
1722
- * </li>
1723
- * <li>
1724
- * <p>
1725
- * <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:MyFunction</code>.</p>
1726
- * </li>
1727
- * <li>
1728
- * <p>
1729
- * <b>Partial ARN</b> - <code>123456789012:function:MyFunction</code>.</p>
1730
- * </li>
1731
- * </ul>
1732
- * <p>The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64
1733
- * characters in length.</p>
1734
- */
1735
- FunctionName: string | undefined;
1736
- /**
1737
- * <p>The name of the alias.</p>
1738
- */
1739
- Name: string | undefined;
1740
- }
1741
- export declare namespace DeleteAliasRequest {
1742
- /**
1743
- * @internal
1744
- */
1745
- const filterSensitiveLog: (obj: DeleteAliasRequest) => any;
1746
- }
1747
- export interface DeleteCodeSigningConfigRequest {
1748
- /**
1749
- * <p>The The Amazon Resource Name (ARN) of the code signing configuration.</p>
1750
- */
1751
- CodeSigningConfigArn: string | undefined;
1752
- }
1753
- export declare namespace DeleteCodeSigningConfigRequest {
1754
- /**
1755
- * @internal
1756
- */
1757
- const filterSensitiveLog: (obj: DeleteCodeSigningConfigRequest) => any;
1758
- }
1759
- export interface DeleteCodeSigningConfigResponse {
1760
- }
1761
- export declare namespace DeleteCodeSigningConfigResponse {
1762
- /**
1763
- * @internal
1764
- */
1765
- const filterSensitiveLog: (obj: DeleteCodeSigningConfigResponse) => any;
1766
- }
1767
- export interface DeleteEventSourceMappingRequest {
1768
- /**
1769
- * <p>The identifier of the event source mapping.</p>
1770
- */
1771
- UUID: string | undefined;
1772
- }
1773
- export declare namespace DeleteEventSourceMappingRequest {
1774
- /**
1775
- * @internal
1776
- */
1777
- const filterSensitiveLog: (obj: DeleteEventSourceMappingRequest) => any;
1778
- }
1779
- /**
1780
- * <p>The operation conflicts with the resource's availability. For example, you attempted to update an EventSource
1781
- * Mapping in CREATING, or tried to delete a EventSource mapping currently in the UPDATING state.</p>
1782
- */
1783
- export interface ResourceInUseException extends __SmithyException, $MetadataBearer {
1784
- name: "ResourceInUseException";
1785
- $fault: "client";
1786
- Type?: string;
1787
- Message?: string;
1788
- }
1789
- export declare namespace ResourceInUseException {
1790
- /**
1791
- * @internal
1792
- */
1793
- const filterSensitiveLog: (obj: ResourceInUseException) => any;
1794
- }
1795
- export interface DeleteFunctionRequest {
1796
- /**
1797
- * <p>The name of the Lambda function or version.</p>
1798
- * <p class="title">
1799
- * <b>Name formats</b>
1800
- * </p>
1801
- * <ul>
1802
- * <li>
1803
- * <p>
1804
- * <b>Function name</b> - <code>my-function</code> (name-only), <code>my-function:1</code> (with version).</p>
1805
- * </li>
1806
- * <li>
1807
- * <p>
1808
- * <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p>
1809
- * </li>
1810
- * <li>
1811
- * <p>
1812
- * <b>Partial ARN</b> - <code>123456789012:function:my-function</code>.</p>
1813
- * </li>
1814
- * </ul>
1815
- * <p>You can append a version number or alias to any of the formats. The length constraint applies only to the full ARN.
1816
- * If you specify only the function name, it is limited to 64 characters in length.</p>
1817
- */
1818
- FunctionName: string | undefined;
1819
- /**
1820
- * <p>Specify a version to delete. You can't delete a version that's referenced by an alias.</p>
1821
- */
1822
- Qualifier?: string;
1823
- }
1824
- export declare namespace DeleteFunctionRequest {
1825
- /**
1826
- * @internal
1827
- */
1828
- const filterSensitiveLog: (obj: DeleteFunctionRequest) => any;
1829
- }
1830
- export interface DeleteFunctionCodeSigningConfigRequest {
1831
- /**
1832
- * <p>The name of the Lambda function.</p>
1833
- * <p class="title">
1834
- * <b>Name formats</b>
1835
- * </p>
1836
- * <ul>
1837
- * <li>
1838
- * <p>
1839
- * <b>Function name</b> - <code>MyFunction</code>.</p>
1840
- * </li>
1841
- * <li>
1842
- * <p>
1843
- * <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:MyFunction</code>.</p>
1844
- * </li>
1845
- * <li>
1846
- * <p>
1847
- * <b>Partial ARN</b> - <code>123456789012:function:MyFunction</code>.</p>
1848
- * </li>
1849
- * </ul>
1850
- * <p>The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64
1851
- * characters in length.</p>
1852
- */
1853
- FunctionName: string | undefined;
1854
- }
1855
- export declare namespace DeleteFunctionCodeSigningConfigRequest {
1856
- /**
1857
- * @internal
1858
- */
1859
- const filterSensitiveLog: (obj: DeleteFunctionCodeSigningConfigRequest) => any;
1860
- }
1861
- export interface DeleteFunctionConcurrencyRequest {
1862
- /**
1863
- * <p>The name of the Lambda function.</p>
1864
- * <p class="title">
1865
- * <b>Name formats</b>
1866
- * </p>
1867
- * <ul>
1868
- * <li>
1869
- * <p>
1870
- * <b>Function name</b> - <code>my-function</code>.</p>
1871
- * </li>
1872
- * <li>
1873
- * <p>
1874
- * <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p>
1875
- * </li>
1876
- * <li>
1877
- * <p>
1878
- * <b>Partial ARN</b> - <code>123456789012:function:my-function</code>.</p>
1879
- * </li>
1880
- * </ul>
1881
- * <p>The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64
1882
- * characters in length.</p>
1883
- */
1884
- FunctionName: string | undefined;
1885
- }
1886
- export declare namespace DeleteFunctionConcurrencyRequest {
1887
- /**
1888
- * @internal
1889
- */
1890
- const filterSensitiveLog: (obj: DeleteFunctionConcurrencyRequest) => any;
1891
- }
1892
- export interface DeleteFunctionEventInvokeConfigRequest {
1893
- /**
1894
- * <p>The name of the Lambda function, version, or alias.</p>
1895
- * <p class="title">
1896
- * <b>Name formats</b>
1897
- * </p>
1898
- * <ul>
1899
- * <li>
1900
- * <p>
1901
- * <b>Function name</b> - <code>my-function</code> (name-only), <code>my-function:v1</code> (with alias).</p>
1902
- * </li>
1903
- * <li>
1904
- * <p>
1905
- * <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p>
1906
- * </li>
1907
- * <li>
1908
- * <p>
1909
- * <b>Partial ARN</b> - <code>123456789012:function:my-function</code>.</p>
1910
- * </li>
1911
- * </ul>
1912
- * <p>You can append a version number or alias to any of the formats. The length constraint applies only to the full ARN.
1913
- * If you specify only the function name, it is limited to 64 characters in length.</p>
1914
- */
1915
- FunctionName: string | undefined;
1916
- /**
1917
- * <p>A version number or alias name.</p>
1918
- */
1919
- Qualifier?: string;
1920
- }
1921
- export declare namespace DeleteFunctionEventInvokeConfigRequest {
1922
- /**
1923
- * @internal
1924
- */
1925
- const filterSensitiveLog: (obj: DeleteFunctionEventInvokeConfigRequest) => any;
1926
- }
1927
- export interface DeleteLayerVersionRequest {
1928
- /**
1929
- * <p>The name or Amazon Resource Name (ARN) of the layer.</p>
1930
- */
1931
- LayerName: string | undefined;
1932
- /**
1933
- * <p>The version number.</p>
1934
- */
1935
- VersionNumber: number | undefined;
1936
- }
1937
- export declare namespace DeleteLayerVersionRequest {
1938
- /**
1939
- * @internal
1940
- */
1941
- const filterSensitiveLog: (obj: DeleteLayerVersionRequest) => any;
1942
- }
1943
- export interface DeleteProvisionedConcurrencyConfigRequest {
1944
- /**
1945
- * <p>The name of the Lambda function.</p>
1946
- * <p class="title">
1947
- * <b>Name formats</b>
1948
- * </p>
1949
- * <ul>
1950
- * <li>
1951
- * <p>
1952
- * <b>Function name</b> - <code>my-function</code>.</p>
1953
- * </li>
1954
- * <li>
1955
- * <p>
1956
- * <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p>
1957
- * </li>
1958
- * <li>
1959
- * <p>
1960
- * <b>Partial ARN</b> - <code>123456789012:function:my-function</code>.</p>
1961
- * </li>
1962
- * </ul>
1963
- * <p>The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64
1964
- * characters in length.</p>
1965
- */
1966
- FunctionName: string | undefined;
1967
- /**
1968
- * <p>The version number or alias name.</p>
1969
- */
1970
- Qualifier: string | undefined;
1971
- }
1972
- export declare namespace DeleteProvisionedConcurrencyConfigRequest {
1973
- /**
1974
- * @internal
1975
- */
1976
- const filterSensitiveLog: (obj: DeleteProvisionedConcurrencyConfigRequest) => any;
1977
- }
1978
- export interface GetAccountSettingsRequest {
1979
- }
1980
- export declare namespace GetAccountSettingsRequest {
1981
- /**
1982
- * @internal
1983
- */
1984
- const filterSensitiveLog: (obj: GetAccountSettingsRequest) => any;
1985
- }
1986
- export interface GetAccountSettingsResponse {
1987
- /**
1988
- * <p>Limits that are related to concurrency and code storage.</p>
1989
- */
1990
- AccountLimit?: AccountLimit;
1991
- /**
1992
- * <p>The number of functions and amount of storage in use.</p>
1993
- */
1994
- AccountUsage?: AccountUsage;
1995
- }
1996
- export declare namespace GetAccountSettingsResponse {
1997
- /**
1998
- * @internal
1999
- */
2000
- const filterSensitiveLog: (obj: GetAccountSettingsResponse) => any;
2001
- }
2002
- export interface GetAliasRequest {
2003
- /**
2004
- * <p>The name of the Lambda function.</p>
2005
- * <p class="title">
2006
- * <b>Name formats</b>
2007
- * </p>
2008
- * <ul>
2009
- * <li>
2010
- * <p>
2011
- * <b>Function name</b> - <code>MyFunction</code>.</p>
2012
- * </li>
2013
- * <li>
2014
- * <p>
2015
- * <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:MyFunction</code>.</p>
2016
- * </li>
2017
- * <li>
2018
- * <p>
2019
- * <b>Partial ARN</b> - <code>123456789012:function:MyFunction</code>.</p>
2020
- * </li>
2021
- * </ul>
2022
- * <p>The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64
2023
- * characters in length.</p>
2024
- */
2025
- FunctionName: string | undefined;
2026
- /**
2027
- * <p>The name of the alias.</p>
2028
- */
2029
- Name: string | undefined;
2030
- }
2031
- export declare namespace GetAliasRequest {
2032
- /**
2033
- * @internal
2034
- */
2035
- const filterSensitiveLog: (obj: GetAliasRequest) => any;
2036
- }
2037
- export interface GetCodeSigningConfigRequest {
2038
- /**
2039
- * <p>The The Amazon Resource Name (ARN) of the code signing configuration. </p>
2040
- */
2041
- CodeSigningConfigArn: string | undefined;
2042
- }
2043
- export declare namespace GetCodeSigningConfigRequest {
2044
- /**
2045
- * @internal
2046
- */
2047
- const filterSensitiveLog: (obj: GetCodeSigningConfigRequest) => any;
2048
- }
2049
- export interface GetCodeSigningConfigResponse {
2050
- /**
2051
- * <p>The code signing configuration</p>
2052
- */
2053
- CodeSigningConfig: CodeSigningConfig | undefined;
2054
- }
2055
- export declare namespace GetCodeSigningConfigResponse {
2056
- /**
2057
- * @internal
2058
- */
2059
- const filterSensitiveLog: (obj: GetCodeSigningConfigResponse) => any;
2060
- }
2061
- export interface GetEventSourceMappingRequest {
2062
- /**
2063
- * <p>The identifier of the event source mapping.</p>
2064
- */
2065
- UUID: string | undefined;
2066
- }
2067
- export declare namespace GetEventSourceMappingRequest {
2068
- /**
2069
- * @internal
2070
- */
2071
- const filterSensitiveLog: (obj: GetEventSourceMappingRequest) => any;
2072
- }
2073
- export interface GetFunctionRequest {
2074
- /**
2075
- * <p>The name of the Lambda function, version, or alias.</p>
2076
- * <p class="title">
2077
- * <b>Name formats</b>
2078
- * </p>
2079
- * <ul>
2080
- * <li>
2081
- * <p>
2082
- * <b>Function name</b> - <code>my-function</code> (name-only), <code>my-function:v1</code> (with alias).</p>
2083
- * </li>
2084
- * <li>
2085
- * <p>
2086
- * <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p>
2087
- * </li>
2088
- * <li>
2089
- * <p>
2090
- * <b>Partial ARN</b> - <code>123456789012:function:my-function</code>.</p>
2091
- * </li>
2092
- * </ul>
2093
- * <p>You can append a version number or alias to any of the formats. The length constraint applies only to the full ARN.
2094
- * If you specify only the function name, it is limited to 64 characters in length.</p>
2095
- */
2096
- FunctionName: string | undefined;
2097
- /**
2098
- * <p>Specify a version or alias to get details about a published version of the function.</p>
2099
- */
2100
- Qualifier?: string;
2101
- }
2102
- export declare namespace GetFunctionRequest {
2103
- /**
2104
- * @internal
2105
- */
2106
- const filterSensitiveLog: (obj: GetFunctionRequest) => any;
2107
- }
2108
- /**
2109
- * <p>Details about a function's deployment package.</p>
2110
- */
2111
- export interface FunctionCodeLocation {
2112
- /**
2113
- * <p>The service that's hosting the file.</p>
2114
- */
2115
- RepositoryType?: string;
2116
- /**
2117
- * <p>A presigned URL that you can use to download the deployment package.</p>
2118
- */
2119
- Location?: string;
2120
- /**
2121
- * <p>URI of a container image in the Amazon ECR registry.</p>
2122
- */
2123
- ImageUri?: string;
2124
- /**
2125
- * <p>The resolved URI for the image.</p>
2126
- */
2127
- ResolvedImageUri?: string;
2128
- }
2129
- export declare namespace FunctionCodeLocation {
2130
- /**
2131
- * @internal
2132
- */
2133
- const filterSensitiveLog: (obj: FunctionCodeLocation) => any;
2134
- }
2135
- export interface Concurrency {
2136
- /**
2137
- * <p>The number of concurrent executions that are reserved for this function. For more information, see <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-concurrency.html">Managing Concurrency</a>.</p>
2138
- */
2139
- ReservedConcurrentExecutions?: number;
2140
- }
2141
- export declare namespace Concurrency {
2142
- /**
2143
- * @internal
2144
- */
2145
- const filterSensitiveLog: (obj: Concurrency) => any;
2146
- }
2147
- export interface GetFunctionResponse {
2148
- /**
2149
- * <p>The configuration of the function or version.</p>
2150
- */
2151
- Configuration?: FunctionConfiguration;
2152
- /**
2153
- * <p>The deployment package of the function or version.</p>
2154
- */
2155
- Code?: FunctionCodeLocation;
2156
- /**
2157
- * <p>The function's <a href="https://docs.aws.amazon.com/lambda/latest/dg/tagging.html">tags</a>.</p>
2158
- */
2159
- Tags?: {
2160
- [key: string]: string;
2161
- };
2162
- /**
2163
- * <p>The function's <a href="https://docs.aws.amazon.com/lambda/latest/dg/concurrent-executions.html">reserved
2164
- * concurrency</a>.</p>
2165
- */
2166
- Concurrency?: Concurrency;
2167
- }
2168
- export declare namespace GetFunctionResponse {
2169
- /**
2170
- * @internal
2171
- */
2172
- const filterSensitiveLog: (obj: GetFunctionResponse) => any;
2173
- }
2174
- export interface GetFunctionCodeSigningConfigRequest {
2175
- /**
2176
- * <p>The name of the Lambda function.</p>
2177
- * <p class="title">
2178
- * <b>Name formats</b>
2179
- * </p>
2180
- * <ul>
2181
- * <li>
2182
- * <p>
2183
- * <b>Function name</b> - <code>MyFunction</code>.</p>
2184
- * </li>
2185
- * <li>
2186
- * <p>
2187
- * <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:MyFunction</code>.</p>
2188
- * </li>
2189
- * <li>
2190
- * <p>
2191
- * <b>Partial ARN</b> - <code>123456789012:function:MyFunction</code>.</p>
2192
- * </li>
2193
- * </ul>
2194
- * <p>The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64
2195
- * characters in length.</p>
2196
- */
2197
- FunctionName: string | undefined;
2198
- }
2199
- export declare namespace GetFunctionCodeSigningConfigRequest {
2200
- /**
2201
- * @internal
2202
- */
2203
- const filterSensitiveLog: (obj: GetFunctionCodeSigningConfigRequest) => any;
2204
- }
2205
- export interface GetFunctionCodeSigningConfigResponse {
2206
- /**
2207
- * <p>The The Amazon Resource Name (ARN) of the code signing configuration.</p>
2208
- */
2209
- CodeSigningConfigArn: string | undefined;
2210
- /**
2211
- * <p>The name of the Lambda function.</p>
2212
- * <p class="title">
2213
- * <b>Name formats</b>
2214
- * </p>
2215
- * <ul>
2216
- * <li>
2217
- * <p>
2218
- * <b>Function name</b> - <code>MyFunction</code>.</p>
2219
- * </li>
2220
- * <li>
2221
- * <p>
2222
- * <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:MyFunction</code>.</p>
2223
- * </li>
2224
- * <li>
2225
- * <p>
2226
- * <b>Partial ARN</b> - <code>123456789012:function:MyFunction</code>.</p>
2227
- * </li>
2228
- * </ul>
2229
- * <p>The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64
2230
- * characters in length.</p>
2231
- */
2232
- FunctionName: string | undefined;
2233
- }
2234
- export declare namespace GetFunctionCodeSigningConfigResponse {
2235
- /**
2236
- * @internal
2237
- */
2238
- const filterSensitiveLog: (obj: GetFunctionCodeSigningConfigResponse) => any;
2239
- }
2240
- export interface GetFunctionConcurrencyRequest {
2241
- /**
2242
- * <p>The name of the Lambda function.</p>
2243
- * <p class="title">
2244
- * <b>Name formats</b>
2245
- * </p>
2246
- * <ul>
2247
- * <li>
2248
- * <p>
2249
- * <b>Function name</b> - <code>my-function</code>.</p>
2250
- * </li>
2251
- * <li>
2252
- * <p>
2253
- * <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p>
2254
- * </li>
2255
- * <li>
2256
- * <p>
2257
- * <b>Partial ARN</b> - <code>123456789012:function:my-function</code>.</p>
2258
- * </li>
2259
- * </ul>
2260
- * <p>The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64
2261
- * characters in length.</p>
2262
- */
2263
- FunctionName: string | undefined;
2264
- }
2265
- export declare namespace GetFunctionConcurrencyRequest {
2266
- /**
2267
- * @internal
2268
- */
2269
- const filterSensitiveLog: (obj: GetFunctionConcurrencyRequest) => any;
2270
- }
2271
- export interface GetFunctionConcurrencyResponse {
2272
- /**
2273
- * <p>The number of simultaneous executions that are reserved for the function.</p>
2274
- */
2275
- ReservedConcurrentExecutions?: number;
2276
- }
2277
- export declare namespace GetFunctionConcurrencyResponse {
2278
- /**
2279
- * @internal
2280
- */
2281
- const filterSensitiveLog: (obj: GetFunctionConcurrencyResponse) => any;
2282
- }
2283
- export interface GetFunctionConfigurationRequest {
2284
- /**
2285
- * <p>The name of the Lambda function, version, or alias.</p>
2286
- * <p class="title">
2287
- * <b>Name formats</b>
2288
- * </p>
2289
- * <ul>
2290
- * <li>
2291
- * <p>
2292
- * <b>Function name</b> - <code>my-function</code> (name-only), <code>my-function:v1</code> (with alias).</p>
2293
- * </li>
2294
- * <li>
2295
- * <p>
2296
- * <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p>
2297
- * </li>
2298
- * <li>
2299
- * <p>
2300
- * <b>Partial ARN</b> - <code>123456789012:function:my-function</code>.</p>
2301
- * </li>
2302
- * </ul>
2303
- * <p>You can append a version number or alias to any of the formats. The length constraint applies only to the full ARN.
2304
- * If you specify only the function name, it is limited to 64 characters in length.</p>
2305
- */
2306
- FunctionName: string | undefined;
2307
- /**
2308
- * <p>Specify a version or alias to get details about a published version of the function.</p>
2309
- */
2310
- Qualifier?: string;
2311
- }
2312
- export declare namespace GetFunctionConfigurationRequest {
2313
- /**
2314
- * @internal
2315
- */
2316
- const filterSensitiveLog: (obj: GetFunctionConfigurationRequest) => any;
2317
- }
2318
- export interface FunctionEventInvokeConfig {
2319
- /**
2320
- * <p>The date and time that the configuration was last updated.</p>
2321
- */
2322
- LastModified?: Date;
2323
- /**
2324
- * <p>The Amazon Resource Name (ARN) of the function.</p>
2325
- */
2326
- FunctionArn?: string;
2327
- /**
2328
- * <p>The maximum number of times to retry when the function returns an error.</p>
2329
- */
2330
- MaximumRetryAttempts?: number;
2331
- /**
2332
- * <p>The maximum age of a request that Lambda sends to a function for processing.</p>
2333
- */
2334
- MaximumEventAgeInSeconds?: number;
2335
- /**
2336
- * <p>A destination for events after they have been sent to a function for processing.</p>
2337
- * <p class="title">
2338
- * <b>Destinations</b>
2339
- * </p>
2340
- * <ul>
2341
- * <li>
2342
- * <p>
2343
- * <b>Function</b> - The Amazon Resource Name (ARN) of a Lambda function.</p>
2344
- * </li>
2345
- * <li>
2346
- * <p>
2347
- * <b>Queue</b> - The ARN of an SQS queue.</p>
2348
- * </li>
2349
- * <li>
2350
- * <p>
2351
- * <b>Topic</b> - The ARN of an SNS topic.</p>
2352
- * </li>
2353
- * <li>
2354
- * <p>
2355
- * <b>Event Bus</b> - The ARN of an Amazon EventBridge event bus.</p>
2356
- * </li>
2357
- * </ul>
2358
- */
2359
- DestinationConfig?: DestinationConfig;
2360
- }
2361
- export declare namespace FunctionEventInvokeConfig {
2362
- /**
2363
- * @internal
2364
- */
2365
- const filterSensitiveLog: (obj: FunctionEventInvokeConfig) => any;
2366
- }
2367
- export interface GetFunctionEventInvokeConfigRequest {
2368
- /**
2369
- * <p>The name of the Lambda function, version, or alias.</p>
2370
- * <p class="title">
2371
- * <b>Name formats</b>
2372
- * </p>
2373
- * <ul>
2374
- * <li>
2375
- * <p>
2376
- * <b>Function name</b> - <code>my-function</code> (name-only), <code>my-function:v1</code> (with alias).</p>
2377
- * </li>
2378
- * <li>
2379
- * <p>
2380
- * <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p>
2381
- * </li>
2382
- * <li>
2383
- * <p>
2384
- * <b>Partial ARN</b> - <code>123456789012:function:my-function</code>.</p>
2385
- * </li>
2386
- * </ul>
2387
- * <p>You can append a version number or alias to any of the formats. The length constraint applies only to the full ARN.
2388
- * If you specify only the function name, it is limited to 64 characters in length.</p>
2389
- */
2390
- FunctionName: string | undefined;
2391
- /**
2392
- * <p>A version number or alias name.</p>
2393
- */
2394
- Qualifier?: string;
2395
- }
2396
- export declare namespace GetFunctionEventInvokeConfigRequest {
2397
- /**
2398
- * @internal
2399
- */
2400
- const filterSensitiveLog: (obj: GetFunctionEventInvokeConfigRequest) => any;
2401
- }
2402
- export interface GetLayerVersionRequest {
2403
- /**
2404
- * <p>The name or Amazon Resource Name (ARN) of the layer.</p>
2405
- */
2406
- LayerName: string | undefined;
2407
- /**
2408
- * <p>The version number.</p>
2409
- */
2410
- VersionNumber: number | undefined;
2411
- }
2412
- export declare namespace GetLayerVersionRequest {
2413
- /**
2414
- * @internal
2415
- */
2416
- const filterSensitiveLog: (obj: GetLayerVersionRequest) => any;
2417
- }
2418
- /**
2419
- * <p>Details about a version of an <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html">Lambda
2420
- * layer</a>.</p>
2421
- */
2422
- export interface LayerVersionContentOutput {
2423
- /**
2424
- * <p>A link to the layer archive in Amazon S3 that is valid for 10 minutes.</p>
2425
- */
2426
- Location?: string;
2427
- /**
2428
- * <p>The SHA-256 hash of the layer archive.</p>
2429
- */
2430
- CodeSha256?: string;
2431
- /**
2432
- * <p>The size of the layer archive in bytes.</p>
2433
- */
2434
- CodeSize?: number;
2435
- /**
2436
- * <p>The Amazon Resource Name (ARN) for a signing profile version.</p>
2437
- */
2438
- SigningProfileVersionArn?: string;
2439
- /**
2440
- * <p>The Amazon Resource Name (ARN) of a signing job.</p>
2441
- */
2442
- SigningJobArn?: string;
2443
- }
2444
- export declare namespace LayerVersionContentOutput {
2445
- /**
2446
- * @internal
2447
- */
2448
- const filterSensitiveLog: (obj: LayerVersionContentOutput) => any;
2449
- }
2450
- export interface GetLayerVersionResponse {
2451
- /**
2452
- * <p>Details about the layer version.</p>
2453
- */
2454
- Content?: LayerVersionContentOutput;
2455
- /**
2456
- * <p>The ARN of the layer.</p>
2457
- */
2458
- LayerArn?: string;
2459
- /**
2460
- * <p>The ARN of the layer version.</p>
2461
- */
2462
- LayerVersionArn?: string;
2463
- /**
2464
- * <p>The description of the version.</p>
2465
- */
2466
- Description?: string;
2467
- /**
2468
- * <p>The date that the layer version was created, in <a href="https://www.w3.org/TR/NOTE-datetime">ISO-8601 format</a> (YYYY-MM-DDThh:mm:ss.sTZD).</p>
2469
- */
2470
- CreatedDate?: string;
2471
- /**
2472
- * <p>The version number.</p>
2473
- */
2474
- Version?: number;
2475
- /**
2476
- * <p>The layer's compatible runtimes.</p>
2477
- */
2478
- CompatibleRuntimes?: (Runtime | string)[];
2479
- /**
2480
- * <p>The layer's software license.</p>
2481
- */
2482
- LicenseInfo?: string;
2483
- /**
2484
- * <p>A list of compatible
2485
- * <a href="https://docs.aws.amazon.com/lambda/latest/dg/foundation-arch.html">instruction set architectures</a>.</p>
2486
- */
2487
- CompatibleArchitectures?: (Architecture | string)[];
2488
- }
2489
- export declare namespace GetLayerVersionResponse {
2490
- /**
2491
- * @internal
2492
- */
2493
- const filterSensitiveLog: (obj: GetLayerVersionResponse) => any;
2494
- }
2495
- export interface GetLayerVersionByArnRequest {
2496
- /**
2497
- * <p>The ARN of the layer version.</p>
2498
- */
2499
- Arn: string | undefined;
2500
- }
2501
- export declare namespace GetLayerVersionByArnRequest {
2502
- /**
2503
- * @internal
2504
- */
2505
- const filterSensitiveLog: (obj: GetLayerVersionByArnRequest) => any;
2506
- }
2507
- export interface GetLayerVersionPolicyRequest {
2508
- /**
2509
- * <p>The name or Amazon Resource Name (ARN) of the layer.</p>
2510
- */
2511
- LayerName: string | undefined;
2512
- /**
2513
- * <p>The version number.</p>
2514
- */
2515
- VersionNumber: number | undefined;
2516
- }
2517
- export declare namespace GetLayerVersionPolicyRequest {
2518
- /**
2519
- * @internal
2520
- */
2521
- const filterSensitiveLog: (obj: GetLayerVersionPolicyRequest) => any;
2522
- }
2523
- export interface GetLayerVersionPolicyResponse {
2524
- /**
2525
- * <p>The policy document.</p>
2526
- */
2527
- Policy?: string;
2528
- /**
2529
- * <p>A unique identifier for the current revision of the policy.</p>
2530
- */
2531
- RevisionId?: string;
2532
- }
2533
- export declare namespace GetLayerVersionPolicyResponse {
2534
- /**
2535
- * @internal
2536
- */
2537
- const filterSensitiveLog: (obj: GetLayerVersionPolicyResponse) => any;
2538
- }
2539
- export interface GetPolicyRequest {
2540
- /**
2541
- * <p>The name of the Lambda function, version, or alias.</p>
2542
- * <p class="title">
2543
- * <b>Name formats</b>
2544
- * </p>
2545
- * <ul>
2546
- * <li>
2547
- * <p>
2548
- * <b>Function name</b> - <code>my-function</code> (name-only), <code>my-function:v1</code> (with alias).</p>
2549
- * </li>
2550
- * <li>
2551
- * <p>
2552
- * <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p>
2553
- * </li>
2554
- * <li>
2555
- * <p>
2556
- * <b>Partial ARN</b> - <code>123456789012:function:my-function</code>.</p>
2557
- * </li>
2558
- * </ul>
2559
- * <p>You can append a version number or alias to any of the formats. The length constraint applies only to the full ARN.
2560
- * If you specify only the function name, it is limited to 64 characters in length.</p>
2561
- */
2562
- FunctionName: string | undefined;
2563
- /**
2564
- * <p>Specify a version or alias to get the policy for that resource.</p>
2565
- */
2566
- Qualifier?: string;
2567
- }
2568
- export declare namespace GetPolicyRequest {
2569
- /**
2570
- * @internal
2571
- */
2572
- const filterSensitiveLog: (obj: GetPolicyRequest) => any;
2573
- }
2574
- export interface GetPolicyResponse {
2575
- /**
2576
- * <p>The resource-based policy.</p>
2577
- */
2578
- Policy?: string;
2579
- /**
2580
- * <p>A unique identifier for the current revision of the policy.</p>
2581
- */
2582
- RevisionId?: string;
2583
- }
2584
- export declare namespace GetPolicyResponse {
2585
- /**
2586
- * @internal
2587
- */
2588
- const filterSensitiveLog: (obj: GetPolicyResponse) => any;
2589
- }
2590
- export interface GetProvisionedConcurrencyConfigRequest {
2591
- /**
2592
- * <p>The name of the Lambda function.</p>
2593
- * <p class="title">
2594
- * <b>Name formats</b>
2595
- * </p>
2596
- * <ul>
2597
- * <li>
2598
- * <p>
2599
- * <b>Function name</b> - <code>my-function</code>.</p>
2600
- * </li>
2601
- * <li>
2602
- * <p>
2603
- * <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p>
2604
- * </li>
2605
- * <li>
2606
- * <p>
2607
- * <b>Partial ARN</b> - <code>123456789012:function:my-function</code>.</p>
2608
- * </li>
2609
- * </ul>
2610
- * <p>The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64
2611
- * characters in length.</p>
2612
- */
2613
- FunctionName: string | undefined;
2614
- /**
2615
- * <p>The version number or alias name.</p>
2616
- */
2617
- Qualifier: string | undefined;
2618
- }
2619
- export declare namespace GetProvisionedConcurrencyConfigRequest {
2620
- /**
2621
- * @internal
2622
- */
2623
- const filterSensitiveLog: (obj: GetProvisionedConcurrencyConfigRequest) => any;
2624
- }
2625
- export declare enum ProvisionedConcurrencyStatusEnum {
2626
- FAILED = "FAILED",
2627
- IN_PROGRESS = "IN_PROGRESS",
2628
- READY = "READY"
2629
- }
2630
- export interface GetProvisionedConcurrencyConfigResponse {
2631
- /**
2632
- * <p>The amount of provisioned concurrency requested.</p>
2633
- */
2634
- RequestedProvisionedConcurrentExecutions?: number;
2635
- /**
2636
- * <p>The amount of provisioned concurrency available.</p>
2637
- */
2638
- AvailableProvisionedConcurrentExecutions?: number;
2639
- /**
2640
- * <p>The amount of provisioned concurrency allocated.</p>
2641
- */
2642
- AllocatedProvisionedConcurrentExecutions?: number;
2643
- /**
2644
- * <p>The status of the allocation process.</p>
2645
- */
2646
- Status?: ProvisionedConcurrencyStatusEnum | string;
2647
- /**
2648
- * <p>For failed allocations, the reason that provisioned concurrency could not be allocated.</p>
2649
- */
2650
- StatusReason?: string;
2651
- /**
2652
- * <p>The date and time that a user last updated the configuration, in <a href="https://www.iso.org/iso-8601-date-and-time-format.html">ISO 8601 format</a>.</p>
2653
- */
2654
- LastModified?: string;
2655
- }
2656
- export declare namespace GetProvisionedConcurrencyConfigResponse {
2657
- /**
2658
- * @internal
2659
- */
2660
- const filterSensitiveLog: (obj: GetProvisionedConcurrencyConfigResponse) => any;
2661
- }
2662
- /**
2663
- * <p>The specified configuration does not exist.</p>
2664
- */
2665
- export interface ProvisionedConcurrencyConfigNotFoundException extends __SmithyException, $MetadataBearer {
2666
- name: "ProvisionedConcurrencyConfigNotFoundException";
2667
- $fault: "client";
2668
- Type?: string;
2669
- message?: string;
2670
- }
2671
- export declare namespace ProvisionedConcurrencyConfigNotFoundException {
2672
- /**
2673
- * @internal
2674
- */
2675
- const filterSensitiveLog: (obj: ProvisionedConcurrencyConfigNotFoundException) => any;
2676
- }
2677
- /**
2678
- * <p>Need additional permissions to configure VPC settings.</p>
2679
- */
2680
- export interface EC2AccessDeniedException extends __SmithyException, $MetadataBearer {
2681
- name: "EC2AccessDeniedException";
2682
- $fault: "server";
2683
- Type?: string;
2684
- Message?: string;
2685
- }
2686
- export declare namespace EC2AccessDeniedException {
2687
- /**
2688
- * @internal
2689
- */
2690
- const filterSensitiveLog: (obj: EC2AccessDeniedException) => any;
2691
- }
2692
- /**
2693
- * <p>Lambda was throttled by Amazon EC2 during Lambda function initialization using the execution role provided
2694
- * for the Lambda function.</p>
2695
- */
2696
- export interface EC2ThrottledException extends __SmithyException, $MetadataBearer {
2697
- name: "EC2ThrottledException";
2698
- $fault: "server";
2699
- Type?: string;
2700
- Message?: string;
2701
- }
2702
- export declare namespace EC2ThrottledException {
2703
- /**
2704
- * @internal
2705
- */
2706
- const filterSensitiveLog: (obj: EC2ThrottledException) => any;
2707
- }
2708
- /**
2709
- * <p>Lambda received an unexpected EC2 client exception while setting up for the Lambda function.</p>
2710
- */
2711
- export interface EC2UnexpectedException extends __SmithyException, $MetadataBearer {
2712
- name: "EC2UnexpectedException";
2713
- $fault: "server";
2714
- Type?: string;
2715
- Message?: string;
2716
- EC2ErrorCode?: string;
2717
- }
2718
- export declare namespace EC2UnexpectedException {
2719
- /**
2720
- * @internal
2721
- */
2722
- const filterSensitiveLog: (obj: EC2UnexpectedException) => any;
2723
- }
2724
- /**
2725
- * <p>An error occurred when reading from or writing to a connected file system.</p>
2726
- */
2727
- export interface EFSIOException extends __SmithyException, $MetadataBearer {
2728
- name: "EFSIOException";
2729
- $fault: "client";
2730
- Type?: string;
2731
- Message?: string;
2732
- }
2733
- export declare namespace EFSIOException {
2734
- /**
2735
- * @internal
2736
- */
2737
- const filterSensitiveLog: (obj: EFSIOException) => any;
2738
- }
2739
- /**
2740
- * <p>The function couldn't make a network connection to the configured file system.</p>
2741
- */
2742
- export interface EFSMountConnectivityException extends __SmithyException, $MetadataBearer {
2743
- name: "EFSMountConnectivityException";
2744
- $fault: "client";
2745
- Type?: string;
2746
- Message?: string;
2747
- }
2748
- export declare namespace EFSMountConnectivityException {
2749
- /**
2750
- * @internal
2751
- */
2752
- const filterSensitiveLog: (obj: EFSMountConnectivityException) => any;
2753
- }
2754
- /**
2755
- * <p>The function couldn't mount the configured file system due to a permission or configuration issue.</p>
2756
- */
2757
- export interface EFSMountFailureException extends __SmithyException, $MetadataBearer {
2758
- name: "EFSMountFailureException";
2759
- $fault: "client";
2760
- Type?: string;
2761
- Message?: string;
2762
- }
2763
- export declare namespace EFSMountFailureException {
2764
- /**
2765
- * @internal
2766
- */
2767
- const filterSensitiveLog: (obj: EFSMountFailureException) => any;
2768
- }
2769
- /**
2770
- * <p>The function was able to make a network connection to the configured file system, but the mount operation
2771
- * timed out.</p>
2772
- */
2773
- export interface EFSMountTimeoutException extends __SmithyException, $MetadataBearer {
2774
- name: "EFSMountTimeoutException";
2775
- $fault: "client";
2776
- Type?: string;
2777
- Message?: string;
2778
- }
2779
- export declare namespace EFSMountTimeoutException {
2780
- /**
2781
- * @internal
2782
- */
2783
- const filterSensitiveLog: (obj: EFSMountTimeoutException) => any;
2784
- }
2785
- /**
2786
- * <p>Lambda was not able to create an elastic network interface in the VPC, specified as part of Lambda
2787
- * function configuration, because the limit for network interfaces has been reached.</p>
2788
- */
2789
- export interface ENILimitReachedException extends __SmithyException, $MetadataBearer {
2790
- name: "ENILimitReachedException";
2791
- $fault: "server";
2792
- Type?: string;
2793
- Message?: string;
2794
- }
2795
- export declare namespace ENILimitReachedException {
2796
- /**
2797
- * @internal
2798
- */
2799
- const filterSensitiveLog: (obj: ENILimitReachedException) => any;
2800
- }
2801
- /**
2802
- * <p>The request body could not be parsed as JSON.</p>
2803
- */
2804
- export interface InvalidRequestContentException extends __SmithyException, $MetadataBearer {
2805
- name: "InvalidRequestContentException";
2806
- $fault: "client";
2807
- /**
2808
- * <p>The exception type.</p>
2809
- */
2810
- Type?: string;
2811
- /**
2812
- * <p>The exception message.</p>
2813
- */
2814
- message?: string;
2815
- }
2816
- export declare namespace InvalidRequestContentException {
2817
- /**
2818
- * @internal
2819
- */
2820
- const filterSensitiveLog: (obj: InvalidRequestContentException) => any;
2821
- }
2822
- /**
2823
- * <p>The runtime or runtime version specified is not supported.</p>
2824
- */
2825
- export interface InvalidRuntimeException extends __SmithyException, $MetadataBearer {
2826
- name: "InvalidRuntimeException";
2827
- $fault: "server";
2828
- Type?: string;
2829
- Message?: string;
2830
- }
2831
- export declare namespace InvalidRuntimeException {
2832
- /**
2833
- * @internal
2834
- */
2835
- const filterSensitiveLog: (obj: InvalidRuntimeException) => any;
2836
- }
2837
- /**
2838
- * <p>The Security Group ID provided in the Lambda function VPC configuration is invalid.</p>
2839
- */
2840
- export interface InvalidSecurityGroupIDException extends __SmithyException, $MetadataBearer {
2841
- name: "InvalidSecurityGroupIDException";
2842
- $fault: "server";
2843
- Type?: string;
2844
- Message?: string;
2845
- }
2846
- export declare namespace InvalidSecurityGroupIDException {
2847
- /**
2848
- * @internal
2849
- */
2850
- const filterSensitiveLog: (obj: InvalidSecurityGroupIDException) => any;
2851
- }
2852
- /**
2853
- * <p>The Subnet ID provided in the Lambda function VPC configuration is invalid.</p>
2854
- */
2855
- export interface InvalidSubnetIDException extends __SmithyException, $MetadataBearer {
2856
- name: "InvalidSubnetIDException";
2857
- $fault: "server";
2858
- Type?: string;
2859
- Message?: string;
2860
- }
2861
- export declare namespace InvalidSubnetIDException {
2862
- /**
2863
- * @internal
2864
- */
2865
- const filterSensitiveLog: (obj: InvalidSubnetIDException) => any;
2866
- }
2867
- /**
2868
- * <p>Lambda could not unzip the deployment package.</p>
2869
- */
2870
- export interface InvalidZipFileException extends __SmithyException, $MetadataBearer {
2871
- name: "InvalidZipFileException";
2872
- $fault: "server";
2873
- Type?: string;
2874
- Message?: string;
2875
- }
2876
- export declare namespace InvalidZipFileException {
2877
- /**
2878
- * @internal
2879
- */
2880
- const filterSensitiveLog: (obj: InvalidZipFileException) => any;
2881
- }
2882
- export declare enum InvocationType {
2883
- DryRun = "DryRun",
2884
- Event = "Event",
2885
- RequestResponse = "RequestResponse"
2886
- }
2887
- export declare enum LogType {
2888
- None = "None",
2889
- Tail = "Tail"
2890
- }
2891
- export interface InvocationRequest {
2892
- /**
2893
- * <p>The name of the Lambda function, version, or alias.</p>
2894
- * <p class="title">
2895
- * <b>Name formats</b>
2896
- * </p>
2897
- * <ul>
2898
- * <li>
2899
- * <p>
2900
- * <b>Function name</b> - <code>my-function</code> (name-only), <code>my-function:v1</code> (with alias).</p>
2901
- * </li>
2902
- * <li>
2903
- * <p>
2904
- * <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p>
2905
- * </li>
2906
- * <li>
2907
- * <p>
2908
- * <b>Partial ARN</b> - <code>123456789012:function:my-function</code>.</p>
2909
- * </li>
2910
- * </ul>
2911
- * <p>You can append a version number or alias to any of the formats. The length constraint applies only to the full ARN.
2912
- * If you specify only the function name, it is limited to 64 characters in length.</p>
2913
- */
2914
- FunctionName: string | undefined;
2915
- /**
2916
- * <p>Choose from the following options.</p>
2917
- * <ul>
2918
- * <li>
2919
- * <p>
2920
- * <code>RequestResponse</code> (default) - Invoke the function synchronously. Keep the connection open until
2921
- * the function returns a response or times out. The API response includes the function response and additional
2922
- * data.</p>
2923
- * </li>
2924
- * <li>
2925
- * <p>
2926
- * <code>Event</code> - Invoke the function asynchronously. Send events that fail multiple times to the
2927
- * function's dead-letter queue (if it's configured). The API response only includes a status code.</p>
2928
- * </li>
2929
- * <li>
2930
- * <p>
2931
- * <code>DryRun</code> - Validate parameter values and verify that the user or role has permission to invoke
2932
- * the function.</p>
2933
- * </li>
2934
- * </ul>
2935
- */
2936
- InvocationType?: InvocationType | string;
2937
- /**
2938
- * <p>Set to <code>Tail</code> to include the execution log in the response. Applies to synchronously invoked functions only.</p>
2939
- */
2940
- LogType?: LogType | string;
2941
- /**
2942
- * <p>Up to 3583 bytes of base64-encoded data about the invoking client to pass to the function in the context
2943
- * object.</p>
2944
- */
2945
- ClientContext?: string;
2946
- /**
2947
- * <p>The JSON that you want to provide to your Lambda function as input.</p>
2948
- * <p>You can enter the JSON directly. For example, <code>--payload '{ "key": "value" }'</code>.
2949
- * You can also specify a file path. For example, <code>--payload file://payload.json</code>.
2950
- * </p>
2951
- */
2952
- Payload?: Uint8Array;
2953
- /**
2954
- * <p>Specify a version or alias to invoke a published version of the function.</p>
2955
- */
2956
- Qualifier?: string;
2957
- }
2958
- export declare namespace InvocationRequest {
2959
- /**
2960
- * @internal
2961
- */
2962
- const filterSensitiveLog: (obj: InvocationRequest) => any;
2963
- }
2964
- export interface InvocationResponse {
2965
- /**
2966
- * <p>The HTTP status code is in the 200 range for a successful request. For the <code>RequestResponse</code>
2967
- * invocation type, this status code is 200. For the <code>Event</code> invocation type, this status code is 202. For
2968
- * the <code>DryRun</code> invocation type, the status code is 204.</p>
2969
- */
2970
- StatusCode?: number;
2971
- /**
2972
- * <p>If present, indicates that an error occurred during function execution. Details about the error are included
2973
- * in the response payload.</p>
2974
- */
2975
- FunctionError?: string;
2976
- /**
2977
- * <p>The last 4 KB of the execution log, which is base64 encoded.</p>
2978
- */
2979
- LogResult?: string;
2980
- /**
2981
- * <p>The response from the function, or an error object.</p>
2982
- */
2983
- Payload?: Uint8Array;
2984
- /**
2985
- * <p>The version of the function that executed. When you invoke a function with an alias, this indicates which
2986
- * version the alias resolved to.</p>
2987
- */
2988
- ExecutedVersion?: string;
2989
- }
2990
- export declare namespace InvocationResponse {
2991
- /**
2992
- * @internal
2993
- */
2994
- const filterSensitiveLog: (obj: InvocationResponse) => any;
2995
- }
2996
- /**
2997
- * <p>Lambda was unable to decrypt the environment variables because KMS access was denied. Check the Lambda
2998
- * function's KMS permissions.</p>
2999
- */
3000
- export interface KMSAccessDeniedException extends __SmithyException, $MetadataBearer {
3001
- name: "KMSAccessDeniedException";
3002
- $fault: "server";
3003
- Type?: string;
3004
- Message?: string;
3005
- }
3006
- export declare namespace KMSAccessDeniedException {
3007
- /**
3008
- * @internal
3009
- */
3010
- const filterSensitiveLog: (obj: KMSAccessDeniedException) => any;
3011
- }
3012
- /**
3013
- * <p>Lambda was unable to decrypt the environment variables because the KMS key used is disabled. Check the Lambda
3014
- * function's KMS key settings.</p>
3015
- */
3016
- export interface KMSDisabledException extends __SmithyException, $MetadataBearer {
3017
- name: "KMSDisabledException";
3018
- $fault: "server";
3019
- Type?: string;
3020
- Message?: string;
3021
- }
3022
- export declare namespace KMSDisabledException {
3023
- /**
3024
- * @internal
3025
- */
3026
- const filterSensitiveLog: (obj: KMSDisabledException) => any;
3027
- }
3028
- /**
3029
- * <p>Lambda was unable to decrypt the environment variables because the KMS key used is in an invalid state for
3030
- * Decrypt. Check the function's KMS key settings.</p>
3031
- */
3032
- export interface KMSInvalidStateException extends __SmithyException, $MetadataBearer {
3033
- name: "KMSInvalidStateException";
3034
- $fault: "server";
3035
- Type?: string;
3036
- Message?: string;
3037
- }
3038
- export declare namespace KMSInvalidStateException {
3039
- /**
3040
- * @internal
3041
- */
3042
- const filterSensitiveLog: (obj: KMSInvalidStateException) => any;
3043
- }
3044
- /**
3045
- * <p>Lambda was unable to decrypt the environment variables because the KMS key was not found. Check the function's
3046
- * KMS key settings. </p>
3047
- */
3048
- export interface KMSNotFoundException extends __SmithyException, $MetadataBearer {
3049
- name: "KMSNotFoundException";
3050
- $fault: "server";
3051
- Type?: string;
3052
- Message?: string;
3053
- }
3054
- export declare namespace KMSNotFoundException {
3055
- /**
3056
- * @internal
3057
- */
3058
- const filterSensitiveLog: (obj: KMSNotFoundException) => any;
3059
- }
3060
- /**
3061
- * <p>The request payload exceeded the <code>Invoke</code> request body JSON input limit. For more information, see
3062
- * <a href="https://docs.aws.amazon.com/lambda/latest/dg/limits.html">Limits</a>. </p>
3063
- */
3064
- export interface RequestTooLargeException extends __SmithyException, $MetadataBearer {
3065
- name: "RequestTooLargeException";
3066
- $fault: "client";
3067
- Type?: string;
3068
- message?: string;
3069
- }
3070
- export declare namespace RequestTooLargeException {
3071
- /**
3072
- * @internal
3073
- */
3074
- const filterSensitiveLog: (obj: RequestTooLargeException) => any;
3075
- }
3076
- /**
3077
- * <p>The function is inactive and its VPC connection is no longer available. Wait for the VPC connection to
3078
- * reestablish and try again.</p>
3079
- */
3080
- export interface ResourceNotReadyException extends __SmithyException, $MetadataBearer {
3081
- name: "ResourceNotReadyException";
3082
- $fault: "server";
3083
- /**
3084
- * <p>The exception type.</p>
3085
- */
3086
- Type?: string;
3087
- /**
3088
- * <p>The exception message.</p>
3089
- */
3090
- message?: string;
3091
- }
3092
- export declare namespace ResourceNotReadyException {
3093
- /**
3094
- * @internal
3095
- */
3096
- const filterSensitiveLog: (obj: ResourceNotReadyException) => any;
3097
- }
3098
- /**
3099
- * <p>Lambda was not able to set up VPC access for the Lambda function because one or more configured subnets
3100
- * has no available IP addresses.</p>
3101
- */
3102
- export interface SubnetIPAddressLimitReachedException extends __SmithyException, $MetadataBearer {
3103
- name: "SubnetIPAddressLimitReachedException";
3104
- $fault: "server";
3105
- Type?: string;
3106
- Message?: string;
3107
- }
3108
- export declare namespace SubnetIPAddressLimitReachedException {
3109
- /**
3110
- * @internal
3111
- */
3112
- const filterSensitiveLog: (obj: SubnetIPAddressLimitReachedException) => any;
3113
- }
3114
- /**
3115
- * <p>The content type of the <code>Invoke</code> request body is not JSON.</p>
3116
- */
3117
- export interface UnsupportedMediaTypeException extends __SmithyException, $MetadataBearer {
3118
- name: "UnsupportedMediaTypeException";
3119
- $fault: "client";
3120
- Type?: string;
3121
- message?: string;
3122
- }
3123
- export declare namespace UnsupportedMediaTypeException {
3124
- /**
3125
- * @internal
3126
- */
3127
- const filterSensitiveLog: (obj: UnsupportedMediaTypeException) => any;
3128
- }
3129
- export interface InvokeAsyncRequest {
3130
- /**
3131
- * <p>The name of the Lambda function.</p>
3132
- * <p class="title">
3133
- * <b>Name formats</b>
3134
- * </p>
3135
- * <ul>
3136
- * <li>
3137
- * <p>
3138
- * <b>Function name</b> - <code>my-function</code>.</p>
3139
- * </li>
3140
- * <li>
3141
- * <p>
3142
- * <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p>
3143
- * </li>
3144
- * <li>
3145
- * <p>
3146
- * <b>Partial ARN</b> - <code>123456789012:function:my-function</code>.</p>
3147
- * </li>
3148
- * </ul>
3149
- * <p>The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64
3150
- * characters in length.</p>
3151
- */
3152
- FunctionName: string | undefined;
3153
- /**
3154
- * <p>The JSON that you want to provide to your Lambda function as input.</p>
3155
- */
3156
- InvokeArgs: Readable | ReadableStream | Blob | undefined;
3157
- }
3158
- export declare namespace InvokeAsyncRequest {
3159
- /**
3160
- * @internal
3161
- */
3162
- const filterSensitiveLog: (obj: InvokeAsyncRequest) => any;
3163
- }
3164
- /**
3165
- * @deprecated
3166
- *
3167
- * <p>A success response (<code>202 Accepted</code>) indicates that the request is queued for invocation. </p>
3168
- */
3169
- export interface InvokeAsyncResponse {
3170
- /**
3171
- * <p>The status code.</p>
3172
- */
3173
- Status?: number;
3174
- }
3175
- export declare namespace InvokeAsyncResponse {
3176
- /**
3177
- * @internal
3178
- */
3179
- const filterSensitiveLog: (obj: InvokeAsyncResponse) => any;
3180
- }
3181
- export interface ListAliasesRequest {
3182
- /**
3183
- * <p>The name of the Lambda function.</p>
3184
- * <p class="title">
3185
- * <b>Name formats</b>
3186
- * </p>
3187
- * <ul>
3188
- * <li>
3189
- * <p>
3190
- * <b>Function name</b> - <code>MyFunction</code>.</p>
3191
- * </li>
3192
- * <li>
3193
- * <p>
3194
- * <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:MyFunction</code>.</p>
3195
- * </li>
3196
- * <li>
3197
- * <p>
3198
- * <b>Partial ARN</b> - <code>123456789012:function:MyFunction</code>.</p>
3199
- * </li>
3200
- * </ul>
3201
- * <p>The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64
3202
- * characters in length.</p>
3203
- */
3204
- FunctionName: string | undefined;
3205
- /**
3206
- * <p>Specify a function version to only list aliases that invoke that version.</p>
3207
- */
3208
- FunctionVersion?: string;
3209
- /**
3210
- * <p>Specify the pagination token that's returned by a previous request to retrieve the next page of results.</p>
3211
- */
3212
- Marker?: string;
3213
- /**
3214
- * <p>Limit the number of aliases returned.</p>
3215
- */
3216
- MaxItems?: number;
3217
- }
3218
- export declare namespace ListAliasesRequest {
3219
- /**
3220
- * @internal
3221
- */
3222
- const filterSensitiveLog: (obj: ListAliasesRequest) => any;
3223
- }
3224
- export interface ListAliasesResponse {
3225
- /**
3226
- * <p>The pagination token that's included if more results are available.</p>
3227
- */
3228
- NextMarker?: string;
3229
- /**
3230
- * <p>A list of aliases.</p>
3231
- */
3232
- Aliases?: AliasConfiguration[];
3233
- }
3234
- export declare namespace ListAliasesResponse {
3235
- /**
3236
- * @internal
3237
- */
3238
- const filterSensitiveLog: (obj: ListAliasesResponse) => any;
3239
- }
3240
- export interface ListCodeSigningConfigsRequest {
3241
- /**
3242
- * <p>Specify the pagination token that's returned by a previous request to retrieve the next page of results.</p>
3243
- */
3244
- Marker?: string;
3245
- /**
3246
- * <p>Maximum number of items to return.</p>
3247
- */
3248
- MaxItems?: number;
3249
- }
3250
- export declare namespace ListCodeSigningConfigsRequest {
3251
- /**
3252
- * @internal
3253
- */
3254
- const filterSensitiveLog: (obj: ListCodeSigningConfigsRequest) => any;
3255
- }
3256
- export interface ListCodeSigningConfigsResponse {
3257
- /**
3258
- * <p>The pagination token that's included if more results are available.</p>
3259
- */
3260
- NextMarker?: string;
3261
- /**
3262
- * <p>The code signing configurations</p>
3263
- */
3264
- CodeSigningConfigs?: CodeSigningConfig[];
3265
- }
3266
- export declare namespace ListCodeSigningConfigsResponse {
3267
- /**
3268
- * @internal
3269
- */
3270
- const filterSensitiveLog: (obj: ListCodeSigningConfigsResponse) => any;
3271
- }
3272
- export interface ListEventSourceMappingsRequest {
3273
- /**
3274
- * <p>The Amazon Resource Name (ARN) of the event source.</p>
3275
- * <ul>
3276
- * <li>
3277
- * <p>
3278
- * <b>Amazon Kinesis</b> - The ARN of the data stream or a stream consumer.</p>
3279
- * </li>
3280
- * <li>
3281
- * <p>
3282
- * <b>Amazon DynamoDB Streams</b> - The ARN of the stream.</p>
3283
- * </li>
3284
- * <li>
3285
- * <p>
3286
- * <b>Amazon Simple Queue Service</b> - The ARN of the queue.</p>
3287
- * </li>
3288
- * <li>
3289
- * <p>
3290
- * <b>Amazon Managed Streaming for Apache Kafka</b> - The ARN of the cluster.</p>
3291
- * </li>
3292
- * </ul>
3293
- */
3294
- EventSourceArn?: string;
3295
- /**
3296
- * <p>The name of the Lambda function.</p>
3297
- * <p class="title">
3298
- * <b>Name formats</b>
3299
- * </p>
3300
- * <ul>
3301
- * <li>
3302
- * <p>
3303
- * <b>Function name</b> - <code>MyFunction</code>.</p>
3304
- * </li>
3305
- * <li>
3306
- * <p>
3307
- * <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:MyFunction</code>.</p>
3308
- * </li>
3309
- * <li>
3310
- * <p>
3311
- * <b>Version or Alias ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:MyFunction:PROD</code>.</p>
3312
- * </li>
3313
- * <li>
3314
- * <p>
3315
- * <b>Partial ARN</b> - <code>123456789012:function:MyFunction</code>.</p>
3316
- * </li>
3317
- * </ul>
3318
- * <p>The length constraint applies only to the full ARN. If you specify only the function name, it's limited to 64
3319
- * characters in length.</p>
3320
- */
3321
- FunctionName?: string;
3322
- /**
3323
- * <p>A pagination token returned by a previous call.</p>
3324
- */
3325
- Marker?: string;
3326
- /**
3327
- * <p>The maximum number of event source mappings to return. Note that ListEventSourceMappings returns a maximum of
3328
- * 100 items in each response, even if you set the number higher.</p>
3329
- */
3330
- MaxItems?: number;
3331
- }
3332
- export declare namespace ListEventSourceMappingsRequest {
3333
- /**
3334
- * @internal
3335
- */
3336
- const filterSensitiveLog: (obj: ListEventSourceMappingsRequest) => any;
3337
- }
3338
- export interface ListEventSourceMappingsResponse {
3339
- /**
3340
- * <p>A pagination token that's returned when the response doesn't contain all event source mappings.</p>
3341
- */
3342
- NextMarker?: string;
3343
- /**
3344
- * <p>A list of event source mappings.</p>
3345
- */
3346
- EventSourceMappings?: EventSourceMappingConfiguration[];
3347
- }
3348
- export declare namespace ListEventSourceMappingsResponse {
3349
- /**
3350
- * @internal
3351
- */
3352
- const filterSensitiveLog: (obj: ListEventSourceMappingsResponse) => any;
3353
- }
3354
- export interface ListFunctionEventInvokeConfigsRequest {
3355
- /**
3356
- * <p>The name of the Lambda function.</p>
3357
- * <p class="title">
3358
- * <b>Name formats</b>
3359
- * </p>
3360
- * <ul>
3361
- * <li>
3362
- * <p>
3363
- * <b>Function name</b> - <code>my-function</code>.</p>
3364
- * </li>
3365
- * <li>
3366
- * <p>
3367
- * <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p>
3368
- * </li>
3369
- * <li>
3370
- * <p>
3371
- * <b>Partial ARN</b> - <code>123456789012:function:my-function</code>.</p>
3372
- * </li>
3373
- * </ul>
3374
- * <p>The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64
3375
- * characters in length.</p>
3376
- */
3377
- FunctionName: string | undefined;
3378
- /**
3379
- * <p>Specify the pagination token that's returned by a previous request to retrieve the next page of results.</p>
3380
- */
3381
- Marker?: string;
3382
- /**
3383
- * <p>The maximum number of configurations to return.</p>
3384
- */
3385
- MaxItems?: number;
3386
- }
3387
- export declare namespace ListFunctionEventInvokeConfigsRequest {
3388
- /**
3389
- * @internal
3390
- */
3391
- const filterSensitiveLog: (obj: ListFunctionEventInvokeConfigsRequest) => any;
3392
- }
3393
- export interface ListFunctionEventInvokeConfigsResponse {
3394
- /**
3395
- * <p>A list of configurations.</p>
3396
- */
3397
- FunctionEventInvokeConfigs?: FunctionEventInvokeConfig[];
3398
- /**
3399
- * <p>The pagination token that's included if more results are available.</p>
3400
- */
3401
- NextMarker?: string;
3402
- }
3403
- export declare namespace ListFunctionEventInvokeConfigsResponse {
3404
- /**
3405
- * @internal
3406
- */
3407
- const filterSensitiveLog: (obj: ListFunctionEventInvokeConfigsResponse) => any;
3408
- }
3409
- export declare enum FunctionVersion {
3410
- ALL = "ALL"
3411
- }
3412
- export interface ListFunctionsRequest {
3413
- /**
3414
- * <p>For Lambda@Edge functions, the Amazon Web Services Region of the master function. For example, <code>us-east-1</code> filters
3415
- * the list of functions to only include Lambda@Edge functions replicated from a master function in US East (N.
3416
- * Virginia). If specified, you must set <code>FunctionVersion</code> to <code>ALL</code>.</p>
3417
- */
3418
- MasterRegion?: string;
3419
- /**
3420
- * <p>Set to <code>ALL</code> to include entries for all published versions of each function.</p>
3421
- */
3422
- FunctionVersion?: FunctionVersion | string;
3423
- /**
3424
- * <p>Specify the pagination token that's returned by a previous request to retrieve the next page of results.</p>
3425
- */
3426
- Marker?: string;
3427
- /**
3428
- * <p>The maximum number of functions to return in the response. Note that <code>ListFunctions</code> returns a maximum of 50 items in each response,
3429
- * even if you set the number higher.</p>
3430
- */
3431
- MaxItems?: number;
3432
- }
3433
- export declare namespace ListFunctionsRequest {
3434
- /**
3435
- * @internal
3436
- */
3437
- const filterSensitiveLog: (obj: ListFunctionsRequest) => any;
3438
- }
3439
- /**
3440
- * <p>A list of Lambda functions.</p>
3441
- */
3442
- export interface ListFunctionsResponse {
3443
- /**
3444
- * <p>The pagination token that's included if more results are available.</p>
3445
- */
3446
- NextMarker?: string;
3447
- /**
3448
- * <p>A list of Lambda functions.</p>
3449
- */
3450
- Functions?: FunctionConfiguration[];
3451
- }
3452
- export declare namespace ListFunctionsResponse {
3453
- /**
3454
- * @internal
3455
- */
3456
- const filterSensitiveLog: (obj: ListFunctionsResponse) => any;
3457
- }
3458
- export interface ListFunctionsByCodeSigningConfigRequest {
3459
- /**
3460
- * <p>The The Amazon Resource Name (ARN) of the code signing configuration.</p>
3461
- */
3462
- CodeSigningConfigArn: string | undefined;
3463
- /**
3464
- * <p>Specify the pagination token that's returned by a previous request to retrieve the next page of results.</p>
3465
- */
3466
- Marker?: string;
3467
- /**
3468
- * <p>Maximum number of items to return.</p>
3469
- */
3470
- MaxItems?: number;
3471
- }
3472
- export declare namespace ListFunctionsByCodeSigningConfigRequest {
3473
- /**
3474
- * @internal
3475
- */
3476
- const filterSensitiveLog: (obj: ListFunctionsByCodeSigningConfigRequest) => any;
3477
- }
3478
- export interface ListFunctionsByCodeSigningConfigResponse {
3479
- /**
3480
- * <p>The pagination token that's included if more results are available.</p>
3481
- */
3482
- NextMarker?: string;
3483
- /**
3484
- * <p>The function ARNs. </p>
3485
- */
3486
- FunctionArns?: string[];
3487
- }
3488
- export declare namespace ListFunctionsByCodeSigningConfigResponse {
3489
- /**
3490
- * @internal
3491
- */
3492
- const filterSensitiveLog: (obj: ListFunctionsByCodeSigningConfigResponse) => any;
3493
- }
3494
- export interface ListLayersRequest {
3495
- /**
3496
- * <p>A runtime identifier. For example, <code>go1.x</code>.</p>
3497
- */
3498
- CompatibleRuntime?: Runtime | string;
3499
- /**
3500
- * <p>A pagination token returned by a previous call.</p>
3501
- */
3502
- Marker?: string;
3503
- /**
3504
- * <p>The maximum number of layers to return.</p>
3505
- */
3506
- MaxItems?: number;
3507
- /**
3508
- * <p>The compatible
3509
- * <a href="https://docs.aws.amazon.com/lambda/latest/dg/foundation-arch.html">instruction set architecture</a>.</p>
3510
- */
3511
- CompatibleArchitecture?: Architecture | string;
3512
- }
3513
- export declare namespace ListLayersRequest {
3514
- /**
3515
- * @internal
3516
- */
3517
- const filterSensitiveLog: (obj: ListLayersRequest) => any;
3518
- }
3519
- /**
3520
- * <p>Details about a version of an <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html">Lambda
3521
- * layer</a>.</p>
3522
- */
3523
- export interface LayerVersionsListItem {
3524
- /**
3525
- * <p>The ARN of the layer version.</p>
3526
- */
3527
- LayerVersionArn?: string;
3528
- /**
3529
- * <p>The version number.</p>
3530
- */
3531
- Version?: number;
3532
- /**
3533
- * <p>The description of the version.</p>
3534
- */
3535
- Description?: string;
3536
- /**
3537
- * <p>The date that the version was created, in ISO 8601 format. For example, <code>2018-11-27T15:10:45.123+0000</code>.</p>
3538
- */
3539
- CreatedDate?: string;
3540
- /**
3541
- * <p>The layer's compatible runtimes.</p>
3542
- */
3543
- CompatibleRuntimes?: (Runtime | string)[];
3544
- /**
3545
- * <p>The layer's open-source license.</p>
3546
- */
3547
- LicenseInfo?: string;
3548
- /**
3549
- * <p>A list of compatible
3550
- * <a href="https://docs.aws.amazon.com/lambda/latest/dg/foundation-arch.html">instruction set architectures</a>.</p>
3551
- */
3552
- CompatibleArchitectures?: (Architecture | string)[];
3553
- }
3554
- export declare namespace LayerVersionsListItem {
3555
- /**
3556
- * @internal
3557
- */
3558
- const filterSensitiveLog: (obj: LayerVersionsListItem) => any;
3559
- }
3560
- /**
3561
- * <p>Details about an <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html">Lambda
3562
- * layer</a>.</p>
3563
- */
3564
- export interface LayersListItem {
3565
- /**
3566
- * <p>The name of the layer.</p>
3567
- */
3568
- LayerName?: string;
3569
- /**
3570
- * <p>The Amazon Resource Name (ARN) of the function layer.</p>
3571
- */
3572
- LayerArn?: string;
3573
- /**
3574
- * <p>The newest version of the layer.</p>
3575
- */
3576
- LatestMatchingVersion?: LayerVersionsListItem;
3577
- }
3578
- export declare namespace LayersListItem {
3579
- /**
3580
- * @internal
3581
- */
3582
- const filterSensitiveLog: (obj: LayersListItem) => any;
3583
- }
3584
- export interface ListLayersResponse {
3585
- /**
3586
- * <p>A pagination token returned when the response doesn't contain all layers.</p>
3587
- */
3588
- NextMarker?: string;
3589
- /**
3590
- * <p>A list of function layers.</p>
3591
- */
3592
- Layers?: LayersListItem[];
3593
- }
3594
- export declare namespace ListLayersResponse {
3595
- /**
3596
- * @internal
3597
- */
3598
- const filterSensitiveLog: (obj: ListLayersResponse) => any;
3599
- }
3600
- export interface ListLayerVersionsRequest {
3601
- /**
3602
- * <p>A runtime identifier. For example, <code>go1.x</code>.</p>
3603
- */
3604
- CompatibleRuntime?: Runtime | string;
3605
- /**
3606
- * <p>The name or Amazon Resource Name (ARN) of the layer.</p>
3607
- */
3608
- LayerName: string | undefined;
3609
- /**
3610
- * <p>A pagination token returned by a previous call.</p>
3611
- */
3612
- Marker?: string;
3613
- /**
3614
- * <p>The maximum number of versions to return.</p>
3615
- */
3616
- MaxItems?: number;
3617
- /**
3618
- * <p>The compatible
3619
- * <a href="https://docs.aws.amazon.com/lambda/latest/dg/foundation-arch.html">instruction set architecture</a>.</p>
3620
- */
3621
- CompatibleArchitecture?: Architecture | string;
3622
- }
3623
- export declare namespace ListLayerVersionsRequest {
3624
- /**
3625
- * @internal
3626
- */
3627
- const filterSensitiveLog: (obj: ListLayerVersionsRequest) => any;
3628
- }
3629
- export interface ListLayerVersionsResponse {
3630
- /**
3631
- * <p>A pagination token returned when the response doesn't contain all versions.</p>
3632
- */
3633
- NextMarker?: string;
3634
- /**
3635
- * <p>A list of versions.</p>
3636
- */
3637
- LayerVersions?: LayerVersionsListItem[];
3638
- }
3639
- export declare namespace ListLayerVersionsResponse {
3640
- /**
3641
- * @internal
3642
- */
3643
- const filterSensitiveLog: (obj: ListLayerVersionsResponse) => any;
3644
- }
3645
- export interface ListProvisionedConcurrencyConfigsRequest {
3646
- /**
3647
- * <p>The name of the Lambda function.</p>
3648
- * <p class="title">
3649
- * <b>Name formats</b>
3650
- * </p>
3651
- * <ul>
3652
- * <li>
3653
- * <p>
3654
- * <b>Function name</b> - <code>my-function</code>.</p>
3655
- * </li>
3656
- * <li>
3657
- * <p>
3658
- * <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p>
3659
- * </li>
3660
- * <li>
3661
- * <p>
3662
- * <b>Partial ARN</b> - <code>123456789012:function:my-function</code>.</p>
3663
- * </li>
3664
- * </ul>
3665
- * <p>The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64
3666
- * characters in length.</p>
3667
- */
3668
- FunctionName: string | undefined;
3669
- /**
3670
- * <p>Specify the pagination token that's returned by a previous request to retrieve the next page of results.</p>
3671
- */
3672
- Marker?: string;
3673
- /**
3674
- * <p>Specify a number to limit the number of configurations returned.</p>
3675
- */
3676
- MaxItems?: number;
3677
- }
3678
- export declare namespace ListProvisionedConcurrencyConfigsRequest {
3679
- /**
3680
- * @internal
3681
- */
3682
- const filterSensitiveLog: (obj: ListProvisionedConcurrencyConfigsRequest) => any;
3683
- }
3684
- /**
3685
- * <p>Details about the provisioned concurrency configuration for a function alias or version.</p>
3686
- */
3687
- export interface ProvisionedConcurrencyConfigListItem {
3688
- /**
3689
- * <p>The Amazon Resource Name (ARN) of the alias or version.</p>
3690
- */
3691
- FunctionArn?: string;
3692
- /**
3693
- * <p>The amount of provisioned concurrency requested.</p>
3694
- */
3695
- RequestedProvisionedConcurrentExecutions?: number;
3696
- /**
3697
- * <p>The amount of provisioned concurrency available.</p>
3698
- */
3699
- AvailableProvisionedConcurrentExecutions?: number;
3700
- /**
3701
- * <p>The amount of provisioned concurrency allocated.</p>
3702
- */
3703
- AllocatedProvisionedConcurrentExecutions?: number;
3704
- /**
3705
- * <p>The status of the allocation process.</p>
3706
- */
3707
- Status?: ProvisionedConcurrencyStatusEnum | string;
3708
- /**
3709
- * <p>For failed allocations, the reason that provisioned concurrency could not be allocated.</p>
3710
- */
3711
- StatusReason?: string;
3712
- /**
3713
- * <p>The date and time that a user last updated the configuration, in <a href="https://www.iso.org/iso-8601-date-and-time-format.html">ISO 8601 format</a>.</p>
3714
- */
3715
- LastModified?: string;
3716
- }
3717
- export declare namespace ProvisionedConcurrencyConfigListItem {
3718
- /**
3719
- * @internal
3720
- */
3721
- const filterSensitiveLog: (obj: ProvisionedConcurrencyConfigListItem) => any;
3722
- }
3723
- export interface ListProvisionedConcurrencyConfigsResponse {
3724
- /**
3725
- * <p>A list of provisioned concurrency configurations.</p>
3726
- */
3727
- ProvisionedConcurrencyConfigs?: ProvisionedConcurrencyConfigListItem[];
3728
- /**
3729
- * <p>The pagination token that's included if more results are available.</p>
3730
- */
3731
- NextMarker?: string;
3732
- }
3733
- export declare namespace ListProvisionedConcurrencyConfigsResponse {
3734
- /**
3735
- * @internal
3736
- */
3737
- const filterSensitiveLog: (obj: ListProvisionedConcurrencyConfigsResponse) => any;
3738
- }
3739
- export interface ListTagsRequest {
3740
- /**
3741
- * <p>The function's Amazon Resource Name (ARN).
3742
- * Note: Lambda does not support adding tags to aliases or versions.</p>
3743
- */
3744
- Resource: string | undefined;
3745
- }
3746
- export declare namespace ListTagsRequest {
3747
- /**
3748
- * @internal
3749
- */
3750
- const filterSensitiveLog: (obj: ListTagsRequest) => any;
3751
- }
3752
- export interface ListTagsResponse {
3753
- /**
3754
- * <p>The function's tags.</p>
3755
- */
3756
- Tags?: {
3757
- [key: string]: string;
3758
- };
3759
- }
3760
- export declare namespace ListTagsResponse {
3761
- /**
3762
- * @internal
3763
- */
3764
- const filterSensitiveLog: (obj: ListTagsResponse) => any;
3765
- }
3766
- export interface ListVersionsByFunctionRequest {
3767
- /**
3768
- * <p>The name of the Lambda function.</p>
3769
- * <p class="title">
3770
- * <b>Name formats</b>
3771
- * </p>
3772
- * <ul>
3773
- * <li>
3774
- * <p>
3775
- * <b>Function name</b> - <code>MyFunction</code>.</p>
3776
- * </li>
3777
- * <li>
3778
- * <p>
3779
- * <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:MyFunction</code>.</p>
3780
- * </li>
3781
- * <li>
3782
- * <p>
3783
- * <b>Partial ARN</b> - <code>123456789012:function:MyFunction</code>.</p>
3784
- * </li>
3785
- * </ul>
3786
- * <p>The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64
3787
- * characters in length.</p>
3788
- */
3789
- FunctionName: string | undefined;
3790
- /**
3791
- * <p>Specify the pagination token that's returned by a previous request to retrieve the next page of results.</p>
3792
- */
3793
- Marker?: string;
3794
- /**
3795
- * <p>The maximum number of versions to return. Note that <code>ListVersionsByFunction</code> returns a maximum of 50 items in each response,
3796
- * even if you set the number higher.</p>
3797
- */
3798
- MaxItems?: number;
3799
- }
3800
- export declare namespace ListVersionsByFunctionRequest {
3801
- /**
3802
- * @internal
3803
- */
3804
- const filterSensitiveLog: (obj: ListVersionsByFunctionRequest) => any;
3805
- }
3806
- export interface ListVersionsByFunctionResponse {
3807
- /**
3808
- * <p>The pagination token that's included if more results are available.</p>
3809
- */
3810
- NextMarker?: string;
3811
- /**
3812
- * <p>A list of Lambda function versions.</p>
3813
- */
3814
- Versions?: FunctionConfiguration[];
3815
- }
3816
- export declare namespace ListVersionsByFunctionResponse {
3817
- /**
3818
- * @internal
3819
- */
3820
- const filterSensitiveLog: (obj: ListVersionsByFunctionResponse) => any;
3821
- }
3822
- /**
3823
- * <p>A ZIP archive that contains the contents of an <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html">Lambda
3824
- * layer</a>. You can specify either an Amazon S3 location,
3825
- * or upload a layer archive directly.</p>
3826
- */
3827
- export interface LayerVersionContentInput {
3828
- /**
3829
- * <p>The Amazon S3 bucket of the layer archive.</p>
3830
- */
3831
- S3Bucket?: string;
3832
- /**
3833
- * <p>The Amazon S3 key of the layer archive.</p>
3834
- */
3835
- S3Key?: string;
3836
- /**
3837
- * <p>For versioned objects, the version of the layer archive object to use.</p>
3838
- */
3839
- S3ObjectVersion?: string;
3840
- /**
3841
- * <p>The base64-encoded contents of the layer archive. Amazon Web Services SDK and Amazon Web Services CLI clients handle the encoding for
3842
- * you.</p>
3843
- */
3844
- ZipFile?: Uint8Array;
3845
- }
3846
- export declare namespace LayerVersionContentInput {
3847
- /**
3848
- * @internal
3849
- */
3850
- const filterSensitiveLog: (obj: LayerVersionContentInput) => any;
3851
- }
3852
- export interface PublishLayerVersionRequest {
3853
- /**
3854
- * <p>The name or Amazon Resource Name (ARN) of the layer.</p>
3855
- */
3856
- LayerName: string | undefined;
3857
- /**
3858
- * <p>The description of the version.</p>
3859
- */
3860
- Description?: string;
3861
- /**
3862
- * <p>The function layer archive.</p>
3863
- */
3864
- Content: LayerVersionContentInput | undefined;
3865
- /**
3866
- * <p>A list of compatible <a href="https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html">function
3867
- * runtimes</a>. Used for filtering with <a>ListLayers</a> and <a>ListLayerVersions</a>.</p>
3868
- */
3869
- CompatibleRuntimes?: (Runtime | string)[];
3870
- /**
3871
- * <p>The layer's software license. It can be any of the following:</p>
3872
- * <ul>
3873
- * <li>
3874
- * <p>An <a href="https://spdx.org/licenses/">SPDX license identifier</a>. For example,
3875
- * <code>MIT</code>.</p>
3876
- * </li>
3877
- * <li>
3878
- * <p>The URL of a license hosted on the internet. For example,
3879
- * <code>https://opensource.org/licenses/MIT</code>.</p>
3880
- * </li>
3881
- * <li>
3882
- * <p>The full text of the license.</p>
3883
- * </li>
3884
- * </ul>
3885
- */
3886
- LicenseInfo?: string;
3887
- /**
3888
- * <p>A list of compatible
3889
- * <a href="https://docs.aws.amazon.com/lambda/latest/dg/foundation-arch.html">instruction set architectures</a>.</p>
3890
- */
3891
- CompatibleArchitectures?: (Architecture | string)[];
3892
- }
3893
- export declare namespace PublishLayerVersionRequest {
3894
- /**
3895
- * @internal
3896
- */
3897
- const filterSensitiveLog: (obj: PublishLayerVersionRequest) => any;
3898
- }
3899
- export interface PublishLayerVersionResponse {
3900
- /**
3901
- * <p>Details about the layer version.</p>
3902
- */
3903
- Content?: LayerVersionContentOutput;
3904
- /**
3905
- * <p>The ARN of the layer.</p>
3906
- */
3907
- LayerArn?: string;
3908
- /**
3909
- * <p>The ARN of the layer version.</p>
3910
- */
3911
- LayerVersionArn?: string;
3912
- /**
3913
- * <p>The description of the version.</p>
3914
- */
3915
- Description?: string;
3916
- /**
3917
- * <p>The date that the layer version was created, in <a href="https://www.w3.org/TR/NOTE-datetime">ISO-8601 format</a> (YYYY-MM-DDThh:mm:ss.sTZD).</p>
3918
- */
3919
- CreatedDate?: string;
3920
- /**
3921
- * <p>The version number.</p>
3922
- */
3923
- Version?: number;
3924
- /**
3925
- * <p>The layer's compatible runtimes.</p>
3926
- */
3927
- CompatibleRuntimes?: (Runtime | string)[];
3928
- /**
3929
- * <p>The layer's software license.</p>
3930
- */
3931
- LicenseInfo?: string;
3932
- /**
3933
- * <p>A list of compatible
3934
- * <a href="https://docs.aws.amazon.com/lambda/latest/dg/foundation-arch.html">instruction set architectures</a>.</p>
3935
- */
3936
- CompatibleArchitectures?: (Architecture | string)[];
3937
- }
3938
- export declare namespace PublishLayerVersionResponse {
3939
- /**
3940
- * @internal
3941
- */
3942
- const filterSensitiveLog: (obj: PublishLayerVersionResponse) => any;
3943
- }
3944
- export interface PublishVersionRequest {
3945
- /**
3946
- * <p>The name of the Lambda function.</p>
3947
- * <p class="title">
3948
- * <b>Name formats</b>
3949
- * </p>
3950
- * <ul>
3951
- * <li>
3952
- * <p>
3953
- * <b>Function name</b> - <code>MyFunction</code>.</p>
3954
- * </li>
3955
- * <li>
3956
- * <p>
3957
- * <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:MyFunction</code>.</p>
3958
- * </li>
3959
- * <li>
3960
- * <p>
3961
- * <b>Partial ARN</b> - <code>123456789012:function:MyFunction</code>.</p>
3962
- * </li>
3963
- * </ul>
3964
- * <p>The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64
3965
- * characters in length.</p>
3966
- */
3967
- FunctionName: string | undefined;
3968
- /**
3969
- * <p>Only publish a version if the hash value matches the value that's specified. Use this option to avoid
3970
- * publishing a version if the function code has changed since you last updated it. You can get the hash for the
3971
- * version that you uploaded from the output of <a>UpdateFunctionCode</a>.</p>
3972
- */
3973
- CodeSha256?: string;
3974
- /**
3975
- * <p>A description for the version to override the description in the function configuration.</p>
3976
- */
3977
- Description?: string;
3978
- /**
3979
- * <p>Only update the function if the revision ID matches the ID that's specified. Use this option to avoid
3980
- * publishing a version if the function configuration has changed since you last updated it.</p>
3981
- */
3982
- RevisionId?: string;
3983
- }
3984
- export declare namespace PublishVersionRequest {
3985
- /**
3986
- * @internal
3987
- */
3988
- const filterSensitiveLog: (obj: PublishVersionRequest) => any;
3989
- }
3990
- export interface PutFunctionCodeSigningConfigRequest {
3991
- /**
3992
- * <p>The The Amazon Resource Name (ARN) of the code signing configuration.</p>
3993
- */
3994
- CodeSigningConfigArn: string | undefined;
3995
- /**
3996
- * <p>The name of the Lambda function.</p>
3997
- * <p class="title">
3998
- * <b>Name formats</b>
3999
- * </p>
4000
- * <ul>
4001
- * <li>
4002
- * <p>
4003
- * <b>Function name</b> - <code>MyFunction</code>.</p>
4004
- * </li>
4005
- * <li>
4006
- * <p>
4007
- * <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:MyFunction</code>.</p>
4008
- * </li>
4009
- * <li>
4010
- * <p>
4011
- * <b>Partial ARN</b> - <code>123456789012:function:MyFunction</code>.</p>
4012
- * </li>
4013
- * </ul>
4014
- * <p>The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64
4015
- * characters in length.</p>
4016
- */
4017
- FunctionName: string | undefined;
4018
- }
4019
- export declare namespace PutFunctionCodeSigningConfigRequest {
4020
- /**
4021
- * @internal
4022
- */
4023
- const filterSensitiveLog: (obj: PutFunctionCodeSigningConfigRequest) => any;
4024
- }
4025
- export interface PutFunctionCodeSigningConfigResponse {
4026
- /**
4027
- * <p>The The Amazon Resource Name (ARN) of the code signing configuration.</p>
4028
- */
4029
- CodeSigningConfigArn: string | undefined;
4030
- /**
4031
- * <p>The name of the Lambda function.</p>
4032
- * <p class="title">
4033
- * <b>Name formats</b>
4034
- * </p>
4035
- * <ul>
4036
- * <li>
4037
- * <p>
4038
- * <b>Function name</b> - <code>MyFunction</code>.</p>
4039
- * </li>
4040
- * <li>
4041
- * <p>
4042
- * <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:MyFunction</code>.</p>
4043
- * </li>
4044
- * <li>
4045
- * <p>
4046
- * <b>Partial ARN</b> - <code>123456789012:function:MyFunction</code>.</p>
4047
- * </li>
4048
- * </ul>
4049
- * <p>The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64
4050
- * characters in length.</p>
4051
- */
4052
- FunctionName: string | undefined;
4053
- }
4054
- export declare namespace PutFunctionCodeSigningConfigResponse {
4055
- /**
4056
- * @internal
4057
- */
4058
- const filterSensitiveLog: (obj: PutFunctionCodeSigningConfigResponse) => any;
4059
- }
4060
- export interface PutFunctionConcurrencyRequest {
4061
- /**
4062
- * <p>The name of the Lambda function.</p>
4063
- * <p class="title">
4064
- * <b>Name formats</b>
4065
- * </p>
4066
- * <ul>
4067
- * <li>
4068
- * <p>
4069
- * <b>Function name</b> - <code>my-function</code>.</p>
4070
- * </li>
4071
- * <li>
4072
- * <p>
4073
- * <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p>
4074
- * </li>
4075
- * <li>
4076
- * <p>
4077
- * <b>Partial ARN</b> - <code>123456789012:function:my-function</code>.</p>
4078
- * </li>
4079
- * </ul>
4080
- * <p>The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64
4081
- * characters in length.</p>
4082
- */
4083
- FunctionName: string | undefined;
4084
- /**
4085
- * <p>The number of simultaneous executions to reserve for the function.</p>
4086
- */
4087
- ReservedConcurrentExecutions: number | undefined;
4088
- }
4089
- export declare namespace PutFunctionConcurrencyRequest {
4090
- /**
4091
- * @internal
4092
- */
4093
- const filterSensitiveLog: (obj: PutFunctionConcurrencyRequest) => any;
4094
- }
4095
- export interface PutFunctionEventInvokeConfigRequest {
4096
- /**
4097
- * <p>The name of the Lambda function, version, or alias.</p>
4098
- * <p class="title">
4099
- * <b>Name formats</b>
4100
- * </p>
4101
- * <ul>
4102
- * <li>
4103
- * <p>
4104
- * <b>Function name</b> - <code>my-function</code> (name-only), <code>my-function:v1</code> (with alias).</p>
4105
- * </li>
4106
- * <li>
4107
- * <p>
4108
- * <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p>
4109
- * </li>
4110
- * <li>
4111
- * <p>
4112
- * <b>Partial ARN</b> - <code>123456789012:function:my-function</code>.</p>
4113
- * </li>
4114
- * </ul>
4115
- * <p>You can append a version number or alias to any of the formats. The length constraint applies only to the full ARN.
4116
- * If you specify only the function name, it is limited to 64 characters in length.</p>
4117
- */
4118
- FunctionName: string | undefined;
4119
- /**
4120
- * <p>A version number or alias name.</p>
4121
- */
4122
- Qualifier?: string;
4123
- /**
4124
- * <p>The maximum number of times to retry when the function returns an error.</p>
4125
- */
4126
- MaximumRetryAttempts?: number;
4127
- /**
4128
- * <p>The maximum age of a request that Lambda sends to a function for processing.</p>
4129
- */
4130
- MaximumEventAgeInSeconds?: number;
4131
- /**
4132
- * <p>A destination for events after they have been sent to a function for processing.</p>
4133
- * <p class="title">
4134
- * <b>Destinations</b>
4135
- * </p>
4136
- * <ul>
4137
- * <li>
4138
- * <p>
4139
- * <b>Function</b> - The Amazon Resource Name (ARN) of a Lambda function.</p>
4140
- * </li>
4141
- * <li>
4142
- * <p>
4143
- * <b>Queue</b> - The ARN of an SQS queue.</p>
4144
- * </li>
4145
- * <li>
4146
- * <p>
4147
- * <b>Topic</b> - The ARN of an SNS topic.</p>
4148
- * </li>
4149
- * <li>
4150
- * <p>
4151
- * <b>Event Bus</b> - The ARN of an Amazon EventBridge event bus.</p>
4152
- * </li>
4153
- * </ul>
4154
- */
4155
- DestinationConfig?: DestinationConfig;
4156
- }
4157
- export declare namespace PutFunctionEventInvokeConfigRequest {
4158
- /**
4159
- * @internal
4160
- */
4161
- const filterSensitiveLog: (obj: PutFunctionEventInvokeConfigRequest) => any;
4162
- }
4163
- export interface PutProvisionedConcurrencyConfigRequest {
4164
- /**
4165
- * <p>The name of the Lambda function.</p>
4166
- * <p class="title">
4167
- * <b>Name formats</b>
4168
- * </p>
4169
- * <ul>
4170
- * <li>
4171
- * <p>
4172
- * <b>Function name</b> - <code>my-function</code>.</p>
4173
- * </li>
4174
- * <li>
4175
- * <p>
4176
- * <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p>
4177
- * </li>
4178
- * <li>
4179
- * <p>
4180
- * <b>Partial ARN</b> - <code>123456789012:function:my-function</code>.</p>
4181
- * </li>
4182
- * </ul>
4183
- * <p>The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64
4184
- * characters in length.</p>
4185
- */
4186
- FunctionName: string | undefined;
4187
- /**
4188
- * <p>The version number or alias name.</p>
4189
- */
4190
- Qualifier: string | undefined;
4191
- /**
4192
- * <p>The amount of provisioned concurrency to allocate for the version or alias.</p>
4193
- */
4194
- ProvisionedConcurrentExecutions: number | undefined;
4195
- }
4196
- export declare namespace PutProvisionedConcurrencyConfigRequest {
4197
- /**
4198
- * @internal
4199
- */
4200
- const filterSensitiveLog: (obj: PutProvisionedConcurrencyConfigRequest) => any;
4201
- }
4202
- export interface PutProvisionedConcurrencyConfigResponse {
4203
- /**
4204
- * <p>The amount of provisioned concurrency requested.</p>
4205
- */
4206
- RequestedProvisionedConcurrentExecutions?: number;
4207
- /**
4208
- * <p>The amount of provisioned concurrency available.</p>
4209
- */
4210
- AvailableProvisionedConcurrentExecutions?: number;
4211
- /**
4212
- * <p>The amount of provisioned concurrency allocated.</p>
4213
- */
4214
- AllocatedProvisionedConcurrentExecutions?: number;
4215
- /**
4216
- * <p>The status of the allocation process.</p>
4217
- */
4218
- Status?: ProvisionedConcurrencyStatusEnum | string;
4219
- /**
4220
- * <p>For failed allocations, the reason that provisioned concurrency could not be allocated.</p>
4221
- */
4222
- StatusReason?: string;
4223
- /**
4224
- * <p>The date and time that a user last updated the configuration, in <a href="https://www.iso.org/iso-8601-date-and-time-format.html">ISO 8601 format</a>.</p>
4225
- */
4226
- LastModified?: string;
4227
- }
4228
- export declare namespace PutProvisionedConcurrencyConfigResponse {
4229
- /**
4230
- * @internal
4231
- */
4232
- const filterSensitiveLog: (obj: PutProvisionedConcurrencyConfigResponse) => any;
4233
- }
4234
- export interface RemoveLayerVersionPermissionRequest {
4235
- /**
4236
- * <p>The name or Amazon Resource Name (ARN) of the layer.</p>
4237
- */
4238
- LayerName: string | undefined;
4239
- /**
4240
- * <p>The version number.</p>
4241
- */
4242
- VersionNumber: number | undefined;
4243
- /**
4244
- * <p>The identifier that was specified when the statement was added.</p>
4245
- */
4246
- StatementId: string | undefined;
4247
- /**
4248
- * <p>Only update the policy if the revision ID matches the ID specified. Use this option to avoid modifying a
4249
- * policy that has changed since you last read it.</p>
4250
- */
4251
- RevisionId?: string;
4252
- }
4253
- export declare namespace RemoveLayerVersionPermissionRequest {
4254
- /**
4255
- * @internal
4256
- */
4257
- const filterSensitiveLog: (obj: RemoveLayerVersionPermissionRequest) => any;
4258
- }
4259
- export interface RemovePermissionRequest {
4260
- /**
4261
- * <p>The name of the Lambda function, version, or alias.</p>
4262
- * <p class="title">
4263
- * <b>Name formats</b>
4264
- * </p>
4265
- * <ul>
4266
- * <li>
4267
- * <p>
4268
- * <b>Function name</b> - <code>my-function</code> (name-only), <code>my-function:v1</code> (with alias).</p>
4269
- * </li>
4270
- * <li>
4271
- * <p>
4272
- * <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p>
4273
- * </li>
4274
- * <li>
4275
- * <p>
4276
- * <b>Partial ARN</b> - <code>123456789012:function:my-function</code>.</p>
4277
- * </li>
4278
- * </ul>
4279
- * <p>You can append a version number or alias to any of the formats. The length constraint applies only to the full ARN.
4280
- * If you specify only the function name, it is limited to 64 characters in length.</p>
4281
- */
4282
- FunctionName: string | undefined;
4283
- /**
4284
- * <p>Statement ID of the permission to remove.</p>
4285
- */
4286
- StatementId: string | undefined;
4287
- /**
4288
- * <p>Specify a version or alias to remove permissions from a published version of the function.</p>
4289
- */
4290
- Qualifier?: string;
4291
- /**
4292
- * <p>Only update the policy if the revision ID matches the ID that's specified. Use this option to avoid modifying a
4293
- * policy that has changed since you last read it.</p>
4294
- */
4295
- RevisionId?: string;
4296
- }
4297
- export declare namespace RemovePermissionRequest {
4298
- /**
4299
- * @internal
4300
- */
4301
- const filterSensitiveLog: (obj: RemovePermissionRequest) => any;
4302
- }
4303
- export interface TagResourceRequest {
4304
- /**
4305
- * <p>The function's Amazon Resource Name (ARN).</p>
4306
- */
4307
- Resource: string | undefined;
4308
- /**
4309
- * <p>A list of tags to apply to the function.</p>
4310
- */
4311
- Tags: {
4312
- [key: string]: string;
4313
- } | undefined;
4314
- }
4315
- export declare namespace TagResourceRequest {
4316
- /**
4317
- * @internal
4318
- */
4319
- const filterSensitiveLog: (obj: TagResourceRequest) => any;
4320
- }
4321
- export interface UntagResourceRequest {
4322
- /**
4323
- * <p>The function's Amazon Resource Name (ARN).</p>
4324
- */
4325
- Resource: string | undefined;
4326
- /**
4327
- * <p>A list of tag keys to remove from the function.</p>
4328
- */
4329
- TagKeys: string[] | undefined;
4330
- }
4331
- export declare namespace UntagResourceRequest {
4332
- /**
4333
- * @internal
4334
- */
4335
- const filterSensitiveLog: (obj: UntagResourceRequest) => any;
4336
- }
4337
- export interface UpdateAliasRequest {
4338
- /**
4339
- * <p>The name of the Lambda function.</p>
4340
- * <p class="title">
4341
- * <b>Name formats</b>
4342
- * </p>
4343
- * <ul>
4344
- * <li>
4345
- * <p>
4346
- * <b>Function name</b> - <code>MyFunction</code>.</p>
4347
- * </li>
4348
- * <li>
4349
- * <p>
4350
- * <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:MyFunction</code>.</p>
4351
- * </li>
4352
- * <li>
4353
- * <p>
4354
- * <b>Partial ARN</b> - <code>123456789012:function:MyFunction</code>.</p>
4355
- * </li>
4356
- * </ul>
4357
- * <p>The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64
4358
- * characters in length.</p>
4359
- */
4360
- FunctionName: string | undefined;
4361
- /**
4362
- * <p>The name of the alias.</p>
4363
- */
4364
- Name: string | undefined;
4365
- /**
4366
- * <p>The function version that the alias invokes.</p>
4367
- */
4368
- FunctionVersion?: string;
4369
- /**
4370
- * <p>A description of the alias.</p>
4371
- */
4372
- Description?: string;
4373
- /**
4374
- * <p>The <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-aliases.html#configuring-alias-routing">routing
4375
- * configuration</a> of the alias.</p>
4376
- */
4377
- RoutingConfig?: AliasRoutingConfiguration;
4378
- /**
4379
- * <p>Only update the alias if the revision ID matches the ID that's specified. Use this option to avoid modifying
4380
- * an alias that has changed since you last read it.</p>
4381
- */
4382
- RevisionId?: string;
4383
- }
4384
- export declare namespace UpdateAliasRequest {
4385
- /**
4386
- * @internal
4387
- */
4388
- const filterSensitiveLog: (obj: UpdateAliasRequest) => any;
4389
- }
4390
- export interface UpdateCodeSigningConfigRequest {
4391
- /**
4392
- * <p>The The Amazon Resource Name (ARN) of the code signing configuration.</p>
4393
- */
4394
- CodeSigningConfigArn: string | undefined;
4395
- /**
4396
- * <p>Descriptive name for this code signing configuration.</p>
4397
- */
4398
- Description?: string;
4399
- /**
4400
- * <p>Signing profiles for this code signing configuration.</p>
4401
- */
4402
- AllowedPublishers?: AllowedPublishers;
4403
- /**
4404
- * <p>The code signing policy.</p>
4405
- */
4406
- CodeSigningPolicies?: CodeSigningPolicies;
4407
- }
4408
- export declare namespace UpdateCodeSigningConfigRequest {
4409
- /**
4410
- * @internal
4411
- */
4412
- const filterSensitiveLog: (obj: UpdateCodeSigningConfigRequest) => any;
4413
- }
4414
- export interface UpdateCodeSigningConfigResponse {
4415
- /**
4416
- * <p>The code signing configuration</p>
4417
- */
4418
- CodeSigningConfig: CodeSigningConfig | undefined;
4419
- }
4420
- export declare namespace UpdateCodeSigningConfigResponse {
4421
- /**
4422
- * @internal
4423
- */
4424
- const filterSensitiveLog: (obj: UpdateCodeSigningConfigResponse) => any;
4425
- }
4426
- export interface UpdateEventSourceMappingRequest {
4427
- /**
4428
- * <p>The identifier of the event source mapping.</p>
4429
- */
4430
- UUID: string | undefined;
4431
- /**
4432
- * <p>The name of the Lambda function.</p>
4433
- * <p class="title">
4434
- * <b>Name formats</b>
4435
- * </p>
4436
- * <ul>
4437
- * <li>
4438
- * <p>
4439
- * <b>Function name</b> - <code>MyFunction</code>.</p>
4440
- * </li>
4441
- * <li>
4442
- * <p>
4443
- * <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:MyFunction</code>.</p>
4444
- * </li>
4445
- * <li>
4446
- * <p>
4447
- * <b>Version or Alias ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:MyFunction:PROD</code>.</p>
4448
- * </li>
4449
- * <li>
4450
- * <p>
4451
- * <b>Partial ARN</b> - <code>123456789012:function:MyFunction</code>.</p>
4452
- * </li>
4453
- * </ul>
4454
- * <p>The length constraint applies only to the full ARN. If you specify only the function name, it's limited to 64
4455
- * characters in length.</p>
4456
- */
4457
- FunctionName?: string;
4458
- /**
4459
- * <p>When true, the event source mapping is active. When false, Lambda pauses polling and invocation.</p>
4460
- * <p>Default: True</p>
4461
- */
4462
- Enabled?: boolean;
4463
- /**
4464
- * <p>The maximum number of records in each batch that Lambda pulls from your stream or queue and sends to your function. Lambda passes all of the records in the batch to the function in a single call, up to the payload limit for synchronous invocation
4465
- * (6 MB).</p>
4466
- * <ul>
4467
- * <li>
4468
- * <p>
4469
- * <b>Amazon Kinesis</b> - Default 100. Max 10,000.</p>
4470
- * </li>
4471
- * <li>
4472
- * <p>
4473
- * <b>Amazon DynamoDB Streams</b> - Default 100. Max 1,000.</p>
4474
- * </li>
4475
- * <li>
4476
- * <p>
4477
- * <b>Amazon Simple Queue Service</b> - Default 10. For standard queues the max is 10,000. For FIFO queues the max is 10.</p>
4478
- * </li>
4479
- * <li>
4480
- * <p>
4481
- * <b>Amazon Managed Streaming for Apache Kafka</b> - Default 100. Max 10,000.</p>
4482
- * </li>
4483
- * <li>
4484
- * <p>
4485
- * <b>Self-Managed Apache Kafka</b> - Default 100. Max 10,000.</p>
4486
- * </li>
4487
- * <li>
4488
- * <p>
4489
- * <b>Amazon MQ (ActiveMQ and RabbitMQ)</b> - Default 100. Max 10,000.</p>
4490
- * </li>
4491
- * </ul>
4492
- */
4493
- BatchSize?: number;
4494
- /**
4495
- * <p>(Streams and Amazon SQS) An object that defines the filter criteria that
4496
- * determine whether Lambda should process an event. For more information, see <a href="https://docs.aws.amazon.com/lambda/latest/dg/invocation-eventfiltering.html">Lambda event filtering</a>.</p>
4497
- */
4498
- FilterCriteria?: FilterCriteria;
4499
- /**
4500
- * <p>(Streams and Amazon SQS standard queues) The maximum amount of time, in seconds, that Lambda spends gathering records before invoking the function.</p>
4501
- * <p>Default: 0</p>
4502
- * <p>Related setting: When you set <code>BatchSize</code> to a value greater than 10, you must set <code>MaximumBatchingWindowInSeconds</code> to at least 1.</p>
4503
- */
4504
- MaximumBatchingWindowInSeconds?: number;
4505
- /**
4506
- * <p>(Streams only) An Amazon SQS queue or Amazon SNS topic destination for discarded records.</p>
4507
- */
4508
- DestinationConfig?: DestinationConfig;
4509
- /**
4510
- * <p>(Streams only) Discard records older than the specified age. The default value is infinite (-1).</p>
4511
- */
4512
- MaximumRecordAgeInSeconds?: number;
4513
- /**
4514
- * <p>(Streams only) If the function returns an error, split the batch in two and retry.</p>
4515
- */
4516
- BisectBatchOnFunctionError?: boolean;
4517
- /**
4518
- * <p>(Streams only) Discard records after the specified number of retries. The default value is infinite (-1). When set to infinite (-1), failed records will be retried until the record expires.</p>
4519
- */
4520
- MaximumRetryAttempts?: number;
4521
- /**
4522
- * <p>(Streams only) The number of batches to process from each shard concurrently.</p>
4523
- */
4524
- ParallelizationFactor?: number;
4525
- /**
4526
- * <p>An array of authentication protocols or VPC components required to secure your event source.</p>
4527
- */
4528
- SourceAccessConfigurations?: SourceAccessConfiguration[];
4529
- /**
4530
- * <p>(Streams only) The duration in seconds of a processing window. The range is between 1 second up to 900 seconds.</p>
4531
- */
4532
- TumblingWindowInSeconds?: number;
4533
- /**
4534
- * <p>(Streams and Amazon SQS) A list of current response type enums applied to the event source mapping.</p>
4535
- */
4536
- FunctionResponseTypes?: (FunctionResponseType | string)[];
4537
- }
4538
- export declare namespace UpdateEventSourceMappingRequest {
4539
- /**
4540
- * @internal
4541
- */
4542
- const filterSensitiveLog: (obj: UpdateEventSourceMappingRequest) => any;
4543
- }
4544
- export interface UpdateFunctionCodeRequest {
4545
- /**
4546
- * <p>The name of the Lambda function.</p>
4547
- * <p class="title">
4548
- * <b>Name formats</b>
4549
- * </p>
4550
- * <ul>
4551
- * <li>
4552
- * <p>
4553
- * <b>Function name</b> - <code>my-function</code>.</p>
4554
- * </li>
4555
- * <li>
4556
- * <p>
4557
- * <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p>
4558
- * </li>
4559
- * <li>
4560
- * <p>
4561
- * <b>Partial ARN</b> - <code>123456789012:function:my-function</code>.</p>
4562
- * </li>
4563
- * </ul>
4564
- * <p>The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64
4565
- * characters in length.</p>
4566
- */
4567
- FunctionName: string | undefined;
4568
- /**
4569
- * <p>The base64-encoded contents of the deployment package. Amazon Web Services SDK and Amazon Web Services CLI clients handle the encoding for
4570
- * you.</p>
4571
- */
4572
- ZipFile?: Uint8Array;
4573
- /**
4574
- * <p>An Amazon S3 bucket in the same Amazon Web Services Region as your function. The bucket can be in a different Amazon Web Services account.</p>
4575
- */
4576
- S3Bucket?: string;
4577
- /**
4578
- * <p>The Amazon S3 key of the deployment package.</p>
4579
- */
4580
- S3Key?: string;
4581
- /**
4582
- * <p>For versioned objects, the version of the deployment package object to use.</p>
4583
- */
4584
- S3ObjectVersion?: string;
4585
- /**
4586
- * <p>URI of a container image in the Amazon ECR registry.</p>
4587
- */
4588
- ImageUri?: string;
4589
- /**
4590
- * <p>Set to true to publish a new version of the function after updating the code. This has the same effect as
4591
- * calling <a>PublishVersion</a> separately.</p>
4592
- */
4593
- Publish?: boolean;
4594
- /**
4595
- * <p>Set to true to validate the request parameters and access permissions without modifying the function
4596
- * code.</p>
4597
- */
4598
- DryRun?: boolean;
4599
- /**
4600
- * <p>Only update the function if the revision ID matches the ID that's specified. Use this option to avoid modifying a
4601
- * function that has changed since you last read it.</p>
4602
- */
4603
- RevisionId?: string;
4604
- /**
4605
- * <p>The instruction set architecture that the function supports. Enter a string array with one of the valid values (arm64 or x86_64).
4606
- * The default value is <code>x86_64</code>.</p>
4607
- */
4608
- Architectures?: (Architecture | string)[];
4609
- }
4610
- export declare namespace UpdateFunctionCodeRequest {
4611
- /**
4612
- * @internal
4613
- */
4614
- const filterSensitiveLog: (obj: UpdateFunctionCodeRequest) => any;
4615
- }
4616
- export interface UpdateFunctionConfigurationRequest {
4617
- /**
4618
- * <p>The name of the Lambda function.</p>
4619
- * <p class="title">
4620
- * <b>Name formats</b>
4621
- * </p>
4622
- * <ul>
4623
- * <li>
4624
- * <p>
4625
- * <b>Function name</b> - <code>my-function</code>.</p>
4626
- * </li>
4627
- * <li>
4628
- * <p>
4629
- * <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p>
4630
- * </li>
4631
- * <li>
4632
- * <p>
4633
- * <b>Partial ARN</b> - <code>123456789012:function:my-function</code>.</p>
4634
- * </li>
4635
- * </ul>
4636
- * <p>The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64
4637
- * characters in length.</p>
4638
- */
4639
- FunctionName: string | undefined;
4640
- /**
4641
- * <p>The Amazon Resource Name (ARN) of the function's execution role.</p>
4642
- */
4643
- Role?: string;
4644
- /**
4645
- * <p>The name of the method within your code that Lambda calls to execute your function.
4646
- * Handler is required if the deployment package is a .zip file archive. The format includes the
4647
- * file name. It can also include namespaces and other qualifiers, depending on the runtime. For more information,
4648
- * see <a href="https://docs.aws.amazon.com/lambda/latest/dg/programming-model-v2.html">Programming Model</a>.</p>
4649
- */
4650
- Handler?: string;
4651
- /**
4652
- * <p>A description of the function.</p>
4653
- */
4654
- Description?: string;
4655
- /**
4656
- * <p>The amount of time (in seconds) that Lambda allows a function to run before stopping it. The default is 3 seconds. The
4657
- * maximum allowed value is 900 seconds. For additional information, see <a href="https://docs.aws.amazon.com/lambda/latest/dg/runtimes-context.html">Lambda execution environment</a>.</p>
4658
- */
4659
- Timeout?: number;
4660
- /**
4661
- * <p>The amount of <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-memory.html">memory available to the function</a> at runtime.
4662
- * Increasing the function memory also increases its CPU allocation. The default value is 128 MB. The value can be any multiple of 1 MB.</p>
4663
- */
4664
- MemorySize?: number;
4665
- /**
4666
- * <p>For network connectivity to Amazon Web Services resources in a VPC, specify a list of security groups and subnets in the VPC.
4667
- * When you connect a function to a VPC, it can only access resources and the internet through that VPC. For more
4668
- * information, see <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-vpc.html">VPC Settings</a>.</p>
4669
- */
4670
- VpcConfig?: VpcConfig;
4671
- /**
4672
- * <p>Environment variables that are accessible from function code during execution.</p>
4673
- */
4674
- Environment?: Environment;
4675
- /**
4676
- * <p>The identifier of the function's <a href="https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html">runtime</a>. Runtime is required if the deployment package is a .zip file archive.
4677
- * </p>
4678
- */
4679
- Runtime?: Runtime | string;
4680
- /**
4681
- * <p>A dead letter queue configuration that specifies the queue or topic where Lambda sends asynchronous events
4682
- * when they fail processing. For more information, see <a href="https://docs.aws.amazon.com/lambda/latest/dg/invocation-async.html#dlq">Dead Letter Queues</a>.</p>
4683
- */
4684
- DeadLetterConfig?: DeadLetterConfig;
4685
- /**
4686
- * <p>The ARN of the Amazon Web Services Key Management Service (KMS) key that's used to encrypt your function's environment
4687
- * variables. If it's not provided, Lambda uses a default service key.</p>
4688
- */
4689
- KMSKeyArn?: string;
4690
- /**
4691
- * <p>Set <code>Mode</code> to <code>Active</code> to sample and trace a subset of incoming requests with
4692
- * <a href="https://docs.aws.amazon.com/lambda/latest/dg/services-xray.html">X-Ray</a>.</p>
4693
- */
4694
- TracingConfig?: TracingConfig;
4695
- /**
4696
- * <p>Only update the function if the revision ID matches the ID that's specified. Use this option to avoid modifying a
4697
- * function that has changed since you last read it.</p>
4698
- */
4699
- RevisionId?: string;
4700
- /**
4701
- * <p>A list of <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html">function layers</a>
4702
- * to add to the function's execution environment. Specify each layer by its ARN, including the version.</p>
4703
- */
4704
- Layers?: string[];
4705
- /**
4706
- * <p>Connection settings for an Amazon EFS file system.</p>
4707
- */
4708
- FileSystemConfigs?: FileSystemConfig[];
4709
- /**
4710
- * <p>
4711
- * <a href="https://docs.aws.amazon.com/lambda/latest/dg/images-parms.html">Container image configuration
4712
- * values</a> that override the values in the container image Docker file.</p>
4713
- */
4714
- ImageConfig?: ImageConfig;
4715
- }
4716
- export declare namespace UpdateFunctionConfigurationRequest {
4717
- /**
4718
- * @internal
4719
- */
4720
- const filterSensitiveLog: (obj: UpdateFunctionConfigurationRequest) => any;
4721
- }
4722
- export interface UpdateFunctionEventInvokeConfigRequest {
4723
- /**
4724
- * <p>The name of the Lambda function, version, or alias.</p>
4725
- * <p class="title">
4726
- * <b>Name formats</b>
4727
- * </p>
4728
- * <ul>
4729
- * <li>
4730
- * <p>
4731
- * <b>Function name</b> - <code>my-function</code> (name-only), <code>my-function:v1</code> (with alias).</p>
4732
- * </li>
4733
- * <li>
4734
- * <p>
4735
- * <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p>
4736
- * </li>
4737
- * <li>
4738
- * <p>
4739
- * <b>Partial ARN</b> - <code>123456789012:function:my-function</code>.</p>
4740
- * </li>
4741
- * </ul>
4742
- * <p>You can append a version number or alias to any of the formats. The length constraint applies only to the full ARN.
4743
- * If you specify only the function name, it is limited to 64 characters in length.</p>
4744
- */
4745
- FunctionName: string | undefined;
4746
- /**
4747
- * <p>A version number or alias name.</p>
4748
- */
4749
- Qualifier?: string;
4750
- /**
4751
- * <p>The maximum number of times to retry when the function returns an error.</p>
4752
- */
4753
- MaximumRetryAttempts?: number;
4754
- /**
4755
- * <p>The maximum age of a request that Lambda sends to a function for processing.</p>
4756
- */
4757
- MaximumEventAgeInSeconds?: number;
4758
- /**
4759
- * <p>A destination for events after they have been sent to a function for processing.</p>
4760
- * <p class="title">
4761
- * <b>Destinations</b>
4762
- * </p>
4763
- * <ul>
4764
- * <li>
4765
- * <p>
4766
- * <b>Function</b> - The Amazon Resource Name (ARN) of a Lambda function.</p>
4767
- * </li>
4768
- * <li>
4769
- * <p>
4770
- * <b>Queue</b> - The ARN of an SQS queue.</p>
4771
- * </li>
4772
- * <li>
4773
- * <p>
4774
- * <b>Topic</b> - The ARN of an SNS topic.</p>
4775
- * </li>
4776
- * <li>
4777
- * <p>
4778
- * <b>Event Bus</b> - The ARN of an Amazon EventBridge event bus.</p>
4779
- * </li>
4780
- * </ul>
4781
- */
4782
- DestinationConfig?: DestinationConfig;
4783
- }
4784
- export declare namespace UpdateFunctionEventInvokeConfigRequest {
4785
- /**
4786
- * @internal
4787
- */
4788
- const filterSensitiveLog: (obj: UpdateFunctionEventInvokeConfigRequest) => any;
4789
- }