libZSservicesZSamazonka-chimeZSamazonka-chime
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Chime.Types.Credential

Description

 
Synopsis

Documentation

data Credential Source #

The SIP credentials used to authenticate requests to your Amazon Chime Voice Connector.

See: newCredential smart constructor.

Constructors

Credential' 

Fields

Instances

Instances details
Eq Credential Source # 
Instance details

Defined in Amazonka.Chime.Types.Credential

Show Credential Source # 
Instance details

Defined in Amazonka.Chime.Types.Credential

Generic Credential Source # 
Instance details

Defined in Amazonka.Chime.Types.Credential

Associated Types

type Rep Credential :: Type -> Type #

NFData Credential Source # 
Instance details

Defined in Amazonka.Chime.Types.Credential

Methods

rnf :: Credential -> () #

Hashable Credential Source # 
Instance details

Defined in Amazonka.Chime.Types.Credential

ToJSON Credential Source # 
Instance details

Defined in Amazonka.Chime.Types.Credential

type Rep Credential Source # 
Instance details

Defined in Amazonka.Chime.Types.Credential

type Rep Credential = D1 ('MetaData "Credential" "Amazonka.Chime.Types.Credential" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "Credential'" 'PrefixI 'True) (S1 ('MetaSel ('Just "username") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "password") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text)))))

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.