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