amazonka-chime-2.0: Amazon Chime SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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
ToJSON 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 #

Show Credential Source # 
Instance details

Defined in Amazonka.Chime.Types.Credential

NFData Credential Source # 
Instance details

Defined in Amazonka.Chime.Types.Credential

Methods

rnf :: Credential -> () #

Eq Credential Source # 
Instance details

Defined in Amazonka.Chime.Types.Credential

Hashable 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" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "Credential'" 'PrefixI 'True) (S1 ('MetaSel ('Just "password") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "username") '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:password:Credential', credential_password - The RFC2617 compliant password associated with the SIP credentials, in US-ASCII format.

$sel:username:Credential', credential_username - 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.

credential_username :: Lens' Credential (Maybe Text) Source #

The RFC2617 compliant user name associated with the SIP credentials, in US-ASCII format.