Enumerations
The following enumerations are available globally.
-
Undocumented
See moreDeclaration
Objective-C
NS_ENUM(NSInteger, AWSLogsErrorType) { AWSLogsErrorUnknown, AWSLogsErrorDataAlreadyAccepted, AWSLogsErrorInvalidOperation, AWSLogsErrorInvalidParameter, AWSLogsErrorInvalidSequenceToken, AWSLogsErrorLimitExceeded, AWSLogsErrorMalformedQuery, AWSLogsErrorOperationAborted, AWSLogsErrorResourceAlreadyExists, AWSLogsErrorResourceNotFound, AWSLogsErrorServiceUnavailable, AWSLogsErrorTooManyTags, AWSLogsErrorUnrecognizedClient, }
Swift
enum AWSLogsErrorType : Int, @unchecked Sendable
-
Undocumented
See moreDeclaration
Objective-C
NS_ENUM(NSInteger, AWSLogsDataProtectionStatus) { AWSLogsDataProtectionStatusUnknown, AWSLogsDataProtectionStatusActivated, AWSLogsDataProtectionStatusDeleted, AWSLogsDataProtectionStatusArchived, AWSLogsDataProtectionStatusDisabled, }
Swift
enum AWSLogsDataProtectionStatus : Int, @unchecked Sendable
-
Undocumented
See moreDeclaration
Objective-C
NS_ENUM(NSInteger, AWSLogsDistribution) { AWSLogsDistributionUnknown, AWSLogsDistributionRandom, AWSLogsDistributionByLogStream, }
Swift
enum AWSLogsDistribution : Int, @unchecked Sendable
-
Undocumented
See moreDeclaration
Objective-C
NS_ENUM(NSInteger, AWSLogsExportTaskStatusCode) { AWSLogsExportTaskStatusCodeUnknown, AWSLogsExportTaskStatusCodeCancelled, AWSLogsExportTaskStatusCodeCompleted, AWSLogsExportTaskStatusCodeFailed, AWSLogsExportTaskStatusCodePending, AWSLogsExportTaskStatusCodePendingCancel, AWSLogsExportTaskStatusCodeRunning, }
Swift
enum AWSLogsExportTaskStatusCode : Int, @unchecked Sendable
-
Undocumented
See moreDeclaration
Objective-C
NS_ENUM(NSInteger, AWSLogsInheritedProperty) { AWSLogsInheritedPropertyUnknown, AWSLogsInheritedPropertyAccountDataProtection, }
Swift
enum AWSLogsInheritedProperty : Int, @unchecked Sendable
-
Undocumented
See moreDeclaration
Objective-C
NS_ENUM(NSInteger, AWSLogsOrderBy) { AWSLogsOrderByUnknown, AWSLogsOrderByLogStreamName, AWSLogsOrderByLastEventTime, }
Swift
enum AWSLogsOrderBy : Int, @unchecked Sendable
-
Undocumented
See moreDeclaration
Objective-C
NS_ENUM(NSInteger, AWSLogsPolicyType) { AWSLogsPolicyTypeUnknown, AWSLogsPolicyTypeDataProtectionPolicy, }
Swift
enum AWSLogsPolicyType : Int, @unchecked Sendable
-
Undocumented
See moreDeclaration
Objective-C
NS_ENUM(NSInteger, AWSLogsQueryStatus) { AWSLogsQueryStatusUnknown, AWSLogsQueryStatusScheduled, AWSLogsQueryStatusRunning, AWSLogsQueryStatusComplete, AWSLogsQueryStatusFailed, AWSLogsQueryStatusCancelled, AWSLogsQueryStatusTimeout, }
Swift
enum AWSLogsQueryStatus : Int, @unchecked Sendable
-
Undocumented
See moreDeclaration
Objective-C
NS_ENUM(NSInteger, AWSLogsScope) { AWSLogsScopeUnknown, AWSLogsScopeAll, }
Swift
enum AWSLogsScope : Int, @unchecked Sendable
-
Undocumented
See moreDeclaration
Objective-C
NS_ENUM(NSInteger, AWSLogsStandardUnit) { AWSLogsStandardUnitUnknown, AWSLogsStandardUnitSeconds, AWSLogsStandardUnitMicroseconds, AWSLogsStandardUnitMilliseconds, AWSLogsStandardUnitBytes, AWSLogsStandardUnitKilobytes, AWSLogsStandardUnitMegabytes, AWSLogsStandardUnitGigabytes, AWSLogsStandardUnitTerabytes, AWSLogsStandardUnitBits, AWSLogsStandardUnitKilobits, AWSLogsStandardUnitMegabits, AWSLogsStandardUnitGigabits, AWSLogsStandardUnitTerabits, AWSLogsStandardUnitPercent, AWSLogsStandardUnitCount, AWSLogsStandardUnitBytesSecond, AWSLogsStandardUnitKilobytesSecond, AWSLogsStandardUnitMegabytesSecond, AWSLogsStandardUnitGigabytesSecond, AWSLogsStandardUnitTerabytesSecond, AWSLogsStandardUnitBitsSecond, AWSLogsStandardUnitKilobitsSecond, AWSLogsStandardUnitMegabitsSecond, AWSLogsStandardUnitGigabitsSecond, AWSLogsStandardUnitTerabitsSecond, AWSLogsStandardUnitCountSecond, AWSLogsStandardUnitNone, }
Swift
enum AWSLogsStandardUnit : Int, @unchecked Sendable