@gemeentenijmegen/webapp 1.1.10 → 1.1.11

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 (235) hide show
  1. package/.jsii +10 -10
  2. package/assets/webapp/auth/auth.lambda/index.js +47 -66
  3. package/assets/webapp/login/login.lambda/index.js +2 -21
  4. package/assets/webapp/logout/logout.lambda/index.js +2 -2
  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/util/Files.js +1 -1
  9. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/index.js +63 -0
  10. package/node_modules/@aws-sdk/client-dynamodb/dist-es/models/index.js +1 -0
  11. package/node_modules/@aws-sdk/client-dynamodb/dist-es/models/models_0.js +22 -0
  12. package/node_modules/@aws-sdk/client-dynamodb/dist-es/models/models_1.js +1 -0
  13. package/node_modules/@aws-sdk/client-dynamodb/dist-es/protocols/Aws_json1_0.js +14 -1
  14. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/BatchExecuteStatementCommand.d.ts +8 -3
  15. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/BatchGetItemCommand.d.ts +14 -7
  16. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/BatchWriteItemCommand.d.ts +14 -7
  17. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteItemCommand.d.ts +14 -7
  18. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeContributorInsightsCommand.d.ts +1 -0
  19. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ExecuteStatementCommand.d.ts +14 -7
  20. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ExecuteTransactionCommand.d.ts +14 -7
  21. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/GetItemCommand.d.ts +14 -7
  22. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListContributorInsightsCommand.d.ts +1 -0
  23. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/PutItemCommand.d.ts +14 -7
  24. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/QueryCommand.d.ts +14 -7
  25. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ScanCommand.d.ts +14 -7
  26. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/TransactGetItemsCommand.d.ts +14 -7
  27. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/TransactWriteItemsCommand.d.ts +16 -8
  28. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateContributorInsightsCommand.d.ts +2 -0
  29. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateItemCommand.d.ts +14 -7
  30. package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/index.d.ts +1 -0
  31. package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/models_0.d.ts +151 -79
  32. package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/models_1.d.ts +73 -0
  33. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/TransactWriteItemsCommand.d.ts +2 -4
  34. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/index.d.ts +1 -0
  35. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/models_0.d.ts +24 -6
  36. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/models_1.d.ts +11 -0
  37. package/node_modules/@aws-sdk/client-dynamodb/package.json +35 -35
  38. package/node_modules/@aws-sdk/client-s3/package.json +50 -50
  39. package/node_modules/@aws-sdk/client-secrets-manager/package.json +33 -33
  40. package/node_modules/@aws-sdk/client-ssm/package.json +34 -34
  41. package/node_modules/@aws-sdk/client-sso/package.json +32 -32
  42. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +73 -25
  43. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_0Protocol.js +5 -1
  44. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_1Protocol.js +5 -1
  45. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +4 -3
  46. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +5 -2
  47. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +11 -7
  48. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReplacer.js +1 -1
  49. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +3 -0
  50. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +6 -2
  51. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +6 -3
  52. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +11 -7
  53. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +6 -1
  54. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +6 -1
  55. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +3 -1
  56. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +4 -0
  57. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +4 -0
  58. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +4 -0
  59. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_0Protocol.d.ts +8 -1
  60. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_1Protocol.d.ts +8 -1
  61. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +8 -1
  62. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +1 -0
  63. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsQueryProtocol.d.ts +1 -0
  64. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +1 -0
  65. package/node_modules/@aws-sdk/core/package.json +12 -12
  66. package/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
  67. package/node_modules/@aws-sdk/credential-provider-http/package.json +10 -10
  68. package/node_modules/@aws-sdk/credential-provider-ini/package.json +13 -13
  69. package/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
  70. package/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
  71. package/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
  72. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +6 -6
  73. package/node_modules/@aws-sdk/middleware-bucket-endpoint/package.json +5 -5
  74. package/node_modules/@aws-sdk/middleware-endpoint-discovery/package.json +5 -5
  75. package/node_modules/@aws-sdk/middleware-expect-continue/package.json +4 -4
  76. package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +9 -9
  77. package/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
  78. package/node_modules/@aws-sdk/middleware-location-constraint/package.json +3 -3
  79. package/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
  80. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
  81. package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +11 -11
  82. package/node_modules/@aws-sdk/middleware-ssec/package.json +3 -3
  83. package/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -7
  84. package/node_modules/@aws-sdk/nested-clients/package.json +32 -32
  85. package/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
  86. package/node_modules/@aws-sdk/s3-request-presigner/package.json +10 -10
  87. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +6 -6
  88. package/node_modules/@aws-sdk/token-providers/package.json +10 -8
  89. package/node_modules/@aws-sdk/types/package.json +2 -2
  90. package/node_modules/@aws-sdk/util-endpoints/package.json +5 -5
  91. package/node_modules/@aws-sdk/util-format-url/package.json +4 -4
  92. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
  93. package/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
  94. package/node_modules/@aws-sdk/xml-builder/package.json +2 -2
  95. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/.jsii +82 -4
  96. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/lib/index.js +1 -1
  97. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/.jsii +84 -6
  98. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/bedrock-inference-helper.js +2 -2
  99. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cloudfront-distribution-defaults.d.ts +1 -1
  100. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cloudfront-distribution-defaults.js +1 -1
  101. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cloudfront-distribution-helper.d.ts +1 -1
  102. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cloudfront-distribution-helper.js +1 -1
  103. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kendra-helper.js +4 -2
  104. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/waf-helper.js +5 -2
  105. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/package.json +3 -3
  106. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/TwoLogGroups.json +365 -0
  107. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/bedrock-inference-helper.test.js +2 -6
  108. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/lambda/index.js +1 -1
  109. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/pipes-helper.test.js +2 -2
  110. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/step-function-helper.test.js +1 -1
  111. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/test-helper.d.ts +6 -0
  112. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/test-helper.js +84 -1
  113. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/waf-helper.test.js +35 -1
  114. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/package.json +6 -6
  115. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js +2 -1
  116. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js +2 -1
  117. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/cdk.out +1 -1
  118. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/integ.json +2 -2
  119. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/lamddb-deployFunctionWithExistingVpc.assets.json +6 -6
  120. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/lamddb-deployFunctionWithExistingVpc.template.json +1 -136
  121. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/lamddbdeployFunctionWithExistingVpcIntegDefaultTestDeployAssertEE08E38E.assets.json +2 -2
  122. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/manifest.json +475 -10
  123. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/tree.json +1 -1
  124. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js +2 -1
  125. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/cdk.out +1 -1
  126. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/integ.json +2 -2
  127. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/lamddb-deployFunctionWithVpc.assets.json +6 -6
  128. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/lamddb-deployFunctionWithVpc.template.json +1 -136
  129. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/lamddbdeployFunctionWithVpcIntegDefaultTestDeployAssert0AB8275C.assets.json +2 -2
  130. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/manifest.json +475 -10
  131. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/tree.json +1 -1
  132. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js +2 -1
  133. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js +2 -1
  134. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js +2 -1
  135. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js +2 -1
  136. package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/package.json +8 -8
  137. package/node_modules/@gemeentenijmegen/apiclient/package.json +7 -7
  138. package/node_modules/@gemeentenijmegen/apigateway-http/package.json +4 -4
  139. package/node_modules/@gemeentenijmegen/session/package.json +5 -5
  140. package/node_modules/@gemeentenijmegen/utils/package.json +7 -7
  141. package/node_modules/@smithy/abort-controller/package.json +2 -2
  142. package/node_modules/@smithy/config-resolver/package.json +4 -4
  143. package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +77 -38
  144. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +88 -85
  145. package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +12 -0
  146. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +6 -51
  147. package/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +77 -41
  148. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +95 -0
  149. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +7 -95
  150. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +9 -0
  151. package/node_modules/@smithy/core/dist-es/submodules/serde/copyDocumentWithTransform.js +1 -53
  152. package/node_modules/@smithy/core/dist-es/submodules/serde/generateIdempotencyToken.js +2 -0
  153. package/node_modules/@smithy/core/dist-es/submodules/serde/index.js +1 -0
  154. package/node_modules/@smithy/core/dist-types/submodules/cbor/CborCodec.d.ts +5 -0
  155. package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +9 -1
  156. package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +3 -1
  157. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +5 -0
  158. package/node_modules/@smithy/core/dist-types/submodules/serde/copyDocumentWithTransform.d.ts +1 -0
  159. package/node_modules/@smithy/core/dist-types/submodules/serde/generateIdempotencyToken.d.ts +2 -0
  160. package/node_modules/@smithy/core/dist-types/submodules/serde/index.d.ts +1 -0
  161. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/CborCodec.d.ts +5 -0
  162. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +9 -1
  163. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +3 -1
  164. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +5 -0
  165. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/copyDocumentWithTransform.d.ts +1 -0
  166. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/generateIdempotencyToken.d.ts +2 -0
  167. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/index.d.ts +1 -0
  168. package/node_modules/@smithy/core/package.json +9 -7
  169. package/node_modules/@smithy/credential-provider-imds/package.json +5 -5
  170. package/node_modules/@smithy/eventstream-codec/package.json +2 -2
  171. package/node_modules/@smithy/eventstream-serde-browser/package.json +3 -3
  172. package/node_modules/@smithy/eventstream-serde-config-resolver/package.json +2 -2
  173. package/node_modules/@smithy/eventstream-serde-node/package.json +3 -3
  174. package/node_modules/@smithy/eventstream-serde-universal/package.json +3 -3
  175. package/node_modules/@smithy/fetch-http-handler/package.json +5 -5
  176. package/node_modules/@smithy/hash-blob-browser/package.json +2 -2
  177. package/node_modules/@smithy/hash-node/package.json +2 -2
  178. package/node_modules/@smithy/hash-stream-node/package.json +2 -2
  179. package/node_modules/@smithy/invalid-dependency/package.json +2 -2
  180. package/node_modules/@smithy/md5-js/package.json +2 -2
  181. package/node_modules/@smithy/middleware-content-length/package.json +3 -3
  182. package/node_modules/@smithy/middleware-endpoint/package.json +8 -8
  183. package/node_modules/@smithy/middleware-retry/package.json +9 -9
  184. package/node_modules/@smithy/middleware-serde/package.json +3 -3
  185. package/node_modules/@smithy/middleware-stack/package.json +2 -2
  186. package/node_modules/@smithy/node-config-provider/package.json +4 -4
  187. package/node_modules/@smithy/node-http-handler/package.json +5 -5
  188. package/node_modules/@smithy/property-provider/package.json +2 -2
  189. package/node_modules/@smithy/protocol-http/package.json +2 -2
  190. package/node_modules/@smithy/querystring-builder/package.json +2 -2
  191. package/node_modules/@smithy/querystring-parser/package.json +2 -2
  192. package/node_modules/@smithy/service-error-classification/package.json +2 -2
  193. package/node_modules/@smithy/shared-ini-file-loader/package.json +2 -2
  194. package/node_modules/@smithy/signature-v4/package.json +4 -4
  195. package/node_modules/@smithy/smithy-client/dist-cjs/index.js +1 -0
  196. package/node_modules/@smithy/smithy-client/package.json +7 -7
  197. package/node_modules/@smithy/types/dist-types/schema/schema.d.ts +1 -0
  198. package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +1 -0
  199. package/node_modules/@smithy/types/package.json +1 -1
  200. package/node_modules/@smithy/url-parser/package.json +3 -3
  201. package/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
  202. package/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
  203. package/node_modules/@smithy/util-endpoints/package.json +3 -3
  204. package/node_modules/@smithy/util-middleware/package.json +2 -2
  205. package/node_modules/@smithy/util-retry/package.json +3 -3
  206. package/node_modules/@smithy/util-stream/package.json +4 -4
  207. package/node_modules/@smithy/util-waiter/package.json +3 -3
  208. package/node_modules/bowser/CHANGELOG.md +1 -1
  209. package/node_modules/bowser/README.md +2 -4
  210. package/node_modules/bowser/bundled.js +1 -1
  211. package/node_modules/bowser/es5.js +1 -1
  212. package/node_modules/bowser/index.d.ts +72 -7
  213. package/node_modules/bowser/package.json +4 -3
  214. package/node_modules/bowser/src/constants.js +3 -0
  215. package/node_modules/bowser/src/parser-browsers.js +15 -0
  216. package/node_modules/bowser/src/parser-platforms.js +17 -1
  217. package/node_modules/bowser/src/parser.js +20 -5
  218. package/node_modules/bowser/src/utils.js +2 -2
  219. package/node_modules/follow-redirects/package.json +1 -1
  220. package/node_modules/oidc-token-hash/README.md +1 -0
  221. package/node_modules/oidc-token-hash/lib/index.js +0 -10
  222. package/node_modules/oidc-token-hash/package.json +1 -1
  223. package/package.json +16 -16
  224. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +0 -21
  225. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/asset.7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200/__entrypoint__.js +0 -1
  226. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/asset.7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200/index.js +0 -1
  227. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +0 -21
  228. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/asset.7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200/__entrypoint__.js +0 -1
  229. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/asset.7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200/index.js +0 -1
  230. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +0 -21
  231. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +0 -21
  232. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +0 -21
  233. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +0 -21
  234. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +0 -21
  235. package/node_modules/oidc-token-hash/lib/shake256.js +0 -7
@@ -40,6 +40,7 @@ __export(index_exports, {
40
40
  ContinuousBackupsStatus: () => ContinuousBackupsStatus,
41
41
  ContinuousBackupsUnavailableException: () => ContinuousBackupsUnavailableException,
42
42
  ContributorInsightsAction: () => ContributorInsightsAction,
43
+ ContributorInsightsMode: () => ContributorInsightsMode,
43
44
  ContributorInsightsStatus: () => ContributorInsightsStatus,
44
45
  CreateBackupCommand: () => CreateBackupCommand,
45
46
  CreateGlobalTableCommand: () => CreateGlobalTableCommand,
@@ -140,6 +141,7 @@ __export(index_exports, {
140
141
  TableNotFoundException: () => TableNotFoundException,
141
142
  TableStatus: () => TableStatus,
142
143
  TagResourceCommand: () => TagResourceCommand,
144
+ ThrottlingException: () => ThrottlingException,
143
145
  TimeToLiveStatus: () => TimeToLiveStatus,
144
146
  TransactGetItemsCommand: () => TransactGetItemsCommand,
145
147
  TransactWriteItemsCommand: () => TransactWriteItemsCommand,
@@ -378,6 +380,13 @@ var RequestLimitExceeded = class _RequestLimitExceeded extends DynamoDBServiceEx
378
380
  }
379
381
  name = "RequestLimitExceeded";
380
382
  $fault = "client";
383
+ /**
384
+ * <p>A list of <a href="https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_ThrottlingReason.html">ThrottlingReason</a> that
385
+ * provide detailed diagnostic information about why the request was throttled.
386
+ * </p>
387
+ * @public
388
+ */
389
+ ThrottlingReasons;
381
390
  /**
382
391
  * @internal
383
392
  */
@@ -388,6 +397,33 @@ var RequestLimitExceeded = class _RequestLimitExceeded extends DynamoDBServiceEx
388
397
  ...opts
389
398
  });
390
399
  Object.setPrototypeOf(this, _RequestLimitExceeded.prototype);
400
+ this.ThrottlingReasons = opts.ThrottlingReasons;
401
+ }
402
+ };
403
+ var ThrottlingException = class _ThrottlingException extends DynamoDBServiceException {
404
+ static {
405
+ __name(this, "ThrottlingException");
406
+ }
407
+ name = "ThrottlingException";
408
+ $fault = "client";
409
+ /**
410
+ * <p>A list of <a href="https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_ThrottlingReason.html">ThrottlingReason</a> that
411
+ * provide detailed diagnostic information about why the request was throttled.
412
+ * </p>
413
+ * @public
414
+ */
415
+ throttlingReasons;
416
+ /**
417
+ * @internal
418
+ */
419
+ constructor(opts) {
420
+ super({
421
+ name: "ThrottlingException",
422
+ $fault: "client",
423
+ ...opts
424
+ });
425
+ Object.setPrototypeOf(this, _ThrottlingException.prototype);
426
+ this.throttlingReasons = opts.throttlingReasons;
391
427
  }
392
428
  };
393
429
  var InvalidEndpointException = class _InvalidEndpointException extends DynamoDBServiceException {
@@ -416,6 +452,13 @@ var ProvisionedThroughputExceededException = class _ProvisionedThroughputExceede
416
452
  }
417
453
  name = "ProvisionedThroughputExceededException";
418
454
  $fault = "client";
455
+ /**
456
+ * <p>A list of <a href="https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_ThrottlingReason.html">ThrottlingReason</a> that
457
+ * provide detailed diagnostic information about why the request was throttled.
458
+ * </p>
459
+ * @public
460
+ */
461
+ ThrottlingReasons;
419
462
  /**
420
463
  * @internal
421
464
  */
@@ -426,6 +469,7 @@ var ProvisionedThroughputExceededException = class _ProvisionedThroughputExceede
426
469
  ...opts
427
470
  });
428
471
  Object.setPrototypeOf(this, _ProvisionedThroughputExceededException.prototype);
472
+ this.ThrottlingReasons = opts.ThrottlingReasons;
429
473
  }
430
474
  };
431
475
  var ResourceNotFoundException = class _ResourceNotFoundException extends DynamoDBServiceException {
@@ -536,6 +580,10 @@ var ContributorInsightsAction = {
536
580
  DISABLE: "DISABLE",
537
581
  ENABLE: "ENABLE"
538
582
  };
583
+ var ContributorInsightsMode = {
584
+ ACCESSED_AND_THROTTLED_KEYS: "ACCESSED_AND_THROTTLED_KEYS",
585
+ THROTTLED_KEYS: "THROTTLED_KEYS"
586
+ };
539
587
  var ContributorInsightsStatus = {
540
588
  DISABLED: "DISABLED",
541
589
  DISABLING: "DISABLING",
@@ -2207,6 +2255,9 @@ var de_CommandError = /* @__PURE__ */ __name(async (output, context) => {
2207
2255
  case "RequestLimitExceeded":
2208
2256
  case "com.amazonaws.dynamodb#RequestLimitExceeded":
2209
2257
  throw await de_RequestLimitExceededRes(parsedOutput, context);
2258
+ case "ThrottlingException":
2259
+ case "com.amazonaws.dynamodb#ThrottlingException":
2260
+ throw await de_ThrottlingExceptionRes(parsedOutput, context);
2210
2261
  case "InvalidEndpointException":
2211
2262
  case "com.amazonaws.dynamodb#InvalidEndpointException":
2212
2263
  throw await de_InvalidEndpointExceptionRes(parsedOutput, context);
@@ -2591,6 +2642,15 @@ var de_TableNotFoundExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, c
2591
2642
  });
2592
2643
  return (0, import_smithy_client.decorateServiceException)(exception, body);
2593
2644
  }, "de_TableNotFoundExceptionRes");
2645
+ var de_ThrottlingExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
2646
+ const body = parsedOutput.body;
2647
+ const deserialized = (0, import_smithy_client._json)(body);
2648
+ const exception = new ThrottlingException({
2649
+ $metadata: deserializeMetadata(parsedOutput),
2650
+ ...deserialized
2651
+ });
2652
+ return (0, import_smithy_client.decorateServiceException)(exception, body);
2653
+ }, "de_ThrottlingExceptionRes");
2594
2654
  var de_TransactionCanceledExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
2595
2655
  const body = parsedOutput.body;
2596
2656
  const deserialized = de_TransactionCanceledException(body, context);
@@ -3517,6 +3577,7 @@ var de_DescribeContinuousBackupsOutput = /* @__PURE__ */ __name((output, context
3517
3577
  }, "de_DescribeContinuousBackupsOutput");
3518
3578
  var de_DescribeContributorInsightsOutput = /* @__PURE__ */ __name((output, context) => {
3519
3579
  return (0, import_smithy_client.take)(output, {
3580
+ ContributorInsightsMode: import_smithy_client.expectString,
3520
3581
  ContributorInsightsRuleList: import_smithy_client._json,
3521
3582
  ContributorInsightsStatus: import_smithy_client.expectString,
3522
3583
  FailureException: import_smithy_client._json,
@@ -5514,6 +5575,7 @@ var waitUntilTableNotExists = /* @__PURE__ */ __name(async (params, input) => {
5514
5575
  BatchStatementErrorCodeEnum,
5515
5576
  InternalServerError,
5516
5577
  RequestLimitExceeded,
5578
+ ThrottlingException,
5517
5579
  InvalidEndpointException,
5518
5580
  ProvisionedThroughputExceededException,
5519
5581
  ResourceNotFoundException,
@@ -5526,6 +5588,7 @@ var waitUntilTableNotExists = /* @__PURE__ */ __name(async (params, input) => {
5526
5588
  PointInTimeRecoveryStatus,
5527
5589
  ContinuousBackupsUnavailableException,
5528
5590
  ContributorInsightsAction,
5591
+ ContributorInsightsMode,
5529
5592
  ContributorInsightsStatus,
5530
5593
  LimitExceededException,
5531
5594
  TableInUseException,
@@ -1 +1,2 @@
1
1
  export * from "./models_0";
2
+ export * from "./models_1";
@@ -126,6 +126,7 @@ export class InternalServerError extends __BaseException {
126
126
  export class RequestLimitExceeded extends __BaseException {
127
127
  name = "RequestLimitExceeded";
128
128
  $fault = "client";
129
+ ThrottlingReasons;
129
130
  constructor(opts) {
130
131
  super({
131
132
  name: "RequestLimitExceeded",
@@ -133,6 +134,21 @@ export class RequestLimitExceeded extends __BaseException {
133
134
  ...opts,
134
135
  });
135
136
  Object.setPrototypeOf(this, RequestLimitExceeded.prototype);
137
+ this.ThrottlingReasons = opts.ThrottlingReasons;
138
+ }
139
+ }
140
+ export class ThrottlingException extends __BaseException {
141
+ name = "ThrottlingException";
142
+ $fault = "client";
143
+ throttlingReasons;
144
+ constructor(opts) {
145
+ super({
146
+ name: "ThrottlingException",
147
+ $fault: "client",
148
+ ...opts,
149
+ });
150
+ Object.setPrototypeOf(this, ThrottlingException.prototype);
151
+ this.throttlingReasons = opts.throttlingReasons;
136
152
  }
137
153
  }
138
154
  export class InvalidEndpointException extends __BaseException {
@@ -152,6 +168,7 @@ export class InvalidEndpointException extends __BaseException {
152
168
  export class ProvisionedThroughputExceededException extends __BaseException {
153
169
  name = "ProvisionedThroughputExceededException";
154
170
  $fault = "client";
171
+ ThrottlingReasons;
155
172
  constructor(opts) {
156
173
  super({
157
174
  name: "ProvisionedThroughputExceededException",
@@ -159,6 +176,7 @@ export class ProvisionedThroughputExceededException extends __BaseException {
159
176
  ...opts,
160
177
  });
161
178
  Object.setPrototypeOf(this, ProvisionedThroughputExceededException.prototype);
179
+ this.ThrottlingReasons = opts.ThrottlingReasons;
162
180
  }
163
181
  }
164
182
  export class ResourceNotFoundException extends __BaseException {
@@ -245,6 +263,10 @@ export const ContributorInsightsAction = {
245
263
  DISABLE: "DISABLE",
246
264
  ENABLE: "ENABLE",
247
265
  };
266
+ export const ContributorInsightsMode = {
267
+ ACCESSED_AND_THROTTLED_KEYS: "ACCESSED_AND_THROTTLED_KEYS",
268
+ THROTTLED_KEYS: "THROTTLED_KEYS",
269
+ };
248
270
  export const ContributorInsightsStatus = {
249
271
  DISABLED: "DISABLED",
250
272
  DISABLING: "DISABLING",
@@ -3,7 +3,7 @@ import { HttpRequest as __HttpRequest } from "@smithy/protocol-http";
3
3
  import { _json, collectBody, decorateServiceException as __decorateServiceException, expectBoolean as __expectBoolean, expectInt32 as __expectInt32, expectLong as __expectLong, expectNonNull as __expectNonNull, expectNumber as __expectNumber, expectString as __expectString, limitedParseDouble as __limitedParseDouble, parseEpochTimestamp as __parseEpochTimestamp, serializeFloat as __serializeFloat, take, withBaseException, } from "@smithy/smithy-client";
4
4
  import { v4 as generateIdempotencyToken } from "uuid";
5
5
  import { DynamoDBServiceException as __BaseException } from "../models/DynamoDBServiceException";
6
- import { AttributeValue, BackupInUseException, BackupNotFoundException, ConditionalCheckFailedException, ContinuousBackupsUnavailableException, DuplicateItemException, ExportConflictException, ExportNotFoundException, GlobalTableAlreadyExistsException, GlobalTableNotFoundException, IdempotentParameterMismatchException, ImportConflictException, ImportNotFoundException, IndexNotFoundException, InternalServerError, InvalidEndpointException, InvalidExportTimeException, InvalidRestoreTimeException, ItemCollectionSizeLimitExceededException, LimitExceededException, PointInTimeRecoveryUnavailableException, PolicyNotFoundException, ProvisionedThroughputExceededException, ReplicaAlreadyExistsException, ReplicaNotFoundException, ReplicatedWriteConflictException, RequestLimitExceeded, ResourceInUseException, ResourceNotFoundException, TableAlreadyExistsException, TableInUseException, TableNotFoundException, TransactionCanceledException, TransactionConflictException, TransactionInProgressException, } from "../models/models_0";
6
+ import { AttributeValue, BackupInUseException, BackupNotFoundException, ConditionalCheckFailedException, ContinuousBackupsUnavailableException, DuplicateItemException, ExportConflictException, ExportNotFoundException, GlobalTableAlreadyExistsException, GlobalTableNotFoundException, IdempotentParameterMismatchException, ImportConflictException, ImportNotFoundException, IndexNotFoundException, InternalServerError, InvalidEndpointException, InvalidExportTimeException, InvalidRestoreTimeException, ItemCollectionSizeLimitExceededException, LimitExceededException, PointInTimeRecoveryUnavailableException, PolicyNotFoundException, ProvisionedThroughputExceededException, ReplicaAlreadyExistsException, ReplicaNotFoundException, ReplicatedWriteConflictException, RequestLimitExceeded, ResourceInUseException, ResourceNotFoundException, TableAlreadyExistsException, TableInUseException, TableNotFoundException, ThrottlingException, TransactionCanceledException, TransactionConflictException, TransactionInProgressException, } from "../models/models_0";
7
7
  export const se_BatchExecuteStatementCommand = async (input, context) => {
8
8
  const headers = sharedHeaders("BatchExecuteStatement");
9
9
  let body;
@@ -1094,6 +1094,9 @@ const de_CommandError = async (output, context) => {
1094
1094
  case "RequestLimitExceeded":
1095
1095
  case "com.amazonaws.dynamodb#RequestLimitExceeded":
1096
1096
  throw await de_RequestLimitExceededRes(parsedOutput, context);
1097
+ case "ThrottlingException":
1098
+ case "com.amazonaws.dynamodb#ThrottlingException":
1099
+ throw await de_ThrottlingExceptionRes(parsedOutput, context);
1097
1100
  case "InvalidEndpointException":
1098
1101
  case "com.amazonaws.dynamodb#InvalidEndpointException":
1099
1102
  throw await de_InvalidEndpointExceptionRes(parsedOutput, context);
@@ -1478,6 +1481,15 @@ const de_TableNotFoundExceptionRes = async (parsedOutput, context) => {
1478
1481
  });
1479
1482
  return __decorateServiceException(exception, body);
1480
1483
  };
1484
+ const de_ThrottlingExceptionRes = async (parsedOutput, context) => {
1485
+ const body = parsedOutput.body;
1486
+ const deserialized = _json(body);
1487
+ const exception = new ThrottlingException({
1488
+ $metadata: deserializeMetadata(parsedOutput),
1489
+ ...deserialized,
1490
+ });
1491
+ return __decorateServiceException(exception, body);
1492
+ };
1481
1493
  const de_TransactionCanceledExceptionRes = async (parsedOutput, context) => {
1482
1494
  const body = parsedOutput.body;
1483
1495
  const deserialized = de_TransactionCanceledException(body, context);
@@ -2443,6 +2455,7 @@ const de_DescribeContinuousBackupsOutput = (output, context) => {
2443
2455
  };
2444
2456
  const de_DescribeContributorInsightsOutput = (output, context) => {
2445
2457
  return take(output, {
2458
+ ContributorInsightsMode: __expectString,
2446
2459
  ContributorInsightsRuleList: _json,
2447
2460
  ContributorInsightsStatus: __expectString,
2448
2461
  FailureException: _json,
@@ -202,9 +202,14 @@ declare const BatchExecuteStatementCommand_base: {
202
202
  * <p>An error occurred on the server side.</p>
203
203
  *
204
204
  * @throws {@link RequestLimitExceeded} (client fault)
205
- * <p>Throughput exceeds the current throughput quota for your account. Please contact
206
- * <a href="https://aws.amazon.com/support">Amazon Web ServicesSupport</a> to request a
207
- * quota increase.</p>
205
+ * <p>Throughput exceeds the current throughput quota for your account. For detailed
206
+ * information about why the request was throttled and the ARN of the impacted resource,
207
+ * find the <a href="https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_ThrottlingReason.html">ThrottlingReason</a> field in the returned exception. Contact <a href="https://aws.amazon.com/support">Amazon Web ServicesSupport</a> to request a quota
208
+ * increase.</p>
209
+ *
210
+ * @throws {@link ThrottlingException} (client fault)
211
+ * <p>The request was denied due to request throttling. For detailed information about why
212
+ * the request was throttled and the ARN of the impacted resource, find the <a href="https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_ThrottlingReason.html">ThrottlingReason</a> field in the returned exception.</p>
208
213
  *
209
214
  * @throws {@link DynamoDBServiceException}
210
215
  * <p>Base exception class for all service exceptions from DynamoDB service.</p>
@@ -259,20 +259,27 @@ declare const BatchGetItemCommand_base: {
259
259
  * @throws {@link InvalidEndpointException} (client fault)
260
260
  *
261
261
  * @throws {@link ProvisionedThroughputExceededException} (client fault)
262
- * <p>Your request rate is too high. The Amazon Web Services SDKs for DynamoDB
263
- * automatically retry requests that receive this exception. Your request is eventually
264
- * successful, unless your retry queue is too large to finish. Reduce the frequency of
265
- * requests and use exponential backoff. For more information, go to <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Programming.Errors.html#Programming.Errors.RetryAndBackoff">Error Retries and Exponential Backoff</a> in the <i>Amazon DynamoDB Developer Guide</i>.</p>
262
+ * <p>The request was denied due to request throttling. For detailed information about
263
+ * why the request was throttled and the ARN of the impacted resource, find the <a href="https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_ThrottlingReason.html">ThrottlingReason</a> field in the returned exception. The Amazon Web Services
264
+ * SDKs for DynamoDB automatically retry requests that receive this exception.
265
+ * Your request is eventually successful, unless your retry queue is too large to finish.
266
+ * Reduce the frequency of requests and use exponential backoff. For more information, go
267
+ * to <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Programming.Errors.html#Programming.Errors.RetryAndBackoff">Error Retries and Exponential Backoff</a> in the <i>Amazon DynamoDB Developer Guide</i>.</p>
266
268
  *
267
269
  * @throws {@link RequestLimitExceeded} (client fault)
268
- * <p>Throughput exceeds the current throughput quota for your account. Please contact
269
- * <a href="https://aws.amazon.com/support">Amazon Web ServicesSupport</a> to request a
270
- * quota increase.</p>
270
+ * <p>Throughput exceeds the current throughput quota for your account. For detailed
271
+ * information about why the request was throttled and the ARN of the impacted resource,
272
+ * find the <a href="https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_ThrottlingReason.html">ThrottlingReason</a> field in the returned exception. Contact <a href="https://aws.amazon.com/support">Amazon Web ServicesSupport</a> to request a quota
273
+ * increase.</p>
271
274
  *
272
275
  * @throws {@link ResourceNotFoundException} (client fault)
273
276
  * <p>The operation tried to access a nonexistent table or index. The resource might not
274
277
  * be specified correctly, or its status might not be <code>ACTIVE</code>.</p>
275
278
  *
279
+ * @throws {@link ThrottlingException} (client fault)
280
+ * <p>The request was denied due to request throttling. For detailed information about why
281
+ * the request was throttled and the ARN of the impacted resource, find the <a href="https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_ThrottlingReason.html">ThrottlingReason</a> field in the returned exception.</p>
282
+ *
276
283
  * @throws {@link DynamoDBServiceException}
277
284
  * <p>Base exception class for all service exceptions from DynamoDB service.</p>
278
285
  *
@@ -305,24 +305,31 @@ declare const BatchWriteItemCommand_base: {
305
305
  * have one or more local secondary indexes.</p>
306
306
  *
307
307
  * @throws {@link ProvisionedThroughputExceededException} (client fault)
308
- * <p>Your request rate is too high. The Amazon Web Services SDKs for DynamoDB
309
- * automatically retry requests that receive this exception. Your request is eventually
310
- * successful, unless your retry queue is too large to finish. Reduce the frequency of
311
- * requests and use exponential backoff. For more information, go to <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Programming.Errors.html#Programming.Errors.RetryAndBackoff">Error Retries and Exponential Backoff</a> in the <i>Amazon DynamoDB Developer Guide</i>.</p>
308
+ * <p>The request was denied due to request throttling. For detailed information about
309
+ * why the request was throttled and the ARN of the impacted resource, find the <a href="https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_ThrottlingReason.html">ThrottlingReason</a> field in the returned exception. The Amazon Web Services
310
+ * SDKs for DynamoDB automatically retry requests that receive this exception.
311
+ * Your request is eventually successful, unless your retry queue is too large to finish.
312
+ * Reduce the frequency of requests and use exponential backoff. For more information, go
313
+ * to <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Programming.Errors.html#Programming.Errors.RetryAndBackoff">Error Retries and Exponential Backoff</a> in the <i>Amazon DynamoDB Developer Guide</i>.</p>
312
314
  *
313
315
  * @throws {@link ReplicatedWriteConflictException} (client fault)
314
316
  * <p>The request was rejected because one or more items in the request are being modified
315
317
  * by a request in another Region. </p>
316
318
  *
317
319
  * @throws {@link RequestLimitExceeded} (client fault)
318
- * <p>Throughput exceeds the current throughput quota for your account. Please contact
319
- * <a href="https://aws.amazon.com/support">Amazon Web ServicesSupport</a> to request a
320
- * quota increase.</p>
320
+ * <p>Throughput exceeds the current throughput quota for your account. For detailed
321
+ * information about why the request was throttled and the ARN of the impacted resource,
322
+ * find the <a href="https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_ThrottlingReason.html">ThrottlingReason</a> field in the returned exception. Contact <a href="https://aws.amazon.com/support">Amazon Web ServicesSupport</a> to request a quota
323
+ * increase.</p>
321
324
  *
322
325
  * @throws {@link ResourceNotFoundException} (client fault)
323
326
  * <p>The operation tried to access a nonexistent table or index. The resource might not
324
327
  * be specified correctly, or its status might not be <code>ACTIVE</code>.</p>
325
328
  *
329
+ * @throws {@link ThrottlingException} (client fault)
330
+ * <p>The request was denied due to request throttling. For detailed information about why
331
+ * the request was throttled and the ARN of the impacted resource, find the <a href="https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_ThrottlingReason.html">ThrottlingReason</a> field in the returned exception.</p>
332
+ *
326
333
  * @throws {@link DynamoDBServiceException}
327
334
  * <p>Base exception class for all service exceptions from DynamoDB service.</p>
328
335
  *
@@ -218,24 +218,31 @@ declare const DeleteItemCommand_base: {
218
218
  * have one or more local secondary indexes.</p>
219
219
  *
220
220
  * @throws {@link ProvisionedThroughputExceededException} (client fault)
221
- * <p>Your request rate is too high. The Amazon Web Services SDKs for DynamoDB
222
- * automatically retry requests that receive this exception. Your request is eventually
223
- * successful, unless your retry queue is too large to finish. Reduce the frequency of
224
- * requests and use exponential backoff. For more information, go to <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Programming.Errors.html#Programming.Errors.RetryAndBackoff">Error Retries and Exponential Backoff</a> in the <i>Amazon DynamoDB Developer Guide</i>.</p>
221
+ * <p>The request was denied due to request throttling. For detailed information about
222
+ * why the request was throttled and the ARN of the impacted resource, find the <a href="https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_ThrottlingReason.html">ThrottlingReason</a> field in the returned exception. The Amazon Web Services
223
+ * SDKs for DynamoDB automatically retry requests that receive this exception.
224
+ * Your request is eventually successful, unless your retry queue is too large to finish.
225
+ * Reduce the frequency of requests and use exponential backoff. For more information, go
226
+ * to <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Programming.Errors.html#Programming.Errors.RetryAndBackoff">Error Retries and Exponential Backoff</a> in the <i>Amazon DynamoDB Developer Guide</i>.</p>
225
227
  *
226
228
  * @throws {@link ReplicatedWriteConflictException} (client fault)
227
229
  * <p>The request was rejected because one or more items in the request are being modified
228
230
  * by a request in another Region. </p>
229
231
  *
230
232
  * @throws {@link RequestLimitExceeded} (client fault)
231
- * <p>Throughput exceeds the current throughput quota for your account. Please contact
232
- * <a href="https://aws.amazon.com/support">Amazon Web ServicesSupport</a> to request a
233
- * quota increase.</p>
233
+ * <p>Throughput exceeds the current throughput quota for your account. For detailed
234
+ * information about why the request was throttled and the ARN of the impacted resource,
235
+ * find the <a href="https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_ThrottlingReason.html">ThrottlingReason</a> field in the returned exception. Contact <a href="https://aws.amazon.com/support">Amazon Web ServicesSupport</a> to request a quota
236
+ * increase.</p>
234
237
  *
235
238
  * @throws {@link ResourceNotFoundException} (client fault)
236
239
  * <p>The operation tried to access a nonexistent table or index. The resource might not
237
240
  * be specified correctly, or its status might not be <code>ACTIVE</code>.</p>
238
241
  *
242
+ * @throws {@link ThrottlingException} (client fault)
243
+ * <p>The request was denied due to request throttling. For detailed information about why
244
+ * the request was throttled and the ARN of the impacted resource, find the <a href="https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_ThrottlingReason.html">ThrottlingReason</a> field in the returned exception.</p>
245
+ *
239
246
  * @throws {@link TransactionConflictException} (client fault)
240
247
  * <p>Operation was rejected because there is an ongoing transaction for the
241
248
  * item.</p>
@@ -53,6 +53,7 @@ declare const DescribeContributorInsightsCommand_base: {
53
53
  * // ExceptionName: "STRING_VALUE",
54
54
  * // ExceptionDescription: "STRING_VALUE",
55
55
  * // },
56
+ * // ContributorInsightsMode: "ACCESSED_AND_THROTTLED_KEYS" || "THROTTLED_KEYS",
56
57
  * // };
57
58
  *
58
59
  * ```
@@ -203,20 +203,27 @@ declare const ExecuteStatementCommand_base: {
203
203
  * have one or more local secondary indexes.</p>
204
204
  *
205
205
  * @throws {@link ProvisionedThroughputExceededException} (client fault)
206
- * <p>Your request rate is too high. The Amazon Web Services SDKs for DynamoDB
207
- * automatically retry requests that receive this exception. Your request is eventually
208
- * successful, unless your retry queue is too large to finish. Reduce the frequency of
209
- * requests and use exponential backoff. For more information, go to <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Programming.Errors.html#Programming.Errors.RetryAndBackoff">Error Retries and Exponential Backoff</a> in the <i>Amazon DynamoDB Developer Guide</i>.</p>
206
+ * <p>The request was denied due to request throttling. For detailed information about
207
+ * why the request was throttled and the ARN of the impacted resource, find the <a href="https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_ThrottlingReason.html">ThrottlingReason</a> field in the returned exception. The Amazon Web Services
208
+ * SDKs for DynamoDB automatically retry requests that receive this exception.
209
+ * Your request is eventually successful, unless your retry queue is too large to finish.
210
+ * Reduce the frequency of requests and use exponential backoff. For more information, go
211
+ * to <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Programming.Errors.html#Programming.Errors.RetryAndBackoff">Error Retries and Exponential Backoff</a> in the <i>Amazon DynamoDB Developer Guide</i>.</p>
210
212
  *
211
213
  * @throws {@link RequestLimitExceeded} (client fault)
212
- * <p>Throughput exceeds the current throughput quota for your account. Please contact
213
- * <a href="https://aws.amazon.com/support">Amazon Web ServicesSupport</a> to request a
214
- * quota increase.</p>
214
+ * <p>Throughput exceeds the current throughput quota for your account. For detailed
215
+ * information about why the request was throttled and the ARN of the impacted resource,
216
+ * find the <a href="https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_ThrottlingReason.html">ThrottlingReason</a> field in the returned exception. Contact <a href="https://aws.amazon.com/support">Amazon Web ServicesSupport</a> to request a quota
217
+ * increase.</p>
215
218
  *
216
219
  * @throws {@link ResourceNotFoundException} (client fault)
217
220
  * <p>The operation tried to access a nonexistent table or index. The resource might not
218
221
  * be specified correctly, or its status might not be <code>ACTIVE</code>.</p>
219
222
  *
223
+ * @throws {@link ThrottlingException} (client fault)
224
+ * <p>The request was denied due to request throttling. For detailed information about why
225
+ * the request was throttled and the ARN of the impacted resource, find the <a href="https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_ThrottlingReason.html">ThrottlingReason</a> field in the returned exception.</p>
226
+ *
220
227
  * @throws {@link TransactionConflictException} (client fault)
221
228
  * <p>Operation was rejected because there is an ongoing transaction for the
222
229
  * item.</p>
@@ -193,20 +193,27 @@ declare const ExecuteTransactionCommand_base: {
193
193
  * <p>An error occurred on the server side.</p>
194
194
  *
195
195
  * @throws {@link ProvisionedThroughputExceededException} (client fault)
196
- * <p>Your request rate is too high. The Amazon Web Services SDKs for DynamoDB
197
- * automatically retry requests that receive this exception. Your request is eventually
198
- * successful, unless your retry queue is too large to finish. Reduce the frequency of
199
- * requests and use exponential backoff. For more information, go to <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Programming.Errors.html#Programming.Errors.RetryAndBackoff">Error Retries and Exponential Backoff</a> in the <i>Amazon DynamoDB Developer Guide</i>.</p>
196
+ * <p>The request was denied due to request throttling. For detailed information about
197
+ * why the request was throttled and the ARN of the impacted resource, find the <a href="https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_ThrottlingReason.html">ThrottlingReason</a> field in the returned exception. The Amazon Web Services
198
+ * SDKs for DynamoDB automatically retry requests that receive this exception.
199
+ * Your request is eventually successful, unless your retry queue is too large to finish.
200
+ * Reduce the frequency of requests and use exponential backoff. For more information, go
201
+ * to <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Programming.Errors.html#Programming.Errors.RetryAndBackoff">Error Retries and Exponential Backoff</a> in the <i>Amazon DynamoDB Developer Guide</i>.</p>
200
202
  *
201
203
  * @throws {@link RequestLimitExceeded} (client fault)
202
- * <p>Throughput exceeds the current throughput quota for your account. Please contact
203
- * <a href="https://aws.amazon.com/support">Amazon Web ServicesSupport</a> to request a
204
- * quota increase.</p>
204
+ * <p>Throughput exceeds the current throughput quota for your account. For detailed
205
+ * information about why the request was throttled and the ARN of the impacted resource,
206
+ * find the <a href="https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_ThrottlingReason.html">ThrottlingReason</a> field in the returned exception. Contact <a href="https://aws.amazon.com/support">Amazon Web ServicesSupport</a> to request a quota
207
+ * increase.</p>
205
208
  *
206
209
  * @throws {@link ResourceNotFoundException} (client fault)
207
210
  * <p>The operation tried to access a nonexistent table or index. The resource might not
208
211
  * be specified correctly, or its status might not be <code>ACTIVE</code>.</p>
209
212
  *
213
+ * @throws {@link ThrottlingException} (client fault)
214
+ * <p>The request was denied due to request throttling. For detailed information about why
215
+ * the request was throttled and the ARN of the impacted resource, find the <a href="https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_ThrottlingReason.html">ThrottlingReason</a> field in the returned exception.</p>
216
+ *
210
217
  * @throws {@link TransactionCanceledException} (client fault)
211
218
  * <p>The entire transaction request was canceled.</p>
212
219
  * <p>DynamoDB cancels a <code>TransactWriteItems</code> request under the following
@@ -187,20 +187,27 @@ declare const GetItemCommand_base: {
187
187
  * @throws {@link InvalidEndpointException} (client fault)
188
188
  *
189
189
  * @throws {@link ProvisionedThroughputExceededException} (client fault)
190
- * <p>Your request rate is too high. The Amazon Web Services SDKs for DynamoDB
191
- * automatically retry requests that receive this exception. Your request is eventually
192
- * successful, unless your retry queue is too large to finish. Reduce the frequency of
193
- * requests and use exponential backoff. For more information, go to <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Programming.Errors.html#Programming.Errors.RetryAndBackoff">Error Retries and Exponential Backoff</a> in the <i>Amazon DynamoDB Developer Guide</i>.</p>
190
+ * <p>The request was denied due to request throttling. For detailed information about
191
+ * why the request was throttled and the ARN of the impacted resource, find the <a href="https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_ThrottlingReason.html">ThrottlingReason</a> field in the returned exception. The Amazon Web Services
192
+ * SDKs for DynamoDB automatically retry requests that receive this exception.
193
+ * Your request is eventually successful, unless your retry queue is too large to finish.
194
+ * Reduce the frequency of requests and use exponential backoff. For more information, go
195
+ * to <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Programming.Errors.html#Programming.Errors.RetryAndBackoff">Error Retries and Exponential Backoff</a> in the <i>Amazon DynamoDB Developer Guide</i>.</p>
194
196
  *
195
197
  * @throws {@link RequestLimitExceeded} (client fault)
196
- * <p>Throughput exceeds the current throughput quota for your account. Please contact
197
- * <a href="https://aws.amazon.com/support">Amazon Web ServicesSupport</a> to request a
198
- * quota increase.</p>
198
+ * <p>Throughput exceeds the current throughput quota for your account. For detailed
199
+ * information about why the request was throttled and the ARN of the impacted resource,
200
+ * find the <a href="https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_ThrottlingReason.html">ThrottlingReason</a> field in the returned exception. Contact <a href="https://aws.amazon.com/support">Amazon Web ServicesSupport</a> to request a quota
201
+ * increase.</p>
199
202
  *
200
203
  * @throws {@link ResourceNotFoundException} (client fault)
201
204
  * <p>The operation tried to access a nonexistent table or index. The resource might not
202
205
  * be specified correctly, or its status might not be <code>ACTIVE</code>.</p>
203
206
  *
207
+ * @throws {@link ThrottlingException} (client fault)
208
+ * <p>The request was denied due to request throttling. For detailed information about why
209
+ * the request was throttled and the ARN of the impacted resource, find the <a href="https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_ThrottlingReason.html">ThrottlingReason</a> field in the returned exception.</p>
210
+ *
204
211
  * @throws {@link DynamoDBServiceException}
205
212
  * <p>Base exception class for all service exceptions from DynamoDB service.</p>
206
213
  *
@@ -48,6 +48,7 @@ declare const ListContributorInsightsCommand_base: {
48
48
  * // TableName: "STRING_VALUE",
49
49
  * // IndexName: "STRING_VALUE",
50
50
  * // ContributorInsightsStatus: "ENABLING" || "ENABLED" || "DISABLING" || "DISABLED" || "FAILED",
51
+ * // ContributorInsightsMode: "ACCESSED_AND_THROTTLED_KEYS" || "THROTTLED_KEYS",
51
52
  * // },
52
53
  * // ],
53
54
  * // NextToken: "STRING_VALUE",
@@ -228,24 +228,31 @@ declare const PutItemCommand_base: {
228
228
  * have one or more local secondary indexes.</p>
229
229
  *
230
230
  * @throws {@link ProvisionedThroughputExceededException} (client fault)
231
- * <p>Your request rate is too high. The Amazon Web Services SDKs for DynamoDB
232
- * automatically retry requests that receive this exception. Your request is eventually
233
- * successful, unless your retry queue is too large to finish. Reduce the frequency of
234
- * requests and use exponential backoff. For more information, go to <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Programming.Errors.html#Programming.Errors.RetryAndBackoff">Error Retries and Exponential Backoff</a> in the <i>Amazon DynamoDB Developer Guide</i>.</p>
231
+ * <p>The request was denied due to request throttling. For detailed information about
232
+ * why the request was throttled and the ARN of the impacted resource, find the <a href="https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_ThrottlingReason.html">ThrottlingReason</a> field in the returned exception. The Amazon Web Services
233
+ * SDKs for DynamoDB automatically retry requests that receive this exception.
234
+ * Your request is eventually successful, unless your retry queue is too large to finish.
235
+ * Reduce the frequency of requests and use exponential backoff. For more information, go
236
+ * to <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Programming.Errors.html#Programming.Errors.RetryAndBackoff">Error Retries and Exponential Backoff</a> in the <i>Amazon DynamoDB Developer Guide</i>.</p>
235
237
  *
236
238
  * @throws {@link ReplicatedWriteConflictException} (client fault)
237
239
  * <p>The request was rejected because one or more items in the request are being modified
238
240
  * by a request in another Region. </p>
239
241
  *
240
242
  * @throws {@link RequestLimitExceeded} (client fault)
241
- * <p>Throughput exceeds the current throughput quota for your account. Please contact
242
- * <a href="https://aws.amazon.com/support">Amazon Web ServicesSupport</a> to request a
243
- * quota increase.</p>
243
+ * <p>Throughput exceeds the current throughput quota for your account. For detailed
244
+ * information about why the request was throttled and the ARN of the impacted resource,
245
+ * find the <a href="https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_ThrottlingReason.html">ThrottlingReason</a> field in the returned exception. Contact <a href="https://aws.amazon.com/support">Amazon Web ServicesSupport</a> to request a quota
246
+ * increase.</p>
244
247
  *
245
248
  * @throws {@link ResourceNotFoundException} (client fault)
246
249
  * <p>The operation tried to access a nonexistent table or index. The resource might not
247
250
  * be specified correctly, or its status might not be <code>ACTIVE</code>.</p>
248
251
  *
252
+ * @throws {@link ThrottlingException} (client fault)
253
+ * <p>The request was denied due to request throttling. For detailed information about why
254
+ * the request was throttled and the ARN of the impacted resource, find the <a href="https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_ThrottlingReason.html">ThrottlingReason</a> field in the returned exception.</p>
255
+ *
249
256
  * @throws {@link TransactionConflictException} (client fault)
250
257
  * <p>Operation was rejected because there is an ongoing transaction for the
251
258
  * item.</p>