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 |
Synopsis
- data Credential = Credential' {}
- newCredential :: Credential
- credential_username :: Lens' Credential (Maybe Text)
- credential_password :: Lens' Credential (Maybe Text)
Documentation
data Credential Source #
The SIP credentials used to authenticate requests to your Amazon Chime Voice Connector.
See: newCredential
smart constructor.
Instances
newCredential :: Credential Source #
Create a value of Credential
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:username:Credential'
, credential_username
- The RFC2617 compliant user name associated with the SIP credentials, in
US-ASCII format.
$sel:password:Credential'
, credential_password
- The RFC2617 compliant password associated with the SIP credentials, in
US-ASCII format.
credential_username :: Lens' Credential (Maybe Text) Source #
The RFC2617 compliant user name associated with the SIP credentials, in US-ASCII format.
credential_password :: Lens' Credential (Maybe Text) Source #
The RFC2617 compliant password associated with the SIP credentials, in US-ASCII format.