@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
|
@@ -2,7 +2,7 @@ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-cli
|
|
|
2
2
|
import { StreamingBlobTypes } from "@smithy/types";
|
|
3
3
|
import { S3ServiceException as __BaseException } from "./S3ServiceException";
|
|
4
4
|
export interface AbortIncompleteMultipartUpload {
|
|
5
|
-
DaysAfterInitiation?: number;
|
|
5
|
+
DaysAfterInitiation?: number | undefined;
|
|
6
6
|
}
|
|
7
7
|
export declare const RequestCharged: {
|
|
8
8
|
readonly requester: "requester";
|
|
@@ -10,7 +10,7 @@ export declare const RequestCharged: {
|
|
|
10
10
|
export type RequestCharged =
|
|
11
11
|
(typeof RequestCharged)[keyof typeof RequestCharged];
|
|
12
12
|
export interface AbortMultipartUploadOutput {
|
|
13
|
-
RequestCharged?: RequestCharged;
|
|
13
|
+
RequestCharged?: RequestCharged | undefined;
|
|
14
14
|
}
|
|
15
15
|
export declare const RequestPayer: {
|
|
16
16
|
readonly requester: "requester";
|
|
@@ -20,8 +20,9 @@ export interface AbortMultipartUploadRequest {
|
|
|
20
20
|
Bucket: string | undefined;
|
|
21
21
|
Key: string | undefined;
|
|
22
22
|
UploadId: string | undefined;
|
|
23
|
-
RequestPayer?: RequestPayer;
|
|
24
|
-
ExpectedBucketOwner?: string;
|
|
23
|
+
RequestPayer?: RequestPayer | undefined;
|
|
24
|
+
ExpectedBucketOwner?: string | undefined;
|
|
25
|
+
IfMatchInitiatedTime?: Date | undefined;
|
|
25
26
|
}
|
|
26
27
|
export declare class NoSuchUpload extends __BaseException {
|
|
27
28
|
readonly name: "NoSuchUpload";
|
|
@@ -35,7 +36,7 @@ export declare const BucketAccelerateStatus: {
|
|
|
35
36
|
export type BucketAccelerateStatus =
|
|
36
37
|
(typeof BucketAccelerateStatus)[keyof typeof BucketAccelerateStatus];
|
|
37
38
|
export interface AccelerateConfiguration {
|
|
38
|
-
Status?: BucketAccelerateStatus;
|
|
39
|
+
Status?: BucketAccelerateStatus | undefined;
|
|
39
40
|
}
|
|
40
41
|
export declare const Type: {
|
|
41
42
|
readonly AmazonCustomerByEmail: "AmazonCustomerByEmail";
|
|
@@ -44,10 +45,10 @@ export declare const Type: {
|
|
|
44
45
|
};
|
|
45
46
|
export type Type = (typeof Type)[keyof typeof Type];
|
|
46
47
|
export interface Grantee {
|
|
47
|
-
DisplayName?: string;
|
|
48
|
-
EmailAddress?: string;
|
|
49
|
-
ID?: string;
|
|
50
|
-
URI?: string;
|
|
48
|
+
DisplayName?: string | undefined;
|
|
49
|
+
EmailAddress?: string | undefined;
|
|
50
|
+
ID?: string | undefined;
|
|
51
|
+
URI?: string | undefined;
|
|
51
52
|
Type: Type | undefined;
|
|
52
53
|
}
|
|
53
54
|
export declare const Permission: {
|
|
@@ -59,16 +60,16 @@ export declare const Permission: {
|
|
|
59
60
|
};
|
|
60
61
|
export type Permission = (typeof Permission)[keyof typeof Permission];
|
|
61
62
|
export interface Grant {
|
|
62
|
-
Grantee?: Grantee;
|
|
63
|
-
Permission?: Permission;
|
|
63
|
+
Grantee?: Grantee | undefined;
|
|
64
|
+
Permission?: Permission | undefined;
|
|
64
65
|
}
|
|
65
66
|
export interface Owner {
|
|
66
|
-
DisplayName?: string;
|
|
67
|
-
ID?: string;
|
|
67
|
+
DisplayName?: string | undefined;
|
|
68
|
+
ID?: string | undefined;
|
|
68
69
|
}
|
|
69
70
|
export interface AccessControlPolicy {
|
|
70
|
-
Grants?: Grant[];
|
|
71
|
-
Owner?: Owner;
|
|
71
|
+
Grants?: Grant[] | undefined;
|
|
72
|
+
Owner?: Owner | undefined;
|
|
72
73
|
}
|
|
73
74
|
export declare const OwnerOverride: {
|
|
74
75
|
readonly Destination: "Destination";
|
|
@@ -85,68 +86,68 @@ export declare const ServerSideEncryption: {
|
|
|
85
86
|
export type ServerSideEncryption =
|
|
86
87
|
(typeof ServerSideEncryption)[keyof typeof ServerSideEncryption];
|
|
87
88
|
export interface CompleteMultipartUploadOutput {
|
|
88
|
-
Location?: string;
|
|
89
|
-
Bucket?: string;
|
|
90
|
-
Key?: string;
|
|
91
|
-
Expiration?: string;
|
|
92
|
-
ETag?: string;
|
|
93
|
-
ChecksumCRC32?: string;
|
|
94
|
-
ChecksumCRC32C?: string;
|
|
95
|
-
ChecksumSHA1?: string;
|
|
96
|
-
ChecksumSHA256?: string;
|
|
97
|
-
ServerSideEncryption?: ServerSideEncryption;
|
|
98
|
-
VersionId?: string;
|
|
99
|
-
SSEKMSKeyId?: string;
|
|
100
|
-
BucketKeyEnabled?: boolean;
|
|
101
|
-
RequestCharged?: RequestCharged;
|
|
89
|
+
Location?: string | undefined;
|
|
90
|
+
Bucket?: string | undefined;
|
|
91
|
+
Key?: string | undefined;
|
|
92
|
+
Expiration?: string | undefined;
|
|
93
|
+
ETag?: string | undefined;
|
|
94
|
+
ChecksumCRC32?: string | undefined;
|
|
95
|
+
ChecksumCRC32C?: string | undefined;
|
|
96
|
+
ChecksumSHA1?: string | undefined;
|
|
97
|
+
ChecksumSHA256?: string | undefined;
|
|
98
|
+
ServerSideEncryption?: ServerSideEncryption | undefined;
|
|
99
|
+
VersionId?: string | undefined;
|
|
100
|
+
SSEKMSKeyId?: string | undefined;
|
|
101
|
+
BucketKeyEnabled?: boolean | undefined;
|
|
102
|
+
RequestCharged?: RequestCharged | undefined;
|
|
102
103
|
}
|
|
103
104
|
export interface CompletedPart {
|
|
104
|
-
ETag?: string;
|
|
105
|
-
ChecksumCRC32?: string;
|
|
106
|
-
ChecksumCRC32C?: string;
|
|
107
|
-
ChecksumSHA1?: string;
|
|
108
|
-
ChecksumSHA256?: string;
|
|
109
|
-
PartNumber?: number;
|
|
105
|
+
ETag?: string | undefined;
|
|
106
|
+
ChecksumCRC32?: string | undefined;
|
|
107
|
+
ChecksumCRC32C?: string | undefined;
|
|
108
|
+
ChecksumSHA1?: string | undefined;
|
|
109
|
+
ChecksumSHA256?: string | undefined;
|
|
110
|
+
PartNumber?: number | undefined;
|
|
110
111
|
}
|
|
111
112
|
export interface CompletedMultipartUpload {
|
|
112
|
-
Parts?: CompletedPart[];
|
|
113
|
+
Parts?: CompletedPart[] | undefined;
|
|
113
114
|
}
|
|
114
115
|
export interface CompleteMultipartUploadRequest {
|
|
115
116
|
Bucket: string | undefined;
|
|
116
117
|
Key: string | undefined;
|
|
117
|
-
MultipartUpload?: CompletedMultipartUpload;
|
|
118
|
+
MultipartUpload?: CompletedMultipartUpload | undefined;
|
|
118
119
|
UploadId: string | undefined;
|
|
119
|
-
ChecksumCRC32?: string;
|
|
120
|
-
ChecksumCRC32C?: string;
|
|
121
|
-
ChecksumSHA1?: string;
|
|
122
|
-
ChecksumSHA256?: string;
|
|
123
|
-
RequestPayer?: RequestPayer;
|
|
124
|
-
ExpectedBucketOwner?: string;
|
|
125
|
-
IfNoneMatch?: string;
|
|
126
|
-
SSECustomerAlgorithm?: string;
|
|
127
|
-
SSECustomerKey?: string;
|
|
128
|
-
SSECustomerKeyMD5?: string;
|
|
120
|
+
ChecksumCRC32?: string | undefined;
|
|
121
|
+
ChecksumCRC32C?: string | undefined;
|
|
122
|
+
ChecksumSHA1?: string | undefined;
|
|
123
|
+
ChecksumSHA256?: string | undefined;
|
|
124
|
+
RequestPayer?: RequestPayer | undefined;
|
|
125
|
+
ExpectedBucketOwner?: string | undefined;
|
|
126
|
+
IfNoneMatch?: string | undefined;
|
|
127
|
+
SSECustomerAlgorithm?: string | undefined;
|
|
128
|
+
SSECustomerKey?: string | undefined;
|
|
129
|
+
SSECustomerKeyMD5?: string | undefined;
|
|
129
130
|
}
|
|
130
131
|
export interface CopyObjectResult {
|
|
131
|
-
ETag?: string;
|
|
132
|
-
LastModified?: Date;
|
|
133
|
-
ChecksumCRC32?: string;
|
|
134
|
-
ChecksumCRC32C?: string;
|
|
135
|
-
ChecksumSHA1?: string;
|
|
136
|
-
ChecksumSHA256?: string;
|
|
132
|
+
ETag?: string | undefined;
|
|
133
|
+
LastModified?: Date | undefined;
|
|
134
|
+
ChecksumCRC32?: string | undefined;
|
|
135
|
+
ChecksumCRC32C?: string | undefined;
|
|
136
|
+
ChecksumSHA1?: string | undefined;
|
|
137
|
+
ChecksumSHA256?: string | undefined;
|
|
137
138
|
}
|
|
138
139
|
export interface CopyObjectOutput {
|
|
139
|
-
CopyObjectResult?: CopyObjectResult;
|
|
140
|
-
Expiration?: string;
|
|
141
|
-
CopySourceVersionId?: string;
|
|
142
|
-
VersionId?: string;
|
|
143
|
-
ServerSideEncryption?: ServerSideEncryption;
|
|
144
|
-
SSECustomerAlgorithm?: string;
|
|
145
|
-
SSECustomerKeyMD5?: string;
|
|
146
|
-
SSEKMSKeyId?: string;
|
|
147
|
-
SSEKMSEncryptionContext?: string;
|
|
148
|
-
BucketKeyEnabled?: boolean;
|
|
149
|
-
RequestCharged?: RequestCharged;
|
|
140
|
+
CopyObjectResult?: CopyObjectResult | undefined;
|
|
141
|
+
Expiration?: string | undefined;
|
|
142
|
+
CopySourceVersionId?: string | undefined;
|
|
143
|
+
VersionId?: string | undefined;
|
|
144
|
+
ServerSideEncryption?: ServerSideEncryption | undefined;
|
|
145
|
+
SSECustomerAlgorithm?: string | undefined;
|
|
146
|
+
SSECustomerKeyMD5?: string | undefined;
|
|
147
|
+
SSEKMSKeyId?: string | undefined;
|
|
148
|
+
SSEKMSEncryptionContext?: string | undefined;
|
|
149
|
+
BucketKeyEnabled?: boolean | undefined;
|
|
150
|
+
RequestCharged?: RequestCharged | undefined;
|
|
150
151
|
}
|
|
151
152
|
export declare const ObjectCannedACL: {
|
|
152
153
|
readonly authenticated_read: "authenticated-read";
|
|
@@ -206,47 +207,47 @@ export declare const TaggingDirective: {
|
|
|
206
207
|
export type TaggingDirective =
|
|
207
208
|
(typeof TaggingDirective)[keyof typeof TaggingDirective];
|
|
208
209
|
export interface CopyObjectRequest {
|
|
209
|
-
ACL?: ObjectCannedACL;
|
|
210
|
-
Bucket: string | undefined;
|
|
211
|
-
CacheControl?: string;
|
|
212
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
213
|
-
ContentDisposition?: string;
|
|
214
|
-
ContentEncoding?: string;
|
|
215
|
-
ContentLanguage?: string;
|
|
216
|
-
ContentType?: string;
|
|
210
|
+
ACL?: ObjectCannedACL | undefined;
|
|
211
|
+
Bucket: string | undefined;
|
|
212
|
+
CacheControl?: string | undefined;
|
|
213
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
214
|
+
ContentDisposition?: string | undefined;
|
|
215
|
+
ContentEncoding?: string | undefined;
|
|
216
|
+
ContentLanguage?: string | undefined;
|
|
217
|
+
ContentType?: string | undefined;
|
|
217
218
|
CopySource: string | undefined;
|
|
218
|
-
CopySourceIfMatch?: string;
|
|
219
|
-
CopySourceIfModifiedSince?: Date;
|
|
220
|
-
CopySourceIfNoneMatch?: string;
|
|
221
|
-
CopySourceIfUnmodifiedSince?: Date;
|
|
222
|
-
Expires?: Date;
|
|
223
|
-
GrantFullControl?: string;
|
|
224
|
-
GrantRead?: string;
|
|
225
|
-
GrantReadACP?: string;
|
|
226
|
-
GrantWriteACP?: string;
|
|
219
|
+
CopySourceIfMatch?: string | undefined;
|
|
220
|
+
CopySourceIfModifiedSince?: Date | undefined;
|
|
221
|
+
CopySourceIfNoneMatch?: string | undefined;
|
|
222
|
+
CopySourceIfUnmodifiedSince?: Date | undefined;
|
|
223
|
+
Expires?: Date | undefined;
|
|
224
|
+
GrantFullControl?: string | undefined;
|
|
225
|
+
GrantRead?: string | undefined;
|
|
226
|
+
GrantReadACP?: string | undefined;
|
|
227
|
+
GrantWriteACP?: string | undefined;
|
|
227
228
|
Key: string | undefined;
|
|
228
|
-
Metadata?: Record<string, string
|
|
229
|
-
MetadataDirective?: MetadataDirective;
|
|
230
|
-
TaggingDirective?: TaggingDirective;
|
|
231
|
-
ServerSideEncryption?: ServerSideEncryption;
|
|
232
|
-
StorageClass?: StorageClass;
|
|
233
|
-
WebsiteRedirectLocation?: string;
|
|
234
|
-
SSECustomerAlgorithm?: string;
|
|
235
|
-
SSECustomerKey?: string;
|
|
236
|
-
SSECustomerKeyMD5?: string;
|
|
237
|
-
SSEKMSKeyId?: string;
|
|
238
|
-
SSEKMSEncryptionContext?: string;
|
|
239
|
-
BucketKeyEnabled?: boolean;
|
|
240
|
-
CopySourceSSECustomerAlgorithm?: string;
|
|
241
|
-
CopySourceSSECustomerKey?: string;
|
|
242
|
-
CopySourceSSECustomerKeyMD5?: string;
|
|
243
|
-
RequestPayer?: RequestPayer;
|
|
244
|
-
Tagging?: string;
|
|
245
|
-
ObjectLockMode?: ObjectLockMode;
|
|
246
|
-
ObjectLockRetainUntilDate?: Date;
|
|
247
|
-
ObjectLockLegalHoldStatus?: ObjectLockLegalHoldStatus;
|
|
248
|
-
ExpectedBucketOwner?: string;
|
|
249
|
-
ExpectedSourceBucketOwner?: string;
|
|
229
|
+
Metadata?: Record<string, string> | undefined;
|
|
230
|
+
MetadataDirective?: MetadataDirective | undefined;
|
|
231
|
+
TaggingDirective?: TaggingDirective | undefined;
|
|
232
|
+
ServerSideEncryption?: ServerSideEncryption | undefined;
|
|
233
|
+
StorageClass?: StorageClass | undefined;
|
|
234
|
+
WebsiteRedirectLocation?: string | undefined;
|
|
235
|
+
SSECustomerAlgorithm?: string | undefined;
|
|
236
|
+
SSECustomerKey?: string | undefined;
|
|
237
|
+
SSECustomerKeyMD5?: string | undefined;
|
|
238
|
+
SSEKMSKeyId?: string | undefined;
|
|
239
|
+
SSEKMSEncryptionContext?: string | undefined;
|
|
240
|
+
BucketKeyEnabled?: boolean | undefined;
|
|
241
|
+
CopySourceSSECustomerAlgorithm?: string | undefined;
|
|
242
|
+
CopySourceSSECustomerKey?: string | undefined;
|
|
243
|
+
CopySourceSSECustomerKeyMD5?: string | undefined;
|
|
244
|
+
RequestPayer?: RequestPayer | undefined;
|
|
245
|
+
Tagging?: string | undefined;
|
|
246
|
+
ObjectLockMode?: ObjectLockMode | undefined;
|
|
247
|
+
ObjectLockRetainUntilDate?: Date | undefined;
|
|
248
|
+
ObjectLockLegalHoldStatus?: ObjectLockLegalHoldStatus | undefined;
|
|
249
|
+
ExpectedBucketOwner?: string | undefined;
|
|
250
|
+
ExpectedSourceBucketOwner?: string | undefined;
|
|
250
251
|
}
|
|
251
252
|
export declare class ObjectNotInActiveTierError extends __BaseException {
|
|
252
253
|
readonly name: "ObjectNotInActiveTierError";
|
|
@@ -270,7 +271,7 @@ export declare class BucketAlreadyOwnedByYou extends __BaseException {
|
|
|
270
271
|
);
|
|
271
272
|
}
|
|
272
273
|
export interface CreateBucketOutput {
|
|
273
|
-
Location?: string;
|
|
274
|
+
Location?: string | undefined;
|
|
274
275
|
}
|
|
275
276
|
export declare const BucketCannedACL: {
|
|
276
277
|
readonly authenticated_read: "authenticated-read";
|
|
@@ -290,16 +291,16 @@ export declare const BucketType: {
|
|
|
290
291
|
};
|
|
291
292
|
export type BucketType = (typeof BucketType)[keyof typeof BucketType];
|
|
292
293
|
export interface BucketInfo {
|
|
293
|
-
DataRedundancy?: DataRedundancy;
|
|
294
|
-
Type?: BucketType;
|
|
294
|
+
DataRedundancy?: DataRedundancy | undefined;
|
|
295
|
+
Type?: BucketType | undefined;
|
|
295
296
|
}
|
|
296
297
|
export declare const LocationType: {
|
|
297
298
|
readonly AvailabilityZone: "AvailabilityZone";
|
|
298
299
|
};
|
|
299
300
|
export type LocationType = (typeof LocationType)[keyof typeof LocationType];
|
|
300
301
|
export interface LocationInfo {
|
|
301
|
-
Type?: LocationType;
|
|
302
|
-
Name?: string;
|
|
302
|
+
Type?: LocationType | undefined;
|
|
303
|
+
Name?: string | undefined;
|
|
303
304
|
}
|
|
304
305
|
export declare const BucketLocationConstraint: {
|
|
305
306
|
readonly EU: "EU";
|
|
@@ -334,9 +335,9 @@ export declare const BucketLocationConstraint: {
|
|
|
334
335
|
export type BucketLocationConstraint =
|
|
335
336
|
(typeof BucketLocationConstraint)[keyof typeof BucketLocationConstraint];
|
|
336
337
|
export interface CreateBucketConfiguration {
|
|
337
|
-
LocationConstraint?: BucketLocationConstraint;
|
|
338
|
-
Location?: LocationInfo;
|
|
339
|
-
Bucket?: BucketInfo;
|
|
338
|
+
LocationConstraint?: BucketLocationConstraint | undefined;
|
|
339
|
+
Location?: LocationInfo | undefined;
|
|
340
|
+
Bucket?: BucketInfo | undefined;
|
|
340
341
|
}
|
|
341
342
|
export declare const ObjectOwnership: {
|
|
342
343
|
readonly BucketOwnerEnforced: "BucketOwnerEnforced";
|
|
@@ -346,63 +347,63 @@ export declare const ObjectOwnership: {
|
|
|
346
347
|
export type ObjectOwnership =
|
|
347
348
|
(typeof ObjectOwnership)[keyof typeof ObjectOwnership];
|
|
348
349
|
export interface CreateBucketRequest {
|
|
349
|
-
ACL?: BucketCannedACL;
|
|
350
|
+
ACL?: BucketCannedACL | undefined;
|
|
350
351
|
Bucket: string | undefined;
|
|
351
|
-
CreateBucketConfiguration?: CreateBucketConfiguration;
|
|
352
|
-
GrantFullControl?: string;
|
|
353
|
-
GrantRead?: string;
|
|
354
|
-
GrantReadACP?: string;
|
|
355
|
-
GrantWrite?: string;
|
|
356
|
-
GrantWriteACP?: string;
|
|
357
|
-
ObjectLockEnabledForBucket?: boolean;
|
|
358
|
-
ObjectOwnership?: ObjectOwnership;
|
|
352
|
+
CreateBucketConfiguration?: CreateBucketConfiguration | undefined;
|
|
353
|
+
GrantFullControl?: string | undefined;
|
|
354
|
+
GrantRead?: string | undefined;
|
|
355
|
+
GrantReadACP?: string | undefined;
|
|
356
|
+
GrantWrite?: string | undefined;
|
|
357
|
+
GrantWriteACP?: string | undefined;
|
|
358
|
+
ObjectLockEnabledForBucket?: boolean | undefined;
|
|
359
|
+
ObjectOwnership?: ObjectOwnership | undefined;
|
|
359
360
|
}
|
|
360
361
|
export interface CreateMultipartUploadOutput {
|
|
361
|
-
AbortDate?: Date;
|
|
362
|
-
AbortRuleId?: string;
|
|
363
|
-
Bucket?: string;
|
|
364
|
-
Key?: string;
|
|
365
|
-
UploadId?: string;
|
|
366
|
-
ServerSideEncryption?: ServerSideEncryption;
|
|
367
|
-
SSECustomerAlgorithm?: string;
|
|
368
|
-
SSECustomerKeyMD5?: string;
|
|
369
|
-
SSEKMSKeyId?: string;
|
|
370
|
-
SSEKMSEncryptionContext?: string;
|
|
371
|
-
BucketKeyEnabled?: boolean;
|
|
372
|
-
RequestCharged?: RequestCharged;
|
|
373
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
362
|
+
AbortDate?: Date | undefined;
|
|
363
|
+
AbortRuleId?: string | undefined;
|
|
364
|
+
Bucket?: string | undefined;
|
|
365
|
+
Key?: string | undefined;
|
|
366
|
+
UploadId?: string | undefined;
|
|
367
|
+
ServerSideEncryption?: ServerSideEncryption | undefined;
|
|
368
|
+
SSECustomerAlgorithm?: string | undefined;
|
|
369
|
+
SSECustomerKeyMD5?: string | undefined;
|
|
370
|
+
SSEKMSKeyId?: string | undefined;
|
|
371
|
+
SSEKMSEncryptionContext?: string | undefined;
|
|
372
|
+
BucketKeyEnabled?: boolean | undefined;
|
|
373
|
+
RequestCharged?: RequestCharged | undefined;
|
|
374
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
374
375
|
}
|
|
375
376
|
export interface CreateMultipartUploadRequest {
|
|
376
|
-
ACL?: ObjectCannedACL;
|
|
377
|
-
Bucket: string | undefined;
|
|
378
|
-
CacheControl?: string;
|
|
379
|
-
ContentDisposition?: string;
|
|
380
|
-
ContentEncoding?: string;
|
|
381
|
-
ContentLanguage?: string;
|
|
382
|
-
ContentType?: string;
|
|
383
|
-
Expires?: Date;
|
|
384
|
-
GrantFullControl?: string;
|
|
385
|
-
GrantRead?: string;
|
|
386
|
-
GrantReadACP?: string;
|
|
387
|
-
GrantWriteACP?: string;
|
|
377
|
+
ACL?: ObjectCannedACL | undefined;
|
|
378
|
+
Bucket: string | undefined;
|
|
379
|
+
CacheControl?: string | undefined;
|
|
380
|
+
ContentDisposition?: string | undefined;
|
|
381
|
+
ContentEncoding?: string | undefined;
|
|
382
|
+
ContentLanguage?: string | undefined;
|
|
383
|
+
ContentType?: string | undefined;
|
|
384
|
+
Expires?: Date | undefined;
|
|
385
|
+
GrantFullControl?: string | undefined;
|
|
386
|
+
GrantRead?: string | undefined;
|
|
387
|
+
GrantReadACP?: string | undefined;
|
|
388
|
+
GrantWriteACP?: string | undefined;
|
|
388
389
|
Key: string | undefined;
|
|
389
|
-
Metadata?: Record<string, string
|
|
390
|
-
ServerSideEncryption?: ServerSideEncryption;
|
|
391
|
-
StorageClass?: StorageClass;
|
|
392
|
-
WebsiteRedirectLocation?: string;
|
|
393
|
-
SSECustomerAlgorithm?: string;
|
|
394
|
-
SSECustomerKey?: string;
|
|
395
|
-
SSECustomerKeyMD5?: string;
|
|
396
|
-
SSEKMSKeyId?: string;
|
|
397
|
-
SSEKMSEncryptionContext?: string;
|
|
398
|
-
BucketKeyEnabled?: boolean;
|
|
399
|
-
RequestPayer?: RequestPayer;
|
|
400
|
-
Tagging?: string;
|
|
401
|
-
ObjectLockMode?: ObjectLockMode;
|
|
402
|
-
ObjectLockRetainUntilDate?: Date;
|
|
403
|
-
ObjectLockLegalHoldStatus?: ObjectLockLegalHoldStatus;
|
|
404
|
-
ExpectedBucketOwner?: string;
|
|
405
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
390
|
+
Metadata?: Record<string, string> | undefined;
|
|
391
|
+
ServerSideEncryption?: ServerSideEncryption | undefined;
|
|
392
|
+
StorageClass?: StorageClass | undefined;
|
|
393
|
+
WebsiteRedirectLocation?: string | undefined;
|
|
394
|
+
SSECustomerAlgorithm?: string | undefined;
|
|
395
|
+
SSECustomerKey?: string | undefined;
|
|
396
|
+
SSECustomerKeyMD5?: string | undefined;
|
|
397
|
+
SSEKMSKeyId?: string | undefined;
|
|
398
|
+
SSEKMSEncryptionContext?: string | undefined;
|
|
399
|
+
BucketKeyEnabled?: boolean | undefined;
|
|
400
|
+
RequestPayer?: RequestPayer | undefined;
|
|
401
|
+
Tagging?: string | undefined;
|
|
402
|
+
ObjectLockMode?: ObjectLockMode | undefined;
|
|
403
|
+
ObjectLockRetainUntilDate?: Date | undefined;
|
|
404
|
+
ObjectLockLegalHoldStatus?: ObjectLockLegalHoldStatus | undefined;
|
|
405
|
+
ExpectedBucketOwner?: string | undefined;
|
|
406
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
406
407
|
}
|
|
407
408
|
export interface SessionCredentials {
|
|
408
409
|
AccessKeyId: string | undefined;
|
|
@@ -411,10 +412,10 @@ export interface SessionCredentials {
|
|
|
411
412
|
Expiration: Date | undefined;
|
|
412
413
|
}
|
|
413
414
|
export interface CreateSessionOutput {
|
|
414
|
-
ServerSideEncryption?: ServerSideEncryption;
|
|
415
|
-
SSEKMSKeyId?: string;
|
|
416
|
-
SSEKMSEncryptionContext?: string;
|
|
417
|
-
BucketKeyEnabled?: boolean;
|
|
415
|
+
ServerSideEncryption?: ServerSideEncryption | undefined;
|
|
416
|
+
SSEKMSKeyId?: string | undefined;
|
|
417
|
+
SSEKMSEncryptionContext?: string | undefined;
|
|
418
|
+
BucketKeyEnabled?: boolean | undefined;
|
|
418
419
|
Credentials: SessionCredentials | undefined;
|
|
419
420
|
}
|
|
420
421
|
export declare const SessionMode: {
|
|
@@ -423,12 +424,12 @@ export declare const SessionMode: {
|
|
|
423
424
|
};
|
|
424
425
|
export type SessionMode = (typeof SessionMode)[keyof typeof SessionMode];
|
|
425
426
|
export interface CreateSessionRequest {
|
|
426
|
-
SessionMode?: SessionMode;
|
|
427
|
+
SessionMode?: SessionMode | undefined;
|
|
427
428
|
Bucket: string | undefined;
|
|
428
|
-
ServerSideEncryption?: ServerSideEncryption;
|
|
429
|
-
SSEKMSKeyId?: string;
|
|
430
|
-
SSEKMSEncryptionContext?: string;
|
|
431
|
-
BucketKeyEnabled?: boolean;
|
|
429
|
+
ServerSideEncryption?: ServerSideEncryption | undefined;
|
|
430
|
+
SSEKMSKeyId?: string | undefined;
|
|
431
|
+
SSEKMSEncryptionContext?: string | undefined;
|
|
432
|
+
BucketKeyEnabled?: boolean | undefined;
|
|
432
433
|
}
|
|
433
434
|
export declare class NoSuchBucket extends __BaseException {
|
|
434
435
|
readonly name: "NoSuchBucket";
|
|
@@ -437,20 +438,20 @@ export declare class NoSuchBucket extends __BaseException {
|
|
|
437
438
|
}
|
|
438
439
|
export interface DeleteBucketRequest {
|
|
439
440
|
Bucket: string | undefined;
|
|
440
|
-
ExpectedBucketOwner?: string;
|
|
441
|
+
ExpectedBucketOwner?: string | undefined;
|
|
441
442
|
}
|
|
442
443
|
export interface DeleteBucketAnalyticsConfigurationRequest {
|
|
443
444
|
Bucket: string | undefined;
|
|
444
445
|
Id: string | undefined;
|
|
445
|
-
ExpectedBucketOwner?: string;
|
|
446
|
+
ExpectedBucketOwner?: string | undefined;
|
|
446
447
|
}
|
|
447
448
|
export interface DeleteBucketCorsRequest {
|
|
448
449
|
Bucket: string | undefined;
|
|
449
|
-
ExpectedBucketOwner?: string;
|
|
450
|
+
ExpectedBucketOwner?: string | undefined;
|
|
450
451
|
}
|
|
451
452
|
export interface DeleteBucketEncryptionRequest {
|
|
452
453
|
Bucket: string | undefined;
|
|
453
|
-
ExpectedBucketOwner?: string;
|
|
454
|
+
ExpectedBucketOwner?: string | undefined;
|
|
454
455
|
}
|
|
455
456
|
export interface DeleteBucketIntelligentTieringConfigurationRequest {
|
|
456
457
|
Bucket: string | undefined;
|
|
@@ -459,122 +460,128 @@ export interface DeleteBucketIntelligentTieringConfigurationRequest {
|
|
|
459
460
|
export interface DeleteBucketInventoryConfigurationRequest {
|
|
460
461
|
Bucket: string | undefined;
|
|
461
462
|
Id: string | undefined;
|
|
462
|
-
ExpectedBucketOwner?: string;
|
|
463
|
+
ExpectedBucketOwner?: string | undefined;
|
|
463
464
|
}
|
|
464
465
|
export interface DeleteBucketLifecycleRequest {
|
|
465
466
|
Bucket: string | undefined;
|
|
466
|
-
ExpectedBucketOwner?: string;
|
|
467
|
+
ExpectedBucketOwner?: string | undefined;
|
|
467
468
|
}
|
|
468
469
|
export interface DeleteBucketMetricsConfigurationRequest {
|
|
469
470
|
Bucket: string | undefined;
|
|
470
471
|
Id: string | undefined;
|
|
471
|
-
ExpectedBucketOwner?: string;
|
|
472
|
+
ExpectedBucketOwner?: string | undefined;
|
|
472
473
|
}
|
|
473
474
|
export interface DeleteBucketOwnershipControlsRequest {
|
|
474
475
|
Bucket: string | undefined;
|
|
475
|
-
ExpectedBucketOwner?: string;
|
|
476
|
+
ExpectedBucketOwner?: string | undefined;
|
|
476
477
|
}
|
|
477
478
|
export interface DeleteBucketPolicyRequest {
|
|
478
479
|
Bucket: string | undefined;
|
|
479
|
-
ExpectedBucketOwner?: string;
|
|
480
|
+
ExpectedBucketOwner?: string | undefined;
|
|
480
481
|
}
|
|
481
482
|
export interface DeleteBucketReplicationRequest {
|
|
482
483
|
Bucket: string | undefined;
|
|
483
|
-
ExpectedBucketOwner?: string;
|
|
484
|
+
ExpectedBucketOwner?: string | undefined;
|
|
484
485
|
}
|
|
485
486
|
export interface DeleteBucketTaggingRequest {
|
|
486
487
|
Bucket: string | undefined;
|
|
487
|
-
ExpectedBucketOwner?: string;
|
|
488
|
+
ExpectedBucketOwner?: string | undefined;
|
|
488
489
|
}
|
|
489
490
|
export interface DeleteBucketWebsiteRequest {
|
|
490
491
|
Bucket: string | undefined;
|
|
491
|
-
ExpectedBucketOwner?: string;
|
|
492
|
+
ExpectedBucketOwner?: string | undefined;
|
|
492
493
|
}
|
|
493
494
|
export interface DeleteObjectOutput {
|
|
494
|
-
DeleteMarker?: boolean;
|
|
495
|
-
VersionId?: string;
|
|
496
|
-
RequestCharged?: RequestCharged;
|
|
495
|
+
DeleteMarker?: boolean | undefined;
|
|
496
|
+
VersionId?: string | undefined;
|
|
497
|
+
RequestCharged?: RequestCharged | undefined;
|
|
497
498
|
}
|
|
498
499
|
export interface DeleteObjectRequest {
|
|
499
500
|
Bucket: string | undefined;
|
|
500
501
|
Key: string | undefined;
|
|
501
|
-
MFA?: string;
|
|
502
|
-
VersionId?: string;
|
|
503
|
-
RequestPayer?: RequestPayer;
|
|
504
|
-
BypassGovernanceRetention?: boolean;
|
|
505
|
-
ExpectedBucketOwner?: string;
|
|
502
|
+
MFA?: string | undefined;
|
|
503
|
+
VersionId?: string | undefined;
|
|
504
|
+
RequestPayer?: RequestPayer | undefined;
|
|
505
|
+
BypassGovernanceRetention?: boolean | undefined;
|
|
506
|
+
ExpectedBucketOwner?: string | undefined;
|
|
507
|
+
IfMatch?: string | undefined;
|
|
508
|
+
IfMatchLastModifiedTime?: Date | undefined;
|
|
509
|
+
IfMatchSize?: number | undefined;
|
|
506
510
|
}
|
|
507
511
|
export interface DeletedObject {
|
|
508
|
-
Key?: string;
|
|
509
|
-
VersionId?: string;
|
|
510
|
-
DeleteMarker?: boolean;
|
|
511
|
-
DeleteMarkerVersionId?: string;
|
|
512
|
+
Key?: string | undefined;
|
|
513
|
+
VersionId?: string | undefined;
|
|
514
|
+
DeleteMarker?: boolean | undefined;
|
|
515
|
+
DeleteMarkerVersionId?: string | undefined;
|
|
512
516
|
}
|
|
513
517
|
export interface _Error {
|
|
514
|
-
Key?: string;
|
|
515
|
-
VersionId?: string;
|
|
516
|
-
Code?: string;
|
|
517
|
-
Message?: string;
|
|
518
|
+
Key?: string | undefined;
|
|
519
|
+
VersionId?: string | undefined;
|
|
520
|
+
Code?: string | undefined;
|
|
521
|
+
Message?: string | undefined;
|
|
518
522
|
}
|
|
519
523
|
export interface DeleteObjectsOutput {
|
|
520
|
-
Deleted?: DeletedObject[];
|
|
521
|
-
RequestCharged?: RequestCharged;
|
|
522
|
-
Errors?: _Error[];
|
|
524
|
+
Deleted?: DeletedObject[] | undefined;
|
|
525
|
+
RequestCharged?: RequestCharged | undefined;
|
|
526
|
+
Errors?: _Error[] | undefined;
|
|
523
527
|
}
|
|
524
528
|
export interface ObjectIdentifier {
|
|
525
529
|
Key: string | undefined;
|
|
526
|
-
VersionId?: string;
|
|
530
|
+
VersionId?: string | undefined;
|
|
531
|
+
ETag?: string | undefined;
|
|
532
|
+
LastModifiedTime?: Date | undefined;
|
|
533
|
+
Size?: number | undefined;
|
|
527
534
|
}
|
|
528
535
|
export interface Delete {
|
|
529
536
|
Objects: ObjectIdentifier[] | undefined;
|
|
530
|
-
Quiet?: boolean;
|
|
537
|
+
Quiet?: boolean | undefined;
|
|
531
538
|
}
|
|
532
539
|
export interface DeleteObjectsRequest {
|
|
533
540
|
Bucket: string | undefined;
|
|
534
541
|
Delete: Delete | undefined;
|
|
535
|
-
MFA?: string;
|
|
536
|
-
RequestPayer?: RequestPayer;
|
|
537
|
-
BypassGovernanceRetention?: boolean;
|
|
538
|
-
ExpectedBucketOwner?: string;
|
|
539
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
542
|
+
MFA?: string | undefined;
|
|
543
|
+
RequestPayer?: RequestPayer | undefined;
|
|
544
|
+
BypassGovernanceRetention?: boolean | undefined;
|
|
545
|
+
ExpectedBucketOwner?: string | undefined;
|
|
546
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
540
547
|
}
|
|
541
548
|
export interface DeleteObjectTaggingOutput {
|
|
542
|
-
VersionId?: string;
|
|
549
|
+
VersionId?: string | undefined;
|
|
543
550
|
}
|
|
544
551
|
export interface DeleteObjectTaggingRequest {
|
|
545
552
|
Bucket: string | undefined;
|
|
546
553
|
Key: string | undefined;
|
|
547
|
-
VersionId?: string;
|
|
548
|
-
ExpectedBucketOwner?: string;
|
|
554
|
+
VersionId?: string | undefined;
|
|
555
|
+
ExpectedBucketOwner?: string | undefined;
|
|
549
556
|
}
|
|
550
557
|
export interface DeletePublicAccessBlockRequest {
|
|
551
558
|
Bucket: string | undefined;
|
|
552
|
-
ExpectedBucketOwner?: string;
|
|
559
|
+
ExpectedBucketOwner?: string | undefined;
|
|
553
560
|
}
|
|
554
561
|
export interface GetBucketAccelerateConfigurationOutput {
|
|
555
|
-
Status?: BucketAccelerateStatus;
|
|
556
|
-
RequestCharged?: RequestCharged;
|
|
562
|
+
Status?: BucketAccelerateStatus | undefined;
|
|
563
|
+
RequestCharged?: RequestCharged | undefined;
|
|
557
564
|
}
|
|
558
565
|
export interface GetBucketAccelerateConfigurationRequest {
|
|
559
566
|
Bucket: string | undefined;
|
|
560
|
-
ExpectedBucketOwner?: string;
|
|
561
|
-
RequestPayer?: RequestPayer;
|
|
567
|
+
ExpectedBucketOwner?: string | undefined;
|
|
568
|
+
RequestPayer?: RequestPayer | undefined;
|
|
562
569
|
}
|
|
563
570
|
export interface GetBucketAclOutput {
|
|
564
|
-
Owner?: Owner;
|
|
565
|
-
Grants?: Grant[];
|
|
571
|
+
Owner?: Owner | undefined;
|
|
572
|
+
Grants?: Grant[] | undefined;
|
|
566
573
|
}
|
|
567
574
|
export interface GetBucketAclRequest {
|
|
568
575
|
Bucket: string | undefined;
|
|
569
|
-
ExpectedBucketOwner?: string;
|
|
576
|
+
ExpectedBucketOwner?: string | undefined;
|
|
570
577
|
}
|
|
571
578
|
export interface Tag {
|
|
572
579
|
Key: string | undefined;
|
|
573
580
|
Value: string | undefined;
|
|
574
581
|
}
|
|
575
582
|
export interface AnalyticsAndOperator {
|
|
576
|
-
Prefix?: string;
|
|
577
|
-
Tags?: Tag[];
|
|
583
|
+
Prefix?: string | undefined;
|
|
584
|
+
Tags?: Tag[] | undefined;
|
|
578
585
|
}
|
|
579
586
|
export type AnalyticsFilter =
|
|
580
587
|
| AnalyticsFilter.AndMember
|
|
@@ -621,9 +628,9 @@ export type AnalyticsS3ExportFileFormat =
|
|
|
621
628
|
(typeof AnalyticsS3ExportFileFormat)[keyof typeof AnalyticsS3ExportFileFormat];
|
|
622
629
|
export interface AnalyticsS3BucketDestination {
|
|
623
630
|
Format: AnalyticsS3ExportFileFormat | undefined;
|
|
624
|
-
BucketAccountId?: string;
|
|
631
|
+
BucketAccountId?: string | undefined;
|
|
625
632
|
Bucket: string | undefined;
|
|
626
|
-
Prefix?: string;
|
|
633
|
+
Prefix?: string | undefined;
|
|
627
634
|
}
|
|
628
635
|
export interface AnalyticsExportDestination {
|
|
629
636
|
S3BucketDestination: AnalyticsS3BucketDestination | undefined;
|
|
@@ -638,62 +645,66 @@ export interface StorageClassAnalysisDataExport {
|
|
|
638
645
|
Destination: AnalyticsExportDestination | undefined;
|
|
639
646
|
}
|
|
640
647
|
export interface StorageClassAnalysis {
|
|
641
|
-
DataExport?: StorageClassAnalysisDataExport;
|
|
648
|
+
DataExport?: StorageClassAnalysisDataExport | undefined;
|
|
642
649
|
}
|
|
643
650
|
export interface AnalyticsConfiguration {
|
|
644
651
|
Id: string | undefined;
|
|
645
|
-
Filter?: AnalyticsFilter;
|
|
652
|
+
Filter?: AnalyticsFilter | undefined;
|
|
646
653
|
StorageClassAnalysis: StorageClassAnalysis | undefined;
|
|
647
654
|
}
|
|
648
655
|
export interface GetBucketAnalyticsConfigurationOutput {
|
|
649
|
-
AnalyticsConfiguration?: AnalyticsConfiguration;
|
|
656
|
+
AnalyticsConfiguration?: AnalyticsConfiguration | undefined;
|
|
650
657
|
}
|
|
651
658
|
export interface GetBucketAnalyticsConfigurationRequest {
|
|
652
659
|
Bucket: string | undefined;
|
|
653
660
|
Id: string | undefined;
|
|
654
|
-
ExpectedBucketOwner?: string;
|
|
661
|
+
ExpectedBucketOwner?: string | undefined;
|
|
655
662
|
}
|
|
656
663
|
export interface CORSRule {
|
|
657
|
-
ID?: string;
|
|
658
|
-
AllowedHeaders?: string[];
|
|
664
|
+
ID?: string | undefined;
|
|
665
|
+
AllowedHeaders?: string[] | undefined;
|
|
659
666
|
AllowedMethods: string[] | undefined;
|
|
660
667
|
AllowedOrigins: string[] | undefined;
|
|
661
|
-
ExposeHeaders?: string[];
|
|
662
|
-
MaxAgeSeconds?: number;
|
|
668
|
+
ExposeHeaders?: string[] | undefined;
|
|
669
|
+
MaxAgeSeconds?: number | undefined;
|
|
663
670
|
}
|
|
664
671
|
export interface GetBucketCorsOutput {
|
|
665
|
-
CORSRules?: CORSRule[];
|
|
672
|
+
CORSRules?: CORSRule[] | undefined;
|
|
666
673
|
}
|
|
667
674
|
export interface GetBucketCorsRequest {
|
|
668
675
|
Bucket: string | undefined;
|
|
669
|
-
ExpectedBucketOwner?: string;
|
|
676
|
+
ExpectedBucketOwner?: string | undefined;
|
|
670
677
|
}
|
|
671
678
|
export interface ServerSideEncryptionByDefault {
|
|
672
679
|
SSEAlgorithm: ServerSideEncryption | undefined;
|
|
673
|
-
KMSMasterKeyID?: string;
|
|
680
|
+
KMSMasterKeyID?: string | undefined;
|
|
674
681
|
}
|
|
675
682
|
export interface ServerSideEncryptionRule {
|
|
676
|
-
ApplyServerSideEncryptionByDefault?:
|
|
677
|
-
|
|
683
|
+
ApplyServerSideEncryptionByDefault?:
|
|
684
|
+
| ServerSideEncryptionByDefault
|
|
685
|
+
| undefined;
|
|
686
|
+
BucketKeyEnabled?: boolean | undefined;
|
|
678
687
|
}
|
|
679
688
|
export interface ServerSideEncryptionConfiguration {
|
|
680
689
|
Rules: ServerSideEncryptionRule[] | undefined;
|
|
681
690
|
}
|
|
682
691
|
export interface GetBucketEncryptionOutput {
|
|
683
|
-
ServerSideEncryptionConfiguration?:
|
|
692
|
+
ServerSideEncryptionConfiguration?:
|
|
693
|
+
| ServerSideEncryptionConfiguration
|
|
694
|
+
| undefined;
|
|
684
695
|
}
|
|
685
696
|
export interface GetBucketEncryptionRequest {
|
|
686
697
|
Bucket: string | undefined;
|
|
687
|
-
ExpectedBucketOwner?: string;
|
|
698
|
+
ExpectedBucketOwner?: string | undefined;
|
|
688
699
|
}
|
|
689
700
|
export interface IntelligentTieringAndOperator {
|
|
690
|
-
Prefix?: string;
|
|
691
|
-
Tags?: Tag[];
|
|
701
|
+
Prefix?: string | undefined;
|
|
702
|
+
Tags?: Tag[] | undefined;
|
|
692
703
|
}
|
|
693
704
|
export interface IntelligentTieringFilter {
|
|
694
|
-
Prefix?: string;
|
|
695
|
-
Tag?: Tag;
|
|
696
|
-
And?: IntelligentTieringAndOperator;
|
|
705
|
+
Prefix?: string | undefined;
|
|
706
|
+
Tag?: Tag | undefined;
|
|
707
|
+
And?: IntelligentTieringAndOperator | undefined;
|
|
697
708
|
}
|
|
698
709
|
export declare const IntelligentTieringStatus: {
|
|
699
710
|
readonly Disabled: "Disabled";
|
|
@@ -713,12 +724,12 @@ export interface Tiering {
|
|
|
713
724
|
}
|
|
714
725
|
export interface IntelligentTieringConfiguration {
|
|
715
726
|
Id: string | undefined;
|
|
716
|
-
Filter?: IntelligentTieringFilter;
|
|
727
|
+
Filter?: IntelligentTieringFilter | undefined;
|
|
717
728
|
Status: IntelligentTieringStatus | undefined;
|
|
718
729
|
Tierings: Tiering[] | undefined;
|
|
719
730
|
}
|
|
720
731
|
export interface GetBucketIntelligentTieringConfigurationOutput {
|
|
721
|
-
IntelligentTieringConfiguration?: IntelligentTieringConfiguration;
|
|
732
|
+
IntelligentTieringConfiguration?: IntelligentTieringConfiguration | undefined;
|
|
722
733
|
}
|
|
723
734
|
export interface GetBucketIntelligentTieringConfigurationRequest {
|
|
724
735
|
Bucket: string | undefined;
|
|
@@ -729,8 +740,8 @@ export interface SSEKMS {
|
|
|
729
740
|
}
|
|
730
741
|
export interface SSES3 {}
|
|
731
742
|
export interface InventoryEncryption {
|
|
732
|
-
SSES3?: SSES3;
|
|
733
|
-
SSEKMS?: SSEKMS;
|
|
743
|
+
SSES3?: SSES3 | undefined;
|
|
744
|
+
SSEKMS?: SSEKMS | undefined;
|
|
734
745
|
}
|
|
735
746
|
export declare const InventoryFormat: {
|
|
736
747
|
readonly CSV: "CSV";
|
|
@@ -740,11 +751,11 @@ export declare const InventoryFormat: {
|
|
|
740
751
|
export type InventoryFormat =
|
|
741
752
|
(typeof InventoryFormat)[keyof typeof InventoryFormat];
|
|
742
753
|
export interface InventoryS3BucketDestination {
|
|
743
|
-
AccountId?: string;
|
|
754
|
+
AccountId?: string | undefined;
|
|
744
755
|
Bucket: string | undefined;
|
|
745
756
|
Format: InventoryFormat | undefined;
|
|
746
|
-
Prefix?: string;
|
|
747
|
-
Encryption?: InventoryEncryption;
|
|
757
|
+
Prefix?: string | undefined;
|
|
758
|
+
Encryption?: InventoryEncryption | undefined;
|
|
748
759
|
}
|
|
749
760
|
export interface InventoryDestination {
|
|
750
761
|
S3BucketDestination: InventoryS3BucketDestination | undefined;
|
|
@@ -789,100 +800,41 @@ export interface InventorySchedule {
|
|
|
789
800
|
export interface InventoryConfiguration {
|
|
790
801
|
Destination: InventoryDestination | undefined;
|
|
791
802
|
IsEnabled: boolean | undefined;
|
|
792
|
-
Filter?: InventoryFilter;
|
|
803
|
+
Filter?: InventoryFilter | undefined;
|
|
793
804
|
Id: string | undefined;
|
|
794
805
|
IncludedObjectVersions: InventoryIncludedObjectVersions | undefined;
|
|
795
|
-
OptionalFields?: InventoryOptionalField[];
|
|
806
|
+
OptionalFields?: InventoryOptionalField[] | undefined;
|
|
796
807
|
Schedule: InventorySchedule | undefined;
|
|
797
808
|
}
|
|
798
809
|
export interface GetBucketInventoryConfigurationOutput {
|
|
799
|
-
InventoryConfiguration?: InventoryConfiguration;
|
|
810
|
+
InventoryConfiguration?: InventoryConfiguration | undefined;
|
|
800
811
|
}
|
|
801
812
|
export interface GetBucketInventoryConfigurationRequest {
|
|
802
813
|
Bucket: string | undefined;
|
|
803
814
|
Id: string | undefined;
|
|
804
|
-
ExpectedBucketOwner?: string;
|
|
815
|
+
ExpectedBucketOwner?: string | undefined;
|
|
805
816
|
}
|
|
806
817
|
export interface LifecycleExpiration {
|
|
807
|
-
Date?: Date;
|
|
808
|
-
Days?: number;
|
|
809
|
-
ExpiredObjectDeleteMarker?: boolean;
|
|
818
|
+
Date?: Date | undefined;
|
|
819
|
+
Days?: number | undefined;
|
|
820
|
+
ExpiredObjectDeleteMarker?: boolean | undefined;
|
|
810
821
|
}
|
|
811
822
|
export interface LifecycleRuleAndOperator {
|
|
812
|
-
Prefix?: string;
|
|
813
|
-
Tags?: Tag[];
|
|
814
|
-
ObjectSizeGreaterThan?: number;
|
|
815
|
-
ObjectSizeLessThan?: number;
|
|
816
|
-
}
|
|
817
|
-
export
|
|
818
|
-
|
|
|
819
|
-
|
|
|
820
|
-
|
|
|
821
|
-
|
|
|
822
|
-
|
|
|
823
|
-
| LifecycleRuleFilter.$UnknownMember;
|
|
824
|
-
export declare namespace LifecycleRuleFilter {
|
|
825
|
-
interface PrefixMember {
|
|
826
|
-
Prefix: string;
|
|
827
|
-
Tag?: never;
|
|
828
|
-
ObjectSizeGreaterThan?: never;
|
|
829
|
-
ObjectSizeLessThan?: never;
|
|
830
|
-
And?: never;
|
|
831
|
-
$unknown?: never;
|
|
832
|
-
}
|
|
833
|
-
interface TagMember {
|
|
834
|
-
Prefix?: never;
|
|
835
|
-
Tag: Tag;
|
|
836
|
-
ObjectSizeGreaterThan?: never;
|
|
837
|
-
ObjectSizeLessThan?: never;
|
|
838
|
-
And?: never;
|
|
839
|
-
$unknown?: never;
|
|
840
|
-
}
|
|
841
|
-
interface ObjectSizeGreaterThanMember {
|
|
842
|
-
Prefix?: never;
|
|
843
|
-
Tag?: never;
|
|
844
|
-
ObjectSizeGreaterThan: number;
|
|
845
|
-
ObjectSizeLessThan?: never;
|
|
846
|
-
And?: never;
|
|
847
|
-
$unknown?: never;
|
|
848
|
-
}
|
|
849
|
-
interface ObjectSizeLessThanMember {
|
|
850
|
-
Prefix?: never;
|
|
851
|
-
Tag?: never;
|
|
852
|
-
ObjectSizeGreaterThan?: never;
|
|
853
|
-
ObjectSizeLessThan: number;
|
|
854
|
-
And?: never;
|
|
855
|
-
$unknown?: never;
|
|
856
|
-
}
|
|
857
|
-
interface AndMember {
|
|
858
|
-
Prefix?: never;
|
|
859
|
-
Tag?: never;
|
|
860
|
-
ObjectSizeGreaterThan?: never;
|
|
861
|
-
ObjectSizeLessThan?: never;
|
|
862
|
-
And: LifecycleRuleAndOperator;
|
|
863
|
-
$unknown?: never;
|
|
864
|
-
}
|
|
865
|
-
interface $UnknownMember {
|
|
866
|
-
Prefix?: never;
|
|
867
|
-
Tag?: never;
|
|
868
|
-
ObjectSizeGreaterThan?: never;
|
|
869
|
-
ObjectSizeLessThan?: never;
|
|
870
|
-
And?: never;
|
|
871
|
-
$unknown: [string, any];
|
|
872
|
-
}
|
|
873
|
-
interface Visitor<T> {
|
|
874
|
-
Prefix: (value: string) => T;
|
|
875
|
-
Tag: (value: Tag) => T;
|
|
876
|
-
ObjectSizeGreaterThan: (value: number) => T;
|
|
877
|
-
ObjectSizeLessThan: (value: number) => T;
|
|
878
|
-
And: (value: LifecycleRuleAndOperator) => T;
|
|
879
|
-
_: (name: string, value: any) => T;
|
|
880
|
-
}
|
|
881
|
-
const visit: <T>(value: LifecycleRuleFilter, visitor: Visitor<T>) => T;
|
|
823
|
+
Prefix?: string | undefined;
|
|
824
|
+
Tags?: Tag[] | undefined;
|
|
825
|
+
ObjectSizeGreaterThan?: number | undefined;
|
|
826
|
+
ObjectSizeLessThan?: number | undefined;
|
|
827
|
+
}
|
|
828
|
+
export interface LifecycleRuleFilter {
|
|
829
|
+
Prefix?: string | undefined;
|
|
830
|
+
Tag?: Tag | undefined;
|
|
831
|
+
ObjectSizeGreaterThan?: number | undefined;
|
|
832
|
+
ObjectSizeLessThan?: number | undefined;
|
|
833
|
+
And?: LifecycleRuleAndOperator | undefined;
|
|
882
834
|
}
|
|
883
835
|
export interface NoncurrentVersionExpiration {
|
|
884
|
-
NoncurrentDays?: number;
|
|
885
|
-
NewerNoncurrentVersions?: number;
|
|
836
|
+
NoncurrentDays?: number | undefined;
|
|
837
|
+
NewerNoncurrentVersions?: number | undefined;
|
|
886
838
|
}
|
|
887
839
|
export declare const TransitionStorageClass: {
|
|
888
840
|
readonly DEEP_ARCHIVE: "DEEP_ARCHIVE";
|
|
@@ -895,9 +847,9 @@ export declare const TransitionStorageClass: {
|
|
|
895
847
|
export type TransitionStorageClass =
|
|
896
848
|
(typeof TransitionStorageClass)[keyof typeof TransitionStorageClass];
|
|
897
849
|
export interface NoncurrentVersionTransition {
|
|
898
|
-
NoncurrentDays?: number;
|
|
899
|
-
StorageClass?: TransitionStorageClass;
|
|
900
|
-
NewerNoncurrentVersions?: number;
|
|
850
|
+
NoncurrentDays?: number | undefined;
|
|
851
|
+
StorageClass?: TransitionStorageClass | undefined;
|
|
852
|
+
NewerNoncurrentVersions?: number | undefined;
|
|
901
853
|
}
|
|
902
854
|
export declare const ExpirationStatus: {
|
|
903
855
|
readonly Disabled: "Disabled";
|
|
@@ -906,34 +858,43 @@ export declare const ExpirationStatus: {
|
|
|
906
858
|
export type ExpirationStatus =
|
|
907
859
|
(typeof ExpirationStatus)[keyof typeof ExpirationStatus];
|
|
908
860
|
export interface Transition {
|
|
909
|
-
Date?: Date;
|
|
910
|
-
Days?: number;
|
|
911
|
-
StorageClass?: TransitionStorageClass;
|
|
861
|
+
Date?: Date | undefined;
|
|
862
|
+
Days?: number | undefined;
|
|
863
|
+
StorageClass?: TransitionStorageClass | undefined;
|
|
912
864
|
}
|
|
913
865
|
export interface LifecycleRule {
|
|
914
|
-
Expiration?: LifecycleExpiration;
|
|
915
|
-
ID?: string;
|
|
916
|
-
Prefix?: string;
|
|
917
|
-
Filter?: LifecycleRuleFilter;
|
|
866
|
+
Expiration?: LifecycleExpiration | undefined;
|
|
867
|
+
ID?: string | undefined;
|
|
868
|
+
Prefix?: string | undefined;
|
|
869
|
+
Filter?: LifecycleRuleFilter | undefined;
|
|
918
870
|
Status: ExpirationStatus | undefined;
|
|
919
|
-
Transitions?: Transition[];
|
|
920
|
-
NoncurrentVersionTransitions?: NoncurrentVersionTransition[];
|
|
921
|
-
NoncurrentVersionExpiration?: NoncurrentVersionExpiration;
|
|
922
|
-
AbortIncompleteMultipartUpload?: AbortIncompleteMultipartUpload;
|
|
923
|
-
}
|
|
871
|
+
Transitions?: Transition[] | undefined;
|
|
872
|
+
NoncurrentVersionTransitions?: NoncurrentVersionTransition[] | undefined;
|
|
873
|
+
NoncurrentVersionExpiration?: NoncurrentVersionExpiration | undefined;
|
|
874
|
+
AbortIncompleteMultipartUpload?: AbortIncompleteMultipartUpload | undefined;
|
|
875
|
+
}
|
|
876
|
+
export declare const TransitionDefaultMinimumObjectSize: {
|
|
877
|
+
readonly all_storage_classes_128K: "all_storage_classes_128K";
|
|
878
|
+
readonly varies_by_storage_class: "varies_by_storage_class";
|
|
879
|
+
};
|
|
880
|
+
export type TransitionDefaultMinimumObjectSize =
|
|
881
|
+
(typeof TransitionDefaultMinimumObjectSize)[keyof typeof TransitionDefaultMinimumObjectSize];
|
|
924
882
|
export interface GetBucketLifecycleConfigurationOutput {
|
|
925
|
-
Rules?: LifecycleRule[];
|
|
883
|
+
Rules?: LifecycleRule[] | undefined;
|
|
884
|
+
TransitionDefaultMinimumObjectSize?:
|
|
885
|
+
| TransitionDefaultMinimumObjectSize
|
|
886
|
+
| undefined;
|
|
926
887
|
}
|
|
927
888
|
export interface GetBucketLifecycleConfigurationRequest {
|
|
928
889
|
Bucket: string | undefined;
|
|
929
|
-
ExpectedBucketOwner?: string;
|
|
890
|
+
ExpectedBucketOwner?: string | undefined;
|
|
930
891
|
}
|
|
931
892
|
export interface GetBucketLocationOutput {
|
|
932
|
-
LocationConstraint?: BucketLocationConstraint;
|
|
893
|
+
LocationConstraint?: BucketLocationConstraint | undefined;
|
|
933
894
|
}
|
|
934
895
|
export interface GetBucketLocationRequest {
|
|
935
896
|
Bucket: string | undefined;
|
|
936
|
-
ExpectedBucketOwner?: string;
|
|
897
|
+
ExpectedBucketOwner?: string | undefined;
|
|
937
898
|
}
|
|
938
899
|
export declare const BucketLogsPermission: {
|
|
939
900
|
readonly FULL_CONTROL: "FULL_CONTROL";
|
|
@@ -943,8 +904,8 @@ export declare const BucketLogsPermission: {
|
|
|
943
904
|
export type BucketLogsPermission =
|
|
944
905
|
(typeof BucketLogsPermission)[keyof typeof BucketLogsPermission];
|
|
945
906
|
export interface TargetGrant {
|
|
946
|
-
Grantee?: Grantee;
|
|
947
|
-
Permission?: BucketLogsPermission;
|
|
907
|
+
Grantee?: Grantee | undefined;
|
|
908
|
+
Permission?: BucketLogsPermission | undefined;
|
|
948
909
|
}
|
|
949
910
|
export declare const PartitionDateSource: {
|
|
950
911
|
readonly DeliveryTime: "DeliveryTime";
|
|
@@ -953,30 +914,30 @@ export declare const PartitionDateSource: {
|
|
|
953
914
|
export type PartitionDateSource =
|
|
954
915
|
(typeof PartitionDateSource)[keyof typeof PartitionDateSource];
|
|
955
916
|
export interface PartitionedPrefix {
|
|
956
|
-
PartitionDateSource?: PartitionDateSource;
|
|
917
|
+
PartitionDateSource?: PartitionDateSource | undefined;
|
|
957
918
|
}
|
|
958
919
|
export interface SimplePrefix {}
|
|
959
920
|
export interface TargetObjectKeyFormat {
|
|
960
|
-
SimplePrefix?: SimplePrefix;
|
|
961
|
-
PartitionedPrefix?: PartitionedPrefix;
|
|
921
|
+
SimplePrefix?: SimplePrefix | undefined;
|
|
922
|
+
PartitionedPrefix?: PartitionedPrefix | undefined;
|
|
962
923
|
}
|
|
963
924
|
export interface LoggingEnabled {
|
|
964
925
|
TargetBucket: string | undefined;
|
|
965
|
-
TargetGrants?: TargetGrant[];
|
|
926
|
+
TargetGrants?: TargetGrant[] | undefined;
|
|
966
927
|
TargetPrefix: string | undefined;
|
|
967
|
-
TargetObjectKeyFormat?: TargetObjectKeyFormat;
|
|
928
|
+
TargetObjectKeyFormat?: TargetObjectKeyFormat | undefined;
|
|
968
929
|
}
|
|
969
930
|
export interface GetBucketLoggingOutput {
|
|
970
|
-
LoggingEnabled?: LoggingEnabled;
|
|
931
|
+
LoggingEnabled?: LoggingEnabled | undefined;
|
|
971
932
|
}
|
|
972
933
|
export interface GetBucketLoggingRequest {
|
|
973
934
|
Bucket: string | undefined;
|
|
974
|
-
ExpectedBucketOwner?: string;
|
|
935
|
+
ExpectedBucketOwner?: string | undefined;
|
|
975
936
|
}
|
|
976
937
|
export interface MetricsAndOperator {
|
|
977
|
-
Prefix?: string;
|
|
978
|
-
Tags?: Tag[];
|
|
979
|
-
AccessPointArn?: string;
|
|
938
|
+
Prefix?: string | undefined;
|
|
939
|
+
Tags?: Tag[] | undefined;
|
|
940
|
+
AccessPointArn?: string | undefined;
|
|
980
941
|
}
|
|
981
942
|
export type MetricsFilter =
|
|
982
943
|
| MetricsFilter.AccessPointArnMember
|
|
@@ -1031,19 +992,19 @@ export declare namespace MetricsFilter {
|
|
|
1031
992
|
}
|
|
1032
993
|
export interface MetricsConfiguration {
|
|
1033
994
|
Id: string | undefined;
|
|
1034
|
-
Filter?: MetricsFilter;
|
|
995
|
+
Filter?: MetricsFilter | undefined;
|
|
1035
996
|
}
|
|
1036
997
|
export interface GetBucketMetricsConfigurationOutput {
|
|
1037
|
-
MetricsConfiguration?: MetricsConfiguration;
|
|
998
|
+
MetricsConfiguration?: MetricsConfiguration | undefined;
|
|
1038
999
|
}
|
|
1039
1000
|
export interface GetBucketMetricsConfigurationRequest {
|
|
1040
1001
|
Bucket: string | undefined;
|
|
1041
1002
|
Id: string | undefined;
|
|
1042
|
-
ExpectedBucketOwner?: string;
|
|
1003
|
+
ExpectedBucketOwner?: string | undefined;
|
|
1043
1004
|
}
|
|
1044
1005
|
export interface GetBucketNotificationConfigurationRequest {
|
|
1045
1006
|
Bucket: string | undefined;
|
|
1046
|
-
ExpectedBucketOwner?: string;
|
|
1007
|
+
ExpectedBucketOwner?: string | undefined;
|
|
1047
1008
|
}
|
|
1048
1009
|
export interface EventBridgeConfiguration {}
|
|
1049
1010
|
export declare const Event: {
|
|
@@ -1083,38 +1044,38 @@ export declare const FilterRuleName: {
|
|
|
1083
1044
|
export type FilterRuleName =
|
|
1084
1045
|
(typeof FilterRuleName)[keyof typeof FilterRuleName];
|
|
1085
1046
|
export interface FilterRule {
|
|
1086
|
-
Name?: FilterRuleName;
|
|
1087
|
-
Value?: string;
|
|
1047
|
+
Name?: FilterRuleName | undefined;
|
|
1048
|
+
Value?: string | undefined;
|
|
1088
1049
|
}
|
|
1089
1050
|
export interface S3KeyFilter {
|
|
1090
|
-
FilterRules?: FilterRule[];
|
|
1051
|
+
FilterRules?: FilterRule[] | undefined;
|
|
1091
1052
|
}
|
|
1092
1053
|
export interface NotificationConfigurationFilter {
|
|
1093
|
-
Key?: S3KeyFilter;
|
|
1054
|
+
Key?: S3KeyFilter | undefined;
|
|
1094
1055
|
}
|
|
1095
1056
|
export interface LambdaFunctionConfiguration {
|
|
1096
|
-
Id?: string;
|
|
1057
|
+
Id?: string | undefined;
|
|
1097
1058
|
LambdaFunctionArn: string | undefined;
|
|
1098
1059
|
Events: Event[] | undefined;
|
|
1099
|
-
Filter?: NotificationConfigurationFilter;
|
|
1060
|
+
Filter?: NotificationConfigurationFilter | undefined;
|
|
1100
1061
|
}
|
|
1101
1062
|
export interface QueueConfiguration {
|
|
1102
|
-
Id?: string;
|
|
1063
|
+
Id?: string | undefined;
|
|
1103
1064
|
QueueArn: string | undefined;
|
|
1104
1065
|
Events: Event[] | undefined;
|
|
1105
|
-
Filter?: NotificationConfigurationFilter;
|
|
1066
|
+
Filter?: NotificationConfigurationFilter | undefined;
|
|
1106
1067
|
}
|
|
1107
1068
|
export interface TopicConfiguration {
|
|
1108
|
-
Id?: string;
|
|
1069
|
+
Id?: string | undefined;
|
|
1109
1070
|
TopicArn: string | undefined;
|
|
1110
1071
|
Events: Event[] | undefined;
|
|
1111
|
-
Filter?: NotificationConfigurationFilter;
|
|
1072
|
+
Filter?: NotificationConfigurationFilter | undefined;
|
|
1112
1073
|
}
|
|
1113
1074
|
export interface NotificationConfiguration {
|
|
1114
|
-
TopicConfigurations?: TopicConfiguration[];
|
|
1115
|
-
QueueConfigurations?: QueueConfiguration[];
|
|
1116
|
-
LambdaFunctionConfigurations?: LambdaFunctionConfiguration[];
|
|
1117
|
-
EventBridgeConfiguration?: EventBridgeConfiguration;
|
|
1075
|
+
TopicConfigurations?: TopicConfiguration[] | undefined;
|
|
1076
|
+
QueueConfigurations?: QueueConfiguration[] | undefined;
|
|
1077
|
+
LambdaFunctionConfigurations?: LambdaFunctionConfiguration[] | undefined;
|
|
1078
|
+
EventBridgeConfiguration?: EventBridgeConfiguration | undefined;
|
|
1118
1079
|
}
|
|
1119
1080
|
export interface OwnershipControlsRule {
|
|
1120
1081
|
ObjectOwnership: ObjectOwnership | undefined;
|
|
@@ -1123,28 +1084,28 @@ export interface OwnershipControls {
|
|
|
1123
1084
|
Rules: OwnershipControlsRule[] | undefined;
|
|
1124
1085
|
}
|
|
1125
1086
|
export interface GetBucketOwnershipControlsOutput {
|
|
1126
|
-
OwnershipControls?: OwnershipControls;
|
|
1087
|
+
OwnershipControls?: OwnershipControls | undefined;
|
|
1127
1088
|
}
|
|
1128
1089
|
export interface GetBucketOwnershipControlsRequest {
|
|
1129
1090
|
Bucket: string | undefined;
|
|
1130
|
-
ExpectedBucketOwner?: string;
|
|
1091
|
+
ExpectedBucketOwner?: string | undefined;
|
|
1131
1092
|
}
|
|
1132
1093
|
export interface GetBucketPolicyOutput {
|
|
1133
|
-
Policy?: string;
|
|
1094
|
+
Policy?: string | undefined;
|
|
1134
1095
|
}
|
|
1135
1096
|
export interface GetBucketPolicyRequest {
|
|
1136
1097
|
Bucket: string | undefined;
|
|
1137
|
-
ExpectedBucketOwner?: string;
|
|
1098
|
+
ExpectedBucketOwner?: string | undefined;
|
|
1138
1099
|
}
|
|
1139
1100
|
export interface PolicyStatus {
|
|
1140
|
-
IsPublic?: boolean;
|
|
1101
|
+
IsPublic?: boolean | undefined;
|
|
1141
1102
|
}
|
|
1142
1103
|
export interface GetBucketPolicyStatusOutput {
|
|
1143
|
-
PolicyStatus?: PolicyStatus;
|
|
1104
|
+
PolicyStatus?: PolicyStatus | undefined;
|
|
1144
1105
|
}
|
|
1145
1106
|
export interface GetBucketPolicyStatusRequest {
|
|
1146
1107
|
Bucket: string | undefined;
|
|
1147
|
-
ExpectedBucketOwner?: string;
|
|
1108
|
+
ExpectedBucketOwner?: string | undefined;
|
|
1148
1109
|
}
|
|
1149
1110
|
export declare const DeleteMarkerReplicationStatus: {
|
|
1150
1111
|
readonly Disabled: "Disabled";
|
|
@@ -1153,13 +1114,13 @@ export declare const DeleteMarkerReplicationStatus: {
|
|
|
1153
1114
|
export type DeleteMarkerReplicationStatus =
|
|
1154
1115
|
(typeof DeleteMarkerReplicationStatus)[keyof typeof DeleteMarkerReplicationStatus];
|
|
1155
1116
|
export interface DeleteMarkerReplication {
|
|
1156
|
-
Status?: DeleteMarkerReplicationStatus;
|
|
1117
|
+
Status?: DeleteMarkerReplicationStatus | undefined;
|
|
1157
1118
|
}
|
|
1158
1119
|
export interface EncryptionConfiguration {
|
|
1159
|
-
ReplicaKmsKeyID?: string;
|
|
1120
|
+
ReplicaKmsKeyID?: string | undefined;
|
|
1160
1121
|
}
|
|
1161
1122
|
export interface ReplicationTimeValue {
|
|
1162
|
-
Minutes?: number;
|
|
1123
|
+
Minutes?: number | undefined;
|
|
1163
1124
|
}
|
|
1164
1125
|
export declare const MetricsStatus: {
|
|
1165
1126
|
readonly Disabled: "Disabled";
|
|
@@ -1168,7 +1129,7 @@ export declare const MetricsStatus: {
|
|
|
1168
1129
|
export type MetricsStatus = (typeof MetricsStatus)[keyof typeof MetricsStatus];
|
|
1169
1130
|
export interface Metrics {
|
|
1170
1131
|
Status: MetricsStatus | undefined;
|
|
1171
|
-
EventThreshold?: ReplicationTimeValue;
|
|
1132
|
+
EventThreshold?: ReplicationTimeValue | undefined;
|
|
1172
1133
|
}
|
|
1173
1134
|
export declare const ReplicationTimeStatus: {
|
|
1174
1135
|
readonly Disabled: "Disabled";
|
|
@@ -1182,12 +1143,12 @@ export interface ReplicationTime {
|
|
|
1182
1143
|
}
|
|
1183
1144
|
export interface Destination {
|
|
1184
1145
|
Bucket: string | undefined;
|
|
1185
|
-
Account?: string;
|
|
1186
|
-
StorageClass?: StorageClass;
|
|
1187
|
-
AccessControlTranslation?: AccessControlTranslation;
|
|
1188
|
-
EncryptionConfiguration?: EncryptionConfiguration;
|
|
1189
|
-
ReplicationTime?: ReplicationTime;
|
|
1190
|
-
Metrics?: Metrics;
|
|
1146
|
+
Account?: string | undefined;
|
|
1147
|
+
StorageClass?: StorageClass | undefined;
|
|
1148
|
+
AccessControlTranslation?: AccessControlTranslation | undefined;
|
|
1149
|
+
EncryptionConfiguration?: EncryptionConfiguration | undefined;
|
|
1150
|
+
ReplicationTime?: ReplicationTime | undefined;
|
|
1151
|
+
Metrics?: Metrics | undefined;
|
|
1191
1152
|
}
|
|
1192
1153
|
export declare const ExistingObjectReplicationStatus: {
|
|
1193
1154
|
readonly Disabled: "Disabled";
|
|
@@ -1199,46 +1160,13 @@ export interface ExistingObjectReplication {
|
|
|
1199
1160
|
Status: ExistingObjectReplicationStatus | undefined;
|
|
1200
1161
|
}
|
|
1201
1162
|
export interface ReplicationRuleAndOperator {
|
|
1202
|
-
Prefix?: string;
|
|
1203
|
-
Tags?: Tag[];
|
|
1204
|
-
}
|
|
1205
|
-
export
|
|
1206
|
-
|
|
|
1207
|
-
|
|
|
1208
|
-
|
|
|
1209
|
-
| ReplicationRuleFilter.$UnknownMember;
|
|
1210
|
-
export declare namespace ReplicationRuleFilter {
|
|
1211
|
-
interface PrefixMember {
|
|
1212
|
-
Prefix: string;
|
|
1213
|
-
Tag?: never;
|
|
1214
|
-
And?: never;
|
|
1215
|
-
$unknown?: never;
|
|
1216
|
-
}
|
|
1217
|
-
interface TagMember {
|
|
1218
|
-
Prefix?: never;
|
|
1219
|
-
Tag: Tag;
|
|
1220
|
-
And?: never;
|
|
1221
|
-
$unknown?: never;
|
|
1222
|
-
}
|
|
1223
|
-
interface AndMember {
|
|
1224
|
-
Prefix?: never;
|
|
1225
|
-
Tag?: never;
|
|
1226
|
-
And: ReplicationRuleAndOperator;
|
|
1227
|
-
$unknown?: never;
|
|
1228
|
-
}
|
|
1229
|
-
interface $UnknownMember {
|
|
1230
|
-
Prefix?: never;
|
|
1231
|
-
Tag?: never;
|
|
1232
|
-
And?: never;
|
|
1233
|
-
$unknown: [string, any];
|
|
1234
|
-
}
|
|
1235
|
-
interface Visitor<T> {
|
|
1236
|
-
Prefix: (value: string) => T;
|
|
1237
|
-
Tag: (value: Tag) => T;
|
|
1238
|
-
And: (value: ReplicationRuleAndOperator) => T;
|
|
1239
|
-
_: (name: string, value: any) => T;
|
|
1240
|
-
}
|
|
1241
|
-
const visit: <T>(value: ReplicationRuleFilter, visitor: Visitor<T>) => T;
|
|
1163
|
+
Prefix?: string | undefined;
|
|
1164
|
+
Tags?: Tag[] | undefined;
|
|
1165
|
+
}
|
|
1166
|
+
export interface ReplicationRuleFilter {
|
|
1167
|
+
Prefix?: string | undefined;
|
|
1168
|
+
Tag?: Tag | undefined;
|
|
1169
|
+
And?: ReplicationRuleAndOperator | undefined;
|
|
1242
1170
|
}
|
|
1243
1171
|
export declare const ReplicaModificationsStatus: {
|
|
1244
1172
|
readonly Disabled: "Disabled";
|
|
@@ -1259,8 +1187,8 @@ export interface SseKmsEncryptedObjects {
|
|
|
1259
1187
|
Status: SseKmsEncryptedObjectsStatus | undefined;
|
|
1260
1188
|
}
|
|
1261
1189
|
export interface SourceSelectionCriteria {
|
|
1262
|
-
SseKmsEncryptedObjects?: SseKmsEncryptedObjects;
|
|
1263
|
-
ReplicaModifications?: ReplicaModifications;
|
|
1190
|
+
SseKmsEncryptedObjects?: SseKmsEncryptedObjects | undefined;
|
|
1191
|
+
ReplicaModifications?: ReplicaModifications | undefined;
|
|
1264
1192
|
}
|
|
1265
1193
|
export declare const ReplicationRuleStatus: {
|
|
1266
1194
|
readonly Disabled: "Disabled";
|
|
@@ -1269,26 +1197,26 @@ export declare const ReplicationRuleStatus: {
|
|
|
1269
1197
|
export type ReplicationRuleStatus =
|
|
1270
1198
|
(typeof ReplicationRuleStatus)[keyof typeof ReplicationRuleStatus];
|
|
1271
1199
|
export interface ReplicationRule {
|
|
1272
|
-
ID?: string;
|
|
1273
|
-
Priority?: number;
|
|
1274
|
-
Prefix?: string;
|
|
1275
|
-
Filter?: ReplicationRuleFilter;
|
|
1200
|
+
ID?: string | undefined;
|
|
1201
|
+
Priority?: number | undefined;
|
|
1202
|
+
Prefix?: string | undefined;
|
|
1203
|
+
Filter?: ReplicationRuleFilter | undefined;
|
|
1276
1204
|
Status: ReplicationRuleStatus | undefined;
|
|
1277
|
-
SourceSelectionCriteria?: SourceSelectionCriteria;
|
|
1278
|
-
ExistingObjectReplication?: ExistingObjectReplication;
|
|
1205
|
+
SourceSelectionCriteria?: SourceSelectionCriteria | undefined;
|
|
1206
|
+
ExistingObjectReplication?: ExistingObjectReplication | undefined;
|
|
1279
1207
|
Destination: Destination | undefined;
|
|
1280
|
-
DeleteMarkerReplication?: DeleteMarkerReplication;
|
|
1208
|
+
DeleteMarkerReplication?: DeleteMarkerReplication | undefined;
|
|
1281
1209
|
}
|
|
1282
1210
|
export interface ReplicationConfiguration {
|
|
1283
1211
|
Role: string | undefined;
|
|
1284
1212
|
Rules: ReplicationRule[] | undefined;
|
|
1285
1213
|
}
|
|
1286
1214
|
export interface GetBucketReplicationOutput {
|
|
1287
|
-
ReplicationConfiguration?: ReplicationConfiguration;
|
|
1215
|
+
ReplicationConfiguration?: ReplicationConfiguration | undefined;
|
|
1288
1216
|
}
|
|
1289
1217
|
export interface GetBucketReplicationRequest {
|
|
1290
1218
|
Bucket: string | undefined;
|
|
1291
|
-
ExpectedBucketOwner?: string;
|
|
1219
|
+
ExpectedBucketOwner?: string | undefined;
|
|
1292
1220
|
}
|
|
1293
1221
|
export declare const Payer: {
|
|
1294
1222
|
readonly BucketOwner: "BucketOwner";
|
|
@@ -1296,18 +1224,18 @@ export declare const Payer: {
|
|
|
1296
1224
|
};
|
|
1297
1225
|
export type Payer = (typeof Payer)[keyof typeof Payer];
|
|
1298
1226
|
export interface GetBucketRequestPaymentOutput {
|
|
1299
|
-
Payer?: Payer;
|
|
1227
|
+
Payer?: Payer | undefined;
|
|
1300
1228
|
}
|
|
1301
1229
|
export interface GetBucketRequestPaymentRequest {
|
|
1302
1230
|
Bucket: string | undefined;
|
|
1303
|
-
ExpectedBucketOwner?: string;
|
|
1231
|
+
ExpectedBucketOwner?: string | undefined;
|
|
1304
1232
|
}
|
|
1305
1233
|
export interface GetBucketTaggingOutput {
|
|
1306
1234
|
TagSet: Tag[] | undefined;
|
|
1307
1235
|
}
|
|
1308
1236
|
export interface GetBucketTaggingRequest {
|
|
1309
1237
|
Bucket: string | undefined;
|
|
1310
|
-
ExpectedBucketOwner?: string;
|
|
1238
|
+
ExpectedBucketOwner?: string | undefined;
|
|
1311
1239
|
}
|
|
1312
1240
|
export declare const MFADeleteStatus: {
|
|
1313
1241
|
readonly Disabled: "Disabled";
|
|
@@ -1322,12 +1250,12 @@ export declare const BucketVersioningStatus: {
|
|
|
1322
1250
|
export type BucketVersioningStatus =
|
|
1323
1251
|
(typeof BucketVersioningStatus)[keyof typeof BucketVersioningStatus];
|
|
1324
1252
|
export interface GetBucketVersioningOutput {
|
|
1325
|
-
Status?: BucketVersioningStatus;
|
|
1326
|
-
MFADelete?: MFADeleteStatus;
|
|
1253
|
+
Status?: BucketVersioningStatus | undefined;
|
|
1254
|
+
MFADelete?: MFADeleteStatus | undefined;
|
|
1327
1255
|
}
|
|
1328
1256
|
export interface GetBucketVersioningRequest {
|
|
1329
1257
|
Bucket: string | undefined;
|
|
1330
|
-
ExpectedBucketOwner?: string;
|
|
1258
|
+
ExpectedBucketOwner?: string | undefined;
|
|
1331
1259
|
}
|
|
1332
1260
|
export interface ErrorDocument {
|
|
1333
1261
|
Key: string | undefined;
|
|
@@ -1342,32 +1270,32 @@ export declare const Protocol: {
|
|
|
1342
1270
|
export type Protocol = (typeof Protocol)[keyof typeof Protocol];
|
|
1343
1271
|
export interface RedirectAllRequestsTo {
|
|
1344
1272
|
HostName: string | undefined;
|
|
1345
|
-
Protocol?: Protocol;
|
|
1273
|
+
Protocol?: Protocol | undefined;
|
|
1346
1274
|
}
|
|
1347
1275
|
export interface Condition {
|
|
1348
|
-
HttpErrorCodeReturnedEquals?: string;
|
|
1349
|
-
KeyPrefixEquals?: string;
|
|
1276
|
+
HttpErrorCodeReturnedEquals?: string | undefined;
|
|
1277
|
+
KeyPrefixEquals?: string | undefined;
|
|
1350
1278
|
}
|
|
1351
1279
|
export interface Redirect {
|
|
1352
|
-
HostName?: string;
|
|
1353
|
-
HttpRedirectCode?: string;
|
|
1354
|
-
Protocol?: Protocol;
|
|
1355
|
-
ReplaceKeyPrefixWith?: string;
|
|
1356
|
-
ReplaceKeyWith?: string;
|
|
1280
|
+
HostName?: string | undefined;
|
|
1281
|
+
HttpRedirectCode?: string | undefined;
|
|
1282
|
+
Protocol?: Protocol | undefined;
|
|
1283
|
+
ReplaceKeyPrefixWith?: string | undefined;
|
|
1284
|
+
ReplaceKeyWith?: string | undefined;
|
|
1357
1285
|
}
|
|
1358
1286
|
export interface RoutingRule {
|
|
1359
|
-
Condition?: Condition;
|
|
1287
|
+
Condition?: Condition | undefined;
|
|
1360
1288
|
Redirect: Redirect | undefined;
|
|
1361
1289
|
}
|
|
1362
1290
|
export interface GetBucketWebsiteOutput {
|
|
1363
|
-
RedirectAllRequestsTo?: RedirectAllRequestsTo;
|
|
1364
|
-
IndexDocument?: IndexDocument;
|
|
1365
|
-
ErrorDocument?: ErrorDocument;
|
|
1366
|
-
RoutingRules?: RoutingRule[];
|
|
1291
|
+
RedirectAllRequestsTo?: RedirectAllRequestsTo | undefined;
|
|
1292
|
+
IndexDocument?: IndexDocument | undefined;
|
|
1293
|
+
ErrorDocument?: ErrorDocument | undefined;
|
|
1294
|
+
RoutingRules?: RoutingRule[] | undefined;
|
|
1367
1295
|
}
|
|
1368
1296
|
export interface GetBucketWebsiteRequest {
|
|
1369
1297
|
Bucket: string | undefined;
|
|
1370
|
-
ExpectedBucketOwner?: string;
|
|
1298
|
+
ExpectedBucketOwner?: string | undefined;
|
|
1371
1299
|
}
|
|
1372
1300
|
export declare const ReplicationStatus: {
|
|
1373
1301
|
readonly COMPLETE: "COMPLETE";
|
|
@@ -1379,43 +1307,43 @@ export declare const ReplicationStatus: {
|
|
|
1379
1307
|
export type ReplicationStatus =
|
|
1380
1308
|
(typeof ReplicationStatus)[keyof typeof ReplicationStatus];
|
|
1381
1309
|
export interface GetObjectOutput {
|
|
1382
|
-
Body?: StreamingBlobTypes;
|
|
1383
|
-
DeleteMarker?: boolean;
|
|
1384
|
-
AcceptRanges?: string;
|
|
1385
|
-
Expiration?: string;
|
|
1386
|
-
Restore?: string;
|
|
1387
|
-
LastModified?: Date;
|
|
1388
|
-
ContentLength?: number;
|
|
1389
|
-
ETag?: string;
|
|
1390
|
-
ChecksumCRC32?: string;
|
|
1391
|
-
ChecksumCRC32C?: string;
|
|
1392
|
-
ChecksumSHA1?: string;
|
|
1393
|
-
ChecksumSHA256?: string;
|
|
1394
|
-
MissingMeta?: number;
|
|
1395
|
-
VersionId?: string;
|
|
1396
|
-
CacheControl?: string;
|
|
1397
|
-
ContentDisposition?: string;
|
|
1398
|
-
ContentEncoding?: string;
|
|
1399
|
-
ContentLanguage?: string;
|
|
1400
|
-
ContentRange?: string;
|
|
1401
|
-
ContentType?: string;
|
|
1402
|
-
Expires?: Date;
|
|
1403
|
-
ExpiresString?: string;
|
|
1404
|
-
WebsiteRedirectLocation?: string;
|
|
1405
|
-
ServerSideEncryption?: ServerSideEncryption;
|
|
1406
|
-
Metadata?: Record<string, string
|
|
1407
|
-
SSECustomerAlgorithm?: string;
|
|
1408
|
-
SSECustomerKeyMD5?: string;
|
|
1409
|
-
SSEKMSKeyId?: string;
|
|
1410
|
-
BucketKeyEnabled?: boolean;
|
|
1411
|
-
StorageClass?: StorageClass;
|
|
1412
|
-
RequestCharged?: RequestCharged;
|
|
1413
|
-
ReplicationStatus?: ReplicationStatus;
|
|
1414
|
-
PartsCount?: number;
|
|
1415
|
-
TagCount?: number;
|
|
1416
|
-
ObjectLockMode?: ObjectLockMode;
|
|
1417
|
-
ObjectLockRetainUntilDate?: Date;
|
|
1418
|
-
ObjectLockLegalHoldStatus?: ObjectLockLegalHoldStatus;
|
|
1310
|
+
Body?: StreamingBlobTypes | undefined;
|
|
1311
|
+
DeleteMarker?: boolean | undefined;
|
|
1312
|
+
AcceptRanges?: string | undefined;
|
|
1313
|
+
Expiration?: string | undefined;
|
|
1314
|
+
Restore?: string | undefined;
|
|
1315
|
+
LastModified?: Date | undefined;
|
|
1316
|
+
ContentLength?: number | undefined;
|
|
1317
|
+
ETag?: string | undefined;
|
|
1318
|
+
ChecksumCRC32?: string | undefined;
|
|
1319
|
+
ChecksumCRC32C?: string | undefined;
|
|
1320
|
+
ChecksumSHA1?: string | undefined;
|
|
1321
|
+
ChecksumSHA256?: string | undefined;
|
|
1322
|
+
MissingMeta?: number | undefined;
|
|
1323
|
+
VersionId?: string | undefined;
|
|
1324
|
+
CacheControl?: string | undefined;
|
|
1325
|
+
ContentDisposition?: string | undefined;
|
|
1326
|
+
ContentEncoding?: string | undefined;
|
|
1327
|
+
ContentLanguage?: string | undefined;
|
|
1328
|
+
ContentRange?: string | undefined;
|
|
1329
|
+
ContentType?: string | undefined;
|
|
1330
|
+
Expires?: Date | undefined;
|
|
1331
|
+
ExpiresString?: string | undefined;
|
|
1332
|
+
WebsiteRedirectLocation?: string | undefined;
|
|
1333
|
+
ServerSideEncryption?: ServerSideEncryption | undefined;
|
|
1334
|
+
Metadata?: Record<string, string> | undefined;
|
|
1335
|
+
SSECustomerAlgorithm?: string | undefined;
|
|
1336
|
+
SSECustomerKeyMD5?: string | undefined;
|
|
1337
|
+
SSEKMSKeyId?: string | undefined;
|
|
1338
|
+
BucketKeyEnabled?: boolean | undefined;
|
|
1339
|
+
StorageClass?: StorageClass | undefined;
|
|
1340
|
+
RequestCharged?: RequestCharged | undefined;
|
|
1341
|
+
ReplicationStatus?: ReplicationStatus | undefined;
|
|
1342
|
+
PartsCount?: number | undefined;
|
|
1343
|
+
TagCount?: number | undefined;
|
|
1344
|
+
ObjectLockMode?: ObjectLockMode | undefined;
|
|
1345
|
+
ObjectLockRetainUntilDate?: Date | undefined;
|
|
1346
|
+
ObjectLockLegalHoldStatus?: ObjectLockLegalHoldStatus | undefined;
|
|
1419
1347
|
}
|
|
1420
1348
|
export declare const ChecksumMode: {
|
|
1421
1349
|
readonly ENABLED: "ENABLED";
|
|
@@ -1423,32 +1351,32 @@ export declare const ChecksumMode: {
|
|
|
1423
1351
|
export type ChecksumMode = (typeof ChecksumMode)[keyof typeof ChecksumMode];
|
|
1424
1352
|
export interface GetObjectRequest {
|
|
1425
1353
|
Bucket: string | undefined;
|
|
1426
|
-
IfMatch?: string;
|
|
1427
|
-
IfModifiedSince?: Date;
|
|
1428
|
-
IfNoneMatch?: string;
|
|
1429
|
-
IfUnmodifiedSince?: Date;
|
|
1354
|
+
IfMatch?: string | undefined;
|
|
1355
|
+
IfModifiedSince?: Date | undefined;
|
|
1356
|
+
IfNoneMatch?: string | undefined;
|
|
1357
|
+
IfUnmodifiedSince?: Date | undefined;
|
|
1430
1358
|
Key: string | undefined;
|
|
1431
|
-
Range?: string;
|
|
1432
|
-
ResponseCacheControl?: string;
|
|
1433
|
-
ResponseContentDisposition?: string;
|
|
1434
|
-
ResponseContentEncoding?: string;
|
|
1435
|
-
ResponseContentLanguage?: string;
|
|
1436
|
-
ResponseContentType?: string;
|
|
1437
|
-
ResponseExpires?: Date;
|
|
1438
|
-
VersionId?: string;
|
|
1439
|
-
SSECustomerAlgorithm?: string;
|
|
1440
|
-
SSECustomerKey?: string;
|
|
1441
|
-
SSECustomerKeyMD5?: string;
|
|
1442
|
-
RequestPayer?: RequestPayer;
|
|
1443
|
-
PartNumber?: number;
|
|
1444
|
-
ExpectedBucketOwner?: string;
|
|
1445
|
-
ChecksumMode?: ChecksumMode;
|
|
1359
|
+
Range?: string | undefined;
|
|
1360
|
+
ResponseCacheControl?: string | undefined;
|
|
1361
|
+
ResponseContentDisposition?: string | undefined;
|
|
1362
|
+
ResponseContentEncoding?: string | undefined;
|
|
1363
|
+
ResponseContentLanguage?: string | undefined;
|
|
1364
|
+
ResponseContentType?: string | undefined;
|
|
1365
|
+
ResponseExpires?: Date | undefined;
|
|
1366
|
+
VersionId?: string | undefined;
|
|
1367
|
+
SSECustomerAlgorithm?: string | undefined;
|
|
1368
|
+
SSECustomerKey?: string | undefined;
|
|
1369
|
+
SSECustomerKeyMD5?: string | undefined;
|
|
1370
|
+
RequestPayer?: RequestPayer | undefined;
|
|
1371
|
+
PartNumber?: number | undefined;
|
|
1372
|
+
ExpectedBucketOwner?: string | undefined;
|
|
1373
|
+
ChecksumMode?: ChecksumMode | undefined;
|
|
1446
1374
|
}
|
|
1447
1375
|
export declare class InvalidObjectState extends __BaseException {
|
|
1448
1376
|
readonly name: "InvalidObjectState";
|
|
1449
1377
|
readonly $fault: "client";
|
|
1450
|
-
StorageClass?: StorageClass;
|
|
1451
|
-
AccessTier?: IntelligentTieringAccessTier;
|
|
1378
|
+
StorageClass?: StorageClass | undefined;
|
|
1379
|
+
AccessTier?: IntelligentTieringAccessTier | undefined;
|
|
1452
1380
|
constructor(opts: __ExceptionOptionType<InvalidObjectState, __BaseException>);
|
|
1453
1381
|
}
|
|
1454
1382
|
export declare class NoSuchKey extends __BaseException {
|
|
@@ -1457,49 +1385,49 @@ export declare class NoSuchKey extends __BaseException {
|
|
|
1457
1385
|
constructor(opts: __ExceptionOptionType<NoSuchKey, __BaseException>);
|
|
1458
1386
|
}
|
|
1459
1387
|
export interface GetObjectAclOutput {
|
|
1460
|
-
Owner?: Owner;
|
|
1461
|
-
Grants?: Grant[];
|
|
1462
|
-
RequestCharged?: RequestCharged;
|
|
1388
|
+
Owner?: Owner | undefined;
|
|
1389
|
+
Grants?: Grant[] | undefined;
|
|
1390
|
+
RequestCharged?: RequestCharged | undefined;
|
|
1463
1391
|
}
|
|
1464
1392
|
export interface GetObjectAclRequest {
|
|
1465
1393
|
Bucket: string | undefined;
|
|
1466
1394
|
Key: string | undefined;
|
|
1467
|
-
VersionId?: string;
|
|
1468
|
-
RequestPayer?: RequestPayer;
|
|
1469
|
-
ExpectedBucketOwner?: string;
|
|
1395
|
+
VersionId?: string | undefined;
|
|
1396
|
+
RequestPayer?: RequestPayer | undefined;
|
|
1397
|
+
ExpectedBucketOwner?: string | undefined;
|
|
1470
1398
|
}
|
|
1471
1399
|
export interface Checksum {
|
|
1472
|
-
ChecksumCRC32?: string;
|
|
1473
|
-
ChecksumCRC32C?: string;
|
|
1474
|
-
ChecksumSHA1?: string;
|
|
1475
|
-
ChecksumSHA256?: string;
|
|
1400
|
+
ChecksumCRC32?: string | undefined;
|
|
1401
|
+
ChecksumCRC32C?: string | undefined;
|
|
1402
|
+
ChecksumSHA1?: string | undefined;
|
|
1403
|
+
ChecksumSHA256?: string | undefined;
|
|
1476
1404
|
}
|
|
1477
1405
|
export interface ObjectPart {
|
|
1478
|
-
PartNumber?: number;
|
|
1479
|
-
Size?: number;
|
|
1480
|
-
ChecksumCRC32?: string;
|
|
1481
|
-
ChecksumCRC32C?: string;
|
|
1482
|
-
ChecksumSHA1?: string;
|
|
1483
|
-
ChecksumSHA256?: string;
|
|
1406
|
+
PartNumber?: number | undefined;
|
|
1407
|
+
Size?: number | undefined;
|
|
1408
|
+
ChecksumCRC32?: string | undefined;
|
|
1409
|
+
ChecksumCRC32C?: string | undefined;
|
|
1410
|
+
ChecksumSHA1?: string | undefined;
|
|
1411
|
+
ChecksumSHA256?: string | undefined;
|
|
1484
1412
|
}
|
|
1485
1413
|
export interface GetObjectAttributesParts {
|
|
1486
|
-
TotalPartsCount?: number;
|
|
1487
|
-
PartNumberMarker?: string;
|
|
1488
|
-
NextPartNumberMarker?: string;
|
|
1489
|
-
MaxParts?: number;
|
|
1490
|
-
IsTruncated?: boolean;
|
|
1491
|
-
Parts?: ObjectPart[];
|
|
1414
|
+
TotalPartsCount?: number | undefined;
|
|
1415
|
+
PartNumberMarker?: string | undefined;
|
|
1416
|
+
NextPartNumberMarker?: string | undefined;
|
|
1417
|
+
MaxParts?: number | undefined;
|
|
1418
|
+
IsTruncated?: boolean | undefined;
|
|
1419
|
+
Parts?: ObjectPart[] | undefined;
|
|
1492
1420
|
}
|
|
1493
1421
|
export interface GetObjectAttributesOutput {
|
|
1494
|
-
DeleteMarker?: boolean;
|
|
1495
|
-
LastModified?: Date;
|
|
1496
|
-
VersionId?: string;
|
|
1497
|
-
RequestCharged?: RequestCharged;
|
|
1498
|
-
ETag?: string;
|
|
1499
|
-
Checksum?: Checksum;
|
|
1500
|
-
ObjectParts?: GetObjectAttributesParts;
|
|
1501
|
-
StorageClass?: StorageClass;
|
|
1502
|
-
ObjectSize?: number;
|
|
1422
|
+
DeleteMarker?: boolean | undefined;
|
|
1423
|
+
LastModified?: Date | undefined;
|
|
1424
|
+
VersionId?: string | undefined;
|
|
1425
|
+
RequestCharged?: RequestCharged | undefined;
|
|
1426
|
+
ETag?: string | undefined;
|
|
1427
|
+
Checksum?: Checksum | undefined;
|
|
1428
|
+
ObjectParts?: GetObjectAttributesParts | undefined;
|
|
1429
|
+
StorageClass?: StorageClass | undefined;
|
|
1430
|
+
ObjectSize?: number | undefined;
|
|
1503
1431
|
}
|
|
1504
1432
|
export declare const ObjectAttributes: {
|
|
1505
1433
|
readonly CHECKSUM: "Checksum";
|
|
@@ -1513,28 +1441,28 @@ export type ObjectAttributes =
|
|
|
1513
1441
|
export interface GetObjectAttributesRequest {
|
|
1514
1442
|
Bucket: string | undefined;
|
|
1515
1443
|
Key: string | undefined;
|
|
1516
|
-
VersionId?: string;
|
|
1517
|
-
MaxParts?: number;
|
|
1518
|
-
PartNumberMarker?: string;
|
|
1519
|
-
SSECustomerAlgorithm?: string;
|
|
1520
|
-
SSECustomerKey?: string;
|
|
1521
|
-
SSECustomerKeyMD5?: string;
|
|
1522
|
-
RequestPayer?: RequestPayer;
|
|
1523
|
-
ExpectedBucketOwner?: string;
|
|
1444
|
+
VersionId?: string | undefined;
|
|
1445
|
+
MaxParts?: number | undefined;
|
|
1446
|
+
PartNumberMarker?: string | undefined;
|
|
1447
|
+
SSECustomerAlgorithm?: string | undefined;
|
|
1448
|
+
SSECustomerKey?: string | undefined;
|
|
1449
|
+
SSECustomerKeyMD5?: string | undefined;
|
|
1450
|
+
RequestPayer?: RequestPayer | undefined;
|
|
1451
|
+
ExpectedBucketOwner?: string | undefined;
|
|
1524
1452
|
ObjectAttributes: ObjectAttributes[] | undefined;
|
|
1525
1453
|
}
|
|
1526
1454
|
export interface ObjectLockLegalHold {
|
|
1527
|
-
Status?: ObjectLockLegalHoldStatus;
|
|
1455
|
+
Status?: ObjectLockLegalHoldStatus | undefined;
|
|
1528
1456
|
}
|
|
1529
1457
|
export interface GetObjectLegalHoldOutput {
|
|
1530
|
-
LegalHold?: ObjectLockLegalHold;
|
|
1458
|
+
LegalHold?: ObjectLockLegalHold | undefined;
|
|
1531
1459
|
}
|
|
1532
1460
|
export interface GetObjectLegalHoldRequest {
|
|
1533
1461
|
Bucket: string | undefined;
|
|
1534
1462
|
Key: string | undefined;
|
|
1535
|
-
VersionId?: string;
|
|
1536
|
-
RequestPayer?: RequestPayer;
|
|
1537
|
-
ExpectedBucketOwner?: string;
|
|
1463
|
+
VersionId?: string | undefined;
|
|
1464
|
+
RequestPayer?: RequestPayer | undefined;
|
|
1465
|
+
ExpectedBucketOwner?: string | undefined;
|
|
1538
1466
|
}
|
|
1539
1467
|
export declare const ObjectLockEnabled: {
|
|
1540
1468
|
readonly Enabled: "Enabled";
|
|
@@ -1548,81 +1476,81 @@ export declare const ObjectLockRetentionMode: {
|
|
|
1548
1476
|
export type ObjectLockRetentionMode =
|
|
1549
1477
|
(typeof ObjectLockRetentionMode)[keyof typeof ObjectLockRetentionMode];
|
|
1550
1478
|
export interface DefaultRetention {
|
|
1551
|
-
Mode?: ObjectLockRetentionMode;
|
|
1552
|
-
Days?: number;
|
|
1553
|
-
Years?: number;
|
|
1479
|
+
Mode?: ObjectLockRetentionMode | undefined;
|
|
1480
|
+
Days?: number | undefined;
|
|
1481
|
+
Years?: number | undefined;
|
|
1554
1482
|
}
|
|
1555
1483
|
export interface ObjectLockRule {
|
|
1556
|
-
DefaultRetention?: DefaultRetention;
|
|
1484
|
+
DefaultRetention?: DefaultRetention | undefined;
|
|
1557
1485
|
}
|
|
1558
1486
|
export interface ObjectLockConfiguration {
|
|
1559
|
-
ObjectLockEnabled?: ObjectLockEnabled;
|
|
1560
|
-
Rule?: ObjectLockRule;
|
|
1487
|
+
ObjectLockEnabled?: ObjectLockEnabled | undefined;
|
|
1488
|
+
Rule?: ObjectLockRule | undefined;
|
|
1561
1489
|
}
|
|
1562
1490
|
export interface GetObjectLockConfigurationOutput {
|
|
1563
|
-
ObjectLockConfiguration?: ObjectLockConfiguration;
|
|
1491
|
+
ObjectLockConfiguration?: ObjectLockConfiguration | undefined;
|
|
1564
1492
|
}
|
|
1565
1493
|
export interface GetObjectLockConfigurationRequest {
|
|
1566
1494
|
Bucket: string | undefined;
|
|
1567
|
-
ExpectedBucketOwner?: string;
|
|
1495
|
+
ExpectedBucketOwner?: string | undefined;
|
|
1568
1496
|
}
|
|
1569
1497
|
export interface ObjectLockRetention {
|
|
1570
|
-
Mode?: ObjectLockRetentionMode;
|
|
1571
|
-
RetainUntilDate?: Date;
|
|
1498
|
+
Mode?: ObjectLockRetentionMode | undefined;
|
|
1499
|
+
RetainUntilDate?: Date | undefined;
|
|
1572
1500
|
}
|
|
1573
1501
|
export interface GetObjectRetentionOutput {
|
|
1574
|
-
Retention?: ObjectLockRetention;
|
|
1502
|
+
Retention?: ObjectLockRetention | undefined;
|
|
1575
1503
|
}
|
|
1576
1504
|
export interface GetObjectRetentionRequest {
|
|
1577
1505
|
Bucket: string | undefined;
|
|
1578
1506
|
Key: string | undefined;
|
|
1579
|
-
VersionId?: string;
|
|
1580
|
-
RequestPayer?: RequestPayer;
|
|
1581
|
-
ExpectedBucketOwner?: string;
|
|
1507
|
+
VersionId?: string | undefined;
|
|
1508
|
+
RequestPayer?: RequestPayer | undefined;
|
|
1509
|
+
ExpectedBucketOwner?: string | undefined;
|
|
1582
1510
|
}
|
|
1583
1511
|
export interface GetObjectTaggingOutput {
|
|
1584
|
-
VersionId?: string;
|
|
1512
|
+
VersionId?: string | undefined;
|
|
1585
1513
|
TagSet: Tag[] | undefined;
|
|
1586
1514
|
}
|
|
1587
1515
|
export interface GetObjectTaggingRequest {
|
|
1588
1516
|
Bucket: string | undefined;
|
|
1589
1517
|
Key: string | undefined;
|
|
1590
|
-
VersionId?: string;
|
|
1591
|
-
ExpectedBucketOwner?: string;
|
|
1592
|
-
RequestPayer?: RequestPayer;
|
|
1518
|
+
VersionId?: string | undefined;
|
|
1519
|
+
ExpectedBucketOwner?: string | undefined;
|
|
1520
|
+
RequestPayer?: RequestPayer | undefined;
|
|
1593
1521
|
}
|
|
1594
1522
|
export interface GetObjectTorrentOutput {
|
|
1595
|
-
Body?: StreamingBlobTypes;
|
|
1596
|
-
RequestCharged?: RequestCharged;
|
|
1523
|
+
Body?: StreamingBlobTypes | undefined;
|
|
1524
|
+
RequestCharged?: RequestCharged | undefined;
|
|
1597
1525
|
}
|
|
1598
1526
|
export interface GetObjectTorrentRequest {
|
|
1599
1527
|
Bucket: string | undefined;
|
|
1600
1528
|
Key: string | undefined;
|
|
1601
|
-
RequestPayer?: RequestPayer;
|
|
1602
|
-
ExpectedBucketOwner?: string;
|
|
1529
|
+
RequestPayer?: RequestPayer | undefined;
|
|
1530
|
+
ExpectedBucketOwner?: string | undefined;
|
|
1603
1531
|
}
|
|
1604
1532
|
export interface PublicAccessBlockConfiguration {
|
|
1605
|
-
BlockPublicAcls?: boolean;
|
|
1606
|
-
IgnorePublicAcls?: boolean;
|
|
1607
|
-
BlockPublicPolicy?: boolean;
|
|
1608
|
-
RestrictPublicBuckets?: boolean;
|
|
1533
|
+
BlockPublicAcls?: boolean | undefined;
|
|
1534
|
+
IgnorePublicAcls?: boolean | undefined;
|
|
1535
|
+
BlockPublicPolicy?: boolean | undefined;
|
|
1536
|
+
RestrictPublicBuckets?: boolean | undefined;
|
|
1609
1537
|
}
|
|
1610
1538
|
export interface GetPublicAccessBlockOutput {
|
|
1611
|
-
PublicAccessBlockConfiguration?: PublicAccessBlockConfiguration;
|
|
1539
|
+
PublicAccessBlockConfiguration?: PublicAccessBlockConfiguration | undefined;
|
|
1612
1540
|
}
|
|
1613
1541
|
export interface GetPublicAccessBlockRequest {
|
|
1614
1542
|
Bucket: string | undefined;
|
|
1615
|
-
ExpectedBucketOwner?: string;
|
|
1543
|
+
ExpectedBucketOwner?: string | undefined;
|
|
1616
1544
|
}
|
|
1617
1545
|
export interface HeadBucketOutput {
|
|
1618
|
-
BucketLocationType?: LocationType;
|
|
1619
|
-
BucketLocationName?: string;
|
|
1620
|
-
BucketRegion?: string;
|
|
1621
|
-
AccessPointAlias?: boolean;
|
|
1546
|
+
BucketLocationType?: LocationType | undefined;
|
|
1547
|
+
BucketLocationName?: string | undefined;
|
|
1548
|
+
BucketRegion?: string | undefined;
|
|
1549
|
+
AccessPointAlias?: boolean | undefined;
|
|
1622
1550
|
}
|
|
1623
1551
|
export interface HeadBucketRequest {
|
|
1624
1552
|
Bucket: string | undefined;
|
|
1625
|
-
ExpectedBucketOwner?: string;
|
|
1553
|
+
ExpectedBucketOwner?: string | undefined;
|
|
1626
1554
|
}
|
|
1627
1555
|
export declare class NotFound extends __BaseException {
|
|
1628
1556
|
readonly name: "NotFound";
|
|
@@ -1635,178 +1563,184 @@ export declare const ArchiveStatus: {
|
|
|
1635
1563
|
};
|
|
1636
1564
|
export type ArchiveStatus = (typeof ArchiveStatus)[keyof typeof ArchiveStatus];
|
|
1637
1565
|
export interface HeadObjectOutput {
|
|
1638
|
-
DeleteMarker?: boolean;
|
|
1639
|
-
AcceptRanges?: string;
|
|
1640
|
-
Expiration?: string;
|
|
1641
|
-
Restore?: string;
|
|
1642
|
-
ArchiveStatus?: ArchiveStatus;
|
|
1643
|
-
LastModified?: Date;
|
|
1644
|
-
ContentLength?: number;
|
|
1645
|
-
ChecksumCRC32?: string;
|
|
1646
|
-
ChecksumCRC32C?: string;
|
|
1647
|
-
ChecksumSHA1?: string;
|
|
1648
|
-
ChecksumSHA256?: string;
|
|
1649
|
-
ETag?: string;
|
|
1650
|
-
MissingMeta?: number;
|
|
1651
|
-
VersionId?: string;
|
|
1652
|
-
CacheControl?: string;
|
|
1653
|
-
ContentDisposition?: string;
|
|
1654
|
-
ContentEncoding?: string;
|
|
1655
|
-
ContentLanguage?: string;
|
|
1656
|
-
ContentType?: string;
|
|
1657
|
-
Expires?: Date;
|
|
1658
|
-
ExpiresString?: string;
|
|
1659
|
-
WebsiteRedirectLocation?: string;
|
|
1660
|
-
ServerSideEncryption?: ServerSideEncryption;
|
|
1661
|
-
Metadata?: Record<string, string
|
|
1662
|
-
SSECustomerAlgorithm?: string;
|
|
1663
|
-
SSECustomerKeyMD5?: string;
|
|
1664
|
-
SSEKMSKeyId?: string;
|
|
1665
|
-
BucketKeyEnabled?: boolean;
|
|
1666
|
-
StorageClass?: StorageClass;
|
|
1667
|
-
RequestCharged?: RequestCharged;
|
|
1668
|
-
ReplicationStatus?: ReplicationStatus;
|
|
1669
|
-
PartsCount?: number;
|
|
1670
|
-
ObjectLockMode?: ObjectLockMode;
|
|
1671
|
-
ObjectLockRetainUntilDate?: Date;
|
|
1672
|
-
ObjectLockLegalHoldStatus?: ObjectLockLegalHoldStatus;
|
|
1566
|
+
DeleteMarker?: boolean | undefined;
|
|
1567
|
+
AcceptRanges?: string | undefined;
|
|
1568
|
+
Expiration?: string | undefined;
|
|
1569
|
+
Restore?: string | undefined;
|
|
1570
|
+
ArchiveStatus?: ArchiveStatus | undefined;
|
|
1571
|
+
LastModified?: Date | undefined;
|
|
1572
|
+
ContentLength?: number | undefined;
|
|
1573
|
+
ChecksumCRC32?: string | undefined;
|
|
1574
|
+
ChecksumCRC32C?: string | undefined;
|
|
1575
|
+
ChecksumSHA1?: string | undefined;
|
|
1576
|
+
ChecksumSHA256?: string | undefined;
|
|
1577
|
+
ETag?: string | undefined;
|
|
1578
|
+
MissingMeta?: number | undefined;
|
|
1579
|
+
VersionId?: string | undefined;
|
|
1580
|
+
CacheControl?: string | undefined;
|
|
1581
|
+
ContentDisposition?: string | undefined;
|
|
1582
|
+
ContentEncoding?: string | undefined;
|
|
1583
|
+
ContentLanguage?: string | undefined;
|
|
1584
|
+
ContentType?: string | undefined;
|
|
1585
|
+
Expires?: Date | undefined;
|
|
1586
|
+
ExpiresString?: string | undefined;
|
|
1587
|
+
WebsiteRedirectLocation?: string | undefined;
|
|
1588
|
+
ServerSideEncryption?: ServerSideEncryption | undefined;
|
|
1589
|
+
Metadata?: Record<string, string> | undefined;
|
|
1590
|
+
SSECustomerAlgorithm?: string | undefined;
|
|
1591
|
+
SSECustomerKeyMD5?: string | undefined;
|
|
1592
|
+
SSEKMSKeyId?: string | undefined;
|
|
1593
|
+
BucketKeyEnabled?: boolean | undefined;
|
|
1594
|
+
StorageClass?: StorageClass | undefined;
|
|
1595
|
+
RequestCharged?: RequestCharged | undefined;
|
|
1596
|
+
ReplicationStatus?: ReplicationStatus | undefined;
|
|
1597
|
+
PartsCount?: number | undefined;
|
|
1598
|
+
ObjectLockMode?: ObjectLockMode | undefined;
|
|
1599
|
+
ObjectLockRetainUntilDate?: Date | undefined;
|
|
1600
|
+
ObjectLockLegalHoldStatus?: ObjectLockLegalHoldStatus | undefined;
|
|
1673
1601
|
}
|
|
1674
1602
|
export interface HeadObjectRequest {
|
|
1675
1603
|
Bucket: string | undefined;
|
|
1676
|
-
IfMatch?: string;
|
|
1677
|
-
IfModifiedSince?: Date;
|
|
1678
|
-
IfNoneMatch?: string;
|
|
1679
|
-
IfUnmodifiedSince?: Date;
|
|
1604
|
+
IfMatch?: string | undefined;
|
|
1605
|
+
IfModifiedSince?: Date | undefined;
|
|
1606
|
+
IfNoneMatch?: string | undefined;
|
|
1607
|
+
IfUnmodifiedSince?: Date | undefined;
|
|
1680
1608
|
Key: string | undefined;
|
|
1681
|
-
Range?: string;
|
|
1682
|
-
ResponseCacheControl?: string;
|
|
1683
|
-
ResponseContentDisposition?: string;
|
|
1684
|
-
ResponseContentEncoding?: string;
|
|
1685
|
-
ResponseContentLanguage?: string;
|
|
1686
|
-
ResponseContentType?: string;
|
|
1687
|
-
ResponseExpires?: Date;
|
|
1688
|
-
VersionId?: string;
|
|
1689
|
-
SSECustomerAlgorithm?: string;
|
|
1690
|
-
SSECustomerKey?: string;
|
|
1691
|
-
SSECustomerKeyMD5?: string;
|
|
1692
|
-
RequestPayer?: RequestPayer;
|
|
1693
|
-
PartNumber?: number;
|
|
1694
|
-
ExpectedBucketOwner?: string;
|
|
1695
|
-
ChecksumMode?: ChecksumMode;
|
|
1609
|
+
Range?: string | undefined;
|
|
1610
|
+
ResponseCacheControl?: string | undefined;
|
|
1611
|
+
ResponseContentDisposition?: string | undefined;
|
|
1612
|
+
ResponseContentEncoding?: string | undefined;
|
|
1613
|
+
ResponseContentLanguage?: string | undefined;
|
|
1614
|
+
ResponseContentType?: string | undefined;
|
|
1615
|
+
ResponseExpires?: Date | undefined;
|
|
1616
|
+
VersionId?: string | undefined;
|
|
1617
|
+
SSECustomerAlgorithm?: string | undefined;
|
|
1618
|
+
SSECustomerKey?: string | undefined;
|
|
1619
|
+
SSECustomerKeyMD5?: string | undefined;
|
|
1620
|
+
RequestPayer?: RequestPayer | undefined;
|
|
1621
|
+
PartNumber?: number | undefined;
|
|
1622
|
+
ExpectedBucketOwner?: string | undefined;
|
|
1623
|
+
ChecksumMode?: ChecksumMode | undefined;
|
|
1696
1624
|
}
|
|
1697
1625
|
export interface ListBucketAnalyticsConfigurationsOutput {
|
|
1698
|
-
IsTruncated?: boolean;
|
|
1699
|
-
ContinuationToken?: string;
|
|
1700
|
-
NextContinuationToken?: string;
|
|
1701
|
-
AnalyticsConfigurationList?: AnalyticsConfiguration[];
|
|
1626
|
+
IsTruncated?: boolean | undefined;
|
|
1627
|
+
ContinuationToken?: string | undefined;
|
|
1628
|
+
NextContinuationToken?: string | undefined;
|
|
1629
|
+
AnalyticsConfigurationList?: AnalyticsConfiguration[] | undefined;
|
|
1702
1630
|
}
|
|
1703
1631
|
export interface ListBucketAnalyticsConfigurationsRequest {
|
|
1704
1632
|
Bucket: string | undefined;
|
|
1705
|
-
ContinuationToken?: string;
|
|
1706
|
-
ExpectedBucketOwner?: string;
|
|
1633
|
+
ContinuationToken?: string | undefined;
|
|
1634
|
+
ExpectedBucketOwner?: string | undefined;
|
|
1707
1635
|
}
|
|
1708
1636
|
export interface ListBucketIntelligentTieringConfigurationsOutput {
|
|
1709
|
-
IsTruncated?: boolean;
|
|
1710
|
-
ContinuationToken?: string;
|
|
1711
|
-
NextContinuationToken?: string;
|
|
1712
|
-
IntelligentTieringConfigurationList?:
|
|
1637
|
+
IsTruncated?: boolean | undefined;
|
|
1638
|
+
ContinuationToken?: string | undefined;
|
|
1639
|
+
NextContinuationToken?: string | undefined;
|
|
1640
|
+
IntelligentTieringConfigurationList?:
|
|
1641
|
+
| IntelligentTieringConfiguration[]
|
|
1642
|
+
| undefined;
|
|
1713
1643
|
}
|
|
1714
1644
|
export interface ListBucketIntelligentTieringConfigurationsRequest {
|
|
1715
1645
|
Bucket: string | undefined;
|
|
1716
|
-
ContinuationToken?: string;
|
|
1646
|
+
ContinuationToken?: string | undefined;
|
|
1717
1647
|
}
|
|
1718
1648
|
export interface ListBucketInventoryConfigurationsOutput {
|
|
1719
|
-
ContinuationToken?: string;
|
|
1720
|
-
InventoryConfigurationList?: InventoryConfiguration[];
|
|
1721
|
-
IsTruncated?: boolean;
|
|
1722
|
-
NextContinuationToken?: string;
|
|
1649
|
+
ContinuationToken?: string | undefined;
|
|
1650
|
+
InventoryConfigurationList?: InventoryConfiguration[] | undefined;
|
|
1651
|
+
IsTruncated?: boolean | undefined;
|
|
1652
|
+
NextContinuationToken?: string | undefined;
|
|
1723
1653
|
}
|
|
1724
1654
|
export interface ListBucketInventoryConfigurationsRequest {
|
|
1725
1655
|
Bucket: string | undefined;
|
|
1726
|
-
ContinuationToken?: string;
|
|
1727
|
-
ExpectedBucketOwner?: string;
|
|
1656
|
+
ContinuationToken?: string | undefined;
|
|
1657
|
+
ExpectedBucketOwner?: string | undefined;
|
|
1728
1658
|
}
|
|
1729
1659
|
export interface ListBucketMetricsConfigurationsOutput {
|
|
1730
|
-
IsTruncated?: boolean;
|
|
1731
|
-
ContinuationToken?: string;
|
|
1732
|
-
NextContinuationToken?: string;
|
|
1733
|
-
MetricsConfigurationList?: MetricsConfiguration[];
|
|
1660
|
+
IsTruncated?: boolean | undefined;
|
|
1661
|
+
ContinuationToken?: string | undefined;
|
|
1662
|
+
NextContinuationToken?: string | undefined;
|
|
1663
|
+
MetricsConfigurationList?: MetricsConfiguration[] | undefined;
|
|
1734
1664
|
}
|
|
1735
1665
|
export interface ListBucketMetricsConfigurationsRequest {
|
|
1736
1666
|
Bucket: string | undefined;
|
|
1737
|
-
ContinuationToken?: string;
|
|
1738
|
-
ExpectedBucketOwner?: string;
|
|
1667
|
+
ContinuationToken?: string | undefined;
|
|
1668
|
+
ExpectedBucketOwner?: string | undefined;
|
|
1739
1669
|
}
|
|
1740
1670
|
export interface Bucket {
|
|
1741
|
-
Name?: string;
|
|
1742
|
-
CreationDate?: Date;
|
|
1671
|
+
Name?: string | undefined;
|
|
1672
|
+
CreationDate?: Date | undefined;
|
|
1673
|
+
BucketRegion?: string | undefined;
|
|
1743
1674
|
}
|
|
1744
1675
|
export interface ListBucketsOutput {
|
|
1745
|
-
Buckets?: Bucket[];
|
|
1746
|
-
Owner?: Owner;
|
|
1747
|
-
ContinuationToken?: string;
|
|
1676
|
+
Buckets?: Bucket[] | undefined;
|
|
1677
|
+
Owner?: Owner | undefined;
|
|
1678
|
+
ContinuationToken?: string | undefined;
|
|
1679
|
+
Prefix?: string | undefined;
|
|
1748
1680
|
}
|
|
1749
1681
|
export interface ListBucketsRequest {
|
|
1750
|
-
MaxBuckets?: number;
|
|
1751
|
-
ContinuationToken?: string;
|
|
1682
|
+
MaxBuckets?: number | undefined;
|
|
1683
|
+
ContinuationToken?: string | undefined;
|
|
1684
|
+
Prefix?: string | undefined;
|
|
1685
|
+
BucketRegion?: string | undefined;
|
|
1752
1686
|
}
|
|
1753
1687
|
export interface ListDirectoryBucketsOutput {
|
|
1754
|
-
Buckets?: Bucket[];
|
|
1755
|
-
ContinuationToken?: string;
|
|
1688
|
+
Buckets?: Bucket[] | undefined;
|
|
1689
|
+
ContinuationToken?: string | undefined;
|
|
1756
1690
|
}
|
|
1757
1691
|
export interface ListDirectoryBucketsRequest {
|
|
1758
|
-
ContinuationToken?: string;
|
|
1759
|
-
MaxDirectoryBuckets?: number;
|
|
1692
|
+
ContinuationToken?: string | undefined;
|
|
1693
|
+
MaxDirectoryBuckets?: number | undefined;
|
|
1760
1694
|
}
|
|
1761
1695
|
export interface CommonPrefix {
|
|
1762
|
-
Prefix?: string;
|
|
1696
|
+
Prefix?: string | undefined;
|
|
1763
1697
|
}
|
|
1764
1698
|
export declare const EncodingType: {
|
|
1765
1699
|
readonly url: "url";
|
|
1766
1700
|
};
|
|
1767
1701
|
export type EncodingType = (typeof EncodingType)[keyof typeof EncodingType];
|
|
1768
1702
|
export interface Initiator {
|
|
1769
|
-
ID?: string;
|
|
1770
|
-
DisplayName?: string;
|
|
1703
|
+
ID?: string | undefined;
|
|
1704
|
+
DisplayName?: string | undefined;
|
|
1771
1705
|
}
|
|
1772
1706
|
export interface MultipartUpload {
|
|
1773
|
-
UploadId?: string;
|
|
1774
|
-
Key?: string;
|
|
1775
|
-
Initiated?: Date;
|
|
1776
|
-
StorageClass?: StorageClass;
|
|
1777
|
-
Owner?: Owner;
|
|
1778
|
-
Initiator?: Initiator;
|
|
1779
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
1707
|
+
UploadId?: string | undefined;
|
|
1708
|
+
Key?: string | undefined;
|
|
1709
|
+
Initiated?: Date | undefined;
|
|
1710
|
+
StorageClass?: StorageClass | undefined;
|
|
1711
|
+
Owner?: Owner | undefined;
|
|
1712
|
+
Initiator?: Initiator | undefined;
|
|
1713
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
1780
1714
|
}
|
|
1781
1715
|
export interface ListMultipartUploadsOutput {
|
|
1782
|
-
Bucket?: string;
|
|
1783
|
-
KeyMarker?: string;
|
|
1784
|
-
UploadIdMarker?: string;
|
|
1785
|
-
NextKeyMarker?: string;
|
|
1786
|
-
Prefix?: string;
|
|
1787
|
-
Delimiter?: string;
|
|
1788
|
-
NextUploadIdMarker?: string;
|
|
1789
|
-
MaxUploads?: number;
|
|
1790
|
-
IsTruncated?: boolean;
|
|
1791
|
-
Uploads?: MultipartUpload[];
|
|
1792
|
-
CommonPrefixes?: CommonPrefix[];
|
|
1793
|
-
EncodingType?: EncodingType;
|
|
1794
|
-
RequestCharged?: RequestCharged;
|
|
1716
|
+
Bucket?: string | undefined;
|
|
1717
|
+
KeyMarker?: string | undefined;
|
|
1718
|
+
UploadIdMarker?: string | undefined;
|
|
1719
|
+
NextKeyMarker?: string | undefined;
|
|
1720
|
+
Prefix?: string | undefined;
|
|
1721
|
+
Delimiter?: string | undefined;
|
|
1722
|
+
NextUploadIdMarker?: string | undefined;
|
|
1723
|
+
MaxUploads?: number | undefined;
|
|
1724
|
+
IsTruncated?: boolean | undefined;
|
|
1725
|
+
Uploads?: MultipartUpload[] | undefined;
|
|
1726
|
+
CommonPrefixes?: CommonPrefix[] | undefined;
|
|
1727
|
+
EncodingType?: EncodingType | undefined;
|
|
1728
|
+
RequestCharged?: RequestCharged | undefined;
|
|
1795
1729
|
}
|
|
1796
1730
|
export interface ListMultipartUploadsRequest {
|
|
1797
1731
|
Bucket: string | undefined;
|
|
1798
|
-
Delimiter?: string;
|
|
1799
|
-
EncodingType?: EncodingType;
|
|
1800
|
-
KeyMarker?: string;
|
|
1801
|
-
MaxUploads?: number;
|
|
1802
|
-
Prefix?: string;
|
|
1803
|
-
UploadIdMarker?: string;
|
|
1804
|
-
ExpectedBucketOwner?: string;
|
|
1805
|
-
RequestPayer?: RequestPayer;
|
|
1732
|
+
Delimiter?: string | undefined;
|
|
1733
|
+
EncodingType?: EncodingType | undefined;
|
|
1734
|
+
KeyMarker?: string | undefined;
|
|
1735
|
+
MaxUploads?: number | undefined;
|
|
1736
|
+
Prefix?: string | undefined;
|
|
1737
|
+
UploadIdMarker?: string | undefined;
|
|
1738
|
+
ExpectedBucketOwner?: string | undefined;
|
|
1739
|
+
RequestPayer?: RequestPayer | undefined;
|
|
1806
1740
|
}
|
|
1807
1741
|
export interface RestoreStatus {
|
|
1808
|
-
IsRestoreInProgress?: boolean;
|
|
1809
|
-
RestoreExpiryDate?: Date;
|
|
1742
|
+
IsRestoreInProgress?: boolean | undefined;
|
|
1743
|
+
RestoreExpiryDate?: Date | undefined;
|
|
1810
1744
|
}
|
|
1811
1745
|
export declare const ObjectStorageClass: {
|
|
1812
1746
|
readonly DEEP_ARCHIVE: "DEEP_ARCHIVE";
|
|
@@ -1824,27 +1758,27 @@ export declare const ObjectStorageClass: {
|
|
|
1824
1758
|
export type ObjectStorageClass =
|
|
1825
1759
|
(typeof ObjectStorageClass)[keyof typeof ObjectStorageClass];
|
|
1826
1760
|
export interface _Object {
|
|
1827
|
-
Key?: string;
|
|
1828
|
-
LastModified?: Date;
|
|
1829
|
-
ETag?: string;
|
|
1830
|
-
ChecksumAlgorithm?: ChecksumAlgorithm[];
|
|
1831
|
-
Size?: number;
|
|
1832
|
-
StorageClass?: ObjectStorageClass;
|
|
1833
|
-
Owner?: Owner;
|
|
1834
|
-
RestoreStatus?: RestoreStatus;
|
|
1761
|
+
Key?: string | undefined;
|
|
1762
|
+
LastModified?: Date | undefined;
|
|
1763
|
+
ETag?: string | undefined;
|
|
1764
|
+
ChecksumAlgorithm?: ChecksumAlgorithm[] | undefined;
|
|
1765
|
+
Size?: number | undefined;
|
|
1766
|
+
StorageClass?: ObjectStorageClass | undefined;
|
|
1767
|
+
Owner?: Owner | undefined;
|
|
1768
|
+
RestoreStatus?: RestoreStatus | undefined;
|
|
1835
1769
|
}
|
|
1836
1770
|
export interface ListObjectsOutput {
|
|
1837
|
-
IsTruncated?: boolean;
|
|
1838
|
-
Marker?: string;
|
|
1839
|
-
NextMarker?: string;
|
|
1840
|
-
Contents?: _Object[];
|
|
1841
|
-
Name?: string;
|
|
1842
|
-
Prefix?: string;
|
|
1843
|
-
Delimiter?: string;
|
|
1844
|
-
MaxKeys?: number;
|
|
1845
|
-
CommonPrefixes?: CommonPrefix[];
|
|
1846
|
-
EncodingType?: EncodingType;
|
|
1847
|
-
RequestCharged?: RequestCharged;
|
|
1771
|
+
IsTruncated?: boolean | undefined;
|
|
1772
|
+
Marker?: string | undefined;
|
|
1773
|
+
NextMarker?: string | undefined;
|
|
1774
|
+
Contents?: _Object[] | undefined;
|
|
1775
|
+
Name?: string | undefined;
|
|
1776
|
+
Prefix?: string | undefined;
|
|
1777
|
+
Delimiter?: string | undefined;
|
|
1778
|
+
MaxKeys?: number | undefined;
|
|
1779
|
+
CommonPrefixes?: CommonPrefix[] | undefined;
|
|
1780
|
+
EncodingType?: EncodingType | undefined;
|
|
1781
|
+
RequestCharged?: RequestCharged | undefined;
|
|
1848
1782
|
}
|
|
1849
1783
|
export declare const OptionalObjectAttributes: {
|
|
1850
1784
|
readonly RESTORE_STATUS: "RestoreStatus";
|
|
@@ -1853,49 +1787,49 @@ export type OptionalObjectAttributes =
|
|
|
1853
1787
|
(typeof OptionalObjectAttributes)[keyof typeof OptionalObjectAttributes];
|
|
1854
1788
|
export interface ListObjectsRequest {
|
|
1855
1789
|
Bucket: string | undefined;
|
|
1856
|
-
Delimiter?: string;
|
|
1857
|
-
EncodingType?: EncodingType;
|
|
1858
|
-
Marker?: string;
|
|
1859
|
-
MaxKeys?: number;
|
|
1860
|
-
Prefix?: string;
|
|
1861
|
-
RequestPayer?: RequestPayer;
|
|
1862
|
-
ExpectedBucketOwner?: string;
|
|
1863
|
-
OptionalObjectAttributes?: OptionalObjectAttributes[];
|
|
1790
|
+
Delimiter?: string | undefined;
|
|
1791
|
+
EncodingType?: EncodingType | undefined;
|
|
1792
|
+
Marker?: string | undefined;
|
|
1793
|
+
MaxKeys?: number | undefined;
|
|
1794
|
+
Prefix?: string | undefined;
|
|
1795
|
+
RequestPayer?: RequestPayer | undefined;
|
|
1796
|
+
ExpectedBucketOwner?: string | undefined;
|
|
1797
|
+
OptionalObjectAttributes?: OptionalObjectAttributes[] | undefined;
|
|
1864
1798
|
}
|
|
1865
1799
|
export interface ListObjectsV2Output {
|
|
1866
|
-
IsTruncated?: boolean;
|
|
1867
|
-
Contents?: _Object[];
|
|
1868
|
-
Name?: string;
|
|
1869
|
-
Prefix?: string;
|
|
1870
|
-
Delimiter?: string;
|
|
1871
|
-
MaxKeys?: number;
|
|
1872
|
-
CommonPrefixes?: CommonPrefix[];
|
|
1873
|
-
EncodingType?: EncodingType;
|
|
1874
|
-
KeyCount?: number;
|
|
1875
|
-
ContinuationToken?: string;
|
|
1876
|
-
NextContinuationToken?: string;
|
|
1877
|
-
StartAfter?: string;
|
|
1878
|
-
RequestCharged?: RequestCharged;
|
|
1800
|
+
IsTruncated?: boolean | undefined;
|
|
1801
|
+
Contents?: _Object[] | undefined;
|
|
1802
|
+
Name?: string | undefined;
|
|
1803
|
+
Prefix?: string | undefined;
|
|
1804
|
+
Delimiter?: string | undefined;
|
|
1805
|
+
MaxKeys?: number | undefined;
|
|
1806
|
+
CommonPrefixes?: CommonPrefix[] | undefined;
|
|
1807
|
+
EncodingType?: EncodingType | undefined;
|
|
1808
|
+
KeyCount?: number | undefined;
|
|
1809
|
+
ContinuationToken?: string | undefined;
|
|
1810
|
+
NextContinuationToken?: string | undefined;
|
|
1811
|
+
StartAfter?: string | undefined;
|
|
1812
|
+
RequestCharged?: RequestCharged | undefined;
|
|
1879
1813
|
}
|
|
1880
1814
|
export interface ListObjectsV2Request {
|
|
1881
1815
|
Bucket: string | undefined;
|
|
1882
|
-
Delimiter?: string;
|
|
1883
|
-
EncodingType?: EncodingType;
|
|
1884
|
-
MaxKeys?: number;
|
|
1885
|
-
Prefix?: string;
|
|
1886
|
-
ContinuationToken?: string;
|
|
1887
|
-
FetchOwner?: boolean;
|
|
1888
|
-
StartAfter?: string;
|
|
1889
|
-
RequestPayer?: RequestPayer;
|
|
1890
|
-
ExpectedBucketOwner?: string;
|
|
1891
|
-
OptionalObjectAttributes?: OptionalObjectAttributes[];
|
|
1816
|
+
Delimiter?: string | undefined;
|
|
1817
|
+
EncodingType?: EncodingType | undefined;
|
|
1818
|
+
MaxKeys?: number | undefined;
|
|
1819
|
+
Prefix?: string | undefined;
|
|
1820
|
+
ContinuationToken?: string | undefined;
|
|
1821
|
+
FetchOwner?: boolean | undefined;
|
|
1822
|
+
StartAfter?: string | undefined;
|
|
1823
|
+
RequestPayer?: RequestPayer | undefined;
|
|
1824
|
+
ExpectedBucketOwner?: string | undefined;
|
|
1825
|
+
OptionalObjectAttributes?: OptionalObjectAttributes[] | undefined;
|
|
1892
1826
|
}
|
|
1893
1827
|
export interface DeleteMarkerEntry {
|
|
1894
|
-
Owner?: Owner;
|
|
1895
|
-
Key?: string;
|
|
1896
|
-
VersionId?: string;
|
|
1897
|
-
IsLatest?: boolean;
|
|
1898
|
-
LastModified?: Date;
|
|
1828
|
+
Owner?: Owner | undefined;
|
|
1829
|
+
Key?: string | undefined;
|
|
1830
|
+
VersionId?: string | undefined;
|
|
1831
|
+
IsLatest?: boolean | undefined;
|
|
1832
|
+
LastModified?: Date | undefined;
|
|
1899
1833
|
}
|
|
1900
1834
|
export declare const ObjectVersionStorageClass: {
|
|
1901
1835
|
readonly STANDARD: "STANDARD";
|
|
@@ -1903,108 +1837,108 @@ export declare const ObjectVersionStorageClass: {
|
|
|
1903
1837
|
export type ObjectVersionStorageClass =
|
|
1904
1838
|
(typeof ObjectVersionStorageClass)[keyof typeof ObjectVersionStorageClass];
|
|
1905
1839
|
export interface ObjectVersion {
|
|
1906
|
-
ETag?: string;
|
|
1907
|
-
ChecksumAlgorithm?: ChecksumAlgorithm[];
|
|
1908
|
-
Size?: number;
|
|
1909
|
-
StorageClass?: ObjectVersionStorageClass;
|
|
1910
|
-
Key?: string;
|
|
1911
|
-
VersionId?: string;
|
|
1912
|
-
IsLatest?: boolean;
|
|
1913
|
-
LastModified?: Date;
|
|
1914
|
-
Owner?: Owner;
|
|
1915
|
-
RestoreStatus?: RestoreStatus;
|
|
1840
|
+
ETag?: string | undefined;
|
|
1841
|
+
ChecksumAlgorithm?: ChecksumAlgorithm[] | undefined;
|
|
1842
|
+
Size?: number | undefined;
|
|
1843
|
+
StorageClass?: ObjectVersionStorageClass | undefined;
|
|
1844
|
+
Key?: string | undefined;
|
|
1845
|
+
VersionId?: string | undefined;
|
|
1846
|
+
IsLatest?: boolean | undefined;
|
|
1847
|
+
LastModified?: Date | undefined;
|
|
1848
|
+
Owner?: Owner | undefined;
|
|
1849
|
+
RestoreStatus?: RestoreStatus | undefined;
|
|
1916
1850
|
}
|
|
1917
1851
|
export interface ListObjectVersionsOutput {
|
|
1918
|
-
IsTruncated?: boolean;
|
|
1919
|
-
KeyMarker?: string;
|
|
1920
|
-
VersionIdMarker?: string;
|
|
1921
|
-
NextKeyMarker?: string;
|
|
1922
|
-
NextVersionIdMarker?: string;
|
|
1923
|
-
Versions?: ObjectVersion[];
|
|
1924
|
-
DeleteMarkers?: DeleteMarkerEntry[];
|
|
1925
|
-
Name?: string;
|
|
1926
|
-
Prefix?: string;
|
|
1927
|
-
Delimiter?: string;
|
|
1928
|
-
MaxKeys?: number;
|
|
1929
|
-
CommonPrefixes?: CommonPrefix[];
|
|
1930
|
-
EncodingType?: EncodingType;
|
|
1931
|
-
RequestCharged?: RequestCharged;
|
|
1852
|
+
IsTruncated?: boolean | undefined;
|
|
1853
|
+
KeyMarker?: string | undefined;
|
|
1854
|
+
VersionIdMarker?: string | undefined;
|
|
1855
|
+
NextKeyMarker?: string | undefined;
|
|
1856
|
+
NextVersionIdMarker?: string | undefined;
|
|
1857
|
+
Versions?: ObjectVersion[] | undefined;
|
|
1858
|
+
DeleteMarkers?: DeleteMarkerEntry[] | undefined;
|
|
1859
|
+
Name?: string | undefined;
|
|
1860
|
+
Prefix?: string | undefined;
|
|
1861
|
+
Delimiter?: string | undefined;
|
|
1862
|
+
MaxKeys?: number | undefined;
|
|
1863
|
+
CommonPrefixes?: CommonPrefix[] | undefined;
|
|
1864
|
+
EncodingType?: EncodingType | undefined;
|
|
1865
|
+
RequestCharged?: RequestCharged | undefined;
|
|
1932
1866
|
}
|
|
1933
1867
|
export interface ListObjectVersionsRequest {
|
|
1934
1868
|
Bucket: string | undefined;
|
|
1935
|
-
Delimiter?: string;
|
|
1936
|
-
EncodingType?: EncodingType;
|
|
1937
|
-
KeyMarker?: string;
|
|
1938
|
-
MaxKeys?: number;
|
|
1939
|
-
Prefix?: string;
|
|
1940
|
-
VersionIdMarker?: string;
|
|
1941
|
-
ExpectedBucketOwner?: string;
|
|
1942
|
-
RequestPayer?: RequestPayer;
|
|
1943
|
-
OptionalObjectAttributes?: OptionalObjectAttributes[];
|
|
1869
|
+
Delimiter?: string | undefined;
|
|
1870
|
+
EncodingType?: EncodingType | undefined;
|
|
1871
|
+
KeyMarker?: string | undefined;
|
|
1872
|
+
MaxKeys?: number | undefined;
|
|
1873
|
+
Prefix?: string | undefined;
|
|
1874
|
+
VersionIdMarker?: string | undefined;
|
|
1875
|
+
ExpectedBucketOwner?: string | undefined;
|
|
1876
|
+
RequestPayer?: RequestPayer | undefined;
|
|
1877
|
+
OptionalObjectAttributes?: OptionalObjectAttributes[] | undefined;
|
|
1944
1878
|
}
|
|
1945
1879
|
export interface Part {
|
|
1946
|
-
PartNumber?: number;
|
|
1947
|
-
LastModified?: Date;
|
|
1948
|
-
ETag?: string;
|
|
1949
|
-
Size?: number;
|
|
1950
|
-
ChecksumCRC32?: string;
|
|
1951
|
-
ChecksumCRC32C?: string;
|
|
1952
|
-
ChecksumSHA1?: string;
|
|
1953
|
-
ChecksumSHA256?: string;
|
|
1880
|
+
PartNumber?: number | undefined;
|
|
1881
|
+
LastModified?: Date | undefined;
|
|
1882
|
+
ETag?: string | undefined;
|
|
1883
|
+
Size?: number | undefined;
|
|
1884
|
+
ChecksumCRC32?: string | undefined;
|
|
1885
|
+
ChecksumCRC32C?: string | undefined;
|
|
1886
|
+
ChecksumSHA1?: string | undefined;
|
|
1887
|
+
ChecksumSHA256?: string | undefined;
|
|
1954
1888
|
}
|
|
1955
1889
|
export interface ListPartsOutput {
|
|
1956
|
-
AbortDate?: Date;
|
|
1957
|
-
AbortRuleId?: string;
|
|
1958
|
-
Bucket?: string;
|
|
1959
|
-
Key?: string;
|
|
1960
|
-
UploadId?: string;
|
|
1961
|
-
PartNumberMarker?: string;
|
|
1962
|
-
NextPartNumberMarker?: string;
|
|
1963
|
-
MaxParts?: number;
|
|
1964
|
-
IsTruncated?: boolean;
|
|
1965
|
-
Parts?: Part[];
|
|
1966
|
-
Initiator?: Initiator;
|
|
1967
|
-
Owner?: Owner;
|
|
1968
|
-
StorageClass?: StorageClass;
|
|
1969
|
-
RequestCharged?: RequestCharged;
|
|
1970
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
1890
|
+
AbortDate?: Date | undefined;
|
|
1891
|
+
AbortRuleId?: string | undefined;
|
|
1892
|
+
Bucket?: string | undefined;
|
|
1893
|
+
Key?: string | undefined;
|
|
1894
|
+
UploadId?: string | undefined;
|
|
1895
|
+
PartNumberMarker?: string | undefined;
|
|
1896
|
+
NextPartNumberMarker?: string | undefined;
|
|
1897
|
+
MaxParts?: number | undefined;
|
|
1898
|
+
IsTruncated?: boolean | undefined;
|
|
1899
|
+
Parts?: Part[] | undefined;
|
|
1900
|
+
Initiator?: Initiator | undefined;
|
|
1901
|
+
Owner?: Owner | undefined;
|
|
1902
|
+
StorageClass?: StorageClass | undefined;
|
|
1903
|
+
RequestCharged?: RequestCharged | undefined;
|
|
1904
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
1971
1905
|
}
|
|
1972
1906
|
export interface ListPartsRequest {
|
|
1973
1907
|
Bucket: string | undefined;
|
|
1974
1908
|
Key: string | undefined;
|
|
1975
|
-
MaxParts?: number;
|
|
1976
|
-
PartNumberMarker?: string;
|
|
1909
|
+
MaxParts?: number | undefined;
|
|
1910
|
+
PartNumberMarker?: string | undefined;
|
|
1977
1911
|
UploadId: string | undefined;
|
|
1978
|
-
RequestPayer?: RequestPayer;
|
|
1979
|
-
ExpectedBucketOwner?: string;
|
|
1980
|
-
SSECustomerAlgorithm?: string;
|
|
1981
|
-
SSECustomerKey?: string;
|
|
1982
|
-
SSECustomerKeyMD5?: string;
|
|
1912
|
+
RequestPayer?: RequestPayer | undefined;
|
|
1913
|
+
ExpectedBucketOwner?: string | undefined;
|
|
1914
|
+
SSECustomerAlgorithm?: string | undefined;
|
|
1915
|
+
SSECustomerKey?: string | undefined;
|
|
1916
|
+
SSECustomerKeyMD5?: string | undefined;
|
|
1983
1917
|
}
|
|
1984
1918
|
export interface PutBucketAccelerateConfigurationRequest {
|
|
1985
1919
|
Bucket: string | undefined;
|
|
1986
1920
|
AccelerateConfiguration: AccelerateConfiguration | undefined;
|
|
1987
|
-
ExpectedBucketOwner?: string;
|
|
1988
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
1921
|
+
ExpectedBucketOwner?: string | undefined;
|
|
1922
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
1989
1923
|
}
|
|
1990
1924
|
export interface PutBucketAclRequest {
|
|
1991
|
-
ACL?: BucketCannedACL;
|
|
1992
|
-
AccessControlPolicy?: AccessControlPolicy;
|
|
1993
|
-
Bucket: string | undefined;
|
|
1994
|
-
ContentMD5?: string;
|
|
1995
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
1996
|
-
GrantFullControl?: string;
|
|
1997
|
-
GrantRead?: string;
|
|
1998
|
-
GrantReadACP?: string;
|
|
1999
|
-
GrantWrite?: string;
|
|
2000
|
-
GrantWriteACP?: string;
|
|
2001
|
-
ExpectedBucketOwner?: string;
|
|
1925
|
+
ACL?: BucketCannedACL | undefined;
|
|
1926
|
+
AccessControlPolicy?: AccessControlPolicy | undefined;
|
|
1927
|
+
Bucket: string | undefined;
|
|
1928
|
+
ContentMD5?: string | undefined;
|
|
1929
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
1930
|
+
GrantFullControl?: string | undefined;
|
|
1931
|
+
GrantRead?: string | undefined;
|
|
1932
|
+
GrantReadACP?: string | undefined;
|
|
1933
|
+
GrantWrite?: string | undefined;
|
|
1934
|
+
GrantWriteACP?: string | undefined;
|
|
1935
|
+
ExpectedBucketOwner?: string | undefined;
|
|
2002
1936
|
}
|
|
2003
1937
|
export interface PutBucketAnalyticsConfigurationRequest {
|
|
2004
1938
|
Bucket: string | undefined;
|
|
2005
1939
|
Id: string | undefined;
|
|
2006
1940
|
AnalyticsConfiguration: AnalyticsConfiguration | undefined;
|
|
2007
|
-
ExpectedBucketOwner?: string;
|
|
1941
|
+
ExpectedBucketOwner?: string | undefined;
|
|
2008
1942
|
}
|
|
2009
1943
|
export interface CORSConfiguration {
|
|
2010
1944
|
CORSRules: CORSRule[] | undefined;
|
|
@@ -2012,18 +1946,18 @@ export interface CORSConfiguration {
|
|
|
2012
1946
|
export interface PutBucketCorsRequest {
|
|
2013
1947
|
Bucket: string | undefined;
|
|
2014
1948
|
CORSConfiguration: CORSConfiguration | undefined;
|
|
2015
|
-
ContentMD5?: string;
|
|
2016
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
2017
|
-
ExpectedBucketOwner?: string;
|
|
1949
|
+
ContentMD5?: string | undefined;
|
|
1950
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
1951
|
+
ExpectedBucketOwner?: string | undefined;
|
|
2018
1952
|
}
|
|
2019
1953
|
export interface PutBucketEncryptionRequest {
|
|
2020
1954
|
Bucket: string | undefined;
|
|
2021
|
-
ContentMD5?: string;
|
|
2022
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
1955
|
+
ContentMD5?: string | undefined;
|
|
1956
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
2023
1957
|
ServerSideEncryptionConfiguration:
|
|
2024
1958
|
| ServerSideEncryptionConfiguration
|
|
2025
1959
|
| undefined;
|
|
2026
|
-
ExpectedBucketOwner?: string;
|
|
1960
|
+
ExpectedBucketOwner?: string | undefined;
|
|
2027
1961
|
}
|
|
2028
1962
|
export interface PutBucketIntelligentTieringConfigurationRequest {
|
|
2029
1963
|
Bucket: string | undefined;
|
|
@@ -2034,44 +1968,40 @@ export interface PutBucketInventoryConfigurationRequest {
|
|
|
2034
1968
|
Bucket: string | undefined;
|
|
2035
1969
|
Id: string | undefined;
|
|
2036
1970
|
InventoryConfiguration: InventoryConfiguration | undefined;
|
|
2037
|
-
ExpectedBucketOwner?: string;
|
|
1971
|
+
ExpectedBucketOwner?: string | undefined;
|
|
1972
|
+
}
|
|
1973
|
+
export interface PutBucketLifecycleConfigurationOutput {
|
|
1974
|
+
TransitionDefaultMinimumObjectSize?:
|
|
1975
|
+
| TransitionDefaultMinimumObjectSize
|
|
1976
|
+
| undefined;
|
|
2038
1977
|
}
|
|
2039
1978
|
export interface BucketLifecycleConfiguration {
|
|
2040
1979
|
Rules: LifecycleRule[] | undefined;
|
|
2041
1980
|
}
|
|
2042
1981
|
export interface PutBucketLifecycleConfigurationRequest {
|
|
2043
1982
|
Bucket: string | undefined;
|
|
2044
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
2045
|
-
LifecycleConfiguration?: BucketLifecycleConfiguration;
|
|
2046
|
-
ExpectedBucketOwner?: string;
|
|
1983
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
1984
|
+
LifecycleConfiguration?: BucketLifecycleConfiguration | undefined;
|
|
1985
|
+
ExpectedBucketOwner?: string | undefined;
|
|
1986
|
+
TransitionDefaultMinimumObjectSize?:
|
|
1987
|
+
| TransitionDefaultMinimumObjectSize
|
|
1988
|
+
| undefined;
|
|
2047
1989
|
}
|
|
2048
1990
|
export interface BucketLoggingStatus {
|
|
2049
|
-
LoggingEnabled?: LoggingEnabled;
|
|
1991
|
+
LoggingEnabled?: LoggingEnabled | undefined;
|
|
2050
1992
|
}
|
|
2051
1993
|
export interface PutBucketLoggingRequest {
|
|
2052
1994
|
Bucket: string | undefined;
|
|
2053
1995
|
BucketLoggingStatus: BucketLoggingStatus | undefined;
|
|
2054
|
-
ContentMD5?: string;
|
|
2055
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
2056
|
-
ExpectedBucketOwner?: string;
|
|
1996
|
+
ContentMD5?: string | undefined;
|
|
1997
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
1998
|
+
ExpectedBucketOwner?: string | undefined;
|
|
2057
1999
|
}
|
|
2058
2000
|
export interface PutBucketMetricsConfigurationRequest {
|
|
2059
2001
|
Bucket: string | undefined;
|
|
2060
2002
|
Id: string | undefined;
|
|
2061
2003
|
MetricsConfiguration: MetricsConfiguration | undefined;
|
|
2062
|
-
ExpectedBucketOwner?: string;
|
|
2063
|
-
}
|
|
2064
|
-
export interface PutBucketNotificationConfigurationRequest {
|
|
2065
|
-
Bucket: string | undefined;
|
|
2066
|
-
NotificationConfiguration: NotificationConfiguration | undefined;
|
|
2067
|
-
ExpectedBucketOwner?: string;
|
|
2068
|
-
SkipDestinationValidation?: boolean;
|
|
2069
|
-
}
|
|
2070
|
-
export interface PutBucketOwnershipControlsRequest {
|
|
2071
|
-
Bucket: string | undefined;
|
|
2072
|
-
ContentMD5?: string;
|
|
2073
|
-
ExpectedBucketOwner?: string;
|
|
2074
|
-
OwnershipControls: OwnershipControls | undefined;
|
|
2004
|
+
ExpectedBucketOwner?: string | undefined;
|
|
2075
2005
|
}
|
|
2076
2006
|
export declare const CompleteMultipartUploadOutputFilterSensitiveLog: (
|
|
2077
2007
|
obj: CompleteMultipartUploadOutput
|