@gemeentenijmegen/webapp 1.1.3 → 1.1.4
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 +11 -11
- 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/endpoint/ruleset.js +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/index.js +465 -352
- package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/runtimeConfig.js +10 -8
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/DynamoDBClient.js +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/endpoint/ruleset.js +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/models/models_0.js +74 -68
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/protocols/Aws_json1_0.js +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/runtimeConfig.js +10 -8
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/DynamoDBClient.d.ts +18 -0
- 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/RestoreTableToPointInTimeCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateContinuousBackupsCommand.d.ts +3 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/models_0.d.ts +145 -59
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.browser.d.ts +2 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.d.ts +2 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.native.d.ts +3 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/DynamoDBClient.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/models_0.d.ts +2 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.browser.d.ts +6 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.d.ts +10 -7
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.native.d.ts +21 -8
- package/node_modules/@aws-sdk/client-dynamodb/package.json +43 -45
- package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +612 -446
- package/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.js +16 -11
- package/node_modules/@aws-sdk/client-s3/dist-es/S3Client.js +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketMetadataTableConfigurationCommand.js +1 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectsCommand.js +1 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectCommand.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAccelerateConfigurationCommand.js +1 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAclCommand.js +1 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketCorsCommand.js +1 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketEncryptionCommand.js +1 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +1 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLoggingCommand.js +1 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketPolicyCommand.js +1 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketReplicationCommand.js +1 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketRequestPaymentCommand.js +1 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketTaggingCommand.js +1 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketVersioningCommand.js +1 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketWebsiteCommand.js +1 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectAclCommand.js +1 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectCommand.js +1 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLegalHoldCommand.js +1 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLockConfigurationCommand.js +1 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectRetentionCommand.js +1 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectTaggingCommand.js +1 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutPublicAccessBlockCommand.js +1 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/RestoreObjectCommand.js +1 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/UploadPartCommand.js +1 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/models/models_0.js +23 -16
- package/node_modules/@aws-sdk/client-s3/dist-es/models/models_1.js +10 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/protocols/Aws_restXml.js +91 -29
- package/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.js +16 -11
- package/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts +18 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.d.ts +6 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts +3 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketMetadataTableConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand.d.ts +23 -23
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts +34 -33
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectVersionsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts +3 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAclCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketCorsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketTaggingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketVersioningCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketWebsiteCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectAclCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +51 -48
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLegalHoldCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectRetentionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectTaggingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutPublicAccessBlockCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts +3 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +246 -105
- package/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +140 -64
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.browser.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.native.d.ts +6 -5
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3Client.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +28 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_1.d.ts +12 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.browser.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.d.ts +10 -7
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.native.d.ts +30 -11
- package/node_modules/@aws-sdk/client-s3/package.json +60 -62
- package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/index.js +193 -139
- package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/runtimeConfig.js +8 -6
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/SecretsManagerClient.js +1 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/models/models_0.js +36 -24
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/runtimeConfig.js +8 -6
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/SecretsManagerClient.d.ts +18 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.browser.d.ts +2 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.d.ts +2 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.native.d.ts +3 -2
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/SecretsManagerClient.d.ts +1 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.browser.d.ts +6 -3
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.d.ts +10 -7
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.native.d.ts +21 -8
- package/node_modules/@aws-sdk/client-secrets-manager/package.json +41 -43
- package/node_modules/@aws-sdk/client-ssm/README.md +5 -4
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/index.js +1529 -1117
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.js +8 -6
- package/node_modules/@aws-sdk/client-ssm/dist-es/SSMClient.js +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_0.js +211 -146
- package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_1.js +108 -80
- package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_2.js +64 -44
- package/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.js +8 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/SSM.d.ts +5 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/SSMClient.d.ts +23 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/AssociateOpsItemRelatedItemCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateActivationCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateAssociationCommand.d.ts +6 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DisassociateOpsItemRelatedItemCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetCalendarStateCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParametersByPathCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListAssociationsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListOpsItemRelatedItemsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/index.d.ts +5 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_0.d.ts +7 -9
- package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_1.d.ts +12 -13
- package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_2.d.ts +20 -9
- package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.browser.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.native.d.ts +3 -2
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSMClient.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.browser.d.ts +6 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.d.ts +10 -7
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.native.d.ts +21 -8
- package/node_modules/@aws-sdk/client-ssm/package.json +42 -44
- package/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +57 -42
- package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +8 -6
- package/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +1 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js +8 -8
- package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +8 -6
- package/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +18 -0
- 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 +2 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -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 +16 -5
- package/node_modules/@aws-sdk/client-sso/package.json +40 -40
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +29 -32
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +3 -4
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +10 -9
- package/node_modules/@aws-sdk/core/package.json +13 -13
- package/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +2 -3
- package/node_modules/@aws-sdk/credential-provider-env/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-http/package.json +13 -13
- package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +38 -27
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/fromIni.js +11 -2
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +14 -11
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +8 -2
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +5 -7
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +19 -19
- package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +12 -19
- package/node_modules/@aws-sdk/credential-provider-node/dist-es/remoteProvider.js +1 -1
- package/node_modules/@aws-sdk/credential-provider-node/package.json +16 -16
- package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +10 -6
- package/node_modules/@aws-sdk/credential-provider-process/dist-es/fromProcess.js +4 -2
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/fromProcess.d.ts +2 -3
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/fromProcess.d.ts +5 -3
- package/node_modules/@aws-sdk/credential-provider-process/package.json +9 -9
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +8 -7
- package/node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js +4 -2
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/fromSSO.d.ts +2 -3
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/fromSSO.d.ts +5 -3
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +11 -11
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js +6 -3
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromWebToken.js +6 -3
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromWebToken.d.ts +3 -3
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromWebToken.d.ts +5 -6
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +9 -11
- package/node_modules/@aws-sdk/endpoint-cache/dist-cjs/index.js +5 -3
- package/node_modules/@aws-sdk/endpoint-cache/dist-es/EndpointCache.js +1 -0
- package/node_modules/@aws-sdk/endpoint-cache/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-cjs/index.js +1 -1
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/bucketHostnameUtils.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/package.json +9 -9
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/package.json +8 -8
- package/node_modules/@aws-sdk/middleware-expect-continue/dist-cjs/index.js +1 -2
- package/node_modules/@aws-sdk/middleware-expect-continue/package.json +6 -6
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/getCrc32ChecksumAlgorithmFunction.js +1 -3
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/index.js +132 -40
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/constants.js +2 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/crc64-nvme-crt-container.js +3 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/flexibleChecksumsInputMiddleware.js +37 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/flexibleChecksumsMiddleware.js +22 -3
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/flexibleChecksumsResponseMiddleware.js +2 -12
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getChecksumAlgorithmForRequest.js +9 -5
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getCrc32ChecksumAlgorithmFunction.js +1 -3
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getFlexibleChecksumsPlugin.js +2 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/hasHeaderWithPrefix.js +9 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/selectChecksumAlgorithmFunction.js +26 -7
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/types.js +2 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/validateChecksumFromResponse.js +13 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/configuration.d.ts +10 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/constants.d.ts +5 -5
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/crc64-nvme-crt-container.d.ts +13 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/flexibleChecksumsInputMiddleware.d.ts +19 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/flexibleChecksumsMiddleware.d.ts +12 -7
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getChecksumAlgorithmForRequest.d.ts +6 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getFlexibleChecksumsPlugin.d.ts +2 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/hasHeaderWithPrefix.d.ts +6 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/configuration.d.ts +7 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/constants.d.ts +2 -3
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/crc64-nvme-crt-container.d.ts +4 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/flexibleChecksumsInputMiddleware.d.ts +10 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/flexibleChecksumsMiddleware.d.ts +4 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/getChecksumAlgorithmForRequest.d.ts +4 -3
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/getFlexibleChecksumsPlugin.d.ts +2 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/hasHeaderWithPrefix.d.ts +5 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/validateChecksumFromResponse.d.ts +3 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/validateChecksumFromResponse.d.ts +3 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +19 -20
- package/node_modules/@aws-sdk/middleware-host-header/package.json +6 -6
- package/node_modules/@aws-sdk/middleware-location-constraint/dist-cjs/index.js +1 -1
- package/node_modules/@aws-sdk/middleware-location-constraint/package.json +5 -5
- package/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +2 -3
- package/node_modules/@aws-sdk/middleware-logger/package.json +6 -6
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +6 -6
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/index.js +34 -38
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/classes/S3ExpressIdentityCache.js +3 -2
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/classes/S3ExpressIdentityCacheEntry.js +3 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/classes/S3ExpressIdentityProviderImpl.js +3 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3Configuration.js +0 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +16 -16
- package/node_modules/@aws-sdk/middleware-ssec/package.json +5 -5
- package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +13 -17
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +9 -9
- package/node_modules/@aws-sdk/nested-clients/README.md +13 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/index.js +2 -0
- package/node_modules/@aws-sdk/{client-sso-oidc/dist-cjs → nested-clients/dist-cjs/submodules/sso-oidc}/auth/httpAuthSchemeProvider.js +0 -8
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +879 -0
- package/node_modules/@aws-sdk/{client-sso-oidc/dist-cjs → nested-clients/dist-cjs/submodules/sso-oidc}/runtimeConfig.browser.js +1 -2
- package/node_modules/@aws-sdk/{client-sso-oidc/dist-cjs → nested-clients/dist-cjs/submodules/sso-oidc}/runtimeConfig.js +9 -9
- package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/STSClient.js +1 -0
- package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/auth/httpAuthSchemeProvider.js +0 -4
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +952 -0
- package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/runtimeConfig.browser.js +1 -1
- package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/runtimeConfig.js +10 -10
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDC.js +9 -0
- package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/SSOOIDCClient.js +1 -0
- package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/auth/httpAuthSchemeProvider.js +0 -8
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/index.js +1 -0
- package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/models/models_0.js +56 -99
- package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/protocols/Aws_restJson1.js +2 -174
- package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/runtimeConfig.browser.js +1 -2
- package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/runtimeConfig.js +9 -9
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STS.js +11 -0
- package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/STSClient.js +1 -0
- package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/auth/httpAuthSchemeProvider.js +0 -4
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/index.js +2 -0
- package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/defaultStsRoleAssumers.js +6 -4
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/extensionConfiguration.js +1 -0
- package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/models/models_0.js +30 -62
- package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/protocols/Aws_query.js +10 -420
- package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/runtimeConfig.browser.js +1 -1
- package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/runtimeConfig.js +10 -10
- package/node_modules/@aws-sdk/nested-clients/dist-types/index.d.ts +7 -0
- package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/SSOOIDC.d.ts +0 -21
- package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/SSOOIDCClient.d.ts +21 -12
- package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/commands/CreateTokenCommand.d.ts +3 -50
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/models_0.d.ts +396 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/protocols/Aws_restJson1.d.ts +11 -0
- package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/runtimeConfig.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STS.d.ts +27 -0
- package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/STSClient.d.ts +20 -9
- package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/commands/AssumeRoleCommand.d.ts +0 -47
- package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/commands/AssumeRoleWithWebIdentityCommand.d.ts +0 -34
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/index.d.ts +2 -0
- package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/defaultStsRoleAssumers.d.ts +2 -2
- package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/models/models_0.d.ts +19 -634
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/protocols/Aws_query.d.ts +20 -0
- package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/runtimeConfig.browser.d.ts +2 -1
- package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/runtimeConfig.d.ts +2 -1
- package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/runtimeConfig.native.d.ts +3 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDC.d.ts +22 -0
- package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/SSOOIDCClient.d.ts +3 -24
- package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/commands/CreateTokenCommand.d.ts +5 -9
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/models/models_0.d.ts +6 -99
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/protocols/Aws_restJson1.d.ts +17 -0
- package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/runtimeConfig.browser.d.ts +1 -3
- package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/runtimeConfig.d.ts +1 -7
- package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/runtimeConfig.native.d.ts +16 -8
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STS.d.ts +39 -0
- package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/STSClient.d.ts +3 -44
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/index.d.ts +2 -0
- package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/defaultStsRoleAssumers.d.ts +2 -2
- package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/models/models_0.d.ts +10 -105
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/protocols/Aws_query.d.ts +29 -0
- package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/runtimeConfig.browser.d.ts +6 -3
- package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/runtimeConfig.d.ts +4 -7
- package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/runtimeConfig.native.d.ts +21 -8
- package/node_modules/@aws-sdk/nested-clients/package.json +115 -0
- package/node_modules/@aws-sdk/nested-clients/sso-oidc.d.ts +7 -0
- package/node_modules/@aws-sdk/nested-clients/sso-oidc.js +5 -0
- package/node_modules/@aws-sdk/nested-clients/sts.d.ts +7 -0
- package/node_modules/@aws-sdk/nested-clients/sts.js +5 -0
- package/node_modules/@aws-sdk/region-config-resolver/package.json +8 -8
- package/node_modules/@aws-sdk/s3-request-presigner/dist-cjs/index.js +10 -9
- package/node_modules/@aws-sdk/s3-request-presigner/dist-es/presigner.js +1 -0
- package/node_modules/@aws-sdk/s3-request-presigner/package.json +13 -13
- package/node_modules/@aws-sdk/signature-v4-multi-region/dist-cjs/index.js +7 -3
- package/node_modules/@aws-sdk/signature-v4-multi-region/dist-es/SignatureV4MultiRegion.js +3 -0
- package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +8 -8
- package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +17 -10
- package/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +11 -2
- package/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js +1 -1
- package/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +1 -1
- package/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +2 -2
- package/node_modules/@aws-sdk/token-providers/dist-types/fromStatic.d.ts +1 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +2 -1
- package/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +2 -1
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts +5 -2
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +3 -1
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getSsoOidcClient.d.ts +1 -1
- package/node_modules/@aws-sdk/token-providers/package.json +9 -11
- package/node_modules/@aws-sdk/types/dist-cjs/index.js +0 -1
- package/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +56 -2
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/credentials.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +22 -1
- package/node_modules/@aws-sdk/types/package.json +4 -4
- package/node_modules/@aws-sdk/util-arn-parser/package.json +4 -4
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +6 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +6 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +6 -0
- package/node_modules/@aws-sdk/util-endpoints/package.json +6 -6
- package/node_modules/@aws-sdk/util-format-url/package.json +6 -6
- package/node_modules/@aws-sdk/util-locate-window/package.json +4 -4
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +4 -4
- package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +4 -4
- package/node_modules/@aws-sdk/util-user-agent-node/dist-es/nodeAppIdConfigOptions.js +3 -2
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/nodeAppIdConfigOptions.d.ts +1 -1
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/nodeAppIdConfigOptions.d.ts +1 -1
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +8 -8
- package/node_modules/@aws-sdk/xml-builder/dist-cjs/index.js +9 -7
- package/node_modules/@aws-sdk/xml-builder/dist-es/XmlNode.js +3 -1
- package/node_modules/@aws-sdk/xml-builder/dist-es/XmlText.js +1 -0
- package/node_modules/@aws-sdk/xml-builder/package.json +4 -4
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/.jsii +92 -46
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/README.md +3 -3
- 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 +128 -67
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/alb-defaults.js +2 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/alb-helper.js +7 -8
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/apigateway-defaults.js +7 -8
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/apigateway-helper.js +7 -8
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cloudfront-distribution-defaults.js +4 -5
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cloudfront-distribution-helper.js +6 -7
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cloudwatch-log-group-defaults.js +2 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cloudwatch-log-group-helper.js +2 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cognito-defaults.js +4 -4
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cognito-helper.js +6 -7
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/dynamodb-table-helper.js +5 -6
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/elasticache-defaults.js +3 -4
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/elasticache-helper.js +4 -5
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/elasticsearch-defaults.js +2 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/elasticsearch-helper.js +3 -4
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/eventbridge-helper.d.ts +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/eventbridge-helper.js +3 -4
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/events-rule-defaults.js +2 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/fargate-defaults.js +6 -7
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/fargate-helper.js +6 -7
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/glue-database-defaults.js +2 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/glue-database-helper.js +2 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/glue-job-defaults.js +2 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/glue-job-helper.js +7 -7
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/glue-table-defaults.js +2 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/glue-table-helper.js +3 -4
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/iot-topic-rule-defaults.js +2 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kendra-defaults.js +2 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kendra-helper.js +5 -6
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kinesis-analytics-helper.js +2 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kinesis-firehose-s3-defaults.js +2 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kinesis-streams-helper.js +4 -5
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kms-helper.js +2 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/lambda-defaults.js +2 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/lambda-event-source-mapping-defaults.js +4 -5
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/lambda-helper.js +6 -7
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/mediastore-defaults.js +2 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/mediastore-helper.js +3 -4
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/opensearch-defaults.js +2 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/opensearch-helper.js +4 -5
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/override-warning-service.js +2 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/pipes-defaults.d.ts +1 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/pipes-defaults.js +13 -5
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/pipes-helper.d.ts +10 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/pipes-helper.js +62 -6
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/s3-bucket-defaults.js +3 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/s3-bucket-helper.js +7 -8
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/sagemaker-defaults.js +5 -6
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/sagemaker-helper.js +8 -9
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/secretsmanager-helper.js +3 -4
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/security-group-helper.js +3 -4
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/sns-helper.js +3 -4
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/sqs-defaults.js +3 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/sqs-helper.d.ts +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/sqs-helper.js +4 -5
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/ssm-string-parameter-helper.js +2 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/step-function-defaults.js +2 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/step-function-helper.js +5 -5
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/utils.js +19 -19
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/vpc-defaults.js +4 -5
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/vpc-helper.js +6 -6
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/waf-defaults.js +4 -5
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/waf-helper.js +3 -4
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/websocket-api-helper.js +4 -5
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/package.json +4 -4
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/lambda/index.js +13 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/lambda-test/index.js +13 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/pipes-helper.test.js +93 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/test-helper.js +16 -16
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/package.json +7 -7
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/asset.7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200/__entrypoint__.js +1 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +21 -0
- 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 +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/lamddb-deployFunctionWithExistingVpc.assets.json +9 -9
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/lamddb-deployFunctionWithExistingVpc.template.json +8 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/lamddbdeployFunctionWithExistingVpcIntegDefaultTestDeployAssertEE08E38E.assets.json +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/manifest.json +8 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/tree.json +84 -78
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/asset.7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200/__entrypoint__.js +1 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +21 -0
- 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 +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/lamddb-deployFunctionWithVpc.assets.json +9 -9
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/lamddb-deployFunctionWithVpc.template.json +8 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/lamddbdeployFunctionWithVpcIntegDefaultTestDeployAssert0AB8275C.assets.json +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/manifest.json +8 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/tree.json +64 -58
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/lambda/index.js +13 -0
- package/node_modules/@gemeentenijmegen/apiclient/lib/index.d.ts +10 -8
- package/node_modules/@gemeentenijmegen/apiclient/lib/index.js +23 -27
- package/node_modules/@gemeentenijmegen/apiclient/package.json +16 -14
- package/node_modules/@gemeentenijmegen/apigateway-http/package.json +10 -9
- package/node_modules/@gemeentenijmegen/session/package.json +9 -8
- package/node_modules/@gemeentenijmegen/utils/package.json +12 -11
- package/node_modules/@smithy/abort-controller/dist-cjs/index.js +8 -6
- package/node_modules/@smithy/abort-controller/package.json +3 -3
- package/node_modules/@smithy/chunked-blob-reader/package.json +6 -2
- package/node_modules/@smithy/chunked-blob-reader-native/package.json +7 -3
- package/node_modules/@smithy/config-resolver/dist-cjs/index.js +8 -12
- package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveCustomEndpointsConfig.d.ts +3 -0
- package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.d.ts +4 -1
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveCustomEndpointsConfig.d.ts +3 -0
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveEndpointsConfig.d.ts +4 -1
- package/node_modules/@smithy/config-resolver/package.json +6 -6
- package/node_modules/@smithy/core/dist-cjs/index.js +34 -22
- package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +2 -4
- package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +1 -1
- package/node_modules/@smithy/core/dist-es/pagination/createPaginator.js +9 -6
- package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-types.d.ts +1 -0
- package/node_modules/@smithy/core/package.json +11 -11
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js +10 -11
- package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts +1 -0
- package/node_modules/@smithy/credential-provider-imds/package.json +7 -7
- package/node_modules/@smithy/eventstream-codec/dist-cjs/index.js +28 -21
- package/node_modules/@smithy/eventstream-codec/package.json +8 -5
- package/node_modules/@smithy/eventstream-serde-browser/dist-cjs/index.js +4 -3
- package/node_modules/@smithy/eventstream-serde-browser/package.json +4 -4
- package/node_modules/@smithy/eventstream-serde-config-resolver/dist-types/EventStreamSerdeConfig.d.ts +3 -0
- package/node_modules/@smithy/eventstream-serde-config-resolver/dist-types/ts3.4/EventStreamSerdeConfig.d.ts +3 -0
- package/node_modules/@smithy/eventstream-serde-config-resolver/package.json +3 -3
- package/node_modules/@smithy/eventstream-serde-node/dist-cjs/index.js +4 -3
- package/node_modules/@smithy/eventstream-serde-node/package.json +5 -5
- package/node_modules/@smithy/eventstream-serde-universal/dist-cjs/index.js +4 -3
- package/node_modules/@smithy/eventstream-serde-universal/package.json +6 -6
- package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +37 -10
- package/node_modules/@smithy/fetch-http-handler/dist-es/stream-collector.js +27 -1
- package/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +6 -4
- package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +6 -4
- package/node_modules/@smithy/fetch-http-handler/package.json +9 -6
- package/node_modules/@smithy/hash-blob-browser/package.json +8 -5
- package/node_modules/@smithy/hash-node/dist-cjs/index.js +4 -3
- package/node_modules/@smithy/hash-node/package.json +6 -6
- package/node_modules/@smithy/hash-stream-node/dist-cjs/index.js +4 -3
- package/node_modules/@smithy/hash-stream-node/dist-types/HashCalculator.d.ts +1 -0
- package/node_modules/@smithy/hash-stream-node/package.json +6 -6
- package/node_modules/@smithy/invalid-dependency/package.json +5 -2
- package/node_modules/@smithy/is-array-buffer/package.json +5 -4
- package/node_modules/@smithy/md5-js/dist-cjs/index.js +4 -3
- package/node_modules/@smithy/md5-js/package.json +9 -6
- package/node_modules/@smithy/middleware-content-length/package.json +4 -4
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +10 -9
- package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +3 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +4 -1
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts +4 -1
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/types.d.ts +8 -1
- package/node_modules/@smithy/middleware-endpoint/dist-types/types.d.ts +8 -1
- package/node_modules/@smithy/middleware-endpoint/package.json +10 -10
- package/node_modules/@smithy/middleware-retry/dist-cjs/index.js +18 -17
- package/node_modules/@smithy/middleware-retry/dist-types/AdaptiveRetryStrategy.d.ts +2 -0
- package/node_modules/@smithy/middleware-retry/dist-types/StandardRetryStrategy.d.ts +3 -0
- package/node_modules/@smithy/middleware-retry/dist-types/configurations.d.ts +21 -0
- package/node_modules/@smithy/middleware-retry/dist-types/defaultRetryQuota.d.ts +6 -0
- package/node_modules/@smithy/middleware-retry/dist-types/delayDecider.d.ts +1 -0
- package/node_modules/@smithy/middleware-retry/dist-types/omitRetryHeadersMiddleware.d.ts +9 -0
- package/node_modules/@smithy/middleware-retry/dist-types/retryDecider.d.ts +1 -0
- package/node_modules/@smithy/middleware-retry/dist-types/retryMiddleware.d.ts +12 -0
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +2 -0
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +3 -0
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/configurations.d.ts +21 -0
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/defaultRetryQuota.d.ts +6 -0
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/delayDecider.d.ts +1 -0
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/omitRetryHeadersMiddleware.d.ts +9 -0
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/retryDecider.d.ts +1 -0
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/retryMiddleware.d.ts +12 -0
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/types.d.ts +12 -0
- package/node_modules/@smithy/middleware-retry/dist-types/types.d.ts +12 -0
- package/node_modules/@smithy/middleware-retry/package.json +10 -10
- package/node_modules/@smithy/middleware-serde/dist-cjs/index.js +11 -4
- package/node_modules/@smithy/middleware-serde/dist-es/deserializerMiddleware.js +12 -2
- package/node_modules/@smithy/middleware-serde/package.json +4 -4
- package/node_modules/@smithy/middleware-stack/dist-cjs/index.js +4 -12
- package/node_modules/@smithy/middleware-stack/dist-types/MiddlewareStack.d.ts +3 -0
- package/node_modules/@smithy/middleware-stack/dist-types/ts3.4/MiddlewareStack.d.ts +3 -0
- package/node_modules/@smithy/middleware-stack/package.json +3 -3
- package/node_modules/@smithy/node-config-provider/dist-types/configLoader.d.ts +9 -0
- package/node_modules/@smithy/node-config-provider/dist-types/fromSharedConfigFiles.d.ts +7 -0
- package/node_modules/@smithy/node-config-provider/dist-types/fromStatic.d.ts +6 -0
- package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/configLoader.d.ts +9 -0
- package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromSharedConfigFiles.d.ts +7 -0
- package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromStatic.d.ts +6 -0
- package/node_modules/@smithy/node-config-provider/package.json +6 -6
- package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +46 -40
- package/node_modules/@smithy/node-http-handler/dist-es/set-socket-timeout.js +11 -3
- package/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +2 -2
- package/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +8 -0
- package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +3 -0
- package/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +6 -1
- package/node_modules/@smithy/node-http-handler/dist-types/readable.mock.d.ts +1 -0
- package/node_modules/@smithy/node-http-handler/dist-types/set-connection-timeout.d.ts +2 -0
- package/node_modules/@smithy/node-http-handler/dist-types/set-socket-keep-alive.d.ts +2 -0
- package/node_modules/@smithy/node-http-handler/dist-types/set-socket-timeout.d.ts +2 -0
- package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/collector.d.ts +1 -0
- package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/index.d.ts +4 -0
- package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +1 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +8 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-manager.d.ts +3 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +6 -1
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/index.d.ts +4 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/package.json +8 -8
- package/node_modules/@smithy/property-provider/dist-cjs/index.js +16 -14
- package/node_modules/@smithy/property-provider/package.json +3 -3
- package/node_modules/@smithy/protocol-http/dist-cjs/index.js +16 -12
- package/node_modules/@smithy/protocol-http/dist-types/httpHandler.d.ts +0 -2
- package/node_modules/@smithy/protocol-http/dist-types/httpRequest.d.ts +3 -1
- package/node_modules/@smithy/protocol-http/dist-types/httpResponse.d.ts +13 -0
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpHandler.d.ts +0 -2
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpRequest.d.ts +3 -1
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpResponse.d.ts +13 -0
- package/node_modules/@smithy/protocol-http/package.json +3 -3
- package/node_modules/@smithy/querystring-builder/package.json +4 -4
- package/node_modules/@smithy/querystring-parser/package.json +3 -3
- package/node_modules/@smithy/service-error-classification/dist-cjs/index.js +4 -14
- package/node_modules/@smithy/service-error-classification/package.json +3 -3
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/getProfileName.d.ts +10 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFilepath.d.ts +1 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFromFile.d.ts +2 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSharedConfigFiles.d.ts +10 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSsoSessionData.d.ts +7 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/parseKnownFiles.d.ts +3 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getProfileName.d.ts +10 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFilepath.d.ts +1 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFromFile.d.ts +2 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSharedConfigFiles.d.ts +10 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSsoSessionData.d.ts +7 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/parseKnownFiles.d.ts +3 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/types.d.ts +6 -3
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/types.d.ts +6 -3
- package/node_modules/@smithy/shared-ini-file-loader/package.json +4 -4
- package/node_modules/@smithy/signature-v4/dist-cjs/index.js +16 -14
- package/node_modules/@smithy/signature-v4/dist-types/SignatureV4.d.ts +9 -0
- package/node_modules/@smithy/signature-v4/dist-types/credentialDerivation.d.ts +13 -9
- package/node_modules/@smithy/signature-v4/dist-types/getCanonicalHeaders.d.ts +1 -1
- package/node_modules/@smithy/signature-v4/dist-types/getCanonicalQuery.d.ts +1 -1
- package/node_modules/@smithy/signature-v4/dist-types/getPayloadHash.d.ts +1 -1
- package/node_modules/@smithy/signature-v4/dist-types/moveHeadersToQuery.d.ts +1 -1
- package/node_modules/@smithy/signature-v4/dist-types/prepareRequest.d.ts +1 -1
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4.d.ts +9 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/credentialDerivation.d.ts +13 -9
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getCanonicalHeaders.d.ts +1 -1
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getCanonicalQuery.d.ts +1 -1
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getPayloadHash.d.ts +1 -1
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/moveHeadersToQuery.d.ts +1 -1
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/prepareRequest.d.ts +1 -1
- package/node_modules/@smithy/signature-v4/package.json +9 -9
- package/node_modules/@smithy/smithy-client/dist-cjs/index.js +57 -25
- package/node_modules/@smithy/smithy-client/dist-es/exceptions.js +25 -1
- package/node_modules/@smithy/smithy-client/dist-es/lazy-json.js +2 -2
- package/node_modules/@smithy/smithy-client/dist-types/exceptions.d.ts +8 -0
- package/node_modules/@smithy/smithy-client/dist-types/extensions/retry.d.ts +3 -0
- package/node_modules/@smithy/smithy-client/dist-types/lazy-json.d.ts +9 -6
- package/node_modules/@smithy/smithy-client/dist-types/ser-utils.d.ts +1 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/exceptions.d.ts +8 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/retry.d.ts +3 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/lazy-json.d.ts +9 -6
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/ser-utils.d.ts +1 -0
- package/node_modules/@smithy/smithy-client/package.json +10 -10
- package/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +2 -0
- package/node_modules/@smithy/types/dist-types/client.d.ts +1 -0
- package/node_modules/@smithy/types/dist-types/connection/config.d.ts +3 -0
- package/node_modules/@smithy/types/dist-types/connection/manager.d.ts +6 -0
- package/node_modules/@smithy/types/dist-types/connection/pool.d.ts +8 -0
- package/node_modules/@smithy/types/dist-types/encode.d.ts +12 -0
- package/node_modules/@smithy/types/dist-types/endpoints/EndpointRuleObject.d.ts +12 -0
- package/node_modules/@smithy/types/dist-types/endpoints/ErrorRuleObject.d.ts +3 -0
- package/node_modules/@smithy/types/dist-types/endpoints/RuleSetObject.d.ts +9 -0
- package/node_modules/@smithy/types/dist-types/endpoints/TreeRuleObject.d.ts +6 -0
- package/node_modules/@smithy/types/dist-types/endpoints/shared.d.ts +30 -0
- package/node_modules/@smithy/types/dist-types/eventStream.d.ts +31 -2
- package/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +3 -0
- package/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +3 -2
- package/node_modules/@smithy/types/dist-types/http.d.ts +6 -0
- package/node_modules/@smithy/types/dist-types/pagination.d.ts +8 -1
- package/node_modules/@smithy/types/dist-types/serde.d.ts +1 -0
- package/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +2 -1
- package/node_modules/@smithy/types/dist-types/transfer.d.ts +8 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +1 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/client.d.ts +1 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/connection/config.d.ts +3 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/connection/manager.d.ts +6 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/connection/pool.d.ts +8 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/encode.d.ts +12 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/EndpointRuleObject.d.ts +12 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/ErrorRuleObject.d.ts +3 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/RuleSetObject.d.ts +9 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/TreeRuleObject.d.ts +6 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/shared.d.ts +30 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/eventStream.d.ts +31 -2
- package/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +3 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +3 -2
- package/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +6 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/pagination.d.ts +7 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +1 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +1 -1
- package/node_modules/@smithy/types/dist-types/ts3.4/transfer.d.ts +8 -0
- package/node_modules/@smithy/types/package.json +2 -2
- package/node_modules/@smithy/url-parser/package.json +6 -3
- package/node_modules/@smithy/util-base64/package.json +8 -7
- package/node_modules/@smithy/util-body-length-browser/package.json +7 -3
- package/node_modules/@smithy/util-body-length-node/package.json +6 -5
- package/node_modules/@smithy/util-buffer-from/package.json +7 -6
- package/node_modules/@smithy/util-config-provider/package.json +6 -5
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +7 -7
- package/node_modules/@smithy/util-defaults-mode-node/dist-cjs/index.js +2 -2
- package/node_modules/@smithy/util-defaults-mode-node/package.json +10 -10
- package/node_modules/@smithy/util-endpoints/dist-cjs/index.js +13 -15
- package/node_modules/@smithy/util-endpoints/package.json +5 -5
- package/node_modules/@smithy/util-hex-encoding/package.json +5 -4
- package/node_modules/@smithy/util-middleware/package.json +4 -4
- package/node_modules/@smithy/util-retry/dist-cjs/index.js +27 -21
- package/node_modules/@smithy/util-retry/package.json +5 -5
- package/node_modules/@smithy/util-stream/dist-cjs/index.js +4 -3
- package/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.js +1 -1
- package/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.js +1 -1
- package/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +1 -0
- package/node_modules/@smithy/util-stream/dist-types/headStream.d.ts +1 -1
- package/node_modules/@smithy/util-stream/dist-types/splitStream.d.ts +2 -1
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.d.ts +1 -1
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.d.ts +2 -1
- package/node_modules/@smithy/util-stream/package.json +11 -11
- package/node_modules/@smithy/util-uri-escape/package.json +5 -4
- package/node_modules/@smithy/util-utf8/package.json +6 -5
- package/node_modules/@smithy/util-waiter/dist-cjs/index.js +7 -9
- package/node_modules/@smithy/util-waiter/dist-es/utils/validate.js +3 -3
- package/node_modules/@smithy/util-waiter/package.json +4 -4
- package/node_modules/@types/aws-lambda/README.md +1 -1
- package/node_modules/@types/aws-lambda/package.json +2 -2
- package/node_modules/@types/aws-lambda/trigger/guard-duty-event-notification.d.ts +1 -1
- package/package.json +16 -16
- package/node_modules/@aws-sdk/client-sso-oidc/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-sso-oidc/README.md +0 -274
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/index.js +0 -1052
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/SSOOIDC.js +0 -15
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/CreateTokenWithIAMCommand.js +0 -23
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/RegisterClientCommand.js +0 -23
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/StartDeviceAuthorizationCommand.js +0 -23
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/index.js +0 -4
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenWithIAMCommand.d.ts +0 -257
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/RegisterClientCommand.d.ts +0 -143
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/StartDeviceAuthorizationCommand.d.ts +0 -123
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/index.d.ts +0 -4
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/models_0.d.ts +0 -795
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/protocols/Aws_restJson1.d.ts +0 -38
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/SSOOIDC.d.ts +0 -73
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/CreateTokenWithIAMCommand.d.ts +0 -51
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/RegisterClientCommand.d.ts +0 -50
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/StartDeviceAuthorizationCommand.d.ts +0 -51
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/index.d.ts +0 -4
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -53
- package/node_modules/@aws-sdk/client-sso-oidc/package.json +0 -102
- package/node_modules/@aws-sdk/client-sts/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-sts/README.md +0 -281
- package/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +0 -1535
- package/node_modules/@aws-sdk/client-sts/dist-es/STS.js +0 -25
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithSAMLCommand.js +0 -23
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRootCommand.js +0 -23
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/DecodeAuthorizationMessageCommand.js +0 -22
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetAccessKeyInfoCommand.js +0 -22
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetCallerIdentityCommand.js +0 -22
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetFederationTokenCommand.js +0 -23
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetSessionTokenCommand.js +0 -23
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/index.js +0 -9
- package/node_modules/@aws-sdk/client-sts/dist-types/STS.d.ts +0 -78
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +0 -294
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRootCommand.d.ts +0 -129
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +0 -127
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetAccessKeyInfoCommand.d.ts +0 -87
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetCallerIdentityCommand.d.ts +0 -128
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +0 -242
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +0 -166
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/index.d.ts +0 -9
- package/node_modules/@aws-sdk/client-sts/dist-types/protocols/Aws_query.d.ts +0 -83
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STS.d.ts +0 -160
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithSAMLCommand.d.ts +0 -51
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRootCommand.d.ts +0 -47
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/DecodeAuthorizationMessageCommand.d.ts +0 -51
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetAccessKeyInfoCommand.d.ts +0 -50
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetCallerIdentityCommand.d.ts +0 -51
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +0 -51
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetSessionTokenCommand.d.ts +0 -50
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/index.d.ts +0 -9
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/protocols/Aws_query.d.ts +0 -113
- package/node_modules/@aws-sdk/client-sts/package.json +0 -102
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/streams/create-read-stream-on-buffer.browser.js +0 -7
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/streams/create-read-stream-on-buffer.js +0 -11
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/streams/create-read-stream-on-buffer.browser.js +0 -3
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/streams/create-read-stream-on-buffer.js +0 -7
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/streams/create-read-stream-on-buffer.browser.d.ts +0 -4
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/streams/create-read-stream-on-buffer.d.ts +0 -6
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/streams/create-read-stream-on-buffer.browser.d.ts +0 -3
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/streams/create-read-stream-on-buffer.d.ts +0 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/.jsii +0 -7543
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/.jsii.tabl.json.gz +0 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/.warnings.jsii.js +0 -217
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/LICENSE +0 -201
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/NOTICE +0 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/README.md +0 -560
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/awslint.json +0 -13
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/api-call-base.d.ts +0 -129
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/api-call-base.js +0 -56
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/assertions.d.ts +0 -36
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/assertions.js +0 -50
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/common.d.ts +0 -115
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/common.js +0 -157
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/http-call.d.ts +0 -22
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/http-call.js +0 -92
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/index.d.ts +0 -9
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/index.js +0 -26
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/match.d.ts +0 -42
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/match.js +0 -43
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/private/deploy-assert.d.ts +0 -43
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/private/deploy-assert.js +0 -98
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/private/hash.d.ts +0 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/private/hash.js +0 -12
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/index.d.ts +0 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/index.js +0 -19
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/lambda-handler/assertion.d.ts +0 -5
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/lambda-handler/assertion.js +0 -144
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/lambda-handler/base.d.ts +0 -30
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/lambda-handler/base.js +0 -134
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/lambda-handler/http.d.ts +0 -5
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/lambda-handler/http.js +0 -32
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/lambda-handler/index.d.ts +0 -14
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/lambda-handler/index.js +0 -171
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/lambda-handler/sdk.d.ts +0 -9
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/lambda-handler/sdk.js +0 -41
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/lambda-handler/types.d.ts +0 -235
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/lambda-handler/types.js +0 -43
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/lambda-handler/utils.d.ts +0 -6
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/lambda-handler/utils.js +0 -52
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/lambda-handler.bundle/index.js +0 -31704
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/provider.d.ts +0 -89
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/provider.js +0 -232
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/sdk.d.ts +0 -149
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/sdk.js +0 -218
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/types.d.ts +0 -82
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/types.js +0 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/waiter-state-machine.d.ts +0 -74
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/waiter-state-machine.js +0 -144
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/index.d.ts +0 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/index.js +0 -19
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/manifest-synthesizer.d.ts +0 -8
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/manifest-synthesizer.js +0 -33
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/manifest-writer.d.ts +0 -5
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/manifest-writer.js +0 -28
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/test-case.d.ts +0 -107
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/test-case.js +0 -146
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/package.json +0 -139
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/rosetta/_generated.ts-fixture +0 -6
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/rosetta/default.ts-fixture +0 -31
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/asset.0c3255e93ffe7a906c7422e9f0e9cc4c7fd86ee996ee3bb302e2f134b38463c8/index.js +0 -8
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/asset.ee7de53d64cc9d6248fa6aa550f92358f6c907b5efd6f3298aeab1b5e7ea358a/__entrypoint__.js +0 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/asset.0c3255e93ffe7a906c7422e9f0e9cc4c7fd86ee996ee3bb302e2f134b38463c8/index.js +0 -8
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/asset.ee7de53d64cc9d6248fa6aa550f92358f6c907b5efd6f3298aeab1b5e7ea358a/__entrypoint__.js +0 -1
- /package/node_modules/@aws-sdk/{client-sso-oidc/dist-cjs → nested-clients/dist-cjs/submodules/sso-oidc}/endpoint/endpointResolver.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc/dist-cjs → nested-clients/dist-cjs/submodules/sso-oidc}/endpoint/ruleset.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc/dist-cjs → nested-clients/dist-cjs/submodules/sso-oidc}/runtimeConfig.native.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc/dist-cjs → nested-clients/dist-cjs/submodules/sso-oidc}/runtimeConfig.shared.js +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/auth/httpAuthExtensionConfiguration.js +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/endpoint/EndpointParameters.js +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/endpoint/endpointResolver.js +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/endpoint/ruleset.js +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/runtimeConfig.native.js +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/runtimeConfig.shared.js +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/runtimeExtensions.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es/extensionConfiguration.js → nested-clients/dist-es/index.js} +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/auth/httpAuthExtensionConfiguration.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/commands/CreateTokenCommand.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/endpoint/EndpointParameters.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/endpoint/endpointResolver.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/endpoint/ruleset.js +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sso-oidc}/extensionConfiguration.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/index.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/models/SSOOIDCServiceException.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/models/index.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/runtimeConfig.native.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/runtimeConfig.shared.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/runtimeExtensions.js +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/auth/httpAuthExtensionConfiguration.js +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/commands/AssumeRoleCommand.js +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/commands/AssumeRoleWithWebIdentityCommand.js +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/defaultRoleAssumers.js +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/endpoint/EndpointParameters.js +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/endpoint/endpointResolver.js +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/endpoint/ruleset.js +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/index.js +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/models/STSServiceException.js +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/models/index.js +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/runtimeConfig.native.js +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/runtimeConfig.shared.js +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/runtimeExtensions.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/auth/httpAuthExtensionConfiguration.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/auth/httpAuthSchemeProvider.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/endpoint/EndpointParameters.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/endpoint/endpointResolver.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/endpoint/ruleset.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/extensionConfiguration.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/models/SSOOIDCServiceException.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/models/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/runtimeConfig.shared.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/runtimeExtensions.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/auth/httpAuthExtensionConfiguration.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/auth/httpAuthSchemeProvider.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/defaultRoleAssumers.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/endpoint/EndpointParameters.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/endpoint/endpointResolver.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/submodules/sts}/endpoint/ruleset.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/extensionConfiguration.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/models/STSServiceException.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/submodules/sts}/models/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/runtimeConfig.shared.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/runtimeExtensions.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/auth/httpAuthExtensionConfiguration.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/auth/httpAuthSchemeProvider.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/endpoint/EndpointParameters.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/endpoint/endpointResolver.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/endpoint/ruleset.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/extensionConfiguration.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/models/SSOOIDCServiceException.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/models/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/runtimeConfig.shared.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/runtimeExtensions.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/auth/httpAuthExtensionConfiguration.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/auth/httpAuthSchemeProvider.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/commands/AssumeRoleCommand.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/commands/AssumeRoleWithWebIdentityCommand.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/defaultRoleAssumers.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/endpoint/EndpointParameters.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/endpoint/endpointResolver.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/endpoint/ruleset.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/extensionConfiguration.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/models/STSServiceException.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/models/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/runtimeConfig.shared.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/runtimeExtensions.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/{asset.ee7de53d64cc9d6248fa6aa550f92358f6c907b5efd6f3298aeab1b5e7ea358a → asset.7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200}/index.js +0 -0
- /package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/{asset.ee7de53d64cc9d6248fa6aa550f92358f6c907b5efd6f3298aeab1b5e7ea358a → asset.7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200}/index.js +0 -0
|
@@ -216,7 +216,10 @@ var import_uuid = require("uuid");
|
|
|
216
216
|
|
|
217
217
|
// src/models/DynamoDBServiceException.ts
|
|
218
218
|
var import_smithy_client = require("@smithy/smithy-client");
|
|
219
|
-
var
|
|
219
|
+
var DynamoDBServiceException = class _DynamoDBServiceException extends import_smithy_client.ServiceException {
|
|
220
|
+
static {
|
|
221
|
+
__name(this, "DynamoDBServiceException");
|
|
222
|
+
}
|
|
220
223
|
/**
|
|
221
224
|
* @internal
|
|
222
225
|
*/
|
|
@@ -225,8 +228,6 @@ var _DynamoDBServiceException = class _DynamoDBServiceException extends import_s
|
|
|
225
228
|
Object.setPrototypeOf(this, _DynamoDBServiceException.prototype);
|
|
226
229
|
}
|
|
227
230
|
};
|
|
228
|
-
__name(_DynamoDBServiceException, "DynamoDBServiceException");
|
|
229
|
-
var DynamoDBServiceException = _DynamoDBServiceException;
|
|
230
231
|
|
|
231
232
|
// src/models/models_0.ts
|
|
232
233
|
var ApproximateCreationDateTimePrecision = {
|
|
@@ -289,7 +290,12 @@ var TimeToLiveStatus = {
|
|
|
289
290
|
ENABLED: "ENABLED",
|
|
290
291
|
ENABLING: "ENABLING"
|
|
291
292
|
};
|
|
292
|
-
var
|
|
293
|
+
var BackupInUseException = class _BackupInUseException extends DynamoDBServiceException {
|
|
294
|
+
static {
|
|
295
|
+
__name(this, "BackupInUseException");
|
|
296
|
+
}
|
|
297
|
+
name = "BackupInUseException";
|
|
298
|
+
$fault = "client";
|
|
293
299
|
/**
|
|
294
300
|
* @internal
|
|
295
301
|
*/
|
|
@@ -299,14 +305,15 @@ var _BackupInUseException = class _BackupInUseException extends DynamoDBServiceE
|
|
|
299
305
|
$fault: "client",
|
|
300
306
|
...opts
|
|
301
307
|
});
|
|
302
|
-
this.name = "BackupInUseException";
|
|
303
|
-
this.$fault = "client";
|
|
304
308
|
Object.setPrototypeOf(this, _BackupInUseException.prototype);
|
|
305
309
|
}
|
|
306
310
|
};
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
311
|
+
var BackupNotFoundException = class _BackupNotFoundException extends DynamoDBServiceException {
|
|
312
|
+
static {
|
|
313
|
+
__name(this, "BackupNotFoundException");
|
|
314
|
+
}
|
|
315
|
+
name = "BackupNotFoundException";
|
|
316
|
+
$fault = "client";
|
|
310
317
|
/**
|
|
311
318
|
* @internal
|
|
312
319
|
*/
|
|
@@ -316,13 +323,9 @@ var _BackupNotFoundException = class _BackupNotFoundException extends DynamoDBSe
|
|
|
316
323
|
$fault: "client",
|
|
317
324
|
...opts
|
|
318
325
|
});
|
|
319
|
-
this.name = "BackupNotFoundException";
|
|
320
|
-
this.$fault = "client";
|
|
321
326
|
Object.setPrototypeOf(this, _BackupNotFoundException.prototype);
|
|
322
327
|
}
|
|
323
328
|
};
|
|
324
|
-
__name(_BackupNotFoundException, "BackupNotFoundException");
|
|
325
|
-
var BackupNotFoundException = _BackupNotFoundException;
|
|
326
329
|
var BackupTypeFilter = {
|
|
327
330
|
ALL: "ALL",
|
|
328
331
|
AWS_BACKUP: "AWS_BACKUP",
|
|
@@ -351,7 +354,12 @@ var BatchStatementErrorCodeEnum = {
|
|
|
351
354
|
TransactionConflict: "TransactionConflict",
|
|
352
355
|
ValidationError: "ValidationError"
|
|
353
356
|
};
|
|
354
|
-
var
|
|
357
|
+
var InternalServerError = class _InternalServerError extends DynamoDBServiceException {
|
|
358
|
+
static {
|
|
359
|
+
__name(this, "InternalServerError");
|
|
360
|
+
}
|
|
361
|
+
name = "InternalServerError";
|
|
362
|
+
$fault = "server";
|
|
355
363
|
/**
|
|
356
364
|
* @internal
|
|
357
365
|
*/
|
|
@@ -361,14 +369,15 @@ var _InternalServerError = class _InternalServerError extends DynamoDBServiceExc
|
|
|
361
369
|
$fault: "server",
|
|
362
370
|
...opts
|
|
363
371
|
});
|
|
364
|
-
this.name = "InternalServerError";
|
|
365
|
-
this.$fault = "server";
|
|
366
372
|
Object.setPrototypeOf(this, _InternalServerError.prototype);
|
|
367
373
|
}
|
|
368
374
|
};
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
375
|
+
var RequestLimitExceeded = class _RequestLimitExceeded extends DynamoDBServiceException {
|
|
376
|
+
static {
|
|
377
|
+
__name(this, "RequestLimitExceeded");
|
|
378
|
+
}
|
|
379
|
+
name = "RequestLimitExceeded";
|
|
380
|
+
$fault = "client";
|
|
372
381
|
/**
|
|
373
382
|
* @internal
|
|
374
383
|
*/
|
|
@@ -378,14 +387,16 @@ var _RequestLimitExceeded = class _RequestLimitExceeded extends DynamoDBServiceE
|
|
|
378
387
|
$fault: "client",
|
|
379
388
|
...opts
|
|
380
389
|
});
|
|
381
|
-
this.name = "RequestLimitExceeded";
|
|
382
|
-
this.$fault = "client";
|
|
383
390
|
Object.setPrototypeOf(this, _RequestLimitExceeded.prototype);
|
|
384
391
|
}
|
|
385
392
|
};
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
393
|
+
var InvalidEndpointException = class _InvalidEndpointException extends DynamoDBServiceException {
|
|
394
|
+
static {
|
|
395
|
+
__name(this, "InvalidEndpointException");
|
|
396
|
+
}
|
|
397
|
+
name = "InvalidEndpointException";
|
|
398
|
+
$fault = "client";
|
|
399
|
+
Message;
|
|
389
400
|
/**
|
|
390
401
|
* @internal
|
|
391
402
|
*/
|
|
@@ -395,15 +406,16 @@ var _InvalidEndpointException = class _InvalidEndpointException extends DynamoDB
|
|
|
395
406
|
$fault: "client",
|
|
396
407
|
...opts
|
|
397
408
|
});
|
|
398
|
-
this.name = "InvalidEndpointException";
|
|
399
|
-
this.$fault = "client";
|
|
400
409
|
Object.setPrototypeOf(this, _InvalidEndpointException.prototype);
|
|
401
410
|
this.Message = opts.Message;
|
|
402
411
|
}
|
|
403
412
|
};
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
413
|
+
var ProvisionedThroughputExceededException = class _ProvisionedThroughputExceededException extends DynamoDBServiceException {
|
|
414
|
+
static {
|
|
415
|
+
__name(this, "ProvisionedThroughputExceededException");
|
|
416
|
+
}
|
|
417
|
+
name = "ProvisionedThroughputExceededException";
|
|
418
|
+
$fault = "client";
|
|
407
419
|
/**
|
|
408
420
|
* @internal
|
|
409
421
|
*/
|
|
@@ -413,14 +425,15 @@ var _ProvisionedThroughputExceededException = class _ProvisionedThroughputExceed
|
|
|
413
425
|
$fault: "client",
|
|
414
426
|
...opts
|
|
415
427
|
});
|
|
416
|
-
this.name = "ProvisionedThroughputExceededException";
|
|
417
|
-
this.$fault = "client";
|
|
418
428
|
Object.setPrototypeOf(this, _ProvisionedThroughputExceededException.prototype);
|
|
419
429
|
}
|
|
420
430
|
};
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
431
|
+
var ResourceNotFoundException = class _ResourceNotFoundException extends DynamoDBServiceException {
|
|
432
|
+
static {
|
|
433
|
+
__name(this, "ResourceNotFoundException");
|
|
434
|
+
}
|
|
435
|
+
name = "ResourceNotFoundException";
|
|
436
|
+
$fault = "client";
|
|
424
437
|
/**
|
|
425
438
|
* @internal
|
|
426
439
|
*/
|
|
@@ -430,18 +443,19 @@ var _ResourceNotFoundException = class _ResourceNotFoundException extends Dynamo
|
|
|
430
443
|
$fault: "client",
|
|
431
444
|
...opts
|
|
432
445
|
});
|
|
433
|
-
this.name = "ResourceNotFoundException";
|
|
434
|
-
this.$fault = "client";
|
|
435
446
|
Object.setPrototypeOf(this, _ResourceNotFoundException.prototype);
|
|
436
447
|
}
|
|
437
448
|
};
|
|
438
|
-
__name(_ResourceNotFoundException, "ResourceNotFoundException");
|
|
439
|
-
var ResourceNotFoundException = _ResourceNotFoundException;
|
|
440
449
|
var ReturnItemCollectionMetrics = {
|
|
441
450
|
NONE: "NONE",
|
|
442
451
|
SIZE: "SIZE"
|
|
443
452
|
};
|
|
444
|
-
var
|
|
453
|
+
var ItemCollectionSizeLimitExceededException = class _ItemCollectionSizeLimitExceededException extends DynamoDBServiceException {
|
|
454
|
+
static {
|
|
455
|
+
__name(this, "ItemCollectionSizeLimitExceededException");
|
|
456
|
+
}
|
|
457
|
+
name = "ItemCollectionSizeLimitExceededException";
|
|
458
|
+
$fault = "client";
|
|
445
459
|
/**
|
|
446
460
|
* @internal
|
|
447
461
|
*/
|
|
@@ -451,13 +465,9 @@ var _ItemCollectionSizeLimitExceededException = class _ItemCollectionSizeLimitEx
|
|
|
451
465
|
$fault: "client",
|
|
452
466
|
...opts
|
|
453
467
|
});
|
|
454
|
-
this.name = "ItemCollectionSizeLimitExceededException";
|
|
455
|
-
this.$fault = "client";
|
|
456
468
|
Object.setPrototypeOf(this, _ItemCollectionSizeLimitExceededException.prototype);
|
|
457
469
|
}
|
|
458
470
|
};
|
|
459
|
-
__name(_ItemCollectionSizeLimitExceededException, "ItemCollectionSizeLimitExceededException");
|
|
460
|
-
var ItemCollectionSizeLimitExceededException = _ItemCollectionSizeLimitExceededException;
|
|
461
471
|
var ComparisonOperator = {
|
|
462
472
|
BEGINS_WITH: "BEGINS_WITH",
|
|
463
473
|
BETWEEN: "BETWEEN",
|
|
@@ -485,7 +495,12 @@ var PointInTimeRecoveryStatus = {
|
|
|
485
495
|
DISABLED: "DISABLED",
|
|
486
496
|
ENABLED: "ENABLED"
|
|
487
497
|
};
|
|
488
|
-
var
|
|
498
|
+
var ContinuousBackupsUnavailableException = class _ContinuousBackupsUnavailableException extends DynamoDBServiceException {
|
|
499
|
+
static {
|
|
500
|
+
__name(this, "ContinuousBackupsUnavailableException");
|
|
501
|
+
}
|
|
502
|
+
name = "ContinuousBackupsUnavailableException";
|
|
503
|
+
$fault = "client";
|
|
489
504
|
/**
|
|
490
505
|
* @internal
|
|
491
506
|
*/
|
|
@@ -495,13 +510,9 @@ var _ContinuousBackupsUnavailableException = class _ContinuousBackupsUnavailable
|
|
|
495
510
|
$fault: "client",
|
|
496
511
|
...opts
|
|
497
512
|
});
|
|
498
|
-
this.name = "ContinuousBackupsUnavailableException";
|
|
499
|
-
this.$fault = "client";
|
|
500
513
|
Object.setPrototypeOf(this, _ContinuousBackupsUnavailableException.prototype);
|
|
501
514
|
}
|
|
502
515
|
};
|
|
503
|
-
__name(_ContinuousBackupsUnavailableException, "ContinuousBackupsUnavailableException");
|
|
504
|
-
var ContinuousBackupsUnavailableException = _ContinuousBackupsUnavailableException;
|
|
505
516
|
var ContributorInsightsAction = {
|
|
506
517
|
DISABLE: "DISABLE",
|
|
507
518
|
ENABLE: "ENABLE"
|
|
@@ -513,7 +524,12 @@ var ContributorInsightsStatus = {
|
|
|
513
524
|
ENABLING: "ENABLING",
|
|
514
525
|
FAILED: "FAILED"
|
|
515
526
|
};
|
|
516
|
-
var
|
|
527
|
+
var LimitExceededException = class _LimitExceededException extends DynamoDBServiceException {
|
|
528
|
+
static {
|
|
529
|
+
__name(this, "LimitExceededException");
|
|
530
|
+
}
|
|
531
|
+
name = "LimitExceededException";
|
|
532
|
+
$fault = "client";
|
|
517
533
|
/**
|
|
518
534
|
* @internal
|
|
519
535
|
*/
|
|
@@ -523,14 +539,15 @@ var _LimitExceededException = class _LimitExceededException extends DynamoDBServ
|
|
|
523
539
|
$fault: "client",
|
|
524
540
|
...opts
|
|
525
541
|
});
|
|
526
|
-
this.name = "LimitExceededException";
|
|
527
|
-
this.$fault = "client";
|
|
528
542
|
Object.setPrototypeOf(this, _LimitExceededException.prototype);
|
|
529
543
|
}
|
|
530
544
|
};
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
545
|
+
var TableInUseException = class _TableInUseException extends DynamoDBServiceException {
|
|
546
|
+
static {
|
|
547
|
+
__name(this, "TableInUseException");
|
|
548
|
+
}
|
|
549
|
+
name = "TableInUseException";
|
|
550
|
+
$fault = "client";
|
|
534
551
|
/**
|
|
535
552
|
* @internal
|
|
536
553
|
*/
|
|
@@ -540,14 +557,15 @@ var _TableInUseException = class _TableInUseException extends DynamoDBServiceExc
|
|
|
540
557
|
$fault: "client",
|
|
541
558
|
...opts
|
|
542
559
|
});
|
|
543
|
-
this.name = "TableInUseException";
|
|
544
|
-
this.$fault = "client";
|
|
545
560
|
Object.setPrototypeOf(this, _TableInUseException.prototype);
|
|
546
561
|
}
|
|
547
562
|
};
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
563
|
+
var TableNotFoundException = class _TableNotFoundException extends DynamoDBServiceException {
|
|
564
|
+
static {
|
|
565
|
+
__name(this, "TableNotFoundException");
|
|
566
|
+
}
|
|
567
|
+
name = "TableNotFoundException";
|
|
568
|
+
$fault = "client";
|
|
551
569
|
/**
|
|
552
570
|
* @internal
|
|
553
571
|
*/
|
|
@@ -557,13 +575,9 @@ var _TableNotFoundException = class _TableNotFoundException extends DynamoDBServ
|
|
|
557
575
|
$fault: "client",
|
|
558
576
|
...opts
|
|
559
577
|
});
|
|
560
|
-
this.name = "TableNotFoundException";
|
|
561
|
-
this.$fault = "client";
|
|
562
578
|
Object.setPrototypeOf(this, _TableNotFoundException.prototype);
|
|
563
579
|
}
|
|
564
580
|
};
|
|
565
|
-
__name(_TableNotFoundException, "TableNotFoundException");
|
|
566
|
-
var TableNotFoundException = _TableNotFoundException;
|
|
567
581
|
var GlobalTableStatus = {
|
|
568
582
|
ACTIVE: "ACTIVE",
|
|
569
583
|
CREATING: "CREATING",
|
|
@@ -598,7 +612,12 @@ var TableStatus = {
|
|
|
598
612
|
INACCESSIBLE_ENCRYPTION_CREDENTIALS: "INACCESSIBLE_ENCRYPTION_CREDENTIALS",
|
|
599
613
|
UPDATING: "UPDATING"
|
|
600
614
|
};
|
|
601
|
-
var
|
|
615
|
+
var GlobalTableAlreadyExistsException = class _GlobalTableAlreadyExistsException extends DynamoDBServiceException {
|
|
616
|
+
static {
|
|
617
|
+
__name(this, "GlobalTableAlreadyExistsException");
|
|
618
|
+
}
|
|
619
|
+
name = "GlobalTableAlreadyExistsException";
|
|
620
|
+
$fault = "client";
|
|
602
621
|
/**
|
|
603
622
|
* @internal
|
|
604
623
|
*/
|
|
@@ -608,18 +627,19 @@ var _GlobalTableAlreadyExistsException = class _GlobalTableAlreadyExistsExceptio
|
|
|
608
627
|
$fault: "client",
|
|
609
628
|
...opts
|
|
610
629
|
});
|
|
611
|
-
this.name = "GlobalTableAlreadyExistsException";
|
|
612
|
-
this.$fault = "client";
|
|
613
630
|
Object.setPrototypeOf(this, _GlobalTableAlreadyExistsException.prototype);
|
|
614
631
|
}
|
|
615
632
|
};
|
|
616
|
-
__name(_GlobalTableAlreadyExistsException, "GlobalTableAlreadyExistsException");
|
|
617
|
-
var GlobalTableAlreadyExistsException = _GlobalTableAlreadyExistsException;
|
|
618
633
|
var MultiRegionConsistency = {
|
|
619
634
|
EVENTUAL: "EVENTUAL",
|
|
620
635
|
STRONG: "STRONG"
|
|
621
636
|
};
|
|
622
|
-
var
|
|
637
|
+
var ResourceInUseException = class _ResourceInUseException extends DynamoDBServiceException {
|
|
638
|
+
static {
|
|
639
|
+
__name(this, "ResourceInUseException");
|
|
640
|
+
}
|
|
641
|
+
name = "ResourceInUseException";
|
|
642
|
+
$fault = "client";
|
|
623
643
|
/**
|
|
624
644
|
* @internal
|
|
625
645
|
*/
|
|
@@ -629,13 +649,9 @@ var _ResourceInUseException = class _ResourceInUseException extends DynamoDBServ
|
|
|
629
649
|
$fault: "client",
|
|
630
650
|
...opts
|
|
631
651
|
});
|
|
632
|
-
this.name = "ResourceInUseException";
|
|
633
|
-
this.$fault = "client";
|
|
634
652
|
Object.setPrototypeOf(this, _ResourceInUseException.prototype);
|
|
635
653
|
}
|
|
636
654
|
};
|
|
637
|
-
__name(_ResourceInUseException, "ResourceInUseException");
|
|
638
|
-
var ResourceInUseException = _ResourceInUseException;
|
|
639
655
|
var ReturnValue = {
|
|
640
656
|
ALL_NEW: "ALL_NEW",
|
|
641
657
|
ALL_OLD: "ALL_OLD",
|
|
@@ -643,7 +659,12 @@ var ReturnValue = {
|
|
|
643
659
|
UPDATED_NEW: "UPDATED_NEW",
|
|
644
660
|
UPDATED_OLD: "UPDATED_OLD"
|
|
645
661
|
};
|
|
646
|
-
var
|
|
662
|
+
var ReplicatedWriteConflictException = class _ReplicatedWriteConflictException extends DynamoDBServiceException {
|
|
663
|
+
static {
|
|
664
|
+
__name(this, "ReplicatedWriteConflictException");
|
|
665
|
+
}
|
|
666
|
+
name = "ReplicatedWriteConflictException";
|
|
667
|
+
$fault = "client";
|
|
647
668
|
/**
|
|
648
669
|
* @internal
|
|
649
670
|
*/
|
|
@@ -653,14 +674,15 @@ var _ReplicatedWriteConflictException = class _ReplicatedWriteConflictException
|
|
|
653
674
|
$fault: "client",
|
|
654
675
|
...opts
|
|
655
676
|
});
|
|
656
|
-
this.name = "ReplicatedWriteConflictException";
|
|
657
|
-
this.$fault = "client";
|
|
658
677
|
Object.setPrototypeOf(this, _ReplicatedWriteConflictException.prototype);
|
|
659
678
|
}
|
|
660
679
|
};
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
680
|
+
var TransactionConflictException = class _TransactionConflictException extends DynamoDBServiceException {
|
|
681
|
+
static {
|
|
682
|
+
__name(this, "TransactionConflictException");
|
|
683
|
+
}
|
|
684
|
+
name = "TransactionConflictException";
|
|
685
|
+
$fault = "client";
|
|
664
686
|
/**
|
|
665
687
|
* @internal
|
|
666
688
|
*/
|
|
@@ -670,14 +692,15 @@ var _TransactionConflictException = class _TransactionConflictException extends
|
|
|
670
692
|
$fault: "client",
|
|
671
693
|
...opts
|
|
672
694
|
});
|
|
673
|
-
this.name = "TransactionConflictException";
|
|
674
|
-
this.$fault = "client";
|
|
675
695
|
Object.setPrototypeOf(this, _TransactionConflictException.prototype);
|
|
676
696
|
}
|
|
677
697
|
};
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
698
|
+
var PolicyNotFoundException = class _PolicyNotFoundException extends DynamoDBServiceException {
|
|
699
|
+
static {
|
|
700
|
+
__name(this, "PolicyNotFoundException");
|
|
701
|
+
}
|
|
702
|
+
name = "PolicyNotFoundException";
|
|
703
|
+
$fault = "client";
|
|
681
704
|
/**
|
|
682
705
|
* @internal
|
|
683
706
|
*/
|
|
@@ -687,13 +710,9 @@ var _PolicyNotFoundException = class _PolicyNotFoundException extends DynamoDBSe
|
|
|
687
710
|
$fault: "client",
|
|
688
711
|
...opts
|
|
689
712
|
});
|
|
690
|
-
this.name = "PolicyNotFoundException";
|
|
691
|
-
this.$fault = "client";
|
|
692
713
|
Object.setPrototypeOf(this, _PolicyNotFoundException.prototype);
|
|
693
714
|
}
|
|
694
715
|
};
|
|
695
|
-
__name(_PolicyNotFoundException, "PolicyNotFoundException");
|
|
696
|
-
var PolicyNotFoundException = _PolicyNotFoundException;
|
|
697
716
|
var ExportFormat = {
|
|
698
717
|
DYNAMODB_JSON: "DYNAMODB_JSON",
|
|
699
718
|
ION: "ION"
|
|
@@ -715,7 +734,12 @@ var S3SseAlgorithm = {
|
|
|
715
734
|
AES256: "AES256",
|
|
716
735
|
KMS: "KMS"
|
|
717
736
|
};
|
|
718
|
-
var
|
|
737
|
+
var ExportNotFoundException = class _ExportNotFoundException extends DynamoDBServiceException {
|
|
738
|
+
static {
|
|
739
|
+
__name(this, "ExportNotFoundException");
|
|
740
|
+
}
|
|
741
|
+
name = "ExportNotFoundException";
|
|
742
|
+
$fault = "client";
|
|
719
743
|
/**
|
|
720
744
|
* @internal
|
|
721
745
|
*/
|
|
@@ -725,14 +749,15 @@ var _ExportNotFoundException = class _ExportNotFoundException extends DynamoDBSe
|
|
|
725
749
|
$fault: "client",
|
|
726
750
|
...opts
|
|
727
751
|
});
|
|
728
|
-
this.name = "ExportNotFoundException";
|
|
729
|
-
this.$fault = "client";
|
|
730
752
|
Object.setPrototypeOf(this, _ExportNotFoundException.prototype);
|
|
731
753
|
}
|
|
732
754
|
};
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
755
|
+
var GlobalTableNotFoundException = class _GlobalTableNotFoundException extends DynamoDBServiceException {
|
|
756
|
+
static {
|
|
757
|
+
__name(this, "GlobalTableNotFoundException");
|
|
758
|
+
}
|
|
759
|
+
name = "GlobalTableNotFoundException";
|
|
760
|
+
$fault = "client";
|
|
736
761
|
/**
|
|
737
762
|
* @internal
|
|
738
763
|
*/
|
|
@@ -742,13 +767,9 @@ var _GlobalTableNotFoundException = class _GlobalTableNotFoundException extends
|
|
|
742
767
|
$fault: "client",
|
|
743
768
|
...opts
|
|
744
769
|
});
|
|
745
|
-
this.name = "GlobalTableNotFoundException";
|
|
746
|
-
this.$fault = "client";
|
|
747
770
|
Object.setPrototypeOf(this, _GlobalTableNotFoundException.prototype);
|
|
748
771
|
}
|
|
749
772
|
};
|
|
750
|
-
__name(_GlobalTableNotFoundException, "GlobalTableNotFoundException");
|
|
751
|
-
var GlobalTableNotFoundException = _GlobalTableNotFoundException;
|
|
752
773
|
var ImportStatus = {
|
|
753
774
|
CANCELLED: "CANCELLED",
|
|
754
775
|
CANCELLING: "CANCELLING",
|
|
@@ -766,7 +787,12 @@ var InputFormat = {
|
|
|
766
787
|
DYNAMODB_JSON: "DYNAMODB_JSON",
|
|
767
788
|
ION: "ION"
|
|
768
789
|
};
|
|
769
|
-
var
|
|
790
|
+
var ImportNotFoundException = class _ImportNotFoundException extends DynamoDBServiceException {
|
|
791
|
+
static {
|
|
792
|
+
__name(this, "ImportNotFoundException");
|
|
793
|
+
}
|
|
794
|
+
name = "ImportNotFoundException";
|
|
795
|
+
$fault = "client";
|
|
770
796
|
/**
|
|
771
797
|
* @internal
|
|
772
798
|
*/
|
|
@@ -776,13 +802,9 @@ var _ImportNotFoundException = class _ImportNotFoundException extends DynamoDBSe
|
|
|
776
802
|
$fault: "client",
|
|
777
803
|
...opts
|
|
778
804
|
});
|
|
779
|
-
this.name = "ImportNotFoundException";
|
|
780
|
-
this.$fault = "client";
|
|
781
805
|
Object.setPrototypeOf(this, _ImportNotFoundException.prototype);
|
|
782
806
|
}
|
|
783
807
|
};
|
|
784
|
-
__name(_ImportNotFoundException, "ImportNotFoundException");
|
|
785
|
-
var ImportNotFoundException = _ImportNotFoundException;
|
|
786
808
|
var DestinationStatus = {
|
|
787
809
|
ACTIVE: "ACTIVE",
|
|
788
810
|
DISABLED: "DISABLED",
|
|
@@ -791,7 +813,12 @@ var DestinationStatus = {
|
|
|
791
813
|
ENABLING: "ENABLING",
|
|
792
814
|
UPDATING: "UPDATING"
|
|
793
815
|
};
|
|
794
|
-
var
|
|
816
|
+
var DuplicateItemException = class _DuplicateItemException extends DynamoDBServiceException {
|
|
817
|
+
static {
|
|
818
|
+
__name(this, "DuplicateItemException");
|
|
819
|
+
}
|
|
820
|
+
name = "DuplicateItemException";
|
|
821
|
+
$fault = "client";
|
|
795
822
|
/**
|
|
796
823
|
* @internal
|
|
797
824
|
*/
|
|
@@ -801,14 +828,16 @@ var _DuplicateItemException = class _DuplicateItemException extends DynamoDBServ
|
|
|
801
828
|
$fault: "client",
|
|
802
829
|
...opts
|
|
803
830
|
});
|
|
804
|
-
this.name = "DuplicateItemException";
|
|
805
|
-
this.$fault = "client";
|
|
806
831
|
Object.setPrototypeOf(this, _DuplicateItemException.prototype);
|
|
807
832
|
}
|
|
808
833
|
};
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
834
|
+
var IdempotentParameterMismatchException = class _IdempotentParameterMismatchException extends DynamoDBServiceException {
|
|
835
|
+
static {
|
|
836
|
+
__name(this, "IdempotentParameterMismatchException");
|
|
837
|
+
}
|
|
838
|
+
name = "IdempotentParameterMismatchException";
|
|
839
|
+
$fault = "client";
|
|
840
|
+
Message;
|
|
812
841
|
/**
|
|
813
842
|
* @internal
|
|
814
843
|
*/
|
|
@@ -818,15 +847,17 @@ var _IdempotentParameterMismatchException = class _IdempotentParameterMismatchEx
|
|
|
818
847
|
$fault: "client",
|
|
819
848
|
...opts
|
|
820
849
|
});
|
|
821
|
-
this.name = "IdempotentParameterMismatchException";
|
|
822
|
-
this.$fault = "client";
|
|
823
850
|
Object.setPrototypeOf(this, _IdempotentParameterMismatchException.prototype);
|
|
824
851
|
this.Message = opts.Message;
|
|
825
852
|
}
|
|
826
853
|
};
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
854
|
+
var TransactionInProgressException = class _TransactionInProgressException extends DynamoDBServiceException {
|
|
855
|
+
static {
|
|
856
|
+
__name(this, "TransactionInProgressException");
|
|
857
|
+
}
|
|
858
|
+
name = "TransactionInProgressException";
|
|
859
|
+
$fault = "client";
|
|
860
|
+
Message;
|
|
830
861
|
/**
|
|
831
862
|
* @internal
|
|
832
863
|
*/
|
|
@@ -836,15 +867,16 @@ var _TransactionInProgressException = class _TransactionInProgressException exte
|
|
|
836
867
|
$fault: "client",
|
|
837
868
|
...opts
|
|
838
869
|
});
|
|
839
|
-
this.name = "TransactionInProgressException";
|
|
840
|
-
this.$fault = "client";
|
|
841
870
|
Object.setPrototypeOf(this, _TransactionInProgressException.prototype);
|
|
842
871
|
this.Message = opts.Message;
|
|
843
872
|
}
|
|
844
873
|
};
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
874
|
+
var ExportConflictException = class _ExportConflictException extends DynamoDBServiceException {
|
|
875
|
+
static {
|
|
876
|
+
__name(this, "ExportConflictException");
|
|
877
|
+
}
|
|
878
|
+
name = "ExportConflictException";
|
|
879
|
+
$fault = "client";
|
|
848
880
|
/**
|
|
849
881
|
* @internal
|
|
850
882
|
*/
|
|
@@ -854,14 +886,15 @@ var _ExportConflictException = class _ExportConflictException extends DynamoDBSe
|
|
|
854
886
|
$fault: "client",
|
|
855
887
|
...opts
|
|
856
888
|
});
|
|
857
|
-
this.name = "ExportConflictException";
|
|
858
|
-
this.$fault = "client";
|
|
859
889
|
Object.setPrototypeOf(this, _ExportConflictException.prototype);
|
|
860
890
|
}
|
|
861
891
|
};
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
892
|
+
var InvalidExportTimeException = class _InvalidExportTimeException extends DynamoDBServiceException {
|
|
893
|
+
static {
|
|
894
|
+
__name(this, "InvalidExportTimeException");
|
|
895
|
+
}
|
|
896
|
+
name = "InvalidExportTimeException";
|
|
897
|
+
$fault = "client";
|
|
865
898
|
/**
|
|
866
899
|
* @internal
|
|
867
900
|
*/
|
|
@@ -871,14 +904,15 @@ var _InvalidExportTimeException = class _InvalidExportTimeException extends Dyna
|
|
|
871
904
|
$fault: "client",
|
|
872
905
|
...opts
|
|
873
906
|
});
|
|
874
|
-
this.name = "InvalidExportTimeException";
|
|
875
|
-
this.$fault = "client";
|
|
876
907
|
Object.setPrototypeOf(this, _InvalidExportTimeException.prototype);
|
|
877
908
|
}
|
|
878
909
|
};
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
910
|
+
var PointInTimeRecoveryUnavailableException = class _PointInTimeRecoveryUnavailableException extends DynamoDBServiceException {
|
|
911
|
+
static {
|
|
912
|
+
__name(this, "PointInTimeRecoveryUnavailableException");
|
|
913
|
+
}
|
|
914
|
+
name = "PointInTimeRecoveryUnavailableException";
|
|
915
|
+
$fault = "client";
|
|
882
916
|
/**
|
|
883
917
|
* @internal
|
|
884
918
|
*/
|
|
@@ -888,14 +922,15 @@ var _PointInTimeRecoveryUnavailableException = class _PointInTimeRecoveryUnavail
|
|
|
888
922
|
$fault: "client",
|
|
889
923
|
...opts
|
|
890
924
|
});
|
|
891
|
-
this.name = "PointInTimeRecoveryUnavailableException";
|
|
892
|
-
this.$fault = "client";
|
|
893
925
|
Object.setPrototypeOf(this, _PointInTimeRecoveryUnavailableException.prototype);
|
|
894
926
|
}
|
|
895
927
|
};
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
928
|
+
var ImportConflictException = class _ImportConflictException extends DynamoDBServiceException {
|
|
929
|
+
static {
|
|
930
|
+
__name(this, "ImportConflictException");
|
|
931
|
+
}
|
|
932
|
+
name = "ImportConflictException";
|
|
933
|
+
$fault = "client";
|
|
899
934
|
/**
|
|
900
935
|
* @internal
|
|
901
936
|
*/
|
|
@@ -905,20 +940,21 @@ var _ImportConflictException = class _ImportConflictException extends DynamoDBSe
|
|
|
905
940
|
$fault: "client",
|
|
906
941
|
...opts
|
|
907
942
|
});
|
|
908
|
-
this.name = "ImportConflictException";
|
|
909
|
-
this.$fault = "client";
|
|
910
943
|
Object.setPrototypeOf(this, _ImportConflictException.prototype);
|
|
911
944
|
}
|
|
912
945
|
};
|
|
913
|
-
__name(_ImportConflictException, "ImportConflictException");
|
|
914
|
-
var ImportConflictException = _ImportConflictException;
|
|
915
946
|
var Select = {
|
|
916
947
|
ALL_ATTRIBUTES: "ALL_ATTRIBUTES",
|
|
917
948
|
ALL_PROJECTED_ATTRIBUTES: "ALL_PROJECTED_ATTRIBUTES",
|
|
918
949
|
COUNT: "COUNT",
|
|
919
950
|
SPECIFIC_ATTRIBUTES: "SPECIFIC_ATTRIBUTES"
|
|
920
951
|
};
|
|
921
|
-
var
|
|
952
|
+
var TableAlreadyExistsException = class _TableAlreadyExistsException extends DynamoDBServiceException {
|
|
953
|
+
static {
|
|
954
|
+
__name(this, "TableAlreadyExistsException");
|
|
955
|
+
}
|
|
956
|
+
name = "TableAlreadyExistsException";
|
|
957
|
+
$fault = "client";
|
|
922
958
|
/**
|
|
923
959
|
* @internal
|
|
924
960
|
*/
|
|
@@ -928,14 +964,15 @@ var _TableAlreadyExistsException = class _TableAlreadyExistsException extends Dy
|
|
|
928
964
|
$fault: "client",
|
|
929
965
|
...opts
|
|
930
966
|
});
|
|
931
|
-
this.name = "TableAlreadyExistsException";
|
|
932
|
-
this.$fault = "client";
|
|
933
967
|
Object.setPrototypeOf(this, _TableAlreadyExistsException.prototype);
|
|
934
968
|
}
|
|
935
969
|
};
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
970
|
+
var InvalidRestoreTimeException = class _InvalidRestoreTimeException extends DynamoDBServiceException {
|
|
971
|
+
static {
|
|
972
|
+
__name(this, "InvalidRestoreTimeException");
|
|
973
|
+
}
|
|
974
|
+
name = "InvalidRestoreTimeException";
|
|
975
|
+
$fault = "client";
|
|
939
976
|
/**
|
|
940
977
|
* @internal
|
|
941
978
|
*/
|
|
@@ -945,14 +982,15 @@ var _InvalidRestoreTimeException = class _InvalidRestoreTimeException extends Dy
|
|
|
945
982
|
$fault: "client",
|
|
946
983
|
...opts
|
|
947
984
|
});
|
|
948
|
-
this.name = "InvalidRestoreTimeException";
|
|
949
|
-
this.$fault = "client";
|
|
950
985
|
Object.setPrototypeOf(this, _InvalidRestoreTimeException.prototype);
|
|
951
986
|
}
|
|
952
987
|
};
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
988
|
+
var ReplicaAlreadyExistsException = class _ReplicaAlreadyExistsException extends DynamoDBServiceException {
|
|
989
|
+
static {
|
|
990
|
+
__name(this, "ReplicaAlreadyExistsException");
|
|
991
|
+
}
|
|
992
|
+
name = "ReplicaAlreadyExistsException";
|
|
993
|
+
$fault = "client";
|
|
956
994
|
/**
|
|
957
995
|
* @internal
|
|
958
996
|
*/
|
|
@@ -962,14 +1000,15 @@ var _ReplicaAlreadyExistsException = class _ReplicaAlreadyExistsException extend
|
|
|
962
1000
|
$fault: "client",
|
|
963
1001
|
...opts
|
|
964
1002
|
});
|
|
965
|
-
this.name = "ReplicaAlreadyExistsException";
|
|
966
|
-
this.$fault = "client";
|
|
967
1003
|
Object.setPrototypeOf(this, _ReplicaAlreadyExistsException.prototype);
|
|
968
1004
|
}
|
|
969
1005
|
};
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
1006
|
+
var ReplicaNotFoundException = class _ReplicaNotFoundException extends DynamoDBServiceException {
|
|
1007
|
+
static {
|
|
1008
|
+
__name(this, "ReplicaNotFoundException");
|
|
1009
|
+
}
|
|
1010
|
+
name = "ReplicaNotFoundException";
|
|
1011
|
+
$fault = "client";
|
|
973
1012
|
/**
|
|
974
1013
|
* @internal
|
|
975
1014
|
*/
|
|
@@ -979,14 +1018,15 @@ var _ReplicaNotFoundException = class _ReplicaNotFoundException extends DynamoDB
|
|
|
979
1018
|
$fault: "client",
|
|
980
1019
|
...opts
|
|
981
1020
|
});
|
|
982
|
-
this.name = "ReplicaNotFoundException";
|
|
983
|
-
this.$fault = "client";
|
|
984
1021
|
Object.setPrototypeOf(this, _ReplicaNotFoundException.prototype);
|
|
985
1022
|
}
|
|
986
1023
|
};
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
1024
|
+
var IndexNotFoundException = class _IndexNotFoundException extends DynamoDBServiceException {
|
|
1025
|
+
static {
|
|
1026
|
+
__name(this, "IndexNotFoundException");
|
|
1027
|
+
}
|
|
1028
|
+
name = "IndexNotFoundException";
|
|
1029
|
+
$fault = "client";
|
|
990
1030
|
/**
|
|
991
1031
|
* @internal
|
|
992
1032
|
*/
|
|
@@ -996,13 +1036,9 @@ var _IndexNotFoundException = class _IndexNotFoundException extends DynamoDBServ
|
|
|
996
1036
|
$fault: "client",
|
|
997
1037
|
...opts
|
|
998
1038
|
});
|
|
999
|
-
this.name = "IndexNotFoundException";
|
|
1000
|
-
this.$fault = "client";
|
|
1001
1039
|
Object.setPrototypeOf(this, _IndexNotFoundException.prototype);
|
|
1002
1040
|
}
|
|
1003
1041
|
};
|
|
1004
|
-
__name(_IndexNotFoundException, "IndexNotFoundException");
|
|
1005
|
-
var IndexNotFoundException = _IndexNotFoundException;
|
|
1006
1042
|
var AttributeValue;
|
|
1007
1043
|
((AttributeValue2) => {
|
|
1008
1044
|
AttributeValue2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
@@ -1029,7 +1065,17 @@ var AttributeValue;
|
|
|
1029
1065
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
1030
1066
|
}, "visit");
|
|
1031
1067
|
})(AttributeValue || (AttributeValue = {}));
|
|
1032
|
-
var
|
|
1068
|
+
var ConditionalCheckFailedException = class _ConditionalCheckFailedException extends DynamoDBServiceException {
|
|
1069
|
+
static {
|
|
1070
|
+
__name(this, "ConditionalCheckFailedException");
|
|
1071
|
+
}
|
|
1072
|
+
name = "ConditionalCheckFailedException";
|
|
1073
|
+
$fault = "client";
|
|
1074
|
+
/**
|
|
1075
|
+
* <p>Item which caused the <code>ConditionalCheckFailedException</code>.</p>
|
|
1076
|
+
* @public
|
|
1077
|
+
*/
|
|
1078
|
+
Item;
|
|
1033
1079
|
/**
|
|
1034
1080
|
* @internal
|
|
1035
1081
|
*/
|
|
@@ -1039,15 +1085,22 @@ var _ConditionalCheckFailedException = class _ConditionalCheckFailedException ex
|
|
|
1039
1085
|
$fault: "client",
|
|
1040
1086
|
...opts
|
|
1041
1087
|
});
|
|
1042
|
-
this.name = "ConditionalCheckFailedException";
|
|
1043
|
-
this.$fault = "client";
|
|
1044
1088
|
Object.setPrototypeOf(this, _ConditionalCheckFailedException.prototype);
|
|
1045
1089
|
this.Item = opts.Item;
|
|
1046
1090
|
}
|
|
1047
1091
|
};
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1092
|
+
var TransactionCanceledException = class _TransactionCanceledException extends DynamoDBServiceException {
|
|
1093
|
+
static {
|
|
1094
|
+
__name(this, "TransactionCanceledException");
|
|
1095
|
+
}
|
|
1096
|
+
name = "TransactionCanceledException";
|
|
1097
|
+
$fault = "client";
|
|
1098
|
+
Message;
|
|
1099
|
+
/**
|
|
1100
|
+
* <p>A list of cancellation reasons.</p>
|
|
1101
|
+
* @public
|
|
1102
|
+
*/
|
|
1103
|
+
CancellationReasons;
|
|
1051
1104
|
/**
|
|
1052
1105
|
* @internal
|
|
1053
1106
|
*/
|
|
@@ -1057,15 +1110,11 @@ var _TransactionCanceledException = class _TransactionCanceledException extends
|
|
|
1057
1110
|
$fault: "client",
|
|
1058
1111
|
...opts
|
|
1059
1112
|
});
|
|
1060
|
-
this.name = "TransactionCanceledException";
|
|
1061
|
-
this.$fault = "client";
|
|
1062
1113
|
Object.setPrototypeOf(this, _TransactionCanceledException.prototype);
|
|
1063
1114
|
this.Message = opts.Message;
|
|
1064
1115
|
this.CancellationReasons = opts.CancellationReasons;
|
|
1065
1116
|
}
|
|
1066
1117
|
};
|
|
1067
|
-
__name(_TransactionCanceledException, "TransactionCanceledException");
|
|
1068
|
-
var TransactionCanceledException = _TransactionCanceledException;
|
|
1069
1118
|
|
|
1070
1119
|
// src/protocols/Aws_json1_0.ts
|
|
1071
1120
|
var se_BatchExecuteStatementCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
@@ -3754,7 +3803,8 @@ var de_PointInTimeRecoveryDescription = /* @__PURE__ */ __name((output, context)
|
|
|
3754
3803
|
return (0, import_smithy_client.take)(output, {
|
|
3755
3804
|
EarliestRestorableDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3756
3805
|
LatestRestorableDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3757
|
-
PointInTimeRecoveryStatus: import_smithy_client.expectString
|
|
3806
|
+
PointInTimeRecoveryStatus: import_smithy_client.expectString,
|
|
3807
|
+
RecoveryPeriodInDays: import_smithy_client.expectInt32
|
|
3758
3808
|
});
|
|
3759
3809
|
}, "de_PointInTimeRecoveryDescription");
|
|
3760
3810
|
var de_ProvisionedThroughputDescription = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -4088,15 +4138,16 @@ function sharedHeaders(operation) {
|
|
|
4088
4138
|
__name(sharedHeaders, "sharedHeaders");
|
|
4089
4139
|
|
|
4090
4140
|
// src/commands/DescribeEndpointsCommand.ts
|
|
4091
|
-
var
|
|
4141
|
+
var DescribeEndpointsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4092
4142
|
return [
|
|
4093
4143
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4094
4144
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4095
4145
|
];
|
|
4096
4146
|
}).s("DynamoDB_20120810", "DescribeEndpoints", {}).n("DynamoDBClient", "DescribeEndpointsCommand").f(void 0, void 0).ser(se_DescribeEndpointsCommand).de(de_DescribeEndpointsCommand).build() {
|
|
4147
|
+
static {
|
|
4148
|
+
__name(this, "DescribeEndpointsCommand");
|
|
4149
|
+
}
|
|
4097
4150
|
};
|
|
4098
|
-
__name(_DescribeEndpointsCommand, "DescribeEndpointsCommand");
|
|
4099
|
-
var DescribeEndpointsCommand = _DescribeEndpointsCommand;
|
|
4100
4151
|
|
|
4101
4152
|
// src/DynamoDBClient.ts
|
|
4102
4153
|
var import_runtimeConfig = require("././runtimeConfig");
|
|
@@ -4165,7 +4216,14 @@ var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions
|
|
|
4165
4216
|
}, "resolveRuntimeExtensions");
|
|
4166
4217
|
|
|
4167
4218
|
// src/DynamoDBClient.ts
|
|
4168
|
-
var
|
|
4219
|
+
var DynamoDBClient = class extends import_smithy_client.Client {
|
|
4220
|
+
static {
|
|
4221
|
+
__name(this, "DynamoDBClient");
|
|
4222
|
+
}
|
|
4223
|
+
/**
|
|
4224
|
+
* The resolved configuration of DynamoDBClient class. This is resolved and normalized from the {@link DynamoDBClientConfig | constructor configuration interface}.
|
|
4225
|
+
*/
|
|
4226
|
+
config;
|
|
4169
4227
|
constructor(...[configuration]) {
|
|
4170
4228
|
const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
|
|
4171
4229
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
@@ -4179,7 +4237,7 @@ var _DynamoDBClient = class _DynamoDBClient extends import_smithy_client.Client
|
|
|
4179
4237
|
const _config_9 = (0, import_middleware_endpoint_discovery.resolveEndpointDiscoveryConfig)(_config_8, {
|
|
4180
4238
|
endpointDiscoveryCommandCtor: DescribeEndpointsCommand
|
|
4181
4239
|
});
|
|
4182
|
-
const _config_10 = resolveRuntimeExtensions(_config_9,
|
|
4240
|
+
const _config_10 = resolveRuntimeExtensions(_config_9, configuration?.extensions || []);
|
|
4183
4241
|
super(_config_10);
|
|
4184
4242
|
this.config = _config_10;
|
|
4185
4243
|
this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
|
|
@@ -4207,8 +4265,6 @@ var _DynamoDBClient = class _DynamoDBClient extends import_smithy_client.Client
|
|
|
4207
4265
|
super.destroy();
|
|
4208
4266
|
}
|
|
4209
4267
|
};
|
|
4210
|
-
__name(_DynamoDBClient, "DynamoDBClient");
|
|
4211
|
-
var DynamoDBClient = _DynamoDBClient;
|
|
4212
4268
|
|
|
4213
4269
|
// src/DynamoDB.ts
|
|
4214
4270
|
|
|
@@ -4217,785 +4273,841 @@ var DynamoDBClient = _DynamoDBClient;
|
|
|
4217
4273
|
|
|
4218
4274
|
|
|
4219
4275
|
|
|
4220
|
-
var
|
|
4276
|
+
var BatchExecuteStatementCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4221
4277
|
return [
|
|
4222
4278
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4223
4279
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4224
4280
|
];
|
|
4225
4281
|
}).s("DynamoDB_20120810", "BatchExecuteStatement", {}).n("DynamoDBClient", "BatchExecuteStatementCommand").f(void 0, void 0).ser(se_BatchExecuteStatementCommand).de(de_BatchExecuteStatementCommand).build() {
|
|
4282
|
+
static {
|
|
4283
|
+
__name(this, "BatchExecuteStatementCommand");
|
|
4284
|
+
}
|
|
4226
4285
|
};
|
|
4227
|
-
__name(_BatchExecuteStatementCommand, "BatchExecuteStatementCommand");
|
|
4228
|
-
var BatchExecuteStatementCommand = _BatchExecuteStatementCommand;
|
|
4229
4286
|
|
|
4230
4287
|
// src/commands/BatchGetItemCommand.ts
|
|
4231
4288
|
|
|
4232
4289
|
|
|
4233
4290
|
|
|
4234
|
-
var
|
|
4291
|
+
var BatchGetItemCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4235
4292
|
return [
|
|
4236
4293
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4237
4294
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4238
4295
|
];
|
|
4239
4296
|
}).s("DynamoDB_20120810", "BatchGetItem", {}).n("DynamoDBClient", "BatchGetItemCommand").f(void 0, void 0).ser(se_BatchGetItemCommand).de(de_BatchGetItemCommand).build() {
|
|
4297
|
+
static {
|
|
4298
|
+
__name(this, "BatchGetItemCommand");
|
|
4299
|
+
}
|
|
4240
4300
|
};
|
|
4241
|
-
__name(_BatchGetItemCommand, "BatchGetItemCommand");
|
|
4242
|
-
var BatchGetItemCommand = _BatchGetItemCommand;
|
|
4243
4301
|
|
|
4244
4302
|
// src/commands/BatchWriteItemCommand.ts
|
|
4245
4303
|
|
|
4246
4304
|
|
|
4247
4305
|
|
|
4248
|
-
var
|
|
4306
|
+
var BatchWriteItemCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4249
4307
|
return [
|
|
4250
4308
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4251
4309
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4252
4310
|
];
|
|
4253
4311
|
}).s("DynamoDB_20120810", "BatchWriteItem", {}).n("DynamoDBClient", "BatchWriteItemCommand").f(void 0, void 0).ser(se_BatchWriteItemCommand).de(de_BatchWriteItemCommand).build() {
|
|
4312
|
+
static {
|
|
4313
|
+
__name(this, "BatchWriteItemCommand");
|
|
4314
|
+
}
|
|
4254
4315
|
};
|
|
4255
|
-
__name(_BatchWriteItemCommand, "BatchWriteItemCommand");
|
|
4256
|
-
var BatchWriteItemCommand = _BatchWriteItemCommand;
|
|
4257
4316
|
|
|
4258
4317
|
// src/commands/CreateBackupCommand.ts
|
|
4259
4318
|
|
|
4260
4319
|
|
|
4261
4320
|
|
|
4262
|
-
var
|
|
4321
|
+
var CreateBackupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4263
4322
|
return [
|
|
4264
4323
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4265
4324
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4266
4325
|
];
|
|
4267
4326
|
}).s("DynamoDB_20120810", "CreateBackup", {}).n("DynamoDBClient", "CreateBackupCommand").f(void 0, void 0).ser(se_CreateBackupCommand).de(de_CreateBackupCommand).build() {
|
|
4327
|
+
static {
|
|
4328
|
+
__name(this, "CreateBackupCommand");
|
|
4329
|
+
}
|
|
4268
4330
|
};
|
|
4269
|
-
__name(_CreateBackupCommand, "CreateBackupCommand");
|
|
4270
|
-
var CreateBackupCommand = _CreateBackupCommand;
|
|
4271
4331
|
|
|
4272
4332
|
// src/commands/CreateGlobalTableCommand.ts
|
|
4273
4333
|
|
|
4274
4334
|
|
|
4275
4335
|
|
|
4276
|
-
var
|
|
4336
|
+
var CreateGlobalTableCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4277
4337
|
return [
|
|
4278
4338
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4279
4339
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4280
4340
|
];
|
|
4281
4341
|
}).s("DynamoDB_20120810", "CreateGlobalTable", {}).n("DynamoDBClient", "CreateGlobalTableCommand").f(void 0, void 0).ser(se_CreateGlobalTableCommand).de(de_CreateGlobalTableCommand).build() {
|
|
4342
|
+
static {
|
|
4343
|
+
__name(this, "CreateGlobalTableCommand");
|
|
4344
|
+
}
|
|
4282
4345
|
};
|
|
4283
|
-
__name(_CreateGlobalTableCommand, "CreateGlobalTableCommand");
|
|
4284
|
-
var CreateGlobalTableCommand = _CreateGlobalTableCommand;
|
|
4285
4346
|
|
|
4286
4347
|
// src/commands/CreateTableCommand.ts
|
|
4287
4348
|
|
|
4288
4349
|
|
|
4289
4350
|
|
|
4290
|
-
var
|
|
4351
|
+
var CreateTableCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4291
4352
|
return [
|
|
4292
4353
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4293
4354
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4294
4355
|
];
|
|
4295
4356
|
}).s("DynamoDB_20120810", "CreateTable", {}).n("DynamoDBClient", "CreateTableCommand").f(void 0, void 0).ser(se_CreateTableCommand).de(de_CreateTableCommand).build() {
|
|
4357
|
+
static {
|
|
4358
|
+
__name(this, "CreateTableCommand");
|
|
4359
|
+
}
|
|
4296
4360
|
};
|
|
4297
|
-
__name(_CreateTableCommand, "CreateTableCommand");
|
|
4298
|
-
var CreateTableCommand = _CreateTableCommand;
|
|
4299
4361
|
|
|
4300
4362
|
// src/commands/DeleteBackupCommand.ts
|
|
4301
4363
|
|
|
4302
4364
|
|
|
4303
4365
|
|
|
4304
|
-
var
|
|
4366
|
+
var DeleteBackupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4305
4367
|
return [
|
|
4306
4368
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4307
4369
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4308
4370
|
];
|
|
4309
4371
|
}).s("DynamoDB_20120810", "DeleteBackup", {}).n("DynamoDBClient", "DeleteBackupCommand").f(void 0, void 0).ser(se_DeleteBackupCommand).de(de_DeleteBackupCommand).build() {
|
|
4372
|
+
static {
|
|
4373
|
+
__name(this, "DeleteBackupCommand");
|
|
4374
|
+
}
|
|
4310
4375
|
};
|
|
4311
|
-
__name(_DeleteBackupCommand, "DeleteBackupCommand");
|
|
4312
|
-
var DeleteBackupCommand = _DeleteBackupCommand;
|
|
4313
4376
|
|
|
4314
4377
|
// src/commands/DeleteItemCommand.ts
|
|
4315
4378
|
|
|
4316
4379
|
|
|
4317
4380
|
|
|
4318
|
-
var
|
|
4381
|
+
var DeleteItemCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4319
4382
|
return [
|
|
4320
4383
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4321
4384
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4322
4385
|
];
|
|
4323
4386
|
}).s("DynamoDB_20120810", "DeleteItem", {}).n("DynamoDBClient", "DeleteItemCommand").f(void 0, void 0).ser(se_DeleteItemCommand).de(de_DeleteItemCommand).build() {
|
|
4387
|
+
static {
|
|
4388
|
+
__name(this, "DeleteItemCommand");
|
|
4389
|
+
}
|
|
4324
4390
|
};
|
|
4325
|
-
__name(_DeleteItemCommand, "DeleteItemCommand");
|
|
4326
|
-
var DeleteItemCommand = _DeleteItemCommand;
|
|
4327
4391
|
|
|
4328
4392
|
// src/commands/DeleteResourcePolicyCommand.ts
|
|
4329
4393
|
|
|
4330
4394
|
|
|
4331
4395
|
|
|
4332
|
-
var
|
|
4396
|
+
var DeleteResourcePolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4333
4397
|
return [
|
|
4334
4398
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4335
4399
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4336
4400
|
];
|
|
4337
4401
|
}).s("DynamoDB_20120810", "DeleteResourcePolicy", {}).n("DynamoDBClient", "DeleteResourcePolicyCommand").f(void 0, void 0).ser(se_DeleteResourcePolicyCommand).de(de_DeleteResourcePolicyCommand).build() {
|
|
4402
|
+
static {
|
|
4403
|
+
__name(this, "DeleteResourcePolicyCommand");
|
|
4404
|
+
}
|
|
4338
4405
|
};
|
|
4339
|
-
__name(_DeleteResourcePolicyCommand, "DeleteResourcePolicyCommand");
|
|
4340
|
-
var DeleteResourcePolicyCommand = _DeleteResourcePolicyCommand;
|
|
4341
4406
|
|
|
4342
4407
|
// src/commands/DeleteTableCommand.ts
|
|
4343
4408
|
|
|
4344
4409
|
|
|
4345
4410
|
|
|
4346
|
-
var
|
|
4411
|
+
var DeleteTableCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4347
4412
|
return [
|
|
4348
4413
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4349
4414
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4350
4415
|
];
|
|
4351
4416
|
}).s("DynamoDB_20120810", "DeleteTable", {}).n("DynamoDBClient", "DeleteTableCommand").f(void 0, void 0).ser(se_DeleteTableCommand).de(de_DeleteTableCommand).build() {
|
|
4417
|
+
static {
|
|
4418
|
+
__name(this, "DeleteTableCommand");
|
|
4419
|
+
}
|
|
4352
4420
|
};
|
|
4353
|
-
__name(_DeleteTableCommand, "DeleteTableCommand");
|
|
4354
|
-
var DeleteTableCommand = _DeleteTableCommand;
|
|
4355
4421
|
|
|
4356
4422
|
// src/commands/DescribeBackupCommand.ts
|
|
4357
4423
|
|
|
4358
4424
|
|
|
4359
4425
|
|
|
4360
|
-
var
|
|
4426
|
+
var DescribeBackupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4361
4427
|
return [
|
|
4362
4428
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4363
4429
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4364
4430
|
];
|
|
4365
4431
|
}).s("DynamoDB_20120810", "DescribeBackup", {}).n("DynamoDBClient", "DescribeBackupCommand").f(void 0, void 0).ser(se_DescribeBackupCommand).de(de_DescribeBackupCommand).build() {
|
|
4432
|
+
static {
|
|
4433
|
+
__name(this, "DescribeBackupCommand");
|
|
4434
|
+
}
|
|
4366
4435
|
};
|
|
4367
|
-
__name(_DescribeBackupCommand, "DescribeBackupCommand");
|
|
4368
|
-
var DescribeBackupCommand = _DescribeBackupCommand;
|
|
4369
4436
|
|
|
4370
4437
|
// src/commands/DescribeContinuousBackupsCommand.ts
|
|
4371
4438
|
|
|
4372
4439
|
|
|
4373
4440
|
|
|
4374
|
-
var
|
|
4441
|
+
var DescribeContinuousBackupsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4375
4442
|
return [
|
|
4376
4443
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4377
4444
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4378
4445
|
];
|
|
4379
4446
|
}).s("DynamoDB_20120810", "DescribeContinuousBackups", {}).n("DynamoDBClient", "DescribeContinuousBackupsCommand").f(void 0, void 0).ser(se_DescribeContinuousBackupsCommand).de(de_DescribeContinuousBackupsCommand).build() {
|
|
4447
|
+
static {
|
|
4448
|
+
__name(this, "DescribeContinuousBackupsCommand");
|
|
4449
|
+
}
|
|
4380
4450
|
};
|
|
4381
|
-
__name(_DescribeContinuousBackupsCommand, "DescribeContinuousBackupsCommand");
|
|
4382
|
-
var DescribeContinuousBackupsCommand = _DescribeContinuousBackupsCommand;
|
|
4383
4451
|
|
|
4384
4452
|
// src/commands/DescribeContributorInsightsCommand.ts
|
|
4385
4453
|
|
|
4386
4454
|
|
|
4387
4455
|
|
|
4388
|
-
var
|
|
4456
|
+
var DescribeContributorInsightsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4389
4457
|
return [
|
|
4390
4458
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4391
4459
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4392
4460
|
];
|
|
4393
4461
|
}).s("DynamoDB_20120810", "DescribeContributorInsights", {}).n("DynamoDBClient", "DescribeContributorInsightsCommand").f(void 0, void 0).ser(se_DescribeContributorInsightsCommand).de(de_DescribeContributorInsightsCommand).build() {
|
|
4462
|
+
static {
|
|
4463
|
+
__name(this, "DescribeContributorInsightsCommand");
|
|
4464
|
+
}
|
|
4394
4465
|
};
|
|
4395
|
-
__name(_DescribeContributorInsightsCommand, "DescribeContributorInsightsCommand");
|
|
4396
|
-
var DescribeContributorInsightsCommand = _DescribeContributorInsightsCommand;
|
|
4397
4466
|
|
|
4398
4467
|
// src/commands/DescribeExportCommand.ts
|
|
4399
4468
|
|
|
4400
4469
|
|
|
4401
4470
|
|
|
4402
|
-
var
|
|
4471
|
+
var DescribeExportCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4403
4472
|
return [
|
|
4404
4473
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4405
4474
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4406
4475
|
];
|
|
4407
4476
|
}).s("DynamoDB_20120810", "DescribeExport", {}).n("DynamoDBClient", "DescribeExportCommand").f(void 0, void 0).ser(se_DescribeExportCommand).de(de_DescribeExportCommand).build() {
|
|
4477
|
+
static {
|
|
4478
|
+
__name(this, "DescribeExportCommand");
|
|
4479
|
+
}
|
|
4408
4480
|
};
|
|
4409
|
-
__name(_DescribeExportCommand, "DescribeExportCommand");
|
|
4410
|
-
var DescribeExportCommand = _DescribeExportCommand;
|
|
4411
4481
|
|
|
4412
4482
|
// src/commands/DescribeGlobalTableCommand.ts
|
|
4413
4483
|
|
|
4414
4484
|
|
|
4415
4485
|
|
|
4416
|
-
var
|
|
4486
|
+
var DescribeGlobalTableCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4417
4487
|
return [
|
|
4418
4488
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4419
4489
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4420
4490
|
];
|
|
4421
4491
|
}).s("DynamoDB_20120810", "DescribeGlobalTable", {}).n("DynamoDBClient", "DescribeGlobalTableCommand").f(void 0, void 0).ser(se_DescribeGlobalTableCommand).de(de_DescribeGlobalTableCommand).build() {
|
|
4492
|
+
static {
|
|
4493
|
+
__name(this, "DescribeGlobalTableCommand");
|
|
4494
|
+
}
|
|
4422
4495
|
};
|
|
4423
|
-
__name(_DescribeGlobalTableCommand, "DescribeGlobalTableCommand");
|
|
4424
|
-
var DescribeGlobalTableCommand = _DescribeGlobalTableCommand;
|
|
4425
4496
|
|
|
4426
4497
|
// src/commands/DescribeGlobalTableSettingsCommand.ts
|
|
4427
4498
|
|
|
4428
4499
|
|
|
4429
4500
|
|
|
4430
|
-
var
|
|
4501
|
+
var DescribeGlobalTableSettingsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4431
4502
|
return [
|
|
4432
4503
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4433
4504
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4434
4505
|
];
|
|
4435
4506
|
}).s("DynamoDB_20120810", "DescribeGlobalTableSettings", {}).n("DynamoDBClient", "DescribeGlobalTableSettingsCommand").f(void 0, void 0).ser(se_DescribeGlobalTableSettingsCommand).de(de_DescribeGlobalTableSettingsCommand).build() {
|
|
4507
|
+
static {
|
|
4508
|
+
__name(this, "DescribeGlobalTableSettingsCommand");
|
|
4509
|
+
}
|
|
4436
4510
|
};
|
|
4437
|
-
__name(_DescribeGlobalTableSettingsCommand, "DescribeGlobalTableSettingsCommand");
|
|
4438
|
-
var DescribeGlobalTableSettingsCommand = _DescribeGlobalTableSettingsCommand;
|
|
4439
4511
|
|
|
4440
4512
|
// src/commands/DescribeImportCommand.ts
|
|
4441
4513
|
|
|
4442
4514
|
|
|
4443
4515
|
|
|
4444
|
-
var
|
|
4516
|
+
var DescribeImportCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4445
4517
|
return [
|
|
4446
4518
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4447
4519
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4448
4520
|
];
|
|
4449
4521
|
}).s("DynamoDB_20120810", "DescribeImport", {}).n("DynamoDBClient", "DescribeImportCommand").f(void 0, void 0).ser(se_DescribeImportCommand).de(de_DescribeImportCommand).build() {
|
|
4522
|
+
static {
|
|
4523
|
+
__name(this, "DescribeImportCommand");
|
|
4524
|
+
}
|
|
4450
4525
|
};
|
|
4451
|
-
__name(_DescribeImportCommand, "DescribeImportCommand");
|
|
4452
|
-
var DescribeImportCommand = _DescribeImportCommand;
|
|
4453
4526
|
|
|
4454
4527
|
// src/commands/DescribeKinesisStreamingDestinationCommand.ts
|
|
4455
4528
|
|
|
4456
4529
|
|
|
4457
4530
|
|
|
4458
|
-
var
|
|
4531
|
+
var DescribeKinesisStreamingDestinationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4459
4532
|
return [
|
|
4460
4533
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4461
4534
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4462
4535
|
];
|
|
4463
4536
|
}).s("DynamoDB_20120810", "DescribeKinesisStreamingDestination", {}).n("DynamoDBClient", "DescribeKinesisStreamingDestinationCommand").f(void 0, void 0).ser(se_DescribeKinesisStreamingDestinationCommand).de(de_DescribeKinesisStreamingDestinationCommand).build() {
|
|
4537
|
+
static {
|
|
4538
|
+
__name(this, "DescribeKinesisStreamingDestinationCommand");
|
|
4539
|
+
}
|
|
4464
4540
|
};
|
|
4465
|
-
__name(_DescribeKinesisStreamingDestinationCommand, "DescribeKinesisStreamingDestinationCommand");
|
|
4466
|
-
var DescribeKinesisStreamingDestinationCommand = _DescribeKinesisStreamingDestinationCommand;
|
|
4467
4541
|
|
|
4468
4542
|
// src/commands/DescribeLimitsCommand.ts
|
|
4469
4543
|
|
|
4470
4544
|
|
|
4471
4545
|
|
|
4472
|
-
var
|
|
4546
|
+
var DescribeLimitsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4473
4547
|
return [
|
|
4474
4548
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4475
4549
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4476
4550
|
];
|
|
4477
4551
|
}).s("DynamoDB_20120810", "DescribeLimits", {}).n("DynamoDBClient", "DescribeLimitsCommand").f(void 0, void 0).ser(se_DescribeLimitsCommand).de(de_DescribeLimitsCommand).build() {
|
|
4552
|
+
static {
|
|
4553
|
+
__name(this, "DescribeLimitsCommand");
|
|
4554
|
+
}
|
|
4478
4555
|
};
|
|
4479
|
-
__name(_DescribeLimitsCommand, "DescribeLimitsCommand");
|
|
4480
|
-
var DescribeLimitsCommand = _DescribeLimitsCommand;
|
|
4481
4556
|
|
|
4482
4557
|
// src/commands/DescribeTableCommand.ts
|
|
4483
4558
|
|
|
4484
4559
|
|
|
4485
4560
|
|
|
4486
|
-
var
|
|
4561
|
+
var DescribeTableCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4487
4562
|
return [
|
|
4488
4563
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4489
4564
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4490
4565
|
];
|
|
4491
4566
|
}).s("DynamoDB_20120810", "DescribeTable", {}).n("DynamoDBClient", "DescribeTableCommand").f(void 0, void 0).ser(se_DescribeTableCommand).de(de_DescribeTableCommand).build() {
|
|
4567
|
+
static {
|
|
4568
|
+
__name(this, "DescribeTableCommand");
|
|
4569
|
+
}
|
|
4492
4570
|
};
|
|
4493
|
-
__name(_DescribeTableCommand, "DescribeTableCommand");
|
|
4494
|
-
var DescribeTableCommand = _DescribeTableCommand;
|
|
4495
4571
|
|
|
4496
4572
|
// src/commands/DescribeTableReplicaAutoScalingCommand.ts
|
|
4497
4573
|
|
|
4498
4574
|
|
|
4499
4575
|
|
|
4500
|
-
var
|
|
4576
|
+
var DescribeTableReplicaAutoScalingCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4501
4577
|
return [
|
|
4502
4578
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4503
4579
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4504
4580
|
];
|
|
4505
4581
|
}).s("DynamoDB_20120810", "DescribeTableReplicaAutoScaling", {}).n("DynamoDBClient", "DescribeTableReplicaAutoScalingCommand").f(void 0, void 0).ser(se_DescribeTableReplicaAutoScalingCommand).de(de_DescribeTableReplicaAutoScalingCommand).build() {
|
|
4582
|
+
static {
|
|
4583
|
+
__name(this, "DescribeTableReplicaAutoScalingCommand");
|
|
4584
|
+
}
|
|
4506
4585
|
};
|
|
4507
|
-
__name(_DescribeTableReplicaAutoScalingCommand, "DescribeTableReplicaAutoScalingCommand");
|
|
4508
|
-
var DescribeTableReplicaAutoScalingCommand = _DescribeTableReplicaAutoScalingCommand;
|
|
4509
4586
|
|
|
4510
4587
|
// src/commands/DescribeTimeToLiveCommand.ts
|
|
4511
4588
|
|
|
4512
4589
|
|
|
4513
4590
|
|
|
4514
|
-
var
|
|
4591
|
+
var DescribeTimeToLiveCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4515
4592
|
return [
|
|
4516
4593
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4517
4594
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4518
4595
|
];
|
|
4519
4596
|
}).s("DynamoDB_20120810", "DescribeTimeToLive", {}).n("DynamoDBClient", "DescribeTimeToLiveCommand").f(void 0, void 0).ser(se_DescribeTimeToLiveCommand).de(de_DescribeTimeToLiveCommand).build() {
|
|
4597
|
+
static {
|
|
4598
|
+
__name(this, "DescribeTimeToLiveCommand");
|
|
4599
|
+
}
|
|
4520
4600
|
};
|
|
4521
|
-
__name(_DescribeTimeToLiveCommand, "DescribeTimeToLiveCommand");
|
|
4522
|
-
var DescribeTimeToLiveCommand = _DescribeTimeToLiveCommand;
|
|
4523
4601
|
|
|
4524
4602
|
// src/commands/DisableKinesisStreamingDestinationCommand.ts
|
|
4525
4603
|
|
|
4526
4604
|
|
|
4527
4605
|
|
|
4528
|
-
var
|
|
4606
|
+
var DisableKinesisStreamingDestinationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4529
4607
|
return [
|
|
4530
4608
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4531
4609
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4532
4610
|
];
|
|
4533
4611
|
}).s("DynamoDB_20120810", "DisableKinesisStreamingDestination", {}).n("DynamoDBClient", "DisableKinesisStreamingDestinationCommand").f(void 0, void 0).ser(se_DisableKinesisStreamingDestinationCommand).de(de_DisableKinesisStreamingDestinationCommand).build() {
|
|
4612
|
+
static {
|
|
4613
|
+
__name(this, "DisableKinesisStreamingDestinationCommand");
|
|
4614
|
+
}
|
|
4534
4615
|
};
|
|
4535
|
-
__name(_DisableKinesisStreamingDestinationCommand, "DisableKinesisStreamingDestinationCommand");
|
|
4536
|
-
var DisableKinesisStreamingDestinationCommand = _DisableKinesisStreamingDestinationCommand;
|
|
4537
4616
|
|
|
4538
4617
|
// src/commands/EnableKinesisStreamingDestinationCommand.ts
|
|
4539
4618
|
|
|
4540
4619
|
|
|
4541
4620
|
|
|
4542
|
-
var
|
|
4621
|
+
var EnableKinesisStreamingDestinationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4543
4622
|
return [
|
|
4544
4623
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4545
4624
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4546
4625
|
];
|
|
4547
4626
|
}).s("DynamoDB_20120810", "EnableKinesisStreamingDestination", {}).n("DynamoDBClient", "EnableKinesisStreamingDestinationCommand").f(void 0, void 0).ser(se_EnableKinesisStreamingDestinationCommand).de(de_EnableKinesisStreamingDestinationCommand).build() {
|
|
4627
|
+
static {
|
|
4628
|
+
__name(this, "EnableKinesisStreamingDestinationCommand");
|
|
4629
|
+
}
|
|
4548
4630
|
};
|
|
4549
|
-
__name(_EnableKinesisStreamingDestinationCommand, "EnableKinesisStreamingDestinationCommand");
|
|
4550
|
-
var EnableKinesisStreamingDestinationCommand = _EnableKinesisStreamingDestinationCommand;
|
|
4551
4631
|
|
|
4552
4632
|
// src/commands/ExecuteStatementCommand.ts
|
|
4553
4633
|
|
|
4554
4634
|
|
|
4555
4635
|
|
|
4556
|
-
var
|
|
4636
|
+
var ExecuteStatementCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4557
4637
|
return [
|
|
4558
4638
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4559
4639
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4560
4640
|
];
|
|
4561
4641
|
}).s("DynamoDB_20120810", "ExecuteStatement", {}).n("DynamoDBClient", "ExecuteStatementCommand").f(void 0, void 0).ser(se_ExecuteStatementCommand).de(de_ExecuteStatementCommand).build() {
|
|
4642
|
+
static {
|
|
4643
|
+
__name(this, "ExecuteStatementCommand");
|
|
4644
|
+
}
|
|
4562
4645
|
};
|
|
4563
|
-
__name(_ExecuteStatementCommand, "ExecuteStatementCommand");
|
|
4564
|
-
var ExecuteStatementCommand = _ExecuteStatementCommand;
|
|
4565
4646
|
|
|
4566
4647
|
// src/commands/ExecuteTransactionCommand.ts
|
|
4567
4648
|
|
|
4568
4649
|
|
|
4569
4650
|
|
|
4570
|
-
var
|
|
4651
|
+
var ExecuteTransactionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4571
4652
|
return [
|
|
4572
4653
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4573
4654
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4574
4655
|
];
|
|
4575
4656
|
}).s("DynamoDB_20120810", "ExecuteTransaction", {}).n("DynamoDBClient", "ExecuteTransactionCommand").f(void 0, void 0).ser(se_ExecuteTransactionCommand).de(de_ExecuteTransactionCommand).build() {
|
|
4657
|
+
static {
|
|
4658
|
+
__name(this, "ExecuteTransactionCommand");
|
|
4659
|
+
}
|
|
4576
4660
|
};
|
|
4577
|
-
__name(_ExecuteTransactionCommand, "ExecuteTransactionCommand");
|
|
4578
|
-
var ExecuteTransactionCommand = _ExecuteTransactionCommand;
|
|
4579
4661
|
|
|
4580
4662
|
// src/commands/ExportTableToPointInTimeCommand.ts
|
|
4581
4663
|
|
|
4582
4664
|
|
|
4583
4665
|
|
|
4584
|
-
var
|
|
4666
|
+
var ExportTableToPointInTimeCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4585
4667
|
return [
|
|
4586
4668
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4587
4669
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4588
4670
|
];
|
|
4589
4671
|
}).s("DynamoDB_20120810", "ExportTableToPointInTime", {}).n("DynamoDBClient", "ExportTableToPointInTimeCommand").f(void 0, void 0).ser(se_ExportTableToPointInTimeCommand).de(de_ExportTableToPointInTimeCommand).build() {
|
|
4672
|
+
static {
|
|
4673
|
+
__name(this, "ExportTableToPointInTimeCommand");
|
|
4674
|
+
}
|
|
4590
4675
|
};
|
|
4591
|
-
__name(_ExportTableToPointInTimeCommand, "ExportTableToPointInTimeCommand");
|
|
4592
|
-
var ExportTableToPointInTimeCommand = _ExportTableToPointInTimeCommand;
|
|
4593
4676
|
|
|
4594
4677
|
// src/commands/GetItemCommand.ts
|
|
4595
4678
|
|
|
4596
4679
|
|
|
4597
4680
|
|
|
4598
|
-
var
|
|
4681
|
+
var GetItemCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4599
4682
|
return [
|
|
4600
4683
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4601
4684
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4602
4685
|
];
|
|
4603
4686
|
}).s("DynamoDB_20120810", "GetItem", {}).n("DynamoDBClient", "GetItemCommand").f(void 0, void 0).ser(se_GetItemCommand).de(de_GetItemCommand).build() {
|
|
4687
|
+
static {
|
|
4688
|
+
__name(this, "GetItemCommand");
|
|
4689
|
+
}
|
|
4604
4690
|
};
|
|
4605
|
-
__name(_GetItemCommand, "GetItemCommand");
|
|
4606
|
-
var GetItemCommand = _GetItemCommand;
|
|
4607
4691
|
|
|
4608
4692
|
// src/commands/GetResourcePolicyCommand.ts
|
|
4609
4693
|
|
|
4610
4694
|
|
|
4611
4695
|
|
|
4612
|
-
var
|
|
4696
|
+
var GetResourcePolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4613
4697
|
return [
|
|
4614
4698
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4615
4699
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4616
4700
|
];
|
|
4617
4701
|
}).s("DynamoDB_20120810", "GetResourcePolicy", {}).n("DynamoDBClient", "GetResourcePolicyCommand").f(void 0, void 0).ser(se_GetResourcePolicyCommand).de(de_GetResourcePolicyCommand).build() {
|
|
4702
|
+
static {
|
|
4703
|
+
__name(this, "GetResourcePolicyCommand");
|
|
4704
|
+
}
|
|
4618
4705
|
};
|
|
4619
|
-
__name(_GetResourcePolicyCommand, "GetResourcePolicyCommand");
|
|
4620
|
-
var GetResourcePolicyCommand = _GetResourcePolicyCommand;
|
|
4621
4706
|
|
|
4622
4707
|
// src/commands/ImportTableCommand.ts
|
|
4623
4708
|
|
|
4624
4709
|
|
|
4625
4710
|
|
|
4626
|
-
var
|
|
4711
|
+
var ImportTableCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4627
4712
|
return [
|
|
4628
4713
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4629
4714
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4630
4715
|
];
|
|
4631
4716
|
}).s("DynamoDB_20120810", "ImportTable", {}).n("DynamoDBClient", "ImportTableCommand").f(void 0, void 0).ser(se_ImportTableCommand).de(de_ImportTableCommand).build() {
|
|
4717
|
+
static {
|
|
4718
|
+
__name(this, "ImportTableCommand");
|
|
4719
|
+
}
|
|
4632
4720
|
};
|
|
4633
|
-
__name(_ImportTableCommand, "ImportTableCommand");
|
|
4634
|
-
var ImportTableCommand = _ImportTableCommand;
|
|
4635
4721
|
|
|
4636
4722
|
// src/commands/ListBackupsCommand.ts
|
|
4637
4723
|
|
|
4638
4724
|
|
|
4639
4725
|
|
|
4640
|
-
var
|
|
4726
|
+
var ListBackupsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4641
4727
|
return [
|
|
4642
4728
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4643
4729
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4644
4730
|
];
|
|
4645
4731
|
}).s("DynamoDB_20120810", "ListBackups", {}).n("DynamoDBClient", "ListBackupsCommand").f(void 0, void 0).ser(se_ListBackupsCommand).de(de_ListBackupsCommand).build() {
|
|
4732
|
+
static {
|
|
4733
|
+
__name(this, "ListBackupsCommand");
|
|
4734
|
+
}
|
|
4646
4735
|
};
|
|
4647
|
-
__name(_ListBackupsCommand, "ListBackupsCommand");
|
|
4648
|
-
var ListBackupsCommand = _ListBackupsCommand;
|
|
4649
4736
|
|
|
4650
4737
|
// src/commands/ListContributorInsightsCommand.ts
|
|
4651
4738
|
|
|
4652
4739
|
|
|
4653
4740
|
|
|
4654
|
-
var
|
|
4741
|
+
var ListContributorInsightsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4655
4742
|
return [
|
|
4656
4743
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4657
4744
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4658
4745
|
];
|
|
4659
4746
|
}).s("DynamoDB_20120810", "ListContributorInsights", {}).n("DynamoDBClient", "ListContributorInsightsCommand").f(void 0, void 0).ser(se_ListContributorInsightsCommand).de(de_ListContributorInsightsCommand).build() {
|
|
4747
|
+
static {
|
|
4748
|
+
__name(this, "ListContributorInsightsCommand");
|
|
4749
|
+
}
|
|
4660
4750
|
};
|
|
4661
|
-
__name(_ListContributorInsightsCommand, "ListContributorInsightsCommand");
|
|
4662
|
-
var ListContributorInsightsCommand = _ListContributorInsightsCommand;
|
|
4663
4751
|
|
|
4664
4752
|
// src/commands/ListExportsCommand.ts
|
|
4665
4753
|
|
|
4666
4754
|
|
|
4667
4755
|
|
|
4668
|
-
var
|
|
4756
|
+
var ListExportsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4669
4757
|
return [
|
|
4670
4758
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4671
4759
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4672
4760
|
];
|
|
4673
4761
|
}).s("DynamoDB_20120810", "ListExports", {}).n("DynamoDBClient", "ListExportsCommand").f(void 0, void 0).ser(se_ListExportsCommand).de(de_ListExportsCommand).build() {
|
|
4762
|
+
static {
|
|
4763
|
+
__name(this, "ListExportsCommand");
|
|
4764
|
+
}
|
|
4674
4765
|
};
|
|
4675
|
-
__name(_ListExportsCommand, "ListExportsCommand");
|
|
4676
|
-
var ListExportsCommand = _ListExportsCommand;
|
|
4677
4766
|
|
|
4678
4767
|
// src/commands/ListGlobalTablesCommand.ts
|
|
4679
4768
|
|
|
4680
4769
|
|
|
4681
4770
|
|
|
4682
|
-
var
|
|
4771
|
+
var ListGlobalTablesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4683
4772
|
return [
|
|
4684
4773
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4685
4774
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4686
4775
|
];
|
|
4687
4776
|
}).s("DynamoDB_20120810", "ListGlobalTables", {}).n("DynamoDBClient", "ListGlobalTablesCommand").f(void 0, void 0).ser(se_ListGlobalTablesCommand).de(de_ListGlobalTablesCommand).build() {
|
|
4777
|
+
static {
|
|
4778
|
+
__name(this, "ListGlobalTablesCommand");
|
|
4779
|
+
}
|
|
4688
4780
|
};
|
|
4689
|
-
__name(_ListGlobalTablesCommand, "ListGlobalTablesCommand");
|
|
4690
|
-
var ListGlobalTablesCommand = _ListGlobalTablesCommand;
|
|
4691
4781
|
|
|
4692
4782
|
// src/commands/ListImportsCommand.ts
|
|
4693
4783
|
|
|
4694
4784
|
|
|
4695
4785
|
|
|
4696
|
-
var
|
|
4786
|
+
var ListImportsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4697
4787
|
return [
|
|
4698
4788
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4699
4789
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4700
4790
|
];
|
|
4701
4791
|
}).s("DynamoDB_20120810", "ListImports", {}).n("DynamoDBClient", "ListImportsCommand").f(void 0, void 0).ser(se_ListImportsCommand).de(de_ListImportsCommand).build() {
|
|
4792
|
+
static {
|
|
4793
|
+
__name(this, "ListImportsCommand");
|
|
4794
|
+
}
|
|
4702
4795
|
};
|
|
4703
|
-
__name(_ListImportsCommand, "ListImportsCommand");
|
|
4704
|
-
var ListImportsCommand = _ListImportsCommand;
|
|
4705
4796
|
|
|
4706
4797
|
// src/commands/ListTablesCommand.ts
|
|
4707
4798
|
|
|
4708
4799
|
|
|
4709
4800
|
|
|
4710
|
-
var
|
|
4801
|
+
var ListTablesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4711
4802
|
return [
|
|
4712
4803
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4713
4804
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4714
4805
|
];
|
|
4715
4806
|
}).s("DynamoDB_20120810", "ListTables", {}).n("DynamoDBClient", "ListTablesCommand").f(void 0, void 0).ser(se_ListTablesCommand).de(de_ListTablesCommand).build() {
|
|
4807
|
+
static {
|
|
4808
|
+
__name(this, "ListTablesCommand");
|
|
4809
|
+
}
|
|
4716
4810
|
};
|
|
4717
|
-
__name(_ListTablesCommand, "ListTablesCommand");
|
|
4718
|
-
var ListTablesCommand = _ListTablesCommand;
|
|
4719
4811
|
|
|
4720
4812
|
// src/commands/ListTagsOfResourceCommand.ts
|
|
4721
4813
|
|
|
4722
4814
|
|
|
4723
4815
|
|
|
4724
|
-
var
|
|
4816
|
+
var ListTagsOfResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4725
4817
|
return [
|
|
4726
4818
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4727
4819
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4728
4820
|
];
|
|
4729
4821
|
}).s("DynamoDB_20120810", "ListTagsOfResource", {}).n("DynamoDBClient", "ListTagsOfResourceCommand").f(void 0, void 0).ser(se_ListTagsOfResourceCommand).de(de_ListTagsOfResourceCommand).build() {
|
|
4822
|
+
static {
|
|
4823
|
+
__name(this, "ListTagsOfResourceCommand");
|
|
4824
|
+
}
|
|
4730
4825
|
};
|
|
4731
|
-
__name(_ListTagsOfResourceCommand, "ListTagsOfResourceCommand");
|
|
4732
|
-
var ListTagsOfResourceCommand = _ListTagsOfResourceCommand;
|
|
4733
4826
|
|
|
4734
4827
|
// src/commands/PutItemCommand.ts
|
|
4735
4828
|
|
|
4736
4829
|
|
|
4737
4830
|
|
|
4738
|
-
var
|
|
4831
|
+
var PutItemCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4739
4832
|
return [
|
|
4740
4833
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4741
4834
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4742
4835
|
];
|
|
4743
4836
|
}).s("DynamoDB_20120810", "PutItem", {}).n("DynamoDBClient", "PutItemCommand").f(void 0, void 0).ser(se_PutItemCommand).de(de_PutItemCommand).build() {
|
|
4837
|
+
static {
|
|
4838
|
+
__name(this, "PutItemCommand");
|
|
4839
|
+
}
|
|
4744
4840
|
};
|
|
4745
|
-
__name(_PutItemCommand, "PutItemCommand");
|
|
4746
|
-
var PutItemCommand = _PutItemCommand;
|
|
4747
4841
|
|
|
4748
4842
|
// src/commands/PutResourcePolicyCommand.ts
|
|
4749
4843
|
|
|
4750
4844
|
|
|
4751
4845
|
|
|
4752
|
-
var
|
|
4846
|
+
var PutResourcePolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4753
4847
|
return [
|
|
4754
4848
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4755
4849
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4756
4850
|
];
|
|
4757
4851
|
}).s("DynamoDB_20120810", "PutResourcePolicy", {}).n("DynamoDBClient", "PutResourcePolicyCommand").f(void 0, void 0).ser(se_PutResourcePolicyCommand).de(de_PutResourcePolicyCommand).build() {
|
|
4852
|
+
static {
|
|
4853
|
+
__name(this, "PutResourcePolicyCommand");
|
|
4854
|
+
}
|
|
4758
4855
|
};
|
|
4759
|
-
__name(_PutResourcePolicyCommand, "PutResourcePolicyCommand");
|
|
4760
|
-
var PutResourcePolicyCommand = _PutResourcePolicyCommand;
|
|
4761
4856
|
|
|
4762
4857
|
// src/commands/QueryCommand.ts
|
|
4763
4858
|
|
|
4764
4859
|
|
|
4765
4860
|
|
|
4766
|
-
var
|
|
4861
|
+
var QueryCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4767
4862
|
return [
|
|
4768
4863
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4769
4864
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4770
4865
|
];
|
|
4771
4866
|
}).s("DynamoDB_20120810", "Query", {}).n("DynamoDBClient", "QueryCommand").f(void 0, void 0).ser(se_QueryCommand).de(de_QueryCommand).build() {
|
|
4867
|
+
static {
|
|
4868
|
+
__name(this, "QueryCommand");
|
|
4869
|
+
}
|
|
4772
4870
|
};
|
|
4773
|
-
__name(_QueryCommand, "QueryCommand");
|
|
4774
|
-
var QueryCommand = _QueryCommand;
|
|
4775
4871
|
|
|
4776
4872
|
// src/commands/RestoreTableFromBackupCommand.ts
|
|
4777
4873
|
|
|
4778
4874
|
|
|
4779
4875
|
|
|
4780
|
-
var
|
|
4876
|
+
var RestoreTableFromBackupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4781
4877
|
return [
|
|
4782
4878
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4783
4879
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4784
4880
|
];
|
|
4785
4881
|
}).s("DynamoDB_20120810", "RestoreTableFromBackup", {}).n("DynamoDBClient", "RestoreTableFromBackupCommand").f(void 0, void 0).ser(se_RestoreTableFromBackupCommand).de(de_RestoreTableFromBackupCommand).build() {
|
|
4882
|
+
static {
|
|
4883
|
+
__name(this, "RestoreTableFromBackupCommand");
|
|
4884
|
+
}
|
|
4786
4885
|
};
|
|
4787
|
-
__name(_RestoreTableFromBackupCommand, "RestoreTableFromBackupCommand");
|
|
4788
|
-
var RestoreTableFromBackupCommand = _RestoreTableFromBackupCommand;
|
|
4789
4886
|
|
|
4790
4887
|
// src/commands/RestoreTableToPointInTimeCommand.ts
|
|
4791
4888
|
|
|
4792
4889
|
|
|
4793
4890
|
|
|
4794
|
-
var
|
|
4891
|
+
var RestoreTableToPointInTimeCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4795
4892
|
return [
|
|
4796
4893
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4797
4894
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4798
4895
|
];
|
|
4799
4896
|
}).s("DynamoDB_20120810", "RestoreTableToPointInTime", {}).n("DynamoDBClient", "RestoreTableToPointInTimeCommand").f(void 0, void 0).ser(se_RestoreTableToPointInTimeCommand).de(de_RestoreTableToPointInTimeCommand).build() {
|
|
4897
|
+
static {
|
|
4898
|
+
__name(this, "RestoreTableToPointInTimeCommand");
|
|
4899
|
+
}
|
|
4800
4900
|
};
|
|
4801
|
-
__name(_RestoreTableToPointInTimeCommand, "RestoreTableToPointInTimeCommand");
|
|
4802
|
-
var RestoreTableToPointInTimeCommand = _RestoreTableToPointInTimeCommand;
|
|
4803
4901
|
|
|
4804
4902
|
// src/commands/ScanCommand.ts
|
|
4805
4903
|
|
|
4806
4904
|
|
|
4807
4905
|
|
|
4808
|
-
var
|
|
4906
|
+
var ScanCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4809
4907
|
return [
|
|
4810
4908
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4811
4909
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4812
4910
|
];
|
|
4813
4911
|
}).s("DynamoDB_20120810", "Scan", {}).n("DynamoDBClient", "ScanCommand").f(void 0, void 0).ser(se_ScanCommand).de(de_ScanCommand).build() {
|
|
4912
|
+
static {
|
|
4913
|
+
__name(this, "ScanCommand");
|
|
4914
|
+
}
|
|
4814
4915
|
};
|
|
4815
|
-
__name(_ScanCommand, "ScanCommand");
|
|
4816
|
-
var ScanCommand = _ScanCommand;
|
|
4817
4916
|
|
|
4818
4917
|
// src/commands/TagResourceCommand.ts
|
|
4819
4918
|
|
|
4820
4919
|
|
|
4821
4920
|
|
|
4822
|
-
var
|
|
4921
|
+
var TagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4823
4922
|
return [
|
|
4824
4923
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4825
4924
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4826
4925
|
];
|
|
4827
4926
|
}).s("DynamoDB_20120810", "TagResource", {}).n("DynamoDBClient", "TagResourceCommand").f(void 0, void 0).ser(se_TagResourceCommand).de(de_TagResourceCommand).build() {
|
|
4927
|
+
static {
|
|
4928
|
+
__name(this, "TagResourceCommand");
|
|
4929
|
+
}
|
|
4828
4930
|
};
|
|
4829
|
-
__name(_TagResourceCommand, "TagResourceCommand");
|
|
4830
|
-
var TagResourceCommand = _TagResourceCommand;
|
|
4831
4931
|
|
|
4832
4932
|
// src/commands/TransactGetItemsCommand.ts
|
|
4833
4933
|
|
|
4834
4934
|
|
|
4835
4935
|
|
|
4836
|
-
var
|
|
4936
|
+
var TransactGetItemsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4837
4937
|
return [
|
|
4838
4938
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4839
4939
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4840
4940
|
];
|
|
4841
4941
|
}).s("DynamoDB_20120810", "TransactGetItems", {}).n("DynamoDBClient", "TransactGetItemsCommand").f(void 0, void 0).ser(se_TransactGetItemsCommand).de(de_TransactGetItemsCommand).build() {
|
|
4942
|
+
static {
|
|
4943
|
+
__name(this, "TransactGetItemsCommand");
|
|
4944
|
+
}
|
|
4842
4945
|
};
|
|
4843
|
-
__name(_TransactGetItemsCommand, "TransactGetItemsCommand");
|
|
4844
|
-
var TransactGetItemsCommand = _TransactGetItemsCommand;
|
|
4845
4946
|
|
|
4846
4947
|
// src/commands/TransactWriteItemsCommand.ts
|
|
4847
4948
|
|
|
4848
4949
|
|
|
4849
4950
|
|
|
4850
|
-
var
|
|
4951
|
+
var TransactWriteItemsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4851
4952
|
return [
|
|
4852
4953
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4853
4954
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4854
4955
|
];
|
|
4855
4956
|
}).s("DynamoDB_20120810", "TransactWriteItems", {}).n("DynamoDBClient", "TransactWriteItemsCommand").f(void 0, void 0).ser(se_TransactWriteItemsCommand).de(de_TransactWriteItemsCommand).build() {
|
|
4957
|
+
static {
|
|
4958
|
+
__name(this, "TransactWriteItemsCommand");
|
|
4959
|
+
}
|
|
4856
4960
|
};
|
|
4857
|
-
__name(_TransactWriteItemsCommand, "TransactWriteItemsCommand");
|
|
4858
|
-
var TransactWriteItemsCommand = _TransactWriteItemsCommand;
|
|
4859
4961
|
|
|
4860
4962
|
// src/commands/UntagResourceCommand.ts
|
|
4861
4963
|
|
|
4862
4964
|
|
|
4863
4965
|
|
|
4864
|
-
var
|
|
4966
|
+
var UntagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4865
4967
|
return [
|
|
4866
4968
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4867
4969
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4868
4970
|
];
|
|
4869
4971
|
}).s("DynamoDB_20120810", "UntagResource", {}).n("DynamoDBClient", "UntagResourceCommand").f(void 0, void 0).ser(se_UntagResourceCommand).de(de_UntagResourceCommand).build() {
|
|
4972
|
+
static {
|
|
4973
|
+
__name(this, "UntagResourceCommand");
|
|
4974
|
+
}
|
|
4870
4975
|
};
|
|
4871
|
-
__name(_UntagResourceCommand, "UntagResourceCommand");
|
|
4872
|
-
var UntagResourceCommand = _UntagResourceCommand;
|
|
4873
4976
|
|
|
4874
4977
|
// src/commands/UpdateContinuousBackupsCommand.ts
|
|
4875
4978
|
|
|
4876
4979
|
|
|
4877
4980
|
|
|
4878
|
-
var
|
|
4981
|
+
var UpdateContinuousBackupsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4879
4982
|
return [
|
|
4880
4983
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4881
4984
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4882
4985
|
];
|
|
4883
4986
|
}).s("DynamoDB_20120810", "UpdateContinuousBackups", {}).n("DynamoDBClient", "UpdateContinuousBackupsCommand").f(void 0, void 0).ser(se_UpdateContinuousBackupsCommand).de(de_UpdateContinuousBackupsCommand).build() {
|
|
4987
|
+
static {
|
|
4988
|
+
__name(this, "UpdateContinuousBackupsCommand");
|
|
4989
|
+
}
|
|
4884
4990
|
};
|
|
4885
|
-
__name(_UpdateContinuousBackupsCommand, "UpdateContinuousBackupsCommand");
|
|
4886
|
-
var UpdateContinuousBackupsCommand = _UpdateContinuousBackupsCommand;
|
|
4887
4991
|
|
|
4888
4992
|
// src/commands/UpdateContributorInsightsCommand.ts
|
|
4889
4993
|
|
|
4890
4994
|
|
|
4891
4995
|
|
|
4892
|
-
var
|
|
4996
|
+
var UpdateContributorInsightsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4893
4997
|
return [
|
|
4894
4998
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4895
4999
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4896
5000
|
];
|
|
4897
5001
|
}).s("DynamoDB_20120810", "UpdateContributorInsights", {}).n("DynamoDBClient", "UpdateContributorInsightsCommand").f(void 0, void 0).ser(se_UpdateContributorInsightsCommand).de(de_UpdateContributorInsightsCommand).build() {
|
|
5002
|
+
static {
|
|
5003
|
+
__name(this, "UpdateContributorInsightsCommand");
|
|
5004
|
+
}
|
|
4898
5005
|
};
|
|
4899
|
-
__name(_UpdateContributorInsightsCommand, "UpdateContributorInsightsCommand");
|
|
4900
|
-
var UpdateContributorInsightsCommand = _UpdateContributorInsightsCommand;
|
|
4901
5006
|
|
|
4902
5007
|
// src/commands/UpdateGlobalTableCommand.ts
|
|
4903
5008
|
|
|
4904
5009
|
|
|
4905
5010
|
|
|
4906
|
-
var
|
|
5011
|
+
var UpdateGlobalTableCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4907
5012
|
return [
|
|
4908
5013
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4909
5014
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4910
5015
|
];
|
|
4911
5016
|
}).s("DynamoDB_20120810", "UpdateGlobalTable", {}).n("DynamoDBClient", "UpdateGlobalTableCommand").f(void 0, void 0).ser(se_UpdateGlobalTableCommand).de(de_UpdateGlobalTableCommand).build() {
|
|
5017
|
+
static {
|
|
5018
|
+
__name(this, "UpdateGlobalTableCommand");
|
|
5019
|
+
}
|
|
4912
5020
|
};
|
|
4913
|
-
__name(_UpdateGlobalTableCommand, "UpdateGlobalTableCommand");
|
|
4914
|
-
var UpdateGlobalTableCommand = _UpdateGlobalTableCommand;
|
|
4915
5021
|
|
|
4916
5022
|
// src/commands/UpdateGlobalTableSettingsCommand.ts
|
|
4917
5023
|
|
|
4918
5024
|
|
|
4919
5025
|
|
|
4920
|
-
var
|
|
5026
|
+
var UpdateGlobalTableSettingsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4921
5027
|
return [
|
|
4922
5028
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4923
5029
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4924
5030
|
];
|
|
4925
5031
|
}).s("DynamoDB_20120810", "UpdateGlobalTableSettings", {}).n("DynamoDBClient", "UpdateGlobalTableSettingsCommand").f(void 0, void 0).ser(se_UpdateGlobalTableSettingsCommand).de(de_UpdateGlobalTableSettingsCommand).build() {
|
|
5032
|
+
static {
|
|
5033
|
+
__name(this, "UpdateGlobalTableSettingsCommand");
|
|
5034
|
+
}
|
|
4926
5035
|
};
|
|
4927
|
-
__name(_UpdateGlobalTableSettingsCommand, "UpdateGlobalTableSettingsCommand");
|
|
4928
|
-
var UpdateGlobalTableSettingsCommand = _UpdateGlobalTableSettingsCommand;
|
|
4929
5036
|
|
|
4930
5037
|
// src/commands/UpdateItemCommand.ts
|
|
4931
5038
|
|
|
4932
5039
|
|
|
4933
5040
|
|
|
4934
|
-
var
|
|
5041
|
+
var UpdateItemCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4935
5042
|
return [
|
|
4936
5043
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4937
5044
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4938
5045
|
];
|
|
4939
5046
|
}).s("DynamoDB_20120810", "UpdateItem", {}).n("DynamoDBClient", "UpdateItemCommand").f(void 0, void 0).ser(se_UpdateItemCommand).de(de_UpdateItemCommand).build() {
|
|
5047
|
+
static {
|
|
5048
|
+
__name(this, "UpdateItemCommand");
|
|
5049
|
+
}
|
|
4940
5050
|
};
|
|
4941
|
-
__name(_UpdateItemCommand, "UpdateItemCommand");
|
|
4942
|
-
var UpdateItemCommand = _UpdateItemCommand;
|
|
4943
5051
|
|
|
4944
5052
|
// src/commands/UpdateKinesisStreamingDestinationCommand.ts
|
|
4945
5053
|
|
|
4946
5054
|
|
|
4947
5055
|
|
|
4948
|
-
var
|
|
5056
|
+
var UpdateKinesisStreamingDestinationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4949
5057
|
return [
|
|
4950
5058
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4951
5059
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4952
5060
|
];
|
|
4953
5061
|
}).s("DynamoDB_20120810", "UpdateKinesisStreamingDestination", {}).n("DynamoDBClient", "UpdateKinesisStreamingDestinationCommand").f(void 0, void 0).ser(se_UpdateKinesisStreamingDestinationCommand).de(de_UpdateKinesisStreamingDestinationCommand).build() {
|
|
5062
|
+
static {
|
|
5063
|
+
__name(this, "UpdateKinesisStreamingDestinationCommand");
|
|
5064
|
+
}
|
|
4954
5065
|
};
|
|
4955
|
-
__name(_UpdateKinesisStreamingDestinationCommand, "UpdateKinesisStreamingDestinationCommand");
|
|
4956
|
-
var UpdateKinesisStreamingDestinationCommand = _UpdateKinesisStreamingDestinationCommand;
|
|
4957
5066
|
|
|
4958
5067
|
// src/commands/UpdateTableCommand.ts
|
|
4959
5068
|
|
|
4960
5069
|
|
|
4961
5070
|
|
|
4962
|
-
var
|
|
5071
|
+
var UpdateTableCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4963
5072
|
return [
|
|
4964
5073
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4965
5074
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4966
5075
|
];
|
|
4967
5076
|
}).s("DynamoDB_20120810", "UpdateTable", {}).n("DynamoDBClient", "UpdateTableCommand").f(void 0, void 0).ser(se_UpdateTableCommand).de(de_UpdateTableCommand).build() {
|
|
5077
|
+
static {
|
|
5078
|
+
__name(this, "UpdateTableCommand");
|
|
5079
|
+
}
|
|
4968
5080
|
};
|
|
4969
|
-
__name(_UpdateTableCommand, "UpdateTableCommand");
|
|
4970
|
-
var UpdateTableCommand = _UpdateTableCommand;
|
|
4971
5081
|
|
|
4972
5082
|
// src/commands/UpdateTableReplicaAutoScalingCommand.ts
|
|
4973
5083
|
|
|
4974
5084
|
|
|
4975
5085
|
|
|
4976
|
-
var
|
|
5086
|
+
var UpdateTableReplicaAutoScalingCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4977
5087
|
return [
|
|
4978
5088
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4979
5089
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4980
5090
|
];
|
|
4981
5091
|
}).s("DynamoDB_20120810", "UpdateTableReplicaAutoScaling", {}).n("DynamoDBClient", "UpdateTableReplicaAutoScalingCommand").f(void 0, void 0).ser(se_UpdateTableReplicaAutoScalingCommand).de(de_UpdateTableReplicaAutoScalingCommand).build() {
|
|
5092
|
+
static {
|
|
5093
|
+
__name(this, "UpdateTableReplicaAutoScalingCommand");
|
|
5094
|
+
}
|
|
4982
5095
|
};
|
|
4983
|
-
__name(_UpdateTableReplicaAutoScalingCommand, "UpdateTableReplicaAutoScalingCommand");
|
|
4984
|
-
var UpdateTableReplicaAutoScalingCommand = _UpdateTableReplicaAutoScalingCommand;
|
|
4985
5096
|
|
|
4986
5097
|
// src/commands/UpdateTimeToLiveCommand.ts
|
|
4987
5098
|
|
|
4988
5099
|
|
|
4989
5100
|
|
|
4990
|
-
var
|
|
5101
|
+
var UpdateTimeToLiveCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4991
5102
|
return [
|
|
4992
5103
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4993
5104
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4994
5105
|
];
|
|
4995
5106
|
}).s("DynamoDB_20120810", "UpdateTimeToLive", {}).n("DynamoDBClient", "UpdateTimeToLiveCommand").f(void 0, void 0).ser(se_UpdateTimeToLiveCommand).de(de_UpdateTimeToLiveCommand).build() {
|
|
5107
|
+
static {
|
|
5108
|
+
__name(this, "UpdateTimeToLiveCommand");
|
|
5109
|
+
}
|
|
4996
5110
|
};
|
|
4997
|
-
__name(_UpdateTimeToLiveCommand, "UpdateTimeToLiveCommand");
|
|
4998
|
-
var UpdateTimeToLiveCommand = _UpdateTimeToLiveCommand;
|
|
4999
5111
|
|
|
5000
5112
|
// src/DynamoDB.ts
|
|
5001
5113
|
var commands = {
|
|
@@ -5057,10 +5169,11 @@ var commands = {
|
|
|
5057
5169
|
UpdateTableReplicaAutoScalingCommand,
|
|
5058
5170
|
UpdateTimeToLiveCommand
|
|
5059
5171
|
};
|
|
5060
|
-
var
|
|
5172
|
+
var DynamoDB = class extends DynamoDBClient {
|
|
5173
|
+
static {
|
|
5174
|
+
__name(this, "DynamoDB");
|
|
5175
|
+
}
|
|
5061
5176
|
};
|
|
5062
|
-
__name(_DynamoDB, "DynamoDB");
|
|
5063
|
-
var DynamoDB = _DynamoDB;
|
|
5064
5177
|
(0, import_smithy_client.createAggregatedClient)(commands, DynamoDB);
|
|
5065
5178
|
|
|
5066
5179
|
// src/pagination/ListContributorInsightsPaginator.ts
|