@gemeentenijmegen/webapp 1.1.9 → 1.1.10
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 +12 -12
- 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 +35 -22
- 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 +22 -12
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/protocols/Aws_json1_0.js +4 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/BatchWriteItemCommand.d.ts +4 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateBackupCommand.d.ts +14 -11
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateGlobalTableCommand.d.ts +16 -13
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateTableCommand.d.ts +26 -16
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteBackupCommand.d.ts +12 -10
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteItemCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteResourcePolicyCommand.d.ts +18 -13
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteTableCommand.d.ts +26 -20
- 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/DescribeExportCommand.d.ts +12 -10
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeGlobalTableCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeGlobalTableSettingsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeImportCommand.d.ts +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeTableCommand.d.ts +10 -8
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeTableReplicaAutoScalingCommand.d.ts +2 -6
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DisableKinesisStreamingDestinationCommand.d.ts +16 -12
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/EnableKinesisStreamingDestinationCommand.d.ts +16 -12
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ExecuteTransactionCommand.d.ts +28 -35
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ExportTableToPointInTimeCommand.d.ts +14 -11
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/GetResourcePolicyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ImportTableCommand.d.ts +19 -17
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListExportsCommand.d.ts +12 -10
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListImportsCommand.d.ts +12 -10
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/PutItemCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/PutResourcePolicyCommand.d.ts +18 -13
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/RestoreTableFromBackupCommand.d.ts +22 -14
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/RestoreTableToPointInTimeCommand.d.ts +24 -15
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/TagResourceCommand.d.ts +16 -12
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/TransactGetItemsCommand.d.ts +7 -8
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/TransactWriteItemsCommand.d.ts +28 -35
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UntagResourceCommand.d.ts +16 -12
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateContinuousBackupsCommand.d.ts +3 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateGlobalTableCommand.d.ts +6 -6
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateGlobalTableSettingsCommand.d.ts +17 -13
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateItemCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateKinesisStreamingDestinationCommand.d.ts +16 -12
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateTableCommand.d.ts +36 -20
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateTableReplicaAutoScalingCommand.d.ts +18 -18
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateTimeToLiveCommand.d.ts +16 -12
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/endpoint/EndpointParameters.d.ts +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/models_0.d.ts +240 -112
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +4 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/models_0.d.ts +37 -10
- package/node_modules/@aws-sdk/client-dynamodb/package.json +23 -23
- package/node_modules/@aws-sdk/client-s3/README.md +48 -0
- package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +739 -139
- package/node_modules/@aws-sdk/client-s3/dist-es/S3.js +12 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketMetadataConfigurationCommand.js +31 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetadataConfigurationCommand.js +26 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetadataConfigurationCommand.js +28 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListPartsCommand.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/RenameObjectCommand.js +28 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.js +31 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/UpdateBucketMetadataJournalTableConfigurationCommand.js +31 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/index.js +6 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/models/models_0.js +18 -23
- package/node_modules/@aws-sdk/client-s3/dist-es/models/models_1.js +36 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/protocols/Aws_restXml.js +422 -20
- package/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts +42 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts +8 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/AbortMultipartUploadCommand.d.ts +17 -22
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.d.ts +47 -58
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts +107 -110
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.d.ts +93 -83
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketMetadataConfigurationCommand.d.ts +182 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketMetadataTableConfigurationCommand.d.ts +25 -12
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts +99 -116
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateSessionCommand.d.ts +47 -52
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +7 -9
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCommand.d.ts +10 -12
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCorsCommand.d.ts +4 -5
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +16 -18
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +23 -28
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetadataConfigurationCommand.d.ts +114 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetadataTableConfigurationCommand.d.ts +26 -8
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +9 -12
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts +5 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketPolicyCommand.d.ts +20 -23
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketReplicationCommand.d.ts +5 -7
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketTaggingCommand.d.ts +2 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketWebsiteCommand.d.ts +9 -10
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectCommand.d.ts +37 -23
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectTaggingCommand.d.ts +7 -7
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand.d.ts +37 -44
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +6 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts +14 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAclCommand.d.ts +17 -12
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts +8 -11
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketCorsCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand.d.ts +17 -20
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +6 -8
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +28 -37
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLocationCommand.d.ts +4 -5
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLoggingCommand.d.ts +10 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetadataConfigurationCommand.d.ts +146 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetadataTableConfigurationCommand.d.ts +25 -8
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +10 -11
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts +7 -8
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts +19 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyCommand.d.ts +24 -29
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyStatusCommand.d.ts +5 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketReplicationCommand.d.ts +12 -13
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketRequestPaymentCommand.d.ts +2 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketTaggingCommand.d.ts +2 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketVersioningCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketWebsiteCommand.d.ts +6 -7
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAclCommand.d.ts +9 -11
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.d.ts +56 -71
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts +68 -83
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLegalHoldCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLockConfigurationCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectRetentionCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTaggingCommand.d.ts +8 -10
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTorrentCommand.d.ts +4 -5
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetPublicAccessBlockCommand.d.ts +10 -12
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.d.ts +34 -35
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts +53 -64
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +14 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +12 -15
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +15 -18
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketsCommand.d.ts +19 -10
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListDirectoryBucketsCommand.d.ts +10 -9
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts +49 -50
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectVersionsCommand.d.ts +15 -10
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.d.ts +17 -9
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts +29 -32
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts +30 -26
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +14 -18
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAclCommand.d.ts +60 -60
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +23 -25
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketCorsCommand.d.ts +23 -27
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts +41 -49
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +12 -12
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +33 -37
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +51 -60
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand.d.ts +35 -31
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +12 -14
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +29 -35
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand.d.ts +24 -29
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.d.ts +32 -39
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +4 -5
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketTaggingCommand.d.ts +21 -27
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketVersioningCommand.d.ts +20 -23
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketWebsiteCommand.d.ts +19 -18
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectAclCommand.d.ts +53 -58
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +68 -70
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLegalHoldCommand.d.ts +1 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +10 -11
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectRetentionCommand.d.ts +4 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectTaggingCommand.d.ts +18 -24
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutPublicAccessBlockCommand.d.ts +10 -12
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/RenameObjectCommand.d.ts +138 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.d.ts +78 -87
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/SelectObjectContentCommand.d.ts +50 -59
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.d.ts +161 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/UpdateBucketMetadataJournalTableConfigurationCommand.d.ts +113 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts +65 -75
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts +81 -97
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.d.ts +31 -35
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts +6 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/endpoint/EndpointParameters.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +2789 -3602
- package/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +2226 -711
- package/node_modules/@aws-sdk/client-s3/dist-types/protocols/Aws_restXml.d.ts +54 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3.d.ts +126 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3Client.d.ts +36 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateBucketMetadataConfigurationCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketMetadataConfigurationCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketMetadataConfigurationCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectVersionsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectsV2Command.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListPartsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAccelerateConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAclCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAnalyticsConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/RenameObjectCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UpdateBucketMetadataJournalTableConfigurationCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/index.d.ts +6 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +4 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +107 -209
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_1.d.ts +261 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/protocols/Aws_restXml.d.ts +72 -0
- package/node_modules/@aws-sdk/client-s3/package.json +34 -32
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/endpoint/EndpointParameters.d.ts +1 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +4 -1
- package/node_modules/@aws-sdk/client-secrets-manager/package.json +21 -21
- package/node_modules/@aws-sdk/client-ssm/README.md +3 -2
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/index.js +15 -7
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowsCommand.js +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_0.js +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_1.js +8 -1
- package/node_modules/@aws-sdk/client-ssm/dist-es/protocols/Aws_json1_1.js +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/SSM.d.ts +3 -2
- package/node_modules/@aws-sdk/client-ssm/dist-types/SSMClient.d.ts +3 -2
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateDocumentCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteDocumentCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeParametersCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeSessionsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetAccessTokenCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParameterCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParameterHistoryCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParametersByPathCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParametersCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/LabelParameterVersionCommand.d.ts +5 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutComplianceItemsCommand.d.ts +7 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAccessRequestCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UnlabelParameterVersionCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentMetadataCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/endpoint/EndpointParameters.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/index.d.ts +3 -2
- package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_0.d.ts +39 -28
- package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_1.d.ts +95 -21
- package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_2.d.ts +17 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowsCommand.d.ts +2 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +2 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +4 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_0.d.ts +5 -7
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_1.d.ts +11 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_2.d.ts +4 -0
- package/node_modules/@aws-sdk/client-ssm/package.json +22 -22
- package/node_modules/@aws-sdk/client-sso/dist-types/endpoint/EndpointParameters.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +4 -1
- package/node_modules/@aws-sdk/client-sso/package.json +20 -20
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +12 -0
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +8 -9
- package/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +1 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/client/setTokenFeature.js +7 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +7 -10
- package/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/client/setTokenFeature.d.ts +7 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeDeserializer.d.ts +2 -2
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setTokenFeature.d.ts +6 -0
- package/node_modules/@aws-sdk/core/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-env/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-http/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +9 -9
- package/node_modules/@aws-sdk/credential-provider-node/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-process/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-expect-continue/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +5 -5
- package/node_modules/@aws-sdk/middleware-host-header/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-location-constraint/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-logger/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +6 -6
- package/node_modules/@aws-sdk/middleware-ssec/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +5 -5
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/EndpointParameters.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/EndpointParameters.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/EndpointParameters.d.ts +4 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/EndpointParameters.d.ts +4 -1
- package/node_modules/@aws-sdk/nested-clients/package.json +20 -20
- package/node_modules/@aws-sdk/region-config-resolver/package.json +2 -2
- package/node_modules/@aws-sdk/s3-request-presigner/package.json +7 -7
- package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +3 -3
- package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +6 -3
- package/node_modules/@aws-sdk/token-providers/dist-es/fromEnvSigningName.js +5 -2
- package/node_modules/@aws-sdk/token-providers/package.json +4 -4
- package/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +7 -1
- package/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +10 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +5 -1
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +5 -0
- package/node_modules/@aws-sdk/types/package.json +1 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +30 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +21 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/resolveDefaultAwsRegionalEndpointsConfig.d.ts +56 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveDefaultAwsRegionalEndpointsConfig.d.ts +35 -0
- package/node_modules/@aws-sdk/util-endpoints/package.json +4 -2
- package/node_modules/@aws-sdk/util-format-url/package.json +2 -2
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +2 -2
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +3 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/.jsii +4 -4
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/README.adoc +213 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/README.md +1 -126
- 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 +28 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/dynamodb-table-defaults.d.ts +2 -19
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/dynamodb-table-defaults.js +18 -7
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/dynamodb-table-helper.d.ts +2 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/dynamodb-table-helper.js +5 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/package.json +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/dynamo-table.test.js +181 -11
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/package.json +5 -4
- package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/package.json +8 -8
- package/node_modules/@gemeentenijmegen/apiclient/package.json +10 -10
- package/node_modules/@gemeentenijmegen/apigateway-http/package.json +6 -6
- package/node_modules/@gemeentenijmegen/session/package.json +3 -3
- package/node_modules/@gemeentenijmegen/utils/package.json +9 -9
- package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +67 -8
- package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +20 -20
- package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +80 -6
- package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +39 -3
- package/node_modules/@smithy/core/dist-es/submodules/cbor/byte-printer.js +3 -0
- package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +39 -4
- package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +33 -3
- package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +20 -20
- package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ErrorSchema.js +10 -0
- package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ListSchema.js +10 -0
- package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/MapSchema.js +10 -0
- package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +10 -0
- package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/SimpleSchema.js +10 -0
- package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/StructureSchema.js +10 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/value/NumericValue.js +36 -2
- package/node_modules/@smithy/core/dist-types/submodules/cbor/byte-printer.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ErrorSchema.d.ts +3 -0
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ListSchema.d.ts +3 -0
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/MapSchema.d.ts +3 -0
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +3 -0
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/SimpleSchema.d.ts +3 -0
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/StructureSchema.d.ts +3 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/value/NumericValue.d.ts +3 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/byte-printer.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ErrorSchema.d.ts +3 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ListSchema.d.ts +3 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/MapSchema.d.ts +3 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +3 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/SimpleSchema.d.ts +3 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/StructureSchema.d.ts +3 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/value/NumericValue.d.ts +3 -1
- package/node_modules/@smithy/core/package.json +13 -12
- package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +2 -2
- package/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +4 -4
- package/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +1 -1
- package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +1 -1
- package/node_modules/@smithy/fetch-http-handler/package.json +1 -1
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +22 -3
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/resolveEndpointRequiredConfig.js +1 -0
- package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +3 -0
- package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +2 -1
- package/node_modules/@smithy/middleware-endpoint/dist-es/endpointMiddleware.js +1 -1
- package/node_modules/@smithy/middleware-endpoint/dist-es/index.js +1 -0
- package/node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointRequiredConfig.js +9 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/index.d.ts +1 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +5 -2
- package/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointRequiredConfig.d.ts +32 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts +5 -2
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointRequiredConfig.d.ts +32 -0
- package/node_modules/@smithy/middleware-endpoint/package.json +2 -2
- package/node_modules/@smithy/middleware-retry/package.json +4 -4
- package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +11 -9
- package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +4 -3
- package/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +7 -6
- package/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/package.json +1 -1
- package/node_modules/@smithy/service-error-classification/dist-cjs/index.js +2 -1
- package/node_modules/@smithy/service-error-classification/dist-es/constants.js +1 -0
- package/node_modules/@smithy/service-error-classification/dist-es/index.js +2 -1
- package/node_modules/@smithy/service-error-classification/dist-types/constants.d.ts +4 -0
- package/node_modules/@smithy/service-error-classification/dist-types/ts3.4/constants.d.ts +4 -0
- package/node_modules/@smithy/service-error-classification/package.json +1 -1
- package/node_modules/@smithy/smithy-client/package.json +4 -4
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
- package/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
- package/node_modules/@smithy/util-retry/package.json +2 -2
- package/node_modules/@smithy/util-stream/package.json +3 -3
- package/node_modules/@smithy/util-waiter/dist-cjs/index.js +27 -8
- package/node_modules/@smithy/util-waiter/dist-es/createWaiter.js +27 -8
- package/node_modules/@smithy/util-waiter/package.json +1 -1
- package/node_modules/@types/aws-lambda/README.md +1 -1
- package/node_modules/@types/aws-lambda/handler.d.ts +1 -0
- package/node_modules/@types/aws-lambda/package.json +2 -2
- package/node_modules/@types/aws-lambda/trigger/cognito-user-pool-trigger/index.d.ts +2 -0
- package/node_modules/@types/aws-lambda/trigger/cognito-user-pool-trigger/pre-token-generation-v3.d.ts +50 -0
- package/node_modules/aproba/index.js +1 -1
- package/node_modules/aproba/package.json +1 -1
- package/node_modules/axios/CHANGELOG.md +17 -0
- package/node_modules/axios/README.md +1 -4
- package/node_modules/axios/dist/axios.js +39 -5
- package/node_modules/axios/dist/axios.js.map +1 -1
- package/node_modules/axios/dist/axios.min.js +2 -2
- package/node_modules/axios/dist/axios.min.js.map +1 -1
- package/node_modules/axios/dist/browser/axios.cjs +46 -9
- package/node_modules/axios/dist/browser/axios.cjs.map +1 -1
- package/node_modules/axios/dist/esm/axios.js +46 -9
- package/node_modules/axios/dist/esm/axios.js.map +1 -1
- package/node_modules/axios/dist/esm/axios.min.js +2 -2
- package/node_modules/axios/dist/esm/axios.min.js.map +1 -1
- package/node_modules/axios/dist/node/axios.cjs +46 -9
- package/node_modules/axios/dist/node/axios.cjs.map +1 -1
- package/node_modules/axios/index.d.cts +13 -2
- package/node_modules/axios/lib/core/Axios.js +2 -2
- package/node_modules/axios/lib/core/mergeConfig.js +1 -1
- package/node_modules/axios/lib/env/data.js +1 -1
- package/node_modules/axios/lib/helpers/throttle.js +1 -1
- package/node_modules/axios/lib/helpers/toURLEncodedForm.js +4 -3
- package/node_modules/axios/lib/utils.js +36 -0
- package/node_modules/axios/package.json +5 -5
- package/node_modules/dotenv/CHANGELOG.md +17 -1
- package/node_modules/dotenv/README-es.md +0 -19
- package/node_modules/dotenv/README.md +7 -14
- package/node_modules/dotenv/SECURITY.md +1 -0
- package/node_modules/dotenv/lib/cli-options.js +8 -2
- package/node_modules/dotenv/lib/env-options.js +4 -0
- package/node_modules/dotenv/lib/main.d.ts +12 -3
- package/node_modules/dotenv/lib/main.js +31 -5
- package/node_modules/dotenv/package.json +2 -2
- package/node_modules/fast-xml-parser/CHANGELOG.md +77 -0
- package/node_modules/fast-xml-parser/README.md +39 -52
- package/node_modules/fast-xml-parser/lib/fxbuilder.min.js +2 -0
- package/node_modules/fast-xml-parser/lib/fxbuilder.min.js.map +1 -0
- package/node_modules/fast-xml-parser/lib/fxp.cjs +1 -0
- package/node_modules/fast-xml-parser/lib/fxp.d.cts +458 -0
- package/node_modules/fast-xml-parser/lib/fxp.min.js +2 -0
- package/node_modules/fast-xml-parser/lib/fxp.min.js.map +1 -0
- package/node_modules/fast-xml-parser/lib/fxparser.min.js +2 -0
- package/node_modules/fast-xml-parser/lib/fxparser.min.js.map +1 -0
- package/node_modules/fast-xml-parser/lib/fxvalidator.min.js +2 -0
- package/node_modules/fast-xml-parser/lib/fxvalidator.min.js.map +1 -0
- package/node_modules/fast-xml-parser/package.json +36 -20
- package/node_modules/fast-xml-parser/src/cli/cli.js +16 -12
- package/node_modules/fast-xml-parser/src/cli/man.js +6 -1
- package/node_modules/fast-xml-parser/src/cli/read.js +30 -79
- package/node_modules/fast-xml-parser/src/fxp.d.ts +52 -9
- package/node_modules/fast-xml-parser/src/fxp.js +11 -8
- package/node_modules/fast-xml-parser/src/ignoreAttributes.js +18 -0
- package/node_modules/fast-xml-parser/src/util.js +14 -18
- package/node_modules/fast-xml-parser/src/{v5 → v6}/CharsSymbol.js +1 -1
- package/node_modules/fast-xml-parser/src/{v5 → v6}/EntitiesParser.js +3 -6
- package/node_modules/fast-xml-parser/src/{v5 → v6}/OptionsBuilder.js +3 -6
- package/node_modules/fast-xml-parser/src/{v5 → v6}/OutputBuilders/BaseOutputBuilder.js +1 -3
- package/node_modules/fast-xml-parser/src/{v5 → v6}/OutputBuilders/JsArrBuilder.js +3 -3
- package/node_modules/fast-xml-parser/src/{v5 → v6}/OutputBuilders/JsMinArrBuilder.js +3 -5
- package/node_modules/fast-xml-parser/src/{v5 → v6}/OutputBuilders/JsObjBuilder.js +3 -5
- package/node_modules/fast-xml-parser/src/{v5 → v6}/OutputBuilders/ParserOptionsBuilder.js +6 -11
- package/node_modules/fast-xml-parser/src/{v5 → v6}/TagPath.js +1 -1
- package/node_modules/fast-xml-parser/src/{v5 → v6}/TagPathMatcher.js +3 -5
- package/node_modules/fast-xml-parser/src/{v5 → v6}/XMLParser.js +3 -5
- package/node_modules/fast-xml-parser/src/{v5 → v6}/Xml2JsParser.js +8 -10
- package/node_modules/fast-xml-parser/src/{v5 → v6}/XmlPartReader.js +24 -26
- package/node_modules/fast-xml-parser/src/{v5 → v6}/XmlSpecialTagsReader.js +5 -12
- package/node_modules/fast-xml-parser/src/{v5 → v6}/inputSource/BufferSource.js +1 -3
- package/node_modules/fast-xml-parser/src/{v5 → v6}/inputSource/StringSource.js +1 -3
- package/node_modules/fast-xml-parser/src/{v5 → v6}/valueParsers/EntitiesParser.js +3 -5
- package/node_modules/fast-xml-parser/src/{v5 → v6}/valueParsers/booleanParser.js +1 -2
- package/node_modules/fast-xml-parser/src/{v5 → v6}/valueParsers/booleanParserExt.js +1 -2
- package/node_modules/fast-xml-parser/src/{v5 → v6}/valueParsers/currency.js +1 -3
- package/node_modules/fast-xml-parser/src/{v5 → v6}/valueParsers/join.js +1 -2
- package/node_modules/fast-xml-parser/src/{v5 → v6}/valueParsers/number.js +2 -4
- package/node_modules/fast-xml-parser/src/{v5 → v6}/valueParsers/trim.js +1 -3
- package/node_modules/fast-xml-parser/src/validator.js +5 -5
- package/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js +17 -13
- package/node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js +1 -2
- package/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +288 -71
- package/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +3 -5
- package/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +28 -23
- package/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +21 -8
- package/node_modules/fast-xml-parser/src/xmlparser/node2json.js +8 -2
- package/node_modules/fast-xml-parser/src/xmlparser/xmlNode.js +22 -7
- package/node_modules/form-data/CHANGELOG.md +601 -0
- package/node_modules/form-data/{README.md.bak → README.md} +4 -4
- package/node_modules/form-data/lib/form_data.js +2 -6
- package/node_modules/form-data/package.json +22 -6
- package/node_modules/strnum/.github/SECURITY.md +5 -0
- package/node_modules/strnum/CHANGELOG.md +11 -0
- package/node_modules/strnum/algo.stflow +84 -0
- package/node_modules/strnum/package.json +2 -1
- package/node_modules/strnum/strnum.js +53 -35
- package/node_modules/strnum/strnum.test.js +9 -1
- package/node_modules/strnum/test.js +9 -0
- package/package.json +18 -18
- package/node_modules/form-data/Readme.md +0 -355
- /package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/{architecture.png → aws-lambda-dynamodb.png} +0 -0
- /package/node_modules/fast-xml-parser/src/{v5 → v6}/Report.js +0 -0
|
@@ -158,19 +158,21 @@ declare const DeleteBackupCommand_base: {
|
|
|
158
158
|
*
|
|
159
159
|
* @throws {@link LimitExceededException} (client fault)
|
|
160
160
|
* <p>There is no limit to the number of daily on-demand backups that can be taken. </p>
|
|
161
|
-
* <p>For most purposes, up to 500 simultaneous table operations are allowed per account.
|
|
162
|
-
* include <code>CreateTable</code>, <code>UpdateTable</code>,
|
|
161
|
+
* <p>For most purposes, up to 500 simultaneous table operations are allowed per account.
|
|
162
|
+
* These operations include <code>CreateTable</code>, <code>UpdateTable</code>,
|
|
163
163
|
* <code>DeleteTable</code>,<code>UpdateTimeToLive</code>,
|
|
164
164
|
* <code>RestoreTableFromBackup</code>, and <code>RestoreTableToPointInTime</code>. </p>
|
|
165
|
-
* <p>When you are creating a table with one or more secondary
|
|
166
|
-
*
|
|
167
|
-
*
|
|
168
|
-
*
|
|
169
|
-
* <p>When importing into DynamoDB, up to 50 simultaneous import table operations are
|
|
165
|
+
* <p>When you are creating a table with one or more secondary indexes, you can have up
|
|
166
|
+
* to 250 such requests running at a time. However, if the table or index specifications
|
|
167
|
+
* are complex, then DynamoDB might temporarily reduce the number of concurrent
|
|
168
|
+
* operations.</p>
|
|
169
|
+
* <p>When importing into DynamoDB, up to 50 simultaneous import table operations are
|
|
170
|
+
* allowed per account.</p>
|
|
170
171
|
* <p>There is a soft account quota of 2,500 tables.</p>
|
|
171
|
-
* <p>GetRecords was called with a value of more than 1000 for the limit request
|
|
172
|
-
*
|
|
173
|
-
*
|
|
172
|
+
* <p>GetRecords was called with a value of more than 1000 for the limit request
|
|
173
|
+
* parameter.</p>
|
|
174
|
+
* <p>More than 2 processes are reading from the same streams shard at the same time.
|
|
175
|
+
* Exceeding this limit may result in request throttling.</p>
|
|
174
176
|
*
|
|
175
177
|
* @throws {@link DynamoDBServiceException}
|
|
176
178
|
* <p>Base exception class for all service exceptions from DynamoDB service.</p>
|
|
@@ -224,7 +224,8 @@ declare const DeleteItemCommand_base: {
|
|
|
224
224
|
* requests and use exponential backoff. For more information, go to <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Programming.Errors.html#Programming.Errors.RetryAndBackoff">Error Retries and Exponential Backoff</a> in the <i>Amazon DynamoDB Developer Guide</i>.</p>
|
|
225
225
|
*
|
|
226
226
|
* @throws {@link ReplicatedWriteConflictException} (client fault)
|
|
227
|
-
* <p>The request was rejected because one or more items in the request are being modified
|
|
227
|
+
* <p>The request was rejected because one or more items in the request are being modified
|
|
228
|
+
* by a request in another Region. </p>
|
|
228
229
|
*
|
|
229
230
|
* @throws {@link RequestLimitExceeded} (client fault)
|
|
230
231
|
* <p>Throughput exceeds the current throughput quota for your account. Please contact
|
package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteResourcePolicyCommand.d.ts
CHANGED
|
@@ -80,23 +80,26 @@ declare const DeleteResourcePolicyCommand_base: {
|
|
|
80
80
|
*
|
|
81
81
|
* @throws {@link LimitExceededException} (client fault)
|
|
82
82
|
* <p>There is no limit to the number of daily on-demand backups that can be taken. </p>
|
|
83
|
-
* <p>For most purposes, up to 500 simultaneous table operations are allowed per account.
|
|
84
|
-
* include <code>CreateTable</code>, <code>UpdateTable</code>,
|
|
83
|
+
* <p>For most purposes, up to 500 simultaneous table operations are allowed per account.
|
|
84
|
+
* These operations include <code>CreateTable</code>, <code>UpdateTable</code>,
|
|
85
85
|
* <code>DeleteTable</code>,<code>UpdateTimeToLive</code>,
|
|
86
86
|
* <code>RestoreTableFromBackup</code>, and <code>RestoreTableToPointInTime</code>. </p>
|
|
87
|
-
* <p>When you are creating a table with one or more secondary
|
|
88
|
-
*
|
|
89
|
-
*
|
|
90
|
-
*
|
|
91
|
-
* <p>When importing into DynamoDB, up to 50 simultaneous import table operations are
|
|
87
|
+
* <p>When you are creating a table with one or more secondary indexes, you can have up
|
|
88
|
+
* to 250 such requests running at a time. However, if the table or index specifications
|
|
89
|
+
* are complex, then DynamoDB might temporarily reduce the number of concurrent
|
|
90
|
+
* operations.</p>
|
|
91
|
+
* <p>When importing into DynamoDB, up to 50 simultaneous import table operations are
|
|
92
|
+
* allowed per account.</p>
|
|
92
93
|
* <p>There is a soft account quota of 2,500 tables.</p>
|
|
93
|
-
* <p>GetRecords was called with a value of more than 1000 for the limit request
|
|
94
|
-
*
|
|
95
|
-
*
|
|
94
|
+
* <p>GetRecords was called with a value of more than 1000 for the limit request
|
|
95
|
+
* parameter.</p>
|
|
96
|
+
* <p>More than 2 processes are reading from the same streams shard at the same time.
|
|
97
|
+
* Exceeding this limit may result in request throttling.</p>
|
|
96
98
|
*
|
|
97
99
|
* @throws {@link PolicyNotFoundException} (client fault)
|
|
98
100
|
* <p>The operation tried to access a nonexistent resource-based policy.</p>
|
|
99
|
-
* <p>If you specified an <code>ExpectedRevisionId</code>, it's possible that a policy is
|
|
101
|
+
* <p>If you specified an <code>ExpectedRevisionId</code>, it's possible that a policy is
|
|
102
|
+
* present for the resource but its revision ID didn't match the expected value.</p>
|
|
100
103
|
*
|
|
101
104
|
* @throws {@link ResourceInUseException} (client fault)
|
|
102
105
|
* <p>The operation conflicts with the resource's availability. For example:</p>
|
|
@@ -105,13 +108,15 @@ declare const DeleteResourcePolicyCommand_base: {
|
|
|
105
108
|
* <p>You attempted to recreate an existing table.</p>
|
|
106
109
|
* </li>
|
|
107
110
|
* <li>
|
|
108
|
-
* <p>You tried to delete a table currently in the <code>CREATING</code>
|
|
111
|
+
* <p>You tried to delete a table currently in the <code>CREATING</code>
|
|
112
|
+
* state.</p>
|
|
109
113
|
* </li>
|
|
110
114
|
* <li>
|
|
111
115
|
* <p>You tried to update a resource that was already being updated.</p>
|
|
112
116
|
* </li>
|
|
113
117
|
* </ul>
|
|
114
|
-
* <p>When appropriate, wait for the ongoing update to complete and attempt the request
|
|
118
|
+
* <p>When appropriate, wait for the ongoing update to complete and attempt the request
|
|
119
|
+
* again.</p>
|
|
115
120
|
*
|
|
116
121
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
117
122
|
* <p>The operation tried to access a nonexistent table or index. The resource might not
|
|
@@ -35,10 +35,6 @@ declare const DeleteTableCommand_base: {
|
|
|
35
35
|
* <code>ResourceInUseException</code>. If the specified table does not exist, DynamoDB
|
|
36
36
|
* returns a <code>ResourceNotFoundException</code>. If table is already in the
|
|
37
37
|
* <code>DELETING</code> state, no error is returned. </p>
|
|
38
|
-
* <important>
|
|
39
|
-
* <p>For global tables, this operation only applies to
|
|
40
|
-
* global tables using Version 2019.11.21 (Current version). </p>
|
|
41
|
-
* </important>
|
|
42
38
|
* <note>
|
|
43
39
|
* <p>DynamoDB might continue to accept data read and write operations, such as
|
|
44
40
|
* <code>GetItem</code> and <code>PutItem</code>, on a table in the
|
|
@@ -76,7 +72,7 @@ declare const DeleteTableCommand_base: {
|
|
|
76
72
|
* // KeyType: "HASH" || "RANGE", // required
|
|
77
73
|
* // },
|
|
78
74
|
* // ],
|
|
79
|
-
* // TableStatus: "CREATING" || "UPDATING" || "DELETING" || "ACTIVE" || "INACCESSIBLE_ENCRYPTION_CREDENTIALS" || "ARCHIVING" || "ARCHIVED",
|
|
75
|
+
* // TableStatus: "CREATING" || "UPDATING" || "DELETING" || "ACTIVE" || "INACCESSIBLE_ENCRYPTION_CREDENTIALS" || "ARCHIVING" || "ARCHIVED" || "REPLICATION_NOT_AUTHORIZED",
|
|
80
76
|
* // CreationDateTime: new Date("TIMESTAMP"),
|
|
81
77
|
* // ProvisionedThroughput: { // ProvisionedThroughputDescription
|
|
82
78
|
* // LastIncreaseDateTime: new Date("TIMESTAMP"),
|
|
@@ -161,7 +157,7 @@ declare const DeleteTableCommand_base: {
|
|
|
161
157
|
* // Replicas: [ // ReplicaDescriptionList
|
|
162
158
|
* // { // ReplicaDescription
|
|
163
159
|
* // RegionName: "STRING_VALUE",
|
|
164
|
-
* // ReplicaStatus: "CREATING" || "CREATION_FAILED" || "UPDATING" || "DELETING" || "ACTIVE" || "REGION_DISABLED" || "INACCESSIBLE_ENCRYPTION_CREDENTIALS",
|
|
160
|
+
* // ReplicaStatus: "CREATING" || "CREATION_FAILED" || "UPDATING" || "DELETING" || "ACTIVE" || "REGION_DISABLED" || "INACCESSIBLE_ENCRYPTION_CREDENTIALS" || "ARCHIVING" || "ARCHIVED" || "REPLICATION_NOT_AUTHORIZED",
|
|
165
161
|
* // ReplicaStatusDescription: "STRING_VALUE",
|
|
166
162
|
* // ReplicaStatusPercentProgress: "STRING_VALUE",
|
|
167
163
|
* // KMSMasterKeyId: "STRING_VALUE",
|
|
@@ -174,7 +170,7 @@ declare const DeleteTableCommand_base: {
|
|
|
174
170
|
* // WarmThroughput: { // TableWarmThroughputDescription
|
|
175
171
|
* // ReadUnitsPerSecond: Number("long"),
|
|
176
172
|
* // WriteUnitsPerSecond: Number("long"),
|
|
177
|
-
* // Status: "CREATING" || "UPDATING" || "DELETING" || "ACTIVE" || "INACCESSIBLE_ENCRYPTION_CREDENTIALS" || "ARCHIVING" || "ARCHIVED",
|
|
173
|
+
* // Status: "CREATING" || "UPDATING" || "DELETING" || "ACTIVE" || "INACCESSIBLE_ENCRYPTION_CREDENTIALS" || "ARCHIVING" || "ARCHIVED" || "REPLICATION_NOT_AUTHORIZED",
|
|
178
174
|
* // },
|
|
179
175
|
* // GlobalSecondaryIndexes: [ // ReplicaGlobalSecondaryIndexDescriptionList
|
|
180
176
|
* // { // ReplicaGlobalSecondaryIndexDescription
|
|
@@ -199,6 +195,12 @@ declare const DeleteTableCommand_base: {
|
|
|
199
195
|
* // },
|
|
200
196
|
* // },
|
|
201
197
|
* // ],
|
|
198
|
+
* // GlobalTableWitnesses: [ // GlobalTableWitnessDescriptionList
|
|
199
|
+
* // { // GlobalTableWitnessDescription
|
|
200
|
+
* // RegionName: "STRING_VALUE",
|
|
201
|
+
* // WitnessStatus: "CREATING" || "DELETING" || "ACTIVE",
|
|
202
|
+
* // },
|
|
203
|
+
* // ],
|
|
202
204
|
* // RestoreSummary: { // RestoreSummary
|
|
203
205
|
* // SourceBackupArn: "STRING_VALUE",
|
|
204
206
|
* // SourceTableArn: "STRING_VALUE",
|
|
@@ -228,7 +230,7 @@ declare const DeleteTableCommand_base: {
|
|
|
228
230
|
* // WarmThroughput: {
|
|
229
231
|
* // ReadUnitsPerSecond: Number("long"),
|
|
230
232
|
* // WriteUnitsPerSecond: Number("long"),
|
|
231
|
-
* // Status: "CREATING" || "UPDATING" || "DELETING" || "ACTIVE" || "INACCESSIBLE_ENCRYPTION_CREDENTIALS" || "ARCHIVING" || "ARCHIVED",
|
|
233
|
+
* // Status: "CREATING" || "UPDATING" || "DELETING" || "ACTIVE" || "INACCESSIBLE_ENCRYPTION_CREDENTIALS" || "ARCHIVING" || "ARCHIVED" || "REPLICATION_NOT_AUTHORIZED",
|
|
232
234
|
* // },
|
|
233
235
|
* // MultiRegionConsistency: "EVENTUAL" || "STRONG",
|
|
234
236
|
* // },
|
|
@@ -249,19 +251,21 @@ declare const DeleteTableCommand_base: {
|
|
|
249
251
|
*
|
|
250
252
|
* @throws {@link LimitExceededException} (client fault)
|
|
251
253
|
* <p>There is no limit to the number of daily on-demand backups that can be taken. </p>
|
|
252
|
-
* <p>For most purposes, up to 500 simultaneous table operations are allowed per account.
|
|
253
|
-
* include <code>CreateTable</code>, <code>UpdateTable</code>,
|
|
254
|
+
* <p>For most purposes, up to 500 simultaneous table operations are allowed per account.
|
|
255
|
+
* These operations include <code>CreateTable</code>, <code>UpdateTable</code>,
|
|
254
256
|
* <code>DeleteTable</code>,<code>UpdateTimeToLive</code>,
|
|
255
257
|
* <code>RestoreTableFromBackup</code>, and <code>RestoreTableToPointInTime</code>. </p>
|
|
256
|
-
* <p>When you are creating a table with one or more secondary
|
|
257
|
-
*
|
|
258
|
-
*
|
|
259
|
-
*
|
|
260
|
-
* <p>When importing into DynamoDB, up to 50 simultaneous import table operations are
|
|
258
|
+
* <p>When you are creating a table with one or more secondary indexes, you can have up
|
|
259
|
+
* to 250 such requests running at a time. However, if the table or index specifications
|
|
260
|
+
* are complex, then DynamoDB might temporarily reduce the number of concurrent
|
|
261
|
+
* operations.</p>
|
|
262
|
+
* <p>When importing into DynamoDB, up to 50 simultaneous import table operations are
|
|
263
|
+
* allowed per account.</p>
|
|
261
264
|
* <p>There is a soft account quota of 2,500 tables.</p>
|
|
262
|
-
* <p>GetRecords was called with a value of more than 1000 for the limit request
|
|
263
|
-
*
|
|
264
|
-
*
|
|
265
|
+
* <p>GetRecords was called with a value of more than 1000 for the limit request
|
|
266
|
+
* parameter.</p>
|
|
267
|
+
* <p>More than 2 processes are reading from the same streams shard at the same time.
|
|
268
|
+
* Exceeding this limit may result in request throttling.</p>
|
|
265
269
|
*
|
|
266
270
|
* @throws {@link ResourceInUseException} (client fault)
|
|
267
271
|
* <p>The operation conflicts with the resource's availability. For example:</p>
|
|
@@ -270,13 +274,15 @@ declare const DeleteTableCommand_base: {
|
|
|
270
274
|
* <p>You attempted to recreate an existing table.</p>
|
|
271
275
|
* </li>
|
|
272
276
|
* <li>
|
|
273
|
-
* <p>You tried to delete a table currently in the <code>CREATING</code>
|
|
277
|
+
* <p>You tried to delete a table currently in the <code>CREATING</code>
|
|
278
|
+
* state.</p>
|
|
274
279
|
* </li>
|
|
275
280
|
* <li>
|
|
276
281
|
* <p>You tried to update a resource that was already being updated.</p>
|
|
277
282
|
* </li>
|
|
278
283
|
* </ul>
|
|
279
|
-
* <p>When appropriate, wait for the ongoing update to complete and attempt the request
|
|
284
|
+
* <p>When appropriate, wait for the ongoing update to complete and attempt the request
|
|
285
|
+
* again.</p>
|
|
280
286
|
*
|
|
281
287
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
282
288
|
* <p>The operation tried to access a nonexistent table or index. The resource might not
|
|
@@ -78,7 +78,8 @@ declare const DescribeContinuousBackupsCommand_base: {
|
|
|
78
78
|
*
|
|
79
79
|
* @throws {@link TableNotFoundException} (client fault)
|
|
80
80
|
* <p>A source table with the name <code>TableName</code> does not currently exist within
|
|
81
|
-
* the subscriber's account or the subscriber is operating in the wrong Amazon Web Services
|
|
81
|
+
* the subscriber's account or the subscriber is operating in the wrong Amazon Web Services
|
|
82
|
+
* Region.</p>
|
|
82
83
|
*
|
|
83
84
|
* @throws {@link DynamoDBServiceException}
|
|
84
85
|
* <p>Base exception class for all service exceptions from DynamoDB service.</p>
|
package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeExportCommand.d.ts
CHANGED
|
@@ -85,19 +85,21 @@ declare const DescribeExportCommand_base: {
|
|
|
85
85
|
*
|
|
86
86
|
* @throws {@link LimitExceededException} (client fault)
|
|
87
87
|
* <p>There is no limit to the number of daily on-demand backups that can be taken. </p>
|
|
88
|
-
* <p>For most purposes, up to 500 simultaneous table operations are allowed per account.
|
|
89
|
-
* include <code>CreateTable</code>, <code>UpdateTable</code>,
|
|
88
|
+
* <p>For most purposes, up to 500 simultaneous table operations are allowed per account.
|
|
89
|
+
* These operations include <code>CreateTable</code>, <code>UpdateTable</code>,
|
|
90
90
|
* <code>DeleteTable</code>,<code>UpdateTimeToLive</code>,
|
|
91
91
|
* <code>RestoreTableFromBackup</code>, and <code>RestoreTableToPointInTime</code>. </p>
|
|
92
|
-
* <p>When you are creating a table with one or more secondary
|
|
93
|
-
*
|
|
94
|
-
*
|
|
95
|
-
*
|
|
96
|
-
* <p>When importing into DynamoDB, up to 50 simultaneous import table operations are
|
|
92
|
+
* <p>When you are creating a table with one or more secondary indexes, you can have up
|
|
93
|
+
* to 250 such requests running at a time. However, if the table or index specifications
|
|
94
|
+
* are complex, then DynamoDB might temporarily reduce the number of concurrent
|
|
95
|
+
* operations.</p>
|
|
96
|
+
* <p>When importing into DynamoDB, up to 50 simultaneous import table operations are
|
|
97
|
+
* allowed per account.</p>
|
|
97
98
|
* <p>There is a soft account quota of 2,500 tables.</p>
|
|
98
|
-
* <p>GetRecords was called with a value of more than 1000 for the limit request
|
|
99
|
-
*
|
|
100
|
-
*
|
|
99
|
+
* <p>GetRecords was called with a value of more than 1000 for the limit request
|
|
100
|
+
* parameter.</p>
|
|
101
|
+
* <p>More than 2 processes are reading from the same streams shard at the same time.
|
|
102
|
+
* Exceeding this limit may result in request throttling.</p>
|
|
101
103
|
*
|
|
102
104
|
* @throws {@link DynamoDBServiceException}
|
|
103
105
|
* <p>Base exception class for all service exceptions from DynamoDB service.</p>
|
package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeGlobalTableCommand.d.ts
CHANGED
|
@@ -48,7 +48,7 @@ declare const DescribeGlobalTableCommand_base: {
|
|
|
48
48
|
* // ReplicationGroup: [ // ReplicaDescriptionList
|
|
49
49
|
* // { // ReplicaDescription
|
|
50
50
|
* // RegionName: "STRING_VALUE",
|
|
51
|
-
* // ReplicaStatus: "CREATING" || "CREATION_FAILED" || "UPDATING" || "DELETING" || "ACTIVE" || "REGION_DISABLED" || "INACCESSIBLE_ENCRYPTION_CREDENTIALS",
|
|
51
|
+
* // ReplicaStatus: "CREATING" || "CREATION_FAILED" || "UPDATING" || "DELETING" || "ACTIVE" || "REGION_DISABLED" || "INACCESSIBLE_ENCRYPTION_CREDENTIALS" || "ARCHIVING" || "ARCHIVED" || "REPLICATION_NOT_AUTHORIZED",
|
|
52
52
|
* // ReplicaStatusDescription: "STRING_VALUE",
|
|
53
53
|
* // ReplicaStatusPercentProgress: "STRING_VALUE",
|
|
54
54
|
* // KMSMasterKeyId: "STRING_VALUE",
|
|
@@ -61,7 +61,7 @@ declare const DescribeGlobalTableCommand_base: {
|
|
|
61
61
|
* // WarmThroughput: { // TableWarmThroughputDescription
|
|
62
62
|
* // ReadUnitsPerSecond: Number("long"),
|
|
63
63
|
* // WriteUnitsPerSecond: Number("long"),
|
|
64
|
-
* // Status: "CREATING" || "UPDATING" || "DELETING" || "ACTIVE" || "INACCESSIBLE_ENCRYPTION_CREDENTIALS" || "ARCHIVING" || "ARCHIVED",
|
|
64
|
+
* // Status: "CREATING" || "UPDATING" || "DELETING" || "ACTIVE" || "INACCESSIBLE_ENCRYPTION_CREDENTIALS" || "ARCHIVING" || "ARCHIVED" || "REPLICATION_NOT_AUTHORIZED",
|
|
65
65
|
* // },
|
|
66
66
|
* // GlobalSecondaryIndexes: [ // ReplicaGlobalSecondaryIndexDescriptionList
|
|
67
67
|
* // { // ReplicaGlobalSecondaryIndexDescription
|
|
@@ -48,7 +48,7 @@ declare const DescribeGlobalTableSettingsCommand_base: {
|
|
|
48
48
|
* // ReplicaSettings: [ // ReplicaSettingsDescriptionList
|
|
49
49
|
* // { // ReplicaSettingsDescription
|
|
50
50
|
* // RegionName: "STRING_VALUE", // required
|
|
51
|
-
* // ReplicaStatus: "CREATING" || "CREATION_FAILED" || "UPDATING" || "DELETING" || "ACTIVE" || "REGION_DISABLED" || "INACCESSIBLE_ENCRYPTION_CREDENTIALS",
|
|
51
|
+
* // ReplicaStatus: "CREATING" || "CREATION_FAILED" || "UPDATING" || "DELETING" || "ACTIVE" || "REGION_DISABLED" || "INACCESSIBLE_ENCRYPTION_CREDENTIALS" || "ARCHIVING" || "ARCHIVED" || "REPLICATION_NOT_AUTHORIZED",
|
|
52
52
|
* // ReplicaBillingModeSummary: { // BillingModeSummary
|
|
53
53
|
* // BillingMode: "PROVISIONED" || "PAY_PER_REQUEST",
|
|
54
54
|
* // LastUpdateToPayPerRequestDateTime: new Date("TIMESTAMP"),
|
package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeImportCommand.d.ts
CHANGED
|
@@ -140,9 +140,7 @@ declare const DescribeImportCommand_base: {
|
|
|
140
140
|
* @see {@link DynamoDBClientResolvedConfig | config} for DynamoDBClient's `config` shape.
|
|
141
141
|
*
|
|
142
142
|
* @throws {@link ImportNotFoundException} (client fault)
|
|
143
|
-
* <p>
|
|
144
|
-
* The specified import was not found.
|
|
145
|
-
* </p>
|
|
143
|
+
* <p> The specified import was not found. </p>
|
|
146
144
|
*
|
|
147
145
|
* @throws {@link DynamoDBServiceException}
|
|
148
146
|
* <p>Base exception class for all service exceptions from DynamoDB service.</p>
|
|
@@ -29,10 +29,6 @@ declare const DescribeTableCommand_base: {
|
|
|
29
29
|
/**
|
|
30
30
|
* <p>Returns information about the table, including the current status of the table, when
|
|
31
31
|
* it was created, the primary key schema, and any indexes on the table.</p>
|
|
32
|
-
* <important>
|
|
33
|
-
* <p>For global tables, this operation only applies to global tables using Version
|
|
34
|
-
* 2019.11.21 (Current version). </p>
|
|
35
|
-
* </important>
|
|
36
32
|
* <note>
|
|
37
33
|
* <p>If you issue a <code>DescribeTable</code> request immediately after a
|
|
38
34
|
* <code>CreateTable</code> request, DynamoDB might return a
|
|
@@ -67,7 +63,7 @@ declare const DescribeTableCommand_base: {
|
|
|
67
63
|
* // KeyType: "HASH" || "RANGE", // required
|
|
68
64
|
* // },
|
|
69
65
|
* // ],
|
|
70
|
-
* // TableStatus: "CREATING" || "UPDATING" || "DELETING" || "ACTIVE" || "INACCESSIBLE_ENCRYPTION_CREDENTIALS" || "ARCHIVING" || "ARCHIVED",
|
|
66
|
+
* // TableStatus: "CREATING" || "UPDATING" || "DELETING" || "ACTIVE" || "INACCESSIBLE_ENCRYPTION_CREDENTIALS" || "ARCHIVING" || "ARCHIVED" || "REPLICATION_NOT_AUTHORIZED",
|
|
71
67
|
* // CreationDateTime: new Date("TIMESTAMP"),
|
|
72
68
|
* // ProvisionedThroughput: { // ProvisionedThroughputDescription
|
|
73
69
|
* // LastIncreaseDateTime: new Date("TIMESTAMP"),
|
|
@@ -152,7 +148,7 @@ declare const DescribeTableCommand_base: {
|
|
|
152
148
|
* // Replicas: [ // ReplicaDescriptionList
|
|
153
149
|
* // { // ReplicaDescription
|
|
154
150
|
* // RegionName: "STRING_VALUE",
|
|
155
|
-
* // ReplicaStatus: "CREATING" || "CREATION_FAILED" || "UPDATING" || "DELETING" || "ACTIVE" || "REGION_DISABLED" || "INACCESSIBLE_ENCRYPTION_CREDENTIALS",
|
|
151
|
+
* // ReplicaStatus: "CREATING" || "CREATION_FAILED" || "UPDATING" || "DELETING" || "ACTIVE" || "REGION_DISABLED" || "INACCESSIBLE_ENCRYPTION_CREDENTIALS" || "ARCHIVING" || "ARCHIVED" || "REPLICATION_NOT_AUTHORIZED",
|
|
156
152
|
* // ReplicaStatusDescription: "STRING_VALUE",
|
|
157
153
|
* // ReplicaStatusPercentProgress: "STRING_VALUE",
|
|
158
154
|
* // KMSMasterKeyId: "STRING_VALUE",
|
|
@@ -165,7 +161,7 @@ declare const DescribeTableCommand_base: {
|
|
|
165
161
|
* // WarmThroughput: { // TableWarmThroughputDescription
|
|
166
162
|
* // ReadUnitsPerSecond: Number("long"),
|
|
167
163
|
* // WriteUnitsPerSecond: Number("long"),
|
|
168
|
-
* // Status: "CREATING" || "UPDATING" || "DELETING" || "ACTIVE" || "INACCESSIBLE_ENCRYPTION_CREDENTIALS" || "ARCHIVING" || "ARCHIVED",
|
|
164
|
+
* // Status: "CREATING" || "UPDATING" || "DELETING" || "ACTIVE" || "INACCESSIBLE_ENCRYPTION_CREDENTIALS" || "ARCHIVING" || "ARCHIVED" || "REPLICATION_NOT_AUTHORIZED",
|
|
169
165
|
* // },
|
|
170
166
|
* // GlobalSecondaryIndexes: [ // ReplicaGlobalSecondaryIndexDescriptionList
|
|
171
167
|
* // { // ReplicaGlobalSecondaryIndexDescription
|
|
@@ -190,6 +186,12 @@ declare const DescribeTableCommand_base: {
|
|
|
190
186
|
* // },
|
|
191
187
|
* // },
|
|
192
188
|
* // ],
|
|
189
|
+
* // GlobalTableWitnesses: [ // GlobalTableWitnessDescriptionList
|
|
190
|
+
* // { // GlobalTableWitnessDescription
|
|
191
|
+
* // RegionName: "STRING_VALUE",
|
|
192
|
+
* // WitnessStatus: "CREATING" || "DELETING" || "ACTIVE",
|
|
193
|
+
* // },
|
|
194
|
+
* // ],
|
|
193
195
|
* // RestoreSummary: { // RestoreSummary
|
|
194
196
|
* // SourceBackupArn: "STRING_VALUE",
|
|
195
197
|
* // SourceTableArn: "STRING_VALUE",
|
|
@@ -219,7 +221,7 @@ declare const DescribeTableCommand_base: {
|
|
|
219
221
|
* // WarmThroughput: {
|
|
220
222
|
* // ReadUnitsPerSecond: Number("long"),
|
|
221
223
|
* // WriteUnitsPerSecond: Number("long"),
|
|
222
|
-
* // Status: "CREATING" || "UPDATING" || "DELETING" || "ACTIVE" || "INACCESSIBLE_ENCRYPTION_CREDENTIALS" || "ARCHIVING" || "ARCHIVED",
|
|
224
|
+
* // Status: "CREATING" || "UPDATING" || "DELETING" || "ACTIVE" || "INACCESSIBLE_ENCRYPTION_CREDENTIALS" || "ARCHIVING" || "ARCHIVED" || "REPLICATION_NOT_AUTHORIZED",
|
|
223
225
|
* // },
|
|
224
226
|
* // MultiRegionConsistency: "EVENTUAL" || "STRONG",
|
|
225
227
|
* // },
|
|
@@ -28,10 +28,6 @@ declare const DescribeTableReplicaAutoScalingCommand_base: {
|
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <p>Describes auto scaling settings across replicas of the global table at once.</p>
|
|
31
|
-
* <important>
|
|
32
|
-
* <p>For global tables, this operation only applies to global tables using Version
|
|
33
|
-
* 2019.11.21 (Current version).</p>
|
|
34
|
-
* </important>
|
|
35
31
|
* @example
|
|
36
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
37
33
|
* ```javascript
|
|
@@ -46,7 +42,7 @@ declare const DescribeTableReplicaAutoScalingCommand_base: {
|
|
|
46
42
|
* // { // DescribeTableReplicaAutoScalingOutput
|
|
47
43
|
* // TableAutoScalingDescription: { // TableAutoScalingDescription
|
|
48
44
|
* // TableName: "STRING_VALUE",
|
|
49
|
-
* // TableStatus: "CREATING" || "UPDATING" || "DELETING" || "ACTIVE" || "INACCESSIBLE_ENCRYPTION_CREDENTIALS" || "ARCHIVING" || "ARCHIVED",
|
|
45
|
+
* // TableStatus: "CREATING" || "UPDATING" || "DELETING" || "ACTIVE" || "INACCESSIBLE_ENCRYPTION_CREDENTIALS" || "ARCHIVING" || "ARCHIVED" || "REPLICATION_NOT_AUTHORIZED",
|
|
50
46
|
* // Replicas: [ // ReplicaAutoScalingDescriptionList
|
|
51
47
|
* // { // ReplicaAutoScalingDescription
|
|
52
48
|
* // RegionName: "STRING_VALUE",
|
|
@@ -124,7 +120,7 @@ declare const DescribeTableReplicaAutoScalingCommand_base: {
|
|
|
124
120
|
* // },
|
|
125
121
|
* // ],
|
|
126
122
|
* // },
|
|
127
|
-
* // ReplicaStatus: "CREATING" || "CREATION_FAILED" || "UPDATING" || "DELETING" || "ACTIVE" || "REGION_DISABLED" || "INACCESSIBLE_ENCRYPTION_CREDENTIALS",
|
|
123
|
+
* // ReplicaStatus: "CREATING" || "CREATION_FAILED" || "UPDATING" || "DELETING" || "ACTIVE" || "REGION_DISABLED" || "INACCESSIBLE_ENCRYPTION_CREDENTIALS" || "ARCHIVING" || "ARCHIVED" || "REPLICATION_NOT_AUTHORIZED",
|
|
128
124
|
* // },
|
|
129
125
|
* // ],
|
|
130
126
|
* // },
|
|
@@ -68,19 +68,21 @@ declare const DisableKinesisStreamingDestinationCommand_base: {
|
|
|
68
68
|
*
|
|
69
69
|
* @throws {@link LimitExceededException} (client fault)
|
|
70
70
|
* <p>There is no limit to the number of daily on-demand backups that can be taken. </p>
|
|
71
|
-
* <p>For most purposes, up to 500 simultaneous table operations are allowed per account.
|
|
72
|
-
* include <code>CreateTable</code>, <code>UpdateTable</code>,
|
|
71
|
+
* <p>For most purposes, up to 500 simultaneous table operations are allowed per account.
|
|
72
|
+
* These operations include <code>CreateTable</code>, <code>UpdateTable</code>,
|
|
73
73
|
* <code>DeleteTable</code>,<code>UpdateTimeToLive</code>,
|
|
74
74
|
* <code>RestoreTableFromBackup</code>, and <code>RestoreTableToPointInTime</code>. </p>
|
|
75
|
-
* <p>When you are creating a table with one or more secondary
|
|
76
|
-
*
|
|
77
|
-
*
|
|
78
|
-
*
|
|
79
|
-
* <p>When importing into DynamoDB, up to 50 simultaneous import table operations are
|
|
75
|
+
* <p>When you are creating a table with one or more secondary indexes, you can have up
|
|
76
|
+
* to 250 such requests running at a time. However, if the table or index specifications
|
|
77
|
+
* are complex, then DynamoDB might temporarily reduce the number of concurrent
|
|
78
|
+
* operations.</p>
|
|
79
|
+
* <p>When importing into DynamoDB, up to 50 simultaneous import table operations are
|
|
80
|
+
* allowed per account.</p>
|
|
80
81
|
* <p>There is a soft account quota of 2,500 tables.</p>
|
|
81
|
-
* <p>GetRecords was called with a value of more than 1000 for the limit request
|
|
82
|
-
*
|
|
83
|
-
*
|
|
82
|
+
* <p>GetRecords was called with a value of more than 1000 for the limit request
|
|
83
|
+
* parameter.</p>
|
|
84
|
+
* <p>More than 2 processes are reading from the same streams shard at the same time.
|
|
85
|
+
* Exceeding this limit may result in request throttling.</p>
|
|
84
86
|
*
|
|
85
87
|
* @throws {@link ResourceInUseException} (client fault)
|
|
86
88
|
* <p>The operation conflicts with the resource's availability. For example:</p>
|
|
@@ -89,13 +91,15 @@ declare const DisableKinesisStreamingDestinationCommand_base: {
|
|
|
89
91
|
* <p>You attempted to recreate an existing table.</p>
|
|
90
92
|
* </li>
|
|
91
93
|
* <li>
|
|
92
|
-
* <p>You tried to delete a table currently in the <code>CREATING</code>
|
|
94
|
+
* <p>You tried to delete a table currently in the <code>CREATING</code>
|
|
95
|
+
* state.</p>
|
|
93
96
|
* </li>
|
|
94
97
|
* <li>
|
|
95
98
|
* <p>You tried to update a resource that was already being updated.</p>
|
|
96
99
|
* </li>
|
|
97
100
|
* </ul>
|
|
98
|
-
* <p>When appropriate, wait for the ongoing update to complete and attempt the request
|
|
101
|
+
* <p>When appropriate, wait for the ongoing update to complete and attempt the request
|
|
102
|
+
* again.</p>
|
|
99
103
|
*
|
|
100
104
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
101
105
|
* <p>The operation tried to access a nonexistent table or index. The resource might not
|
|
@@ -70,19 +70,21 @@ declare const EnableKinesisStreamingDestinationCommand_base: {
|
|
|
70
70
|
*
|
|
71
71
|
* @throws {@link LimitExceededException} (client fault)
|
|
72
72
|
* <p>There is no limit to the number of daily on-demand backups that can be taken. </p>
|
|
73
|
-
* <p>For most purposes, up to 500 simultaneous table operations are allowed per account.
|
|
74
|
-
* include <code>CreateTable</code>, <code>UpdateTable</code>,
|
|
73
|
+
* <p>For most purposes, up to 500 simultaneous table operations are allowed per account.
|
|
74
|
+
* These operations include <code>CreateTable</code>, <code>UpdateTable</code>,
|
|
75
75
|
* <code>DeleteTable</code>,<code>UpdateTimeToLive</code>,
|
|
76
76
|
* <code>RestoreTableFromBackup</code>, and <code>RestoreTableToPointInTime</code>. </p>
|
|
77
|
-
* <p>When you are creating a table with one or more secondary
|
|
78
|
-
*
|
|
79
|
-
*
|
|
80
|
-
*
|
|
81
|
-
* <p>When importing into DynamoDB, up to 50 simultaneous import table operations are
|
|
77
|
+
* <p>When you are creating a table with one or more secondary indexes, you can have up
|
|
78
|
+
* to 250 such requests running at a time. However, if the table or index specifications
|
|
79
|
+
* are complex, then DynamoDB might temporarily reduce the number of concurrent
|
|
80
|
+
* operations.</p>
|
|
81
|
+
* <p>When importing into DynamoDB, up to 50 simultaneous import table operations are
|
|
82
|
+
* allowed per account.</p>
|
|
82
83
|
* <p>There is a soft account quota of 2,500 tables.</p>
|
|
83
|
-
* <p>GetRecords was called with a value of more than 1000 for the limit request
|
|
84
|
-
*
|
|
85
|
-
*
|
|
84
|
+
* <p>GetRecords was called with a value of more than 1000 for the limit request
|
|
85
|
+
* parameter.</p>
|
|
86
|
+
* <p>More than 2 processes are reading from the same streams shard at the same time.
|
|
87
|
+
* Exceeding this limit may result in request throttling.</p>
|
|
86
88
|
*
|
|
87
89
|
* @throws {@link ResourceInUseException} (client fault)
|
|
88
90
|
* <p>The operation conflicts with the resource's availability. For example:</p>
|
|
@@ -91,13 +93,15 @@ declare const EnableKinesisStreamingDestinationCommand_base: {
|
|
|
91
93
|
* <p>You attempted to recreate an existing table.</p>
|
|
92
94
|
* </li>
|
|
93
95
|
* <li>
|
|
94
|
-
* <p>You tried to delete a table currently in the <code>CREATING</code>
|
|
96
|
+
* <p>You tried to delete a table currently in the <code>CREATING</code>
|
|
97
|
+
* state.</p>
|
|
95
98
|
* </li>
|
|
96
99
|
* <li>
|
|
97
100
|
* <p>You tried to update a resource that was already being updated.</p>
|
|
98
101
|
* </li>
|
|
99
102
|
* </ul>
|
|
100
|
-
* <p>When appropriate, wait for the ongoing update to complete and attempt the request
|
|
103
|
+
* <p>When appropriate, wait for the ongoing update to complete and attempt the request
|
|
104
|
+
* again.</p>
|
|
101
105
|
*
|
|
102
106
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
103
107
|
* <p>The operation tried to access a nonexistent table or index. The resource might not
|
package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ExecuteTransactionCommand.d.ts
CHANGED
|
@@ -236,11 +236,10 @@ declare const ExecuteTransactionCommand_base: {
|
|
|
236
236
|
* <p>There is a user error, such as an invalid data format.</p>
|
|
237
237
|
* </li>
|
|
238
238
|
* <li>
|
|
239
|
-
* <p>
|
|
240
|
-
*
|
|
241
|
-
*
|
|
242
|
-
*
|
|
243
|
-
* </p>
|
|
239
|
+
* <p> There is an ongoing <code>TransactWriteItems</code> operation that
|
|
240
|
+
* conflicts with a concurrent <code>TransactWriteItems</code> request. In this
|
|
241
|
+
* case the <code>TransactWriteItems</code> operation fails with a
|
|
242
|
+
* <code>TransactionCanceledException</code>. </p>
|
|
244
243
|
* </li>
|
|
245
244
|
* </ul>
|
|
246
245
|
* <p>DynamoDB cancels a <code>TransactGetItems</code> request under the
|
|
@@ -385,9 +384,9 @@ declare const ExecuteTransactionCommand_base: {
|
|
|
385
384
|
* global secondary indexes. DynamoDB is automatically
|
|
386
385
|
* scaling your index so please try again shortly.</p>
|
|
387
386
|
* <note>
|
|
388
|
-
* <p>This message is returned when writes get throttled on
|
|
389
|
-
*
|
|
390
|
-
*
|
|
387
|
+
* <p>This message is returned when writes get throttled on an
|
|
388
|
+
* On-Demand GSI as DynamoDB is automatically scaling
|
|
389
|
+
* the GSI.</p>
|
|
391
390
|
* </note>
|
|
392
391
|
* </li>
|
|
393
392
|
* </ul>
|
|
@@ -449,51 +448,44 @@ declare const ExecuteTransactionCommand_base: {
|
|
|
449
448
|
*
|
|
450
449
|
* @throws {@link TransactionInProgressException} (client fault)
|
|
451
450
|
* <p>The transaction with the given request token is already in progress.</p>
|
|
452
|
-
* <p>
|
|
453
|
-
* Recommended Settings
|
|
454
|
-
* </p>
|
|
451
|
+
* <p> Recommended Settings </p>
|
|
455
452
|
* <note>
|
|
456
|
-
* <p>
|
|
457
|
-
*
|
|
458
|
-
*
|
|
459
|
-
*
|
|
453
|
+
* <p> This is a general recommendation for handling the
|
|
454
|
+
* <code>TransactionInProgressException</code>. These settings help ensure that the
|
|
455
|
+
* client retries will trigger completion of the ongoing
|
|
456
|
+
* <code>TransactWriteItems</code> request. </p>
|
|
460
457
|
* </note>
|
|
461
458
|
* <ul>
|
|
462
459
|
* <li>
|
|
463
|
-
* <p>
|
|
464
|
-
*
|
|
465
|
-
*
|
|
466
|
-
* </p>
|
|
460
|
+
* <p> Set <code>clientExecutionTimeout</code> to a value that allows at least one
|
|
461
|
+
* retry to be processed after 5 seconds have elapsed since the first attempt for
|
|
462
|
+
* the <code>TransactWriteItems</code> operation. </p>
|
|
467
463
|
* </li>
|
|
468
464
|
* <li>
|
|
469
|
-
* <p>
|
|
470
|
-
*
|
|
471
|
-
* </p>
|
|
465
|
+
* <p> Set <code>socketTimeout</code> to a value a little lower than the
|
|
466
|
+
* <code>requestTimeout</code> setting. </p>
|
|
472
467
|
* </li>
|
|
473
468
|
* <li>
|
|
474
469
|
* <p>
|
|
475
|
-
* <code>requestTimeout</code> should be set based on the time taken for the
|
|
476
|
-
* HTTP request for your use case, but setting it to
|
|
477
|
-
* retries and
|
|
478
|
-
*
|
|
470
|
+
* <code>requestTimeout</code> should be set based on the time taken for the
|
|
471
|
+
* individual retries of a single HTTP request for your use case, but setting it to
|
|
472
|
+
* 1 second or higher should work well to reduce chances of retries and
|
|
473
|
+
* <code>TransactionInProgressException</code> errors. </p>
|
|
479
474
|
* </li>
|
|
480
475
|
* <li>
|
|
481
|
-
* <p>
|
|
482
|
-
* Use exponential backoff when retrying and tune backoff if needed.
|
|
483
|
-
* </p>
|
|
476
|
+
* <p> Use exponential backoff when retrying and tune backoff if needed. </p>
|
|
484
477
|
* </li>
|
|
485
478
|
* </ul>
|
|
486
|
-
* <p>
|
|
487
|
-
*
|
|
488
|
-
* example timeout settings based on the guidelines above are as follows:
|
|
489
|
-
* </p>
|
|
479
|
+
* <p> Assuming <a href="https://github.com/aws/aws-sdk-java/blob/fd409dee8ae23fb8953e0bb4dbde65536a7e0514/aws-java-sdk-core/src/main/java/com/amazonaws/retry/PredefinedRetryPolicies.java#L97">default retry policy</a>, example timeout settings based on the guidelines
|
|
480
|
+
* above are as follows: </p>
|
|
490
481
|
* <p>Example timeline:</p>
|
|
491
482
|
* <ul>
|
|
492
483
|
* <li>
|
|
493
484
|
* <p>0-1000 first attempt</p>
|
|
494
485
|
* </li>
|
|
495
486
|
* <li>
|
|
496
|
-
* <p>1000-1500 first sleep/delay (default retry policy uses 500 ms as base delay
|
|
487
|
+
* <p>1000-1500 first sleep/delay (default retry policy uses 500 ms as base delay
|
|
488
|
+
* for 4xx errors)</p>
|
|
497
489
|
* </li>
|
|
498
490
|
* <li>
|
|
499
491
|
* <p>1500-2500 second attempt</p>
|
|
@@ -508,7 +500,8 @@ declare const ExecuteTransactionCommand_base: {
|
|
|
508
500
|
* <p>4500-6500 third sleep/delay (500 * 2^2)</p>
|
|
509
501
|
* </li>
|
|
510
502
|
* <li>
|
|
511
|
-
* <p>6500-7500 fourth attempt (this can trigger inline recovery since 5 seconds
|
|
503
|
+
* <p>6500-7500 fourth attempt (this can trigger inline recovery since 5 seconds
|
|
504
|
+
* have elapsed since the first attempt reached TC)</p>
|
|
512
505
|
* </li>
|
|
513
506
|
* </ul>
|
|
514
507
|
*
|