AWSLocationIntendedUse

Objective-C

NS_ENUM(NSInteger, AWSLocationIntendedUse) {
    AWSLocationIntendedUseUnknown,
    AWSLocationIntendedUseSingleUse,
    AWSLocationIntendedUseStorage,
}

Swift

enum AWSLocationIntendedUse : Int, @unchecked Sendable

Undocumented