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 ChallengeResponseType Source #
The challenge response type.
See: newChallengeResponseType
smart constructor.
ChallengeResponseType' | |
|
Instances
newChallengeResponseType :: ChallengeResponseType Source #
Create a value of ChallengeResponseType
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:challengeName:ChallengeResponseType'
, challengeResponseType_challengeName
- The challenge name
$sel:challengeResponse:ChallengeResponseType'
, challengeResponseType_challengeResponse
- The challenge response.
challengeResponseType_challengeName :: Lens' ChallengeResponseType (Maybe ChallengeName) Source #
The challenge name
challengeResponseType_challengeResponse :: Lens' ChallengeResponseType (Maybe ChallengeResponse) Source #
The challenge response.