@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
|
@@ -263,20 +263,27 @@ declare const QueryCommand_base: {
|
|
|
263
263
|
* @throws {@link InvalidEndpointException} (client fault)
|
|
264
264
|
*
|
|
265
265
|
* @throws {@link ProvisionedThroughputExceededException} (client fault)
|
|
266
|
-
* <p>
|
|
267
|
-
*
|
|
268
|
-
*
|
|
269
|
-
*
|
|
266
|
+
* <p>The request was denied due to request throttling. For detailed information about
|
|
267
|
+
* 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
|
|
268
|
+
* SDKs for DynamoDB automatically retry requests that receive this exception.
|
|
269
|
+
* Your request is eventually successful, unless your retry queue is too large to finish.
|
|
270
|
+
* Reduce the frequency of requests and use exponential backoff. For more information, go
|
|
271
|
+
* 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>
|
|
270
272
|
*
|
|
271
273
|
* @throws {@link RequestLimitExceeded} (client fault)
|
|
272
|
-
* <p>Throughput exceeds the current throughput quota for your account.
|
|
273
|
-
*
|
|
274
|
-
*
|
|
274
|
+
* <p>Throughput exceeds the current throughput quota for your account. For detailed
|
|
275
|
+
* information about why the request was throttled and the ARN of the impacted resource,
|
|
276
|
+
* 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
|
|
277
|
+
* increase.</p>
|
|
275
278
|
*
|
|
276
279
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
277
280
|
* <p>The operation tried to access a nonexistent table or index. The resource might not
|
|
278
281
|
* be specified correctly, or its status might not be <code>ACTIVE</code>.</p>
|
|
279
282
|
*
|
|
283
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
284
|
+
* <p>The request was denied due to request throttling. For detailed information about why
|
|
285
|
+
* 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>
|
|
286
|
+
*
|
|
280
287
|
* @throws {@link DynamoDBServiceException}
|
|
281
288
|
* <p>Base exception class for all service exceptions from DynamoDB service.</p>
|
|
282
289
|
*
|
|
@@ -247,20 +247,27 @@ declare const ScanCommand_base: {
|
|
|
247
247
|
* @throws {@link InvalidEndpointException} (client fault)
|
|
248
248
|
*
|
|
249
249
|
* @throws {@link ProvisionedThroughputExceededException} (client fault)
|
|
250
|
-
* <p>
|
|
251
|
-
*
|
|
252
|
-
*
|
|
253
|
-
*
|
|
250
|
+
* <p>The request was denied due to request throttling. For detailed information about
|
|
251
|
+
* 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
|
|
252
|
+
* SDKs for DynamoDB automatically retry requests that receive this exception.
|
|
253
|
+
* Your request is eventually successful, unless your retry queue is too large to finish.
|
|
254
|
+
* Reduce the frequency of requests and use exponential backoff. For more information, go
|
|
255
|
+
* 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>
|
|
254
256
|
*
|
|
255
257
|
* @throws {@link RequestLimitExceeded} (client fault)
|
|
256
|
-
* <p>Throughput exceeds the current throughput quota for your account.
|
|
257
|
-
*
|
|
258
|
-
*
|
|
258
|
+
* <p>Throughput exceeds the current throughput quota for your account. For detailed
|
|
259
|
+
* information about why the request was throttled and the ARN of the impacted resource,
|
|
260
|
+
* 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
|
|
261
|
+
* increase.</p>
|
|
259
262
|
*
|
|
260
263
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
261
264
|
* <p>The operation tried to access a nonexistent table or index. The resource might not
|
|
262
265
|
* be specified correctly, or its status might not be <code>ACTIVE</code>.</p>
|
|
263
266
|
*
|
|
267
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
268
|
+
* <p>The request was denied due to request throttling. For detailed information about why
|
|
269
|
+
* 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>
|
|
270
|
+
*
|
|
264
271
|
* @throws {@link DynamoDBServiceException}
|
|
265
272
|
* <p>Base exception class for all service exceptions from DynamoDB service.</p>
|
|
266
273
|
*
|
package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/TransactGetItemsCommand.d.ts
CHANGED
|
@@ -214,20 +214,27 @@ declare const TransactGetItemsCommand_base: {
|
|
|
214
214
|
* @throws {@link InvalidEndpointException} (client fault)
|
|
215
215
|
*
|
|
216
216
|
* @throws {@link ProvisionedThroughputExceededException} (client fault)
|
|
217
|
-
* <p>
|
|
218
|
-
*
|
|
219
|
-
*
|
|
220
|
-
*
|
|
217
|
+
* <p>The request was denied due to request throttling. For detailed information about
|
|
218
|
+
* 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
|
|
219
|
+
* SDKs for DynamoDB automatically retry requests that receive this exception.
|
|
220
|
+
* Your request is eventually successful, unless your retry queue is too large to finish.
|
|
221
|
+
* Reduce the frequency of requests and use exponential backoff. For more information, go
|
|
222
|
+
* 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
223
|
*
|
|
222
224
|
* @throws {@link RequestLimitExceeded} (client fault)
|
|
223
|
-
* <p>Throughput exceeds the current throughput quota for your account.
|
|
224
|
-
*
|
|
225
|
-
*
|
|
225
|
+
* <p>Throughput exceeds the current throughput quota for your account. For detailed
|
|
226
|
+
* information about why the request was throttled and the ARN of the impacted resource,
|
|
227
|
+
* 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
|
|
228
|
+
* increase.</p>
|
|
226
229
|
*
|
|
227
230
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
228
231
|
* <p>The operation tried to access a nonexistent table or index. The resource might not
|
|
229
232
|
* be specified correctly, or its status might not be <code>ACTIVE</code>.</p>
|
|
230
233
|
*
|
|
234
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
235
|
+
* <p>The request was denied due to request throttling. For detailed information about why
|
|
236
|
+
* 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>
|
|
237
|
+
*
|
|
231
238
|
* @throws {@link TransactionCanceledException} (client fault)
|
|
232
239
|
* <p>The entire transaction request was canceled.</p>
|
|
233
240
|
* <p>DynamoDB cancels a <code>TransactWriteItems</code> request under the following
|
package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/TransactWriteItemsCommand.d.ts
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient";
|
|
4
|
-
import {
|
|
4
|
+
import { TransactWriteItemsOutput } from "../models/models_0";
|
|
5
|
+
import { TransactWriteItemsInput } from "../models/models_1";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
7
8
|
*/
|
|
@@ -318,20 +319,27 @@ declare const TransactWriteItemsCommand_base: {
|
|
|
318
319
|
* @throws {@link InvalidEndpointException} (client fault)
|
|
319
320
|
*
|
|
320
321
|
* @throws {@link ProvisionedThroughputExceededException} (client fault)
|
|
321
|
-
* <p>
|
|
322
|
-
*
|
|
323
|
-
*
|
|
324
|
-
*
|
|
322
|
+
* <p>The request was denied due to request throttling. For detailed information about
|
|
323
|
+
* 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
|
|
324
|
+
* SDKs for DynamoDB automatically retry requests that receive this exception.
|
|
325
|
+
* Your request is eventually successful, unless your retry queue is too large to finish.
|
|
326
|
+
* Reduce the frequency of requests and use exponential backoff. For more information, go
|
|
327
|
+
* 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>
|
|
325
328
|
*
|
|
326
329
|
* @throws {@link RequestLimitExceeded} (client fault)
|
|
327
|
-
* <p>Throughput exceeds the current throughput quota for your account.
|
|
328
|
-
*
|
|
329
|
-
*
|
|
330
|
+
* <p>Throughput exceeds the current throughput quota for your account. For detailed
|
|
331
|
+
* information about why the request was throttled and the ARN of the impacted resource,
|
|
332
|
+
* 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
|
|
333
|
+
* increase.</p>
|
|
330
334
|
*
|
|
331
335
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
332
336
|
* <p>The operation tried to access a nonexistent table or index. The resource might not
|
|
333
337
|
* be specified correctly, or its status might not be <code>ACTIVE</code>.</p>
|
|
334
338
|
*
|
|
339
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
340
|
+
* <p>The request was denied due to request throttling. For detailed information about why
|
|
341
|
+
* 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>
|
|
342
|
+
*
|
|
335
343
|
* @throws {@link TransactionCanceledException} (client fault)
|
|
336
344
|
* <p>The entire transaction request was canceled.</p>
|
|
337
345
|
* <p>DynamoDB cancels a <code>TransactWriteItems</code> request under the following
|
|
@@ -44,6 +44,7 @@ declare const UpdateContributorInsightsCommand_base: {
|
|
|
44
44
|
* TableName: "STRING_VALUE", // required
|
|
45
45
|
* IndexName: "STRING_VALUE",
|
|
46
46
|
* ContributorInsightsAction: "ENABLE" || "DISABLE", // required
|
|
47
|
+
* ContributorInsightsMode: "ACCESSED_AND_THROTTLED_KEYS" || "THROTTLED_KEYS",
|
|
47
48
|
* };
|
|
48
49
|
* const command = new UpdateContributorInsightsCommand(input);
|
|
49
50
|
* const response = await client.send(command);
|
|
@@ -51,6 +52,7 @@ declare const UpdateContributorInsightsCommand_base: {
|
|
|
51
52
|
* // TableName: "STRING_VALUE",
|
|
52
53
|
* // IndexName: "STRING_VALUE",
|
|
53
54
|
* // ContributorInsightsStatus: "ENABLING" || "ENABLED" || "DISABLING" || "DISABLED" || "FAILED",
|
|
55
|
+
* // ContributorInsightsMode: "ACCESSED_AND_THROTTLED_KEYS" || "THROTTLED_KEYS",
|
|
54
56
|
* // };
|
|
55
57
|
*
|
|
56
58
|
* ```
|
|
@@ -221,24 +221,31 @@ declare const UpdateItemCommand_base: {
|
|
|
221
221
|
* have one or more local secondary indexes.</p>
|
|
222
222
|
*
|
|
223
223
|
* @throws {@link ProvisionedThroughputExceededException} (client fault)
|
|
224
|
-
* <p>
|
|
225
|
-
*
|
|
226
|
-
*
|
|
227
|
-
*
|
|
224
|
+
* <p>The request was denied due to request throttling. For detailed information about
|
|
225
|
+
* 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
|
|
226
|
+
* SDKs for DynamoDB automatically retry requests that receive this exception.
|
|
227
|
+
* Your request is eventually successful, unless your retry queue is too large to finish.
|
|
228
|
+
* Reduce the frequency of requests and use exponential backoff. For more information, go
|
|
229
|
+
* 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>
|
|
228
230
|
*
|
|
229
231
|
* @throws {@link ReplicatedWriteConflictException} (client fault)
|
|
230
232
|
* <p>The request was rejected because one or more items in the request are being modified
|
|
231
233
|
* by a request in another Region. </p>
|
|
232
234
|
*
|
|
233
235
|
* @throws {@link RequestLimitExceeded} (client fault)
|
|
234
|
-
* <p>Throughput exceeds the current throughput quota for your account.
|
|
235
|
-
*
|
|
236
|
-
*
|
|
236
|
+
* <p>Throughput exceeds the current throughput quota for your account. For detailed
|
|
237
|
+
* information about why the request was throttled and the ARN of the impacted resource,
|
|
238
|
+
* 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
|
|
239
|
+
* increase.</p>
|
|
237
240
|
*
|
|
238
241
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
239
242
|
* <p>The operation tried to access a nonexistent table or index. The resource might not
|
|
240
243
|
* be specified correctly, or its status might not be <code>ACTIVE</code>.</p>
|
|
241
244
|
*
|
|
245
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
246
|
+
* <p>The request was denied due to request throttling. For detailed information about why
|
|
247
|
+
* 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>
|
|
248
|
+
*
|
|
242
249
|
* @throws {@link TransactionConflictException} (client fault)
|
|
243
250
|
* <p>Operation was rejected because there is an ongoing transaction for the
|
|
244
251
|
* item.</p>
|
|
@@ -1188,19 +1188,116 @@ export declare class InternalServerError extends __BaseException {
|
|
|
1188
1188
|
constructor(opts: __ExceptionOptionType<InternalServerError, __BaseException>);
|
|
1189
1189
|
}
|
|
1190
1190
|
/**
|
|
1191
|
-
* <p>
|
|
1192
|
-
*
|
|
1193
|
-
*
|
|
1191
|
+
* <p>Represents the specific reason why a DynamoDB request was throttled and the
|
|
1192
|
+
* ARN of the impacted resource. This helps identify exactly what resource is being throttled,
|
|
1193
|
+
* what type of operation caused it, and why the throttling occurred.</p>
|
|
1194
|
+
* @public
|
|
1195
|
+
*/
|
|
1196
|
+
export interface ThrottlingReason {
|
|
1197
|
+
/**
|
|
1198
|
+
* <p>The reason for throttling. The throttling reason follows a specific format:
|
|
1199
|
+
* <code>ResourceType+OperationType+LimitType</code>:</p>
|
|
1200
|
+
* <ul>
|
|
1201
|
+
* <li>
|
|
1202
|
+
* <p>Resource Type (What is being throttled): Table or Index</p>
|
|
1203
|
+
* </li>
|
|
1204
|
+
* <li>
|
|
1205
|
+
* <p>Operation Type (What kind of operation): Read or Write</p>
|
|
1206
|
+
* </li>
|
|
1207
|
+
* <li>
|
|
1208
|
+
* <p>Limit Type (Why the throttling occurred):</p>
|
|
1209
|
+
* <ul>
|
|
1210
|
+
* <li>
|
|
1211
|
+
* <p>
|
|
1212
|
+
* <code>ProvisionedThroughputExceeded</code>: The request rate is
|
|
1213
|
+
* exceeding the <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/provisioned-capacity-mode.html">provisioned throughput capacity</a> (read or write capacity
|
|
1214
|
+
* units) configured for a table or a global secondary index (GSI) in
|
|
1215
|
+
* provisioned capacity mode.</p>
|
|
1216
|
+
* </li>
|
|
1217
|
+
* <li>
|
|
1218
|
+
* <p>
|
|
1219
|
+
* <code>AccountLimitExceeded</code>: The request rate has caused a table
|
|
1220
|
+
* or global secondary index (GSI) in on-demand mode to exceed the <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/ServiceQuotas.html#default-limits-throughput">per-table account-level service quotas</a> for read/write
|
|
1221
|
+
* throughput in the current Amazon Web Services Region. </p>
|
|
1222
|
+
* </li>
|
|
1223
|
+
* <li>
|
|
1224
|
+
* <p>
|
|
1225
|
+
* <code>KeyRangeThroughputExceeded</code>: The request rate directed at
|
|
1226
|
+
* a specific partition key value has exceeded the <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/bp-partition-key-design.html">internal partition-level throughput limits</a>, indicating
|
|
1227
|
+
* uneven access patterns across the table's or GSI's key space.</p>
|
|
1228
|
+
* </li>
|
|
1229
|
+
* <li>
|
|
1230
|
+
* <p>
|
|
1231
|
+
* <code>MaxOnDemandThroughputExceeded</code>: The request rate has
|
|
1232
|
+
* exceeded the <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/on-demand-capacity-mode-max-throughput.html">configured maximum throughput limits</a> set for a table or
|
|
1233
|
+
* index in on-demand capacity mode.</p>
|
|
1234
|
+
* </li>
|
|
1235
|
+
* </ul>
|
|
1236
|
+
* </li>
|
|
1237
|
+
* </ul>
|
|
1238
|
+
* <p>Examples of complete throttling reasons:</p>
|
|
1239
|
+
* <ul>
|
|
1240
|
+
* <li>
|
|
1241
|
+
* <p>TableReadProvisionedThroughputExceeded</p>
|
|
1242
|
+
* </li>
|
|
1243
|
+
* <li>
|
|
1244
|
+
* <p>IndexWriteAccountLimitExceeded</p>
|
|
1245
|
+
* </li>
|
|
1246
|
+
* </ul>
|
|
1247
|
+
* <p>This helps identify exactly what resource is being throttled, what type of operation
|
|
1248
|
+
* caused it, and why the throttling occurred.</p>
|
|
1249
|
+
* @public
|
|
1250
|
+
*/
|
|
1251
|
+
reason?: string | undefined;
|
|
1252
|
+
/**
|
|
1253
|
+
* <p>The Amazon Resource Name (ARN) of the DynamoDB table or index that experienced the
|
|
1254
|
+
* throttling event.</p>
|
|
1255
|
+
* @public
|
|
1256
|
+
*/
|
|
1257
|
+
resource?: string | undefined;
|
|
1258
|
+
}
|
|
1259
|
+
/**
|
|
1260
|
+
* <p>Throughput exceeds the current throughput quota for your account. For detailed
|
|
1261
|
+
* information about why the request was throttled and the ARN of the impacted resource,
|
|
1262
|
+
* 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
|
|
1263
|
+
* increase.</p>
|
|
1194
1264
|
* @public
|
|
1195
1265
|
*/
|
|
1196
1266
|
export declare class RequestLimitExceeded extends __BaseException {
|
|
1197
1267
|
readonly name: "RequestLimitExceeded";
|
|
1198
1268
|
readonly $fault: "client";
|
|
1269
|
+
/**
|
|
1270
|
+
* <p>A list of <a href="https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_ThrottlingReason.html">ThrottlingReason</a> that
|
|
1271
|
+
* provide detailed diagnostic information about why the request was throttled.
|
|
1272
|
+
* </p>
|
|
1273
|
+
* @public
|
|
1274
|
+
*/
|
|
1275
|
+
ThrottlingReasons?: ThrottlingReason[] | undefined;
|
|
1199
1276
|
/**
|
|
1200
1277
|
* @internal
|
|
1201
1278
|
*/
|
|
1202
1279
|
constructor(opts: __ExceptionOptionType<RequestLimitExceeded, __BaseException>);
|
|
1203
1280
|
}
|
|
1281
|
+
/**
|
|
1282
|
+
* <p>The request was denied due to request throttling. For detailed information about why
|
|
1283
|
+
* 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>
|
|
1284
|
+
* @public
|
|
1285
|
+
*/
|
|
1286
|
+
export declare class ThrottlingException extends __BaseException {
|
|
1287
|
+
readonly name: "ThrottlingException";
|
|
1288
|
+
readonly $fault: "client";
|
|
1289
|
+
/**
|
|
1290
|
+
* <p>A list of <a href="https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_ThrottlingReason.html">ThrottlingReason</a> that
|
|
1291
|
+
* provide detailed diagnostic information about why the request was throttled.
|
|
1292
|
+
* </p>
|
|
1293
|
+
* @public
|
|
1294
|
+
*/
|
|
1295
|
+
throttlingReasons?: ThrottlingReason[] | undefined;
|
|
1296
|
+
/**
|
|
1297
|
+
* @internal
|
|
1298
|
+
*/
|
|
1299
|
+
constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
|
|
1300
|
+
}
|
|
1204
1301
|
/**
|
|
1205
1302
|
* @public
|
|
1206
1303
|
*/
|
|
@@ -1214,15 +1311,24 @@ export declare class InvalidEndpointException extends __BaseException {
|
|
|
1214
1311
|
constructor(opts: __ExceptionOptionType<InvalidEndpointException, __BaseException>);
|
|
1215
1312
|
}
|
|
1216
1313
|
/**
|
|
1217
|
-
* <p>
|
|
1218
|
-
*
|
|
1219
|
-
*
|
|
1220
|
-
*
|
|
1314
|
+
* <p>The request was denied due to request throttling. For detailed information about
|
|
1315
|
+
* 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
|
|
1316
|
+
* SDKs for DynamoDB automatically retry requests that receive this exception.
|
|
1317
|
+
* Your request is eventually successful, unless your retry queue is too large to finish.
|
|
1318
|
+
* Reduce the frequency of requests and use exponential backoff. For more information, go
|
|
1319
|
+
* 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>
|
|
1221
1320
|
* @public
|
|
1222
1321
|
*/
|
|
1223
1322
|
export declare class ProvisionedThroughputExceededException extends __BaseException {
|
|
1224
1323
|
readonly name: "ProvisionedThroughputExceededException";
|
|
1225
1324
|
readonly $fault: "client";
|
|
1325
|
+
/**
|
|
1326
|
+
* <p>A list of <a href="https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_ThrottlingReason.html">ThrottlingReason</a> that
|
|
1327
|
+
* provide detailed diagnostic information about why the request was throttled.
|
|
1328
|
+
* </p>
|
|
1329
|
+
* @public
|
|
1330
|
+
*/
|
|
1331
|
+
ThrottlingReasons?: ThrottlingReason[] | undefined;
|
|
1226
1332
|
/**
|
|
1227
1333
|
* @internal
|
|
1228
1334
|
*/
|
|
@@ -1461,6 +1567,18 @@ export declare const ContributorInsightsAction: {
|
|
|
1461
1567
|
* @public
|
|
1462
1568
|
*/
|
|
1463
1569
|
export type ContributorInsightsAction = (typeof ContributorInsightsAction)[keyof typeof ContributorInsightsAction];
|
|
1570
|
+
/**
|
|
1571
|
+
* @public
|
|
1572
|
+
* @enum
|
|
1573
|
+
*/
|
|
1574
|
+
export declare const ContributorInsightsMode: {
|
|
1575
|
+
readonly ACCESSED_AND_THROTTLED_KEYS: "ACCESSED_AND_THROTTLED_KEYS";
|
|
1576
|
+
readonly THROTTLED_KEYS: "THROTTLED_KEYS";
|
|
1577
|
+
};
|
|
1578
|
+
/**
|
|
1579
|
+
* @public
|
|
1580
|
+
*/
|
|
1581
|
+
export type ContributorInsightsMode = (typeof ContributorInsightsMode)[keyof typeof ContributorInsightsMode];
|
|
1464
1582
|
/**
|
|
1465
1583
|
* @public
|
|
1466
1584
|
* @enum
|
|
@@ -1497,6 +1615,13 @@ export interface ContributorInsightsSummary {
|
|
|
1497
1615
|
* @public
|
|
1498
1616
|
*/
|
|
1499
1617
|
ContributorInsightsStatus?: ContributorInsightsStatus | undefined;
|
|
1618
|
+
/**
|
|
1619
|
+
* <p>Indicates the current mode of CloudWatch Contributor Insights, specifying whether it
|
|
1620
|
+
* tracks all access and throttled events or throttled events only for the DynamoDB
|
|
1621
|
+
* table or index.</p>
|
|
1622
|
+
* @public
|
|
1623
|
+
*/
|
|
1624
|
+
ContributorInsightsMode?: ContributorInsightsMode | undefined;
|
|
1500
1625
|
}
|
|
1501
1626
|
/**
|
|
1502
1627
|
* @public
|
|
@@ -3751,6 +3876,13 @@ export interface DescribeContributorInsightsOutput {
|
|
|
3751
3876
|
* @public
|
|
3752
3877
|
*/
|
|
3753
3878
|
FailureException?: FailureException | undefined;
|
|
3879
|
+
/**
|
|
3880
|
+
* <p>The mode of CloudWatch Contributor Insights for DynamoDB that determines
|
|
3881
|
+
* which events are emitted. Can be set to track all access and throttled events or throttled
|
|
3882
|
+
* events only.</p>
|
|
3883
|
+
* @public
|
|
3884
|
+
*/
|
|
3885
|
+
ContributorInsightsMode?: ContributorInsightsMode | undefined;
|
|
3754
3886
|
}
|
|
3755
3887
|
/**
|
|
3756
3888
|
* @public
|
|
@@ -5958,6 +6090,12 @@ export interface UpdateContributorInsightsInput {
|
|
|
5958
6090
|
* @public
|
|
5959
6091
|
*/
|
|
5960
6092
|
ContributorInsightsAction: ContributorInsightsAction | undefined;
|
|
6093
|
+
/**
|
|
6094
|
+
* <p>Specifies whether to track all access and throttled events or throttled events only for
|
|
6095
|
+
* the DynamoDB table or index.</p>
|
|
6096
|
+
* @public
|
|
6097
|
+
*/
|
|
6098
|
+
ContributorInsightsMode?: ContributorInsightsMode | undefined;
|
|
5961
6099
|
}
|
|
5962
6100
|
/**
|
|
5963
6101
|
* @public
|
|
@@ -5978,6 +6116,12 @@ export interface UpdateContributorInsightsOutput {
|
|
|
5978
6116
|
* @public
|
|
5979
6117
|
*/
|
|
5980
6118
|
ContributorInsightsStatus?: ContributorInsightsStatus | undefined;
|
|
6119
|
+
/**
|
|
6120
|
+
* <p>The updated mode of CloudWatch Contributor Insights that determines whether to monitor
|
|
6121
|
+
* all access and throttled events or to track throttled events exclusively.</p>
|
|
6122
|
+
* @public
|
|
6123
|
+
*/
|
|
6124
|
+
ContributorInsightsMode?: ContributorInsightsMode | undefined;
|
|
5981
6125
|
}
|
|
5982
6126
|
/**
|
|
5983
6127
|
* <p>The specified replica is already part of the global table.</p>
|
|
@@ -11093,75 +11237,3 @@ export interface TransactWriteItem {
|
|
|
11093
11237
|
*/
|
|
11094
11238
|
Update?: Update | undefined;
|
|
11095
11239
|
}
|
|
11096
|
-
/**
|
|
11097
|
-
* @public
|
|
11098
|
-
*/
|
|
11099
|
-
export interface TransactWriteItemsInput {
|
|
11100
|
-
/**
|
|
11101
|
-
* <p>An ordered array of up to 100 <code>TransactWriteItem</code> objects, each of which
|
|
11102
|
-
* contains a <code>ConditionCheck</code>, <code>Put</code>, <code>Update</code>, or
|
|
11103
|
-
* <code>Delete</code> object. These can operate on items in different tables, but the
|
|
11104
|
-
* tables must reside in the same Amazon Web Services account and Region, and no two of them
|
|
11105
|
-
* can operate on the same item. </p>
|
|
11106
|
-
* @public
|
|
11107
|
-
*/
|
|
11108
|
-
TransactItems: TransactWriteItem[] | undefined;
|
|
11109
|
-
/**
|
|
11110
|
-
* <p>Determines the level of detail about either provisioned or on-demand throughput
|
|
11111
|
-
* consumption that is returned in the response:</p>
|
|
11112
|
-
* <ul>
|
|
11113
|
-
* <li>
|
|
11114
|
-
* <p>
|
|
11115
|
-
* <code>INDEXES</code> - The response includes the aggregate
|
|
11116
|
-
* <code>ConsumedCapacity</code> for the operation, together with
|
|
11117
|
-
* <code>ConsumedCapacity</code> for each table and secondary index that was
|
|
11118
|
-
* accessed.</p>
|
|
11119
|
-
* <p>Note that some operations, such as <code>GetItem</code> and
|
|
11120
|
-
* <code>BatchGetItem</code>, do not access any indexes at all. In these cases,
|
|
11121
|
-
* specifying <code>INDEXES</code> will only return <code>ConsumedCapacity</code>
|
|
11122
|
-
* information for table(s).</p>
|
|
11123
|
-
* </li>
|
|
11124
|
-
* <li>
|
|
11125
|
-
* <p>
|
|
11126
|
-
* <code>TOTAL</code> - The response includes only the aggregate
|
|
11127
|
-
* <code>ConsumedCapacity</code> for the operation.</p>
|
|
11128
|
-
* </li>
|
|
11129
|
-
* <li>
|
|
11130
|
-
* <p>
|
|
11131
|
-
* <code>NONE</code> - No <code>ConsumedCapacity</code> details are included in the
|
|
11132
|
-
* response.</p>
|
|
11133
|
-
* </li>
|
|
11134
|
-
* </ul>
|
|
11135
|
-
* @public
|
|
11136
|
-
*/
|
|
11137
|
-
ReturnConsumedCapacity?: ReturnConsumedCapacity | undefined;
|
|
11138
|
-
/**
|
|
11139
|
-
* <p>Determines whether item collection metrics are returned. If set to <code>SIZE</code>,
|
|
11140
|
-
* the response includes statistics about item collections (if any), that were modified
|
|
11141
|
-
* during the operation and are returned in the response. If set to <code>NONE</code> (the
|
|
11142
|
-
* default), no statistics are returned. </p>
|
|
11143
|
-
* @public
|
|
11144
|
-
*/
|
|
11145
|
-
ReturnItemCollectionMetrics?: ReturnItemCollectionMetrics | undefined;
|
|
11146
|
-
/**
|
|
11147
|
-
* <p>Providing a <code>ClientRequestToken</code> makes the call to
|
|
11148
|
-
* <code>TransactWriteItems</code> idempotent, meaning that multiple identical calls
|
|
11149
|
-
* have the same effect as one single call.</p>
|
|
11150
|
-
* <p>Although multiple identical calls using the same client request token produce the same
|
|
11151
|
-
* result on the server (no side effects), the responses to the calls might not be the
|
|
11152
|
-
* same. If the <code>ReturnConsumedCapacity</code> parameter is set, then the initial
|
|
11153
|
-
* <code>TransactWriteItems</code> call returns the amount of write capacity units
|
|
11154
|
-
* consumed in making the changes. Subsequent <code>TransactWriteItems</code> calls with
|
|
11155
|
-
* the same client token return the number of read capacity units consumed in reading the
|
|
11156
|
-
* item.</p>
|
|
11157
|
-
* <p>A client request token is valid for 10 minutes after the first request that uses it is
|
|
11158
|
-
* completed. After 10 minutes, any request with the same client token is treated as a new
|
|
11159
|
-
* request. Do not resubmit the same request with the same client token for more than 10
|
|
11160
|
-
* minutes, or the result might not be idempotent.</p>
|
|
11161
|
-
* <p>If you submit a request with the same client token but a change in other parameters
|
|
11162
|
-
* within the 10-minute idempotency window, DynamoDB returns an
|
|
11163
|
-
* <code>IdempotentParameterMismatch</code> exception.</p>
|
|
11164
|
-
* @public
|
|
11165
|
-
*/
|
|
11166
|
-
ClientRequestToken?: string | undefined;
|
|
11167
|
-
}
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
import { ReturnConsumedCapacity, ReturnItemCollectionMetrics, TransactWriteItem } from "./models_0";
|
|
2
|
+
/**
|
|
3
|
+
* @public
|
|
4
|
+
*/
|
|
5
|
+
export interface TransactWriteItemsInput {
|
|
6
|
+
/**
|
|
7
|
+
* <p>An ordered array of up to 100 <code>TransactWriteItem</code> objects, each of which
|
|
8
|
+
* contains a <code>ConditionCheck</code>, <code>Put</code>, <code>Update</code>, or
|
|
9
|
+
* <code>Delete</code> object. These can operate on items in different tables, but the
|
|
10
|
+
* tables must reside in the same Amazon Web Services account and Region, and no two of them
|
|
11
|
+
* can operate on the same item. </p>
|
|
12
|
+
* @public
|
|
13
|
+
*/
|
|
14
|
+
TransactItems: TransactWriteItem[] | undefined;
|
|
15
|
+
/**
|
|
16
|
+
* <p>Determines the level of detail about either provisioned or on-demand throughput
|
|
17
|
+
* consumption that is returned in the response:</p>
|
|
18
|
+
* <ul>
|
|
19
|
+
* <li>
|
|
20
|
+
* <p>
|
|
21
|
+
* <code>INDEXES</code> - The response includes the aggregate
|
|
22
|
+
* <code>ConsumedCapacity</code> for the operation, together with
|
|
23
|
+
* <code>ConsumedCapacity</code> for each table and secondary index that was
|
|
24
|
+
* accessed.</p>
|
|
25
|
+
* <p>Note that some operations, such as <code>GetItem</code> and
|
|
26
|
+
* <code>BatchGetItem</code>, do not access any indexes at all. In these cases,
|
|
27
|
+
* specifying <code>INDEXES</code> will only return <code>ConsumedCapacity</code>
|
|
28
|
+
* information for table(s).</p>
|
|
29
|
+
* </li>
|
|
30
|
+
* <li>
|
|
31
|
+
* <p>
|
|
32
|
+
* <code>TOTAL</code> - The response includes only the aggregate
|
|
33
|
+
* <code>ConsumedCapacity</code> for the operation.</p>
|
|
34
|
+
* </li>
|
|
35
|
+
* <li>
|
|
36
|
+
* <p>
|
|
37
|
+
* <code>NONE</code> - No <code>ConsumedCapacity</code> details are included in the
|
|
38
|
+
* response.</p>
|
|
39
|
+
* </li>
|
|
40
|
+
* </ul>
|
|
41
|
+
* @public
|
|
42
|
+
*/
|
|
43
|
+
ReturnConsumedCapacity?: ReturnConsumedCapacity | undefined;
|
|
44
|
+
/**
|
|
45
|
+
* <p>Determines whether item collection metrics are returned. If set to <code>SIZE</code>,
|
|
46
|
+
* the response includes statistics about item collections (if any), that were modified
|
|
47
|
+
* during the operation and are returned in the response. If set to <code>NONE</code> (the
|
|
48
|
+
* default), no statistics are returned. </p>
|
|
49
|
+
* @public
|
|
50
|
+
*/
|
|
51
|
+
ReturnItemCollectionMetrics?: ReturnItemCollectionMetrics | undefined;
|
|
52
|
+
/**
|
|
53
|
+
* <p>Providing a <code>ClientRequestToken</code> makes the call to
|
|
54
|
+
* <code>TransactWriteItems</code> idempotent, meaning that multiple identical calls
|
|
55
|
+
* have the same effect as one single call.</p>
|
|
56
|
+
* <p>Although multiple identical calls using the same client request token produce the same
|
|
57
|
+
* result on the server (no side effects), the responses to the calls might not be the
|
|
58
|
+
* same. If the <code>ReturnConsumedCapacity</code> parameter is set, then the initial
|
|
59
|
+
* <code>TransactWriteItems</code> call returns the amount of write capacity units
|
|
60
|
+
* consumed in making the changes. Subsequent <code>TransactWriteItems</code> calls with
|
|
61
|
+
* the same client token return the number of read capacity units consumed in reading the
|
|
62
|
+
* item.</p>
|
|
63
|
+
* <p>A client request token is valid for 10 minutes after the first request that uses it is
|
|
64
|
+
* completed. After 10 minutes, any request with the same client token is treated as a new
|
|
65
|
+
* request. Do not resubmit the same request with the same client token for more than 10
|
|
66
|
+
* minutes, or the result might not be idempotent.</p>
|
|
67
|
+
* <p>If you submit a request with the same client token but a change in other parameters
|
|
68
|
+
* within the 10-minute idempotency window, DynamoDB returns an
|
|
69
|
+
* <code>IdempotentParameterMismatch</code> exception.</p>
|
|
70
|
+
* @public
|
|
71
|
+
*/
|
|
72
|
+
ClientRequestToken?: string | undefined;
|
|
73
|
+
}
|
|
@@ -5,10 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../DynamoDBClient";
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
TransactWriteItemsOutput,
|
|
11
|
-
} from "../models/models_0";
|
|
8
|
+
import { TransactWriteItemsOutput } from "../models/models_0";
|
|
9
|
+
import { TransactWriteItemsInput } from "../models/models_1";
|
|
12
10
|
export { __MetadataBearer };
|
|
13
11
|
export { $Command };
|
|
14
12
|
export interface TransactWriteItemsCommandInput
|