Enumerations
The following enumerations are available globally.
-
Undocumented
See moreDeclaration
Objective-C
NS_ENUM(NSInteger, AWSLogsErrorType) { AWSLogsErrorUnknown, AWSLogsErrorAccessDenied, AWSLogsErrorConflict, AWSLogsErrorDataAlreadyAccepted, AWSLogsErrorInvalidOperation, AWSLogsErrorInvalidParameter, AWSLogsErrorInvalidSequenceToken, AWSLogsErrorLimitExceeded, AWSLogsErrorMalformedQuery, AWSLogsErrorOperationAborted, AWSLogsErrorResourceAlreadyExists, AWSLogsErrorResourceNotFound, AWSLogsErrorServiceQuotaExceeded, AWSLogsErrorServiceUnavailable, AWSLogsErrorSessionStreaming, AWSLogsErrorSessionTimeout, AWSLogsErrorThrottling, AWSLogsErrorTooManyTags, AWSLogsErrorUnrecognizedClient, AWSLogsErrorValidation, }
Swift
enum AWSLogsErrorType : Int, @unchecked Sendable
-
Undocumented
See moreDeclaration
Objective-C
NS_ENUM(NSInteger, AWSLogsAnomalyDetectorStatus) { AWSLogsAnomalyDetectorStatusUnknown, AWSLogsAnomalyDetectorStatusInitializing, AWSLogsAnomalyDetectorStatusTraining, AWSLogsAnomalyDetectorStatusAnalyzing, AWSLogsAnomalyDetectorStatusFailed, AWSLogsAnomalyDetectorStatusDeleted, AWSLogsAnomalyDetectorStatusPaused, }
Swift
enum AWSLogsAnomalyDetectorStatus : 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, AWSLogsDeliveryDestinationType) { AWSLogsDeliveryDestinationTypeUnknown, AWSLogsDeliveryDestinationTypeS3, AWSLogsDeliveryDestinationTypeCwl, AWSLogsDeliveryDestinationTypeFh, }
Swift
enum AWSLogsDeliveryDestinationType : 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, AWSLogsEvaluationFrequency) { AWSLogsEvaluationFrequencyUnknown, AWSLogsEvaluationFrequencyOneMin, AWSLogsEvaluationFrequencyFiveMin, AWSLogsEvaluationFrequencyTenMin, AWSLogsEvaluationFrequencyFifteenMin, AWSLogsEvaluationFrequencyThirtyMin, AWSLogsEvaluationFrequencyOneHour, }
Swift
enum AWSLogsEvaluationFrequency : 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, AWSLogsLogGroupClass) { AWSLogsLogGroupClassUnknown, AWSLogsLogGroupClassStandard, AWSLogsLogGroupClassInfrequentAccess, }
Swift
enum AWSLogsLogGroupClass : 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, AWSLogsOutputFormat) { AWSLogsOutputFormatUnknown, AWSLogsOutputFormatJson, AWSLogsOutputFormatPlain, AWSLogsOutputFormatW3c, AWSLogsOutputFormatRaw, AWSLogsOutputFormatParquet, }
Swift
enum AWSLogsOutputFormat : Int, @unchecked Sendable
-
Undocumented
See moreDeclaration
Objective-C
NS_ENUM(NSInteger, AWSLogsPolicyType) { AWSLogsPolicyTypeUnknown, AWSLogsPolicyTypeDataProtectionPolicy, AWSLogsPolicyTypeSubscriptionFilterPolicy, }
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
-
Undocumented
See moreDeclaration
Objective-C
NS_ENUM(NSInteger, AWSLogsState) { AWSLogsStateUnknown, AWSLogsStateActive, AWSLogsStateSuppressed, AWSLogsStateBaseline, }
Swift
enum AWSLogsState : Int, @unchecked Sendable
-
Undocumented
See moreDeclaration
Objective-C
NS_ENUM(NSInteger, AWSLogsSuppressionState) { AWSLogsSuppressionStateUnknown, AWSLogsSuppressionStateSuppressed, AWSLogsSuppressionStateUnsuppressed, }
Swift
enum AWSLogsSuppressionState : Int, @unchecked Sendable
-
Undocumented
See moreDeclaration
Objective-C
NS_ENUM(NSInteger, AWSLogsSuppressionType) { AWSLogsSuppressionTypeUnknown, AWSLogsSuppressionTypeLimited, AWSLogsSuppressionTypeInfinite, }
Swift
enum AWSLogsSuppressionType : Int, @unchecked Sendable
-
Undocumented
See moreDeclaration
Objective-C
NS_ENUM(NSInteger, AWSLogsSuppressionUnit) { AWSLogsSuppressionUnitUnknown, AWSLogsSuppressionUnitSeconds, AWSLogsSuppressionUnitMinutes, AWSLogsSuppressionUnitHours, }
Swift
enum AWSLogsSuppressionUnit : Int, @unchecked Sendable