Enumerations

The following enumerations are available globally.

  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSS3ErrorType) {
        AWSS3ErrorUnknown,
        AWSS3ErrorBucketAlreadyExists,
        AWSS3ErrorBucketAlreadyOwnedByYou,
        AWSS3ErrorNoSuchBucket,
        AWSS3ErrorNoSuchKey,
        AWSS3ErrorNoSuchUpload,
        AWSS3ErrorObjectAlreadyInActiveTier,
        AWSS3ErrorObjectNotInActiveTier,
    }

    Swift

    enum AWSS3ErrorType : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSS3AnalyticsS3ExportFileFormat) {
        AWSS3AnalyticsS3ExportFileFormatUnknown,
        AWSS3AnalyticsS3ExportFileFormatCsv,
    }

    Swift

    enum AWSS3AnalyticsS3ExportFileFormat : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSS3BucketAccelerateStatus) {
        AWSS3BucketAccelerateStatusUnknown,
        AWSS3BucketAccelerateStatusEnabled,
        AWSS3BucketAccelerateStatusSuspended,
    }

    Swift

    enum AWSS3BucketAccelerateStatus : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSS3BucketAccessStyle) {
        AWSS3BucketAccessStyleVirtualHosted,
        AWSS3BucketAccessStylePath
    }

    Swift

    enum AWSS3BucketAccessStyle : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSS3BucketCannedACL) {
        AWSS3BucketCannedACLUnknown,
        AWSS3BucketCannedACLPrivate,
        AWSS3BucketCannedACLPublicRead,
        AWSS3BucketCannedACLPublicReadWrite,
        AWSS3BucketCannedACLAuthenticatedRead,
    }

    Swift

    enum AWSS3BucketCannedACL : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSS3BucketLocationConstraint) {
        AWSS3BucketLocationConstraintBlank,
        AWSS3BucketLocationConstraintUnknown,
        AWSS3BucketLocationConstraintAFSouth1,
        AWSS3BucketLocationConstraintAPEast1,
        AWSS3BucketLocationConstraintAPNortheast1,
        AWSS3BucketLocationConstraintAPNortheast2,
        AWSS3BucketLocationConstraintAPNortheast3,
        AWSS3BucketLocationConstraintAPSouth1,
        AWSS3BucketLocationConstraintAPSouth2,
        AWSS3BucketLocationConstraintAPSoutheast1,
        AWSS3BucketLocationConstraintAPSoutheast2,
        AWSS3BucketLocationConstraintAPSoutheast3,
        AWSS3BucketLocationConstraintAPSoutheast4,
        AWSS3BucketLocationConstraintCACentral1,
        AWSS3BucketLocationConstraintCAWest1,
        AWSS3BucketLocationConstraintCNNorth1,
        AWSS3BucketLocationConstraintCNNorthwest1,
        AWSS3BucketLocationConstraintEU,
        AWSS3BucketLocationConstraintEUCentral1,
        AWSS3BucketLocationConstraintEUCentral2,
        AWSS3BucketLocationConstraintEUNorth1,
        AWSS3BucketLocationConstraintEUSouth1,
        AWSS3BucketLocationConstraintEUSouth2,
        AWSS3BucketLocationConstraintEUWest1,
        AWSS3BucketLocationConstraintEUWest2,
        AWSS3BucketLocationConstraintEUWest3,
        AWSS3BucketLocationConstraintILCentral1,
        AWSS3BucketLocationConstraintMECentral1,
        AWSS3BucketLocationConstraintMESouth1,
        AWSS3BucketLocationConstraintSAEast1,
        AWSS3BucketLocationConstraintUSEast2,
        AWSS3BucketLocationConstraintUSGovEast1,
        AWSS3BucketLocationConstraintUSGovWest1,
        AWSS3BucketLocationConstraintUSWest1,
        AWSS3BucketLocationConstraintUSWest2,
    }

    Swift

    enum AWSS3BucketLocationConstraint : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSS3BucketLogsPermission) {
        AWSS3BucketLogsPermissionUnknown,
        AWSS3BucketLogsPermissionFullControl,
        AWSS3BucketLogsPermissionRead,
        AWSS3BucketLogsPermissionWrite,
    }

    Swift

    enum AWSS3BucketLogsPermission : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSS3BucketVersioningStatus) {
        AWSS3BucketVersioningStatusUnknown,
        AWSS3BucketVersioningStatusEnabled,
        AWSS3BucketVersioningStatusSuspended,
    }

    Swift

    enum AWSS3BucketVersioningStatus : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSS3CompressionType) {
        AWSS3CompressionTypeUnknown,
        AWSS3CompressionTypeNone,
        AWSS3CompressionTypeGzip,
        AWSS3CompressionTypeBzip2,
    }

    Swift

    enum AWSS3CompressionType : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSS3DeleteMarkerReplicationStatus) {
        AWSS3DeleteMarkerReplicationStatusUnknown,
        AWSS3DeleteMarkerReplicationStatusEnabled,
        AWSS3DeleteMarkerReplicationStatusDisabled,
    }

    Swift

    enum AWSS3DeleteMarkerReplicationStatus : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSS3EncodingType) {
        AWSS3EncodingTypeUnknown,
        AWSS3EncodingTypeURL,
    }

    Swift

    enum AWSS3EncodingType : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSS3Event) {
        AWSS3EventUnknown,
        AWSS3EventS3ReducedRedundancyLostObject,
        AWSS3EventS3ObjectCreated,
        AWSS3EventS3ObjectCreatedPut,
        AWSS3EventS3ObjectCreatedPost,
        AWSS3EventS3ObjectCreatedCopy,
        AWSS3EventS3ObjectCreatedCompleteMultipartUpload,
        AWSS3EventS3ObjectRemoved,
        AWSS3EventS3ObjectRemovedDelete,
        AWSS3EventS3ObjectRemovedDeleteMarkerCreated,
        AWSS3EventS3ObjectRestore,
        AWSS3EventS3ObjectRestorePost,
        AWSS3EventS3ObjectRestoreCompleted,
        AWSS3EventS3Replication,
        AWSS3EventS3ReplicationOperationFailedReplication,
        AWSS3EventS3ReplicationOperationNotTracked,
        AWSS3EventS3ReplicationOperationMissedThreshold,
        AWSS3EventS3ReplicationOperationReplicatedAfterThreshold,
    }

    Swift

    enum AWSS3Event : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSS3ExistingObjectReplicationStatus) {
        AWSS3ExistingObjectReplicationStatusUnknown,
        AWSS3ExistingObjectReplicationStatusEnabled,
        AWSS3ExistingObjectReplicationStatusDisabled,
    }

    Swift

    enum AWSS3ExistingObjectReplicationStatus : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSS3ExpirationStatus) {
        AWSS3ExpirationStatusUnknown,
        AWSS3ExpirationStatusEnabled,
        AWSS3ExpirationStatusDisabled,
    }

    Swift

    enum AWSS3ExpirationStatus : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSS3ExpressionType) {
        AWSS3ExpressionTypeUnknown,
        AWSS3ExpressionTypeSql,
    }

    Swift

    enum AWSS3ExpressionType : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSS3FileHeaderInfo) {
        AWSS3FileHeaderInfoUnknown,
        AWSS3FileHeaderInfoUse,
        AWSS3FileHeaderInfoIgnore,
        AWSS3FileHeaderInfoNone,
    }

    Swift

    enum AWSS3FileHeaderInfo : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSS3FilterRuleName) {
        AWSS3FilterRuleNameUnknown,
        AWSS3FilterRuleNamePrefix,
        AWSS3FilterRuleNameSuffix,
    }

    Swift

    enum AWSS3FilterRuleName : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSS3InventoryFormat) {
        AWSS3InventoryFormatUnknown,
        AWSS3InventoryFormatCsv,
        AWSS3InventoryFormatOrc,
        AWSS3InventoryFormatParquet,
    }

    Swift

    enum AWSS3InventoryFormat : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSS3InventoryFrequency) {
        AWSS3InventoryFrequencyUnknown,
        AWSS3InventoryFrequencyDaily,
        AWSS3InventoryFrequencyWeekly,
    }

    Swift

    enum AWSS3InventoryFrequency : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSS3InventoryIncludedObjectVersions) {
        AWSS3InventoryIncludedObjectVersionsUnknown,
        AWSS3InventoryIncludedObjectVersionsAll,
        AWSS3InventoryIncludedObjectVersionsCurrent,
    }

    Swift

    enum AWSS3InventoryIncludedObjectVersions : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSS3InventoryOptionalField) {
        AWSS3InventoryOptionalFieldUnknown,
        AWSS3InventoryOptionalFieldSize,
        AWSS3InventoryOptionalFieldLastModifiedDate,
        AWSS3InventoryOptionalFieldStorageClass,
        AWSS3InventoryOptionalFieldETag,
        AWSS3InventoryOptionalFieldIsMultipartUploaded,
        AWSS3InventoryOptionalFieldReplicationStatus,
        AWSS3InventoryOptionalFieldEncryptionStatus,
        AWSS3InventoryOptionalFieldObjectLockRetainUntilDate,
        AWSS3InventoryOptionalFieldObjectLockMode,
        AWSS3InventoryOptionalFieldObjectLockLegalHoldStatus,
        AWSS3InventoryOptionalFieldIntelligentTieringAccessTier,
    }

    Swift

    enum AWSS3InventoryOptionalField : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSS3JSONType) {
        AWSS3JSONTypeUnknown,
        AWSS3JSONTypeDocument,
        AWSS3JSONTypeLines,
    }

    Swift

    enum AWSS3JSONType : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSS3MFADelete) {
        AWSS3MFADeleteUnknown,
        AWSS3MFADeleteEnabled,
        AWSS3MFADeleteDisabled,
    }

    Swift

    enum AWSS3MFADelete : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSS3MFADeleteStatus) {
        AWSS3MFADeleteStatusUnknown,
        AWSS3MFADeleteStatusEnabled,
        AWSS3MFADeleteStatusDisabled,
    }

    Swift

    enum AWSS3MFADeleteStatus : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSS3MetadataDirective) {
        AWSS3MetadataDirectiveUnknown,
        AWSS3MetadataDirectiveCopy,
        AWSS3MetadataDirectiveReplace,
    }

    Swift

    enum AWSS3MetadataDirective : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSS3MetricsStatus) {
        AWSS3MetricsStatusUnknown,
        AWSS3MetricsStatusEnabled,
        AWSS3MetricsStatusDisabled,
    }

    Swift

    enum AWSS3MetricsStatus : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSS3ObjectCannedACL) {
        AWSS3ObjectCannedACLUnknown,
        AWSS3ObjectCannedACLPrivate,
        AWSS3ObjectCannedACLPublicRead,
        AWSS3ObjectCannedACLPublicReadWrite,
        AWSS3ObjectCannedACLAuthenticatedRead,
        AWSS3ObjectCannedACLAwsExecRead,
        AWSS3ObjectCannedACLBucketOwnerRead,
        AWSS3ObjectCannedACLBucketOwnerFullControl,
    }

    Swift

    enum AWSS3ObjectCannedACL : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSS3ObjectLockEnabled) {
        AWSS3ObjectLockEnabledUnknown,
        AWSS3ObjectLockEnabledEnabled,
    }

    Swift

    enum AWSS3ObjectLockEnabled : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSS3ObjectLockLegalHoldStatus) {
        AWSS3ObjectLockLegalHoldStatusUnknown,
        AWSS3ObjectLockLegalHoldStatusOn,
        AWSS3ObjectLockLegalHoldStatusOff,
    }

    Swift

    enum AWSS3ObjectLockLegalHoldStatus : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSS3ObjectLockMode) {
        AWSS3ObjectLockModeUnknown,
        AWSS3ObjectLockModeGovernance,
        AWSS3ObjectLockModeCompliance,
    }

    Swift

    enum AWSS3ObjectLockMode : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSS3ObjectLockRetentionMode) {
        AWSS3ObjectLockRetentionModeUnknown,
        AWSS3ObjectLockRetentionModeGovernance,
        AWSS3ObjectLockRetentionModeCompliance,
    }

    Swift

    enum AWSS3ObjectLockRetentionMode : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSS3ObjectOwnership) {
        AWSS3ObjectOwnershipUnknown,
        AWSS3ObjectOwnershipBucketOwnerPreferred,
        AWSS3ObjectOwnershipObjectWriter,
    }

    Swift

    enum AWSS3ObjectOwnership : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSS3ObjectStorageClass) {
        AWSS3ObjectStorageClassUnknown,
        AWSS3ObjectStorageClassStandard,
        AWSS3ObjectStorageClassReducedRedundancy,
        AWSS3ObjectStorageClassGlacier,
        AWSS3ObjectStorageClassStandardIa,
        AWSS3ObjectStorageClassOnezoneIa,
        AWSS3ObjectStorageClassIntelligentTiering,
        AWSS3ObjectStorageClassDeepArchive,
        AWSS3ObjectStorageClassOutposts,
    }

    Swift

    enum AWSS3ObjectStorageClass : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSS3ObjectVersionStorageClass) {
        AWSS3ObjectVersionStorageClassUnknown,
        AWSS3ObjectVersionStorageClassStandard,
    }

    Swift

    enum AWSS3ObjectVersionStorageClass : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSS3OwnerOverride) {
        AWSS3OwnerOverrideUnknown,
        AWSS3OwnerOverrideDestination,
    }

    Swift

    enum AWSS3OwnerOverride : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSS3Payer) {
        AWSS3PayerUnknown,
        AWSS3PayerRequester,
        AWSS3PayerBucketOwner,
    }

    Swift

    enum AWSS3Payer : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSS3Permission) {
        AWSS3PermissionUnknown,
        AWSS3PermissionFullControl,
        AWSS3PermissionWrite,
        AWSS3PermissionWriteAcp,
        AWSS3PermissionRead,
        AWSS3PermissionReadAcp,
    }

    Swift

    enum AWSS3Permission : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSS3Protocols) {
        AWSS3ProtocolsUnknown,
        AWSS3ProtocolsHTTP,
        AWSS3ProtocolsHTTPS,
    }

    Swift

    enum AWSS3Protocols : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSS3QuoteFields) {
        AWSS3QuoteFieldsUnknown,
        AWSS3QuoteFieldsAlways,
        AWSS3QuoteFieldsAsneeded,
    }

    Swift

    enum AWSS3QuoteFields : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSS3ReplicationRuleStatus) {
        AWSS3ReplicationRuleStatusUnknown,
        AWSS3ReplicationRuleStatusEnabled,
        AWSS3ReplicationRuleStatusDisabled,
    }

    Swift

    enum AWSS3ReplicationRuleStatus : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSS3ReplicationStatus) {
        AWSS3ReplicationStatusUnknown,
        AWSS3ReplicationStatusComplete,
        AWSS3ReplicationStatusPending,
        AWSS3ReplicationStatusFailed,
        AWSS3ReplicationStatusReplica,
    }

    Swift

    enum AWSS3ReplicationStatus : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSS3ReplicationTimeStatus) {
        AWSS3ReplicationTimeStatusUnknown,
        AWSS3ReplicationTimeStatusEnabled,
        AWSS3ReplicationTimeStatusDisabled,
    }

    Swift

    enum AWSS3ReplicationTimeStatus : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSS3RequestCharged) {
        AWSS3RequestChargedUnknown,
        AWSS3RequestChargedRequester,
    }

    Swift

    enum AWSS3RequestCharged : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSS3RequestPayer) {
        AWSS3RequestPayerUnknown,
        AWSS3RequestPayerRequester,
    }

    Swift

    enum AWSS3RequestPayer : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSS3RestoreRequestType) {
        AWSS3RestoreRequestTypeUnknown,
        AWSS3RestoreRequestTypeSelect,
    }

    Swift

    enum AWSS3RestoreRequestType : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSS3ServerSideEncryption) {
        AWSS3ServerSideEncryptionUnknown,
        AWSS3ServerSideEncryptionAES256,
        AWSS3ServerSideEncryptionAwsKms,
    }

    Swift

    enum AWSS3ServerSideEncryption : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSS3SseKmsEncryptedObjectsStatus) {
        AWSS3SseKmsEncryptedObjectsStatusUnknown,
        AWSS3SseKmsEncryptedObjectsStatusEnabled,
        AWSS3SseKmsEncryptedObjectsStatusDisabled,
    }

    Swift

    enum AWSS3SseKmsEncryptedObjectsStatus : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSS3StorageClass) {
        AWSS3StorageClassUnknown,
        AWSS3StorageClassStandard,
        AWSS3StorageClassReducedRedundancy,
        AWSS3StorageClassStandardIa,
        AWSS3StorageClassOnezoneIa,
        AWSS3StorageClassIntelligentTiering,
        AWSS3StorageClassGlacier,
        AWSS3StorageClassDeepArchive,
        AWSS3StorageClassOutposts,
    }

    Swift

    enum AWSS3StorageClass : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSS3StorageClassAnalysisSchemaVersion) {
        AWSS3StorageClassAnalysisSchemaVersionUnknown,
        AWSS3StorageClassAnalysisSchemaVersionV1,
    }

    Swift

    enum AWSS3StorageClassAnalysisSchemaVersion : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSS3TaggingDirective) {
        AWSS3TaggingDirectiveUnknown,
        AWSS3TaggingDirectiveCopy,
        AWSS3TaggingDirectiveReplace,
    }

    Swift

    enum AWSS3TaggingDirective : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSS3Tier) {
        AWSS3TierUnknown,
        AWSS3TierStandard,
        AWSS3TierBulk,
        AWSS3TierExpedited,
    }

    Swift

    enum AWSS3Tier : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSS3TransitionStorageClass) {
        AWSS3TransitionStorageClassUnknown,
        AWSS3TransitionStorageClassGlacier,
        AWSS3TransitionStorageClassStandardIa,
        AWSS3TransitionStorageClassOnezoneIa,
        AWSS3TransitionStorageClassIntelligentTiering,
        AWSS3TransitionStorageClassDeepArchive,
    }

    Swift

    enum AWSS3TransitionStorageClass : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSS3Types) {
        AWSS3TypesUnknown,
        AWSS3TypesCanonicalUser,
        AWSS3TypesAmazonCustomerByEmail,
        AWSS3TypesGroup,
    }

    Swift

    enum AWSS3Types : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSS3PresignedURLErrorType) {
        AWSS3PresignedURLErrorUnknown,
        AWSS3PresignedURLErrorAccessKeyIsNil,
        AWSS3PresignedURLErrorSecretKeyIsNil,
        AWSS3PresignedURLErrorBucketNameIsNil,
        AWSS3PresignedURLErrorKeyNameIsNil,
        AWSS3PresignedURLErrorInvalidExpiresDate,
        AWSS3PresignedURLErrorUnsupportedHTTPVerbs,
        AWSS3PresignedURLErrorEndpointIsNil,
        AWSS3PresignedURLErrorInvalidServiceType,
        AWSS3PreSignedURLErrorCredentialProviderIsNil,
        AWSS3PreSignedURLErrorInternalError,
        AWSS3PresignedURLErrorInvalidRequestParameters,
        AWSS3PresignedURLErrorInvalidBucketName,
        AWSS3PresignedURLErrorInvalidBucketNameForAccelerateModeEnabled,
        AWSS3PresignedURLErrorInvalidAccessStyleForAccelerateModeEnabled,
    }

    Swift

    enum AWSS3PresignedURLErrorType : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSS3TransferUtilityErrorType) {
        AWSS3TransferUtilityErrorUnknown,
        AWSS3TransferUtilityErrorRedirection,
        AWSS3TransferUtilityErrorClientError,
        AWSS3TransferUtilityErrorServerError,
        AWSS3TransferUtilityErrorLocalFileNotFound,
        AWSS3TransferUtilityErrorBaseDirectoryNotFound,
        AWSS3TransferUtilityErrorPartialFileNotCreated
    }

    Swift

    enum AWSS3TransferUtilityErrorType : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSS3TransferUtilityTransferStatusType) {
        AWSS3TransferUtilityTransferStatusUnknown,
        AWSS3TransferUtilityTransferStatusInProgress,
        AWSS3TransferUtilityTransferStatusPaused,
        AWSS3TransferUtilityTransferStatusCompleted,
        AWSS3TransferUtilityTransferStatusWaiting,
        AWSS3TransferUtilityTransferStatusError,
        AWSS3TransferUtilityTransferStatusCancelled
    }