serverless-spy 0.0.37 → 0.0.38

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 (3842) hide show
  1. package/.jsii +60 -21
  2. package/API.md +15 -1
  3. package/dist/releasetag.txt +1 -1
  4. package/lib/cli/webServerlessSpy.js.map +1 -1
  5. package/lib/extension/dist/layer/nodejs/node_modules/interceptor.js +825 -204
  6. package/lib/extension/dist/layer/nodejs/node_modules/interceptor.js.map +4 -4
  7. package/lib/src/ServerlessSpy.js +1 -1
  8. package/node_modules/@aws-crypto/ie11-detection/CHANGELOG.md +8 -0
  9. package/node_modules/@aws-crypto/ie11-detection/build/index.js +5 -5
  10. package/node_modules/@aws-crypto/ie11-detection/build/index.js.map +1 -1
  11. package/node_modules/@aws-crypto/ie11-detection/package.json +3 -2
  12. package/node_modules/@aws-crypto/supports-web-crypto/CHANGELOG.md +8 -0
  13. package/node_modules/@aws-crypto/supports-web-crypto/build/index.js +2 -2
  14. package/node_modules/@aws-crypto/supports-web-crypto/build/supportsWebCrypto.js +2 -2
  15. package/node_modules/@aws-crypto/supports-web-crypto/package.json +3 -2
  16. package/node_modules/@aws-crypto/util/CHANGELOG.md +12 -0
  17. package/node_modules/@aws-crypto/util/README.md +5 -5
  18. package/node_modules/@aws-crypto/util/build/convertToBuffer.js +1 -1
  19. package/node_modules/@aws-crypto/util/build/convertToBuffer.js.map +1 -0
  20. package/node_modules/@aws-crypto/util/build/index.js +1 -1
  21. package/node_modules/@aws-crypto/util/build/index.js.map +1 -0
  22. package/node_modules/@aws-crypto/util/build/isEmptyData.js +1 -1
  23. package/node_modules/@aws-crypto/util/build/isEmptyData.js.map +1 -0
  24. package/node_modules/@aws-crypto/util/build/numToUint8.js +1 -1
  25. package/node_modules/@aws-crypto/util/build/numToUint8.js.map +1 -0
  26. package/node_modules/@aws-crypto/util/build/uint32ArrayFrom.js +1 -1
  27. package/node_modules/@aws-crypto/util/build/uint32ArrayFrom.js.map +1 -0
  28. package/node_modules/@aws-crypto/util/package.json +4 -3
  29. package/node_modules/@aws-sdk/abort-controller/CHANGELOG.md +48 -0
  30. package/node_modules/@aws-sdk/abort-controller/dist-types/ts3.4/AbortController.d.ts +6 -6
  31. package/node_modules/@aws-sdk/abort-controller/dist-types/ts3.4/AbortSignal.d.ts +8 -10
  32. package/node_modules/@aws-sdk/abort-controller/dist-types/ts3.4/index.d.ts +2 -2
  33. package/node_modules/@aws-sdk/abort-controller/package.json +4 -3
  34. package/node_modules/@aws-sdk/chunked-blob-reader/CHANGELOG.md +16 -0
  35. package/node_modules/@aws-sdk/chunked-blob-reader/dist-types/ts3.4/index.d.ts +5 -1
  36. package/node_modules/@aws-sdk/chunked-blob-reader/package.json +3 -2
  37. package/node_modules/@aws-sdk/chunked-blob-reader-native/CHANGELOG.md +16 -0
  38. package/node_modules/@aws-sdk/chunked-blob-reader-native/dist-types/ts3.4/index.d.ts +5 -1
  39. package/node_modules/@aws-sdk/chunked-blob-reader-native/package.json +4 -3
  40. package/node_modules/@aws-sdk/client-apigatewaymanagementapi/CHANGELOG.md +91 -0
  41. package/node_modules/@aws-sdk/client-apigatewaymanagementapi/dist-cjs/endpoints.js +1 -0
  42. package/node_modules/@aws-sdk/client-apigatewaymanagementapi/dist-cjs/protocols/Aws_restJson1.js +3 -0
  43. package/node_modules/@aws-sdk/client-apigatewaymanagementapi/dist-es/endpoints.js +1 -0
  44. package/node_modules/@aws-sdk/client-apigatewaymanagementapi/dist-es/protocols/Aws_restJson1.js +3 -0
  45. package/node_modules/@aws-sdk/client-apigatewaymanagementapi/dist-types/runtimeConfig.browser.d.ts +1 -1
  46. package/node_modules/@aws-sdk/client-apigatewaymanagementapi/dist-types/runtimeConfig.d.ts +1 -1
  47. package/node_modules/@aws-sdk/client-apigatewaymanagementapi/dist-types/runtimeConfig.native.d.ts +1 -1
  48. package/node_modules/@aws-sdk/client-apigatewaymanagementapi/dist-types/ts3.4/ApiGatewayManagementApi.d.ts +55 -20
  49. package/node_modules/@aws-sdk/client-apigatewaymanagementapi/dist-types/ts3.4/ApiGatewayManagementApiClient.d.ts +123 -76
  50. package/node_modules/@aws-sdk/client-apigatewaymanagementapi/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +30 -17
  51. package/node_modules/@aws-sdk/client-apigatewaymanagementapi/dist-types/ts3.4/commands/GetConnectionCommand.d.ts +35 -17
  52. package/node_modules/@aws-sdk/client-apigatewaymanagementapi/dist-types/ts3.4/commands/PostToConnectionCommand.d.ts +30 -17
  53. package/node_modules/@aws-sdk/client-apigatewaymanagementapi/dist-types/ts3.4/commands/index.d.ts +3 -3
  54. package/node_modules/@aws-sdk/client-apigatewaymanagementapi/dist-types/ts3.4/endpoints.d.ts +2 -2
  55. package/node_modules/@aws-sdk/client-apigatewaymanagementapi/dist-types/ts3.4/index.d.ts +5 -5
  56. package/node_modules/@aws-sdk/client-apigatewaymanagementapi/dist-types/ts3.4/models/ApiGatewayManagementApiServiceException.d.ts +7 -6
  57. package/node_modules/@aws-sdk/client-apigatewaymanagementapi/dist-types/ts3.4/models/index.d.ts +1 -1
  58. package/node_modules/@aws-sdk/client-apigatewaymanagementapi/dist-types/ts3.4/models/models_0.d.ts +59 -66
  59. package/node_modules/@aws-sdk/client-apigatewaymanagementapi/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +41 -11
  60. package/node_modules/@aws-sdk/client-apigatewaymanagementapi/dist-types/ts3.4/runtimeConfig.browser.d.ts +69 -38
  61. package/node_modules/@aws-sdk/client-apigatewaymanagementapi/dist-types/ts3.4/runtimeConfig.d.ts +69 -38
  62. package/node_modules/@aws-sdk/client-apigatewaymanagementapi/dist-types/ts3.4/runtimeConfig.native.d.ts +70 -37
  63. package/node_modules/@aws-sdk/client-apigatewaymanagementapi/dist-types/ts3.4/runtimeConfig.shared.d.ts +12 -11
  64. package/node_modules/@aws-sdk/client-apigatewaymanagementapi/package.json +35 -34
  65. package/node_modules/@aws-sdk/client-cognito-identity/CHANGELOG.md +91 -0
  66. package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/endpoints.js +1 -0
  67. package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/protocols/Aws_json1_1.js +3 -0
  68. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/endpoints.js +1 -0
  69. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/protocols/Aws_json1_1.js +3 -0
  70. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/runtimeConfig.browser.d.ts +1 -1
  71. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/runtimeConfig.d.ts +1 -1
  72. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/runtimeConfig.native.d.ts +1 -1
  73. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/CognitoIdentity.d.ts +398 -120
  74. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/CognitoIdentityClient.d.ts +240 -96
  75. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/CreateIdentityPoolCommand.d.ts +33 -17
  76. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/DeleteIdentitiesCommand.d.ts +35 -17
  77. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/DeleteIdentityPoolCommand.d.ts +31 -17
  78. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/DescribeIdentityCommand.d.ts +32 -17
  79. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/DescribeIdentityPoolCommand.d.ts +36 -17
  80. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/GetCredentialsForIdentityCommand.d.ts +39 -17
  81. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/GetIdCommand.d.ts +30 -17
  82. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/GetIdentityPoolRolesCommand.d.ts +39 -17
  83. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/GetOpenIdTokenCommand.d.ts +35 -17
  84. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/GetOpenIdTokenForDeveloperIdentityCommand.d.ts +39 -17
  85. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/GetPrincipalTagAttributeMapCommand.d.ts +39 -17
  86. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/ListIdentitiesCommand.d.ts +35 -17
  87. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/ListIdentityPoolsCommand.d.ts +35 -17
  88. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  89. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/LookupDeveloperIdentityCommand.d.ts +39 -17
  90. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/MergeDeveloperIdentitiesCommand.d.ts +39 -17
  91. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/SetIdentityPoolRolesCommand.d.ts +34 -17
  92. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/SetPrincipalTagAttributeMapCommand.d.ts +39 -17
  93. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  94. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/UnlinkDeveloperIdentityCommand.d.ts +35 -17
  95. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/UnlinkIdentityCommand.d.ts +30 -17
  96. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
  97. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/UpdateIdentityPoolCommand.d.ts +32 -17
  98. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/index.d.ts +23 -23
  99. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/endpoints.d.ts +2 -2
  100. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/index.d.ts +6 -6
  101. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/models/CognitoIdentityServiceException.d.ts +7 -6
  102. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/models/index.d.ts +1 -1
  103. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/models/models_0.d.ts +449 -567
  104. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  105. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/pagination/ListIdentityPoolsPaginator.d.ts +11 -4
  106. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/pagination/index.d.ts +2 -2
  107. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +281 -71
  108. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/runtimeConfig.browser.d.ts +69 -38
  109. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/runtimeConfig.d.ts +69 -38
  110. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/runtimeConfig.native.d.ts +70 -37
  111. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/runtimeConfig.shared.d.ts +12 -11
  112. package/node_modules/@aws-sdk/client-cognito-identity/package.json +36 -35
  113. package/node_modules/@aws-sdk/client-dynamodb/CHANGELOG.md +102 -0
  114. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/endpoints.js +1 -0
  115. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/protocols/Aws_json1_0.js +3 -0
  116. package/node_modules/@aws-sdk/client-dynamodb/dist-es/endpoints.js +1 -0
  117. package/node_modules/@aws-sdk/client-dynamodb/dist-es/protocols/Aws_json1_0.js +3 -0
  118. package/node_modules/@aws-sdk/client-dynamodb/dist-types/DynamoDB.d.ts +2 -2
  119. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/TransactGetItemsCommand.d.ts +1 -1
  120. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/TransactWriteItemsCommand.d.ts +1 -1
  121. package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/models_0.d.ts +3 -3
  122. package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.browser.d.ts +1 -1
  123. package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.d.ts +1 -1
  124. package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.native.d.ts +1 -1
  125. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/DynamoDB.d.ts +917 -270
  126. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/DynamoDBClient.d.ts +423 -129
  127. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/BatchExecuteStatementCommand.d.ts +39 -17
  128. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/BatchGetItemCommand.d.ts +32 -17
  129. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/BatchWriteItemCommand.d.ts +32 -17
  130. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/CreateBackupCommand.d.ts +32 -17
  131. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/CreateGlobalTableCommand.d.ts +35 -17
  132. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/CreateTableCommand.d.ts +32 -17
  133. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DeleteBackupCommand.d.ts +32 -17
  134. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DeleteItemCommand.d.ts +32 -17
  135. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DeleteTableCommand.d.ts +32 -17
  136. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeBackupCommand.d.ts +32 -17
  137. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeContinuousBackupsCommand.d.ts +39 -17
  138. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeContributorInsightsCommand.d.ts +39 -17
  139. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeEndpointsCommand.d.ts +36 -17
  140. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeExportCommand.d.ts +32 -17
  141. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeGlobalTableCommand.d.ts +36 -17
  142. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeGlobalTableSettingsCommand.d.ts +39 -17
  143. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeImportCommand.d.ts +32 -17
  144. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeKinesisStreamingDestinationCommand.d.ts +39 -17
  145. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeLimitsCommand.d.ts +32 -17
  146. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeTableCommand.d.ts +32 -17
  147. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeTableReplicaAutoScalingCommand.d.ts +39 -17
  148. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeTimeToLiveCommand.d.ts +36 -17
  149. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DisableKinesisStreamingDestinationCommand.d.ts +39 -17
  150. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/EnableKinesisStreamingDestinationCommand.d.ts +39 -17
  151. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/ExecuteStatementCommand.d.ts +35 -17
  152. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/ExecuteTransactionCommand.d.ts +36 -17
  153. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/ExportTableToPointInTimeCommand.d.ts +39 -17
  154. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/GetItemCommand.d.ts +30 -17
  155. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/ImportTableCommand.d.ts +32 -17
  156. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/ListBackupsCommand.d.ts +32 -17
  157. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/ListContributorInsightsCommand.d.ts +39 -17
  158. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/ListExportsCommand.d.ts +32 -17
  159. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/ListGlobalTablesCommand.d.ts +35 -17
  160. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/ListImportsCommand.d.ts +32 -17
  161. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/ListTablesCommand.d.ts +32 -17
  162. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/ListTagsOfResourceCommand.d.ts +36 -17
  163. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/PutItemCommand.d.ts +30 -17
  164. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/QueryCommand.d.ts +30 -17
  165. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/RestoreTableFromBackupCommand.d.ts +39 -17
  166. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/RestoreTableToPointInTimeCommand.d.ts +39 -17
  167. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/ScanCommand.d.ts +30 -17
  168. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/TagResourceCommand.d.ts +30 -17
  169. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/TransactGetItemsCommand.d.ts +35 -17
  170. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/TransactWriteItemsCommand.d.ts +36 -17
  171. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +30 -17
  172. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/UpdateContinuousBackupsCommand.d.ts +39 -17
  173. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/UpdateContributorInsightsCommand.d.ts +39 -17
  174. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/UpdateGlobalTableCommand.d.ts +35 -17
  175. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/UpdateGlobalTableSettingsCommand.d.ts +39 -17
  176. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/UpdateItemCommand.d.ts +32 -17
  177. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/UpdateTableCommand.d.ts +32 -17
  178. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/UpdateTableReplicaAutoScalingCommand.d.ts +39 -17
  179. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/UpdateTimeToLiveCommand.d.ts +35 -17
  180. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/index.d.ts +53 -53
  181. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/endpoints.d.ts +2 -2
  182. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/index.d.ts +7 -7
  183. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/DynamoDBServiceException.d.ts +7 -6
  184. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/index.d.ts +1 -1
  185. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/models_0.d.ts +2256 -2833
  186. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  187. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/pagination/ListContributorInsightsPaginator.d.ts +11 -4
  188. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/pagination/ListExportsPaginator.d.ts +11 -4
  189. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/pagination/ListImportsPaginator.d.ts +11 -4
  190. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/pagination/ListTablesPaginator.d.ts +11 -4
  191. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/pagination/QueryPaginator.d.ts +11 -4
  192. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/pagination/ScanPaginator.d.ts +8 -4
  193. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/pagination/index.d.ts +7 -7
  194. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +638 -161
  195. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.browser.d.ts +72 -41
  196. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.d.ts +72 -41
  197. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.native.d.ts +73 -40
  198. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  199. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/waiters/index.d.ts +2 -2
  200. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/waiters/waitForTableExists.d.ts +11 -7
  201. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/waiters/waitForTableNotExists.d.ts +11 -7
  202. package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/CHANGELOG.md +0 -0
  203. package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/CONTRIBUTING.md +0 -0
  204. package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/LICENSE.md +0 -0
  205. package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/README.md +0 -0
  206. package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/bin/uuid +0 -0
  207. package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/esm-browser/index.js +0 -0
  208. package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/esm-browser/md5.js +0 -0
  209. package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/esm-browser/nil.js +0 -0
  210. package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/esm-browser/parse.js +0 -0
  211. package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/esm-browser/regex.js +0 -0
  212. package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/esm-browser/rng.js +0 -0
  213. package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/esm-browser/sha1.js +0 -0
  214. package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/esm-browser/stringify.js +0 -0
  215. package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/esm-browser/v1.js +0 -0
  216. package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/esm-browser/v3.js +0 -0
  217. package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/esm-browser/v35.js +0 -0
  218. package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/esm-browser/v4.js +0 -0
  219. package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/esm-browser/v5.js +0 -0
  220. package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/esm-browser/validate.js +0 -0
  221. package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/esm-browser/version.js +0 -0
  222. package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/esm-node/index.js +0 -0
  223. package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/esm-node/md5.js +0 -0
  224. package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/esm-node/nil.js +0 -0
  225. package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/esm-node/parse.js +0 -0
  226. package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/esm-node/regex.js +0 -0
  227. package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/esm-node/rng.js +0 -0
  228. package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/esm-node/sha1.js +0 -0
  229. package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/esm-node/stringify.js +0 -0
  230. package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/esm-node/v1.js +0 -0
  231. package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/esm-node/v3.js +0 -0
  232. package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/esm-node/v35.js +0 -0
  233. package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/esm-node/v4.js +0 -0
  234. package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/esm-node/v5.js +0 -0
  235. package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/esm-node/validate.js +0 -0
  236. package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/esm-node/version.js +0 -0
  237. package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/index.js +0 -0
  238. package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/md5-browser.js +0 -0
  239. package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/md5.js +0 -0
  240. package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/nil.js +0 -0
  241. package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/parse.js +0 -0
  242. package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/regex.js +0 -0
  243. package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/rng-browser.js +0 -0
  244. package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/rng.js +0 -0
  245. package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/sha1-browser.js +0 -0
  246. package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/sha1.js +0 -0
  247. package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/stringify.js +0 -0
  248. package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/umd/uuid.min.js +0 -0
  249. package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/umd/uuidNIL.min.js +0 -0
  250. package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/umd/uuidParse.min.js +0 -0
  251. package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/umd/uuidStringify.min.js +0 -0
  252. package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/umd/uuidValidate.min.js +0 -0
  253. package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/umd/uuidVersion.min.js +0 -0
  254. package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/umd/uuidv1.min.js +0 -0
  255. package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/umd/uuidv3.min.js +0 -0
  256. package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/umd/uuidv4.min.js +0 -0
  257. package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/umd/uuidv5.min.js +0 -0
  258. package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/uuid-bin.js +0 -0
  259. package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/v1.js +0 -0
  260. package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/v3.js +0 -0
  261. package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/v35.js +0 -0
  262. package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/v4.js +0 -0
  263. package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/v5.js +0 -0
  264. package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/validate.js +0 -0
  265. package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/version.js +0 -0
  266. package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/package.json +0 -0
  267. package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/wrapper.mjs +0 -0
  268. package/node_modules/@aws-sdk/client-dynamodb/package.json +37 -36
  269. package/node_modules/@aws-sdk/client-eventbridge/CHANGELOG.md +91 -0
  270. package/node_modules/@aws-sdk/client-eventbridge/dist-cjs/endpoints.js +1 -0
  271. package/node_modules/@aws-sdk/client-eventbridge/dist-cjs/protocols/Aws_json1_1.js +3 -0
  272. package/node_modules/@aws-sdk/client-eventbridge/dist-es/endpoints.js +1 -0
  273. package/node_modules/@aws-sdk/client-eventbridge/dist-es/protocols/Aws_json1_1.js +3 -0
  274. package/node_modules/@aws-sdk/client-eventbridge/dist-types/runtimeConfig.browser.d.ts +1 -1
  275. package/node_modules/@aws-sdk/client-eventbridge/dist-types/runtimeConfig.d.ts +1 -1
  276. package/node_modules/@aws-sdk/client-eventbridge/dist-types/runtimeConfig.native.d.ts +1 -1
  277. package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/EventBridge.d.ts +956 -285
  278. package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/EventBridgeClient.d.ts +440 -129
  279. package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/ActivateEventSourceCommand.d.ts +31 -17
  280. package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/CancelReplayCommand.d.ts +32 -17
  281. package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/CreateApiDestinationCommand.d.ts +39 -17
  282. package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/CreateArchiveCommand.d.ts +35 -17
  283. package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +35 -17
  284. package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/CreateEndpointCommand.d.ts +35 -17
  285. package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/CreateEventBusCommand.d.ts +35 -17
  286. package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/CreatePartnerEventSourceCommand.d.ts +39 -17
  287. package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/DeactivateEventSourceCommand.d.ts +34 -17
  288. package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/DeauthorizeConnectionCommand.d.ts +39 -17
  289. package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/DeleteApiDestinationCommand.d.ts +39 -17
  290. package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/DeleteArchiveCommand.d.ts +35 -17
  291. package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +35 -17
  292. package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +35 -17
  293. package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/DeleteEventBusCommand.d.ts +30 -17
  294. package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/DeletePartnerEventSourceCommand.d.ts +35 -17
  295. package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +30 -17
  296. package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/DescribeApiDestinationCommand.d.ts +39 -17
  297. package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/DescribeArchiveCommand.d.ts +35 -17
  298. package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/DescribeConnectionCommand.d.ts +36 -17
  299. package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/DescribeEndpointCommand.d.ts +35 -17
  300. package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/DescribeEventBusCommand.d.ts +35 -17
  301. package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/DescribeEventSourceCommand.d.ts +36 -17
  302. package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/DescribePartnerEventSourceCommand.d.ts +39 -17
  303. package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/DescribeReplayCommand.d.ts +35 -17
  304. package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/DescribeRuleCommand.d.ts +32 -17
  305. package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/DisableRuleCommand.d.ts +30 -17
  306. package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/EnableRuleCommand.d.ts +30 -17
  307. package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/ListApiDestinationsCommand.d.ts +36 -17
  308. package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/ListArchivesCommand.d.ts +32 -17
  309. package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/ListConnectionsCommand.d.ts +35 -17
  310. package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/ListEndpointsCommand.d.ts +35 -17
  311. package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/ListEventBusesCommand.d.ts +35 -17
  312. package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/ListEventSourcesCommand.d.ts +35 -17
  313. package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/ListPartnerEventSourceAccountsCommand.d.ts +39 -17
  314. package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/ListPartnerEventSourcesCommand.d.ts +39 -17
  315. package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/ListReplaysCommand.d.ts +32 -17
  316. package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/ListRuleNamesByTargetCommand.d.ts +39 -17
  317. package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/ListRulesCommand.d.ts +32 -17
  318. package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  319. package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/ListTargetsByRuleCommand.d.ts +36 -17
  320. package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/PutEventsCommand.d.ts +32 -17
  321. package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/PutPartnerEventsCommand.d.ts +35 -17
  322. package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/PutPermissionCommand.d.ts +30 -17
  323. package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/PutRuleCommand.d.ts +32 -17
  324. package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/PutTargetsCommand.d.ts +32 -17
  325. package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +30 -17
  326. package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/RemoveTargetsCommand.d.ts +35 -17
  327. package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/StartReplayCommand.d.ts +32 -17
  328. package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  329. package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/TestEventPatternCommand.d.ts +35 -17
  330. package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
  331. package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/UpdateApiDestinationCommand.d.ts +39 -17
  332. package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/UpdateArchiveCommand.d.ts +35 -17
  333. package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +35 -17
  334. package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/UpdateEndpointCommand.d.ts +35 -17
  335. package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/index.d.ts +56 -56
  336. package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/endpoints.d.ts +2 -2
  337. package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/index.d.ts +5 -5
  338. package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/models/EventBridgeServiceException.d.ts +7 -6
  339. package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/models/index.d.ts +1 -1
  340. package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/models/models_0.d.ts +1543 -2033
  341. package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +677 -170
  342. package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/runtimeConfig.browser.d.ts +67 -38
  343. package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/runtimeConfig.d.ts +67 -38
  344. package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/runtimeConfig.native.d.ts +68 -37
  345. package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/runtimeConfig.shared.d.ts +17 -13
  346. package/node_modules/@aws-sdk/client-eventbridge/package.json +37 -36
  347. package/node_modules/@aws-sdk/client-lambda/CHANGELOG.md +91 -0
  348. package/node_modules/@aws-sdk/client-lambda/dist-cjs/endpoints.js +1 -0
  349. package/node_modules/@aws-sdk/client-lambda/dist-cjs/protocols/Aws_restJson1.js +3 -0
  350. package/node_modules/@aws-sdk/client-lambda/dist-es/endpoints.js +1 -0
  351. package/node_modules/@aws-sdk/client-lambda/dist-es/protocols/Aws_restJson1.js +3 -0
  352. package/node_modules/@aws-sdk/client-lambda/dist-types/runtimeConfig.browser.d.ts +1 -1
  353. package/node_modules/@aws-sdk/client-lambda/dist-types/runtimeConfig.d.ts +1 -1
  354. package/node_modules/@aws-sdk/client-lambda/dist-types/runtimeConfig.native.d.ts +1 -1
  355. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/Lambda.d.ts +1087 -320
  356. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/LambdaClient.d.ts +482 -136
  357. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/AddLayerVersionPermissionCommand.d.ts +39 -17
  358. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/AddPermissionCommand.d.ts +35 -17
  359. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +32 -17
  360. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/CreateCodeSigningConfigCommand.d.ts +39 -17
  361. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/CreateEventSourceMappingCommand.d.ts +39 -17
  362. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/CreateFunctionCommand.d.ts +35 -17
  363. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/CreateFunctionUrlConfigCommand.d.ts +39 -17
  364. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteAliasCommand.d.ts +30 -17
  365. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteCodeSigningConfigCommand.d.ts +39 -17
  366. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteEventSourceMappingCommand.d.ts +39 -17
  367. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteFunctionCodeSigningConfigCommand.d.ts +35 -17
  368. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteFunctionCommand.d.ts +30 -17
  369. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteFunctionConcurrencyCommand.d.ts +35 -17
  370. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteFunctionEventInvokeConfigCommand.d.ts +35 -17
  371. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteFunctionUrlConfigCommand.d.ts +35 -17
  372. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteLayerVersionCommand.d.ts +31 -17
  373. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteProvisionedConcurrencyConfigCommand.d.ts +35 -17
  374. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +36 -17
  375. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetAliasCommand.d.ts +32 -17
  376. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetCodeSigningConfigCommand.d.ts +39 -17
  377. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetEventSourceMappingCommand.d.ts +39 -17
  378. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetFunctionCodeSigningConfigCommand.d.ts +39 -17
  379. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetFunctionCommand.d.ts +32 -17
  380. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetFunctionConcurrencyCommand.d.ts +39 -17
  381. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetFunctionConfigurationCommand.d.ts +39 -17
  382. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetFunctionEventInvokeConfigCommand.d.ts +39 -17
  383. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetFunctionUrlConfigCommand.d.ts +39 -17
  384. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetLayerVersionByArnCommand.d.ts +39 -17
  385. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetLayerVersionCommand.d.ts +35 -17
  386. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetLayerVersionPolicyCommand.d.ts +39 -17
  387. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +32 -17
  388. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetProvisionedConcurrencyConfigCommand.d.ts +39 -17
  389. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/InvokeAsyncCommand.d.ts +39 -24
  390. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/InvokeCommand.d.ts +32 -17
  391. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +32 -17
  392. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListCodeSigningConfigsCommand.d.ts +39 -17
  393. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListEventSourceMappingsCommand.d.ts +39 -17
  394. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListFunctionEventInvokeConfigsCommand.d.ts +39 -17
  395. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListFunctionUrlConfigsCommand.d.ts +39 -17
  396. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListFunctionsByCodeSigningConfigCommand.d.ts +39 -17
  397. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListFunctionsCommand.d.ts +35 -17
  398. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListLayerVersionsCommand.d.ts +36 -17
  399. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListLayersCommand.d.ts +32 -17
  400. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListProvisionedConcurrencyConfigsCommand.d.ts +39 -17
  401. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListTagsCommand.d.ts +32 -17
  402. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListVersionsByFunctionCommand.d.ts +39 -17
  403. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PublishLayerVersionCommand.d.ts +36 -17
  404. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PublishVersionCommand.d.ts +35 -17
  405. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PutFunctionCodeSigningConfigCommand.d.ts +39 -17
  406. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PutFunctionConcurrencyCommand.d.ts +36 -17
  407. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PutFunctionEventInvokeConfigCommand.d.ts +39 -17
  408. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PutProvisionedConcurrencyConfigCommand.d.ts +39 -17
  409. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/RemoveLayerVersionPermissionCommand.d.ts +35 -17
  410. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +30 -17
  411. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/TagResourceCommand.d.ts +30 -17
  412. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +30 -17
  413. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateAliasCommand.d.ts +32 -17
  414. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateCodeSigningConfigCommand.d.ts +39 -17
  415. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateEventSourceMappingCommand.d.ts +39 -17
  416. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateFunctionCodeCommand.d.ts +36 -17
  417. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateFunctionConfigurationCommand.d.ts +39 -17
  418. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateFunctionEventInvokeConfigCommand.d.ts +39 -17
  419. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateFunctionUrlConfigCommand.d.ts +39 -17
  420. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/index.d.ts +63 -63
  421. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/endpoints.d.ts +2 -2
  422. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/index.d.ts +7 -7
  423. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/models/LambdaServiceException.d.ts +7 -6
  424. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/models/index.d.ts +1 -1
  425. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/models/models_0.d.ts +1639 -2086
  426. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
  427. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/ListAliasesPaginator.d.ts +11 -4
  428. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/ListCodeSigningConfigsPaginator.d.ts +11 -4
  429. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/ListEventSourceMappingsPaginator.d.ts +11 -4
  430. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/ListFunctionEventInvokeConfigsPaginator.d.ts +11 -4
  431. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/ListFunctionUrlConfigsPaginator.d.ts +11 -4
  432. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/ListFunctionsByCodeSigningConfigPaginator.d.ts +11 -4
  433. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/ListFunctionsPaginator.d.ts +11 -4
  434. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/ListLayerVersionsPaginator.d.ts +11 -4
  435. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/ListLayersPaginator.d.ts +11 -4
  436. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/ListProvisionedConcurrencyConfigsPaginator.d.ts +11 -4
  437. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/ListVersionsByFunctionPaginator.d.ts +11 -4
  438. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/index.d.ts +12 -12
  439. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +761 -191
  440. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/runtimeConfig.browser.d.ts +67 -38
  441. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/runtimeConfig.d.ts +67 -38
  442. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/runtimeConfig.native.d.ts +68 -37
  443. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  444. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/waiters/index.d.ts +5 -5
  445. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/waiters/waitForFunctionActive.d.ts +11 -7
  446. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/waiters/waitForFunctionActiveV2.d.ts +11 -7
  447. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/waiters/waitForFunctionExists.d.ts +11 -7
  448. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/waiters/waitForFunctionUpdated.d.ts +11 -7
  449. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/waiters/waitForFunctionUpdatedV2.d.ts +11 -7
  450. package/node_modules/@aws-sdk/client-lambda/package.json +36 -35
  451. package/node_modules/@aws-sdk/client-s3/CHANGELOG.md +91 -0
  452. package/node_modules/@aws-sdk/client-s3/dist-cjs/endpoints.js +9 -0
  453. package/node_modules/@aws-sdk/client-s3/dist-es/endpoints.js +9 -0
  454. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.browser.d.ts +1 -1
  455. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.d.ts +1 -1
  456. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.native.d.ts +1 -1
  457. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3.d.ts +1645 -470
  458. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3Client.d.ts +684 -184
  459. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/AbortMultipartUploadCommand.d.ts +39 -17
  460. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CompleteMultipartUploadCommand.d.ts +39 -17
  461. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CopyObjectCommand.d.ts +32 -17
  462. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateBucketCommand.d.ts +32 -17
  463. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateMultipartUploadCommand.d.ts +39 -17
  464. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +35 -17
  465. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketCommand.d.ts +30 -17
  466. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketCorsCommand.d.ts +30 -17
  467. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketEncryptionCommand.d.ts +34 -17
  468. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +35 -17
  469. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketInventoryConfigurationCommand.d.ts +35 -17
  470. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketLifecycleCommand.d.ts +34 -17
  471. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketMetricsConfigurationCommand.d.ts +35 -17
  472. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketOwnershipControlsCommand.d.ts +35 -17
  473. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketPolicyCommand.d.ts +31 -17
  474. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketReplicationCommand.d.ts +35 -17
  475. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketTaggingCommand.d.ts +31 -17
  476. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketWebsiteCommand.d.ts +31 -17
  477. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteObjectCommand.d.ts +32 -17
  478. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteObjectTaggingCommand.d.ts +36 -17
  479. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteObjectsCommand.d.ts +32 -17
  480. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeletePublicAccessBlockCommand.d.ts +35 -17
  481. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketAccelerateConfigurationCommand.d.ts +39 -17
  482. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketAclCommand.d.ts +32 -17
  483. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketAnalyticsConfigurationCommand.d.ts +39 -17
  484. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketCorsCommand.d.ts +32 -17
  485. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketEncryptionCommand.d.ts +36 -17
  486. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +39 -17
  487. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketInventoryConfigurationCommand.d.ts +39 -17
  488. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketLifecycleConfigurationCommand.d.ts +39 -17
  489. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketLocationCommand.d.ts +36 -17
  490. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketLoggingCommand.d.ts +35 -17
  491. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketMetricsConfigurationCommand.d.ts +39 -17
  492. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketNotificationConfigurationCommand.d.ts +39 -17
  493. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketOwnershipControlsCommand.d.ts +39 -17
  494. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketPolicyCommand.d.ts +35 -17
  495. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketPolicyStatusCommand.d.ts +39 -17
  496. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketReplicationCommand.d.ts +39 -17
  497. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketRequestPaymentCommand.d.ts +39 -17
  498. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketTaggingCommand.d.ts +35 -17
  499. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketVersioningCommand.d.ts +36 -17
  500. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketWebsiteCommand.d.ts +35 -17
  501. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectAclCommand.d.ts +32 -17
  502. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectAttributesCommand.d.ts +36 -17
  503. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectCommand.d.ts +32 -17
  504. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectLegalHoldCommand.d.ts +36 -17
  505. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectLockConfigurationCommand.d.ts +39 -17
  506. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectRetentionCommand.d.ts +36 -17
  507. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectTaggingCommand.d.ts +35 -17
  508. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectTorrentCommand.d.ts +35 -17
  509. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetPublicAccessBlockCommand.d.ts +39 -17
  510. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/HeadBucketCommand.d.ts +30 -17
  511. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/HeadObjectCommand.d.ts +32 -17
  512. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +39 -17
  513. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +39 -17
  514. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketInventoryConfigurationsCommand.d.ts +39 -17
  515. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketMetricsConfigurationsCommand.d.ts +39 -17
  516. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketsCommand.d.ts +32 -17
  517. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListMultipartUploadsCommand.d.ts +39 -17
  518. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectVersionsCommand.d.ts +36 -17
  519. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectsCommand.d.ts +32 -17
  520. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectsV2Command.d.ts +32 -17
  521. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListPartsCommand.d.ts +32 -17
  522. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAccelerateConfigurationCommand.d.ts +35 -17
  523. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAclCommand.d.ts +30 -17
  524. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAnalyticsConfigurationCommand.d.ts +35 -17
  525. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketCorsCommand.d.ts +30 -17
  526. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketEncryptionCommand.d.ts +31 -17
  527. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +35 -17
  528. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketInventoryConfigurationCommand.d.ts +35 -17
  529. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +35 -17
  530. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketLoggingCommand.d.ts +30 -17
  531. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketMetricsConfigurationCommand.d.ts +35 -17
  532. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketNotificationConfigurationCommand.d.ts +35 -17
  533. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketOwnershipControlsCommand.d.ts +35 -17
  534. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketPolicyCommand.d.ts +30 -17
  535. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketReplicationCommand.d.ts +34 -17
  536. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketRequestPaymentCommand.d.ts +35 -17
  537. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketTaggingCommand.d.ts +30 -17
  538. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketVersioningCommand.d.ts +31 -17
  539. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketWebsiteCommand.d.ts +30 -17
  540. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectAclCommand.d.ts +32 -17
  541. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectCommand.d.ts +39 -24
  542. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectLegalHoldCommand.d.ts +36 -17
  543. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectLockConfigurationCommand.d.ts +39 -17
  544. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectRetentionCommand.d.ts +36 -17
  545. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectTaggingCommand.d.ts +35 -17
  546. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutPublicAccessBlockCommand.d.ts +34 -17
  547. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/RestoreObjectCommand.d.ts +32 -17
  548. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/SelectObjectContentCommand.d.ts +36 -17
  549. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UploadPartCommand.d.ts +39 -24
  550. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UploadPartCopyCommand.d.ts +35 -17
  551. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/WriteGetObjectResponseCommand.d.ts +41 -24
  552. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/index.d.ts +93 -93
  553. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/endpoints.d.ts +2 -2
  554. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/index.d.ts +7 -7
  555. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/S3ServiceException.d.ts +7 -6
  556. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/index.d.ts +2 -2
  557. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +2578 -3419
  558. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_1.d.ts +482 -689
  559. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
  560. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/pagination/ListObjectsV2Paginator.d.ts +11 -4
  561. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/pagination/ListPartsPaginator.d.ts +11 -4
  562. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/pagination/index.d.ts +3 -3
  563. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/protocols/Aws_restXml.d.ts +1124 -281
  564. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.browser.d.ts +84 -49
  565. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.d.ts +87 -50
  566. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.native.d.ts +85 -48
  567. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.shared.d.ts +19 -15
  568. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/waiters/index.d.ts +4 -4
  569. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/waiters/waitForBucketExists.d.ts +11 -7
  570. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/waiters/waitForBucketNotExists.d.ts +11 -7
  571. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/waiters/waitForObjectExists.d.ts +11 -7
  572. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/waiters/waitForObjectNotExists.d.ts +11 -7
  573. package/node_modules/@aws-sdk/client-s3/package.json +52 -51
  574. package/node_modules/@aws-sdk/client-sns/CHANGELOG.md +105 -0
  575. package/node_modules/@aws-sdk/client-sns/dist-cjs/SNS.js +30 -0
  576. package/node_modules/@aws-sdk/client-sns/dist-cjs/commands/GetDataProtectionPolicyCommand.js +36 -0
  577. package/node_modules/@aws-sdk/client-sns/dist-cjs/commands/PutDataProtectionPolicyCommand.js +36 -0
  578. package/node_modules/@aws-sdk/client-sns/dist-cjs/commands/index.js +2 -0
  579. package/node_modules/@aws-sdk/client-sns/dist-cjs/endpoints.js +1 -0
  580. package/node_modules/@aws-sdk/client-sns/dist-cjs/models/models_0.js +14 -2
  581. package/node_modules/@aws-sdk/client-sns/dist-cjs/protocols/Aws_query.js +152 -2
  582. package/node_modules/@aws-sdk/client-sns/dist-es/SNS.js +30 -0
  583. package/node_modules/@aws-sdk/client-sns/dist-es/commands/GetDataProtectionPolicyCommand.js +39 -0
  584. package/node_modules/@aws-sdk/client-sns/dist-es/commands/PutDataProtectionPolicyCommand.js +39 -0
  585. package/node_modules/@aws-sdk/client-sns/dist-es/commands/index.js +2 -0
  586. package/node_modules/@aws-sdk/client-sns/dist-es/endpoints.js +1 -0
  587. package/node_modules/@aws-sdk/client-sns/dist-es/models/models_0.js +3 -0
  588. package/node_modules/@aws-sdk/client-sns/dist-es/protocols/Aws_query.js +199 -8
  589. package/node_modules/@aws-sdk/client-sns/dist-types/SNS.d.ts +14 -0
  590. package/node_modules/@aws-sdk/client-sns/dist-types/SNSClient.d.ts +4 -2
  591. package/node_modules/@aws-sdk/client-sns/dist-types/commands/GetDataProtectionPolicyCommand.d.ts +35 -0
  592. package/node_modules/@aws-sdk/client-sns/dist-types/commands/PutDataProtectionPolicyCommand.d.ts +35 -0
  593. package/node_modules/@aws-sdk/client-sns/dist-types/commands/index.d.ts +2 -0
  594. package/node_modules/@aws-sdk/client-sns/dist-types/models/models_0.d.ts +47 -0
  595. package/node_modules/@aws-sdk/client-sns/dist-types/protocols/Aws_query.d.ts +6 -0
  596. package/node_modules/@aws-sdk/client-sns/dist-types/runtimeConfig.browser.d.ts +1 -1
  597. package/node_modules/@aws-sdk/client-sns/dist-types/runtimeConfig.d.ts +1 -1
  598. package/node_modules/@aws-sdk/client-sns/dist-types/runtimeConfig.native.d.ts +1 -1
  599. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/SNS.d.ts +724 -205
  600. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/SNSClient.d.ts +355 -113
  601. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/AddPermissionCommand.d.ts +30 -17
  602. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/CheckIfPhoneNumberIsOptedOutCommand.d.ts +39 -17
  603. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/ConfirmSubscriptionCommand.d.ts +36 -17
  604. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/CreatePlatformApplicationCommand.d.ts +39 -17
  605. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/CreatePlatformEndpointCommand.d.ts +39 -17
  606. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/CreateSMSSandboxPhoneNumberCommand.d.ts +39 -17
  607. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/CreateTopicCommand.d.ts +32 -17
  608. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +30 -17
  609. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/DeletePlatformApplicationCommand.d.ts +35 -17
  610. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/DeleteSMSSandboxPhoneNumberCommand.d.ts +39 -17
  611. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/DeleteTopicCommand.d.ts +30 -17
  612. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/GetDataProtectionPolicyCommand.d.ts +39 -0
  613. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/GetEndpointAttributesCommand.d.ts +39 -17
  614. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/GetPlatformApplicationAttributesCommand.d.ts +39 -17
  615. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/GetSMSAttributesCommand.d.ts +35 -17
  616. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/GetSMSSandboxAccountStatusCommand.d.ts +39 -17
  617. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/GetSubscriptionAttributesCommand.d.ts +39 -17
  618. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/GetTopicAttributesCommand.d.ts +36 -17
  619. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/ListEndpointsByPlatformApplicationCommand.d.ts +39 -17
  620. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/ListOriginationNumbersCommand.d.ts +39 -17
  621. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/ListPhoneNumbersOptedOutCommand.d.ts +39 -17
  622. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/ListPlatformApplicationsCommand.d.ts +39 -17
  623. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/ListSMSSandboxPhoneNumbersCommand.d.ts +39 -17
  624. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/ListSubscriptionsByTopicCommand.d.ts +39 -17
  625. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/ListSubscriptionsCommand.d.ts +35 -17
  626. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  627. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/ListTopicsCommand.d.ts +32 -17
  628. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/OptInPhoneNumberCommand.d.ts +35 -17
  629. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/PublishBatchCommand.d.ts +32 -17
  630. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/PublishCommand.d.ts +32 -17
  631. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/PutDataProtectionPolicyCommand.d.ts +35 -0
  632. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +30 -17
  633. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/SetEndpointAttributesCommand.d.ts +34 -17
  634. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/SetPlatformApplicationAttributesCommand.d.ts +35 -17
  635. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/SetSMSAttributesCommand.d.ts +35 -17
  636. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/SetSubscriptionAttributesCommand.d.ts +35 -17
  637. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/SetTopicAttributesCommand.d.ts +31 -17
  638. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/SubscribeCommand.d.ts +32 -17
  639. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  640. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/UnsubscribeCommand.d.ts +30 -17
  641. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
  642. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/VerifySMSSandboxPhoneNumberCommand.d.ts +39 -17
  643. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/index.d.ts +42 -40
  644. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/endpoints.d.ts +2 -2
  645. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/index.d.ts +6 -6
  646. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/models/SNSServiceException.d.ts +7 -6
  647. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/models/index.d.ts +1 -1
  648. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/models/models_0.d.ts +815 -940
  649. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
  650. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/pagination/ListEndpointsByPlatformApplicationPaginator.d.ts +11 -4
  651. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/pagination/ListOriginationNumbersPaginator.d.ts +11 -4
  652. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/pagination/ListPhoneNumbersOptedOutPaginator.d.ts +11 -4
  653. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/pagination/ListPlatformApplicationsPaginator.d.ts +11 -4
  654. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/pagination/ListSMSSandboxPhoneNumbersPaginator.d.ts +11 -4
  655. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/pagination/ListSubscriptionsByTopicPaginator.d.ts +11 -4
  656. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/pagination/ListSubscriptionsPaginator.d.ts +11 -4
  657. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/pagination/ListTopicsPaginator.d.ts +11 -4
  658. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/pagination/index.d.ts +9 -9
  659. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/protocols/Aws_query.d.ts +509 -122
  660. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/runtimeConfig.browser.d.ts +67 -38
  661. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/runtimeConfig.d.ts +67 -38
  662. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/runtimeConfig.native.d.ts +68 -37
  663. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  664. package/node_modules/@aws-sdk/client-sns/package.json +35 -34
  665. package/node_modules/@aws-sdk/client-sqs/CHANGELOG.md +91 -0
  666. package/node_modules/@aws-sdk/client-sqs/dist-cjs/endpoints.js +1 -0
  667. package/node_modules/@aws-sdk/client-sqs/dist-es/endpoints.js +1 -0
  668. package/node_modules/@aws-sdk/client-sqs/dist-types/runtimeConfig.browser.d.ts +1 -1
  669. package/node_modules/@aws-sdk/client-sqs/dist-types/runtimeConfig.d.ts +1 -1
  670. package/node_modules/@aws-sdk/client-sqs/dist-types/runtimeConfig.native.d.ts +1 -1
  671. package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/SQS.d.ts +344 -105
  672. package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/SQSClient.d.ts +224 -95
  673. package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/commands/AddPermissionCommand.d.ts +30 -17
  674. package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/commands/ChangeMessageVisibilityBatchCommand.d.ts +39 -17
  675. package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/commands/ChangeMessageVisibilityCommand.d.ts +35 -17
  676. package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/commands/CreateQueueCommand.d.ts +32 -17
  677. package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/commands/DeleteMessageBatchCommand.d.ts +36 -17
  678. package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/commands/DeleteMessageCommand.d.ts +30 -17
  679. package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/commands/DeleteQueueCommand.d.ts +30 -17
  680. package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/commands/GetQueueAttributesCommand.d.ts +36 -17
  681. package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/commands/GetQueueUrlCommand.d.ts +32 -17
  682. package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/commands/ListDeadLetterSourceQueuesCommand.d.ts +39 -17
  683. package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/commands/ListQueueTagsCommand.d.ts +32 -17
  684. package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/commands/ListQueuesCommand.d.ts +32 -17
  685. package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/commands/PurgeQueueCommand.d.ts +30 -17
  686. package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/commands/ReceiveMessageCommand.d.ts +35 -17
  687. package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +30 -17
  688. package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/commands/SendMessageBatchCommand.d.ts +35 -17
  689. package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/commands/SendMessageCommand.d.ts +32 -17
  690. package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/commands/SetQueueAttributesCommand.d.ts +31 -17
  691. package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/commands/TagQueueCommand.d.ts +30 -17
  692. package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/commands/UntagQueueCommand.d.ts +30 -17
  693. package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/commands/index.d.ts +20 -20
  694. package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/endpoints.d.ts +2 -2
  695. package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/index.d.ts +6 -6
  696. package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/models/SQSServiceException.d.ts +7 -6
  697. package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/models/index.d.ts +1 -1
  698. package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/models/models_0.d.ts +452 -545
  699. package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
  700. package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/pagination/ListDeadLetterSourceQueuesPaginator.d.ts +11 -4
  701. package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/pagination/ListQueuesPaginator.d.ts +11 -4
  702. package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/pagination/index.d.ts +3 -3
  703. package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/protocols/Aws_query.d.ts +245 -62
  704. package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/runtimeConfig.browser.d.ts +68 -39
  705. package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/runtimeConfig.d.ts +69 -40
  706. package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/runtimeConfig.native.d.ts +69 -38
  707. package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  708. package/node_modules/@aws-sdk/client-sqs/package.json +37 -36
  709. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/CHANGELOG.md +229 -0
  710. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/CONTRIBUTING.md +18 -0
  711. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/LICENSE.md +9 -0
  712. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/README.md +505 -0
  713. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/bin/uuid +2 -0
  714. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/index.js +9 -0
  715. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/md5.js +215 -0
  716. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/nil.js +1 -0
  717. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/parse.js +35 -0
  718. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/regex.js +1 -0
  719. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/rng.js +19 -0
  720. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/sha1.js +96 -0
  721. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/stringify.js +30 -0
  722. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/v1.js +95 -0
  723. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/v3.js +4 -0
  724. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/v35.js +64 -0
  725. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/v4.js +24 -0
  726. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/v5.js +4 -0
  727. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/validate.js +7 -0
  728. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/version.js +11 -0
  729. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/index.js +9 -0
  730. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/md5.js +13 -0
  731. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/nil.js +1 -0
  732. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/parse.js +35 -0
  733. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/regex.js +1 -0
  734. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/rng.js +12 -0
  735. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/sha1.js +13 -0
  736. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/stringify.js +29 -0
  737. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/v1.js +95 -0
  738. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/v3.js +4 -0
  739. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/v35.js +64 -0
  740. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/v4.js +24 -0
  741. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/v5.js +4 -0
  742. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/validate.js +7 -0
  743. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/version.js +11 -0
  744. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/index.js +79 -0
  745. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/md5-browser.js +223 -0
  746. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/md5.js +23 -0
  747. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/nil.js +8 -0
  748. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/parse.js +45 -0
  749. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/regex.js +8 -0
  750. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/rng-browser.js +26 -0
  751. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/rng.js +24 -0
  752. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/sha1-browser.js +104 -0
  753. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/sha1.js +23 -0
  754. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/stringify.js +39 -0
  755. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/umd/uuid.min.js +1 -0
  756. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/umd/uuidNIL.min.js +1 -0
  757. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/umd/uuidParse.min.js +1 -0
  758. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/umd/uuidStringify.min.js +1 -0
  759. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/umd/uuidValidate.min.js +1 -0
  760. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/umd/uuidVersion.min.js +1 -0
  761. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/umd/uuidv1.min.js +1 -0
  762. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/umd/uuidv3.min.js +1 -0
  763. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/umd/uuidv4.min.js +1 -0
  764. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/umd/uuidv5.min.js +1 -0
  765. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/uuid-bin.js +85 -0
  766. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/v1.js +107 -0
  767. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/v3.js +16 -0
  768. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/v35.js +78 -0
  769. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/v4.js +37 -0
  770. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/v5.js +16 -0
  771. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/validate.js +17 -0
  772. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/version.js +21 -0
  773. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/package.json +135 -0
  774. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/wrapper.mjs +10 -0
  775. package/node_modules/@aws-sdk/client-sso/CHANGELOG.md +80 -0
  776. package/node_modules/@aws-sdk/client-sso/README.md +8 -8
  777. package/node_modules/@aws-sdk/client-sso/dist-cjs/endpoints.js +1 -0
  778. package/node_modules/@aws-sdk/client-sso/dist-cjs/protocols/Aws_restJson1.js +3 -0
  779. package/node_modules/@aws-sdk/client-sso/dist-es/endpoints.js +1 -0
  780. package/node_modules/@aws-sdk/client-sso/dist-es/protocols/Aws_restJson1.js +3 -0
  781. package/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +18 -18
  782. package/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +8 -8
  783. package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +1 -1
  784. package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +2 -2
  785. package/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +7 -7
  786. package/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +17 -17
  787. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSO.d.ts +72 -25
  788. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +119 -74
  789. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/GetRoleCredentialsCommand.d.ts +36 -17
  790. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountRolesCommand.d.ts +35 -17
  791. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +32 -17
  792. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/LogoutCommand.d.ts +30 -17
  793. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/index.d.ts +4 -4
  794. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoints.d.ts +2 -2
  795. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +6 -6
  796. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/SSOServiceException.d.ts +7 -6
  797. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/index.d.ts +1 -1
  798. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +101 -123
  799. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
  800. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountRolesPaginator.d.ts +11 -4
  801. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountsPaginator.d.ts +11 -4
  802. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/index.d.ts +3 -3
  803. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +53 -14
  804. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +45 -31
  805. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +45 -31
  806. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +46 -30
  807. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  808. package/node_modules/@aws-sdk/client-sso/package.json +32 -31
  809. package/node_modules/@aws-sdk/client-sts/CHANGELOG.md +96 -0
  810. package/node_modules/@aws-sdk/client-sts/dist-cjs/defaultRoleAssumers.js +15 -2
  811. package/node_modules/@aws-sdk/client-sts/dist-cjs/endpoints.js +1 -0
  812. package/node_modules/@aws-sdk/client-sts/dist-es/defaultRoleAssumers.js +32 -5
  813. package/node_modules/@aws-sdk/client-sts/dist-es/endpoints.js +1 -0
  814. package/node_modules/@aws-sdk/client-sts/dist-types/defaultRoleAssumers.d.ts +4 -3
  815. package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.browser.d.ts +1 -1
  816. package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.d.ts +1 -1
  817. package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.native.d.ts +1 -1
  818. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STS.d.ts +140 -45
  819. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STSClient.d.ts +151 -81
  820. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleCommand.d.ts +32 -17
  821. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithSAMLCommand.d.ts +36 -17
  822. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithWebIdentityCommand.d.ts +39 -17
  823. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/DecodeAuthorizationMessageCommand.d.ts +39 -17
  824. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetAccessKeyInfoCommand.d.ts +35 -17
  825. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetCallerIdentityCommand.d.ts +36 -17
  826. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +36 -17
  827. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetSessionTokenCommand.d.ts +35 -17
  828. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/index.d.ts +8 -8
  829. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/defaultRoleAssumers.d.ts +22 -8
  830. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/defaultStsRoleAssumers.d.ts +25 -16
  831. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoints.d.ts +2 -2
  832. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/index.d.ts +6 -6
  833. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/STSServiceException.d.ts +7 -6
  834. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/index.d.ts +1 -1
  835. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/models_0.d.ts +238 -302
  836. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/protocols/Aws_query.d.ts +101 -26
  837. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.browser.d.ts +67 -38
  838. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  839. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.native.d.ts +68 -37
  840. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  841. package/node_modules/@aws-sdk/client-sts/package.json +38 -35
  842. package/node_modules/@aws-sdk/config-resolver/CHANGELOG.md +59 -0
  843. package/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/resolveEndpointsConfig.js +1 -1
  844. package/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/resolveEndpointsConfig.js +1 -1
  845. package/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.d.ts +2 -1
  846. package/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +5 -5
  847. package/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +5 -5
  848. package/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/index.d.ts +4 -4
  849. package/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/resolveCustomEndpointsConfig.d.ts +18 -15
  850. package/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/resolveEndpointsConfig.d.ts +27 -25
  851. package/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/utils/getEndpointFromRegion.d.ts +13 -11
  852. package/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/index.d.ts +3 -3
  853. package/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionConfig/config.d.ts +8 -5
  854. package/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionConfig/getRealRegion.d.ts +1 -1
  855. package/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionConfig/index.d.ts +2 -2
  856. package/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionConfig/isFipsRegion.d.ts +1 -1
  857. package/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionConfig/resolveRegionConfig.d.ts +14 -17
  858. package/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariant.d.ts +5 -6
  859. package/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariantTag.d.ts +1 -2
  860. package/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/PartitionHash.d.ts +10 -8
  861. package/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/RegionHash.d.ts +9 -7
  862. package/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/getHostnameFromVariants.d.ts +9 -6
  863. package/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/getRegionInfo.d.ts +20 -11
  864. package/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/getResolvedHostname.d.ts +8 -5
  865. package/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/getResolvedPartition.d.ts +8 -5
  866. package/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/getResolvedSigningRegion.d.ts +13 -6
  867. package/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/index.d.ts +3 -3
  868. package/node_modules/@aws-sdk/config-resolver/package.json +8 -7
  869. package/node_modules/@aws-sdk/credential-provider-cognito-identity/CHANGELOG.md +88 -0
  870. package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/ts3.4/CognitoProviderParameters.d.ts +7 -10
  871. package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/ts3.4/InMemoryStorage.d.ts +8 -8
  872. package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/ts3.4/IndexedDbStorage.d.ts +10 -10
  873. package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/ts3.4/Logins.d.ts +3 -3
  874. package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/ts3.4/Storage.d.ts +5 -6
  875. package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/ts3.4/fromCognitoIdentity.d.ts +14 -13
  876. package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/ts3.4/fromCognitoIdentityPool.d.ts +19 -15
  877. package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/ts3.4/index.d.ts +5 -5
  878. package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/ts3.4/localStorage.d.ts +2 -2
  879. package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/ts3.4/resolveLogins.d.ts +2 -3
  880. package/node_modules/@aws-sdk/credential-provider-cognito-identity/package.json +6 -5
  881. package/node_modules/@aws-sdk/credential-provider-env/CHANGELOG.md +48 -0
  882. package/node_modules/@aws-sdk/credential-provider-env/dist-types/ts3.4/fromEnv.d.ts +6 -7
  883. package/node_modules/@aws-sdk/credential-provider-env/dist-types/ts3.4/index.d.ts +1 -1
  884. package/node_modules/@aws-sdk/credential-provider-env/package.json +5 -4
  885. package/node_modules/@aws-sdk/credential-provider-imds/CHANGELOG.md +48 -0
  886. package/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/config/Endpoint.d.ts +4 -4
  887. package/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/config/EndpointConfigOptions.d.ts +6 -4
  888. package/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/config/EndpointMode.d.ts +4 -4
  889. package/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/config/EndpointModeConfigOptions.d.ts +8 -4
  890. package/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/fromContainerMetadata.d.ts +9 -7
  891. package/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/fromInstanceMetadata.d.ts +6 -5
  892. package/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/index.d.ts +6 -6
  893. package/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/remoteProvider/ImdsCredentials.d.ts +11 -9
  894. package/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/remoteProvider/RemoteProviderInit.d.ts +14 -13
  895. package/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/remoteProvider/httpRequest.d.ts +2 -4
  896. package/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/remoteProvider/index.d.ts +2 -2
  897. package/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/remoteProvider/retry.d.ts +7 -5
  898. package/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/types.d.ts +4 -4
  899. package/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/utils/getExtendedInstanceMetadataCredentials.d.ts +6 -3
  900. package/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/utils/getInstanceMetadataEndpoint.d.ts +2 -3
  901. package/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/utils/staticStabilityProvider.d.ts +8 -6
  902. package/node_modules/@aws-sdk/credential-provider-imds/package.json +7 -6
  903. package/node_modules/@aws-sdk/credential-provider-ini/CHANGELOG.md +80 -0
  904. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +15 -14
  905. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/index.d.ts +1 -1
  906. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveAssumeRoleCredentials.d.ts +16 -17
  907. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveCredentialSource.d.ts +5 -3
  908. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProfileData.d.ts +8 -3
  909. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveSsoCredentials.d.ts +5 -3
  910. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveStaticCredentials.d.ts +12 -8
  911. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveWebIdentityCredentials.d.ts +14 -9
  912. package/node_modules/@aws-sdk/credential-provider-ini/package.json +10 -9
  913. package/node_modules/@aws-sdk/credential-provider-node/CHANGELOG.md +80 -0
  914. package/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/defaultProvider.d.ts +14 -9
  915. package/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/index.d.ts +1 -1
  916. package/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/remoteProvider.d.ts +6 -4
  917. package/node_modules/@aws-sdk/credential-provider-node/package.json +12 -11
  918. package/node_modules/@aws-sdk/credential-provider-process/CHANGELOG.md +48 -0
  919. package/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/ProcessCredentials.d.ts +7 -7
  920. package/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/fromProcess.d.ts +6 -6
  921. package/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/getValidatedProcessCredentials.d.ts +6 -3
  922. package/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/index.d.ts +1 -1
  923. package/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/resolveProcessCredentials.d.ts +5 -2
  924. package/node_modules/@aws-sdk/credential-provider-process/package.json +6 -5
  925. package/node_modules/@aws-sdk/credential-provider-sso/CHANGELOG.md +80 -0
  926. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/fromSSO.d.ts +15 -18
  927. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/index.d.ts +4 -4
  928. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/isSsoProfile.d.ts +3 -4
  929. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/resolveSSOCredentials.d.ts +9 -3
  930. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/types.d.ts +13 -15
  931. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/validateSsoProfile.d.ts +4 -3
  932. package/node_modules/@aws-sdk/credential-provider-sso/package.json +7 -6
  933. package/node_modules/@aws-sdk/credential-provider-web-identity/CHANGELOG.md +48 -0
  934. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromTokenFile.d.ts +11 -8
  935. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromWebToken.d.ts +32 -30
  936. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/index.d.ts +2 -2
  937. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +5 -4
  938. package/node_modules/@aws-sdk/credential-providers/CHANGELOG.md +91 -0
  939. package/node_modules/@aws-sdk/credential-providers/README.md +29 -0
  940. package/node_modules/@aws-sdk/credential-providers/dist-cjs/fromIni.js +2 -2
  941. package/node_modules/@aws-sdk/credential-providers/dist-cjs/fromNodeProviderChain.js +2 -2
  942. package/node_modules/@aws-sdk/credential-providers/dist-cjs/fromTemporaryCredentials.js +5 -0
  943. package/node_modules/@aws-sdk/credential-providers/dist-cjs/fromTokenFile.js +1 -1
  944. package/node_modules/@aws-sdk/credential-providers/dist-cjs/fromWebToken.js +1 -1
  945. package/node_modules/@aws-sdk/credential-providers/dist-es/fromIni.js +1 -1
  946. package/node_modules/@aws-sdk/credential-providers/dist-es/fromNodeProviderChain.js +1 -1
  947. package/node_modules/@aws-sdk/credential-providers/dist-es/fromTemporaryCredentials.js +25 -9
  948. package/node_modules/@aws-sdk/credential-providers/dist-es/fromTokenFile.js +1 -1
  949. package/node_modules/@aws-sdk/credential-providers/dist-es/fromWebToken.js +1 -1
  950. package/node_modules/@aws-sdk/credential-providers/dist-types/fromIni.d.ts +5 -1
  951. package/node_modules/@aws-sdk/credential-providers/dist-types/fromNodeProviderChain.d.ts +5 -1
  952. package/node_modules/@aws-sdk/credential-providers/dist-types/fromTemporaryCredentials.d.ts +5 -1
  953. package/node_modules/@aws-sdk/credential-providers/dist-types/fromTokenFile.d.ts +5 -1
  954. package/node_modules/@aws-sdk/credential-providers/dist-types/fromWebToken.d.ts +5 -1
  955. package/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromCognitoIdentity.d.ts +17 -9
  956. package/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromCognitoIdentityPool.d.ts +15 -7
  957. package/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromContainerMetadata.d.ts +6 -6
  958. package/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromEnv.d.ts +2 -3
  959. package/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromIni.d.ts +8 -8
  960. package/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromInstanceMetadata.d.ts +5 -4
  961. package/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromNodeProviderChain.d.ts +10 -8
  962. package/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromProcess.d.ts +6 -6
  963. package/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromSSO.d.ts +8 -8
  964. package/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromTemporaryCredentials.d.ts +17 -12
  965. package/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromTokenFile.d.ts +10 -8
  966. package/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromWebToken.d.ts +10 -8
  967. package/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/index.d.ts +12 -12
  968. package/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/index.web.d.ts +4 -4
  969. package/node_modules/@aws-sdk/credential-providers/package.json +17 -16
  970. package/node_modules/@aws-sdk/endpoint-cache/CHANGELOG.md +16 -0
  971. package/node_modules/@aws-sdk/endpoint-cache/dist-types/ts3.4/Endpoint.d.ts +5 -6
  972. package/node_modules/@aws-sdk/endpoint-cache/dist-types/ts3.4/EndpointCache.d.ts +20 -20
  973. package/node_modules/@aws-sdk/endpoint-cache/dist-types/ts3.4/index.d.ts +2 -2
  974. package/node_modules/@aws-sdk/endpoint-cache/package.json +3 -2
  975. package/node_modules/@aws-sdk/eventstream-codec/CHANGELOG.md +48 -0
  976. package/node_modules/@aws-sdk/eventstream-codec/dist-types/ts3.4/EventStreamCodec.d.ts +9 -13
  977. package/node_modules/@aws-sdk/eventstream-codec/dist-types/ts3.4/HeaderMarshaller.d.ts +9 -10
  978. package/node_modules/@aws-sdk/eventstream-codec/dist-types/ts3.4/Int64.d.ts +9 -12
  979. package/node_modules/@aws-sdk/eventstream-codec/dist-types/ts3.4/Message.d.ts +30 -22
  980. package/node_modules/@aws-sdk/eventstream-codec/dist-types/ts3.4/TestVectors.fixture.d.ts +2 -2
  981. package/node_modules/@aws-sdk/eventstream-codec/dist-types/ts3.4/index.d.ts +3 -3
  982. package/node_modules/@aws-sdk/eventstream-codec/dist-types/ts3.4/splitMessage.d.ts +9 -7
  983. package/node_modules/@aws-sdk/eventstream-codec/dist-types/ts3.4/vectorTypes.fixture.d.ts +12 -12
  984. package/node_modules/@aws-sdk/eventstream-codec/package.json +7 -6
  985. package/node_modules/@aws-sdk/eventstream-serde-browser/CHANGELOG.md +48 -0
  986. package/node_modules/@aws-sdk/eventstream-serde-browser/dist-types/ts3.4/EventStreamMarshaller.d.ts +23 -15
  987. package/node_modules/@aws-sdk/eventstream-serde-browser/dist-types/ts3.4/index.d.ts +3 -3
  988. package/node_modules/@aws-sdk/eventstream-serde-browser/dist-types/ts3.4/provider.d.ts +2 -3
  989. package/node_modules/@aws-sdk/eventstream-serde-browser/dist-types/ts3.4/utils.d.ts +6 -4
  990. package/node_modules/@aws-sdk/eventstream-serde-browser/package.json +5 -4
  991. package/node_modules/@aws-sdk/eventstream-serde-config-resolver/CHANGELOG.md +48 -0
  992. package/node_modules/@aws-sdk/eventstream-serde-config-resolver/dist-types/ts3.4/EventStreamSerdeConfig.d.ts +15 -12
  993. package/node_modules/@aws-sdk/eventstream-serde-config-resolver/dist-types/ts3.4/index.d.ts +1 -1
  994. package/node_modules/@aws-sdk/eventstream-serde-config-resolver/package.json +4 -3
  995. package/node_modules/@aws-sdk/eventstream-serde-node/CHANGELOG.md +48 -0
  996. package/node_modules/@aws-sdk/eventstream-serde-node/dist-types/ts3.4/EventStreamMarshaller.d.ts +24 -15
  997. package/node_modules/@aws-sdk/eventstream-serde-node/dist-types/ts3.4/index.d.ts +2 -2
  998. package/node_modules/@aws-sdk/eventstream-serde-node/dist-types/ts3.4/provider.d.ts +2 -3
  999. package/node_modules/@aws-sdk/eventstream-serde-node/dist-types/ts3.4/utils.d.ts +4 -4
  1000. package/node_modules/@aws-sdk/eventstream-serde-node/package.json +6 -5
  1001. package/node_modules/@aws-sdk/eventstream-serde-universal/CHANGELOG.md +48 -0
  1002. package/node_modules/@aws-sdk/eventstream-serde-universal/dist-types/ts3.4/EventStreamMarshaller.d.ts +24 -14
  1003. package/node_modules/@aws-sdk/eventstream-serde-universal/dist-types/ts3.4/fixtures/MockEventMessageSource.fixture.d.ts +14 -15
  1004. package/node_modules/@aws-sdk/eventstream-serde-universal/dist-types/ts3.4/fixtures/event.fixture.d.ts +4 -5
  1005. package/node_modules/@aws-sdk/eventstream-serde-universal/dist-types/ts3.4/getChunkedStream.d.ts +3 -1
  1006. package/node_modules/@aws-sdk/eventstream-serde-universal/dist-types/ts3.4/getUnmarshalledStream.d.ts +11 -8
  1007. package/node_modules/@aws-sdk/eventstream-serde-universal/dist-types/ts3.4/index.d.ts +2 -2
  1008. package/node_modules/@aws-sdk/eventstream-serde-universal/dist-types/ts3.4/provider.d.ts +2 -3
  1009. package/node_modules/@aws-sdk/eventstream-serde-universal/package.json +6 -5
  1010. package/node_modules/@aws-sdk/fetch-http-handler/CHANGELOG.md +48 -0
  1011. package/node_modules/@aws-sdk/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +21 -16
  1012. package/node_modules/@aws-sdk/fetch-http-handler/dist-types/ts3.4/index.d.ts +2 -2
  1013. package/node_modules/@aws-sdk/fetch-http-handler/dist-types/ts3.4/request-timeout.d.ts +1 -1
  1014. package/node_modules/@aws-sdk/fetch-http-handler/dist-types/ts3.4/stream-collector.d.ts +2 -2
  1015. package/node_modules/@aws-sdk/fetch-http-handler/package.json +8 -7
  1016. package/node_modules/@aws-sdk/hash-blob-browser/CHANGELOG.md +48 -0
  1017. package/node_modules/@aws-sdk/hash-blob-browser/dist-types/ts3.4/index.d.ts +2 -2
  1018. package/node_modules/@aws-sdk/hash-blob-browser/package.json +7 -6
  1019. package/node_modules/@aws-sdk/hash-node/CHANGELOG.md +48 -0
  1020. package/node_modules/@aws-sdk/hash-node/dist-types/ts3.4/index.d.ts +7 -7
  1021. package/node_modules/@aws-sdk/hash-node/package.json +5 -4
  1022. package/node_modules/@aws-sdk/hash-stream-node/CHANGELOG.md +48 -0
  1023. package/node_modules/@aws-sdk/hash-stream-node/dist-types/ts3.4/HashCalculator.d.ts +11 -8
  1024. package/node_modules/@aws-sdk/hash-stream-node/dist-types/ts3.4/fileStreamHasher.d.ts +3 -4
  1025. package/node_modules/@aws-sdk/hash-stream-node/dist-types/ts3.4/index.d.ts +2 -2
  1026. package/node_modules/@aws-sdk/hash-stream-node/dist-types/ts3.4/readableStreamHasher.d.ts +3 -4
  1027. package/node_modules/@aws-sdk/hash-stream-node/package.json +5 -4
  1028. package/node_modules/@aws-sdk/invalid-dependency/CHANGELOG.md +48 -0
  1029. package/node_modules/@aws-sdk/invalid-dependency/dist-types/ts3.4/index.d.ts +2 -2
  1030. package/node_modules/@aws-sdk/invalid-dependency/dist-types/ts3.4/invalidFunction.d.ts +1 -1
  1031. package/node_modules/@aws-sdk/invalid-dependency/dist-types/ts3.4/invalidProvider.d.ts +2 -2
  1032. package/node_modules/@aws-sdk/invalid-dependency/package.json +4 -3
  1033. package/node_modules/@aws-sdk/is-array-buffer/CHANGELOG.md +16 -0
  1034. package/node_modules/@aws-sdk/is-array-buffer/dist-types/ts3.4/index.d.ts +1 -1
  1035. package/node_modules/@aws-sdk/is-array-buffer/package.json +3 -2
  1036. package/node_modules/@aws-sdk/lib-dynamodb/CHANGELOG.md +96 -0
  1037. package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/DynamoDBDocument.d.ts +221 -72
  1038. package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/DynamoDBDocumentClient.d.ts +104 -33
  1039. package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/baseCommand/DynamoDBDocumentClientCommand.d.ts +30 -12
  1040. package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/BatchExecuteStatementCommand.d.ts +78 -36
  1041. package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/BatchGetCommand.d.ts +87 -46
  1042. package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/BatchWriteCommand.d.ts +131 -66
  1043. package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/DeleteCommand.d.ts +100 -48
  1044. package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/ExecuteStatementCommand.d.ts +56 -27
  1045. package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/ExecuteTransactionCommand.d.ts +72 -36
  1046. package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/GetCommand.d.ts +55 -26
  1047. package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/PutCommand.d.ts +97 -48
  1048. package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/QueryCommand.d.ts +87 -42
  1049. package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/ScanCommand.d.ts +78 -39
  1050. package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/TransactGetCommand.d.ts +77 -41
  1051. package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/TransactWriteCommand.d.ts +117 -56
  1052. package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/UpdateCommand.d.ts +107 -51
  1053. package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/index.d.ts +13 -13
  1054. package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/utils.d.ts +18 -10
  1055. package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/index.d.ts +4 -4
  1056. package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  1057. package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/pagination/QueryPaginator.d.ts +11 -4
  1058. package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/pagination/ScanPaginator.d.ts +8 -4
  1059. package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/pagination/index.d.ts +3 -3
  1060. package/node_modules/@aws-sdk/lib-dynamodb/package.json +7 -6
  1061. package/node_modules/@aws-sdk/md5-js/CHANGELOG.md +48 -0
  1062. package/node_modules/@aws-sdk/md5-js/dist-types/ts3.4/constants.d.ts +3 -6
  1063. package/node_modules/@aws-sdk/md5-js/dist-types/ts3.4/index.d.ts +11 -11
  1064. package/node_modules/@aws-sdk/md5-js/package.json +9 -8
  1065. package/node_modules/@aws-sdk/middleware-bucket-endpoint/CHANGELOG.md +48 -0
  1066. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/ts3.4/NodeDisableMultiregionAccessPointConfigOptions.d.ts +6 -4
  1067. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/ts3.4/NodeUseArnRegionConfigOptions.d.ts +4 -5
  1068. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/ts3.4/bucketEndpointMiddleware.d.ts +13 -5
  1069. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/ts3.4/bucketHostname.d.ts +10 -8
  1070. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/ts3.4/bucketHostnameUtils.d.ts +84 -80
  1071. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/ts3.4/configurations.d.ts +31 -43
  1072. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/ts3.4/index.d.ts +16 -6
  1073. package/node_modules/@aws-sdk/middleware-bucket-endpoint/package.json +9 -8
  1074. package/node_modules/@aws-sdk/middleware-content-length/CHANGELOG.md +48 -0
  1075. package/node_modules/@aws-sdk/middleware-content-length/dist-types/ts3.4/index.d.ts +13 -6
  1076. package/node_modules/@aws-sdk/middleware-content-length/package.json +5 -4
  1077. package/node_modules/@aws-sdk/middleware-endpoint-discovery/CHANGELOG.md +56 -0
  1078. package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/ts3.4/configurations.d.ts +4 -2
  1079. package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/ts3.4/endpointDiscoveryMiddleware.d.ts +17 -4
  1080. package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/ts3.4/getCacheKey.d.ts +10 -7
  1081. package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/ts3.4/getEndpointDiscoveryPlugin.d.ts +41 -14
  1082. package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/ts3.4/index.d.ts +3 -3
  1083. package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/ts3.4/resolveEndpointDiscoveryConfig.d.ts +25 -30
  1084. package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/ts3.4/updateDiscoveredEndpointInCache.d.ts +15 -8
  1085. package/node_modules/@aws-sdk/middleware-endpoint-discovery/package.json +8 -7
  1086. package/node_modules/@aws-sdk/middleware-expect-continue/CHANGELOG.md +48 -0
  1087. package/node_modules/@aws-sdk/middleware-expect-continue/dist-types/ts3.4/index.d.ts +16 -8
  1088. package/node_modules/@aws-sdk/middleware-expect-continue/package.json +5 -4
  1089. package/node_modules/@aws-sdk/middleware-flexible-checksums/CHANGELOG.md +48 -0
  1090. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/configuration.d.ts +16 -17
  1091. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/constants.d.ts +11 -13
  1092. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/flexibleChecksumsMiddleware.d.ts +7 -4
  1093. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/getChecksum.d.ts +10 -7
  1094. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/getChecksumAlgorithmForRequest.d.ts +12 -9
  1095. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/getChecksumAlgorithmListForResponse.d.ts +4 -3
  1096. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/getChecksumLocationName.d.ts +4 -3
  1097. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/getFlexibleChecksumsPlugin.d.ts +14 -16
  1098. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/hasHeader.d.ts +2 -3
  1099. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/index.d.ts +3 -3
  1100. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/isStreaming.d.ts +1 -2
  1101. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/selectChecksumAlgorithmFunction.d.ts +7 -5
  1102. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/stringHasher.d.ts +5 -3
  1103. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/types.d.ts +3 -5
  1104. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/validateChecksumFromResponse.d.ts +10 -8
  1105. package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +6 -5
  1106. package/node_modules/@aws-sdk/middleware-host-header/CHANGELOG.md +48 -0
  1107. package/node_modules/@aws-sdk/middleware-host-header/dist-types/ts3.4/index.d.ts +29 -15
  1108. package/node_modules/@aws-sdk/middleware-host-header/package.json +5 -4
  1109. package/node_modules/@aws-sdk/middleware-location-constraint/CHANGELOG.md +48 -0
  1110. package/node_modules/@aws-sdk/middleware-location-constraint/dist-types/ts3.4/configuration.d.ts +12 -12
  1111. package/node_modules/@aws-sdk/middleware-location-constraint/dist-types/ts3.4/index.d.ts +13 -6
  1112. package/node_modules/@aws-sdk/middleware-location-constraint/package.json +4 -3
  1113. package/node_modules/@aws-sdk/middleware-logger/CHANGELOG.md +48 -0
  1114. package/node_modules/@aws-sdk/middleware-logger/dist-types/ts3.4/index.d.ts +1 -1
  1115. package/node_modules/@aws-sdk/middleware-logger/dist-types/ts3.4/loggerMiddleware.d.ts +17 -4
  1116. package/node_modules/@aws-sdk/middleware-logger/package.json +4 -3
  1117. package/node_modules/@aws-sdk/middleware-recursion-detection/CHANGELOG.md +48 -0
  1118. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/index.d.ts +18 -9
  1119. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +5 -4
  1120. package/node_modules/@aws-sdk/middleware-retry/CHANGELOG.md +59 -0
  1121. package/node_modules/@aws-sdk/middleware-retry/dist-cjs/StandardRetryStrategy.js +16 -1
  1122. package/node_modules/@aws-sdk/middleware-retry/dist-es/StandardRetryStrategy.js +18 -3
  1123. package/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +29 -15
  1124. package/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/DefaultRateLimiter.d.ts +39 -39
  1125. package/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +37 -25
  1126. package/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/config.d.ts +6 -8
  1127. package/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/configurations.d.ts +23 -26
  1128. package/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/constants.d.ts +9 -18
  1129. package/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/defaultRetryQuota.d.ts +10 -10
  1130. package/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/delayDecider.d.ts +4 -2
  1131. package/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/index.d.ts +10 -10
  1132. package/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/omitRetryHeadersMiddleware.d.ts +15 -4
  1133. package/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/retryDecider.d.ts +2 -2
  1134. package/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/retryMiddleware.d.ts +20 -5
  1135. package/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/types.d.ts +16 -24
  1136. package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/CHANGELOG.md +229 -0
  1137. package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/CONTRIBUTING.md +18 -0
  1138. package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/LICENSE.md +9 -0
  1139. package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/README.md +505 -0
  1140. package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/bin/uuid +2 -0
  1141. package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/esm-browser/index.js +9 -0
  1142. package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/esm-browser/md5.js +215 -0
  1143. package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/esm-browser/nil.js +1 -0
  1144. package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/esm-browser/parse.js +35 -0
  1145. package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/esm-browser/regex.js +1 -0
  1146. package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/esm-browser/rng.js +19 -0
  1147. package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/esm-browser/sha1.js +96 -0
  1148. package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/esm-browser/stringify.js +30 -0
  1149. package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/esm-browser/v1.js +95 -0
  1150. package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/esm-browser/v3.js +4 -0
  1151. package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/esm-browser/v35.js +64 -0
  1152. package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/esm-browser/v4.js +24 -0
  1153. package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/esm-browser/v5.js +4 -0
  1154. package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/esm-browser/validate.js +7 -0
  1155. package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/esm-browser/version.js +11 -0
  1156. package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/esm-node/index.js +9 -0
  1157. package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/esm-node/md5.js +13 -0
  1158. package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/esm-node/nil.js +1 -0
  1159. package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/esm-node/parse.js +35 -0
  1160. package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/esm-node/regex.js +1 -0
  1161. package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/esm-node/rng.js +12 -0
  1162. package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/esm-node/sha1.js +13 -0
  1163. package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/esm-node/stringify.js +29 -0
  1164. package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/esm-node/v1.js +95 -0
  1165. package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/esm-node/v3.js +4 -0
  1166. package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/esm-node/v35.js +64 -0
  1167. package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/esm-node/v4.js +24 -0
  1168. package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/esm-node/v5.js +4 -0
  1169. package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/esm-node/validate.js +7 -0
  1170. package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/esm-node/version.js +11 -0
  1171. package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/index.js +79 -0
  1172. package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/md5-browser.js +223 -0
  1173. package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/md5.js +23 -0
  1174. package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/nil.js +8 -0
  1175. package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/parse.js +45 -0
  1176. package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/regex.js +8 -0
  1177. package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/rng-browser.js +26 -0
  1178. package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/rng.js +24 -0
  1179. package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/sha1-browser.js +104 -0
  1180. package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/sha1.js +23 -0
  1181. package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/stringify.js +39 -0
  1182. package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/umd/uuid.min.js +1 -0
  1183. package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/umd/uuidNIL.min.js +1 -0
  1184. package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/umd/uuidParse.min.js +1 -0
  1185. package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/umd/uuidStringify.min.js +1 -0
  1186. package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/umd/uuidValidate.min.js +1 -0
  1187. package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/umd/uuidVersion.min.js +1 -0
  1188. package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/umd/uuidv1.min.js +1 -0
  1189. package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/umd/uuidv3.min.js +1 -0
  1190. package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/umd/uuidv4.min.js +1 -0
  1191. package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/umd/uuidv5.min.js +1 -0
  1192. package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/uuid-bin.js +85 -0
  1193. package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/v1.js +107 -0
  1194. package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/v3.js +16 -0
  1195. package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/v35.js +78 -0
  1196. package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/v4.js +37 -0
  1197. package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/v5.js +16 -0
  1198. package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/validate.js +17 -0
  1199. package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/version.js +21 -0
  1200. package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/package.json +135 -0
  1201. package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/wrapper.mjs +10 -0
  1202. package/node_modules/@aws-sdk/middleware-retry/package.json +8 -7
  1203. package/node_modules/@aws-sdk/middleware-sdk-eventbridge/CHANGELOG.md +48 -0
  1204. package/node_modules/@aws-sdk/middleware-sdk-eventbridge/dist-types/ts3.4/index.d.ts +1 -1
  1205. package/node_modules/@aws-sdk/middleware-sdk-eventbridge/dist-types/ts3.4/inject-endpoint-id.d.ts +22 -14
  1206. package/node_modules/@aws-sdk/middleware-sdk-eventbridge/package.json +5 -4
  1207. package/node_modules/@aws-sdk/middleware-sdk-s3/CHANGELOG.md +62 -0
  1208. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/configuration.js +13 -0
  1209. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/index.js +1 -0
  1210. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/throw-200-exceptions.js +1 -1
  1211. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/configuration.js +5 -0
  1212. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/index.js +1 -0
  1213. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/throw-200-exceptions.js +1 -1
  1214. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/configuration.d.ts +24 -0
  1215. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/index.d.ts +1 -0
  1216. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/check-content-length-header.d.ts +13 -7
  1217. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/configuration.d.ts +13 -0
  1218. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/index.d.ts +5 -4
  1219. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/throw-200-exceptions.d.ts +19 -12
  1220. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/validate-bucket-name.d.ts +13 -7
  1221. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/write-get-object-response-endpoint.d.ts +20 -14
  1222. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/write-get-object-response-endpoint.d.ts +1 -1
  1223. package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +7 -6
  1224. package/node_modules/@aws-sdk/middleware-sdk-sqs/CHANGELOG.md +48 -0
  1225. package/node_modules/@aws-sdk/middleware-sdk-sqs/dist-types/ts3.4/configurations.d.ts +4 -4
  1226. package/node_modules/@aws-sdk/middleware-sdk-sqs/dist-types/ts3.4/index.d.ts +3 -3
  1227. package/node_modules/@aws-sdk/middleware-sdk-sqs/dist-types/ts3.4/receive-message.d.ts +13 -5
  1228. package/node_modules/@aws-sdk/middleware-sdk-sqs/dist-types/ts3.4/send-message-batch.d.ts +13 -5
  1229. package/node_modules/@aws-sdk/middleware-sdk-sqs/dist-types/ts3.4/send-message.d.ts +13 -5
  1230. package/node_modules/@aws-sdk/middleware-sdk-sqs/package.json +5 -4
  1231. package/node_modules/@aws-sdk/middleware-sdk-sts/CHANGELOG.md +64 -0
  1232. package/node_modules/@aws-sdk/middleware-sdk-sts/dist-types/ts3.4/index.d.ts +33 -25
  1233. package/node_modules/@aws-sdk/middleware-sdk-sts/package.json +8 -7
  1234. package/node_modules/@aws-sdk/middleware-serde/CHANGELOG.md +51 -0
  1235. package/node_modules/@aws-sdk/middleware-serde/dist-cjs/serializerMiddleware.js +8 -1
  1236. package/node_modules/@aws-sdk/middleware-serde/dist-es/serializerMiddleware.js +15 -5
  1237. package/node_modules/@aws-sdk/middleware-serde/dist-types/serdePlugin.d.ts +5 -2
  1238. package/node_modules/@aws-sdk/middleware-serde/dist-types/serializerMiddleware.d.ts +2 -1
  1239. package/node_modules/@aws-sdk/middleware-serde/dist-types/ts3.4/deserializerMiddleware.d.ts +9 -2
  1240. package/node_modules/@aws-sdk/middleware-serde/dist-types/ts3.4/index.d.ts +3 -3
  1241. package/node_modules/@aws-sdk/middleware-serde/dist-types/ts3.4/serdePlugin.d.ts +24 -4
  1242. package/node_modules/@aws-sdk/middleware-serde/dist-types/ts3.4/serializerMiddleware.d.ts +14 -2
  1243. package/node_modules/@aws-sdk/middleware-serde/package.json +4 -3
  1244. package/node_modules/@aws-sdk/middleware-signing/CHANGELOG.md +70 -0
  1245. package/node_modules/@aws-sdk/middleware-signing/dist-cjs/configurations.js +30 -15
  1246. package/node_modules/@aws-sdk/middleware-signing/dist-cjs/middleware.js +3 -1
  1247. package/node_modules/@aws-sdk/middleware-signing/dist-es/configurations.js +21 -10
  1248. package/node_modules/@aws-sdk/middleware-signing/dist-es/middleware.js +13 -11
  1249. package/node_modules/@aws-sdk/middleware-signing/dist-types/configurations.d.ts +5 -5
  1250. package/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/configurations.d.ts +62 -58
  1251. package/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/index.d.ts +2 -2
  1252. package/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/middleware.d.ts +19 -6
  1253. package/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/utils/getSkewCorrectedDate.d.ts +1 -2
  1254. package/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/utils/getUpdatedSystemClockOffset.d.ts +4 -2
  1255. package/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/utils/isClockSkewed.d.ts +4 -2
  1256. package/node_modules/@aws-sdk/middleware-signing/package.json +9 -7
  1257. package/node_modules/@aws-sdk/middleware-ssec/CHANGELOG.md +48 -0
  1258. package/node_modules/@aws-sdk/middleware-ssec/dist-types/ts3.4/index.d.ts +21 -10
  1259. package/node_modules/@aws-sdk/middleware-ssec/package.json +4 -3
  1260. package/node_modules/@aws-sdk/middleware-stack/CHANGELOG.md +51 -0
  1261. package/node_modules/@aws-sdk/middleware-stack/dist-cjs/MiddlewareStack.js +13 -3
  1262. package/node_modules/@aws-sdk/middleware-stack/dist-es/MiddlewareStack.js +14 -3
  1263. package/node_modules/@aws-sdk/middleware-stack/dist-types/ts3.4/MiddlewareStack.d.ts +5 -2
  1264. package/node_modules/@aws-sdk/middleware-stack/dist-types/ts3.4/index.d.ts +1 -1
  1265. package/node_modules/@aws-sdk/middleware-stack/dist-types/ts3.4/types.d.ts +47 -22
  1266. package/node_modules/@aws-sdk/middleware-stack/package.json +4 -3
  1267. package/node_modules/@aws-sdk/middleware-user-agent/CHANGELOG.md +48 -0
  1268. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/configurations.d.ts +17 -19
  1269. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/constants.d.ts +4 -4
  1270. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/index.d.ts +2 -2
  1271. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/user-agent-middleware.d.ts +20 -6
  1272. package/node_modules/@aws-sdk/middleware-user-agent/package.json +6 -5
  1273. package/node_modules/@aws-sdk/node-config-provider/CHANGELOG.md +48 -0
  1274. package/node_modules/@aws-sdk/node-config-provider/dist-types/ts3.4/configLoader.d.ts +18 -14
  1275. package/node_modules/@aws-sdk/node-config-provider/dist-types/ts3.4/fromEnv.d.ts +7 -5
  1276. package/node_modules/@aws-sdk/node-config-provider/dist-types/ts3.4/fromSharedConfigFiles.d.ts +10 -9
  1277. package/node_modules/@aws-sdk/node-config-provider/dist-types/ts3.4/fromStatic.d.ts +5 -3
  1278. package/node_modules/@aws-sdk/node-config-provider/dist-types/ts3.4/index.d.ts +1 -1
  1279. package/node_modules/@aws-sdk/node-config-provider/package.json +6 -5
  1280. package/node_modules/@aws-sdk/node-http-handler/CHANGELOG.md +48 -0
  1281. package/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/constants.d.ts +1 -2
  1282. package/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/get-transformed-headers.d.ts +6 -4
  1283. package/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/index.d.ts +3 -3
  1284. package/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +28 -27
  1285. package/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +28 -30
  1286. package/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/readable.mock.d.ts +12 -13
  1287. package/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/server.mock.d.ts +17 -10
  1288. package/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/set-connection-timeout.d.ts +6 -2
  1289. package/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/set-socket-timeout.d.ts +6 -2
  1290. package/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/stream-collector/collector.d.ts +9 -6
  1291. package/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/stream-collector/index.d.ts +2 -2
  1292. package/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/stream-collector/readable.mock.d.ts +12 -13
  1293. package/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +7 -5
  1294. package/node_modules/@aws-sdk/node-http-handler/package.json +7 -6
  1295. package/node_modules/@aws-sdk/property-provider/CHANGELOG.md +48 -0
  1296. package/node_modules/@aws-sdk/property-provider/dist-types/ts3.4/CredentialsProviderError.d.ts +6 -7
  1297. package/node_modules/@aws-sdk/property-provider/dist-types/ts3.4/ProviderError.d.ts +6 -7
  1298. package/node_modules/@aws-sdk/property-provider/dist-types/ts3.4/TokenProviderError.d.ts +6 -7
  1299. package/node_modules/@aws-sdk/property-provider/dist-types/ts3.4/chain.d.ts +2 -3
  1300. package/node_modules/@aws-sdk/property-provider/dist-types/ts3.4/fromStatic.d.ts +2 -2
  1301. package/node_modules/@aws-sdk/property-provider/dist-types/ts3.4/index.d.ts +6 -6
  1302. package/node_modules/@aws-sdk/property-provider/dist-types/ts3.4/memoize.d.ts +11 -9
  1303. package/node_modules/@aws-sdk/property-provider/package.json +4 -3
  1304. package/node_modules/@aws-sdk/protocol-http/CHANGELOG.md +48 -0
  1305. package/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/httpHandler.d.ts +8 -4
  1306. package/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/httpRequest.d.ts +26 -20
  1307. package/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/httpResponse.d.ts +17 -14
  1308. package/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/index.d.ts +4 -4
  1309. package/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/isValidHostname.d.ts +1 -1
  1310. package/node_modules/@aws-sdk/protocol-http/package.json +4 -3
  1311. package/node_modules/@aws-sdk/querystring-builder/CHANGELOG.md +48 -0
  1312. package/node_modules/@aws-sdk/querystring-builder/dist-types/ts3.4/index.d.ts +2 -2
  1313. package/node_modules/@aws-sdk/querystring-builder/package.json +5 -4
  1314. package/node_modules/@aws-sdk/querystring-parser/CHANGELOG.md +48 -0
  1315. package/node_modules/@aws-sdk/querystring-parser/dist-types/ts3.4/index.d.ts +4 -2
  1316. package/node_modules/@aws-sdk/querystring-parser/package.json +4 -3
  1317. package/node_modules/@aws-sdk/service-error-classification/CHANGELOG.md +48 -0
  1318. package/node_modules/@aws-sdk/service-error-classification/dist-types/ts3.4/constants.d.ts +4 -8
  1319. package/node_modules/@aws-sdk/service-error-classification/dist-types/ts3.4/index.d.ts +5 -5
  1320. package/node_modules/@aws-sdk/service-error-classification/package.json +4 -3
  1321. package/node_modules/@aws-sdk/shared-ini-file-loader/CHANGELOG.md +48 -0
  1322. package/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/getConfigFilepath.d.ts +2 -2
  1323. package/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/getCredentialsFilepath.d.ts +2 -2
  1324. package/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/getHomeDir.d.ts +1 -2
  1325. package/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/getProfileData.d.ts +2 -3
  1326. package/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/getProfileName.d.ts +3 -5
  1327. package/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFilepath.d.ts +1 -2
  1328. package/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFromFile.d.ts +13 -21
  1329. package/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/getSsoSessionData.d.ts +2 -3
  1330. package/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/index.d.ts +8 -8
  1331. package/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/loadSharedConfigFiles.d.ts +8 -8
  1332. package/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/loadSsoSessionData.d.ts +7 -6
  1333. package/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/parseIni.d.ts +2 -2
  1334. package/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/parseKnownFiles.d.ts +8 -8
  1335. package/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/slurpFile.d.ts +1 -1
  1336. package/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/types.d.ts +8 -7
  1337. package/node_modules/@aws-sdk/shared-ini-file-loader/package.json +4 -3
  1338. package/node_modules/@aws-sdk/signature-v4/CHANGELOG.md +59 -0
  1339. package/node_modules/@aws-sdk/signature-v4/dist-cjs/SignatureV4.js +10 -0
  1340. package/node_modules/@aws-sdk/signature-v4/dist-es/SignatureV4.js +10 -0
  1341. package/node_modules/@aws-sdk/signature-v4/dist-types/SignatureV4.d.ts +1 -0
  1342. package/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/SignatureV4.d.ts +63 -39
  1343. package/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/cloneRequest.d.ts +9 -4
  1344. package/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/constants.d.ts +43 -43
  1345. package/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/credentialDerivation.d.ts +14 -7
  1346. package/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/getCanonicalHeaders.d.ts +6 -3
  1347. package/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/getCanonicalQuery.d.ts +2 -3
  1348. package/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/getPayloadHash.d.ts +5 -3
  1349. package/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/headerUtil.d.ts +13 -4
  1350. package/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/index.d.ts +7 -7
  1351. package/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/moveHeadersToQuery.d.ts +9 -7
  1352. package/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/prepareRequest.d.ts +2 -3
  1353. package/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/suite.fixture.d.ts +14 -14
  1354. package/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/utilDate.d.ts +2 -2
  1355. package/node_modules/@aws-sdk/signature-v4/package.json +10 -9
  1356. package/node_modules/@aws-sdk/signature-v4-multi-region/CHANGELOG.md +56 -0
  1357. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/ts3.4/SignatureV4MultiRegion.d.ts +29 -15
  1358. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/ts3.4/index.d.ts +1 -1
  1359. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +8 -7
  1360. package/node_modules/@aws-sdk/smithy-client/CHANGELOG.md +59 -0
  1361. package/node_modules/@aws-sdk/smithy-client/dist-cjs/parse-utils.js +56 -9
  1362. package/node_modules/@aws-sdk/smithy-client/dist-es/parse-utils.js +56 -9
  1363. package/node_modules/@aws-sdk/smithy-client/dist-types/parse-utils.d.ts +21 -0
  1364. package/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/client.d.ts +56 -16
  1365. package/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/command.d.ts +29 -6
  1366. package/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/constants.d.ts +1 -1
  1367. package/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/date-utils.d.ts +4 -8
  1368. package/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/default-error-handler.d.ts +6 -2
  1369. package/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/defaults-mode.d.ts +16 -12
  1370. package/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/emitWarningIfUnsupportedVersion.d.ts +1 -2
  1371. package/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/exceptions.d.ts +33 -16
  1372. package/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/extended-encode-uri-component.d.ts +1 -2
  1373. package/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/get-array-if-single-item.d.ts +1 -2
  1374. package/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/get-value-from-text-node.d.ts +1 -2
  1375. package/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/index.d.ts +18 -18
  1376. package/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/lazy-json.d.ts +10 -12
  1377. package/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/object-mapping.d.ts +39 -38
  1378. package/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/parse-utils.d.ts +62 -49
  1379. package/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/resolve-path.d.ts +8 -1
  1380. package/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/ser-utils.d.ts +1 -2
  1381. package/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/split-every.d.ts +5 -2
  1382. package/node_modules/@aws-sdk/smithy-client/package.json +5 -4
  1383. package/node_modules/@aws-sdk/types/CHANGELOG.md +57 -0
  1384. package/node_modules/@aws-sdk/types/dist-cjs/auth.js +2 -0
  1385. package/node_modules/@aws-sdk/types/dist-cjs/index.js +1 -0
  1386. package/node_modules/@aws-sdk/types/dist-es/auth.js +1 -0
  1387. package/node_modules/@aws-sdk/types/dist-es/index.js +1 -0
  1388. package/node_modules/@aws-sdk/types/dist-types/auth.d.ts +18 -0
  1389. package/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +7 -5
  1390. package/node_modules/@aws-sdk/types/dist-types/endpoint.d.ts +33 -0
  1391. package/node_modules/@aws-sdk/types/dist-types/index.d.ts +1 -0
  1392. package/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +12 -0
  1393. package/node_modules/@aws-sdk/types/dist-types/serde.d.ts +13 -0
  1394. package/node_modules/@aws-sdk/types/dist-types/ts3.4/abort.d.ts +11 -17
  1395. package/node_modules/@aws-sdk/types/dist-types/ts3.4/auth.d.ts +6 -0
  1396. package/node_modules/@aws-sdk/types/dist-types/ts3.4/client.d.ts +52 -17
  1397. package/node_modules/@aws-sdk/types/dist-types/ts3.4/command.d.ts +17 -7
  1398. package/node_modules/@aws-sdk/types/dist-types/ts3.4/credentials.d.ts +10 -13
  1399. package/node_modules/@aws-sdk/types/dist-types/ts3.4/crypto.d.ts +14 -20
  1400. package/node_modules/@aws-sdk/types/dist-types/ts3.4/endpoint.d.ts +43 -14
  1401. package/node_modules/@aws-sdk/types/dist-types/ts3.4/eventStream.d.ts +99 -83
  1402. package/node_modules/@aws-sdk/types/dist-types/ts3.4/http.d.ts +33 -40
  1403. package/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +22 -21
  1404. package/node_modules/@aws-sdk/types/dist-types/ts3.4/logger.d.ts +17 -14
  1405. package/node_modules/@aws-sdk/types/dist-types/ts3.4/middleware.d.ts +207 -155
  1406. package/node_modules/@aws-sdk/types/dist-types/ts3.4/pagination.d.ts +8 -11
  1407. package/node_modules/@aws-sdk/types/dist-types/ts3.4/profile.d.ts +7 -9
  1408. package/node_modules/@aws-sdk/types/dist-types/ts3.4/response.d.ts +11 -18
  1409. package/node_modules/@aws-sdk/types/dist-types/ts3.4/serde.d.ts +40 -37
  1410. package/node_modules/@aws-sdk/types/dist-types/ts3.4/shapes.d.ts +24 -26
  1411. package/node_modules/@aws-sdk/types/dist-types/ts3.4/signature.d.ts +40 -47
  1412. package/node_modules/@aws-sdk/types/dist-types/ts3.4/stream.d.ts +15 -13
  1413. package/node_modules/@aws-sdk/types/dist-types/ts3.4/token.d.ts +6 -9
  1414. package/node_modules/@aws-sdk/types/dist-types/ts3.4/transfer.d.ts +18 -12
  1415. package/node_modules/@aws-sdk/types/dist-types/ts3.4/util.d.ts +50 -62
  1416. package/node_modules/@aws-sdk/types/dist-types/ts3.4/waiter.d.ts +9 -15
  1417. package/node_modules/@aws-sdk/types/dist-types/util.d.ts +1 -1
  1418. package/node_modules/@aws-sdk/types/package.json +3 -2
  1419. package/node_modules/@aws-sdk/url-parser/CHANGELOG.md +51 -0
  1420. package/node_modules/@aws-sdk/url-parser/dist-cjs/index.js +4 -1
  1421. package/node_modules/@aws-sdk/url-parser/dist-es/index.js +4 -1
  1422. package/node_modules/@aws-sdk/url-parser/dist-types/ts3.4/index.d.ts +2 -2
  1423. package/node_modules/@aws-sdk/url-parser/package.json +5 -4
  1424. package/node_modules/@aws-sdk/util-arn-parser/CHANGELOG.md +16 -0
  1425. package/node_modules/@aws-sdk/util-arn-parser/dist-types/ts3.4/index.d.ts +17 -17
  1426. package/node_modules/@aws-sdk/util-arn-parser/package.json +3 -2
  1427. package/node_modules/@aws-sdk/util-base64-browser/CHANGELOG.md +16 -0
  1428. package/node_modules/@aws-sdk/util-base64-browser/dist-types/ts3.4/index.d.ts +3 -4
  1429. package/node_modules/@aws-sdk/util-base64-browser/package.json +3 -2
  1430. package/node_modules/@aws-sdk/util-base64-node/CHANGELOG.md +16 -0
  1431. package/node_modules/@aws-sdk/util-base64-node/dist-types/ts3.4/index.d.ts +3 -4
  1432. package/node_modules/@aws-sdk/util-base64-node/package.json +4 -3
  1433. package/node_modules/@aws-sdk/util-body-length-browser/CHANGELOG.md +16 -0
  1434. package/node_modules/@aws-sdk/util-body-length-browser/dist-types/ts3.4/calculateBodyLength.d.ts +1 -1
  1435. package/node_modules/@aws-sdk/util-body-length-browser/dist-types/ts3.4/index.d.ts +1 -1
  1436. package/node_modules/@aws-sdk/util-body-length-browser/package.json +3 -2
  1437. package/node_modules/@aws-sdk/util-body-length-node/CHANGELOG.md +16 -0
  1438. package/node_modules/@aws-sdk/util-body-length-node/dist-types/ts3.4/calculateBodyLength.d.ts +1 -1
  1439. package/node_modules/@aws-sdk/util-body-length-node/dist-types/ts3.4/index.d.ts +1 -1
  1440. package/node_modules/@aws-sdk/util-body-length-node/package.json +3 -2
  1441. package/node_modules/@aws-sdk/util-buffer-from/CHANGELOG.md +16 -0
  1442. package/node_modules/@aws-sdk/util-buffer-from/dist-types/ts3.4/index.d.ts +19 -4
  1443. package/node_modules/@aws-sdk/util-buffer-from/package.json +4 -3
  1444. package/node_modules/@aws-sdk/util-config-provider/CHANGELOG.md +16 -0
  1445. package/node_modules/@aws-sdk/util-config-provider/dist-types/ts3.4/booleanSelector.d.ts +10 -6
  1446. package/node_modules/@aws-sdk/util-config-provider/dist-types/ts3.4/index.d.ts +1 -1
  1447. package/node_modules/@aws-sdk/util-config-provider/package.json +3 -2
  1448. package/node_modules/@aws-sdk/util-defaults-mode-browser/CHANGELOG.md +56 -0
  1449. package/node_modules/@aws-sdk/util-defaults-mode-browser/dist-types/ts3.4/constants.d.ts +6 -7
  1450. package/node_modules/@aws-sdk/util-defaults-mode-browser/dist-types/ts3.4/index.d.ts +1 -1
  1451. package/node_modules/@aws-sdk/util-defaults-mode-browser/dist-types/ts3.4/resolveDefaultsModeConfig.d.ts +8 -8
  1452. package/node_modules/@aws-sdk/util-defaults-mode-browser/dist-types/ts3.4/resolveDefaultsModeConfig.native.d.ts +8 -8
  1453. package/node_modules/@aws-sdk/util-defaults-mode-browser/package.json +6 -5
  1454. package/node_modules/@aws-sdk/util-defaults-mode-node/CHANGELOG.md +64 -0
  1455. package/node_modules/@aws-sdk/util-defaults-mode-node/dist-types/ts3.4/constants.d.ts +6 -6
  1456. package/node_modules/@aws-sdk/util-defaults-mode-node/dist-types/ts3.4/defaultsModeConfig.d.ts +3 -3
  1457. package/node_modules/@aws-sdk/util-defaults-mode-node/dist-types/ts3.4/index.d.ts +1 -1
  1458. package/node_modules/@aws-sdk/util-defaults-mode-node/dist-types/ts3.4/resolveDefaultsModeConfig.d.ts +10 -9
  1459. package/node_modules/@aws-sdk/util-defaults-mode-node/package.json +9 -8
  1460. package/node_modules/@aws-sdk/util-dynamodb/CHANGELOG.md +99 -0
  1461. package/node_modules/@aws-sdk/util-dynamodb/dist-types/models.d.ts +9 -0
  1462. package/node_modules/@aws-sdk/util-dynamodb/dist-types/ts3.4/convertToAttr.d.ts +7 -5
  1463. package/node_modules/@aws-sdk/util-dynamodb/dist-types/ts3.4/convertToNative.d.ts +7 -5
  1464. package/node_modules/@aws-sdk/util-dynamodb/dist-types/ts3.4/index.d.ts +5 -5
  1465. package/node_modules/@aws-sdk/util-dynamodb/dist-types/ts3.4/marshall.d.ts +52 -25
  1466. package/node_modules/@aws-sdk/util-dynamodb/dist-types/ts3.4/models.d.ts +44 -12
  1467. package/node_modules/@aws-sdk/util-dynamodb/dist-types/ts3.4/unmarshall.d.ts +9 -9
  1468. package/node_modules/@aws-sdk/util-dynamodb/package.json +4 -3
  1469. package/node_modules/@aws-sdk/util-hex-encoding/CHANGELOG.md +16 -0
  1470. package/node_modules/@aws-sdk/util-hex-encoding/dist-types/ts3.4/index.d.ts +3 -4
  1471. package/node_modules/@aws-sdk/util-hex-encoding/package.json +3 -2
  1472. package/node_modules/@aws-sdk/util-locate-window/CHANGELOG.md +16 -0
  1473. package/node_modules/@aws-sdk/util-locate-window/dist-types/ts3.4/index.d.ts +1 -2
  1474. package/node_modules/@aws-sdk/util-locate-window/package.json +3 -2
  1475. package/node_modules/@aws-sdk/util-middleware/CHANGELOG.md +51 -0
  1476. package/node_modules/@aws-sdk/util-middleware/dist-types/normalizeProvider.d.ts +3 -0
  1477. package/node_modules/@aws-sdk/util-middleware/dist-types/ts3.4/index.d.ts +1 -1
  1478. package/node_modules/@aws-sdk/util-middleware/dist-types/ts3.4/normalizeProvider.d.ts +4 -2
  1479. package/node_modules/@aws-sdk/util-middleware/package.json +4 -3
  1480. package/node_modules/@aws-sdk/util-stream-browser/CHANGELOG.md +48 -0
  1481. package/node_modules/@aws-sdk/util-stream-browser/dist-types/ts3.4/getAwsChunkedEncodingStream.d.ts +2 -2
  1482. package/node_modules/@aws-sdk/util-stream-browser/dist-types/ts3.4/index.d.ts +2 -2
  1483. package/node_modules/@aws-sdk/util-stream-browser/dist-types/ts3.4/sdk-stream-mixin.d.ts +4 -3
  1484. package/node_modules/@aws-sdk/util-stream-browser/package.json +8 -7
  1485. package/node_modules/@aws-sdk/util-stream-node/CHANGELOG.md +48 -0
  1486. package/node_modules/@aws-sdk/util-stream-node/dist-types/ts3.4/getAwsChunkedEncodingStream.d.ts +3 -4
  1487. package/node_modules/@aws-sdk/util-stream-node/dist-types/ts3.4/index.d.ts +2 -2
  1488. package/node_modules/@aws-sdk/util-stream-node/dist-types/ts3.4/sdk-stream-mixin.d.ts +3 -4
  1489. package/node_modules/@aws-sdk/util-stream-node/package.json +6 -5
  1490. package/node_modules/@aws-sdk/util-uri-escape/CHANGELOG.md +16 -0
  1491. package/node_modules/@aws-sdk/util-uri-escape/dist-types/ts3.4/escape-uri-path.d.ts +1 -1
  1492. package/node_modules/@aws-sdk/util-uri-escape/dist-types/ts3.4/escape-uri.d.ts +1 -1
  1493. package/node_modules/@aws-sdk/util-uri-escape/dist-types/ts3.4/index.d.ts +2 -2
  1494. package/node_modules/@aws-sdk/util-uri-escape/package.json +3 -2
  1495. package/node_modules/@aws-sdk/util-user-agent-browser/CHANGELOG.md +48 -0
  1496. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/configurations.d.ts +4 -4
  1497. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.d.ts +6 -4
  1498. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.native.d.ts +6 -4
  1499. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +5 -4
  1500. package/node_modules/@aws-sdk/util-user-agent-node/CHANGELOG.md +48 -0
  1501. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/index.d.ts +12 -10
  1502. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/is-crt-available.d.ts +2 -2
  1503. package/node_modules/@aws-sdk/util-user-agent-node/package.json +6 -5
  1504. package/node_modules/@aws-sdk/util-utf8-browser/CHANGELOG.md +16 -0
  1505. package/node_modules/@aws-sdk/util-utf8-browser/dist-types/ts3.4/index.d.ts +2 -2
  1506. package/node_modules/@aws-sdk/util-utf8-browser/dist-types/ts3.4/pureJs.d.ts +3 -4
  1507. package/node_modules/@aws-sdk/util-utf8-browser/dist-types/ts3.4/whatwgEncodingApi.d.ts +2 -2
  1508. package/node_modules/@aws-sdk/util-utf8-browser/package.json +3 -2
  1509. package/node_modules/@aws-sdk/util-utf8-node/CHANGELOG.md +16 -0
  1510. package/node_modules/@aws-sdk/util-utf8-node/dist-types/ts3.4/index.d.ts +2 -2
  1511. package/node_modules/@aws-sdk/util-utf8-node/package.json +4 -3
  1512. package/node_modules/@aws-sdk/util-waiter/CHANGELOG.md +48 -0
  1513. package/node_modules/@aws-sdk/util-waiter/dist-types/ts3.4/createWaiter.d.ts +6 -3
  1514. package/node_modules/@aws-sdk/util-waiter/dist-types/ts3.4/index.d.ts +2 -2
  1515. package/node_modules/@aws-sdk/util-waiter/dist-types/ts3.4/poller.d.ts +13 -3
  1516. package/node_modules/@aws-sdk/util-waiter/dist-types/ts3.4/utils/index.d.ts +2 -2
  1517. package/node_modules/@aws-sdk/util-waiter/dist-types/ts3.4/utils/sleep.d.ts +1 -1
  1518. package/node_modules/@aws-sdk/util-waiter/dist-types/ts3.4/utils/validate.d.ts +4 -3
  1519. package/node_modules/@aws-sdk/util-waiter/dist-types/ts3.4/waiter.d.ts +20 -24
  1520. package/node_modules/@aws-sdk/util-waiter/package.json +5 -4
  1521. package/node_modules/@aws-sdk/xml-builder/CHANGELOG.md +16 -0
  1522. package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/XmlNode.d.ts +14 -14
  1523. package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/XmlText.d.ts +7 -7
  1524. package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/escape-attribute.d.ts +1 -2
  1525. package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/escape-element.d.ts +1 -2
  1526. package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/index.d.ts +2 -2
  1527. package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/stringable.d.ts +3 -3
  1528. package/node_modules/@aws-sdk/xml-builder/package.json +3 -2
  1529. package/node_modules/@serverless-stack/node/README.md +5 -0
  1530. package/node_modules/@serverless-stack/node/auth/adapter/adapter.d.ts +3 -0
  1531. package/node_modules/@serverless-stack/node/auth/adapter/adapter.js +3 -0
  1532. package/node_modules/@serverless-stack/node/auth/adapter/github.d.ts +2 -0
  1533. package/node_modules/@serverless-stack/node/auth/adapter/github.js +21 -0
  1534. package/node_modules/@serverless-stack/node/auth/adapter/google.d.ts +9 -0
  1535. package/node_modules/@serverless-stack/node/auth/adapter/google.js +18 -0
  1536. package/node_modules/@serverless-stack/node/auth/adapter/link.d.ts +8 -0
  1537. package/node_modules/@serverless-stack/node/auth/adapter/link.js +41 -0
  1538. package/node_modules/@serverless-stack/node/auth/adapter/oauth.d.ts +25 -0
  1539. package/node_modules/@serverless-stack/node/auth/adapter/oauth.js +52 -0
  1540. package/node_modules/@serverless-stack/node/auth/adapter/oidc.d.ts +17 -0
  1541. package/node_modules/@serverless-stack/node/auth/adapter/oidc.js +50 -0
  1542. package/node_modules/@serverless-stack/node/auth/adapter/twitch.d.ts +2 -0
  1543. package/node_modules/@serverless-stack/node/auth/adapter/twitch.js +11 -0
  1544. package/node_modules/@serverless-stack/node/auth/auth.d.ts +21 -0
  1545. package/node_modules/@serverless-stack/node/auth/auth.js +44 -0
  1546. package/node_modules/@serverless-stack/node/auth/index.d.ts +10 -7
  1547. package/node_modules/@serverless-stack/node/auth/index.js +10 -19
  1548. package/node_modules/@serverless-stack/node/auth/session.d.ts +76 -0
  1549. package/node_modules/@serverless-stack/node/auth/session.js +111 -0
  1550. package/node_modules/@serverless-stack/node/context/context.d.ts +12 -0
  1551. package/node_modules/@serverless-stack/node/context/context.js +66 -0
  1552. package/node_modules/@serverless-stack/node/context/handler.d.ts +16 -0
  1553. package/node_modules/@serverless-stack/node/context/handler.js +18 -0
  1554. package/node_modules/@serverless-stack/node/context/http.d.ts +14 -0
  1555. package/node_modules/@serverless-stack/node/context/http.js +65 -0
  1556. package/node_modules/@serverless-stack/node/context/index.d.ts +3 -0
  1557. package/node_modules/@serverless-stack/node/context/index.js +3 -0
  1558. package/node_modules/@serverless-stack/node/graphql/index.d.ts +28 -9
  1559. package/node_modules/@serverless-stack/node/graphql/index.js +15 -29
  1560. package/node_modules/@serverless-stack/node/job/index.d.ts +31 -0
  1561. package/node_modules/@serverless-stack/node/job/index.js +51 -0
  1562. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/abort-controller/CHANGELOG.md +1104 -0
  1563. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/abort-controller/LICENSE +201 -0
  1564. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/abort-controller/README.md +4 -0
  1565. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/abort-controller/dist-cjs/AbortController.js +13 -0
  1566. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/abort-controller/dist-cjs/AbortSignal.js +24 -0
  1567. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/abort-controller/dist-cjs/index.js +5 -0
  1568. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/abort-controller/dist-es/AbortController.js +11 -0
  1569. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/abort-controller/dist-es/AbortSignal.js +26 -0
  1570. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/abort-controller/dist-es/index.js +2 -0
  1571. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/abort-controller/dist-types/AbortController.d.ts +6 -0
  1572. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/abort-controller/dist-types/AbortSignal.d.ts +14 -0
  1573. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/abort-controller/dist-types/index.d.ts +2 -0
  1574. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/abort-controller/dist-types/ts3.4/AbortController.d.ts +6 -0
  1575. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/abort-controller/dist-types/ts3.4/AbortSignal.d.ts +10 -0
  1576. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/abort-controller/dist-types/ts3.4/index.d.ts +2 -0
  1577. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/abort-controller/package.json +49 -0
  1578. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/CHANGELOG.md +3476 -0
  1579. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/LICENSE +201 -0
  1580. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/README.md +269 -0
  1581. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/Lambda.js +877 -0
  1582. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/LambdaClient.js +35 -0
  1583. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/AddLayerVersionPermissionCommand.js +36 -0
  1584. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/AddPermissionCommand.js +36 -0
  1585. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/CreateAliasCommand.js +36 -0
  1586. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/CreateCodeSigningConfigCommand.js +36 -0
  1587. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/CreateEventSourceMappingCommand.js +36 -0
  1588. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/CreateFunctionCommand.js +36 -0
  1589. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/DeleteAliasCommand.js +36 -0
  1590. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/DeleteCodeSigningConfigCommand.js +36 -0
  1591. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/DeleteEventSourceMappingCommand.js +36 -0
  1592. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/DeleteFunctionCodeSigningConfigCommand.js +36 -0
  1593. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/DeleteFunctionCommand.js +36 -0
  1594. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/DeleteFunctionConcurrencyCommand.js +36 -0
  1595. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/DeleteFunctionEventInvokeConfigCommand.js +36 -0
  1596. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/DeleteLayerVersionCommand.js +36 -0
  1597. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/DeleteProvisionedConcurrencyConfigCommand.js +36 -0
  1598. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/GetAccountSettingsCommand.js +36 -0
  1599. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/GetAliasCommand.js +36 -0
  1600. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/GetCodeSigningConfigCommand.js +36 -0
  1601. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/GetEventSourceMappingCommand.js +36 -0
  1602. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/GetFunctionCodeSigningConfigCommand.js +36 -0
  1603. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/GetFunctionCommand.js +36 -0
  1604. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/GetFunctionConcurrencyCommand.js +36 -0
  1605. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/GetFunctionConfigurationCommand.js +36 -0
  1606. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/GetFunctionEventInvokeConfigCommand.js +36 -0
  1607. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/GetLayerVersionByArnCommand.js +36 -0
  1608. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/GetLayerVersionCommand.js +36 -0
  1609. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/GetLayerVersionPolicyCommand.js +36 -0
  1610. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/GetPolicyCommand.js +36 -0
  1611. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/GetProvisionedConcurrencyConfigCommand.js +36 -0
  1612. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/InvokeAsyncCommand.js +36 -0
  1613. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/InvokeCommand.js +36 -0
  1614. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/ListAliasesCommand.js +36 -0
  1615. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/ListCodeSigningConfigsCommand.js +36 -0
  1616. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/ListEventSourceMappingsCommand.js +36 -0
  1617. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/ListFunctionEventInvokeConfigsCommand.js +36 -0
  1618. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/ListFunctionsByCodeSigningConfigCommand.js +36 -0
  1619. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/ListFunctionsCommand.js +36 -0
  1620. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/ListLayerVersionsCommand.js +36 -0
  1621. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/ListLayersCommand.js +36 -0
  1622. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/ListProvisionedConcurrencyConfigsCommand.js +36 -0
  1623. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/ListTagsCommand.js +36 -0
  1624. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/ListVersionsByFunctionCommand.js +36 -0
  1625. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/PublishLayerVersionCommand.js +36 -0
  1626. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/PublishVersionCommand.js +36 -0
  1627. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/PutFunctionCodeSigningConfigCommand.js +36 -0
  1628. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/PutFunctionConcurrencyCommand.js +36 -0
  1629. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/PutFunctionEventInvokeConfigCommand.js +36 -0
  1630. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/PutProvisionedConcurrencyConfigCommand.js +36 -0
  1631. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/RemoveLayerVersionPermissionCommand.js +36 -0
  1632. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/RemovePermissionCommand.js +36 -0
  1633. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/TagResourceCommand.js +36 -0
  1634. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/UntagResourceCommand.js +36 -0
  1635. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/UpdateAliasCommand.js +36 -0
  1636. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/UpdateCodeSigningConfigCommand.js +36 -0
  1637. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/UpdateEventSourceMappingCommand.js +36 -0
  1638. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/UpdateFunctionCodeCommand.js +36 -0
  1639. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/UpdateFunctionConfigurationCommand.js +36 -0
  1640. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/UpdateFunctionEventInvokeConfigCommand.js +36 -0
  1641. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/index.js +61 -0
  1642. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/endpoints.js +207 -0
  1643. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/index.js +9 -0
  1644. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/models/index.js +4 -0
  1645. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/models/models_0.js +1133 -0
  1646. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/pagination/Interfaces.js +2 -0
  1647. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/pagination/ListAliasesPaginator.js +35 -0
  1648. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/pagination/ListCodeSigningConfigsPaginator.js +35 -0
  1649. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/pagination/ListEventSourceMappingsPaginator.js +35 -0
  1650. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/pagination/ListFunctionEventInvokeConfigsPaginator.js +35 -0
  1651. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/pagination/ListFunctionsByCodeSigningConfigPaginator.js +35 -0
  1652. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/pagination/ListFunctionsPaginator.js +35 -0
  1653. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/pagination/ListLayerVersionsPaginator.js +35 -0
  1654. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/pagination/ListLayersPaginator.js +35 -0
  1655. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/pagination/ListProvisionedConcurrencyConfigsPaginator.js +35 -0
  1656. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/pagination/ListVersionsByFunctionPaginator.js +35 -0
  1657. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/pagination/index.js +14 -0
  1658. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/protocols/Aws_restJson1.js +9556 -0
  1659. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/runtimeConfig.browser.js +40 -0
  1660. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/runtimeConfig.js +44 -0
  1661. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/runtimeConfig.native.js +16 -0
  1662. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/runtimeConfig.shared.js +17 -0
  1663. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/waiters/index.js +6 -0
  1664. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/waiters/waitForFunctionActive.js +54 -0
  1665. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/waiters/waitForFunctionExists.js +31 -0
  1666. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/waiters/waitForFunctionUpdated.js +54 -0
  1667. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/Lambda.js +880 -0
  1668. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/LambdaClient.js +37 -0
  1669. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/AddLayerVersionPermissionCommand.js +39 -0
  1670. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/AddPermissionCommand.js +39 -0
  1671. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/CreateAliasCommand.js +39 -0
  1672. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/CreateCodeSigningConfigCommand.js +39 -0
  1673. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/CreateEventSourceMappingCommand.js +39 -0
  1674. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/CreateFunctionCommand.js +39 -0
  1675. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteAliasCommand.js +39 -0
  1676. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteCodeSigningConfigCommand.js +39 -0
  1677. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteEventSourceMappingCommand.js +39 -0
  1678. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteFunctionCodeSigningConfigCommand.js +39 -0
  1679. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteFunctionCommand.js +39 -0
  1680. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteFunctionConcurrencyCommand.js +39 -0
  1681. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteFunctionEventInvokeConfigCommand.js +39 -0
  1682. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteLayerVersionCommand.js +39 -0
  1683. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteProvisionedConcurrencyConfigCommand.js +39 -0
  1684. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetAccountSettingsCommand.js +39 -0
  1685. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetAliasCommand.js +39 -0
  1686. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetCodeSigningConfigCommand.js +39 -0
  1687. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetEventSourceMappingCommand.js +39 -0
  1688. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionCodeSigningConfigCommand.js +39 -0
  1689. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionCommand.js +39 -0
  1690. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionConcurrencyCommand.js +39 -0
  1691. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionConfigurationCommand.js +39 -0
  1692. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionEventInvokeConfigCommand.js +39 -0
  1693. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetLayerVersionByArnCommand.js +39 -0
  1694. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetLayerVersionCommand.js +39 -0
  1695. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetLayerVersionPolicyCommand.js +39 -0
  1696. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetPolicyCommand.js +39 -0
  1697. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetProvisionedConcurrencyConfigCommand.js +39 -0
  1698. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/InvokeAsyncCommand.js +39 -0
  1699. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/InvokeCommand.js +39 -0
  1700. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListAliasesCommand.js +39 -0
  1701. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListCodeSigningConfigsCommand.js +39 -0
  1702. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListEventSourceMappingsCommand.js +39 -0
  1703. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListFunctionEventInvokeConfigsCommand.js +39 -0
  1704. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListFunctionsByCodeSigningConfigCommand.js +39 -0
  1705. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListFunctionsCommand.js +39 -0
  1706. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListLayerVersionsCommand.js +39 -0
  1707. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListLayersCommand.js +39 -0
  1708. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListProvisionedConcurrencyConfigsCommand.js +39 -0
  1709. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListTagsCommand.js +39 -0
  1710. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListVersionsByFunctionCommand.js +39 -0
  1711. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/PublishLayerVersionCommand.js +39 -0
  1712. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/PublishVersionCommand.js +39 -0
  1713. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/PutFunctionCodeSigningConfigCommand.js +39 -0
  1714. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/PutFunctionConcurrencyCommand.js +39 -0
  1715. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/PutFunctionEventInvokeConfigCommand.js +39 -0
  1716. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/PutProvisionedConcurrencyConfigCommand.js +39 -0
  1717. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/RemoveLayerVersionPermissionCommand.js +39 -0
  1718. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/RemovePermissionCommand.js +39 -0
  1719. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/TagResourceCommand.js +39 -0
  1720. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/UntagResourceCommand.js +39 -0
  1721. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateAliasCommand.js +39 -0
  1722. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateCodeSigningConfigCommand.js +39 -0
  1723. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateEventSourceMappingCommand.js +39 -0
  1724. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateFunctionCodeCommand.js +39 -0
  1725. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateFunctionConfigurationCommand.js +39 -0
  1726. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateFunctionEventInvokeConfigCommand.js +39 -0
  1727. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/index.js +58 -0
  1728. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/endpoints.js +203 -0
  1729. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/index.js +6 -0
  1730. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/models/index.js +1 -0
  1731. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/models/models_0.js +788 -0
  1732. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/pagination/Interfaces.js +1 -0
  1733. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/pagination/ListAliasesPaginator.js +74 -0
  1734. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/pagination/ListCodeSigningConfigsPaginator.js +74 -0
  1735. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/pagination/ListEventSourceMappingsPaginator.js +74 -0
  1736. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/pagination/ListFunctionEventInvokeConfigsPaginator.js +74 -0
  1737. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/pagination/ListFunctionsByCodeSigningConfigPaginator.js +74 -0
  1738. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/pagination/ListFunctionsPaginator.js +74 -0
  1739. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/pagination/ListLayerVersionsPaginator.js +74 -0
  1740. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/pagination/ListLayersPaginator.js +74 -0
  1741. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/pagination/ListProvisionedConcurrencyConfigsPaginator.js +74 -0
  1742. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/pagination/ListVersionsByFunctionPaginator.js +74 -0
  1743. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/pagination/index.js +11 -0
  1744. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/protocols/Aws_restJson1.js +10456 -0
  1745. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/runtimeConfig.browser.js +17 -0
  1746. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/runtimeConfig.js +21 -0
  1747. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/runtimeConfig.native.js +8 -0
  1748. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/runtimeConfig.shared.js +13 -0
  1749. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/waiters/index.js +3 -0
  1750. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/waiters/waitForFunctionActive.js +69 -0
  1751. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/waiters/waitForFunctionExists.js +45 -0
  1752. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/waiters/waitForFunctionUpdated.js +69 -0
  1753. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/Lambda.d.ts +890 -0
  1754. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/LambdaClient.d.ts +263 -0
  1755. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/AddLayerVersionPermissionCommand.d.ts +40 -0
  1756. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/AddPermissionCommand.d.ts +47 -0
  1757. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/CreateAliasCommand.d.ts +40 -0
  1758. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/CreateCodeSigningConfigCommand.d.ts +37 -0
  1759. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/CreateEventSourceMappingCommand.d.ts +138 -0
  1760. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/CreateFunctionCommand.d.ts +81 -0
  1761. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteAliasCommand.d.ts +35 -0
  1762. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteCodeSigningConfigCommand.d.ts +36 -0
  1763. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteEventSourceMappingCommand.d.ts +38 -0
  1764. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteFunctionCodeSigningConfigCommand.d.ts +35 -0
  1765. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteFunctionCommand.d.ts +40 -0
  1766. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteFunctionConcurrencyCommand.d.ts +35 -0
  1767. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteFunctionEventInvokeConfigCommand.d.ts +36 -0
  1768. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteLayerVersionCommand.d.ts +37 -0
  1769. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteProvisionedConcurrencyConfigCommand.d.ts +35 -0
  1770. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetAccountSettingsCommand.d.ts +35 -0
  1771. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetAliasCommand.d.ts +35 -0
  1772. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetCodeSigningConfigCommand.d.ts +35 -0
  1773. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetEventSourceMappingCommand.d.ts +36 -0
  1774. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionCodeSigningConfigCommand.d.ts +35 -0
  1775. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionCommand.d.ts +37 -0
  1776. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionConcurrencyCommand.d.ts +36 -0
  1777. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionConfigurationCommand.d.ts +37 -0
  1778. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionEventInvokeConfigCommand.d.ts +36 -0
  1779. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetLayerVersionByArnCommand.d.ts +37 -0
  1780. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetLayerVersionCommand.d.ts +37 -0
  1781. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetLayerVersionPolicyCommand.d.ts +36 -0
  1782. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetPolicyCommand.d.ts +35 -0
  1783. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetProvisionedConcurrencyConfigCommand.d.ts +35 -0
  1784. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/InvokeAsyncCommand.d.ts +51 -0
  1785. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/InvokeCommand.d.ts +61 -0
  1786. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListAliasesCommand.d.ts +36 -0
  1787. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListCodeSigningConfigsCommand.d.ts +37 -0
  1788. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListEventSourceMappingsCommand.d.ts +36 -0
  1789. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListFunctionEventInvokeConfigsCommand.d.ts +36 -0
  1790. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListFunctionsByCodeSigningConfigCommand.d.ts +36 -0
  1791. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListFunctionsCommand.d.ts +43 -0
  1792. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListLayerVersionsCommand.d.ts +38 -0
  1793. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListLayersCommand.d.ts +40 -0
  1794. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListProvisionedConcurrencyConfigsCommand.d.ts +35 -0
  1795. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListTagsCommand.d.ts +36 -0
  1796. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListVersionsByFunctionCommand.d.ts +36 -0
  1797. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/PublishLayerVersionCommand.d.ts +38 -0
  1798. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/PublishVersionCommand.d.ts +43 -0
  1799. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/PutFunctionCodeSigningConfigCommand.d.ts +36 -0
  1800. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/PutFunctionConcurrencyCommand.d.ts +43 -0
  1801. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/PutFunctionEventInvokeConfigCommand.d.ts +45 -0
  1802. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/PutProvisionedConcurrencyConfigCommand.d.ts +35 -0
  1803. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/RemoveLayerVersionPermissionCommand.d.ts +37 -0
  1804. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/RemovePermissionCommand.d.ts +36 -0
  1805. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/TagResourceCommand.d.ts +35 -0
  1806. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/UntagResourceCommand.d.ts +35 -0
  1807. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateAliasCommand.d.ts +35 -0
  1808. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateCodeSigningConfigCommand.d.ts +36 -0
  1809. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateEventSourceMappingCommand.d.ts +138 -0
  1810. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateFunctionCodeCommand.d.ts +43 -0
  1811. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateFunctionConfigurationCommand.d.ts +49 -0
  1812. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateFunctionEventInvokeConfigCommand.d.ts +36 -0
  1813. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/index.d.ts +58 -0
  1814. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/endpoints.d.ts +2 -0
  1815. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/index.d.ts +6 -0
  1816. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/models/index.d.ts +1 -0
  1817. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/models/models_0.d.ts +4789 -0
  1818. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/pagination/Interfaces.d.ts +6 -0
  1819. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListAliasesPaginator.d.ts +4 -0
  1820. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListCodeSigningConfigsPaginator.d.ts +4 -0
  1821. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListEventSourceMappingsPaginator.d.ts +4 -0
  1822. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListFunctionEventInvokeConfigsPaginator.d.ts +4 -0
  1823. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListFunctionsByCodeSigningConfigPaginator.d.ts +4 -0
  1824. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListFunctionsPaginator.d.ts +4 -0
  1825. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListLayerVersionsPaginator.d.ts +4 -0
  1826. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListLayersPaginator.d.ts +4 -0
  1827. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListProvisionedConcurrencyConfigsPaginator.d.ts +4 -0
  1828. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListVersionsByFunctionPaginator.d.ts +4 -0
  1829. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/pagination/index.d.ts +11 -0
  1830. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/protocols/Aws_restJson1.d.ts +176 -0
  1831. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/runtimeConfig.browser.d.ts +39 -0
  1832. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/runtimeConfig.d.ts +39 -0
  1833. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/runtimeConfig.native.d.ts +38 -0
  1834. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/runtimeConfig.shared.d.ts +13 -0
  1835. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/Lambda.d.ts +295 -0
  1836. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/LambdaClient.d.ts +129 -0
  1837. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/AddLayerVersionPermissionCommand.d.ts +17 -0
  1838. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/AddPermissionCommand.d.ts +17 -0
  1839. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +17 -0
  1840. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/CreateCodeSigningConfigCommand.d.ts +17 -0
  1841. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/CreateEventSourceMappingCommand.d.ts +17 -0
  1842. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/CreateFunctionCommand.d.ts +17 -0
  1843. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteAliasCommand.d.ts +17 -0
  1844. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteCodeSigningConfigCommand.d.ts +17 -0
  1845. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteEventSourceMappingCommand.d.ts +17 -0
  1846. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteFunctionCodeSigningConfigCommand.d.ts +17 -0
  1847. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteFunctionCommand.d.ts +17 -0
  1848. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteFunctionConcurrencyCommand.d.ts +17 -0
  1849. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteFunctionEventInvokeConfigCommand.d.ts +17 -0
  1850. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteLayerVersionCommand.d.ts +17 -0
  1851. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteProvisionedConcurrencyConfigCommand.d.ts +17 -0
  1852. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +17 -0
  1853. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetAliasCommand.d.ts +17 -0
  1854. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetCodeSigningConfigCommand.d.ts +17 -0
  1855. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetEventSourceMappingCommand.d.ts +17 -0
  1856. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetFunctionCodeSigningConfigCommand.d.ts +17 -0
  1857. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetFunctionCommand.d.ts +17 -0
  1858. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetFunctionConcurrencyCommand.d.ts +17 -0
  1859. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetFunctionConfigurationCommand.d.ts +17 -0
  1860. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetFunctionEventInvokeConfigCommand.d.ts +17 -0
  1861. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetLayerVersionByArnCommand.d.ts +17 -0
  1862. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetLayerVersionCommand.d.ts +17 -0
  1863. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetLayerVersionPolicyCommand.d.ts +17 -0
  1864. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +17 -0
  1865. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetProvisionedConcurrencyConfigCommand.d.ts +17 -0
  1866. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/InvokeAsyncCommand.d.ts +24 -0
  1867. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/InvokeCommand.d.ts +17 -0
  1868. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +17 -0
  1869. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListCodeSigningConfigsCommand.d.ts +17 -0
  1870. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListEventSourceMappingsCommand.d.ts +17 -0
  1871. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListFunctionEventInvokeConfigsCommand.d.ts +17 -0
  1872. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListFunctionsByCodeSigningConfigCommand.d.ts +17 -0
  1873. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListFunctionsCommand.d.ts +17 -0
  1874. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListLayerVersionsCommand.d.ts +17 -0
  1875. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListLayersCommand.d.ts +17 -0
  1876. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListProvisionedConcurrencyConfigsCommand.d.ts +17 -0
  1877. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListTagsCommand.d.ts +17 -0
  1878. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListVersionsByFunctionCommand.d.ts +17 -0
  1879. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PublishLayerVersionCommand.d.ts +17 -0
  1880. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PublishVersionCommand.d.ts +17 -0
  1881. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PutFunctionCodeSigningConfigCommand.d.ts +17 -0
  1882. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PutFunctionConcurrencyCommand.d.ts +17 -0
  1883. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PutFunctionEventInvokeConfigCommand.d.ts +17 -0
  1884. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PutProvisionedConcurrencyConfigCommand.d.ts +17 -0
  1885. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/RemoveLayerVersionPermissionCommand.d.ts +17 -0
  1886. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +17 -0
  1887. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  1888. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
  1889. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateAliasCommand.d.ts +17 -0
  1890. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateCodeSigningConfigCommand.d.ts +17 -0
  1891. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateEventSourceMappingCommand.d.ts +17 -0
  1892. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateFunctionCodeCommand.d.ts +17 -0
  1893. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateFunctionConfigurationCommand.d.ts +17 -0
  1894. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateFunctionEventInvokeConfigCommand.d.ts +17 -0
  1895. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/index.d.ts +58 -0
  1896. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/endpoints.d.ts +2 -0
  1897. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/index.d.ts +6 -0
  1898. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/models/index.d.ts +1 -0
  1899. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/models/models_0.d.ts +2254 -0
  1900. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  1901. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/ListAliasesPaginator.d.ts +4 -0
  1902. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/ListCodeSigningConfigsPaginator.d.ts +4 -0
  1903. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/ListEventSourceMappingsPaginator.d.ts +4 -0
  1904. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/ListFunctionEventInvokeConfigsPaginator.d.ts +4 -0
  1905. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/ListFunctionsByCodeSigningConfigPaginator.d.ts +4 -0
  1906. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/ListFunctionsPaginator.d.ts +4 -0
  1907. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/ListLayerVersionsPaginator.d.ts +4 -0
  1908. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/ListLayersPaginator.d.ts +4 -0
  1909. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/ListProvisionedConcurrencyConfigsPaginator.d.ts +4 -0
  1910. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/ListVersionsByFunctionPaginator.d.ts +4 -0
  1911. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/index.d.ts +11 -0
  1912. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +176 -0
  1913. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/runtimeConfig.browser.d.ts +37 -0
  1914. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/runtimeConfig.d.ts +37 -0
  1915. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/runtimeConfig.native.d.ts +36 -0
  1916. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  1917. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/waiters/index.d.ts +3 -0
  1918. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/waiters/waitForFunctionActive.d.ts +7 -0
  1919. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/waiters/waitForFunctionExists.d.ts +7 -0
  1920. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/waiters/waitForFunctionUpdated.d.ts +7 -0
  1921. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/waiters/index.d.ts +3 -0
  1922. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/waiters/waitForFunctionActive.d.ts +14 -0
  1923. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/waiters/waitForFunctionExists.d.ts +14 -0
  1924. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/waiters/waitForFunctionUpdated.d.ts +14 -0
  1925. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/package.json +95 -0
  1926. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/CHANGELOG.md +3269 -0
  1927. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/LICENSE +201 -0
  1928. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/README.md +218 -0
  1929. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/SSO.js +67 -0
  1930. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/SSOClient.js +32 -0
  1931. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/commands/GetRoleCredentialsCommand.js +36 -0
  1932. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/commands/ListAccountRolesCommand.js +36 -0
  1933. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/commands/ListAccountsCommand.js +36 -0
  1934. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/commands/LogoutCommand.js +36 -0
  1935. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/commands/index.js +7 -0
  1936. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/endpoints.js +275 -0
  1937. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +8 -0
  1938. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/models/index.js +4 -0
  1939. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/models/models_0.js +95 -0
  1940. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/pagination/Interfaces.js +2 -0
  1941. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/pagination/ListAccountRolesPaginator.js +35 -0
  1942. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/pagination/ListAccountsPaginator.js +35 -0
  1943. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/pagination/index.js +6 -0
  1944. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/protocols/Aws_restJson1.js +521 -0
  1945. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.browser.js +39 -0
  1946. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +41 -0
  1947. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.native.js +16 -0
  1948. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js +17 -0
  1949. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/SSO.js +70 -0
  1950. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +34 -0
  1951. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/commands/GetRoleCredentialsCommand.js +39 -0
  1952. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +39 -0
  1953. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +39 -0
  1954. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.js +39 -0
  1955. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/commands/index.js +4 -0
  1956. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/endpoints.js +271 -0
  1957. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/index.js +5 -0
  1958. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/models/index.js +1 -0
  1959. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js +58 -0
  1960. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/pagination/Interfaces.js +1 -0
  1961. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountRolesPaginator.js +74 -0
  1962. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountsPaginator.js +74 -0
  1963. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/pagination/index.js +3 -0
  1964. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/protocols/Aws_restJson1.js +594 -0
  1965. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.browser.js +17 -0
  1966. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +19 -0
  1967. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.native.js +8 -0
  1968. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.shared.js +13 -0
  1969. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +53 -0
  1970. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +153 -0
  1971. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +36 -0
  1972. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +35 -0
  1973. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +37 -0
  1974. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +35 -0
  1975. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/commands/index.d.ts +4 -0
  1976. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/endpoints.d.ts +2 -0
  1977. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +5 -0
  1978. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/models/index.d.ts +1 -0
  1979. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +255 -0
  1980. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/pagination/Interfaces.d.ts +6 -0
  1981. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountRolesPaginator.d.ts +4 -0
  1982. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountsPaginator.d.ts +4 -0
  1983. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/pagination/index.d.ts +3 -0
  1984. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/protocols/Aws_restJson1.d.ts +14 -0
  1985. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +32 -0
  1986. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +32 -0
  1987. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +31 -0
  1988. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts +13 -0
  1989. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSO.d.ts +25 -0
  1990. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +72 -0
  1991. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/GetRoleCredentialsCommand.d.ts +17 -0
  1992. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountRolesCommand.d.ts +17 -0
  1993. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +17 -0
  1994. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/LogoutCommand.d.ts +17 -0
  1995. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/index.d.ts +4 -0
  1996. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoints.d.ts +2 -0
  1997. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +5 -0
  1998. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/index.d.ts +1 -0
  1999. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +154 -0
  2000. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  2001. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountRolesPaginator.d.ts +4 -0
  2002. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountsPaginator.d.ts +4 -0
  2003. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/index.d.ts +3 -0
  2004. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +14 -0
  2005. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +30 -0
  2006. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +30 -0
  2007. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +29 -0
  2008. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  2009. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/package.json +91 -0
  2010. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/CHANGELOG.md +2418 -0
  2011. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/LICENSE +201 -0
  2012. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/README.md +208 -0
  2013. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/STS.js +127 -0
  2014. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/STSClient.js +34 -0
  2015. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleCommand.js +38 -0
  2016. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleWithSAMLCommand.js +36 -0
  2017. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleWithWebIdentityCommand.js +36 -0
  2018. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/commands/DecodeAuthorizationMessageCommand.js +38 -0
  2019. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetAccessKeyInfoCommand.js +38 -0
  2020. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetCallerIdentityCommand.js +38 -0
  2021. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetFederationTokenCommand.js +38 -0
  2022. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetSessionTokenCommand.js +38 -0
  2023. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/commands/index.js +11 -0
  2024. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/defaultRoleAssumers.js +15 -0
  2025. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/defaultStsRoleAssumers.js +76 -0
  2026. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/endpoints.js +217 -0
  2027. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +8 -0
  2028. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/models/index.js +4 -0
  2029. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/models/models_0.js +177 -0
  2030. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/protocols/Aws_query.js +1249 -0
  2031. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.browser.js +40 -0
  2032. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.js +44 -0
  2033. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.native.js +16 -0
  2034. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.shared.js +17 -0
  2035. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/STS.js +130 -0
  2036. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/STSClient.js +36 -0
  2037. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleCommand.js +41 -0
  2038. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithSAMLCommand.js +39 -0
  2039. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithWebIdentityCommand.js +39 -0
  2040. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/commands/DecodeAuthorizationMessageCommand.js +41 -0
  2041. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/commands/GetAccessKeyInfoCommand.js +41 -0
  2042. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/commands/GetCallerIdentityCommand.js +41 -0
  2043. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/commands/GetFederationTokenCommand.js +41 -0
  2044. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/commands/GetSessionTokenCommand.js +41 -0
  2045. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/commands/index.js +8 -0
  2046. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/defaultRoleAssumers.js +16 -0
  2047. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/defaultStsRoleAssumers.js +87 -0
  2048. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/endpoints.js +213 -0
  2049. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/index.js +5 -0
  2050. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/models/index.js +1 -0
  2051. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/models/models_0.js +117 -0
  2052. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/protocols/Aws_query.js +1330 -0
  2053. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.browser.js +17 -0
  2054. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.js +21 -0
  2055. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.native.js +8 -0
  2056. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.shared.js +13 -0
  2057. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/STS.d.ts +619 -0
  2058. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/STSClient.d.ts +152 -0
  2059. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts +124 -0
  2060. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +166 -0
  2061. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +170 -0
  2062. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +70 -0
  2063. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/commands/GetAccessKeyInfoCommand.d.ts +52 -0
  2064. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/commands/GetCallerIdentityCommand.d.ts +44 -0
  2065. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +120 -0
  2066. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +86 -0
  2067. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/commands/index.d.ts +8 -0
  2068. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/defaultRoleAssumers.d.ts +19 -0
  2069. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/defaultStsRoleAssumers.d.ts +35 -0
  2070. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/endpoints.d.ts +2 -0
  2071. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/index.d.ts +5 -0
  2072. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/models/index.d.ts +1 -0
  2073. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/models/models_0.d.ts +1211 -0
  2074. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/protocols/Aws_query.d.ts +26 -0
  2075. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.browser.d.ts +39 -0
  2076. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.d.ts +39 -0
  2077. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.native.d.ts +38 -0
  2078. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.shared.d.ts +13 -0
  2079. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STS.d.ts +45 -0
  2080. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STSClient.d.ts +79 -0
  2081. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleCommand.d.ts +17 -0
  2082. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithSAMLCommand.d.ts +17 -0
  2083. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithWebIdentityCommand.d.ts +17 -0
  2084. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/DecodeAuthorizationMessageCommand.d.ts +17 -0
  2085. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetAccessKeyInfoCommand.d.ts +17 -0
  2086. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetCallerIdentityCommand.d.ts +17 -0
  2087. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +17 -0
  2088. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetSessionTokenCommand.d.ts +17 -0
  2089. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/index.d.ts +8 -0
  2090. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/defaultRoleAssumers.d.ts +8 -0
  2091. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/defaultStsRoleAssumers.d.ts +16 -0
  2092. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoints.d.ts +2 -0
  2093. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/index.d.ts +5 -0
  2094. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/index.d.ts +1 -0
  2095. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/models_0.d.ts +367 -0
  2096. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/protocols/Aws_query.d.ts +26 -0
  2097. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.browser.d.ts +37 -0
  2098. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.d.ts +37 -0
  2099. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.native.d.ts +36 -0
  2100. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  2101. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/package.json +96 -0
  2102. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/CHANGELOG.md +2281 -0
  2103. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/LICENSE +201 -0
  2104. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/README.md +10 -0
  2105. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js +12 -0
  2106. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/NodeUseFipsEndpointConfigOptions.js +12 -0
  2107. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/index.js +7 -0
  2108. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/resolveCustomEndpointsConfig.js +16 -0
  2109. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/resolveEndpointsConfig.js +21 -0
  2110. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/utils/getEndpointFromRegion.js +20 -0
  2111. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/utils/normalizeBoolean.js +11 -0
  2112. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/utils/normalizeEndpoint.js +15 -0
  2113. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/index.js +6 -0
  2114. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/regionConfig/config.js +15 -0
  2115. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/regionConfig/getRealRegion.js +10 -0
  2116. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/regionConfig/index.js +5 -0
  2117. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/regionConfig/isFipsRegion.js +5 -0
  2118. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/regionConfig/resolveRegionConfig.js +29 -0
  2119. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/EndpointVariant.js +2 -0
  2120. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/EndpointVariantTag.js +2 -0
  2121. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/PartitionHash.js +2 -0
  2122. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/RegionHash.js +2 -0
  2123. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/getHostnameFromVariants.js +8 -0
  2124. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/getRegionInfo.js +34 -0
  2125. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/getResolvedHostname.js +9 -0
  2126. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/getResolvedPartition.js +5 -0
  2127. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/getResolvedSigningRegion.js +16 -0
  2128. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/index.js +6 -0
  2129. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js +11 -0
  2130. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/NodeUseFipsEndpointConfigOptions.js +11 -0
  2131. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/index.js +4 -0
  2132. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/resolveCustomEndpointsConfig.js +7 -0
  2133. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/resolveEndpointsConfig.js +12 -0
  2134. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/utils/getEndpointFromRegion.js +31 -0
  2135. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/utils/normalizeBoolean.js +7 -0
  2136. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/utils/normalizeEndpoint.js +12 -0
  2137. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/index.js +3 -0
  2138. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/regionConfig/config.js +12 -0
  2139. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/regionConfig/getRealRegion.js +8 -0
  2140. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/regionConfig/index.js +2 -0
  2141. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/regionConfig/isFipsRegion.js +3 -0
  2142. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/regionConfig/resolveRegionConfig.js +44 -0
  2143. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/EndpointVariant.js +1 -0
  2144. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/EndpointVariantTag.js +1 -0
  2145. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/PartitionHash.js +1 -0
  2146. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/RegionHash.js +1 -0
  2147. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/getHostnameFromVariants.js +9 -0
  2148. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/getRegionInfo.js +26 -0
  2149. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/getResolvedHostname.js +8 -0
  2150. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/getResolvedPartition.js +5 -0
  2151. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/getResolvedSigningRegion.js +13 -0
  2152. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/index.js +3 -0
  2153. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +5 -0
  2154. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +5 -0
  2155. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/index.d.ts +4 -0
  2156. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/resolveCustomEndpointsConfig.d.ts +20 -0
  2157. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.d.ts +38 -0
  2158. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/utils/getEndpointFromRegion.d.ts +11 -0
  2159. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/utils/normalizeBoolean.d.ts +2 -0
  2160. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/utils/normalizeEndpoint.d.ts +7 -0
  2161. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/index.d.ts +3 -0
  2162. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/config.d.ts +5 -0
  2163. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/getRealRegion.d.ts +1 -0
  2164. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/index.d.ts +2 -0
  2165. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/isFipsRegion.d.ts +1 -0
  2166. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/resolveRegionConfig.d.ts +25 -0
  2167. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/EndpointVariant.d.ts +8 -0
  2168. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/EndpointVariantTag.d.ts +5 -0
  2169. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/PartitionHash.d.ts +14 -0
  2170. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/RegionHash.d.ts +12 -0
  2171. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getHostnameFromVariants.d.ts +6 -0
  2172. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getRegionInfo.d.ts +11 -0
  2173. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getResolvedHostname.d.ts +5 -0
  2174. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getResolvedPartition.d.ts +5 -0
  2175. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getResolvedSigningRegion.d.ts +6 -0
  2176. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/index.d.ts +3 -0
  2177. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +5 -0
  2178. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +5 -0
  2179. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/index.d.ts +4 -0
  2180. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/resolveCustomEndpointsConfig.d.ts +15 -0
  2181. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/resolveEndpointsConfig.d.ts +25 -0
  2182. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/utils/getEndpointFromRegion.d.ts +11 -0
  2183. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/utils/normalizeBoolean.d.ts +2 -0
  2184. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/utils/normalizeEndpoint.d.ts +7 -0
  2185. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/index.d.ts +3 -0
  2186. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionConfig/config.d.ts +5 -0
  2187. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionConfig/getRealRegion.d.ts +1 -0
  2188. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionConfig/index.d.ts +2 -0
  2189. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionConfig/isFipsRegion.d.ts +1 -0
  2190. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionConfig/resolveRegionConfig.d.ts +17 -0
  2191. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariant.d.ts +6 -0
  2192. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariantTag.d.ts +2 -0
  2193. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/PartitionHash.d.ts +10 -0
  2194. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/RegionHash.d.ts +9 -0
  2195. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/getHostnameFromVariants.d.ts +6 -0
  2196. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/getRegionInfo.d.ts +11 -0
  2197. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/getResolvedHostname.d.ts +5 -0
  2198. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/getResolvedPartition.d.ts +5 -0
  2199. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/getResolvedSigningRegion.d.ts +6 -0
  2200. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/index.d.ts +3 -0
  2201. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/package.json +51 -0
  2202. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-env/CHANGELOG.md +1269 -0
  2203. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-env/LICENSE +201 -0
  2204. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-env/README.md +11 -0
  2205. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +25 -0
  2206. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-env/dist-es/index.js +21 -0
  2207. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-env/dist-types/index.d.ts +11 -0
  2208. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-env/dist-types/ts3.4/index.d.ts +7 -0
  2209. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-env/package.json +55 -0
  2210. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/CHANGELOG.md +1263 -0
  2211. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/LICENSE +201 -0
  2212. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/README.md +11 -0
  2213. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/config/Endpoint.js +8 -0
  2214. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/config/EndpointConfigOptions.js +10 -0
  2215. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/config/EndpointMode.js +8 -0
  2216. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/config/EndpointModeConfigOptions.js +11 -0
  2217. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/fromContainerMetadata.js +70 -0
  2218. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/fromInstanceMetadata.js +93 -0
  2219. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/index.js +6 -0
  2220. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/remoteProvider/ImdsCredentials.js +17 -0
  2221. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/remoteProvider/RemoteProviderInit.js +7 -0
  2222. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/remoteProvider/httpRequest.js +41 -0
  2223. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/remoteProvider/index.js +5 -0
  2224. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/remoteProvider/retry.js +11 -0
  2225. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/utils/getInstanceMetadataEndpoint.js +23 -0
  2226. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-es/config/Endpoint.js +5 -0
  2227. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-es/config/EndpointConfigOptions.js +7 -0
  2228. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-es/config/EndpointMode.js +5 -0
  2229. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-es/config/EndpointModeConfigOptions.js +8 -0
  2230. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-es/fromContainerMetadata.js +82 -0
  2231. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-es/fromInstanceMetadata.js +127 -0
  2232. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-es/index.js +3 -0
  2233. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-es/remoteProvider/ImdsCredentials.js +14 -0
  2234. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-es/remoteProvider/RemoteProviderInit.js +6 -0
  2235. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-es/remoteProvider/httpRequest.js +34 -0
  2236. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-es/remoteProvider/index.js +2 -0
  2237. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-es/remoteProvider/retry.js +7 -0
  2238. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-es/utils/getInstanceMetadataEndpoint.js +44 -0
  2239. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/config/Endpoint.d.ts +4 -0
  2240. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/config/EndpointConfigOptions.d.ts +4 -0
  2241. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/config/EndpointMode.d.ts +4 -0
  2242. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/config/EndpointModeConfigOptions.d.ts +4 -0
  2243. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/fromContainerMetadata.d.ts +10 -0
  2244. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/fromInstanceMetadata.d.ts +7 -0
  2245. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/index.d.ts +3 -0
  2246. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/ImdsCredentials.d.ts +9 -0
  2247. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/RemoteProviderInit.d.ts +14 -0
  2248. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts +6 -0
  2249. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/index.d.ts +2 -0
  2250. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/retry.d.ts +7 -0
  2251. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/config/Endpoint.d.ts +4 -0
  2252. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/config/EndpointConfigOptions.d.ts +4 -0
  2253. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/config/EndpointMode.d.ts +4 -0
  2254. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/config/EndpointModeConfigOptions.d.ts +4 -0
  2255. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/fromContainerMetadata.d.ts +7 -0
  2256. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/fromInstanceMetadata.d.ts +4 -0
  2257. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/index.d.ts +3 -0
  2258. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/remoteProvider/ImdsCredentials.d.ts +9 -0
  2259. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/remoteProvider/RemoteProviderInit.d.ts +10 -0
  2260. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/remoteProvider/httpRequest.d.ts +4 -0
  2261. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/remoteProvider/index.d.ts +2 -0
  2262. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/remoteProvider/retry.d.ts +5 -0
  2263. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/utils/getInstanceMetadataEndpoint.d.ts +3 -0
  2264. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/utils/getInstanceMetadataEndpoint.d.ts +19 -0
  2265. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/package.json +58 -0
  2266. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-ini/CHANGELOG.md +1265 -0
  2267. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-ini/LICENSE +201 -0
  2268. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-ini/README.md +11 -0
  2269. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +105 -0
  2270. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-ini/dist-es/index.js +141 -0
  2271. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-ini/dist-types/index.d.ts +63 -0
  2272. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/index.d.ts +26 -0
  2273. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-ini/package.json +61 -0
  2274. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-node/CHANGELOG.md +1569 -0
  2275. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-node/LICENSE +201 -0
  2276. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-node/README.md +89 -0
  2277. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +42 -0
  2278. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-node/dist-es/index.js +42 -0
  2279. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-node/dist-types/index.d.ts +42 -0
  2280. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/index.d.ts +9 -0
  2281. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-node/package.json +63 -0
  2282. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-process/CHANGELOG.md +1121 -0
  2283. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-process/LICENSE +201 -0
  2284. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-process/README.md +11 -0
  2285. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +70 -0
  2286. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-process/dist-es/index.js +82 -0
  2287. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-process/dist-types/index.d.ts +13 -0
  2288. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/index.d.ts +8 -0
  2289. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-process/package.json +57 -0
  2290. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-sso/CHANGELOG.md +323 -0
  2291. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-sso/LICENSE +201 -0
  2292. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-sso/README.md +11 -0
  2293. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +88 -0
  2294. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-sso/dist-es/index.js +110 -0
  2295. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-sso/dist-types/index.d.ts +54 -0
  2296. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/index.d.ts +32 -0
  2297. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-sso/package.json +58 -0
  2298. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-web-identity/CHANGELOG.md +217 -0
  2299. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-web-identity/LICENSE +201 -0
  2300. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-web-identity/README.md +11 -0
  2301. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +28 -0
  2302. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js +21 -0
  2303. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +5 -0
  2304. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js +25 -0
  2305. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromWebToken.js +19 -0
  2306. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/index.js +2 -0
  2307. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromTokenFile.d.ts +12 -0
  2308. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromWebToken.d.ts +126 -0
  2309. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/index.d.ts +2 -0
  2310. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromTokenFile.d.ts +8 -0
  2311. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromWebToken.d.ts +30 -0
  2312. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/index.d.ts +2 -0
  2313. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-web-identity/package.json +63 -0
  2314. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/CHANGELOG.md +1856 -0
  2315. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/LICENSE +201 -0
  2316. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/README.md +4 -0
  2317. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/dist-cjs/fetch-http-handler.js +78 -0
  2318. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/dist-cjs/index.js +5 -0
  2319. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/dist-cjs/request-timeout.js +15 -0
  2320. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/dist-cjs/stream-collector.js +50 -0
  2321. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/dist-es/fetch-http-handler.js +90 -0
  2322. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/dist-es/index.js +2 -0
  2323. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/dist-es/request-timeout.js +12 -0
  2324. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/dist-es/stream-collector.js +68 -0
  2325. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/dist-types/fetch-http-handler.d.ts +20 -0
  2326. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/dist-types/index.d.ts +2 -0
  2327. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/dist-types/request-timeout.d.ts +1 -0
  2328. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/dist-types/stream-collector.d.ts +2 -0
  2329. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +15 -0
  2330. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/dist-types/ts3.4/index.d.ts +2 -0
  2331. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/dist-types/ts3.4/request-timeout.d.ts +1 -0
  2332. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/dist-types/ts3.4/stream-collector.d.ts +2 -0
  2333. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/package.json +49 -0
  2334. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/hash-node/CHANGELOG.md +1191 -0
  2335. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/hash-node/LICENSE +201 -0
  2336. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/hash-node/README.md +10 -0
  2337. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/hash-node/dist-cjs/index.js +30 -0
  2338. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/hash-node/dist-es/index.js +28 -0
  2339. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/hash-node/dist-types/index.d.ts +7 -0
  2340. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/hash-node/dist-types/ts3.4/index.d.ts +7 -0
  2341. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/hash-node/package.json +51 -0
  2342. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/invalid-dependency/CHANGELOG.md +480 -0
  2343. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/invalid-dependency/LICENSE +201 -0
  2344. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/invalid-dependency/README.md +10 -0
  2345. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/invalid-dependency/dist-cjs/index.js +5 -0
  2346. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/invalid-dependency/dist-cjs/invalidFunction.js +7 -0
  2347. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/invalid-dependency/dist-cjs/invalidProvider.js +5 -0
  2348. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/invalid-dependency/dist-es/index.js +2 -0
  2349. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/invalid-dependency/dist-es/invalidFunction.js +3 -0
  2350. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/invalid-dependency/dist-es/invalidProvider.js +1 -0
  2351. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/invalid-dependency/dist-types/index.d.ts +2 -0
  2352. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/invalid-dependency/dist-types/invalidFunction.d.ts +1 -0
  2353. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/invalid-dependency/dist-types/invalidProvider.d.ts +2 -0
  2354. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/invalid-dependency/dist-types/ts3.4/index.d.ts +2 -0
  2355. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/invalid-dependency/dist-types/ts3.4/invalidFunction.d.ts +1 -0
  2356. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/invalid-dependency/dist-types/ts3.4/invalidProvider.d.ts +2 -0
  2357. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/invalid-dependency/package.json +45 -0
  2358. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/is-array-buffer/CHANGELOG.md +561 -0
  2359. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/is-array-buffer/LICENSE +201 -0
  2360. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/is-array-buffer/README.md +10 -0
  2361. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/is-array-buffer/dist-cjs/index.js +6 -0
  2362. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/is-array-buffer/dist-es/index.js +4 -0
  2363. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/is-array-buffer/dist-types/index.d.ts +1 -0
  2364. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/is-array-buffer/dist-types/ts3.4/index.d.ts +1 -0
  2365. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/is-array-buffer/package.json +48 -0
  2366. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-content-length/CHANGELOG.md +1472 -0
  2367. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-content-length/LICENSE +201 -0
  2368. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-content-length/README.md +4 -0
  2369. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-content-length/dist-cjs/index.js +42 -0
  2370. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-content-length/dist-es/index.js +39 -0
  2371. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-content-length/dist-types/index.d.ts +6 -0
  2372. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-content-length/dist-types/ts3.4/index.d.ts +6 -0
  2373. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-content-length/package.json +49 -0
  2374. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-host-header/CHANGELOG.md +947 -0
  2375. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-host-header/LICENSE +201 -0
  2376. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-host-header/README.md +4 -0
  2377. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js +36 -0
  2378. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-host-header/dist-es/index.js +38 -0
  2379. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-host-header/dist-types/index.d.ts +17 -0
  2380. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-host-header/dist-types/ts3.4/index.d.ts +15 -0
  2381. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-host-header/package.json +49 -0
  2382. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-logger/CHANGELOG.md +355 -0
  2383. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-logger/LICENSE +201 -0
  2384. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-logger/README.md +4 -0
  2385. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +4 -0
  2386. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-logger/dist-cjs/loggerMiddleware.js +34 -0
  2387. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-logger/dist-es/index.js +1 -0
  2388. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-logger/dist-es/loggerMiddleware.js +42 -0
  2389. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-logger/dist-types/index.d.ts +1 -0
  2390. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-logger/dist-types/loggerMiddleware.d.ts +4 -0
  2391. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-logger/dist-types/ts3.4/index.d.ts +1 -0
  2392. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-logger/dist-types/ts3.4/loggerMiddleware.d.ts +4 -0
  2393. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-logger/package.json +51 -0
  2394. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/CHANGELOG.md +1178 -0
  2395. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/LICENSE +201 -0
  2396. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/README.md +4 -0
  2397. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-cjs/AdaptiveRetryStrategy.js +25 -0
  2398. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-cjs/DefaultRateLimiter.js +104 -0
  2399. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-cjs/StandardRetryStrategy.js +89 -0
  2400. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-cjs/config.js +10 -0
  2401. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-cjs/configurations.js +69 -0
  2402. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-cjs/constants.js +12 -0
  2403. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-cjs/defaultRetryQuota.js +32 -0
  2404. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-cjs/delayDecider.js +6 -0
  2405. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-cjs/index.js +13 -0
  2406. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-cjs/omitRetryHeadersMiddleware.js +27 -0
  2407. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-cjs/retryDecider.js +11 -0
  2408. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-cjs/retryMiddleware.js +23 -0
  2409. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-cjs/types.js +2 -0
  2410. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-es/AdaptiveRetryStrategy.js +34 -0
  2411. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-es/DefaultRateLimiter.js +119 -0
  2412. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-es/StandardRetryStrategy.js +130 -0
  2413. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-es/config.js +7 -0
  2414. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-es/configurations.js +77 -0
  2415. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-es/constants.js +9 -0
  2416. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-es/defaultRetryQuota.js +28 -0
  2417. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-es/delayDecider.js +4 -0
  2418. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-es/index.js +10 -0
  2419. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-es/omitRetryHeadersMiddleware.js +30 -0
  2420. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-es/retryDecider.js +7 -0
  2421. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-es/retryMiddleware.js +30 -0
  2422. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-es/types.js +1 -0
  2423. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/AdaptiveRetryStrategy.d.ts +17 -0
  2424. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/DefaultRateLimiter.d.ts +39 -0
  2425. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/StandardRetryStrategy.d.ts +27 -0
  2426. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/config.d.ts +13 -0
  2427. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/configurations.d.ts +37 -0
  2428. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/constants.d.ts +41 -0
  2429. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/defaultRetryQuota.d.ts +18 -0
  2430. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/delayDecider.d.ts +4 -0
  2431. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/index.d.ts +10 -0
  2432. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/omitRetryHeadersMiddleware.d.ts +4 -0
  2433. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/retryDecider.d.ts +2 -0
  2434. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/retryMiddleware.d.ts +5 -0
  2435. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +15 -0
  2436. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/DefaultRateLimiter.d.ts +39 -0
  2437. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +25 -0
  2438. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/config.d.ts +8 -0
  2439. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/configurations.d.ts +26 -0
  2440. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/constants.d.ts +18 -0
  2441. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/defaultRetryQuota.d.ts +10 -0
  2442. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/delayDecider.d.ts +2 -0
  2443. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/index.d.ts +10 -0
  2444. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/omitRetryHeadersMiddleware.d.ts +4 -0
  2445. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/retryDecider.d.ts +2 -0
  2446. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/retryMiddleware.d.ts +5 -0
  2447. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/types.d.ts +24 -0
  2448. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/types.d.ts +53 -0
  2449. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/package.json +52 -0
  2450. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-sdk-sts/CHANGELOG.md +202 -0
  2451. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-sdk-sts/LICENSE +201 -0
  2452. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-sdk-sts/README.md +4 -0
  2453. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-sdk-sts/dist-cjs/index.js +9 -0
  2454. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-sdk-sts/dist-es/index.js +6 -0
  2455. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-sdk-sts/dist-types/index.d.ts +34 -0
  2456. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-sdk-sts/dist-types/ts3.4/index.d.ts +25 -0
  2457. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-sdk-sts/package.json +52 -0
  2458. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/CHANGELOG.md +896 -0
  2459. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/LICENSE +201 -0
  2460. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/README.md +4 -0
  2461. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/dist-cjs/deserializerMiddleware.js +12 -0
  2462. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/dist-cjs/index.js +6 -0
  2463. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/dist-cjs/serdePlugin.js +26 -0
  2464. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/dist-cjs/serializerMiddleware.js +11 -0
  2465. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/dist-es/deserializerMiddleware.js +22 -0
  2466. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/dist-es/index.js +3 -0
  2467. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/dist-es/serdePlugin.js +22 -0
  2468. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/dist-es/serializerMiddleware.js +16 -0
  2469. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/dist-types/deserializerMiddleware.d.ts +2 -0
  2470. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/dist-types/index.d.ts +3 -0
  2471. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/dist-types/serdePlugin.d.ts +4 -0
  2472. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/dist-types/serializerMiddleware.d.ts +2 -0
  2473. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/dist-types/ts3.4/deserializerMiddleware.d.ts +2 -0
  2474. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/dist-types/ts3.4/index.d.ts +3 -0
  2475. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/dist-types/ts3.4/serdePlugin.d.ts +4 -0
  2476. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/dist-types/ts3.4/serializerMiddleware.d.ts +2 -0
  2477. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/package.json +48 -0
  2478. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/CHANGELOG.md +1840 -0
  2479. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/LICENSE +201 -0
  2480. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/README.md +4 -0
  2481. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-cjs/configurations.js +90 -0
  2482. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-cjs/index.js +5 -0
  2483. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-cjs/middleware.js +45 -0
  2484. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-cjs/utils/getSkewCorrectedDate.js +5 -0
  2485. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-cjs/utils/getUpdatedSystemClockOffset.js +12 -0
  2486. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-cjs/utils/isClockSkewed.js +6 -0
  2487. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-es/configurations.js +87 -0
  2488. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-es/index.js +2 -0
  2489. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-es/middleware.js +59 -0
  2490. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-es/utils/getSkewCorrectedDate.js +1 -0
  2491. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-es/utils/getUpdatedSystemClockOffset.js +8 -0
  2492. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-es/utils/isClockSkewed.js +4 -0
  2493. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-types/configurations.d.ts +88 -0
  2494. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-types/index.d.ts +2 -0
  2495. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-types/middleware.d.ts +6 -0
  2496. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/configurations.d.ts +57 -0
  2497. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/index.d.ts +2 -0
  2498. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/middleware.d.ts +6 -0
  2499. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/utils/getSkewCorrectedDate.d.ts +2 -0
  2500. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/utils/getUpdatedSystemClockOffset.d.ts +2 -0
  2501. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/utils/isClockSkewed.d.ts +2 -0
  2502. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-types/utils/getSkewCorrectedDate.d.ts +6 -0
  2503. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-types/utils/getUpdatedSystemClockOffset.d.ts +8 -0
  2504. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-types/utils/isClockSkewed.d.ts +7 -0
  2505. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/package.json +51 -0
  2506. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-stack/CHANGELOG.md +1330 -0
  2507. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-stack/LICENSE +201 -0
  2508. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-stack/README.md +78 -0
  2509. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-stack/dist-cjs/MiddlewareStack.js +215 -0
  2510. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-stack/dist-cjs/index.js +4 -0
  2511. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-stack/dist-cjs/types.js +2 -0
  2512. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-stack/dist-es/MiddlewareStack.js +212 -0
  2513. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-stack/dist-es/index.js +1 -0
  2514. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-stack/dist-es/types.js +1 -0
  2515. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-stack/dist-types/MiddlewareStack.d.ts +2 -0
  2516. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-stack/dist-types/index.d.ts +1 -0
  2517. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-stack/dist-types/ts3.4/MiddlewareStack.d.ts +2 -0
  2518. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-stack/dist-types/ts3.4/index.d.ts +1 -0
  2519. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-stack/dist-types/ts3.4/types.d.ts +24 -0
  2520. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-stack/dist-types/types.d.ts +24 -0
  2521. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-stack/package.json +50 -0
  2522. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/CHANGELOG.md +1116 -0
  2523. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/LICENSE +201 -0
  2524. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/README.md +4 -0
  2525. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/configurations.js +10 -0
  2526. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/constants.js +7 -0
  2527. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +5 -0
  2528. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/user-agent-middleware.js +61 -0
  2529. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/dist-es/configurations.js +4 -0
  2530. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/dist-es/constants.js +4 -0
  2531. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/dist-es/index.js +2 -0
  2532. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/dist-es/user-agent-middleware.js +64 -0
  2533. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/dist-types/configurations.d.ts +28 -0
  2534. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/dist-types/constants.d.ts +4 -0
  2535. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/dist-types/index.d.ts +2 -0
  2536. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/configurations.d.ts +19 -0
  2537. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/constants.d.ts +4 -0
  2538. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/index.d.ts +2 -0
  2539. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/user-agent-middleware.d.ts +6 -0
  2540. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/dist-types/user-agent-middleware.d.ts +17 -0
  2541. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/package.json +50 -0
  2542. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/CHANGELOG.md +399 -0
  2543. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/LICENSE +201 -0
  2544. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/README.md +4 -0
  2545. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-cjs/configLoader.js +9 -0
  2546. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-cjs/fromEnv.js +17 -0
  2547. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-cjs/fromSharedConfigFiles.js +28 -0
  2548. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-cjs/fromStatic.js +7 -0
  2549. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-cjs/index.js +4 -0
  2550. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-es/configLoader.js +9 -0
  2551. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-es/fromEnv.js +20 -0
  2552. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-es/fromSharedConfigFiles.js +37 -0
  2553. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-es/fromStatic.js +8 -0
  2554. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-es/index.js +1 -0
  2555. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-types/configLoader.d.ts +22 -0
  2556. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-types/fromEnv.d.ts +8 -0
  2557. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-types/fromSharedConfigFiles.d.ts +27 -0
  2558. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-types/fromStatic.d.ts +3 -0
  2559. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-types/index.d.ts +1 -0
  2560. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-types/ts3.4/configLoader.d.ts +14 -0
  2561. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-types/ts3.4/fromEnv.d.ts +5 -0
  2562. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-types/ts3.4/fromSharedConfigFiles.d.ts +14 -0
  2563. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-types/ts3.4/fromStatic.d.ts +3 -0
  2564. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-types/ts3.4/index.d.ts +1 -0
  2565. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/package.json +53 -0
  2566. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/CHANGELOG.md +1614 -0
  2567. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/LICENSE +201 -0
  2568. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/README.md +4 -0
  2569. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-cjs/constants.js +4 -0
  2570. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-cjs/get-transformed-headers.js +12 -0
  2571. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-cjs/index.js +6 -0
  2572. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-cjs/node-http-handler.js +76 -0
  2573. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-cjs/node-http2-handler.js +131 -0
  2574. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-cjs/readable.mock.js +23 -0
  2575. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-cjs/server.mock.js +60 -0
  2576. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-cjs/set-connection-timeout.js +22 -0
  2577. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-cjs/set-socket-timeout.js +10 -0
  2578. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-cjs/stream-collector/collector.js +15 -0
  2579. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-cjs/stream-collector/index.js +18 -0
  2580. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-cjs/stream-collector/readable.mock.js +23 -0
  2581. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-cjs/write-request-body.js +27 -0
  2582. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-es/constants.js +1 -0
  2583. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-es/get-transformed-headers.js +21 -0
  2584. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-es/index.js +3 -0
  2585. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-es/node-http-handler.js +77 -0
  2586. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-es/node-http2-handler.js +143 -0
  2587. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-es/readable.mock.js +24 -0
  2588. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-es/server.mock.js +63 -0
  2589. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-es/set-connection-timeout.js +19 -0
  2590. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-es/set-socket-timeout.js +7 -0
  2591. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-es/stream-collector/collector.js +16 -0
  2592. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-es/stream-collector/index.js +16 -0
  2593. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-es/stream-collector/readable.mock.js +24 -0
  2594. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-es/write-request-body.js +23 -0
  2595. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/constants.d.ts +4 -0
  2596. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/get-transformed-headers.d.ts +4 -0
  2597. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/index.d.ts +3 -0
  2598. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/node-http-handler.d.ts +36 -0
  2599. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/node-http2-handler.d.ts +58 -0
  2600. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/readable.mock.d.ts +13 -0
  2601. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/server.mock.d.ts +10 -0
  2602. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/set-connection-timeout.d.ts +2 -0
  2603. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/set-socket-timeout.d.ts +2 -0
  2604. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/stream-collector/collector.d.ts +6 -0
  2605. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/stream-collector/index.d.ts +2 -0
  2606. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +13 -0
  2607. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/constants.d.ts +2 -0
  2608. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/get-transformed-headers.d.ts +4 -0
  2609. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/index.d.ts +3 -0
  2610. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +28 -0
  2611. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +31 -0
  2612. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/readable.mock.d.ts +13 -0
  2613. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/server.mock.d.ts +10 -0
  2614. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/set-connection-timeout.d.ts +2 -0
  2615. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/set-socket-timeout.d.ts +2 -0
  2616. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/stream-collector/collector.d.ts +6 -0
  2617. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/stream-collector/index.d.ts +2 -0
  2618. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/stream-collector/readable.mock.d.ts +13 -0
  2619. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +5 -0
  2620. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/write-request-body.d.ts +5 -0
  2621. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/package.json +60 -0
  2622. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/CHANGELOG.md +1156 -0
  2623. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/LICENSE +201 -0
  2624. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/README.md +10 -0
  2625. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-cjs/ProviderError.js +36 -0
  2626. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-cjs/chain.js +19 -0
  2627. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-cjs/fromStatic.js +5 -0
  2628. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-cjs/index.js +7 -0
  2629. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-cjs/memoize.js +48 -0
  2630. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-es/ProviderError.js +44 -0
  2631. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-es/chain.js +34 -0
  2632. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-es/fromStatic.js +5 -0
  2633. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-es/index.js +4 -0
  2634. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-es/memoize.js +70 -0
  2635. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-types/ProviderError.d.ts +31 -0
  2636. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-types/chain.d.ts +11 -0
  2637. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-types/fromStatic.d.ts +2 -0
  2638. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-types/index.d.ts +4 -0
  2639. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-types/memoize.d.ts +37 -0
  2640. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-types/ts3.4/ProviderError.d.ts +13 -0
  2641. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-types/ts3.4/chain.d.ts +3 -0
  2642. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-types/ts3.4/fromStatic.d.ts +2 -0
  2643. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-types/ts3.4/index.d.ts +4 -0
  2644. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-types/ts3.4/memoize.d.ts +9 -0
  2645. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/package.json +48 -0
  2646. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/CHANGELOG.md +1178 -0
  2647. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/LICENSE +201 -0
  2648. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/README.md +4 -0
  2649. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-cjs/httpHandler.js +2 -0
  2650. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-cjs/httpRequest.js +49 -0
  2651. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-cjs/httpResponse.js +17 -0
  2652. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-cjs/index.js +7 -0
  2653. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-cjs/isValidHostname.js +8 -0
  2654. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-es/httpHandler.js +1 -0
  2655. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-es/httpRequest.js +43 -0
  2656. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-es/httpResponse.js +15 -0
  2657. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-es/index.js +4 -0
  2658. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-es/isValidHostname.js +4 -0
  2659. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-types/httpHandler.d.ts +4 -0
  2660. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-types/httpRequest.d.ts +20 -0
  2661. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-types/httpResponse.d.ts +14 -0
  2662. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-types/index.d.ts +4 -0
  2663. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-types/isValidHostname.d.ts +1 -0
  2664. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/httpHandler.d.ts +4 -0
  2665. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/httpRequest.d.ts +20 -0
  2666. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/httpResponse.d.ts +14 -0
  2667. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/index.d.ts +4 -0
  2668. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/isValidHostname.d.ts +1 -0
  2669. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/package.json +49 -0
  2670. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/querystring-builder/CHANGELOG.md +1138 -0
  2671. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/querystring-builder/LICENSE +201 -0
  2672. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/querystring-builder/README.md +10 -0
  2673. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/querystring-builder/dist-cjs/index.js +25 -0
  2674. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/querystring-builder/dist-es/index.js +33 -0
  2675. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/querystring-builder/dist-types/index.d.ts +2 -0
  2676. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/querystring-builder/dist-types/ts3.4/index.d.ts +2 -0
  2677. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/querystring-builder/package.json +49 -0
  2678. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/querystring-parser/CHANGELOG.md +1101 -0
  2679. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/querystring-parser/LICENSE +201 -0
  2680. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/querystring-parser/README.md +10 -0
  2681. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/querystring-parser/dist-cjs/index.js +27 -0
  2682. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/querystring-parser/dist-es/index.js +35 -0
  2683. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/querystring-parser/dist-types/index.d.ts +2 -0
  2684. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/querystring-parser/dist-types/ts3.4/index.d.ts +2 -0
  2685. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/querystring-parser/package.json +48 -0
  2686. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/service-error-classification/CHANGELOG.md +667 -0
  2687. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/service-error-classification/LICENSE +201 -0
  2688. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/service-error-classification/README.md +4 -0
  2689. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/service-error-classification/dist-cjs/constants.js +29 -0
  2690. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/service-error-classification/dist-cjs/index.js +21 -0
  2691. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/service-error-classification/dist-es/constants.js +26 -0
  2692. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/service-error-classification/dist-es/index.js +14 -0
  2693. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/service-error-classification/dist-types/constants.d.ts +22 -0
  2694. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/service-error-classification/dist-types/index.d.ts +5 -0
  2695. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/service-error-classification/dist-types/ts3.4/constants.d.ts +8 -0
  2696. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/service-error-classification/dist-types/ts3.4/index.d.ts +5 -0
  2697. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/service-error-classification/package.json +45 -0
  2698. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/shared-ini-file-loader/CHANGELOG.md +704 -0
  2699. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/shared-ini-file-loader/LICENSE +201 -0
  2700. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/shared-ini-file-loader/README.md +102 -0
  2701. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/shared-ini-file-loader/dist-cjs/index.js +84 -0
  2702. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/shared-ini-file-loader/dist-es/index.js +105 -0
  2703. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/index.d.ts +33 -0
  2704. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/index.d.ts +21 -0
  2705. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/shared-ini-file-loader/package.json +48 -0
  2706. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/CHANGELOG.md +2827 -0
  2707. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/LICENSE +201 -0
  2708. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/README.md +4 -0
  2709. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-cjs/SignatureV4.js +150 -0
  2710. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-cjs/cloneRequest.js +17 -0
  2711. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-cjs/constants.js +46 -0
  2712. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-cjs/credentialDerivation.js +38 -0
  2713. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-cjs/getCanonicalHeaders.js +21 -0
  2714. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-cjs/getCanonicalQuery.js +31 -0
  2715. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-cjs/getPayloadHash.js +23 -0
  2716. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-cjs/headerUtil.js +32 -0
  2717. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-cjs/index.js +19 -0
  2718. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-cjs/moveHeadersToQuery.js +21 -0
  2719. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-cjs/normalizeProvider.js +23 -0
  2720. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-cjs/prepareRequest.js +15 -0
  2721. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-cjs/suite.fixture.js +402 -0
  2722. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-cjs/utilDate.js +20 -0
  2723. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-es/SignatureV4.js +269 -0
  2724. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-es/cloneRequest.js +12 -0
  2725. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-es/constants.js +43 -0
  2726. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-es/credentialDerivation.js +66 -0
  2727. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-es/getCanonicalHeaders.js +30 -0
  2728. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-es/getCanonicalQuery.js +43 -0
  2729. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-es/getPayloadHash.js +41 -0
  2730. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-es/headerUtil.js +60 -0
  2731. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-es/index.js +8 -0
  2732. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-es/moveHeadersToQuery.js +26 -0
  2733. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-es/normalizeProvider.js +18 -0
  2734. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-es/prepareRequest.js +23 -0
  2735. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-es/suite.fixture.js +399 -0
  2736. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-es/utilDate.js +17 -0
  2737. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/SignatureV4.d.ts +63 -0
  2738. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/cloneRequest.d.ts +6 -0
  2739. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/constants.d.ts +43 -0
  2740. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/credentialDerivation.d.ts +26 -0
  2741. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/getCanonicalHeaders.d.ts +5 -0
  2742. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/getCanonicalQuery.d.ts +5 -0
  2743. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/getPayloadHash.d.ts +5 -0
  2744. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/headerUtil.d.ts +4 -0
  2745. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/index.d.ts +8 -0
  2746. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/moveHeadersToQuery.d.ts +9 -0
  2747. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/normalizeProvider.d.ts +9 -0
  2748. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/prepareRequest.d.ts +5 -0
  2749. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/suite.fixture.d.ts +14 -0
  2750. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/SignatureV4.d.ts +39 -0
  2751. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/cloneRequest.d.ts +4 -0
  2752. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/constants.d.ts +43 -0
  2753. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/credentialDerivation.d.ts +7 -0
  2754. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/getCanonicalHeaders.d.ts +3 -0
  2755. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/getCanonicalQuery.d.ts +3 -0
  2756. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/getPayloadHash.d.ts +3 -0
  2757. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/headerUtil.d.ts +4 -0
  2758. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/index.d.ts +8 -0
  2759. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/moveHeadersToQuery.d.ts +7 -0
  2760. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/normalizeProvider.d.ts +5 -0
  2761. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/prepareRequest.d.ts +3 -0
  2762. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/suite.fixture.d.ts +14 -0
  2763. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/utilDate.d.ts +2 -0
  2764. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/utilDate.d.ts +2 -0
  2765. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/package.json +56 -0
  2766. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/CHANGELOG.md +1387 -0
  2767. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/LICENSE +201 -0
  2768. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/README.md +10 -0
  2769. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-cjs/client.js +28 -0
  2770. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-cjs/command.js +10 -0
  2771. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-cjs/constants.js +4 -0
  2772. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-cjs/date-utils.js +156 -0
  2773. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-cjs/emitWarningIfUnsupportedVersion.js +15 -0
  2774. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-cjs/extended-encode-uri-component.js +9 -0
  2775. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-cjs/get-array-if-single-item.js +5 -0
  2776. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-cjs/get-value-from-text-node.js +16 -0
  2777. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-cjs/index.js +15 -0
  2778. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-cjs/lazy-json.js +38 -0
  2779. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-cjs/parse-utils.js +206 -0
  2780. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-cjs/ser-utils.js +17 -0
  2781. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-cjs/split-every.js +31 -0
  2782. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-es/client.js +26 -0
  2783. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-es/command.js +8 -0
  2784. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-es/constants.js +1 -0
  2785. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-es/date-utils.js +150 -0
  2786. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-es/emitWarningIfUnsupportedVersion.js +11 -0
  2787. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-es/extended-encode-uri-component.js +5 -0
  2788. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-es/get-array-if-single-item.js +3 -0
  2789. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-es/get-value-from-text-node.js +12 -0
  2790. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-es/index.js +12 -0
  2791. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-es/lazy-json.js +40 -0
  2792. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-es/parse-utils.js +190 -0
  2793. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-es/ser-utils.js +13 -0
  2794. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-es/split-every.js +27 -0
  2795. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/client.d.ts +20 -0
  2796. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/command.d.ts +6 -0
  2797. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/constants.d.ts +1 -0
  2798. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/date-utils.d.ts +49 -0
  2799. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/emitWarningIfUnsupportedVersion.d.ts +6 -0
  2800. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/extended-encode-uri-component.d.ts +5 -0
  2801. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/get-array-if-single-item.d.ts +5 -0
  2802. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/get-value-from-text-node.d.ts +5 -0
  2803. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts +13 -0
  2804. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/lazy-json.d.ts +19 -0
  2805. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/parse-utils.d.ts +203 -0
  2806. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/ser-utils.d.ts +7 -0
  2807. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/split-every.d.ts +9 -0
  2808. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/client.d.ts +16 -0
  2809. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/command.d.ts +6 -0
  2810. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/constants.d.ts +1 -0
  2811. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/date-utils.d.ts +8 -0
  2812. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/emitWarningIfUnsupportedVersion.d.ts +2 -0
  2813. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/extended-encode-uri-component.d.ts +2 -0
  2814. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/get-array-if-single-item.d.ts +2 -0
  2815. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/get-value-from-text-node.d.ts +2 -0
  2816. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/index.d.ts +13 -0
  2817. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/lazy-json.d.ts +12 -0
  2818. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/parse-utils.d.ts +53 -0
  2819. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/ser-utils.d.ts +2 -0
  2820. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/split-every.d.ts +2 -0
  2821. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/package.json +49 -0
  2822. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/CHANGELOG.md +1712 -0
  2823. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/LICENSE +201 -0
  2824. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/README.md +4 -0
  2825. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/abort.js +2 -0
  2826. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/client.js +2 -0
  2827. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/command.js +2 -0
  2828. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/credentials.js +2 -0
  2829. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/crypto.js +2 -0
  2830. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/eventStream.js +2 -0
  2831. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/http.js +2 -0
  2832. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/index.js +20 -0
  2833. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/logger.js +2 -0
  2834. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/middleware.js +2 -0
  2835. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/pagination.js +2 -0
  2836. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/response.js +2 -0
  2837. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/serde.js +2 -0
  2838. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/shapes.js +2 -0
  2839. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/signature.js +2 -0
  2840. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/transfer.js +2 -0
  2841. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/util.js +2 -0
  2842. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/waiter.js +2 -0
  2843. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/abort.js +1 -0
  2844. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/client.js +1 -0
  2845. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/command.js +1 -0
  2846. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/credentials.js +1 -0
  2847. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/crypto.js +1 -0
  2848. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/eventStream.js +1 -0
  2849. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/http.js +1 -0
  2850. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/index.js +17 -0
  2851. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/logger.js +1 -0
  2852. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/middleware.js +1 -0
  2853. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/pagination.js +1 -0
  2854. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/response.js +1 -0
  2855. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/serde.js +1 -0
  2856. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/shapes.js +1 -0
  2857. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/signature.js +1 -0
  2858. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/transfer.js +1 -0
  2859. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/util.js +1 -0
  2860. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/waiter.js +1 -0
  2861. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/abort.d.ts +42 -0
  2862. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/client.d.ts +23 -0
  2863. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/command.d.ts +7 -0
  2864. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +24 -0
  2865. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/crypto.d.ts +45 -0
  2866. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/eventStream.d.ts +84 -0
  2867. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/http.d.ts +92 -0
  2868. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/index.d.ts +17 -0
  2869. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/logger.d.ts +26 -0
  2870. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +338 -0
  2871. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/pagination.d.ts +14 -0
  2872. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/response.d.ts +34 -0
  2873. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/serde.d.ts +49 -0
  2874. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/shapes.d.ts +45 -0
  2875. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/signature.d.ts +100 -0
  2876. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/transfer.d.ts +16 -0
  2877. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/abort.d.ts +17 -0
  2878. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/client.d.ts +17 -0
  2879. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/command.d.ts +7 -0
  2880. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/credentials.d.ts +13 -0
  2881. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/crypto.d.ts +20 -0
  2882. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/eventStream.d.ts +78 -0
  2883. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/http.d.ts +44 -0
  2884. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +17 -0
  2885. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/logger.d.ts +14 -0
  2886. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/middleware.d.ts +155 -0
  2887. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/pagination.d.ts +9 -0
  2888. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/response.d.ts +18 -0
  2889. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/serde.d.ts +29 -0
  2890. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/shapes.d.ts +22 -0
  2891. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/signature.d.ts +47 -0
  2892. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/transfer.d.ts +12 -0
  2893. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/util.d.ts +56 -0
  2894. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/waiter.d.ts +15 -0
  2895. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/util.d.ts +112 -0
  2896. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/waiter.d.ts +32 -0
  2897. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/package.json +43 -0
  2898. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/url-parser/CHANGELOG.md +201 -0
  2899. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/url-parser/LICENSE +201 -0
  2900. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/url-parser/README.md +10 -0
  2901. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/url-parser/dist-cjs/index.js +19 -0
  2902. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/url-parser/dist-es/index.js +15 -0
  2903. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/url-parser/dist-types/index.d.ts +2 -0
  2904. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/url-parser/dist-types/ts3.4/index.d.ts +2 -0
  2905. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/url-parser/package.json +46 -0
  2906. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-base64-browser/CHANGELOG.md +561 -0
  2907. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-base64-browser/LICENSE +201 -0
  2908. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-base64-browser/README.md +4 -0
  2909. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-base64-browser/dist-cjs/index.js +86 -0
  2910. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-base64-browser/dist-es/index.js +81 -0
  2911. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-base64-browser/dist-types/index.d.ts +16 -0
  2912. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-base64-browser/dist-types/ts3.4/index.d.ts +4 -0
  2913. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-base64-browser/package.json +46 -0
  2914. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-base64-node/CHANGELOG.md +672 -0
  2915. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-base64-node/LICENSE +201 -0
  2916. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-base64-node/README.md +4 -0
  2917. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-base64-node/dist-cjs/index.js +20 -0
  2918. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-base64-node/dist-es/index.js +15 -0
  2919. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-base64-node/dist-types/index.d.ts +14 -0
  2920. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-base64-node/dist-types/ts3.4/index.d.ts +4 -0
  2921. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-base64-node/package.json +50 -0
  2922. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-body-length-browser/CHANGELOG.md +574 -0
  2923. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-body-length-browser/LICENSE +201 -0
  2924. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-body-length-browser/README.md +12 -0
  2925. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-body-length-browser/dist-cjs/index.js +23 -0
  2926. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-body-length-browser/dist-es/index.js +19 -0
  2927. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-body-length-browser/dist-types/index.d.ts +1 -0
  2928. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-body-length-browser/dist-types/ts3.4/index.d.ts +1 -0
  2929. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-body-length-browser/package.json +45 -0
  2930. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-body-length-node/CHANGELOG.md +611 -0
  2931. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-body-length-node/LICENSE +201 -0
  2932. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-body-length-node/README.md +12 -0
  2933. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-body-length-node/dist-cjs/index.js +22 -0
  2934. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-body-length-node/dist-es/index.js +18 -0
  2935. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-body-length-node/dist-types/index.d.ts +1 -0
  2936. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-body-length-node/dist-types/ts3.4/index.d.ts +1 -0
  2937. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-body-length-node/package.json +49 -0
  2938. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-buffer-from/CHANGELOG.md +617 -0
  2939. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-buffer-from/LICENSE +201 -0
  2940. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-buffer-from/README.md +10 -0
  2941. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-buffer-from/dist-cjs/index.js +19 -0
  2942. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-buffer-from/dist-es/index.js +16 -0
  2943. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-buffer-from/dist-types/index.d.ts +4 -0
  2944. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-buffer-from/dist-types/ts3.4/index.d.ts +4 -0
  2945. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-buffer-from/package.json +49 -0
  2946. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-config-provider/CHANGELOG.md +11 -0
  2947. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-config-provider/LICENSE +201 -0
  2948. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-config-provider/README.md +4 -0
  2949. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-config-provider/dist-cjs/booleanSelector.js +18 -0
  2950. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-config-provider/dist-cjs/index.js +4 -0
  2951. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-config-provider/dist-es/booleanSelector.js +14 -0
  2952. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-config-provider/dist-es/index.js +1 -0
  2953. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-config-provider/dist-types/booleanSelector.d.ts +15 -0
  2954. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-config-provider/dist-types/index.d.ts +1 -0
  2955. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-config-provider/dist-types/ts3.4/booleanSelector.d.ts +8 -0
  2956. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-config-provider/dist-types/ts3.4/index.d.ts +1 -0
  2957. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-config-provider/package.json +50 -0
  2958. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-hex-encoding/CHANGELOG.md +558 -0
  2959. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-hex-encoding/LICENSE +201 -0
  2960. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-hex-encoding/README.md +4 -0
  2961. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-hex-encoding/dist-cjs/index.js +38 -0
  2962. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-hex-encoding/dist-es/index.js +33 -0
  2963. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-hex-encoding/dist-types/index.d.ts +12 -0
  2964. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-hex-encoding/dist-types/ts3.4/index.d.ts +4 -0
  2965. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-hex-encoding/package.json +48 -0
  2966. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-uri-escape/CHANGELOG.md +666 -0
  2967. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-uri-escape/LICENSE +201 -0
  2968. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-uri-escape/README.md +10 -0
  2969. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-uri-escape/dist-cjs/escape-uri-path.js +6 -0
  2970. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-uri-escape/dist-cjs/escape-uri.js +6 -0
  2971. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-uri-escape/dist-cjs/index.js +5 -0
  2972. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-uri-escape/dist-es/escape-uri-path.js +2 -0
  2973. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-uri-escape/dist-es/escape-uri.js +4 -0
  2974. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-uri-escape/dist-es/index.js +2 -0
  2975. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-uri-escape/dist-types/escape-uri-path.d.ts +1 -0
  2976. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-uri-escape/dist-types/escape-uri.d.ts +1 -0
  2977. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-uri-escape/dist-types/index.d.ts +2 -0
  2978. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-uri-escape/dist-types/ts3.4/escape-uri-path.d.ts +1 -0
  2979. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-uri-escape/dist-types/ts3.4/escape-uri.d.ts +1 -0
  2980. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-uri-escape/dist-types/ts3.4/index.d.ts +2 -0
  2981. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-uri-escape/package.json +47 -0
  2982. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-browser/CHANGELOG.md +1672 -0
  2983. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-browser/LICENSE +201 -0
  2984. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-browser/README.md +10 -0
  2985. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/configurations.js +2 -0
  2986. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.js +22 -0
  2987. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.native.js +16 -0
  2988. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-browser/dist-es/configurations.js +1 -0
  2989. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.js +24 -0
  2990. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.native.js +19 -0
  2991. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-browser/dist-types/configurations.d.ts +4 -0
  2992. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.d.ts +7 -0
  2993. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.native.d.ts +7 -0
  2994. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/configurations.d.ts +4 -0
  2995. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.d.ts +4 -0
  2996. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.native.d.ts +4 -0
  2997. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-browser/package.json +48 -0
  2998. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-node/CHANGELOG.md +1759 -0
  2999. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-node/LICENSE +201 -0
  3000. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-node/README.md +10 -0
  3001. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +41 -0
  3002. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/is-crt-available.js +15 -0
  3003. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-node/dist-es/index.js +47 -0
  3004. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-node/dist-es/is-crt-available.js +11 -0
  3005. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-node/dist-types/index.d.ts +12 -0
  3006. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-node/dist-types/is-crt-available.d.ts +2 -0
  3007. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/index.d.ts +10 -0
  3008. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/is-crt-available.d.ts +2 -0
  3009. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-node/package.json +51 -0
  3010. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-browser/CHANGELOG.md +561 -0
  3011. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-browser/LICENSE +201 -0
  3012. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-browser/README.md +4 -0
  3013. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-browser/dist-cjs/index.js +9 -0
  3014. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-browser/dist-cjs/pureJs.js +47 -0
  3015. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-browser/dist-cjs/whatwgEncodingApi.js +11 -0
  3016. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-browser/dist-es/index.js +8 -0
  3017. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-browser/dist-es/pureJs.js +42 -0
  3018. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-browser/dist-es/whatwgEncodingApi.js +6 -0
  3019. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-browser/dist-types/index.d.ts +2 -0
  3020. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-browser/dist-types/pureJs.d.ts +17 -0
  3021. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-browser/dist-types/ts3.4/index.d.ts +2 -0
  3022. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-browser/dist-types/ts3.4/pureJs.d.ts +4 -0
  3023. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-browser/dist-types/ts3.4/whatwgEncodingApi.d.ts +2 -0
  3024. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-browser/dist-types/whatwgEncodingApi.d.ts +2 -0
  3025. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-browser/package.json +45 -0
  3026. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-node/CHANGELOG.md +669 -0
  3027. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-node/LICENSE +201 -0
  3028. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-node/README.md +4 -0
  3029. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-node/dist-cjs/index.js +11 -0
  3030. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-node/dist-es/index.js +8 -0
  3031. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-node/dist-types/index.d.ts +2 -0
  3032. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-node/dist-types/ts3.4/index.d.ts +2 -0
  3033. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-node/package.json +53 -0
  3034. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/CHANGELOG.md +260 -0
  3035. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/LICENSE +201 -0
  3036. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/README.md +10 -0
  3037. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-cjs/createWaiter.js +27 -0
  3038. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-cjs/index.js +5 -0
  3039. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-cjs/poller.js +38 -0
  3040. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-cjs/utils/index.js +5 -0
  3041. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-cjs/utils/sleep.js +7 -0
  3042. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-cjs/utils/validate.js +21 -0
  3043. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-cjs/waiter.js +38 -0
  3044. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-es/createWaiter.js +26 -0
  3045. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-es/index.js +2 -0
  3046. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-es/poller.js +52 -0
  3047. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-es/utils/index.js +2 -0
  3048. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-es/utils/sleep.js +3 -0
  3049. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-es/utils/validate.js +17 -0
  3050. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-es/waiter.js +29 -0
  3051. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-types/createWaiter.d.ts +11 -0
  3052. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-types/index.d.ts +2 -0
  3053. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-types/poller.d.ts +10 -0
  3054. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-types/ts3.4/createWaiter.d.ts +3 -0
  3055. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-types/ts3.4/index.d.ts +2 -0
  3056. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-types/ts3.4/poller.d.ts +3 -0
  3057. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-types/ts3.4/utils/index.d.ts +2 -0
  3058. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-types/ts3.4/utils/sleep.d.ts +1 -0
  3059. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-types/ts3.4/utils/validate.d.ts +3 -0
  3060. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-types/ts3.4/waiter.d.ts +24 -0
  3061. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-types/utils/index.d.ts +2 -0
  3062. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-types/utils/sleep.d.ts +1 -0
  3063. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-types/utils/validate.d.ts +6 -0
  3064. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-types/waiter.d.ts +33 -0
  3065. package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/package.json +50 -0
  3066. package/node_modules/@serverless-stack/node/node_modules/uuid/CHANGELOG.md +229 -0
  3067. package/node_modules/@serverless-stack/node/node_modules/uuid/CONTRIBUTING.md +18 -0
  3068. package/node_modules/@serverless-stack/node/node_modules/uuid/LICENSE.md +9 -0
  3069. package/node_modules/@serverless-stack/node/node_modules/uuid/README.md +505 -0
  3070. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/bin/uuid +2 -0
  3071. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-browser/index.js +9 -0
  3072. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-browser/md5.js +215 -0
  3073. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-browser/nil.js +1 -0
  3074. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-browser/parse.js +35 -0
  3075. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-browser/regex.js +1 -0
  3076. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-browser/rng.js +19 -0
  3077. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-browser/sha1.js +96 -0
  3078. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-browser/stringify.js +30 -0
  3079. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-browser/v1.js +95 -0
  3080. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-browser/v3.js +4 -0
  3081. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-browser/v35.js +64 -0
  3082. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-browser/v4.js +24 -0
  3083. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-browser/v5.js +4 -0
  3084. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-browser/validate.js +7 -0
  3085. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-browser/version.js +11 -0
  3086. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-node/index.js +9 -0
  3087. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-node/md5.js +13 -0
  3088. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-node/nil.js +1 -0
  3089. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-node/parse.js +35 -0
  3090. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-node/regex.js +1 -0
  3091. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-node/rng.js +12 -0
  3092. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-node/sha1.js +13 -0
  3093. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-node/stringify.js +29 -0
  3094. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-node/v1.js +95 -0
  3095. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-node/v3.js +4 -0
  3096. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-node/v35.js +64 -0
  3097. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-node/v4.js +24 -0
  3098. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-node/v5.js +4 -0
  3099. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-node/validate.js +7 -0
  3100. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-node/version.js +11 -0
  3101. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/index.js +79 -0
  3102. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/md5-browser.js +223 -0
  3103. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/md5.js +23 -0
  3104. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/nil.js +8 -0
  3105. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/parse.js +45 -0
  3106. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/regex.js +8 -0
  3107. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/rng-browser.js +26 -0
  3108. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/rng.js +24 -0
  3109. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/sha1-browser.js +104 -0
  3110. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/sha1.js +23 -0
  3111. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/stringify.js +39 -0
  3112. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/umd/uuid.min.js +1 -0
  3113. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/umd/uuidNIL.min.js +1 -0
  3114. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/umd/uuidParse.min.js +1 -0
  3115. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/umd/uuidStringify.min.js +1 -0
  3116. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/umd/uuidValidate.min.js +1 -0
  3117. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/umd/uuidVersion.min.js +1 -0
  3118. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/umd/uuidv1.min.js +1 -0
  3119. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/umd/uuidv3.min.js +1 -0
  3120. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/umd/uuidv4.min.js +1 -0
  3121. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/umd/uuidv5.min.js +1 -0
  3122. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/uuid-bin.js +85 -0
  3123. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/v1.js +107 -0
  3124. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/v3.js +16 -0
  3125. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/v35.js +78 -0
  3126. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/v4.js +37 -0
  3127. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/v5.js +16 -0
  3128. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/validate.js +17 -0
  3129. package/node_modules/@serverless-stack/node/node_modules/uuid/dist/version.js +21 -0
  3130. package/node_modules/@serverless-stack/node/node_modules/uuid/package.json +135 -0
  3131. package/node_modules/@serverless-stack/node/node_modules/uuid/wrapper.mjs +10 -0
  3132. package/node_modules/@serverless-stack/node/package.json +19 -8
  3133. package/node_modules/asn1.js/.eslintrc.js +27 -0
  3134. package/node_modules/asn1.js/LICENSE +21 -0
  3135. package/node_modules/asn1.js/README.md +100 -0
  3136. package/node_modules/asn1.js/lib/asn1/api.js +57 -0
  3137. package/node_modules/asn1.js/lib/asn1/base/buffer.js +153 -0
  3138. package/node_modules/asn1.js/lib/asn1/base/index.js +8 -0
  3139. package/node_modules/asn1.js/lib/asn1/base/node.js +638 -0
  3140. package/node_modules/asn1.js/lib/asn1/base/reporter.js +123 -0
  3141. package/node_modules/asn1.js/lib/asn1/constants/der.js +58 -0
  3142. package/node_modules/asn1.js/lib/asn1/constants/index.js +21 -0
  3143. package/node_modules/asn1.js/lib/asn1/decoders/der.js +335 -0
  3144. package/node_modules/asn1.js/lib/asn1/decoders/index.js +6 -0
  3145. package/node_modules/asn1.js/lib/asn1/decoders/pem.js +51 -0
  3146. package/node_modules/asn1.js/lib/asn1/encoders/der.js +295 -0
  3147. package/node_modules/asn1.js/lib/asn1/encoders/index.js +6 -0
  3148. package/node_modules/asn1.js/lib/asn1/encoders/pem.js +23 -0
  3149. package/node_modules/asn1.js/lib/asn1.js +11 -0
  3150. package/node_modules/asn1.js/package.json +36 -0
  3151. package/node_modules/aws-sdk/CHANGELOG.md +108 -1
  3152. package/node_modules/aws-sdk/README.md +1 -1
  3153. package/node_modules/aws-sdk/apis/amplifyuibuilder-2021-08-11.min.json +651 -18
  3154. package/node_modules/aws-sdk/apis/amplifyuibuilder-2021-08-11.paginators.json +11 -0
  3155. package/node_modules/aws-sdk/apis/backup-gateway-2021-01-01.min.json +59 -8
  3156. package/node_modules/aws-sdk/apis/cloudtrail-2013-11-01.min.json +325 -8
  3157. package/node_modules/aws-sdk/apis/cloudtrail-2013-11-01.paginators.json +17 -0
  3158. package/node_modules/aws-sdk/apis/codestar-notifications-2019-10-15.min.json +7 -2
  3159. package/node_modules/aws-sdk/apis/cognito-idp-2016-04-18.min.json +60 -51
  3160. package/node_modules/aws-sdk/apis/comprehend-2017-11-27.min.json +237 -126
  3161. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +275 -134
  3162. package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +18 -0
  3163. package/node_modules/aws-sdk/apis/controltower-2018-05-10.examples.json +5 -0
  3164. package/node_modules/aws-sdk/apis/controltower-2018-05-10.min.json +148 -0
  3165. package/node_modules/aws-sdk/apis/controltower-2018-05-10.paginators.json +10 -0
  3166. package/node_modules/aws-sdk/apis/customer-profiles-2020-08-15.min.json +12 -3
  3167. package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.examples.json +5 -0
  3168. package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.min.json +337 -335
  3169. package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.paginators.json +1 -1
  3170. package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.waiters2.json +5 -0
  3171. package/node_modules/aws-sdk/apis/devicefarm-2015-06-23.min.json +166 -132
  3172. package/node_modules/aws-sdk/apis/drs-2020-02-26.min.json +45 -45
  3173. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +1678 -1323
  3174. package/node_modules/aws-sdk/apis/eks-2017-11-01.min.json +90 -45
  3175. package/node_modules/aws-sdk/apis/emr-containers-2020-10-01.min.json +34 -19
  3176. package/node_modules/aws-sdk/apis/evidently-2021-02-01.min.json +41 -15
  3177. package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +3 -1
  3178. package/node_modules/aws-sdk/apis/greengrassv2-2020-11-30.min.json +26 -19
  3179. package/node_modules/aws-sdk/apis/identitystore-2020-06-15.min.json +732 -15
  3180. package/node_modules/aws-sdk/apis/identitystore-2020-06-15.paginators.json +16 -2
  3181. package/node_modules/aws-sdk/apis/inspector2-2020-06-08.min.json +10 -2
  3182. package/node_modules/aws-sdk/apis/iotfleetwise-2021-06-17.examples.json +5 -0
  3183. package/node_modules/aws-sdk/apis/iotfleetwise-2021-06-17.min.json +1961 -0
  3184. package/node_modules/aws-sdk/apis/iotfleetwise-2021-06-17.paginators.json +82 -0
  3185. package/node_modules/aws-sdk/apis/iotfleetwise-2021-06-17.waiters2.json +5 -0
  3186. package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.min.json +2 -1
  3187. package/node_modules/aws-sdk/apis/iotthingsgraph-2018-09-06.min.json +105 -35
  3188. package/node_modules/aws-sdk/apis/ivs-2020-07-14.min.json +25 -19
  3189. package/node_modules/aws-sdk/apis/lightsail-2016-11-28.min.json +59 -22
  3190. package/node_modules/aws-sdk/apis/lookoutequipment-2020-12-15.min.json +282 -31
  3191. package/node_modules/aws-sdk/apis/lookoutequipment-2020-12-15.paginators.json +10 -0
  3192. package/node_modules/aws-sdk/apis/lookoutmetrics-2017-07-25.min.json +39 -11
  3193. package/node_modules/aws-sdk/apis/macie2-2020-01-01.min.json +390 -119
  3194. package/node_modules/aws-sdk/apis/mediaconnect-2018-11-14.min.json +21 -0
  3195. package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +249 -213
  3196. package/node_modules/aws-sdk/apis/mediapackage-2017-10-12.min.json +57 -54
  3197. package/node_modules/aws-sdk/apis/metadata.json +6 -0
  3198. package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +361 -180
  3199. package/node_modules/aws-sdk/apis/nimble-2020-08-01.waiters2.json +1 -1
  3200. package/node_modules/aws-sdk/apis/rds-data-2018-08-01.min.json +132 -132
  3201. package/node_modules/aws-sdk/apis/runtime.lex.v2-2020-08-07.min.json +64 -40
  3202. package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +102 -19
  3203. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +799 -690
  3204. package/node_modules/aws-sdk/apis/sns-2010-03-31.min.json +42 -10
  3205. package/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json +399 -287
  3206. package/node_modules/aws-sdk/apis/transfer-2018-11-05.min.json +174 -20
  3207. package/node_modules/aws-sdk/apis/voice-id-2021-09-27.min.json +15 -2
  3208. package/node_modules/aws-sdk/clients/all.d.ts +2 -0
  3209. package/node_modules/aws-sdk/clients/all.js +3 -1
  3210. package/node_modules/aws-sdk/clients/amplifyuibuilder.d.ts +632 -0
  3211. package/node_modules/aws-sdk/clients/apprunner.d.ts +1 -1
  3212. package/node_modules/aws-sdk/clients/backupgateway.d.ts +72 -0
  3213. package/node_modules/aws-sdk/clients/cloudfront.d.ts +7 -7
  3214. package/node_modules/aws-sdk/clients/cloudtrail.d.ts +443 -12
  3215. package/node_modules/aws-sdk/clients/codegurureviewer.d.ts +134 -134
  3216. package/node_modules/aws-sdk/clients/codestarnotifications.d.ts +29 -29
  3217. package/node_modules/aws-sdk/clients/cognitoidentityserviceprovider.d.ts +24 -11
  3218. package/node_modules/aws-sdk/clients/comprehend.d.ts +148 -34
  3219. package/node_modules/aws-sdk/clients/connect.d.ts +144 -10
  3220. package/node_modules/aws-sdk/clients/controltower.d.ts +169 -0
  3221. package/node_modules/aws-sdk/clients/controltower.js +18 -0
  3222. package/node_modules/aws-sdk/clients/cur.d.ts +1 -1
  3223. package/node_modules/aws-sdk/clients/customerprofiles.d.ts +22 -10
  3224. package/node_modules/aws-sdk/clients/dataexchange.d.ts +13 -13
  3225. package/node_modules/aws-sdk/clients/dataexchange.js +1 -0
  3226. package/node_modules/aws-sdk/clients/devicefarm.d.ts +38 -0
  3227. package/node_modules/aws-sdk/clients/drs.d.ts +3 -2
  3228. package/node_modules/aws-sdk/clients/dynamodb.d.ts +7 -7
  3229. package/node_modules/aws-sdk/clients/ec2.d.ts +521 -150
  3230. package/node_modules/aws-sdk/clients/ecs.d.ts +11 -11
  3231. package/node_modules/aws-sdk/clients/eks.d.ts +74 -16
  3232. package/node_modules/aws-sdk/clients/emrcontainers.d.ts +16 -1
  3233. package/node_modules/aws-sdk/clients/evidently.d.ts +42 -5
  3234. package/node_modules/aws-sdk/clients/fsx.d.ts +2 -2
  3235. package/node_modules/aws-sdk/clients/glue.d.ts +8 -0
  3236. package/node_modules/aws-sdk/clients/greengrassv2.d.ts +22 -13
  3237. package/node_modules/aws-sdk/clients/identitystore.d.ts +806 -22
  3238. package/node_modules/aws-sdk/clients/inspector2.d.ts +16 -2
  3239. package/node_modules/aws-sdk/clients/iotfleetwise.d.ts +2549 -0
  3240. package/node_modules/aws-sdk/clients/iotfleetwise.js +19 -0
  3241. package/node_modules/aws-sdk/clients/iotsitewise.d.ts +12 -8
  3242. package/node_modules/aws-sdk/clients/iotthingsgraph.d.ts +2 -2
  3243. package/node_modules/aws-sdk/clients/ivs.d.ts +9 -0
  3244. package/node_modules/aws-sdk/clients/kendra.d.ts +8 -8
  3245. package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +175 -2
  3246. package/node_modules/aws-sdk/clients/lexruntimev2.d.ts +25 -3
  3247. package/node_modules/aws-sdk/clients/lightsail.d.ts +66 -3
  3248. package/node_modules/aws-sdk/clients/lookoutequipment.d.ts +399 -10
  3249. package/node_modules/aws-sdk/clients/lookoutmetrics.d.ts +35 -0
  3250. package/node_modules/aws-sdk/clients/macie2.d.ts +289 -41
  3251. package/node_modules/aws-sdk/clients/mediaconnect.d.ts +25 -1
  3252. package/node_modules/aws-sdk/clients/medialive.d.ts +38 -0
  3253. package/node_modules/aws-sdk/clients/mediapackage.d.ts +2 -0
  3254. package/node_modules/aws-sdk/clients/nimble.d.ts +14 -14
  3255. package/node_modules/aws-sdk/clients/rds.d.ts +18 -18
  3256. package/node_modules/aws-sdk/clients/rdsdataservice.d.ts +130 -130
  3257. package/node_modules/aws-sdk/clients/redshift.d.ts +15 -15
  3258. package/node_modules/aws-sdk/clients/route53.d.ts +3 -3
  3259. package/node_modules/aws-sdk/clients/s3control.d.ts +109 -41
  3260. package/node_modules/aws-sdk/clients/sagemaker.d.ts +197 -30
  3261. package/node_modules/aws-sdk/clients/sns.d.ts +42 -0
  3262. package/node_modules/aws-sdk/clients/ssm.d.ts +122 -7
  3263. package/node_modules/aws-sdk/clients/sso.d.ts +19 -19
  3264. package/node_modules/aws-sdk/clients/ssoadmin.d.ts +115 -115
  3265. package/node_modules/aws-sdk/clients/transfer.d.ts +206 -0
  3266. package/node_modules/aws-sdk/clients/voiceid.d.ts +26 -16
  3267. package/node_modules/aws-sdk/clients/wafv2.d.ts +7 -7
  3268. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +38 -11
  3269. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +938 -796
  3270. package/node_modules/aws-sdk/dist/aws-sdk.js +3290 -2114
  3271. package/node_modules/aws-sdk/dist/aws-sdk.min.js +83 -82
  3272. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +4 -0
  3273. package/node_modules/aws-sdk/lib/core.js +1 -1
  3274. package/node_modules/aws-sdk/lib/credentials/sso_credentials.d.ts +2 -0
  3275. package/node_modules/aws-sdk/lib/credentials/sso_credentials.js +5 -1
  3276. package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +3 -3
  3277. package/node_modules/aws-sdk/package.json +2 -1
  3278. package/node_modules/bn.js/LICENSE +19 -0
  3279. package/node_modules/bn.js/README.md +200 -0
  3280. package/node_modules/bn.js/lib/bn.js +3446 -0
  3281. package/node_modules/bn.js/package.json +36 -0
  3282. package/node_modules/ecdsa-sig-formatter/CODEOWNERS +1 -0
  3283. package/node_modules/ecdsa-sig-formatter/LICENSE +201 -0
  3284. package/node_modules/ecdsa-sig-formatter/README.md +65 -0
  3285. package/node_modules/ecdsa-sig-formatter/package.json +46 -0
  3286. package/node_modules/ecdsa-sig-formatter/src/ecdsa-sig-formatter.d.ts +17 -0
  3287. package/node_modules/ecdsa-sig-formatter/src/ecdsa-sig-formatter.js +187 -0
  3288. package/node_modules/ecdsa-sig-formatter/src/param-bytes-for-alg.js +23 -0
  3289. package/node_modules/es-abstract/2015/GetSubstitution.js +1 -1
  3290. package/node_modules/es-abstract/2015/ToNumber.js +1 -1
  3291. package/node_modules/es-abstract/2016/GetSubstitution.js +1 -1
  3292. package/node_modules/es-abstract/2016/ToNumber.js +1 -1
  3293. package/node_modules/es-abstract/2017/GetSubstitution.js +1 -1
  3294. package/node_modules/es-abstract/2017/ToNumber.js +1 -1
  3295. package/node_modules/es-abstract/2018/GetSubstitution.js +1 -1
  3296. package/node_modules/es-abstract/2018/ToNumber.js +1 -1
  3297. package/node_modules/es-abstract/2019/GetSubstitution.js +1 -1
  3298. package/node_modules/es-abstract/2019/ToNumber.js +1 -1
  3299. package/node_modules/es-abstract/2020/GetSubstitution.js +1 -1
  3300. package/node_modules/es-abstract/2020/SameValueNonNumeric.js +1 -1
  3301. package/node_modules/es-abstract/2020/ToNumber.js +1 -1
  3302. package/node_modules/es-abstract/2021/GetSubstitution.js +1 -1
  3303. package/node_modules/es-abstract/2021/SameValueNonNumeric.js +1 -1
  3304. package/node_modules/es-abstract/2021/ToNumber.js +1 -1
  3305. package/node_modules/es-abstract/2022/GetSubstitution.js +1 -1
  3306. package/node_modules/es-abstract/2022/SameValueNonNumeric.js +1 -1
  3307. package/node_modules/es-abstract/2022/StringToNumber.js +1 -1
  3308. package/node_modules/es-abstract/CHANGELOG.md +14 -0
  3309. package/node_modules/es-abstract/helpers/regexTester.js +2 -6
  3310. package/node_modules/es-abstract/package.json +12 -10
  3311. package/node_modules/fast-jwt/LICENSE.md +13 -0
  3312. package/node_modules/fast-jwt/README.md +420 -0
  3313. package/node_modules/fast-jwt/node_modules/mnemonist/LICENSE.txt +21 -0
  3314. package/node_modules/fast-jwt/node_modules/mnemonist/README.md +112 -0
  3315. package/node_modules/fast-jwt/node_modules/mnemonist/bi-map.d.ts +46 -0
  3316. package/node_modules/fast-jwt/node_modules/mnemonist/bi-map.js +195 -0
  3317. package/node_modules/fast-jwt/node_modules/mnemonist/bit-set.d.ts +29 -0
  3318. package/node_modules/fast-jwt/node_modules/mnemonist/bit-set.js +379 -0
  3319. package/node_modules/fast-jwt/node_modules/mnemonist/bit-vector.d.ts +42 -0
  3320. package/node_modules/fast-jwt/node_modules/mnemonist/bit-vector.js +550 -0
  3321. package/node_modules/fast-jwt/node_modules/mnemonist/bk-tree.d.ts +24 -0
  3322. package/node_modules/fast-jwt/node_modules/mnemonist/bk-tree.js +180 -0
  3323. package/node_modules/fast-jwt/node_modules/mnemonist/bloom-filter.d.ts +29 -0
  3324. package/node_modules/fast-jwt/node_modules/mnemonist/bloom-filter.js +186 -0
  3325. package/node_modules/fast-jwt/node_modules/mnemonist/circular-buffer.d.ts +34 -0
  3326. package/node_modules/fast-jwt/node_modules/mnemonist/circular-buffer.js +131 -0
  3327. package/node_modules/fast-jwt/node_modules/mnemonist/critbit-tree-map.js +515 -0
  3328. package/node_modules/fast-jwt/node_modules/mnemonist/default-map.d.ts +29 -0
  3329. package/node_modules/fast-jwt/node_modules/mnemonist/default-map.js +162 -0
  3330. package/node_modules/fast-jwt/node_modules/mnemonist/default-weak-map.d.ts +18 -0
  3331. package/node_modules/fast-jwt/node_modules/mnemonist/default-weak-map.js +108 -0
  3332. package/node_modules/fast-jwt/node_modules/mnemonist/fibonacci-heap.d.ts +65 -0
  3333. package/node_modules/fast-jwt/node_modules/mnemonist/fibonacci-heap.js +320 -0
  3334. package/node_modules/fast-jwt/node_modules/mnemonist/fixed-critbit-tree-map.js +427 -0
  3335. package/node_modules/fast-jwt/node_modules/mnemonist/fixed-deque.d.ts +34 -0
  3336. package/node_modules/fast-jwt/node_modules/mnemonist/fixed-deque.js +351 -0
  3337. package/node_modules/fast-jwt/node_modules/mnemonist/fixed-reverse-heap.d.ts +25 -0
  3338. package/node_modules/fast-jwt/node_modules/mnemonist/fixed-reverse-heap.js +209 -0
  3339. package/node_modules/fast-jwt/node_modules/mnemonist/fixed-stack.d.ts +36 -0
  3340. package/node_modules/fast-jwt/node_modules/mnemonist/fixed-stack.js +242 -0
  3341. package/node_modules/fast-jwt/node_modules/mnemonist/fuzzy-map.d.ts +33 -0
  3342. package/node_modules/fast-jwt/node_modules/mnemonist/fuzzy-map.js +185 -0
  3343. package/node_modules/fast-jwt/node_modules/mnemonist/fuzzy-multi-map.d.ts +36 -0
  3344. package/node_modules/fast-jwt/node_modules/mnemonist/fuzzy-multi-map.js +196 -0
  3345. package/node_modules/fast-jwt/node_modules/mnemonist/hashed-array-tree.d.ts +32 -0
  3346. package/node_modules/fast-jwt/node_modules/mnemonist/hashed-array-tree.js +209 -0
  3347. package/node_modules/fast-jwt/node_modules/mnemonist/heap.d.ts +96 -0
  3348. package/node_modules/fast-jwt/node_modules/mnemonist/heap.js +576 -0
  3349. package/node_modules/fast-jwt/node_modules/mnemonist/index.d.ts +48 -0
  3350. package/node_modules/fast-jwt/node_modules/mnemonist/index.js +58 -0
  3351. package/node_modules/fast-jwt/node_modules/mnemonist/inverted-index.d.ts +33 -0
  3352. package/node_modules/fast-jwt/node_modules/mnemonist/inverted-index.js +249 -0
  3353. package/node_modules/fast-jwt/node_modules/mnemonist/kd-tree.d.ts +25 -0
  3354. package/node_modules/fast-jwt/node_modules/mnemonist/kd-tree.js +447 -0
  3355. package/node_modules/fast-jwt/node_modules/mnemonist/linked-list.d.ts +29 -0
  3356. package/node_modules/fast-jwt/node_modules/mnemonist/linked-list.js +261 -0
  3357. package/node_modules/fast-jwt/node_modules/mnemonist/lru-cache-with-delete.d.ts +13 -0
  3358. package/node_modules/fast-jwt/node_modules/mnemonist/lru-cache-with-delete.js +287 -0
  3359. package/node_modules/fast-jwt/node_modules/mnemonist/lru-cache.d.ts +43 -0
  3360. package/node_modules/fast-jwt/node_modules/mnemonist/lru-cache.js +436 -0
  3361. package/node_modules/fast-jwt/node_modules/mnemonist/lru-map-with-delete.d.ts +13 -0
  3362. package/node_modules/fast-jwt/node_modules/mnemonist/lru-map-with-delete.js +287 -0
  3363. package/node_modules/fast-jwt/node_modules/mnemonist/lru-map.d.ts +43 -0
  3364. package/node_modules/fast-jwt/node_modules/mnemonist/lru-map.js +261 -0
  3365. package/node_modules/fast-jwt/node_modules/mnemonist/multi-array.js +447 -0
  3366. package/node_modules/fast-jwt/node_modules/mnemonist/multi-map.d.ts +47 -0
  3367. package/node_modules/fast-jwt/node_modules/mnemonist/multi-map.js +408 -0
  3368. package/node_modules/fast-jwt/node_modules/mnemonist/multi-set.d.ts +37 -0
  3369. package/node_modules/fast-jwt/node_modules/mnemonist/multi-set.js +440 -0
  3370. package/node_modules/fast-jwt/node_modules/mnemonist/package.json +103 -0
  3371. package/node_modules/fast-jwt/node_modules/mnemonist/passjoin-index.d.ts +54 -0
  3372. package/node_modules/fast-jwt/node_modules/mnemonist/passjoin-index.js +518 -0
  3373. package/node_modules/fast-jwt/node_modules/mnemonist/queue.d.ts +27 -0
  3374. package/node_modules/fast-jwt/node_modules/mnemonist/queue.js +215 -0
  3375. package/node_modules/fast-jwt/node_modules/mnemonist/semi-dynamic-trie.js +251 -0
  3376. package/node_modules/fast-jwt/node_modules/mnemonist/set.d.ts +18 -0
  3377. package/node_modules/fast-jwt/node_modules/mnemonist/set.js +356 -0
  3378. package/node_modules/fast-jwt/node_modules/mnemonist/sort/insertion.d.ts +4 -0
  3379. package/node_modules/fast-jwt/node_modules/mnemonist/sort/insertion.js +50 -0
  3380. package/node_modules/fast-jwt/node_modules/mnemonist/sort/quick.d.ts +4 -0
  3381. package/node_modules/fast-jwt/node_modules/mnemonist/sort/quick.js +116 -0
  3382. package/node_modules/fast-jwt/node_modules/mnemonist/sparse-map.d.ts +26 -0
  3383. package/node_modules/fast-jwt/node_modules/mnemonist/sparse-map.js +243 -0
  3384. package/node_modules/fast-jwt/node_modules/mnemonist/sparse-queue-set.d.ts +24 -0
  3385. package/node_modules/fast-jwt/node_modules/mnemonist/sparse-queue-set.js +218 -0
  3386. package/node_modules/fast-jwt/node_modules/mnemonist/sparse-set.d.ts +23 -0
  3387. package/node_modules/fast-jwt/node_modules/mnemonist/sparse-set.js +168 -0
  3388. package/node_modules/fast-jwt/node_modules/mnemonist/stack.d.ts +27 -0
  3389. package/node_modules/fast-jwt/node_modules/mnemonist/stack.js +210 -0
  3390. package/node_modules/fast-jwt/node_modules/mnemonist/static-disjoint-set.d.ts +23 -0
  3391. package/node_modules/fast-jwt/node_modules/mnemonist/static-disjoint-set.js +195 -0
  3392. package/node_modules/fast-jwt/node_modules/mnemonist/static-interval-tree.d.ts +24 -0
  3393. package/node_modules/fast-jwt/node_modules/mnemonist/static-interval-tree.js +387 -0
  3394. package/node_modules/fast-jwt/node_modules/mnemonist/suffix-array.d.ts +37 -0
  3395. package/node_modules/fast-jwt/node_modules/mnemonist/suffix-array.js +352 -0
  3396. package/node_modules/fast-jwt/node_modules/mnemonist/symspell.d.ts +33 -0
  3397. package/node_modules/fast-jwt/node_modules/mnemonist/symspell.js +547 -0
  3398. package/node_modules/fast-jwt/node_modules/mnemonist/trie-map.d.ts +30 -0
  3399. package/node_modules/fast-jwt/node_modules/mnemonist/trie-map.js +477 -0
  3400. package/node_modules/fast-jwt/node_modules/mnemonist/trie.d.ts +26 -0
  3401. package/node_modules/fast-jwt/node_modules/mnemonist/trie.js +167 -0
  3402. package/node_modules/fast-jwt/node_modules/mnemonist/utils/binary-search.js +216 -0
  3403. package/node_modules/fast-jwt/node_modules/mnemonist/utils/bitwise.js +109 -0
  3404. package/node_modules/fast-jwt/node_modules/mnemonist/utils/comparators.js +79 -0
  3405. package/node_modules/fast-jwt/node_modules/mnemonist/utils/hash-tables.js +107 -0
  3406. package/node_modules/fast-jwt/node_modules/mnemonist/utils/iterables.js +93 -0
  3407. package/node_modules/fast-jwt/node_modules/mnemonist/utils/merge.js +563 -0
  3408. package/node_modules/fast-jwt/node_modules/mnemonist/utils/murmurhash3.js +87 -0
  3409. package/node_modules/fast-jwt/node_modules/mnemonist/utils/typed-arrays.js +187 -0
  3410. package/node_modules/fast-jwt/node_modules/mnemonist/utils/types.d.ts +18 -0
  3411. package/node_modules/fast-jwt/node_modules/mnemonist/vector.d.ts +81 -0
  3412. package/node_modules/fast-jwt/node_modules/mnemonist/vector.js +373 -0
  3413. package/node_modules/fast-jwt/node_modules/mnemonist/vp-tree.d.ts +27 -0
  3414. package/node_modules/fast-jwt/node_modules/mnemonist/vp-tree.js +367 -0
  3415. package/node_modules/fast-jwt/node_modules/obliterator/LICENSE.txt +21 -0
  3416. package/node_modules/fast-jwt/node_modules/obliterator/README.md +415 -0
  3417. package/node_modules/fast-jwt/node_modules/obliterator/chain.d.ts +5 -0
  3418. package/node_modules/fast-jwt/node_modules/obliterator/chain.js +46 -0
  3419. package/node_modules/fast-jwt/node_modules/obliterator/combinations.d.ts +4 -0
  3420. package/node_modules/fast-jwt/node_modules/obliterator/combinations.js +76 -0
  3421. package/node_modules/fast-jwt/node_modules/obliterator/consume.d.ts +1 -0
  3422. package/node_modules/fast-jwt/node_modules/obliterator/consume.js +29 -0
  3423. package/node_modules/fast-jwt/node_modules/obliterator/every.d.ts +8 -0
  3424. package/node_modules/fast-jwt/node_modules/obliterator/every.js +27 -0
  3425. package/node_modules/fast-jwt/node_modules/obliterator/filter.d.ts +8 -0
  3426. package/node_modules/fast-jwt/node_modules/obliterator/filter.js +28 -0
  3427. package/node_modules/fast-jwt/node_modules/obliterator/find.d.ts +8 -0
  3428. package/node_modules/fast-jwt/node_modules/obliterator/find.js +27 -0
  3429. package/node_modules/fast-jwt/node_modules/obliterator/foreach-with-null-keys.d.ts +29 -0
  3430. package/node_modules/fast-jwt/node_modules/obliterator/foreach-with-null-keys.js +83 -0
  3431. package/node_modules/fast-jwt/node_modules/obliterator/foreach.d.ts +24 -0
  3432. package/node_modules/fast-jwt/node_modules/obliterator/foreach.js +73 -0
  3433. package/node_modules/fast-jwt/node_modules/obliterator/includes.d.ts +6 -0
  3434. package/node_modules/fast-jwt/node_modules/obliterator/includes.js +27 -0
  3435. package/node_modules/fast-jwt/node_modules/obliterator/index.d.ts +20 -0
  3436. package/node_modules/fast-jwt/node_modules/obliterator/index.js +26 -0
  3437. package/node_modules/fast-jwt/node_modules/obliterator/iter.d.ts +1 -0
  3438. package/node_modules/fast-jwt/node_modules/obliterator/iter.js +46 -0
  3439. package/node_modules/fast-jwt/node_modules/obliterator/iterator.d.ts +18 -0
  3440. package/node_modules/fast-jwt/node_modules/obliterator/iterator.js +96 -0
  3441. package/node_modules/fast-jwt/node_modules/obliterator/map.d.ts +8 -0
  3442. package/node_modules/fast-jwt/node_modules/obliterator/map.js +29 -0
  3443. package/node_modules/fast-jwt/node_modules/obliterator/match.d.ts +4 -0
  3444. package/node_modules/fast-jwt/node_modules/obliterator/match.js +43 -0
  3445. package/node_modules/fast-jwt/node_modules/obliterator/package.json +46 -0
  3446. package/node_modules/fast-jwt/node_modules/obliterator/permutations.d.ts +4 -0
  3447. package/node_modules/fast-jwt/node_modules/obliterator/permutations.js +94 -0
  3448. package/node_modules/fast-jwt/node_modules/obliterator/power-set.d.ts +3 -0
  3449. package/node_modules/fast-jwt/node_modules/obliterator/power-set.js +27 -0
  3450. package/node_modules/fast-jwt/node_modules/obliterator/range.d.ts +10 -0
  3451. package/node_modules/fast-jwt/node_modules/obliterator/range.js +44 -0
  3452. package/node_modules/fast-jwt/node_modules/obliterator/some.d.ts +8 -0
  3453. package/node_modules/fast-jwt/node_modules/obliterator/some.js +27 -0
  3454. package/node_modules/fast-jwt/node_modules/obliterator/split.d.ts +4 -0
  3455. package/node_modules/fast-jwt/node_modules/obliterator/split.js +68 -0
  3456. package/node_modules/fast-jwt/node_modules/obliterator/support.js +2 -0
  3457. package/node_modules/fast-jwt/node_modules/obliterator/take-into.d.ts +9 -0
  3458. package/node_modules/fast-jwt/node_modules/obliterator/take-into.js +39 -0
  3459. package/node_modules/fast-jwt/node_modules/obliterator/take.d.ts +6 -0
  3460. package/node_modules/fast-jwt/node_modules/obliterator/take.js +39 -0
  3461. package/node_modules/fast-jwt/node_modules/obliterator/types.d.ts +18 -0
  3462. package/node_modules/fast-jwt/package.json +84 -0
  3463. package/node_modules/fast-jwt/src/crypto.js +362 -0
  3464. package/node_modules/fast-jwt/src/decoder.js +60 -0
  3465. package/node_modules/fast-jwt/src/error.js +45 -0
  3466. package/node_modules/fast-jwt/src/index.d.ts +122 -0
  3467. package/node_modules/fast-jwt/src/index.js +13 -0
  3468. package/node_modules/fast-jwt/src/signer.js +309 -0
  3469. package/node_modules/fast-jwt/src/utils.js +65 -0
  3470. package/node_modules/fast-jwt/src/verifier.js +470 -0
  3471. package/node_modules/get-intrinsic/CHANGELOG.md +7 -0
  3472. package/node_modules/get-intrinsic/index.js +1 -1
  3473. package/node_modules/get-intrinsic/package.json +7 -4
  3474. package/node_modules/is-callable/.editorconfig +5 -0
  3475. package/node_modules/is-callable/.eslintrc +0 -11
  3476. package/node_modules/is-callable/CHANGELOG.md +50 -0
  3477. package/node_modules/is-callable/README.md +16 -0
  3478. package/node_modules/is-callable/index.js +35 -8
  3479. package/node_modules/is-callable/package.json +27 -13
  3480. package/node_modules/is-callable/test/index.js +86 -12
  3481. package/node_modules/jose/LICENSE.md +21 -0
  3482. package/node_modules/jose/README.md +159 -0
  3483. package/node_modules/jose/dist/browser/index.js +31 -0
  3484. package/node_modules/jose/dist/browser/jwe/compact/decrypt.js +27 -0
  3485. package/node_modules/jose/dist/browser/jwe/compact/encrypt.js +26 -0
  3486. package/node_modules/jose/dist/browser/jwe/flattened/decrypt.js +137 -0
  3487. package/node_modules/jose/dist/browser/jwe/flattened/encrypt.js +175 -0
  3488. package/node_modules/jose/dist/browser/jwe/general/decrypt.js +31 -0
  3489. package/node_modules/jose/dist/browser/jwe/general/encrypt.js +178 -0
  3490. package/node_modules/jose/dist/browser/jwk/embedded.js +17 -0
  3491. package/node_modules/jose/dist/browser/jwk/thumbprint.js +53 -0
  3492. package/node_modules/jose/dist/browser/jwks/local.js +98 -0
  3493. package/node_modules/jose/dist/browser/jwks/remote.js +81 -0
  3494. package/node_modules/jose/dist/browser/jws/compact/sign.js +17 -0
  3495. package/node_modules/jose/dist/browser/jws/compact/verify.js +21 -0
  3496. package/node_modules/jose/dist/browser/jws/flattened/sign.js +81 -0
  3497. package/node_modules/jose/dist/browser/jws/flattened/verify.js +104 -0
  3498. package/node_modules/jose/dist/browser/jws/general/sign.js +67 -0
  3499. package/node_modules/jose/dist/browser/jws/general/verify.js +24 -0
  3500. package/node_modules/jose/dist/browser/jwt/decrypt.js +23 -0
  3501. package/node_modules/jose/dist/browser/jwt/encrypt.js +68 -0
  3502. package/node_modules/jose/dist/browser/jwt/produce.js +54 -0
  3503. package/node_modules/jose/dist/browser/jwt/sign.js +21 -0
  3504. package/node_modules/jose/dist/browser/jwt/unsecured.js +32 -0
  3505. package/node_modules/jose/dist/browser/jwt/verify.js +16 -0
  3506. package/node_modules/jose/dist/browser/key/export.js +12 -0
  3507. package/node_modules/jose/dist/browser/key/generate_key_pair.js +4 -0
  3508. package/node_modules/jose/dist/browser/key/generate_secret.js +4 -0
  3509. package/node_modules/jose/dist/browser/key/import.js +120 -0
  3510. package/node_modules/jose/dist/browser/lib/aesgcmkw.js +14 -0
  3511. package/node_modules/jose/dist/browser/lib/buffer_utils.js +51 -0
  3512. package/node_modules/jose/dist/browser/lib/cek.js +20 -0
  3513. package/node_modules/jose/dist/browser/lib/check_iv_length.js +8 -0
  3514. package/node_modules/jose/dist/browser/lib/check_key_type.js +45 -0
  3515. package/node_modules/jose/dist/browser/lib/check_p2s.js +6 -0
  3516. package/node_modules/jose/dist/browser/lib/crypto_key.js +145 -0
  3517. package/node_modules/jose/dist/browser/lib/decrypt_key_management.js +98 -0
  3518. package/node_modules/jose/dist/browser/lib/encrypt_key_management.js +87 -0
  3519. package/node_modules/jose/dist/browser/lib/epoch.js +1 -0
  3520. package/node_modules/jose/dist/browser/lib/format_pem.js +4 -0
  3521. package/node_modules/jose/dist/browser/lib/invalid_key_input.js +30 -0
  3522. package/node_modules/jose/dist/browser/lib/is_disjoint.js +22 -0
  3523. package/node_modules/jose/dist/browser/lib/is_object.js +16 -0
  3524. package/node_modules/jose/dist/browser/lib/iv.js +20 -0
  3525. package/node_modules/jose/dist/browser/lib/jwt_claims_set.js +91 -0
  3526. package/node_modules/jose/dist/browser/lib/secs.js +44 -0
  3527. package/node_modules/jose/dist/browser/lib/validate_algorithms.js +11 -0
  3528. package/node_modules/jose/dist/browser/lib/validate_crit.js +34 -0
  3529. package/node_modules/jose/dist/browser/package.json +1 -0
  3530. package/node_modules/jose/dist/browser/runtime/aeskw.js +32 -0
  3531. package/node_modules/jose/dist/browser/runtime/asn1.js +118 -0
  3532. package/node_modules/jose/dist/browser/runtime/base64url.js +37 -0
  3533. package/node_modules/jose/dist/browser/runtime/bogus.js +6 -0
  3534. package/node_modules/jose/dist/browser/runtime/check_cek_length.js +8 -0
  3535. package/node_modules/jose/dist/browser/runtime/check_key_length.js +8 -0
  3536. package/node_modules/jose/dist/browser/runtime/decrypt.js +85 -0
  3537. package/node_modules/jose/dist/browser/runtime/digest.js +6 -0
  3538. package/node_modules/jose/dist/browser/runtime/ecdhes.js +33 -0
  3539. package/node_modules/jose/dist/browser/runtime/encrypt.js +68 -0
  3540. package/node_modules/jose/dist/browser/runtime/env.js +3 -0
  3541. package/node_modules/jose/dist/browser/runtime/fetch_jwks.js +34 -0
  3542. package/node_modules/jose/dist/browser/runtime/generate.js +126 -0
  3543. package/node_modules/jose/dist/browser/runtime/get_sign_verify_key.js +17 -0
  3544. package/node_modules/jose/dist/browser/runtime/is_key_like.js +5 -0
  3545. package/node_modules/jose/dist/browser/runtime/jwk_to_key.js +135 -0
  3546. package/node_modules/jose/dist/browser/runtime/key_to_jwk.js +21 -0
  3547. package/node_modules/jose/dist/browser/runtime/pbes2kw.js +51 -0
  3548. package/node_modules/jose/dist/browser/runtime/random.js +2 -0
  3549. package/node_modules/jose/dist/browser/runtime/rsaes.js +37 -0
  3550. package/node_modules/jose/dist/browser/runtime/sign.js +11 -0
  3551. package/node_modules/jose/dist/browser/runtime/subtle_dsa.js +28 -0
  3552. package/node_modules/jose/dist/browser/runtime/subtle_rsaes.js +12 -0
  3553. package/node_modules/jose/dist/browser/runtime/timing_safe_equal.js +19 -0
  3554. package/node_modules/jose/dist/browser/runtime/verify.js +16 -0
  3555. package/node_modules/jose/dist/browser/runtime/webcrypto.js +2 -0
  3556. package/node_modules/jose/dist/browser/runtime/zlib.js +7 -0
  3557. package/node_modules/jose/dist/browser/util/base64url.js +3 -0
  3558. package/node_modules/jose/dist/browser/util/decode_jwt.js +32 -0
  3559. package/node_modules/jose/dist/browser/util/decode_protected_header.js +34 -0
  3560. package/node_modules/jose/dist/browser/util/errors.js +147 -0
  3561. package/node_modules/jose/dist/node/cjs/index.js +65 -0
  3562. package/node_modules/jose/dist/node/cjs/jwe/compact/decrypt.js +31 -0
  3563. package/node_modules/jose/dist/node/cjs/jwe/compact/encrypt.js +30 -0
  3564. package/node_modules/jose/dist/node/cjs/jwe/flattened/decrypt.js +141 -0
  3565. package/node_modules/jose/dist/node/cjs/jwe/flattened/encrypt.js +179 -0
  3566. package/node_modules/jose/dist/node/cjs/jwe/general/decrypt.js +35 -0
  3567. package/node_modules/jose/dist/node/cjs/jwe/general/encrypt.js +182 -0
  3568. package/node_modules/jose/dist/node/cjs/jwk/embedded.js +21 -0
  3569. package/node_modules/jose/dist/node/cjs/jwk/thumbprint.js +58 -0
  3570. package/node_modules/jose/dist/node/cjs/jwks/local.js +104 -0
  3571. package/node_modules/jose/dist/node/cjs/jwks/remote.js +85 -0
  3572. package/node_modules/jose/dist/node/cjs/jws/compact/sign.js +21 -0
  3573. package/node_modules/jose/dist/node/cjs/jws/compact/verify.js +25 -0
  3574. package/node_modules/jose/dist/node/cjs/jws/flattened/sign.js +85 -0
  3575. package/node_modules/jose/dist/node/cjs/jws/flattened/verify.js +108 -0
  3576. package/node_modules/jose/dist/node/cjs/jws/general/sign.js +71 -0
  3577. package/node_modules/jose/dist/node/cjs/jws/general/verify.js +28 -0
  3578. package/node_modules/jose/dist/node/cjs/jwt/decrypt.js +27 -0
  3579. package/node_modules/jose/dist/node/cjs/jwt/encrypt.js +72 -0
  3580. package/node_modules/jose/dist/node/cjs/jwt/produce.js +58 -0
  3581. package/node_modules/jose/dist/node/cjs/jwt/sign.js +25 -0
  3582. package/node_modules/jose/dist/node/cjs/jwt/unsecured.js +36 -0
  3583. package/node_modules/jose/dist/node/cjs/jwt/verify.js +20 -0
  3584. package/node_modules/jose/dist/node/cjs/key/export.js +18 -0
  3585. package/node_modules/jose/dist/node/cjs/key/generate_key_pair.js +8 -0
  3586. package/node_modules/jose/dist/node/cjs/key/generate_secret.js +8 -0
  3587. package/node_modules/jose/dist/node/cjs/key/import.js +127 -0
  3588. package/node_modules/jose/dist/node/cjs/lib/aesgcmkw.js +19 -0
  3589. package/node_modules/jose/dist/node/cjs/lib/buffer_utils.js +60 -0
  3590. package/node_modules/jose/dist/node/cjs/lib/cek.js +24 -0
  3591. package/node_modules/jose/dist/node/cjs/lib/check_iv_length.js +10 -0
  3592. package/node_modules/jose/dist/node/cjs/lib/check_key_type.js +47 -0
  3593. package/node_modules/jose/dist/node/cjs/lib/check_p2s.js +9 -0
  3594. package/node_modules/jose/dist/node/cjs/lib/crypto_key.js +150 -0
  3595. package/node_modules/jose/dist/node/cjs/lib/decrypt_key_management.js +100 -0
  3596. package/node_modules/jose/dist/node/cjs/lib/encrypt_key_management.js +89 -0
  3597. package/node_modules/jose/dist/node/cjs/lib/epoch.js +3 -0
  3598. package/node_modules/jose/dist/node/cjs/lib/format_pem.js +6 -0
  3599. package/node_modules/jose/dist/node/cjs/lib/invalid_key_input.js +34 -0
  3600. package/node_modules/jose/dist/node/cjs/lib/is_disjoint.js +24 -0
  3601. package/node_modules/jose/dist/node/cjs/lib/is_object.js +19 -0
  3602. package/node_modules/jose/dist/node/cjs/lib/iv.js +24 -0
  3603. package/node_modules/jose/dist/node/cjs/lib/jwt_claims_set.js +93 -0
  3604. package/node_modules/jose/dist/node/cjs/lib/secs.js +46 -0
  3605. package/node_modules/jose/dist/node/cjs/lib/validate_algorithms.js +13 -0
  3606. package/node_modules/jose/dist/node/cjs/lib/validate_crit.js +36 -0
  3607. package/node_modules/jose/dist/node/cjs/runtime/aeskw.js +55 -0
  3608. package/node_modules/jose/dist/node/cjs/runtime/asn1.js +48 -0
  3609. package/node_modules/jose/dist/node/cjs/runtime/asn1_sequence_decoder.js +47 -0
  3610. package/node_modules/jose/dist/node/cjs/runtime/asn1_sequence_encoder.js +91 -0
  3611. package/node_modules/jose/dist/node/cjs/runtime/base64url.js +26 -0
  3612. package/node_modules/jose/dist/node/cjs/runtime/cbc_tag.js +11 -0
  3613. package/node_modules/jose/dist/node/cjs/runtime/check_cek_length.js +37 -0
  3614. package/node_modules/jose/dist/node/cjs/runtime/check_modulus_length.js +52 -0
  3615. package/node_modules/jose/dist/node/cjs/runtime/ciphers.js +8 -0
  3616. package/node_modules/jose/dist/node/cjs/runtime/decrypt.js +97 -0
  3617. package/node_modules/jose/dist/node/cjs/runtime/digest.js +5 -0
  3618. package/node_modules/jose/dist/node/cjs/runtime/dsa_digest.js +25 -0
  3619. package/node_modules/jose/dist/node/cjs/runtime/ecdhes.js +70 -0
  3620. package/node_modules/jose/dist/node/cjs/runtime/encrypt.js +74 -0
  3621. package/node_modules/jose/dist/node/cjs/runtime/env.js +7 -0
  3622. package/node_modules/jose/dist/node/cjs/runtime/fetch_jwks.js +45 -0
  3623. package/node_modules/jose/dist/node/cjs/runtime/generate.js +105 -0
  3624. package/node_modules/jose/dist/node/cjs/runtime/get_named_curve.js +95 -0
  3625. package/node_modules/jose/dist/node/cjs/runtime/get_sign_verify_key.js +24 -0
  3626. package/node_modules/jose/dist/node/cjs/runtime/hmac_digest.js +16 -0
  3627. package/node_modules/jose/dist/node/cjs/runtime/is_key_like.js +11 -0
  3628. package/node_modules/jose/dist/node/cjs/runtime/is_key_object.js +7 -0
  3629. package/node_modules/jose/dist/node/cjs/runtime/jwk_to_key.js +122 -0
  3630. package/node_modules/jose/dist/node/cjs/runtime/key_to_jwk.js +164 -0
  3631. package/node_modules/jose/dist/node/cjs/runtime/node_key.js +83 -0
  3632. package/node_modules/jose/dist/node/cjs/runtime/pbes2kw.js +48 -0
  3633. package/node_modules/jose/dist/node/cjs/runtime/random.js +5 -0
  3634. package/node_modules/jose/dist/node/cjs/runtime/rsaes.js +69 -0
  3635. package/node_modules/jose/dist/node/cjs/runtime/sign.js +25 -0
  3636. package/node_modules/jose/dist/node/cjs/runtime/timing_safe_equal.js +5 -0
  3637. package/node_modules/jose/dist/node/cjs/runtime/verify.js +42 -0
  3638. package/node_modules/jose/dist/node/cjs/runtime/webcrypto.js +11 -0
  3639. package/node_modules/jose/dist/node/cjs/runtime/zlib.js +11 -0
  3640. package/node_modules/jose/dist/node/cjs/util/base64url.js +6 -0
  3641. package/node_modules/jose/dist/node/cjs/util/decode_jwt.js +36 -0
  3642. package/node_modules/jose/dist/node/cjs/util/decode_protected_header.js +38 -0
  3643. package/node_modules/jose/dist/node/cjs/util/errors.js +165 -0
  3644. package/node_modules/jose/dist/node/esm/index.js +29 -0
  3645. package/node_modules/jose/dist/node/esm/jwe/compact/decrypt.js +27 -0
  3646. package/node_modules/jose/dist/node/esm/jwe/compact/encrypt.js +26 -0
  3647. package/node_modules/jose/dist/node/esm/jwe/flattened/decrypt.js +137 -0
  3648. package/node_modules/jose/dist/node/esm/jwe/flattened/encrypt.js +175 -0
  3649. package/node_modules/jose/dist/node/esm/jwe/general/decrypt.js +31 -0
  3650. package/node_modules/jose/dist/node/esm/jwe/general/encrypt.js +178 -0
  3651. package/node_modules/jose/dist/node/esm/jwk/embedded.js +17 -0
  3652. package/node_modules/jose/dist/node/esm/jwk/thumbprint.js +53 -0
  3653. package/node_modules/jose/dist/node/esm/jwks/local.js +98 -0
  3654. package/node_modules/jose/dist/node/esm/jwks/remote.js +81 -0
  3655. package/node_modules/jose/dist/node/esm/jws/compact/sign.js +17 -0
  3656. package/node_modules/jose/dist/node/esm/jws/compact/verify.js +21 -0
  3657. package/node_modules/jose/dist/node/esm/jws/flattened/sign.js +81 -0
  3658. package/node_modules/jose/dist/node/esm/jws/flattened/verify.js +104 -0
  3659. package/node_modules/jose/dist/node/esm/jws/general/sign.js +67 -0
  3660. package/node_modules/jose/dist/node/esm/jws/general/verify.js +24 -0
  3661. package/node_modules/jose/dist/node/esm/jwt/decrypt.js +23 -0
  3662. package/node_modules/jose/dist/node/esm/jwt/encrypt.js +68 -0
  3663. package/node_modules/jose/dist/node/esm/jwt/produce.js +54 -0
  3664. package/node_modules/jose/dist/node/esm/jwt/sign.js +21 -0
  3665. package/node_modules/jose/dist/node/esm/jwt/unsecured.js +32 -0
  3666. package/node_modules/jose/dist/node/esm/jwt/verify.js +16 -0
  3667. package/node_modules/jose/dist/node/esm/key/export.js +12 -0
  3668. package/node_modules/jose/dist/node/esm/key/generate_key_pair.js +4 -0
  3669. package/node_modules/jose/dist/node/esm/key/generate_secret.js +4 -0
  3670. package/node_modules/jose/dist/node/esm/key/import.js +120 -0
  3671. package/node_modules/jose/dist/node/esm/lib/aesgcmkw.js +14 -0
  3672. package/node_modules/jose/dist/node/esm/lib/buffer_utils.js +51 -0
  3673. package/node_modules/jose/dist/node/esm/lib/cek.js +20 -0
  3674. package/node_modules/jose/dist/node/esm/lib/check_iv_length.js +8 -0
  3675. package/node_modules/jose/dist/node/esm/lib/check_key_type.js +45 -0
  3676. package/node_modules/jose/dist/node/esm/lib/check_p2s.js +6 -0
  3677. package/node_modules/jose/dist/node/esm/lib/crypto_key.js +145 -0
  3678. package/node_modules/jose/dist/node/esm/lib/decrypt_key_management.js +98 -0
  3679. package/node_modules/jose/dist/node/esm/lib/encrypt_key_management.js +87 -0
  3680. package/node_modules/jose/dist/node/esm/lib/epoch.js +1 -0
  3681. package/node_modules/jose/dist/node/esm/lib/format_pem.js +4 -0
  3682. package/node_modules/jose/dist/node/esm/lib/invalid_key_input.js +30 -0
  3683. package/node_modules/jose/dist/node/esm/lib/is_disjoint.js +22 -0
  3684. package/node_modules/jose/dist/node/esm/lib/is_object.js +16 -0
  3685. package/node_modules/jose/dist/node/esm/lib/iv.js +20 -0
  3686. package/node_modules/jose/dist/node/esm/lib/jwt_claims_set.js +91 -0
  3687. package/node_modules/jose/dist/node/esm/lib/secs.js +44 -0
  3688. package/node_modules/jose/dist/node/esm/lib/validate_algorithms.js +11 -0
  3689. package/node_modules/jose/dist/node/esm/lib/validate_crit.js +34 -0
  3690. package/node_modules/jose/dist/node/esm/package.json +1 -0
  3691. package/node_modules/jose/dist/node/esm/runtime/aeskw.js +50 -0
  3692. package/node_modules/jose/dist/node/esm/runtime/asn1.js +41 -0
  3693. package/node_modules/jose/dist/node/esm/runtime/asn1_sequence_decoder.js +44 -0
  3694. package/node_modules/jose/dist/node/esm/runtime/asn1_sequence_encoder.js +88 -0
  3695. package/node_modules/jose/dist/node/esm/runtime/base64url.js +20 -0
  3696. package/node_modules/jose/dist/node/esm/runtime/cbc_tag.js +8 -0
  3697. package/node_modules/jose/dist/node/esm/runtime/check_cek_length.js +35 -0
  3698. package/node_modules/jose/dist/node/esm/runtime/check_modulus_length.js +48 -0
  3699. package/node_modules/jose/dist/node/esm/runtime/ciphers.js +6 -0
  3700. package/node_modules/jose/dist/node/esm/runtime/decrypt.js +95 -0
  3701. package/node_modules/jose/dist/node/esm/runtime/digest.js +3 -0
  3702. package/node_modules/jose/dist/node/esm/runtime/dsa_digest.js +22 -0
  3703. package/node_modules/jose/dist/node/esm/runtime/ecdhes.js +64 -0
  3704. package/node_modules/jose/dist/node/esm/runtime/encrypt.js +72 -0
  3705. package/node_modules/jose/dist/node/esm/runtime/env.js +3 -0
  3706. package/node_modules/jose/dist/node/esm/runtime/fetch_jwks.js +43 -0
  3707. package/node_modules/jose/dist/node/esm/runtime/generate.js +100 -0
  3708. package/node_modules/jose/dist/node/esm/runtime/get_named_curve.js +91 -0
  3709. package/node_modules/jose/dist/node/esm/runtime/get_sign_verify_key.js +21 -0
  3710. package/node_modules/jose/dist/node/esm/runtime/hmac_digest.js +13 -0
  3711. package/node_modules/jose/dist/node/esm/runtime/is_key_like.js +8 -0
  3712. package/node_modules/jose/dist/node/esm/runtime/is_key_object.js +5 -0
  3713. package/node_modules/jose/dist/node/esm/runtime/jwk_to_key.js +120 -0
  3714. package/node_modules/jose/dist/node/esm/runtime/key_to_jwk.js +162 -0
  3715. package/node_modules/jose/dist/node/esm/runtime/node_key.js +80 -0
  3716. package/node_modules/jose/dist/node/esm/runtime/pbes2kw.js +43 -0
  3717. package/node_modules/jose/dist/node/esm/runtime/random.js +1 -0
  3718. package/node_modules/jose/dist/node/esm/runtime/rsaes.js +64 -0
  3719. package/node_modules/jose/dist/node/esm/runtime/sign.js +23 -0
  3720. package/node_modules/jose/dist/node/esm/runtime/timing_safe_equal.js +3 -0
  3721. package/node_modules/jose/dist/node/esm/runtime/verify.js +40 -0
  3722. package/node_modules/jose/dist/node/esm/runtime/webcrypto.js +8 -0
  3723. package/node_modules/jose/dist/node/esm/runtime/zlib.js +6 -0
  3724. package/node_modules/jose/dist/node/esm/util/base64url.js +3 -0
  3725. package/node_modules/jose/dist/node/esm/util/decode_jwt.js +32 -0
  3726. package/node_modules/jose/dist/node/esm/util/decode_protected_header.js +34 -0
  3727. package/node_modules/jose/dist/node/esm/util/errors.js +147 -0
  3728. package/node_modules/jose/dist/types/index.d.ts +47 -0
  3729. package/node_modules/jose/dist/types/jwe/compact/decrypt.d.ts +33 -0
  3730. package/node_modules/jose/dist/types/jwe/compact/encrypt.d.ts +60 -0
  3731. package/node_modules/jose/dist/types/jwe/flattened/decrypt.d.ts +43 -0
  3732. package/node_modules/jose/dist/types/jwe/flattened/encrypt.d.ts +89 -0
  3733. package/node_modules/jose/dist/types/jwe/general/decrypt.d.ts +47 -0
  3734. package/node_modules/jose/dist/types/jwe/general/encrypt.d.ts +74 -0
  3735. package/node_modules/jose/dist/types/jwk/embedded.d.ts +23 -0
  3736. package/node_modules/jose/dist/types/jwk/thumbprint.d.ts +44 -0
  3737. package/node_modules/jose/dist/types/jwks/local.d.ts +48 -0
  3738. package/node_modules/jose/dist/types/jwks/remote.d.ts +54 -0
  3739. package/node_modules/jose/dist/types/jws/compact/sign.d.ts +34 -0
  3740. package/node_modules/jose/dist/types/jws/compact/verify.d.ts +37 -0
  3741. package/node_modules/jose/dist/types/jws/flattened/sign.d.ts +42 -0
  3742. package/node_modules/jose/dist/types/jws/flattened/verify.d.ts +42 -0
  3743. package/node_modules/jose/dist/types/jws/general/sign.d.ts +54 -0
  3744. package/node_modules/jose/dist/types/jws/general/verify.d.ts +45 -0
  3745. package/node_modules/jose/dist/types/jwt/decrypt.d.ts +40 -0
  3746. package/node_modules/jose/dist/types/jwt/encrypt.d.ts +84 -0
  3747. package/node_modules/jose/dist/types/jwt/produce.d.ts +53 -0
  3748. package/node_modules/jose/dist/types/jwt/sign.d.ts +35 -0
  3749. package/node_modules/jose/dist/types/jwt/unsecured.d.ts +44 -0
  3750. package/node_modules/jose/dist/types/jwt/verify.d.ts +44 -0
  3751. package/node_modules/jose/dist/types/key/export.d.ts +47 -0
  3752. package/node_modules/jose/dist/types/key/generate_key_pair.d.ts +44 -0
  3753. package/node_modules/jose/dist/types/key/generate_secret.d.ts +26 -0
  3754. package/node_modules/jose/dist/types/key/import.d.ts +115 -0
  3755. package/node_modules/jose/dist/types/types.d.ts +602 -0
  3756. package/node_modules/jose/dist/types/util/base64url.d.ts +19 -0
  3757. package/node_modules/jose/dist/types/util/decode_jwt.d.ts +17 -0
  3758. package/node_modules/jose/dist/types/util/decode_protected_header.d.ts +15 -0
  3759. package/node_modules/jose/dist/types/util/errors.d.ts +96 -0
  3760. package/node_modules/jose/package.json +82 -0
  3761. package/node_modules/minimalistic-assert/LICENSE +13 -0
  3762. package/node_modules/minimalistic-assert/index.js +11 -0
  3763. package/node_modules/minimalistic-assert/package.json +19 -0
  3764. package/node_modules/minimalistic-assert/readme.md +4 -0
  3765. package/node_modules/object-hash/LICENSE +22 -0
  3766. package/node_modules/object-hash/dist/object_hash.js +1 -0
  3767. package/node_modules/object-hash/index.js +453 -0
  3768. package/node_modules/object-hash/package.json +53 -0
  3769. package/node_modules/object-hash/readme.markdown +184 -0
  3770. package/node_modules/oidc-token-hash/LICENSE.md +21 -0
  3771. package/node_modules/oidc-token-hash/README.md +55 -0
  3772. package/node_modules/oidc-token-hash/lib/index.js +106 -0
  3773. package/node_modules/oidc-token-hash/lib/shake256.js +7 -0
  3774. package/node_modules/oidc-token-hash/package.json +36 -0
  3775. package/node_modules/openid-client/LICENSE.md +21 -0
  3776. package/node_modules/openid-client/README.md +299 -0
  3777. package/node_modules/openid-client/lib/client.js +1815 -0
  3778. package/node_modules/openid-client/lib/device_flow_handle.js +125 -0
  3779. package/node_modules/openid-client/lib/errors.js +55 -0
  3780. package/node_modules/openid-client/lib/helpers/assert.js +24 -0
  3781. package/node_modules/openid-client/lib/helpers/base64url.js +13 -0
  3782. package/node_modules/openid-client/lib/helpers/client.js +209 -0
  3783. package/node_modules/openid-client/lib/helpers/consts.js +7 -0
  3784. package/node_modules/openid-client/lib/helpers/decode_jwt.js +27 -0
  3785. package/node_modules/openid-client/lib/helpers/deep_clone.js +3 -0
  3786. package/node_modules/openid-client/lib/helpers/defaults.js +27 -0
  3787. package/node_modules/openid-client/lib/helpers/generators.js +14 -0
  3788. package/node_modules/openid-client/lib/helpers/is_key_object.js +4 -0
  3789. package/node_modules/openid-client/lib/helpers/is_plain_object.js +1 -0
  3790. package/node_modules/openid-client/lib/helpers/issuer.js +110 -0
  3791. package/node_modules/openid-client/lib/helpers/keystore.js +312 -0
  3792. package/node_modules/openid-client/lib/helpers/merge.js +24 -0
  3793. package/node_modules/openid-client/lib/helpers/pick.js +9 -0
  3794. package/node_modules/openid-client/lib/helpers/process_response.js +71 -0
  3795. package/node_modules/openid-client/lib/helpers/request.js +197 -0
  3796. package/node_modules/openid-client/lib/helpers/unix_timestamp.js +1 -0
  3797. package/node_modules/openid-client/lib/helpers/weak_cache.js +1 -0
  3798. package/node_modules/openid-client/lib/helpers/webfinger_normalize.js +71 -0
  3799. package/node_modules/openid-client/lib/helpers/www_authenticate_parser.js +14 -0
  3800. package/node_modules/openid-client/lib/index.js +23 -0
  3801. package/node_modules/openid-client/lib/index.mjs +9 -0
  3802. package/node_modules/openid-client/lib/issuer.js +204 -0
  3803. package/node_modules/openid-client/lib/issuer_registry.js +3 -0
  3804. package/node_modules/openid-client/lib/passport_strategy.js +194 -0
  3805. package/node_modules/openid-client/lib/token_set.js +35 -0
  3806. package/node_modules/openid-client/node_modules/lru-cache/LICENSE +15 -0
  3807. package/node_modules/openid-client/node_modules/lru-cache/README.md +166 -0
  3808. package/node_modules/openid-client/node_modules/lru-cache/index.js +334 -0
  3809. package/node_modules/openid-client/node_modules/lru-cache/package.json +34 -0
  3810. package/node_modules/openid-client/package.json +118 -0
  3811. package/node_modules/openid-client/types/index.d.ts +620 -0
  3812. package/node_modules/safe-regex-test/.eslintrc +9 -0
  3813. package/node_modules/safe-regex-test/.github/FUNDING.yml +12 -0
  3814. package/node_modules/safe-regex-test/CHANGELOG.md +15 -0
  3815. package/node_modules/safe-regex-test/LICENSE +21 -0
  3816. package/node_modules/safe-regex-test/README.md +42 -0
  3817. package/node_modules/safe-regex-test/index.js +17 -0
  3818. package/node_modules/safe-regex-test/package.json +75 -0
  3819. package/node_modules/safe-regex-test/test/index.js +37 -0
  3820. package/node_modules/safer-buffer/LICENSE +21 -0
  3821. package/node_modules/safer-buffer/Porting-Buffer.md +268 -0
  3822. package/node_modules/safer-buffer/Readme.md +156 -0
  3823. package/node_modules/safer-buffer/dangerous.js +58 -0
  3824. package/node_modules/safer-buffer/package.json +34 -0
  3825. package/node_modules/safer-buffer/safer.js +77 -0
  3826. package/node_modules/safer-buffer/tests.js +406 -0
  3827. package/node_modules/ws/lib/websocket.js +15 -15
  3828. package/node_modules/ws/package.json +1 -1
  3829. package/node_modules/yallist/LICENSE +15 -0
  3830. package/node_modules/yallist/README.md +204 -0
  3831. package/node_modules/yallist/iterator.js +8 -0
  3832. package/node_modules/yallist/package.json +29 -0
  3833. package/node_modules/yallist/yallist.js +426 -0
  3834. package/package.json +36 -36
  3835. package/node_modules/@serverless-stack/node/.turbo/turbo-build.log +0 -2
  3836. package/node_modules/@serverless-stack/node/CHANGELOG.md +0 -157
  3837. package/node_modules/@serverless-stack/node/src/auth/index.ts +0 -24
  3838. package/node_modules/@serverless-stack/node/src/config/index.ts +0 -120
  3839. package/node_modules/@serverless-stack/node/src/graphql/index.ts +0 -96
  3840. package/node_modules/@serverless-stack/node/tsconfig.json +0 -11
  3841. package/node_modules/is-callable/.eslintignore +0 -1
  3842. package/node_modules/is-callable/.istanbul.yml +0 -47
@@ -1,470 +1,1645 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
- import { AbortMultipartUploadCommandInput, AbortMultipartUploadCommandOutput } from "./commands/AbortMultipartUploadCommand";
3
- import { CompleteMultipartUploadCommandInput, CompleteMultipartUploadCommandOutput } from "./commands/CompleteMultipartUploadCommand";
4
- import { CopyObjectCommandInput, CopyObjectCommandOutput } from "./commands/CopyObjectCommand";
5
- import { CreateBucketCommandInput, CreateBucketCommandOutput } from "./commands/CreateBucketCommand";
6
- import { CreateMultipartUploadCommandInput, CreateMultipartUploadCommandOutput } from "./commands/CreateMultipartUploadCommand";
7
- import { DeleteBucketAnalyticsConfigurationCommandInput, DeleteBucketAnalyticsConfigurationCommandOutput } from "./commands/DeleteBucketAnalyticsConfigurationCommand";
8
- import { DeleteBucketCommandInput, DeleteBucketCommandOutput } from "./commands/DeleteBucketCommand";
9
- import { DeleteBucketCorsCommandInput, DeleteBucketCorsCommandOutput } from "./commands/DeleteBucketCorsCommand";
10
- import { DeleteBucketEncryptionCommandInput, DeleteBucketEncryptionCommandOutput } from "./commands/DeleteBucketEncryptionCommand";
11
- import { DeleteBucketIntelligentTieringConfigurationCommandInput, DeleteBucketIntelligentTieringConfigurationCommandOutput } from "./commands/DeleteBucketIntelligentTieringConfigurationCommand";
12
- import { DeleteBucketInventoryConfigurationCommandInput, DeleteBucketInventoryConfigurationCommandOutput } from "./commands/DeleteBucketInventoryConfigurationCommand";
13
- import { DeleteBucketLifecycleCommandInput, DeleteBucketLifecycleCommandOutput } from "./commands/DeleteBucketLifecycleCommand";
14
- import { DeleteBucketMetricsConfigurationCommandInput, DeleteBucketMetricsConfigurationCommandOutput } from "./commands/DeleteBucketMetricsConfigurationCommand";
15
- import { DeleteBucketOwnershipControlsCommandInput, DeleteBucketOwnershipControlsCommandOutput } from "./commands/DeleteBucketOwnershipControlsCommand";
16
- import { DeleteBucketPolicyCommandInput, DeleteBucketPolicyCommandOutput } from "./commands/DeleteBucketPolicyCommand";
17
- import { DeleteBucketReplicationCommandInput, DeleteBucketReplicationCommandOutput } from "./commands/DeleteBucketReplicationCommand";
18
- import { DeleteBucketTaggingCommandInput, DeleteBucketTaggingCommandOutput } from "./commands/DeleteBucketTaggingCommand";
19
- import { DeleteBucketWebsiteCommandInput, DeleteBucketWebsiteCommandOutput } from "./commands/DeleteBucketWebsiteCommand";
20
- import { DeleteObjectCommandInput, DeleteObjectCommandOutput } from "./commands/DeleteObjectCommand";
21
- import { DeleteObjectsCommandInput, DeleteObjectsCommandOutput } from "./commands/DeleteObjectsCommand";
22
- import { DeleteObjectTaggingCommandInput, DeleteObjectTaggingCommandOutput } from "./commands/DeleteObjectTaggingCommand";
23
- import { DeletePublicAccessBlockCommandInput, DeletePublicAccessBlockCommandOutput } from "./commands/DeletePublicAccessBlockCommand";
24
- import { GetBucketAccelerateConfigurationCommandInput, GetBucketAccelerateConfigurationCommandOutput } from "./commands/GetBucketAccelerateConfigurationCommand";
25
- import { GetBucketAclCommandInput, GetBucketAclCommandOutput } from "./commands/GetBucketAclCommand";
26
- import { GetBucketAnalyticsConfigurationCommandInput, GetBucketAnalyticsConfigurationCommandOutput } from "./commands/GetBucketAnalyticsConfigurationCommand";
27
- import { GetBucketCorsCommandInput, GetBucketCorsCommandOutput } from "./commands/GetBucketCorsCommand";
28
- import { GetBucketEncryptionCommandInput, GetBucketEncryptionCommandOutput } from "./commands/GetBucketEncryptionCommand";
29
- import { GetBucketIntelligentTieringConfigurationCommandInput, GetBucketIntelligentTieringConfigurationCommandOutput } from "./commands/GetBucketIntelligentTieringConfigurationCommand";
30
- import { GetBucketInventoryConfigurationCommandInput, GetBucketInventoryConfigurationCommandOutput } from "./commands/GetBucketInventoryConfigurationCommand";
31
- import { GetBucketLifecycleConfigurationCommandInput, GetBucketLifecycleConfigurationCommandOutput } from "./commands/GetBucketLifecycleConfigurationCommand";
32
- import { GetBucketLocationCommandInput, GetBucketLocationCommandOutput } from "./commands/GetBucketLocationCommand";
33
- import { GetBucketLoggingCommandInput, GetBucketLoggingCommandOutput } from "./commands/GetBucketLoggingCommand";
34
- import { GetBucketMetricsConfigurationCommandInput, GetBucketMetricsConfigurationCommandOutput } from "./commands/GetBucketMetricsConfigurationCommand";
35
- import { GetBucketNotificationConfigurationCommandInput, GetBucketNotificationConfigurationCommandOutput } from "./commands/GetBucketNotificationConfigurationCommand";
36
- import { GetBucketOwnershipControlsCommandInput, GetBucketOwnershipControlsCommandOutput } from "./commands/GetBucketOwnershipControlsCommand";
37
- import { GetBucketPolicyCommandInput, GetBucketPolicyCommandOutput } from "./commands/GetBucketPolicyCommand";
38
- import { GetBucketPolicyStatusCommandInput, GetBucketPolicyStatusCommandOutput } from "./commands/GetBucketPolicyStatusCommand";
39
- import { GetBucketReplicationCommandInput, GetBucketReplicationCommandOutput } from "./commands/GetBucketReplicationCommand";
40
- import { GetBucketRequestPaymentCommandInput, GetBucketRequestPaymentCommandOutput } from "./commands/GetBucketRequestPaymentCommand";
41
- import { GetBucketTaggingCommandInput, GetBucketTaggingCommandOutput } from "./commands/GetBucketTaggingCommand";
42
- import { GetBucketVersioningCommandInput, GetBucketVersioningCommandOutput } from "./commands/GetBucketVersioningCommand";
43
- import { GetBucketWebsiteCommandInput, GetBucketWebsiteCommandOutput } from "./commands/GetBucketWebsiteCommand";
44
- import { GetObjectAclCommandInput, GetObjectAclCommandOutput } from "./commands/GetObjectAclCommand";
45
- import { GetObjectAttributesCommandInput, GetObjectAttributesCommandOutput } from "./commands/GetObjectAttributesCommand";
46
- import { GetObjectCommandInput, GetObjectCommandOutput } from "./commands/GetObjectCommand";
47
- import { GetObjectLegalHoldCommandInput, GetObjectLegalHoldCommandOutput } from "./commands/GetObjectLegalHoldCommand";
48
- import { GetObjectLockConfigurationCommandInput, GetObjectLockConfigurationCommandOutput } from "./commands/GetObjectLockConfigurationCommand";
49
- import { GetObjectRetentionCommandInput, GetObjectRetentionCommandOutput } from "./commands/GetObjectRetentionCommand";
50
- import { GetObjectTaggingCommandInput, GetObjectTaggingCommandOutput } from "./commands/GetObjectTaggingCommand";
51
- import { GetObjectTorrentCommandInput, GetObjectTorrentCommandOutput } from "./commands/GetObjectTorrentCommand";
52
- import { GetPublicAccessBlockCommandInput, GetPublicAccessBlockCommandOutput } from "./commands/GetPublicAccessBlockCommand";
53
- import { HeadBucketCommandInput, HeadBucketCommandOutput } from "./commands/HeadBucketCommand";
54
- import { HeadObjectCommandInput, HeadObjectCommandOutput } from "./commands/HeadObjectCommand";
55
- import { ListBucketAnalyticsConfigurationsCommandInput, ListBucketAnalyticsConfigurationsCommandOutput } from "./commands/ListBucketAnalyticsConfigurationsCommand";
56
- import { ListBucketIntelligentTieringConfigurationsCommandInput, ListBucketIntelligentTieringConfigurationsCommandOutput } from "./commands/ListBucketIntelligentTieringConfigurationsCommand";
57
- import { ListBucketInventoryConfigurationsCommandInput, ListBucketInventoryConfigurationsCommandOutput } from "./commands/ListBucketInventoryConfigurationsCommand";
58
- import { ListBucketMetricsConfigurationsCommandInput, ListBucketMetricsConfigurationsCommandOutput } from "./commands/ListBucketMetricsConfigurationsCommand";
59
- import { ListBucketsCommandInput, ListBucketsCommandOutput } from "./commands/ListBucketsCommand";
60
- import { ListMultipartUploadsCommandInput, ListMultipartUploadsCommandOutput } from "./commands/ListMultipartUploadsCommand";
61
- import { ListObjectsCommandInput, ListObjectsCommandOutput } from "./commands/ListObjectsCommand";
62
- import { ListObjectsV2CommandInput, ListObjectsV2CommandOutput } from "./commands/ListObjectsV2Command";
63
- import { ListObjectVersionsCommandInput, ListObjectVersionsCommandOutput } from "./commands/ListObjectVersionsCommand";
64
- import { ListPartsCommandInput, ListPartsCommandOutput } from "./commands/ListPartsCommand";
65
- import { PutBucketAccelerateConfigurationCommandInput, PutBucketAccelerateConfigurationCommandOutput } from "./commands/PutBucketAccelerateConfigurationCommand";
66
- import { PutBucketAclCommandInput, PutBucketAclCommandOutput } from "./commands/PutBucketAclCommand";
67
- import { PutBucketAnalyticsConfigurationCommandInput, PutBucketAnalyticsConfigurationCommandOutput } from "./commands/PutBucketAnalyticsConfigurationCommand";
68
- import { PutBucketCorsCommandInput, PutBucketCorsCommandOutput } from "./commands/PutBucketCorsCommand";
69
- import { PutBucketEncryptionCommandInput, PutBucketEncryptionCommandOutput } from "./commands/PutBucketEncryptionCommand";
70
- import { PutBucketIntelligentTieringConfigurationCommandInput, PutBucketIntelligentTieringConfigurationCommandOutput } from "./commands/PutBucketIntelligentTieringConfigurationCommand";
71
- import { PutBucketInventoryConfigurationCommandInput, PutBucketInventoryConfigurationCommandOutput } from "./commands/PutBucketInventoryConfigurationCommand";
72
- import { PutBucketLifecycleConfigurationCommandInput, PutBucketLifecycleConfigurationCommandOutput } from "./commands/PutBucketLifecycleConfigurationCommand";
73
- import { PutBucketLoggingCommandInput, PutBucketLoggingCommandOutput } from "./commands/PutBucketLoggingCommand";
74
- import { PutBucketMetricsConfigurationCommandInput, PutBucketMetricsConfigurationCommandOutput } from "./commands/PutBucketMetricsConfigurationCommand";
75
- import { PutBucketNotificationConfigurationCommandInput, PutBucketNotificationConfigurationCommandOutput } from "./commands/PutBucketNotificationConfigurationCommand";
76
- import { PutBucketOwnershipControlsCommandInput, PutBucketOwnershipControlsCommandOutput } from "./commands/PutBucketOwnershipControlsCommand";
77
- import { PutBucketPolicyCommandInput, PutBucketPolicyCommandOutput } from "./commands/PutBucketPolicyCommand";
78
- import { PutBucketReplicationCommandInput, PutBucketReplicationCommandOutput } from "./commands/PutBucketReplicationCommand";
79
- import { PutBucketRequestPaymentCommandInput, PutBucketRequestPaymentCommandOutput } from "./commands/PutBucketRequestPaymentCommand";
80
- import { PutBucketTaggingCommandInput, PutBucketTaggingCommandOutput } from "./commands/PutBucketTaggingCommand";
81
- import { PutBucketVersioningCommandInput, PutBucketVersioningCommandOutput } from "./commands/PutBucketVersioningCommand";
82
- import { PutBucketWebsiteCommandInput, PutBucketWebsiteCommandOutput } from "./commands/PutBucketWebsiteCommand";
83
- import { PutObjectAclCommandInput, PutObjectAclCommandOutput } from "./commands/PutObjectAclCommand";
84
- import { PutObjectCommandInput, PutObjectCommandOutput } from "./commands/PutObjectCommand";
85
- import { PutObjectLegalHoldCommandInput, PutObjectLegalHoldCommandOutput } from "./commands/PutObjectLegalHoldCommand";
86
- import { PutObjectLockConfigurationCommandInput, PutObjectLockConfigurationCommandOutput } from "./commands/PutObjectLockConfigurationCommand";
87
- import { PutObjectRetentionCommandInput, PutObjectRetentionCommandOutput } from "./commands/PutObjectRetentionCommand";
88
- import { PutObjectTaggingCommandInput, PutObjectTaggingCommandOutput } from "./commands/PutObjectTaggingCommand";
89
- import { PutPublicAccessBlockCommandInput, PutPublicAccessBlockCommandOutput } from "./commands/PutPublicAccessBlockCommand";
90
- import { RestoreObjectCommandInput, RestoreObjectCommandOutput } from "./commands/RestoreObjectCommand";
91
- import { SelectObjectContentCommandInput, SelectObjectContentCommandOutput } from "./commands/SelectObjectContentCommand";
92
- import { UploadPartCommandInput, UploadPartCommandOutput } from "./commands/UploadPartCommand";
93
- import { UploadPartCopyCommandInput, UploadPartCopyCommandOutput } from "./commands/UploadPartCopyCommand";
94
- import { WriteGetObjectResponseCommandInput, WriteGetObjectResponseCommandOutput } from "./commands/WriteGetObjectResponseCommand";
95
- import { S3Client } from "./S3Client";
96
-
97
- export declare class S3 extends S3Client {
98
-
99
- abortMultipartUpload(args: AbortMultipartUploadCommandInput, options?: __HttpHandlerOptions): Promise<AbortMultipartUploadCommandOutput>;
100
- abortMultipartUpload(args: AbortMultipartUploadCommandInput, cb: (err: any, data?: AbortMultipartUploadCommandOutput) => void): void;
101
- abortMultipartUpload(args: AbortMultipartUploadCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AbortMultipartUploadCommandOutput) => void): void;
102
-
103
- completeMultipartUpload(args: CompleteMultipartUploadCommandInput, options?: __HttpHandlerOptions): Promise<CompleteMultipartUploadCommandOutput>;
104
- completeMultipartUpload(args: CompleteMultipartUploadCommandInput, cb: (err: any, data?: CompleteMultipartUploadCommandOutput) => void): void;
105
- completeMultipartUpload(args: CompleteMultipartUploadCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CompleteMultipartUploadCommandOutput) => void): void;
106
-
107
- copyObject(args: CopyObjectCommandInput, options?: __HttpHandlerOptions): Promise<CopyObjectCommandOutput>;
108
- copyObject(args: CopyObjectCommandInput, cb: (err: any, data?: CopyObjectCommandOutput) => void): void;
109
- copyObject(args: CopyObjectCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CopyObjectCommandOutput) => void): void;
110
-
111
- createBucket(args: CreateBucketCommandInput, options?: __HttpHandlerOptions): Promise<CreateBucketCommandOutput>;
112
- createBucket(args: CreateBucketCommandInput, cb: (err: any, data?: CreateBucketCommandOutput) => void): void;
113
- createBucket(args: CreateBucketCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateBucketCommandOutput) => void): void;
114
-
115
- createMultipartUpload(args: CreateMultipartUploadCommandInput, options?: __HttpHandlerOptions): Promise<CreateMultipartUploadCommandOutput>;
116
- createMultipartUpload(args: CreateMultipartUploadCommandInput, cb: (err: any, data?: CreateMultipartUploadCommandOutput) => void): void;
117
- createMultipartUpload(args: CreateMultipartUploadCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateMultipartUploadCommandOutput) => void): void;
118
-
119
- deleteBucket(args: DeleteBucketCommandInput, options?: __HttpHandlerOptions): Promise<DeleteBucketCommandOutput>;
120
- deleteBucket(args: DeleteBucketCommandInput, cb: (err: any, data?: DeleteBucketCommandOutput) => void): void;
121
- deleteBucket(args: DeleteBucketCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteBucketCommandOutput) => void): void;
122
-
123
- deleteBucketAnalyticsConfiguration(args: DeleteBucketAnalyticsConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteBucketAnalyticsConfigurationCommandOutput>;
124
- deleteBucketAnalyticsConfiguration(args: DeleteBucketAnalyticsConfigurationCommandInput, cb: (err: any, data?: DeleteBucketAnalyticsConfigurationCommandOutput) => void): void;
125
- deleteBucketAnalyticsConfiguration(args: DeleteBucketAnalyticsConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteBucketAnalyticsConfigurationCommandOutput) => void): void;
126
-
127
- deleteBucketCors(args: DeleteBucketCorsCommandInput, options?: __HttpHandlerOptions): Promise<DeleteBucketCorsCommandOutput>;
128
- deleteBucketCors(args: DeleteBucketCorsCommandInput, cb: (err: any, data?: DeleteBucketCorsCommandOutput) => void): void;
129
- deleteBucketCors(args: DeleteBucketCorsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteBucketCorsCommandOutput) => void): void;
130
-
131
- deleteBucketEncryption(args: DeleteBucketEncryptionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteBucketEncryptionCommandOutput>;
132
- deleteBucketEncryption(args: DeleteBucketEncryptionCommandInput, cb: (err: any, data?: DeleteBucketEncryptionCommandOutput) => void): void;
133
- deleteBucketEncryption(args: DeleteBucketEncryptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteBucketEncryptionCommandOutput) => void): void;
134
-
135
- deleteBucketIntelligentTieringConfiguration(args: DeleteBucketIntelligentTieringConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteBucketIntelligentTieringConfigurationCommandOutput>;
136
- deleteBucketIntelligentTieringConfiguration(args: DeleteBucketIntelligentTieringConfigurationCommandInput, cb: (err: any, data?: DeleteBucketIntelligentTieringConfigurationCommandOutput) => void): void;
137
- deleteBucketIntelligentTieringConfiguration(args: DeleteBucketIntelligentTieringConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteBucketIntelligentTieringConfigurationCommandOutput) => void): void;
138
-
139
- deleteBucketInventoryConfiguration(args: DeleteBucketInventoryConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteBucketInventoryConfigurationCommandOutput>;
140
- deleteBucketInventoryConfiguration(args: DeleteBucketInventoryConfigurationCommandInput, cb: (err: any, data?: DeleteBucketInventoryConfigurationCommandOutput) => void): void;
141
- deleteBucketInventoryConfiguration(args: DeleteBucketInventoryConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteBucketInventoryConfigurationCommandOutput) => void): void;
142
-
143
- deleteBucketLifecycle(args: DeleteBucketLifecycleCommandInput, options?: __HttpHandlerOptions): Promise<DeleteBucketLifecycleCommandOutput>;
144
- deleteBucketLifecycle(args: DeleteBucketLifecycleCommandInput, cb: (err: any, data?: DeleteBucketLifecycleCommandOutput) => void): void;
145
- deleteBucketLifecycle(args: DeleteBucketLifecycleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteBucketLifecycleCommandOutput) => void): void;
146
-
147
- deleteBucketMetricsConfiguration(args: DeleteBucketMetricsConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteBucketMetricsConfigurationCommandOutput>;
148
- deleteBucketMetricsConfiguration(args: DeleteBucketMetricsConfigurationCommandInput, cb: (err: any, data?: DeleteBucketMetricsConfigurationCommandOutput) => void): void;
149
- deleteBucketMetricsConfiguration(args: DeleteBucketMetricsConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteBucketMetricsConfigurationCommandOutput) => void): void;
150
-
151
- deleteBucketOwnershipControls(args: DeleteBucketOwnershipControlsCommandInput, options?: __HttpHandlerOptions): Promise<DeleteBucketOwnershipControlsCommandOutput>;
152
- deleteBucketOwnershipControls(args: DeleteBucketOwnershipControlsCommandInput, cb: (err: any, data?: DeleteBucketOwnershipControlsCommandOutput) => void): void;
153
- deleteBucketOwnershipControls(args: DeleteBucketOwnershipControlsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteBucketOwnershipControlsCommandOutput) => void): void;
154
-
155
- deleteBucketPolicy(args: DeleteBucketPolicyCommandInput, options?: __HttpHandlerOptions): Promise<DeleteBucketPolicyCommandOutput>;
156
- deleteBucketPolicy(args: DeleteBucketPolicyCommandInput, cb: (err: any, data?: DeleteBucketPolicyCommandOutput) => void): void;
157
- deleteBucketPolicy(args: DeleteBucketPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteBucketPolicyCommandOutput) => void): void;
158
-
159
- deleteBucketReplication(args: DeleteBucketReplicationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteBucketReplicationCommandOutput>;
160
- deleteBucketReplication(args: DeleteBucketReplicationCommandInput, cb: (err: any, data?: DeleteBucketReplicationCommandOutput) => void): void;
161
- deleteBucketReplication(args: DeleteBucketReplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteBucketReplicationCommandOutput) => void): void;
162
-
163
- deleteBucketTagging(args: DeleteBucketTaggingCommandInput, options?: __HttpHandlerOptions): Promise<DeleteBucketTaggingCommandOutput>;
164
- deleteBucketTagging(args: DeleteBucketTaggingCommandInput, cb: (err: any, data?: DeleteBucketTaggingCommandOutput) => void): void;
165
- deleteBucketTagging(args: DeleteBucketTaggingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteBucketTaggingCommandOutput) => void): void;
166
-
167
- deleteBucketWebsite(args: DeleteBucketWebsiteCommandInput, options?: __HttpHandlerOptions): Promise<DeleteBucketWebsiteCommandOutput>;
168
- deleteBucketWebsite(args: DeleteBucketWebsiteCommandInput, cb: (err: any, data?: DeleteBucketWebsiteCommandOutput) => void): void;
169
- deleteBucketWebsite(args: DeleteBucketWebsiteCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteBucketWebsiteCommandOutput) => void): void;
170
-
171
- deleteObject(args: DeleteObjectCommandInput, options?: __HttpHandlerOptions): Promise<DeleteObjectCommandOutput>;
172
- deleteObject(args: DeleteObjectCommandInput, cb: (err: any, data?: DeleteObjectCommandOutput) => void): void;
173
- deleteObject(args: DeleteObjectCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteObjectCommandOutput) => void): void;
174
-
175
- deleteObjects(args: DeleteObjectsCommandInput, options?: __HttpHandlerOptions): Promise<DeleteObjectsCommandOutput>;
176
- deleteObjects(args: DeleteObjectsCommandInput, cb: (err: any, data?: DeleteObjectsCommandOutput) => void): void;
177
- deleteObjects(args: DeleteObjectsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteObjectsCommandOutput) => void): void;
178
-
179
- deleteObjectTagging(args: DeleteObjectTaggingCommandInput, options?: __HttpHandlerOptions): Promise<DeleteObjectTaggingCommandOutput>;
180
- deleteObjectTagging(args: DeleteObjectTaggingCommandInput, cb: (err: any, data?: DeleteObjectTaggingCommandOutput) => void): void;
181
- deleteObjectTagging(args: DeleteObjectTaggingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteObjectTaggingCommandOutput) => void): void;
182
-
183
- deletePublicAccessBlock(args: DeletePublicAccessBlockCommandInput, options?: __HttpHandlerOptions): Promise<DeletePublicAccessBlockCommandOutput>;
184
- deletePublicAccessBlock(args: DeletePublicAccessBlockCommandInput, cb: (err: any, data?: DeletePublicAccessBlockCommandOutput) => void): void;
185
- deletePublicAccessBlock(args: DeletePublicAccessBlockCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeletePublicAccessBlockCommandOutput) => void): void;
186
-
187
- getBucketAccelerateConfiguration(args: GetBucketAccelerateConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<GetBucketAccelerateConfigurationCommandOutput>;
188
- getBucketAccelerateConfiguration(args: GetBucketAccelerateConfigurationCommandInput, cb: (err: any, data?: GetBucketAccelerateConfigurationCommandOutput) => void): void;
189
- getBucketAccelerateConfiguration(args: GetBucketAccelerateConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBucketAccelerateConfigurationCommandOutput) => void): void;
190
-
191
- getBucketAcl(args: GetBucketAclCommandInput, options?: __HttpHandlerOptions): Promise<GetBucketAclCommandOutput>;
192
- getBucketAcl(args: GetBucketAclCommandInput, cb: (err: any, data?: GetBucketAclCommandOutput) => void): void;
193
- getBucketAcl(args: GetBucketAclCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBucketAclCommandOutput) => void): void;
194
-
195
- getBucketAnalyticsConfiguration(args: GetBucketAnalyticsConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<GetBucketAnalyticsConfigurationCommandOutput>;
196
- getBucketAnalyticsConfiguration(args: GetBucketAnalyticsConfigurationCommandInput, cb: (err: any, data?: GetBucketAnalyticsConfigurationCommandOutput) => void): void;
197
- getBucketAnalyticsConfiguration(args: GetBucketAnalyticsConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBucketAnalyticsConfigurationCommandOutput) => void): void;
198
-
199
- getBucketCors(args: GetBucketCorsCommandInput, options?: __HttpHandlerOptions): Promise<GetBucketCorsCommandOutput>;
200
- getBucketCors(args: GetBucketCorsCommandInput, cb: (err: any, data?: GetBucketCorsCommandOutput) => void): void;
201
- getBucketCors(args: GetBucketCorsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBucketCorsCommandOutput) => void): void;
202
-
203
- getBucketEncryption(args: GetBucketEncryptionCommandInput, options?: __HttpHandlerOptions): Promise<GetBucketEncryptionCommandOutput>;
204
- getBucketEncryption(args: GetBucketEncryptionCommandInput, cb: (err: any, data?: GetBucketEncryptionCommandOutput) => void): void;
205
- getBucketEncryption(args: GetBucketEncryptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBucketEncryptionCommandOutput) => void): void;
206
-
207
- getBucketIntelligentTieringConfiguration(args: GetBucketIntelligentTieringConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<GetBucketIntelligentTieringConfigurationCommandOutput>;
208
- getBucketIntelligentTieringConfiguration(args: GetBucketIntelligentTieringConfigurationCommandInput, cb: (err: any, data?: GetBucketIntelligentTieringConfigurationCommandOutput) => void): void;
209
- getBucketIntelligentTieringConfiguration(args: GetBucketIntelligentTieringConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBucketIntelligentTieringConfigurationCommandOutput) => void): void;
210
-
211
- getBucketInventoryConfiguration(args: GetBucketInventoryConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<GetBucketInventoryConfigurationCommandOutput>;
212
- getBucketInventoryConfiguration(args: GetBucketInventoryConfigurationCommandInput, cb: (err: any, data?: GetBucketInventoryConfigurationCommandOutput) => void): void;
213
- getBucketInventoryConfiguration(args: GetBucketInventoryConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBucketInventoryConfigurationCommandOutput) => void): void;
214
-
215
- getBucketLifecycleConfiguration(args: GetBucketLifecycleConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<GetBucketLifecycleConfigurationCommandOutput>;
216
- getBucketLifecycleConfiguration(args: GetBucketLifecycleConfigurationCommandInput, cb: (err: any, data?: GetBucketLifecycleConfigurationCommandOutput) => void): void;
217
- getBucketLifecycleConfiguration(args: GetBucketLifecycleConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBucketLifecycleConfigurationCommandOutput) => void): void;
218
-
219
- getBucketLocation(args: GetBucketLocationCommandInput, options?: __HttpHandlerOptions): Promise<GetBucketLocationCommandOutput>;
220
- getBucketLocation(args: GetBucketLocationCommandInput, cb: (err: any, data?: GetBucketLocationCommandOutput) => void): void;
221
- getBucketLocation(args: GetBucketLocationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBucketLocationCommandOutput) => void): void;
222
-
223
- getBucketLogging(args: GetBucketLoggingCommandInput, options?: __HttpHandlerOptions): Promise<GetBucketLoggingCommandOutput>;
224
- getBucketLogging(args: GetBucketLoggingCommandInput, cb: (err: any, data?: GetBucketLoggingCommandOutput) => void): void;
225
- getBucketLogging(args: GetBucketLoggingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBucketLoggingCommandOutput) => void): void;
226
-
227
- getBucketMetricsConfiguration(args: GetBucketMetricsConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<GetBucketMetricsConfigurationCommandOutput>;
228
- getBucketMetricsConfiguration(args: GetBucketMetricsConfigurationCommandInput, cb: (err: any, data?: GetBucketMetricsConfigurationCommandOutput) => void): void;
229
- getBucketMetricsConfiguration(args: GetBucketMetricsConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBucketMetricsConfigurationCommandOutput) => void): void;
230
-
231
- getBucketNotificationConfiguration(args: GetBucketNotificationConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<GetBucketNotificationConfigurationCommandOutput>;
232
- getBucketNotificationConfiguration(args: GetBucketNotificationConfigurationCommandInput, cb: (err: any, data?: GetBucketNotificationConfigurationCommandOutput) => void): void;
233
- getBucketNotificationConfiguration(args: GetBucketNotificationConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBucketNotificationConfigurationCommandOutput) => void): void;
234
-
235
- getBucketOwnershipControls(args: GetBucketOwnershipControlsCommandInput, options?: __HttpHandlerOptions): Promise<GetBucketOwnershipControlsCommandOutput>;
236
- getBucketOwnershipControls(args: GetBucketOwnershipControlsCommandInput, cb: (err: any, data?: GetBucketOwnershipControlsCommandOutput) => void): void;
237
- getBucketOwnershipControls(args: GetBucketOwnershipControlsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBucketOwnershipControlsCommandOutput) => void): void;
238
-
239
- getBucketPolicy(args: GetBucketPolicyCommandInput, options?: __HttpHandlerOptions): Promise<GetBucketPolicyCommandOutput>;
240
- getBucketPolicy(args: GetBucketPolicyCommandInput, cb: (err: any, data?: GetBucketPolicyCommandOutput) => void): void;
241
- getBucketPolicy(args: GetBucketPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBucketPolicyCommandOutput) => void): void;
242
-
243
- getBucketPolicyStatus(args: GetBucketPolicyStatusCommandInput, options?: __HttpHandlerOptions): Promise<GetBucketPolicyStatusCommandOutput>;
244
- getBucketPolicyStatus(args: GetBucketPolicyStatusCommandInput, cb: (err: any, data?: GetBucketPolicyStatusCommandOutput) => void): void;
245
- getBucketPolicyStatus(args: GetBucketPolicyStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBucketPolicyStatusCommandOutput) => void): void;
246
-
247
- getBucketReplication(args: GetBucketReplicationCommandInput, options?: __HttpHandlerOptions): Promise<GetBucketReplicationCommandOutput>;
248
- getBucketReplication(args: GetBucketReplicationCommandInput, cb: (err: any, data?: GetBucketReplicationCommandOutput) => void): void;
249
- getBucketReplication(args: GetBucketReplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBucketReplicationCommandOutput) => void): void;
250
-
251
- getBucketRequestPayment(args: GetBucketRequestPaymentCommandInput, options?: __HttpHandlerOptions): Promise<GetBucketRequestPaymentCommandOutput>;
252
- getBucketRequestPayment(args: GetBucketRequestPaymentCommandInput, cb: (err: any, data?: GetBucketRequestPaymentCommandOutput) => void): void;
253
- getBucketRequestPayment(args: GetBucketRequestPaymentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBucketRequestPaymentCommandOutput) => void): void;
254
-
255
- getBucketTagging(args: GetBucketTaggingCommandInput, options?: __HttpHandlerOptions): Promise<GetBucketTaggingCommandOutput>;
256
- getBucketTagging(args: GetBucketTaggingCommandInput, cb: (err: any, data?: GetBucketTaggingCommandOutput) => void): void;
257
- getBucketTagging(args: GetBucketTaggingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBucketTaggingCommandOutput) => void): void;
258
-
259
- getBucketVersioning(args: GetBucketVersioningCommandInput, options?: __HttpHandlerOptions): Promise<GetBucketVersioningCommandOutput>;
260
- getBucketVersioning(args: GetBucketVersioningCommandInput, cb: (err: any, data?: GetBucketVersioningCommandOutput) => void): void;
261
- getBucketVersioning(args: GetBucketVersioningCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBucketVersioningCommandOutput) => void): void;
262
-
263
- getBucketWebsite(args: GetBucketWebsiteCommandInput, options?: __HttpHandlerOptions): Promise<GetBucketWebsiteCommandOutput>;
264
- getBucketWebsite(args: GetBucketWebsiteCommandInput, cb: (err: any, data?: GetBucketWebsiteCommandOutput) => void): void;
265
- getBucketWebsite(args: GetBucketWebsiteCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBucketWebsiteCommandOutput) => void): void;
266
-
267
- getObject(args: GetObjectCommandInput, options?: __HttpHandlerOptions): Promise<GetObjectCommandOutput>;
268
- getObject(args: GetObjectCommandInput, cb: (err: any, data?: GetObjectCommandOutput) => void): void;
269
- getObject(args: GetObjectCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetObjectCommandOutput) => void): void;
270
-
271
- getObjectAcl(args: GetObjectAclCommandInput, options?: __HttpHandlerOptions): Promise<GetObjectAclCommandOutput>;
272
- getObjectAcl(args: GetObjectAclCommandInput, cb: (err: any, data?: GetObjectAclCommandOutput) => void): void;
273
- getObjectAcl(args: GetObjectAclCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetObjectAclCommandOutput) => void): void;
274
-
275
- getObjectAttributes(args: GetObjectAttributesCommandInput, options?: __HttpHandlerOptions): Promise<GetObjectAttributesCommandOutput>;
276
- getObjectAttributes(args: GetObjectAttributesCommandInput, cb: (err: any, data?: GetObjectAttributesCommandOutput) => void): void;
277
- getObjectAttributes(args: GetObjectAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetObjectAttributesCommandOutput) => void): void;
278
-
279
- getObjectLegalHold(args: GetObjectLegalHoldCommandInput, options?: __HttpHandlerOptions): Promise<GetObjectLegalHoldCommandOutput>;
280
- getObjectLegalHold(args: GetObjectLegalHoldCommandInput, cb: (err: any, data?: GetObjectLegalHoldCommandOutput) => void): void;
281
- getObjectLegalHold(args: GetObjectLegalHoldCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetObjectLegalHoldCommandOutput) => void): void;
282
-
283
- getObjectLockConfiguration(args: GetObjectLockConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<GetObjectLockConfigurationCommandOutput>;
284
- getObjectLockConfiguration(args: GetObjectLockConfigurationCommandInput, cb: (err: any, data?: GetObjectLockConfigurationCommandOutput) => void): void;
285
- getObjectLockConfiguration(args: GetObjectLockConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetObjectLockConfigurationCommandOutput) => void): void;
286
-
287
- getObjectRetention(args: GetObjectRetentionCommandInput, options?: __HttpHandlerOptions): Promise<GetObjectRetentionCommandOutput>;
288
- getObjectRetention(args: GetObjectRetentionCommandInput, cb: (err: any, data?: GetObjectRetentionCommandOutput) => void): void;
289
- getObjectRetention(args: GetObjectRetentionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetObjectRetentionCommandOutput) => void): void;
290
-
291
- getObjectTagging(args: GetObjectTaggingCommandInput, options?: __HttpHandlerOptions): Promise<GetObjectTaggingCommandOutput>;
292
- getObjectTagging(args: GetObjectTaggingCommandInput, cb: (err: any, data?: GetObjectTaggingCommandOutput) => void): void;
293
- getObjectTagging(args: GetObjectTaggingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetObjectTaggingCommandOutput) => void): void;
294
-
295
- getObjectTorrent(args: GetObjectTorrentCommandInput, options?: __HttpHandlerOptions): Promise<GetObjectTorrentCommandOutput>;
296
- getObjectTorrent(args: GetObjectTorrentCommandInput, cb: (err: any, data?: GetObjectTorrentCommandOutput) => void): void;
297
- getObjectTorrent(args: GetObjectTorrentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetObjectTorrentCommandOutput) => void): void;
298
-
299
- getPublicAccessBlock(args: GetPublicAccessBlockCommandInput, options?: __HttpHandlerOptions): Promise<GetPublicAccessBlockCommandOutput>;
300
- getPublicAccessBlock(args: GetPublicAccessBlockCommandInput, cb: (err: any, data?: GetPublicAccessBlockCommandOutput) => void): void;
301
- getPublicAccessBlock(args: GetPublicAccessBlockCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPublicAccessBlockCommandOutput) => void): void;
302
-
303
- headBucket(args: HeadBucketCommandInput, options?: __HttpHandlerOptions): Promise<HeadBucketCommandOutput>;
304
- headBucket(args: HeadBucketCommandInput, cb: (err: any, data?: HeadBucketCommandOutput) => void): void;
305
- headBucket(args: HeadBucketCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: HeadBucketCommandOutput) => void): void;
306
-
307
- headObject(args: HeadObjectCommandInput, options?: __HttpHandlerOptions): Promise<HeadObjectCommandOutput>;
308
- headObject(args: HeadObjectCommandInput, cb: (err: any, data?: HeadObjectCommandOutput) => void): void;
309
- headObject(args: HeadObjectCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: HeadObjectCommandOutput) => void): void;
310
-
311
- listBucketAnalyticsConfigurations(args: ListBucketAnalyticsConfigurationsCommandInput, options?: __HttpHandlerOptions): Promise<ListBucketAnalyticsConfigurationsCommandOutput>;
312
- listBucketAnalyticsConfigurations(args: ListBucketAnalyticsConfigurationsCommandInput, cb: (err: any, data?: ListBucketAnalyticsConfigurationsCommandOutput) => void): void;
313
- listBucketAnalyticsConfigurations(args: ListBucketAnalyticsConfigurationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListBucketAnalyticsConfigurationsCommandOutput) => void): void;
314
-
315
- listBucketIntelligentTieringConfigurations(args: ListBucketIntelligentTieringConfigurationsCommandInput, options?: __HttpHandlerOptions): Promise<ListBucketIntelligentTieringConfigurationsCommandOutput>;
316
- listBucketIntelligentTieringConfigurations(args: ListBucketIntelligentTieringConfigurationsCommandInput, cb: (err: any, data?: ListBucketIntelligentTieringConfigurationsCommandOutput) => void): void;
317
- listBucketIntelligentTieringConfigurations(args: ListBucketIntelligentTieringConfigurationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListBucketIntelligentTieringConfigurationsCommandOutput) => void): void;
318
-
319
- listBucketInventoryConfigurations(args: ListBucketInventoryConfigurationsCommandInput, options?: __HttpHandlerOptions): Promise<ListBucketInventoryConfigurationsCommandOutput>;
320
- listBucketInventoryConfigurations(args: ListBucketInventoryConfigurationsCommandInput, cb: (err: any, data?: ListBucketInventoryConfigurationsCommandOutput) => void): void;
321
- listBucketInventoryConfigurations(args: ListBucketInventoryConfigurationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListBucketInventoryConfigurationsCommandOutput) => void): void;
322
-
323
- listBucketMetricsConfigurations(args: ListBucketMetricsConfigurationsCommandInput, options?: __HttpHandlerOptions): Promise<ListBucketMetricsConfigurationsCommandOutput>;
324
- listBucketMetricsConfigurations(args: ListBucketMetricsConfigurationsCommandInput, cb: (err: any, data?: ListBucketMetricsConfigurationsCommandOutput) => void): void;
325
- listBucketMetricsConfigurations(args: ListBucketMetricsConfigurationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListBucketMetricsConfigurationsCommandOutput) => void): void;
326
-
327
- listBuckets(args: ListBucketsCommandInput, options?: __HttpHandlerOptions): Promise<ListBucketsCommandOutput>;
328
- listBuckets(args: ListBucketsCommandInput, cb: (err: any, data?: ListBucketsCommandOutput) => void): void;
329
- listBuckets(args: ListBucketsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListBucketsCommandOutput) => void): void;
330
-
331
- listMultipartUploads(args: ListMultipartUploadsCommandInput, options?: __HttpHandlerOptions): Promise<ListMultipartUploadsCommandOutput>;
332
- listMultipartUploads(args: ListMultipartUploadsCommandInput, cb: (err: any, data?: ListMultipartUploadsCommandOutput) => void): void;
333
- listMultipartUploads(args: ListMultipartUploadsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListMultipartUploadsCommandOutput) => void): void;
334
-
335
- listObjects(args: ListObjectsCommandInput, options?: __HttpHandlerOptions): Promise<ListObjectsCommandOutput>;
336
- listObjects(args: ListObjectsCommandInput, cb: (err: any, data?: ListObjectsCommandOutput) => void): void;
337
- listObjects(args: ListObjectsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListObjectsCommandOutput) => void): void;
338
-
339
- listObjectsV2(args: ListObjectsV2CommandInput, options?: __HttpHandlerOptions): Promise<ListObjectsV2CommandOutput>;
340
- listObjectsV2(args: ListObjectsV2CommandInput, cb: (err: any, data?: ListObjectsV2CommandOutput) => void): void;
341
- listObjectsV2(args: ListObjectsV2CommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListObjectsV2CommandOutput) => void): void;
342
-
343
- listObjectVersions(args: ListObjectVersionsCommandInput, options?: __HttpHandlerOptions): Promise<ListObjectVersionsCommandOutput>;
344
- listObjectVersions(args: ListObjectVersionsCommandInput, cb: (err: any, data?: ListObjectVersionsCommandOutput) => void): void;
345
- listObjectVersions(args: ListObjectVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListObjectVersionsCommandOutput) => void): void;
346
-
347
- listParts(args: ListPartsCommandInput, options?: __HttpHandlerOptions): Promise<ListPartsCommandOutput>;
348
- listParts(args: ListPartsCommandInput, cb: (err: any, data?: ListPartsCommandOutput) => void): void;
349
- listParts(args: ListPartsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPartsCommandOutput) => void): void;
350
-
351
- putBucketAccelerateConfiguration(args: PutBucketAccelerateConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<PutBucketAccelerateConfigurationCommandOutput>;
352
- putBucketAccelerateConfiguration(args: PutBucketAccelerateConfigurationCommandInput, cb: (err: any, data?: PutBucketAccelerateConfigurationCommandOutput) => void): void;
353
- putBucketAccelerateConfiguration(args: PutBucketAccelerateConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutBucketAccelerateConfigurationCommandOutput) => void): void;
354
-
355
- putBucketAcl(args: PutBucketAclCommandInput, options?: __HttpHandlerOptions): Promise<PutBucketAclCommandOutput>;
356
- putBucketAcl(args: PutBucketAclCommandInput, cb: (err: any, data?: PutBucketAclCommandOutput) => void): void;
357
- putBucketAcl(args: PutBucketAclCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutBucketAclCommandOutput) => void): void;
358
-
359
- putBucketAnalyticsConfiguration(args: PutBucketAnalyticsConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<PutBucketAnalyticsConfigurationCommandOutput>;
360
- putBucketAnalyticsConfiguration(args: PutBucketAnalyticsConfigurationCommandInput, cb: (err: any, data?: PutBucketAnalyticsConfigurationCommandOutput) => void): void;
361
- putBucketAnalyticsConfiguration(args: PutBucketAnalyticsConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutBucketAnalyticsConfigurationCommandOutput) => void): void;
362
-
363
- putBucketCors(args: PutBucketCorsCommandInput, options?: __HttpHandlerOptions): Promise<PutBucketCorsCommandOutput>;
364
- putBucketCors(args: PutBucketCorsCommandInput, cb: (err: any, data?: PutBucketCorsCommandOutput) => void): void;
365
- putBucketCors(args: PutBucketCorsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutBucketCorsCommandOutput) => void): void;
366
-
367
- putBucketEncryption(args: PutBucketEncryptionCommandInput, options?: __HttpHandlerOptions): Promise<PutBucketEncryptionCommandOutput>;
368
- putBucketEncryption(args: PutBucketEncryptionCommandInput, cb: (err: any, data?: PutBucketEncryptionCommandOutput) => void): void;
369
- putBucketEncryption(args: PutBucketEncryptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutBucketEncryptionCommandOutput) => void): void;
370
-
371
- putBucketIntelligentTieringConfiguration(args: PutBucketIntelligentTieringConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<PutBucketIntelligentTieringConfigurationCommandOutput>;
372
- putBucketIntelligentTieringConfiguration(args: PutBucketIntelligentTieringConfigurationCommandInput, cb: (err: any, data?: PutBucketIntelligentTieringConfigurationCommandOutput) => void): void;
373
- putBucketIntelligentTieringConfiguration(args: PutBucketIntelligentTieringConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutBucketIntelligentTieringConfigurationCommandOutput) => void): void;
374
-
375
- putBucketInventoryConfiguration(args: PutBucketInventoryConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<PutBucketInventoryConfigurationCommandOutput>;
376
- putBucketInventoryConfiguration(args: PutBucketInventoryConfigurationCommandInput, cb: (err: any, data?: PutBucketInventoryConfigurationCommandOutput) => void): void;
377
- putBucketInventoryConfiguration(args: PutBucketInventoryConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutBucketInventoryConfigurationCommandOutput) => void): void;
378
-
379
- putBucketLifecycleConfiguration(args: PutBucketLifecycleConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<PutBucketLifecycleConfigurationCommandOutput>;
380
- putBucketLifecycleConfiguration(args: PutBucketLifecycleConfigurationCommandInput, cb: (err: any, data?: PutBucketLifecycleConfigurationCommandOutput) => void): void;
381
- putBucketLifecycleConfiguration(args: PutBucketLifecycleConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutBucketLifecycleConfigurationCommandOutput) => void): void;
382
-
383
- putBucketLogging(args: PutBucketLoggingCommandInput, options?: __HttpHandlerOptions): Promise<PutBucketLoggingCommandOutput>;
384
- putBucketLogging(args: PutBucketLoggingCommandInput, cb: (err: any, data?: PutBucketLoggingCommandOutput) => void): void;
385
- putBucketLogging(args: PutBucketLoggingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutBucketLoggingCommandOutput) => void): void;
386
-
387
- putBucketMetricsConfiguration(args: PutBucketMetricsConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<PutBucketMetricsConfigurationCommandOutput>;
388
- putBucketMetricsConfiguration(args: PutBucketMetricsConfigurationCommandInput, cb: (err: any, data?: PutBucketMetricsConfigurationCommandOutput) => void): void;
389
- putBucketMetricsConfiguration(args: PutBucketMetricsConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutBucketMetricsConfigurationCommandOutput) => void): void;
390
-
391
- putBucketNotificationConfiguration(args: PutBucketNotificationConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<PutBucketNotificationConfigurationCommandOutput>;
392
- putBucketNotificationConfiguration(args: PutBucketNotificationConfigurationCommandInput, cb: (err: any, data?: PutBucketNotificationConfigurationCommandOutput) => void): void;
393
- putBucketNotificationConfiguration(args: PutBucketNotificationConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutBucketNotificationConfigurationCommandOutput) => void): void;
394
-
395
- putBucketOwnershipControls(args: PutBucketOwnershipControlsCommandInput, options?: __HttpHandlerOptions): Promise<PutBucketOwnershipControlsCommandOutput>;
396
- putBucketOwnershipControls(args: PutBucketOwnershipControlsCommandInput, cb: (err: any, data?: PutBucketOwnershipControlsCommandOutput) => void): void;
397
- putBucketOwnershipControls(args: PutBucketOwnershipControlsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutBucketOwnershipControlsCommandOutput) => void): void;
398
-
399
- putBucketPolicy(args: PutBucketPolicyCommandInput, options?: __HttpHandlerOptions): Promise<PutBucketPolicyCommandOutput>;
400
- putBucketPolicy(args: PutBucketPolicyCommandInput, cb: (err: any, data?: PutBucketPolicyCommandOutput) => void): void;
401
- putBucketPolicy(args: PutBucketPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutBucketPolicyCommandOutput) => void): void;
402
-
403
- putBucketReplication(args: PutBucketReplicationCommandInput, options?: __HttpHandlerOptions): Promise<PutBucketReplicationCommandOutput>;
404
- putBucketReplication(args: PutBucketReplicationCommandInput, cb: (err: any, data?: PutBucketReplicationCommandOutput) => void): void;
405
- putBucketReplication(args: PutBucketReplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutBucketReplicationCommandOutput) => void): void;
406
-
407
- putBucketRequestPayment(args: PutBucketRequestPaymentCommandInput, options?: __HttpHandlerOptions): Promise<PutBucketRequestPaymentCommandOutput>;
408
- putBucketRequestPayment(args: PutBucketRequestPaymentCommandInput, cb: (err: any, data?: PutBucketRequestPaymentCommandOutput) => void): void;
409
- putBucketRequestPayment(args: PutBucketRequestPaymentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutBucketRequestPaymentCommandOutput) => void): void;
410
-
411
- putBucketTagging(args: PutBucketTaggingCommandInput, options?: __HttpHandlerOptions): Promise<PutBucketTaggingCommandOutput>;
412
- putBucketTagging(args: PutBucketTaggingCommandInput, cb: (err: any, data?: PutBucketTaggingCommandOutput) => void): void;
413
- putBucketTagging(args: PutBucketTaggingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutBucketTaggingCommandOutput) => void): void;
414
-
415
- putBucketVersioning(args: PutBucketVersioningCommandInput, options?: __HttpHandlerOptions): Promise<PutBucketVersioningCommandOutput>;
416
- putBucketVersioning(args: PutBucketVersioningCommandInput, cb: (err: any, data?: PutBucketVersioningCommandOutput) => void): void;
417
- putBucketVersioning(args: PutBucketVersioningCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutBucketVersioningCommandOutput) => void): void;
418
-
419
- putBucketWebsite(args: PutBucketWebsiteCommandInput, options?: __HttpHandlerOptions): Promise<PutBucketWebsiteCommandOutput>;
420
- putBucketWebsite(args: PutBucketWebsiteCommandInput, cb: (err: any, data?: PutBucketWebsiteCommandOutput) => void): void;
421
- putBucketWebsite(args: PutBucketWebsiteCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutBucketWebsiteCommandOutput) => void): void;
422
-
423
- putObject(args: PutObjectCommandInput, options?: __HttpHandlerOptions): Promise<PutObjectCommandOutput>;
424
- putObject(args: PutObjectCommandInput, cb: (err: any, data?: PutObjectCommandOutput) => void): void;
425
- putObject(args: PutObjectCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutObjectCommandOutput) => void): void;
426
-
427
- putObjectAcl(args: PutObjectAclCommandInput, options?: __HttpHandlerOptions): Promise<PutObjectAclCommandOutput>;
428
- putObjectAcl(args: PutObjectAclCommandInput, cb: (err: any, data?: PutObjectAclCommandOutput) => void): void;
429
- putObjectAcl(args: PutObjectAclCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutObjectAclCommandOutput) => void): void;
430
-
431
- putObjectLegalHold(args: PutObjectLegalHoldCommandInput, options?: __HttpHandlerOptions): Promise<PutObjectLegalHoldCommandOutput>;
432
- putObjectLegalHold(args: PutObjectLegalHoldCommandInput, cb: (err: any, data?: PutObjectLegalHoldCommandOutput) => void): void;
433
- putObjectLegalHold(args: PutObjectLegalHoldCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutObjectLegalHoldCommandOutput) => void): void;
434
-
435
- putObjectLockConfiguration(args: PutObjectLockConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<PutObjectLockConfigurationCommandOutput>;
436
- putObjectLockConfiguration(args: PutObjectLockConfigurationCommandInput, cb: (err: any, data?: PutObjectLockConfigurationCommandOutput) => void): void;
437
- putObjectLockConfiguration(args: PutObjectLockConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutObjectLockConfigurationCommandOutput) => void): void;
438
-
439
- putObjectRetention(args: PutObjectRetentionCommandInput, options?: __HttpHandlerOptions): Promise<PutObjectRetentionCommandOutput>;
440
- putObjectRetention(args: PutObjectRetentionCommandInput, cb: (err: any, data?: PutObjectRetentionCommandOutput) => void): void;
441
- putObjectRetention(args: PutObjectRetentionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutObjectRetentionCommandOutput) => void): void;
442
-
443
- putObjectTagging(args: PutObjectTaggingCommandInput, options?: __HttpHandlerOptions): Promise<PutObjectTaggingCommandOutput>;
444
- putObjectTagging(args: PutObjectTaggingCommandInput, cb: (err: any, data?: PutObjectTaggingCommandOutput) => void): void;
445
- putObjectTagging(args: PutObjectTaggingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutObjectTaggingCommandOutput) => void): void;
446
-
447
- putPublicAccessBlock(args: PutPublicAccessBlockCommandInput, options?: __HttpHandlerOptions): Promise<PutPublicAccessBlockCommandOutput>;
448
- putPublicAccessBlock(args: PutPublicAccessBlockCommandInput, cb: (err: any, data?: PutPublicAccessBlockCommandOutput) => void): void;
449
- putPublicAccessBlock(args: PutPublicAccessBlockCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutPublicAccessBlockCommandOutput) => void): void;
450
-
451
- restoreObject(args: RestoreObjectCommandInput, options?: __HttpHandlerOptions): Promise<RestoreObjectCommandOutput>;
452
- restoreObject(args: RestoreObjectCommandInput, cb: (err: any, data?: RestoreObjectCommandOutput) => void): void;
453
- restoreObject(args: RestoreObjectCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RestoreObjectCommandOutput) => void): void;
454
-
455
- selectObjectContent(args: SelectObjectContentCommandInput, options?: __HttpHandlerOptions): Promise<SelectObjectContentCommandOutput>;
456
- selectObjectContent(args: SelectObjectContentCommandInput, cb: (err: any, data?: SelectObjectContentCommandOutput) => void): void;
457
- selectObjectContent(args: SelectObjectContentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SelectObjectContentCommandOutput) => void): void;
458
-
459
- uploadPart(args: UploadPartCommandInput, options?: __HttpHandlerOptions): Promise<UploadPartCommandOutput>;
460
- uploadPart(args: UploadPartCommandInput, cb: (err: any, data?: UploadPartCommandOutput) => void): void;
461
- uploadPart(args: UploadPartCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UploadPartCommandOutput) => void): void;
462
-
463
- uploadPartCopy(args: UploadPartCopyCommandInput, options?: __HttpHandlerOptions): Promise<UploadPartCopyCommandOutput>;
464
- uploadPartCopy(args: UploadPartCopyCommandInput, cb: (err: any, data?: UploadPartCopyCommandOutput) => void): void;
465
- uploadPartCopy(args: UploadPartCopyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UploadPartCopyCommandOutput) => void): void;
466
-
467
- writeGetObjectResponse(args: WriteGetObjectResponseCommandInput, options?: __HttpHandlerOptions): Promise<WriteGetObjectResponseCommandOutput>;
468
- writeGetObjectResponse(args: WriteGetObjectResponseCommandInput, cb: (err: any, data?: WriteGetObjectResponseCommandOutput) => void): void;
469
- writeGetObjectResponse(args: WriteGetObjectResponseCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: WriteGetObjectResponseCommandOutput) => void): void;
470
- }
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import {
3
+ AbortMultipartUploadCommandInput,
4
+ AbortMultipartUploadCommandOutput,
5
+ } from "./commands/AbortMultipartUploadCommand";
6
+ import {
7
+ CompleteMultipartUploadCommandInput,
8
+ CompleteMultipartUploadCommandOutput,
9
+ } from "./commands/CompleteMultipartUploadCommand";
10
+ import {
11
+ CopyObjectCommandInput,
12
+ CopyObjectCommandOutput,
13
+ } from "./commands/CopyObjectCommand";
14
+ import {
15
+ CreateBucketCommandInput,
16
+ CreateBucketCommandOutput,
17
+ } from "./commands/CreateBucketCommand";
18
+ import {
19
+ CreateMultipartUploadCommandInput,
20
+ CreateMultipartUploadCommandOutput,
21
+ } from "./commands/CreateMultipartUploadCommand";
22
+ import {
23
+ DeleteBucketAnalyticsConfigurationCommandInput,
24
+ DeleteBucketAnalyticsConfigurationCommandOutput,
25
+ } from "./commands/DeleteBucketAnalyticsConfigurationCommand";
26
+ import {
27
+ DeleteBucketCommandInput,
28
+ DeleteBucketCommandOutput,
29
+ } from "./commands/DeleteBucketCommand";
30
+ import {
31
+ DeleteBucketCorsCommandInput,
32
+ DeleteBucketCorsCommandOutput,
33
+ } from "./commands/DeleteBucketCorsCommand";
34
+ import {
35
+ DeleteBucketEncryptionCommandInput,
36
+ DeleteBucketEncryptionCommandOutput,
37
+ } from "./commands/DeleteBucketEncryptionCommand";
38
+ import {
39
+ DeleteBucketIntelligentTieringConfigurationCommandInput,
40
+ DeleteBucketIntelligentTieringConfigurationCommandOutput,
41
+ } from "./commands/DeleteBucketIntelligentTieringConfigurationCommand";
42
+ import {
43
+ DeleteBucketInventoryConfigurationCommandInput,
44
+ DeleteBucketInventoryConfigurationCommandOutput,
45
+ } from "./commands/DeleteBucketInventoryConfigurationCommand";
46
+ import {
47
+ DeleteBucketLifecycleCommandInput,
48
+ DeleteBucketLifecycleCommandOutput,
49
+ } from "./commands/DeleteBucketLifecycleCommand";
50
+ import {
51
+ DeleteBucketMetricsConfigurationCommandInput,
52
+ DeleteBucketMetricsConfigurationCommandOutput,
53
+ } from "./commands/DeleteBucketMetricsConfigurationCommand";
54
+ import {
55
+ DeleteBucketOwnershipControlsCommandInput,
56
+ DeleteBucketOwnershipControlsCommandOutput,
57
+ } from "./commands/DeleteBucketOwnershipControlsCommand";
58
+ import {
59
+ DeleteBucketPolicyCommandInput,
60
+ DeleteBucketPolicyCommandOutput,
61
+ } from "./commands/DeleteBucketPolicyCommand";
62
+ import {
63
+ DeleteBucketReplicationCommandInput,
64
+ DeleteBucketReplicationCommandOutput,
65
+ } from "./commands/DeleteBucketReplicationCommand";
66
+ import {
67
+ DeleteBucketTaggingCommandInput,
68
+ DeleteBucketTaggingCommandOutput,
69
+ } from "./commands/DeleteBucketTaggingCommand";
70
+ import {
71
+ DeleteBucketWebsiteCommandInput,
72
+ DeleteBucketWebsiteCommandOutput,
73
+ } from "./commands/DeleteBucketWebsiteCommand";
74
+ import {
75
+ DeleteObjectCommandInput,
76
+ DeleteObjectCommandOutput,
77
+ } from "./commands/DeleteObjectCommand";
78
+ import {
79
+ DeleteObjectsCommandInput,
80
+ DeleteObjectsCommandOutput,
81
+ } from "./commands/DeleteObjectsCommand";
82
+ import {
83
+ DeleteObjectTaggingCommandInput,
84
+ DeleteObjectTaggingCommandOutput,
85
+ } from "./commands/DeleteObjectTaggingCommand";
86
+ import {
87
+ DeletePublicAccessBlockCommandInput,
88
+ DeletePublicAccessBlockCommandOutput,
89
+ } from "./commands/DeletePublicAccessBlockCommand";
90
+ import {
91
+ GetBucketAccelerateConfigurationCommandInput,
92
+ GetBucketAccelerateConfigurationCommandOutput,
93
+ } from "./commands/GetBucketAccelerateConfigurationCommand";
94
+ import {
95
+ GetBucketAclCommandInput,
96
+ GetBucketAclCommandOutput,
97
+ } from "./commands/GetBucketAclCommand";
98
+ import {
99
+ GetBucketAnalyticsConfigurationCommandInput,
100
+ GetBucketAnalyticsConfigurationCommandOutput,
101
+ } from "./commands/GetBucketAnalyticsConfigurationCommand";
102
+ import {
103
+ GetBucketCorsCommandInput,
104
+ GetBucketCorsCommandOutput,
105
+ } from "./commands/GetBucketCorsCommand";
106
+ import {
107
+ GetBucketEncryptionCommandInput,
108
+ GetBucketEncryptionCommandOutput,
109
+ } from "./commands/GetBucketEncryptionCommand";
110
+ import {
111
+ GetBucketIntelligentTieringConfigurationCommandInput,
112
+ GetBucketIntelligentTieringConfigurationCommandOutput,
113
+ } from "./commands/GetBucketIntelligentTieringConfigurationCommand";
114
+ import {
115
+ GetBucketInventoryConfigurationCommandInput,
116
+ GetBucketInventoryConfigurationCommandOutput,
117
+ } from "./commands/GetBucketInventoryConfigurationCommand";
118
+ import {
119
+ GetBucketLifecycleConfigurationCommandInput,
120
+ GetBucketLifecycleConfigurationCommandOutput,
121
+ } from "./commands/GetBucketLifecycleConfigurationCommand";
122
+ import {
123
+ GetBucketLocationCommandInput,
124
+ GetBucketLocationCommandOutput,
125
+ } from "./commands/GetBucketLocationCommand";
126
+ import {
127
+ GetBucketLoggingCommandInput,
128
+ GetBucketLoggingCommandOutput,
129
+ } from "./commands/GetBucketLoggingCommand";
130
+ import {
131
+ GetBucketMetricsConfigurationCommandInput,
132
+ GetBucketMetricsConfigurationCommandOutput,
133
+ } from "./commands/GetBucketMetricsConfigurationCommand";
134
+ import {
135
+ GetBucketNotificationConfigurationCommandInput,
136
+ GetBucketNotificationConfigurationCommandOutput,
137
+ } from "./commands/GetBucketNotificationConfigurationCommand";
138
+ import {
139
+ GetBucketOwnershipControlsCommandInput,
140
+ GetBucketOwnershipControlsCommandOutput,
141
+ } from "./commands/GetBucketOwnershipControlsCommand";
142
+ import {
143
+ GetBucketPolicyCommandInput,
144
+ GetBucketPolicyCommandOutput,
145
+ } from "./commands/GetBucketPolicyCommand";
146
+ import {
147
+ GetBucketPolicyStatusCommandInput,
148
+ GetBucketPolicyStatusCommandOutput,
149
+ } from "./commands/GetBucketPolicyStatusCommand";
150
+ import {
151
+ GetBucketReplicationCommandInput,
152
+ GetBucketReplicationCommandOutput,
153
+ } from "./commands/GetBucketReplicationCommand";
154
+ import {
155
+ GetBucketRequestPaymentCommandInput,
156
+ GetBucketRequestPaymentCommandOutput,
157
+ } from "./commands/GetBucketRequestPaymentCommand";
158
+ import {
159
+ GetBucketTaggingCommandInput,
160
+ GetBucketTaggingCommandOutput,
161
+ } from "./commands/GetBucketTaggingCommand";
162
+ import {
163
+ GetBucketVersioningCommandInput,
164
+ GetBucketVersioningCommandOutput,
165
+ } from "./commands/GetBucketVersioningCommand";
166
+ import {
167
+ GetBucketWebsiteCommandInput,
168
+ GetBucketWebsiteCommandOutput,
169
+ } from "./commands/GetBucketWebsiteCommand";
170
+ import {
171
+ GetObjectAclCommandInput,
172
+ GetObjectAclCommandOutput,
173
+ } from "./commands/GetObjectAclCommand";
174
+ import {
175
+ GetObjectAttributesCommandInput,
176
+ GetObjectAttributesCommandOutput,
177
+ } from "./commands/GetObjectAttributesCommand";
178
+ import {
179
+ GetObjectCommandInput,
180
+ GetObjectCommandOutput,
181
+ } from "./commands/GetObjectCommand";
182
+ import {
183
+ GetObjectLegalHoldCommandInput,
184
+ GetObjectLegalHoldCommandOutput,
185
+ } from "./commands/GetObjectLegalHoldCommand";
186
+ import {
187
+ GetObjectLockConfigurationCommandInput,
188
+ GetObjectLockConfigurationCommandOutput,
189
+ } from "./commands/GetObjectLockConfigurationCommand";
190
+ import {
191
+ GetObjectRetentionCommandInput,
192
+ GetObjectRetentionCommandOutput,
193
+ } from "./commands/GetObjectRetentionCommand";
194
+ import {
195
+ GetObjectTaggingCommandInput,
196
+ GetObjectTaggingCommandOutput,
197
+ } from "./commands/GetObjectTaggingCommand";
198
+ import {
199
+ GetObjectTorrentCommandInput,
200
+ GetObjectTorrentCommandOutput,
201
+ } from "./commands/GetObjectTorrentCommand";
202
+ import {
203
+ GetPublicAccessBlockCommandInput,
204
+ GetPublicAccessBlockCommandOutput,
205
+ } from "./commands/GetPublicAccessBlockCommand";
206
+ import {
207
+ HeadBucketCommandInput,
208
+ HeadBucketCommandOutput,
209
+ } from "./commands/HeadBucketCommand";
210
+ import {
211
+ HeadObjectCommandInput,
212
+ HeadObjectCommandOutput,
213
+ } from "./commands/HeadObjectCommand";
214
+ import {
215
+ ListBucketAnalyticsConfigurationsCommandInput,
216
+ ListBucketAnalyticsConfigurationsCommandOutput,
217
+ } from "./commands/ListBucketAnalyticsConfigurationsCommand";
218
+ import {
219
+ ListBucketIntelligentTieringConfigurationsCommandInput,
220
+ ListBucketIntelligentTieringConfigurationsCommandOutput,
221
+ } from "./commands/ListBucketIntelligentTieringConfigurationsCommand";
222
+ import {
223
+ ListBucketInventoryConfigurationsCommandInput,
224
+ ListBucketInventoryConfigurationsCommandOutput,
225
+ } from "./commands/ListBucketInventoryConfigurationsCommand";
226
+ import {
227
+ ListBucketMetricsConfigurationsCommandInput,
228
+ ListBucketMetricsConfigurationsCommandOutput,
229
+ } from "./commands/ListBucketMetricsConfigurationsCommand";
230
+ import {
231
+ ListBucketsCommandInput,
232
+ ListBucketsCommandOutput,
233
+ } from "./commands/ListBucketsCommand";
234
+ import {
235
+ ListMultipartUploadsCommandInput,
236
+ ListMultipartUploadsCommandOutput,
237
+ } from "./commands/ListMultipartUploadsCommand";
238
+ import {
239
+ ListObjectsCommandInput,
240
+ ListObjectsCommandOutput,
241
+ } from "./commands/ListObjectsCommand";
242
+ import {
243
+ ListObjectsV2CommandInput,
244
+ ListObjectsV2CommandOutput,
245
+ } from "./commands/ListObjectsV2Command";
246
+ import {
247
+ ListObjectVersionsCommandInput,
248
+ ListObjectVersionsCommandOutput,
249
+ } from "./commands/ListObjectVersionsCommand";
250
+ import {
251
+ ListPartsCommandInput,
252
+ ListPartsCommandOutput,
253
+ } from "./commands/ListPartsCommand";
254
+ import {
255
+ PutBucketAccelerateConfigurationCommandInput,
256
+ PutBucketAccelerateConfigurationCommandOutput,
257
+ } from "./commands/PutBucketAccelerateConfigurationCommand";
258
+ import {
259
+ PutBucketAclCommandInput,
260
+ PutBucketAclCommandOutput,
261
+ } from "./commands/PutBucketAclCommand";
262
+ import {
263
+ PutBucketAnalyticsConfigurationCommandInput,
264
+ PutBucketAnalyticsConfigurationCommandOutput,
265
+ } from "./commands/PutBucketAnalyticsConfigurationCommand";
266
+ import {
267
+ PutBucketCorsCommandInput,
268
+ PutBucketCorsCommandOutput,
269
+ } from "./commands/PutBucketCorsCommand";
270
+ import {
271
+ PutBucketEncryptionCommandInput,
272
+ PutBucketEncryptionCommandOutput,
273
+ } from "./commands/PutBucketEncryptionCommand";
274
+ import {
275
+ PutBucketIntelligentTieringConfigurationCommandInput,
276
+ PutBucketIntelligentTieringConfigurationCommandOutput,
277
+ } from "./commands/PutBucketIntelligentTieringConfigurationCommand";
278
+ import {
279
+ PutBucketInventoryConfigurationCommandInput,
280
+ PutBucketInventoryConfigurationCommandOutput,
281
+ } from "./commands/PutBucketInventoryConfigurationCommand";
282
+ import {
283
+ PutBucketLifecycleConfigurationCommandInput,
284
+ PutBucketLifecycleConfigurationCommandOutput,
285
+ } from "./commands/PutBucketLifecycleConfigurationCommand";
286
+ import {
287
+ PutBucketLoggingCommandInput,
288
+ PutBucketLoggingCommandOutput,
289
+ } from "./commands/PutBucketLoggingCommand";
290
+ import {
291
+ PutBucketMetricsConfigurationCommandInput,
292
+ PutBucketMetricsConfigurationCommandOutput,
293
+ } from "./commands/PutBucketMetricsConfigurationCommand";
294
+ import {
295
+ PutBucketNotificationConfigurationCommandInput,
296
+ PutBucketNotificationConfigurationCommandOutput,
297
+ } from "./commands/PutBucketNotificationConfigurationCommand";
298
+ import {
299
+ PutBucketOwnershipControlsCommandInput,
300
+ PutBucketOwnershipControlsCommandOutput,
301
+ } from "./commands/PutBucketOwnershipControlsCommand";
302
+ import {
303
+ PutBucketPolicyCommandInput,
304
+ PutBucketPolicyCommandOutput,
305
+ } from "./commands/PutBucketPolicyCommand";
306
+ import {
307
+ PutBucketReplicationCommandInput,
308
+ PutBucketReplicationCommandOutput,
309
+ } from "./commands/PutBucketReplicationCommand";
310
+ import {
311
+ PutBucketRequestPaymentCommandInput,
312
+ PutBucketRequestPaymentCommandOutput,
313
+ } from "./commands/PutBucketRequestPaymentCommand";
314
+ import {
315
+ PutBucketTaggingCommandInput,
316
+ PutBucketTaggingCommandOutput,
317
+ } from "./commands/PutBucketTaggingCommand";
318
+ import {
319
+ PutBucketVersioningCommandInput,
320
+ PutBucketVersioningCommandOutput,
321
+ } from "./commands/PutBucketVersioningCommand";
322
+ import {
323
+ PutBucketWebsiteCommandInput,
324
+ PutBucketWebsiteCommandOutput,
325
+ } from "./commands/PutBucketWebsiteCommand";
326
+ import {
327
+ PutObjectAclCommandInput,
328
+ PutObjectAclCommandOutput,
329
+ } from "./commands/PutObjectAclCommand";
330
+ import {
331
+ PutObjectCommandInput,
332
+ PutObjectCommandOutput,
333
+ } from "./commands/PutObjectCommand";
334
+ import {
335
+ PutObjectLegalHoldCommandInput,
336
+ PutObjectLegalHoldCommandOutput,
337
+ } from "./commands/PutObjectLegalHoldCommand";
338
+ import {
339
+ PutObjectLockConfigurationCommandInput,
340
+ PutObjectLockConfigurationCommandOutput,
341
+ } from "./commands/PutObjectLockConfigurationCommand";
342
+ import {
343
+ PutObjectRetentionCommandInput,
344
+ PutObjectRetentionCommandOutput,
345
+ } from "./commands/PutObjectRetentionCommand";
346
+ import {
347
+ PutObjectTaggingCommandInput,
348
+ PutObjectTaggingCommandOutput,
349
+ } from "./commands/PutObjectTaggingCommand";
350
+ import {
351
+ PutPublicAccessBlockCommandInput,
352
+ PutPublicAccessBlockCommandOutput,
353
+ } from "./commands/PutPublicAccessBlockCommand";
354
+ import {
355
+ RestoreObjectCommandInput,
356
+ RestoreObjectCommandOutput,
357
+ } from "./commands/RestoreObjectCommand";
358
+ import {
359
+ SelectObjectContentCommandInput,
360
+ SelectObjectContentCommandOutput,
361
+ } from "./commands/SelectObjectContentCommand";
362
+ import {
363
+ UploadPartCommandInput,
364
+ UploadPartCommandOutput,
365
+ } from "./commands/UploadPartCommand";
366
+ import {
367
+ UploadPartCopyCommandInput,
368
+ UploadPartCopyCommandOutput,
369
+ } from "./commands/UploadPartCopyCommand";
370
+ import {
371
+ WriteGetObjectResponseCommandInput,
372
+ WriteGetObjectResponseCommandOutput,
373
+ } from "./commands/WriteGetObjectResponseCommand";
374
+ import { S3Client } from "./S3Client";
375
+ export declare class S3 extends S3Client {
376
+ abortMultipartUpload(
377
+ args: AbortMultipartUploadCommandInput,
378
+ options?: __HttpHandlerOptions
379
+ ): Promise<AbortMultipartUploadCommandOutput>;
380
+ abortMultipartUpload(
381
+ args: AbortMultipartUploadCommandInput,
382
+ cb: (err: any, data?: AbortMultipartUploadCommandOutput) => void
383
+ ): void;
384
+ abortMultipartUpload(
385
+ args: AbortMultipartUploadCommandInput,
386
+ options: __HttpHandlerOptions,
387
+ cb: (err: any, data?: AbortMultipartUploadCommandOutput) => void
388
+ ): void;
389
+ completeMultipartUpload(
390
+ args: CompleteMultipartUploadCommandInput,
391
+ options?: __HttpHandlerOptions
392
+ ): Promise<CompleteMultipartUploadCommandOutput>;
393
+ completeMultipartUpload(
394
+ args: CompleteMultipartUploadCommandInput,
395
+ cb: (err: any, data?: CompleteMultipartUploadCommandOutput) => void
396
+ ): void;
397
+ completeMultipartUpload(
398
+ args: CompleteMultipartUploadCommandInput,
399
+ options: __HttpHandlerOptions,
400
+ cb: (err: any, data?: CompleteMultipartUploadCommandOutput) => void
401
+ ): void;
402
+ copyObject(
403
+ args: CopyObjectCommandInput,
404
+ options?: __HttpHandlerOptions
405
+ ): Promise<CopyObjectCommandOutput>;
406
+ copyObject(
407
+ args: CopyObjectCommandInput,
408
+ cb: (err: any, data?: CopyObjectCommandOutput) => void
409
+ ): void;
410
+ copyObject(
411
+ args: CopyObjectCommandInput,
412
+ options: __HttpHandlerOptions,
413
+ cb: (err: any, data?: CopyObjectCommandOutput) => void
414
+ ): void;
415
+ createBucket(
416
+ args: CreateBucketCommandInput,
417
+ options?: __HttpHandlerOptions
418
+ ): Promise<CreateBucketCommandOutput>;
419
+ createBucket(
420
+ args: CreateBucketCommandInput,
421
+ cb: (err: any, data?: CreateBucketCommandOutput) => void
422
+ ): void;
423
+ createBucket(
424
+ args: CreateBucketCommandInput,
425
+ options: __HttpHandlerOptions,
426
+ cb: (err: any, data?: CreateBucketCommandOutput) => void
427
+ ): void;
428
+ createMultipartUpload(
429
+ args: CreateMultipartUploadCommandInput,
430
+ options?: __HttpHandlerOptions
431
+ ): Promise<CreateMultipartUploadCommandOutput>;
432
+ createMultipartUpload(
433
+ args: CreateMultipartUploadCommandInput,
434
+ cb: (err: any, data?: CreateMultipartUploadCommandOutput) => void
435
+ ): void;
436
+ createMultipartUpload(
437
+ args: CreateMultipartUploadCommandInput,
438
+ options: __HttpHandlerOptions,
439
+ cb: (err: any, data?: CreateMultipartUploadCommandOutput) => void
440
+ ): void;
441
+ deleteBucket(
442
+ args: DeleteBucketCommandInput,
443
+ options?: __HttpHandlerOptions
444
+ ): Promise<DeleteBucketCommandOutput>;
445
+ deleteBucket(
446
+ args: DeleteBucketCommandInput,
447
+ cb: (err: any, data?: DeleteBucketCommandOutput) => void
448
+ ): void;
449
+ deleteBucket(
450
+ args: DeleteBucketCommandInput,
451
+ options: __HttpHandlerOptions,
452
+ cb: (err: any, data?: DeleteBucketCommandOutput) => void
453
+ ): void;
454
+ deleteBucketAnalyticsConfiguration(
455
+ args: DeleteBucketAnalyticsConfigurationCommandInput,
456
+ options?: __HttpHandlerOptions
457
+ ): Promise<DeleteBucketAnalyticsConfigurationCommandOutput>;
458
+ deleteBucketAnalyticsConfiguration(
459
+ args: DeleteBucketAnalyticsConfigurationCommandInput,
460
+ cb: (
461
+ err: any,
462
+ data?: DeleteBucketAnalyticsConfigurationCommandOutput
463
+ ) => void
464
+ ): void;
465
+ deleteBucketAnalyticsConfiguration(
466
+ args: DeleteBucketAnalyticsConfigurationCommandInput,
467
+ options: __HttpHandlerOptions,
468
+ cb: (
469
+ err: any,
470
+ data?: DeleteBucketAnalyticsConfigurationCommandOutput
471
+ ) => void
472
+ ): void;
473
+ deleteBucketCors(
474
+ args: DeleteBucketCorsCommandInput,
475
+ options?: __HttpHandlerOptions
476
+ ): Promise<DeleteBucketCorsCommandOutput>;
477
+ deleteBucketCors(
478
+ args: DeleteBucketCorsCommandInput,
479
+ cb: (err: any, data?: DeleteBucketCorsCommandOutput) => void
480
+ ): void;
481
+ deleteBucketCors(
482
+ args: DeleteBucketCorsCommandInput,
483
+ options: __HttpHandlerOptions,
484
+ cb: (err: any, data?: DeleteBucketCorsCommandOutput) => void
485
+ ): void;
486
+ deleteBucketEncryption(
487
+ args: DeleteBucketEncryptionCommandInput,
488
+ options?: __HttpHandlerOptions
489
+ ): Promise<DeleteBucketEncryptionCommandOutput>;
490
+ deleteBucketEncryption(
491
+ args: DeleteBucketEncryptionCommandInput,
492
+ cb: (err: any, data?: DeleteBucketEncryptionCommandOutput) => void
493
+ ): void;
494
+ deleteBucketEncryption(
495
+ args: DeleteBucketEncryptionCommandInput,
496
+ options: __HttpHandlerOptions,
497
+ cb: (err: any, data?: DeleteBucketEncryptionCommandOutput) => void
498
+ ): void;
499
+ deleteBucketIntelligentTieringConfiguration(
500
+ args: DeleteBucketIntelligentTieringConfigurationCommandInput,
501
+ options?: __HttpHandlerOptions
502
+ ): Promise<DeleteBucketIntelligentTieringConfigurationCommandOutput>;
503
+ deleteBucketIntelligentTieringConfiguration(
504
+ args: DeleteBucketIntelligentTieringConfigurationCommandInput,
505
+ cb: (
506
+ err: any,
507
+ data?: DeleteBucketIntelligentTieringConfigurationCommandOutput
508
+ ) => void
509
+ ): void;
510
+ deleteBucketIntelligentTieringConfiguration(
511
+ args: DeleteBucketIntelligentTieringConfigurationCommandInput,
512
+ options: __HttpHandlerOptions,
513
+ cb: (
514
+ err: any,
515
+ data?: DeleteBucketIntelligentTieringConfigurationCommandOutput
516
+ ) => void
517
+ ): void;
518
+ deleteBucketInventoryConfiguration(
519
+ args: DeleteBucketInventoryConfigurationCommandInput,
520
+ options?: __HttpHandlerOptions
521
+ ): Promise<DeleteBucketInventoryConfigurationCommandOutput>;
522
+ deleteBucketInventoryConfiguration(
523
+ args: DeleteBucketInventoryConfigurationCommandInput,
524
+ cb: (
525
+ err: any,
526
+ data?: DeleteBucketInventoryConfigurationCommandOutput
527
+ ) => void
528
+ ): void;
529
+ deleteBucketInventoryConfiguration(
530
+ args: DeleteBucketInventoryConfigurationCommandInput,
531
+ options: __HttpHandlerOptions,
532
+ cb: (
533
+ err: any,
534
+ data?: DeleteBucketInventoryConfigurationCommandOutput
535
+ ) => void
536
+ ): void;
537
+ deleteBucketLifecycle(
538
+ args: DeleteBucketLifecycleCommandInput,
539
+ options?: __HttpHandlerOptions
540
+ ): Promise<DeleteBucketLifecycleCommandOutput>;
541
+ deleteBucketLifecycle(
542
+ args: DeleteBucketLifecycleCommandInput,
543
+ cb: (err: any, data?: DeleteBucketLifecycleCommandOutput) => void
544
+ ): void;
545
+ deleteBucketLifecycle(
546
+ args: DeleteBucketLifecycleCommandInput,
547
+ options: __HttpHandlerOptions,
548
+ cb: (err: any, data?: DeleteBucketLifecycleCommandOutput) => void
549
+ ): void;
550
+ deleteBucketMetricsConfiguration(
551
+ args: DeleteBucketMetricsConfigurationCommandInput,
552
+ options?: __HttpHandlerOptions
553
+ ): Promise<DeleteBucketMetricsConfigurationCommandOutput>;
554
+ deleteBucketMetricsConfiguration(
555
+ args: DeleteBucketMetricsConfigurationCommandInput,
556
+ cb: (err: any, data?: DeleteBucketMetricsConfigurationCommandOutput) => void
557
+ ): void;
558
+ deleteBucketMetricsConfiguration(
559
+ args: DeleteBucketMetricsConfigurationCommandInput,
560
+ options: __HttpHandlerOptions,
561
+ cb: (err: any, data?: DeleteBucketMetricsConfigurationCommandOutput) => void
562
+ ): void;
563
+ deleteBucketOwnershipControls(
564
+ args: DeleteBucketOwnershipControlsCommandInput,
565
+ options?: __HttpHandlerOptions
566
+ ): Promise<DeleteBucketOwnershipControlsCommandOutput>;
567
+ deleteBucketOwnershipControls(
568
+ args: DeleteBucketOwnershipControlsCommandInput,
569
+ cb: (err: any, data?: DeleteBucketOwnershipControlsCommandOutput) => void
570
+ ): void;
571
+ deleteBucketOwnershipControls(
572
+ args: DeleteBucketOwnershipControlsCommandInput,
573
+ options: __HttpHandlerOptions,
574
+ cb: (err: any, data?: DeleteBucketOwnershipControlsCommandOutput) => void
575
+ ): void;
576
+ deleteBucketPolicy(
577
+ args: DeleteBucketPolicyCommandInput,
578
+ options?: __HttpHandlerOptions
579
+ ): Promise<DeleteBucketPolicyCommandOutput>;
580
+ deleteBucketPolicy(
581
+ args: DeleteBucketPolicyCommandInput,
582
+ cb: (err: any, data?: DeleteBucketPolicyCommandOutput) => void
583
+ ): void;
584
+ deleteBucketPolicy(
585
+ args: DeleteBucketPolicyCommandInput,
586
+ options: __HttpHandlerOptions,
587
+ cb: (err: any, data?: DeleteBucketPolicyCommandOutput) => void
588
+ ): void;
589
+ deleteBucketReplication(
590
+ args: DeleteBucketReplicationCommandInput,
591
+ options?: __HttpHandlerOptions
592
+ ): Promise<DeleteBucketReplicationCommandOutput>;
593
+ deleteBucketReplication(
594
+ args: DeleteBucketReplicationCommandInput,
595
+ cb: (err: any, data?: DeleteBucketReplicationCommandOutput) => void
596
+ ): void;
597
+ deleteBucketReplication(
598
+ args: DeleteBucketReplicationCommandInput,
599
+ options: __HttpHandlerOptions,
600
+ cb: (err: any, data?: DeleteBucketReplicationCommandOutput) => void
601
+ ): void;
602
+ deleteBucketTagging(
603
+ args: DeleteBucketTaggingCommandInput,
604
+ options?: __HttpHandlerOptions
605
+ ): Promise<DeleteBucketTaggingCommandOutput>;
606
+ deleteBucketTagging(
607
+ args: DeleteBucketTaggingCommandInput,
608
+ cb: (err: any, data?: DeleteBucketTaggingCommandOutput) => void
609
+ ): void;
610
+ deleteBucketTagging(
611
+ args: DeleteBucketTaggingCommandInput,
612
+ options: __HttpHandlerOptions,
613
+ cb: (err: any, data?: DeleteBucketTaggingCommandOutput) => void
614
+ ): void;
615
+ deleteBucketWebsite(
616
+ args: DeleteBucketWebsiteCommandInput,
617
+ options?: __HttpHandlerOptions
618
+ ): Promise<DeleteBucketWebsiteCommandOutput>;
619
+ deleteBucketWebsite(
620
+ args: DeleteBucketWebsiteCommandInput,
621
+ cb: (err: any, data?: DeleteBucketWebsiteCommandOutput) => void
622
+ ): void;
623
+ deleteBucketWebsite(
624
+ args: DeleteBucketWebsiteCommandInput,
625
+ options: __HttpHandlerOptions,
626
+ cb: (err: any, data?: DeleteBucketWebsiteCommandOutput) => void
627
+ ): void;
628
+ deleteObject(
629
+ args: DeleteObjectCommandInput,
630
+ options?: __HttpHandlerOptions
631
+ ): Promise<DeleteObjectCommandOutput>;
632
+ deleteObject(
633
+ args: DeleteObjectCommandInput,
634
+ cb: (err: any, data?: DeleteObjectCommandOutput) => void
635
+ ): void;
636
+ deleteObject(
637
+ args: DeleteObjectCommandInput,
638
+ options: __HttpHandlerOptions,
639
+ cb: (err: any, data?: DeleteObjectCommandOutput) => void
640
+ ): void;
641
+ deleteObjects(
642
+ args: DeleteObjectsCommandInput,
643
+ options?: __HttpHandlerOptions
644
+ ): Promise<DeleteObjectsCommandOutput>;
645
+ deleteObjects(
646
+ args: DeleteObjectsCommandInput,
647
+ cb: (err: any, data?: DeleteObjectsCommandOutput) => void
648
+ ): void;
649
+ deleteObjects(
650
+ args: DeleteObjectsCommandInput,
651
+ options: __HttpHandlerOptions,
652
+ cb: (err: any, data?: DeleteObjectsCommandOutput) => void
653
+ ): void;
654
+ deleteObjectTagging(
655
+ args: DeleteObjectTaggingCommandInput,
656
+ options?: __HttpHandlerOptions
657
+ ): Promise<DeleteObjectTaggingCommandOutput>;
658
+ deleteObjectTagging(
659
+ args: DeleteObjectTaggingCommandInput,
660
+ cb: (err: any, data?: DeleteObjectTaggingCommandOutput) => void
661
+ ): void;
662
+ deleteObjectTagging(
663
+ args: DeleteObjectTaggingCommandInput,
664
+ options: __HttpHandlerOptions,
665
+ cb: (err: any, data?: DeleteObjectTaggingCommandOutput) => void
666
+ ): void;
667
+ deletePublicAccessBlock(
668
+ args: DeletePublicAccessBlockCommandInput,
669
+ options?: __HttpHandlerOptions
670
+ ): Promise<DeletePublicAccessBlockCommandOutput>;
671
+ deletePublicAccessBlock(
672
+ args: DeletePublicAccessBlockCommandInput,
673
+ cb: (err: any, data?: DeletePublicAccessBlockCommandOutput) => void
674
+ ): void;
675
+ deletePublicAccessBlock(
676
+ args: DeletePublicAccessBlockCommandInput,
677
+ options: __HttpHandlerOptions,
678
+ cb: (err: any, data?: DeletePublicAccessBlockCommandOutput) => void
679
+ ): void;
680
+ getBucketAccelerateConfiguration(
681
+ args: GetBucketAccelerateConfigurationCommandInput,
682
+ options?: __HttpHandlerOptions
683
+ ): Promise<GetBucketAccelerateConfigurationCommandOutput>;
684
+ getBucketAccelerateConfiguration(
685
+ args: GetBucketAccelerateConfigurationCommandInput,
686
+ cb: (err: any, data?: GetBucketAccelerateConfigurationCommandOutput) => void
687
+ ): void;
688
+ getBucketAccelerateConfiguration(
689
+ args: GetBucketAccelerateConfigurationCommandInput,
690
+ options: __HttpHandlerOptions,
691
+ cb: (err: any, data?: GetBucketAccelerateConfigurationCommandOutput) => void
692
+ ): void;
693
+ getBucketAcl(
694
+ args: GetBucketAclCommandInput,
695
+ options?: __HttpHandlerOptions
696
+ ): Promise<GetBucketAclCommandOutput>;
697
+ getBucketAcl(
698
+ args: GetBucketAclCommandInput,
699
+ cb: (err: any, data?: GetBucketAclCommandOutput) => void
700
+ ): void;
701
+ getBucketAcl(
702
+ args: GetBucketAclCommandInput,
703
+ options: __HttpHandlerOptions,
704
+ cb: (err: any, data?: GetBucketAclCommandOutput) => void
705
+ ): void;
706
+ getBucketAnalyticsConfiguration(
707
+ args: GetBucketAnalyticsConfigurationCommandInput,
708
+ options?: __HttpHandlerOptions
709
+ ): Promise<GetBucketAnalyticsConfigurationCommandOutput>;
710
+ getBucketAnalyticsConfiguration(
711
+ args: GetBucketAnalyticsConfigurationCommandInput,
712
+ cb: (err: any, data?: GetBucketAnalyticsConfigurationCommandOutput) => void
713
+ ): void;
714
+ getBucketAnalyticsConfiguration(
715
+ args: GetBucketAnalyticsConfigurationCommandInput,
716
+ options: __HttpHandlerOptions,
717
+ cb: (err: any, data?: GetBucketAnalyticsConfigurationCommandOutput) => void
718
+ ): void;
719
+ getBucketCors(
720
+ args: GetBucketCorsCommandInput,
721
+ options?: __HttpHandlerOptions
722
+ ): Promise<GetBucketCorsCommandOutput>;
723
+ getBucketCors(
724
+ args: GetBucketCorsCommandInput,
725
+ cb: (err: any, data?: GetBucketCorsCommandOutput) => void
726
+ ): void;
727
+ getBucketCors(
728
+ args: GetBucketCorsCommandInput,
729
+ options: __HttpHandlerOptions,
730
+ cb: (err: any, data?: GetBucketCorsCommandOutput) => void
731
+ ): void;
732
+ getBucketEncryption(
733
+ args: GetBucketEncryptionCommandInput,
734
+ options?: __HttpHandlerOptions
735
+ ): Promise<GetBucketEncryptionCommandOutput>;
736
+ getBucketEncryption(
737
+ args: GetBucketEncryptionCommandInput,
738
+ cb: (err: any, data?: GetBucketEncryptionCommandOutput) => void
739
+ ): void;
740
+ getBucketEncryption(
741
+ args: GetBucketEncryptionCommandInput,
742
+ options: __HttpHandlerOptions,
743
+ cb: (err: any, data?: GetBucketEncryptionCommandOutput) => void
744
+ ): void;
745
+ getBucketIntelligentTieringConfiguration(
746
+ args: GetBucketIntelligentTieringConfigurationCommandInput,
747
+ options?: __HttpHandlerOptions
748
+ ): Promise<GetBucketIntelligentTieringConfigurationCommandOutput>;
749
+ getBucketIntelligentTieringConfiguration(
750
+ args: GetBucketIntelligentTieringConfigurationCommandInput,
751
+ cb: (
752
+ err: any,
753
+ data?: GetBucketIntelligentTieringConfigurationCommandOutput
754
+ ) => void
755
+ ): void;
756
+ getBucketIntelligentTieringConfiguration(
757
+ args: GetBucketIntelligentTieringConfigurationCommandInput,
758
+ options: __HttpHandlerOptions,
759
+ cb: (
760
+ err: any,
761
+ data?: GetBucketIntelligentTieringConfigurationCommandOutput
762
+ ) => void
763
+ ): void;
764
+ getBucketInventoryConfiguration(
765
+ args: GetBucketInventoryConfigurationCommandInput,
766
+ options?: __HttpHandlerOptions
767
+ ): Promise<GetBucketInventoryConfigurationCommandOutput>;
768
+ getBucketInventoryConfiguration(
769
+ args: GetBucketInventoryConfigurationCommandInput,
770
+ cb: (err: any, data?: GetBucketInventoryConfigurationCommandOutput) => void
771
+ ): void;
772
+ getBucketInventoryConfiguration(
773
+ args: GetBucketInventoryConfigurationCommandInput,
774
+ options: __HttpHandlerOptions,
775
+ cb: (err: any, data?: GetBucketInventoryConfigurationCommandOutput) => void
776
+ ): void;
777
+ getBucketLifecycleConfiguration(
778
+ args: GetBucketLifecycleConfigurationCommandInput,
779
+ options?: __HttpHandlerOptions
780
+ ): Promise<GetBucketLifecycleConfigurationCommandOutput>;
781
+ getBucketLifecycleConfiguration(
782
+ args: GetBucketLifecycleConfigurationCommandInput,
783
+ cb: (err: any, data?: GetBucketLifecycleConfigurationCommandOutput) => void
784
+ ): void;
785
+ getBucketLifecycleConfiguration(
786
+ args: GetBucketLifecycleConfigurationCommandInput,
787
+ options: __HttpHandlerOptions,
788
+ cb: (err: any, data?: GetBucketLifecycleConfigurationCommandOutput) => void
789
+ ): void;
790
+ getBucketLocation(
791
+ args: GetBucketLocationCommandInput,
792
+ options?: __HttpHandlerOptions
793
+ ): Promise<GetBucketLocationCommandOutput>;
794
+ getBucketLocation(
795
+ args: GetBucketLocationCommandInput,
796
+ cb: (err: any, data?: GetBucketLocationCommandOutput) => void
797
+ ): void;
798
+ getBucketLocation(
799
+ args: GetBucketLocationCommandInput,
800
+ options: __HttpHandlerOptions,
801
+ cb: (err: any, data?: GetBucketLocationCommandOutput) => void
802
+ ): void;
803
+ getBucketLogging(
804
+ args: GetBucketLoggingCommandInput,
805
+ options?: __HttpHandlerOptions
806
+ ): Promise<GetBucketLoggingCommandOutput>;
807
+ getBucketLogging(
808
+ args: GetBucketLoggingCommandInput,
809
+ cb: (err: any, data?: GetBucketLoggingCommandOutput) => void
810
+ ): void;
811
+ getBucketLogging(
812
+ args: GetBucketLoggingCommandInput,
813
+ options: __HttpHandlerOptions,
814
+ cb: (err: any, data?: GetBucketLoggingCommandOutput) => void
815
+ ): void;
816
+ getBucketMetricsConfiguration(
817
+ args: GetBucketMetricsConfigurationCommandInput,
818
+ options?: __HttpHandlerOptions
819
+ ): Promise<GetBucketMetricsConfigurationCommandOutput>;
820
+ getBucketMetricsConfiguration(
821
+ args: GetBucketMetricsConfigurationCommandInput,
822
+ cb: (err: any, data?: GetBucketMetricsConfigurationCommandOutput) => void
823
+ ): void;
824
+ getBucketMetricsConfiguration(
825
+ args: GetBucketMetricsConfigurationCommandInput,
826
+ options: __HttpHandlerOptions,
827
+ cb: (err: any, data?: GetBucketMetricsConfigurationCommandOutput) => void
828
+ ): void;
829
+ getBucketNotificationConfiguration(
830
+ args: GetBucketNotificationConfigurationCommandInput,
831
+ options?: __HttpHandlerOptions
832
+ ): Promise<GetBucketNotificationConfigurationCommandOutput>;
833
+ getBucketNotificationConfiguration(
834
+ args: GetBucketNotificationConfigurationCommandInput,
835
+ cb: (
836
+ err: any,
837
+ data?: GetBucketNotificationConfigurationCommandOutput
838
+ ) => void
839
+ ): void;
840
+ getBucketNotificationConfiguration(
841
+ args: GetBucketNotificationConfigurationCommandInput,
842
+ options: __HttpHandlerOptions,
843
+ cb: (
844
+ err: any,
845
+ data?: GetBucketNotificationConfigurationCommandOutput
846
+ ) => void
847
+ ): void;
848
+ getBucketOwnershipControls(
849
+ args: GetBucketOwnershipControlsCommandInput,
850
+ options?: __HttpHandlerOptions
851
+ ): Promise<GetBucketOwnershipControlsCommandOutput>;
852
+ getBucketOwnershipControls(
853
+ args: GetBucketOwnershipControlsCommandInput,
854
+ cb: (err: any, data?: GetBucketOwnershipControlsCommandOutput) => void
855
+ ): void;
856
+ getBucketOwnershipControls(
857
+ args: GetBucketOwnershipControlsCommandInput,
858
+ options: __HttpHandlerOptions,
859
+ cb: (err: any, data?: GetBucketOwnershipControlsCommandOutput) => void
860
+ ): void;
861
+ getBucketPolicy(
862
+ args: GetBucketPolicyCommandInput,
863
+ options?: __HttpHandlerOptions
864
+ ): Promise<GetBucketPolicyCommandOutput>;
865
+ getBucketPolicy(
866
+ args: GetBucketPolicyCommandInput,
867
+ cb: (err: any, data?: GetBucketPolicyCommandOutput) => void
868
+ ): void;
869
+ getBucketPolicy(
870
+ args: GetBucketPolicyCommandInput,
871
+ options: __HttpHandlerOptions,
872
+ cb: (err: any, data?: GetBucketPolicyCommandOutput) => void
873
+ ): void;
874
+ getBucketPolicyStatus(
875
+ args: GetBucketPolicyStatusCommandInput,
876
+ options?: __HttpHandlerOptions
877
+ ): Promise<GetBucketPolicyStatusCommandOutput>;
878
+ getBucketPolicyStatus(
879
+ args: GetBucketPolicyStatusCommandInput,
880
+ cb: (err: any, data?: GetBucketPolicyStatusCommandOutput) => void
881
+ ): void;
882
+ getBucketPolicyStatus(
883
+ args: GetBucketPolicyStatusCommandInput,
884
+ options: __HttpHandlerOptions,
885
+ cb: (err: any, data?: GetBucketPolicyStatusCommandOutput) => void
886
+ ): void;
887
+ getBucketReplication(
888
+ args: GetBucketReplicationCommandInput,
889
+ options?: __HttpHandlerOptions
890
+ ): Promise<GetBucketReplicationCommandOutput>;
891
+ getBucketReplication(
892
+ args: GetBucketReplicationCommandInput,
893
+ cb: (err: any, data?: GetBucketReplicationCommandOutput) => void
894
+ ): void;
895
+ getBucketReplication(
896
+ args: GetBucketReplicationCommandInput,
897
+ options: __HttpHandlerOptions,
898
+ cb: (err: any, data?: GetBucketReplicationCommandOutput) => void
899
+ ): void;
900
+ getBucketRequestPayment(
901
+ args: GetBucketRequestPaymentCommandInput,
902
+ options?: __HttpHandlerOptions
903
+ ): Promise<GetBucketRequestPaymentCommandOutput>;
904
+ getBucketRequestPayment(
905
+ args: GetBucketRequestPaymentCommandInput,
906
+ cb: (err: any, data?: GetBucketRequestPaymentCommandOutput) => void
907
+ ): void;
908
+ getBucketRequestPayment(
909
+ args: GetBucketRequestPaymentCommandInput,
910
+ options: __HttpHandlerOptions,
911
+ cb: (err: any, data?: GetBucketRequestPaymentCommandOutput) => void
912
+ ): void;
913
+ getBucketTagging(
914
+ args: GetBucketTaggingCommandInput,
915
+ options?: __HttpHandlerOptions
916
+ ): Promise<GetBucketTaggingCommandOutput>;
917
+ getBucketTagging(
918
+ args: GetBucketTaggingCommandInput,
919
+ cb: (err: any, data?: GetBucketTaggingCommandOutput) => void
920
+ ): void;
921
+ getBucketTagging(
922
+ args: GetBucketTaggingCommandInput,
923
+ options: __HttpHandlerOptions,
924
+ cb: (err: any, data?: GetBucketTaggingCommandOutput) => void
925
+ ): void;
926
+ getBucketVersioning(
927
+ args: GetBucketVersioningCommandInput,
928
+ options?: __HttpHandlerOptions
929
+ ): Promise<GetBucketVersioningCommandOutput>;
930
+ getBucketVersioning(
931
+ args: GetBucketVersioningCommandInput,
932
+ cb: (err: any, data?: GetBucketVersioningCommandOutput) => void
933
+ ): void;
934
+ getBucketVersioning(
935
+ args: GetBucketVersioningCommandInput,
936
+ options: __HttpHandlerOptions,
937
+ cb: (err: any, data?: GetBucketVersioningCommandOutput) => void
938
+ ): void;
939
+ getBucketWebsite(
940
+ args: GetBucketWebsiteCommandInput,
941
+ options?: __HttpHandlerOptions
942
+ ): Promise<GetBucketWebsiteCommandOutput>;
943
+ getBucketWebsite(
944
+ args: GetBucketWebsiteCommandInput,
945
+ cb: (err: any, data?: GetBucketWebsiteCommandOutput) => void
946
+ ): void;
947
+ getBucketWebsite(
948
+ args: GetBucketWebsiteCommandInput,
949
+ options: __HttpHandlerOptions,
950
+ cb: (err: any, data?: GetBucketWebsiteCommandOutput) => void
951
+ ): void;
952
+ getObject(
953
+ args: GetObjectCommandInput,
954
+ options?: __HttpHandlerOptions
955
+ ): Promise<GetObjectCommandOutput>;
956
+ getObject(
957
+ args: GetObjectCommandInput,
958
+ cb: (err: any, data?: GetObjectCommandOutput) => void
959
+ ): void;
960
+ getObject(
961
+ args: GetObjectCommandInput,
962
+ options: __HttpHandlerOptions,
963
+ cb: (err: any, data?: GetObjectCommandOutput) => void
964
+ ): void;
965
+ getObjectAcl(
966
+ args: GetObjectAclCommandInput,
967
+ options?: __HttpHandlerOptions
968
+ ): Promise<GetObjectAclCommandOutput>;
969
+ getObjectAcl(
970
+ args: GetObjectAclCommandInput,
971
+ cb: (err: any, data?: GetObjectAclCommandOutput) => void
972
+ ): void;
973
+ getObjectAcl(
974
+ args: GetObjectAclCommandInput,
975
+ options: __HttpHandlerOptions,
976
+ cb: (err: any, data?: GetObjectAclCommandOutput) => void
977
+ ): void;
978
+ getObjectAttributes(
979
+ args: GetObjectAttributesCommandInput,
980
+ options?: __HttpHandlerOptions
981
+ ): Promise<GetObjectAttributesCommandOutput>;
982
+ getObjectAttributes(
983
+ args: GetObjectAttributesCommandInput,
984
+ cb: (err: any, data?: GetObjectAttributesCommandOutput) => void
985
+ ): void;
986
+ getObjectAttributes(
987
+ args: GetObjectAttributesCommandInput,
988
+ options: __HttpHandlerOptions,
989
+ cb: (err: any, data?: GetObjectAttributesCommandOutput) => void
990
+ ): void;
991
+ getObjectLegalHold(
992
+ args: GetObjectLegalHoldCommandInput,
993
+ options?: __HttpHandlerOptions
994
+ ): Promise<GetObjectLegalHoldCommandOutput>;
995
+ getObjectLegalHold(
996
+ args: GetObjectLegalHoldCommandInput,
997
+ cb: (err: any, data?: GetObjectLegalHoldCommandOutput) => void
998
+ ): void;
999
+ getObjectLegalHold(
1000
+ args: GetObjectLegalHoldCommandInput,
1001
+ options: __HttpHandlerOptions,
1002
+ cb: (err: any, data?: GetObjectLegalHoldCommandOutput) => void
1003
+ ): void;
1004
+ getObjectLockConfiguration(
1005
+ args: GetObjectLockConfigurationCommandInput,
1006
+ options?: __HttpHandlerOptions
1007
+ ): Promise<GetObjectLockConfigurationCommandOutput>;
1008
+ getObjectLockConfiguration(
1009
+ args: GetObjectLockConfigurationCommandInput,
1010
+ cb: (err: any, data?: GetObjectLockConfigurationCommandOutput) => void
1011
+ ): void;
1012
+ getObjectLockConfiguration(
1013
+ args: GetObjectLockConfigurationCommandInput,
1014
+ options: __HttpHandlerOptions,
1015
+ cb: (err: any, data?: GetObjectLockConfigurationCommandOutput) => void
1016
+ ): void;
1017
+ getObjectRetention(
1018
+ args: GetObjectRetentionCommandInput,
1019
+ options?: __HttpHandlerOptions
1020
+ ): Promise<GetObjectRetentionCommandOutput>;
1021
+ getObjectRetention(
1022
+ args: GetObjectRetentionCommandInput,
1023
+ cb: (err: any, data?: GetObjectRetentionCommandOutput) => void
1024
+ ): void;
1025
+ getObjectRetention(
1026
+ args: GetObjectRetentionCommandInput,
1027
+ options: __HttpHandlerOptions,
1028
+ cb: (err: any, data?: GetObjectRetentionCommandOutput) => void
1029
+ ): void;
1030
+ getObjectTagging(
1031
+ args: GetObjectTaggingCommandInput,
1032
+ options?: __HttpHandlerOptions
1033
+ ): Promise<GetObjectTaggingCommandOutput>;
1034
+ getObjectTagging(
1035
+ args: GetObjectTaggingCommandInput,
1036
+ cb: (err: any, data?: GetObjectTaggingCommandOutput) => void
1037
+ ): void;
1038
+ getObjectTagging(
1039
+ args: GetObjectTaggingCommandInput,
1040
+ options: __HttpHandlerOptions,
1041
+ cb: (err: any, data?: GetObjectTaggingCommandOutput) => void
1042
+ ): void;
1043
+ getObjectTorrent(
1044
+ args: GetObjectTorrentCommandInput,
1045
+ options?: __HttpHandlerOptions
1046
+ ): Promise<GetObjectTorrentCommandOutput>;
1047
+ getObjectTorrent(
1048
+ args: GetObjectTorrentCommandInput,
1049
+ cb: (err: any, data?: GetObjectTorrentCommandOutput) => void
1050
+ ): void;
1051
+ getObjectTorrent(
1052
+ args: GetObjectTorrentCommandInput,
1053
+ options: __HttpHandlerOptions,
1054
+ cb: (err: any, data?: GetObjectTorrentCommandOutput) => void
1055
+ ): void;
1056
+ getPublicAccessBlock(
1057
+ args: GetPublicAccessBlockCommandInput,
1058
+ options?: __HttpHandlerOptions
1059
+ ): Promise<GetPublicAccessBlockCommandOutput>;
1060
+ getPublicAccessBlock(
1061
+ args: GetPublicAccessBlockCommandInput,
1062
+ cb: (err: any, data?: GetPublicAccessBlockCommandOutput) => void
1063
+ ): void;
1064
+ getPublicAccessBlock(
1065
+ args: GetPublicAccessBlockCommandInput,
1066
+ options: __HttpHandlerOptions,
1067
+ cb: (err: any, data?: GetPublicAccessBlockCommandOutput) => void
1068
+ ): void;
1069
+ headBucket(
1070
+ args: HeadBucketCommandInput,
1071
+ options?: __HttpHandlerOptions
1072
+ ): Promise<HeadBucketCommandOutput>;
1073
+ headBucket(
1074
+ args: HeadBucketCommandInput,
1075
+ cb: (err: any, data?: HeadBucketCommandOutput) => void
1076
+ ): void;
1077
+ headBucket(
1078
+ args: HeadBucketCommandInput,
1079
+ options: __HttpHandlerOptions,
1080
+ cb: (err: any, data?: HeadBucketCommandOutput) => void
1081
+ ): void;
1082
+ headObject(
1083
+ args: HeadObjectCommandInput,
1084
+ options?: __HttpHandlerOptions
1085
+ ): Promise<HeadObjectCommandOutput>;
1086
+ headObject(
1087
+ args: HeadObjectCommandInput,
1088
+ cb: (err: any, data?: HeadObjectCommandOutput) => void
1089
+ ): void;
1090
+ headObject(
1091
+ args: HeadObjectCommandInput,
1092
+ options: __HttpHandlerOptions,
1093
+ cb: (err: any, data?: HeadObjectCommandOutput) => void
1094
+ ): void;
1095
+ listBucketAnalyticsConfigurations(
1096
+ args: ListBucketAnalyticsConfigurationsCommandInput,
1097
+ options?: __HttpHandlerOptions
1098
+ ): Promise<ListBucketAnalyticsConfigurationsCommandOutput>;
1099
+ listBucketAnalyticsConfigurations(
1100
+ args: ListBucketAnalyticsConfigurationsCommandInput,
1101
+ cb: (
1102
+ err: any,
1103
+ data?: ListBucketAnalyticsConfigurationsCommandOutput
1104
+ ) => void
1105
+ ): void;
1106
+ listBucketAnalyticsConfigurations(
1107
+ args: ListBucketAnalyticsConfigurationsCommandInput,
1108
+ options: __HttpHandlerOptions,
1109
+ cb: (
1110
+ err: any,
1111
+ data?: ListBucketAnalyticsConfigurationsCommandOutput
1112
+ ) => void
1113
+ ): void;
1114
+ listBucketIntelligentTieringConfigurations(
1115
+ args: ListBucketIntelligentTieringConfigurationsCommandInput,
1116
+ options?: __HttpHandlerOptions
1117
+ ): Promise<ListBucketIntelligentTieringConfigurationsCommandOutput>;
1118
+ listBucketIntelligentTieringConfigurations(
1119
+ args: ListBucketIntelligentTieringConfigurationsCommandInput,
1120
+ cb: (
1121
+ err: any,
1122
+ data?: ListBucketIntelligentTieringConfigurationsCommandOutput
1123
+ ) => void
1124
+ ): void;
1125
+ listBucketIntelligentTieringConfigurations(
1126
+ args: ListBucketIntelligentTieringConfigurationsCommandInput,
1127
+ options: __HttpHandlerOptions,
1128
+ cb: (
1129
+ err: any,
1130
+ data?: ListBucketIntelligentTieringConfigurationsCommandOutput
1131
+ ) => void
1132
+ ): void;
1133
+ listBucketInventoryConfigurations(
1134
+ args: ListBucketInventoryConfigurationsCommandInput,
1135
+ options?: __HttpHandlerOptions
1136
+ ): Promise<ListBucketInventoryConfigurationsCommandOutput>;
1137
+ listBucketInventoryConfigurations(
1138
+ args: ListBucketInventoryConfigurationsCommandInput,
1139
+ cb: (
1140
+ err: any,
1141
+ data?: ListBucketInventoryConfigurationsCommandOutput
1142
+ ) => void
1143
+ ): void;
1144
+ listBucketInventoryConfigurations(
1145
+ args: ListBucketInventoryConfigurationsCommandInput,
1146
+ options: __HttpHandlerOptions,
1147
+ cb: (
1148
+ err: any,
1149
+ data?: ListBucketInventoryConfigurationsCommandOutput
1150
+ ) => void
1151
+ ): void;
1152
+ listBucketMetricsConfigurations(
1153
+ args: ListBucketMetricsConfigurationsCommandInput,
1154
+ options?: __HttpHandlerOptions
1155
+ ): Promise<ListBucketMetricsConfigurationsCommandOutput>;
1156
+ listBucketMetricsConfigurations(
1157
+ args: ListBucketMetricsConfigurationsCommandInput,
1158
+ cb: (err: any, data?: ListBucketMetricsConfigurationsCommandOutput) => void
1159
+ ): void;
1160
+ listBucketMetricsConfigurations(
1161
+ args: ListBucketMetricsConfigurationsCommandInput,
1162
+ options: __HttpHandlerOptions,
1163
+ cb: (err: any, data?: ListBucketMetricsConfigurationsCommandOutput) => void
1164
+ ): void;
1165
+ listBuckets(
1166
+ args: ListBucketsCommandInput,
1167
+ options?: __HttpHandlerOptions
1168
+ ): Promise<ListBucketsCommandOutput>;
1169
+ listBuckets(
1170
+ args: ListBucketsCommandInput,
1171
+ cb: (err: any, data?: ListBucketsCommandOutput) => void
1172
+ ): void;
1173
+ listBuckets(
1174
+ args: ListBucketsCommandInput,
1175
+ options: __HttpHandlerOptions,
1176
+ cb: (err: any, data?: ListBucketsCommandOutput) => void
1177
+ ): void;
1178
+ listMultipartUploads(
1179
+ args: ListMultipartUploadsCommandInput,
1180
+ options?: __HttpHandlerOptions
1181
+ ): Promise<ListMultipartUploadsCommandOutput>;
1182
+ listMultipartUploads(
1183
+ args: ListMultipartUploadsCommandInput,
1184
+ cb: (err: any, data?: ListMultipartUploadsCommandOutput) => void
1185
+ ): void;
1186
+ listMultipartUploads(
1187
+ args: ListMultipartUploadsCommandInput,
1188
+ options: __HttpHandlerOptions,
1189
+ cb: (err: any, data?: ListMultipartUploadsCommandOutput) => void
1190
+ ): void;
1191
+ listObjects(
1192
+ args: ListObjectsCommandInput,
1193
+ options?: __HttpHandlerOptions
1194
+ ): Promise<ListObjectsCommandOutput>;
1195
+ listObjects(
1196
+ args: ListObjectsCommandInput,
1197
+ cb: (err: any, data?: ListObjectsCommandOutput) => void
1198
+ ): void;
1199
+ listObjects(
1200
+ args: ListObjectsCommandInput,
1201
+ options: __HttpHandlerOptions,
1202
+ cb: (err: any, data?: ListObjectsCommandOutput) => void
1203
+ ): void;
1204
+ listObjectsV2(
1205
+ args: ListObjectsV2CommandInput,
1206
+ options?: __HttpHandlerOptions
1207
+ ): Promise<ListObjectsV2CommandOutput>;
1208
+ listObjectsV2(
1209
+ args: ListObjectsV2CommandInput,
1210
+ cb: (err: any, data?: ListObjectsV2CommandOutput) => void
1211
+ ): void;
1212
+ listObjectsV2(
1213
+ args: ListObjectsV2CommandInput,
1214
+ options: __HttpHandlerOptions,
1215
+ cb: (err: any, data?: ListObjectsV2CommandOutput) => void
1216
+ ): void;
1217
+ listObjectVersions(
1218
+ args: ListObjectVersionsCommandInput,
1219
+ options?: __HttpHandlerOptions
1220
+ ): Promise<ListObjectVersionsCommandOutput>;
1221
+ listObjectVersions(
1222
+ args: ListObjectVersionsCommandInput,
1223
+ cb: (err: any, data?: ListObjectVersionsCommandOutput) => void
1224
+ ): void;
1225
+ listObjectVersions(
1226
+ args: ListObjectVersionsCommandInput,
1227
+ options: __HttpHandlerOptions,
1228
+ cb: (err: any, data?: ListObjectVersionsCommandOutput) => void
1229
+ ): void;
1230
+ listParts(
1231
+ args: ListPartsCommandInput,
1232
+ options?: __HttpHandlerOptions
1233
+ ): Promise<ListPartsCommandOutput>;
1234
+ listParts(
1235
+ args: ListPartsCommandInput,
1236
+ cb: (err: any, data?: ListPartsCommandOutput) => void
1237
+ ): void;
1238
+ listParts(
1239
+ args: ListPartsCommandInput,
1240
+ options: __HttpHandlerOptions,
1241
+ cb: (err: any, data?: ListPartsCommandOutput) => void
1242
+ ): void;
1243
+ putBucketAccelerateConfiguration(
1244
+ args: PutBucketAccelerateConfigurationCommandInput,
1245
+ options?: __HttpHandlerOptions
1246
+ ): Promise<PutBucketAccelerateConfigurationCommandOutput>;
1247
+ putBucketAccelerateConfiguration(
1248
+ args: PutBucketAccelerateConfigurationCommandInput,
1249
+ cb: (err: any, data?: PutBucketAccelerateConfigurationCommandOutput) => void
1250
+ ): void;
1251
+ putBucketAccelerateConfiguration(
1252
+ args: PutBucketAccelerateConfigurationCommandInput,
1253
+ options: __HttpHandlerOptions,
1254
+ cb: (err: any, data?: PutBucketAccelerateConfigurationCommandOutput) => void
1255
+ ): void;
1256
+ putBucketAcl(
1257
+ args: PutBucketAclCommandInput,
1258
+ options?: __HttpHandlerOptions
1259
+ ): Promise<PutBucketAclCommandOutput>;
1260
+ putBucketAcl(
1261
+ args: PutBucketAclCommandInput,
1262
+ cb: (err: any, data?: PutBucketAclCommandOutput) => void
1263
+ ): void;
1264
+ putBucketAcl(
1265
+ args: PutBucketAclCommandInput,
1266
+ options: __HttpHandlerOptions,
1267
+ cb: (err: any, data?: PutBucketAclCommandOutput) => void
1268
+ ): void;
1269
+ putBucketAnalyticsConfiguration(
1270
+ args: PutBucketAnalyticsConfigurationCommandInput,
1271
+ options?: __HttpHandlerOptions
1272
+ ): Promise<PutBucketAnalyticsConfigurationCommandOutput>;
1273
+ putBucketAnalyticsConfiguration(
1274
+ args: PutBucketAnalyticsConfigurationCommandInput,
1275
+ cb: (err: any, data?: PutBucketAnalyticsConfigurationCommandOutput) => void
1276
+ ): void;
1277
+ putBucketAnalyticsConfiguration(
1278
+ args: PutBucketAnalyticsConfigurationCommandInput,
1279
+ options: __HttpHandlerOptions,
1280
+ cb: (err: any, data?: PutBucketAnalyticsConfigurationCommandOutput) => void
1281
+ ): void;
1282
+ putBucketCors(
1283
+ args: PutBucketCorsCommandInput,
1284
+ options?: __HttpHandlerOptions
1285
+ ): Promise<PutBucketCorsCommandOutput>;
1286
+ putBucketCors(
1287
+ args: PutBucketCorsCommandInput,
1288
+ cb: (err: any, data?: PutBucketCorsCommandOutput) => void
1289
+ ): void;
1290
+ putBucketCors(
1291
+ args: PutBucketCorsCommandInput,
1292
+ options: __HttpHandlerOptions,
1293
+ cb: (err: any, data?: PutBucketCorsCommandOutput) => void
1294
+ ): void;
1295
+ putBucketEncryption(
1296
+ args: PutBucketEncryptionCommandInput,
1297
+ options?: __HttpHandlerOptions
1298
+ ): Promise<PutBucketEncryptionCommandOutput>;
1299
+ putBucketEncryption(
1300
+ args: PutBucketEncryptionCommandInput,
1301
+ cb: (err: any, data?: PutBucketEncryptionCommandOutput) => void
1302
+ ): void;
1303
+ putBucketEncryption(
1304
+ args: PutBucketEncryptionCommandInput,
1305
+ options: __HttpHandlerOptions,
1306
+ cb: (err: any, data?: PutBucketEncryptionCommandOutput) => void
1307
+ ): void;
1308
+ putBucketIntelligentTieringConfiguration(
1309
+ args: PutBucketIntelligentTieringConfigurationCommandInput,
1310
+ options?: __HttpHandlerOptions
1311
+ ): Promise<PutBucketIntelligentTieringConfigurationCommandOutput>;
1312
+ putBucketIntelligentTieringConfiguration(
1313
+ args: PutBucketIntelligentTieringConfigurationCommandInput,
1314
+ cb: (
1315
+ err: any,
1316
+ data?: PutBucketIntelligentTieringConfigurationCommandOutput
1317
+ ) => void
1318
+ ): void;
1319
+ putBucketIntelligentTieringConfiguration(
1320
+ args: PutBucketIntelligentTieringConfigurationCommandInput,
1321
+ options: __HttpHandlerOptions,
1322
+ cb: (
1323
+ err: any,
1324
+ data?: PutBucketIntelligentTieringConfigurationCommandOutput
1325
+ ) => void
1326
+ ): void;
1327
+ putBucketInventoryConfiguration(
1328
+ args: PutBucketInventoryConfigurationCommandInput,
1329
+ options?: __HttpHandlerOptions
1330
+ ): Promise<PutBucketInventoryConfigurationCommandOutput>;
1331
+ putBucketInventoryConfiguration(
1332
+ args: PutBucketInventoryConfigurationCommandInput,
1333
+ cb: (err: any, data?: PutBucketInventoryConfigurationCommandOutput) => void
1334
+ ): void;
1335
+ putBucketInventoryConfiguration(
1336
+ args: PutBucketInventoryConfigurationCommandInput,
1337
+ options: __HttpHandlerOptions,
1338
+ cb: (err: any, data?: PutBucketInventoryConfigurationCommandOutput) => void
1339
+ ): void;
1340
+ putBucketLifecycleConfiguration(
1341
+ args: PutBucketLifecycleConfigurationCommandInput,
1342
+ options?: __HttpHandlerOptions
1343
+ ): Promise<PutBucketLifecycleConfigurationCommandOutput>;
1344
+ putBucketLifecycleConfiguration(
1345
+ args: PutBucketLifecycleConfigurationCommandInput,
1346
+ cb: (err: any, data?: PutBucketLifecycleConfigurationCommandOutput) => void
1347
+ ): void;
1348
+ putBucketLifecycleConfiguration(
1349
+ args: PutBucketLifecycleConfigurationCommandInput,
1350
+ options: __HttpHandlerOptions,
1351
+ cb: (err: any, data?: PutBucketLifecycleConfigurationCommandOutput) => void
1352
+ ): void;
1353
+ putBucketLogging(
1354
+ args: PutBucketLoggingCommandInput,
1355
+ options?: __HttpHandlerOptions
1356
+ ): Promise<PutBucketLoggingCommandOutput>;
1357
+ putBucketLogging(
1358
+ args: PutBucketLoggingCommandInput,
1359
+ cb: (err: any, data?: PutBucketLoggingCommandOutput) => void
1360
+ ): void;
1361
+ putBucketLogging(
1362
+ args: PutBucketLoggingCommandInput,
1363
+ options: __HttpHandlerOptions,
1364
+ cb: (err: any, data?: PutBucketLoggingCommandOutput) => void
1365
+ ): void;
1366
+ putBucketMetricsConfiguration(
1367
+ args: PutBucketMetricsConfigurationCommandInput,
1368
+ options?: __HttpHandlerOptions
1369
+ ): Promise<PutBucketMetricsConfigurationCommandOutput>;
1370
+ putBucketMetricsConfiguration(
1371
+ args: PutBucketMetricsConfigurationCommandInput,
1372
+ cb: (err: any, data?: PutBucketMetricsConfigurationCommandOutput) => void
1373
+ ): void;
1374
+ putBucketMetricsConfiguration(
1375
+ args: PutBucketMetricsConfigurationCommandInput,
1376
+ options: __HttpHandlerOptions,
1377
+ cb: (err: any, data?: PutBucketMetricsConfigurationCommandOutput) => void
1378
+ ): void;
1379
+ putBucketNotificationConfiguration(
1380
+ args: PutBucketNotificationConfigurationCommandInput,
1381
+ options?: __HttpHandlerOptions
1382
+ ): Promise<PutBucketNotificationConfigurationCommandOutput>;
1383
+ putBucketNotificationConfiguration(
1384
+ args: PutBucketNotificationConfigurationCommandInput,
1385
+ cb: (
1386
+ err: any,
1387
+ data?: PutBucketNotificationConfigurationCommandOutput
1388
+ ) => void
1389
+ ): void;
1390
+ putBucketNotificationConfiguration(
1391
+ args: PutBucketNotificationConfigurationCommandInput,
1392
+ options: __HttpHandlerOptions,
1393
+ cb: (
1394
+ err: any,
1395
+ data?: PutBucketNotificationConfigurationCommandOutput
1396
+ ) => void
1397
+ ): void;
1398
+ putBucketOwnershipControls(
1399
+ args: PutBucketOwnershipControlsCommandInput,
1400
+ options?: __HttpHandlerOptions
1401
+ ): Promise<PutBucketOwnershipControlsCommandOutput>;
1402
+ putBucketOwnershipControls(
1403
+ args: PutBucketOwnershipControlsCommandInput,
1404
+ cb: (err: any, data?: PutBucketOwnershipControlsCommandOutput) => void
1405
+ ): void;
1406
+ putBucketOwnershipControls(
1407
+ args: PutBucketOwnershipControlsCommandInput,
1408
+ options: __HttpHandlerOptions,
1409
+ cb: (err: any, data?: PutBucketOwnershipControlsCommandOutput) => void
1410
+ ): void;
1411
+ putBucketPolicy(
1412
+ args: PutBucketPolicyCommandInput,
1413
+ options?: __HttpHandlerOptions
1414
+ ): Promise<PutBucketPolicyCommandOutput>;
1415
+ putBucketPolicy(
1416
+ args: PutBucketPolicyCommandInput,
1417
+ cb: (err: any, data?: PutBucketPolicyCommandOutput) => void
1418
+ ): void;
1419
+ putBucketPolicy(
1420
+ args: PutBucketPolicyCommandInput,
1421
+ options: __HttpHandlerOptions,
1422
+ cb: (err: any, data?: PutBucketPolicyCommandOutput) => void
1423
+ ): void;
1424
+ putBucketReplication(
1425
+ args: PutBucketReplicationCommandInput,
1426
+ options?: __HttpHandlerOptions
1427
+ ): Promise<PutBucketReplicationCommandOutput>;
1428
+ putBucketReplication(
1429
+ args: PutBucketReplicationCommandInput,
1430
+ cb: (err: any, data?: PutBucketReplicationCommandOutput) => void
1431
+ ): void;
1432
+ putBucketReplication(
1433
+ args: PutBucketReplicationCommandInput,
1434
+ options: __HttpHandlerOptions,
1435
+ cb: (err: any, data?: PutBucketReplicationCommandOutput) => void
1436
+ ): void;
1437
+ putBucketRequestPayment(
1438
+ args: PutBucketRequestPaymentCommandInput,
1439
+ options?: __HttpHandlerOptions
1440
+ ): Promise<PutBucketRequestPaymentCommandOutput>;
1441
+ putBucketRequestPayment(
1442
+ args: PutBucketRequestPaymentCommandInput,
1443
+ cb: (err: any, data?: PutBucketRequestPaymentCommandOutput) => void
1444
+ ): void;
1445
+ putBucketRequestPayment(
1446
+ args: PutBucketRequestPaymentCommandInput,
1447
+ options: __HttpHandlerOptions,
1448
+ cb: (err: any, data?: PutBucketRequestPaymentCommandOutput) => void
1449
+ ): void;
1450
+ putBucketTagging(
1451
+ args: PutBucketTaggingCommandInput,
1452
+ options?: __HttpHandlerOptions
1453
+ ): Promise<PutBucketTaggingCommandOutput>;
1454
+ putBucketTagging(
1455
+ args: PutBucketTaggingCommandInput,
1456
+ cb: (err: any, data?: PutBucketTaggingCommandOutput) => void
1457
+ ): void;
1458
+ putBucketTagging(
1459
+ args: PutBucketTaggingCommandInput,
1460
+ options: __HttpHandlerOptions,
1461
+ cb: (err: any, data?: PutBucketTaggingCommandOutput) => void
1462
+ ): void;
1463
+ putBucketVersioning(
1464
+ args: PutBucketVersioningCommandInput,
1465
+ options?: __HttpHandlerOptions
1466
+ ): Promise<PutBucketVersioningCommandOutput>;
1467
+ putBucketVersioning(
1468
+ args: PutBucketVersioningCommandInput,
1469
+ cb: (err: any, data?: PutBucketVersioningCommandOutput) => void
1470
+ ): void;
1471
+ putBucketVersioning(
1472
+ args: PutBucketVersioningCommandInput,
1473
+ options: __HttpHandlerOptions,
1474
+ cb: (err: any, data?: PutBucketVersioningCommandOutput) => void
1475
+ ): void;
1476
+ putBucketWebsite(
1477
+ args: PutBucketWebsiteCommandInput,
1478
+ options?: __HttpHandlerOptions
1479
+ ): Promise<PutBucketWebsiteCommandOutput>;
1480
+ putBucketWebsite(
1481
+ args: PutBucketWebsiteCommandInput,
1482
+ cb: (err: any, data?: PutBucketWebsiteCommandOutput) => void
1483
+ ): void;
1484
+ putBucketWebsite(
1485
+ args: PutBucketWebsiteCommandInput,
1486
+ options: __HttpHandlerOptions,
1487
+ cb: (err: any, data?: PutBucketWebsiteCommandOutput) => void
1488
+ ): void;
1489
+ putObject(
1490
+ args: PutObjectCommandInput,
1491
+ options?: __HttpHandlerOptions
1492
+ ): Promise<PutObjectCommandOutput>;
1493
+ putObject(
1494
+ args: PutObjectCommandInput,
1495
+ cb: (err: any, data?: PutObjectCommandOutput) => void
1496
+ ): void;
1497
+ putObject(
1498
+ args: PutObjectCommandInput,
1499
+ options: __HttpHandlerOptions,
1500
+ cb: (err: any, data?: PutObjectCommandOutput) => void
1501
+ ): void;
1502
+ putObjectAcl(
1503
+ args: PutObjectAclCommandInput,
1504
+ options?: __HttpHandlerOptions
1505
+ ): Promise<PutObjectAclCommandOutput>;
1506
+ putObjectAcl(
1507
+ args: PutObjectAclCommandInput,
1508
+ cb: (err: any, data?: PutObjectAclCommandOutput) => void
1509
+ ): void;
1510
+ putObjectAcl(
1511
+ args: PutObjectAclCommandInput,
1512
+ options: __HttpHandlerOptions,
1513
+ cb: (err: any, data?: PutObjectAclCommandOutput) => void
1514
+ ): void;
1515
+ putObjectLegalHold(
1516
+ args: PutObjectLegalHoldCommandInput,
1517
+ options?: __HttpHandlerOptions
1518
+ ): Promise<PutObjectLegalHoldCommandOutput>;
1519
+ putObjectLegalHold(
1520
+ args: PutObjectLegalHoldCommandInput,
1521
+ cb: (err: any, data?: PutObjectLegalHoldCommandOutput) => void
1522
+ ): void;
1523
+ putObjectLegalHold(
1524
+ args: PutObjectLegalHoldCommandInput,
1525
+ options: __HttpHandlerOptions,
1526
+ cb: (err: any, data?: PutObjectLegalHoldCommandOutput) => void
1527
+ ): void;
1528
+ putObjectLockConfiguration(
1529
+ args: PutObjectLockConfigurationCommandInput,
1530
+ options?: __HttpHandlerOptions
1531
+ ): Promise<PutObjectLockConfigurationCommandOutput>;
1532
+ putObjectLockConfiguration(
1533
+ args: PutObjectLockConfigurationCommandInput,
1534
+ cb: (err: any, data?: PutObjectLockConfigurationCommandOutput) => void
1535
+ ): void;
1536
+ putObjectLockConfiguration(
1537
+ args: PutObjectLockConfigurationCommandInput,
1538
+ options: __HttpHandlerOptions,
1539
+ cb: (err: any, data?: PutObjectLockConfigurationCommandOutput) => void
1540
+ ): void;
1541
+ putObjectRetention(
1542
+ args: PutObjectRetentionCommandInput,
1543
+ options?: __HttpHandlerOptions
1544
+ ): Promise<PutObjectRetentionCommandOutput>;
1545
+ putObjectRetention(
1546
+ args: PutObjectRetentionCommandInput,
1547
+ cb: (err: any, data?: PutObjectRetentionCommandOutput) => void
1548
+ ): void;
1549
+ putObjectRetention(
1550
+ args: PutObjectRetentionCommandInput,
1551
+ options: __HttpHandlerOptions,
1552
+ cb: (err: any, data?: PutObjectRetentionCommandOutput) => void
1553
+ ): void;
1554
+ putObjectTagging(
1555
+ args: PutObjectTaggingCommandInput,
1556
+ options?: __HttpHandlerOptions
1557
+ ): Promise<PutObjectTaggingCommandOutput>;
1558
+ putObjectTagging(
1559
+ args: PutObjectTaggingCommandInput,
1560
+ cb: (err: any, data?: PutObjectTaggingCommandOutput) => void
1561
+ ): void;
1562
+ putObjectTagging(
1563
+ args: PutObjectTaggingCommandInput,
1564
+ options: __HttpHandlerOptions,
1565
+ cb: (err: any, data?: PutObjectTaggingCommandOutput) => void
1566
+ ): void;
1567
+ putPublicAccessBlock(
1568
+ args: PutPublicAccessBlockCommandInput,
1569
+ options?: __HttpHandlerOptions
1570
+ ): Promise<PutPublicAccessBlockCommandOutput>;
1571
+ putPublicAccessBlock(
1572
+ args: PutPublicAccessBlockCommandInput,
1573
+ cb: (err: any, data?: PutPublicAccessBlockCommandOutput) => void
1574
+ ): void;
1575
+ putPublicAccessBlock(
1576
+ args: PutPublicAccessBlockCommandInput,
1577
+ options: __HttpHandlerOptions,
1578
+ cb: (err: any, data?: PutPublicAccessBlockCommandOutput) => void
1579
+ ): void;
1580
+ restoreObject(
1581
+ args: RestoreObjectCommandInput,
1582
+ options?: __HttpHandlerOptions
1583
+ ): Promise<RestoreObjectCommandOutput>;
1584
+ restoreObject(
1585
+ args: RestoreObjectCommandInput,
1586
+ cb: (err: any, data?: RestoreObjectCommandOutput) => void
1587
+ ): void;
1588
+ restoreObject(
1589
+ args: RestoreObjectCommandInput,
1590
+ options: __HttpHandlerOptions,
1591
+ cb: (err: any, data?: RestoreObjectCommandOutput) => void
1592
+ ): void;
1593
+ selectObjectContent(
1594
+ args: SelectObjectContentCommandInput,
1595
+ options?: __HttpHandlerOptions
1596
+ ): Promise<SelectObjectContentCommandOutput>;
1597
+ selectObjectContent(
1598
+ args: SelectObjectContentCommandInput,
1599
+ cb: (err: any, data?: SelectObjectContentCommandOutput) => void
1600
+ ): void;
1601
+ selectObjectContent(
1602
+ args: SelectObjectContentCommandInput,
1603
+ options: __HttpHandlerOptions,
1604
+ cb: (err: any, data?: SelectObjectContentCommandOutput) => void
1605
+ ): void;
1606
+ uploadPart(
1607
+ args: UploadPartCommandInput,
1608
+ options?: __HttpHandlerOptions
1609
+ ): Promise<UploadPartCommandOutput>;
1610
+ uploadPart(
1611
+ args: UploadPartCommandInput,
1612
+ cb: (err: any, data?: UploadPartCommandOutput) => void
1613
+ ): void;
1614
+ uploadPart(
1615
+ args: UploadPartCommandInput,
1616
+ options: __HttpHandlerOptions,
1617
+ cb: (err: any, data?: UploadPartCommandOutput) => void
1618
+ ): void;
1619
+ uploadPartCopy(
1620
+ args: UploadPartCopyCommandInput,
1621
+ options?: __HttpHandlerOptions
1622
+ ): Promise<UploadPartCopyCommandOutput>;
1623
+ uploadPartCopy(
1624
+ args: UploadPartCopyCommandInput,
1625
+ cb: (err: any, data?: UploadPartCopyCommandOutput) => void
1626
+ ): void;
1627
+ uploadPartCopy(
1628
+ args: UploadPartCopyCommandInput,
1629
+ options: __HttpHandlerOptions,
1630
+ cb: (err: any, data?: UploadPartCopyCommandOutput) => void
1631
+ ): void;
1632
+ writeGetObjectResponse(
1633
+ args: WriteGetObjectResponseCommandInput,
1634
+ options?: __HttpHandlerOptions
1635
+ ): Promise<WriteGetObjectResponseCommandOutput>;
1636
+ writeGetObjectResponse(
1637
+ args: WriteGetObjectResponseCommandInput,
1638
+ cb: (err: any, data?: WriteGetObjectResponseCommandOutput) => void
1639
+ ): void;
1640
+ writeGetObjectResponse(
1641
+ args: WriteGetObjectResponseCommandInput,
1642
+ options: __HttpHandlerOptions,
1643
+ cb: (err: any, data?: WriteGetObjectResponseCommandOutput) => void
1644
+ ): void;
1645
+ }