@gemeentenijmegen/webapp 1.1.9 → 1.1.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +12 -12
- package/assets/webapp/auth/auth.lambda/index.js +47 -66
- package/assets/webapp/login/login.lambda/index.js +2 -21
- package/assets/webapp/logout/logout.lambda/index.js +2 -2
- package/lib/webapp/Criticality.js +1 -1
- package/lib/webapp/Webapp.js +1 -1
- package/lib/webapp/Webpage.js +1 -1
- package/lib/webapp/util/Files.js +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/endpoint/ruleset.js +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/index.js +98 -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/index.js +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/models/models_0.js +44 -12
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/models/models_1.js +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/protocols/Aws_json1_0.js +18 -4
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/BatchExecuteStatementCommand.d.ts +8 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/BatchGetItemCommand.d.ts +14 -7
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/BatchWriteItemCommand.d.ts +18 -7
- 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 +16 -8
- 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/DescribeContributorInsightsCommand.d.ts +1 -0
- 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/ExecuteStatementCommand.d.ts +14 -7
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ExecuteTransactionCommand.d.ts +42 -42
- 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/GetItemCommand.d.ts +14 -7
- 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/ListContributorInsightsCommand.d.ts +1 -0
- 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 +16 -8
- 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/QueryCommand.d.ts +14 -7
- 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/ScanCommand.d.ts +14 -7
- 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 +21 -15
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/TransactWriteItemsCommand.d.ts +44 -43
- 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/UpdateContributorInsightsCommand.d.ts +2 -0
- 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 +16 -8
- 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/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/models_0.d.ts +391 -191
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/models_1.d.ts +73 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/TransactWriteItemsCommand.d.ts +2 -4
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +4 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/models_0.d.ts +61 -16
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/models_1.d.ts +11 -0
- package/node_modules/@aws-sdk/client-dynamodb/package.json +35 -35
- package/node_modules/@aws-sdk/client-s3/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 +53 -51
- 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 +33 -33
- 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 +34 -34
- 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 +32 -32
- 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 +81 -34
- 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/json/AwsJson1_0Protocol.js +5 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_1Protocol.js +5 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +4 -3
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +5 -2
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +11 -7
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReplacer.js +1 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +3 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +6 -2
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +6 -3
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +7 -10
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +11 -7
- 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/json/AwsJson1_0Protocol.d.ts +6 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +6 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +3 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +4 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +4 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +4 -0
- package/node_modules/@aws-sdk/core/dist-types/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/dist-types/ts3.4/submodules/protocols/json/AwsJson1_0Protocol.d.ts +8 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_1Protocol.d.ts +8 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +8 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsQueryProtocol.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +1 -0
- package/node_modules/@aws-sdk/core/package.json +13 -13
- package/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-http/package.json +10 -10
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +13 -13
- package/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
- package/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +6 -6
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/package.json +5 -5
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/package.json +5 -5
- package/node_modules/@aws-sdk/middleware-expect-continue/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +9 -9
- package/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-location-constraint/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +11 -11
- package/node_modules/@aws-sdk/middleware-ssec/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -7
- package/node_modules/@aws-sdk/nested-clients/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 +32 -32
- package/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
- package/node_modules/@aws-sdk/s3-request-presigner/package.json +10 -10
- package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +6 -6
- package/node_modules/@aws-sdk/token-providers/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 +10 -8
- 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 +2 -2
- 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 +6 -4
- package/node_modules/@aws-sdk/util-format-url/package.json +4 -4
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
- package/node_modules/@aws-sdk/xml-builder/package.json +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/.jsii +83 -5
- 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 +110 -6
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/bedrock-inference-helper.js +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cloudfront-distribution-defaults.d.ts +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cloudfront-distribution-defaults.js +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cloudfront-distribution-helper.d.ts +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cloudfront-distribution-helper.js +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/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/lib/kendra-helper.js +4 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/waf-helper.js +5 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/package.json +3 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/TwoLogGroups.json +365 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/bedrock-inference-helper.test.js +2 -6
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/dynamo-table.test.js +181 -11
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/lambda/index.js +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/pipes-helper.test.js +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/step-function-helper.test.js +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/test-helper.d.ts +6 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/test-helper.js +84 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/waf-helper.test.js +35 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/package.json +8 -7
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js +2 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js +2 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/cdk.out +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/integ.json +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/lamddb-deployFunctionWithExistingVpc.assets.json +6 -6
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/lamddb-deployFunctionWithExistingVpc.template.json +1 -136
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/lamddbdeployFunctionWithExistingVpcIntegDefaultTestDeployAssertEE08E38E.assets.json +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/manifest.json +475 -10
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/tree.json +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js +2 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/cdk.out +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/integ.json +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/lamddb-deployFunctionWithVpc.assets.json +6 -6
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/lamddb-deployFunctionWithVpc.template.json +1 -136
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/lamddbdeployFunctionWithVpcIntegDefaultTestDeployAssert0AB8275C.assets.json +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/manifest.json +475 -10
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/tree.json +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js +2 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js +2 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js +2 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js +2 -1
- package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/package.json +9 -9
- 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 +5 -5
- package/node_modules/@gemeentenijmegen/utils/package.json +9 -9
- package/node_modules/@smithy/abort-controller/package.json +2 -2
- package/node_modules/@smithy/config-resolver/package.json +4 -4
- package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +142 -44
- package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +108 -105
- package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +92 -6
- package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +45 -54
- package/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +77 -41
- 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 +115 -20
- package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +7 -95
- 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 +19 -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/copyDocumentWithTransform.js +1 -53
- package/node_modules/@smithy/core/dist-es/submodules/serde/generateIdempotencyToken.js +2 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/index.js +1 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/value/NumericValue.js +36 -2
- package/node_modules/@smithy/core/dist-types/submodules/cbor/CborCodec.d.ts +5 -0
- 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 +10 -2
- package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +3 -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 +8 -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/copyDocumentWithTransform.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/generateIdempotencyToken.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/index.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/value/NumericValue.d.ts +3 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/CborCodec.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/byte-printer.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +10 -2
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +3 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/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 +8 -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/copyDocumentWithTransform.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/generateIdempotencyToken.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/index.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/value/NumericValue.d.ts +3 -1
- package/node_modules/@smithy/core/package.json +20 -17
- package/node_modules/@smithy/credential-provider-imds/package.json +5 -5
- package/node_modules/@smithy/eventstream-codec/package.json +2 -2
- package/node_modules/@smithy/eventstream-serde-browser/package.json +3 -3
- package/node_modules/@smithy/eventstream-serde-config-resolver/package.json +2 -2
- package/node_modules/@smithy/eventstream-serde-node/package.json +3 -3
- package/node_modules/@smithy/eventstream-serde-universal/package.json +3 -3
- package/node_modules/@smithy/fetch-http-handler/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 +5 -5
- package/node_modules/@smithy/hash-blob-browser/package.json +2 -2
- package/node_modules/@smithy/hash-node/package.json +2 -2
- package/node_modules/@smithy/hash-stream-node/package.json +2 -2
- package/node_modules/@smithy/invalid-dependency/package.json +2 -2
- package/node_modules/@smithy/md5-js/package.json +2 -2
- package/node_modules/@smithy/middleware-content-length/package.json +3 -3
- package/node_modules/@smithy/middleware-endpoint/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 +8 -8
- package/node_modules/@smithy/middleware-retry/package.json +9 -9
- package/node_modules/@smithy/middleware-serde/package.json +3 -3
- package/node_modules/@smithy/middleware-stack/package.json +2 -2
- package/node_modules/@smithy/node-config-provider/package.json +4 -4
- package/node_modules/@smithy/node-http-handler/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 +5 -5
- package/node_modules/@smithy/property-provider/package.json +2 -2
- package/node_modules/@smithy/protocol-http/package.json +2 -2
- package/node_modules/@smithy/querystring-builder/package.json +2 -2
- package/node_modules/@smithy/querystring-parser/package.json +2 -2
- package/node_modules/@smithy/service-error-classification/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 +2 -2
- package/node_modules/@smithy/shared-ini-file-loader/package.json +2 -2
- package/node_modules/@smithy/signature-v4/package.json +4 -4
- package/node_modules/@smithy/smithy-client/dist-cjs/index.js +1 -0
- package/node_modules/@smithy/smithy-client/package.json +7 -7
- package/node_modules/@smithy/types/dist-types/schema/schema.d.ts +1 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +1 -0
- package/node_modules/@smithy/types/package.json +1 -1
- package/node_modules/@smithy/url-parser/package.json +3 -3
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
- package/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
- package/node_modules/@smithy/util-endpoints/package.json +3 -3
- package/node_modules/@smithy/util-middleware/package.json +2 -2
- package/node_modules/@smithy/util-retry/package.json +3 -3
- package/node_modules/@smithy/util-stream/package.json +4 -4
- package/node_modules/@smithy/util-waiter/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 +3 -3
- 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/bowser/CHANGELOG.md +1 -1
- package/node_modules/bowser/README.md +2 -4
- package/node_modules/bowser/bundled.js +1 -1
- package/node_modules/bowser/es5.js +1 -1
- package/node_modules/bowser/index.d.ts +72 -7
- package/node_modules/bowser/package.json +4 -3
- package/node_modules/bowser/src/constants.js +3 -0
- package/node_modules/bowser/src/parser-browsers.js +15 -0
- package/node_modules/bowser/src/parser-platforms.js +17 -1
- package/node_modules/bowser/src/parser.js +20 -5
- package/node_modules/bowser/src/utils.js +2 -2
- package/node_modules/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/valueParsers → 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/follow-redirects/package.json +1 -1
- 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/oidc-token-hash/README.md +1 -0
- package/node_modules/oidc-token-hash/lib/index.js +0 -10
- package/node_modules/oidc-token-hash/package.json +1 -1
- package/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 +20 -20
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +0 -21
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/asset.7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200/__entrypoint__.js +0 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/asset.7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200/index.js +0 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +0 -21
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/asset.7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200/__entrypoint__.js +0 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/asset.7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200/index.js +0 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +0 -21
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +0 -21
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +0 -21
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +0 -21
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +0 -21
- package/node_modules/form-data/Readme.md +0 -355
- package/node_modules/oidc-token-hash/lib/shake256.js +0 -7
- /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
|
@@ -1,18 +1,26 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
2
|
import { StreamingBlobTypes } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
|
+
AccelerateConfiguration,
|
|
4
5
|
AccessControlPolicy,
|
|
6
|
+
AnalyticsConfiguration,
|
|
7
|
+
BucketCannedACL,
|
|
5
8
|
BucketVersioningStatus,
|
|
6
9
|
ChecksumAlgorithm,
|
|
7
10
|
ChecksumType,
|
|
11
|
+
CommonPrefix,
|
|
8
12
|
CORSRule,
|
|
13
|
+
EncodingType,
|
|
9
14
|
ErrorDocument,
|
|
10
15
|
Grant,
|
|
11
16
|
IndexDocument,
|
|
17
|
+
Initiator,
|
|
12
18
|
IntelligentTieringConfiguration,
|
|
13
19
|
InventoryConfiguration,
|
|
20
|
+
InventoryConfigurationState,
|
|
14
21
|
LifecycleRule,
|
|
15
22
|
LoggingEnabled,
|
|
23
|
+
MetadataTableEncryptionConfiguration,
|
|
16
24
|
MetricsConfiguration,
|
|
17
25
|
NotificationConfiguration,
|
|
18
26
|
ObjectCannedACL,
|
|
@@ -21,14 +29,17 @@ import {
|
|
|
21
29
|
ObjectLockLegalHoldStatus,
|
|
22
30
|
ObjectLockMode,
|
|
23
31
|
ObjectLockRetention,
|
|
32
|
+
Owner,
|
|
24
33
|
OwnershipControls,
|
|
25
34
|
Payer,
|
|
26
35
|
PublicAccessBlockConfiguration,
|
|
36
|
+
RecordExpiration,
|
|
27
37
|
RedirectAllRequestsTo,
|
|
28
38
|
ReplicationConfiguration,
|
|
29
39
|
ReplicationStatus,
|
|
30
40
|
RequestCharged,
|
|
31
41
|
RequestPayer,
|
|
42
|
+
RestoreStatus,
|
|
32
43
|
RoutingRule,
|
|
33
44
|
ServerSideEncryption,
|
|
34
45
|
ServerSideEncryptionConfiguration,
|
|
@@ -37,6 +48,209 @@ import {
|
|
|
37
48
|
TransitionDefaultMinimumObjectSize,
|
|
38
49
|
} from "./models_0";
|
|
39
50
|
import { S3ServiceException as __BaseException } from "./S3ServiceException";
|
|
51
|
+
export declare const ObjectStorageClass: {
|
|
52
|
+
readonly DEEP_ARCHIVE: "DEEP_ARCHIVE";
|
|
53
|
+
readonly EXPRESS_ONEZONE: "EXPRESS_ONEZONE";
|
|
54
|
+
readonly FSX_OPENZFS: "FSX_OPENZFS";
|
|
55
|
+
readonly GLACIER: "GLACIER";
|
|
56
|
+
readonly GLACIER_IR: "GLACIER_IR";
|
|
57
|
+
readonly INTELLIGENT_TIERING: "INTELLIGENT_TIERING";
|
|
58
|
+
readonly ONEZONE_IA: "ONEZONE_IA";
|
|
59
|
+
readonly OUTPOSTS: "OUTPOSTS";
|
|
60
|
+
readonly REDUCED_REDUNDANCY: "REDUCED_REDUNDANCY";
|
|
61
|
+
readonly SNOW: "SNOW";
|
|
62
|
+
readonly STANDARD: "STANDARD";
|
|
63
|
+
readonly STANDARD_IA: "STANDARD_IA";
|
|
64
|
+
};
|
|
65
|
+
export type ObjectStorageClass =
|
|
66
|
+
(typeof ObjectStorageClass)[keyof typeof ObjectStorageClass];
|
|
67
|
+
export interface _Object {
|
|
68
|
+
Key?: string | undefined;
|
|
69
|
+
LastModified?: Date | undefined;
|
|
70
|
+
ETag?: string | undefined;
|
|
71
|
+
ChecksumAlgorithm?: ChecksumAlgorithm[] | undefined;
|
|
72
|
+
ChecksumType?: ChecksumType | undefined;
|
|
73
|
+
Size?: number | undefined;
|
|
74
|
+
StorageClass?: ObjectStorageClass | undefined;
|
|
75
|
+
Owner?: Owner | undefined;
|
|
76
|
+
RestoreStatus?: RestoreStatus | undefined;
|
|
77
|
+
}
|
|
78
|
+
export interface ListObjectsOutput {
|
|
79
|
+
IsTruncated?: boolean | undefined;
|
|
80
|
+
Marker?: string | undefined;
|
|
81
|
+
NextMarker?: string | undefined;
|
|
82
|
+
Contents?: _Object[] | undefined;
|
|
83
|
+
Name?: string | undefined;
|
|
84
|
+
Prefix?: string | undefined;
|
|
85
|
+
Delimiter?: string | undefined;
|
|
86
|
+
MaxKeys?: number | undefined;
|
|
87
|
+
CommonPrefixes?: CommonPrefix[] | undefined;
|
|
88
|
+
EncodingType?: EncodingType | undefined;
|
|
89
|
+
RequestCharged?: RequestCharged | undefined;
|
|
90
|
+
}
|
|
91
|
+
export declare const OptionalObjectAttributes: {
|
|
92
|
+
readonly RESTORE_STATUS: "RestoreStatus";
|
|
93
|
+
};
|
|
94
|
+
export type OptionalObjectAttributes =
|
|
95
|
+
(typeof OptionalObjectAttributes)[keyof typeof OptionalObjectAttributes];
|
|
96
|
+
export interface ListObjectsRequest {
|
|
97
|
+
Bucket: string | undefined;
|
|
98
|
+
Delimiter?: string | undefined;
|
|
99
|
+
EncodingType?: EncodingType | undefined;
|
|
100
|
+
Marker?: string | undefined;
|
|
101
|
+
MaxKeys?: number | undefined;
|
|
102
|
+
Prefix?: string | undefined;
|
|
103
|
+
RequestPayer?: RequestPayer | undefined;
|
|
104
|
+
ExpectedBucketOwner?: string | undefined;
|
|
105
|
+
OptionalObjectAttributes?: OptionalObjectAttributes[] | undefined;
|
|
106
|
+
}
|
|
107
|
+
export interface ListObjectsV2Output {
|
|
108
|
+
IsTruncated?: boolean | undefined;
|
|
109
|
+
Contents?: _Object[] | undefined;
|
|
110
|
+
Name?: string | undefined;
|
|
111
|
+
Prefix?: string | undefined;
|
|
112
|
+
Delimiter?: string | undefined;
|
|
113
|
+
MaxKeys?: number | undefined;
|
|
114
|
+
CommonPrefixes?: CommonPrefix[] | undefined;
|
|
115
|
+
EncodingType?: EncodingType | undefined;
|
|
116
|
+
KeyCount?: number | undefined;
|
|
117
|
+
ContinuationToken?: string | undefined;
|
|
118
|
+
NextContinuationToken?: string | undefined;
|
|
119
|
+
StartAfter?: string | undefined;
|
|
120
|
+
RequestCharged?: RequestCharged | undefined;
|
|
121
|
+
}
|
|
122
|
+
export interface ListObjectsV2Request {
|
|
123
|
+
Bucket: string | undefined;
|
|
124
|
+
Delimiter?: string | undefined;
|
|
125
|
+
EncodingType?: EncodingType | undefined;
|
|
126
|
+
MaxKeys?: number | undefined;
|
|
127
|
+
Prefix?: string | undefined;
|
|
128
|
+
ContinuationToken?: string | undefined;
|
|
129
|
+
FetchOwner?: boolean | undefined;
|
|
130
|
+
StartAfter?: string | undefined;
|
|
131
|
+
RequestPayer?: RequestPayer | undefined;
|
|
132
|
+
ExpectedBucketOwner?: string | undefined;
|
|
133
|
+
OptionalObjectAttributes?: OptionalObjectAttributes[] | undefined;
|
|
134
|
+
}
|
|
135
|
+
export interface DeleteMarkerEntry {
|
|
136
|
+
Owner?: Owner | undefined;
|
|
137
|
+
Key?: string | undefined;
|
|
138
|
+
VersionId?: string | undefined;
|
|
139
|
+
IsLatest?: boolean | undefined;
|
|
140
|
+
LastModified?: Date | undefined;
|
|
141
|
+
}
|
|
142
|
+
export declare const ObjectVersionStorageClass: {
|
|
143
|
+
readonly STANDARD: "STANDARD";
|
|
144
|
+
};
|
|
145
|
+
export type ObjectVersionStorageClass =
|
|
146
|
+
(typeof ObjectVersionStorageClass)[keyof typeof ObjectVersionStorageClass];
|
|
147
|
+
export interface ObjectVersion {
|
|
148
|
+
ETag?: string | undefined;
|
|
149
|
+
ChecksumAlgorithm?: ChecksumAlgorithm[] | undefined;
|
|
150
|
+
ChecksumType?: ChecksumType | undefined;
|
|
151
|
+
Size?: number | undefined;
|
|
152
|
+
StorageClass?: ObjectVersionStorageClass | undefined;
|
|
153
|
+
Key?: string | undefined;
|
|
154
|
+
VersionId?: string | undefined;
|
|
155
|
+
IsLatest?: boolean | undefined;
|
|
156
|
+
LastModified?: Date | undefined;
|
|
157
|
+
Owner?: Owner | undefined;
|
|
158
|
+
RestoreStatus?: RestoreStatus | undefined;
|
|
159
|
+
}
|
|
160
|
+
export interface ListObjectVersionsOutput {
|
|
161
|
+
IsTruncated?: boolean | undefined;
|
|
162
|
+
KeyMarker?: string | undefined;
|
|
163
|
+
VersionIdMarker?: string | undefined;
|
|
164
|
+
NextKeyMarker?: string | undefined;
|
|
165
|
+
NextVersionIdMarker?: string | undefined;
|
|
166
|
+
Versions?: ObjectVersion[] | undefined;
|
|
167
|
+
DeleteMarkers?: DeleteMarkerEntry[] | undefined;
|
|
168
|
+
Name?: string | undefined;
|
|
169
|
+
Prefix?: string | undefined;
|
|
170
|
+
Delimiter?: string | undefined;
|
|
171
|
+
MaxKeys?: number | undefined;
|
|
172
|
+
CommonPrefixes?: CommonPrefix[] | undefined;
|
|
173
|
+
EncodingType?: EncodingType | undefined;
|
|
174
|
+
RequestCharged?: RequestCharged | undefined;
|
|
175
|
+
}
|
|
176
|
+
export interface ListObjectVersionsRequest {
|
|
177
|
+
Bucket: string | undefined;
|
|
178
|
+
Delimiter?: string | undefined;
|
|
179
|
+
EncodingType?: EncodingType | undefined;
|
|
180
|
+
KeyMarker?: string | undefined;
|
|
181
|
+
MaxKeys?: number | undefined;
|
|
182
|
+
Prefix?: string | undefined;
|
|
183
|
+
VersionIdMarker?: string | undefined;
|
|
184
|
+
ExpectedBucketOwner?: string | undefined;
|
|
185
|
+
RequestPayer?: RequestPayer | undefined;
|
|
186
|
+
OptionalObjectAttributes?: OptionalObjectAttributes[] | undefined;
|
|
187
|
+
}
|
|
188
|
+
export interface Part {
|
|
189
|
+
PartNumber?: number | undefined;
|
|
190
|
+
LastModified?: Date | undefined;
|
|
191
|
+
ETag?: string | undefined;
|
|
192
|
+
Size?: number | undefined;
|
|
193
|
+
ChecksumCRC32?: string | undefined;
|
|
194
|
+
ChecksumCRC32C?: string | undefined;
|
|
195
|
+
ChecksumCRC64NVME?: string | undefined;
|
|
196
|
+
ChecksumSHA1?: string | undefined;
|
|
197
|
+
ChecksumSHA256?: string | undefined;
|
|
198
|
+
}
|
|
199
|
+
export interface ListPartsOutput {
|
|
200
|
+
AbortDate?: Date | undefined;
|
|
201
|
+
AbortRuleId?: string | undefined;
|
|
202
|
+
Bucket?: string | undefined;
|
|
203
|
+
Key?: string | undefined;
|
|
204
|
+
UploadId?: string | undefined;
|
|
205
|
+
PartNumberMarker?: string | undefined;
|
|
206
|
+
NextPartNumberMarker?: string | undefined;
|
|
207
|
+
MaxParts?: number | undefined;
|
|
208
|
+
IsTruncated?: boolean | undefined;
|
|
209
|
+
Parts?: Part[] | undefined;
|
|
210
|
+
Initiator?: Initiator | undefined;
|
|
211
|
+
Owner?: Owner | undefined;
|
|
212
|
+
StorageClass?: StorageClass | undefined;
|
|
213
|
+
RequestCharged?: RequestCharged | undefined;
|
|
214
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
215
|
+
ChecksumType?: ChecksumType | undefined;
|
|
216
|
+
}
|
|
217
|
+
export interface ListPartsRequest {
|
|
218
|
+
Bucket: string | undefined;
|
|
219
|
+
Key: string | undefined;
|
|
220
|
+
MaxParts?: number | undefined;
|
|
221
|
+
PartNumberMarker?: string | undefined;
|
|
222
|
+
UploadId: string | undefined;
|
|
223
|
+
RequestPayer?: RequestPayer | undefined;
|
|
224
|
+
ExpectedBucketOwner?: string | undefined;
|
|
225
|
+
SSECustomerAlgorithm?: string | undefined;
|
|
226
|
+
SSECustomerKey?: string | undefined;
|
|
227
|
+
SSECustomerKeyMD5?: string | undefined;
|
|
228
|
+
}
|
|
229
|
+
export interface PutBucketAccelerateConfigurationRequest {
|
|
230
|
+
Bucket: string | undefined;
|
|
231
|
+
AccelerateConfiguration: AccelerateConfiguration | undefined;
|
|
232
|
+
ExpectedBucketOwner?: string | undefined;
|
|
233
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
234
|
+
}
|
|
235
|
+
export interface PutBucketAclRequest {
|
|
236
|
+
ACL?: BucketCannedACL | undefined;
|
|
237
|
+
AccessControlPolicy?: AccessControlPolicy | undefined;
|
|
238
|
+
Bucket: string | undefined;
|
|
239
|
+
ContentMD5?: string | undefined;
|
|
240
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
241
|
+
GrantFullControl?: string | undefined;
|
|
242
|
+
GrantRead?: string | undefined;
|
|
243
|
+
GrantReadACP?: string | undefined;
|
|
244
|
+
GrantWrite?: string | undefined;
|
|
245
|
+
GrantWriteACP?: string | undefined;
|
|
246
|
+
ExpectedBucketOwner?: string | undefined;
|
|
247
|
+
}
|
|
248
|
+
export interface PutBucketAnalyticsConfigurationRequest {
|
|
249
|
+
Bucket: string | undefined;
|
|
250
|
+
Id: string | undefined;
|
|
251
|
+
AnalyticsConfiguration: AnalyticsConfiguration | undefined;
|
|
252
|
+
ExpectedBucketOwner?: string | undefined;
|
|
253
|
+
}
|
|
40
254
|
export interface CORSConfiguration {
|
|
41
255
|
CORSRules: CORSRule[] | undefined;
|
|
42
256
|
}
|
|
@@ -59,6 +273,7 @@ export interface PutBucketEncryptionRequest {
|
|
|
59
273
|
export interface PutBucketIntelligentTieringConfigurationRequest {
|
|
60
274
|
Bucket: string | undefined;
|
|
61
275
|
Id: string | undefined;
|
|
276
|
+
ExpectedBucketOwner?: string | undefined;
|
|
62
277
|
IntelligentTieringConfiguration: IntelligentTieringConfiguration | undefined;
|
|
63
278
|
}
|
|
64
279
|
export interface PutBucketInventoryConfigurationRequest {
|
|
@@ -341,6 +556,28 @@ export interface PutPublicAccessBlockRequest {
|
|
|
341
556
|
PublicAccessBlockConfiguration: PublicAccessBlockConfiguration | undefined;
|
|
342
557
|
ExpectedBucketOwner?: string | undefined;
|
|
343
558
|
}
|
|
559
|
+
export declare class IdempotencyParameterMismatch extends __BaseException {
|
|
560
|
+
readonly name: "IdempotencyParameterMismatch";
|
|
561
|
+
readonly $fault: "client";
|
|
562
|
+
constructor(
|
|
563
|
+
opts: __ExceptionOptionType<IdempotencyParameterMismatch, __BaseException>
|
|
564
|
+
);
|
|
565
|
+
}
|
|
566
|
+
export interface RenameObjectOutput {}
|
|
567
|
+
export interface RenameObjectRequest {
|
|
568
|
+
Bucket: string | undefined;
|
|
569
|
+
Key: string | undefined;
|
|
570
|
+
RenameSource: string | undefined;
|
|
571
|
+
DestinationIfMatch?: string | undefined;
|
|
572
|
+
DestinationIfNoneMatch?: string | undefined;
|
|
573
|
+
DestinationIfModifiedSince?: Date | undefined;
|
|
574
|
+
DestinationIfUnmodifiedSince?: Date | undefined;
|
|
575
|
+
SourceIfMatch?: string | undefined;
|
|
576
|
+
SourceIfNoneMatch?: string | undefined;
|
|
577
|
+
SourceIfModifiedSince?: Date | undefined;
|
|
578
|
+
SourceIfUnmodifiedSince?: Date | undefined;
|
|
579
|
+
ClientToken?: string | undefined;
|
|
580
|
+
}
|
|
344
581
|
export declare class ObjectAlreadyInActiveTierError extends __BaseException {
|
|
345
582
|
readonly name: "ObjectAlreadyInActiveTierError";
|
|
346
583
|
readonly $fault: "client";
|
|
@@ -588,6 +825,27 @@ export interface SelectObjectContentRequest {
|
|
|
588
825
|
ScanRange?: ScanRange | undefined;
|
|
589
826
|
ExpectedBucketOwner?: string | undefined;
|
|
590
827
|
}
|
|
828
|
+
export interface InventoryTableConfigurationUpdates {
|
|
829
|
+
ConfigurationState: InventoryConfigurationState | undefined;
|
|
830
|
+
EncryptionConfiguration?: MetadataTableEncryptionConfiguration | undefined;
|
|
831
|
+
}
|
|
832
|
+
export interface UpdateBucketMetadataInventoryTableConfigurationRequest {
|
|
833
|
+
Bucket: string | undefined;
|
|
834
|
+
ContentMD5?: string | undefined;
|
|
835
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
836
|
+
InventoryTableConfiguration: InventoryTableConfigurationUpdates | undefined;
|
|
837
|
+
ExpectedBucketOwner?: string | undefined;
|
|
838
|
+
}
|
|
839
|
+
export interface JournalTableConfigurationUpdates {
|
|
840
|
+
RecordExpiration: RecordExpiration | undefined;
|
|
841
|
+
}
|
|
842
|
+
export interface UpdateBucketMetadataJournalTableConfigurationRequest {
|
|
843
|
+
Bucket: string | undefined;
|
|
844
|
+
ContentMD5?: string | undefined;
|
|
845
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
846
|
+
JournalTableConfiguration: JournalTableConfigurationUpdates | undefined;
|
|
847
|
+
ExpectedBucketOwner?: string | undefined;
|
|
848
|
+
}
|
|
591
849
|
export interface UploadPartOutput {
|
|
592
850
|
ServerSideEncryption?: ServerSideEncryption | undefined;
|
|
593
851
|
ETag?: string | undefined;
|
|
@@ -705,6 +963,9 @@ export interface WriteGetObjectResponseRequest {
|
|
|
705
963
|
VersionId?: string | undefined;
|
|
706
964
|
BucketKeyEnabled?: boolean | undefined;
|
|
707
965
|
}
|
|
966
|
+
export declare const ListPartsRequestFilterSensitiveLog: (
|
|
967
|
+
obj: ListPartsRequest
|
|
968
|
+
) => any;
|
|
708
969
|
export declare const PutBucketEncryptionRequestFilterSensitiveLog: (
|
|
709
970
|
obj: PutBucketEncryptionRequest
|
|
710
971
|
) => any;
|
|
@@ -23,6 +23,10 @@ import {
|
|
|
23
23
|
CreateBucketCommandInput,
|
|
24
24
|
CreateBucketCommandOutput,
|
|
25
25
|
} from "../commands/CreateBucketCommand";
|
|
26
|
+
import {
|
|
27
|
+
CreateBucketMetadataConfigurationCommandInput,
|
|
28
|
+
CreateBucketMetadataConfigurationCommandOutput,
|
|
29
|
+
} from "../commands/CreateBucketMetadataConfigurationCommand";
|
|
26
30
|
import {
|
|
27
31
|
CreateBucketMetadataTableConfigurationCommandInput,
|
|
28
32
|
CreateBucketMetadataTableConfigurationCommandOutput,
|
|
@@ -63,6 +67,10 @@ import {
|
|
|
63
67
|
DeleteBucketLifecycleCommandInput,
|
|
64
68
|
DeleteBucketLifecycleCommandOutput,
|
|
65
69
|
} from "../commands/DeleteBucketLifecycleCommand";
|
|
70
|
+
import {
|
|
71
|
+
DeleteBucketMetadataConfigurationCommandInput,
|
|
72
|
+
DeleteBucketMetadataConfigurationCommandOutput,
|
|
73
|
+
} from "../commands/DeleteBucketMetadataConfigurationCommand";
|
|
66
74
|
import {
|
|
67
75
|
DeleteBucketMetadataTableConfigurationCommandInput,
|
|
68
76
|
DeleteBucketMetadataTableConfigurationCommandOutput,
|
|
@@ -147,6 +155,10 @@ import {
|
|
|
147
155
|
GetBucketLoggingCommandInput,
|
|
148
156
|
GetBucketLoggingCommandOutput,
|
|
149
157
|
} from "../commands/GetBucketLoggingCommand";
|
|
158
|
+
import {
|
|
159
|
+
GetBucketMetadataConfigurationCommandInput,
|
|
160
|
+
GetBucketMetadataConfigurationCommandOutput,
|
|
161
|
+
} from "../commands/GetBucketMetadataConfigurationCommand";
|
|
150
162
|
import {
|
|
151
163
|
GetBucketMetadataTableConfigurationCommandInput,
|
|
152
164
|
GetBucketMetadataTableConfigurationCommandOutput,
|
|
@@ -379,6 +391,10 @@ import {
|
|
|
379
391
|
PutPublicAccessBlockCommandInput,
|
|
380
392
|
PutPublicAccessBlockCommandOutput,
|
|
381
393
|
} from "../commands/PutPublicAccessBlockCommand";
|
|
394
|
+
import {
|
|
395
|
+
RenameObjectCommandInput,
|
|
396
|
+
RenameObjectCommandOutput,
|
|
397
|
+
} from "../commands/RenameObjectCommand";
|
|
382
398
|
import {
|
|
383
399
|
RestoreObjectCommandInput,
|
|
384
400
|
RestoreObjectCommandOutput,
|
|
@@ -387,6 +403,14 @@ import {
|
|
|
387
403
|
SelectObjectContentCommandInput,
|
|
388
404
|
SelectObjectContentCommandOutput,
|
|
389
405
|
} from "../commands/SelectObjectContentCommand";
|
|
406
|
+
import {
|
|
407
|
+
UpdateBucketMetadataInventoryTableConfigurationCommandInput,
|
|
408
|
+
UpdateBucketMetadataInventoryTableConfigurationCommandOutput,
|
|
409
|
+
} from "../commands/UpdateBucketMetadataInventoryTableConfigurationCommand";
|
|
410
|
+
import {
|
|
411
|
+
UpdateBucketMetadataJournalTableConfigurationCommandInput,
|
|
412
|
+
UpdateBucketMetadataJournalTableConfigurationCommandOutput,
|
|
413
|
+
} from "../commands/UpdateBucketMetadataJournalTableConfigurationCommand";
|
|
390
414
|
import {
|
|
391
415
|
UploadPartCommandInput,
|
|
392
416
|
UploadPartCommandOutput,
|
|
@@ -415,6 +439,10 @@ export declare const se_CreateBucketCommand: (
|
|
|
415
439
|
input: CreateBucketCommandInput,
|
|
416
440
|
context: __SerdeContext
|
|
417
441
|
) => Promise<__HttpRequest>;
|
|
442
|
+
export declare const se_CreateBucketMetadataConfigurationCommand: (
|
|
443
|
+
input: CreateBucketMetadataConfigurationCommandInput,
|
|
444
|
+
context: __SerdeContext
|
|
445
|
+
) => Promise<__HttpRequest>;
|
|
418
446
|
export declare const se_CreateBucketMetadataTableConfigurationCommand: (
|
|
419
447
|
input: CreateBucketMetadataTableConfigurationCommandInput,
|
|
420
448
|
context: __SerdeContext
|
|
@@ -455,6 +483,10 @@ export declare const se_DeleteBucketLifecycleCommand: (
|
|
|
455
483
|
input: DeleteBucketLifecycleCommandInput,
|
|
456
484
|
context: __SerdeContext
|
|
457
485
|
) => Promise<__HttpRequest>;
|
|
486
|
+
export declare const se_DeleteBucketMetadataConfigurationCommand: (
|
|
487
|
+
input: DeleteBucketMetadataConfigurationCommandInput,
|
|
488
|
+
context: __SerdeContext
|
|
489
|
+
) => Promise<__HttpRequest>;
|
|
458
490
|
export declare const se_DeleteBucketMetadataTableConfigurationCommand: (
|
|
459
491
|
input: DeleteBucketMetadataTableConfigurationCommandInput,
|
|
460
492
|
context: __SerdeContext
|
|
@@ -539,6 +571,10 @@ export declare const se_GetBucketLoggingCommand: (
|
|
|
539
571
|
input: GetBucketLoggingCommandInput,
|
|
540
572
|
context: __SerdeContext
|
|
541
573
|
) => Promise<__HttpRequest>;
|
|
574
|
+
export declare const se_GetBucketMetadataConfigurationCommand: (
|
|
575
|
+
input: GetBucketMetadataConfigurationCommandInput,
|
|
576
|
+
context: __SerdeContext
|
|
577
|
+
) => Promise<__HttpRequest>;
|
|
542
578
|
export declare const se_GetBucketMetadataTableConfigurationCommand: (
|
|
543
579
|
input: GetBucketMetadataTableConfigurationCommandInput,
|
|
544
580
|
context: __SerdeContext
|
|
@@ -771,6 +807,10 @@ export declare const se_PutPublicAccessBlockCommand: (
|
|
|
771
807
|
input: PutPublicAccessBlockCommandInput,
|
|
772
808
|
context: __SerdeContext
|
|
773
809
|
) => Promise<__HttpRequest>;
|
|
810
|
+
export declare const se_RenameObjectCommand: (
|
|
811
|
+
input: RenameObjectCommandInput,
|
|
812
|
+
context: __SerdeContext
|
|
813
|
+
) => Promise<__HttpRequest>;
|
|
774
814
|
export declare const se_RestoreObjectCommand: (
|
|
775
815
|
input: RestoreObjectCommandInput,
|
|
776
816
|
context: __SerdeContext
|
|
@@ -779,6 +819,14 @@ export declare const se_SelectObjectContentCommand: (
|
|
|
779
819
|
input: SelectObjectContentCommandInput,
|
|
780
820
|
context: __SerdeContext
|
|
781
821
|
) => Promise<__HttpRequest>;
|
|
822
|
+
export declare const se_UpdateBucketMetadataInventoryTableConfigurationCommand: (
|
|
823
|
+
input: UpdateBucketMetadataInventoryTableConfigurationCommandInput,
|
|
824
|
+
context: __SerdeContext
|
|
825
|
+
) => Promise<__HttpRequest>;
|
|
826
|
+
export declare const se_UpdateBucketMetadataJournalTableConfigurationCommand: (
|
|
827
|
+
input: UpdateBucketMetadataJournalTableConfigurationCommandInput,
|
|
828
|
+
context: __SerdeContext
|
|
829
|
+
) => Promise<__HttpRequest>;
|
|
782
830
|
export declare const se_UploadPartCommand: (
|
|
783
831
|
input: UploadPartCommandInput,
|
|
784
832
|
context: __SerdeContext
|
|
@@ -807,6 +855,10 @@ export declare const de_CreateBucketCommand: (
|
|
|
807
855
|
output: __HttpResponse,
|
|
808
856
|
context: __SerdeContext
|
|
809
857
|
) => Promise<CreateBucketCommandOutput>;
|
|
858
|
+
export declare const de_CreateBucketMetadataConfigurationCommand: (
|
|
859
|
+
output: __HttpResponse,
|
|
860
|
+
context: __SerdeContext
|
|
861
|
+
) => Promise<CreateBucketMetadataConfigurationCommandOutput>;
|
|
810
862
|
export declare const de_CreateBucketMetadataTableConfigurationCommand: (
|
|
811
863
|
output: __HttpResponse,
|
|
812
864
|
context: __SerdeContext
|
|
@@ -847,6 +899,10 @@ export declare const de_DeleteBucketLifecycleCommand: (
|
|
|
847
899
|
output: __HttpResponse,
|
|
848
900
|
context: __SerdeContext
|
|
849
901
|
) => Promise<DeleteBucketLifecycleCommandOutput>;
|
|
902
|
+
export declare const de_DeleteBucketMetadataConfigurationCommand: (
|
|
903
|
+
output: __HttpResponse,
|
|
904
|
+
context: __SerdeContext
|
|
905
|
+
) => Promise<DeleteBucketMetadataConfigurationCommandOutput>;
|
|
850
906
|
export declare const de_DeleteBucketMetadataTableConfigurationCommand: (
|
|
851
907
|
output: __HttpResponse,
|
|
852
908
|
context: __SerdeContext
|
|
@@ -931,6 +987,10 @@ export declare const de_GetBucketLoggingCommand: (
|
|
|
931
987
|
output: __HttpResponse,
|
|
932
988
|
context: __SerdeContext
|
|
933
989
|
) => Promise<GetBucketLoggingCommandOutput>;
|
|
990
|
+
export declare const de_GetBucketMetadataConfigurationCommand: (
|
|
991
|
+
output: __HttpResponse,
|
|
992
|
+
context: __SerdeContext
|
|
993
|
+
) => Promise<GetBucketMetadataConfigurationCommandOutput>;
|
|
934
994
|
export declare const de_GetBucketMetadataTableConfigurationCommand: (
|
|
935
995
|
output: __HttpResponse,
|
|
936
996
|
context: __SerdeContext
|
|
@@ -1163,6 +1223,10 @@ export declare const de_PutPublicAccessBlockCommand: (
|
|
|
1163
1223
|
output: __HttpResponse,
|
|
1164
1224
|
context: __SerdeContext
|
|
1165
1225
|
) => Promise<PutPublicAccessBlockCommandOutput>;
|
|
1226
|
+
export declare const de_RenameObjectCommand: (
|
|
1227
|
+
output: __HttpResponse,
|
|
1228
|
+
context: __SerdeContext
|
|
1229
|
+
) => Promise<RenameObjectCommandOutput>;
|
|
1166
1230
|
export declare const de_RestoreObjectCommand: (
|
|
1167
1231
|
output: __HttpResponse,
|
|
1168
1232
|
context: __SerdeContext
|
|
@@ -1171,6 +1235,14 @@ export declare const de_SelectObjectContentCommand: (
|
|
|
1171
1235
|
output: __HttpResponse,
|
|
1172
1236
|
context: __SerdeContext & __EventStreamSerdeContext
|
|
1173
1237
|
) => Promise<SelectObjectContentCommandOutput>;
|
|
1238
|
+
export declare const de_UpdateBucketMetadataInventoryTableConfigurationCommand: (
|
|
1239
|
+
output: __HttpResponse,
|
|
1240
|
+
context: __SerdeContext
|
|
1241
|
+
) => Promise<UpdateBucketMetadataInventoryTableConfigurationCommandOutput>;
|
|
1242
|
+
export declare const de_UpdateBucketMetadataJournalTableConfigurationCommand: (
|
|
1243
|
+
output: __HttpResponse,
|
|
1244
|
+
context: __SerdeContext
|
|
1245
|
+
) => Promise<UpdateBucketMetadataJournalTableConfigurationCommandOutput>;
|
|
1174
1246
|
export declare const de_UploadPartCommand: (
|
|
1175
1247
|
output: __HttpResponse,
|
|
1176
1248
|
context: __SerdeContext
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-s3",
|
|
3
3
|
"description": "AWS SDK for JavaScript S3 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.864.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-s3",
|
|
@@ -29,62 +29,64 @@
|
|
|
29
29
|
"@aws-crypto/sha1-browser": "5.2.0",
|
|
30
30
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
31
31
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
32
|
-
"@aws-sdk/core": "3.
|
|
33
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
34
|
-
"@aws-sdk/middleware-bucket-endpoint": "3.
|
|
35
|
-
"@aws-sdk/middleware-expect-continue": "3.
|
|
36
|
-
"@aws-sdk/middleware-flexible-checksums": "3.
|
|
37
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
38
|
-
"@aws-sdk/middleware-location-constraint": "3.
|
|
39
|
-
"@aws-sdk/middleware-logger": "3.
|
|
40
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
41
|
-
"@aws-sdk/middleware-sdk-s3": "3.
|
|
42
|
-
"@aws-sdk/middleware-ssec": "3.
|
|
43
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
44
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
45
|
-
"@aws-sdk/signature-v4-multi-region": "3.
|
|
46
|
-
"@aws-sdk/types": "3.
|
|
47
|
-
"@aws-sdk/util-endpoints": "3.
|
|
48
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
49
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
50
|
-
"@aws-sdk/xml-builder": "3.
|
|
51
|
-
"@smithy/config-resolver": "^4.1.
|
|
52
|
-
"@smithy/core": "^3.
|
|
53
|
-
"@smithy/eventstream-serde-browser": "^4.0.
|
|
54
|
-
"@smithy/eventstream-serde-config-resolver": "^4.1.
|
|
55
|
-
"@smithy/eventstream-serde-node": "^4.0.
|
|
56
|
-
"@smithy/fetch-http-handler": "^5.
|
|
57
|
-
"@smithy/hash-blob-browser": "^4.0.
|
|
58
|
-
"@smithy/hash-node": "^4.0.
|
|
59
|
-
"@smithy/hash-stream-node": "^4.0.
|
|
60
|
-
"@smithy/invalid-dependency": "^4.0.
|
|
61
|
-
"@smithy/md5-js": "^4.0.
|
|
62
|
-
"@smithy/middleware-content-length": "^4.0.
|
|
63
|
-
"@smithy/middleware-endpoint": "^4.1.
|
|
64
|
-
"@smithy/middleware-retry": "^4.1.
|
|
65
|
-
"@smithy/middleware-serde": "^4.0.
|
|
66
|
-
"@smithy/middleware-stack": "^4.0.
|
|
67
|
-
"@smithy/node-config-provider": "^4.1.
|
|
68
|
-
"@smithy/node-http-handler": "^4.
|
|
69
|
-
"@smithy/protocol-http": "^5.1.
|
|
70
|
-
"@smithy/smithy-client": "^4.4.
|
|
71
|
-
"@smithy/types": "^4.3.
|
|
72
|
-
"@smithy/url-parser": "^4.0.
|
|
32
|
+
"@aws-sdk/core": "3.864.0",
|
|
33
|
+
"@aws-sdk/credential-provider-node": "3.864.0",
|
|
34
|
+
"@aws-sdk/middleware-bucket-endpoint": "3.862.0",
|
|
35
|
+
"@aws-sdk/middleware-expect-continue": "3.862.0",
|
|
36
|
+
"@aws-sdk/middleware-flexible-checksums": "3.864.0",
|
|
37
|
+
"@aws-sdk/middleware-host-header": "3.862.0",
|
|
38
|
+
"@aws-sdk/middleware-location-constraint": "3.862.0",
|
|
39
|
+
"@aws-sdk/middleware-logger": "3.862.0",
|
|
40
|
+
"@aws-sdk/middleware-recursion-detection": "3.862.0",
|
|
41
|
+
"@aws-sdk/middleware-sdk-s3": "3.864.0",
|
|
42
|
+
"@aws-sdk/middleware-ssec": "3.862.0",
|
|
43
|
+
"@aws-sdk/middleware-user-agent": "3.864.0",
|
|
44
|
+
"@aws-sdk/region-config-resolver": "3.862.0",
|
|
45
|
+
"@aws-sdk/signature-v4-multi-region": "3.864.0",
|
|
46
|
+
"@aws-sdk/types": "3.862.0",
|
|
47
|
+
"@aws-sdk/util-endpoints": "3.862.0",
|
|
48
|
+
"@aws-sdk/util-user-agent-browser": "3.862.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-node": "3.864.0",
|
|
50
|
+
"@aws-sdk/xml-builder": "3.862.0",
|
|
51
|
+
"@smithy/config-resolver": "^4.1.5",
|
|
52
|
+
"@smithy/core": "^3.8.0",
|
|
53
|
+
"@smithy/eventstream-serde-browser": "^4.0.5",
|
|
54
|
+
"@smithy/eventstream-serde-config-resolver": "^4.1.3",
|
|
55
|
+
"@smithy/eventstream-serde-node": "^4.0.5",
|
|
56
|
+
"@smithy/fetch-http-handler": "^5.1.1",
|
|
57
|
+
"@smithy/hash-blob-browser": "^4.0.5",
|
|
58
|
+
"@smithy/hash-node": "^4.0.5",
|
|
59
|
+
"@smithy/hash-stream-node": "^4.0.5",
|
|
60
|
+
"@smithy/invalid-dependency": "^4.0.5",
|
|
61
|
+
"@smithy/md5-js": "^4.0.5",
|
|
62
|
+
"@smithy/middleware-content-length": "^4.0.5",
|
|
63
|
+
"@smithy/middleware-endpoint": "^4.1.18",
|
|
64
|
+
"@smithy/middleware-retry": "^4.1.19",
|
|
65
|
+
"@smithy/middleware-serde": "^4.0.9",
|
|
66
|
+
"@smithy/middleware-stack": "^4.0.5",
|
|
67
|
+
"@smithy/node-config-provider": "^4.1.4",
|
|
68
|
+
"@smithy/node-http-handler": "^4.1.1",
|
|
69
|
+
"@smithy/protocol-http": "^5.1.3",
|
|
70
|
+
"@smithy/smithy-client": "^4.4.10",
|
|
71
|
+
"@smithy/types": "^4.3.2",
|
|
72
|
+
"@smithy/url-parser": "^4.0.5",
|
|
73
73
|
"@smithy/util-base64": "^4.0.0",
|
|
74
74
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
75
75
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
76
|
-
"@smithy/util-defaults-mode-browser": "^4.0.
|
|
77
|
-
"@smithy/util-defaults-mode-node": "^4.0.
|
|
78
|
-
"@smithy/util-endpoints": "^3.0.
|
|
79
|
-
"@smithy/util-middleware": "^4.0.
|
|
80
|
-
"@smithy/util-retry": "^4.0.
|
|
81
|
-
"@smithy/util-stream": "^4.2.
|
|
76
|
+
"@smithy/util-defaults-mode-browser": "^4.0.26",
|
|
77
|
+
"@smithy/util-defaults-mode-node": "^4.0.26",
|
|
78
|
+
"@smithy/util-endpoints": "^3.0.7",
|
|
79
|
+
"@smithy/util-middleware": "^4.0.5",
|
|
80
|
+
"@smithy/util-retry": "^4.0.7",
|
|
81
|
+
"@smithy/util-stream": "^4.2.4",
|
|
82
82
|
"@smithy/util-utf8": "^4.0.0",
|
|
83
|
-
"@smithy/util-waiter": "^4.0.
|
|
84
|
-
"
|
|
83
|
+
"@smithy/util-waiter": "^4.0.7",
|
|
84
|
+
"@types/uuid": "^9.0.1",
|
|
85
|
+
"tslib": "^2.6.2",
|
|
86
|
+
"uuid": "^9.0.1"
|
|
85
87
|
},
|
|
86
88
|
"devDependencies": {
|
|
87
|
-
"@aws-sdk/signature-v4-crt": "3.
|
|
89
|
+
"@aws-sdk/signature-v4-crt": "3.864.0",
|
|
88
90
|
"@tsconfig/node18": "18.2.4",
|
|
89
91
|
"@types/node": "^18.19.69",
|
|
90
92
|
"concurrently": "7.0.0",
|
package/node_modules/@aws-sdk/client-secrets-manager/dist-types/endpoint/EndpointParameters.d.ts
CHANGED
|
@@ -8,7 +8,7 @@ export interface ClientInputEndpointParameters {
|
|
|
8
8
|
useFipsEndpoint?: boolean | undefined | Provider<boolean | undefined>;
|
|
9
9
|
endpoint?: string | Provider<string> | Endpoint | Provider<Endpoint> | EndpointV2 | Provider<EndpointV2>;
|
|
10
10
|
}
|
|
11
|
-
export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
|
|
11
|
+
export type ClientResolvedEndpointParameters = Omit<ClientInputEndpointParameters, "endpoint"> & {
|
|
12
12
|
defaultSigningName: string;
|
|
13
13
|
};
|
|
14
14
|
export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientResolvedEndpointParameters;
|
|
@@ -16,7 +16,10 @@ export interface ClientInputEndpointParameters {
|
|
|
16
16
|
| EndpointV2
|
|
17
17
|
| Provider<EndpointV2>;
|
|
18
18
|
}
|
|
19
|
-
export type ClientResolvedEndpointParameters =
|
|
19
|
+
export type ClientResolvedEndpointParameters = Pick<
|
|
20
|
+
ClientInputEndpointParameters,
|
|
21
|
+
Exclude<keyof ClientInputEndpointParameters, "endpoint">
|
|
22
|
+
> & {
|
|
20
23
|
defaultSigningName: string;
|
|
21
24
|
};
|
|
22
25
|
export declare const resolveClientEndpointParameters: <T>(
|