Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data RecoveryOptionType Source #
A map containing a priority as a key, and recovery method name as a value.
See: newRecoveryOptionType
smart constructor.
RecoveryOptionType' | |
|
Instances
newRecoveryOptionType Source #
Create a value of RecoveryOptionType
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:priority:RecoveryOptionType'
, recoveryOptionType_priority
- A positive integer specifying priority of a method with 1 being the
highest priority.
$sel:name:RecoveryOptionType'
, recoveryOptionType_name
- Specifies the recovery method for a user.
recoveryOptionType_priority :: Lens' RecoveryOptionType Natural Source #
A positive integer specifying priority of a method with 1 being the highest priority.
recoveryOptionType_name :: Lens' RecoveryOptionType RecoveryOptionNameType Source #
Specifies the recovery method for a user.