@gemeentenijmegen/webapp 1.1.0 → 1.1.2
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 +54 -33
- package/assets/webapp/login/login.lambda/index.js +54 -33
- package/assets/webapp/logout/logout.lambda/index.js +53 -32
- 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/README.md +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/index.js +35 -30
- package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/runtimeConfig.browser.js +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/runtimeConfig.js +2 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/DynamoDBClient.js +12 -10
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/models/models_0.js +15 -15
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/protocols/Aws_json1_0.js +3 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/runtimeConfig.browser.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/runtimeConfig.js +3 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/DynamoDBClient.d.ts +3 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateGlobalTableCommand.d.ts +10 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateTableCommand.d.ts +28 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteTableCommand.d.ts +20 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeGlobalTableCommand.d.ts +10 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeImportCommand.d.ts +4 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeTableCommand.d.ts +20 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ImportTableCommand.d.ts +8 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/RestoreTableFromBackupCommand.d.ts +24 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/RestoreTableToPointInTimeCommand.d.ts +24 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateGlobalTableCommand.d.ts +10 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateTableCommand.d.ts +32 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/models_0.d.ts +758 -655
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.browser.d.ts +2 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.d.ts +2 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.native.d.ts +2 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/DynamoDBClient.d.ts +7 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/models_0.d.ts +744 -641
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.d.ts +6 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -3
- package/node_modules/@aws-sdk/client-dynamodb/package.json +38 -38
- package/node_modules/@aws-sdk/client-s3/README.md +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +240 -179
- package/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.browser.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.js +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectsCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAccelerateConfigurationCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAclCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketCorsCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketEncryptionCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLoggingCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketOwnershipControlsCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketPolicyCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketReplicationCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketRequestPaymentCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketTaggingCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketVersioningCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketWebsiteCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectAclCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLegalHoldCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLockConfigurationCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectRetentionCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectTaggingCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutPublicAccessBlockCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/RestoreObjectCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/UploadPartCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/models/models_0.js +4 -28
- package/node_modules/@aws-sdk/client-s3/dist-es/models/models_1.js +48 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/protocols/Aws_restXml.js +131 -100
- package/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.browser.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.js +3 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/AbortMultipartUploadCommand.d.ts +16 -13
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.d.ts +47 -42
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts +77 -57
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.d.ts +60 -45
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts +92 -66
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateSessionCommand.d.ts +31 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCommand.d.ts +10 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCorsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +18 -10
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +52 -9
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketPolicyCommand.d.ts +25 -21
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketReplicationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketTaggingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketWebsiteCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectCommand.d.ts +44 -50
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectTaggingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand.d.ts +63 -49
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAclCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketCorsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand.d.ts +18 -10
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +63 -18
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLocationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLoggingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyCommand.d.ts +30 -21
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyStatusCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketReplicationCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketRequestPaymentCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketTaggingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketVersioningCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketWebsiteCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAclCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.d.ts +62 -44
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts +81 -62
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLegalHoldCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLockConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectRetentionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTaggingCommand.d.ts +20 -20
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTorrentCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetPublicAccessBlockCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.d.ts +32 -16
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts +61 -39
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketsCommand.d.ts +14 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListDirectoryBucketsCommand.d.ts +13 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts +82 -65
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectVersionsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts +23 -14
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts +22 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAclCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketCorsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts +48 -33
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +93 -53
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand.d.ts +30 -21
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.d.ts +4 -5
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketTaggingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketVersioningCommand.d.ts +3 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketWebsiteCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectAclCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +123 -75
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLegalHoldCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectRetentionCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectTaggingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutPublicAccessBlockCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.d.ts +1 -5
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/SelectObjectContentCommand.d.ts +1 -5
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts +52 -41
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts +66 -52
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +1835 -1569
- package/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +613 -459
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.browser.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.native.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +7 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketNotificationConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketOwnershipControlsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +812 -882
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_1.d.ts +313 -275
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.d.ts +8 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -3
- package/node_modules/@aws-sdk/client-s3/package.json +58 -59
- package/node_modules/@aws-sdk/client-secrets-manager/README.md +1 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/runtimeConfig.browser.js +1 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/runtimeConfig.js +2 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/runtimeConfig.browser.js +2 -2
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/runtimeConfig.js +3 -2
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/models/models_0.d.ts +184 -184
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.browser.d.ts +2 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.d.ts +2 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.native.d.ts +2 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/models/models_0.d.ts +184 -184
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -3
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.d.ts +6 -3
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -3
- package/node_modules/@aws-sdk/client-secrets-manager/package.json +36 -36
- package/node_modules/@aws-sdk/client-ssm/README.md +40 -8
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/index.js +834 -437
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.browser.js +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.js +2 -1
- package/node_modules/@aws-sdk/client-ssm/dist-es/SSM.js +8 -0
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetExecutionPreviewCommand.js +22 -0
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListNodesCommand.js +23 -0
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListNodesSummaryCommand.js +22 -0
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/SendCommandCommand.js +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartExecutionPreviewCommand.js +22 -0
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/index.js +4 -0
- package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_1.js +99 -144
- package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_2.js +167 -1
- package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListNodesPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListNodesSummaryPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/index.js +2 -0
- package/node_modules/@aws-sdk/client-ssm/dist-es/protocols/Aws_json1_1.js +159 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.browser.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.js +3 -2
- package/node_modules/@aws-sdk/client-ssm/dist-types/SSM.d.ts +29 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/SSMClient.d.ts +6 -2
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateResourceDataSyncCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteActivationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeActivationsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePropertiesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetExecutionPreviewCommand.d.ts +98 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetInventoryCommand.d.ts +3 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsSummaryCommand.d.ts +3 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListComplianceItemsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListComplianceSummariesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListInventoryEntriesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListNodesCommand.d.ts +123 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListNodesSummaryCommand.d.ts +123 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListResourceComplianceSummariesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ResetServiceSettingCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ResumeSessionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/SendAutomationSignalCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/SendCommandCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAssociationsOnceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAutomationExecutionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartExecutionPreviewCommand.d.ts +141 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/index.d.ts +4 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_0.d.ts +711 -706
- package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_1.d.ts +2303 -2337
- package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_2.d.ts +961 -196
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListNodesPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListNodesSummaryPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/index.d.ts +2 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/protocols/Aws_json1_1.d.ts +36 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.browser.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.native.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSM.d.ts +69 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSMClient.d.ts +24 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetExecutionPreviewCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListNodesCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListNodesSummaryCommand.d.ts +48 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ResetServiceSettingCommand.d.ts +2 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ResumeSessionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/SendAutomationSignalCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/SendCommandCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartAssociationsOnceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartAutomationExecutionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartExecutionPreviewCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/index.d.ts +4 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_0.d.ts +706 -702
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_1.d.ts +1010 -1004
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_2.d.ts +436 -198
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListNodesPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListNodesSummaryPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +48 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.d.ts +6 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -3
- package/node_modules/@aws-sdk/client-ssm/package.json +37 -37
- package/node_modules/@aws-sdk/client-sso/README.md +1 -1
- package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.browser.js +1 -1
- package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +2 -1
- package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.browser.js +2 -2
- package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +3 -2
- package/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +18 -18
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +18 -18
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -3
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +6 -3
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -3
- package/node_modules/@aws-sdk/client-sso/package.json +32 -32
- package/node_modules/@aws-sdk/client-sso-oidc/README.md +1 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.browser.js +1 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.js +2 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.browser.js +2 -2
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.js +3 -2
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/models_0.d.ts +74 -74
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.browser.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.native.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/models_0.d.ts +74 -74
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -3
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.d.ts +6 -3
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -3
- package/node_modules/@aws-sdk/client-sso-oidc/package.json +34 -34
- package/node_modules/@aws-sdk/client-sts/README.md +9 -1
- package/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +99 -14
- package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.browser.js +1 -1
- package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.js +2 -1
- package/node_modules/@aws-sdk/client-sts/dist-es/STS.js +2 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRootCommand.js +23 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/index.js +1 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/defaultStsRoleAssumers.js +10 -2
- package/node_modules/@aws-sdk/client-sts/dist-es/models/models_0.js +4 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/protocols/Aws_query.js +53 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.browser.js +2 -2
- package/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.js +3 -2
- package/node_modules/@aws-sdk/client-sts/dist-types/STS.d.ts +7 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/STSClient.d.ts +3 -2
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts +13 -13
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +8 -8
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +15 -30
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRootCommand.d.ts +129 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +8 -8
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +6 -6
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/models/models_0.d.ts +202 -88
- package/node_modules/@aws-sdk/client-sts/dist-types/protocols/Aws_query.d.ts +9 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.browser.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.native.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STS.d.ts +17 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STSClient.d.ts +6 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRootCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/models_0.d.ts +68 -56
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/protocols/Aws_query.d.ts +12 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -3
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.d.ts +6 -3
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -3
- package/node_modules/@aws-sdk/client-sts/package.json +36 -36
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/account-id-endpoint/index.js +3 -3
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +36 -5
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +6 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.js +1 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/client/emitWarningIfUnsupportedVersion.js +5 -3
- package/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +2 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/client/setCredentialFeature.js +7 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/client/setFeature.js +11 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +6 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/client/emitWarningIfUnsupportedVersion.d.ts +3 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +2 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/client/setCredentialFeature.d.ts +7 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/client/setFeature.d.ts +12 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/emitWarningIfUnsupportedVersion.d.ts +3 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +2 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setCredentialFeature.d.ts +11 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setFeature.d.ts +6 -0
- package/node_modules/@aws-sdk/core/package.json +14 -11
- package/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +4 -1
- package/node_modules/@aws-sdk/credential-provider-env/dist-es/fromEnv.js +4 -1
- package/node_modules/@aws-sdk/credential-provider-env/package.json +7 -5
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +2 -1
- package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.js +2 -1
- package/node_modules/@aws-sdk/credential-provider-http/package.json +12 -10
- package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +29 -13
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +3 -2
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveCredentialSource.js +5 -3
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProcessCredentials.js +2 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +1 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveSsoCredentials.js +10 -2
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveStaticCredentials.js +5 -3
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveWebIdentityCredentials.js +2 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveSsoCredentials.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveAssumeRoleCredentials.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveSsoCredentials.d.ts +3 -2
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +15 -13
- package/node_modules/@aws-sdk/credential-provider-node/package.json +15 -14
- package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +4 -1
- package/node_modules/@aws-sdk/credential-provider-process/dist-es/getValidatedProcessCredentials.js +4 -1
- package/node_modules/@aws-sdk/credential-provider-process/package.json +8 -6
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +8 -1
- package/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +9 -1
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +10 -8
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +6 -1
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js +6 -1
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +10 -8
- package/node_modules/@aws-sdk/endpoint-cache/package.json +3 -2
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/package.json +8 -7
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/package.json +10 -8
- package/node_modules/@aws-sdk/middleware-expect-continue/package.json +8 -6
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/getCrc32ChecksumAlgorithmFunction.browser.js +6 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/getCrc32ChecksumAlgorithmFunction.js +28 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/index.js +35 -10
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/flexibleChecksumsMiddleware.js +18 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getChecksum.js +1 -5
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getCrc32ChecksumAlgorithmFunction.browser.js +2 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getCrc32ChecksumAlgorithmFunction.js +23 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/selectChecksumAlgorithmFunction.js +2 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/validateChecksumFromResponse.js +14 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/flexibleChecksumsMiddleware.d.ts +0 -3
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getChecksum.d.ts +2 -3
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getCrc32ChecksumAlgorithmFunction.browser.d.ts +2 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getCrc32ChecksumAlgorithmFunction.d.ts +10 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/flexibleChecksumsMiddleware.d.ts +0 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/getChecksum.d.ts +2 -8
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/getCrc32ChecksumAlgorithmFunction.browser.d.ts +2 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/getCrc32ChecksumAlgorithmFunction.d.ts +12 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +17 -9
- package/node_modules/@aws-sdk/middleware-host-header/package.json +8 -6
- package/node_modules/@aws-sdk/middleware-location-constraint/package.json +7 -5
- package/node_modules/@aws-sdk/middleware-logger/package.json +7 -5
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +8 -6
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/index.js +18 -15
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/region-redirect-middleware.js +13 -13
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/functions/s3ExpressMiddleware.js +2 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +20 -16
- package/node_modules/@aws-sdk/middleware-ssec/package.json +7 -5
- package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +112 -4
- package/node_modules/@aws-sdk/middleware-user-agent/dist-es/check-features.js +49 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-es/configurations.js +22 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-es/encode-features.js +18 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-es/user-agent-middleware.js +11 -1
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/check-features.d.ts +18 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/configurations.d.ts +14 -1
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/encode-features.d.ts +5 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/check-features.d.ts +20 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/configurations.d.ts +5 -1
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/encode-features.d.ts +2 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/user-agent-middleware.d.ts +2 -1
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/user-agent-middleware.d.ts +2 -1
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +12 -8
- package/node_modules/@aws-sdk/region-config-resolver/package.json +7 -6
- package/node_modules/@aws-sdk/s3-request-presigner/README.md +23 -41
- package/node_modules/@aws-sdk/s3-request-presigner/dist-cjs/index.js +24 -6
- package/node_modules/@aws-sdk/s3-request-presigner/dist-es/presigner.js +8 -4
- package/node_modules/@aws-sdk/s3-request-presigner/dist-types/presigner.d.ts +2 -2
- package/node_modules/@aws-sdk/s3-request-presigner/dist-types/ts3.4/presigner.d.ts +2 -0
- package/node_modules/@aws-sdk/s3-request-presigner/package.json +12 -11
- package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +8 -7
- package/node_modules/@aws-sdk/token-providers/package.json +8 -7
- package/node_modules/@aws-sdk/types/dist-es/feature-ids.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +59 -0
- package/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +5 -0
- package/node_modules/@aws-sdk/types/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +12 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +54 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +5 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/middleware.d.ts +7 -0
- package/node_modules/@aws-sdk/types/package.json +2 -2
- package/node_modules/@aws-sdk/util-arn-parser/dist-cjs/index.js +1 -0
- package/node_modules/@aws-sdk/util-arn-parser/package.json +3 -2
- package/node_modules/@aws-sdk/util-endpoints/package.json +8 -6
- package/node_modules/@aws-sdk/util-format-url/package.json +6 -5
- package/node_modules/@aws-sdk/util-locate-window/dist-cjs/index.js +1 -0
- package/node_modules/@aws-sdk/util-locate-window/package.json +3 -2
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.js +9 -4
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.native.js +9 -4
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.js +7 -2
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.native.js +7 -2
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.d.ts +9 -1
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.native.d.ts +9 -1
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.d.ts +12 -1
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.native.d.ts +12 -1
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +5 -4
- package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +46 -39
- package/node_modules/@aws-sdk/util-user-agent-node/dist-es/defaultUserAgent.js +29 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-es/index.js +2 -39
- package/node_modules/@aws-sdk/util-user-agent-node/dist-es/nodeAppIdConfigOptions.js +8 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/defaultUserAgent.d.ts +23 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/index.d.ts +2 -20
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/nodeAppIdConfigOptions.d.ts +13 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/defaultUserAgent.d.ts +21 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/index.d.ts +2 -12
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/nodeAppIdConfigOptions.d.ts +6 -0
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +7 -5
- package/node_modules/@aws-sdk/xml-builder/package.json +4 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/.jsii +5 -5
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/lib/index.js +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/.jsii +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/.jsii.tabl.json.gz +0 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/api-call-base.js +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/assertions.js +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/common.js +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/http-call.js +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/match.js +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/provider.js +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/sdk.js +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/waiter-state-machine.js +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/test-case.js +3 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/package.json +7 -7
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/.jsii +325 -18
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/index.d.ts +2 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/index.js +3 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/apigateway-defaults.js +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cloudfront-distribution-helper.js +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kendra-defaults.js +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kendra-helper.js +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/pipes-defaults.d.ts +15 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/pipes-defaults.js +33 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/pipes-helper.d.ts +56 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/pipes-helper.js +197 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/step-function-helper.d.ts +2 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/step-function-helper.js +10 -4
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/utils.d.ts +9 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/utils.js +28 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/package.json +4 -4
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/pipes-helper.test.d.ts +13 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/pipes-helper.test.js +695 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/step-function-helper.test.js +35 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/test-helper.d.ts +1 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/test-helper.js +8 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/utils.test.js +16 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/.jsii +85 -45
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/API.md +841 -255
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/Dockerfile +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/README.md +5 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/construct.d.ts +20 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/construct.js +36 -30
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/dependency.d.ts +0 -4
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/dependency.js +5 -9
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/private/stack-trace.js +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/private/uniqueid.js +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/package.json +35 -31
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/package.json +6 -6
- package/node_modules/@gemeentenijmegen/apiclient/package.json +8 -8
- package/node_modules/@gemeentenijmegen/apigateway-http/package.json +5 -5
- package/node_modules/@gemeentenijmegen/session/package.json +6 -6
- package/node_modules/@gemeentenijmegen/utils/package.json +8 -8
- package/node_modules/@smithy/abort-controller/package.json +4 -3
- package/node_modules/@smithy/chunked-blob-reader/dist-cjs/index.js +8 -23
- package/node_modules/@smithy/chunked-blob-reader/dist-es/index.js +8 -22
- package/node_modules/@smithy/chunked-blob-reader/dist-types/index.d.ts +1 -0
- package/node_modules/@smithy/chunked-blob-reader/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@smithy/chunked-blob-reader/package.json +2 -2
- package/node_modules/@smithy/chunked-blob-reader-native/package.json +2 -2
- package/node_modules/@smithy/config-resolver/package.json +7 -6
- package/node_modules/@smithy/core/dist-cjs/index.js +79 -158
- package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +34 -9
- package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +164 -0
- package/node_modules/@smithy/core/dist-es/index.js +4 -3
- package/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.js +1 -2
- package/node_modules/@smithy/core/dist-es/middleware-http-signing/getHttpSigningMiddleware.js +1 -2
- package/node_modules/@smithy/core/dist-es/protocols/requestBuilder.js +1 -67
- package/node_modules/@smithy/core/dist-es/setFeature.js +11 -0
- package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +2 -2
- package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +11 -1
- package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-types.js +5 -0
- package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor.js +8 -2
- package/node_modules/@smithy/core/dist-es/submodules/cbor/index.js +1 -0
- package/node_modules/@smithy/core/dist-es/submodules/cbor/parseCborBody.js +4 -3
- package/node_modules/@smithy/core/dist-es/submodules/protocols/collect-stream-body.js +11 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/extended-encode-uri-component.js +5 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/index.js +4 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/requestBuilder.js +67 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/resolve-path.js +19 -0
- package/node_modules/@smithy/core/dist-types/index.d.ts +4 -3
- package/node_modules/@smithy/core/dist-types/protocols/requestBuilder.d.ts +2 -48
- package/node_modules/@smithy/core/dist-types/setFeature.d.ts +12 -0
- package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-types.d.ts +23 -0
- package/node_modules/@smithy/core/dist-types/submodules/cbor/index.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/submodules/cbor/parseCborBody.d.ts +4 -2
- package/node_modules/@smithy/core/dist-types/submodules/protocols/collect-stream-body.d.ts +10 -0
- package/node_modules/@smithy/core/dist-types/submodules/protocols/extended-encode-uri-component.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/submodules/protocols/index.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/submodules/protocols/requestBuilder.d.ts +51 -0
- package/node_modules/@smithy/core/dist-types/submodules/protocols/resolve-path.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/index.d.ts +4 -3
- package/node_modules/@smithy/core/dist-types/ts3.4/protocols/requestBuilder.d.ts +2 -48
- package/node_modules/@smithy/core/dist-types/ts3.4/setFeature.d.ts +12 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-types.d.ts +23 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/index.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/parseCborBody.d.ts +4 -2
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/collect-stream-body.d.ts +10 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/extended-encode-uri-component.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/index.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/requestBuilder.d.ts +51 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/resolve-path.d.ts +4 -0
- package/node_modules/@smithy/core/package.json +19 -11
- package/node_modules/@smithy/core/protocols.d.ts +7 -0
- package/node_modules/@smithy/core/protocols.js +6 -0
- package/node_modules/@smithy/credential-provider-imds/package.json +7 -7
- package/node_modules/@smithy/eventstream-codec/package.json +4 -3
- package/node_modules/@smithy/eventstream-serde-browser/package.json +3 -3
- package/node_modules/@smithy/eventstream-serde-config-resolver/package.json +5 -4
- package/node_modules/@smithy/eventstream-serde-node/package.json +3 -3
- package/node_modules/@smithy/eventstream-serde-universal/package.json +5 -4
- package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +12 -30
- package/node_modules/@smithy/fetch-http-handler/dist-es/create-request.js +3 -0
- package/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +3 -2
- package/node_modules/@smithy/fetch-http-handler/dist-es/stream-collector.js +3 -26
- package/node_modules/@smithy/fetch-http-handler/dist-types/create-request.d.ts +6 -0
- package/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +6 -0
- package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/create-request.d.ts +6 -0
- package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +6 -0
- package/node_modules/@smithy/fetch-http-handler/package.json +9 -6
- package/node_modules/@smithy/hash-blob-browser/package.json +6 -5
- package/node_modules/@smithy/hash-node/package.json +4 -3
- package/node_modules/@smithy/hash-stream-node/package.json +4 -3
- package/node_modules/@smithy/invalid-dependency/package.json +4 -3
- package/node_modules/@smithy/md5-js/package.json +4 -3
- package/node_modules/@smithy/middleware-content-length/package.json +5 -4
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +4 -0
- package/node_modules/@smithy/middleware-endpoint/dist-es/endpointMiddleware.js +4 -0
- package/node_modules/@smithy/middleware-endpoint/package.json +11 -9
- package/node_modules/@smithy/middleware-retry/package.json +12 -10
- package/node_modules/@smithy/middleware-serde/package.json +6 -4
- package/node_modules/@smithy/middleware-stack/package.json +4 -3
- package/node_modules/@smithy/node-config-provider/package.json +6 -5
- package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +20 -14
- package/node_modules/@smithy/node-http-handler/dist-cjs/timing.js +1 -0
- package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +5 -4
- package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +1 -1
- package/node_modules/@smithy/node-http-handler/dist-es/server.mock.js +9 -2
- package/node_modules/@smithy/node-http-handler/dist-es/set-connection-timeout.js +5 -4
- package/node_modules/@smithy/node-http-handler/dist-es/set-socket-keep-alive.js +2 -1
- package/node_modules/@smithy/node-http-handler/dist-es/set-socket-timeout.js +2 -1
- package/node_modules/@smithy/node-http-handler/dist-es/timing.js +4 -0
- package/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +4 -3
- package/node_modules/@smithy/node-http-handler/dist-types/timing.d.ts +8 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/timing.d.ts +8 -0
- package/node_modules/@smithy/node-http-handler/package.json +7 -6
- package/node_modules/@smithy/property-provider/package.json +4 -3
- package/node_modules/@smithy/protocol-http/package.json +4 -3
- package/node_modules/@smithy/querystring-builder/package.json +2 -2
- package/node_modules/@smithy/querystring-parser/package.json +4 -3
- package/node_modules/@smithy/service-error-classification/package.json +4 -3
- package/node_modules/@smithy/shared-ini-file-loader/package.json +4 -3
- package/node_modules/@smithy/signature-v4/package.json +6 -5
- package/node_modules/@smithy/smithy-client/dist-cjs/index.js +59 -36
- package/node_modules/@smithy/smithy-client/dist-cjs/quote-header.js +1 -0
- package/node_modules/@smithy/smithy-client/dist-cjs/split-header.js +1 -0
- package/node_modules/@smithy/smithy-client/dist-es/collect-stream-body.js +1 -11
- package/node_modules/@smithy/smithy-client/dist-es/extended-encode-uri-component.js +1 -5
- package/node_modules/@smithy/smithy-client/dist-es/index.js +2 -0
- package/node_modules/@smithy/smithy-client/dist-es/quote-header.js +6 -0
- package/node_modules/@smithy/smithy-client/dist-es/resolve-path.js +1 -19
- package/node_modules/@smithy/smithy-client/dist-es/split-header.js +37 -0
- package/node_modules/@smithy/smithy-client/dist-types/collect-stream-body.d.ts +2 -7
- package/node_modules/@smithy/smithy-client/dist-types/extended-encode-uri-component.d.ts +2 -4
- package/node_modules/@smithy/smithy-client/dist-types/index.d.ts +2 -0
- package/node_modules/@smithy/smithy-client/dist-types/quote-header.d.ts +6 -0
- package/node_modules/@smithy/smithy-client/dist-types/resolve-path.d.ts +2 -1
- package/node_modules/@smithy/smithy-client/dist-types/split-header.d.ts +5 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/collect-stream-body.d.ts +2 -7
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extended-encode-uri-component.d.ts +2 -4
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/index.d.ts +2 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/quote-header.d.ts +6 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/resolve-path.d.ts +2 -1
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/split-header.d.ts +5 -0
- package/node_modules/@smithy/smithy-client/package.json +9 -7
- package/node_modules/@smithy/types/dist-cjs/feature-ids.js +1 -0
- package/node_modules/@smithy/types/dist-es/feature-ids.js +1 -0
- package/node_modules/@smithy/types/dist-es/index.js +1 -0
- package/node_modules/@smithy/types/dist-types/feature-ids.d.ts +16 -0
- package/node_modules/@smithy/types/dist-types/http.d.ts +1 -0
- package/node_modules/@smithy/types/dist-types/index.d.ts +1 -0
- package/node_modules/@smithy/types/dist-types/middleware.d.ts +30 -6
- package/node_modules/@smithy/types/dist-types/transform/no-undefined.d.ts +3 -2
- package/node_modules/@smithy/types/dist-types/ts3.4/feature-ids.d.ts +16 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +1 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/middleware.d.ts +26 -2
- package/node_modules/@smithy/types/dist-types/ts3.4/transform/no-undefined.d.ts +3 -2
- package/node_modules/@smithy/types/package.json +1 -1
- package/node_modules/@smithy/url-parser/package.json +5 -4
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +6 -5
- package/node_modules/@smithy/util-defaults-mode-node/package.json +9 -8
- package/node_modules/@smithy/util-endpoints/package.json +7 -5
- package/node_modules/@smithy/util-middleware/package.json +4 -3
- package/node_modules/@smithy/util-retry/dist-cjs/index.js +5 -1
- package/node_modules/@smithy/util-retry/dist-es/DefaultRateLimiter.js +2 -1
- package/node_modules/@smithy/util-retry/dist-types/DefaultRateLimiter.d.ts +4 -0
- package/node_modules/@smithy/util-retry/dist-types/ts3.4/DefaultRateLimiter.d.ts +4 -0
- package/node_modules/@smithy/util-retry/package.json +5 -4
- package/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.browser.js +7 -0
- package/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.js +49 -0
- package/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.browser.js +40 -0
- package/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.js +13 -0
- package/node_modules/@smithy/util-stream/dist-cjs/index.js +6 -1
- package/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.js +1 -2
- package/node_modules/@smithy/util-stream/dist-cjs/splitStream.js +1 -1
- package/node_modules/@smithy/util-stream/dist-cjs/stream-type-check.js +6 -1
- package/node_modules/@smithy/util-stream/dist-es/checksum/ChecksumStream.browser.js +3 -0
- package/node_modules/@smithy/util-stream/dist-es/checksum/ChecksumStream.js +44 -0
- package/node_modules/@smithy/util-stream/dist-es/checksum/createChecksumStream.browser.js +35 -0
- package/node_modules/@smithy/util-stream/dist-es/checksum/createChecksumStream.js +9 -0
- package/node_modules/@smithy/util-stream/dist-es/index.js +2 -0
- package/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.js +0 -1
- package/node_modules/@smithy/util-stream/dist-es/splitStream.js +2 -2
- package/node_modules/@smithy/util-stream/dist-es/stream-type-check.js +3 -0
- package/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.browser.d.ts +37 -0
- package/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +61 -0
- package/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.browser.d.ts +15 -0
- package/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.d.ts +12 -0
- package/node_modules/@smithy/util-stream/dist-types/index.d.ts +2 -0
- package/node_modules/@smithy/util-stream/dist-types/stream-type-check.d.ts +4 -0
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.browser.d.ts +37 -0
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.d.ts +60 -0
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.browser.d.ts +15 -0
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.d.ts +12 -0
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/index.d.ts +2 -0
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/stream-type-check.d.ts +4 -0
- package/node_modules/@smithy/util-stream/package.json +16 -6
- package/node_modules/@smithy/util-waiter/package.json +5 -4
- package/node_modules/@types/uuid/LICENSE +21 -0
- package/node_modules/@types/uuid/README.md +15 -0
- package/node_modules/@types/uuid/index.d.mts +12 -0
- package/node_modules/@types/uuid/index.d.ts +86 -0
- package/node_modules/@types/uuid/package.json +54 -0
- package/node_modules/cookie/index.js +118 -57
- package/node_modules/cookie/package.json +3 -3
- package/node_modules/form-data/Readme.md +4 -4
- package/node_modules/form-data/lib/form_data.js +1 -1
- package/node_modules/form-data/package.json +9 -6
- package/node_modules/tslib/modules/index.d.ts +1 -0
- package/node_modules/tslib/modules/index.js +2 -0
- package/node_modules/tslib/package.json +1 -1
- package/node_modules/tslib/tslib.d.ts +7 -0
- package/node_modules/tslib/tslib.es6.js +24 -1
- package/node_modules/tslib/tslib.es6.mjs +24 -1
- package/node_modules/tslib/tslib.js +56 -1
- package/package.json +18 -18
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/.gitattributes +0 -28
- package/node_modules/cookie/HISTORY.md +0 -147
- package/node_modules/form-data/README.md.bak +0 -358
- /package/node_modules/{@aws-sdk/endpoint-cache/dist-cjs/Endpoint.js → @smithy/core/dist-cjs/setFeature.js} +0 -0
- /package/node_modules/{@aws-sdk/endpoint-cache/dist-cjs/EndpointCache.js → @smithy/fetch-http-handler/dist-cjs/create-request.js} +0 -0
|
@@ -1,7 +1,65 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
2
|
import { StreamingBlobTypes } from "@smithy/types";
|
|
3
|
-
import { AccessControlPolicy, BucketVersioningStatus, ChecksumAlgorithm, ErrorDocument, Grant, IndexDocument, ObjectCannedACL, ObjectLockConfiguration, ObjectLockLegalHold, ObjectLockLegalHoldStatus, ObjectLockMode, ObjectLockRetention, Payer, PublicAccessBlockConfiguration, RedirectAllRequestsTo, ReplicationConfiguration, ReplicationStatus, RequestCharged, RequestPayer, RoutingRule, ServerSideEncryption, StorageClass, Tag } from "./models_0";
|
|
3
|
+
import { AccessControlPolicy, BucketVersioningStatus, ChecksumAlgorithm, ErrorDocument, Grant, IndexDocument, NotificationConfiguration, ObjectCannedACL, ObjectLockConfiguration, ObjectLockLegalHold, ObjectLockLegalHoldStatus, ObjectLockMode, ObjectLockRetention, OwnershipControls, Payer, PublicAccessBlockConfiguration, RedirectAllRequestsTo, ReplicationConfiguration, ReplicationStatus, RequestCharged, RequestPayer, RoutingRule, ServerSideEncryption, StorageClass, Tag } from "./models_0";
|
|
4
4
|
import { S3ServiceException as __BaseException } from "./S3ServiceException";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export interface PutBucketNotificationConfigurationRequest {
|
|
9
|
+
/**
|
|
10
|
+
* <p>The name of the bucket.</p>
|
|
11
|
+
* <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies.
|
|
12
|
+
* For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p>
|
|
13
|
+
* @public
|
|
14
|
+
*/
|
|
15
|
+
Bucket: string | undefined;
|
|
16
|
+
/**
|
|
17
|
+
* <p>A container for specifying the notification configuration of the bucket. If this element
|
|
18
|
+
* is empty, notifications are turned off for the bucket.</p>
|
|
19
|
+
* @public
|
|
20
|
+
*/
|
|
21
|
+
NotificationConfiguration: NotificationConfiguration | undefined;
|
|
22
|
+
/**
|
|
23
|
+
* <p>The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
|
|
24
|
+
* @public
|
|
25
|
+
*/
|
|
26
|
+
ExpectedBucketOwner?: string | undefined;
|
|
27
|
+
/**
|
|
28
|
+
* <p>Skips validation of Amazon SQS, Amazon SNS, and Lambda
|
|
29
|
+
* destinations. True or false value.</p>
|
|
30
|
+
* @public
|
|
31
|
+
*/
|
|
32
|
+
SkipDestinationValidation?: boolean | undefined;
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* @public
|
|
36
|
+
*/
|
|
37
|
+
export interface PutBucketOwnershipControlsRequest {
|
|
38
|
+
/**
|
|
39
|
+
* <p>The name of the Amazon S3 bucket whose <code>OwnershipControls</code> you want to set.</p>
|
|
40
|
+
* <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies.
|
|
41
|
+
* For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p>
|
|
42
|
+
* @public
|
|
43
|
+
*/
|
|
44
|
+
Bucket: string | undefined;
|
|
45
|
+
/**
|
|
46
|
+
* <p>The MD5 hash of the <code>OwnershipControls</code> request body. </p>
|
|
47
|
+
* <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
|
|
48
|
+
* @public
|
|
49
|
+
*/
|
|
50
|
+
ContentMD5?: string | undefined;
|
|
51
|
+
/**
|
|
52
|
+
* <p>The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
|
|
53
|
+
* @public
|
|
54
|
+
*/
|
|
55
|
+
ExpectedBucketOwner?: string | undefined;
|
|
56
|
+
/**
|
|
57
|
+
* <p>The <code>OwnershipControls</code> (BucketOwnerEnforced, BucketOwnerPreferred, or
|
|
58
|
+
* ObjectWriter) that you want to apply to this Amazon S3 bucket.</p>
|
|
59
|
+
* @public
|
|
60
|
+
*/
|
|
61
|
+
OwnershipControls: OwnershipControls | undefined;
|
|
62
|
+
}
|
|
5
63
|
/**
|
|
6
64
|
* @public
|
|
7
65
|
*/
|
|
@@ -27,7 +85,7 @@ export interface PutBucketPolicyRequest {
|
|
|
27
85
|
* </note>
|
|
28
86
|
* @public
|
|
29
87
|
*/
|
|
30
|
-
ContentMD5?: string;
|
|
88
|
+
ContentMD5?: string | undefined;
|
|
31
89
|
/**
|
|
32
90
|
* <p>Indicates the algorithm used to create the checksum for the object when you use the SDK. This header will not provide any
|
|
33
91
|
* additional functionality if you don't use the SDK. When you send this header, there must be a corresponding <code>x-amz-checksum-<i>algorithm</i>
|
|
@@ -39,16 +97,24 @@ export interface PutBucketPolicyRequest {
|
|
|
39
97
|
* </code> with the supported algorithm from the following list: </p>
|
|
40
98
|
* <ul>
|
|
41
99
|
* <li>
|
|
42
|
-
* <p>
|
|
100
|
+
* <p>
|
|
101
|
+
* <code>CRC32</code>
|
|
102
|
+
* </p>
|
|
43
103
|
* </li>
|
|
44
104
|
* <li>
|
|
45
|
-
* <p>
|
|
105
|
+
* <p>
|
|
106
|
+
* <code>CRC32C</code>
|
|
107
|
+
* </p>
|
|
46
108
|
* </li>
|
|
47
109
|
* <li>
|
|
48
|
-
* <p>
|
|
110
|
+
* <p>
|
|
111
|
+
* <code>SHA1</code>
|
|
112
|
+
* </p>
|
|
49
113
|
* </li>
|
|
50
114
|
* <li>
|
|
51
|
-
* <p>
|
|
115
|
+
* <p>
|
|
116
|
+
* <code>SHA256</code>
|
|
117
|
+
* </p>
|
|
52
118
|
* </li>
|
|
53
119
|
* </ul>
|
|
54
120
|
* <p>For more
|
|
@@ -63,7 +129,7 @@ export interface PutBucketPolicyRequest {
|
|
|
63
129
|
* </note>
|
|
64
130
|
* @public
|
|
65
131
|
*/
|
|
66
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
132
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
67
133
|
/**
|
|
68
134
|
* <p>Set this parameter to true to confirm that you want to remove your permissions to change
|
|
69
135
|
* this bucket policy in the future.</p>
|
|
@@ -72,10 +138,11 @@ export interface PutBucketPolicyRequest {
|
|
|
72
138
|
* </note>
|
|
73
139
|
* @public
|
|
74
140
|
*/
|
|
75
|
-
ConfirmRemoveSelfBucketAccess?: boolean;
|
|
141
|
+
ConfirmRemoveSelfBucketAccess?: boolean | undefined;
|
|
76
142
|
/**
|
|
77
143
|
* <p>The bucket policy as a JSON document.</p>
|
|
78
|
-
* <p>For directory buckets, the only IAM action supported in the bucket policy is
|
|
144
|
+
* <p>For directory buckets, the only IAM action supported in the bucket policy is
|
|
145
|
+
* <code>s3express:CreateSession</code>.</p>
|
|
79
146
|
* @public
|
|
80
147
|
*/
|
|
81
148
|
Policy: string | undefined;
|
|
@@ -87,7 +154,7 @@ export interface PutBucketPolicyRequest {
|
|
|
87
154
|
* </note>
|
|
88
155
|
* @public
|
|
89
156
|
*/
|
|
90
|
-
ExpectedBucketOwner?: string;
|
|
157
|
+
ExpectedBucketOwner?: string | undefined;
|
|
91
158
|
}
|
|
92
159
|
/**
|
|
93
160
|
* @public
|
|
@@ -107,7 +174,7 @@ export interface PutBucketReplicationRequest {
|
|
|
107
174
|
* <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
|
|
108
175
|
* @public
|
|
109
176
|
*/
|
|
110
|
-
ContentMD5?: string;
|
|
177
|
+
ContentMD5?: string | undefined;
|
|
111
178
|
/**
|
|
112
179
|
* <p>Indicates the algorithm used to create the checksum for the object when you use the SDK. This header will not provide any
|
|
113
180
|
* additional functionality if you don't use the SDK. When you send this header, there must be a corresponding <code>x-amz-checksum</code> or
|
|
@@ -118,7 +185,7 @@ export interface PutBucketReplicationRequest {
|
|
|
118
185
|
* <code>ChecksumAlgorithm</code> parameter.</p>
|
|
119
186
|
* @public
|
|
120
187
|
*/
|
|
121
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
188
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
122
189
|
/**
|
|
123
190
|
* <p>A container for replication rules. You can add up to 1,000 rules. The maximum size of a
|
|
124
191
|
* replication configuration is 2 MB.</p>
|
|
@@ -129,12 +196,12 @@ export interface PutBucketReplicationRequest {
|
|
|
129
196
|
* <p>A token to allow Object Lock to be enabled for an existing bucket.</p>
|
|
130
197
|
* @public
|
|
131
198
|
*/
|
|
132
|
-
Token?: string;
|
|
199
|
+
Token?: string | undefined;
|
|
133
200
|
/**
|
|
134
201
|
* <p>The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
|
|
135
202
|
* @public
|
|
136
203
|
*/
|
|
137
|
-
ExpectedBucketOwner?: string;
|
|
204
|
+
ExpectedBucketOwner?: string | undefined;
|
|
138
205
|
}
|
|
139
206
|
/**
|
|
140
207
|
* <p>Container for Payer.</p>
|
|
@@ -165,7 +232,7 @@ export interface PutBucketRequestPaymentRequest {
|
|
|
165
232
|
* <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
|
|
166
233
|
* @public
|
|
167
234
|
*/
|
|
168
|
-
ContentMD5?: string;
|
|
235
|
+
ContentMD5?: string | undefined;
|
|
169
236
|
/**
|
|
170
237
|
* <p>Indicates the algorithm used to create the checksum for the object when you use the SDK. This header will not provide any
|
|
171
238
|
* additional functionality if you don't use the SDK. When you send this header, there must be a corresponding <code>x-amz-checksum</code> or
|
|
@@ -176,7 +243,7 @@ export interface PutBucketRequestPaymentRequest {
|
|
|
176
243
|
* <code>ChecksumAlgorithm</code> parameter.</p>
|
|
177
244
|
* @public
|
|
178
245
|
*/
|
|
179
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
246
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
180
247
|
/**
|
|
181
248
|
* <p>Container for Payer.</p>
|
|
182
249
|
* @public
|
|
@@ -186,7 +253,7 @@ export interface PutBucketRequestPaymentRequest {
|
|
|
186
253
|
* <p>The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
|
|
187
254
|
* @public
|
|
188
255
|
*/
|
|
189
|
-
ExpectedBucketOwner?: string;
|
|
256
|
+
ExpectedBucketOwner?: string | undefined;
|
|
190
257
|
}
|
|
191
258
|
/**
|
|
192
259
|
* <p>Container for <code>TagSet</code> elements.</p>
|
|
@@ -217,7 +284,7 @@ export interface PutBucketTaggingRequest {
|
|
|
217
284
|
* <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
|
|
218
285
|
* @public
|
|
219
286
|
*/
|
|
220
|
-
ContentMD5?: string;
|
|
287
|
+
ContentMD5?: string | undefined;
|
|
221
288
|
/**
|
|
222
289
|
* <p>Indicates the algorithm used to create the checksum for the object when you use the SDK. This header will not provide any
|
|
223
290
|
* additional functionality if you don't use the SDK. When you send this header, there must be a corresponding <code>x-amz-checksum</code> or
|
|
@@ -228,7 +295,7 @@ export interface PutBucketTaggingRequest {
|
|
|
228
295
|
* <code>ChecksumAlgorithm</code> parameter.</p>
|
|
229
296
|
* @public
|
|
230
297
|
*/
|
|
231
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
298
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
232
299
|
/**
|
|
233
300
|
* <p>Container for the <code>TagSet</code> and <code>Tag</code> elements.</p>
|
|
234
301
|
* @public
|
|
@@ -238,7 +305,7 @@ export interface PutBucketTaggingRequest {
|
|
|
238
305
|
* <p>The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
|
|
239
306
|
* @public
|
|
240
307
|
*/
|
|
241
|
-
ExpectedBucketOwner?: string;
|
|
308
|
+
ExpectedBucketOwner?: string | undefined;
|
|
242
309
|
}
|
|
243
310
|
/**
|
|
244
311
|
* @public
|
|
@@ -264,12 +331,12 @@ export interface VersioningConfiguration {
|
|
|
264
331
|
* has never been so configured, this element is not returned.</p>
|
|
265
332
|
* @public
|
|
266
333
|
*/
|
|
267
|
-
MFADelete?: MFADelete;
|
|
334
|
+
MFADelete?: MFADelete | undefined;
|
|
268
335
|
/**
|
|
269
336
|
* <p>The versioning state of the bucket.</p>
|
|
270
337
|
* @public
|
|
271
338
|
*/
|
|
272
|
-
Status?: BucketVersioningStatus;
|
|
339
|
+
Status?: BucketVersioningStatus | undefined;
|
|
273
340
|
}
|
|
274
341
|
/**
|
|
275
342
|
* @public
|
|
@@ -290,7 +357,7 @@ export interface PutBucketVersioningRequest {
|
|
|
290
357
|
* <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
|
|
291
358
|
* @public
|
|
292
359
|
*/
|
|
293
|
-
ContentMD5?: string;
|
|
360
|
+
ContentMD5?: string | undefined;
|
|
294
361
|
/**
|
|
295
362
|
* <p>Indicates the algorithm used to create the checksum for the object when you use the SDK. This header will not provide any
|
|
296
363
|
* additional functionality if you don't use the SDK. When you send this header, there must be a corresponding <code>x-amz-checksum</code> or
|
|
@@ -301,13 +368,13 @@ export interface PutBucketVersioningRequest {
|
|
|
301
368
|
* <code>ChecksumAlgorithm</code> parameter.</p>
|
|
302
369
|
* @public
|
|
303
370
|
*/
|
|
304
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
371
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
305
372
|
/**
|
|
306
373
|
* <p>The concatenation of the authentication device's serial number, a space, and the value
|
|
307
374
|
* that is displayed on your authentication device.</p>
|
|
308
375
|
* @public
|
|
309
376
|
*/
|
|
310
|
-
MFA?: string;
|
|
377
|
+
MFA?: string | undefined;
|
|
311
378
|
/**
|
|
312
379
|
* <p>Container for setting the versioning state.</p>
|
|
313
380
|
* @public
|
|
@@ -317,7 +384,7 @@ export interface PutBucketVersioningRequest {
|
|
|
317
384
|
* <p>The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
|
|
318
385
|
* @public
|
|
319
386
|
*/
|
|
320
|
-
ExpectedBucketOwner?: string;
|
|
387
|
+
ExpectedBucketOwner?: string | undefined;
|
|
321
388
|
}
|
|
322
389
|
/**
|
|
323
390
|
* <p>Specifies website configuration parameters for an Amazon S3 bucket.</p>
|
|
@@ -328,12 +395,12 @@ export interface WebsiteConfiguration {
|
|
|
328
395
|
* <p>The name of the error document for the website.</p>
|
|
329
396
|
* @public
|
|
330
397
|
*/
|
|
331
|
-
ErrorDocument?: ErrorDocument;
|
|
398
|
+
ErrorDocument?: ErrorDocument | undefined;
|
|
332
399
|
/**
|
|
333
400
|
* <p>The name of the index document for the website.</p>
|
|
334
401
|
* @public
|
|
335
402
|
*/
|
|
336
|
-
IndexDocument?: IndexDocument;
|
|
403
|
+
IndexDocument?: IndexDocument | undefined;
|
|
337
404
|
/**
|
|
338
405
|
* <p>The redirect behavior for every request to this bucket's website endpoint.</p>
|
|
339
406
|
* <important>
|
|
@@ -341,12 +408,12 @@ export interface WebsiteConfiguration {
|
|
|
341
408
|
* </important>
|
|
342
409
|
* @public
|
|
343
410
|
*/
|
|
344
|
-
RedirectAllRequestsTo?: RedirectAllRequestsTo;
|
|
411
|
+
RedirectAllRequestsTo?: RedirectAllRequestsTo | undefined;
|
|
345
412
|
/**
|
|
346
413
|
* <p>Rules that define when a redirect is applied and the redirect behavior.</p>
|
|
347
414
|
* @public
|
|
348
415
|
*/
|
|
349
|
-
RoutingRules?: RoutingRule[];
|
|
416
|
+
RoutingRules?: RoutingRule[] | undefined;
|
|
350
417
|
}
|
|
351
418
|
/**
|
|
352
419
|
* @public
|
|
@@ -366,7 +433,7 @@ export interface PutBucketWebsiteRequest {
|
|
|
366
433
|
* <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
|
|
367
434
|
* @public
|
|
368
435
|
*/
|
|
369
|
-
ContentMD5?: string;
|
|
436
|
+
ContentMD5?: string | undefined;
|
|
370
437
|
/**
|
|
371
438
|
* <p>Indicates the algorithm used to create the checksum for the object when you use the SDK. This header will not provide any
|
|
372
439
|
* additional functionality if you don't use the SDK. When you send this header, there must be a corresponding <code>x-amz-checksum</code> or
|
|
@@ -377,7 +444,7 @@ export interface PutBucketWebsiteRequest {
|
|
|
377
444
|
* <code>ChecksumAlgorithm</code> parameter.</p>
|
|
378
445
|
* @public
|
|
379
446
|
*/
|
|
380
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
447
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
381
448
|
/**
|
|
382
449
|
* <p>Container for the request.</p>
|
|
383
450
|
* @public
|
|
@@ -387,51 +454,105 @@ export interface PutBucketWebsiteRequest {
|
|
|
387
454
|
* <p>The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
|
|
388
455
|
* @public
|
|
389
456
|
*/
|
|
390
|
-
ExpectedBucketOwner?: string;
|
|
457
|
+
ExpectedBucketOwner?: string | undefined;
|
|
458
|
+
}
|
|
459
|
+
/**
|
|
460
|
+
* <p>
|
|
461
|
+
* The existing object was created with a different encryption type.
|
|
462
|
+
* Subsequent write requests must include the appropriate encryption
|
|
463
|
+
* parameters in the request or while creating the session.
|
|
464
|
+
* </p>
|
|
465
|
+
* @public
|
|
466
|
+
*/
|
|
467
|
+
export declare class EncryptionTypeMismatch extends __BaseException {
|
|
468
|
+
readonly name: "EncryptionTypeMismatch";
|
|
469
|
+
readonly $fault: "client";
|
|
470
|
+
/**
|
|
471
|
+
* @internal
|
|
472
|
+
*/
|
|
473
|
+
constructor(opts: __ExceptionOptionType<EncryptionTypeMismatch, __BaseException>);
|
|
474
|
+
}
|
|
475
|
+
/**
|
|
476
|
+
* <p>You may receive this error in multiple cases. Depending on the reason for the error, you may receive one of the messages below:</p>
|
|
477
|
+
* <ul>
|
|
478
|
+
* <li>
|
|
479
|
+
* <p>Cannot specify both a write offset value and user-defined object metadata for existing objects.</p>
|
|
480
|
+
* </li>
|
|
481
|
+
* <li>
|
|
482
|
+
* <p>Checksum Type mismatch occurred, expected checksum Type: sha1, actual checksum Type: crc32c.</p>
|
|
483
|
+
* </li>
|
|
484
|
+
* <li>
|
|
485
|
+
* <p>Request body cannot be empty when 'write offset' is specified.</p>
|
|
486
|
+
* </li>
|
|
487
|
+
* </ul>
|
|
488
|
+
* @public
|
|
489
|
+
*/
|
|
490
|
+
export declare class InvalidRequest extends __BaseException {
|
|
491
|
+
readonly name: "InvalidRequest";
|
|
492
|
+
readonly $fault: "client";
|
|
493
|
+
/**
|
|
494
|
+
* @internal
|
|
495
|
+
*/
|
|
496
|
+
constructor(opts: __ExceptionOptionType<InvalidRequest, __BaseException>);
|
|
497
|
+
}
|
|
498
|
+
/**
|
|
499
|
+
* <p>
|
|
500
|
+
* The write offset value that you specified does not match the current object size.
|
|
501
|
+
* </p>
|
|
502
|
+
* @public
|
|
503
|
+
*/
|
|
504
|
+
export declare class InvalidWriteOffset extends __BaseException {
|
|
505
|
+
readonly name: "InvalidWriteOffset";
|
|
506
|
+
readonly $fault: "client";
|
|
507
|
+
/**
|
|
508
|
+
* @internal
|
|
509
|
+
*/
|
|
510
|
+
constructor(opts: __ExceptionOptionType<InvalidWriteOffset, __BaseException>);
|
|
391
511
|
}
|
|
392
512
|
/**
|
|
393
513
|
* @public
|
|
394
514
|
*/
|
|
395
515
|
export interface PutObjectOutput {
|
|
396
516
|
/**
|
|
397
|
-
* <p>If the expiration is configured for the object (see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketLifecycleConfiguration.html">PutBucketLifecycleConfiguration</a>) in the <i>Amazon S3 User Guide</i>,
|
|
398
|
-
* includes the <code>expiry-date</code> and
|
|
399
|
-
*
|
|
400
|
-
* URL-encoded.</p>
|
|
517
|
+
* <p>If the expiration is configured for the object (see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketLifecycleConfiguration.html">PutBucketLifecycleConfiguration</a>) in the <i>Amazon S3 User Guide</i>,
|
|
518
|
+
* the response includes this header. It includes the <code>expiry-date</code> and
|
|
519
|
+
* <code>rule-id</code> key-value pairs that provide information about object expiration.
|
|
520
|
+
* The value of the <code>rule-id</code> is URL-encoded.</p>
|
|
401
521
|
* <note>
|
|
402
522
|
* <p>This functionality is not supported for directory buckets.</p>
|
|
403
523
|
* </note>
|
|
404
524
|
* @public
|
|
405
525
|
*/
|
|
406
|
-
Expiration?: string;
|
|
526
|
+
Expiration?: string | undefined;
|
|
407
527
|
/**
|
|
408
528
|
* <p>Entity tag for the uploaded object.</p>
|
|
409
529
|
* <p>
|
|
410
|
-
* <b>General purpose buckets </b> - To ensure that data is not
|
|
411
|
-
* for objects where the
|
|
412
|
-
*
|
|
413
|
-
*
|
|
530
|
+
* <b>General purpose buckets </b> - To ensure that data is not
|
|
531
|
+
* corrupted traversing the network, for objects where the ETag is the MD5 digest of the
|
|
532
|
+
* object, you can calculate the MD5 while putting an object to Amazon S3 and compare the returned
|
|
533
|
+
* ETag to the calculated MD5 value.</p>
|
|
414
534
|
* <p>
|
|
415
|
-
* <b>Directory buckets </b> - The ETag for the object in
|
|
535
|
+
* <b>Directory buckets </b> - The ETag for the object in
|
|
536
|
+
* a directory bucket isn't the MD5 digest of the object.</p>
|
|
416
537
|
* @public
|
|
417
538
|
*/
|
|
418
|
-
ETag?: string;
|
|
539
|
+
ETag?: string | undefined;
|
|
419
540
|
/**
|
|
420
|
-
* <p>The base64-encoded, 32-bit
|
|
541
|
+
* <p>The base64-encoded, 32-bit CRC-32 checksum of the object. This will only be present if it was uploaded
|
|
421
542
|
* with the object. When you use an API operation on an object that was uploaded using multipart uploads, this value may not be a direct checksum value of the full object. Instead, it's a calculation based on the checksum values of each individual part. For more information about how checksums are calculated
|
|
422
543
|
* with multipart uploads, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums">
|
|
423
544
|
* Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
424
545
|
* @public
|
|
425
546
|
*/
|
|
426
|
-
ChecksumCRC32?: string;
|
|
547
|
+
ChecksumCRC32?: string | undefined;
|
|
427
548
|
/**
|
|
428
|
-
* <p>The base64-encoded, 32-bit
|
|
549
|
+
* <p>The base64-encoded, 32-bit CRC-32C checksum of the object. This will only be present if it was uploaded
|
|
429
550
|
* with the object. When you use an API operation on an object that was uploaded using multipart uploads, this value may not be a direct checksum value of the full object. Instead, it's a calculation based on the checksum values of each individual part. For more information about how checksums are calculated
|
|
430
551
|
* with multipart uploads, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums">
|
|
431
552
|
* Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
432
553
|
* @public
|
|
433
554
|
*/
|
|
434
|
-
ChecksumCRC32C?: string;
|
|
555
|
+
ChecksumCRC32C?: string | undefined;
|
|
435
556
|
/**
|
|
436
557
|
* <p>The base64-encoded, 160-bit SHA-1 digest of the object. This will only be present if it was uploaded
|
|
437
558
|
* with the object. When you use the API operation on an object that was uploaded using multipart uploads, this value may not be a direct checksum value of the full object. Instead, it's a calculation based on the checksum values of each individual part. For more information about how checksums are calculated
|
|
@@ -439,7 +560,7 @@ export interface PutObjectOutput {
|
|
|
439
560
|
* Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
440
561
|
* @public
|
|
441
562
|
*/
|
|
442
|
-
ChecksumSHA1?: string;
|
|
563
|
+
ChecksumSHA1?: string | undefined;
|
|
443
564
|
/**
|
|
444
565
|
* <p>The base64-encoded, 256-bit SHA-256 digest of the object. This will only be present if it was uploaded
|
|
445
566
|
* with the object. When you use an API operation on an object that was uploaded using multipart uploads, this value may not be a direct checksum value of the full object. Instead, it's a calculation based on the checksum values of each individual part. For more information about how checksums are calculated
|
|
@@ -447,28 +568,27 @@ export interface PutObjectOutput {
|
|
|
447
568
|
* Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
448
569
|
* @public
|
|
449
570
|
*/
|
|
450
|
-
ChecksumSHA256?: string;
|
|
571
|
+
ChecksumSHA256?: string | undefined;
|
|
451
572
|
/**
|
|
452
573
|
* <p>The server-side encryption algorithm used when you store this object in Amazon S3.</p>
|
|
453
574
|
* @public
|
|
454
575
|
*/
|
|
455
|
-
ServerSideEncryption?: ServerSideEncryption;
|
|
576
|
+
ServerSideEncryption?: ServerSideEncryption | undefined;
|
|
456
577
|
/**
|
|
457
578
|
* <p>Version ID of the object.</p>
|
|
458
579
|
* <p>If you enable versioning for a bucket, Amazon S3 automatically generates a unique version ID
|
|
459
580
|
* for the object being stored. Amazon S3 returns this ID in the response. When you enable
|
|
460
581
|
* versioning for a bucket, if Amazon S3 receives multiple write requests for the same object
|
|
461
582
|
* simultaneously, it stores all of the objects. For more information about versioning, see
|
|
462
|
-
*
|
|
463
|
-
* Versioning-Enabled Buckets</a> in the <i>Amazon S3
|
|
464
|
-
*
|
|
465
|
-
* of a bucket, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketVersioning.html">GetBucketVersioning</a>. </p>
|
|
583
|
+
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/AddingObjectstoVersioningEnabledBuckets.html">Adding Objects to
|
|
584
|
+
* Versioning-Enabled Buckets</a> in the <i>Amazon S3 User Guide</i>. For
|
|
585
|
+
* information about returning the versioning state of a bucket, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketVersioning.html">GetBucketVersioning</a>. </p>
|
|
466
586
|
* <note>
|
|
467
587
|
* <p>This functionality is not supported for directory buckets.</p>
|
|
468
588
|
* </note>
|
|
469
589
|
* @public
|
|
470
590
|
*/
|
|
471
|
-
VersionId?: string;
|
|
591
|
+
VersionId?: string | undefined;
|
|
472
592
|
/**
|
|
473
593
|
* <p>If server-side encryption with a customer-provided encryption key was requested, the
|
|
474
594
|
* response will include this header to confirm the encryption algorithm that's used.</p>
|
|
@@ -477,22 +597,22 @@ export interface PutObjectOutput {
|
|
|
477
597
|
* </note>
|
|
478
598
|
* @public
|
|
479
599
|
*/
|
|
480
|
-
SSECustomerAlgorithm?: string;
|
|
600
|
+
SSECustomerAlgorithm?: string | undefined;
|
|
481
601
|
/**
|
|
482
602
|
* <p>If server-side encryption with a customer-provided encryption key was requested, the
|
|
483
|
-
* response will include this header to provide the round-trip message integrity verification
|
|
484
|
-
* the customer-provided encryption key.</p>
|
|
603
|
+
* response will include this header to provide the round-trip message integrity verification
|
|
604
|
+
* of the customer-provided encryption key.</p>
|
|
485
605
|
* <note>
|
|
486
606
|
* <p>This functionality is not supported for directory buckets.</p>
|
|
487
607
|
* </note>
|
|
488
608
|
* @public
|
|
489
609
|
*/
|
|
490
|
-
SSECustomerKeyMD5?: string;
|
|
610
|
+
SSECustomerKeyMD5?: string | undefined;
|
|
491
611
|
/**
|
|
492
612
|
* <p>If present, indicates the ID of the KMS key that was used for object encryption.</p>
|
|
493
613
|
* @public
|
|
494
614
|
*/
|
|
495
|
-
SSEKMSKeyId?: string;
|
|
615
|
+
SSEKMSKeyId?: string | undefined;
|
|
496
616
|
/**
|
|
497
617
|
* <p>If present, indicates the Amazon Web Services KMS Encryption Context to use for object encryption. The value of
|
|
498
618
|
* this header is a Base64-encoded string of a UTF-8 encoded JSON, which contains the encryption context as key-value pairs.
|
|
@@ -501,13 +621,23 @@ export interface PutObjectOutput {
|
|
|
501
621
|
* operations on this object.</p>
|
|
502
622
|
* @public
|
|
503
623
|
*/
|
|
504
|
-
SSEKMSEncryptionContext?: string;
|
|
624
|
+
SSEKMSEncryptionContext?: string | undefined;
|
|
505
625
|
/**
|
|
506
626
|
* <p>Indicates whether the uploaded object uses an S3 Bucket Key for server-side encryption
|
|
507
627
|
* with Key Management Service (KMS) keys (SSE-KMS).</p>
|
|
508
628
|
* @public
|
|
509
629
|
*/
|
|
510
|
-
BucketKeyEnabled?: boolean;
|
|
630
|
+
BucketKeyEnabled?: boolean | undefined;
|
|
631
|
+
/**
|
|
632
|
+
* <p>
|
|
633
|
+
* The size of the object in bytes. This will only be present if you append to an object.
|
|
634
|
+
* </p>
|
|
635
|
+
* <note>
|
|
636
|
+
* <p>This functionality is only supported for objects in the Amazon S3 Express One Zone storage class in directory buckets.</p>
|
|
637
|
+
* </note>
|
|
638
|
+
* @public
|
|
639
|
+
*/
|
|
640
|
+
Size?: number | undefined;
|
|
511
641
|
/**
|
|
512
642
|
* <p>If present, indicates that the requester was successfully charged for the
|
|
513
643
|
* request.</p>
|
|
@@ -516,7 +646,7 @@ export interface PutObjectOutput {
|
|
|
516
646
|
* </note>
|
|
517
647
|
* @public
|
|
518
648
|
*/
|
|
519
|
-
RequestCharged?: RequestCharged;
|
|
649
|
+
RequestCharged?: RequestCharged | undefined;
|
|
520
650
|
}
|
|
521
651
|
/**
|
|
522
652
|
* @public
|
|
@@ -524,7 +654,7 @@ export interface PutObjectOutput {
|
|
|
524
654
|
export interface PutObjectRequest {
|
|
525
655
|
/**
|
|
526
656
|
* <p>The canned ACL to apply to the object. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html#CannedACL">Canned
|
|
527
|
-
*
|
|
657
|
+
* ACL</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
528
658
|
* <p>When adding a new object, you can use headers to grant ACL-based permissions to
|
|
529
659
|
* individual Amazon Web Services accounts or to predefined groups defined by Amazon S3. These permissions are
|
|
530
660
|
* then added to the ACL on the object. By default, all objects are private. Only the owner
|
|
@@ -537,7 +667,7 @@ export interface PutObjectRequest {
|
|
|
537
667
|
* specify bucket owner full control ACLs, such as the <code>bucket-owner-full-control</code>
|
|
538
668
|
* canned ACL or an equivalent form of this ACL expressed in the XML format. PUT requests that
|
|
539
669
|
* contain other ACLs (for example, custom grants to certain Amazon Web Services accounts) fail and return a
|
|
540
|
-
*
|
|
670
|
+
* <code>400</code> error with the error code <code>AccessControlListNotSupported</code>.
|
|
541
671
|
* For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/about-object-ownership.html"> Controlling ownership of
|
|
542
672
|
* objects and disabling ACLs</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
543
673
|
* <note>
|
|
@@ -552,16 +682,17 @@ export interface PutObjectRequest {
|
|
|
552
682
|
* </note>
|
|
553
683
|
* @public
|
|
554
684
|
*/
|
|
555
|
-
ACL?: ObjectCannedACL;
|
|
685
|
+
ACL?: ObjectCannedACL | undefined;
|
|
556
686
|
/**
|
|
557
687
|
* <p>Object data.</p>
|
|
558
688
|
* @public
|
|
559
689
|
*/
|
|
560
|
-
Body?: StreamingBlobTypes;
|
|
690
|
+
Body?: StreamingBlobTypes | undefined;
|
|
561
691
|
/**
|
|
562
692
|
* <p>The bucket name to which the PUT action was initiated. </p>
|
|
563
693
|
* <p>
|
|
564
|
-
* <b>Directory buckets</b> -
|
|
694
|
+
* <b>Directory buckets</b> -
|
|
695
|
+
* When you use this operation with a directory bucket, you must use virtual-hosted-style requests in the format <code>
|
|
565
696
|
* <i>Bucket_name</i>.s3express-<i>az_id</i>.<i>region</i>.amazonaws.com</code>. Path-style requests are not supported. Directory bucket names must be unique in the chosen Availability Zone. Bucket names must follow the format <code>
|
|
566
697
|
* <i>bucket_base_name</i>--<i>az-id</i>--x-s3</code> (for example, <code>
|
|
567
698
|
* <i>DOC-EXAMPLE-BUCKET</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming
|
|
@@ -585,30 +716,30 @@ export interface PutObjectRequest {
|
|
|
585
716
|
* information, see <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.9">http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.9</a>.</p>
|
|
586
717
|
* @public
|
|
587
718
|
*/
|
|
588
|
-
CacheControl?: string;
|
|
719
|
+
CacheControl?: string | undefined;
|
|
589
720
|
/**
|
|
590
721
|
* <p>Specifies presentational information for the object. For more information, see <a href="https://www.rfc-editor.org/rfc/rfc6266#section-4">https://www.rfc-editor.org/rfc/rfc6266#section-4</a>.</p>
|
|
591
722
|
* @public
|
|
592
723
|
*/
|
|
593
|
-
ContentDisposition?: string;
|
|
724
|
+
ContentDisposition?: string | undefined;
|
|
594
725
|
/**
|
|
595
726
|
* <p>Specifies what content encodings have been applied to the object and thus what decoding
|
|
596
727
|
* mechanisms must be applied to obtain the media-type referenced by the Content-Type header
|
|
597
728
|
* field. For more information, see <a href="https://www.rfc-editor.org/rfc/rfc9110.html#field.content-encoding">https://www.rfc-editor.org/rfc/rfc9110.html#field.content-encoding</a>.</p>
|
|
598
729
|
* @public
|
|
599
730
|
*/
|
|
600
|
-
ContentEncoding?: string;
|
|
731
|
+
ContentEncoding?: string | undefined;
|
|
601
732
|
/**
|
|
602
733
|
* <p>The language the content is in.</p>
|
|
603
734
|
* @public
|
|
604
735
|
*/
|
|
605
|
-
ContentLanguage?: string;
|
|
736
|
+
ContentLanguage?: string | undefined;
|
|
606
737
|
/**
|
|
607
738
|
* <p>Size of the body in bytes. This parameter is useful when the size of the body cannot be
|
|
608
739
|
* determined automatically. For more information, see <a href="https://www.rfc-editor.org/rfc/rfc9110.html#name-content-length">https://www.rfc-editor.org/rfc/rfc9110.html#name-content-length</a>.</p>
|
|
609
740
|
* @public
|
|
610
741
|
*/
|
|
611
|
-
ContentLength?: number;
|
|
742
|
+
ContentLength?: number | undefined;
|
|
612
743
|
/**
|
|
613
744
|
* <p>The base64-encoded 128-bit MD5 digest of the message (without the headers) according to
|
|
614
745
|
* RFC 1864. This header can be used as a message integrity check to verify that the data is
|
|
@@ -616,23 +747,23 @@ export interface PutObjectRequest {
|
|
|
616
747
|
* Content-MD5 mechanism as an end-to-end integrity check. For more information about REST
|
|
617
748
|
* request authentication, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/RESTAuthentication.html">REST Authentication</a>.</p>
|
|
618
749
|
* <note>
|
|
619
|
-
* <p>The <code>Content-MD5</code> header is
|
|
620
|
-
*
|
|
621
|
-
*
|
|
622
|
-
*
|
|
750
|
+
* <p>The <code>Content-MD5</code> or <code>x-amz-sdk-checksum-algorithm</code> header is
|
|
751
|
+
* required for any request to upload an object with a retention period configured using
|
|
752
|
+
* Amazon S3 Object Lock. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-lock-managing.html#object-lock-put-object">Uploading objects to an Object Lock enabled bucket </a> in the
|
|
753
|
+
* <i>Amazon S3 User Guide</i>.</p>
|
|
623
754
|
* </note>
|
|
624
755
|
* <note>
|
|
625
756
|
* <p>This functionality is not supported for directory buckets.</p>
|
|
626
757
|
* </note>
|
|
627
758
|
* @public
|
|
628
759
|
*/
|
|
629
|
-
ContentMD5?: string;
|
|
760
|
+
ContentMD5?: string | undefined;
|
|
630
761
|
/**
|
|
631
762
|
* <p>A standard MIME type describing the format of the contents. For more information, see
|
|
632
763
|
* <a href="https://www.rfc-editor.org/rfc/rfc9110.html#name-content-type">https://www.rfc-editor.org/rfc/rfc9110.html#name-content-type</a>.</p>
|
|
633
764
|
* @public
|
|
634
765
|
*/
|
|
635
|
-
ContentType?: string;
|
|
766
|
+
ContentType?: string | undefined;
|
|
636
767
|
/**
|
|
637
768
|
* <p>Indicates the algorithm used to create the checksum for the object when you use the SDK. This header will not provide any
|
|
638
769
|
* additional functionality if you don't use the SDK. When you send this header, there must be a corresponding <code>x-amz-checksum-<i>algorithm</i>
|
|
@@ -644,16 +775,24 @@ export interface PutObjectRequest {
|
|
|
644
775
|
* </code> with the supported algorithm from the following list: </p>
|
|
645
776
|
* <ul>
|
|
646
777
|
* <li>
|
|
647
|
-
* <p>
|
|
778
|
+
* <p>
|
|
779
|
+
* <code>CRC32</code>
|
|
780
|
+
* </p>
|
|
648
781
|
* </li>
|
|
649
782
|
* <li>
|
|
650
|
-
* <p>
|
|
783
|
+
* <p>
|
|
784
|
+
* <code>CRC32C</code>
|
|
785
|
+
* </p>
|
|
651
786
|
* </li>
|
|
652
787
|
* <li>
|
|
653
|
-
* <p>
|
|
788
|
+
* <p>
|
|
789
|
+
* <code>SHA1</code>
|
|
790
|
+
* </p>
|
|
654
791
|
* </li>
|
|
655
792
|
* <li>
|
|
656
|
-
* <p>
|
|
793
|
+
* <p>
|
|
794
|
+
* <code>SHA256</code>
|
|
795
|
+
* </p>
|
|
657
796
|
* </li>
|
|
658
797
|
* </ul>
|
|
659
798
|
* <p>For more
|
|
@@ -664,27 +803,31 @@ export interface PutObjectRequest {
|
|
|
664
803
|
* <code>ChecksumAlgorithm</code> parameter and uses the checksum algorithm that matches the provided value in <code>x-amz-checksum-<i>algorithm</i>
|
|
665
804
|
* </code>.</p>
|
|
666
805
|
* <note>
|
|
667
|
-
* <p>
|
|
806
|
+
* <p>The <code>Content-MD5</code> or <code>x-amz-sdk-checksum-algorithm</code> header is
|
|
807
|
+
* required for any request to upload an object with a retention period configured using
|
|
808
|
+
* Amazon S3 Object Lock. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-lock-managing.html#object-lock-put-object">Uploading objects to an Object Lock enabled bucket </a> in the
|
|
809
|
+
* <i>Amazon S3 User Guide</i>.</p>
|
|
668
810
|
* </note>
|
|
811
|
+
* <p>For directory buckets, when you use Amazon Web Services SDKs, <code>CRC32</code> is the default checksum algorithm that's used for performance.</p>
|
|
669
812
|
* @public
|
|
670
813
|
*/
|
|
671
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
814
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
672
815
|
/**
|
|
673
816
|
* <p>This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
|
|
674
|
-
* This header specifies the base64-encoded, 32-bit
|
|
817
|
+
* This header specifies the base64-encoded, 32-bit CRC-32 checksum of the object. For more information, see
|
|
675
818
|
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in the
|
|
676
819
|
* <i>Amazon S3 User Guide</i>.</p>
|
|
677
820
|
* @public
|
|
678
821
|
*/
|
|
679
|
-
ChecksumCRC32?: string;
|
|
822
|
+
ChecksumCRC32?: string | undefined;
|
|
680
823
|
/**
|
|
681
824
|
* <p>This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
|
|
682
|
-
* This header specifies the base64-encoded, 32-bit
|
|
825
|
+
* This header specifies the base64-encoded, 32-bit CRC-32C checksum of the object. For more information, see
|
|
683
826
|
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in the
|
|
684
827
|
* <i>Amazon S3 User Guide</i>.</p>
|
|
685
828
|
* @public
|
|
686
829
|
*/
|
|
687
|
-
ChecksumCRC32C?: string;
|
|
830
|
+
ChecksumCRC32C?: string | undefined;
|
|
688
831
|
/**
|
|
689
832
|
* <p>This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
|
|
690
833
|
* This header specifies the base64-encoded, 160-bit SHA-1 digest of the object. For more information, see
|
|
@@ -692,7 +835,7 @@ export interface PutObjectRequest {
|
|
|
692
835
|
* <i>Amazon S3 User Guide</i>.</p>
|
|
693
836
|
* @public
|
|
694
837
|
*/
|
|
695
|
-
ChecksumSHA1?: string;
|
|
838
|
+
ChecksumSHA1?: string | undefined;
|
|
696
839
|
/**
|
|
697
840
|
* <p>This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
|
|
698
841
|
* This header specifies the base64-encoded, 256-bit SHA-256 digest of the object. For more information, see
|
|
@@ -700,21 +843,24 @@ export interface PutObjectRequest {
|
|
|
700
843
|
* <i>Amazon S3 User Guide</i>.</p>
|
|
701
844
|
* @public
|
|
702
845
|
*/
|
|
703
|
-
ChecksumSHA256?: string;
|
|
846
|
+
ChecksumSHA256?: string | undefined;
|
|
704
847
|
/**
|
|
705
848
|
* <p>The date and time at which the object is no longer cacheable. For more information, see
|
|
706
849
|
* <a href="https://www.rfc-editor.org/rfc/rfc7234#section-5.3">https://www.rfc-editor.org/rfc/rfc7234#section-5.3</a>.</p>
|
|
707
850
|
* @public
|
|
708
851
|
*/
|
|
709
|
-
Expires?: Date;
|
|
852
|
+
Expires?: Date | undefined;
|
|
710
853
|
/**
|
|
711
|
-
* <p>Uploads the object only if the object key name does not already exist in the bucket
|
|
712
|
-
*
|
|
854
|
+
* <p>Uploads the object only if the object key name does not already exist in the bucket
|
|
855
|
+
* specified. Otherwise, Amazon S3 returns a <code>412 Precondition Failed</code> error.</p>
|
|
856
|
+
* <p>If a conflicting operation occurs during the upload S3 returns a <code>409
|
|
857
|
+
* ConditionalRequestConflict</code> response. On a 409 failure you should retry the
|
|
858
|
+
* upload.</p>
|
|
713
859
|
* <p>Expects the '*' (asterisk) character.</p>
|
|
714
860
|
* <p>For more information about conditional requests, see <a href="https://tools.ietf.org/html/rfc7232">RFC 7232</a>, or <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/conditional-requests.html">Conditional requests</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
715
861
|
* @public
|
|
716
862
|
*/
|
|
717
|
-
IfNoneMatch?: string;
|
|
863
|
+
IfNoneMatch?: string | undefined;
|
|
718
864
|
/**
|
|
719
865
|
* <p>Gives the grantee READ, READ_ACP, and WRITE_ACP permissions on the object.</p>
|
|
720
866
|
* <note>
|
|
@@ -729,7 +875,7 @@ export interface PutObjectRequest {
|
|
|
729
875
|
* </note>
|
|
730
876
|
* @public
|
|
731
877
|
*/
|
|
732
|
-
GrantFullControl?: string;
|
|
878
|
+
GrantFullControl?: string | undefined;
|
|
733
879
|
/**
|
|
734
880
|
* <p>Allows grantee to read the object data and its metadata.</p>
|
|
735
881
|
* <note>
|
|
@@ -744,7 +890,7 @@ export interface PutObjectRequest {
|
|
|
744
890
|
* </note>
|
|
745
891
|
* @public
|
|
746
892
|
*/
|
|
747
|
-
GrantRead?: string;
|
|
893
|
+
GrantRead?: string | undefined;
|
|
748
894
|
/**
|
|
749
895
|
* <p>Allows grantee to read the object ACL.</p>
|
|
750
896
|
* <note>
|
|
@@ -759,7 +905,7 @@ export interface PutObjectRequest {
|
|
|
759
905
|
* </note>
|
|
760
906
|
* @public
|
|
761
907
|
*/
|
|
762
|
-
GrantReadACP?: string;
|
|
908
|
+
GrantReadACP?: string | undefined;
|
|
763
909
|
/**
|
|
764
910
|
* <p>Allows grantee to write the ACL for the applicable object.</p>
|
|
765
911
|
* <note>
|
|
@@ -774,39 +920,52 @@ export interface PutObjectRequest {
|
|
|
774
920
|
* </note>
|
|
775
921
|
* @public
|
|
776
922
|
*/
|
|
777
|
-
GrantWriteACP?: string;
|
|
923
|
+
GrantWriteACP?: string | undefined;
|
|
778
924
|
/**
|
|
779
925
|
* <p>Object key for which the PUT action was initiated.</p>
|
|
780
926
|
* @public
|
|
781
927
|
*/
|
|
782
928
|
Key: string | undefined;
|
|
929
|
+
/**
|
|
930
|
+
* <p>
|
|
931
|
+
* Specifies the offset for appending data to existing objects in bytes.
|
|
932
|
+
* The offset must be equal to the size of the existing object being appended to.
|
|
933
|
+
* If no object exists, setting this header to 0 will create a new object.
|
|
934
|
+
* </p>
|
|
935
|
+
* <note>
|
|
936
|
+
* <p>This functionality is only supported for objects in the Amazon S3 Express One Zone storage class in directory buckets.</p>
|
|
937
|
+
* </note>
|
|
938
|
+
* @public
|
|
939
|
+
*/
|
|
940
|
+
WriteOffsetBytes?: number | undefined;
|
|
783
941
|
/**
|
|
784
942
|
* <p>A map of metadata to store with the object in S3.</p>
|
|
785
943
|
* @public
|
|
786
944
|
*/
|
|
787
|
-
Metadata?: Record<string, string
|
|
945
|
+
Metadata?: Record<string, string> | undefined;
|
|
788
946
|
/**
|
|
789
|
-
* <p>The server-side encryption algorithm that was used when you store this object in Amazon S3
|
|
790
|
-
*
|
|
947
|
+
* <p>The server-side encryption algorithm that was used when you store this object in Amazon S3
|
|
948
|
+
* (for example, <code>AES256</code>, <code>aws:kms</code>, <code>aws:kms:dsse</code>).</p>
|
|
791
949
|
* <ul>
|
|
792
950
|
* <li>
|
|
793
951
|
* <p>
|
|
794
|
-
* <b>General purpose buckets </b> - You have four mutually
|
|
795
|
-
*
|
|
796
|
-
*
|
|
797
|
-
*
|
|
798
|
-
*
|
|
799
|
-
*
|
|
800
|
-
*
|
|
801
|
-
*
|
|
952
|
+
* <b>General purpose buckets </b> - You have four mutually
|
|
953
|
+
* exclusive options to protect data using server-side encryption in Amazon S3, depending on
|
|
954
|
+
* how you choose to manage the encryption keys. Specifically, the encryption key
|
|
955
|
+
* options are Amazon S3 managed keys (SSE-S3), Amazon Web Services KMS keys (SSE-KMS or DSSE-KMS), and
|
|
956
|
+
* customer-provided keys (SSE-C). Amazon S3 encrypts data with server-side encryption by
|
|
957
|
+
* using Amazon S3 managed keys (SSE-S3) by default. You can optionally tell Amazon S3 to encrypt
|
|
958
|
+
* data at rest by using server-side encryption with other key options. For more
|
|
959
|
+
* information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingServerSideEncryption.html">Using Server-Side
|
|
960
|
+
* Encryption</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
802
961
|
* </li>
|
|
803
962
|
* <li>
|
|
804
963
|
* <p>
|
|
805
|
-
* <b>Directory buckets </b> -
|
|
964
|
+
* <b>Directory buckets </b> -
|
|
965
|
+
* For directory buckets, there are only two supported options for server-side encryption: server-side encryption with Amazon S3 managed keys (SSE-S3) (<code>AES256</code>) and server-side encryption with KMS keys (SSE-KMS) (<code>aws:kms</code>). We recommend that the bucket's default encryption uses the desired encryption configuration and you don't override the bucket default encryption in your
|
|
806
966
|
* <code>CreateSession</code> requests or <code>PUT</code> object requests. Then, new objects
|
|
807
967
|
* are automatically encrypted with the desired encryption settings. For more
|
|
808
|
-
* information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-serv-side-encryption.html">Protecting data with server-side encryption</a> in the <i>Amazon S3 User Guide</i>. For more information about the encryption overriding behaviors in directory buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-specifying-kms-encryption.html">Specifying server-side encryption with KMS for new object uploads</a>.
|
|
809
|
-
* </p>
|
|
968
|
+
* information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-serv-side-encryption.html">Protecting data with server-side encryption</a> in the <i>Amazon S3 User Guide</i>. For more information about the encryption overriding behaviors in directory buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-specifying-kms-encryption.html">Specifying server-side encryption with KMS for new object uploads</a>. </p>
|
|
810
969
|
* <p>In the Zonal endpoint API calls (except <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_CopyObject.html">CopyObject</a> and <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_UploadPartCopy.html">UploadPartCopy</a>) using the REST API, the encryption request headers must match the encryption settings that are specified in the <code>CreateSession</code> request.
|
|
811
970
|
* You can't override the values of the encryption settings (<code>x-amz-server-side-encryption</code>, <code>x-amz-server-side-encryption-aws-kms-key-id</code>, <code>x-amz-server-side-encryption-context</code>, and <code>x-amz-server-side-encryption-bucket-key-enabled</code>) that are specified in the <code>CreateSession</code> request.
|
|
812
971
|
* You don't need to explicitly specify these encryption settings values in Zonal endpoint API calls, and
|
|
@@ -824,31 +983,32 @@ export interface PutObjectRequest {
|
|
|
824
983
|
* </ul>
|
|
825
984
|
* @public
|
|
826
985
|
*/
|
|
827
|
-
ServerSideEncryption?: ServerSideEncryption;
|
|
986
|
+
ServerSideEncryption?: ServerSideEncryption | undefined;
|
|
828
987
|
/**
|
|
829
988
|
* <p>By default, Amazon S3 uses the STANDARD Storage Class to store newly created objects. The
|
|
830
989
|
* STANDARD storage class provides high durability and high availability. Depending on
|
|
831
|
-
* performance needs, you can specify a different Storage Class. For more information, see
|
|
832
|
-
* <
|
|
990
|
+
* performance needs, you can specify a different Storage Class. For more information, see
|
|
991
|
+
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/storage-class-intro.html">Storage
|
|
992
|
+
* Classes</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
833
993
|
* <note>
|
|
834
994
|
* <ul>
|
|
835
995
|
* <li>
|
|
836
|
-
* <p>For directory buckets, only the S3 Express One Zone storage class is supported to store
|
|
996
|
+
* <p>For directory buckets, only the S3 Express One Zone storage class is supported to store
|
|
997
|
+
* newly created objects.</p>
|
|
837
998
|
* </li>
|
|
838
999
|
* <li>
|
|
839
|
-
* <p>Amazon S3 on Outposts only uses
|
|
840
|
-
* the OUTPOSTS Storage Class.</p>
|
|
1000
|
+
* <p>Amazon S3 on Outposts only uses the OUTPOSTS Storage Class.</p>
|
|
841
1001
|
* </li>
|
|
842
1002
|
* </ul>
|
|
843
1003
|
* </note>
|
|
844
1004
|
* @public
|
|
845
1005
|
*/
|
|
846
|
-
StorageClass?: StorageClass;
|
|
1006
|
+
StorageClass?: StorageClass | undefined;
|
|
847
1007
|
/**
|
|
848
1008
|
* <p>If the bucket is configured as a website, redirects requests for this object to another
|
|
849
1009
|
* object in the same bucket or to an external URL. Amazon S3 stores the value of this header in
|
|
850
|
-
* the object metadata. For information about object metadata, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingMetadata.html">Object Key and Metadata</a> in the
|
|
851
|
-
*
|
|
1010
|
+
* the object metadata. For information about object metadata, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingMetadata.html">Object Key and Metadata</a> in the
|
|
1011
|
+
* <i>Amazon S3 User Guide</i>.</p>
|
|
852
1012
|
* <p>In the following example, the request header sets the redirect to an object
|
|
853
1013
|
* (anotherPage.html) in the same bucket:</p>
|
|
854
1014
|
* <p>
|
|
@@ -861,23 +1021,22 @@ export interface PutObjectRequest {
|
|
|
861
1021
|
* </p>
|
|
862
1022
|
* <p>For more information about website hosting in Amazon S3, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/WebsiteHosting.html">Hosting Websites on Amazon S3</a> and
|
|
863
1023
|
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/how-to-page-redirect.html">How to
|
|
864
|
-
*
|
|
865
|
-
* User Guide</i>. </p>
|
|
1024
|
+
* Configure Website Page Redirects</a> in the <i>Amazon S3 User Guide</i>. </p>
|
|
866
1025
|
* <note>
|
|
867
1026
|
* <p>This functionality is not supported for directory buckets.</p>
|
|
868
1027
|
* </note>
|
|
869
1028
|
* @public
|
|
870
1029
|
*/
|
|
871
|
-
WebsiteRedirectLocation?: string;
|
|
1030
|
+
WebsiteRedirectLocation?: string | undefined;
|
|
872
1031
|
/**
|
|
873
1032
|
* <p>Specifies the algorithm to use when encrypting the object (for example,
|
|
874
|
-
*
|
|
1033
|
+
* <code>AES256</code>).</p>
|
|
875
1034
|
* <note>
|
|
876
1035
|
* <p>This functionality is not supported for directory buckets.</p>
|
|
877
1036
|
* </note>
|
|
878
1037
|
* @public
|
|
879
1038
|
*/
|
|
880
|
-
SSECustomerAlgorithm?: string;
|
|
1039
|
+
SSECustomerAlgorithm?: string | undefined;
|
|
881
1040
|
/**
|
|
882
1041
|
* <p>Specifies the customer-provided encryption key for Amazon S3 to use in encrypting data. This
|
|
883
1042
|
* value is used to store the object and then it is discarded; Amazon S3 does not store the
|
|
@@ -888,7 +1047,7 @@ export interface PutObjectRequest {
|
|
|
888
1047
|
* </note>
|
|
889
1048
|
* @public
|
|
890
1049
|
*/
|
|
891
|
-
SSECustomerKey?: string;
|
|
1050
|
+
SSECustomerKey?: string | undefined;
|
|
892
1051
|
/**
|
|
893
1052
|
* <p>Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321. Amazon S3 uses
|
|
894
1053
|
* this header for a message integrity check to ensure that the encryption key was transmitted
|
|
@@ -898,7 +1057,7 @@ export interface PutObjectRequest {
|
|
|
898
1057
|
* </note>
|
|
899
1058
|
* @public
|
|
900
1059
|
*/
|
|
901
|
-
SSECustomerKeyMD5?: string;
|
|
1060
|
+
SSECustomerKeyMD5?: string | undefined;
|
|
902
1061
|
/**
|
|
903
1062
|
* <p>Specifies the KMS key ID (Key ID, Key ARN, or Key Alias) to use for object encryption. If the KMS key doesn't exist in the same
|
|
904
1063
|
* account that's issuing the command, you must use the full Key ARN not the Key ID.</p>
|
|
@@ -909,14 +1068,17 @@ export interface PutObjectRequest {
|
|
|
909
1068
|
* <code>x-amz-server-side-encryption:aws:kms:dsse</code>, but do not provide <code>x-amz-server-side-encryption-aws-kms-key-id</code>, Amazon S3 uses the Amazon Web Services managed key
|
|
910
1069
|
* (<code>aws/s3</code>) to protect the data.</p>
|
|
911
1070
|
* <p>
|
|
912
|
-
* <b>Directory buckets</b> - If you specify <code>x-amz-server-side-encryption</code> with <code>aws:kms</code>,
|
|
913
|
-
* x-amz-server-side-encryption-aws-kms-key-id</code> header
|
|
914
|
-
* symmetric encryption customer managed key
|
|
915
|
-
*
|
|
1071
|
+
* <b>Directory buckets</b> - If you specify <code>x-amz-server-side-encryption</code> with <code>aws:kms</code>, the <code>
|
|
1072
|
+
* x-amz-server-side-encryption-aws-kms-key-id</code> header is implicitly assigned the ID of the KMS
|
|
1073
|
+
* symmetric encryption customer managed key that's configured for your directory bucket's default encryption setting.
|
|
1074
|
+
* If you want to specify the <code>
|
|
1075
|
+
* x-amz-server-side-encryption-aws-kms-key-id</code> header explicitly, you can only specify it with the ID (Key ID or Key ARN) of the KMS
|
|
1076
|
+
* customer managed key that's configured for your directory bucket's default encryption setting. Otherwise, you get an HTTP <code>400 Bad Request</code> error. Only use the key ID or key ARN. The key alias format of the KMS key isn't supported. Your SSE-KMS configuration can only support 1 <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#customer-cmk">customer managed key</a> per directory bucket for the lifetime of the bucket.
|
|
1077
|
+
* The <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#aws-managed-cmk">Amazon Web Services managed key</a> (<code>aws/s3</code>) isn't supported.
|
|
916
1078
|
* </p>
|
|
917
1079
|
* @public
|
|
918
1080
|
*/
|
|
919
|
-
SSEKMSKeyId?: string;
|
|
1081
|
+
SSEKMSKeyId?: string | undefined;
|
|
920
1082
|
/**
|
|
921
1083
|
* <p>Specifies the Amazon Web Services KMS Encryption Context as an additional encryption context to use for object encryption. The value of
|
|
922
1084
|
* this header is a Base64-encoded string of a UTF-8 encoded JSON, which contains the encryption context as key-value pairs.
|
|
@@ -929,7 +1091,7 @@ export interface PutObjectRequest {
|
|
|
929
1091
|
* <b>Directory buckets</b> - You can optionally provide an explicit encryption context value. The value must match the default encryption context - the bucket Amazon Resource Name (ARN). An additional encryption context value is not supported. </p>
|
|
930
1092
|
* @public
|
|
931
1093
|
*/
|
|
932
|
-
SSEKMSEncryptionContext?: string;
|
|
1094
|
+
SSEKMSEncryptionContext?: string | undefined;
|
|
933
1095
|
/**
|
|
934
1096
|
* <p>Specifies whether Amazon S3 should use an S3 Bucket Key for object encryption with
|
|
935
1097
|
* server-side encryption using Key Management Service (KMS) keys (SSE-KMS).</p>
|
|
@@ -944,20 +1106,20 @@ export interface PutObjectRequest {
|
|
|
944
1106
|
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/create-import-job">the import jobs</a>. In this case, Amazon S3 makes a call to KMS every time a copy request is made for a KMS-encrypted object.</p>
|
|
945
1107
|
* @public
|
|
946
1108
|
*/
|
|
947
|
-
BucketKeyEnabled?: boolean;
|
|
1109
|
+
BucketKeyEnabled?: boolean | undefined;
|
|
948
1110
|
/**
|
|
949
1111
|
* <p>Confirms that the requester knows that they will be charged for the request. Bucket
|
|
950
1112
|
* owners need not specify this parameter in their requests. If either the source or
|
|
951
|
-
* destination S3 bucket has Requester Pays enabled, the requester will pay for
|
|
952
|
-
*
|
|
953
|
-
*
|
|
1113
|
+
* destination S3 bucket has Requester Pays enabled, the requester will pay for corresponding
|
|
1114
|
+
* charges to copy the object. For information about downloading objects from Requester Pays
|
|
1115
|
+
* buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in
|
|
954
1116
|
* Requester Pays Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
955
1117
|
* <note>
|
|
956
1118
|
* <p>This functionality is not supported for directory buckets.</p>
|
|
957
1119
|
* </note>
|
|
958
1120
|
* @public
|
|
959
1121
|
*/
|
|
960
|
-
RequestPayer?: RequestPayer;
|
|
1122
|
+
RequestPayer?: RequestPayer | undefined;
|
|
961
1123
|
/**
|
|
962
1124
|
* <p>The tag-set for the object. The tag-set must be encoded as URL Query parameters. (For
|
|
963
1125
|
* example, "Key1=Value1")</p>
|
|
@@ -966,7 +1128,7 @@ export interface PutObjectRequest {
|
|
|
966
1128
|
* </note>
|
|
967
1129
|
* @public
|
|
968
1130
|
*/
|
|
969
|
-
Tagging?: string;
|
|
1131
|
+
Tagging?: string | undefined;
|
|
970
1132
|
/**
|
|
971
1133
|
* <p>The Object Lock mode that you want to apply to this object.</p>
|
|
972
1134
|
* <note>
|
|
@@ -974,7 +1136,7 @@ export interface PutObjectRequest {
|
|
|
974
1136
|
* </note>
|
|
975
1137
|
* @public
|
|
976
1138
|
*/
|
|
977
|
-
ObjectLockMode?: ObjectLockMode;
|
|
1139
|
+
ObjectLockMode?: ObjectLockMode | undefined;
|
|
978
1140
|
/**
|
|
979
1141
|
* <p>The date and time when you want this object's Object Lock to expire. Must be formatted
|
|
980
1142
|
* as a timestamp parameter.</p>
|
|
@@ -983,21 +1145,38 @@ export interface PutObjectRequest {
|
|
|
983
1145
|
* </note>
|
|
984
1146
|
* @public
|
|
985
1147
|
*/
|
|
986
|
-
ObjectLockRetainUntilDate?: Date;
|
|
1148
|
+
ObjectLockRetainUntilDate?: Date | undefined;
|
|
987
1149
|
/**
|
|
988
1150
|
* <p>Specifies whether a legal hold will be applied to this object. For more information
|
|
989
|
-
* about S3 Object Lock, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lock.html">Object Lock</a> in the
|
|
1151
|
+
* about S3 Object Lock, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lock.html">Object Lock</a> in the
|
|
1152
|
+
* <i>Amazon S3 User Guide</i>.</p>
|
|
990
1153
|
* <note>
|
|
991
1154
|
* <p>This functionality is not supported for directory buckets.</p>
|
|
992
1155
|
* </note>
|
|
993
1156
|
* @public
|
|
994
1157
|
*/
|
|
995
|
-
ObjectLockLegalHoldStatus?: ObjectLockLegalHoldStatus;
|
|
1158
|
+
ObjectLockLegalHoldStatus?: ObjectLockLegalHoldStatus | undefined;
|
|
996
1159
|
/**
|
|
997
1160
|
* <p>The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
|
|
998
1161
|
* @public
|
|
999
1162
|
*/
|
|
1000
|
-
ExpectedBucketOwner?: string;
|
|
1163
|
+
ExpectedBucketOwner?: string | undefined;
|
|
1164
|
+
}
|
|
1165
|
+
/**
|
|
1166
|
+
* <p>
|
|
1167
|
+
* You have attempted to add more parts than the maximum of 10000
|
|
1168
|
+
* that are allowed for this object. You can use the CopyObject operation
|
|
1169
|
+
* to copy this object to another and then add more data to the newly copied object.
|
|
1170
|
+
* </p>
|
|
1171
|
+
* @public
|
|
1172
|
+
*/
|
|
1173
|
+
export declare class TooManyParts extends __BaseException {
|
|
1174
|
+
readonly name: "TooManyParts";
|
|
1175
|
+
readonly $fault: "client";
|
|
1176
|
+
/**
|
|
1177
|
+
* @internal
|
|
1178
|
+
*/
|
|
1179
|
+
constructor(opts: __ExceptionOptionType<TooManyParts, __BaseException>);
|
|
1001
1180
|
}
|
|
1002
1181
|
/**
|
|
1003
1182
|
* @public
|
|
@@ -1011,7 +1190,7 @@ export interface PutObjectAclOutput {
|
|
|
1011
1190
|
* </note>
|
|
1012
1191
|
* @public
|
|
1013
1192
|
*/
|
|
1014
|
-
RequestCharged?: RequestCharged;
|
|
1193
|
+
RequestCharged?: RequestCharged | undefined;
|
|
1015
1194
|
}
|
|
1016
1195
|
/**
|
|
1017
1196
|
* @public
|
|
@@ -1022,12 +1201,12 @@ export interface PutObjectAclRequest {
|
|
|
1022
1201
|
* ACL</a>.</p>
|
|
1023
1202
|
* @public
|
|
1024
1203
|
*/
|
|
1025
|
-
ACL?: ObjectCannedACL;
|
|
1204
|
+
ACL?: ObjectCannedACL | undefined;
|
|
1026
1205
|
/**
|
|
1027
1206
|
* <p>Contains the elements that set the ACL permissions for an object per grantee.</p>
|
|
1028
1207
|
* @public
|
|
1029
1208
|
*/
|
|
1030
|
-
AccessControlPolicy?: AccessControlPolicy;
|
|
1209
|
+
AccessControlPolicy?: AccessControlPolicy | undefined;
|
|
1031
1210
|
/**
|
|
1032
1211
|
* <p>The bucket name that contains the object to which you want to attach the ACL. </p>
|
|
1033
1212
|
* <p>
|
|
@@ -1049,7 +1228,7 @@ export interface PutObjectAclRequest {
|
|
|
1049
1228
|
* <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
|
|
1050
1229
|
* @public
|
|
1051
1230
|
*/
|
|
1052
|
-
ContentMD5?: string;
|
|
1231
|
+
ContentMD5?: string | undefined;
|
|
1053
1232
|
/**
|
|
1054
1233
|
* <p>Indicates the algorithm used to create the checksum for the object when you use the SDK. This header will not provide any
|
|
1055
1234
|
* additional functionality if you don't use the SDK. When you send this header, there must be a corresponding <code>x-amz-checksum</code> or
|
|
@@ -1060,39 +1239,39 @@ export interface PutObjectAclRequest {
|
|
|
1060
1239
|
* <code>ChecksumAlgorithm</code> parameter.</p>
|
|
1061
1240
|
* @public
|
|
1062
1241
|
*/
|
|
1063
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
1242
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
1064
1243
|
/**
|
|
1065
1244
|
* <p>Allows grantee the read, write, read ACP, and write ACP permissions on the
|
|
1066
1245
|
* bucket.</p>
|
|
1067
1246
|
* <p>This functionality is not supported for Amazon S3 on Outposts.</p>
|
|
1068
1247
|
* @public
|
|
1069
1248
|
*/
|
|
1070
|
-
GrantFullControl?: string;
|
|
1249
|
+
GrantFullControl?: string | undefined;
|
|
1071
1250
|
/**
|
|
1072
1251
|
* <p>Allows grantee to list the objects in the bucket.</p>
|
|
1073
1252
|
* <p>This functionality is not supported for Amazon S3 on Outposts.</p>
|
|
1074
1253
|
* @public
|
|
1075
1254
|
*/
|
|
1076
|
-
GrantRead?: string;
|
|
1255
|
+
GrantRead?: string | undefined;
|
|
1077
1256
|
/**
|
|
1078
1257
|
* <p>Allows grantee to read the bucket ACL.</p>
|
|
1079
1258
|
* <p>This functionality is not supported for Amazon S3 on Outposts.</p>
|
|
1080
1259
|
* @public
|
|
1081
1260
|
*/
|
|
1082
|
-
GrantReadACP?: string;
|
|
1261
|
+
GrantReadACP?: string | undefined;
|
|
1083
1262
|
/**
|
|
1084
1263
|
* <p>Allows grantee to create new objects in the bucket.</p>
|
|
1085
1264
|
* <p>For the bucket and object owners of existing objects, also allows deletions and
|
|
1086
1265
|
* overwrites of those objects.</p>
|
|
1087
1266
|
* @public
|
|
1088
1267
|
*/
|
|
1089
|
-
GrantWrite?: string;
|
|
1268
|
+
GrantWrite?: string | undefined;
|
|
1090
1269
|
/**
|
|
1091
1270
|
* <p>Allows grantee to write the ACL for the applicable bucket.</p>
|
|
1092
1271
|
* <p>This functionality is not supported for Amazon S3 on Outposts.</p>
|
|
1093
1272
|
* @public
|
|
1094
1273
|
*/
|
|
1095
|
-
GrantWriteACP?: string;
|
|
1274
|
+
GrantWriteACP?: string | undefined;
|
|
1096
1275
|
/**
|
|
1097
1276
|
* <p>Key for which the PUT action was initiated.</p>
|
|
1098
1277
|
* @public
|
|
@@ -1101,16 +1280,16 @@ export interface PutObjectAclRequest {
|
|
|
1101
1280
|
/**
|
|
1102
1281
|
* <p>Confirms that the requester knows that they will be charged for the request. Bucket
|
|
1103
1282
|
* owners need not specify this parameter in their requests. If either the source or
|
|
1104
|
-
* destination S3 bucket has Requester Pays enabled, the requester will pay for
|
|
1105
|
-
*
|
|
1106
|
-
*
|
|
1283
|
+
* destination S3 bucket has Requester Pays enabled, the requester will pay for corresponding
|
|
1284
|
+
* charges to copy the object. For information about downloading objects from Requester Pays
|
|
1285
|
+
* buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in
|
|
1107
1286
|
* Requester Pays Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
1108
1287
|
* <note>
|
|
1109
1288
|
* <p>This functionality is not supported for directory buckets.</p>
|
|
1110
1289
|
* </note>
|
|
1111
1290
|
* @public
|
|
1112
1291
|
*/
|
|
1113
|
-
RequestPayer?: RequestPayer;
|
|
1292
|
+
RequestPayer?: RequestPayer | undefined;
|
|
1114
1293
|
/**
|
|
1115
1294
|
* <p>Version ID used to reference a specific version of the object.</p>
|
|
1116
1295
|
* <note>
|
|
@@ -1118,12 +1297,12 @@ export interface PutObjectAclRequest {
|
|
|
1118
1297
|
* </note>
|
|
1119
1298
|
* @public
|
|
1120
1299
|
*/
|
|
1121
|
-
VersionId?: string;
|
|
1300
|
+
VersionId?: string | undefined;
|
|
1122
1301
|
/**
|
|
1123
1302
|
* <p>The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
|
|
1124
1303
|
* @public
|
|
1125
1304
|
*/
|
|
1126
|
-
ExpectedBucketOwner?: string;
|
|
1305
|
+
ExpectedBucketOwner?: string | undefined;
|
|
1127
1306
|
}
|
|
1128
1307
|
/**
|
|
1129
1308
|
* @public
|
|
@@ -1137,7 +1316,7 @@ export interface PutObjectLegalHoldOutput {
|
|
|
1137
1316
|
* </note>
|
|
1138
1317
|
* @public
|
|
1139
1318
|
*/
|
|
1140
|
-
RequestCharged?: RequestCharged;
|
|
1319
|
+
RequestCharged?: RequestCharged | undefined;
|
|
1141
1320
|
}
|
|
1142
1321
|
/**
|
|
1143
1322
|
* @public
|
|
@@ -1162,31 +1341,31 @@ export interface PutObjectLegalHoldRequest {
|
|
|
1162
1341
|
* object.</p>
|
|
1163
1342
|
* @public
|
|
1164
1343
|
*/
|
|
1165
|
-
LegalHold?: ObjectLockLegalHold;
|
|
1344
|
+
LegalHold?: ObjectLockLegalHold | undefined;
|
|
1166
1345
|
/**
|
|
1167
1346
|
* <p>Confirms that the requester knows that they will be charged for the request. Bucket
|
|
1168
1347
|
* owners need not specify this parameter in their requests. If either the source or
|
|
1169
|
-
* destination S3 bucket has Requester Pays enabled, the requester will pay for
|
|
1170
|
-
*
|
|
1171
|
-
*
|
|
1348
|
+
* destination S3 bucket has Requester Pays enabled, the requester will pay for corresponding
|
|
1349
|
+
* charges to copy the object. For information about downloading objects from Requester Pays
|
|
1350
|
+
* buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in
|
|
1172
1351
|
* Requester Pays Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
1173
1352
|
* <note>
|
|
1174
1353
|
* <p>This functionality is not supported for directory buckets.</p>
|
|
1175
1354
|
* </note>
|
|
1176
1355
|
* @public
|
|
1177
1356
|
*/
|
|
1178
|
-
RequestPayer?: RequestPayer;
|
|
1357
|
+
RequestPayer?: RequestPayer | undefined;
|
|
1179
1358
|
/**
|
|
1180
1359
|
* <p>The version ID of the object that you want to place a legal hold on.</p>
|
|
1181
1360
|
* @public
|
|
1182
1361
|
*/
|
|
1183
|
-
VersionId?: string;
|
|
1362
|
+
VersionId?: string | undefined;
|
|
1184
1363
|
/**
|
|
1185
1364
|
* <p>The MD5 hash for the request body.</p>
|
|
1186
1365
|
* <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
|
|
1187
1366
|
* @public
|
|
1188
1367
|
*/
|
|
1189
|
-
ContentMD5?: string;
|
|
1368
|
+
ContentMD5?: string | undefined;
|
|
1190
1369
|
/**
|
|
1191
1370
|
* <p>Indicates the algorithm used to create the checksum for the object when you use the SDK. This header will not provide any
|
|
1192
1371
|
* additional functionality if you don't use the SDK. When you send this header, there must be a corresponding <code>x-amz-checksum</code> or
|
|
@@ -1197,12 +1376,12 @@ export interface PutObjectLegalHoldRequest {
|
|
|
1197
1376
|
* <code>ChecksumAlgorithm</code> parameter.</p>
|
|
1198
1377
|
* @public
|
|
1199
1378
|
*/
|
|
1200
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
1379
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
1201
1380
|
/**
|
|
1202
1381
|
* <p>The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
|
|
1203
1382
|
* @public
|
|
1204
1383
|
*/
|
|
1205
|
-
ExpectedBucketOwner?: string;
|
|
1384
|
+
ExpectedBucketOwner?: string | undefined;
|
|
1206
1385
|
}
|
|
1207
1386
|
/**
|
|
1208
1387
|
* @public
|
|
@@ -1216,7 +1395,7 @@ export interface PutObjectLockConfigurationOutput {
|
|
|
1216
1395
|
* </note>
|
|
1217
1396
|
* @public
|
|
1218
1397
|
*/
|
|
1219
|
-
RequestCharged?: RequestCharged;
|
|
1398
|
+
RequestCharged?: RequestCharged | undefined;
|
|
1220
1399
|
}
|
|
1221
1400
|
/**
|
|
1222
1401
|
* @public
|
|
@@ -1233,31 +1412,31 @@ export interface PutObjectLockConfigurationRequest {
|
|
|
1233
1412
|
* <p>The Object Lock configuration that you want to apply to the specified bucket.</p>
|
|
1234
1413
|
* @public
|
|
1235
1414
|
*/
|
|
1236
|
-
ObjectLockConfiguration?: ObjectLockConfiguration;
|
|
1415
|
+
ObjectLockConfiguration?: ObjectLockConfiguration | undefined;
|
|
1237
1416
|
/**
|
|
1238
1417
|
* <p>Confirms that the requester knows that they will be charged for the request. Bucket
|
|
1239
1418
|
* owners need not specify this parameter in their requests. If either the source or
|
|
1240
|
-
* destination S3 bucket has Requester Pays enabled, the requester will pay for
|
|
1241
|
-
*
|
|
1242
|
-
*
|
|
1419
|
+
* destination S3 bucket has Requester Pays enabled, the requester will pay for corresponding
|
|
1420
|
+
* charges to copy the object. For information about downloading objects from Requester Pays
|
|
1421
|
+
* buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in
|
|
1243
1422
|
* Requester Pays Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
1244
1423
|
* <note>
|
|
1245
1424
|
* <p>This functionality is not supported for directory buckets.</p>
|
|
1246
1425
|
* </note>
|
|
1247
1426
|
* @public
|
|
1248
1427
|
*/
|
|
1249
|
-
RequestPayer?: RequestPayer;
|
|
1428
|
+
RequestPayer?: RequestPayer | undefined;
|
|
1250
1429
|
/**
|
|
1251
1430
|
* <p>A token to allow Object Lock to be enabled for an existing bucket.</p>
|
|
1252
1431
|
* @public
|
|
1253
1432
|
*/
|
|
1254
|
-
Token?: string;
|
|
1433
|
+
Token?: string | undefined;
|
|
1255
1434
|
/**
|
|
1256
1435
|
* <p>The MD5 hash for the request body.</p>
|
|
1257
1436
|
* <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
|
|
1258
1437
|
* @public
|
|
1259
1438
|
*/
|
|
1260
|
-
ContentMD5?: string;
|
|
1439
|
+
ContentMD5?: string | undefined;
|
|
1261
1440
|
/**
|
|
1262
1441
|
* <p>Indicates the algorithm used to create the checksum for the object when you use the SDK. This header will not provide any
|
|
1263
1442
|
* additional functionality if you don't use the SDK. When you send this header, there must be a corresponding <code>x-amz-checksum</code> or
|
|
@@ -1268,12 +1447,12 @@ export interface PutObjectLockConfigurationRequest {
|
|
|
1268
1447
|
* <code>ChecksumAlgorithm</code> parameter.</p>
|
|
1269
1448
|
* @public
|
|
1270
1449
|
*/
|
|
1271
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
1450
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
1272
1451
|
/**
|
|
1273
1452
|
* <p>The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
|
|
1274
1453
|
* @public
|
|
1275
1454
|
*/
|
|
1276
|
-
ExpectedBucketOwner?: string;
|
|
1455
|
+
ExpectedBucketOwner?: string | undefined;
|
|
1277
1456
|
}
|
|
1278
1457
|
/**
|
|
1279
1458
|
* @public
|
|
@@ -1287,7 +1466,7 @@ export interface PutObjectRetentionOutput {
|
|
|
1287
1466
|
* </note>
|
|
1288
1467
|
* @public
|
|
1289
1468
|
*/
|
|
1290
|
-
RequestCharged?: RequestCharged;
|
|
1469
|
+
RequestCharged?: RequestCharged | undefined;
|
|
1291
1470
|
}
|
|
1292
1471
|
/**
|
|
1293
1472
|
* @public
|
|
@@ -1313,37 +1492,37 @@ export interface PutObjectRetentionRequest {
|
|
|
1313
1492
|
* <p>The container element for the Object Retention configuration.</p>
|
|
1314
1493
|
* @public
|
|
1315
1494
|
*/
|
|
1316
|
-
Retention?: ObjectLockRetention;
|
|
1495
|
+
Retention?: ObjectLockRetention | undefined;
|
|
1317
1496
|
/**
|
|
1318
1497
|
* <p>Confirms that the requester knows that they will be charged for the request. Bucket
|
|
1319
1498
|
* owners need not specify this parameter in their requests. If either the source or
|
|
1320
|
-
* destination S3 bucket has Requester Pays enabled, the requester will pay for
|
|
1321
|
-
*
|
|
1322
|
-
*
|
|
1499
|
+
* destination S3 bucket has Requester Pays enabled, the requester will pay for corresponding
|
|
1500
|
+
* charges to copy the object. For information about downloading objects from Requester Pays
|
|
1501
|
+
* buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in
|
|
1323
1502
|
* Requester Pays Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
1324
1503
|
* <note>
|
|
1325
1504
|
* <p>This functionality is not supported for directory buckets.</p>
|
|
1326
1505
|
* </note>
|
|
1327
1506
|
* @public
|
|
1328
1507
|
*/
|
|
1329
|
-
RequestPayer?: RequestPayer;
|
|
1508
|
+
RequestPayer?: RequestPayer | undefined;
|
|
1330
1509
|
/**
|
|
1331
1510
|
* <p>The version ID for the object that you want to apply this Object Retention configuration
|
|
1332
1511
|
* to.</p>
|
|
1333
1512
|
* @public
|
|
1334
1513
|
*/
|
|
1335
|
-
VersionId?: string;
|
|
1514
|
+
VersionId?: string | undefined;
|
|
1336
1515
|
/**
|
|
1337
1516
|
* <p>Indicates whether this action should bypass Governance-mode restrictions.</p>
|
|
1338
1517
|
* @public
|
|
1339
1518
|
*/
|
|
1340
|
-
BypassGovernanceRetention?: boolean;
|
|
1519
|
+
BypassGovernanceRetention?: boolean | undefined;
|
|
1341
1520
|
/**
|
|
1342
1521
|
* <p>The MD5 hash for the request body.</p>
|
|
1343
1522
|
* <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
|
|
1344
1523
|
* @public
|
|
1345
1524
|
*/
|
|
1346
|
-
ContentMD5?: string;
|
|
1525
|
+
ContentMD5?: string | undefined;
|
|
1347
1526
|
/**
|
|
1348
1527
|
* <p>Indicates the algorithm used to create the checksum for the object when you use the SDK. This header will not provide any
|
|
1349
1528
|
* additional functionality if you don't use the SDK. When you send this header, there must be a corresponding <code>x-amz-checksum</code> or
|
|
@@ -1354,12 +1533,12 @@ export interface PutObjectRetentionRequest {
|
|
|
1354
1533
|
* <code>ChecksumAlgorithm</code> parameter.</p>
|
|
1355
1534
|
* @public
|
|
1356
1535
|
*/
|
|
1357
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
1536
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
1358
1537
|
/**
|
|
1359
1538
|
* <p>The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
|
|
1360
1539
|
* @public
|
|
1361
1540
|
*/
|
|
1362
|
-
ExpectedBucketOwner?: string;
|
|
1541
|
+
ExpectedBucketOwner?: string | undefined;
|
|
1363
1542
|
}
|
|
1364
1543
|
/**
|
|
1365
1544
|
* @public
|
|
@@ -1369,7 +1548,7 @@ export interface PutObjectTaggingOutput {
|
|
|
1369
1548
|
* <p>The versionId of the object the tag-set was added to.</p>
|
|
1370
1549
|
* @public
|
|
1371
1550
|
*/
|
|
1372
|
-
VersionId?: string;
|
|
1551
|
+
VersionId?: string | undefined;
|
|
1373
1552
|
}
|
|
1374
1553
|
/**
|
|
1375
1554
|
* @public
|
|
@@ -1396,13 +1575,13 @@ export interface PutObjectTaggingRequest {
|
|
|
1396
1575
|
* <p>The versionId of the object that the tag-set will be added to.</p>
|
|
1397
1576
|
* @public
|
|
1398
1577
|
*/
|
|
1399
|
-
VersionId?: string;
|
|
1578
|
+
VersionId?: string | undefined;
|
|
1400
1579
|
/**
|
|
1401
1580
|
* <p>The MD5 hash for the request body.</p>
|
|
1402
1581
|
* <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
|
|
1403
1582
|
* @public
|
|
1404
1583
|
*/
|
|
1405
|
-
ContentMD5?: string;
|
|
1584
|
+
ContentMD5?: string | undefined;
|
|
1406
1585
|
/**
|
|
1407
1586
|
* <p>Indicates the algorithm used to create the checksum for the object when you use the SDK. This header will not provide any
|
|
1408
1587
|
* additional functionality if you don't use the SDK. When you send this header, there must be a corresponding <code>x-amz-checksum</code> or
|
|
@@ -1413,7 +1592,7 @@ export interface PutObjectTaggingRequest {
|
|
|
1413
1592
|
* <code>ChecksumAlgorithm</code> parameter.</p>
|
|
1414
1593
|
* @public
|
|
1415
1594
|
*/
|
|
1416
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
1595
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
1417
1596
|
/**
|
|
1418
1597
|
* <p>Container for the <code>TagSet</code> and <code>Tag</code> elements</p>
|
|
1419
1598
|
* @public
|
|
@@ -1423,20 +1602,20 @@ export interface PutObjectTaggingRequest {
|
|
|
1423
1602
|
* <p>The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
|
|
1424
1603
|
* @public
|
|
1425
1604
|
*/
|
|
1426
|
-
ExpectedBucketOwner?: string;
|
|
1605
|
+
ExpectedBucketOwner?: string | undefined;
|
|
1427
1606
|
/**
|
|
1428
1607
|
* <p>Confirms that the requester knows that they will be charged for the request. Bucket
|
|
1429
1608
|
* owners need not specify this parameter in their requests. If either the source or
|
|
1430
|
-
* destination S3 bucket has Requester Pays enabled, the requester will pay for
|
|
1431
|
-
*
|
|
1432
|
-
*
|
|
1609
|
+
* destination S3 bucket has Requester Pays enabled, the requester will pay for corresponding
|
|
1610
|
+
* charges to copy the object. For information about downloading objects from Requester Pays
|
|
1611
|
+
* buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in
|
|
1433
1612
|
* Requester Pays Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
1434
1613
|
* <note>
|
|
1435
1614
|
* <p>This functionality is not supported for directory buckets.</p>
|
|
1436
1615
|
* </note>
|
|
1437
1616
|
* @public
|
|
1438
1617
|
*/
|
|
1439
|
-
RequestPayer?: RequestPayer;
|
|
1618
|
+
RequestPayer?: RequestPayer | undefined;
|
|
1440
1619
|
}
|
|
1441
1620
|
/**
|
|
1442
1621
|
* @public
|
|
@@ -1455,7 +1634,7 @@ export interface PutPublicAccessBlockRequest {
|
|
|
1455
1634
|
* <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
|
|
1456
1635
|
* @public
|
|
1457
1636
|
*/
|
|
1458
|
-
ContentMD5?: string;
|
|
1637
|
+
ContentMD5?: string | undefined;
|
|
1459
1638
|
/**
|
|
1460
1639
|
* <p>Indicates the algorithm used to create the checksum for the object when you use the SDK. This header will not provide any
|
|
1461
1640
|
* additional functionality if you don't use the SDK. When you send this header, there must be a corresponding <code>x-amz-checksum</code> or
|
|
@@ -1466,7 +1645,7 @@ export interface PutPublicAccessBlockRequest {
|
|
|
1466
1645
|
* <code>ChecksumAlgorithm</code> parameter.</p>
|
|
1467
1646
|
* @public
|
|
1468
1647
|
*/
|
|
1469
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
1648
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
1470
1649
|
/**
|
|
1471
1650
|
* <p>The <code>PublicAccessBlock</code> configuration that you want to apply to this Amazon S3
|
|
1472
1651
|
* bucket. You can enable the configuration options in any combination. For more information
|
|
@@ -1478,7 +1657,7 @@ export interface PutPublicAccessBlockRequest {
|
|
|
1478
1657
|
* <p>The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
|
|
1479
1658
|
* @public
|
|
1480
1659
|
*/
|
|
1481
|
-
ExpectedBucketOwner?: string;
|
|
1660
|
+
ExpectedBucketOwner?: string | undefined;
|
|
1482
1661
|
}
|
|
1483
1662
|
/**
|
|
1484
1663
|
* <p>This action is not allowed against this storage tier.</p>
|
|
@@ -1504,13 +1683,13 @@ export interface RestoreObjectOutput {
|
|
|
1504
1683
|
* </note>
|
|
1505
1684
|
* @public
|
|
1506
1685
|
*/
|
|
1507
|
-
RequestCharged?: RequestCharged;
|
|
1686
|
+
RequestCharged?: RequestCharged | undefined;
|
|
1508
1687
|
/**
|
|
1509
1688
|
* <p>Indicates the path in the provided S3 output location where Select results will be
|
|
1510
1689
|
* restored to.</p>
|
|
1511
1690
|
* @public
|
|
1512
1691
|
*/
|
|
1513
|
-
RestoreOutputPath?: string;
|
|
1692
|
+
RestoreOutputPath?: string | undefined;
|
|
1514
1693
|
}
|
|
1515
1694
|
/**
|
|
1516
1695
|
* @public
|
|
@@ -1554,13 +1733,13 @@ export interface Encryption {
|
|
|
1554
1733
|
* Developer Guide</i>.</p>
|
|
1555
1734
|
* @public
|
|
1556
1735
|
*/
|
|
1557
|
-
KMSKeyId?: string;
|
|
1736
|
+
KMSKeyId?: string | undefined;
|
|
1558
1737
|
/**
|
|
1559
1738
|
* <p>If the encryption type is <code>aws:kms</code>, this optional value can be used to
|
|
1560
1739
|
* specify the encryption context for the restore results.</p>
|
|
1561
1740
|
* @public
|
|
1562
1741
|
*/
|
|
1563
|
-
KMSContext?: string;
|
|
1742
|
+
KMSContext?: string | undefined;
|
|
1564
1743
|
}
|
|
1565
1744
|
/**
|
|
1566
1745
|
* <p>A metadata key-value pair to store with an object.</p>
|
|
@@ -1571,12 +1750,12 @@ export interface MetadataEntry {
|
|
|
1571
1750
|
* <p>Name of the object.</p>
|
|
1572
1751
|
* @public
|
|
1573
1752
|
*/
|
|
1574
|
-
Name?: string;
|
|
1753
|
+
Name?: string | undefined;
|
|
1575
1754
|
/**
|
|
1576
1755
|
* <p>Value of the object.</p>
|
|
1577
1756
|
* @public
|
|
1578
1757
|
*/
|
|
1579
|
-
Value?: string;
|
|
1758
|
+
Value?: string | undefined;
|
|
1580
1759
|
}
|
|
1581
1760
|
/**
|
|
1582
1761
|
* <p>Describes an Amazon S3 location that will receive the results of the restore request.</p>
|
|
@@ -1597,32 +1776,32 @@ export interface S3Location {
|
|
|
1597
1776
|
* <p>Contains the type of server-side encryption used.</p>
|
|
1598
1777
|
* @public
|
|
1599
1778
|
*/
|
|
1600
|
-
Encryption?: Encryption;
|
|
1779
|
+
Encryption?: Encryption | undefined;
|
|
1601
1780
|
/**
|
|
1602
1781
|
* <p>The canned ACL to apply to the restore results.</p>
|
|
1603
1782
|
* @public
|
|
1604
1783
|
*/
|
|
1605
|
-
CannedACL?: ObjectCannedACL;
|
|
1784
|
+
CannedACL?: ObjectCannedACL | undefined;
|
|
1606
1785
|
/**
|
|
1607
1786
|
* <p>A list of grants that control access to the staged results.</p>
|
|
1608
1787
|
* @public
|
|
1609
1788
|
*/
|
|
1610
|
-
AccessControlList?: Grant[];
|
|
1789
|
+
AccessControlList?: Grant[] | undefined;
|
|
1611
1790
|
/**
|
|
1612
1791
|
* <p>The tag-set that is applied to the restore results.</p>
|
|
1613
1792
|
* @public
|
|
1614
1793
|
*/
|
|
1615
|
-
Tagging?: Tagging;
|
|
1794
|
+
Tagging?: Tagging | undefined;
|
|
1616
1795
|
/**
|
|
1617
1796
|
* <p>A list of metadata to store with the restore results in S3.</p>
|
|
1618
1797
|
* @public
|
|
1619
1798
|
*/
|
|
1620
|
-
UserMetadata?: MetadataEntry[];
|
|
1799
|
+
UserMetadata?: MetadataEntry[] | undefined;
|
|
1621
1800
|
/**
|
|
1622
1801
|
* <p>The class of storage used to store the restore results.</p>
|
|
1623
1802
|
* @public
|
|
1624
1803
|
*/
|
|
1625
|
-
StorageClass?: StorageClass;
|
|
1804
|
+
StorageClass?: StorageClass | undefined;
|
|
1626
1805
|
}
|
|
1627
1806
|
/**
|
|
1628
1807
|
* <p>Describes the location where the restore job's output is stored.</p>
|
|
@@ -1633,7 +1812,7 @@ export interface OutputLocation {
|
|
|
1633
1812
|
* <p>Describes an S3 location that will receive the results of the restore request.</p>
|
|
1634
1813
|
* @public
|
|
1635
1814
|
*/
|
|
1636
|
-
S3?: S3Location;
|
|
1815
|
+
S3?: S3Location | undefined;
|
|
1637
1816
|
}
|
|
1638
1817
|
/**
|
|
1639
1818
|
* @public
|
|
@@ -1699,7 +1878,7 @@ export interface CSVInput {
|
|
|
1699
1878
|
* </ul>
|
|
1700
1879
|
* @public
|
|
1701
1880
|
*/
|
|
1702
|
-
FileHeaderInfo?: FileHeaderInfo;
|
|
1881
|
+
FileHeaderInfo?: FileHeaderInfo | undefined;
|
|
1703
1882
|
/**
|
|
1704
1883
|
* <p>A single character used to indicate that a row should be ignored when the character is
|
|
1705
1884
|
* present at the start of that row. You can specify any character to indicate a comment line.
|
|
@@ -1708,26 +1887,26 @@ export interface CSVInput {
|
|
|
1708
1887
|
* </p>
|
|
1709
1888
|
* @public
|
|
1710
1889
|
*/
|
|
1711
|
-
Comments?: string;
|
|
1890
|
+
Comments?: string | undefined;
|
|
1712
1891
|
/**
|
|
1713
1892
|
* <p>A single character used for escaping the quotation mark character inside an already
|
|
1714
1893
|
* escaped value. For example, the value <code>""" a , b """</code> is parsed as <code>" a , b
|
|
1715
1894
|
* "</code>.</p>
|
|
1716
1895
|
* @public
|
|
1717
1896
|
*/
|
|
1718
|
-
QuoteEscapeCharacter?: string;
|
|
1897
|
+
QuoteEscapeCharacter?: string | undefined;
|
|
1719
1898
|
/**
|
|
1720
1899
|
* <p>A single character used to separate individual records in the input. Instead of the
|
|
1721
1900
|
* default value, you can specify an arbitrary delimiter.</p>
|
|
1722
1901
|
* @public
|
|
1723
1902
|
*/
|
|
1724
|
-
RecordDelimiter?: string;
|
|
1903
|
+
RecordDelimiter?: string | undefined;
|
|
1725
1904
|
/**
|
|
1726
1905
|
* <p>A single character used to separate individual fields in a record. You can specify an
|
|
1727
1906
|
* arbitrary delimiter.</p>
|
|
1728
1907
|
* @public
|
|
1729
1908
|
*/
|
|
1730
|
-
FieldDelimiter?: string;
|
|
1909
|
+
FieldDelimiter?: string | undefined;
|
|
1731
1910
|
/**
|
|
1732
1911
|
* <p>A single character used for escaping when the field delimiter is part of the value. For
|
|
1733
1912
|
* example, if the value is <code>a, b</code>, Amazon S3 wraps this field value in quotation marks,
|
|
@@ -1739,14 +1918,14 @@ export interface CSVInput {
|
|
|
1739
1918
|
* </p>
|
|
1740
1919
|
* @public
|
|
1741
1920
|
*/
|
|
1742
|
-
QuoteCharacter?: string;
|
|
1921
|
+
QuoteCharacter?: string | undefined;
|
|
1743
1922
|
/**
|
|
1744
1923
|
* <p>Specifies that CSV field values may contain quoted record delimiters and such records
|
|
1745
1924
|
* should be allowed. Default value is FALSE. Setting this value to TRUE may lower
|
|
1746
1925
|
* performance.</p>
|
|
1747
1926
|
* @public
|
|
1748
1927
|
*/
|
|
1749
|
-
AllowQuotedRecordDelimiter?: boolean;
|
|
1928
|
+
AllowQuotedRecordDelimiter?: boolean | undefined;
|
|
1750
1929
|
}
|
|
1751
1930
|
/**
|
|
1752
1931
|
* @public
|
|
@@ -1769,7 +1948,7 @@ export interface JSONInput {
|
|
|
1769
1948
|
* <p>The type of JSON. Valid values: Document, Lines.</p>
|
|
1770
1949
|
* @public
|
|
1771
1950
|
*/
|
|
1772
|
-
Type?: JSONType;
|
|
1951
|
+
Type?: JSONType | undefined;
|
|
1773
1952
|
}
|
|
1774
1953
|
/**
|
|
1775
1954
|
* <p>Container for Parquet.</p>
|
|
@@ -1786,23 +1965,23 @@ export interface InputSerialization {
|
|
|
1786
1965
|
* <p>Describes the serialization of a CSV-encoded object.</p>
|
|
1787
1966
|
* @public
|
|
1788
1967
|
*/
|
|
1789
|
-
CSV?: CSVInput;
|
|
1968
|
+
CSV?: CSVInput | undefined;
|
|
1790
1969
|
/**
|
|
1791
1970
|
* <p>Specifies object's compression format. Valid values: NONE, GZIP, BZIP2. Default Value:
|
|
1792
1971
|
* NONE.</p>
|
|
1793
1972
|
* @public
|
|
1794
1973
|
*/
|
|
1795
|
-
CompressionType?: CompressionType;
|
|
1974
|
+
CompressionType?: CompressionType | undefined;
|
|
1796
1975
|
/**
|
|
1797
1976
|
* <p>Specifies JSON as object's input serialization format.</p>
|
|
1798
1977
|
* @public
|
|
1799
1978
|
*/
|
|
1800
|
-
JSON?: JSONInput;
|
|
1979
|
+
JSON?: JSONInput | undefined;
|
|
1801
1980
|
/**
|
|
1802
1981
|
* <p>Specifies Parquet as object's input serialization format.</p>
|
|
1803
1982
|
* @public
|
|
1804
1983
|
*/
|
|
1805
|
-
Parquet?: ParquetInput;
|
|
1984
|
+
Parquet?: ParquetInput | undefined;
|
|
1806
1985
|
}
|
|
1807
1986
|
/**
|
|
1808
1987
|
* @public
|
|
@@ -1836,32 +2015,32 @@ export interface CSVOutput {
|
|
|
1836
2015
|
* </ul>
|
|
1837
2016
|
* @public
|
|
1838
2017
|
*/
|
|
1839
|
-
QuoteFields?: QuoteFields;
|
|
2018
|
+
QuoteFields?: QuoteFields | undefined;
|
|
1840
2019
|
/**
|
|
1841
2020
|
* <p>The single character used for escaping the quote character inside an already escaped
|
|
1842
2021
|
* value.</p>
|
|
1843
2022
|
* @public
|
|
1844
2023
|
*/
|
|
1845
|
-
QuoteEscapeCharacter?: string;
|
|
2024
|
+
QuoteEscapeCharacter?: string | undefined;
|
|
1846
2025
|
/**
|
|
1847
2026
|
* <p>A single character used to separate individual records in the output. Instead of the
|
|
1848
2027
|
* default value, you can specify an arbitrary delimiter.</p>
|
|
1849
2028
|
* @public
|
|
1850
2029
|
*/
|
|
1851
|
-
RecordDelimiter?: string;
|
|
2030
|
+
RecordDelimiter?: string | undefined;
|
|
1852
2031
|
/**
|
|
1853
2032
|
* <p>The value used to separate individual fields in a record. You can specify an arbitrary
|
|
1854
2033
|
* delimiter.</p>
|
|
1855
2034
|
* @public
|
|
1856
2035
|
*/
|
|
1857
|
-
FieldDelimiter?: string;
|
|
2036
|
+
FieldDelimiter?: string | undefined;
|
|
1858
2037
|
/**
|
|
1859
2038
|
* <p>A single character used for escaping when the field delimiter is part of the value. For
|
|
1860
2039
|
* example, if the value is <code>a, b</code>, Amazon S3 wraps this field value in quotation marks,
|
|
1861
2040
|
* as follows: <code>" a , b "</code>.</p>
|
|
1862
2041
|
* @public
|
|
1863
2042
|
*/
|
|
1864
|
-
QuoteCharacter?: string;
|
|
2043
|
+
QuoteCharacter?: string | undefined;
|
|
1865
2044
|
}
|
|
1866
2045
|
/**
|
|
1867
2046
|
* <p>Specifies JSON as request's output serialization format.</p>
|
|
@@ -1873,7 +2052,7 @@ export interface JSONOutput {
|
|
|
1873
2052
|
* Amazon S3 uses a newline character ('\n').</p>
|
|
1874
2053
|
* @public
|
|
1875
2054
|
*/
|
|
1876
|
-
RecordDelimiter?: string;
|
|
2055
|
+
RecordDelimiter?: string | undefined;
|
|
1877
2056
|
}
|
|
1878
2057
|
/**
|
|
1879
2058
|
* <p>Describes how results of the Select job are serialized.</p>
|
|
@@ -1884,21 +2063,15 @@ export interface OutputSerialization {
|
|
|
1884
2063
|
* <p>Describes the serialization of CSV-encoded Select results.</p>
|
|
1885
2064
|
* @public
|
|
1886
2065
|
*/
|
|
1887
|
-
CSV?: CSVOutput;
|
|
2066
|
+
CSV?: CSVOutput | undefined;
|
|
1888
2067
|
/**
|
|
1889
2068
|
* <p>Specifies JSON as request's output serialization format.</p>
|
|
1890
2069
|
* @public
|
|
1891
2070
|
*/
|
|
1892
|
-
JSON?: JSONOutput;
|
|
2071
|
+
JSON?: JSONOutput | undefined;
|
|
1893
2072
|
}
|
|
1894
2073
|
/**
|
|
1895
|
-
* <
|
|
1896
|
-
* <p>Amazon S3 Select is no longer available to new customers. Existing customers of Amazon S3 Select can continue to use the feature as usual. <a href="http://aws.amazon.com/blogs/storage/how-to-optimize-querying-your-data-in-amazon-s3/">Learn more</a>
|
|
1897
|
-
* </p>
|
|
1898
|
-
* </important>
|
|
1899
|
-
* <p>Describes the parameters for Select job types.</p>
|
|
1900
|
-
* <p>Learn <a href="http://aws.amazon.com/blogs/storage/how-to-optimize-querying-your-data-in-amazon-s3/">How to optimize querying your data in Amazon S3</a> using
|
|
1901
|
-
* <a href="https://docs.aws.amazon.com/athena/latest/ug/what-is.html">Amazon Athena</a>, <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/transforming-objects.html">S3 Object Lambda</a>, or client-side filtering.</p>
|
|
2074
|
+
* <p>Describes the parameters for Select job types.</p>
|
|
1902
2075
|
* @public
|
|
1903
2076
|
*/
|
|
1904
2077
|
export interface SelectParameters {
|
|
@@ -1913,11 +2086,7 @@ export interface SelectParameters {
|
|
|
1913
2086
|
*/
|
|
1914
2087
|
ExpressionType: ExpressionType | undefined;
|
|
1915
2088
|
/**
|
|
1916
|
-
* <
|
|
1917
|
-
* <p>Amazon S3 Select is no longer available to new customers. Existing customers of Amazon S3 Select can continue to use the feature as usual. <a href="http://aws.amazon.com/blogs/storage/how-to-optimize-querying-your-data-in-amazon-s3/">Learn more</a>
|
|
1918
|
-
* </p>
|
|
1919
|
-
* </important>
|
|
1920
|
-
* <p>The expression that is used to query the object.</p>
|
|
2089
|
+
* <p>The expression that is used to query the object.</p>
|
|
1921
2090
|
* @public
|
|
1922
2091
|
*/
|
|
1923
2092
|
Expression: string | undefined;
|
|
@@ -1950,46 +2119,38 @@ export interface RestoreRequest {
|
|
|
1950
2119
|
* requests.</p>
|
|
1951
2120
|
* @public
|
|
1952
2121
|
*/
|
|
1953
|
-
Days?: number;
|
|
2122
|
+
Days?: number | undefined;
|
|
1954
2123
|
/**
|
|
1955
2124
|
* <p>S3 Glacier related parameters pertaining to this job. Do not use with restores that
|
|
1956
2125
|
* specify <code>OutputLocation</code>.</p>
|
|
1957
2126
|
* @public
|
|
1958
2127
|
*/
|
|
1959
|
-
GlacierJobParameters?: GlacierJobParameters;
|
|
2128
|
+
GlacierJobParameters?: GlacierJobParameters | undefined;
|
|
1960
2129
|
/**
|
|
1961
|
-
* <
|
|
1962
|
-
* <p>Amazon S3 Select is no longer available to new customers. Existing customers of Amazon S3 Select can continue to use the feature as usual. <a href="http://aws.amazon.com/blogs/storage/how-to-optimize-querying-your-data-in-amazon-s3/">Learn more</a>
|
|
1963
|
-
* </p>
|
|
1964
|
-
* </important>
|
|
1965
|
-
* <p>Type of restore request.</p>
|
|
2130
|
+
* <p>Type of restore request.</p>
|
|
1966
2131
|
* @public
|
|
1967
2132
|
*/
|
|
1968
|
-
Type?: RestoreRequestType;
|
|
2133
|
+
Type?: RestoreRequestType | undefined;
|
|
1969
2134
|
/**
|
|
1970
2135
|
* <p>Retrieval tier at which the restore will be processed.</p>
|
|
1971
2136
|
* @public
|
|
1972
2137
|
*/
|
|
1973
|
-
Tier?: Tier;
|
|
2138
|
+
Tier?: Tier | undefined;
|
|
1974
2139
|
/**
|
|
1975
2140
|
* <p>The optional description for the job.</p>
|
|
1976
2141
|
* @public
|
|
1977
2142
|
*/
|
|
1978
|
-
Description?: string;
|
|
2143
|
+
Description?: string | undefined;
|
|
1979
2144
|
/**
|
|
1980
|
-
* <
|
|
1981
|
-
* <p>Amazon S3 Select is no longer available to new customers. Existing customers of Amazon S3 Select can continue to use the feature as usual. <a href="http://aws.amazon.com/blogs/storage/how-to-optimize-querying-your-data-in-amazon-s3/">Learn more</a>
|
|
1982
|
-
* </p>
|
|
1983
|
-
* </important>
|
|
1984
|
-
* <p>Describes the parameters for Select job types.</p>
|
|
2145
|
+
* <p>Describes the parameters for Select job types.</p>
|
|
1985
2146
|
* @public
|
|
1986
2147
|
*/
|
|
1987
|
-
SelectParameters?: SelectParameters;
|
|
2148
|
+
SelectParameters?: SelectParameters | undefined;
|
|
1988
2149
|
/**
|
|
1989
2150
|
* <p>Describes the location where the restore job's output is stored.</p>
|
|
1990
2151
|
* @public
|
|
1991
2152
|
*/
|
|
1992
|
-
OutputLocation?: OutputLocation;
|
|
2153
|
+
OutputLocation?: OutputLocation | undefined;
|
|
1993
2154
|
}
|
|
1994
2155
|
/**
|
|
1995
2156
|
* @public
|
|
@@ -2016,25 +2177,25 @@ export interface RestoreObjectRequest {
|
|
|
2016
2177
|
* <p>VersionId used to reference a specific version of the object.</p>
|
|
2017
2178
|
* @public
|
|
2018
2179
|
*/
|
|
2019
|
-
VersionId?: string;
|
|
2180
|
+
VersionId?: string | undefined;
|
|
2020
2181
|
/**
|
|
2021
2182
|
* <p>Container for restore job parameters.</p>
|
|
2022
2183
|
* @public
|
|
2023
2184
|
*/
|
|
2024
|
-
RestoreRequest?: RestoreRequest;
|
|
2185
|
+
RestoreRequest?: RestoreRequest | undefined;
|
|
2025
2186
|
/**
|
|
2026
2187
|
* <p>Confirms that the requester knows that they will be charged for the request. Bucket
|
|
2027
2188
|
* owners need not specify this parameter in their requests. If either the source or
|
|
2028
|
-
* destination S3 bucket has Requester Pays enabled, the requester will pay for
|
|
2029
|
-
*
|
|
2030
|
-
*
|
|
2189
|
+
* destination S3 bucket has Requester Pays enabled, the requester will pay for corresponding
|
|
2190
|
+
* charges to copy the object. For information about downloading objects from Requester Pays
|
|
2191
|
+
* buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in
|
|
2031
2192
|
* Requester Pays Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
2032
2193
|
* <note>
|
|
2033
2194
|
* <p>This functionality is not supported for directory buckets.</p>
|
|
2034
2195
|
* </note>
|
|
2035
2196
|
* @public
|
|
2036
2197
|
*/
|
|
2037
|
-
RequestPayer?: RequestPayer;
|
|
2198
|
+
RequestPayer?: RequestPayer | undefined;
|
|
2038
2199
|
/**
|
|
2039
2200
|
* <p>Indicates the algorithm used to create the checksum for the object when you use the SDK. This header will not provide any
|
|
2040
2201
|
* additional functionality if you don't use the SDK. When you send this header, there must be a corresponding <code>x-amz-checksum</code> or
|
|
@@ -2045,12 +2206,12 @@ export interface RestoreObjectRequest {
|
|
|
2045
2206
|
* <code>ChecksumAlgorithm</code> parameter.</p>
|
|
2046
2207
|
* @public
|
|
2047
2208
|
*/
|
|
2048
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
2209
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
2049
2210
|
/**
|
|
2050
2211
|
* <p>The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
|
|
2051
2212
|
* @public
|
|
2052
2213
|
*/
|
|
2053
|
-
ExpectedBucketOwner?: string;
|
|
2214
|
+
ExpectedBucketOwner?: string | undefined;
|
|
2054
2215
|
}
|
|
2055
2216
|
/**
|
|
2056
2217
|
* <p></p>
|
|
@@ -2075,17 +2236,17 @@ export interface Progress {
|
|
|
2075
2236
|
* <p>The current number of object bytes scanned.</p>
|
|
2076
2237
|
* @public
|
|
2077
2238
|
*/
|
|
2078
|
-
BytesScanned?: number;
|
|
2239
|
+
BytesScanned?: number | undefined;
|
|
2079
2240
|
/**
|
|
2080
2241
|
* <p>The current number of uncompressed object bytes processed.</p>
|
|
2081
2242
|
* @public
|
|
2082
2243
|
*/
|
|
2083
|
-
BytesProcessed?: number;
|
|
2244
|
+
BytesProcessed?: number | undefined;
|
|
2084
2245
|
/**
|
|
2085
2246
|
* <p>The current number of bytes of records payload data returned.</p>
|
|
2086
2247
|
* @public
|
|
2087
2248
|
*/
|
|
2088
|
-
BytesReturned?: number;
|
|
2249
|
+
BytesReturned?: number | undefined;
|
|
2089
2250
|
}
|
|
2090
2251
|
/**
|
|
2091
2252
|
* <p>This data type contains information about the progress event of an operation.</p>
|
|
@@ -2096,7 +2257,7 @@ export interface ProgressEvent {
|
|
|
2096
2257
|
* <p>The Progress event details.</p>
|
|
2097
2258
|
* @public
|
|
2098
2259
|
*/
|
|
2099
|
-
Details?: Progress;
|
|
2260
|
+
Details?: Progress | undefined;
|
|
2100
2261
|
}
|
|
2101
2262
|
/**
|
|
2102
2263
|
* <p>The container for the records event.</p>
|
|
@@ -2112,7 +2273,7 @@ export interface RecordsEvent {
|
|
|
2112
2273
|
* aggregate the results on the client side and parse the response.</p>
|
|
2113
2274
|
* @public
|
|
2114
2275
|
*/
|
|
2115
|
-
Payload?: Uint8Array;
|
|
2276
|
+
Payload?: Uint8Array | undefined;
|
|
2116
2277
|
}
|
|
2117
2278
|
/**
|
|
2118
2279
|
* <p>Container for the stats details.</p>
|
|
@@ -2123,17 +2284,17 @@ export interface Stats {
|
|
|
2123
2284
|
* <p>The total number of object bytes scanned.</p>
|
|
2124
2285
|
* @public
|
|
2125
2286
|
*/
|
|
2126
|
-
BytesScanned?: number;
|
|
2287
|
+
BytesScanned?: number | undefined;
|
|
2127
2288
|
/**
|
|
2128
2289
|
* <p>The total number of uncompressed object bytes processed.</p>
|
|
2129
2290
|
* @public
|
|
2130
2291
|
*/
|
|
2131
|
-
BytesProcessed?: number;
|
|
2292
|
+
BytesProcessed?: number | undefined;
|
|
2132
2293
|
/**
|
|
2133
2294
|
* <p>The total number of bytes of records payload data returned.</p>
|
|
2134
2295
|
* @public
|
|
2135
2296
|
*/
|
|
2136
|
-
BytesReturned?: number;
|
|
2297
|
+
BytesReturned?: number | undefined;
|
|
2137
2298
|
}
|
|
2138
2299
|
/**
|
|
2139
2300
|
* <p>Container for the Stats Event.</p>
|
|
@@ -2144,7 +2305,7 @@ export interface StatsEvent {
|
|
|
2144
2305
|
* <p>The Stats event details.</p>
|
|
2145
2306
|
* @public
|
|
2146
2307
|
*/
|
|
2147
|
-
Details?: Stats;
|
|
2308
|
+
Details?: Stats | undefined;
|
|
2148
2309
|
}
|
|
2149
2310
|
/**
|
|
2150
2311
|
* <p>The container for selecting objects from a content event stream.</p>
|
|
@@ -2244,7 +2405,7 @@ export interface SelectObjectContentOutput {
|
|
|
2244
2405
|
* <p>The array of results.</p>
|
|
2245
2406
|
* @public
|
|
2246
2407
|
*/
|
|
2247
|
-
Payload?: AsyncIterable<SelectObjectContentEventStream
|
|
2408
|
+
Payload?: AsyncIterable<SelectObjectContentEventStream> | undefined;
|
|
2248
2409
|
}
|
|
2249
2410
|
/**
|
|
2250
2411
|
* <p>Container for specifying if periodic <code>QueryProgress</code> messages should be
|
|
@@ -2257,7 +2418,7 @@ export interface RequestProgress {
|
|
|
2257
2418
|
* FALSE. Default value: FALSE.</p>
|
|
2258
2419
|
* @public
|
|
2259
2420
|
*/
|
|
2260
|
-
Enabled?: boolean;
|
|
2421
|
+
Enabled?: boolean | undefined;
|
|
2261
2422
|
}
|
|
2262
2423
|
/**
|
|
2263
2424
|
* <p>Specifies the byte range of the object to get the records from. A record is processed
|
|
@@ -2275,7 +2436,7 @@ export interface ScanRange {
|
|
|
2275
2436
|
* from byte 50 until the end of the file.</p>
|
|
2276
2437
|
* @public
|
|
2277
2438
|
*/
|
|
2278
|
-
Start?: number;
|
|
2439
|
+
Start?: number | undefined;
|
|
2279
2440
|
/**
|
|
2280
2441
|
* <p>Specifies the end of the byte range. This parameter is optional. Valid values:
|
|
2281
2442
|
* non-negative integers. The default value is one less than the size of the object being
|
|
@@ -2285,14 +2446,10 @@ export interface ScanRange {
|
|
|
2285
2446
|
* last 50 bytes.</p>
|
|
2286
2447
|
* @public
|
|
2287
2448
|
*/
|
|
2288
|
-
End?: number;
|
|
2449
|
+
End?: number | undefined;
|
|
2289
2450
|
}
|
|
2290
2451
|
/**
|
|
2291
|
-
* <
|
|
2292
|
-
* <p>Learn Amazon S3 Select is no longer available to new customers. Existing customers of Amazon S3 Select can continue to use the feature as usual. <a href="http://aws.amazon.com/blogs/storage/how-to-optimize-querying-your-data-in-amazon-s3/">Learn more</a>
|
|
2293
|
-
* </p>
|
|
2294
|
-
* </note>
|
|
2295
|
-
* <p>Request to filter the contents of an Amazon S3 object based on a simple Structured Query
|
|
2452
|
+
* <p>Request to filter the contents of an Amazon S3 object based on a simple Structured Query
|
|
2296
2453
|
* Language (SQL) statement. In the request, along with the SQL expression, you must specify a
|
|
2297
2454
|
* data serialization format (JSON or CSV) of the object. Amazon S3 uses this to parse object data
|
|
2298
2455
|
* into records. It returns only records that match the specified SQL expression. You must
|
|
@@ -2320,7 +2477,7 @@ export interface SelectObjectContentRequest {
|
|
|
2320
2477
|
* <i>Amazon S3 User Guide</i>.</p>
|
|
2321
2478
|
* @public
|
|
2322
2479
|
*/
|
|
2323
|
-
SSECustomerAlgorithm?: string;
|
|
2480
|
+
SSECustomerAlgorithm?: string | undefined;
|
|
2324
2481
|
/**
|
|
2325
2482
|
* <p>The server-side encryption (SSE) customer managed key. This parameter is needed only when the object was created using a checksum algorithm.
|
|
2326
2483
|
* For more information, see
|
|
@@ -2328,7 +2485,7 @@ export interface SelectObjectContentRequest {
|
|
|
2328
2485
|
* <i>Amazon S3 User Guide</i>.</p>
|
|
2329
2486
|
* @public
|
|
2330
2487
|
*/
|
|
2331
|
-
SSECustomerKey?: string;
|
|
2488
|
+
SSECustomerKey?: string | undefined;
|
|
2332
2489
|
/**
|
|
2333
2490
|
* <p>The MD5 server-side encryption (SSE) customer managed key. This parameter is needed only when the object was created using a checksum
|
|
2334
2491
|
* algorithm. For more information,
|
|
@@ -2336,7 +2493,7 @@ export interface SelectObjectContentRequest {
|
|
|
2336
2493
|
* <i>Amazon S3 User Guide</i>.</p>
|
|
2337
2494
|
* @public
|
|
2338
2495
|
*/
|
|
2339
|
-
SSECustomerKeyMD5?: string;
|
|
2496
|
+
SSECustomerKeyMD5?: string | undefined;
|
|
2340
2497
|
/**
|
|
2341
2498
|
* <p>The expression that is used to query the object.</p>
|
|
2342
2499
|
* @public
|
|
@@ -2351,7 +2508,7 @@ export interface SelectObjectContentRequest {
|
|
|
2351
2508
|
* <p>Specifies if periodic request progress information should be enabled.</p>
|
|
2352
2509
|
* @public
|
|
2353
2510
|
*/
|
|
2354
|
-
RequestProgress?: RequestProgress;
|
|
2511
|
+
RequestProgress?: RequestProgress | undefined;
|
|
2355
2512
|
/**
|
|
2356
2513
|
* <p>Describes the format of the data in the object that is being queried.</p>
|
|
2357
2514
|
* @public
|
|
@@ -2389,44 +2546,44 @@ export interface SelectObjectContentRequest {
|
|
|
2389
2546
|
* </ul>
|
|
2390
2547
|
* @public
|
|
2391
2548
|
*/
|
|
2392
|
-
ScanRange?: ScanRange;
|
|
2549
|
+
ScanRange?: ScanRange | undefined;
|
|
2393
2550
|
/**
|
|
2394
2551
|
* <p>The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
|
|
2395
2552
|
* @public
|
|
2396
2553
|
*/
|
|
2397
|
-
ExpectedBucketOwner?: string;
|
|
2554
|
+
ExpectedBucketOwner?: string | undefined;
|
|
2398
2555
|
}
|
|
2399
2556
|
/**
|
|
2400
2557
|
* @public
|
|
2401
2558
|
*/
|
|
2402
2559
|
export interface UploadPartOutput {
|
|
2403
2560
|
/**
|
|
2404
|
-
* <p>The server-side encryption algorithm used when you store this object in Amazon S3 (for
|
|
2405
|
-
*
|
|
2561
|
+
* <p>The server-side encryption algorithm used when you store this object in Amazon S3 (for
|
|
2562
|
+
* example, <code>AES256</code>, <code>aws:kms</code>).</p>
|
|
2406
2563
|
* @public
|
|
2407
2564
|
*/
|
|
2408
|
-
ServerSideEncryption?: ServerSideEncryption;
|
|
2565
|
+
ServerSideEncryption?: ServerSideEncryption | undefined;
|
|
2409
2566
|
/**
|
|
2410
2567
|
* <p>Entity tag for the uploaded object.</p>
|
|
2411
2568
|
* @public
|
|
2412
2569
|
*/
|
|
2413
|
-
ETag?: string;
|
|
2570
|
+
ETag?: string | undefined;
|
|
2414
2571
|
/**
|
|
2415
|
-
* <p>The base64-encoded, 32-bit
|
|
2572
|
+
* <p>The base64-encoded, 32-bit CRC-32 checksum of the object. This will only be present if it was uploaded
|
|
2416
2573
|
* with the object. When you use an API operation on an object that was uploaded using multipart uploads, this value may not be a direct checksum value of the full object. Instead, it's a calculation based on the checksum values of each individual part. For more information about how checksums are calculated
|
|
2417
2574
|
* with multipart uploads, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums">
|
|
2418
2575
|
* Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
2419
2576
|
* @public
|
|
2420
2577
|
*/
|
|
2421
|
-
ChecksumCRC32?: string;
|
|
2578
|
+
ChecksumCRC32?: string | undefined;
|
|
2422
2579
|
/**
|
|
2423
|
-
* <p>The base64-encoded, 32-bit
|
|
2580
|
+
* <p>The base64-encoded, 32-bit CRC-32C checksum of the object. This will only be present if it was uploaded
|
|
2424
2581
|
* with the object. When you use an API operation on an object that was uploaded using multipart uploads, this value may not be a direct checksum value of the full object. Instead, it's a calculation based on the checksum values of each individual part. For more information about how checksums are calculated
|
|
2425
2582
|
* with multipart uploads, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums">
|
|
2426
2583
|
* Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
2427
2584
|
* @public
|
|
2428
2585
|
*/
|
|
2429
|
-
ChecksumCRC32C?: string;
|
|
2586
|
+
ChecksumCRC32C?: string | undefined;
|
|
2430
2587
|
/**
|
|
2431
2588
|
* <p>The base64-encoded, 160-bit SHA-1 digest of the object. This will only be present if it was uploaded
|
|
2432
2589
|
* with the object. When you use the API operation on an object that was uploaded using multipart uploads, this value may not be a direct checksum value of the full object. Instead, it's a calculation based on the checksum values of each individual part. For more information about how checksums are calculated
|
|
@@ -2434,7 +2591,7 @@ export interface UploadPartOutput {
|
|
|
2434
2591
|
* Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
2435
2592
|
* @public
|
|
2436
2593
|
*/
|
|
2437
|
-
ChecksumSHA1?: string;
|
|
2594
|
+
ChecksumSHA1?: string | undefined;
|
|
2438
2595
|
/**
|
|
2439
2596
|
* <p>The base64-encoded, 256-bit SHA-256 digest of the object. This will only be present if it was uploaded
|
|
2440
2597
|
* with the object. When you use an API operation on an object that was uploaded using multipart uploads, this value may not be a direct checksum value of the full object. Instead, it's a calculation based on the checksum values of each individual part. For more information about how checksums are calculated
|
|
@@ -2442,7 +2599,7 @@ export interface UploadPartOutput {
|
|
|
2442
2599
|
* Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
2443
2600
|
* @public
|
|
2444
2601
|
*/
|
|
2445
|
-
ChecksumSHA256?: string;
|
|
2602
|
+
ChecksumSHA256?: string | undefined;
|
|
2446
2603
|
/**
|
|
2447
2604
|
* <p>If server-side encryption with a customer-provided encryption key was requested, the
|
|
2448
2605
|
* response will include this header to confirm the encryption algorithm that's used.</p>
|
|
@@ -2451,28 +2608,28 @@ export interface UploadPartOutput {
|
|
|
2451
2608
|
* </note>
|
|
2452
2609
|
* @public
|
|
2453
2610
|
*/
|
|
2454
|
-
SSECustomerAlgorithm?: string;
|
|
2611
|
+
SSECustomerAlgorithm?: string | undefined;
|
|
2455
2612
|
/**
|
|
2456
2613
|
* <p>If server-side encryption with a customer-provided encryption key was requested, the
|
|
2457
|
-
* response will include this header to provide the round-trip message integrity verification
|
|
2458
|
-
* the customer-provided encryption key.</p>
|
|
2614
|
+
* response will include this header to provide the round-trip message integrity verification
|
|
2615
|
+
* of the customer-provided encryption key.</p>
|
|
2459
2616
|
* <note>
|
|
2460
2617
|
* <p>This functionality is not supported for directory buckets.</p>
|
|
2461
2618
|
* </note>
|
|
2462
2619
|
* @public
|
|
2463
2620
|
*/
|
|
2464
|
-
SSECustomerKeyMD5?: string;
|
|
2621
|
+
SSECustomerKeyMD5?: string | undefined;
|
|
2465
2622
|
/**
|
|
2466
2623
|
* <p>If present, indicates the ID of the KMS key that was used for object encryption.</p>
|
|
2467
2624
|
* @public
|
|
2468
2625
|
*/
|
|
2469
|
-
SSEKMSKeyId?: string;
|
|
2626
|
+
SSEKMSKeyId?: string | undefined;
|
|
2470
2627
|
/**
|
|
2471
2628
|
* <p>Indicates whether the multipart upload uses an S3 Bucket Key for server-side encryption
|
|
2472
2629
|
* with Key Management Service (KMS) keys (SSE-KMS).</p>
|
|
2473
2630
|
* @public
|
|
2474
2631
|
*/
|
|
2475
|
-
BucketKeyEnabled?: boolean;
|
|
2632
|
+
BucketKeyEnabled?: boolean | undefined;
|
|
2476
2633
|
/**
|
|
2477
2634
|
* <p>If present, indicates that the requester was successfully charged for the
|
|
2478
2635
|
* request.</p>
|
|
@@ -2481,7 +2638,7 @@ export interface UploadPartOutput {
|
|
|
2481
2638
|
* </note>
|
|
2482
2639
|
* @public
|
|
2483
2640
|
*/
|
|
2484
|
-
RequestCharged?: RequestCharged;
|
|
2641
|
+
RequestCharged?: RequestCharged | undefined;
|
|
2485
2642
|
}
|
|
2486
2643
|
/**
|
|
2487
2644
|
* @public
|
|
@@ -2491,11 +2648,12 @@ export interface UploadPartRequest {
|
|
|
2491
2648
|
* <p>Object data.</p>
|
|
2492
2649
|
* @public
|
|
2493
2650
|
*/
|
|
2494
|
-
Body?: StreamingBlobTypes;
|
|
2651
|
+
Body?: StreamingBlobTypes | undefined;
|
|
2495
2652
|
/**
|
|
2496
2653
|
* <p>The name of the bucket to which the multipart upload was initiated.</p>
|
|
2497
2654
|
* <p>
|
|
2498
|
-
* <b>Directory buckets</b> -
|
|
2655
|
+
* <b>Directory buckets</b> -
|
|
2656
|
+
* When you use this operation with a directory bucket, you must use virtual-hosted-style requests in the format <code>
|
|
2499
2657
|
* <i>Bucket_name</i>.s3express-<i>az_id</i>.<i>region</i>.amazonaws.com</code>. Path-style requests are not supported. Directory bucket names must be unique in the chosen Availability Zone. Bucket names must follow the format <code>
|
|
2500
2658
|
* <i>bucket_base_name</i>--<i>az-id</i>--x-s3</code> (for example, <code>
|
|
2501
2659
|
* <i>DOC-EXAMPLE-BUCKET</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming
|
|
@@ -2519,7 +2677,7 @@ export interface UploadPartRequest {
|
|
|
2519
2677
|
* determined automatically.</p>
|
|
2520
2678
|
* @public
|
|
2521
2679
|
*/
|
|
2522
|
-
ContentLength?: number;
|
|
2680
|
+
ContentLength?: number | undefined;
|
|
2523
2681
|
/**
|
|
2524
2682
|
* <p>The base64-encoded 128-bit MD5 digest of the part data. This parameter is auto-populated
|
|
2525
2683
|
* when using the command from the CLI. This parameter is required if object lock parameters
|
|
@@ -2529,7 +2687,7 @@ export interface UploadPartRequest {
|
|
|
2529
2687
|
* </note>
|
|
2530
2688
|
* @public
|
|
2531
2689
|
*/
|
|
2532
|
-
ContentMD5?: string;
|
|
2690
|
+
ContentMD5?: string | undefined;
|
|
2533
2691
|
/**
|
|
2534
2692
|
* <p>Indicates the algorithm used to create the checksum for the object when you use the SDK. This header will not provide any
|
|
2535
2693
|
* additional functionality if you don't use the SDK. When you send this header, there must be a corresponding <code>x-amz-checksum</code> or
|
|
@@ -2542,23 +2700,23 @@ export interface UploadPartRequest {
|
|
|
2542
2700
|
* supplied in the <code>CreateMultipartUpload</code> request.</p>
|
|
2543
2701
|
* @public
|
|
2544
2702
|
*/
|
|
2545
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
2703
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
2546
2704
|
/**
|
|
2547
2705
|
* <p>This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
|
|
2548
|
-
* This header specifies the base64-encoded, 32-bit
|
|
2706
|
+
* This header specifies the base64-encoded, 32-bit CRC-32 checksum of the object. For more information, see
|
|
2549
2707
|
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in the
|
|
2550
2708
|
* <i>Amazon S3 User Guide</i>.</p>
|
|
2551
2709
|
* @public
|
|
2552
2710
|
*/
|
|
2553
|
-
ChecksumCRC32?: string;
|
|
2711
|
+
ChecksumCRC32?: string | undefined;
|
|
2554
2712
|
/**
|
|
2555
2713
|
* <p>This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
|
|
2556
|
-
* This header specifies the base64-encoded, 32-bit
|
|
2714
|
+
* This header specifies the base64-encoded, 32-bit CRC-32C checksum of the object. For more information, see
|
|
2557
2715
|
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in the
|
|
2558
2716
|
* <i>Amazon S3 User Guide</i>.</p>
|
|
2559
2717
|
* @public
|
|
2560
2718
|
*/
|
|
2561
|
-
ChecksumCRC32C?: string;
|
|
2719
|
+
ChecksumCRC32C?: string | undefined;
|
|
2562
2720
|
/**
|
|
2563
2721
|
* <p>This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
|
|
2564
2722
|
* This header specifies the base64-encoded, 160-bit SHA-1 digest of the object. For more information, see
|
|
@@ -2566,7 +2724,7 @@ export interface UploadPartRequest {
|
|
|
2566
2724
|
* <i>Amazon S3 User Guide</i>.</p>
|
|
2567
2725
|
* @public
|
|
2568
2726
|
*/
|
|
2569
|
-
ChecksumSHA1?: string;
|
|
2727
|
+
ChecksumSHA1?: string | undefined;
|
|
2570
2728
|
/**
|
|
2571
2729
|
* <p>This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
|
|
2572
2730
|
* This header specifies the base64-encoded, 256-bit SHA-256 digest of the object. For more information, see
|
|
@@ -2574,7 +2732,7 @@ export interface UploadPartRequest {
|
|
|
2574
2732
|
* <i>Amazon S3 User Guide</i>.</p>
|
|
2575
2733
|
* @public
|
|
2576
2734
|
*/
|
|
2577
|
-
ChecksumSHA256?: string;
|
|
2735
|
+
ChecksumSHA256?: string | undefined;
|
|
2578
2736
|
/**
|
|
2579
2737
|
* <p>Object key for which the multipart upload was initiated.</p>
|
|
2580
2738
|
* @public
|
|
@@ -2592,14 +2750,13 @@ export interface UploadPartRequest {
|
|
|
2592
2750
|
*/
|
|
2593
2751
|
UploadId: string | undefined;
|
|
2594
2752
|
/**
|
|
2595
|
-
* <p>Specifies the algorithm to use when encrypting the object (for example,
|
|
2596
|
-
* AES256).</p>
|
|
2753
|
+
* <p>Specifies the algorithm to use when encrypting the object (for example, AES256).</p>
|
|
2597
2754
|
* <note>
|
|
2598
2755
|
* <p>This functionality is not supported for directory buckets.</p>
|
|
2599
2756
|
* </note>
|
|
2600
2757
|
* @public
|
|
2601
2758
|
*/
|
|
2602
|
-
SSECustomerAlgorithm?: string;
|
|
2759
|
+
SSECustomerAlgorithm?: string | undefined;
|
|
2603
2760
|
/**
|
|
2604
2761
|
* <p>Specifies the customer-provided encryption key for Amazon S3 to use in encrypting data. This
|
|
2605
2762
|
* value is used to store the object and then it is discarded; Amazon S3 does not store the
|
|
@@ -2611,7 +2768,7 @@ export interface UploadPartRequest {
|
|
|
2611
2768
|
* </note>
|
|
2612
2769
|
* @public
|
|
2613
2770
|
*/
|
|
2614
|
-
SSECustomerKey?: string;
|
|
2771
|
+
SSECustomerKey?: string | undefined;
|
|
2615
2772
|
/**
|
|
2616
2773
|
* <p>Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321. Amazon S3 uses
|
|
2617
2774
|
* this header for a message integrity check to ensure that the encryption key was transmitted
|
|
@@ -2621,25 +2778,25 @@ export interface UploadPartRequest {
|
|
|
2621
2778
|
* </note>
|
|
2622
2779
|
* @public
|
|
2623
2780
|
*/
|
|
2624
|
-
SSECustomerKeyMD5?: string;
|
|
2781
|
+
SSECustomerKeyMD5?: string | undefined;
|
|
2625
2782
|
/**
|
|
2626
2783
|
* <p>Confirms that the requester knows that they will be charged for the request. Bucket
|
|
2627
2784
|
* owners need not specify this parameter in their requests. If either the source or
|
|
2628
|
-
* destination S3 bucket has Requester Pays enabled, the requester will pay for
|
|
2629
|
-
*
|
|
2630
|
-
*
|
|
2785
|
+
* destination S3 bucket has Requester Pays enabled, the requester will pay for corresponding
|
|
2786
|
+
* charges to copy the object. For information about downloading objects from Requester Pays
|
|
2787
|
+
* buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in
|
|
2631
2788
|
* Requester Pays Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
2632
2789
|
* <note>
|
|
2633
2790
|
* <p>This functionality is not supported for directory buckets.</p>
|
|
2634
2791
|
* </note>
|
|
2635
2792
|
* @public
|
|
2636
2793
|
*/
|
|
2637
|
-
RequestPayer?: RequestPayer;
|
|
2794
|
+
RequestPayer?: RequestPayer | undefined;
|
|
2638
2795
|
/**
|
|
2639
2796
|
* <p>The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
|
|
2640
2797
|
* @public
|
|
2641
2798
|
*/
|
|
2642
|
-
ExpectedBucketOwner?: string;
|
|
2799
|
+
ExpectedBucketOwner?: string | undefined;
|
|
2643
2800
|
}
|
|
2644
2801
|
/**
|
|
2645
2802
|
* <p>Container for all response elements.</p>
|
|
@@ -2650,28 +2807,28 @@ export interface CopyPartResult {
|
|
|
2650
2807
|
* <p>Entity tag of the object.</p>
|
|
2651
2808
|
* @public
|
|
2652
2809
|
*/
|
|
2653
|
-
ETag?: string;
|
|
2810
|
+
ETag?: string | undefined;
|
|
2654
2811
|
/**
|
|
2655
2812
|
* <p>Date and time at which the object was uploaded.</p>
|
|
2656
2813
|
* @public
|
|
2657
2814
|
*/
|
|
2658
|
-
LastModified?: Date;
|
|
2815
|
+
LastModified?: Date | undefined;
|
|
2659
2816
|
/**
|
|
2660
|
-
* <p>The base64-encoded, 32-bit
|
|
2817
|
+
* <p>The base64-encoded, 32-bit CRC-32 checksum of the object. This will only be present if it was uploaded
|
|
2661
2818
|
* with the object. When you use an API operation on an object that was uploaded using multipart uploads, this value may not be a direct checksum value of the full object. Instead, it's a calculation based on the checksum values of each individual part. For more information about how checksums are calculated
|
|
2662
2819
|
* with multipart uploads, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums">
|
|
2663
2820
|
* Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
2664
2821
|
* @public
|
|
2665
2822
|
*/
|
|
2666
|
-
ChecksumCRC32?: string;
|
|
2823
|
+
ChecksumCRC32?: string | undefined;
|
|
2667
2824
|
/**
|
|
2668
|
-
* <p>The base64-encoded, 32-bit
|
|
2825
|
+
* <p>The base64-encoded, 32-bit CRC-32C checksum of the object. This will only be present if it was uploaded
|
|
2669
2826
|
* with the object. When you use an API operation on an object that was uploaded using multipart uploads, this value may not be a direct checksum value of the full object. Instead, it's a calculation based on the checksum values of each individual part. For more information about how checksums are calculated
|
|
2670
2827
|
* with multipart uploads, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums">
|
|
2671
2828
|
* Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
2672
2829
|
* @public
|
|
2673
2830
|
*/
|
|
2674
|
-
ChecksumCRC32C?: string;
|
|
2831
|
+
ChecksumCRC32C?: string | undefined;
|
|
2675
2832
|
/**
|
|
2676
2833
|
* <p>The base64-encoded, 160-bit SHA-1 digest of the object. This will only be present if it was uploaded
|
|
2677
2834
|
* with the object. When you use the API operation on an object that was uploaded using multipart uploads, this value may not be a direct checksum value of the full object. Instead, it's a calculation based on the checksum values of each individual part. For more information about how checksums are calculated
|
|
@@ -2679,7 +2836,7 @@ export interface CopyPartResult {
|
|
|
2679
2836
|
* Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
2680
2837
|
* @public
|
|
2681
2838
|
*/
|
|
2682
|
-
ChecksumSHA1?: string;
|
|
2839
|
+
ChecksumSHA1?: string | undefined;
|
|
2683
2840
|
/**
|
|
2684
2841
|
* <p>The base64-encoded, 256-bit SHA-256 digest of the object. This will only be present if it was uploaded
|
|
2685
2842
|
* with the object. When you use an API operation on an object that was uploaded using multipart uploads, this value may not be a direct checksum value of the full object. Instead, it's a calculation based on the checksum values of each individual part. For more information about how checksums are calculated
|
|
@@ -2687,7 +2844,7 @@ export interface CopyPartResult {
|
|
|
2687
2844
|
* Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
2688
2845
|
* @public
|
|
2689
2846
|
*/
|
|
2690
|
-
ChecksumSHA256?: string;
|
|
2847
|
+
ChecksumSHA256?: string | undefined;
|
|
2691
2848
|
}
|
|
2692
2849
|
/**
|
|
2693
2850
|
* @public
|
|
@@ -2701,18 +2858,18 @@ export interface UploadPartCopyOutput {
|
|
|
2701
2858
|
* </note>
|
|
2702
2859
|
* @public
|
|
2703
2860
|
*/
|
|
2704
|
-
CopySourceVersionId?: string;
|
|
2861
|
+
CopySourceVersionId?: string | undefined;
|
|
2705
2862
|
/**
|
|
2706
2863
|
* <p>Container for all response elements.</p>
|
|
2707
2864
|
* @public
|
|
2708
2865
|
*/
|
|
2709
|
-
CopyPartResult?: CopyPartResult;
|
|
2866
|
+
CopyPartResult?: CopyPartResult | undefined;
|
|
2710
2867
|
/**
|
|
2711
|
-
* <p>The server-side encryption algorithm used when you store this object in Amazon S3 (for
|
|
2712
|
-
*
|
|
2868
|
+
* <p>The server-side encryption algorithm used when you store this object in Amazon S3 (for
|
|
2869
|
+
* example, <code>AES256</code>, <code>aws:kms</code>).</p>
|
|
2713
2870
|
* @public
|
|
2714
2871
|
*/
|
|
2715
|
-
ServerSideEncryption?: ServerSideEncryption;
|
|
2872
|
+
ServerSideEncryption?: ServerSideEncryption | undefined;
|
|
2716
2873
|
/**
|
|
2717
2874
|
* <p>If server-side encryption with a customer-provided encryption key was requested, the
|
|
2718
2875
|
* response will include this header to confirm the encryption algorithm that's used.</p>
|
|
@@ -2721,28 +2878,28 @@ export interface UploadPartCopyOutput {
|
|
|
2721
2878
|
* </note>
|
|
2722
2879
|
* @public
|
|
2723
2880
|
*/
|
|
2724
|
-
SSECustomerAlgorithm?: string;
|
|
2881
|
+
SSECustomerAlgorithm?: string | undefined;
|
|
2725
2882
|
/**
|
|
2726
2883
|
* <p>If server-side encryption with a customer-provided encryption key was requested, the
|
|
2727
|
-
* response will include this header to provide the round-trip message integrity verification
|
|
2728
|
-
* the customer-provided encryption key.</p>
|
|
2884
|
+
* response will include this header to provide the round-trip message integrity verification
|
|
2885
|
+
* of the customer-provided encryption key.</p>
|
|
2729
2886
|
* <note>
|
|
2730
2887
|
* <p>This functionality is not supported for directory buckets.</p>
|
|
2731
2888
|
* </note>
|
|
2732
2889
|
* @public
|
|
2733
2890
|
*/
|
|
2734
|
-
SSECustomerKeyMD5?: string;
|
|
2891
|
+
SSECustomerKeyMD5?: string | undefined;
|
|
2735
2892
|
/**
|
|
2736
2893
|
* <p>If present, indicates the ID of the KMS key that was used for object encryption.</p>
|
|
2737
2894
|
* @public
|
|
2738
2895
|
*/
|
|
2739
|
-
SSEKMSKeyId?: string;
|
|
2896
|
+
SSEKMSKeyId?: string | undefined;
|
|
2740
2897
|
/**
|
|
2741
2898
|
* <p>Indicates whether the multipart upload uses an S3 Bucket Key for server-side encryption
|
|
2742
2899
|
* with Key Management Service (KMS) keys (SSE-KMS).</p>
|
|
2743
2900
|
* @public
|
|
2744
2901
|
*/
|
|
2745
|
-
BucketKeyEnabled?: boolean;
|
|
2902
|
+
BucketKeyEnabled?: boolean | undefined;
|
|
2746
2903
|
/**
|
|
2747
2904
|
* <p>If present, indicates that the requester was successfully charged for the
|
|
2748
2905
|
* request.</p>
|
|
@@ -2751,7 +2908,7 @@ export interface UploadPartCopyOutput {
|
|
|
2751
2908
|
* </note>
|
|
2752
2909
|
* @public
|
|
2753
2910
|
*/
|
|
2754
|
-
RequestCharged?: RequestCharged;
|
|
2911
|
+
RequestCharged?: RequestCharged | undefined;
|
|
2755
2912
|
}
|
|
2756
2913
|
/**
|
|
2757
2914
|
* @public
|
|
@@ -2760,7 +2917,8 @@ export interface UploadPartCopyRequest {
|
|
|
2760
2917
|
/**
|
|
2761
2918
|
* <p>The bucket name.</p>
|
|
2762
2919
|
* <p>
|
|
2763
|
-
* <b>Directory buckets</b> -
|
|
2920
|
+
* <b>Directory buckets</b> -
|
|
2921
|
+
* When you use this operation with a directory bucket, you must use virtual-hosted-style requests in the format <code>
|
|
2764
2922
|
* <i>Bucket_name</i>.s3express-<i>az_id</i>.<i>region</i>.amazonaws.com</code>. Path-style requests are not supported. Directory bucket names must be unique in the chosen Availability Zone. Bucket names must follow the format <code>
|
|
2765
2923
|
* <i>bucket_base_name</i>--<i>az-id</i>--x-s3</code> (for example, <code>
|
|
2766
2924
|
* <i>DOC-EXAMPLE-BUCKET</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming
|
|
@@ -2805,94 +2963,90 @@ export interface UploadPartCopyRequest {
|
|
|
2805
2963
|
* <p>Alternatively, for objects accessed through Amazon S3 on Outposts, specify the ARN of the object as accessed in the format <code>arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/object/<key></code>. For example, to copy the object <code>reports/january.pdf</code> through outpost <code>my-outpost</code> owned by account <code>123456789012</code> in Region <code>us-west-2</code>, use the URL encoding of <code>arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/object/reports/january.pdf</code>. The value must be URL-encoded. </p>
|
|
2806
2964
|
* </li>
|
|
2807
2965
|
* </ul>
|
|
2808
|
-
* <p>If your bucket has versioning enabled, you could have multiple versions of the
|
|
2809
|
-
*
|
|
2810
|
-
* version of the source object to copy
|
|
2811
|
-
*
|
|
2812
|
-
*
|
|
2813
|
-
*
|
|
2814
|
-
*
|
|
2815
|
-
*
|
|
2816
|
-
*
|
|
2817
|
-
*
|
|
2818
|
-
* <code>
|
|
2819
|
-
*
|
|
2820
|
-
* as a version for the <code>x-amz-copy-source</code>. </p>
|
|
2966
|
+
* <p>If your bucket has versioning enabled, you could have multiple versions of the same
|
|
2967
|
+
* object. By default, <code>x-amz-copy-source</code> identifies the current version of the
|
|
2968
|
+
* source object to copy. To copy a specific version of the source object to copy, append
|
|
2969
|
+
* <code>?versionId=<version-id></code> to the <code>x-amz-copy-source</code> request
|
|
2970
|
+
* header (for example, <code>x-amz-copy-source:
|
|
2971
|
+
* /awsexamplebucket/reports/january.pdf?versionId=QUpfdndhfd8438MNFDN93jdnJFkdmqnh893</code>). </p>
|
|
2972
|
+
* <p>If the current version is a delete marker and you don't specify a versionId in the
|
|
2973
|
+
* <code>x-amz-copy-source</code> request header, Amazon S3 returns a <code>404 Not Found</code>
|
|
2974
|
+
* error, because the object does not exist. If you specify versionId in the
|
|
2975
|
+
* <code>x-amz-copy-source</code> and the versionId is a delete marker, Amazon S3 returns an
|
|
2976
|
+
* HTTP <code>400 Bad Request</code> error, because you are not allowed to specify a delete
|
|
2977
|
+
* marker as a version for the <code>x-amz-copy-source</code>. </p>
|
|
2821
2978
|
* <note>
|
|
2822
2979
|
* <p>
|
|
2823
|
-
* <b>Directory buckets</b> -
|
|
2980
|
+
* <b>Directory buckets</b> -
|
|
2981
|
+
* S3 Versioning isn't enabled and supported for directory buckets.</p>
|
|
2824
2982
|
* </note>
|
|
2825
2983
|
* @public
|
|
2826
2984
|
*/
|
|
2827
2985
|
CopySource: string | undefined;
|
|
2828
2986
|
/**
|
|
2829
2987
|
* <p>Copies the object if its entity tag (ETag) matches the specified tag.</p>
|
|
2830
|
-
* <p>If both of the
|
|
2831
|
-
*
|
|
2832
|
-
*
|
|
2833
|
-
* request as follows:</p>
|
|
2988
|
+
* <p>If both of the <code>x-amz-copy-source-if-match</code> and
|
|
2989
|
+
* <code>x-amz-copy-source-if-unmodified-since</code> headers are present in the request as
|
|
2990
|
+
* follows:</p>
|
|
2834
2991
|
* <p>
|
|
2835
2992
|
* <code>x-amz-copy-source-if-match</code> condition evaluates to <code>true</code>,
|
|
2836
2993
|
* and;</p>
|
|
2837
2994
|
* <p>
|
|
2838
2995
|
* <code>x-amz-copy-source-if-unmodified-since</code> condition evaluates to
|
|
2839
|
-
*
|
|
2996
|
+
* <code>false</code>;</p>
|
|
2840
2997
|
* <p>Amazon S3 returns <code>200 OK</code> and copies the data.
|
|
2841
2998
|
* </p>
|
|
2842
2999
|
* @public
|
|
2843
3000
|
*/
|
|
2844
|
-
CopySourceIfMatch?: string;
|
|
3001
|
+
CopySourceIfMatch?: string | undefined;
|
|
2845
3002
|
/**
|
|
2846
3003
|
* <p>Copies the object if it has been modified since the specified time.</p>
|
|
2847
|
-
* <p>If both of the
|
|
2848
|
-
*
|
|
2849
|
-
*
|
|
2850
|
-
* request as follows:</p>
|
|
3004
|
+
* <p>If both of the <code>x-amz-copy-source-if-none-match</code> and
|
|
3005
|
+
* <code>x-amz-copy-source-if-modified-since</code> headers are present in the request as
|
|
3006
|
+
* follows:</p>
|
|
2851
3007
|
* <p>
|
|
2852
|
-
* <code>x-amz-copy-source-if-none-match</code> condition evaluates to
|
|
2853
|
-
*
|
|
3008
|
+
* <code>x-amz-copy-source-if-none-match</code> condition evaluates to <code>false</code>,
|
|
3009
|
+
* and;</p>
|
|
2854
3010
|
* <p>
|
|
2855
3011
|
* <code>x-amz-copy-source-if-modified-since</code> condition evaluates to
|
|
2856
|
-
*
|
|
3012
|
+
* <code>true</code>;</p>
|
|
2857
3013
|
* <p>Amazon S3 returns <code>412 Precondition Failed</code> response code.
|
|
2858
3014
|
* </p>
|
|
2859
3015
|
* @public
|
|
2860
3016
|
*/
|
|
2861
|
-
CopySourceIfModifiedSince?: Date;
|
|
3017
|
+
CopySourceIfModifiedSince?: Date | undefined;
|
|
2862
3018
|
/**
|
|
2863
3019
|
* <p>Copies the object if its entity tag (ETag) is different than the specified ETag.</p>
|
|
2864
|
-
* <p>If both of the
|
|
2865
|
-
*
|
|
2866
|
-
*
|
|
2867
|
-
* request as follows:</p>
|
|
3020
|
+
* <p>If both of the <code>x-amz-copy-source-if-none-match</code> and
|
|
3021
|
+
* <code>x-amz-copy-source-if-modified-since</code> headers are present in the request as
|
|
3022
|
+
* follows:</p>
|
|
2868
3023
|
* <p>
|
|
2869
|
-
* <code>x-amz-copy-source-if-none-match</code> condition evaluates to
|
|
2870
|
-
*
|
|
3024
|
+
* <code>x-amz-copy-source-if-none-match</code> condition evaluates to <code>false</code>,
|
|
3025
|
+
* and;</p>
|
|
2871
3026
|
* <p>
|
|
2872
3027
|
* <code>x-amz-copy-source-if-modified-since</code> condition evaluates to
|
|
2873
|
-
*
|
|
3028
|
+
* <code>true</code>;</p>
|
|
2874
3029
|
* <p>Amazon S3 returns <code>412 Precondition Failed</code> response code.
|
|
2875
3030
|
* </p>
|
|
2876
3031
|
* @public
|
|
2877
3032
|
*/
|
|
2878
|
-
CopySourceIfNoneMatch?: string;
|
|
3033
|
+
CopySourceIfNoneMatch?: string | undefined;
|
|
2879
3034
|
/**
|
|
2880
3035
|
* <p>Copies the object if it hasn't been modified since the specified time.</p>
|
|
2881
|
-
* <p>If both of the
|
|
2882
|
-
*
|
|
2883
|
-
*
|
|
2884
|
-
* request as follows:</p>
|
|
3036
|
+
* <p>If both of the <code>x-amz-copy-source-if-match</code> and
|
|
3037
|
+
* <code>x-amz-copy-source-if-unmodified-since</code> headers are present in the request as
|
|
3038
|
+
* follows:</p>
|
|
2885
3039
|
* <p>
|
|
2886
3040
|
* <code>x-amz-copy-source-if-match</code> condition evaluates to <code>true</code>,
|
|
2887
3041
|
* and;</p>
|
|
2888
3042
|
* <p>
|
|
2889
3043
|
* <code>x-amz-copy-source-if-unmodified-since</code> condition evaluates to
|
|
2890
|
-
*
|
|
3044
|
+
* <code>false</code>;</p>
|
|
2891
3045
|
* <p>Amazon S3 returns <code>200 OK</code> and copies the data.
|
|
2892
3046
|
* </p>
|
|
2893
3047
|
* @public
|
|
2894
3048
|
*/
|
|
2895
|
-
CopySourceIfUnmodifiedSince?: Date;
|
|
3049
|
+
CopySourceIfUnmodifiedSince?: Date | undefined;
|
|
2896
3050
|
/**
|
|
2897
3051
|
* <p>The range of bytes to copy from the source object. The range value must use the form
|
|
2898
3052
|
* bytes=first-last, where the first and last are the zero-based byte offsets to copy. For
|
|
@@ -2900,7 +3054,7 @@ export interface UploadPartCopyRequest {
|
|
|
2900
3054
|
* can copy a range only if the source object is greater than 5 MB.</p>
|
|
2901
3055
|
* @public
|
|
2902
3056
|
*/
|
|
2903
|
-
CopySourceRange?: string;
|
|
3057
|
+
CopySourceRange?: string | undefined;
|
|
2904
3058
|
/**
|
|
2905
3059
|
* <p>Object key for which the multipart upload was initiated.</p>
|
|
2906
3060
|
* @public
|
|
@@ -2918,14 +3072,13 @@ export interface UploadPartCopyRequest {
|
|
|
2918
3072
|
*/
|
|
2919
3073
|
UploadId: string | undefined;
|
|
2920
3074
|
/**
|
|
2921
|
-
* <p>Specifies the algorithm to use when encrypting the object (for example,
|
|
2922
|
-
* AES256).</p>
|
|
3075
|
+
* <p>Specifies the algorithm to use when encrypting the object (for example, AES256).</p>
|
|
2923
3076
|
* <note>
|
|
2924
3077
|
* <p>This functionality is not supported when the destination bucket is a directory bucket.</p>
|
|
2925
3078
|
* </note>
|
|
2926
3079
|
* @public
|
|
2927
3080
|
*/
|
|
2928
|
-
SSECustomerAlgorithm?: string;
|
|
3081
|
+
SSECustomerAlgorithm?: string | undefined;
|
|
2929
3082
|
/**
|
|
2930
3083
|
* <p>Specifies the customer-provided encryption key for Amazon S3 to use in encrypting data. This
|
|
2931
3084
|
* value is used to store the object and then it is discarded; Amazon S3 does not store the
|
|
@@ -2937,7 +3090,7 @@ export interface UploadPartCopyRequest {
|
|
|
2937
3090
|
* </note>
|
|
2938
3091
|
* @public
|
|
2939
3092
|
*/
|
|
2940
|
-
SSECustomerKey?: string;
|
|
3093
|
+
SSECustomerKey?: string | undefined;
|
|
2941
3094
|
/**
|
|
2942
3095
|
* <p>Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321. Amazon S3 uses
|
|
2943
3096
|
* this header for a message integrity check to ensure that the encryption key was transmitted
|
|
@@ -2947,16 +3100,16 @@ export interface UploadPartCopyRequest {
|
|
|
2947
3100
|
* </note>
|
|
2948
3101
|
* @public
|
|
2949
3102
|
*/
|
|
2950
|
-
SSECustomerKeyMD5?: string;
|
|
3103
|
+
SSECustomerKeyMD5?: string | undefined;
|
|
2951
3104
|
/**
|
|
2952
3105
|
* <p>Specifies the algorithm to use when decrypting the source object (for example,
|
|
2953
|
-
*
|
|
3106
|
+
* <code>AES256</code>).</p>
|
|
2954
3107
|
* <note>
|
|
2955
3108
|
* <p>This functionality is not supported when the source object is in a directory bucket.</p>
|
|
2956
3109
|
* </note>
|
|
2957
3110
|
* @public
|
|
2958
3111
|
*/
|
|
2959
|
-
CopySourceSSECustomerAlgorithm?: string;
|
|
3112
|
+
CopySourceSSECustomerAlgorithm?: string | undefined;
|
|
2960
3113
|
/**
|
|
2961
3114
|
* <p>Specifies the customer-provided encryption key for Amazon S3 to use to decrypt the source
|
|
2962
3115
|
* object. The encryption key provided in this header must be one that was used when the
|
|
@@ -2966,7 +3119,7 @@ export interface UploadPartCopyRequest {
|
|
|
2966
3119
|
* </note>
|
|
2967
3120
|
* @public
|
|
2968
3121
|
*/
|
|
2969
|
-
CopySourceSSECustomerKey?: string;
|
|
3122
|
+
CopySourceSSECustomerKey?: string | undefined;
|
|
2970
3123
|
/**
|
|
2971
3124
|
* <p>Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321. Amazon S3 uses
|
|
2972
3125
|
* this header for a message integrity check to ensure that the encryption key was transmitted
|
|
@@ -2976,30 +3129,30 @@ export interface UploadPartCopyRequest {
|
|
|
2976
3129
|
* </note>
|
|
2977
3130
|
* @public
|
|
2978
3131
|
*/
|
|
2979
|
-
CopySourceSSECustomerKeyMD5?: string;
|
|
3132
|
+
CopySourceSSECustomerKeyMD5?: string | undefined;
|
|
2980
3133
|
/**
|
|
2981
3134
|
* <p>Confirms that the requester knows that they will be charged for the request. Bucket
|
|
2982
3135
|
* owners need not specify this parameter in their requests. If either the source or
|
|
2983
|
-
* destination S3 bucket has Requester Pays enabled, the requester will pay for
|
|
2984
|
-
*
|
|
2985
|
-
*
|
|
3136
|
+
* destination S3 bucket has Requester Pays enabled, the requester will pay for corresponding
|
|
3137
|
+
* charges to copy the object. For information about downloading objects from Requester Pays
|
|
3138
|
+
* buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in
|
|
2986
3139
|
* Requester Pays Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
2987
3140
|
* <note>
|
|
2988
3141
|
* <p>This functionality is not supported for directory buckets.</p>
|
|
2989
3142
|
* </note>
|
|
2990
3143
|
* @public
|
|
2991
3144
|
*/
|
|
2992
|
-
RequestPayer?: RequestPayer;
|
|
3145
|
+
RequestPayer?: RequestPayer | undefined;
|
|
2993
3146
|
/**
|
|
2994
3147
|
* <p>The account ID of the expected destination bucket owner. If the account ID that you provide does not match the actual owner of the destination bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
|
|
2995
3148
|
* @public
|
|
2996
3149
|
*/
|
|
2997
|
-
ExpectedBucketOwner?: string;
|
|
3150
|
+
ExpectedBucketOwner?: string | undefined;
|
|
2998
3151
|
/**
|
|
2999
3152
|
* <p>The account ID of the expected source bucket owner. If the account ID that you provide does not match the actual owner of the source bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
|
|
3000
3153
|
* @public
|
|
3001
3154
|
*/
|
|
3002
|
-
ExpectedSourceBucketOwner?: string;
|
|
3155
|
+
ExpectedSourceBucketOwner?: string | undefined;
|
|
3003
3156
|
}
|
|
3004
3157
|
/**
|
|
3005
3158
|
* @public
|
|
@@ -3020,7 +3173,7 @@ export interface WriteGetObjectResponseRequest {
|
|
|
3020
3173
|
* <p>The object data.</p>
|
|
3021
3174
|
* @public
|
|
3022
3175
|
*/
|
|
3023
|
-
Body?: StreamingBlobTypes;
|
|
3176
|
+
Body?: StreamingBlobTypes | undefined;
|
|
3024
3177
|
/**
|
|
3025
3178
|
* <p>The integer status code for an HTTP response of a corresponding <code>GetObject</code>
|
|
3026
3179
|
* request. The following is a list of status codes.</p>
|
|
@@ -3098,7 +3251,7 @@ export interface WriteGetObjectResponseRequest {
|
|
|
3098
3251
|
* </ul>
|
|
3099
3252
|
* @public
|
|
3100
3253
|
*/
|
|
3101
|
-
StatusCode?: number;
|
|
3254
|
+
StatusCode?: number | undefined;
|
|
3102
3255
|
/**
|
|
3103
3256
|
* <p>A string that uniquely identifies an error condition. Returned in the <Code> tag
|
|
3104
3257
|
* of the error XML response for a corresponding <code>GetObject</code> call. Cannot be used
|
|
@@ -3107,7 +3260,7 @@ export interface WriteGetObjectResponseRequest {
|
|
|
3107
3260
|
* value is <code>"^[A-Z][a-zA-Z]+$"</code>.</p>
|
|
3108
3261
|
* @public
|
|
3109
3262
|
*/
|
|
3110
|
-
ErrorCode?: string;
|
|
3263
|
+
ErrorCode?: string | undefined;
|
|
3111
3264
|
/**
|
|
3112
3265
|
* <p>Contains a generic description of the error condition. Returned in the <Message>
|
|
3113
3266
|
* tag of the error XML response for a corresponding <code>GetObject</code> call. Cannot be
|
|
@@ -3115,52 +3268,52 @@ export interface WriteGetObjectResponseRequest {
|
|
|
3115
3268
|
* provided in body.</p>
|
|
3116
3269
|
* @public
|
|
3117
3270
|
*/
|
|
3118
|
-
ErrorMessage?: string;
|
|
3271
|
+
ErrorMessage?: string | undefined;
|
|
3119
3272
|
/**
|
|
3120
3273
|
* <p>Indicates that a range of bytes was specified.</p>
|
|
3121
3274
|
* @public
|
|
3122
3275
|
*/
|
|
3123
|
-
AcceptRanges?: string;
|
|
3276
|
+
AcceptRanges?: string | undefined;
|
|
3124
3277
|
/**
|
|
3125
3278
|
* <p>Specifies caching behavior along the request/reply chain.</p>
|
|
3126
3279
|
* @public
|
|
3127
3280
|
*/
|
|
3128
|
-
CacheControl?: string;
|
|
3281
|
+
CacheControl?: string | undefined;
|
|
3129
3282
|
/**
|
|
3130
3283
|
* <p>Specifies presentational information for the object.</p>
|
|
3131
3284
|
* @public
|
|
3132
3285
|
*/
|
|
3133
|
-
ContentDisposition?: string;
|
|
3286
|
+
ContentDisposition?: string | undefined;
|
|
3134
3287
|
/**
|
|
3135
3288
|
* <p>Specifies what content encodings have been applied to the object and thus what decoding
|
|
3136
3289
|
* mechanisms must be applied to obtain the media-type referenced by the Content-Type header
|
|
3137
3290
|
* field.</p>
|
|
3138
3291
|
* @public
|
|
3139
3292
|
*/
|
|
3140
|
-
ContentEncoding?: string;
|
|
3293
|
+
ContentEncoding?: string | undefined;
|
|
3141
3294
|
/**
|
|
3142
3295
|
* <p>The language the content is in.</p>
|
|
3143
3296
|
* @public
|
|
3144
3297
|
*/
|
|
3145
|
-
ContentLanguage?: string;
|
|
3298
|
+
ContentLanguage?: string | undefined;
|
|
3146
3299
|
/**
|
|
3147
3300
|
* <p>The size of the content body in bytes.</p>
|
|
3148
3301
|
* @public
|
|
3149
3302
|
*/
|
|
3150
|
-
ContentLength?: number;
|
|
3303
|
+
ContentLength?: number | undefined;
|
|
3151
3304
|
/**
|
|
3152
3305
|
* <p>The portion of the object returned in the response.</p>
|
|
3153
3306
|
* @public
|
|
3154
3307
|
*/
|
|
3155
|
-
ContentRange?: string;
|
|
3308
|
+
ContentRange?: string | undefined;
|
|
3156
3309
|
/**
|
|
3157
3310
|
* <p>A standard MIME type describing the format of the object data.</p>
|
|
3158
3311
|
* @public
|
|
3159
3312
|
*/
|
|
3160
|
-
ContentType?: string;
|
|
3313
|
+
ContentType?: string | undefined;
|
|
3161
3314
|
/**
|
|
3162
3315
|
* <p>This header can be used as a data integrity check to verify that the data received is
|
|
3163
|
-
* the same data that was originally sent. This specifies the base64-encoded, 32-bit
|
|
3316
|
+
* the same data that was originally sent. This specifies the base64-encoded, 32-bit CRC-32
|
|
3164
3317
|
* checksum of the object returned by the Object Lambda function. This may not match the
|
|
3165
3318
|
* checksum for the object stored in Amazon S3. Amazon S3 will perform validation of the checksum values
|
|
3166
3319
|
* only when the original <code>GetObject</code> request required checksum validation. For
|
|
@@ -3171,10 +3324,10 @@ export interface WriteGetObjectResponseRequest {
|
|
|
3171
3324
|
* <p></p>
|
|
3172
3325
|
* @public
|
|
3173
3326
|
*/
|
|
3174
|
-
ChecksumCRC32?: string;
|
|
3327
|
+
ChecksumCRC32?: string | undefined;
|
|
3175
3328
|
/**
|
|
3176
3329
|
* <p>This header can be used as a data integrity check to verify that the data received is
|
|
3177
|
-
* the same data that was originally sent. This specifies the base64-encoded, 32-bit
|
|
3330
|
+
* the same data that was originally sent. This specifies the base64-encoded, 32-bit CRC-32C
|
|
3178
3331
|
* checksum of the object returned by the Object Lambda function. This may not match the
|
|
3179
3332
|
* checksum for the object stored in Amazon S3. Amazon S3 will perform validation of the checksum values
|
|
3180
3333
|
* only when the original <code>GetObject</code> request required checksum validation. For
|
|
@@ -3184,7 +3337,7 @@ export interface WriteGetObjectResponseRequest {
|
|
|
3184
3337
|
* headers, this request will fail.</p>
|
|
3185
3338
|
* @public
|
|
3186
3339
|
*/
|
|
3187
|
-
ChecksumCRC32C?: string;
|
|
3340
|
+
ChecksumCRC32C?: string | undefined;
|
|
3188
3341
|
/**
|
|
3189
3342
|
* <p>This header can be used as a data integrity check to verify that the data received is
|
|
3190
3343
|
* the same data that was originally sent. This specifies the base64-encoded, 160-bit SHA-1
|
|
@@ -3197,7 +3350,7 @@ export interface WriteGetObjectResponseRequest {
|
|
|
3197
3350
|
* headers, this request will fail.</p>
|
|
3198
3351
|
* @public
|
|
3199
3352
|
*/
|
|
3200
|
-
ChecksumSHA1?: string;
|
|
3353
|
+
ChecksumSHA1?: string | undefined;
|
|
3201
3354
|
/**
|
|
3202
3355
|
* <p>This header can be used as a data integrity check to verify that the data received is
|
|
3203
3356
|
* the same data that was originally sent. This specifies the base64-encoded, 256-bit SHA-256
|
|
@@ -3210,24 +3363,24 @@ export interface WriteGetObjectResponseRequest {
|
|
|
3210
3363
|
* headers, this request will fail.</p>
|
|
3211
3364
|
* @public
|
|
3212
3365
|
*/
|
|
3213
|
-
ChecksumSHA256?: string;
|
|
3366
|
+
ChecksumSHA256?: string | undefined;
|
|
3214
3367
|
/**
|
|
3215
3368
|
* <p>Specifies whether an object stored in Amazon S3 is (<code>true</code>) or is not
|
|
3216
3369
|
* (<code>false</code>) a delete marker. </p>
|
|
3217
3370
|
* @public
|
|
3218
3371
|
*/
|
|
3219
|
-
DeleteMarker?: boolean;
|
|
3372
|
+
DeleteMarker?: boolean | undefined;
|
|
3220
3373
|
/**
|
|
3221
3374
|
* <p>An opaque identifier assigned by a web server to a specific version of a resource found
|
|
3222
3375
|
* at a URL. </p>
|
|
3223
3376
|
* @public
|
|
3224
3377
|
*/
|
|
3225
|
-
ETag?: string;
|
|
3378
|
+
ETag?: string | undefined;
|
|
3226
3379
|
/**
|
|
3227
3380
|
* <p>The date and time at which the object is no longer cacheable.</p>
|
|
3228
3381
|
* @public
|
|
3229
3382
|
*/
|
|
3230
|
-
Expires?: Date;
|
|
3383
|
+
Expires?: Date | undefined;
|
|
3231
3384
|
/**
|
|
3232
3385
|
* <p>If the object expiration is configured (see PUT Bucket lifecycle), the response includes
|
|
3233
3386
|
* this header. It includes the <code>expiry-date</code> and <code>rule-id</code> key-value
|
|
@@ -3235,12 +3388,12 @@ export interface WriteGetObjectResponseRequest {
|
|
|
3235
3388
|
* is URL-encoded. </p>
|
|
3236
3389
|
* @public
|
|
3237
3390
|
*/
|
|
3238
|
-
Expiration?: string;
|
|
3391
|
+
Expiration?: string | undefined;
|
|
3239
3392
|
/**
|
|
3240
3393
|
* <p>The date and time that the object was last modified.</p>
|
|
3241
3394
|
* @public
|
|
3242
3395
|
*/
|
|
3243
|
-
LastModified?: Date;
|
|
3396
|
+
LastModified?: Date | undefined;
|
|
3244
3397
|
/**
|
|
3245
3398
|
* <p>Set to the number of metadata entries not returned in <code>x-amz-meta</code> headers.
|
|
3246
3399
|
* This can happen if you create metadata using an API like SOAP that supports more flexible
|
|
@@ -3248,39 +3401,39 @@ export interface WriteGetObjectResponseRequest {
|
|
|
3248
3401
|
* are not legal HTTP headers.</p>
|
|
3249
3402
|
* @public
|
|
3250
3403
|
*/
|
|
3251
|
-
MissingMeta?: number;
|
|
3404
|
+
MissingMeta?: number | undefined;
|
|
3252
3405
|
/**
|
|
3253
3406
|
* <p>A map of metadata to store with the object in S3.</p>
|
|
3254
3407
|
* @public
|
|
3255
3408
|
*/
|
|
3256
|
-
Metadata?: Record<string, string
|
|
3409
|
+
Metadata?: Record<string, string> | undefined;
|
|
3257
3410
|
/**
|
|
3258
3411
|
* <p>Indicates whether an object stored in Amazon S3 has Object Lock enabled. For more information
|
|
3259
3412
|
* about S3 Object Lock, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-lock.html">Object Lock</a>.</p>
|
|
3260
3413
|
* @public
|
|
3261
3414
|
*/
|
|
3262
|
-
ObjectLockMode?: ObjectLockMode;
|
|
3415
|
+
ObjectLockMode?: ObjectLockMode | undefined;
|
|
3263
3416
|
/**
|
|
3264
3417
|
* <p>Indicates whether an object stored in Amazon S3 has an active legal hold.</p>
|
|
3265
3418
|
* @public
|
|
3266
3419
|
*/
|
|
3267
|
-
ObjectLockLegalHoldStatus?: ObjectLockLegalHoldStatus;
|
|
3420
|
+
ObjectLockLegalHoldStatus?: ObjectLockLegalHoldStatus | undefined;
|
|
3268
3421
|
/**
|
|
3269
3422
|
* <p>The date and time when Object Lock is configured to expire.</p>
|
|
3270
3423
|
* @public
|
|
3271
3424
|
*/
|
|
3272
|
-
ObjectLockRetainUntilDate?: Date;
|
|
3425
|
+
ObjectLockRetainUntilDate?: Date | undefined;
|
|
3273
3426
|
/**
|
|
3274
3427
|
* <p>The count of parts this object has.</p>
|
|
3275
3428
|
* @public
|
|
3276
3429
|
*/
|
|
3277
|
-
PartsCount?: number;
|
|
3430
|
+
PartsCount?: number | undefined;
|
|
3278
3431
|
/**
|
|
3279
3432
|
* <p>Indicates if request involves bucket that is either a source or destination in a
|
|
3280
3433
|
* Replication rule. For more information about S3 Replication, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/replication.html">Replication</a>.</p>
|
|
3281
3434
|
* @public
|
|
3282
3435
|
*/
|
|
3283
|
-
ReplicationStatus?: ReplicationStatus;
|
|
3436
|
+
ReplicationStatus?: ReplicationStatus | undefined;
|
|
3284
3437
|
/**
|
|
3285
3438
|
* <p>If present, indicates that the requester was successfully charged for the
|
|
3286
3439
|
* request.</p>
|
|
@@ -3289,31 +3442,32 @@ export interface WriteGetObjectResponseRequest {
|
|
|
3289
3442
|
* </note>
|
|
3290
3443
|
* @public
|
|
3291
3444
|
*/
|
|
3292
|
-
RequestCharged?: RequestCharged;
|
|
3445
|
+
RequestCharged?: RequestCharged | undefined;
|
|
3293
3446
|
/**
|
|
3294
3447
|
* <p>Provides information about object restoration operation and expiration time of the
|
|
3295
3448
|
* restored object copy.</p>
|
|
3296
3449
|
* @public
|
|
3297
3450
|
*/
|
|
3298
|
-
Restore?: string;
|
|
3451
|
+
Restore?: string | undefined;
|
|
3299
3452
|
/**
|
|
3300
3453
|
* <p> The server-side encryption algorithm used when storing requested object in Amazon S3 (for
|
|
3301
3454
|
* example, AES256, <code>aws:kms</code>).</p>
|
|
3302
3455
|
* @public
|
|
3303
3456
|
*/
|
|
3304
|
-
ServerSideEncryption?: ServerSideEncryption;
|
|
3457
|
+
ServerSideEncryption?: ServerSideEncryption | undefined;
|
|
3305
3458
|
/**
|
|
3306
3459
|
* <p>Encryption algorithm used if server-side encryption with a customer-provided encryption
|
|
3307
3460
|
* key was specified for object stored in Amazon S3.</p>
|
|
3308
3461
|
* @public
|
|
3309
3462
|
*/
|
|
3310
|
-
SSECustomerAlgorithm?: string;
|
|
3463
|
+
SSECustomerAlgorithm?: string | undefined;
|
|
3311
3464
|
/**
|
|
3312
|
-
* <p> If present, specifies the ID (Key ID, Key ARN, or Key Alias) of the Amazon Web Services Key
|
|
3313
|
-
* encryption customer managed key that was used for stored in
|
|
3465
|
+
* <p> If present, specifies the ID (Key ID, Key ARN, or Key Alias) of the Amazon Web Services Key
|
|
3466
|
+
* Management Service (Amazon Web Services KMS) symmetric encryption customer managed key that was used for stored in
|
|
3467
|
+
* Amazon S3 object. </p>
|
|
3314
3468
|
* @public
|
|
3315
3469
|
*/
|
|
3316
|
-
SSEKMSKeyId?: string;
|
|
3470
|
+
SSEKMSKeyId?: string | undefined;
|
|
3317
3471
|
/**
|
|
3318
3472
|
* <p> 128-bit MD5 digest of customer-provided encryption key used in Amazon S3 to encrypt data
|
|
3319
3473
|
* stored in S3. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/ServerSideEncryptionCustomerKeys.html">Protecting data
|
|
@@ -3321,30 +3475,30 @@ export interface WriteGetObjectResponseRequest {
|
|
|
3321
3475
|
* (SSE-C)</a>.</p>
|
|
3322
3476
|
* @public
|
|
3323
3477
|
*/
|
|
3324
|
-
SSECustomerKeyMD5?: string;
|
|
3478
|
+
SSECustomerKeyMD5?: string | undefined;
|
|
3325
3479
|
/**
|
|
3326
3480
|
* <p>Provides storage class information of the object. Amazon S3 returns this header for all
|
|
3327
3481
|
* objects except for S3 Standard storage class objects.</p>
|
|
3328
3482
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/storage-class-intro.html">Storage Classes</a>.</p>
|
|
3329
3483
|
* @public
|
|
3330
3484
|
*/
|
|
3331
|
-
StorageClass?: StorageClass;
|
|
3485
|
+
StorageClass?: StorageClass | undefined;
|
|
3332
3486
|
/**
|
|
3333
3487
|
* <p>The number of tags, if any, on the object.</p>
|
|
3334
3488
|
* @public
|
|
3335
3489
|
*/
|
|
3336
|
-
TagCount?: number;
|
|
3490
|
+
TagCount?: number | undefined;
|
|
3337
3491
|
/**
|
|
3338
3492
|
* <p>An ID used to reference a specific version of the object.</p>
|
|
3339
3493
|
* @public
|
|
3340
3494
|
*/
|
|
3341
|
-
VersionId?: string;
|
|
3495
|
+
VersionId?: string | undefined;
|
|
3342
3496
|
/**
|
|
3343
3497
|
* <p> Indicates whether the object stored in Amazon S3 uses an S3 bucket key for server-side
|
|
3344
3498
|
* encryption with Amazon Web Services KMS (SSE-KMS).</p>
|
|
3345
3499
|
* @public
|
|
3346
3500
|
*/
|
|
3347
|
-
BucketKeyEnabled?: boolean;
|
|
3501
|
+
BucketKeyEnabled?: boolean | undefined;
|
|
3348
3502
|
}
|
|
3349
3503
|
/**
|
|
3350
3504
|
* @internal
|