// // Copyright 2010-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). // You may not use this file except in compliance with the License. // A copy of the License is located at // // http://aws.amazon.com/apache2.0 // // or in the "license" file accompanying this file. This file is distributed // on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either // express or implied. See the License for the specific language governing // permissions and limitations under the License. // #import #import #import NS_ASSUME_NONNULL_BEGIN FOUNDATION_EXPORT NSString *const AWSS3ErrorDomain; typedef NS_ENUM(NSInteger, AWSS3ErrorType) { AWSS3ErrorUnknown, AWSS3ErrorBucketAlreadyExists, AWSS3ErrorBucketAlreadyOwnedByYou, AWSS3ErrorNoSuchBucket, AWSS3ErrorNoSuchKey, AWSS3ErrorNoSuchUpload, AWSS3ErrorObjectAlreadyInActiveTier, AWSS3ErrorObjectNotInActiveTier, }; typedef NS_ENUM(NSInteger, AWSS3AnalyticsS3ExportFileFormat) { AWSS3AnalyticsS3ExportFileFormatUnknown, AWSS3AnalyticsS3ExportFileFormatCsv, }; typedef NS_ENUM(NSInteger, AWSS3BucketAccelerateStatus) { AWSS3BucketAccelerateStatusUnknown, AWSS3BucketAccelerateStatusEnabled, AWSS3BucketAccelerateStatusSuspended, }; typedef NS_ENUM(NSInteger, AWSS3BucketCannedACL) { AWSS3BucketCannedACLUnknown, AWSS3BucketCannedACLPrivate, AWSS3BucketCannedACLPublicRead, AWSS3BucketCannedACLPublicReadWrite, AWSS3BucketCannedACLAuthenticatedRead, }; typedef NS_ENUM(NSInteger, AWSS3BucketLocationConstraint) { AWSS3BucketLocationConstraintBlank, AWSS3BucketLocationConstraintUnknown, AWSS3BucketLocationConstraintAFSouth1, AWSS3BucketLocationConstraintAPEast1, AWSS3BucketLocationConstraintAPNortheast1, AWSS3BucketLocationConstraintAPNortheast2, AWSS3BucketLocationConstraintAPNortheast3, AWSS3BucketLocationConstraintAPSouth1, AWSS3BucketLocationConstraintAPSouth2, AWSS3BucketLocationConstraintAPSoutheast1, AWSS3BucketLocationConstraintAPSoutheast2, AWSS3BucketLocationConstraintAPSoutheast3, AWSS3BucketLocationConstraintAPSoutheast4, AWSS3BucketLocationConstraintCACentral1, AWSS3BucketLocationConstraintCNNorth1, AWSS3BucketLocationConstraintCNNorthwest1, AWSS3BucketLocationConstraintEU, AWSS3BucketLocationConstraintEUCentral1, AWSS3BucketLocationConstraintEUCentral2, AWSS3BucketLocationConstraintEUNorth1, AWSS3BucketLocationConstraintEUSouth1, AWSS3BucketLocationConstraintEUSouth2, AWSS3BucketLocationConstraintEUWest1, AWSS3BucketLocationConstraintEUWest2, AWSS3BucketLocationConstraintEUWest3, AWSS3BucketLocationConstraintILCentral1, AWSS3BucketLocationConstraintMECentral1, AWSS3BucketLocationConstraintMESouth1, AWSS3BucketLocationConstraintSAEast1, AWSS3BucketLocationConstraintUSEast2, AWSS3BucketLocationConstraintUSGovEast1, AWSS3BucketLocationConstraintUSGovWest1, AWSS3BucketLocationConstraintUSWest1, AWSS3BucketLocationConstraintUSWest2, }; typedef NS_ENUM(NSInteger, AWSS3BucketLogsPermission) { AWSS3BucketLogsPermissionUnknown, AWSS3BucketLogsPermissionFullControl, AWSS3BucketLogsPermissionRead, AWSS3BucketLogsPermissionWrite, }; typedef NS_ENUM(NSInteger, AWSS3BucketVersioningStatus) { AWSS3BucketVersioningStatusUnknown, AWSS3BucketVersioningStatusEnabled, AWSS3BucketVersioningStatusSuspended, }; typedef NS_ENUM(NSInteger, AWSS3CompressionType) { AWSS3CompressionTypeUnknown, AWSS3CompressionTypeNone, AWSS3CompressionTypeGzip, AWSS3CompressionTypeBzip2, }; typedef NS_ENUM(NSInteger, AWSS3DeleteMarkerReplicationStatus) { AWSS3DeleteMarkerReplicationStatusUnknown, AWSS3DeleteMarkerReplicationStatusEnabled, AWSS3DeleteMarkerReplicationStatusDisabled, }; typedef NS_ENUM(NSInteger, AWSS3EncodingType) { AWSS3EncodingTypeUnknown, AWSS3EncodingTypeURL, }; typedef NS_ENUM(NSInteger, AWSS3Event) { AWSS3EventUnknown, AWSS3EventS3ReducedRedundancyLostObject, AWSS3EventS3ObjectCreated, AWSS3EventS3ObjectCreatedPut, AWSS3EventS3ObjectCreatedPost, AWSS3EventS3ObjectCreatedCopy, AWSS3EventS3ObjectCreatedCompleteMultipartUpload, AWSS3EventS3ObjectRemoved, AWSS3EventS3ObjectRemovedDelete, AWSS3EventS3ObjectRemovedDeleteMarkerCreated, AWSS3EventS3ObjectRestore, AWSS3EventS3ObjectRestorePost, AWSS3EventS3ObjectRestoreCompleted, AWSS3EventS3Replication, AWSS3EventS3ReplicationOperationFailedReplication, AWSS3EventS3ReplicationOperationNotTracked, AWSS3EventS3ReplicationOperationMissedThreshold, AWSS3EventS3ReplicationOperationReplicatedAfterThreshold, }; typedef NS_ENUM(NSInteger, AWSS3ExistingObjectReplicationStatus) { AWSS3ExistingObjectReplicationStatusUnknown, AWSS3ExistingObjectReplicationStatusEnabled, AWSS3ExistingObjectReplicationStatusDisabled, }; typedef NS_ENUM(NSInteger, AWSS3ExpirationStatus) { AWSS3ExpirationStatusUnknown, AWSS3ExpirationStatusEnabled, AWSS3ExpirationStatusDisabled, }; typedef NS_ENUM(NSInteger, AWSS3ExpressionType) { AWSS3ExpressionTypeUnknown, AWSS3ExpressionTypeSql, }; typedef NS_ENUM(NSInteger, AWSS3FileHeaderInfo) { AWSS3FileHeaderInfoUnknown, AWSS3FileHeaderInfoUse, AWSS3FileHeaderInfoIgnore, AWSS3FileHeaderInfoNone, }; typedef NS_ENUM(NSInteger, AWSS3FilterRuleName) { AWSS3FilterRuleNameUnknown, AWSS3FilterRuleNamePrefix, AWSS3FilterRuleNameSuffix, }; typedef NS_ENUM(NSInteger, AWSS3InventoryFormat) { AWSS3InventoryFormatUnknown, AWSS3InventoryFormatCsv, AWSS3InventoryFormatOrc, AWSS3InventoryFormatParquet, }; typedef NS_ENUM(NSInteger, AWSS3InventoryFrequency) { AWSS3InventoryFrequencyUnknown, AWSS3InventoryFrequencyDaily, AWSS3InventoryFrequencyWeekly, }; typedef NS_ENUM(NSInteger, AWSS3InventoryIncludedObjectVersions) { AWSS3InventoryIncludedObjectVersionsUnknown, AWSS3InventoryIncludedObjectVersionsAll, AWSS3InventoryIncludedObjectVersionsCurrent, }; typedef NS_ENUM(NSInteger, AWSS3InventoryOptionalField) { AWSS3InventoryOptionalFieldUnknown, AWSS3InventoryOptionalFieldSize, AWSS3InventoryOptionalFieldLastModifiedDate, AWSS3InventoryOptionalFieldStorageClass, AWSS3InventoryOptionalFieldETag, AWSS3InventoryOptionalFieldIsMultipartUploaded, AWSS3InventoryOptionalFieldReplicationStatus, AWSS3InventoryOptionalFieldEncryptionStatus, AWSS3InventoryOptionalFieldObjectLockRetainUntilDate, AWSS3InventoryOptionalFieldObjectLockMode, AWSS3InventoryOptionalFieldObjectLockLegalHoldStatus, AWSS3InventoryOptionalFieldIntelligentTieringAccessTier, }; typedef NS_ENUM(NSInteger, AWSS3JSONType) { AWSS3JSONTypeUnknown, AWSS3JSONTypeDocument, AWSS3JSONTypeLines, }; typedef NS_ENUM(NSInteger, AWSS3MFADelete) { AWSS3MFADeleteUnknown, AWSS3MFADeleteEnabled, AWSS3MFADeleteDisabled, }; typedef NS_ENUM(NSInteger, AWSS3MFADeleteStatus) { AWSS3MFADeleteStatusUnknown, AWSS3MFADeleteStatusEnabled, AWSS3MFADeleteStatusDisabled, }; typedef NS_ENUM(NSInteger, AWSS3MetadataDirective) { AWSS3MetadataDirectiveUnknown, AWSS3MetadataDirectiveCopy, AWSS3MetadataDirectiveReplace, }; typedef NS_ENUM(NSInteger, AWSS3MetricsStatus) { AWSS3MetricsStatusUnknown, AWSS3MetricsStatusEnabled, AWSS3MetricsStatusDisabled, }; typedef NS_ENUM(NSInteger, AWSS3ObjectCannedACL) { AWSS3ObjectCannedACLUnknown, AWSS3ObjectCannedACLPrivate, AWSS3ObjectCannedACLPublicRead, AWSS3ObjectCannedACLPublicReadWrite, AWSS3ObjectCannedACLAuthenticatedRead, AWSS3ObjectCannedACLAwsExecRead, AWSS3ObjectCannedACLBucketOwnerRead, AWSS3ObjectCannedACLBucketOwnerFullControl, }; typedef NS_ENUM(NSInteger, AWSS3ObjectLockEnabled) { AWSS3ObjectLockEnabledUnknown, AWSS3ObjectLockEnabledEnabled, }; typedef NS_ENUM(NSInteger, AWSS3ObjectLockLegalHoldStatus) { AWSS3ObjectLockLegalHoldStatusUnknown, AWSS3ObjectLockLegalHoldStatusOn, AWSS3ObjectLockLegalHoldStatusOff, }; typedef NS_ENUM(NSInteger, AWSS3ObjectLockMode) { AWSS3ObjectLockModeUnknown, AWSS3ObjectLockModeGovernance, AWSS3ObjectLockModeCompliance, }; typedef NS_ENUM(NSInteger, AWSS3ObjectLockRetentionMode) { AWSS3ObjectLockRetentionModeUnknown, AWSS3ObjectLockRetentionModeGovernance, AWSS3ObjectLockRetentionModeCompliance, }; typedef NS_ENUM(NSInteger, AWSS3ObjectOwnership) { AWSS3ObjectOwnershipUnknown, AWSS3ObjectOwnershipBucketOwnerPreferred, AWSS3ObjectOwnershipObjectWriter, }; typedef NS_ENUM(NSInteger, AWSS3ObjectStorageClass) { AWSS3ObjectStorageClassUnknown, AWSS3ObjectStorageClassStandard, AWSS3ObjectStorageClassReducedRedundancy, AWSS3ObjectStorageClassGlacier, AWSS3ObjectStorageClassStandardIa, AWSS3ObjectStorageClassOnezoneIa, AWSS3ObjectStorageClassIntelligentTiering, AWSS3ObjectStorageClassDeepArchive, AWSS3ObjectStorageClassOutposts, }; typedef NS_ENUM(NSInteger, AWSS3ObjectVersionStorageClass) { AWSS3ObjectVersionStorageClassUnknown, AWSS3ObjectVersionStorageClassStandard, }; typedef NS_ENUM(NSInteger, AWSS3OwnerOverride) { AWSS3OwnerOverrideUnknown, AWSS3OwnerOverrideDestination, }; typedef NS_ENUM(NSInteger, AWSS3Payer) { AWSS3PayerUnknown, AWSS3PayerRequester, AWSS3PayerBucketOwner, }; typedef NS_ENUM(NSInteger, AWSS3Permission) { AWSS3PermissionUnknown, AWSS3PermissionFullControl, AWSS3PermissionWrite, AWSS3PermissionWriteAcp, AWSS3PermissionRead, AWSS3PermissionReadAcp, }; typedef NS_ENUM(NSInteger, AWSS3Protocols) { AWSS3ProtocolsUnknown, AWSS3ProtocolsHTTP, AWSS3ProtocolsHTTPS, }; typedef NS_ENUM(NSInteger, AWSS3QuoteFields) { AWSS3QuoteFieldsUnknown, AWSS3QuoteFieldsAlways, AWSS3QuoteFieldsAsneeded, }; typedef NS_ENUM(NSInteger, AWSS3ReplicationRuleStatus) { AWSS3ReplicationRuleStatusUnknown, AWSS3ReplicationRuleStatusEnabled, AWSS3ReplicationRuleStatusDisabled, }; typedef NS_ENUM(NSInteger, AWSS3ReplicationStatus) { AWSS3ReplicationStatusUnknown, AWSS3ReplicationStatusComplete, AWSS3ReplicationStatusPending, AWSS3ReplicationStatusFailed, AWSS3ReplicationStatusReplica, }; typedef NS_ENUM(NSInteger, AWSS3ReplicationTimeStatus) { AWSS3ReplicationTimeStatusUnknown, AWSS3ReplicationTimeStatusEnabled, AWSS3ReplicationTimeStatusDisabled, }; typedef NS_ENUM(NSInteger, AWSS3RequestCharged) { AWSS3RequestChargedUnknown, AWSS3RequestChargedRequester, }; typedef NS_ENUM(NSInteger, AWSS3RequestPayer) { AWSS3RequestPayerUnknown, AWSS3RequestPayerRequester, }; typedef NS_ENUM(NSInteger, AWSS3RestoreRequestType) { AWSS3RestoreRequestTypeUnknown, AWSS3RestoreRequestTypeSelect, }; typedef NS_ENUM(NSInteger, AWSS3ServerSideEncryption) { AWSS3ServerSideEncryptionUnknown, AWSS3ServerSideEncryptionAES256, AWSS3ServerSideEncryptionAwsKms, }; typedef NS_ENUM(NSInteger, AWSS3SseKmsEncryptedObjectsStatus) { AWSS3SseKmsEncryptedObjectsStatusUnknown, AWSS3SseKmsEncryptedObjectsStatusEnabled, AWSS3SseKmsEncryptedObjectsStatusDisabled, }; typedef NS_ENUM(NSInteger, AWSS3StorageClass) { AWSS3StorageClassUnknown, AWSS3StorageClassStandard, AWSS3StorageClassReducedRedundancy, AWSS3StorageClassStandardIa, AWSS3StorageClassOnezoneIa, AWSS3StorageClassIntelligentTiering, AWSS3StorageClassGlacier, AWSS3StorageClassDeepArchive, AWSS3StorageClassOutposts, }; typedef NS_ENUM(NSInteger, AWSS3StorageClassAnalysisSchemaVersion) { AWSS3StorageClassAnalysisSchemaVersionUnknown, AWSS3StorageClassAnalysisSchemaVersionV1, }; typedef NS_ENUM(NSInteger, AWSS3TaggingDirective) { AWSS3TaggingDirectiveUnknown, AWSS3TaggingDirectiveCopy, AWSS3TaggingDirectiveReplace, }; typedef NS_ENUM(NSInteger, AWSS3Tier) { AWSS3TierUnknown, AWSS3TierStandard, AWSS3TierBulk, AWSS3TierExpedited, }; typedef NS_ENUM(NSInteger, AWSS3TransitionStorageClass) { AWSS3TransitionStorageClassUnknown, AWSS3TransitionStorageClassGlacier, AWSS3TransitionStorageClassStandardIa, AWSS3TransitionStorageClassOnezoneIa, AWSS3TransitionStorageClassIntelligentTiering, AWSS3TransitionStorageClassDeepArchive, }; typedef NS_ENUM(NSInteger, AWSS3Types) { AWSS3TypesUnknown, AWSS3TypesCanonicalUser, AWSS3TypesAmazonCustomerByEmail, AWSS3TypesGroup, }; @class AWSS3AbortIncompleteMultipartUpload; @class AWSS3AbortMultipartUploadOutput; @class AWSS3AbortMultipartUploadRequest; @class AWSS3AccelerateConfiguration; @class AWSS3AccessControlPolicy; @class AWSS3AccessControlTranslation; @class AWSS3AnalyticsAndOperator; @class AWSS3AnalyticsConfiguration; @class AWSS3AnalyticsExportDestination; @class AWSS3AnalyticsFilter; @class AWSS3AnalyticsS3BucketDestination; @class AWSS3Bucket; @class AWSS3BucketLifecycleConfiguration; @class AWSS3BucketLoggingStatus; @class AWSS3CORSConfiguration; @class AWSS3CORSRule; @class AWSS3CSVInput; @class AWSS3CSVOutput; @class AWSS3CloudFunctionConfiguration; @class AWSS3CommonPrefix; @class AWSS3CompleteMultipartUploadOutput; @class AWSS3CompleteMultipartUploadRequest; @class AWSS3CompletedMultipartUpload; @class AWSS3CompletedPart; @class AWSS3Condition; @class AWSS3ContinuationEvent; @class AWSS3ReplicateObjectOutput; @class AWSS3ReplicateObjectRequest; @class AWSS3ReplicateObjectResult; @class AWSS3ReplicatePartResult; @class AWSS3CreateBucketConfiguration; @class AWSS3CreateBucketOutput; @class AWSS3CreateBucketRequest; @class AWSS3CreateMultipartUploadOutput; @class AWSS3CreateMultipartUploadRequest; @class AWSS3DefaultRetention; @class AWSS3Remove; @class AWSS3DeleteBucketAnalyticsConfigurationRequest; @class AWSS3DeleteBucketCorsRequest; @class AWSS3DeleteBucketEncryptionRequest; @class AWSS3DeleteBucketInventoryConfigurationRequest; @class AWSS3DeleteBucketLifecycleRequest; @class AWSS3DeleteBucketMetricsConfigurationRequest; @class AWSS3DeleteBucketOwnershipControlsRequest; @class AWSS3DeleteBucketPolicyRequest; @class AWSS3DeleteBucketReplicationRequest; @class AWSS3DeleteBucketRequest; @class AWSS3DeleteBucketTaggingRequest; @class AWSS3DeleteBucketWebsiteRequest; @class AWSS3DeleteMarkerEntry; @class AWSS3DeleteMarkerReplication; @class AWSS3DeleteObjectOutput; @class AWSS3DeleteObjectRequest; @class AWSS3DeleteObjectTaggingOutput; @class AWSS3DeleteObjectTaggingRequest; @class AWSS3DeleteObjectsOutput; @class AWSS3DeleteObjectsRequest; @class AWSS3DeletePublicAccessBlockRequest; @class AWSS3DeletedObject; @class AWSS3Destination; @class AWSS3Encryption; @class AWSS3EncryptionConfiguration; @class AWSS3EndEvent; @class AWSS3Error; @class AWSS3ErrorDocument; @class AWSS3ExistingObjectReplication; @class AWSS3FilterRule; @class AWSS3GetBucketAccelerateConfigurationOutput; @class AWSS3GetBucketAccelerateConfigurationRequest; @class AWSS3GetBucketAclOutput; @class AWSS3GetBucketAclRequest; @class AWSS3GetBucketAnalyticsConfigurationOutput; @class AWSS3GetBucketAnalyticsConfigurationRequest; @class AWSS3GetBucketCorsOutput; @class AWSS3GetBucketCorsRequest; @class AWSS3GetBucketEncryptionOutput; @class AWSS3GetBucketEncryptionRequest; @class AWSS3GetBucketInventoryConfigurationOutput; @class AWSS3GetBucketInventoryConfigurationRequest; @class AWSS3GetBucketLifecycleConfigurationOutput; @class AWSS3GetBucketLifecycleConfigurationRequest; @class AWSS3GetBucketLifecycleOutput; @class AWSS3GetBucketLifecycleRequest; @class AWSS3GetBucketLocationOutput; @class AWSS3GetBucketLocationRequest; @class AWSS3GetBucketLoggingOutput; @class AWSS3GetBucketLoggingRequest; @class AWSS3GetBucketMetricsConfigurationOutput; @class AWSS3GetBucketMetricsConfigurationRequest; @class AWSS3GetBucketNotificationConfigurationRequest; @class AWSS3GetBucketOwnershipControlsOutput; @class AWSS3GetBucketOwnershipControlsRequest; @class AWSS3GetBucketPolicyOutput; @class AWSS3GetBucketPolicyRequest; @class AWSS3GetBucketPolicyStatusOutput; @class AWSS3GetBucketPolicyStatusRequest; @class AWSS3GetBucketReplicationOutput; @class AWSS3GetBucketReplicationRequest; @class AWSS3GetBucketRequestPaymentOutput; @class AWSS3GetBucketRequestPaymentRequest; @class AWSS3GetBucketTaggingOutput; @class AWSS3GetBucketTaggingRequest; @class AWSS3GetBucketVersioningOutput; @class AWSS3GetBucketVersioningRequest; @class AWSS3GetBucketWebsiteOutput; @class AWSS3GetBucketWebsiteRequest; @class AWSS3GetObjectAclOutput; @class AWSS3GetObjectAclRequest; @class AWSS3GetObjectLegalHoldOutput; @class AWSS3GetObjectLegalHoldRequest; @class AWSS3GetObjectLockConfigurationOutput; @class AWSS3GetObjectLockConfigurationRequest; @class AWSS3GetObjectOutput; @class AWSS3GetObjectRequest; @class AWSS3GetObjectRetentionOutput; @class AWSS3GetObjectRetentionRequest; @class AWSS3GetObjectTaggingOutput; @class AWSS3GetObjectTaggingRequest; @class AWSS3GetObjectTorrentOutput; @class AWSS3GetObjectTorrentRequest; @class AWSS3GetPublicAccessBlockOutput; @class AWSS3GetPublicAccessBlockRequest; @class AWSS3GlacierJobParameters; @class AWSS3Grant; @class AWSS3Grantee; @class AWSS3HeadBucketRequest; @class AWSS3HeadObjectOutput; @class AWSS3HeadObjectRequest; @class AWSS3IndexDocument; @class AWSS3Initiator; @class AWSS3InputSerialization; @class AWSS3InventoryConfiguration; @class AWSS3InventoryDestination; @class AWSS3InventoryEncryption; @class AWSS3InventoryFilter; @class AWSS3InventoryS3BucketDestination; @class AWSS3InventorySchedule; @class AWSS3JSONInput; @class AWSS3JSONOutput; @class AWSS3LambdaFunctionConfiguration; @class AWSS3LifecycleConfiguration; @class AWSS3LifecycleExpiration; @class AWSS3LifecycleRule; @class AWSS3LifecycleRuleAndOperator; @class AWSS3LifecycleRuleFilter; @class AWSS3ListBucketAnalyticsConfigurationsOutput; @class AWSS3ListBucketAnalyticsConfigurationsRequest; @class AWSS3ListBucketInventoryConfigurationsOutput; @class AWSS3ListBucketInventoryConfigurationsRequest; @class AWSS3ListBucketMetricsConfigurationsOutput; @class AWSS3ListBucketMetricsConfigurationsRequest; @class AWSS3ListBucketsOutput; @class AWSS3ListMultipartUploadsOutput; @class AWSS3ListMultipartUploadsRequest; @class AWSS3ListObjectVersionsOutput; @class AWSS3ListObjectVersionsRequest; @class AWSS3ListObjectsOutput; @class AWSS3ListObjectsRequest; @class AWSS3ListObjectsV2Output; @class AWSS3ListObjectsV2Request; @class AWSS3ListPartsOutput; @class AWSS3ListPartsRequest; @class AWSS3LoggingEnabled; @class AWSS3MetadataEntry; @class AWSS3Metrics; @class AWSS3MetricsAndOperator; @class AWSS3MetricsConfiguration; @class AWSS3MetricsFilter; @class AWSS3MultipartUpload; @class AWSS3NoncurrentVersionExpiration; @class AWSS3NoncurrentVersionTransition; @class AWSS3NotificationConfiguration; @class AWSS3NotificationConfigurationDeprecated; @class AWSS3NotificationConfigurationFilter; @class AWSS3Object; @class AWSS3ObjectIdentifier; @class AWSS3ObjectLockConfiguration; @class AWSS3ObjectLockLegalHold; @class AWSS3ObjectLockRetention; @class AWSS3ObjectLockRule; @class AWSS3ObjectVersion; @class AWSS3OutputLocation; @class AWSS3OutputSerialization; @class AWSS3Owner; @class AWSS3OwnershipControls; @class AWSS3OwnershipControlsRule; @class AWSS3ParquetInput; @class AWSS3Part; @class AWSS3PolicyStatus; @class AWSS3Progress; @class AWSS3ProgressEvent; @class AWSS3PublicAccessBlockConfiguration; @class AWSS3PutBucketAccelerateConfigurationRequest; @class AWSS3PutBucketAclRequest; @class AWSS3PutBucketAnalyticsConfigurationRequest; @class AWSS3PutBucketCorsRequest; @class AWSS3PutBucketEncryptionRequest; @class AWSS3PutBucketInventoryConfigurationRequest; @class AWSS3PutBucketLifecycleConfigurationRequest; @class AWSS3PutBucketLifecycleRequest; @class AWSS3PutBucketLoggingRequest; @class AWSS3PutBucketMetricsConfigurationRequest; @class AWSS3PutBucketNotificationConfigurationRequest; @class AWSS3PutBucketNotificationRequest; @class AWSS3PutBucketOwnershipControlsRequest; @class AWSS3PutBucketPolicyRequest; @class AWSS3PutBucketReplicationRequest; @class AWSS3PutBucketRequestPaymentRequest; @class AWSS3PutBucketTaggingRequest; @class AWSS3PutBucketVersioningRequest; @class AWSS3PutBucketWebsiteRequest; @class AWSS3PutObjectAclOutput; @class AWSS3PutObjectAclRequest; @class AWSS3PutObjectLegalHoldOutput; @class AWSS3PutObjectLegalHoldRequest; @class AWSS3PutObjectLockConfigurationOutput; @class AWSS3PutObjectLockConfigurationRequest; @class AWSS3PutObjectOutput; @class AWSS3PutObjectRequest; @class AWSS3PutObjectRetentionOutput; @class AWSS3PutObjectRetentionRequest; @class AWSS3PutObjectTaggingOutput; @class AWSS3PutObjectTaggingRequest; @class AWSS3PutPublicAccessBlockRequest; @class AWSS3QueueConfiguration; @class AWSS3QueueConfigurationDeprecated; @class AWSS3RecordsEvent; @class AWSS3Redirect; @class AWSS3RedirectAllRequestsTo; @class AWSS3ReplicationConfiguration; @class AWSS3ReplicationRule; @class AWSS3ReplicationRuleAndOperator; @class AWSS3ReplicationRuleFilter; @class AWSS3ReplicationTime; @class AWSS3ReplicationTimeValue; @class AWSS3RequestPaymentConfiguration; @class AWSS3RequestProgress; @class AWSS3RestoreObjectOutput; @class AWSS3RestoreObjectRequest; @class AWSS3RestoreRequest; @class AWSS3RoutingRule; @class AWSS3Rule; @class AWSS3S3KeyFilter; @class AWSS3S3Location; @class AWSS3SSEKMS; @class AWSS3SSES3; @class AWSS3ScanRange; @class AWSS3SelectObjectContentEventStream; @class AWSS3SelectObjectContentOutput; @class AWSS3SelectObjectContentRequest; @class AWSS3SelectParameters; @class AWSS3ServerSideEncryptionByDefault; @class AWSS3ServerSideEncryptionConfiguration; @class AWSS3ServerSideEncryptionRule; @class AWSS3SourceSelectionCriteria; @class AWSS3SseKmsEncryptedObjects; @class AWSS3Stats; @class AWSS3StatsEvent; @class AWSS3StorageClassAnalysis; @class AWSS3StorageClassAnalysisDataExport; @class AWSS3Tag; @class AWSS3Tagging; @class AWSS3TargetGrant; @class AWSS3TopicConfiguration; @class AWSS3TopicConfigurationDeprecated; @class AWSS3Transition; @class AWSS3UploadPartCopyOutput; @class AWSS3UploadPartCopyRequest; @class AWSS3UploadPartOutput; @class AWSS3UploadPartRequest; @class AWSS3VersioningConfiguration; @class AWSS3WebsiteConfiguration; /**

Specifies the days since the initiation of an incomplete multipart upload that Amazon S3 will wait before permanently removing all parts of the upload. For more information, see Aborting Incomplete Multipart Uploads Using a Bucket Lifecycle Policy in the Amazon Simple Storage Service Developer Guide.

*/ @interface AWSS3AbortIncompleteMultipartUpload : AWSModel /**

Specifies the number of days after which Amazon S3 aborts an incomplete multipart upload.

*/ @property (nonatomic, strong) NSNumber * _Nullable daysAfterInitiation; @end /** */ @interface AWSS3AbortMultipartUploadOutput : AWSModel /**

If present, indicates that the requester was successfully charged for the request.

*/ @property (nonatomic, assign) AWSS3RequestCharged requestCharged; @end /** */ @interface AWSS3AbortMultipartUploadRequest : AWSRequest /**

The bucket name to which the upload was taking place.

When using this API with an access point, you must direct requests to the access point hostname. The access point hostname takes the form AccessPointName-AccountId.s3-accesspoint.Region.amazonaws.com. When using this operation with an access point through the AWS SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see Using Access Points in the Amazon Simple Storage Service Developer Guide.

When using this API with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com. When using this operation using S3 on Outposts through the AWS SDKs, you provide the Outposts bucket ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see Using S3 on Outposts in the Amazon Simple Storage Service Developer Guide.

*/ @property (nonatomic, strong) NSString * _Nullable bucket; /**

The account id of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP 403 (Access Denied) error.

*/ @property (nonatomic, strong) NSString * _Nullable expectedBucketOwner; /**

Key of the object for which the multipart upload was initiated.

*/ @property (nonatomic, strong) NSString * _Nullable key; /**

Confirms that the requester knows that they will be charged for the request. Bucket owners need not specify this parameter in their requests. For information about downloading objects from requester pays buckets, see Downloading Objects in Requestor Pays Buckets in the Amazon S3 Developer Guide.

*/ @property (nonatomic, assign) AWSS3RequestPayer requestPayer; /**

Upload ID that identifies the multipart upload.

*/ @property (nonatomic, strong) NSString * _Nullable uploadId; @end /**

Configures the transfer acceleration state for an Amazon S3 bucket. For more information, see Amazon S3 Transfer Acceleration in the Amazon Simple Storage Service Developer Guide.

*/ @interface AWSS3AccelerateConfiguration : AWSModel /**

Specifies the transfer acceleration status of the bucket.

*/ @property (nonatomic, assign) AWSS3BucketAccelerateStatus status; @end /**

Contains the elements that set the ACL permissions for an object per grantee.

*/ @interface AWSS3AccessControlPolicy : AWSModel /**

A list of grants.

*/ @property (nonatomic, strong) NSArray * _Nullable grants; /**

Container for the bucket owner's display name and ID.

*/ @property (nonatomic, strong) AWSS3Owner * _Nullable owner; @end /**

A container for information about access control for replicas.

Required parameters: [Owner] */ @interface AWSS3AccessControlTranslation : AWSModel /**

Specifies the replica ownership. For default and valid values, see PUT bucket replication in the Amazon Simple Storage Service API Reference.

*/ @property (nonatomic, assign) AWSS3OwnerOverride owner; @end /**

A conjunction (logical AND) of predicates, which is used in evaluating a metrics filter. The operator must have at least two predicates in any combination, and an object must match all of the predicates for the filter to apply.

*/ @interface AWSS3AnalyticsAndOperator : AWSModel /**

The prefix to use when evaluating an AND predicate: The prefix that an object must have to be included in the metrics results.

*/ @property (nonatomic, strong) NSString * _Nullable prefix; /**

The list of tags to use when evaluating an AND predicate.

*/ @property (nonatomic, strong) NSArray * _Nullable tags; @end /**

Specifies the configuration and any analyses for the analytics filter of an Amazon S3 bucket.

Required parameters: [Id, StorageClassAnalysis] */ @interface AWSS3AnalyticsConfiguration : AWSModel /**

The filter used to describe a set of objects for analyses. A filter must have exactly one prefix, one tag, or one conjunction (AnalyticsAndOperator). If no filter is provided, all objects will be considered in any analysis.

*/ @property (nonatomic, strong) AWSS3AnalyticsFilter * _Nullable filter; /**

The ID that identifies the analytics configuration.

*/ @property (nonatomic, strong) NSString * _Nullable identifier; /**

Contains data related to access patterns to be collected and made available to analyze the tradeoffs between different storage classes.

*/ @property (nonatomic, strong) AWSS3StorageClassAnalysis * _Nullable storageClassAnalysis; @end /**

Where to publish the analytics results.

Required parameters: [S3BucketDestination] */ @interface AWSS3AnalyticsExportDestination : AWSModel /**

A destination signifying output to an S3 bucket.

*/ @property (nonatomic, strong) AWSS3AnalyticsS3BucketDestination * _Nullable s3BucketDestination; @end /**

The filter used to describe a set of objects for analyses. A filter must have exactly one prefix, one tag, or one conjunction (AnalyticsAndOperator). If no filter is provided, all objects will be considered in any analysis.

*/ @interface AWSS3AnalyticsFilter : AWSModel /**

A conjunction (logical AND) of predicates, which is used in evaluating an analytics filter. The operator must have at least two predicates.

*/ @property (nonatomic, strong) AWSS3AnalyticsAndOperator * _Nullable AND; /**

The prefix to use when evaluating an analytics filter.

*/ @property (nonatomic, strong) NSString * _Nullable prefix; /**

The tag to use when evaluating an analytics filter.

*/ @property (nonatomic, strong) AWSS3Tag * _Nullable tag; @end /**

Contains information about where to publish the analytics results.

Required parameters: [Format, Bucket] */ @interface AWSS3AnalyticsS3BucketDestination : AWSModel /**

The Amazon Resource Name (ARN) of the bucket to which data is exported.

*/ @property (nonatomic, strong) NSString * _Nullable bucket; /**

The account ID that owns the destination S3 bucket. If no account ID is provided, the owner is not validated before exporting data.

Although this value is optional, we strongly recommend that you set it to help prevent problems if the destination bucket ownership changes.

*/ @property (nonatomic, strong) NSString * _Nullable bucketAccountId; /**

Specifies the file format used when exporting data to Amazon S3.

*/ @property (nonatomic, assign) AWSS3AnalyticsS3ExportFileFormat format; /**

The prefix to use when exporting data. The prefix is prepended to all results.

*/ @property (nonatomic, strong) NSString * _Nullable prefix; @end /**

In terms of implementation, a Bucket is a resource. An Amazon S3 bucket name is globally unique, and the namespace is shared by all AWS accounts.

*/ @interface AWSS3Bucket : AWSModel /**

Date the bucket was created.

*/ @property (nonatomic, strong) NSDate * _Nullable creationDate; /**

The name of the bucket.

*/ @property (nonatomic, strong) NSString * _Nullable name; @end /**

Specifies the lifecycle configuration for objects in an Amazon S3 bucket. For more information, see Object Lifecycle Management in the Amazon Simple Storage Service Developer Guide.

Required parameters: [Rules] */ @interface AWSS3BucketLifecycleConfiguration : AWSModel /**

A lifecycle rule for individual objects in an Amazon S3 bucket.

*/ @property (nonatomic, strong) NSArray * _Nullable rules; @end /**

Container for logging status information.

*/ @interface AWSS3BucketLoggingStatus : AWSModel /**

Describes where logs are stored and the prefix that Amazon S3 assigns to all log object keys for a bucket. For more information, see PUT Bucket logging in the Amazon Simple Storage Service API Reference.

*/ @property (nonatomic, strong) AWSS3LoggingEnabled * _Nullable loggingEnabled; @end /**

Describes the cross-origin access configuration for objects in an Amazon S3 bucket. For more information, see Enabling Cross-Origin Resource Sharing in the Amazon Simple Storage Service Developer Guide.

Required parameters: [CORSRules] */ @interface AWSS3CORSConfiguration : AWSModel /**

A set of origins and methods (cross-origin access that you want to allow). You can add up to 100 rules to the configuration.

*/ @property (nonatomic, strong) NSArray * _Nullable CORSRules; @end /**

Specifies a cross-origin access rule for an Amazon S3 bucket.

Required parameters: [AllowedMethods, AllowedOrigins] */ @interface AWSS3CORSRule : AWSModel /**

Headers that are specified in the Access-Control-Request-Headers header. These headers are allowed in a preflight OPTIONS request. In response to any preflight OPTIONS request, Amazon S3 returns any requested headers that are allowed.

*/ @property (nonatomic, strong) NSArray * _Nullable allowedHeaders; /**

An HTTP method that you allow the origin to execute. Valid values are GET, PUT, HEAD, POST, and DELETE.

*/ @property (nonatomic, strong) NSArray * _Nullable allowedMethods; /**

One or more origins you want customers to be able to access the bucket from.

*/ @property (nonatomic, strong) NSArray * _Nullable allowedOrigins; /**

One or more headers in the response that you want customers to be able to access from their applications (for example, from a JavaScript XMLHttpRequest object).

*/ @property (nonatomic, strong) NSArray * _Nullable exposeHeaders; /**

The time in seconds that your browser is to cache the preflight response for the specified resource.

*/ @property (nonatomic, strong) NSNumber * _Nullable maxAgeSeconds; @end /**

Describes how an uncompressed comma-separated values (CSV)-formatted input object is formatted.

*/ @interface AWSS3CSVInput : AWSModel /**

Specifies that CSV field values may contain quoted record delimiters and such records should be allowed. Default value is FALSE. Setting this value to TRUE may lower performance.

*/ @property (nonatomic, strong) NSNumber * _Nullable allowQuotedRecordDelimiter; /**

A single character used to indicate that a row should be ignored when the character is present at the start of that row. You can specify any character to indicate a comment line.

*/ @property (nonatomic, strong) NSString * _Nullable comments; /**

A single character used to separate individual fields in a record. You can specify an arbitrary delimiter.

*/ @property (nonatomic, strong) NSString * _Nullable fieldDelimiter; /**

Describes the first line of input. Valid values are:

  • NONE: First line is not a header.

  • IGNORE: First line is a header, but you can't use the header values to indicate the column in an expression. You can use column position (such as _1, _2, …) to indicate the column (SELECT s._1 FROM OBJECT s).

  • Use: First line is a header, and you can use the header value to identify a column in an expression (SELECT "name" FROM OBJECT).

*/ @property (nonatomic, assign) AWSS3FileHeaderInfo fileHeaderInfo; /**

A single character used for escaping when the field delimiter is part of the value. For example, if the value is a, b, Amazon S3 wraps this field value in quotation marks, as follows: " a , b ".

Type: String

Default: "

Ancestors: CSV

*/ @property (nonatomic, strong) NSString * _Nullable quoteCharacter; /**

A single character used for escaping the quotation mark character inside an already escaped value. For example, the value """ a , b """ is parsed as " a , b ".

*/ @property (nonatomic, strong) NSString * _Nullable quoteEscapeCharacter; /**

A single character used to separate individual records in the input. Instead of the default value, you can specify an arbitrary delimiter.

*/ @property (nonatomic, strong) NSString * _Nullable recordDelimiter; @end /**

Describes how uncompressed comma-separated values (CSV)-formatted results are formatted.

*/ @interface AWSS3CSVOutput : AWSModel /**

The value used to separate individual fields in a record. You can specify an arbitrary delimiter.

*/ @property (nonatomic, strong) NSString * _Nullable fieldDelimiter; /**

A single character used for escaping when the field delimiter is part of the value. For example, if the value is a, b, Amazon S3 wraps this field value in quotation marks, as follows: " a , b ".

*/ @property (nonatomic, strong) NSString * _Nullable quoteCharacter; /**

The single character used for escaping the quote character inside an already escaped value.

*/ @property (nonatomic, strong) NSString * _Nullable quoteEscapeCharacter; /**

Indicates whether to use quotation marks around output fields.

  • ALWAYS: Always use quotation marks for output fields.

  • ASNEEDED: Use quotation marks for output fields when needed.

*/ @property (nonatomic, assign) AWSS3QuoteFields quoteFields; /**

A single character used to separate individual records in the output. Instead of the default value, you can specify an arbitrary delimiter.

*/ @property (nonatomic, strong) NSString * _Nullable recordDelimiter; @end /**

Container for specifying the AWS Lambda notification configuration.

*/ @interface AWSS3CloudFunctionConfiguration : AWSModel /**

Lambda cloud function ARN that Amazon S3 can invoke when it detects events of the specified type.

*/ @property (nonatomic, strong) NSString * _Nullable cloudFunction; /**

The bucket event for which to send notifications.

*/ @property (nonatomic, assign) AWSS3Event event; /**

Bucket events for which to send notifications.

*/ @property (nonatomic, strong) NSArray * _Nullable events; /**

An optional unique identifier for configurations in a notification configuration. If you don't provide one, Amazon S3 will assign an ID.

*/ @property (nonatomic, strong) NSString * _Nullable identifier; /**

The role supporting the invocation of the Lambda function

*/ @property (nonatomic, strong) NSString * _Nullable invocationRole; @end /**

Container for all (if there are any) keys between Prefix and the next occurrence of the string specified by a delimiter. CommonPrefixes lists keys that act like subdirectories in the directory specified by Prefix. For example, if the prefix is notes/ and the delimiter is a slash (/) as in notes/summer/july, the common prefix is notes/summer/.

*/ @interface AWSS3CommonPrefix : AWSModel /**

Container for the specified common prefix.

*/ @property (nonatomic, strong) NSString * _Nullable prefix; @end /** */ @interface AWSS3CompleteMultipartUploadOutput : AWSModel /**

The name of the bucket that contains the newly created object.

When using this API with an access point, you must direct requests to the access point hostname. The access point hostname takes the form AccessPointName-AccountId.s3-accesspoint.Region.amazonaws.com. When using this operation with an access point through the AWS SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see Using Access Points in the Amazon Simple Storage Service Developer Guide.

When using this API with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com. When using this operation using S3 on Outposts through the AWS SDKs, you provide the Outposts bucket ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see Using S3 on Outposts in the Amazon Simple Storage Service Developer Guide.

*/ @property (nonatomic, strong) NSString * _Nullable bucket; /**

Entity tag that identifies the newly created object's data. Objects with different object data will have different entity tags. The entity tag is an opaque string. The entity tag may or may not be an MD5 digest of the object data. If the entity tag is not an MD5 digest of the object data, it will contain one or more nonhexadecimal characters and/or will consist of less than 32 or more than 32 hexadecimal digits.

*/ @property (nonatomic, strong) NSString * _Nullable ETag; /**

If the object expiration is configured, this will contain the expiration date (expiry-date) and rule ID (rule-id). The value of rule-id is URL encoded.

*/ @property (nonatomic, strong) NSString * _Nullable expiration; /**

The object key of the newly created object.

*/ @property (nonatomic, strong) NSString * _Nullable key; /**

The URI that identifies the newly created object.

*/ @property (nonatomic, strong) NSString * _Nullable location; /**

If present, indicates that the requester was successfully charged for the request.

*/ @property (nonatomic, assign) AWSS3RequestCharged requestCharged; /**

If present, specifies the ID of the AWS Key Management Service (AWS KMS) symmetric customer managed customer master key (CMK) that was used for the object.

*/ @property (nonatomic, strong) NSString * _Nullable SSEKMSKeyId; /**

If you specified server-side encryption either with an Amazon S3-managed encryption key or an AWS KMS customer master key (CMK) in your initiate multipart upload request, the response includes this header. It confirms the encryption algorithm that Amazon S3 used to encrypt the object.

*/ @property (nonatomic, assign) AWSS3ServerSideEncryption serverSideEncryption; /**

Version ID of the newly created object, in case the bucket has versioning turned on.

*/ @property (nonatomic, strong) NSString * _Nullable versionId; @end /** */ @interface AWSS3CompleteMultipartUploadRequest : AWSRequest /**

Name of the bucket to which the multipart upload was initiated.

*/ @property (nonatomic, strong) NSString * _Nullable bucket; /**

The account id of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP 403 (Access Denied) error.

*/ @property (nonatomic, strong) NSString * _Nullable expectedBucketOwner; /**

Object key for which the multipart upload was initiated.

*/ @property (nonatomic, strong) NSString * _Nullable key; /**

The container for the multipart upload request information.

*/ @property (nonatomic, strong) AWSS3CompletedMultipartUpload * _Nullable multipartUpload; /**

Confirms that the requester knows that they will be charged for the request. Bucket owners need not specify this parameter in their requests. For information about downloading objects from requester pays buckets, see Downloading Objects in Requestor Pays Buckets in the Amazon S3 Developer Guide.

*/ @property (nonatomic, assign) AWSS3RequestPayer requestPayer; /**

ID for the initiated multipart upload.

*/ @property (nonatomic, strong) NSString * _Nullable uploadId; @end /**

The container for the completed multipart upload details.

*/ @interface AWSS3CompletedMultipartUpload : AWSModel /**

Array of CompletedPart data types.

*/ @property (nonatomic, strong) NSArray * _Nullable parts; @end /**

Details of the parts that were uploaded.

*/ @interface AWSS3CompletedPart : AWSModel /**

Entity tag returned when the part was uploaded.

*/ @property (nonatomic, strong) NSString * _Nullable ETag; /**

Part number that identifies the part. This is a positive integer between 1 and 10,000.

*/ @property (nonatomic, strong) NSNumber * _Nullable partNumber; @end /**

A container for describing a condition that must be met for the specified redirect to apply. For example, 1. If request is for pages in the /docs folder, redirect to the /documents folder. 2. If request results in HTTP error 4xx, redirect request to another host where you might process the error.

*/ @interface AWSS3Condition : AWSModel /**

The HTTP error code when the redirect is applied. In the event of an error, if the error code equals this value, then the specified redirect is applied. Required when parent element Condition is specified and sibling KeyPrefixEquals is not specified. If both are specified, then both must be true for the redirect to be applied.

*/ @property (nonatomic, strong) NSString * _Nullable httpErrorCodeReturnedEquals; /**

The object key name prefix when the redirect is applied. For example, to redirect requests for ExamplePage.html, the key prefix will be ExamplePage.html. To redirect request for all pages with the prefix docs/, the key prefix will be /docs, which identifies all objects in the docs/ folder. Required when the parent element Condition is specified and sibling HttpErrorCodeReturnedEquals is not specified. If both conditions are specified, both must be true for the redirect to be applied.

*/ @property (nonatomic, strong) NSString * _Nullable keyPrefixEquals; @end /**

*/ @interface AWSS3ContinuationEvent : AWSModel @end /** */ @interface AWSS3ReplicateObjectOutput : AWSModel /**

Container for all response elements.

*/ @property (nonatomic, strong) AWSS3ReplicateObjectResult * _Nullable replicateObjectResult; /**

Version of the copied object in the destination bucket.

*/ @property (nonatomic, strong) NSString * _Nullable replicateSourceVersionId; /**

If the object expiration is configured, the response includes this header.

*/ @property (nonatomic, strong) NSString * _Nullable expiration; /**

If present, indicates that the requester was successfully charged for the request.

*/ @property (nonatomic, assign) AWSS3RequestCharged requestCharged; /**

If server-side encryption with a customer-provided encryption key was requested, the response will include this header confirming the encryption algorithm used.

*/ @property (nonatomic, strong) NSString * _Nullable SSECustomerAlgorithm; /**

If server-side encryption with a customer-provided encryption key was requested, the response will include this header to provide round-trip message integrity verification of the customer-provided encryption key.

*/ @property (nonatomic, strong) NSString * _Nullable SSECustomerKeyMD5; /**

If present, specifies the AWS KMS Encryption Context to use for object encryption. The value of this header is a base64-encoded UTF-8 string holding JSON with the encryption context key-value pairs.

*/ @property (nonatomic, strong) NSString * _Nullable SSEKMSEncryptionContext; /**

If present, specifies the ID of the AWS Key Management Service (AWS KMS) symmetric customer managed customer master key (CMK) that was used for the object.

*/ @property (nonatomic, strong) NSString * _Nullable SSEKMSKeyId; /**

The server-side encryption algorithm used when storing this object in Amazon S3 (for example, AES256, aws:kms).

*/ @property (nonatomic, assign) AWSS3ServerSideEncryption serverSideEncryption; /**

Version ID of the newly created copy.

*/ @property (nonatomic, strong) NSString * _Nullable versionId; @end /** */ @interface AWSS3ReplicateObjectRequest : AWSRequest /**

The canned ACL to apply to the object.

This action is not supported by Amazon S3 on Outposts.

*/ @property (nonatomic, assign) AWSS3ObjectCannedACL ACL; /**

The name of the destination bucket.

When using this API with an access point, you must direct requests to the access point hostname. The access point hostname takes the form AccessPointName-AccountId.s3-accesspoint.Region.amazonaws.com. When using this operation with an access point through the AWS SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see Using Access Points in the Amazon Simple Storage Service Developer Guide.

When using this API with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com. When using this operation using S3 on Outposts through the AWS SDKs, you provide the Outposts bucket ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see Using S3 on Outposts in the Amazon Simple Storage Service Developer Guide.

*/ @property (nonatomic, strong) NSString * _Nullable bucket; /**

Specifies caching behavior along the request/reply chain.

*/ @property (nonatomic, strong) NSString * _Nullable cacheControl; /**

Specifies presentational information for the object.

*/ @property (nonatomic, strong) NSString * _Nullable contentDisposition; /**

Specifies what content encodings have been applied to the object and thus what decoding mechanisms must be applied to obtain the media-type referenced by the Content-Type header field.

*/ @property (nonatomic, strong) NSString * _Nullable contentEncoding; /**

The language the content is in.

*/ @property (nonatomic, strong) NSString * _Nullable contentLanguage; /**

A standard MIME type describing the format of the object data.

*/ @property (nonatomic, strong) NSString * _Nullable contentType; /**

Specifies the source object for the copy operation. You specify the value in one of two formats, depending on whether you want to access the source object through an access point:

  • For objects not accessed through an access point, specify the name of the source bucket and the key of the source object, separated by a slash (/). For example, to copy the object reports/january.pdf from the bucket awsexamplebucket, use awsexamplebucket/reports/january.pdf. The value must be URL encoded.

  • For objects accessed through access points, specify the Amazon Resource Name (ARN) of the object as accessed through the access point, in the format arn:aws:s3:<Region>:<account-id>:accesspoint/<access-point-name>/object/<key>. For example, to copy the object reports/january.pdf through access point my-access-point owned by account 123456789012 in Region us-west-2, use the URL encoding of arn:aws:s3:us-west-2:123456789012:accesspoint/my-access-point/object/reports/january.pdf. The value must be URL encoded.

    Amazon S3 supports copy operations using access points only when the source and destination buckets are in the same AWS Region.

    Alternatively, for objects accessed through Amazon S3 on Outposts, specify the ARN of the object as accessed in the format arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/object/<key>. For example, to copy the object reports/january.pdf through outpost my-outpost owned by account 123456789012 in Region us-west-2, use the URL encoding of arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/object/reports/january.pdf. The value must be URL encoded.

To copy a specific version of an object, append ?versionId=<version-id> to the value (for example, awsexamplebucket/reports/january.pdf?versionId=QUpfdndhfd8438MNFDN93jdnJFkdmqnh893). If you don't specify a version ID, Amazon S3 copies the latest version of the source object.

*/ @property (nonatomic, strong) NSString * _Nullable replicateSource; /**

Copies the object if its entity tag (ETag) matches the specified tag.

*/ @property (nonatomic, strong) NSString * _Nullable replicateSourceIfMatch; /**

Copies the object if it has been modified since the specified time.

*/ @property (nonatomic, strong) NSDate * _Nullable replicateSourceIfModifiedSince; /**

Copies the object if its entity tag (ETag) is different than the specified ETag.

*/ @property (nonatomic, strong) NSString * _Nullable replicateSourceIfNoneMatch; /**

Copies the object if it hasn't been modified since the specified time.

*/ @property (nonatomic, strong) NSDate * _Nullable replicateSourceIfUnmodifiedSince; /**

Specifies the algorithm to use when decrypting the source object (for example, AES256).

*/ @property (nonatomic, strong) NSString * _Nullable replicateSourceSSECustomerAlgorithm; /**

Specifies the customer-provided encryption key for Amazon S3 to use to decrypt the source object. The encryption key provided in this header must be one that was used when the source object was created.

*/ @property (nonatomic, strong) NSString * _Nullable replicateSourceSSECustomerKey; /**

Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321. Amazon S3 uses this header for a message integrity check to ensure that the encryption key was transmitted without error.

*/ @property (nonatomic, strong) NSString * _Nullable replicateSourceSSECustomerKeyMD5; /**

The account id of the expected destination bucket owner. If the destination bucket is owned by a different account, the request will fail with an HTTP 403 (Access Denied) error.

*/ @property (nonatomic, strong) NSString * _Nullable expectedBucketOwner; /**

The account id of the expected source bucket owner. If the source bucket is owned by a different account, the request will fail with an HTTP 403 (Access Denied) error.

*/ @property (nonatomic, strong) NSString * _Nullable expectedSourceBucketOwner; /**

The date and time at which the object is no longer cacheable.

*/ @property (nonatomic, strong) NSDate * _Nullable expires; /**

Gives the grantee READ, READ_ACP, and WRITE_ACP permissions on the object.

This action is not supported by Amazon S3 on Outposts.

*/ @property (nonatomic, strong) NSString * _Nullable grantFullControl; /**

Allows grantee to read the object data and its metadata.

This action is not supported by Amazon S3 on Outposts.

*/ @property (nonatomic, strong) NSString * _Nullable grantRead; /**

Allows grantee to read the object ACL.

This action is not supported by Amazon S3 on Outposts.

*/ @property (nonatomic, strong) NSString * _Nullable grantReadACP; /**

Allows grantee to write the ACL for the applicable object.

This action is not supported by Amazon S3 on Outposts.

*/ @property (nonatomic, strong) NSString * _Nullable grantWriteACP; /**

The key of the destination object.

*/ @property (nonatomic, strong) NSString * _Nullable key; /**

A map of metadata to store with the object in S3.

*/ @property (nonatomic, strong) NSDictionary * _Nullable metadata; /**

Specifies whether the metadata is copied from the source object or replaced with metadata provided in the request.

*/ @property (nonatomic, assign) AWSS3MetadataDirective metadataDirective; /**

Specifies whether you want to apply a Legal Hold to the copied object.

*/ @property (nonatomic, assign) AWSS3ObjectLockLegalHoldStatus objectLockLegalHoldStatus; /**

The Object Lock mode that you want to apply to the copied object.

*/ @property (nonatomic, assign) AWSS3ObjectLockMode objectLockMode; /**

The date and time when you want the copied object's Object Lock to expire.

*/ @property (nonatomic, strong) NSDate * _Nullable objectLockRetainUntilDate; /**

Confirms that the requester knows that they will be charged for the request. Bucket owners need not specify this parameter in their requests. For information about downloading objects from requester pays buckets, see Downloading Objects in Requestor Pays Buckets in the Amazon S3 Developer Guide.

*/ @property (nonatomic, assign) AWSS3RequestPayer requestPayer; /**

Specifies the algorithm to use to when encrypting the object (for example, AES256).

*/ @property (nonatomic, strong) NSString * _Nullable SSECustomerAlgorithm; /**

Specifies the customer-provided encryption key for Amazon S3 to use in encrypting data. This value is used to store the object and then it is discarded; Amazon S3 does not store the encryption key. The key must be appropriate for use with the algorithm specified in the x-amz-server-side-encryption-customer-algorithm header.

*/ @property (nonatomic, strong) NSString * _Nullable SSECustomerKey; /**

Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321. Amazon S3 uses this header for a message integrity check to ensure that the encryption key was transmitted without error.

*/ @property (nonatomic, strong) NSString * _Nullable SSECustomerKeyMD5; /**

Specifies the AWS KMS Encryption Context to use for object encryption. The value of this header is a base64-encoded UTF-8 string holding JSON with the encryption context key-value pairs.

*/ @property (nonatomic, strong) NSString * _Nullable SSEKMSEncryptionContext; /**

Specifies the AWS KMS key ID to use for object encryption. All GET and PUT requests for an object protected by AWS KMS will fail if not made via SSL or using SigV4. For information about configuring using any of the officially supported AWS SDKs and AWS CLI, see Specifying the Signature Version in Request Authentication in the Amazon S3 Developer Guide.

*/ @property (nonatomic, strong) NSString * _Nullable SSEKMSKeyId; /**

The server-side encryption algorithm used when storing this object in Amazon S3 (for example, AES256, aws:kms).

*/ @property (nonatomic, assign) AWSS3ServerSideEncryption serverSideEncryption; /**

By default, Amazon S3 uses the STANDARD Storage Class to store newly created objects. The STANDARD storage class provides high durability and high availability. Depending on performance needs, you can specify a different Storage Class. Amazon S3 on Outposts only uses the OUTPOSTS Storage Class. For more information, see Storage Classes in the Amazon S3 Service Developer Guide.

*/ @property (nonatomic, assign) AWSS3StorageClass storageClass; /**

The tag-set for the object destination object this value must be used in conjunction with the TaggingDirective. The tag-set must be encoded as URL Query parameters.

*/ @property (nonatomic, strong) NSString * _Nullable tagging; /**

Specifies whether the object tag-set are copied from the source object or replaced with tag-set provided in the request.

*/ @property (nonatomic, assign) AWSS3TaggingDirective taggingDirective; /**

If the bucket is configured as a website, redirects requests for this object to another object in the same bucket or to an external URL. Amazon S3 stores the value of this header in the object metadata.

*/ @property (nonatomic, strong) NSString * _Nullable websiteRedirectLocation; @end /**

Container for all response elements.

*/ @interface AWSS3ReplicateObjectResult : AWSModel /**

Returns the ETag of the new object. The ETag reflects only changes to the contents of an object, not its metadata. The source and destination ETag is identical for a successfully copied object.

*/ @property (nonatomic, strong) NSString * _Nullable ETag; /**

Returns the date that the object was last modified.

*/ @property (nonatomic, strong) NSDate * _Nullable lastModified; @end /**

Container for all response elements.

*/ @interface AWSS3ReplicatePartResult : AWSModel /**

Entity tag of the object.

*/ @property (nonatomic, strong) NSString * _Nullable ETag; /**

Date and time at which the object was uploaded.

*/ @property (nonatomic, strong) NSDate * _Nullable lastModified; @end /**

The configuration information for the bucket.

*/ @interface AWSS3CreateBucketConfiguration : AWSModel /**

Specifies the Region where the bucket will be created. If you don't specify a Region, the bucket is created in the US East (N. Virginia) Region (us-east-1).

*/ @property (nonatomic, assign) AWSS3BucketLocationConstraint locationConstraint; @end /** */ @interface AWSS3CreateBucketOutput : AWSModel /**

Specifies the Region where the bucket will be created. If you are creating a bucket on the US East (N. Virginia) Region (us-east-1), you do not need to specify the location.

*/ @property (nonatomic, strong) NSString * _Nullable location; @end /** */ @interface AWSS3CreateBucketRequest : AWSRequest /**

The canned ACL to apply to the bucket.

*/ @property (nonatomic, assign) AWSS3BucketCannedACL ACL; /**

The name of the bucket to create.

*/ @property (nonatomic, strong) NSString * _Nullable bucket; /**

The configuration information for the bucket.

*/ @property (nonatomic, strong) AWSS3CreateBucketConfiguration * _Nullable createBucketConfiguration; /**

Allows grantee the read, write, read ACP, and write ACP permissions on the bucket.

*/ @property (nonatomic, strong) NSString * _Nullable grantFullControl; /**

Allows grantee to list the objects in the bucket.

*/ @property (nonatomic, strong) NSString * _Nullable grantRead; /**

Allows grantee to read the bucket ACL.

*/ @property (nonatomic, strong) NSString * _Nullable grantReadACP; /**

Allows grantee to create, overwrite, and delete any object in the bucket.

*/ @property (nonatomic, strong) NSString * _Nullable grantWrite; /**

Allows grantee to write the ACL for the applicable bucket.

*/ @property (nonatomic, strong) NSString * _Nullable grantWriteACP; /**

Specifies whether you want S3 Object Lock to be enabled for the new bucket.

*/ @property (nonatomic, strong) NSNumber * _Nullable objectLockEnabledForBucket; @end /** */ @interface AWSS3CreateMultipartUploadOutput : AWSModel /**

If the bucket has a lifecycle rule configured with an action to abort incomplete multipart uploads and the prefix in the lifecycle rule matches the object name in the request, the response includes this header. The header indicates when the initiated multipart upload becomes eligible for an abort operation. For more information, see Aborting Incomplete Multipart Uploads Using a Bucket Lifecycle Policy.

The response also includes the x-amz-abort-rule-id header that provides the ID of the lifecycle configuration rule that defines this action.

*/ @property (nonatomic, strong) NSDate * _Nullable abortDate; /**

This header is returned along with the x-amz-abort-date header. It identifies the applicable lifecycle configuration rule that defines the action to abort incomplete multipart uploads.

*/ @property (nonatomic, strong) NSString * _Nullable abortRuleId; /**

The name of the bucket to which the multipart upload was initiated.

When using this API with an access point, you must direct requests to the access point hostname. The access point hostname takes the form AccessPointName-AccountId.s3-accesspoint.Region.amazonaws.com. When using this operation with an access point through the AWS SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see Using Access Points in the Amazon Simple Storage Service Developer Guide.

When using this API with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com. When using this operation using S3 on Outposts through the AWS SDKs, you provide the Outposts bucket ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see Using S3 on Outposts in the Amazon Simple Storage Service Developer Guide.

*/ @property (nonatomic, strong) NSString * _Nullable bucket; /**

Object key for which the multipart upload was initiated.

*/ @property (nonatomic, strong) NSString * _Nullable key; /**

If present, indicates that the requester was successfully charged for the request.

*/ @property (nonatomic, assign) AWSS3RequestCharged requestCharged; /**

If server-side encryption with a customer-provided encryption key was requested, the response will include this header confirming the encryption algorithm used.

*/ @property (nonatomic, strong) NSString * _Nullable SSECustomerAlgorithm; /**

If server-side encryption with a customer-provided encryption key was requested, the response will include this header to provide round-trip message integrity verification of the customer-provided encryption key.

*/ @property (nonatomic, strong) NSString * _Nullable SSECustomerKeyMD5; /**

If present, specifies the AWS KMS Encryption Context to use for object encryption. The value of this header is a base64-encoded UTF-8 string holding JSON with the encryption context key-value pairs.

*/ @property (nonatomic, strong) NSString * _Nullable SSEKMSEncryptionContext; /**

If present, specifies the ID of the AWS Key Management Service (AWS KMS) symmetric customer managed customer master key (CMK) that was used for the object.

*/ @property (nonatomic, strong) NSString * _Nullable SSEKMSKeyId; /**

The server-side encryption algorithm used when storing this object in Amazon S3 (for example, AES256, aws:kms).

*/ @property (nonatomic, assign) AWSS3ServerSideEncryption serverSideEncryption; /**

ID for the initiated multipart upload.

*/ @property (nonatomic, strong) NSString * _Nullable uploadId; @end /** */ @interface AWSS3CreateMultipartUploadRequest : AWSRequest /**

The canned ACL to apply to the object.

This action is not supported by Amazon S3 on Outposts.

*/ @property (nonatomic, assign) AWSS3ObjectCannedACL ACL; /**

The name of the bucket to which to initiate the upload

When using this API with an access point, you must direct requests to the access point hostname. The access point hostname takes the form AccessPointName-AccountId.s3-accesspoint.Region.amazonaws.com. When using this operation with an access point through the AWS SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see Using Access Points in the Amazon Simple Storage Service Developer Guide.

When using this API with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com. When using this operation using S3 on Outposts through the AWS SDKs, you provide the Outposts bucket ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see Using S3 on Outposts in the Amazon Simple Storage Service Developer Guide.

*/ @property (nonatomic, strong) NSString * _Nullable bucket; /**

Specifies caching behavior along the request/reply chain.

*/ @property (nonatomic, strong) NSString * _Nullable cacheControl; /**

Specifies presentational information for the object.

*/ @property (nonatomic, strong) NSString * _Nullable contentDisposition; /**

Specifies what content encodings have been applied to the object and thus what decoding mechanisms must be applied to obtain the media-type referenced by the Content-Type header field.

*/ @property (nonatomic, strong) NSString * _Nullable contentEncoding; /**

The language the content is in.

*/ @property (nonatomic, strong) NSString * _Nullable contentLanguage; /**

A standard MIME type describing the format of the object data.

*/ @property (nonatomic, strong) NSString * _Nullable contentType; /**

The account id of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP 403 (Access Denied) error.

*/ @property (nonatomic, strong) NSString * _Nullable expectedBucketOwner; /**

The date and time at which the object is no longer cacheable.

*/ @property (nonatomic, strong) NSDate * _Nullable expires; /**

Gives the grantee READ, READ_ACP, and WRITE_ACP permissions on the object.

This action is not supported by Amazon S3 on Outposts.

*/ @property (nonatomic, strong) NSString * _Nullable grantFullControl; /**

Allows grantee to read the object data and its metadata.

This action is not supported by Amazon S3 on Outposts.

*/ @property (nonatomic, strong) NSString * _Nullable grantRead; /**

Allows grantee to read the object ACL.

This action is not supported by Amazon S3 on Outposts.

*/ @property (nonatomic, strong) NSString * _Nullable grantReadACP; /**

Allows grantee to write the ACL for the applicable object.

This action is not supported by Amazon S3 on Outposts.

*/ @property (nonatomic, strong) NSString * _Nullable grantWriteACP; /**

Object key for which the multipart upload is to be initiated.

*/ @property (nonatomic, strong) NSString * _Nullable key; /**

A map of metadata to store with the object in S3.

*/ @property (nonatomic, strong) NSDictionary * _Nullable metadata; /**

Specifies whether you want to apply a Legal Hold to the uploaded object.

*/ @property (nonatomic, assign) AWSS3ObjectLockLegalHoldStatus objectLockLegalHoldStatus; /**

Specifies the Object Lock mode that you want to apply to the uploaded object.

*/ @property (nonatomic, assign) AWSS3ObjectLockMode objectLockMode; /**

Specifies the date and time when you want the Object Lock to expire.

*/ @property (nonatomic, strong) NSDate * _Nullable objectLockRetainUntilDate; /**

Confirms that the requester knows that they will be charged for the request. Bucket owners need not specify this parameter in their requests. For information about downloading objects from requester pays buckets, see Downloading Objects in Requestor Pays Buckets in the Amazon S3 Developer Guide.

*/ @property (nonatomic, assign) AWSS3RequestPayer requestPayer; /**

Specifies the algorithm to use to when encrypting the object (for example, AES256).

*/ @property (nonatomic, strong) NSString * _Nullable SSECustomerAlgorithm; /**

Specifies the customer-provided encryption key for Amazon S3 to use in encrypting data. This value is used to store the object and then it is discarded; Amazon S3 does not store the encryption key. The key must be appropriate for use with the algorithm specified in the x-amz-server-side-encryption-customer-algorithm header.

*/ @property (nonatomic, strong) NSString * _Nullable SSECustomerKey; /**

Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321. Amazon S3 uses this header for a message integrity check to ensure that the encryption key was transmitted without error.

*/ @property (nonatomic, strong) NSString * _Nullable SSECustomerKeyMD5; /**

Specifies the AWS KMS Encryption Context to use for object encryption. The value of this header is a base64-encoded UTF-8 string holding JSON with the encryption context key-value pairs.

*/ @property (nonatomic, strong) NSString * _Nullable SSEKMSEncryptionContext; /**

Specifies the ID of the symmetric customer managed AWS KMS CMK to use for object encryption. All GET and PUT requests for an object protected by AWS KMS will fail if not made via SSL or using SigV4. For information about configuring using any of the officially supported AWS SDKs and AWS CLI, see Specifying the Signature Version in Request Authentication in the Amazon S3 Developer Guide.

*/ @property (nonatomic, strong) NSString * _Nullable SSEKMSKeyId; /**

The server-side encryption algorithm used when storing this object in Amazon S3 (for example, AES256, aws:kms).

*/ @property (nonatomic, assign) AWSS3ServerSideEncryption serverSideEncryption; /**

By default, Amazon S3 uses the STANDARD Storage Class to store newly created objects. The STANDARD storage class provides high durability and high availability. Depending on performance needs, you can specify a different Storage Class. Amazon S3 on Outposts only uses the OUTPOSTS Storage Class. For more information, see Storage Classes in the Amazon S3 Service Developer Guide.

*/ @property (nonatomic, assign) AWSS3StorageClass storageClass; /**

The tag-set for the object. The tag-set must be encoded as URL Query parameters.

*/ @property (nonatomic, strong) NSString * _Nullable tagging; /**

If the bucket is configured as a website, redirects requests for this object to another object in the same bucket or to an external URL. Amazon S3 stores the value of this header in the object metadata.

*/ @property (nonatomic, strong) NSString * _Nullable websiteRedirectLocation; @end /**

The container element for specifying the default Object Lock retention settings for new objects placed in the specified bucket.

*/ @interface AWSS3DefaultRetention : AWSModel /**

The number of days that you want to specify for the default retention period.

*/ @property (nonatomic, strong) NSNumber * _Nullable days; /**

The default Object Lock retention mode you want to apply to new objects placed in the specified bucket.

*/ @property (nonatomic, assign) AWSS3ObjectLockRetentionMode mode; /**

The number of years that you want to specify for the default retention period.

*/ @property (nonatomic, strong) NSNumber * _Nullable years; @end /**

Container for the objects to delete.

Required parameters: [Objects] */ @interface AWSS3Remove : AWSModel /**

The objects to delete.

*/ @property (nonatomic, strong) NSArray * _Nullable objects; /**

Element to enable quiet mode for the request. When you add this element, you must set its value to true.

*/ @property (nonatomic, strong) NSNumber * _Nullable quiet; @end /** */ @interface AWSS3DeleteBucketAnalyticsConfigurationRequest : AWSRequest /**

The name of the bucket from which an analytics configuration is deleted.

*/ @property (nonatomic, strong) NSString * _Nullable bucket; /**

The account id of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP 403 (Access Denied) error.

*/ @property (nonatomic, strong) NSString * _Nullable expectedBucketOwner; /**

The ID that identifies the analytics configuration.

*/ @property (nonatomic, strong) NSString * _Nullable identifier; @end /** */ @interface AWSS3DeleteBucketCorsRequest : AWSRequest /**

Specifies the bucket whose cors configuration is being deleted.

*/ @property (nonatomic, strong) NSString * _Nullable bucket; /**

The account id of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP 403 (Access Denied) error.

*/ @property (nonatomic, strong) NSString * _Nullable expectedBucketOwner; @end /** */ @interface AWSS3DeleteBucketEncryptionRequest : AWSRequest /**

The name of the bucket containing the server-side encryption configuration to delete.

*/ @property (nonatomic, strong) NSString * _Nullable bucket; /**

The account id of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP 403 (Access Denied) error.

*/ @property (nonatomic, strong) NSString * _Nullable expectedBucketOwner; @end /** */ @interface AWSS3DeleteBucketInventoryConfigurationRequest : AWSRequest /**

The name of the bucket containing the inventory configuration to delete.

*/ @property (nonatomic, strong) NSString * _Nullable bucket; /**

The account id of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP 403 (Access Denied) error.

*/ @property (nonatomic, strong) NSString * _Nullable expectedBucketOwner; /**

The ID used to identify the inventory configuration.

*/ @property (nonatomic, strong) NSString * _Nullable identifier; @end /** */ @interface AWSS3DeleteBucketLifecycleRequest : AWSRequest /**

The bucket name of the lifecycle to delete.

*/ @property (nonatomic, strong) NSString * _Nullable bucket; /**

The account id of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP 403 (Access Denied) error.

*/ @property (nonatomic, strong) NSString * _Nullable expectedBucketOwner; @end /** */ @interface AWSS3DeleteBucketMetricsConfigurationRequest : AWSRequest /**

The name of the bucket containing the metrics configuration to delete.

*/ @property (nonatomic, strong) NSString * _Nullable bucket; /**

The account id of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP 403 (Access Denied) error.

*/ @property (nonatomic, strong) NSString * _Nullable expectedBucketOwner; /**

The ID used to identify the metrics configuration.

*/ @property (nonatomic, strong) NSString * _Nullable identifier; @end /** */ @interface AWSS3DeleteBucketOwnershipControlsRequest : AWSRequest /**

The Amazon S3 bucket whose OwnershipControls you want to delete.

*/ @property (nonatomic, strong) NSString * _Nullable bucket; /** */ @property (nonatomic, strong) NSString * _Nullable expectedBucketOwner; @end /** */ @interface AWSS3DeleteBucketPolicyRequest : AWSRequest /**

The bucket name.

*/ @property (nonatomic, strong) NSString * _Nullable bucket; /**

The account id of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP 403 (Access Denied) error.

*/ @property (nonatomic, strong) NSString * _Nullable expectedBucketOwner; @end /** */ @interface AWSS3DeleteBucketReplicationRequest : AWSRequest /**

The bucket name.

*/ @property (nonatomic, strong) NSString * _Nullable bucket; /**

The account id of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP 403 (Access Denied) error.

*/ @property (nonatomic, strong) NSString * _Nullable expectedBucketOwner; @end /** */ @interface AWSS3DeleteBucketRequest : AWSRequest /**

Specifies the bucket being deleted.

*/ @property (nonatomic, strong) NSString * _Nullable bucket; /**

The account id of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP 403 (Access Denied) error.

*/ @property (nonatomic, strong) NSString * _Nullable expectedBucketOwner; @end /** */ @interface AWSS3DeleteBucketTaggingRequest : AWSRequest /**

The bucket that has the tag set to be removed.

*/ @property (nonatomic, strong) NSString * _Nullable bucket; /**

The account id of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP 403 (Access Denied) error.

*/ @property (nonatomic, strong) NSString * _Nullable expectedBucketOwner; @end /** */ @interface AWSS3DeleteBucketWebsiteRequest : AWSRequest /**

The bucket name for which you want to remove the website configuration.

*/ @property (nonatomic, strong) NSString * _Nullable bucket; /**

The account id of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP 403 (Access Denied) error.

*/ @property (nonatomic, strong) NSString * _Nullable expectedBucketOwner; @end /**

Information about the delete marker.

*/ @interface AWSS3DeleteMarkerEntry : AWSModel /**

Specifies whether the object is (true) or is not (false) the latest version of an object.

*/ @property (nonatomic, strong) NSNumber * _Nullable isLatest; /**

The object key.

*/ @property (nonatomic, strong) NSString * _Nullable key; /**

Date and time the object was last modified.

*/ @property (nonatomic, strong) NSDate * _Nullable lastModified; /**

The account that created the delete marker.>

*/ @property (nonatomic, strong) AWSS3Owner * _Nullable owner; /**

Version ID of an object.

*/ @property (nonatomic, strong) NSString * _Nullable versionId; @end /**

Specifies whether Amazon S3 replicates the delete markers. If you specify a Filter, you must specify this element. However, in the latest version of replication configuration (when Filter is specified), Amazon S3 doesn't replicate delete markers. Therefore, the DeleteMarkerReplication element can contain only <Status>Disabled</Status>. For an example configuration, see Basic Rule Configuration.

If you don't specify the Filter element, Amazon S3 assumes that the replication configuration is the earlier version, V1. In the earlier version, Amazon S3 handled replication of delete markers differently. For more information, see Backward Compatibility.

*/ @interface AWSS3DeleteMarkerReplication : AWSModel /**

Indicates whether to replicate delete markers.

In the current implementation, Amazon S3 doesn't replicate the delete markers. The status must be Disabled.

*/ @property (nonatomic, assign) AWSS3DeleteMarkerReplicationStatus status; @end /** */ @interface AWSS3DeleteObjectOutput : AWSModel /**

Specifies whether the versioned object that was permanently deleted was (true) or was not (false) a delete marker.

*/ @property (nonatomic, strong) NSNumber * _Nullable deleteMarker; /**

If present, indicates that the requester was successfully charged for the request.

*/ @property (nonatomic, assign) AWSS3RequestCharged requestCharged; /**

Returns the version ID of the delete marker created as a result of the DELETE operation.

*/ @property (nonatomic, strong) NSString * _Nullable versionId; @end /** */ @interface AWSS3DeleteObjectRequest : AWSRequest /**

The bucket name of the bucket containing the object.

When using this API with an access point, you must direct requests to the access point hostname. The access point hostname takes the form AccessPointName-AccountId.s3-accesspoint.Region.amazonaws.com. When using this operation with an access point through the AWS SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see Using Access Points in the Amazon Simple Storage Service Developer Guide.

When using this API with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com. When using this operation using S3 on Outposts through the AWS SDKs, you provide the Outposts bucket ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see Using S3 on Outposts in the Amazon Simple Storage Service Developer Guide.

*/ @property (nonatomic, strong) NSString * _Nullable bucket; /**

Indicates whether S3 Object Lock should bypass Governance-mode restrictions to process this operation.

*/ @property (nonatomic, strong) NSNumber * _Nullable bypassGovernanceRetention; /**

The account id of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP 403 (Access Denied) error.

*/ @property (nonatomic, strong) NSString * _Nullable expectedBucketOwner; /**

Key name of the object to delete.

*/ @property (nonatomic, strong) NSString * _Nullable key; /**

The concatenation of the authentication device's serial number, a space, and the value that is displayed on your authentication device. Required to permanently delete a versioned object if versioning is configured with MFA delete enabled.

*/ @property (nonatomic, strong) NSString * _Nullable MFA; /**

Confirms that the requester knows that they will be charged for the request. Bucket owners need not specify this parameter in their requests. For information about downloading objects from requester pays buckets, see Downloading Objects in Requestor Pays Buckets in the Amazon S3 Developer Guide.

*/ @property (nonatomic, assign) AWSS3RequestPayer requestPayer; /**

VersionId used to reference a specific version of the object.

*/ @property (nonatomic, strong) NSString * _Nullable versionId; @end /** */ @interface AWSS3DeleteObjectTaggingOutput : AWSModel /**

The versionId of the object the tag-set was removed from.

*/ @property (nonatomic, strong) NSString * _Nullable versionId; @end /** */ @interface AWSS3DeleteObjectTaggingRequest : AWSRequest /**

The bucket name containing the objects from which to remove the tags.

When using this API with an access point, you must direct requests to the access point hostname. The access point hostname takes the form AccessPointName-AccountId.s3-accesspoint.Region.amazonaws.com. When using this operation with an access point through the AWS SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see Using Access Points in the Amazon Simple Storage Service Developer Guide.

When using this API with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com. When using this operation using S3 on Outposts through the AWS SDKs, you provide the Outposts bucket ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see Using S3 on Outposts in the Amazon Simple Storage Service Developer Guide.

*/ @property (nonatomic, strong) NSString * _Nullable bucket; /**

The account id of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP 403 (Access Denied) error.

*/ @property (nonatomic, strong) NSString * _Nullable expectedBucketOwner; /**

Name of the object key.

*/ @property (nonatomic, strong) NSString * _Nullable key; /**

The versionId of the object that the tag-set will be removed from.

*/ @property (nonatomic, strong) NSString * _Nullable versionId; @end /** */ @interface AWSS3DeleteObjectsOutput : AWSModel /**

Container element for a successful delete. It identifies the object that was successfully deleted.

*/ @property (nonatomic, strong) NSArray * _Nullable deleted; /**

Container for a failed delete operation that describes the object that Amazon S3 attempted to delete and the error it encountered.

*/ @property (nonatomic, strong) NSArray * _Nullable errors; /**

If present, indicates that the requester was successfully charged for the request.

*/ @property (nonatomic, assign) AWSS3RequestCharged requestCharged; @end /** */ @interface AWSS3DeleteObjectsRequest : AWSRequest /**

The bucket name containing the objects to delete.

When using this API with an access point, you must direct requests to the access point hostname. The access point hostname takes the form AccessPointName-AccountId.s3-accesspoint.Region.amazonaws.com. When using this operation with an access point through the AWS SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see Using Access Points in the Amazon Simple Storage Service Developer Guide.

When using this API with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com. When using this operation using S3 on Outposts through the AWS SDKs, you provide the Outposts bucket ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see Using S3 on Outposts in the Amazon Simple Storage Service Developer Guide.

*/ @property (nonatomic, strong) NSString * _Nullable bucket; /**

Specifies whether you want to delete this object even if it has a Governance-type Object Lock in place. You must have sufficient permissions to perform this operation.

*/ @property (nonatomic, strong) NSNumber * _Nullable bypassGovernanceRetention; /**

Container for the request.

*/ @property (nonatomic, strong) AWSS3Remove * _Nullable remove; /**

The account id of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP 403 (Access Denied) error.

*/ @property (nonatomic, strong) NSString * _Nullable expectedBucketOwner; /**

The concatenation of the authentication device's serial number, a space, and the value that is displayed on your authentication device. Required to permanently delete a versioned object if versioning is configured with MFA delete enabled.

*/ @property (nonatomic, strong) NSString * _Nullable MFA; /**

Confirms that the requester knows that they will be charged for the request. Bucket owners need not specify this parameter in their requests. For information about downloading objects from requester pays buckets, see Downloading Objects in Requestor Pays Buckets in the Amazon S3 Developer Guide.

*/ @property (nonatomic, assign) AWSS3RequestPayer requestPayer; @end /** */ @interface AWSS3DeletePublicAccessBlockRequest : AWSRequest /**

The Amazon S3 bucket whose PublicAccessBlock configuration you want to delete.

*/ @property (nonatomic, strong) NSString * _Nullable bucket; /**

The account id of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP 403 (Access Denied) error.

*/ @property (nonatomic, strong) NSString * _Nullable expectedBucketOwner; @end /**

Information about the deleted object.

*/ @interface AWSS3DeletedObject : AWSModel /**

Specifies whether the versioned object that was permanently deleted was (true) or was not (false) a delete marker. In a simple DELETE, this header indicates whether (true) or not (false) a delete marker was created.

*/ @property (nonatomic, strong) NSNumber * _Nullable deleteMarker; /**

The version ID of the delete marker created as a result of the DELETE operation. If you delete a specific object version, the value returned by this header is the version ID of the object version deleted.

*/ @property (nonatomic, strong) NSString * _Nullable deleteMarkerVersionId; /**

The name of the deleted object.

*/ @property (nonatomic, strong) NSString * _Nullable key; /**

The version ID of the deleted object.

*/ @property (nonatomic, strong) NSString * _Nullable versionId; @end /**

Specifies information about where to publish analysis or configuration results for an Amazon S3 bucket and S3 Replication Time Control (S3 RTC).

Required parameters: [Bucket] */ @interface AWSS3Destination : AWSModel /**

Specify this only in a cross-account scenario (where source and destination bucket owners are not the same), and you want to change replica ownership to the AWS account that owns the destination bucket. If this is not specified in the replication configuration, the replicas are owned by same AWS account that owns the source object.

*/ @property (nonatomic, strong) AWSS3AccessControlTranslation * _Nullable accessControlTranslation; /**

Destination bucket owner account ID. In a cross-account scenario, if you direct Amazon S3 to change replica ownership to the AWS account that owns the destination bucket by specifying the AccessControlTranslation property, this is the account ID of the destination bucket owner. For more information, see Replication Additional Configuration: Changing the Replica Owner in the Amazon Simple Storage Service Developer Guide.

*/ @property (nonatomic, strong) NSString * _Nullable account; /**

The Amazon Resource Name (ARN) of the bucket where you want Amazon S3 to store the results.

*/ @property (nonatomic, strong) NSString * _Nullable bucket; /**

A container that provides information about encryption. If SourceSelectionCriteria is specified, you must specify this element.

*/ @property (nonatomic, strong) AWSS3EncryptionConfiguration * _Nullable encryptionConfiguration; /**

A container specifying replication metrics-related settings enabling metrics and Amazon S3 events for S3 Replication Time Control (S3 RTC). Must be specified together with a ReplicationTime block.

*/ @property (nonatomic, strong) AWSS3Metrics * _Nullable metrics; /**

A container specifying S3 Replication Time Control (S3 RTC), including whether S3 RTC is enabled and the time when all objects and operations on objects must be replicated. Must be specified together with a Metrics block.

*/ @property (nonatomic, strong) AWSS3ReplicationTime * _Nullable replicationTime; /**

The storage class to use when replicating objects, such as S3 Standard or reduced redundancy. By default, Amazon S3 uses the storage class of the source object to create the object replica.

For valid values, see the StorageClass element of the PUT Bucket replication action in the Amazon Simple Storage Service API Reference.

*/ @property (nonatomic, assign) AWSS3StorageClass storageClass; @end /**

Contains the type of server-side encryption used.

Required parameters: [EncryptionType] */ @interface AWSS3Encryption : AWSModel /**

The server-side encryption algorithm used when storing job results in Amazon S3 (for example, AES256, aws:kms).

*/ @property (nonatomic, assign) AWSS3ServerSideEncryption encryptionType; /**

If the encryption type is aws:kms, this optional value can be used to specify the encryption context for the restore results.

*/ @property (nonatomic, strong) NSString * _Nullable KMSContext; /**

If the encryption type is aws:kms, this optional value specifies the ID of the symmetric customer managed AWS KMS CMK to use for encryption of job results. Amazon S3 only supports symmetric CMKs. For more information, see Using Symmetric and Asymmetric Keys in the AWS Key Management Service Developer Guide.

*/ @property (nonatomic, strong) NSString * _Nullable KMSKeyId; @end /**

Specifies encryption-related information for an Amazon S3 bucket that is a destination for replicated objects.

*/ @interface AWSS3EncryptionConfiguration : AWSModel /**

Specifies the ID (Key ARN or Alias ARN) of the customer managed customer master key (CMK) stored in AWS Key Management Service (KMS) for the destination bucket. Amazon S3 uses this key to encrypt replica objects. Amazon S3 only supports symmetric customer managed CMKs. For more information, see Using Symmetric and Asymmetric Keys in the AWS Key Management Service Developer Guide.

*/ @property (nonatomic, strong) NSString * _Nullable replicaKmsKeyID; @end /**

A message that indicates the request is complete and no more messages will be sent. You should not assume that the request is complete until the client receives an EndEvent.

*/ @interface AWSS3EndEvent : AWSModel @end /**

Container for all error elements.

*/ @interface AWSS3Error : AWSModel /**

The error code is a string that uniquely identifies an error condition. It is meant to be read and understood by programs that detect and handle errors by type.

Amazon S3 error codes

    • Code: AccessDenied

    • Description: Access Denied

    • HTTP Status Code: 403 Forbidden

    • SOAP Fault Code Prefix: Client

    • Code: AccountProblem

    • Description: There is a problem with your AWS account that prevents the operation from completing successfully. Contact AWS Support for further assistance.

    • HTTP Status Code: 403 Forbidden

    • SOAP Fault Code Prefix: Client

    • Code: AllAccessDisabled

    • Description: All access to this Amazon S3 resource has been disabled. Contact AWS Support for further assistance.

    • HTTP Status Code: 403 Forbidden

    • SOAP Fault Code Prefix: Client

    • Code: AmbiguousGrantByEmailAddress

    • Description: The email address you provided is associated with more than one account.

    • HTTP Status Code: 400 Bad Request

    • SOAP Fault Code Prefix: Client

    • Code: AuthorizationHeaderMalformed

    • Description: The authorization header you provided is invalid.

    • HTTP Status Code: 400 Bad Request

    • HTTP Status Code: N/A

    • Code: BadDigest

    • Description: The Content-MD5 you specified did not match what we received.

    • HTTP Status Code: 400 Bad Request

    • SOAP Fault Code Prefix: Client

    • Code: BucketAlreadyExists

    • Description: The requested bucket name is not available. The bucket namespace is shared by all users of the system. Please select a different name and try again.

    • HTTP Status Code: 409 Conflict

    • SOAP Fault Code Prefix: Client

    • Code: BucketAlreadyOwnedByYou

    • Description: The bucket you tried to create already exists, and you own it. Amazon S3 returns this error in all AWS Regions except in the North Virginia Region. For legacy compatibility, if you re-create an existing bucket that you already own in the North Virginia Region, Amazon S3 returns 200 OK and resets the bucket access control lists (ACLs).

    • Code: 409 Conflict (in all Regions except the North Virginia Region)

    • SOAP Fault Code Prefix: Client

    • Code: BucketNotEmpty

    • Description: The bucket you tried to delete is not empty.

    • HTTP Status Code: 409 Conflict

    • SOAP Fault Code Prefix: Client

    • Code: CredentialsNotSupported

    • Description: This request does not support credentials.

    • HTTP Status Code: 400 Bad Request

    • SOAP Fault Code Prefix: Client

    • Code: CrossLocationLoggingProhibited

    • Description: Cross-location logging not allowed. Buckets in one geographic location cannot log information to a bucket in another location.

    • HTTP Status Code: 403 Forbidden

    • SOAP Fault Code Prefix: Client

    • Code: EntityTooSmall

    • Description: Your proposed upload is smaller than the minimum allowed object size.

    • HTTP Status Code: 400 Bad Request

    • SOAP Fault Code Prefix: Client

    • Code: EntityTooLarge

    • Description: Your proposed upload exceeds the maximum allowed object size.

    • HTTP Status Code: 400 Bad Request

    • SOAP Fault Code Prefix: Client

    • Code: ExpiredToken

    • Description: The provided token has expired.

    • HTTP Status Code: 400 Bad Request

    • SOAP Fault Code Prefix: Client

    • Code: IllegalVersioningConfigurationException

    • Description: Indicates that the versioning configuration specified in the request is invalid.

    • HTTP Status Code: 400 Bad Request

    • SOAP Fault Code Prefix: Client

    • Code: IncompleteBody

    • Description: You did not provide the number of bytes specified by the Content-Length HTTP header

    • HTTP Status Code: 400 Bad Request

    • SOAP Fault Code Prefix: Client

    • Code: IncorrectNumberOfFilesInPostRequest

    • Description: POST requires exactly one file upload per request.

    • HTTP Status Code: 400 Bad Request

    • SOAP Fault Code Prefix: Client

    • Code: InlineDataTooLarge

    • Description: Inline data exceeds the maximum allowed size.

    • HTTP Status Code: 400 Bad Request

    • SOAP Fault Code Prefix: Client

    • Code: InternalError

    • Description: We encountered an internal error. Please try again.

    • HTTP Status Code: 500 Internal Server Error

    • SOAP Fault Code Prefix: Server

    • Code: InvalidAccessKeyId

    • Description: The AWS access key ID you provided does not exist in our records.

    • HTTP Status Code: 403 Forbidden

    • SOAP Fault Code Prefix: Client

    • Code: InvalidAddressingHeader

    • Description: You must specify the Anonymous role.

    • HTTP Status Code: N/A

    • SOAP Fault Code Prefix: Client

    • Code: InvalidArgument

    • Description: Invalid Argument

    • HTTP Status Code: 400 Bad Request

    • SOAP Fault Code Prefix: Client

    • Code: InvalidBucketName

    • Description: The specified bucket is not valid.

    • HTTP Status Code: 400 Bad Request

    • SOAP Fault Code Prefix: Client

    • Code: InvalidBucketState

    • Description: The request is not valid with the current state of the bucket.

    • HTTP Status Code: 409 Conflict

    • SOAP Fault Code Prefix: Client

    • Code: InvalidDigest

    • Description: The Content-MD5 you specified is not valid.

    • HTTP Status Code: 400 Bad Request

    • SOAP Fault Code Prefix: Client

    • Code: InvalidEncryptionAlgorithmError

    • Description: The encryption request you specified is not valid. The valid value is AES256.

    • HTTP Status Code: 400 Bad Request

    • SOAP Fault Code Prefix: Client

    • Code: InvalidLocationConstraint

    • Description: The specified location constraint is not valid. For more information about Regions, see How to Select a Region for Your Buckets.

    • HTTP Status Code: 400 Bad Request

    • SOAP Fault Code Prefix: Client

    • Code: InvalidObjectState

    • Description: The operation is not valid for the current state of the object.

    • HTTP Status Code: 403 Forbidden

    • SOAP Fault Code Prefix: Client

    • Code: InvalidPart

    • Description: One or more of the specified parts could not be found. The part might not have been uploaded, or the specified entity tag might not have matched the part's entity tag.

    • HTTP Status Code: 400 Bad Request

    • SOAP Fault Code Prefix: Client

    • Code: InvalidPartOrder

    • Description: The list of parts was not in ascending order. Parts list must be specified in order by part number.

    • HTTP Status Code: 400 Bad Request

    • SOAP Fault Code Prefix: Client

    • Code: InvalidPayer

    • Description: All access to this object has been disabled. Please contact AWS Support for further assistance.

    • HTTP Status Code: 403 Forbidden

    • SOAP Fault Code Prefix: Client

    • Code: InvalidPolicyDocument

    • Description: The content of the form does not meet the conditions specified in the policy document.

    • HTTP Status Code: 400 Bad Request

    • SOAP Fault Code Prefix: Client

    • Code: InvalidRange

    • Description: The requested range cannot be satisfied.

    • HTTP Status Code: 416 Requested Range Not Satisfiable

    • SOAP Fault Code Prefix: Client

    • Code: InvalidRequest

    • Description: Please use AWS4-HMAC-SHA256.

    • HTTP Status Code: 400 Bad Request

    • Code: N/A

    • Code: InvalidRequest

    • Description: SOAP requests must be made over an HTTPS connection.

    • HTTP Status Code: 400 Bad Request

    • SOAP Fault Code Prefix: Client

    • Code: InvalidRequest

    • Description: Amazon S3 Transfer Acceleration is not supported for buckets with non-DNS compliant names.

    • HTTP Status Code: 400 Bad Request

    • Code: N/A

    • Code: InvalidRequest

    • Description: Amazon S3 Transfer Acceleration is not supported for buckets with periods (.) in their names.

    • HTTP Status Code: 400 Bad Request

    • Code: N/A

    • Code: InvalidRequest

    • Description: Amazon S3 Transfer Accelerate endpoint only supports virtual style requests.

    • HTTP Status Code: 400 Bad Request

    • Code: N/A

    • Code: InvalidRequest

    • Description: Amazon S3 Transfer Accelerate is not configured on this bucket.

    • HTTP Status Code: 400 Bad Request

    • Code: N/A

    • Code: InvalidRequest

    • Description: Amazon S3 Transfer Accelerate is disabled on this bucket.

    • HTTP Status Code: 400 Bad Request

    • Code: N/A

    • Code: InvalidRequest

    • Description: Amazon S3 Transfer Acceleration is not supported on this bucket. Contact AWS Support for more information.

    • HTTP Status Code: 400 Bad Request

    • Code: N/A

    • Code: InvalidRequest

    • Description: Amazon S3 Transfer Acceleration cannot be enabled on this bucket. Contact AWS Support for more information.

    • HTTP Status Code: 400 Bad Request

    • Code: N/A

    • Code: InvalidSecurity

    • Description: The provided security credentials are not valid.

    • HTTP Status Code: 403 Forbidden

    • SOAP Fault Code Prefix: Client

    • Code: InvalidSOAPRequest

    • Description: The SOAP request body is invalid.

    • HTTP Status Code: 400 Bad Request

    • SOAP Fault Code Prefix: Client

    • Code: InvalidStorageClass

    • Description: The storage class you specified is not valid.

    • HTTP Status Code: 400 Bad Request

    • SOAP Fault Code Prefix: Client

    • Code: InvalidTargetBucketForLogging

    • Description: The target bucket for logging does not exist, is not owned by you, or does not have the appropriate grants for the log-delivery group.

    • HTTP Status Code: 400 Bad Request

    • SOAP Fault Code Prefix: Client

    • Code: InvalidToken

    • Description: The provided token is malformed or otherwise invalid.

    • HTTP Status Code: 400 Bad Request

    • SOAP Fault Code Prefix: Client

    • Code: InvalidURI

    • Description: Couldn't parse the specified URI.

    • HTTP Status Code: 400 Bad Request

    • SOAP Fault Code Prefix: Client

    • Code: KeyTooLongError

    • Description: Your key is too long.

    • HTTP Status Code: 400 Bad Request

    • SOAP Fault Code Prefix: Client

    • Code: MalformedACLError

    • Description: The XML you provided was not well-formed or did not validate against our published schema.

    • HTTP Status Code: 400 Bad Request

    • SOAP Fault Code Prefix: Client

    • Code: MalformedPOSTRequest

    • Description: The body of your POST request is not well-formed multipart/form-data.

    • HTTP Status Code: 400 Bad Request

    • SOAP Fault Code Prefix: Client

    • Code: MalformedXML

    • Description: This happens when the user sends malformed XML (XML that doesn't conform to the published XSD) for the configuration. The error message is, "The XML you provided was not well-formed or did not validate against our published schema."

    • HTTP Status Code: 400 Bad Request

    • SOAP Fault Code Prefix: Client

    • Code: MaxMessageLengthExceeded

    • Description: Your request was too big.

    • HTTP Status Code: 400 Bad Request

    • SOAP Fault Code Prefix: Client

    • Code: MaxPostPreDataLengthExceededError

    • Description: Your POST request fields preceding the upload file were too large.

    • HTTP Status Code: 400 Bad Request

    • SOAP Fault Code Prefix: Client

    • Code: MetadataTooLarge

    • Description: Your metadata headers exceed the maximum allowed metadata size.

    • HTTP Status Code: 400 Bad Request

    • SOAP Fault Code Prefix: Client

    • Code: MethodNotAllowed

    • Description: The specified method is not allowed against this resource.

    • HTTP Status Code: 405 Method Not Allowed

    • SOAP Fault Code Prefix: Client

    • Code: MissingAttachment

    • Description: A SOAP attachment was expected, but none were found.

    • HTTP Status Code: N/A

    • SOAP Fault Code Prefix: Client

    • Code: MissingContentLength

    • Description: You must provide the Content-Length HTTP header.

    • HTTP Status Code: 411 Length Required

    • SOAP Fault Code Prefix: Client

    • Code: MissingRequestBodyError

    • Description: This happens when the user sends an empty XML document as a request. The error message is, "Request body is empty."

    • HTTP Status Code: 400 Bad Request

    • SOAP Fault Code Prefix: Client

    • Code: MissingSecurityElement

    • Description: The SOAP 1.1 request is missing a security element.

    • HTTP Status Code: 400 Bad Request

    • SOAP Fault Code Prefix: Client

    • Code: MissingSecurityHeader

    • Description: Your request is missing a required header.

    • HTTP Status Code: 400 Bad Request

    • SOAP Fault Code Prefix: Client

    • Code: NoLoggingStatusForKey

    • Description: There is no such thing as a logging status subresource for a key.

    • HTTP Status Code: 400 Bad Request

    • SOAP Fault Code Prefix: Client

    • Code: NoSuchBucket

    • Description: The specified bucket does not exist.

    • HTTP Status Code: 404 Not Found

    • SOAP Fault Code Prefix: Client

    • Code: NoSuchBucketPolicy

    • Description: The specified bucket does not have a bucket policy.

    • HTTP Status Code: 404 Not Found

    • SOAP Fault Code Prefix: Client

    • Code: NoSuchKey

    • Description: The specified key does not exist.

    • HTTP Status Code: 404 Not Found

    • SOAP Fault Code Prefix: Client

    • Code: NoSuchLifecycleConfiguration

    • Description: The lifecycle configuration does not exist.

    • HTTP Status Code: 404 Not Found

    • SOAP Fault Code Prefix: Client

    • Code: NoSuchUpload

    • Description: The specified multipart upload does not exist. The upload ID might be invalid, or the multipart upload might have been aborted or completed.

    • HTTP Status Code: 404 Not Found

    • SOAP Fault Code Prefix: Client

    • Code: NoSuchVersion

    • Description: Indicates that the version ID specified in the request does not match an existing version.

    • HTTP Status Code: 404 Not Found

    • SOAP Fault Code Prefix: Client

    • Code: NotImplemented

    • Description: A header you provided implies functionality that is not implemented.

    • HTTP Status Code: 501 Not Implemented

    • SOAP Fault Code Prefix: Server

    • Code: NotSignedUp

    • Description: Your account is not signed up for the Amazon S3 service. You must sign up before you can use Amazon S3. You can sign up at the following URL: https://aws.amazon.com/s3

    • HTTP Status Code: 403 Forbidden

    • SOAP Fault Code Prefix: Client

    • Code: OperationAborted

    • Description: A conflicting conditional operation is currently in progress against this resource. Try again.

    • HTTP Status Code: 409 Conflict

    • SOAP Fault Code Prefix: Client

    • Code: PermanentRedirect

    • Description: The bucket you are attempting to access must be addressed using the specified endpoint. Send all future requests to this endpoint.

    • HTTP Status Code: 301 Moved Permanently

    • SOAP Fault Code Prefix: Client

    • Code: PreconditionFailed

    • Description: At least one of the preconditions you specified did not hold.

    • HTTP Status Code: 412 Precondition Failed

    • SOAP Fault Code Prefix: Client

    • Code: Redirect

    • Description: Temporary redirect.

    • HTTP Status Code: 307 Moved Temporarily

    • SOAP Fault Code Prefix: Client

    • Code: RestoreAlreadyInProgress

    • Description: Object restore is already in progress.

    • HTTP Status Code: 409 Conflict

    • SOAP Fault Code Prefix: Client

    • Code: RequestIsNotMultiPartContent

    • Description: Bucket POST must be of the enclosure-type multipart/form-data.

    • HTTP Status Code: 400 Bad Request

    • SOAP Fault Code Prefix: Client

    • Code: RequestTimeout

    • Description: Your socket connection to the server was not read from or written to within the timeout period.

    • HTTP Status Code: 400 Bad Request

    • SOAP Fault Code Prefix: Client

    • Code: RequestTimeTooSkewed

    • Description: The difference between the request time and the server's time is too large.

    • HTTP Status Code: 403 Forbidden

    • SOAP Fault Code Prefix: Client

    • Code: RequestTorrentOfBucketError

    • Description: Requesting the torrent file of a bucket is not permitted.

    • HTTP Status Code: 400 Bad Request

    • SOAP Fault Code Prefix: Client

    • Code: SignatureDoesNotMatch

    • Description: The request signature we calculated does not match the signature you provided. Check your AWS secret access key and signing method. For more information, see REST Authentication and SOAP Authentication for details.

    • HTTP Status Code: 403 Forbidden

    • SOAP Fault Code Prefix: Client

    • Code: ServiceUnavailable

    • Description: Reduce your request rate.

    • HTTP Status Code: 503 Service Unavailable

    • SOAP Fault Code Prefix: Server

    • Code: SlowDown

    • Description: Reduce your request rate.

    • HTTP Status Code: 503 Slow Down

    • SOAP Fault Code Prefix: Server

    • Code: TemporaryRedirect

    • Description: You are being redirected to the bucket while DNS updates.

    • HTTP Status Code: 307 Moved Temporarily

    • SOAP Fault Code Prefix: Client

    • Code: TokenRefreshRequired

    • Description: The provided token must be refreshed.

    • HTTP Status Code: 400 Bad Request

    • SOAP Fault Code Prefix: Client

    • Code: TooManyBuckets

    • Description: You have attempted to create more buckets than allowed.

    • HTTP Status Code: 400 Bad Request

    • SOAP Fault Code Prefix: Client

    • Code: UnexpectedContent

    • Description: This request does not support content.

    • HTTP Status Code: 400 Bad Request

    • SOAP Fault Code Prefix: Client

    • Code: UnresolvableGrantByEmailAddress

    • Description: The email address you provided does not match any account on record.

    • HTTP Status Code: 400 Bad Request

    • SOAP Fault Code Prefix: Client

    • Code: UserKeyMustBeSpecified

    • Description: The bucket POST must contain the specified field name. If it is specified, check the order of the fields.

    • HTTP Status Code: 400 Bad Request

    • SOAP Fault Code Prefix: Client

*/ @property (nonatomic, strong) NSString * _Nullable code; /**

The error key.

*/ @property (nonatomic, strong) NSString * _Nullable key; /**

The error message contains a generic description of the error condition in English. It is intended for a human audience. Simple programs display the message directly to the end user if they encounter an error condition they don't know how or don't care to handle. Sophisticated programs with more exhaustive error handling and proper internationalization are more likely to ignore the error message.

*/ @property (nonatomic, strong) NSString * _Nullable message; /**

The version ID of the error.

*/ @property (nonatomic, strong) NSString * _Nullable versionId; @end /**

The error information.

Required parameters: [Key] */ @interface AWSS3ErrorDocument : AWSModel /**

The object key name to use when a 4XX class error occurs.

*/ @property (nonatomic, strong) NSString * _Nullable key; @end /**

Optional configuration to replicate existing source bucket objects. For more information, see Replicating Existing Objects in the Amazon S3 Developer Guide.

Required parameters: [Status] */ @interface AWSS3ExistingObjectReplication : AWSModel /**

*/ @property (nonatomic, assign) AWSS3ExistingObjectReplicationStatus status; @end /**

Specifies the Amazon S3 object key name to filter on and whether to filter on the suffix or prefix of the key name.

*/ @interface AWSS3FilterRule : AWSModel /**

The object key name prefix or suffix identifying one or more objects to which the filtering rule applies. The maximum length is 1,024 characters. Overlapping prefixes and suffixes are not supported. For more information, see Configuring Event Notifications in the Amazon Simple Storage Service Developer Guide.

*/ @property (nonatomic, assign) AWSS3FilterRuleName name; /**

The value that the filter searches for in object key names.

*/ @property (nonatomic, strong) NSString * _Nullable value; @end /** */ @interface AWSS3GetBucketAccelerateConfigurationOutput : AWSModel /**

The accelerate configuration of the bucket.

*/ @property (nonatomic, assign) AWSS3BucketAccelerateStatus status; @end /** */ @interface AWSS3GetBucketAccelerateConfigurationRequest : AWSRequest /**

The name of the bucket for which the accelerate configuration is retrieved.

*/ @property (nonatomic, strong) NSString * _Nullable bucket; /**

The account id of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP 403 (Access Denied) error.

*/ @property (nonatomic, strong) NSString * _Nullable expectedBucketOwner; @end /** */ @interface AWSS3GetBucketAclOutput : AWSModel /**

A list of grants.

*/ @property (nonatomic, strong) NSArray * _Nullable grants; /**

Container for the bucket owner's display name and ID.

*/ @property (nonatomic, strong) AWSS3Owner * _Nullable owner; @end /** */ @interface AWSS3GetBucketAclRequest : AWSRequest /**

Specifies the S3 bucket whose ACL is being requested.

*/ @property (nonatomic, strong) NSString * _Nullable bucket; /**

The account id of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP 403 (Access Denied) error.

*/ @property (nonatomic, strong) NSString * _Nullable expectedBucketOwner; @end /** */ @interface AWSS3GetBucketAnalyticsConfigurationOutput : AWSModel /**

The configuration and any analyses for the analytics filter.

*/ @property (nonatomic, strong) AWSS3AnalyticsConfiguration * _Nullable analyticsConfiguration; @end /** */ @interface AWSS3GetBucketAnalyticsConfigurationRequest : AWSRequest /**

The name of the bucket from which an analytics configuration is retrieved.

*/ @property (nonatomic, strong) NSString * _Nullable bucket; /**

The account id of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP 403 (Access Denied) error.

*/ @property (nonatomic, strong) NSString * _Nullable expectedBucketOwner; /**

The ID that identifies the analytics configuration.

*/ @property (nonatomic, strong) NSString * _Nullable identifier; @end /** */ @interface AWSS3GetBucketCorsOutput : AWSModel /**

A set of origins and methods (cross-origin access that you want to allow). You can add up to 100 rules to the configuration.

*/ @property (nonatomic, strong) NSArray * _Nullable CORSRules; @end /** */ @interface AWSS3GetBucketCorsRequest : AWSRequest /**

The bucket name for which to get the cors configuration.

*/ @property (nonatomic, strong) NSString * _Nullable bucket; /**

The account id of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP 403 (Access Denied) error.

*/ @property (nonatomic, strong) NSString * _Nullable expectedBucketOwner; @end /** */ @interface AWSS3GetBucketEncryptionOutput : AWSModel /**

Specifies the default server-side-encryption configuration.

*/ @property (nonatomic, strong) AWSS3ServerSideEncryptionConfiguration * _Nullable serverSideEncryptionConfiguration; @end /** */ @interface AWSS3GetBucketEncryptionRequest : AWSRequest /**

The name of the bucket from which the server-side encryption configuration is retrieved.

*/ @property (nonatomic, strong) NSString * _Nullable bucket; /**

The account id of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP 403 (Access Denied) error.

*/ @property (nonatomic, strong) NSString * _Nullable expectedBucketOwner; @end /** */ @interface AWSS3GetBucketInventoryConfigurationOutput : AWSModel /**

Specifies the inventory configuration.

*/ @property (nonatomic, strong) AWSS3InventoryConfiguration * _Nullable inventoryConfiguration; @end /** */ @interface AWSS3GetBucketInventoryConfigurationRequest : AWSRequest /**

The name of the bucket containing the inventory configuration to retrieve.

*/ @property (nonatomic, strong) NSString * _Nullable bucket; /**

The account id of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP 403 (Access Denied) error.

*/ @property (nonatomic, strong) NSString * _Nullable expectedBucketOwner; /**

The ID used to identify the inventory configuration.

*/ @property (nonatomic, strong) NSString * _Nullable identifier; @end /** */ @interface AWSS3GetBucketLifecycleConfigurationOutput : AWSModel /**

Container for a lifecycle rule.

*/ @property (nonatomic, strong) NSArray * _Nullable rules; @end /** */ @interface AWSS3GetBucketLifecycleConfigurationRequest : AWSRequest /**

The name of the bucket for which to get the lifecycle information.

*/ @property (nonatomic, strong) NSString * _Nullable bucket; /**

The account id of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP 403 (Access Denied) error.

*/ @property (nonatomic, strong) NSString * _Nullable expectedBucketOwner; @end /** */ @interface AWSS3GetBucketLifecycleOutput : AWSModel /**

Container for a lifecycle rule.

*/ @property (nonatomic, strong) NSArray * _Nullable rules; @end /** */ @interface AWSS3GetBucketLifecycleRequest : AWSRequest /**

The name of the bucket for which to get the lifecycle information.

*/ @property (nonatomic, strong) NSString * _Nullable bucket; /**

The account id of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP 403 (Access Denied) error.

*/ @property (nonatomic, strong) NSString * _Nullable expectedBucketOwner; @end /** */ @interface AWSS3GetBucketLocationOutput : AWSModel /**

Specifies the Region where the bucket resides. For a list of all the Amazon S3 supported location constraints by Region, see Regions and Endpoints. Buckets in Region us-east-1 have a LocationConstraint of null.

*/ @property (nonatomic, assign) AWSS3BucketLocationConstraint locationConstraint; @end /** */ @interface AWSS3GetBucketLocationRequest : AWSRequest /**

The name of the bucket for which to get the location.

*/ @property (nonatomic, strong) NSString * _Nullable bucket; /**

The account id of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP 403 (Access Denied) error.

*/ @property (nonatomic, strong) NSString * _Nullable expectedBucketOwner; @end /** */ @interface AWSS3GetBucketLoggingOutput : AWSModel /**

Describes where logs are stored and the prefix that Amazon S3 assigns to all log object keys for a bucket. For more information, see PUT Bucket logging in the Amazon Simple Storage Service API Reference.

*/ @property (nonatomic, strong) AWSS3LoggingEnabled * _Nullable loggingEnabled; @end /** */ @interface AWSS3GetBucketLoggingRequest : AWSRequest /**

The bucket name for which to get the logging information.

*/ @property (nonatomic, strong) NSString * _Nullable bucket; /**

The account id of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP 403 (Access Denied) error.

*/ @property (nonatomic, strong) NSString * _Nullable expectedBucketOwner; @end /** */ @interface AWSS3GetBucketMetricsConfigurationOutput : AWSModel /**

Specifies the metrics configuration.

*/ @property (nonatomic, strong) AWSS3MetricsConfiguration * _Nullable metricsConfiguration; @end /** */ @interface AWSS3GetBucketMetricsConfigurationRequest : AWSRequest /**

The name of the bucket containing the metrics configuration to retrieve.

*/ @property (nonatomic, strong) NSString * _Nullable bucket; /**

The account id of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP 403 (Access Denied) error.

*/ @property (nonatomic, strong) NSString * _Nullable expectedBucketOwner; /**

The ID used to identify the metrics configuration.

*/ @property (nonatomic, strong) NSString * _Nullable identifier; @end /** */ @interface AWSS3GetBucketNotificationConfigurationRequest : AWSRequest /**

The name of the bucket for which to get the notification configuration.

*/ @property (nonatomic, strong) NSString * _Nullable bucket; /**

The account id of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP 403 (Access Denied) error.

*/ @property (nonatomic, strong) NSString * _Nullable expectedBucketOwner; @end /** */ @interface AWSS3GetBucketOwnershipControlsOutput : AWSModel /**

The OwnershipControls (BucketOwnerPreferred or ObjectWriter) currently in effect for this Amazon S3 bucket.

*/ @property (nonatomic, strong) AWSS3OwnershipControls * _Nullable ownershipControls; @end /** */ @interface AWSS3GetBucketOwnershipControlsRequest : AWSRequest /**

The name of the Amazon S3 bucket whose OwnershipControls you want to retrieve.

*/ @property (nonatomic, strong) NSString * _Nullable bucket; /** */ @property (nonatomic, strong) NSString * _Nullable expectedBucketOwner; @end /** */ @interface AWSS3GetBucketPolicyOutput : AWSModel /**

The bucket policy as a JSON document.

*/ @property (nonatomic, strong) NSString * _Nullable policy; @end /** */ @interface AWSS3GetBucketPolicyRequest : AWSRequest /**

The bucket name for which to get the bucket policy.

*/ @property (nonatomic, strong) NSString * _Nullable bucket; /**

The account id of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP 403 (Access Denied) error.

*/ @property (nonatomic, strong) NSString * _Nullable expectedBucketOwner; @end /** */ @interface AWSS3GetBucketPolicyStatusOutput : AWSModel /**

The policy status for the specified bucket.

*/ @property (nonatomic, strong) AWSS3PolicyStatus * _Nullable policyStatus; @end /** */ @interface AWSS3GetBucketPolicyStatusRequest : AWSRequest /**

The name of the Amazon S3 bucket whose policy status you want to retrieve.

*/ @property (nonatomic, strong) NSString * _Nullable bucket; /**

The account id of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP 403 (Access Denied) error.

*/ @property (nonatomic, strong) NSString * _Nullable expectedBucketOwner; @end /** */ @interface AWSS3GetBucketReplicationOutput : AWSModel /**

A container for replication rules. You can add up to 1,000 rules. The maximum size of a replication configuration is 2 MB.

*/ @property (nonatomic, strong) AWSS3ReplicationConfiguration * _Nullable replicationConfiguration; @end /** */ @interface AWSS3GetBucketReplicationRequest : AWSRequest /**

The bucket name for which to get the replication information.

*/ @property (nonatomic, strong) NSString * _Nullable bucket; /**

The account id of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP 403 (Access Denied) error.

*/ @property (nonatomic, strong) NSString * _Nullable expectedBucketOwner; @end /** */ @interface AWSS3GetBucketRequestPaymentOutput : AWSModel /**

Specifies who pays for the download and request fees.

*/ @property (nonatomic, assign) AWSS3Payer payer; @end /** */ @interface AWSS3GetBucketRequestPaymentRequest : AWSRequest /**

The name of the bucket for which to get the payment request configuration

*/ @property (nonatomic, strong) NSString * _Nullable bucket; /**

The account id of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP 403 (Access Denied) error.

*/ @property (nonatomic, strong) NSString * _Nullable expectedBucketOwner; @end /** */ @interface AWSS3GetBucketTaggingOutput : AWSModel /**

Contains the tag set.

*/ @property (nonatomic, strong) NSArray * _Nullable tagSet; @end /** */ @interface AWSS3GetBucketTaggingRequest : AWSRequest /**

The name of the bucket for which to get the tagging information.

*/ @property (nonatomic, strong) NSString * _Nullable bucket; /**

The account id of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP 403 (Access Denied) error.

*/ @property (nonatomic, strong) NSString * _Nullable expectedBucketOwner; @end /** */ @interface AWSS3GetBucketVersioningOutput : AWSModel /**

Specifies whether MFA delete is enabled in the bucket versioning configuration. This element is only returned if the bucket has been configured with MFA delete. If the bucket has never been so configured, this element is not returned.

*/ @property (nonatomic, assign) AWSS3MFADeleteStatus MFADelete; /**

The versioning state of the bucket.

*/ @property (nonatomic, assign) AWSS3BucketVersioningStatus status; @end /** */ @interface AWSS3GetBucketVersioningRequest : AWSRequest /**

The name of the bucket for which to get the versioning information.

*/ @property (nonatomic, strong) NSString * _Nullable bucket; /**

The account id of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP 403 (Access Denied) error.

*/ @property (nonatomic, strong) NSString * _Nullable expectedBucketOwner; @end /** */ @interface AWSS3GetBucketWebsiteOutput : AWSModel /**

The object key name of the website error document to use for 4XX class errors.

*/ @property (nonatomic, strong) AWSS3ErrorDocument * _Nullable errorDocument; /**

The name of the index document for the website (for example index.html).

*/ @property (nonatomic, strong) AWSS3IndexDocument * _Nullable indexDocument; /**

Specifies the redirect behavior of all requests to a website endpoint of an Amazon S3 bucket.

*/ @property (nonatomic, strong) AWSS3RedirectAllRequestsTo * _Nullable redirectAllRequestsTo; /**

Rules that define when a redirect is applied and the redirect behavior.

*/ @property (nonatomic, strong) NSArray * _Nullable routingRules; @end /** */ @interface AWSS3GetBucketWebsiteRequest : AWSRequest /**

The bucket name for which to get the website configuration.

*/ @property (nonatomic, strong) NSString * _Nullable bucket; /**

The account id of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP 403 (Access Denied) error.

*/ @property (nonatomic, strong) NSString * _Nullable expectedBucketOwner; @end /** */ @interface AWSS3GetObjectAclOutput : AWSModel /**

A list of grants.

*/ @property (nonatomic, strong) NSArray * _Nullable grants; /**

Container for the bucket owner's display name and ID.

*/ @property (nonatomic, strong) AWSS3Owner * _Nullable owner; /**

If present, indicates that the requester was successfully charged for the request.

*/ @property (nonatomic, assign) AWSS3RequestCharged requestCharged; @end /** */ @interface AWSS3GetObjectAclRequest : AWSRequest /**

The bucket name that contains the object for which to get the ACL information.

When using this API with an access point, you must direct requests to the access point hostname. The access point hostname takes the form AccessPointName-AccountId.s3-accesspoint.Region.amazonaws.com. When using this operation with an access point through the AWS SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see Using Access Points in the Amazon Simple Storage Service Developer Guide.

*/ @property (nonatomic, strong) NSString * _Nullable bucket; /**

The account id of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP 403 (Access Denied) error.

*/ @property (nonatomic, strong) NSString * _Nullable expectedBucketOwner; /**

The key of the object for which to get the ACL information.

*/ @property (nonatomic, strong) NSString * _Nullable key; /**

Confirms that the requester knows that they will be charged for the request. Bucket owners need not specify this parameter in their requests. For information about downloading objects from requester pays buckets, see Downloading Objects in Requestor Pays Buckets in the Amazon S3 Developer Guide.

*/ @property (nonatomic, assign) AWSS3RequestPayer requestPayer; /**

VersionId used to reference a specific version of the object.

*/ @property (nonatomic, strong) NSString * _Nullable versionId; @end /** */ @interface AWSS3GetObjectLegalHoldOutput : AWSModel /**

The current Legal Hold status for the specified object.

*/ @property (nonatomic, strong) AWSS3ObjectLockLegalHold * _Nullable legalHold; @end /** */ @interface AWSS3GetObjectLegalHoldRequest : AWSRequest /**

The bucket name containing the object whose Legal Hold status you want to retrieve.

When using this API with an access point, you must direct requests to the access point hostname. The access point hostname takes the form AccessPointName-AccountId.s3-accesspoint.Region.amazonaws.com. When using this operation with an access point through the AWS SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see Using Access Points in the Amazon Simple Storage Service Developer Guide.

*/ @property (nonatomic, strong) NSString * _Nullable bucket; /**

The account id of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP 403 (Access Denied) error.

*/ @property (nonatomic, strong) NSString * _Nullable expectedBucketOwner; /**

The key name for the object whose Legal Hold status you want to retrieve.

*/ @property (nonatomic, strong) NSString * _Nullable key; /**

Confirms that the requester knows that they will be charged for the request. Bucket owners need not specify this parameter in their requests. For information about downloading objects from requester pays buckets, see Downloading Objects in Requestor Pays Buckets in the Amazon S3 Developer Guide.

*/ @property (nonatomic, assign) AWSS3RequestPayer requestPayer; /**

The version ID of the object whose Legal Hold status you want to retrieve.

*/ @property (nonatomic, strong) NSString * _Nullable versionId; @end /** */ @interface AWSS3GetObjectLockConfigurationOutput : AWSModel /**

The specified bucket's Object Lock configuration.

*/ @property (nonatomic, strong) AWSS3ObjectLockConfiguration * _Nullable objectLockConfiguration; @end /** */ @interface AWSS3GetObjectLockConfigurationRequest : AWSRequest /**

The bucket whose Object Lock configuration you want to retrieve.

When using this API with an access point, you must direct requests to the access point hostname. The access point hostname takes the form AccessPointName-AccountId.s3-accesspoint.Region.amazonaws.com. When using this operation with an access point through the AWS SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see Using Access Points in the Amazon Simple Storage Service Developer Guide.

*/ @property (nonatomic, strong) NSString * _Nullable bucket; /**

The account id of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP 403 (Access Denied) error.

*/ @property (nonatomic, strong) NSString * _Nullable expectedBucketOwner; @end /** */ @interface AWSS3GetObjectOutput : AWSModel /**

Indicates that a range of bytes was specified.

*/ @property (nonatomic, strong) NSString * _Nullable acceptRanges; /**

Object data.

*/ @property (nonatomic, strong) id _Nullable body; /**

Specifies caching behavior along the request/reply chain.

*/ @property (nonatomic, strong) NSString * _Nullable cacheControl; /**

Specifies presentational information for the object.

*/ @property (nonatomic, strong) NSString * _Nullable contentDisposition; /**

Specifies what content encodings have been applied to the object and thus what decoding mechanisms must be applied to obtain the media-type referenced by the Content-Type header field.

*/ @property (nonatomic, strong) NSString * _Nullable contentEncoding; /**

The language the content is in.

*/ @property (nonatomic, strong) NSString * _Nullable contentLanguage; /**

Size of the body in bytes.

*/ @property (nonatomic, strong) NSNumber * _Nullable contentLength; /**

The portion of the object returned in the response.

*/ @property (nonatomic, strong) NSString * _Nullable contentRange; /**

A standard MIME type describing the format of the object data.

*/ @property (nonatomic, strong) NSString * _Nullable contentType; /**

Specifies whether the object retrieved was (true) or was not (false) a Delete Marker. If false, this response header does not appear in the response.

*/ @property (nonatomic, strong) NSNumber * _Nullable deleteMarker; /**

An ETag is an opaque identifier assigned by a web server to a specific version of a resource found at a URL.

*/ @property (nonatomic, strong) NSString * _Nullable ETag; /**

If the object expiration is configured (see PUT Bucket lifecycle), the response includes this header. It includes the expiry-date and rule-id key-value pairs providing object expiration information. The value of the rule-id is URL encoded.

*/ @property (nonatomic, strong) NSString * _Nullable expiration; /**

The date and time at which the object is no longer cacheable.

*/ @property (nonatomic, strong) NSDate * _Nullable expires; /**

Last modified date of the object

*/ @property (nonatomic, strong) NSDate * _Nullable lastModified; /**

A map of metadata to store with the object in S3.

*/ @property (nonatomic, strong) NSDictionary * _Nullable metadata; /**

This is set to the number of metadata entries not returned in x-amz-meta headers. This can happen if you create metadata using an API like SOAP that supports more flexible metadata than the REST API. For example, using SOAP, you can create metadata whose values are not legal HTTP headers.

*/ @property (nonatomic, strong) NSNumber * _Nullable missingMeta; /**

Indicates whether this object has an active legal hold. This field is only returned if you have permission to view an object's legal hold status.

*/ @property (nonatomic, assign) AWSS3ObjectLockLegalHoldStatus objectLockLegalHoldStatus; /**

The Object Lock mode currently in place for this object.

*/ @property (nonatomic, assign) AWSS3ObjectLockMode objectLockMode; /**

The date and time when this object's Object Lock will expire.

*/ @property (nonatomic, strong) NSDate * _Nullable objectLockRetainUntilDate; /**

The count of parts this object has.

*/ @property (nonatomic, strong) NSNumber * _Nullable partsCount; /**

Amazon S3 can return this if your request involves a bucket that is either a source or destination in a replication rule.

*/ @property (nonatomic, assign) AWSS3ReplicationStatus replicationStatus; /**

If present, indicates that the requester was successfully charged for the request.

*/ @property (nonatomic, assign) AWSS3RequestCharged requestCharged; /**

Provides information about object restoration operation and expiration time of the restored object copy.

*/ @property (nonatomic, strong) NSString * _Nullable restore; /**

If server-side encryption with a customer-provided encryption key was requested, the response will include this header confirming the encryption algorithm used.

*/ @property (nonatomic, strong) NSString * _Nullable SSECustomerAlgorithm; /**

If server-side encryption with a customer-provided encryption key was requested, the response will include this header to provide round-trip message integrity verification of the customer-provided encryption key.

*/ @property (nonatomic, strong) NSString * _Nullable SSECustomerKeyMD5; /**

If present, specifies the ID of the AWS Key Management Service (AWS KMS) symmetric customer managed customer master key (CMK) that was used for the object.

*/ @property (nonatomic, strong) NSString * _Nullable SSEKMSKeyId; /**

The server-side encryption algorithm used when storing this object in Amazon S3 (for example, AES256, aws:kms).

*/ @property (nonatomic, assign) AWSS3ServerSideEncryption serverSideEncryption; /**

Provides storage class information of the object. Amazon S3 returns this header for all objects except for S3 Standard storage class objects.

*/ @property (nonatomic, assign) AWSS3StorageClass storageClass; /**

The number of tags, if any, on the object.

*/ @property (nonatomic, strong) NSNumber * _Nullable tagCount; /**

Version of the object.

*/ @property (nonatomic, strong) NSString * _Nullable versionId; /**

If the bucket is configured as a website, redirects requests for this object to another object in the same bucket or to an external URL. Amazon S3 stores the value of this header in the object metadata.

*/ @property (nonatomic, strong) NSString * _Nullable websiteRedirectLocation; @end /** */ @interface AWSS3GetObjectRequest : AWSRequest /**

The bucket name containing the object.

When using this API with an access point, you must direct requests to the access point hostname. The access point hostname takes the form AccessPointName-AccountId.s3-accesspoint.Region.amazonaws.com. When using this operation with an access point through the AWS SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see Using Access Points in the Amazon Simple Storage Service Developer Guide.

When using this API with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com. When using this operation using S3 on Outposts through the AWS SDKs, you provide the Outposts bucket ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see Using S3 on Outposts in the Amazon Simple Storage Service Developer Guide.

*/ @property (nonatomic, strong) NSString * _Nullable bucket; /**

The account id of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP 403 (Access Denied) error.

*/ @property (nonatomic, strong) NSString * _Nullable expectedBucketOwner; /**

Return the object only if its entity tag (ETag) is the same as the one specified, otherwise return a 412 (precondition failed).

*/ @property (nonatomic, strong) NSString * _Nullable ifMatch; /**

Return the object only if it has been modified since the specified time, otherwise return a 304 (not modified).

*/ @property (nonatomic, strong) NSDate * _Nullable ifModifiedSince; /**

Return the object only if its entity tag (ETag) is different from the one specified, otherwise return a 304 (not modified).

*/ @property (nonatomic, strong) NSString * _Nullable ifNoneMatch; /**

Return the object only if it has not been modified since the specified time, otherwise return a 412 (precondition failed).

*/ @property (nonatomic, strong) NSDate * _Nullable ifUnmodifiedSince; /**

Key of the object to get.

*/ @property (nonatomic, strong) NSString * _Nullable key; /**

Part number of the object being read. This is a positive integer between 1 and 10,000. Effectively performs a 'ranged' GET request for the part specified. Useful for downloading just a part of an object.

*/ @property (nonatomic, strong) NSNumber * _Nullable partNumber; /**

Downloads the specified range bytes of an object. For more information about the HTTP Range header, see https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.35.

Amazon S3 doesn't support retrieving multiple ranges of data per GET request.

*/ @property (nonatomic, strong) NSString * _Nullable range; /**

Confirms that the requester knows that they will be charged for the request. Bucket owners need not specify this parameter in their requests. For information about downloading objects from requester pays buckets, see Downloading Objects in Requestor Pays Buckets in the Amazon S3 Developer Guide.

*/ @property (nonatomic, assign) AWSS3RequestPayer requestPayer; /**

Sets the Cache-Control header of the response.

*/ @property (nonatomic, strong) NSString * _Nullable responseCacheControl; /**

Sets the Content-Disposition header of the response

*/ @property (nonatomic, strong) NSString * _Nullable responseContentDisposition; /**

Sets the Content-Encoding header of the response.

*/ @property (nonatomic, strong) NSString * _Nullable responseContentEncoding; /**

Sets the Content-Language header of the response.

*/ @property (nonatomic, strong) NSString * _Nullable responseContentLanguage; /**

Sets the Content-Type header of the response.

*/ @property (nonatomic, strong) NSString * _Nullable responseContentType; /**

Sets the Expires header of the response.

*/ @property (nonatomic, strong) NSDate * _Nullable responseExpires; /**

Specifies the algorithm to use to when encrypting the object (for example, AES256).

*/ @property (nonatomic, strong) NSString * _Nullable SSECustomerAlgorithm; /**

Specifies the customer-provided encryption key for Amazon S3 to use in encrypting data. This value is used to store the object and then it is discarded; Amazon S3 does not store the encryption key. The key must be appropriate for use with the algorithm specified in the x-amz-server-side-encryption-customer-algorithm header.

*/ @property (nonatomic, strong) NSString * _Nullable SSECustomerKey; /**

Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321. Amazon S3 uses this header for a message integrity check to ensure that the encryption key was transmitted without error.

*/ @property (nonatomic, strong) NSString * _Nullable SSECustomerKeyMD5; /**

VersionId used to reference a specific version of the object.

*/ @property (nonatomic, strong) NSString * _Nullable versionId; @end /** */ @interface AWSS3GetObjectRetentionOutput : AWSModel /**

The container element for an object's retention settings.

*/ @property (nonatomic, strong) AWSS3ObjectLockRetention * _Nullable retention; @end /** */ @interface AWSS3GetObjectRetentionRequest : AWSRequest /**

The bucket name containing the object whose retention settings you want to retrieve.

When using this API with an access point, you must direct requests to the access point hostname. The access point hostname takes the form AccessPointName-AccountId.s3-accesspoint.Region.amazonaws.com. When using this operation with an access point through the AWS SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see Using Access Points in the Amazon Simple Storage Service Developer Guide.

*/ @property (nonatomic, strong) NSString * _Nullable bucket; /**

The account id of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP 403 (Access Denied) error.

*/ @property (nonatomic, strong) NSString * _Nullable expectedBucketOwner; /**

The key name for the object whose retention settings you want to retrieve.

*/ @property (nonatomic, strong) NSString * _Nullable key; /**

Confirms that the requester knows that they will be charged for the request. Bucket owners need not specify this parameter in their requests. For information about downloading objects from requester pays buckets, see Downloading Objects in Requestor Pays Buckets in the Amazon S3 Developer Guide.

*/ @property (nonatomic, assign) AWSS3RequestPayer requestPayer; /**

The version ID for the object whose retention settings you want to retrieve.

*/ @property (nonatomic, strong) NSString * _Nullable versionId; @end /** */ @interface AWSS3GetObjectTaggingOutput : AWSModel /**

Contains the tag set.

*/ @property (nonatomic, strong) NSArray * _Nullable tagSet; /**

The versionId of the object for which you got the tagging information.

*/ @property (nonatomic, strong) NSString * _Nullable versionId; @end /** */ @interface AWSS3GetObjectTaggingRequest : AWSRequest /**

The bucket name containing the object for which to get the tagging information.

When using this API with an access point, you must direct requests to the access point hostname. The access point hostname takes the form AccessPointName-AccountId.s3-accesspoint.Region.amazonaws.com. When using this operation with an access point through the AWS SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see Using Access Points in the Amazon Simple Storage Service Developer Guide.

When using this API with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com. When using this operation using S3 on Outposts through the AWS SDKs, you provide the Outposts bucket ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see Using S3 on Outposts in the Amazon Simple Storage Service Developer Guide.

*/ @property (nonatomic, strong) NSString * _Nullable bucket; /**

The account id of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP 403 (Access Denied) error.

*/ @property (nonatomic, strong) NSString * _Nullable expectedBucketOwner; /**

Object key for which to get the tagging information.

*/ @property (nonatomic, strong) NSString * _Nullable key; /**

The versionId of the object for which to get the tagging information.

*/ @property (nonatomic, strong) NSString * _Nullable versionId; @end /** */ @interface AWSS3GetObjectTorrentOutput : AWSModel /**

A Bencoded dictionary as defined by the BitTorrent specification

*/ @property (nonatomic, strong) id _Nullable body; /**

If present, indicates that the requester was successfully charged for the request.

*/ @property (nonatomic, assign) AWSS3RequestCharged requestCharged; @end /** */ @interface AWSS3GetObjectTorrentRequest : AWSRequest /**

The name of the bucket containing the object for which to get the torrent files.

*/ @property (nonatomic, strong) NSString * _Nullable bucket; /**

The account id of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP 403 (Access Denied) error.

*/ @property (nonatomic, strong) NSString * _Nullable expectedBucketOwner; /**

The object key for which to get the information.

*/ @property (nonatomic, strong) NSString * _Nullable key; /**

Confirms that the requester knows that they will be charged for the request. Bucket owners need not specify this parameter in their requests. For information about downloading objects from requester pays buckets, see Downloading Objects in Requestor Pays Buckets in the Amazon S3 Developer Guide.

*/ @property (nonatomic, assign) AWSS3RequestPayer requestPayer; @end /** */ @interface AWSS3GetPublicAccessBlockOutput : AWSModel /**

The PublicAccessBlock configuration currently in effect for this Amazon S3 bucket.

*/ @property (nonatomic, strong) AWSS3PublicAccessBlockConfiguration * _Nullable publicAccessBlockConfiguration; @end /** */ @interface AWSS3GetPublicAccessBlockRequest : AWSRequest /**

The name of the Amazon S3 bucket whose PublicAccessBlock configuration you want to retrieve.

*/ @property (nonatomic, strong) NSString * _Nullable bucket; /**

The account id of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP 403 (Access Denied) error.

*/ @property (nonatomic, strong) NSString * _Nullable expectedBucketOwner; @end /**

Container for S3 Glacier job parameters.

Required parameters: [Tier] */ @interface AWSS3GlacierJobParameters : AWSModel /**

S3 Glacier retrieval tier at which the restore will be processed.

*/ @property (nonatomic, assign) AWSS3Tier tier; @end /**

Container for grant information.

*/ @interface AWSS3Grant : AWSModel /**

The person being granted permissions.

*/ @property (nonatomic, strong) AWSS3Grantee * _Nullable grantee; /**

Specifies the permission given to the grantee.

*/ @property (nonatomic, assign) AWSS3Permission permission; @end /**

Container for the person being granted permissions.

Required parameters: [Type] */ @interface AWSS3Grantee : AWSModel /**

Screen name of the grantee.

*/ @property (nonatomic, strong) NSString * _Nullable displayName; /**

Email address of the grantee.

Using email addresses to specify a grantee is only supported in the following AWS Regions:

  • US East (N. Virginia)

  • US West (N. California)

  • US West (Oregon)

  • Asia Pacific (Singapore)

  • Asia Pacific (Sydney)

  • Asia Pacific (Tokyo)

  • Europe (Ireland)

  • South America (São Paulo)

For a list of all the Amazon S3 supported Regions and endpoints, see Regions and Endpoints in the AWS General Reference.

*/ @property (nonatomic, strong) NSString * _Nullable emailAddress; /**

The canonical user ID of the grantee.

*/ @property (nonatomic, strong) NSString * _Nullable identifier; /**

Type of grantee

*/ @property (nonatomic, assign) AWSS3Types types; /**

URI of the grantee group.

*/ @property (nonatomic, strong) NSString * _Nullable URI; @end /** */ @interface AWSS3HeadBucketRequest : AWSRequest /**

The bucket name.

When using this API with an access point, you must direct requests to the access point hostname. The access point hostname takes the form AccessPointName-AccountId.s3-accesspoint.Region.amazonaws.com. When using this operation with an access point through the AWS SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see Using Access Points in the Amazon Simple Storage Service Developer Guide.

When using this API with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com. When using this operation using S3 on Outposts through the AWS SDKs, you provide the Outposts bucket ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see Using S3 on Outposts in the Amazon Simple Storage Service Developer Guide.

*/ @property (nonatomic, strong) NSString * _Nullable bucket; /**

The account id of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP 403 (Access Denied) error.

*/ @property (nonatomic, strong) NSString * _Nullable expectedBucketOwner; @end /** */ @interface AWSS3HeadObjectOutput : AWSModel /**

Indicates that a range of bytes was specified.

*/ @property (nonatomic, strong) NSString * _Nullable acceptRanges; /**

Specifies caching behavior along the request/reply chain.

*/ @property (nonatomic, strong) NSString * _Nullable cacheControl; /**

Specifies presentational information for the object.

*/ @property (nonatomic, strong) NSString * _Nullable contentDisposition; /**

Specifies what content encodings have been applied to the object and thus what decoding mechanisms must be applied to obtain the media-type referenced by the Content-Type header field.

*/ @property (nonatomic, strong) NSString * _Nullable contentEncoding; /**

The language the content is in.

*/ @property (nonatomic, strong) NSString * _Nullable contentLanguage; /**

Size of the body in bytes.

*/ @property (nonatomic, strong) NSNumber * _Nullable contentLength; /**

A standard MIME type describing the format of the object data.

*/ @property (nonatomic, strong) NSString * _Nullable contentType; /**

Specifies whether the object retrieved was (true) or was not (false) a Delete Marker. If false, this response header does not appear in the response.

*/ @property (nonatomic, strong) NSNumber * _Nullable deleteMarker; /**

An ETag is an opaque identifier assigned by a web server to a specific version of a resource found at a URL.

*/ @property (nonatomic, strong) NSString * _Nullable ETag; /**

If the object expiration is configured (see PUT Bucket lifecycle), the response includes this header. It includes the expiry-date and rule-id key-value pairs providing object expiration information. The value of the rule-id is URL encoded.

*/ @property (nonatomic, strong) NSString * _Nullable expiration; /**

The date and time at which the object is no longer cacheable.

*/ @property (nonatomic, strong) NSDate * _Nullable expires; /**

Last modified date of the object

*/ @property (nonatomic, strong) NSDate * _Nullable lastModified; /**

A map of metadata to store with the object in S3.

*/ @property (nonatomic, strong) NSDictionary * _Nullable metadata; /**

This is set to the number of metadata entries not returned in x-amz-meta headers. This can happen if you create metadata using an API like SOAP that supports more flexible metadata than the REST API. For example, using SOAP, you can create metadata whose values are not legal HTTP headers.

*/ @property (nonatomic, strong) NSNumber * _Nullable missingMeta; /**

Specifies whether a legal hold is in effect for this object. This header is only returned if the requester has the s3:GetObjectLegalHold permission. This header is not returned if the specified version of this object has never had a legal hold applied. For more information about S3 Object Lock, see Object Lock.

*/ @property (nonatomic, assign) AWSS3ObjectLockLegalHoldStatus objectLockLegalHoldStatus; /**

The Object Lock mode, if any, that's in effect for this object. This header is only returned if the requester has the s3:GetObjectRetention permission. For more information about S3 Object Lock, see Object Lock.

*/ @property (nonatomic, assign) AWSS3ObjectLockMode objectLockMode; /**

The date and time when the Object Lock retention period expires. This header is only returned if the requester has the s3:GetObjectRetention permission.

*/ @property (nonatomic, strong) NSDate * _Nullable objectLockRetainUntilDate; /**

The count of parts this object has.

*/ @property (nonatomic, strong) NSNumber * _Nullable partsCount; /**

Amazon S3 can return this header if your request involves a bucket that is either a source or destination in a replication rule.

In replication, you have a source bucket on which you configure replication and destination bucket where Amazon S3 stores object replicas. When you request an object (GetObject) or object metadata (HeadObject) from these buckets, Amazon S3 will return the x-amz-replication-status header in the response as follows:

  • If requesting an object from the source bucket — Amazon S3 will return the x-amz-replication-status header if the object in your request is eligible for replication.

    For example, suppose that in your replication configuration, you specify object prefix TaxDocs requesting Amazon S3 to replicate objects with key prefix TaxDocs. Any objects you upload with this key name prefix, for example TaxDocs/document1.pdf, are eligible for replication. For any object request with this key name prefix, Amazon S3 will return the x-amz-replication-status header with value PENDING, COMPLETED or FAILED indicating object replication status.

  • If requesting an object from the destination bucket — Amazon S3 will return the x-amz-replication-status header with value REPLICA if the object in your request is a replica that Amazon S3 created.

For more information, see Replication.

*/ @property (nonatomic, assign) AWSS3ReplicationStatus replicationStatus; /**

If present, indicates that the requester was successfully charged for the request.

*/ @property (nonatomic, assign) AWSS3RequestCharged requestCharged; /**

If the object is an archived object (an object whose storage class is GLACIER), the response includes this header if either the archive restoration is in progress (see RestoreObject or an archive copy is already restored.

If an archive copy is already restored, the header value indicates when Amazon S3 is scheduled to delete the object copy. For example:

x-amz-restore: ongoing-request="false", expiry-date="Fri, 23 Dec 2012 00:00:00 GMT"

If the object restoration is in progress, the header returns the value ongoing-request="true".

For more information about archiving objects, see Transitioning Objects: General Considerations.

*/ @property (nonatomic, strong) NSString * _Nullable restore; /**

If server-side encryption with a customer-provided encryption key was requested, the response will include this header confirming the encryption algorithm used.

*/ @property (nonatomic, strong) NSString * _Nullable SSECustomerAlgorithm; /**

If server-side encryption with a customer-provided encryption key was requested, the response will include this header to provide round-trip message integrity verification of the customer-provided encryption key.

*/ @property (nonatomic, strong) NSString * _Nullable SSECustomerKeyMD5; /**

If present, specifies the ID of the AWS Key Management Service (AWS KMS) symmetric customer managed customer master key (CMK) that was used for the object.

*/ @property (nonatomic, strong) NSString * _Nullable SSEKMSKeyId; /**

If the object is stored using server-side encryption either with an AWS KMS customer master key (CMK) or an Amazon S3-managed encryption key, the response includes this header with the value of the server-side encryption algorithm used when storing this object in Amazon S3 (for example, AES256, aws:kms).

*/ @property (nonatomic, assign) AWSS3ServerSideEncryption serverSideEncryption; /**

Provides storage class information of the object. Amazon S3 returns this header for all objects except for S3 Standard storage class objects.

For more information, see Storage Classes.

*/ @property (nonatomic, assign) AWSS3StorageClass storageClass; /**

Version of the object.

*/ @property (nonatomic, strong) NSString * _Nullable versionId; /**

If the bucket is configured as a website, redirects requests for this object to another object in the same bucket or to an external URL. Amazon S3 stores the value of this header in the object metadata.

*/ @property (nonatomic, strong) NSString * _Nullable websiteRedirectLocation; @end /** */ @interface AWSS3HeadObjectRequest : AWSRequest /**

The name of the bucket containing the object.

When using this API with an access point, you must direct requests to the access point hostname. The access point hostname takes the form AccessPointName-AccountId.s3-accesspoint.Region.amazonaws.com. When using this operation with an access point through the AWS SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see Using Access Points in the Amazon Simple Storage Service Developer Guide.

When using this API with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com. When using this operation using S3 on Outposts through the AWS SDKs, you provide the Outposts bucket ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see Using S3 on Outposts in the Amazon Simple Storage Service Developer Guide.

*/ @property (nonatomic, strong) NSString * _Nullable bucket; /**

The account id of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP 403 (Access Denied) error.

*/ @property (nonatomic, strong) NSString * _Nullable expectedBucketOwner; /**

Return the object only if its entity tag (ETag) is the same as the one specified, otherwise return a 412 (precondition failed).

*/ @property (nonatomic, strong) NSString * _Nullable ifMatch; /**

Return the object only if it has been modified since the specified time, otherwise return a 304 (not modified).

*/ @property (nonatomic, strong) NSDate * _Nullable ifModifiedSince; /**

Return the object only if its entity tag (ETag) is different from the one specified, otherwise return a 304 (not modified).

*/ @property (nonatomic, strong) NSString * _Nullable ifNoneMatch; /**

Return the object only if it has not been modified since the specified time, otherwise return a 412 (precondition failed).

*/ @property (nonatomic, strong) NSDate * _Nullable ifUnmodifiedSince; /**

The object key.

*/ @property (nonatomic, strong) NSString * _Nullable key; /**

Part number of the object being read. This is a positive integer between 1 and 10,000. Effectively performs a 'ranged' HEAD request for the part specified. Useful querying about the size of the part and the number of parts in this object.

*/ @property (nonatomic, strong) NSNumber * _Nullable partNumber; /**

Downloads the specified range bytes of an object. For more information about the HTTP Range header, see http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.35.

Amazon S3 doesn't support retrieving multiple ranges of data per GET request.

*/ @property (nonatomic, strong) NSString * _Nullable range; /**

Confirms that the requester knows that they will be charged for the request. Bucket owners need not specify this parameter in their requests. For information about downloading objects from requester pays buckets, see Downloading Objects in Requestor Pays Buckets in the Amazon S3 Developer Guide.

*/ @property (nonatomic, assign) AWSS3RequestPayer requestPayer; /**

Specifies the algorithm to use to when encrypting the object (for example, AES256).

*/ @property (nonatomic, strong) NSString * _Nullable SSECustomerAlgorithm; /**

Specifies the customer-provided encryption key for Amazon S3 to use in encrypting data. This value is used to store the object and then it is discarded; Amazon S3 does not store the encryption key. The key must be appropriate for use with the algorithm specified in the x-amz-server-side-encryption-customer-algorithm header.

*/ @property (nonatomic, strong) NSString * _Nullable SSECustomerKey; /**

Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321. Amazon S3 uses this header for a message integrity check to ensure that the encryption key was transmitted without error.

*/ @property (nonatomic, strong) NSString * _Nullable SSECustomerKeyMD5; /**

VersionId used to reference a specific version of the object.

*/ @property (nonatomic, strong) NSString * _Nullable versionId; @end /**

Container for the Suffix element.

Required parameters: [Suffix] */ @interface AWSS3IndexDocument : AWSModel /**

A suffix that is appended to a request that is for a directory on the website endpoint (for example,if the suffix is index.html and you make a request to samplebucket/images/ the data that is returned will be for the object with the key name images/index.html) The suffix must not be empty and must not include a slash character.

*/ @property (nonatomic, strong) NSString * _Nullable suffix; @end /**

Container element that identifies who initiated the multipart upload.

*/ @interface AWSS3Initiator : AWSModel /**

Name of the Principal.

*/ @property (nonatomic, strong) NSString * _Nullable displayName; /**

If the principal is an AWS account, it provides the Canonical User ID. If the principal is an IAM User, it provides a user ARN value.

*/ @property (nonatomic, strong) NSString * _Nullable identifier; @end /**

Describes the serialization format of the object.

*/ @interface AWSS3InputSerialization : AWSModel /**

Describes the serialization of a CSV-encoded object.

*/ @property (nonatomic, strong) AWSS3CSVInput * _Nullable CSV; /**

Specifies object's compression format. Valid values: NONE, GZIP, BZIP2. Default Value: NONE.

*/ @property (nonatomic, assign) AWSS3CompressionType compressionType; /**

Specifies JSON as object's input serialization format.

*/ @property (nonatomic, strong) AWSS3JSONInput * _Nullable JSON; /**

Specifies Parquet as object's input serialization format.

*/ @property (nonatomic, strong) AWSS3ParquetInput * _Nullable parquet; @end /**

Specifies the inventory configuration for an Amazon S3 bucket. For more information, see GET Bucket inventory in the Amazon Simple Storage Service API Reference.

Required parameters: [Destination, IsEnabled, Id, IncludedObjectVersions, Schedule] */ @interface AWSS3InventoryConfiguration : AWSModel /**

Contains information about where to publish the inventory results.

*/ @property (nonatomic, strong) AWSS3InventoryDestination * _Nullable destination; /**

Specifies an inventory filter. The inventory only includes objects that meet the filter's criteria.

*/ @property (nonatomic, strong) AWSS3InventoryFilter * _Nullable filter; /**

The ID used to identify the inventory configuration.

*/ @property (nonatomic, strong) NSString * _Nullable identifier; /**

Object versions to include in the inventory list. If set to All, the list includes all the object versions, which adds the version-related fields VersionId, IsLatest, and DeleteMarker to the list. If set to Current, the list does not contain these version-related fields.

*/ @property (nonatomic, assign) AWSS3InventoryIncludedObjectVersions includedObjectVersions; /**

Specifies whether the inventory is enabled or disabled. If set to True, an inventory list is generated. If set to False, no inventory list is generated.

*/ @property (nonatomic, strong) NSNumber * _Nullable isEnabled; /**

Contains the optional fields that are included in the inventory results.

*/ @property (nonatomic, strong) NSArray * _Nullable optionalFields; /**

Specifies the schedule for generating inventory results.

*/ @property (nonatomic, strong) AWSS3InventorySchedule * _Nullable schedule; @end /**

Specifies the inventory configuration for an Amazon S3 bucket.

Required parameters: [S3BucketDestination] */ @interface AWSS3InventoryDestination : AWSModel /**

Contains the bucket name, file format, bucket owner (optional), and prefix (optional) where inventory results are published.

*/ @property (nonatomic, strong) AWSS3InventoryS3BucketDestination * _Nullable s3BucketDestination; @end /**

Contains the type of server-side encryption used to encrypt the inventory results.

*/ @interface AWSS3InventoryEncryption : AWSModel /**

Specifies the use of SSE-KMS to encrypt delivered inventory reports.

*/ @property (nonatomic, strong) AWSS3SSEKMS * _Nullable SSEKMS; /**

Specifies the use of SSE-S3 to encrypt delivered inventory reports.

*/ @property (nonatomic, strong) AWSS3SSES3 * _Nullable SSES3; @end /**

Specifies an inventory filter. The inventory only includes objects that meet the filter's criteria.

Required parameters: [Prefix] */ @interface AWSS3InventoryFilter : AWSModel /**

The prefix that an object must have to be included in the inventory results.

*/ @property (nonatomic, strong) NSString * _Nullable prefix; @end /**

Contains the bucket name, file format, bucket owner (optional), and prefix (optional) where inventory results are published.

Required parameters: [Bucket, Format] */ @interface AWSS3InventoryS3BucketDestination : AWSModel /**

The account ID that owns the destination S3 bucket. If no account ID is provided, the owner is not validated before exporting data.

Although this value is optional, we strongly recommend that you set it to help prevent problems if the destination bucket ownership changes.

*/ @property (nonatomic, strong) NSString * _Nullable accountId; /**

The Amazon Resource Name (ARN) of the bucket where inventory results will be published.

*/ @property (nonatomic, strong) NSString * _Nullable bucket; /**

Contains the type of server-side encryption used to encrypt the inventory results.

*/ @property (nonatomic, strong) AWSS3InventoryEncryption * _Nullable encryption; /**

Specifies the output format of the inventory results.

*/ @property (nonatomic, assign) AWSS3InventoryFormat format; /**

The prefix that is prepended to all inventory results.

*/ @property (nonatomic, strong) NSString * _Nullable prefix; @end /**

Specifies the schedule for generating inventory results.

Required parameters: [Frequency] */ @interface AWSS3InventorySchedule : AWSModel /**

Specifies how frequently inventory results are produced.

*/ @property (nonatomic, assign) AWSS3InventoryFrequency frequency; @end /**

Specifies JSON as object's input serialization format.

*/ @interface AWSS3JSONInput : AWSModel /**

The type of JSON. Valid values: Document, Lines.

*/ @property (nonatomic, assign) AWSS3JSONType types; @end /**

Specifies JSON as request's output serialization format.

*/ @interface AWSS3JSONOutput : AWSModel /**

The value used to separate individual records in the output. If no value is specified, Amazon S3 uses a newline character ('\n').

*/ @property (nonatomic, strong) NSString * _Nullable recordDelimiter; @end /**

A container for specifying the configuration for AWS Lambda notifications.

Required parameters: [LambdaFunctionArn, Events] */ @interface AWSS3LambdaFunctionConfiguration : AWSModel /**

The Amazon S3 bucket event for which to invoke the AWS Lambda function. For more information, see Supported Event Types in the Amazon Simple Storage Service Developer Guide.

*/ @property (nonatomic, strong) NSArray * _Nullable events; /**

Specifies object key name filtering rules. For information about key name filtering, see Configuring Event Notifications in the Amazon Simple Storage Service Developer Guide.

*/ @property (nonatomic, strong) AWSS3NotificationConfigurationFilter * _Nullable filter; /**

An optional unique identifier for configurations in a notification configuration. If you don't provide one, Amazon S3 will assign an ID.

*/ @property (nonatomic, strong) NSString * _Nullable identifier; /**

The Amazon Resource Name (ARN) of the AWS Lambda function that Amazon S3 invokes when the specified event type occurs.

*/ @property (nonatomic, strong) NSString * _Nullable lambdaFunctionArn; @end /**

Container for lifecycle rules. You can add as many as 1000 rules.

Required parameters: [Rules] */ @interface AWSS3LifecycleConfiguration : AWSModel /**

Specifies lifecycle configuration rules for an Amazon S3 bucket.

*/ @property (nonatomic, strong) NSArray * _Nullable rules; @end /**

Container for the expiration for the lifecycle of the object.

*/ @interface AWSS3LifecycleExpiration : AWSModel /**

Indicates at what date the object is to be moved or deleted. Should be in GMT ISO 8601 Format.

*/ @property (nonatomic, strong) NSDate * _Nullable date; /**

Indicates the lifetime, in days, of the objects that are subject to the rule. The value must be a non-zero positive integer.

*/ @property (nonatomic, strong) NSNumber * _Nullable days; /**

Indicates whether Amazon S3 will remove a delete marker with no noncurrent versions. If set to true, the delete marker will be expired; if set to false the policy takes no action. This cannot be specified with Days or Date in a Lifecycle Expiration Policy.

*/ @property (nonatomic, strong) NSNumber * _Nullable expiredObjectDeleteMarker; @end /**

A lifecycle rule for individual objects in an Amazon S3 bucket.

Required parameters: [Status] */ @interface AWSS3LifecycleRule : AWSModel /**

Specifies the days since the initiation of an incomplete multipart upload that Amazon S3 will wait before permanently removing all parts of the upload. For more information, see Aborting Incomplete Multipart Uploads Using a Bucket Lifecycle Policy in the Amazon Simple Storage Service Developer Guide.

*/ @property (nonatomic, strong) AWSS3AbortIncompleteMultipartUpload * _Nullable abortIncompleteMultipartUpload; /**

Specifies the expiration for the lifecycle of the object in the form of date, days and, whether the object has a delete marker.

*/ @property (nonatomic, strong) AWSS3LifecycleExpiration * _Nullable expiration; /**

The Filter is used to identify objects that a Lifecycle Rule applies to. A Filter must have exactly one of Prefix, Tag, or And specified.

*/ @property (nonatomic, strong) AWSS3LifecycleRuleFilter * _Nullable filter; /**

Unique identifier for the rule. The value cannot be longer than 255 characters.

*/ @property (nonatomic, strong) NSString * _Nullable identifier; /**

Specifies when noncurrent object versions expire. Upon expiration, Amazon S3 permanently deletes the noncurrent object versions. You set this lifecycle configuration action on a bucket that has versioning enabled (or suspended) to request that Amazon S3 delete noncurrent object versions at a specific period in the object's lifetime.

*/ @property (nonatomic, strong) AWSS3NoncurrentVersionExpiration * _Nullable noncurrentVersionExpiration; /**

Specifies the transition rule for the lifecycle rule that describes when noncurrent objects transition to a specific storage class. If your bucket is versioning-enabled (or versioning is suspended), you can set this action to request that Amazon S3 transition noncurrent object versions to a specific storage class at a set period in the object's lifetime.

*/ @property (nonatomic, strong) NSArray * _Nullable noncurrentVersionTransitions; /**

Prefix identifying one or more objects to which the rule applies. This is No longer used; use Filter instead.

*/ @property (nonatomic, strong) NSString * _Nullable prefix; /**

If 'Enabled', the rule is currently being applied. If 'Disabled', the rule is not currently being applied.

*/ @property (nonatomic, assign) AWSS3ExpirationStatus status; /**

Specifies when an Amazon S3 object transitions to a specified storage class.

*/ @property (nonatomic, strong) NSArray * _Nullable transitions; @end /**

This is used in a Lifecycle Rule Filter to apply a logical AND to two or more predicates. The Lifecycle Rule will apply to any object matching all of the predicates configured inside the And operator.

*/ @interface AWSS3LifecycleRuleAndOperator : AWSModel /**

Prefix identifying one or more objects to which the rule applies.

*/ @property (nonatomic, strong) NSString * _Nullable prefix; /**

All of these tags must exist in the object's tag set in order for the rule to apply.

*/ @property (nonatomic, strong) NSArray * _Nullable tags; @end /**

The Filter is used to identify objects that a Lifecycle Rule applies to. A Filter must have exactly one of Prefix, Tag, or And specified.

*/ @interface AWSS3LifecycleRuleFilter : AWSModel /**

This is used in a Lifecycle Rule Filter to apply a logical AND to two or more predicates. The Lifecycle Rule will apply to any object matching all of the predicates configured inside the And operator.

*/ @property (nonatomic, strong) AWSS3LifecycleRuleAndOperator * _Nullable AND; /**

Prefix identifying one or more objects to which the rule applies.

*/ @property (nonatomic, strong) NSString * _Nullable prefix; /**

This tag must exist in the object's tag set in order for the rule to apply.

*/ @property (nonatomic, strong) AWSS3Tag * _Nullable tag; @end /** */ @interface AWSS3ListBucketAnalyticsConfigurationsOutput : AWSModel /**

The list of analytics configurations for a bucket.

*/ @property (nonatomic, strong) NSArray * _Nullable analyticsConfigurationList; /**

The marker that is used as a starting point for this analytics configuration list response. This value is present if it was sent in the request.

*/ @property (nonatomic, strong) NSString * _Nullable continuationToken; /**

Indicates whether the returned list of analytics configurations is complete. A value of true indicates that the list is not complete and the NextContinuationToken will be provided for a subsequent request.

*/ @property (nonatomic, strong) NSNumber * _Nullable isTruncated; /**

NextContinuationToken is sent when isTruncated is true, which indicates that there are more analytics configurations to list. The next request must include this NextContinuationToken. The token is obfuscated and is not a usable value.

*/ @property (nonatomic, strong) NSString * _Nullable nextContinuationToken; @end /** */ @interface AWSS3ListBucketAnalyticsConfigurationsRequest : AWSRequest /**

The name of the bucket from which analytics configurations are retrieved.

*/ @property (nonatomic, strong) NSString * _Nullable bucket; /**

The ContinuationToken that represents a placeholder from where this request should begin.

*/ @property (nonatomic, strong) NSString * _Nullable continuationToken; /**

The account id of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP 403 (Access Denied) error.

*/ @property (nonatomic, strong) NSString * _Nullable expectedBucketOwner; @end /** */ @interface AWSS3ListBucketInventoryConfigurationsOutput : AWSModel /**

If sent in the request, the marker that is used as a starting point for this inventory configuration list response.

*/ @property (nonatomic, strong) NSString * _Nullable continuationToken; /**

The list of inventory configurations for a bucket.

*/ @property (nonatomic, strong) NSArray * _Nullable inventoryConfigurationList; /**

Tells whether the returned list of inventory configurations is complete. A value of true indicates that the list is not complete and the NextContinuationToken is provided for a subsequent request.

*/ @property (nonatomic, strong) NSNumber * _Nullable isTruncated; /**

The marker used to continue this inventory configuration listing. Use the NextContinuationToken from this response to continue the listing in a subsequent request. The continuation token is an opaque value that Amazon S3 understands.

*/ @property (nonatomic, strong) NSString * _Nullable nextContinuationToken; @end /** */ @interface AWSS3ListBucketInventoryConfigurationsRequest : AWSRequest /**

The name of the bucket containing the inventory configurations to retrieve.

*/ @property (nonatomic, strong) NSString * _Nullable bucket; /**

The marker used to continue an inventory configuration listing that has been truncated. Use the NextContinuationToken from a previously truncated list response to continue the listing. The continuation token is an opaque value that Amazon S3 understands.

*/ @property (nonatomic, strong) NSString * _Nullable continuationToken; /**

The account id of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP 403 (Access Denied) error.

*/ @property (nonatomic, strong) NSString * _Nullable expectedBucketOwner; @end /** */ @interface AWSS3ListBucketMetricsConfigurationsOutput : AWSModel /**

The marker that is used as a starting point for this metrics configuration list response. This value is present if it was sent in the request.

*/ @property (nonatomic, strong) NSString * _Nullable continuationToken; /**

Indicates whether the returned list of metrics configurations is complete. A value of true indicates that the list is not complete and the NextContinuationToken will be provided for a subsequent request.

*/ @property (nonatomic, strong) NSNumber * _Nullable isTruncated; /**

The list of metrics configurations for a bucket.

*/ @property (nonatomic, strong) NSArray * _Nullable metricsConfigurationList; /**

The marker used to continue a metrics configuration listing that has been truncated. Use the NextContinuationToken from a previously truncated list response to continue the listing. The continuation token is an opaque value that Amazon S3 understands.

*/ @property (nonatomic, strong) NSString * _Nullable nextContinuationToken; @end /** */ @interface AWSS3ListBucketMetricsConfigurationsRequest : AWSRequest /**

The name of the bucket containing the metrics configurations to retrieve.

*/ @property (nonatomic, strong) NSString * _Nullable bucket; /**

The marker that is used to continue a metrics configuration listing that has been truncated. Use the NextContinuationToken from a previously truncated list response to continue the listing. The continuation token is an opaque value that Amazon S3 understands.

*/ @property (nonatomic, strong) NSString * _Nullable continuationToken; /**

The account id of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP 403 (Access Denied) error.

*/ @property (nonatomic, strong) NSString * _Nullable expectedBucketOwner; @end /** */ @interface AWSS3ListBucketsOutput : AWSModel /**

The list of buckets owned by the requestor.

*/ @property (nonatomic, strong) NSArray * _Nullable buckets; /**

The owner of the buckets listed.

*/ @property (nonatomic, strong) AWSS3Owner * _Nullable owner; @end /** */ @interface AWSS3ListMultipartUploadsOutput : AWSModel /**

The name of the bucket to which the multipart upload was initiated.

*/ @property (nonatomic, strong) NSString * _Nullable bucket; /**

If you specify a delimiter in the request, then the result returns each distinct key prefix containing the delimiter in a CommonPrefixes element. The distinct key prefixes are returned in the Prefix child element.

*/ @property (nonatomic, strong) NSArray * _Nullable commonPrefixes; /**

Contains the delimiter you specified in the request. If you don't specify a delimiter in your request, this element is absent from the response.

*/ @property (nonatomic, strong) NSString * _Nullable delimiter; /**

Encoding type used by Amazon S3 to encode object keys in the response.

If you specify encoding-type request parameter, Amazon S3 includes this element in the response, and returns encoded key name values in the following response elements:

Delimiter, KeyMarker, Prefix, NextKeyMarker, Key.

*/ @property (nonatomic, assign) AWSS3EncodingType encodingType; /**

Indicates whether the returned list of multipart uploads is truncated. A value of true indicates that the list was truncated. The list can be truncated if the number of multipart uploads exceeds the limit allowed or specified by max uploads.

*/ @property (nonatomic, strong) NSNumber * _Nullable isTruncated; /**

The key at or after which the listing began.

*/ @property (nonatomic, strong) NSString * _Nullable keyMarker; /**

Maximum number of multipart uploads that could have been included in the response.

*/ @property (nonatomic, strong) NSNumber * _Nullable maxUploads; /**

When a list is truncated, this element specifies the value that should be used for the key-marker request parameter in a subsequent request.

*/ @property (nonatomic, strong) NSString * _Nullable nextKeyMarker; /**

When a list is truncated, this element specifies the value that should be used for the upload-id-marker request parameter in a subsequent request.

*/ @property (nonatomic, strong) NSString * _Nullable nextUploadIdMarker; /**

When a prefix is provided in the request, this field contains the specified prefix. The result contains only keys starting with the specified prefix.

*/ @property (nonatomic, strong) NSString * _Nullable prefix; /**

Upload ID after which listing began.

*/ @property (nonatomic, strong) NSString * _Nullable uploadIdMarker; /**

Container for elements related to a particular multipart upload. A response can contain zero or more Upload elements.

*/ @property (nonatomic, strong) NSArray * _Nullable uploads; @end /** */ @interface AWSS3ListMultipartUploadsRequest : AWSRequest /**

The name of the bucket to which the multipart upload was initiated.

When using this API with an access point, you must direct requests to the access point hostname. The access point hostname takes the form AccessPointName-AccountId.s3-accesspoint.Region.amazonaws.com. When using this operation with an access point through the AWS SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see Using Access Points in the Amazon Simple Storage Service Developer Guide.

When using this API with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com. When using this operation using S3 on Outposts through the AWS SDKs, you provide the Outposts bucket ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see Using S3 on Outposts in the Amazon Simple Storage Service Developer Guide.

*/ @property (nonatomic, strong) NSString * _Nullable bucket; /**

Character you use to group keys.

All keys that contain the same string between the prefix, if specified, and the first occurrence of the delimiter after the prefix are grouped under a single result element, CommonPrefixes. If you don't specify the prefix parameter, then the substring starts at the beginning of the key. The keys that are grouped under CommonPrefixes result element are not returned elsewhere in the response.

*/ @property (nonatomic, strong) NSString * _Nullable delimiter; /**

Requests Amazon S3 to encode the object keys in the response and specifies the encoding method to use. An object key may contain any Unicode character; however, XML 1.0 parser cannot parse some characters, such as characters with an ASCII value from 0 to 10. For characters that are not supported in XML 1.0, you can add this parameter to request that Amazon S3 encode the keys in the response.

*/ @property (nonatomic, assign) AWSS3EncodingType encodingType; /**

The account id of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP 403 (Access Denied) error.

*/ @property (nonatomic, strong) NSString * _Nullable expectedBucketOwner; /**

Together with upload-id-marker, this parameter specifies the multipart upload after which listing should begin.

If upload-id-marker is not specified, only the keys lexicographically greater than the specified key-marker will be included in the list.

If upload-id-marker is specified, any multipart uploads for a key equal to the key-marker might also be included, provided those multipart uploads have upload IDs lexicographically greater than the specified upload-id-marker.

*/ @property (nonatomic, strong) NSString * _Nullable keyMarker; /**

Sets the maximum number of multipart uploads, from 1 to 1,000, to return in the response body. 1,000 is the maximum number of uploads that can be returned in a response.

*/ @property (nonatomic, strong) NSNumber * _Nullable maxUploads; /**

Lists in-progress uploads only for those keys that begin with the specified prefix. You can use prefixes to separate a bucket into different grouping of keys. (You can think of using prefix to make groups in the same way you'd use a folder in a file system.)

*/ @property (nonatomic, strong) NSString * _Nullable prefix; /**

Together with key-marker, specifies the multipart upload after which listing should begin. If key-marker is not specified, the upload-id-marker parameter is ignored. Otherwise, any multipart uploads for a key equal to the key-marker might be included in the list only if they have an upload ID lexicographically greater than the specified upload-id-marker.

*/ @property (nonatomic, strong) NSString * _Nullable uploadIdMarker; @end /** */ @interface AWSS3ListObjectVersionsOutput : AWSModel /**

All of the keys rolled up into a common prefix count as a single return when calculating the number of returns.

*/ @property (nonatomic, strong) NSArray * _Nullable commonPrefixes; /**

Container for an object that is a delete marker.

*/ @property (nonatomic, strong) NSArray * _Nullable deleteMarkers; /**

The delimiter grouping the included keys. A delimiter is a character that you specify to group keys. All keys that contain the same string between the prefix and the first occurrence of the delimiter are grouped under a single result element in CommonPrefixes. These groups are counted as one result against the max-keys limitation. These keys are not returned elsewhere in the response.

*/ @property (nonatomic, strong) NSString * _Nullable delimiter; /**

Encoding type used by Amazon S3 to encode object key names in the XML response.

If you specify encoding-type request parameter, Amazon S3 includes this element in the response, and returns encoded key name values in the following response elements:

KeyMarker, NextKeyMarker, Prefix, Key, and Delimiter.

*/ @property (nonatomic, assign) AWSS3EncodingType encodingType; /**

A flag that indicates whether Amazon S3 returned all of the results that satisfied the search criteria. If your results were truncated, you can make a follow-up paginated request using the NextKeyMarker and NextVersionIdMarker response parameters as a starting place in another request to return the rest of the results.

*/ @property (nonatomic, strong) NSNumber * _Nullable isTruncated; /**

Marks the last key returned in a truncated response.

*/ @property (nonatomic, strong) NSString * _Nullable keyMarker; /**

Specifies the maximum number of objects to return.

*/ @property (nonatomic, strong) NSNumber * _Nullable maxKeys; /**

The bucket name.

*/ @property (nonatomic, strong) NSString * _Nullable name; /**

When the number of responses exceeds the value of MaxKeys, NextKeyMarker specifies the first key not returned that satisfies the search criteria. Use this value for the key-marker request parameter in a subsequent request.

*/ @property (nonatomic, strong) NSString * _Nullable nextKeyMarker; /**

When the number of responses exceeds the value of MaxKeys, NextVersionIdMarker specifies the first object version not returned that satisfies the search criteria. Use this value for the version-id-marker request parameter in a subsequent request.

*/ @property (nonatomic, strong) NSString * _Nullable nextVersionIdMarker; /**

Selects objects that start with the value supplied by this parameter.

*/ @property (nonatomic, strong) NSString * _Nullable prefix; /**

Marks the last version of the key returned in a truncated response.

*/ @property (nonatomic, strong) NSString * _Nullable versionIdMarker; /**

Container for version information.

*/ @property (nonatomic, strong) NSArray * _Nullable versions; @end /** */ @interface AWSS3ListObjectVersionsRequest : AWSRequest /**

The bucket name that contains the objects.

*/ @property (nonatomic, strong) NSString * _Nullable bucket; /**

A delimiter is a character that you specify to group keys. All keys that contain the same string between the prefix and the first occurrence of the delimiter are grouped under a single result element in CommonPrefixes. These groups are counted as one result against the max-keys limitation. These keys are not returned elsewhere in the response.

*/ @property (nonatomic, strong) NSString * _Nullable delimiter; /**

Requests Amazon S3 to encode the object keys in the response and specifies the encoding method to use. An object key may contain any Unicode character; however, XML 1.0 parser cannot parse some characters, such as characters with an ASCII value from 0 to 10. For characters that are not supported in XML 1.0, you can add this parameter to request that Amazon S3 encode the keys in the response.

*/ @property (nonatomic, assign) AWSS3EncodingType encodingType; /**

The account id of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP 403 (Access Denied) error.

*/ @property (nonatomic, strong) NSString * _Nullable expectedBucketOwner; /**

Specifies the key to start with when listing objects in a bucket.

*/ @property (nonatomic, strong) NSString * _Nullable keyMarker; /**

Sets the maximum number of keys returned in the response. By default the API returns up to 1,000 key names. The response might contain fewer keys but will never contain more. If additional keys satisfy the search criteria, but were not returned because max-keys was exceeded, the response contains <isTruncated>true</isTruncated>. To return the additional keys, see key-marker and version-id-marker.

*/ @property (nonatomic, strong) NSNumber * _Nullable maxKeys; /**

Use this parameter to select only those keys that begin with the specified prefix. You can use prefixes to separate a bucket into different groupings of keys. (You can think of using prefix to make groups in the same way you'd use a folder in a file system.) You can use prefix with delimiter to roll up numerous objects into a single result under CommonPrefixes.

*/ @property (nonatomic, strong) NSString * _Nullable prefix; /**

Specifies the object version you want to start listing from.

*/ @property (nonatomic, strong) NSString * _Nullable versionIdMarker; @end /** */ @interface AWSS3ListObjectsOutput : AWSModel /**

All of the keys rolled up in a common prefix count as a single return when calculating the number of returns.

A response can contain CommonPrefixes only if you specify a delimiter.

CommonPrefixes contains all (if there are any) keys between Prefix and the next occurrence of the string specified by the delimiter.

CommonPrefixes lists keys that act like subdirectories in the directory specified by Prefix.

For example, if the prefix is notes/ and the delimiter is a slash (/) as in notes/summer/july, the common prefix is notes/summer/. All of the keys that roll up into a common prefix count as a single return when calculating the number of returns.

*/ @property (nonatomic, strong) NSArray * _Nullable commonPrefixes; /**

Metadata about each object returned.

*/ @property (nonatomic, strong) NSArray * _Nullable contents; /**

Causes keys that contain the same string between the prefix and the first occurrence of the delimiter to be rolled up into a single result element in the CommonPrefixes collection. These rolled-up keys are not returned elsewhere in the response. Each rolled-up result counts as only one return against the MaxKeys value.

*/ @property (nonatomic, strong) NSString * _Nullable delimiter; /**

Encoding type used by Amazon S3 to encode object keys in the response.

*/ @property (nonatomic, assign) AWSS3EncodingType encodingType; /**

A flag that indicates whether Amazon S3 returned all of the results that satisfied the search criteria.

*/ @property (nonatomic, strong) NSNumber * _Nullable isTruncated; /**

Indicates where in the bucket listing begins. Marker is included in the response if it was sent with the request.

*/ @property (nonatomic, strong) NSString * _Nullable marker; /**

The maximum number of keys returned in the response body.

*/ @property (nonatomic, strong) NSNumber * _Nullable maxKeys; /**

The bucket name.

*/ @property (nonatomic, strong) NSString * _Nullable name; /**

When response is truncated (the IsTruncated element value in the response is true), you can use the key name in this field as marker in the subsequent request to get next set of objects. Amazon S3 lists objects in alphabetical order Note: This element is returned only if you have delimiter request parameter specified. If response does not include the NextMarker and it is truncated, you can use the value of the last Key in the response as the marker in the subsequent request to get the next set of object keys.

*/ @property (nonatomic, strong) NSString * _Nullable nextMarker; /**

Keys that begin with the indicated prefix.

*/ @property (nonatomic, strong) NSString * _Nullable prefix; @end /** */ @interface AWSS3ListObjectsRequest : AWSRequest /**

The name of the bucket containing the objects.

When using this API with an access point, you must direct requests to the access point hostname. The access point hostname takes the form AccessPointName-AccountId.s3-accesspoint.Region.amazonaws.com. When using this operation with an access point through the AWS SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see Using Access Points in the Amazon Simple Storage Service Developer Guide.

When using this API with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com. When using this operation using S3 on Outposts through the AWS SDKs, you provide the Outposts bucket ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see Using S3 on Outposts in the Amazon Simple Storage Service Developer Guide.

*/ @property (nonatomic, strong) NSString * _Nullable bucket; /**

A delimiter is a character you use to group keys.

*/ @property (nonatomic, strong) NSString * _Nullable delimiter; /**

Requests Amazon S3 to encode the object keys in the response and specifies the encoding method to use. An object key may contain any Unicode character; however, XML 1.0 parser cannot parse some characters, such as characters with an ASCII value from 0 to 10. For characters that are not supported in XML 1.0, you can add this parameter to request that Amazon S3 encode the keys in the response.

*/ @property (nonatomic, assign) AWSS3EncodingType encodingType; /**

The account id of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP 403 (Access Denied) error.

*/ @property (nonatomic, strong) NSString * _Nullable expectedBucketOwner; /**

Specifies the key to start with when listing objects in a bucket.

*/ @property (nonatomic, strong) NSString * _Nullable marker; /**

Sets the maximum number of keys returned in the response. By default the API returns up to 1,000 key names. The response might contain fewer keys but will never contain more.

*/ @property (nonatomic, strong) NSNumber * _Nullable maxKeys; /**

Limits the response to keys that begin with the specified prefix.

*/ @property (nonatomic, strong) NSString * _Nullable prefix; /**

Confirms that the requester knows that she or he will be charged for the list objects request. Bucket owners need not specify this parameter in their requests.

*/ @property (nonatomic, assign) AWSS3RequestPayer requestPayer; @end /** */ @interface AWSS3ListObjectsV2Output : AWSModel /**

All of the keys rolled up into a common prefix count as a single return when calculating the number of returns.

A response can contain CommonPrefixes only if you specify a delimiter.

CommonPrefixes contains all (if there are any) keys between Prefix and the next occurrence of the string specified by a delimiter.

CommonPrefixes lists keys that act like subdirectories in the directory specified by Prefix.

For example, if the prefix is notes/ and the delimiter is a slash (/) as in notes/summer/july, the common prefix is notes/summer/. All of the keys that roll up into a common prefix count as a single return when calculating the number of returns.

*/ @property (nonatomic, strong) NSArray * _Nullable commonPrefixes; /**

Metadata about each object returned.

*/ @property (nonatomic, strong) NSArray * _Nullable contents; /**

If ContinuationToken was sent with the request, it is included in the response.

*/ @property (nonatomic, strong) NSString * _Nullable continuationToken; /**

Causes keys that contain the same string between the prefix and the first occurrence of the delimiter to be rolled up into a single result element in the CommonPrefixes collection. These rolled-up keys are not returned elsewhere in the response. Each rolled-up result counts as only one return against the MaxKeys value.

*/ @property (nonatomic, strong) NSString * _Nullable delimiter; /**

Encoding type used by Amazon S3 to encode object key names in the XML response.

If you specify the encoding-type request parameter, Amazon S3 includes this element in the response, and returns encoded key name values in the following response elements:

Delimiter, Prefix, Key, and StartAfter.

*/ @property (nonatomic, assign) AWSS3EncodingType encodingType; /**

Set to false if all of the results were returned. Set to true if more keys are available to return. If the number of results exceeds that specified by MaxKeys, all of the results might not be returned.

*/ @property (nonatomic, strong) NSNumber * _Nullable isTruncated; /**

KeyCount is the number of keys returned with this request. KeyCount will always be less than equals to MaxKeys field. Say you ask for 50 keys, your result will include less than equals 50 keys

*/ @property (nonatomic, strong) NSNumber * _Nullable keyCount; /**

Sets the maximum number of keys returned in the response. By default the API returns up to 1,000 key names. The response might contain fewer keys but will never contain more.

*/ @property (nonatomic, strong) NSNumber * _Nullable maxKeys; /**

The bucket name.

When using this API with an access point, you must direct requests to the access point hostname. The access point hostname takes the form AccessPointName-AccountId.s3-accesspoint.Region.amazonaws.com. When using this operation with an access point through the AWS SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see Using Access Points in the Amazon Simple Storage Service Developer Guide.

When using this API with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com. When using this operation using S3 on Outposts through the AWS SDKs, you provide the Outposts bucket ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see Using S3 on Outposts in the Amazon Simple Storage Service Developer Guide.

*/ @property (nonatomic, strong) NSString * _Nullable name; /**

NextContinuationToken is sent when isTruncated is true, which means there are more keys in the bucket that can be listed. The next list requests to Amazon S3 can be continued with this NextContinuationToken. NextContinuationToken is obfuscated and is not a real key

*/ @property (nonatomic, strong) NSString * _Nullable nextContinuationToken; /**

Keys that begin with the indicated prefix.

*/ @property (nonatomic, strong) NSString * _Nullable prefix; /**

If StartAfter was sent with the request, it is included in the response.

*/ @property (nonatomic, strong) NSString * _Nullable startAfter; @end /** */ @interface AWSS3ListObjectsV2Request : AWSRequest /**

Bucket name to list.

When using this API with an access point, you must direct requests to the access point hostname. The access point hostname takes the form AccessPointName-AccountId.s3-accesspoint.Region.amazonaws.com. When using this operation with an access point through the AWS SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see Using Access Points in the Amazon Simple Storage Service Developer Guide.

When using this API with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com. When using this operation using S3 on Outposts through the AWS SDKs, you provide the Outposts bucket ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see Using S3 on Outposts in the Amazon Simple Storage Service Developer Guide.

*/ @property (nonatomic, strong) NSString * _Nullable bucket; /**

ContinuationToken indicates Amazon S3 that the list is being continued on this bucket with a token. ContinuationToken is obfuscated and is not a real key.

*/ @property (nonatomic, strong) NSString * _Nullable continuationToken; /**

A delimiter is a character you use to group keys.

*/ @property (nonatomic, strong) NSString * _Nullable delimiter; /**

Encoding type used by Amazon S3 to encode object keys in the response.

*/ @property (nonatomic, assign) AWSS3EncodingType encodingType; /**

The account id of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP 403 (Access Denied) error.

*/ @property (nonatomic, strong) NSString * _Nullable expectedBucketOwner; /**

The owner field is not present in listV2 by default, if you want to return owner field with each key in the result then set the fetch owner field to true.

*/ @property (nonatomic, strong) NSNumber * _Nullable fetchOwner; /**

Sets the maximum number of keys returned in the response. By default the API returns up to 1,000 key names. The response might contain fewer keys but will never contain more.

*/ @property (nonatomic, strong) NSNumber * _Nullable maxKeys; /**

Limits the response to keys that begin with the specified prefix.

*/ @property (nonatomic, strong) NSString * _Nullable prefix; /**

Confirms that the requester knows that she or he will be charged for the list objects request in V2 style. Bucket owners need not specify this parameter in their requests.

*/ @property (nonatomic, assign) AWSS3RequestPayer requestPayer; /**

StartAfter is where you want Amazon S3 to start listing from. Amazon S3 starts listing after this specified key. StartAfter can be any key in the bucket.

*/ @property (nonatomic, strong) NSString * _Nullable startAfter; @end /** */ @interface AWSS3ListPartsOutput : AWSModel /**

If the bucket has a lifecycle rule configured with an action to abort incomplete multipart uploads and the prefix in the lifecycle rule matches the object name in the request, then the response includes this header indicating when the initiated multipart upload will become eligible for abort operation. For more information, see Aborting Incomplete Multipart Uploads Using a Bucket Lifecycle Policy.

The response will also include the x-amz-abort-rule-id header that will provide the ID of the lifecycle configuration rule that defines this action.

*/ @property (nonatomic, strong) NSDate * _Nullable abortDate; /**

This header is returned along with the x-amz-abort-date header. It identifies applicable lifecycle configuration rule that defines the action to abort incomplete multipart uploads.

*/ @property (nonatomic, strong) NSString * _Nullable abortRuleId; /**

The name of the bucket to which the multipart upload was initiated.

*/ @property (nonatomic, strong) NSString * _Nullable bucket; /**

Container element that identifies who initiated the multipart upload. If the initiator is an AWS account, this element provides the same information as the Owner element. If the initiator is an IAM User, this element provides the user ARN and display name.

*/ @property (nonatomic, strong) AWSS3Initiator * _Nullable initiator; /**

Indicates whether the returned list of parts is truncated. A true value indicates that the list was truncated. A list can be truncated if the number of parts exceeds the limit returned in the MaxParts element.

*/ @property (nonatomic, strong) NSNumber * _Nullable isTruncated; /**

Object key for which the multipart upload was initiated.

*/ @property (nonatomic, strong) NSString * _Nullable key; /**

Maximum number of parts that were allowed in the response.

*/ @property (nonatomic, strong) NSNumber * _Nullable maxParts; /**

When a list is truncated, this element specifies the last part in the list, as well as the value to use for the part-number-marker request parameter in a subsequent request.

*/ @property (nonatomic, strong) NSNumber * _Nullable nextPartNumberMarker; /**

Container element that identifies the object owner, after the object is created. If multipart upload is initiated by an IAM user, this element provides the parent account ID and display name.

*/ @property (nonatomic, strong) AWSS3Owner * _Nullable owner; /**

When a list is truncated, this element specifies the last part in the list, as well as the value to use for the part-number-marker request parameter in a subsequent request.

*/ @property (nonatomic, strong) NSNumber * _Nullable partNumberMarker; /**

Container for elements related to a particular part. A response can contain zero or more Part elements.

*/ @property (nonatomic, strong) NSArray * _Nullable parts; /**

If present, indicates that the requester was successfully charged for the request.

*/ @property (nonatomic, assign) AWSS3RequestCharged requestCharged; /**

Class of storage (STANDARD or REDUCED_REDUNDANCY) used to store the uploaded object.

*/ @property (nonatomic, assign) AWSS3StorageClass storageClass; /**

Upload ID identifying the multipart upload whose parts are being listed.

*/ @property (nonatomic, strong) NSString * _Nullable uploadId; @end /** */ @interface AWSS3ListPartsRequest : AWSRequest /**

The name of the bucket to which the parts are being uploaded.

When using this API with an access point, you must direct requests to the access point hostname. The access point hostname takes the form AccessPointName-AccountId.s3-accesspoint.Region.amazonaws.com. When using this operation with an access point through the AWS SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see Using Access Points in the Amazon Simple Storage Service Developer Guide.

When using this API with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com. When using this operation using S3 on Outposts through the AWS SDKs, you provide the Outposts bucket ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see Using S3 on Outposts in the Amazon Simple Storage Service Developer Guide.

*/ @property (nonatomic, strong) NSString * _Nullable bucket; /**

The account id of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP 403 (Access Denied) error.

*/ @property (nonatomic, strong) NSString * _Nullable expectedBucketOwner; /**

Object key for which the multipart upload was initiated.

*/ @property (nonatomic, strong) NSString * _Nullable key; /**

Sets the maximum number of parts to return.

*/ @property (nonatomic, strong) NSNumber * _Nullable maxParts; /**

Specifies the part after which listing should begin. Only parts with higher part numbers will be listed.

*/ @property (nonatomic, strong) NSNumber * _Nullable partNumberMarker; /**

Confirms that the requester knows that they will be charged for the request. Bucket owners need not specify this parameter in their requests. For information about downloading objects from requester pays buckets, see Downloading Objects in Requestor Pays Buckets in the Amazon S3 Developer Guide.

*/ @property (nonatomic, assign) AWSS3RequestPayer requestPayer; /**

Upload ID identifying the multipart upload whose parts are being listed.

*/ @property (nonatomic, strong) NSString * _Nullable uploadId; @end /**

Describes where logs are stored and the prefix that Amazon S3 assigns to all log object keys for a bucket. For more information, see PUT Bucket logging in the Amazon Simple Storage Service API Reference.

Required parameters: [TargetBucket, TargetPrefix] */ @interface AWSS3LoggingEnabled : AWSModel /**

Specifies the bucket where you want Amazon S3 to store server access logs. You can have your logs delivered to any bucket that you own, including the same bucket that is being logged. You can also configure multiple buckets to deliver their logs to the same target bucket. In this case, you should choose a different TargetPrefix for each source bucket so that the delivered log files can be distinguished by key.

*/ @property (nonatomic, strong) NSString * _Nullable targetBucket; /**

Container for granting information.

*/ @property (nonatomic, strong) NSArray * _Nullable targetGrants; /**

A prefix for all log object keys. If you store log files from multiple Amazon S3 buckets in a single bucket, you can use a prefix to distinguish which log files came from which bucket.

*/ @property (nonatomic, strong) NSString * _Nullable targetPrefix; @end /**

A metadata key-value pair to store with an object.

*/ @interface AWSS3MetadataEntry : AWSModel /**

Name of the Object.

*/ @property (nonatomic, strong) NSString * _Nullable name; /**

Value of the Object.

*/ @property (nonatomic, strong) NSString * _Nullable value; @end /**

A container specifying replication metrics-related settings enabling metrics and Amazon S3 events for S3 Replication Time Control (S3 RTC). Must be specified together with a ReplicationTime block.

Required parameters: [Status, EventThreshold] */ @interface AWSS3Metrics : AWSModel /**

A container specifying the time threshold for emitting the s3:Replication:OperationMissedThreshold event.

*/ @property (nonatomic, strong) AWSS3ReplicationTimeValue * _Nullable eventThreshold; /**

Specifies whether the replication metrics are enabled.

*/ @property (nonatomic, assign) AWSS3MetricsStatus status; @end /**

A conjunction (logical AND) of predicates, which is used in evaluating a metrics filter. The operator must have at least two predicates, and an object must match all of the predicates in order for the filter to apply.

*/ @interface AWSS3MetricsAndOperator : AWSModel /**

The prefix used when evaluating an AND predicate.

*/ @property (nonatomic, strong) NSString * _Nullable prefix; /**

The list of tags used when evaluating an AND predicate.

*/ @property (nonatomic, strong) NSArray * _Nullable tags; @end /**

Specifies a metrics configuration for the CloudWatch request metrics (specified by the metrics configuration ID) from an Amazon S3 bucket. If you're updating an existing metrics configuration, note that this is a full replacement of the existing metrics configuration. If you don't include the elements you want to keep, they are erased. For more information, see PUT Bucket metrics in the Amazon Simple Storage Service API Reference.

Required parameters: [Id] */ @interface AWSS3MetricsConfiguration : AWSModel /**

Specifies a metrics configuration filter. The metrics configuration will only include objects that meet the filter's criteria. A filter must be a prefix, a tag, or a conjunction (MetricsAndOperator).

*/ @property (nonatomic, strong) AWSS3MetricsFilter * _Nullable filter; /**

The ID used to identify the metrics configuration.

*/ @property (nonatomic, strong) NSString * _Nullable identifier; @end /**

Specifies a metrics configuration filter. The metrics configuration only includes objects that meet the filter's criteria. A filter must be a prefix, a tag, or a conjunction (MetricsAndOperator).

*/ @interface AWSS3MetricsFilter : AWSModel /**

A conjunction (logical AND) of predicates, which is used in evaluating a metrics filter. The operator must have at least two predicates, and an object must match all of the predicates in order for the filter to apply.

*/ @property (nonatomic, strong) AWSS3MetricsAndOperator * _Nullable AND; /**

The prefix used when evaluating a metrics filter.

*/ @property (nonatomic, strong) NSString * _Nullable prefix; /**

The tag used when evaluating a metrics filter.

*/ @property (nonatomic, strong) AWSS3Tag * _Nullable tag; @end /**

Container for the MultipartUpload for the Amazon S3 object.

*/ @interface AWSS3MultipartUpload : AWSModel /**

Date and time at which the multipart upload was initiated.

*/ @property (nonatomic, strong) NSDate * _Nullable initiated; /**

Identifies who initiated the multipart upload.

*/ @property (nonatomic, strong) AWSS3Initiator * _Nullable initiator; /**

Key of the object for which the multipart upload was initiated.

*/ @property (nonatomic, strong) NSString * _Nullable key; /**

Specifies the owner of the object that is part of the multipart upload.

*/ @property (nonatomic, strong) AWSS3Owner * _Nullable owner; /**

The class of storage used to store the object.

*/ @property (nonatomic, assign) AWSS3StorageClass storageClass; /**

Upload ID that identifies the multipart upload.

*/ @property (nonatomic, strong) NSString * _Nullable uploadId; @end /**

Specifies when noncurrent object versions expire. Upon expiration, Amazon S3 permanently deletes the noncurrent object versions. You set this lifecycle configuration action on a bucket that has versioning enabled (or suspended) to request that Amazon S3 delete noncurrent object versions at a specific period in the object's lifetime.

*/ @interface AWSS3NoncurrentVersionExpiration : AWSModel /**

Specifies the number of days an object is noncurrent before Amazon S3 can perform the associated action. For information about the noncurrent days calculations, see How Amazon S3 Calculates When an Object Became Noncurrent in the Amazon Simple Storage Service Developer Guide.

*/ @property (nonatomic, strong) NSNumber * _Nullable noncurrentDays; @end /**

Container for the transition rule that describes when noncurrent objects transition to the STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER, or DEEP_ARCHIVE storage class. If your bucket is versioning-enabled (or versioning is suspended), you can set this action to request that Amazon S3 transition noncurrent object versions to the STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER, or DEEP_ARCHIVE storage class at a specific period in the object's lifetime.

*/ @interface AWSS3NoncurrentVersionTransition : AWSModel /**

Specifies the number of days an object is noncurrent before Amazon S3 can perform the associated action. For information about the noncurrent days calculations, see How Amazon S3 Calculates How Long an Object Has Been Noncurrent in the Amazon Simple Storage Service Developer Guide.

*/ @property (nonatomic, strong) NSNumber * _Nullable noncurrentDays; /**

The class of storage used to store the object.

*/ @property (nonatomic, assign) AWSS3TransitionStorageClass storageClass; @end /**

A container for specifying the notification configuration of the bucket. If this element is empty, notifications are turned off for the bucket.

*/ @interface AWSS3NotificationConfiguration : AWSModel /**

Describes the AWS Lambda functions to invoke and the events for which to invoke them.

*/ @property (nonatomic, strong) NSArray * _Nullable lambdaFunctionConfigurations; /**

The Amazon Simple Queue Service queues to publish messages to and the events for which to publish messages.

*/ @property (nonatomic, strong) NSArray * _Nullable queueConfigurations; /**

The topic to which notifications are sent and the events for which notifications are generated.

*/ @property (nonatomic, strong) NSArray * _Nullable topicConfigurations; @end /** */ @interface AWSS3NotificationConfigurationDeprecated : AWSModel /**

Container for specifying the AWS Lambda notification configuration.

*/ @property (nonatomic, strong) AWSS3CloudFunctionConfiguration * _Nullable cloudFunctionConfiguration; /**

This data type is deprecated. This data type specifies the configuration for publishing messages to an Amazon Simple Queue Service (Amazon SQS) queue when Amazon S3 detects specified events.

*/ @property (nonatomic, strong) AWSS3QueueConfigurationDeprecated * _Nullable queueConfiguration; /**

This data type is deprecated. A container for specifying the configuration for publication of messages to an Amazon Simple Notification Service (Amazon SNS) topic when Amazon S3 detects specified events.

*/ @property (nonatomic, strong) AWSS3TopicConfigurationDeprecated * _Nullable topicConfiguration; @end /**

Specifies object key name filtering rules. For information about key name filtering, see Configuring Event Notifications in the Amazon Simple Storage Service Developer Guide.

*/ @interface AWSS3NotificationConfigurationFilter : AWSModel /**

A container for object key name prefix and suffix filtering rules.

*/ @property (nonatomic, strong) AWSS3S3KeyFilter * _Nullable key; @end /**

An object consists of data and its descriptive metadata.

*/ @interface AWSS3Object : AWSModel /**

The entity tag is a hash of the object. The ETag reflects changes only to the contents of an object, not its metadata. The ETag may or may not be an MD5 digest of the object data. Whether or not it is depends on how the object was created and how it is encrypted as described below:

  • Objects created by the PUT Object, POST Object, or Copy operation, or through the AWS Management Console, and are encrypted by SSE-S3 or plaintext, have ETags that are an MD5 digest of their object data.

  • Objects created by the PUT Object, POST Object, or Copy operation, or through the AWS Management Console, and are encrypted by SSE-C or SSE-KMS, have ETags that are not an MD5 digest of their object data.

  • If an object is created by either the Multipart Upload or Part Copy operation, the ETag is not an MD5 digest, regardless of the method of encryption.

*/ @property (nonatomic, strong) NSString * _Nullable ETag; /**

The name that you assign to an object. You use the object key to retrieve the object.

*/ @property (nonatomic, strong) NSString * _Nullable key; /**

The date the Object was Last Modified

*/ @property (nonatomic, strong) NSDate * _Nullable lastModified; /**

The owner of the object

*/ @property (nonatomic, strong) AWSS3Owner * _Nullable owner; /**

Size in bytes of the object

*/ @property (nonatomic, strong) NSNumber * _Nullable size; /**

The class of storage used to store the object.

*/ @property (nonatomic, assign) AWSS3ObjectStorageClass storageClass; @end /**

Object Identifier is unique value to identify objects.

Required parameters: [Key] */ @interface AWSS3ObjectIdentifier : AWSModel /**

Key name of the object to delete.

*/ @property (nonatomic, strong) NSString * _Nullable key; /**

VersionId for the specific version of the object to delete.

*/ @property (nonatomic, strong) NSString * _Nullable versionId; @end /**

The container element for Object Lock configuration parameters.

*/ @interface AWSS3ObjectLockConfiguration : AWSModel /**

Indicates whether this bucket has an Object Lock configuration enabled.

*/ @property (nonatomic, assign) AWSS3ObjectLockEnabled objectLockEnabled; /**

The Object Lock rule in place for the specified object.

*/ @property (nonatomic, strong) AWSS3ObjectLockRule * _Nullable rule; @end /**

A Legal Hold configuration for an object.

*/ @interface AWSS3ObjectLockLegalHold : AWSModel /**

Indicates whether the specified object has a Legal Hold in place.

*/ @property (nonatomic, assign) AWSS3ObjectLockLegalHoldStatus status; @end /**

A Retention configuration for an object.

*/ @interface AWSS3ObjectLockRetention : AWSModel /**

Indicates the Retention mode for the specified object.

*/ @property (nonatomic, assign) AWSS3ObjectLockRetentionMode mode; /**

The date on which this Object Lock Retention will expire.

*/ @property (nonatomic, strong) NSDate * _Nullable retainUntilDate; @end /**

The container element for an Object Lock rule.

*/ @interface AWSS3ObjectLockRule : AWSModel /**

The default retention period that you want to apply to new objects placed in the specified bucket.

*/ @property (nonatomic, strong) AWSS3DefaultRetention * _Nullable defaultRetention; @end /**

The version of an object.

*/ @interface AWSS3ObjectVersion : AWSModel /**

The entity tag is an MD5 hash of that version of the object.

*/ @property (nonatomic, strong) NSString * _Nullable ETag; /**

Specifies whether the object is (true) or is not (false) the latest version of an object.

*/ @property (nonatomic, strong) NSNumber * _Nullable isLatest; /**

The object key.

*/ @property (nonatomic, strong) NSString * _Nullable key; /**

Date and time the object was last modified.

*/ @property (nonatomic, strong) NSDate * _Nullable lastModified; /**

Specifies the owner of the object.

*/ @property (nonatomic, strong) AWSS3Owner * _Nullable owner; /**

Size in bytes of the object.

*/ @property (nonatomic, strong) NSNumber * _Nullable size; /**

The class of storage used to store the object.

*/ @property (nonatomic, assign) AWSS3ObjectVersionStorageClass storageClass; /**

Version ID of an object.

*/ @property (nonatomic, strong) NSString * _Nullable versionId; @end /**

Describes the location where the restore job's output is stored.

*/ @interface AWSS3OutputLocation : AWSModel /**

Describes an S3 location that will receive the results of the restore request.

*/ @property (nonatomic, strong) AWSS3S3Location * _Nullable s3; @end /**

Describes how results of the Select job are serialized.

*/ @interface AWSS3OutputSerialization : AWSModel /**

Describes the serialization of CSV-encoded Select results.

*/ @property (nonatomic, strong) AWSS3CSVOutput * _Nullable CSV; /**

Specifies JSON as request's output serialization format.

*/ @property (nonatomic, strong) AWSS3JSONOutput * _Nullable JSON; @end /**

Container for the owner's display name and ID.

*/ @interface AWSS3Owner : AWSModel /**

Container for the display name of the owner.

*/ @property (nonatomic, strong) NSString * _Nullable displayName; /**

Container for the ID of the owner.

*/ @property (nonatomic, strong) NSString * _Nullable identifier; @end /**

The container element for a bucket's ownership controls.

Required parameters: [Rules] */ @interface AWSS3OwnershipControls : AWSModel /**

The container element for an ownership control rule.

*/ @property (nonatomic, strong) NSArray * _Nullable rules; @end /**

The container element for an ownership control rule.

Required parameters: [ObjectOwnership] */ @interface AWSS3OwnershipControlsRule : AWSModel /**

The container element for object ownership for a bucket's ownership controls.

BucketOwnerPreferred - Objects uploaded to the bucket change ownership to the bucket owner if the objects are uploaded with the bucket-owner-full-control canned ACL.

ObjectWriter - The uploading account will own the object if the object is uploaded with the bucket-owner-full-control canned ACL.

*/ @property (nonatomic, assign) AWSS3ObjectOwnership objectOwnership; @end /**

Container for Parquet.

*/ @interface AWSS3ParquetInput : AWSModel @end /**

Container for elements related to a part.

*/ @interface AWSS3Part : AWSModel /**

Entity tag returned when the part was uploaded.

*/ @property (nonatomic, strong) NSString * _Nullable ETag; /**

Date and time at which the part was uploaded.

*/ @property (nonatomic, strong) NSDate * _Nullable lastModified; /**

Part number identifying the part. This is a positive integer between 1 and 10,000.

*/ @property (nonatomic, strong) NSNumber * _Nullable partNumber; /**

Size in bytes of the uploaded part data.

*/ @property (nonatomic, strong) NSNumber * _Nullable size; @end /**

The container element for a bucket's policy status.

*/ @interface AWSS3PolicyStatus : AWSModel /**

The policy status for this bucket. TRUE indicates that this bucket is public. FALSE indicates that the bucket is not public.

*/ @property (nonatomic, strong) NSNumber * _Nullable isPublic; @end /**

This data type contains information about progress of an operation.

*/ @interface AWSS3Progress : AWSModel /**

The current number of uncompressed object bytes processed.

*/ @property (nonatomic, strong) NSNumber * _Nullable bytesProcessed; /**

The current number of bytes of records payload data returned.

*/ @property (nonatomic, strong) NSNumber * _Nullable bytesReturned; /**

The current number of object bytes scanned.

*/ @property (nonatomic, strong) NSNumber * _Nullable bytesScanned; @end /**

This data type contains information about the progress event of an operation.

*/ @interface AWSS3ProgressEvent : AWSModel /**

The Progress event details.

*/ @property (nonatomic, strong) AWSS3Progress * _Nullable details; @end /**

The PublicAccessBlock configuration that you want to apply to this Amazon S3 bucket. You can enable the configuration options in any combination. For more information about when Amazon S3 considers a bucket or object public, see The Meaning of "Public" in the Amazon Simple Storage Service Developer Guide.

*/ @interface AWSS3PublicAccessBlockConfiguration : AWSModel /**

Specifies whether Amazon S3 should block public access control lists (ACLs) for this bucket and objects in this bucket. Setting this element to TRUE causes the following behavior:

  • PUT Bucket acl and PUT Object acl calls fail if the specified ACL is public.

  • PUT Object calls fail if the request includes a public ACL.

  • PUT Bucket calls fail if the request includes a public ACL.

Enabling this setting doesn't affect existing policies or ACLs.

*/ @property (nonatomic, strong) NSNumber * _Nullable blockPublicAcls; /**

Specifies whether Amazon S3 should block public bucket policies for this bucket. Setting this element to TRUE causes Amazon S3 to reject calls to PUT Bucket policy if the specified bucket policy allows public access.

Enabling this setting doesn't affect existing bucket policies.

*/ @property (nonatomic, strong) NSNumber * _Nullable blockPublicPolicy; /**

Specifies whether Amazon S3 should ignore public ACLs for this bucket and objects in this bucket. Setting this element to TRUE causes Amazon S3 to ignore all public ACLs on this bucket and objects in this bucket.

Enabling this setting doesn't affect the persistence of any existing ACLs and doesn't prevent new public ACLs from being set.

*/ @property (nonatomic, strong) NSNumber * _Nullable ignorePublicAcls; /**

Specifies whether Amazon S3 should restrict public bucket policies for this bucket. Setting this element to TRUE restricts access to this bucket to only AWS services and authorized users within this account if the bucket has a public policy.

Enabling this setting doesn't affect previously stored bucket policies, except that public and cross-account access within any public bucket policy, including non-public delegation to specific accounts, is blocked.

*/ @property (nonatomic, strong) NSNumber * _Nullable restrictPublicBuckets; @end /** */ @interface AWSS3PutBucketAccelerateConfigurationRequest : AWSRequest /**

Container for setting the transfer acceleration state.

*/ @property (nonatomic, strong) AWSS3AccelerateConfiguration * _Nullable accelerateConfiguration; /**

The name of the bucket for which the accelerate configuration is set.

*/ @property (nonatomic, strong) NSString * _Nullable bucket; /**

The account id of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP 403 (Access Denied) error.

*/ @property (nonatomic, strong) NSString * _Nullable expectedBucketOwner; @end /** */ @interface AWSS3PutBucketAclRequest : AWSRequest /**

The canned ACL to apply to the bucket.

*/ @property (nonatomic, assign) AWSS3BucketCannedACL ACL; /**

Contains the elements that set the ACL permissions for an object per grantee.

*/ @property (nonatomic, strong) AWSS3AccessControlPolicy * _Nullable accessControlPolicy; /**

The bucket to which to apply the ACL.

*/ @property (nonatomic, strong) NSString * _Nullable bucket; /**

The base64-encoded 128-bit MD5 digest of the data. This header must be used as a message integrity check to verify that the request body was not corrupted in transit. For more information, go to RFC 1864.

*/ @property (nonatomic, strong) NSString * _Nullable contentMD5; /**

The account id of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP 403 (Access Denied) error.

*/ @property (nonatomic, strong) NSString * _Nullable expectedBucketOwner; /**

Allows grantee the read, write, read ACP, and write ACP permissions on the bucket.

*/ @property (nonatomic, strong) NSString * _Nullable grantFullControl; /**

Allows grantee to list the objects in the bucket.

*/ @property (nonatomic, strong) NSString * _Nullable grantRead; /**

Allows grantee to read the bucket ACL.

*/ @property (nonatomic, strong) NSString * _Nullable grantReadACP; /**

Allows grantee to create, overwrite, and delete any object in the bucket.

*/ @property (nonatomic, strong) NSString * _Nullable grantWrite; /**

Allows grantee to write the ACL for the applicable bucket.

*/ @property (nonatomic, strong) NSString * _Nullable grantWriteACP; @end /** */ @interface AWSS3PutBucketAnalyticsConfigurationRequest : AWSRequest /**

The configuration and any analyses for the analytics filter.

*/ @property (nonatomic, strong) AWSS3AnalyticsConfiguration * _Nullable analyticsConfiguration; /**

The name of the bucket to which an analytics configuration is stored.

*/ @property (nonatomic, strong) NSString * _Nullable bucket; /**

The account id of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP 403 (Access Denied) error.

*/ @property (nonatomic, strong) NSString * _Nullable expectedBucketOwner; /**

The ID that identifies the analytics configuration.

*/ @property (nonatomic, strong) NSString * _Nullable identifier; @end /** */ @interface AWSS3PutBucketCorsRequest : AWSRequest /**

Specifies the bucket impacted by the corsconfiguration.

*/ @property (nonatomic, strong) NSString * _Nullable bucket; /**

Describes the cross-origin access configuration for objects in an Amazon S3 bucket. For more information, see Enabling Cross-Origin Resource Sharing in the Amazon Simple Storage Service Developer Guide.

*/ @property (nonatomic, strong) AWSS3CORSConfiguration * _Nullable CORSConfiguration; /**

The base64-encoded 128-bit MD5 digest of the data. This header must be used as a message integrity check to verify that the request body was not corrupted in transit. For more information, go to RFC 1864.

*/ @property (nonatomic, strong) NSString * _Nullable contentMD5; /**

The account id of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP 403 (Access Denied) error.

*/ @property (nonatomic, strong) NSString * _Nullable expectedBucketOwner; @end /** */ @interface AWSS3PutBucketEncryptionRequest : AWSRequest /**

Specifies default encryption for a bucket using server-side encryption with Amazon S3-managed keys (SSE-S3) or customer master keys stored in AWS KMS (SSE-KMS). For information about the Amazon S3 default encryption feature, see Amazon S3 Default Bucket Encryption in the Amazon Simple Storage Service Developer Guide.

*/ @property (nonatomic, strong) NSString * _Nullable bucket; /**

The base64-encoded 128-bit MD5 digest of the server-side encryption configuration. This parameter is auto-populated when using the command from the CLI.

*/ @property (nonatomic, strong) NSString * _Nullable contentMD5; /**

The account id of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP 403 (Access Denied) error.

*/ @property (nonatomic, strong) NSString * _Nullable expectedBucketOwner; /**

Specifies the default server-side-encryption configuration.

*/ @property (nonatomic, strong) AWSS3ServerSideEncryptionConfiguration * _Nullable serverSideEncryptionConfiguration; @end /** */ @interface AWSS3PutBucketInventoryConfigurationRequest : AWSRequest /**

The name of the bucket where the inventory configuration will be stored.

*/ @property (nonatomic, strong) NSString * _Nullable bucket; /**

The account id of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP 403 (Access Denied) error.

*/ @property (nonatomic, strong) NSString * _Nullable expectedBucketOwner; /**

The ID used to identify the inventory configuration.

*/ @property (nonatomic, strong) NSString * _Nullable identifier; /**

Specifies the inventory configuration.

*/ @property (nonatomic, strong) AWSS3InventoryConfiguration * _Nullable inventoryConfiguration; @end /** */ @interface AWSS3PutBucketLifecycleConfigurationRequest : AWSRequest /**

The name of the bucket for which to set the configuration.

*/ @property (nonatomic, strong) NSString * _Nullable bucket; /**

The account id of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP 403 (Access Denied) error.

*/ @property (nonatomic, strong) NSString * _Nullable expectedBucketOwner; /**

Container for lifecycle rules. You can add as many as 1,000 rules.

*/ @property (nonatomic, strong) AWSS3BucketLifecycleConfiguration * _Nullable lifecycleConfiguration; @end /** */ @interface AWSS3PutBucketLifecycleRequest : AWSRequest /**

*/ @property (nonatomic, strong) NSString * _Nullable bucket; /**

*/ @property (nonatomic, strong) NSString * _Nullable contentMD5; /**

The account id of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP 403 (Access Denied) error.

*/ @property (nonatomic, strong) NSString * _Nullable expectedBucketOwner; /**

*/ @property (nonatomic, strong) AWSS3LifecycleConfiguration * _Nullable lifecycleConfiguration; @end /** */ @interface AWSS3PutBucketLoggingRequest : AWSRequest /**

The name of the bucket for which to set the logging parameters.

*/ @property (nonatomic, strong) NSString * _Nullable bucket; /**

Container for logging status information.

*/ @property (nonatomic, strong) AWSS3BucketLoggingStatus * _Nullable bucketLoggingStatus; /**

The MD5 hash of the PutBucketLogging request body.

*/ @property (nonatomic, strong) NSString * _Nullable contentMD5; /**

The account id of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP 403 (Access Denied) error.

*/ @property (nonatomic, strong) NSString * _Nullable expectedBucketOwner; @end /** */ @interface AWSS3PutBucketMetricsConfigurationRequest : AWSRequest /**

The name of the bucket for which the metrics configuration is set.

*/ @property (nonatomic, strong) NSString * _Nullable bucket; /**

The account id of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP 403 (Access Denied) error.

*/ @property (nonatomic, strong) NSString * _Nullable expectedBucketOwner; /**

The ID used to identify the metrics configuration.

*/ @property (nonatomic, strong) NSString * _Nullable identifier; /**

Specifies the metrics configuration.

*/ @property (nonatomic, strong) AWSS3MetricsConfiguration * _Nullable metricsConfiguration; @end /** */ @interface AWSS3PutBucketNotificationConfigurationRequest : AWSRequest /**

The name of the bucket.

*/ @property (nonatomic, strong) NSString * _Nullable bucket; /**

The account id of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP 403 (Access Denied) error.

*/ @property (nonatomic, strong) NSString * _Nullable expectedBucketOwner; /**

A container for specifying the notification configuration of the bucket. If this element is empty, notifications are turned off for the bucket.

*/ @property (nonatomic, strong) AWSS3NotificationConfiguration * _Nullable notificationConfiguration; @end /** */ @interface AWSS3PutBucketNotificationRequest : AWSRequest /**

The name of the bucket.

*/ @property (nonatomic, strong) NSString * _Nullable bucket; /**

The MD5 hash of the PutPublicAccessBlock request body.

*/ @property (nonatomic, strong) NSString * _Nullable contentMD5; /**

The account id of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP 403 (Access Denied) error.

*/ @property (nonatomic, strong) NSString * _Nullable expectedBucketOwner; /**

The container for the configuration.

*/ @property (nonatomic, strong) AWSS3NotificationConfigurationDeprecated * _Nullable notificationConfiguration; @end /** */ @interface AWSS3PutBucketOwnershipControlsRequest : AWSRequest /**

The name of the Amazon S3 bucket whose OwnershipControls you want to set.

*/ @property (nonatomic, strong) NSString * _Nullable bucket; /**

The MD5 hash of the OwnershipControls request body.

*/ @property (nonatomic, strong) NSString * _Nullable contentMD5; /** */ @property (nonatomic, strong) NSString * _Nullable expectedBucketOwner; /**

The OwnershipControls (BucketOwnerPreferred or ObjectWriter) that you want to apply to this Amazon S3 bucket.

*/ @property (nonatomic, strong) AWSS3OwnershipControls * _Nullable ownershipControls; @end /** */ @interface AWSS3PutBucketPolicyRequest : AWSRequest /**

The name of the bucket.

*/ @property (nonatomic, strong) NSString * _Nullable bucket; /**

Set this parameter to true to confirm that you want to remove your permissions to change this bucket policy in the future.

*/ @property (nonatomic, strong) NSNumber * _Nullable confirmRemoveSelfBucketAccess; /**

The MD5 hash of the request body.

*/ @property (nonatomic, strong) NSString * _Nullable contentMD5; /**

The account id of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP 403 (Access Denied) error.

*/ @property (nonatomic, strong) NSString * _Nullable expectedBucketOwner; /**

The bucket policy as a JSON document.

*/ @property (nonatomic, strong) NSString * _Nullable policy; @end /** */ @interface AWSS3PutBucketReplicationRequest : AWSRequest /**

The name of the bucket

*/ @property (nonatomic, strong) NSString * _Nullable bucket; /**

The base64-encoded 128-bit MD5 digest of the data. You must use this header as a message integrity check to verify that the request body was not corrupted in transit. For more information, see RFC 1864.

*/ @property (nonatomic, strong) NSString * _Nullable contentMD5; /**

The account id of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP 403 (Access Denied) error.

*/ @property (nonatomic, strong) NSString * _Nullable expectedBucketOwner; /**

A container for replication rules. You can add up to 1,000 rules. The maximum size of a replication configuration is 2 MB.

*/ @property (nonatomic, strong) AWSS3ReplicationConfiguration * _Nullable replicationConfiguration; /**

*/ @property (nonatomic, strong) NSString * _Nullable token; @end /** */ @interface AWSS3PutBucketRequestPaymentRequest : AWSRequest /**

The bucket name.

*/ @property (nonatomic, strong) NSString * _Nullable bucket; /**

>The base64-encoded 128-bit MD5 digest of the data. You must use this header as a message integrity check to verify that the request body was not corrupted in transit. For more information, see RFC 1864.

*/ @property (nonatomic, strong) NSString * _Nullable contentMD5; /**

The account id of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP 403 (Access Denied) error.

*/ @property (nonatomic, strong) NSString * _Nullable expectedBucketOwner; /**

Container for Payer.

*/ @property (nonatomic, strong) AWSS3RequestPaymentConfiguration * _Nullable requestPaymentConfiguration; @end /** */ @interface AWSS3PutBucketTaggingRequest : AWSRequest /**

The bucket name.

*/ @property (nonatomic, strong) NSString * _Nullable bucket; /**

The base64-encoded 128-bit MD5 digest of the data. You must use this header as a message integrity check to verify that the request body was not corrupted in transit. For more information, see RFC 1864.

*/ @property (nonatomic, strong) NSString * _Nullable contentMD5; /**

The account id of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP 403 (Access Denied) error.

*/ @property (nonatomic, strong) NSString * _Nullable expectedBucketOwner; /**

Container for the TagSet and Tag elements.

*/ @property (nonatomic, strong) AWSS3Tagging * _Nullable tagging; @end /** */ @interface AWSS3PutBucketVersioningRequest : AWSRequest /**

The bucket name.

*/ @property (nonatomic, strong) NSString * _Nullable bucket; /**

>The base64-encoded 128-bit MD5 digest of the data. You must use this header as a message integrity check to verify that the request body was not corrupted in transit. For more information, see RFC 1864.

*/ @property (nonatomic, strong) NSString * _Nullable contentMD5; /**

The account id of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP 403 (Access Denied) error.

*/ @property (nonatomic, strong) NSString * _Nullable expectedBucketOwner; /**

The concatenation of the authentication device's serial number, a space, and the value that is displayed on your authentication device.

*/ @property (nonatomic, strong) NSString * _Nullable MFA; /**

Container for setting the versioning state.

*/ @property (nonatomic, strong) AWSS3VersioningConfiguration * _Nullable versioningConfiguration; @end /** */ @interface AWSS3PutBucketWebsiteRequest : AWSRequest /**

The bucket name.

*/ @property (nonatomic, strong) NSString * _Nullable bucket; /**

The base64-encoded 128-bit MD5 digest of the data. You must use this header as a message integrity check to verify that the request body was not corrupted in transit. For more information, see RFC 1864.

*/ @property (nonatomic, strong) NSString * _Nullable contentMD5; /**

The account id of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP 403 (Access Denied) error.

*/ @property (nonatomic, strong) NSString * _Nullable expectedBucketOwner; /**

Container for the request.

*/ @property (nonatomic, strong) AWSS3WebsiteConfiguration * _Nullable websiteConfiguration; @end /** */ @interface AWSS3PutObjectAclOutput : AWSModel /**

If present, indicates that the requester was successfully charged for the request.

*/ @property (nonatomic, assign) AWSS3RequestCharged requestCharged; @end /** */ @interface AWSS3PutObjectAclRequest : AWSRequest /**

The canned ACL to apply to the object. For more information, see Canned ACL.

*/ @property (nonatomic, assign) AWSS3ObjectCannedACL ACL; /**

Contains the elements that set the ACL permissions for an object per grantee.

*/ @property (nonatomic, strong) AWSS3AccessControlPolicy * _Nullable accessControlPolicy; /**

The bucket name that contains the object to which you want to attach the ACL.

When using this API with an access point, you must direct requests to the access point hostname. The access point hostname takes the form AccessPointName-AccountId.s3-accesspoint.Region.amazonaws.com. When using this operation with an access point through the AWS SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see Using Access Points in the Amazon Simple Storage Service Developer Guide.

*/ @property (nonatomic, strong) NSString * _Nullable bucket; /**

The base64-encoded 128-bit MD5 digest of the data. This header must be used as a message integrity check to verify that the request body was not corrupted in transit. For more information, go to RFC 1864.>

*/ @property (nonatomic, strong) NSString * _Nullable contentMD5; /**

The account id of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP 403 (Access Denied) error.

*/ @property (nonatomic, strong) NSString * _Nullable expectedBucketOwner; /**

Allows grantee the read, write, read ACP, and write ACP permissions on the bucket.

This action is not supported by Amazon S3 on Outposts.

*/ @property (nonatomic, strong) NSString * _Nullable grantFullControl; /**

Allows grantee to list the objects in the bucket.

This action is not supported by Amazon S3 on Outposts.

*/ @property (nonatomic, strong) NSString * _Nullable grantRead; /**

Allows grantee to read the bucket ACL.

This action is not supported by Amazon S3 on Outposts.

*/ @property (nonatomic, strong) NSString * _Nullable grantReadACP; /**

Allows grantee to create, overwrite, and delete any object in the bucket.

*/ @property (nonatomic, strong) NSString * _Nullable grantWrite; /**

Allows grantee to write the ACL for the applicable bucket.

This action is not supported by Amazon S3 on Outposts.

*/ @property (nonatomic, strong) NSString * _Nullable grantWriteACP; /**

Key for which the PUT operation was initiated.

When using this API with an access point, you must direct requests to the access point hostname. The access point hostname takes the form AccessPointName-AccountId.s3-accesspoint.Region.amazonaws.com. When using this operation with an access point through the AWS SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see Using Access Points in the Amazon Simple Storage Service Developer Guide.

When using this API with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com. When using this operation using S3 on Outposts through the AWS SDKs, you provide the Outposts bucket ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see Using S3 on Outposts in the Amazon Simple Storage Service Developer Guide.

*/ @property (nonatomic, strong) NSString * _Nullable key; /**

Confirms that the requester knows that they will be charged for the request. Bucket owners need not specify this parameter in their requests. For information about downloading objects from requester pays buckets, see Downloading Objects in Requestor Pays Buckets in the Amazon S3 Developer Guide.

*/ @property (nonatomic, assign) AWSS3RequestPayer requestPayer; /**

VersionId used to reference a specific version of the object.

*/ @property (nonatomic, strong) NSString * _Nullable versionId; @end /** */ @interface AWSS3PutObjectLegalHoldOutput : AWSModel /**

If present, indicates that the requester was successfully charged for the request.

*/ @property (nonatomic, assign) AWSS3RequestCharged requestCharged; @end /** */ @interface AWSS3PutObjectLegalHoldRequest : AWSRequest /**

The bucket name containing the object that you want to place a Legal Hold on.

When using this API with an access point, you must direct requests to the access point hostname. The access point hostname takes the form AccessPointName-AccountId.s3-accesspoint.Region.amazonaws.com. When using this operation with an access point through the AWS SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see Using Access Points in the Amazon Simple Storage Service Developer Guide.

*/ @property (nonatomic, strong) NSString * _Nullable bucket; /**

The MD5 hash for the request body.

*/ @property (nonatomic, strong) NSString * _Nullable contentMD5; /**

The account id of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP 403 (Access Denied) error.

*/ @property (nonatomic, strong) NSString * _Nullable expectedBucketOwner; /**

The key name for the object that you want to place a Legal Hold on.

*/ @property (nonatomic, strong) NSString * _Nullable key; /**

Container element for the Legal Hold configuration you want to apply to the specified object.

*/ @property (nonatomic, strong) AWSS3ObjectLockLegalHold * _Nullable legalHold; /**

Confirms that the requester knows that they will be charged for the request. Bucket owners need not specify this parameter in their requests. For information about downloading objects from requester pays buckets, see Downloading Objects in Requestor Pays Buckets in the Amazon S3 Developer Guide.

*/ @property (nonatomic, assign) AWSS3RequestPayer requestPayer; /**

The version ID of the object that you want to place a Legal Hold on.

*/ @property (nonatomic, strong) NSString * _Nullable versionId; @end /** */ @interface AWSS3PutObjectLockConfigurationOutput : AWSModel /**

If present, indicates that the requester was successfully charged for the request.

*/ @property (nonatomic, assign) AWSS3RequestCharged requestCharged; @end /** */ @interface AWSS3PutObjectLockConfigurationRequest : AWSRequest /**

The bucket whose Object Lock configuration you want to create or replace.

*/ @property (nonatomic, strong) NSString * _Nullable bucket; /**

The MD5 hash for the request body.

*/ @property (nonatomic, strong) NSString * _Nullable contentMD5; /**

The account id of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP 403 (Access Denied) error.

*/ @property (nonatomic, strong) NSString * _Nullable expectedBucketOwner; /**

The Object Lock configuration that you want to apply to the specified bucket.

*/ @property (nonatomic, strong) AWSS3ObjectLockConfiguration * _Nullable objectLockConfiguration; /**

Confirms that the requester knows that they will be charged for the request. Bucket owners need not specify this parameter in their requests. For information about downloading objects from requester pays buckets, see Downloading Objects in Requestor Pays Buckets in the Amazon S3 Developer Guide.

*/ @property (nonatomic, assign) AWSS3RequestPayer requestPayer; /**

A token to allow Object Lock to be enabled for an existing bucket.

*/ @property (nonatomic, strong) NSString * _Nullable token; @end /** */ @interface AWSS3PutObjectOutput : AWSModel /**

Entity tag for the uploaded object.

*/ @property (nonatomic, strong) NSString * _Nullable ETag; /**

If the expiration is configured for the object (see PutBucketLifecycleConfiguration), the response includes this header. It includes the expiry-date and rule-id key-value pairs that provide information about object expiration. The value of the rule-id is URL encoded.

*/ @property (nonatomic, strong) NSString * _Nullable expiration; /**

If present, indicates that the requester was successfully charged for the request.

*/ @property (nonatomic, assign) AWSS3RequestCharged requestCharged; /**

If server-side encryption with a customer-provided encryption key was requested, the response will include this header confirming the encryption algorithm used.

*/ @property (nonatomic, strong) NSString * _Nullable SSECustomerAlgorithm; /**

If server-side encryption with a customer-provided encryption key was requested, the response will include this header to provide round-trip message integrity verification of the customer-provided encryption key.

*/ @property (nonatomic, strong) NSString * _Nullable SSECustomerKeyMD5; /**

If present, specifies the AWS KMS Encryption Context to use for object encryption. The value of this header is a base64-encoded UTF-8 string holding JSON with the encryption context key-value pairs.

*/ @property (nonatomic, strong) NSString * _Nullable SSEKMSEncryptionContext; /**

If x-amz-server-side-encryption is present and has the value of aws:kms, this header specifies the ID of the AWS Key Management Service (AWS KMS) symmetric customer managed customer master key (CMK) that was used for the object.

*/ @property (nonatomic, strong) NSString * _Nullable SSEKMSKeyId; /**

If you specified server-side encryption either with an AWS KMS customer master key (CMK) or Amazon S3-managed encryption key in your PUT request, the response includes this header. It confirms the encryption algorithm that Amazon S3 used to encrypt the object.

*/ @property (nonatomic, assign) AWSS3ServerSideEncryption serverSideEncryption; /**

Version of the object.

*/ @property (nonatomic, strong) NSString * _Nullable versionId; @end /** */ @interface AWSS3PutObjectRequest : AWSRequest /**

The canned ACL to apply to the object. For more information, see Canned ACL.

This action is not supported by Amazon S3 on Outposts.

*/ @property (nonatomic, assign) AWSS3ObjectCannedACL ACL; /**

Object data.

*/ @property (nonatomic, strong) id _Nullable body; /**

The bucket name to which the PUT operation was initiated.

When using this API with an access point, you must direct requests to the access point hostname. The access point hostname takes the form AccessPointName-AccountId.s3-accesspoint.Region.amazonaws.com. When using this operation with an access point through the AWS SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see Using Access Points in the Amazon Simple Storage Service Developer Guide.

When using this API with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com. When using this operation using S3 on Outposts through the AWS SDKs, you provide the Outposts bucket ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see Using S3 on Outposts in the Amazon Simple Storage Service Developer Guide.

*/ @property (nonatomic, strong) NSString * _Nullable bucket; /**

Can be used to specify caching behavior along the request/reply chain. For more information, see http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.9.

*/ @property (nonatomic, strong) NSString * _Nullable cacheControl; /**

Specifies presentational information for the object. For more information, see http://www.w3.org/Protocols/rfc2616/rfc2616-sec19.html#sec19.5.1.

*/ @property (nonatomic, strong) NSString * _Nullable contentDisposition; /**

Specifies what content encodings have been applied to the object and thus what decoding mechanisms must be applied to obtain the media-type referenced by the Content-Type header field. For more information, see http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.11.

*/ @property (nonatomic, strong) NSString * _Nullable contentEncoding; /**

The language the content is in.

*/ @property (nonatomic, strong) NSString * _Nullable contentLanguage; /**

Size of the body in bytes. This parameter is useful when the size of the body cannot be determined automatically. For more information, see http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.13.

*/ @property (nonatomic, strong) NSNumber * _Nullable contentLength; /**

The base64-encoded 128-bit MD5 digest of the message (without the headers) according to RFC 1864. This header can be used as a message integrity check to verify that the data is the same data that was originally sent. Although it is optional, we recommend using the Content-MD5 mechanism as an end-to-end integrity check. For more information about REST request authentication, see REST Authentication.

*/ @property (nonatomic, strong) NSString * _Nullable contentMD5; /**

A standard MIME type describing the format of the contents. For more information, see http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.17.

*/ @property (nonatomic, strong) NSString * _Nullable contentType; /**

The account id of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP 403 (Access Denied) error.

*/ @property (nonatomic, strong) NSString * _Nullable expectedBucketOwner; /**

The date and time at which the object is no longer cacheable. For more information, see http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.21.

*/ @property (nonatomic, strong) NSDate * _Nullable expires; /**

Gives the grantee READ, READ_ACP, and WRITE_ACP permissions on the object.

This action is not supported by Amazon S3 on Outposts.

*/ @property (nonatomic, strong) NSString * _Nullable grantFullControl; /**

Allows grantee to read the object data and its metadata.

This action is not supported by Amazon S3 on Outposts.

*/ @property (nonatomic, strong) NSString * _Nullable grantRead; /**

Allows grantee to read the object ACL.

This action is not supported by Amazon S3 on Outposts.

*/ @property (nonatomic, strong) NSString * _Nullable grantReadACP; /**

Allows grantee to write the ACL for the applicable object.

This action is not supported by Amazon S3 on Outposts.

*/ @property (nonatomic, strong) NSString * _Nullable grantWriteACP; /**

Object key for which the PUT operation was initiated.

*/ @property (nonatomic, strong) NSString * _Nullable key; /**

A map of metadata to store with the object in S3.

*/ @property (nonatomic, strong) NSDictionary * _Nullable metadata; /**

Specifies whether a legal hold will be applied to this object. For more information about S3 Object Lock, see Object Lock.

*/ @property (nonatomic, assign) AWSS3ObjectLockLegalHoldStatus objectLockLegalHoldStatus; /**

The Object Lock mode that you want to apply to this object.

*/ @property (nonatomic, assign) AWSS3ObjectLockMode objectLockMode; /**

The date and time when you want this object's Object Lock to expire.

*/ @property (nonatomic, strong) NSDate * _Nullable objectLockRetainUntilDate; /**

Confirms that the requester knows that they will be charged for the request. Bucket owners need not specify this parameter in their requests. For information about downloading objects from requester pays buckets, see Downloading Objects in Requestor Pays Buckets in the Amazon S3 Developer Guide.

*/ @property (nonatomic, assign) AWSS3RequestPayer requestPayer; /**

Specifies the algorithm to use to when encrypting the object (for example, AES256).

*/ @property (nonatomic, strong) NSString * _Nullable SSECustomerAlgorithm; /**

Specifies the customer-provided encryption key for Amazon S3 to use in encrypting data. This value is used to store the object and then it is discarded; Amazon S3 does not store the encryption key. The key must be appropriate for use with the algorithm specified in the x-amz-server-side-encryption-customer-algorithm header.

*/ @property (nonatomic, strong) NSString * _Nullable SSECustomerKey; /**

Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321. Amazon S3 uses this header for a message integrity check to ensure that the encryption key was transmitted without error.

*/ @property (nonatomic, strong) NSString * _Nullable SSECustomerKeyMD5; /**

Specifies the AWS KMS Encryption Context to use for object encryption. The value of this header is a base64-encoded UTF-8 string holding JSON with the encryption context key-value pairs.

*/ @property (nonatomic, strong) NSString * _Nullable SSEKMSEncryptionContext; /**

If x-amz-server-side-encryption is present and has the value of aws:kms, this header specifies the ID of the AWS Key Management Service (AWS KMS) symmetrical customer managed customer master key (CMK) that was used for the object.

If the value of x-amz-server-side-encryption is aws:kms, this header specifies the ID of the symmetric customer managed AWS KMS CMK that will be used for the object. If you specify x-amz-server-side-encryption:aws:kms, but do not provide x-amz-server-side-encryption-aws-kms-key-id, Amazon S3 uses the AWS managed CMK in AWS to protect the data.

*/ @property (nonatomic, strong) NSString * _Nullable SSEKMSKeyId; /**

The server-side encryption algorithm used when storing this object in Amazon S3 (for example, AES256, aws:kms).

*/ @property (nonatomic, assign) AWSS3ServerSideEncryption serverSideEncryption; /**

By default, Amazon S3 uses the STANDARD Storage Class to store newly created objects. The STANDARD storage class provides high durability and high availability. Depending on performance needs, you can specify a different Storage Class. Amazon S3 on Outposts only uses the OUTPOSTS Storage Class. For more information, see Storage Classes in the Amazon S3 Service Developer Guide.

*/ @property (nonatomic, assign) AWSS3StorageClass storageClass; /**

The tag-set for the object. The tag-set must be encoded as URL Query parameters. (For example, "Key1=Value1")

*/ @property (nonatomic, strong) NSString * _Nullable tagging; /**

If the bucket is configured as a website, redirects requests for this object to another object in the same bucket or to an external URL. Amazon S3 stores the value of this header in the object metadata. For information about object metadata, see Object Key and Metadata.

In the following example, the request header sets the redirect to an object (anotherPage.html) in the same bucket:

x-amz-website-redirect-location: /anotherPage.html

In the following example, the request header sets the object redirect to another website:

x-amz-website-redirect-location: http://www.example.com/

For more information about website hosting in Amazon S3, see Hosting Websites on Amazon S3 and How to Configure Website Page Redirects.

*/ @property (nonatomic, strong) NSString * _Nullable websiteRedirectLocation; @end /** */ @interface AWSS3PutObjectRetentionOutput : AWSModel /**

If present, indicates that the requester was successfully charged for the request.

*/ @property (nonatomic, assign) AWSS3RequestCharged requestCharged; @end /** */ @interface AWSS3PutObjectRetentionRequest : AWSRequest /**

The bucket name that contains the object you want to apply this Object Retention configuration to.

When using this API with an access point, you must direct requests to the access point hostname. The access point hostname takes the form AccessPointName-AccountId.s3-accesspoint.Region.amazonaws.com. When using this operation with an access point through the AWS SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see Using Access Points in the Amazon Simple Storage Service Developer Guide.

*/ @property (nonatomic, strong) NSString * _Nullable bucket; /**

Indicates whether this operation should bypass Governance-mode restrictions.

*/ @property (nonatomic, strong) NSNumber * _Nullable bypassGovernanceRetention; /**

The MD5 hash for the request body.

*/ @property (nonatomic, strong) NSString * _Nullable contentMD5; /**

The account id of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP 403 (Access Denied) error.

*/ @property (nonatomic, strong) NSString * _Nullable expectedBucketOwner; /**

The key name for the object that you want to apply this Object Retention configuration to.

*/ @property (nonatomic, strong) NSString * _Nullable key; /**

Confirms that the requester knows that they will be charged for the request. Bucket owners need not specify this parameter in their requests. For information about downloading objects from requester pays buckets, see Downloading Objects in Requestor Pays Buckets in the Amazon S3 Developer Guide.

*/ @property (nonatomic, assign) AWSS3RequestPayer requestPayer; /**

The container element for the Object Retention configuration.

*/ @property (nonatomic, strong) AWSS3ObjectLockRetention * _Nullable retention; /**

The version ID for the object that you want to apply this Object Retention configuration to.

*/ @property (nonatomic, strong) NSString * _Nullable versionId; @end /** */ @interface AWSS3PutObjectTaggingOutput : AWSModel /**

The versionId of the object the tag-set was added to.

*/ @property (nonatomic, strong) NSString * _Nullable versionId; @end /** */ @interface AWSS3PutObjectTaggingRequest : AWSRequest /**

The bucket name containing the object.

When using this API with an access point, you must direct requests to the access point hostname. The access point hostname takes the form AccessPointName-AccountId.s3-accesspoint.Region.amazonaws.com. When using this operation with an access point through the AWS SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see Using Access Points in the Amazon Simple Storage Service Developer Guide.

When using this API with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com. When using this operation using S3 on Outposts through the AWS SDKs, you provide the Outposts bucket ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see Using S3 on Outposts in the Amazon Simple Storage Service Developer Guide.

*/ @property (nonatomic, strong) NSString * _Nullable bucket; /**

The MD5 hash for the request body.

*/ @property (nonatomic, strong) NSString * _Nullable contentMD5; /**

The account id of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP 403 (Access Denied) error.

*/ @property (nonatomic, strong) NSString * _Nullable expectedBucketOwner; /**

Name of the object key.

*/ @property (nonatomic, strong) NSString * _Nullable key; /**

Container for the TagSet and Tag elements

*/ @property (nonatomic, strong) AWSS3Tagging * _Nullable tagging; /**

The versionId of the object that the tag-set will be added to.

*/ @property (nonatomic, strong) NSString * _Nullable versionId; @end /** */ @interface AWSS3PutPublicAccessBlockRequest : AWSRequest /**

The name of the Amazon S3 bucket whose PublicAccessBlock configuration you want to set.

*/ @property (nonatomic, strong) NSString * _Nullable bucket; /**

The MD5 hash of the PutPublicAccessBlock request body.

*/ @property (nonatomic, strong) NSString * _Nullable contentMD5; /**

The account id of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP 403 (Access Denied) error.

*/ @property (nonatomic, strong) NSString * _Nullable expectedBucketOwner; /**

The PublicAccessBlock configuration that you want to apply to this Amazon S3 bucket. You can enable the configuration options in any combination. For more information about when Amazon S3 considers a bucket or object public, see The Meaning of "Public" in the Amazon Simple Storage Service Developer Guide.

*/ @property (nonatomic, strong) AWSS3PublicAccessBlockConfiguration * _Nullable publicAccessBlockConfiguration; @end /**

Specifies the configuration for publishing messages to an Amazon Simple Queue Service (Amazon SQS) queue when Amazon S3 detects specified events.

Required parameters: [QueueArn, Events] */ @interface AWSS3QueueConfiguration : AWSModel /**

A collection of bucket events for which to send notifications

*/ @property (nonatomic, strong) NSArray * _Nullable events; /**

Specifies object key name filtering rules. For information about key name filtering, see Configuring Event Notifications in the Amazon Simple Storage Service Developer Guide.

*/ @property (nonatomic, strong) AWSS3NotificationConfigurationFilter * _Nullable filter; /**

An optional unique identifier for configurations in a notification configuration. If you don't provide one, Amazon S3 will assign an ID.

*/ @property (nonatomic, strong) NSString * _Nullable identifier; /**

The Amazon Resource Name (ARN) of the Amazon SQS queue to which Amazon S3 publishes a message when it detects events of the specified type.

*/ @property (nonatomic, strong) NSString * _Nullable queueArn; @end /**

This data type is deprecated. Use QueueConfiguration for the same purposes. This data type specifies the configuration for publishing messages to an Amazon Simple Queue Service (Amazon SQS) queue when Amazon S3 detects specified events.

*/ @interface AWSS3QueueConfigurationDeprecated : AWSModel /**

The bucket event for which to send notifications.

*/ @property (nonatomic, assign) AWSS3Event event; /**

A collection of bucket events for which to send notifications

*/ @property (nonatomic, strong) NSArray * _Nullable events; /**

An optional unique identifier for configurations in a notification configuration. If you don't provide one, Amazon S3 will assign an ID.

*/ @property (nonatomic, strong) NSString * _Nullable identifier; /**

The Amazon Resource Name (ARN) of the Amazon SQS queue to which Amazon S3 publishes a message when it detects events of the specified type.

*/ @property (nonatomic, strong) NSString * _Nullable queue; @end /**

The container for the records event.

*/ @interface AWSS3RecordsEvent : AWSModel /**

The byte array of partial, one or more result records.

*/ @property (nonatomic, strong) id _Nullable payload; @end /**

Specifies how requests are redirected. In the event of an error, you can specify a different error code to return.

*/ @interface AWSS3Redirect : AWSModel /**

The host name to use in the redirect request.

*/ @property (nonatomic, strong) NSString * _Nullable hostName; /**

The HTTP redirect code to use on the response. Not required if one of the siblings is present.

*/ @property (nonatomic, strong) NSString * _Nullable httpRedirectCode; /**

Protocol to use when redirecting requests. The default is the protocol that is used in the original request.

*/ @property (nonatomic, assign) AWSS3Protocols protocols; /**

The object key prefix to use in the redirect request. For example, to redirect requests for all pages with prefix docs/ (objects in the docs/ folder) to documents/, you can set a condition block with KeyPrefixEquals set to docs/ and in the Redirect set ReplaceKeyPrefixWith to /documents. Not required if one of the siblings is present. Can be present only if ReplaceKeyWith is not provided.

*/ @property (nonatomic, strong) NSString * _Nullable replaceKeyPrefixWith; /**

The specific object key to use in the redirect request. For example, redirect request to error.html. Not required if one of the siblings is present. Can be present only if ReplaceKeyPrefixWith is not provided.

*/ @property (nonatomic, strong) NSString * _Nullable replaceKeyWith; @end /**

Specifies the redirect behavior of all requests to a website endpoint of an Amazon S3 bucket.

Required parameters: [HostName] */ @interface AWSS3RedirectAllRequestsTo : AWSModel /**

Name of the host where requests are redirected.

*/ @property (nonatomic, strong) NSString * _Nullable hostName; /**

Protocol to use when redirecting requests. The default is the protocol that is used in the original request.

*/ @property (nonatomic, assign) AWSS3Protocols protocols; @end /**

A container for replication rules. You can add up to 1,000 rules. The maximum size of a replication configuration is 2 MB.

Required parameters: [Role, Rules] */ @interface AWSS3ReplicationConfiguration : AWSModel /**

The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that Amazon S3 assumes when replicating objects. For more information, see How to Set Up Replication in the Amazon Simple Storage Service Developer Guide.

*/ @property (nonatomic, strong) NSString * _Nullable role; /**

A container for one or more replication rules. A replication configuration must have at least one rule and can contain a maximum of 1,000 rules.

*/ @property (nonatomic, strong) NSArray * _Nullable rules; @end /**

Specifies which Amazon S3 objects to replicate and where to store the replicas.

Required parameters: [Status, Destination] */ @interface AWSS3ReplicationRule : AWSModel /**

Specifies whether Amazon S3 replicates the delete markers. If you specify a Filter, you must specify this element. However, in the latest version of replication configuration (when Filter is specified), Amazon S3 doesn't replicate delete markers. Therefore, the DeleteMarkerReplication element can contain only <Status>Disabled</Status>. For an example configuration, see Basic Rule Configuration.

If you don't specify the Filter element, Amazon S3 assumes that the replication configuration is the earlier version, V1. In the earlier version, Amazon S3 handled replication of delete markers differently. For more information, see Backward Compatibility.

*/ @property (nonatomic, strong) AWSS3DeleteMarkerReplication * _Nullable deleteMarkerReplication; /**

A container for information about the replication destination and its configurations including enabling the S3 Replication Time Control (S3 RTC).

*/ @property (nonatomic, strong) AWSS3Destination * _Nullable destination; /**

*/ @property (nonatomic, strong) AWSS3ExistingObjectReplication * _Nullable existingObjectReplication; /**

A filter that identifies the subset of objects to which the replication rule applies. A Filter must specify exactly one Prefix, Tag, or an And child element.

*/ @property (nonatomic, strong) AWSS3ReplicationRuleFilter * _Nullable filter; /**

A unique identifier for the rule. The maximum value is 255 characters.

*/ @property (nonatomic, strong) NSString * _Nullable identifier; /**

An object key name prefix that identifies the object or objects to which the rule applies. The maximum prefix length is 1,024 characters. To include all objects in a bucket, specify an empty string.

*/ @property (nonatomic, strong) NSString * _Nullable prefix; /**

The priority associated with the rule. If you specify multiple rules in a replication configuration, Amazon S3 prioritizes the rules to prevent conflicts when filtering. If two or more rules identify the same object based on a specified filter, the rule with higher priority takes precedence. For example:

  • Same object quality prefix-based filter criteria if prefixes you specified in multiple rules overlap

  • Same object qualify tag-based filter criteria specified in multiple rules

For more information, see Replication in the Amazon Simple Storage Service Developer Guide.

*/ @property (nonatomic, strong) NSNumber * _Nullable priority; /**

A container that describes additional filters for identifying the source objects that you want to replicate. You can choose to enable or disable the replication of these objects. Currently, Amazon S3 supports only the filter that you can specify for objects created with server-side encryption using a customer master key (CMK) stored in AWS Key Management Service (SSE-KMS).

*/ @property (nonatomic, strong) AWSS3SourceSelectionCriteria * _Nullable sourceSelectionCriteria; /**

Specifies whether the rule is enabled.

*/ @property (nonatomic, assign) AWSS3ReplicationRuleStatus status; @end /**

A container for specifying rule filters. The filters determine the subset of objects to which the rule applies. This element is required only if you specify more than one filter.

For example:

  • If you specify both a Prefix and a Tag filter, wrap these filters in an And tag.

  • If you specify a filter based on multiple tags, wrap the Tag elements in an And tag

*/ @interface AWSS3ReplicationRuleAndOperator : AWSModel /**

An object key name prefix that identifies the subset of objects to which the rule applies.

*/ @property (nonatomic, strong) NSString * _Nullable prefix; /**

An array of tags containing key and value pairs.

*/ @property (nonatomic, strong) NSArray * _Nullable tags; @end /**

A filter that identifies the subset of objects to which the replication rule applies. A Filter must specify exactly one Prefix, Tag, or an And child element.

*/ @interface AWSS3ReplicationRuleFilter : AWSModel /**

A container for specifying rule filters. The filters determine the subset of objects to which the rule applies. This element is required only if you specify more than one filter. For example:

  • If you specify both a Prefix and a Tag filter, wrap these filters in an And tag.

  • If you specify a filter based on multiple tags, wrap the Tag elements in an And tag.

*/ @property (nonatomic, strong) AWSS3ReplicationRuleAndOperator * _Nullable AND; /**

An object key name prefix that identifies the subset of objects to which the rule applies.

*/ @property (nonatomic, strong) NSString * _Nullable prefix; /**

A container for specifying a tag key and value.

The rule applies only to objects that have the tag in their tag set.

*/ @property (nonatomic, strong) AWSS3Tag * _Nullable tag; @end /**

A container specifying S3 Replication Time Control (S3 RTC) related information, including whether S3 RTC is enabled and the time when all objects and operations on objects must be replicated. Must be specified together with a Metrics block.

Required parameters: [Status, Time] */ @interface AWSS3ReplicationTime : AWSModel /**

Specifies whether the replication time is enabled.

*/ @property (nonatomic, assign) AWSS3ReplicationTimeStatus status; /**

A container specifying the time by which replication should be complete for all objects and operations on objects.

*/ @property (nonatomic, strong) AWSS3ReplicationTimeValue * _Nullable time; @end /**

A container specifying the time value for S3 Replication Time Control (S3 RTC) and replication metrics EventThreshold.

*/ @interface AWSS3ReplicationTimeValue : AWSModel /**

Contains an integer specifying time in minutes.

Valid values: 15 minutes.

*/ @property (nonatomic, strong) NSNumber * _Nullable minutes; @end /**

Container for Payer.

Required parameters: [Payer] */ @interface AWSS3RequestPaymentConfiguration : AWSModel /**

Specifies who pays for the download and request fees.

*/ @property (nonatomic, assign) AWSS3Payer payer; @end /**

Container for specifying if periodic QueryProgress messages should be sent.

*/ @interface AWSS3RequestProgress : AWSModel /**

Specifies whether periodic QueryProgress frames should be sent. Valid values: TRUE, FALSE. Default value: FALSE.

*/ @property (nonatomic, strong) NSNumber * _Nullable enabled; @end /** */ @interface AWSS3RestoreObjectOutput : AWSModel /**

If present, indicates that the requester was successfully charged for the request.

*/ @property (nonatomic, assign) AWSS3RequestCharged requestCharged; /**

Indicates the path in the provided S3 output location where Select results will be restored to.

*/ @property (nonatomic, strong) NSString * _Nullable restoreOutputPath; @end /** */ @interface AWSS3RestoreObjectRequest : AWSRequest /**

The bucket name or containing the object to restore.

When using this API with an access point, you must direct requests to the access point hostname. The access point hostname takes the form AccessPointName-AccountId.s3-accesspoint.Region.amazonaws.com. When using this operation with an access point through the AWS SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see Using Access Points in the Amazon Simple Storage Service Developer Guide.

When using this API with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com. When using this operation using S3 on Outposts through the AWS SDKs, you provide the Outposts bucket ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see Using S3 on Outposts in the Amazon Simple Storage Service Developer Guide.

*/ @property (nonatomic, strong) NSString * _Nullable bucket; /**

The account id of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP 403 (Access Denied) error.

*/ @property (nonatomic, strong) NSString * _Nullable expectedBucketOwner; /**

Object key for which the operation was initiated.

*/ @property (nonatomic, strong) NSString * _Nullable key; /**

Confirms that the requester knows that they will be charged for the request. Bucket owners need not specify this parameter in their requests. For information about downloading objects from requester pays buckets, see Downloading Objects in Requestor Pays Buckets in the Amazon S3 Developer Guide.

*/ @property (nonatomic, assign) AWSS3RequestPayer requestPayer; /**

Container for restore job parameters.

*/ @property (nonatomic, strong) AWSS3RestoreRequest * _Nullable restoreRequest; /**

VersionId used to reference a specific version of the object.

*/ @property (nonatomic, strong) NSString * _Nullable versionId; @end /**

Container for restore job parameters.

*/ @interface AWSS3RestoreRequest : AWSModel /**

Lifetime of the active copy in days. Do not use with restores that specify OutputLocation.

*/ @property (nonatomic, strong) NSNumber * _Nullable days; /**

The optional description for the job.

*/ @property (nonatomic, strong) NSString * _Nullable detail; /**

S3 Glacier related parameters pertaining to this job. Do not use with restores that specify OutputLocation.

*/ @property (nonatomic, strong) AWSS3GlacierJobParameters * _Nullable glacierJobParameters; /**

Describes the location where the restore job's output is stored.

*/ @property (nonatomic, strong) AWSS3OutputLocation * _Nullable outputLocation; /**

Describes the parameters for Select job types.

*/ @property (nonatomic, strong) AWSS3SelectParameters * _Nullable selectParameters; /**

S3 Glacier retrieval tier at which the restore will be processed.

*/ @property (nonatomic, assign) AWSS3Tier tier; /**

Type of restore request.

*/ @property (nonatomic, assign) AWSS3RestoreRequestType types; @end /**

Specifies the redirect behavior and when a redirect is applied. For more information about routing rules, see Configuring advanced conditional redirects in the Amazon Simple Storage Service Developer Guide.

Required parameters: [Redirect] */ @interface AWSS3RoutingRule : AWSModel /**

A container for describing a condition that must be met for the specified redirect to apply. For example, 1. If request is for pages in the /docs folder, redirect to the /documents folder. 2. If request results in HTTP error 4xx, redirect request to another host where you might process the error.

*/ @property (nonatomic, strong) AWSS3Condition * _Nullable condition; /**

Container for redirect information. You can redirect requests to another host, to another page, or with another protocol. In the event of an error, you can specify a different error code to return.

*/ @property (nonatomic, strong) AWSS3Redirect * _Nullable redirect; @end /**

Specifies lifecycle rules for an Amazon S3 bucket. For more information, see Put Bucket Lifecycle Configuration in the Amazon Simple Storage Service API Reference. For examples, see Put Bucket Lifecycle Configuration Examples

Required parameters: [Prefix, Status] */ @interface AWSS3Rule : AWSModel /**

Specifies the days since the initiation of an incomplete multipart upload that Amazon S3 will wait before permanently removing all parts of the upload. For more information, see Aborting Incomplete Multipart Uploads Using a Bucket Lifecycle Policy in the Amazon Simple Storage Service Developer Guide.

*/ @property (nonatomic, strong) AWSS3AbortIncompleteMultipartUpload * _Nullable abortIncompleteMultipartUpload; /**

Specifies the expiration for the lifecycle of the object.

*/ @property (nonatomic, strong) AWSS3LifecycleExpiration * _Nullable expiration; /**

Unique identifier for the rule. The value can't be longer than 255 characters.

*/ @property (nonatomic, strong) NSString * _Nullable identifier; /**

Specifies when noncurrent object versions expire. Upon expiration, Amazon S3 permanently deletes the noncurrent object versions. You set this lifecycle configuration action on a bucket that has versioning enabled (or suspended) to request that Amazon S3 delete noncurrent object versions at a specific period in the object's lifetime.

*/ @property (nonatomic, strong) AWSS3NoncurrentVersionExpiration * _Nullable noncurrentVersionExpiration; /**

Container for the transition rule that describes when noncurrent objects transition to the STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER, or DEEP_ARCHIVE storage class. If your bucket is versioning-enabled (or versioning is suspended), you can set this action to request that Amazon S3 transition noncurrent object versions to the STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER, or DEEP_ARCHIVE storage class at a specific period in the object's lifetime.

*/ @property (nonatomic, strong) AWSS3NoncurrentVersionTransition * _Nullable noncurrentVersionTransition; /**

Object key prefix that identifies one or more objects to which this rule applies.

*/ @property (nonatomic, strong) NSString * _Nullable prefix; /**

If Enabled, the rule is currently being applied. If Disabled, the rule is not currently being applied.

*/ @property (nonatomic, assign) AWSS3ExpirationStatus status; /**

Specifies when an object transitions to a specified storage class. For more information about Amazon S3 lifecycle configuration rules, see Transitioning Objects Using Amazon S3 Lifecycle in the Amazon Simple Storage Service Developer Guide.

*/ @property (nonatomic, strong) AWSS3Transition * _Nullable transition; @end /**

A container for object key name prefix and suffix filtering rules.

*/ @interface AWSS3S3KeyFilter : AWSModel /**

A list of containers for the key-value pair that defines the criteria for the filter rule.

*/ @property (nonatomic, strong) NSArray * _Nullable filterRules; @end /**

Describes an Amazon S3 location that will receive the results of the restore request.

Required parameters: [BucketName, Prefix] */ @interface AWSS3S3Location : AWSModel /**

A list of grants that control access to the staged results.

*/ @property (nonatomic, strong) NSArray * _Nullable accessControlList; /**

The name of the bucket where the restore results will be placed.

*/ @property (nonatomic, strong) NSString * _Nullable bucketName; /**

The canned ACL to apply to the restore results.

*/ @property (nonatomic, assign) AWSS3ObjectCannedACL cannedACL; /**

Contains the type of server-side encryption used.

*/ @property (nonatomic, strong) AWSS3Encryption * _Nullable encryption; /**

The prefix that is prepended to the restore results for this request.

*/ @property (nonatomic, strong) NSString * _Nullable prefix; /**

The class of storage used to store the restore results.

*/ @property (nonatomic, assign) AWSS3StorageClass storageClass; /**

The tag-set that is applied to the restore results.

*/ @property (nonatomic, strong) AWSS3Tagging * _Nullable tagging; /**

A list of metadata to store with the restore results in S3.

*/ @property (nonatomic, strong) NSArray * _Nullable userMetadata; @end /**

Specifies the use of SSE-KMS to encrypt delivered inventory reports.

Required parameters: [KeyId] */ @interface AWSS3SSEKMS : AWSModel /**

Specifies the ID of the AWS Key Management Service (AWS KMS) symmetric customer managed customer master key (CMK) to use for encrypting inventory reports.

*/ @property (nonatomic, strong) NSString * _Nullable keyId; @end /**

Specifies the use of SSE-S3 to encrypt delivered inventory reports.

*/ @interface AWSS3SSES3 : AWSModel @end /**

Specifies the byte range of the object to get the records from. A record is processed when its first byte is contained by the range. This parameter is optional, but when specified, it must not be empty. See RFC 2616, Section 14.35.1 about how to specify the start and end of the range.

*/ @interface AWSS3ScanRange : AWSModel /**

Specifies the end of the byte range. This parameter is optional. Valid values: non-negative integers. The default value is one less than the size of the object being queried. If only the End parameter is supplied, it is interpreted to mean scan the last N bytes of the file. For example, <scanrange><end>50</end></scanrange> means scan the last 50 bytes.

*/ @property (nonatomic, strong) NSNumber * _Nullable end; /**

Specifies the start of the byte range. This parameter is optional. Valid values: non-negative integers. The default value is 0. If only start is supplied, it means scan from that point to the end of the file.For example; <scanrange><start>50</start></scanrange> means scan from byte 50 until the end of the file.

*/ @property (nonatomic, strong) NSNumber * _Nullable start; @end /**

The container for selecting objects from a content event stream.

*/ @interface AWSS3SelectObjectContentEventStream : AWSModel /**

The Continuation Event.

*/ @property (nonatomic, strong) AWSS3ContinuationEvent * _Nullable cont; /**

The End Event.

*/ @property (nonatomic, strong) AWSS3EndEvent * _Nullable end; /**

The Progress Event.

*/ @property (nonatomic, strong) AWSS3ProgressEvent * _Nullable progress; /**

The Records Event.

*/ @property (nonatomic, strong) AWSS3RecordsEvent * _Nullable records; /**

The Stats Event.

*/ @property (nonatomic, strong) AWSS3StatsEvent * _Nullable stats; @end /** */ @interface AWSS3SelectObjectContentOutput : AWSModel /**

The array of results.

*/ @property (nonatomic, strong) AWSS3SelectObjectContentEventStream * _Nullable payload; @end /**

Request to filter the contents of an Amazon S3 object based on a simple Structured Query Language (SQL) statement. In the request, along with the SQL expression, you must specify a data serialization format (JSON or CSV) of the object. Amazon S3 uses this to parse object data into records. It returns only records that match the specified SQL expression. You must also specify the data serialization format for the response. For more information, see S3Select API Documentation.

Required parameters: [Bucket, Key, Expression, ExpressionType, InputSerialization, OutputSerialization] */ @interface AWSS3SelectObjectContentRequest : AWSRequest /**

The S3 bucket.

*/ @property (nonatomic, strong) NSString * _Nullable bucket; /**

The account id of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP 403 (Access Denied) error.

*/ @property (nonatomic, strong) NSString * _Nullable expectedBucketOwner; /**

The expression that is used to query the object.

*/ @property (nonatomic, strong) NSString * _Nullable expression; /**

The type of the provided expression (for example, SQL).

*/ @property (nonatomic, assign) AWSS3ExpressionType expressionType; /**

Describes the format of the data in the object that is being queried.

*/ @property (nonatomic, strong) AWSS3InputSerialization * _Nullable inputSerialization; /**

The object key.

*/ @property (nonatomic, strong) NSString * _Nullable key; /**

Describes the format of the data that you want Amazon S3 to return in response.

*/ @property (nonatomic, strong) AWSS3OutputSerialization * _Nullable outputSerialization; /**

Specifies if periodic request progress information should be enabled.

*/ @property (nonatomic, strong) AWSS3RequestProgress * _Nullable requestProgress; /**

The SSE Algorithm used to encrypt the object. For more information, see Server-Side Encryption (Using Customer-Provided Encryption Keys.

*/ @property (nonatomic, strong) NSString * _Nullable SSECustomerAlgorithm; /**

The SSE Customer Key. For more information, see Server-Side Encryption (Using Customer-Provided Encryption Keys.

*/ @property (nonatomic, strong) NSString * _Nullable SSECustomerKey; /**

The SSE Customer Key MD5. For more information, see Server-Side Encryption (Using Customer-Provided Encryption Keys.

*/ @property (nonatomic, strong) NSString * _Nullable SSECustomerKeyMD5; /**

Specifies the byte range of the object to get the records from. A record is processed when its first byte is contained by the range. This parameter is optional, but when specified, it must not be empty. See RFC 2616, Section 14.35.1 about how to specify the start and end of the range.

ScanRangemay be used in the following ways:

  • <scanrange><start>50</start><end>100</end></scanrange> - process only the records starting between the bytes 50 and 100 (inclusive, counting from zero)

  • <scanrange><start>50</start></scanrange> - process only the records starting after the byte 50

  • <scanrange><end>50</end></scanrange> - process only the records within the last 50 bytes of the file.

*/ @property (nonatomic, strong) AWSS3ScanRange * _Nullable scanRange; @end /**

Describes the parameters for Select job types.

Required parameters: [InputSerialization, ExpressionType, Expression, OutputSerialization] */ @interface AWSS3SelectParameters : AWSModel /**

The expression that is used to query the object.

*/ @property (nonatomic, strong) NSString * _Nullable expression; /**

The type of the provided expression (for example, SQL).

*/ @property (nonatomic, assign) AWSS3ExpressionType expressionType; /**

Describes the serialization format of the object.

*/ @property (nonatomic, strong) AWSS3InputSerialization * _Nullable inputSerialization; /**

Describes how the results of the Select job are serialized.

*/ @property (nonatomic, strong) AWSS3OutputSerialization * _Nullable outputSerialization; @end /**

Describes the default server-side encryption to apply to new objects in the bucket. If a PUT Object request doesn't specify any server-side encryption, this default encryption will be applied. For more information, see PUT Bucket encryption in the Amazon Simple Storage Service API Reference.

Required parameters: [SSEAlgorithm] */ @interface AWSS3ServerSideEncryptionByDefault : AWSModel /**

AWS Key Management Service (KMS) customer master key ID to use for the default encryption. This parameter is allowed if and only if SSEAlgorithm is set to aws:kms.

You can specify the key ID or the Amazon Resource Name (ARN) of the CMK. However, if you are using encryption with cross-account operations, you must use a fully qualified CMK ARN. For more information, see Using encryption for cross-account operations.

For example:

  • Key ID: 1234abcd-12ab-34cd-56ef-1234567890ab

  • Key ARN: arn:aws:kms:us-east-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab

Amazon S3 only supports symmetric CMKs and not asymmetric CMKs. For more information, see Using Symmetric and Asymmetric Keys in the AWS Key Management Service Developer Guide.

*/ @property (nonatomic, strong) NSString * _Nullable KMSMasterKeyID; /**

Server-side encryption algorithm to use for the default encryption.

*/ @property (nonatomic, assign) AWSS3ServerSideEncryption SSEAlgorithm; @end /**

Specifies the default server-side-encryption configuration.

Required parameters: [Rules] */ @interface AWSS3ServerSideEncryptionConfiguration : AWSModel /**

Container for information about a particular server-side encryption configuration rule.

*/ @property (nonatomic, strong) NSArray * _Nullable rules; @end /**

Specifies the default server-side encryption configuration.

*/ @interface AWSS3ServerSideEncryptionRule : AWSModel /**

Specifies the default server-side encryption to apply to new objects in the bucket. If a PUT Object request doesn't specify any server-side encryption, this default encryption will be applied.

*/ @property (nonatomic, strong) AWSS3ServerSideEncryptionByDefault * _Nullable applyServerSideEncryptionByDefault; @end /**

A container that describes additional filters for identifying the source objects that you want to replicate. You can choose to enable or disable the replication of these objects. Currently, Amazon S3 supports only the filter that you can specify for objects created with server-side encryption using a customer master key (CMK) stored in AWS Key Management Service (SSE-KMS).

*/ @interface AWSS3SourceSelectionCriteria : AWSModel /**

A container for filter information for the selection of Amazon S3 objects encrypted with AWS KMS. If you include SourceSelectionCriteria in the replication configuration, this element is required.

*/ @property (nonatomic, strong) AWSS3SseKmsEncryptedObjects * _Nullable sseKmsEncryptedObjects; @end /**

A container for filter information for the selection of S3 objects encrypted with AWS KMS.

Required parameters: [Status] */ @interface AWSS3SseKmsEncryptedObjects : AWSModel /**

Specifies whether Amazon S3 replicates objects created with server-side encryption using a customer master key (CMK) stored in AWS Key Management Service.

*/ @property (nonatomic, assign) AWSS3SseKmsEncryptedObjectsStatus status; @end /**

Container for the stats details.

*/ @interface AWSS3Stats : AWSModel /**

The total number of uncompressed object bytes processed.

*/ @property (nonatomic, strong) NSNumber * _Nullable bytesProcessed; /**

The total number of bytes of records payload data returned.

*/ @property (nonatomic, strong) NSNumber * _Nullable bytesReturned; /**

The total number of object bytes scanned.

*/ @property (nonatomic, strong) NSNumber * _Nullable bytesScanned; @end /**

Container for the Stats Event.

*/ @interface AWSS3StatsEvent : AWSModel /**

The Stats event details.

*/ @property (nonatomic, strong) AWSS3Stats * _Nullable details; @end /**

Specifies data related to access patterns to be collected and made available to analyze the tradeoffs between different storage classes for an Amazon S3 bucket.

*/ @interface AWSS3StorageClassAnalysis : AWSModel /**

Specifies how data related to the storage class analysis for an Amazon S3 bucket should be exported.

*/ @property (nonatomic, strong) AWSS3StorageClassAnalysisDataExport * _Nullable dataExport; @end /**

Container for data related to the storage class analysis for an Amazon S3 bucket for export.

Required parameters: [OutputSchemaVersion, Destination] */ @interface AWSS3StorageClassAnalysisDataExport : AWSModel /**

The place to store the data for an analysis.

*/ @property (nonatomic, strong) AWSS3AnalyticsExportDestination * _Nullable destination; /**

The version of the output schema to use when exporting data. Must be V_1.

*/ @property (nonatomic, assign) AWSS3StorageClassAnalysisSchemaVersion outputSchemaVersion; @end /**

A container of a key value name pair.

Required parameters: [Key, Value] */ @interface AWSS3Tag : AWSModel /**

Name of the object key.

*/ @property (nonatomic, strong) NSString * _Nullable key; /**

Value of the tag.

*/ @property (nonatomic, strong) NSString * _Nullable value; @end /**

Container for TagSet elements.

Required parameters: [TagSet] */ @interface AWSS3Tagging : AWSModel /**

A collection for a set of tags

*/ @property (nonatomic, strong) NSArray * _Nullable tagSet; @end /**

Container for granting information.

*/ @interface AWSS3TargetGrant : AWSModel /**

Container for the person being granted permissions.

*/ @property (nonatomic, strong) AWSS3Grantee * _Nullable grantee; /**

Logging permissions assigned to the grantee for the bucket.

*/ @property (nonatomic, assign) AWSS3BucketLogsPermission permission; @end /**

A container for specifying the configuration for publication of messages to an Amazon Simple Notification Service (Amazon SNS) topic when Amazon S3 detects specified events.

Required parameters: [TopicArn, Events] */ @interface AWSS3TopicConfiguration : AWSModel /**

The Amazon S3 bucket event about which to send notifications. For more information, see Supported Event Types in the Amazon Simple Storage Service Developer Guide.

*/ @property (nonatomic, strong) NSArray * _Nullable events; /**

Specifies object key name filtering rules. For information about key name filtering, see Configuring Event Notifications in the Amazon Simple Storage Service Developer Guide.

*/ @property (nonatomic, strong) AWSS3NotificationConfigurationFilter * _Nullable filter; /**

An optional unique identifier for configurations in a notification configuration. If you don't provide one, Amazon S3 will assign an ID.

*/ @property (nonatomic, strong) NSString * _Nullable identifier; /**

The Amazon Resource Name (ARN) of the Amazon SNS topic to which Amazon S3 publishes a message when it detects events of the specified type.

*/ @property (nonatomic, strong) NSString * _Nullable topicArn; @end /**

A container for specifying the configuration for publication of messages to an Amazon Simple Notification Service (Amazon SNS) topic when Amazon S3 detects specified events. This data type is deprecated. Use TopicConfiguration instead.

*/ @interface AWSS3TopicConfigurationDeprecated : AWSModel /**

Bucket event for which to send notifications.

*/ @property (nonatomic, assign) AWSS3Event event; /**

A collection of events related to objects

*/ @property (nonatomic, strong) NSArray * _Nullable events; /**

An optional unique identifier for configurations in a notification configuration. If you don't provide one, Amazon S3 will assign an ID.

*/ @property (nonatomic, strong) NSString * _Nullable identifier; /**

Amazon SNS topic to which Amazon S3 will publish a message to report the specified events for the bucket.

*/ @property (nonatomic, strong) NSString * _Nullable topic; @end /**

Specifies when an object transitions to a specified storage class. For more information about Amazon S3 lifecycle configuration rules, see Transitioning Objects Using Amazon S3 Lifecycle in the Amazon Simple Storage Service Developer Guide.

*/ @interface AWSS3Transition : AWSModel /**

Indicates when objects are transitioned to the specified storage class. The date value must be in ISO 8601 format. The time is always midnight UTC.

*/ @property (nonatomic, strong) NSDate * _Nullable date; /**

Indicates the number of days after creation when objects are transitioned to the specified storage class. The value must be a positive integer.

*/ @property (nonatomic, strong) NSNumber * _Nullable days; /**

The storage class to which you want the object to transition.

*/ @property (nonatomic, assign) AWSS3TransitionStorageClass storageClass; @end /** */ @interface AWSS3UploadPartCopyOutput : AWSModel /**

Container for all response elements.

*/ @property (nonatomic, strong) AWSS3ReplicatePartResult * _Nullable replicatePartResult; /**

The version of the source object that was copied, if you have enabled versioning on the source bucket.

*/ @property (nonatomic, strong) NSString * _Nullable replicateSourceVersionId; /**

If present, indicates that the requester was successfully charged for the request.

*/ @property (nonatomic, assign) AWSS3RequestCharged requestCharged; /**

If server-side encryption with a customer-provided encryption key was requested, the response will include this header confirming the encryption algorithm used.

*/ @property (nonatomic, strong) NSString * _Nullable SSECustomerAlgorithm; /**

If server-side encryption with a customer-provided encryption key was requested, the response will include this header to provide round-trip message integrity verification of the customer-provided encryption key.

*/ @property (nonatomic, strong) NSString * _Nullable SSECustomerKeyMD5; /**

If present, specifies the ID of the AWS Key Management Service (AWS KMS) symmetric customer managed customer master key (CMK) that was used for the object.

*/ @property (nonatomic, strong) NSString * _Nullable SSEKMSKeyId; /**

The server-side encryption algorithm used when storing this object in Amazon S3 (for example, AES256, aws:kms).

*/ @property (nonatomic, assign) AWSS3ServerSideEncryption serverSideEncryption; @end /** */ @interface AWSS3UploadPartCopyRequest : AWSRequest /**

The bucket name.

When using this API with an access point, you must direct requests to the access point hostname. The access point hostname takes the form AccessPointName-AccountId.s3-accesspoint.Region.amazonaws.com. When using this operation with an access point through the AWS SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see Using Access Points in the Amazon Simple Storage Service Developer Guide.

When using this API with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com. When using this operation using S3 on Outposts through the AWS SDKs, you provide the Outposts bucket ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see Using S3 on Outposts in the Amazon Simple Storage Service Developer Guide.

*/ @property (nonatomic, strong) NSString * _Nullable bucket; /**

Specifies the source object for the copy operation. You specify the value in one of two formats, depending on whether you want to access the source object through an access point:

  • For objects not accessed through an access point, specify the name of the source bucket and key of the source object, separated by a slash (/). For example, to copy the object reports/january.pdf from the bucket awsexamplebucket, use awsexamplebucket/reports/january.pdf. The value must be URL encoded.

  • For objects accessed through access points, specify the Amazon Resource Name (ARN) of the object as accessed through the access point, in the format arn:aws:s3:<Region>:<account-id>:accesspoint/<access-point-name>/object/<key>. For example, to copy the object reports/january.pdf through access point my-access-point owned by account 123456789012 in Region us-west-2, use the URL encoding of arn:aws:s3:us-west-2:123456789012:accesspoint/my-access-point/object/reports/january.pdf. The value must be URL encoded.

    Amazon S3 supports copy operations using access points only when the source and destination buckets are in the same AWS Region.

    Alternatively, for objects accessed through Amazon S3 on Outposts, specify the ARN of the object as accessed in the format arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/object/<key>. For example, to copy the object reports/january.pdf through outpost my-outpost owned by account 123456789012 in Region us-west-2, use the URL encoding of arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/object/reports/january.pdf. The value must be URL encoded.

To copy a specific version of an object, append ?versionId=<version-id> to the value (for example, awsexamplebucket/reports/january.pdf?versionId=QUpfdndhfd8438MNFDN93jdnJFkdmqnh893). If you don't specify a version ID, Amazon S3 copies the latest version of the source object.

*/ @property (nonatomic, strong) NSString * _Nullable replicateSource; /**

Copies the object if its entity tag (ETag) matches the specified tag.

*/ @property (nonatomic, strong) NSString * _Nullable replicateSourceIfMatch; /**

Copies the object if it has been modified since the specified time.

*/ @property (nonatomic, strong) NSDate * _Nullable replicateSourceIfModifiedSince; /**

Copies the object if its entity tag (ETag) is different than the specified ETag.

*/ @property (nonatomic, strong) NSString * _Nullable replicateSourceIfNoneMatch; /**

Copies the object if it hasn't been modified since the specified time.

*/ @property (nonatomic, strong) NSDate * _Nullable replicateSourceIfUnmodifiedSince; /**

The range of bytes to copy from the source object. The range value must use the form bytes=first-last, where the first and last are the zero-based byte offsets to copy. For example, bytes=0-9 indicates that you want to copy the first 10 bytes of the source. You can copy a range only if the source object is greater than 5 MB.

*/ @property (nonatomic, strong) NSString * _Nullable replicateSourceRange; /**

Specifies the algorithm to use when decrypting the source object (for example, AES256).

*/ @property (nonatomic, strong) NSString * _Nullable replicateSourceSSECustomerAlgorithm; /**

Specifies the customer-provided encryption key for Amazon S3 to use to decrypt the source object. The encryption key provided in this header must be one that was used when the source object was created.

*/ @property (nonatomic, strong) NSString * _Nullable replicateSourceSSECustomerKey; /**

Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321. Amazon S3 uses this header for a message integrity check to ensure that the encryption key was transmitted without error.

*/ @property (nonatomic, strong) NSString * _Nullable replicateSourceSSECustomerKeyMD5; /**

The account id of the expected destination bucket owner. If the destination bucket is owned by a different account, the request will fail with an HTTP 403 (Access Denied) error.

*/ @property (nonatomic, strong) NSString * _Nullable expectedBucketOwner; /**

The account id of the expected source bucket owner. If the source bucket is owned by a different account, the request will fail with an HTTP 403 (Access Denied) error.

*/ @property (nonatomic, strong) NSString * _Nullable expectedSourceBucketOwner; /**

Object key for which the multipart upload was initiated.

*/ @property (nonatomic, strong) NSString * _Nullable key; /**

Part number of part being copied. This is a positive integer between 1 and 10,000.

*/ @property (nonatomic, strong) NSNumber * _Nullable partNumber; /**

Confirms that the requester knows that they will be charged for the request. Bucket owners need not specify this parameter in their requests. For information about downloading objects from requester pays buckets, see Downloading Objects in Requestor Pays Buckets in the Amazon S3 Developer Guide.

*/ @property (nonatomic, assign) AWSS3RequestPayer requestPayer; /**

Specifies the algorithm to use to when encrypting the object (for example, AES256).

*/ @property (nonatomic, strong) NSString * _Nullable SSECustomerAlgorithm; /**

Specifies the customer-provided encryption key for Amazon S3 to use in encrypting data. This value is used to store the object and then it is discarded; Amazon S3 does not store the encryption key. The key must be appropriate for use with the algorithm specified in the x-amz-server-side-encryption-customer-algorithm header. This must be the same encryption key specified in the initiate multipart upload request.

*/ @property (nonatomic, strong) NSString * _Nullable SSECustomerKey; /**

Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321. Amazon S3 uses this header for a message integrity check to ensure that the encryption key was transmitted without error.

*/ @property (nonatomic, strong) NSString * _Nullable SSECustomerKeyMD5; /**

Upload ID identifying the multipart upload whose part is being copied.

*/ @property (nonatomic, strong) NSString * _Nullable uploadId; @end /** */ @interface AWSS3UploadPartOutput : AWSModel /**

Entity tag for the uploaded object.

*/ @property (nonatomic, strong) NSString * _Nullable ETag; /**

If present, indicates that the requester was successfully charged for the request.

*/ @property (nonatomic, assign) AWSS3RequestCharged requestCharged; /**

If server-side encryption with a customer-provided encryption key was requested, the response will include this header confirming the encryption algorithm used.

*/ @property (nonatomic, strong) NSString * _Nullable SSECustomerAlgorithm; /**

If server-side encryption with a customer-provided encryption key was requested, the response will include this header to provide round-trip message integrity verification of the customer-provided encryption key.

*/ @property (nonatomic, strong) NSString * _Nullable SSECustomerKeyMD5; /**

If present, specifies the ID of the AWS Key Management Service (AWS KMS) symmetric customer managed customer master key (CMK) was used for the object.

*/ @property (nonatomic, strong) NSString * _Nullable SSEKMSKeyId; /**

The server-side encryption algorithm used when storing this object in Amazon S3 (for example, AES256, aws:kms).

*/ @property (nonatomic, assign) AWSS3ServerSideEncryption serverSideEncryption; @end /** */ @interface AWSS3UploadPartRequest : AWSRequest /**

Object data.

*/ @property (nonatomic, strong) id _Nullable body; /**

The name of the bucket to which the multipart upload was initiated.

When using this API with an access point, you must direct requests to the access point hostname. The access point hostname takes the form AccessPointName-AccountId.s3-accesspoint.Region.amazonaws.com. When using this operation with an access point through the AWS SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see Using Access Points in the Amazon Simple Storage Service Developer Guide.

When using this API with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com. When using this operation using S3 on Outposts through the AWS SDKs, you provide the Outposts bucket ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see Using S3 on Outposts in the Amazon Simple Storage Service Developer Guide.

*/ @property (nonatomic, strong) NSString * _Nullable bucket; /**

Size of the body in bytes. This parameter is useful when the size of the body cannot be determined automatically.

*/ @property (nonatomic, strong) NSNumber * _Nullable contentLength; /**

The base64-encoded 128-bit MD5 digest of the part data. This parameter is auto-populated when using the command from the CLI. This parameter is required if object lock parameters are specified.

*/ @property (nonatomic, strong) NSString * _Nullable contentMD5; /**

The account id of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP 403 (Access Denied) error.

*/ @property (nonatomic, strong) NSString * _Nullable expectedBucketOwner; /**

Object key for which the multipart upload was initiated.

*/ @property (nonatomic, strong) NSString * _Nullable key; /**

Part number of part being uploaded. This is a positive integer between 1 and 10,000.

*/ @property (nonatomic, strong) NSNumber * _Nullable partNumber; /**

Confirms that the requester knows that they will be charged for the request. Bucket owners need not specify this parameter in their requests. For information about downloading objects from requester pays buckets, see Downloading Objects in Requestor Pays Buckets in the Amazon S3 Developer Guide.

*/ @property (nonatomic, assign) AWSS3RequestPayer requestPayer; /**

Specifies the algorithm to use to when encrypting the object (for example, AES256).

*/ @property (nonatomic, strong) NSString * _Nullable SSECustomerAlgorithm; /**

Specifies the customer-provided encryption key for Amazon S3 to use in encrypting data. This value is used to store the object and then it is discarded; Amazon S3 does not store the encryption key. The key must be appropriate for use with the algorithm specified in the x-amz-server-side-encryption-customer-algorithm header. This must be the same encryption key specified in the initiate multipart upload request.

*/ @property (nonatomic, strong) NSString * _Nullable SSECustomerKey; /**

Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321. Amazon S3 uses this header for a message integrity check to ensure that the encryption key was transmitted without error.

*/ @property (nonatomic, strong) NSString * _Nullable SSECustomerKeyMD5; /**

Upload ID identifying the multipart upload whose part is being uploaded.

*/ @property (nonatomic, strong) NSString * _Nullable uploadId; @end /**

Describes the versioning state of an Amazon S3 bucket. For more information, see PUT Bucket versioning in the Amazon Simple Storage Service API Reference.

*/ @interface AWSS3VersioningConfiguration : AWSModel /**

Specifies whether MFA delete is enabled in the bucket versioning configuration. This element is only returned if the bucket has been configured with MFA delete. If the bucket has never been so configured, this element is not returned.

*/ @property (nonatomic, assign) AWSS3MFADelete MFADelete; /**

The versioning state of the bucket.

*/ @property (nonatomic, assign) AWSS3BucketVersioningStatus status; @end /**

Specifies website configuration parameters for an Amazon S3 bucket.

*/ @interface AWSS3WebsiteConfiguration : AWSModel /**

The name of the error document for the website.

*/ @property (nonatomic, strong) AWSS3ErrorDocument * _Nullable errorDocument; /**

The name of the index document for the website.

*/ @property (nonatomic, strong) AWSS3IndexDocument * _Nullable indexDocument; /**

The redirect behavior for every request to this bucket's website endpoint.

If you specify this property, you can't specify any other property.

*/ @property (nonatomic, strong) AWSS3RedirectAllRequestsTo * _Nullable redirectAllRequestsTo; /**

Rules that define when a redirect is applied and the redirect behavior.

*/ @property (nonatomic, strong) NSArray * _Nullable routingRules; @end NS_ASSUME_NONNULL_END