AWSS3RestoreRequestType

Objective-C

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

Swift

enum AWSS3RestoreRequestType : Int, @unchecked Sendable

Undocumented