@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.
- package/.jsii +10 -10
- package/assets/webapp/auth/auth.lambda/index.js +47 -66
- package/assets/webapp/login/login.lambda/index.js +2 -21
- package/assets/webapp/logout/logout.lambda/index.js +2 -2
- package/lib/webapp/Criticality.js +1 -1
- package/lib/webapp/Webapp.js +1 -1
- package/lib/webapp/Webpage.js +1 -1
- package/lib/webapp/util/Files.js +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/index.js +63 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/models/index.js +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/models/models_0.js +22 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/models/models_1.js +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/protocols/Aws_json1_0.js +14 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/BatchExecuteStatementCommand.d.ts +8 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/BatchGetItemCommand.d.ts +14 -7
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/BatchWriteItemCommand.d.ts +14 -7
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteItemCommand.d.ts +14 -7
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeContributorInsightsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ExecuteStatementCommand.d.ts +14 -7
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ExecuteTransactionCommand.d.ts +14 -7
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/GetItemCommand.d.ts +14 -7
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListContributorInsightsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/PutItemCommand.d.ts +14 -7
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/QueryCommand.d.ts +14 -7
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ScanCommand.d.ts +14 -7
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/TransactGetItemsCommand.d.ts +14 -7
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/TransactWriteItemsCommand.d.ts +16 -8
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateContributorInsightsCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateItemCommand.d.ts +14 -7
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/models_0.d.ts +151 -79
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/models_1.d.ts +73 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/TransactWriteItemsCommand.d.ts +2 -4
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/models_0.d.ts +24 -6
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/models_1.d.ts +11 -0
- package/node_modules/@aws-sdk/client-dynamodb/package.json +35 -35
- package/node_modules/@aws-sdk/client-s3/package.json +50 -50
- package/node_modules/@aws-sdk/client-secrets-manager/package.json +33 -33
- package/node_modules/@aws-sdk/client-ssm/package.json +34 -34
- package/node_modules/@aws-sdk/client-sso/package.json +32 -32
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +73 -25
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_0Protocol.js +5 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_1Protocol.js +5 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +4 -3
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +5 -2
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +11 -7
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReplacer.js +1 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +3 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +6 -2
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +6 -3
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +11 -7
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +6 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +6 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +3 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +4 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +4 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +4 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_0Protocol.d.ts +8 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_1Protocol.d.ts +8 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +8 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsQueryProtocol.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +1 -0
- package/node_modules/@aws-sdk/core/package.json +12 -12
- package/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-http/package.json +10 -10
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +13 -13
- package/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
- package/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +6 -6
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/package.json +5 -5
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/package.json +5 -5
- package/node_modules/@aws-sdk/middleware-expect-continue/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +9 -9
- package/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-location-constraint/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +11 -11
- package/node_modules/@aws-sdk/middleware-ssec/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -7
- package/node_modules/@aws-sdk/nested-clients/package.json +32 -32
- package/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
- package/node_modules/@aws-sdk/s3-request-presigner/package.json +10 -10
- package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +6 -6
- package/node_modules/@aws-sdk/token-providers/package.json +10 -8
- package/node_modules/@aws-sdk/types/package.json +2 -2
- package/node_modules/@aws-sdk/util-endpoints/package.json +5 -5
- package/node_modules/@aws-sdk/util-format-url/package.json +4 -4
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
- package/node_modules/@aws-sdk/xml-builder/package.json +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/.jsii +82 -4
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/lib/index.js +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/.jsii +84 -6
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/bedrock-inference-helper.js +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cloudfront-distribution-defaults.d.ts +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cloudfront-distribution-defaults.js +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cloudfront-distribution-helper.d.ts +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cloudfront-distribution-helper.js +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kendra-helper.js +4 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/waf-helper.js +5 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/package.json +3 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/TwoLogGroups.json +365 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/bedrock-inference-helper.test.js +2 -6
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/lambda/index.js +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/pipes-helper.test.js +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/step-function-helper.test.js +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/test-helper.d.ts +6 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/test-helper.js +84 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/waf-helper.test.js +35 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/package.json +6 -6
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js +2 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js +2 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/cdk.out +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/integ.json +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/lamddb-deployFunctionWithExistingVpc.assets.json +6 -6
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/lamddb-deployFunctionWithExistingVpc.template.json +1 -136
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/lamddbdeployFunctionWithExistingVpcIntegDefaultTestDeployAssertEE08E38E.assets.json +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/manifest.json +475 -10
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/tree.json +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js +2 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/cdk.out +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/integ.json +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/lamddb-deployFunctionWithVpc.assets.json +6 -6
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/lamddb-deployFunctionWithVpc.template.json +1 -136
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/lamddbdeployFunctionWithVpcIntegDefaultTestDeployAssert0AB8275C.assets.json +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/manifest.json +475 -10
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/tree.json +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js +2 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js +2 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js +2 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js +2 -1
- package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/package.json +8 -8
- package/node_modules/@gemeentenijmegen/apiclient/package.json +7 -7
- package/node_modules/@gemeentenijmegen/apigateway-http/package.json +4 -4
- package/node_modules/@gemeentenijmegen/session/package.json +5 -5
- package/node_modules/@gemeentenijmegen/utils/package.json +7 -7
- package/node_modules/@smithy/abort-controller/package.json +2 -2
- package/node_modules/@smithy/config-resolver/package.json +4 -4
- package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +77 -38
- package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +88 -85
- package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +12 -0
- package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +6 -51
- package/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +77 -41
- package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +95 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +7 -95
- package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +9 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/copyDocumentWithTransform.js +1 -53
- package/node_modules/@smithy/core/dist-es/submodules/serde/generateIdempotencyToken.js +2 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/index.js +1 -0
- package/node_modules/@smithy/core/dist-types/submodules/cbor/CborCodec.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +9 -1
- package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +3 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/copyDocumentWithTransform.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/generateIdempotencyToken.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/index.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/CborCodec.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +9 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +3 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/copyDocumentWithTransform.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/generateIdempotencyToken.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/index.d.ts +1 -0
- package/node_modules/@smithy/core/package.json +9 -7
- package/node_modules/@smithy/credential-provider-imds/package.json +5 -5
- package/node_modules/@smithy/eventstream-codec/package.json +2 -2
- package/node_modules/@smithy/eventstream-serde-browser/package.json +3 -3
- package/node_modules/@smithy/eventstream-serde-config-resolver/package.json +2 -2
- package/node_modules/@smithy/eventstream-serde-node/package.json +3 -3
- package/node_modules/@smithy/eventstream-serde-universal/package.json +3 -3
- package/node_modules/@smithy/fetch-http-handler/package.json +5 -5
- package/node_modules/@smithy/hash-blob-browser/package.json +2 -2
- package/node_modules/@smithy/hash-node/package.json +2 -2
- package/node_modules/@smithy/hash-stream-node/package.json +2 -2
- package/node_modules/@smithy/invalid-dependency/package.json +2 -2
- package/node_modules/@smithy/md5-js/package.json +2 -2
- package/node_modules/@smithy/middleware-content-length/package.json +3 -3
- package/node_modules/@smithy/middleware-endpoint/package.json +8 -8
- package/node_modules/@smithy/middleware-retry/package.json +9 -9
- package/node_modules/@smithy/middleware-serde/package.json +3 -3
- package/node_modules/@smithy/middleware-stack/package.json +2 -2
- package/node_modules/@smithy/node-config-provider/package.json +4 -4
- package/node_modules/@smithy/node-http-handler/package.json +5 -5
- package/node_modules/@smithy/property-provider/package.json +2 -2
- package/node_modules/@smithy/protocol-http/package.json +2 -2
- package/node_modules/@smithy/querystring-builder/package.json +2 -2
- package/node_modules/@smithy/querystring-parser/package.json +2 -2
- package/node_modules/@smithy/service-error-classification/package.json +2 -2
- package/node_modules/@smithy/shared-ini-file-loader/package.json +2 -2
- package/node_modules/@smithy/signature-v4/package.json +4 -4
- package/node_modules/@smithy/smithy-client/dist-cjs/index.js +1 -0
- package/node_modules/@smithy/smithy-client/package.json +7 -7
- package/node_modules/@smithy/types/dist-types/schema/schema.d.ts +1 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +1 -0
- package/node_modules/@smithy/types/package.json +1 -1
- package/node_modules/@smithy/url-parser/package.json +3 -3
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
- package/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
- package/node_modules/@smithy/util-endpoints/package.json +3 -3
- package/node_modules/@smithy/util-middleware/package.json +2 -2
- package/node_modules/@smithy/util-retry/package.json +3 -3
- package/node_modules/@smithy/util-stream/package.json +4 -4
- package/node_modules/@smithy/util-waiter/package.json +3 -3
- package/node_modules/bowser/CHANGELOG.md +1 -1
- package/node_modules/bowser/README.md +2 -4
- package/node_modules/bowser/bundled.js +1 -1
- package/node_modules/bowser/es5.js +1 -1
- package/node_modules/bowser/index.d.ts +72 -7
- package/node_modules/bowser/package.json +4 -3
- package/node_modules/bowser/src/constants.js +3 -0
- package/node_modules/bowser/src/parser-browsers.js +15 -0
- package/node_modules/bowser/src/parser-platforms.js +17 -1
- package/node_modules/bowser/src/parser.js +20 -5
- package/node_modules/bowser/src/utils.js +2 -2
- package/node_modules/follow-redirects/package.json +1 -1
- package/node_modules/oidc-token-hash/README.md +1 -0
- package/node_modules/oidc-token-hash/lib/index.js +0 -10
- package/node_modules/oidc-token-hash/package.json +1 -1
- package/package.json +16 -16
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +0 -21
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/asset.7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200/__entrypoint__.js +0 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/asset.7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200/index.js +0 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +0 -21
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/asset.7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200/__entrypoint__.js +0 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/asset.7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200/index.js +0 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +0 -21
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +0 -21
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +0 -21
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +0 -21
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +0 -21
- 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,
|
|
@@ -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",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -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,
|
package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/BatchExecuteStatementCommand.d.ts
CHANGED
|
@@ -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.
|
|
206
|
-
*
|
|
207
|
-
*
|
|
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>
|
|
263
|
-
*
|
|
264
|
-
*
|
|
265
|
-
*
|
|
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.
|
|
269
|
-
*
|
|
270
|
-
*
|
|
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
|
*
|
package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/BatchWriteItemCommand.d.ts
CHANGED
|
@@ -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>
|
|
309
|
-
*
|
|
310
|
-
*
|
|
311
|
-
*
|
|
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.
|
|
319
|
-
*
|
|
320
|
-
*
|
|
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>
|
|
222
|
-
*
|
|
223
|
-
*
|
|
224
|
-
*
|
|
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.
|
|
232
|
-
*
|
|
233
|
-
*
|
|
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>
|
package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ExecuteStatementCommand.d.ts
CHANGED
|
@@ -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>
|
|
207
|
-
*
|
|
208
|
-
*
|
|
209
|
-
*
|
|
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.
|
|
213
|
-
*
|
|
214
|
-
*
|
|
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>
|
package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ExecuteTransactionCommand.d.ts
CHANGED
|
@@ -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>
|
|
197
|
-
*
|
|
198
|
-
*
|
|
199
|
-
*
|
|
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.
|
|
203
|
-
*
|
|
204
|
-
*
|
|
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>
|
|
191
|
-
*
|
|
192
|
-
*
|
|
193
|
-
*
|
|
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.
|
|
197
|
-
*
|
|
198
|
-
*
|
|
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>
|
|
232
|
-
*
|
|
233
|
-
*
|
|
234
|
-
*
|
|
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.
|
|
242
|
-
*
|
|
243
|
-
*
|
|
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>
|