@gemeentenijmegen/webapp 1.1.6 → 1.1.7

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 (345) hide show
  1. package/.jsii +13 -13
  2. package/assets/webapp/auth/auth.lambda/index.js +10 -10
  3. package/assets/webapp/login/login.lambda/index.js +10 -10
  4. package/assets/webapp/logout/logout.lambda/index.js +10 -10
  5. package/lib/webapp/Criticality.js +1 -1
  6. package/lib/webapp/Webapp.js +1 -1
  7. package/lib/webapp/Webpage.js +1 -1
  8. package/lib/webapp/auth/auth-function.js +2 -2
  9. package/lib/webapp/login/login-function.js +2 -2
  10. package/lib/webapp/logout/logout-function.js +2 -2
  11. package/lib/webapp/util/Files.js +1 -1
  12. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/auth/httpAuthSchemeProvider.js +3 -1
  13. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/endpoint/ruleset.js +1 -1
  14. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/index.js +11 -1
  15. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/runtimeConfig.js +1 -0
  16. package/node_modules/@aws-sdk/client-dynamodb/dist-es/auth/httpAuthSchemeProvider.js +3 -1
  17. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/TransactWriteItemsCommand.js +7 -1
  18. package/node_modules/@aws-sdk/client-dynamodb/dist-es/endpoint/ruleset.js +1 -1
  19. package/node_modules/@aws-sdk/client-dynamodb/dist-es/runtimeConfig.js +2 -1
  20. package/node_modules/@aws-sdk/client-dynamodb/dist-types/auth/httpAuthSchemeProvider.d.ts +15 -1
  21. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/BatchExecuteStatementCommand.d.ts +2 -3
  22. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/BatchGetItemCommand.d.ts +6 -1
  23. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/BatchWriteItemCommand.d.ts +1 -1
  24. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteItemCommand.d.ts +2 -2
  25. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeContinuousBackupsCommand.d.ts +2 -1
  26. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ExecuteStatementCommand.d.ts +2 -2
  27. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ExecuteTransactionCommand.d.ts +1 -1
  28. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/GetItemCommand.d.ts +1 -1
  29. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/PutItemCommand.d.ts +2 -2
  30. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/QueryCommand.d.ts +1 -1
  31. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/RestoreTableToPointInTimeCommand.d.ts +3 -2
  32. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ScanCommand.d.ts +1 -1
  33. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/TagResourceCommand.d.ts +11 -2
  34. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/TransactGetItemsCommand.d.ts +1 -1
  35. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/TransactWriteItemsCommand.d.ts +1 -1
  36. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UntagResourceCommand.d.ts +11 -2
  37. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateContinuousBackupsCommand.d.ts +2 -1
  38. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateItemCommand.d.ts +2 -2
  39. package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/models_0.d.ts +73 -41
  40. package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.browser.d.ts +1 -0
  41. package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.d.ts +1 -0
  42. package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.native.d.ts +1 -0
  43. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +3 -0
  44. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  45. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.d.ts +1 -0
  46. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  47. package/node_modules/@aws-sdk/client-dynamodb/package.json +13 -13
  48. package/node_modules/@aws-sdk/client-s3/dist-cjs/auth/httpAuthSchemeProvider.js +3 -1
  49. package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +20 -20
  50. package/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.js +1 -0
  51. package/node_modules/@aws-sdk/client-s3/dist-es/auth/httpAuthSchemeProvider.js +3 -1
  52. package/node_modules/@aws-sdk/client-s3/dist-es/protocols/Aws_restXml.js +20 -20
  53. package/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.js +2 -1
  54. package/node_modules/@aws-sdk/client-s3/dist-types/auth/httpAuthSchemeProvider.d.ts +15 -1
  55. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.browser.d.ts +1 -0
  56. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.d.ts +1 -0
  57. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.native.d.ts +1 -0
  58. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +3 -0
  59. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  60. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.d.ts +1 -0
  61. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  62. package/node_modules/@aws-sdk/client-s3/package.json +17 -17
  63. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/auth/httpAuthSchemeProvider.js +3 -1
  64. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/runtimeConfig.js +1 -0
  65. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/auth/httpAuthSchemeProvider.js +3 -1
  66. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/runtimeConfig.js +2 -1
  67. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/auth/httpAuthSchemeProvider.d.ts +15 -1
  68. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.browser.d.ts +1 -0
  69. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.d.ts +1 -0
  70. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.native.d.ts +1 -0
  71. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +3 -0
  72. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  73. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.d.ts +1 -0
  74. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  75. package/node_modules/@aws-sdk/client-secrets-manager/package.json +13 -13
  76. package/node_modules/@aws-sdk/client-ssm/README.md +16 -0
  77. package/node_modules/@aws-sdk/client-ssm/dist-cjs/auth/httpAuthSchemeProvider.js +3 -1
  78. package/node_modules/@aws-sdk/client-ssm/dist-cjs/index.js +333 -71
  79. package/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.js +1 -0
  80. package/node_modules/@aws-sdk/client-ssm/dist-es/SSM.js +4 -0
  81. package/node_modules/@aws-sdk/client-ssm/dist-es/auth/httpAuthSchemeProvider.js +3 -1
  82. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetAccessTokenCommand.js +23 -0
  83. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterTargetWithMaintenanceWindowCommand.js +1 -1
  84. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterTaskWithMaintenanceWindowCommand.js +1 -1
  85. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartAccessRequestCommand.js +22 -0
  86. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/index.js +2 -0
  87. package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_0.js +24 -4
  88. package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_1.js +57 -27
  89. package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_2.js +50 -16
  90. package/node_modules/@aws-sdk/client-ssm/dist-es/protocols/Aws_json1_1.js +94 -6
  91. package/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.js +2 -1
  92. package/node_modules/@aws-sdk/client-ssm/dist-types/SSM.d.ts +14 -0
  93. package/node_modules/@aws-sdk/client-ssm/dist-types/SSMClient.d.ts +4 -2
  94. package/node_modules/@aws-sdk/client-ssm/dist-types/auth/httpAuthSchemeProvider.d.ts +15 -1
  95. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateDocumentCommand.d.ts +2 -2
  96. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAutomationExecutionsCommand.d.ts +1 -1
  97. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeDocumentCommand.d.ts +1 -1
  98. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +1 -2
  99. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeOpsItemsCommand.d.ts +2 -2
  100. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetAccessTokenCommand.d.ts +94 -0
  101. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetAutomationExecutionCommand.d.ts +1 -1
  102. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetDocumentCommand.d.ts +1 -1
  103. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsItemCommand.d.ts +1 -1
  104. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentsCommand.d.ts +1 -1
  105. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +1 -1
  106. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +1 -1
  107. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +1 -1
  108. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/SendAutomationSignalCommand.d.ts +1 -1
  109. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAccessRequestCommand.d.ts +105 -0
  110. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentCommand.d.ts +1 -1
  111. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateOpsItemCommand.d.ts +1 -1
  112. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/index.d.ts +2 -0
  113. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_0.d.ts +31 -51
  114. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_1.d.ts +163 -348
  115. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_2.d.ts +413 -21
  116. package/node_modules/@aws-sdk/client-ssm/dist-types/protocols/Aws_json1_1.d.ts +18 -0
  117. package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.browser.d.ts +1 -0
  118. package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.d.ts +1 -0
  119. package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.native.d.ts +1 -0
  120. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSM.d.ts +34 -0
  121. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSMClient.d.ts +12 -0
  122. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +3 -0
  123. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +4 -2
  124. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetAccessTokenCommand.d.ts +50 -0
  125. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +1 -1
  126. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +1 -1
  127. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +1 -1
  128. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartAccessRequestCommand.d.ts +51 -0
  129. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/index.d.ts +2 -0
  130. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_0.d.ts +20 -14
  131. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_1.d.ts +61 -58
  132. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_2.d.ts +81 -9
  133. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +24 -0
  134. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  135. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.d.ts +1 -0
  136. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  137. package/node_modules/@aws-sdk/client-ssm/package.json +13 -13
  138. package/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js +3 -1
  139. package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +1 -0
  140. package/node_modules/@aws-sdk/client-sso/dist-es/auth/httpAuthSchemeProvider.js +3 -1
  141. package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +2 -1
  142. package/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthSchemeProvider.d.ts +15 -1
  143. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +1 -0
  144. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +1 -0
  145. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +1 -0
  146. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +3 -0
  147. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  148. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +1 -0
  149. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  150. package/node_modules/@aws-sdk/client-sso/package.json +12 -12
  151. package/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +33 -0
  152. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.js +16 -0
  153. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/index.js +1 -0
  154. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getArrayForCommaSeparatedString.js +1 -0
  155. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.d.ts +5 -0
  156. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/index.d.ts +1 -0
  157. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getArrayForCommaSeparatedString.d.ts +8 -0
  158. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.d.ts +4 -0
  159. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/index.d.ts +1 -0
  160. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getArrayForCommaSeparatedString.d.ts +1 -0
  161. package/node_modules/@aws-sdk/core/package.json +4 -4
  162. package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
  163. package/node_modules/@aws-sdk/credential-provider-http/package.json +3 -3
  164. package/node_modules/@aws-sdk/credential-provider-ini/package.json +8 -8
  165. package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
  166. package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
  167. package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
  168. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
  169. package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +2 -2
  170. package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +5 -5
  171. package/node_modules/@aws-sdk/middleware-user-agent/package.json +4 -4
  172. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +3 -1
  173. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.js +1 -0
  174. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthSchemeProvider.js +3 -1
  175. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.js +1 -0
  176. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +3 -1
  177. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js +2 -1
  178. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js +3 -1
  179. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +2 -1
  180. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +15 -1
  181. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +1 -0
  182. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +1 -0
  183. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +1 -0
  184. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthSchemeProvider.d.ts +15 -1
  185. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +1 -0
  186. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +1 -0
  187. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +1 -0
  188. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +3 -0
  189. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +4 -0
  190. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +1 -0
  191. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +4 -0
  192. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthSchemeProvider.d.ts +3 -0
  193. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +4 -0
  194. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +1 -0
  195. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +4 -0
  196. package/node_modules/@aws-sdk/nested-clients/package.json +12 -12
  197. package/node_modules/@aws-sdk/s3-request-presigner/package.json +5 -5
  198. package/node_modules/@aws-sdk/signature-v4-multi-region/README.md +8 -2
  199. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-cjs/index.js +55 -22
  200. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-es/SignatureV4MultiRegion.js +62 -25
  201. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/SignatureV4MultiRegion.d.ts +5 -1
  202. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +6 -3
  203. package/node_modules/@aws-sdk/token-providers/package.json +2 -2
  204. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +19 -0
  205. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +19 -0
  206. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +19 -0
  207. package/node_modules/@aws-sdk/util-endpoints/package.json +1 -1
  208. package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
  209. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/.jsii +18 -5
  210. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/lib/index.js +1 -1
  211. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/.jsii +211 -11
  212. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/index.d.ts +1 -0
  213. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/index.js +2 -1
  214. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/bedrock-inference-helper.d.ts +38 -0
  215. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/bedrock-inference-helper.js +110 -0
  216. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/dynamodb-table-defaults.d.ts +19 -3
  217. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/dynamodb-table-defaults.js +26 -23
  218. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/dynamodb-table-helper.js +3 -3
  219. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/utils.d.ts +1 -0
  220. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/utils.js +5 -1
  221. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/vpc-helper.d.ts +2 -0
  222. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/vpc-helper.js +13 -1
  223. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/package.json +3 -3
  224. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/bedrock-inference-helper.test.d.ts +13 -0
  225. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/bedrock-inference-helper.test.js +211 -0
  226. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/dynamo-table.test.js +89 -9
  227. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/package.json +6 -6
  228. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/cdk.out +1 -1
  229. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/integ.json +3 -2
  230. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/lamddb-deployFunctionWithExistingVpc.assets.json +6 -3
  231. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/lamddb-deployFunctionWithExistingVpc.template.json +3 -0
  232. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/lamddbdeployFunctionWithExistingVpcIntegDefaultTestDeployAssertEE08E38E.assets.json +2 -1
  233. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/manifest.json +3 -3
  234. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/tree.json +1 -1
  235. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/cdk.out +1 -1
  236. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/integ.json +3 -2
  237. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/lamddb-deployFunctionWithVpc.assets.json +6 -3
  238. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/lamddb-deployFunctionWithVpc.template.json +3 -0
  239. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/lamddbdeployFunctionWithVpcIntegDefaultTestDeployAssert0AB8275C.assets.json +2 -1
  240. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/manifest.json +3 -3
  241. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/tree.json +1 -1
  242. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.d.ts +13 -0
  243. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js +44 -0
  244. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +21 -0
  245. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js.snapshot/cdk.out +1 -0
  246. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js.snapshot/integ.json +13 -0
  247. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js.snapshot/lamddb-point-in-time-recovery.assets.json +34 -0
  248. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js.snapshot/lamddb-point-in-time-recovery.template.json +253 -0
  249. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js.snapshot/lamddbpointintimerecoveryIntegDefaultTestDeployAssertB0CCD339.assets.json +20 -0
  250. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js.snapshot/lamddbpointintimerecoveryIntegDefaultTestDeployAssertB0CCD339.template.json +36 -0
  251. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js.snapshot/manifest.json +314 -0
  252. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js.snapshot/tree.json +1 -0
  253. package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/package.json +7 -7
  254. package/node_modules/@gemeentenijmegen/apiclient/package.json +9 -9
  255. package/node_modules/@gemeentenijmegen/apigateway-http/README.md +15 -3
  256. package/node_modules/@gemeentenijmegen/apigateway-http/lib/V1/Response.d.ts +19 -0
  257. package/node_modules/@gemeentenijmegen/apigateway-http/lib/V1/Response.js +85 -0
  258. package/node_modules/@gemeentenijmegen/apigateway-http/lib/V2/Response.d.ts +1 -0
  259. package/node_modules/@gemeentenijmegen/apigateway-http/lib/V2/Response.js +10 -10
  260. package/node_modules/@gemeentenijmegen/apigateway-http/package.json +6 -6
  261. package/node_modules/@gemeentenijmegen/session/package.json +4 -4
  262. package/node_modules/@gemeentenijmegen/utils/lib/Storage.d.ts +8 -0
  263. package/node_modules/@gemeentenijmegen/utils/lib/Storage.js +39 -3
  264. package/node_modules/@gemeentenijmegen/utils/package.json +8 -7
  265. package/node_modules/@smithy/core/dist-cjs/index.js +27 -1
  266. package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/resolveAuthOptions.js +1 -0
  267. package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +4 -1
  268. package/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js +4 -1
  269. package/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/resolveAuthOptions.js +20 -0
  270. package/node_modules/@smithy/core/dist-es/submodules/cbor/parseCborBody.js +3 -1
  271. package/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/httpAuthSchemeMiddleware.d.ts +2 -1
  272. package/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/resolveAuthOptions.d.ts +10 -0
  273. package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/httpAuthSchemeMiddleware.d.ts +2 -1
  274. package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/resolveAuthOptions.d.ts +10 -0
  275. package/node_modules/@smithy/core/package.json +1 -1
  276. package/node_modules/@smithy/middleware-endpoint/package.json +2 -2
  277. package/node_modules/@smithy/middleware-retry/package.json +4 -4
  278. package/node_modules/@smithy/service-error-classification/dist-cjs/index.js +22 -1
  279. package/node_modules/@smithy/service-error-classification/dist-es/index.js +15 -0
  280. package/node_modules/@smithy/service-error-classification/dist-types/index.d.ts +5 -0
  281. package/node_modules/@smithy/service-error-classification/dist-types/ts3.4/index.d.ts +5 -0
  282. package/node_modules/@smithy/service-error-classification/package.json +1 -1
  283. package/node_modules/@smithy/signature-v4/dist-cjs/SignatureV4Base.js +1 -0
  284. package/node_modules/@smithy/signature-v4/dist-cjs/index.js +196 -92
  285. package/node_modules/@smithy/signature-v4/dist-cjs/signature-v4a-container.js +1 -0
  286. package/node_modules/@smithy/signature-v4/dist-es/SignatureV4.js +17 -73
  287. package/node_modules/@smithy/signature-v4/dist-es/SignatureV4Base.js +73 -0
  288. package/node_modules/@smithy/signature-v4/dist-es/index.js +4 -0
  289. package/node_modules/@smithy/signature-v4/dist-es/signature-v4a-container.js +3 -0
  290. package/node_modules/@smithy/signature-v4/dist-types/SignatureV4.d.ts +3 -59
  291. package/node_modules/@smithy/signature-v4/dist-types/SignatureV4Base.d.ts +69 -0
  292. package/node_modules/@smithy/signature-v4/dist-types/index.d.ts +4 -0
  293. package/node_modules/@smithy/signature-v4/dist-types/signature-v4a-container.d.ts +24 -0
  294. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4.d.ts +3 -59
  295. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4Base.d.ts +69 -0
  296. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/index.d.ts +4 -0
  297. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/signature-v4a-container.d.ts +24 -0
  298. package/node_modules/@smithy/signature-v4/package.json +1 -1
  299. package/node_modules/@smithy/smithy-client/package.json +3 -3
  300. package/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
  301. package/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
  302. package/node_modules/@smithy/util-retry/package.json +2 -2
  303. package/node_modules/@types/aws-lambda/README.md +1 -1
  304. package/node_modules/@types/aws-lambda/handler.d.ts +95 -0
  305. package/node_modules/@types/aws-lambda/package.json +3 -3
  306. package/node_modules/axios/CHANGELOG.md +27 -0
  307. package/node_modules/axios/README.md +5 -5
  308. package/node_modules/axios/dist/axios.js +32 -16
  309. package/node_modules/axios/dist/axios.js.map +1 -1
  310. package/node_modules/axios/dist/axios.min.js +2 -2
  311. package/node_modules/axios/dist/axios.min.js.map +1 -1
  312. package/node_modules/axios/dist/browser/axios.cjs +31 -13
  313. package/node_modules/axios/dist/browser/axios.cjs.map +1 -1
  314. package/node_modules/axios/dist/esm/axios.js +31 -13
  315. package/node_modules/axios/dist/esm/axios.js.map +1 -1
  316. package/node_modules/axios/dist/esm/axios.min.js +2 -2
  317. package/node_modules/axios/dist/esm/axios.min.js.map +1 -1
  318. package/node_modules/axios/dist/node/axios.cjs +32 -14
  319. package/node_modules/axios/dist/node/axios.cjs.map +1 -1
  320. package/node_modules/axios/index.d.cts +2 -2
  321. package/node_modules/axios/index.d.ts +4 -2
  322. package/node_modules/axios/lib/adapters/fetch.js +1 -1
  323. package/node_modules/axios/lib/core/Axios.js +1 -1
  324. package/node_modules/axios/lib/core/AxiosHeaders.js +15 -3
  325. package/node_modules/axios/lib/env/data.js +1 -1
  326. package/node_modules/axios/lib/helpers/formDataToStream.js +1 -1
  327. package/node_modules/axios/lib/utils.js +12 -6
  328. package/node_modules/axios/package.json +4 -4
  329. package/node_modules/dotenv/CHANGELOG.md +18 -2
  330. package/node_modules/dotenv/README-es.md +7 -25
  331. package/node_modules/dotenv/README.md +23 -22
  332. package/node_modules/dotenv/lib/main.js +4 -5
  333. package/node_modules/dotenv/package.json +2 -1
  334. package/package.json +18 -18
  335. /package/node_modules/{mime-db → form-data/node_modules/mime-db}/HISTORY.md +0 -0
  336. /package/node_modules/{mime-db → form-data/node_modules/mime-db}/LICENSE +0 -0
  337. /package/node_modules/{mime-db → form-data/node_modules/mime-db}/README.md +0 -0
  338. /package/node_modules/{mime-db → form-data/node_modules/mime-db}/db.json +0 -0
  339. /package/node_modules/{mime-db → form-data/node_modules/mime-db}/index.js +0 -0
  340. /package/node_modules/{mime-db → form-data/node_modules/mime-db}/package.json +0 -0
  341. /package/node_modules/{mime-types → form-data/node_modules/mime-types}/HISTORY.md +0 -0
  342. /package/node_modules/{mime-types → form-data/node_modules/mime-types}/LICENSE +0 -0
  343. /package/node_modules/{mime-types → form-data/node_modules/mime-types}/README.md +0 -0
  344. /package/node_modules/{mime-types → form-data/node_modules/mime-types}/index.js +0 -0
  345. /package/node_modules/{mime-types → form-data/node_modules/mime-types}/package.json +0 -0
@@ -200,7 +200,7 @@ declare const ExecuteTransactionCommand_base: {
200
200
  *
201
201
  * @throws {@link RequestLimitExceeded} (client fault)
202
202
  * <p>Throughput exceeds the current throughput quota for your account. Please contact
203
- * <a href="https://aws.amazon.com/support">Amazon Web Services Support</a> to request a
203
+ * <a href="https://aws.amazon.com/support">Amazon Web ServicesSupport</a> to request a
204
204
  * quota increase.</p>
205
205
  *
206
206
  * @throws {@link ResourceNotFoundException} (client fault)
@@ -194,7 +194,7 @@ declare const GetItemCommand_base: {
194
194
  *
195
195
  * @throws {@link RequestLimitExceeded} (client fault)
196
196
  * <p>Throughput exceeds the current throughput quota for your account. Please contact
197
- * <a href="https://aws.amazon.com/support">Amazon Web Services Support</a> to request a
197
+ * <a href="https://aws.amazon.com/support">Amazon Web ServicesSupport</a> to request a
198
198
  * quota increase.</p>
199
199
  *
200
200
  * @throws {@link ResourceNotFoundException} (client fault)
@@ -216,7 +216,7 @@ declare const PutItemCommand_base: {
216
216
  * @see {@link DynamoDBClientResolvedConfig | config} for DynamoDBClient's `config` shape.
217
217
  *
218
218
  * @throws {@link ConditionalCheckFailedException} (client fault)
219
- * <p>A condition specified in the operation could not be evaluated.</p>
219
+ * <p>A condition specified in the operation failed to be evaluated.</p>
220
220
  *
221
221
  * @throws {@link InternalServerError} (server fault)
222
222
  * <p>An error occurred on the server side.</p>
@@ -238,7 +238,7 @@ declare const PutItemCommand_base: {
238
238
  *
239
239
  * @throws {@link RequestLimitExceeded} (client fault)
240
240
  * <p>Throughput exceeds the current throughput quota for your account. Please contact
241
- * <a href="https://aws.amazon.com/support">Amazon Web Services Support</a> to request a
241
+ * <a href="https://aws.amazon.com/support">Amazon Web ServicesSupport</a> to request a
242
242
  * quota increase.</p>
243
243
  *
244
244
  * @throws {@link ResourceNotFoundException} (client fault)
@@ -270,7 +270,7 @@ declare const QueryCommand_base: {
270
270
  *
271
271
  * @throws {@link RequestLimitExceeded} (client fault)
272
272
  * <p>Throughput exceeds the current throughput quota for your account. Please contact
273
- * <a href="https://aws.amazon.com/support">Amazon Web Services Support</a> to request a
273
+ * <a href="https://aws.amazon.com/support">Amazon Web ServicesSupport</a> to request a
274
274
  * quota increase.</p>
275
275
  *
276
276
  * @throws {@link ResourceNotFoundException} (client fault)
@@ -29,8 +29,9 @@ declare const RestoreTableToPointInTimeCommand_base: {
29
29
  /**
30
30
  * <p>Restores the specified table to the specified point in time within
31
31
  * <code>EarliestRestorableDateTime</code> and <code>LatestRestorableDateTime</code>.
32
- * You can restore your table to any point in time in the last 35 days. You can set the recovery period to any value between 1 and 35 days. Any number of
33
- * users can execute up to 50 concurrent restores (any type of restore) in a given account. </p>
32
+ * You can restore your table to any point in time in the last 35 days. You can set the
33
+ * recovery period to any value between 1 and 35 days. Any number of users can execute up
34
+ * to 50 concurrent restores (any type of restore) in a given account. </p>
34
35
  * <p>When you restore using point in time recovery, DynamoDB restores your table data to
35
36
  * the state based on the selected date and time (day:hour:minute:second) to a new table. </p>
36
37
  * <p>Along with data, the following are also included on the new restored table using point
@@ -254,7 +254,7 @@ declare const ScanCommand_base: {
254
254
  *
255
255
  * @throws {@link RequestLimitExceeded} (client fault)
256
256
  * <p>Throughput exceeds the current throughput quota for your account. Please contact
257
- * <a href="https://aws.amazon.com/support">Amazon Web Services Support</a> to request a
257
+ * <a href="https://aws.amazon.com/support">Amazon Web ServicesSupport</a> to request a
258
258
  * quota increase.</p>
259
259
  *
260
260
  * @throws {@link ResourceNotFoundException} (client fault)
@@ -34,10 +34,19 @@ declare const TagResourceCommand_base: {
34
34
  * <ul>
35
35
  * <li>
36
36
  * <p>
37
- * <code>TagResource</code> is an asynchronous operation. If you issue a <a>ListTagsOfResource</a> request immediately after a <code>TagResource</code> request, DynamoDB might return your previous tag set, if there was one, or an empty tag set. This is because <code>ListTagsOfResource</code> uses an eventually consistent query, and the metadata for your tags or table might not be available at that moment. Wait for a few seconds, and then try the <code>ListTagsOfResource</code> request again.</p>
37
+ * <code>TagResource</code> is an asynchronous operation. If you issue a <a>ListTagsOfResource</a> request immediately after a
38
+ * <code>TagResource</code> request, DynamoDB might return your
39
+ * previous tag set, if there was one, or an empty tag set. This is because
40
+ * <code>ListTagsOfResource</code> uses an eventually consistent query, and the
41
+ * metadata for your tags or table might not be available at that moment. Wait for
42
+ * a few seconds, and then try the <code>ListTagsOfResource</code> request
43
+ * again.</p>
38
44
  * </li>
39
45
  * <li>
40
- * <p>The application or removal of tags using <code>TagResource</code> and <code>UntagResource</code> APIs is eventually consistent. <code>ListTagsOfResource</code> API will only reflect the changes after a few seconds.</p>
46
+ * <p>The application or removal of tags using <code>TagResource</code> and
47
+ * <code>UntagResource</code> APIs is eventually consistent.
48
+ * <code>ListTagsOfResource</code> API will only reflect the changes after a
49
+ * few seconds.</p>
41
50
  * </li>
42
51
  * </ul>
43
52
  * <p>For an overview on tagging DynamoDB resources, see <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Tagging.html">Tagging for DynamoDB</a>
@@ -221,7 +221,7 @@ declare const TransactGetItemsCommand_base: {
221
221
  *
222
222
  * @throws {@link RequestLimitExceeded} (client fault)
223
223
  * <p>Throughput exceeds the current throughput quota for your account. Please contact
224
- * <a href="https://aws.amazon.com/support">Amazon Web Services Support</a> to request a
224
+ * <a href="https://aws.amazon.com/support">Amazon Web ServicesSupport</a> to request a
225
225
  * quota increase.</p>
226
226
  *
227
227
  * @throws {@link ResourceNotFoundException} (client fault)
@@ -325,7 +325,7 @@ declare const TransactWriteItemsCommand_base: {
325
325
  *
326
326
  * @throws {@link RequestLimitExceeded} (client fault)
327
327
  * <p>Throughput exceeds the current throughput quota for your account. Please contact
328
- * <a href="https://aws.amazon.com/support">Amazon Web Services Support</a> to request a
328
+ * <a href="https://aws.amazon.com/support">Amazon Web ServicesSupport</a> to request a
329
329
  * quota increase.</p>
330
330
  *
331
331
  * @throws {@link ResourceNotFoundException} (client fault)
@@ -32,10 +32,19 @@ declare const UntagResourceCommand_base: {
32
32
  * <ul>
33
33
  * <li>
34
34
  * <p>
35
- * <code>UntagResource</code> is an asynchronous operation. If you issue a <a>ListTagsOfResource</a> request immediately after an <code>UntagResource</code> request, DynamoDB might return your previous tag set, if there was one, or an empty tag set. This is because <code>ListTagsOfResource</code> uses an eventually consistent query, and the metadata for your tags or table might not be available at that moment. Wait for a few seconds, and then try the <code>ListTagsOfResource</code> request again.</p>
35
+ * <code>UntagResource</code> is an asynchronous operation. If you issue a <a>ListTagsOfResource</a> request immediately after an
36
+ * <code>UntagResource</code> request, DynamoDB might return your
37
+ * previous tag set, if there was one, or an empty tag set. This is because
38
+ * <code>ListTagsOfResource</code> uses an eventually consistent query, and the
39
+ * metadata for your tags or table might not be available at that moment. Wait for
40
+ * a few seconds, and then try the <code>ListTagsOfResource</code> request
41
+ * again.</p>
36
42
  * </li>
37
43
  * <li>
38
- * <p>The application or removal of tags using <code>TagResource</code> and <code>UntagResource</code> APIs is eventually consistent. <code>ListTagsOfResource</code> API will only reflect the changes after a few seconds.</p>
44
+ * <p>The application or removal of tags using <code>TagResource</code> and
45
+ * <code>UntagResource</code> APIs is eventually consistent.
46
+ * <code>ListTagsOfResource</code> API will only reflect the changes after a
47
+ * few seconds.</p>
39
48
  * </li>
40
49
  * </ul>
41
50
  * <p>For an overview on tagging DynamoDB resources, see <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Tagging.html">Tagging for DynamoDB</a>
@@ -38,7 +38,8 @@ declare const UpdateContinuousBackupsCommand_base: {
38
38
  * <code>LatestRestorableDateTime</code>. </p>
39
39
  * <p>
40
40
  * <code>LatestRestorableDateTime</code> is typically 5 minutes before the current time.
41
- * You can restore your table to any point in time in the last 35 days. You can set the recovery period to any value between 1 and 35 days.</p>
41
+ * You can restore your table to any point in time in the last 35 days. You can set the
42
+ * <code>RecoveryPeriodInDays</code> to any value between 1 and 35 days.</p>
42
43
  * @example
43
44
  * Use a bare-bones client and the command you need to make an API call.
44
45
  * ```javascript
@@ -209,7 +209,7 @@ declare const UpdateItemCommand_base: {
209
209
  * @see {@link DynamoDBClientResolvedConfig | config} for DynamoDBClient's `config` shape.
210
210
  *
211
211
  * @throws {@link ConditionalCheckFailedException} (client fault)
212
- * <p>A condition specified in the operation could not be evaluated.</p>
212
+ * <p>A condition specified in the operation failed to be evaluated.</p>
213
213
  *
214
214
  * @throws {@link InternalServerError} (server fault)
215
215
  * <p>An error occurred on the server side.</p>
@@ -231,7 +231,7 @@ declare const UpdateItemCommand_base: {
231
231
  *
232
232
  * @throws {@link RequestLimitExceeded} (client fault)
233
233
  * <p>Throughput exceeds the current throughput quota for your account. Please contact
234
- * <a href="https://aws.amazon.com/support">Amazon Web Services Support</a> to request a
234
+ * <a href="https://aws.amazon.com/support">Amazon Web ServicesSupport</a> to request a
235
235
  * quota increase.</p>
236
236
  *
237
237
  * @throws {@link ResourceNotFoundException} (client fault)
@@ -464,8 +464,9 @@ export interface OnDemandThroughput {
464
464
  MaxWriteRequestUnits?: number | undefined;
465
465
  }
466
466
  /**
467
- * <p>Represents the provisioned throughput settings for a specified table or index. The
468
- * settings can be modified using the <code>UpdateTable</code> operation.</p>
467
+ * <p>Represents the provisioned throughput settings for the specified global secondary
468
+ * index. You must use <code>ProvisionedThroughput</code> or
469
+ * <code>OnDemandThroughput</code> based on your table’s capacity mode.</p>
469
470
  * <p>For current minimum and maximum provisioned throughput values, see <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Limits.html">Service,
470
471
  * Account, and Table Quotas</a> in the <i>Amazon DynamoDB Developer
471
472
  * Guide</i>.</p>
@@ -612,10 +613,13 @@ export interface Projection {
612
613
  ProjectionType?: ProjectionType | undefined;
613
614
  /**
614
615
  * <p>Represents the non-key attribute names which will be projected into the index.</p>
615
- * <p>For local secondary indexes, the total count of <code>NonKeyAttributes</code> summed
616
- * across all of the local secondary indexes, must not exceed 100. If you project the same
616
+ * <p>For global and local secondary indexes, the total count of <code>NonKeyAttributes</code> summed
617
+ * across all of the secondary indexes, must not exceed 100. If you project the same
617
618
  * attribute into two different indexes, this counts as two distinct attributes when
618
- * determining the total.</p>
619
+ * determining the total. This limit only applies when you specify the ProjectionType of
620
+ * <code>INCLUDE</code>. You still can specify the ProjectionType of <code>ALL</code> to
621
+ * project all attributes from the source table, even if the table has more than 100
622
+ * attributes.</p>
619
623
  * @public
620
624
  */
621
625
  NonKeyAttributes?: string[] | undefined;
@@ -1185,7 +1189,7 @@ export declare class InternalServerError extends __BaseException {
1185
1189
  }
1186
1190
  /**
1187
1191
  * <p>Throughput exceeds the current throughput quota for your account. Please contact
1188
- * <a href="https://aws.amazon.com/support">Amazon Web Services Support</a> to request a
1192
+ * <a href="https://aws.amazon.com/support">Amazon Web ServicesSupport</a> to request a
1189
1193
  * quota increase.</p>
1190
1194
  * @public
1191
1195
  */
@@ -1382,8 +1386,7 @@ export interface PointInTimeRecoveryDescription {
1382
1386
  /**
1383
1387
  * <p>The number of preceding days for which continuous backups are taken and maintained.
1384
1388
  * Your table data is only recoverable to any point-in-time from within the configured
1385
- * recovery period. This parameter is optional. If no value is provided, the value will
1386
- * default to 35.</p>
1389
+ * recovery period. This parameter is optional.</p>
1387
1390
  * @public
1388
1391
  */
1389
1392
  RecoveryPeriodInDays?: number | undefined;
@@ -1613,7 +1616,9 @@ export interface CreateGlobalSecondaryIndexAction {
1613
1616
  /**
1614
1617
  * <p>The maximum number of read and write units for the global secondary index being
1615
1618
  * created. If you use this parameter, you must specify <code>MaxReadRequestUnits</code>,
1616
- * <code>MaxWriteRequestUnits</code>, or both.</p>
1619
+ * <code>MaxWriteRequestUnits</code>, or both. You must use either
1620
+ * <code>OnDemand Throughput</code> or <code>ProvisionedThroughput</code> based on your table's
1621
+ * capacity mode.</p>
1617
1622
  * @public
1618
1623
  */
1619
1624
  OnDemandThroughput?: OnDemandThroughput | undefined;
@@ -1819,8 +1824,9 @@ export declare const TableStatus: {
1819
1824
  */
1820
1825
  export type TableStatus = (typeof TableStatus)[keyof typeof TableStatus];
1821
1826
  /**
1822
- * <p>Represents the warm throughput value (in read units per second and write units per
1823
- * second) of the base table.</p>
1827
+ * <p>Represents the warm throughput value (in read units per second and write units per second)
1828
+ * of the table. Warm throughput is applicable for DynamoDB Standard-IA tables and specifies
1829
+ * the minimum provisioned capacity maintained for immediate data access.</p>
1824
1830
  * @public
1825
1831
  */
1826
1832
  export interface TableWarmThroughputDescription {
@@ -1835,7 +1841,7 @@ export interface TableWarmThroughputDescription {
1835
1841
  */
1836
1842
  WriteUnitsPerSecond?: number | undefined;
1837
1843
  /**
1838
- * <p>Represents warm throughput value of the base table..</p>
1844
+ * <p>Represents warm throughput value of the base table.</p>
1839
1845
  * @public
1840
1846
  */
1841
1847
  Status?: TableStatus | undefined;
@@ -2140,7 +2146,9 @@ export interface GlobalSecondaryIndex {
2140
2146
  Projection: Projection | undefined;
2141
2147
  /**
2142
2148
  * <p>Represents the provisioned throughput settings for the specified global secondary
2143
- * index.</p>
2149
+ * index. You must use either
2150
+ * <code>OnDemandThroughput</code> or <code>ProvisionedThroughput</code> based
2151
+ * on your table's capacity mode.</p>
2144
2152
  * <p>For current minimum and maximum provisioned throughput values, see <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Limits.html">Service,
2145
2153
  * Account, and Table Quotas</a> in the <i>Amazon DynamoDB Developer
2146
2154
  * Guide</i>.</p>
@@ -2150,7 +2158,9 @@ export interface GlobalSecondaryIndex {
2150
2158
  /**
2151
2159
  * <p>The maximum number of read and write units for the specified global secondary index.
2152
2160
  * If you use this parameter, you must specify <code>MaxReadRequestUnits</code>,
2153
- * <code>MaxWriteRequestUnits</code>, or both.</p>
2161
+ * <code>MaxWriteRequestUnits</code>, or both. You must use either
2162
+ * <code>OnDemandThroughput</code> or <code>ProvisionedThroughput</code> based
2163
+ * on your table's capacity mode.</p>
2154
2164
  * @public
2155
2165
  */
2156
2166
  OnDemandThroughput?: OnDemandThroughput | undefined;
@@ -2385,7 +2395,10 @@ export interface CreateTableInput {
2385
2395
  * attributes provided in <code>NonKeyAttributes</code>, summed across all
2386
2396
  * of the secondary indexes, must not exceed 100. If you project the same
2387
2397
  * attribute into two different indexes, this counts as two distinct
2388
- * attributes when determining the total.</p>
2398
+ * attributes when determining the total. This limit only applies when you
2399
+ * specify the ProjectionType of <code>INCLUDE</code>. You still can specify the
2400
+ * ProjectionType of <code>ALL</code> to project all attributes from the
2401
+ * source table, even if the table has more than 100 attributes.</p>
2389
2402
  * </li>
2390
2403
  * </ul>
2391
2404
  * </li>
@@ -2444,7 +2457,10 @@ export interface CreateTableInput {
2444
2457
  * attributes provided in <code>NonKeyAttributes</code>, summed across all
2445
2458
  * of the secondary indexes, must not exceed 100. If you project the same
2446
2459
  * attribute into two different indexes, this counts as two distinct
2447
- * attributes when determining the total.</p>
2460
+ * attributes when determining the total. This limit only applies when you
2461
+ * specify the ProjectionType of <code>INCLUDE</code>. You still can
2462
+ * specify the ProjectionType of <code>ALL</code> to project all attributes
2463
+ * from the source table, even if the table has more than 100 attributes.</p>
2448
2464
  * </li>
2449
2465
  * </ul>
2450
2466
  * </li>
@@ -2463,14 +2479,15 @@ export interface CreateTableInput {
2463
2479
  * <ul>
2464
2480
  * <li>
2465
2481
  * <p>
2466
- * <code>PROVISIONED</code> - We recommend using <code>PROVISIONED</code> for
2467
- * predictable workloads. <code>PROVISIONED</code> sets the billing mode to <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/provisioned-capacity-mode.html">Provisioned capacity mode</a>.</p>
2482
+ * <code>PAY_PER_REQUEST</code> - We recommend using <code>PAY_PER_REQUEST</code>
2483
+ * for most DynamoDB workloads. <code>PAY_PER_REQUEST</code> sets the billing mode
2484
+ * to <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/on-demand-capacity-mode.html">On-demand capacity mode</a>. </p>
2468
2485
  * </li>
2469
2486
  * <li>
2470
2487
  * <p>
2471
- * <code>PAY_PER_REQUEST</code> - We recommend using <code>PAY_PER_REQUEST</code>
2472
- * for unpredictable workloads. <code>PAY_PER_REQUEST</code> sets the billing mode
2473
- * to <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/on-demand-capacity-mode.html">On-demand capacity mode</a>. </p>
2488
+ * <code>PROVISIONED</code> - We recommend using <code>PROVISIONED</code> for
2489
+ * steady workloads with predictable growth where capacity requirements can be
2490
+ * reliably forecasted. <code>PROVISIONED</code> sets the billing mode to <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/provisioned-capacity-mode.html">Provisioned capacity mode</a>.</p>
2474
2491
  * </li>
2475
2492
  * </ul>
2476
2493
  * @public
@@ -2552,7 +2569,8 @@ export interface CreateTableInput {
2552
2569
  */
2553
2570
  DeletionProtectionEnabled?: boolean | undefined;
2554
2571
  /**
2555
- * <p>Represents the warm throughput (in read units per second and write units per second) for creating a table.</p>
2572
+ * <p>Represents the warm throughput (in read units per second and write units per second)
2573
+ * for creating a table.</p>
2556
2574
  * @public
2557
2575
  */
2558
2576
  WarmThroughput?: WarmThroughput | undefined;
@@ -3047,7 +3065,10 @@ export interface TableDescription {
3047
3065
  * attributes provided in <code>NonKeyAttributes</code>, summed across all
3048
3066
  * of the secondary indexes, must not exceed 100. If you project the same
3049
3067
  * attribute into two different indexes, this counts as two distinct
3050
- * attributes when determining the total.</p>
3068
+ * attributes when determining the total. This limit only applies when you
3069
+ * specify the ProjectionType of <code>INCLUDE</code>. You still can
3070
+ * specify the ProjectionType of <code>ALL</code> to project all attributes
3071
+ * from the source table, even if the table has more than 100 attributes.</p>
3051
3072
  * </li>
3052
3073
  * </ul>
3053
3074
  * </li>
@@ -3168,7 +3189,10 @@ export interface TableDescription {
3168
3189
  * attributes provided in <code>NonKeyAttributes</code>, summed across all
3169
3190
  * of the secondary indexes, must not exceed 100. If you project the same
3170
3191
  * attribute into two different indexes, this counts as two distinct
3171
- * attributes when determining the total.</p>
3192
+ * attributes when determining the total. This limit only applies when you
3193
+ * specify the ProjectionType of <code>INCLUDE</code>. You still can
3194
+ * specify the ProjectionType of <code>ALL</code> to project all attributes
3195
+ * from the source table, even if the table has more than 100 attributes.</p>
3172
3196
  * </li>
3173
3197
  * </ul>
3174
3198
  * </li>
@@ -4220,8 +4244,9 @@ export interface TableCreationParameters {
4220
4244
  */
4221
4245
  BillingMode?: BillingMode | undefined;
4222
4246
  /**
4223
- * <p>Represents the provisioned throughput settings for a specified table or index. The
4224
- * settings can be modified using the <code>UpdateTable</code> operation.</p>
4247
+ * <p>Represents the provisioned throughput settings for the specified global secondary
4248
+ * index. You must use <code>ProvisionedThroughput</code> or
4249
+ * <code>OnDemandThroughput</code> based on your table’s capacity mode.</p>
4225
4250
  * <p>For current minimum and maximum provisioned throughput values, see <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Limits.html">Service,
4226
4251
  * Account, and Table Quotas</a> in the <i>Amazon DynamoDB Developer
4227
4252
  * Guide</i>.</p>
@@ -6377,14 +6402,15 @@ export interface UpdateTableInput {
6377
6402
  * <ul>
6378
6403
  * <li>
6379
6404
  * <p>
6380
- * <code>PROVISIONED</code> - We recommend using <code>PROVISIONED</code> for
6381
- * predictable workloads. <code>PROVISIONED</code> sets the billing mode to <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/provisioned-capacity-mode.html">Provisioned capacity mode</a>.</p>
6405
+ * <code>PAY_PER_REQUEST</code> - We recommend using <code>PAY_PER_REQUEST</code>
6406
+ * for most DynamoDB workloads. <code>PAY_PER_REQUEST</code> sets the billing mode
6407
+ * to <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/on-demand-capacity-mode.html">On-demand capacity mode</a>. </p>
6382
6408
  * </li>
6383
6409
  * <li>
6384
6410
  * <p>
6385
- * <code>PAY_PER_REQUEST</code> - We recommend using <code>PAY_PER_REQUEST</code>
6386
- * for unpredictable workloads. <code>PAY_PER_REQUEST</code> sets the billing mode
6387
- * to <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/on-demand-capacity-mode.html">On-demand capacity mode</a>. </p>
6411
+ * <code>PROVISIONED</code> - We recommend using <code>PROVISIONED</code> for
6412
+ * steady workloads with predictable growth where capacity requirements can be
6413
+ * reliably forecasted. <code>PROVISIONED</code> sets the billing mode to <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/provisioned-capacity-mode.html">Provisioned capacity mode</a>.</p>
6388
6414
  * </li>
6389
6415
  * </ul>
6390
6416
  * @public
@@ -6458,22 +6484,28 @@ export interface UpdateTableInput {
6458
6484
  */
6459
6485
  DeletionProtectionEnabled?: boolean | undefined;
6460
6486
  /**
6461
- * <p>Specifies the consistency mode for a new global table. This parameter is only valid when you create a global table by specifying one or more <a href="https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_ReplicationGroupUpdate.html#DDB-Type-ReplicationGroupUpdate-Create">Create</a> actions in the <a href="https://docs.aws.amazon.com/https:/docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_UpdateTable.html#DDB-UpdateTable-request-ReplicaUpdates">ReplicaUpdates</a> action list.</p>
6487
+ * <p>Specifies the consistency mode for a new global table. This parameter is only valid
6488
+ * when you create a global table by specifying one or more <a href="https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_ReplicationGroupUpdate.html#DDB-Type-ReplicationGroupUpdate-Create">Create</a> actions in the <a href="https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_UpdateTable.html#DDB-UpdateTable-request-ReplicaUpdates">ReplicaUpdates</a> action list.</p>
6462
6489
  * <p>You can specify one of the following consistency modes:</p>
6463
6490
  * <ul>
6464
6491
  * <li>
6465
6492
  * <p>
6466
- * <code>EVENTUAL</code>: Configures a new global table for multi-Region eventual consistency. This is the default consistency mode for global tables.</p>
6493
+ * <code>EVENTUAL</code>: Configures a new global table for multi-Region eventual
6494
+ * consistency. This is the default consistency mode for global tables.</p>
6467
6495
  * </li>
6468
6496
  * <li>
6469
6497
  * <p>
6470
- * <code>STRONG</code>: Configures a new global table for multi-Region strong consistency (preview).</p>
6498
+ * <code>STRONG</code>: Configures a new global table for multi-Region strong
6499
+ * consistency (preview).</p>
6471
6500
  * <note>
6472
- * <p>Multi-Region strong consistency (MRSC) is a new DynamoDB global tables capability currently available in preview mode. For more information, see <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/PreviewFeatures.html#multi-region-strong-consistency-gt">Global tables multi-Region strong consistency</a>.</p>
6501
+ * <p>Multi-Region strong consistency (MRSC) is a new DynamoDB global
6502
+ * tables capability currently available in preview mode. For more information,
6503
+ * see <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/PreviewFeatures.html#multi-region-strong-consistency-gt">Global tables multi-Region strong consistency</a>.</p>
6473
6504
  * </note>
6474
6505
  * </li>
6475
6506
  * </ul>
6476
- * <p>If you don't specify this parameter, the global table consistency mode defaults to <code>EVENTUAL</code>.</p>
6507
+ * <p>If you don't specify this parameter, the global table consistency mode defaults to
6508
+ * <code>EVENTUAL</code>.</p>
6477
6509
  * @public
6478
6510
  */
6479
6511
  MultiRegionConsistency?: MultiRegionConsistency | undefined;
@@ -6485,7 +6517,8 @@ export interface UpdateTableInput {
6485
6517
  */
6486
6518
  OnDemandThroughput?: OnDemandThroughput | undefined;
6487
6519
  /**
6488
- * <p>Represents the warm throughput (in read units per second and write units per second) for updating a table.</p>
6520
+ * <p>Represents the warm throughput (in read units per second and write units per second)
6521
+ * for updating a table.</p>
6489
6522
  * @public
6490
6523
  */
6491
6524
  WarmThroughput?: WarmThroughput | undefined;
@@ -7321,7 +7354,7 @@ export interface Condition {
7321
7354
  ComparisonOperator: ComparisonOperator | undefined;
7322
7355
  }
7323
7356
  /**
7324
- * <p>A condition specified in the operation could not be evaluated.</p>
7357
+ * <p>A condition specified in the operation failed to be evaluated.</p>
7325
7358
  * @public
7326
7359
  */
7327
7360
  export declare class ConditionalCheckFailedException extends __BaseException {
@@ -8985,9 +9018,8 @@ export interface QueryOutput {
8985
9018
  /**
8986
9019
  * <p>The number of items evaluated, before any <code>QueryFilter</code> is applied. A high
8987
9020
  * <code>ScannedCount</code> value with few, or no, <code>Count</code> results
8988
- * indicates an inefficient <code>Query</code> operation. For more information, see <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Scan.html#Scan.Count">Count and
8989
- * ScannedCount</a> in the <i>Amazon DynamoDB Developer
8990
- * Guide</i>.</p>
9021
+ * indicates an inefficient <code>Query</code> operation. For more information, see <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Scan.html#Scan.Count">Count and ScannedCount</a> in the <i>Amazon DynamoDB Developer
9022
+ * Guide</i>.</p>
8991
9023
  * <p>If you did not use a filter in the request, then <code>ScannedCount</code> is the same
8992
9024
  * as <code>Count</code>.</p>
8993
9025
  * @public
@@ -40,6 +40,7 @@ export declare const getRuntimeConfig: (config: DynamoDBClientConfig) => {
40
40
  }) => import("@smithy/types").EndpointV2;
41
41
  tls?: boolean | undefined;
42
42
  serviceConfiguredEndpoint?: undefined;
43
+ authSchemePreference?: string[] | import("@smithy/types").Provider<string[]> | undefined;
43
44
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
44
45
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").DynamoDBHttpAuthSchemeProvider;
45
46
  credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider | undefined;
@@ -7,6 +7,7 @@ export declare const getRuntimeConfig: (config: DynamoDBClientConfig) => {
7
7
  runtime: string;
8
8
  defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
9
9
  accountIdEndpointMode: "disabled" | "preferred" | "required" | import("@smithy/types").Provider<import("@aws-sdk/core/account-id-endpoint").AccountIdEndpointMode>;
10
+ authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
10
11
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
11
12
  credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit | undefined) => import("@smithy/types").MemoizedProvider<import("@smithy/types").AwsCredentialIdentity>);
12
13
  defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
@@ -39,6 +39,7 @@ export declare const getRuntimeConfig: (config: DynamoDBClientConfig) => {
39
39
  }) => import("@smithy/types").EndpointV2;
40
40
  tls?: boolean | undefined;
41
41
  serviceConfiguredEndpoint?: undefined;
42
+ authSchemePreference?: string[] | import("@smithy/types").Provider<string[]> | undefined;
42
43
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
43
44
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").DynamoDBHttpAuthSchemeProvider;
44
45
  credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider | undefined;
@@ -9,6 +9,7 @@ import {
9
9
  HttpAuthSchemeParameters,
10
10
  HttpAuthSchemeParametersProvider,
11
11
  HttpAuthSchemeProvider,
12
+ Provider,
12
13
  } from "@smithy/types";
13
14
  import { DynamoDBClientResolvedConfig } from "../DynamoDBClient";
14
15
  export interface DynamoDBHttpAuthSchemeParameters
@@ -31,11 +32,13 @@ export interface DynamoDBHttpAuthSchemeProvider
31
32
  extends HttpAuthSchemeProvider<DynamoDBHttpAuthSchemeParameters> {}
32
33
  export declare const defaultDynamoDBHttpAuthSchemeProvider: DynamoDBHttpAuthSchemeProvider;
33
34
  export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
35
+ authSchemePreference?: string[] | Provider<string[]>;
34
36
  httpAuthSchemes?: HttpAuthScheme[];
35
37
  httpAuthSchemeProvider?: DynamoDBHttpAuthSchemeProvider;
36
38
  }
37
39
  export interface HttpAuthSchemeResolvedConfig
38
40
  extends AwsSdkSigV4AuthResolvedConfig {
41
+ readonly authSchemePreference: Provider<string[]>;
39
42
  readonly httpAuthSchemes: HttpAuthScheme[];
40
43
  readonly httpAuthSchemeProvider: DynamoDBHttpAuthSchemeProvider;
41
44
  }
@@ -80,6 +80,10 @@ export declare const getRuntimeConfig: (config: DynamoDBClientConfig) => {
80
80
  ) => import("@smithy/types").EndpointV2;
81
81
  tls?: boolean | undefined;
82
82
  serviceConfiguredEndpoint?: undefined;
83
+ authSchemePreference?:
84
+ | string[]
85
+ | import("@smithy/types").Provider<string[]>
86
+ | undefined;
83
87
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
84
88
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").DynamoDBHttpAuthSchemeProvider;
85
89
  credentials?:
@@ -12,6 +12,7 @@ export declare const getRuntimeConfig: (config: DynamoDBClientConfig) => {
12
12
  | import("@smithy/types").Provider<
13
13
  import("@aws-sdk/core/account-id-endpoint").AccountIdEndpointMode
14
14
  >;
15
+ authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
15
16
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
16
17
  credentialDefaultProvider:
17
18
  | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
@@ -84,6 +84,10 @@ export declare const getRuntimeConfig: (config: DynamoDBClientConfig) => {
84
84
  ) => import("@smithy/types").EndpointV2;
85
85
  tls?: boolean | undefined;
86
86
  serviceConfiguredEndpoint?: undefined;
87
+ authSchemePreference?:
88
+ | string[]
89
+ | import("@smithy/types").Provider<string[]>
90
+ | undefined;
87
91
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
88
92
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").DynamoDBHttpAuthSchemeProvider;
89
93
  credentials?:
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-dynamodb",
3
3
  "description": "AWS SDK for JavaScript Dynamodb Client for Node.js, Browser and React Native",
4
- "version": "3.777.0",
4
+ "version": "3.803.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-dynamodb",
@@ -20,42 +20,42 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.775.0",
24
- "@aws-sdk/credential-provider-node": "3.777.0",
23
+ "@aws-sdk/core": "3.799.0",
24
+ "@aws-sdk/credential-provider-node": "3.803.0",
25
25
  "@aws-sdk/middleware-endpoint-discovery": "3.775.0",
26
26
  "@aws-sdk/middleware-host-header": "3.775.0",
27
27
  "@aws-sdk/middleware-logger": "3.775.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.775.0",
29
- "@aws-sdk/middleware-user-agent": "3.775.0",
29
+ "@aws-sdk/middleware-user-agent": "3.799.0",
30
30
  "@aws-sdk/region-config-resolver": "3.775.0",
31
31
  "@aws-sdk/types": "3.775.0",
32
- "@aws-sdk/util-endpoints": "3.775.0",
32
+ "@aws-sdk/util-endpoints": "3.787.0",
33
33
  "@aws-sdk/util-user-agent-browser": "3.775.0",
34
- "@aws-sdk/util-user-agent-node": "3.775.0",
34
+ "@aws-sdk/util-user-agent-node": "3.799.0",
35
35
  "@smithy/config-resolver": "^4.1.0",
36
- "@smithy/core": "^3.2.0",
36
+ "@smithy/core": "^3.3.0",
37
37
  "@smithy/fetch-http-handler": "^5.0.2",
38
38
  "@smithy/hash-node": "^4.0.2",
39
39
  "@smithy/invalid-dependency": "^4.0.2",
40
40
  "@smithy/middleware-content-length": "^4.0.2",
41
- "@smithy/middleware-endpoint": "^4.1.0",
42
- "@smithy/middleware-retry": "^4.1.0",
41
+ "@smithy/middleware-endpoint": "^4.1.1",
42
+ "@smithy/middleware-retry": "^4.1.2",
43
43
  "@smithy/middleware-serde": "^4.0.3",
44
44
  "@smithy/middleware-stack": "^4.0.2",
45
45
  "@smithy/node-config-provider": "^4.0.2",
46
46
  "@smithy/node-http-handler": "^4.0.4",
47
47
  "@smithy/protocol-http": "^5.1.0",
48
- "@smithy/smithy-client": "^4.2.0",
48
+ "@smithy/smithy-client": "^4.2.1",
49
49
  "@smithy/types": "^4.2.0",
50
50
  "@smithy/url-parser": "^4.0.2",
51
51
  "@smithy/util-base64": "^4.0.0",
52
52
  "@smithy/util-body-length-browser": "^4.0.0",
53
53
  "@smithy/util-body-length-node": "^4.0.0",
54
- "@smithy/util-defaults-mode-browser": "^4.0.8",
55
- "@smithy/util-defaults-mode-node": "^4.0.8",
54
+ "@smithy/util-defaults-mode-browser": "^4.0.9",
55
+ "@smithy/util-defaults-mode-node": "^4.0.9",
56
56
  "@smithy/util-endpoints": "^3.0.2",
57
57
  "@smithy/util-middleware": "^4.0.2",
58
- "@smithy/util-retry": "^4.0.2",
58
+ "@smithy/util-retry": "^4.0.3",
59
59
  "@smithy/util-utf8": "^4.0.0",
60
60
  "@smithy/util-waiter": "^4.0.3",
61
61
  "@types/uuid": "^9.0.1",
@@ -120,6 +120,8 @@ exports.defaultS3HttpAuthSchemeProvider = createEndpointRuleSetHttpAuthSchemePro
120
120
  const resolveHttpAuthSchemeConfig = (config) => {
121
121
  const config_0 = (0, core_1.resolveAwsSdkSigV4Config)(config);
122
122
  const config_1 = (0, core_1.resolveAwsSdkSigV4AConfig)(config_0);
123
- return Object.assign(config_1, {});
123
+ return Object.assign(config_1, {
124
+ authSchemePreference: (0, util_middleware_1.normalizeProvider)(config.authSchemePreference ?? []),
125
+ });
124
126
  };
125
127
  exports.resolveHttpAuthSchemeConfig = resolveHttpAuthSchemeConfig;