amazonka-chime-sdk-identity-2.0: Amazon Chime SDK Identity 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.ChimeSDKIdentity.Types.EndpointAttributes

Description

 
Synopsis

Documentation

data EndpointAttributes Source #

The attributes of an Endpoint.

See: newEndpointAttributes smart constructor.

Constructors

EndpointAttributes' 

Fields

Instances

Instances details
FromJSON EndpointAttributes Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.EndpointAttributes

ToJSON EndpointAttributes Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.EndpointAttributes

Generic EndpointAttributes Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.EndpointAttributes

Associated Types

type Rep EndpointAttributes :: Type -> Type #

Show EndpointAttributes Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.EndpointAttributes

NFData EndpointAttributes Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.EndpointAttributes

Methods

rnf :: EndpointAttributes -> () #

Eq EndpointAttributes Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.EndpointAttributes

Hashable EndpointAttributes Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.EndpointAttributes

type Rep EndpointAttributes Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.EndpointAttributes

type Rep EndpointAttributes = D1 ('MetaData "EndpointAttributes" "Amazonka.ChimeSDKIdentity.Types.EndpointAttributes" "amazonka-chime-sdk-identity-2.0-4Oyp0DV6v8255OObqkKpjC" 'False) (C1 ('MetaCons "EndpointAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "voipDeviceToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "deviceToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text))))

newEndpointAttributes Source #

Create a value of EndpointAttributes 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:voipDeviceToken:EndpointAttributes', endpointAttributes_voipDeviceToken - The VOIP device token for the APNS and APNS_SANDBOX endpoint types.

$sel:deviceToken:EndpointAttributes', endpointAttributes_deviceToken - The device token for the GCM, APNS, and APNS_SANDBOX endpoint types.

endpointAttributes_voipDeviceToken :: Lens' EndpointAttributes (Maybe Text) Source #

The VOIP device token for the APNS and APNS_SANDBOX endpoint types.

endpointAttributes_deviceToken :: Lens' EndpointAttributes Text Source #

The device token for the GCM, APNS, and APNS_SANDBOX endpoint types.