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.EndpointState

Description

 
Synopsis

Documentation

data EndpointState Source #

A read-only field that represents the state of an AppInstanceUserEndpoint. Supported values:

  • ACTIVE: The AppInstanceUserEndpoint is active and able to receive messages. When ACTIVE, the EndpointStatusReason remains empty.
  • INACTIVE: The AppInstanceUserEndpoint is inactive and can't receive message. When INACTIVE, the corresponding reason will be conveyed through EndpointStatusReason.
  • INVALID_DEVICE_TOKEN indicates that an AppInstanceUserEndpoint is INACTIVE due to invalid device token
  • INVALID_PINPOINT_ARN indicates that an AppInstanceUserEndpoint is INACTIVE due to an invalid pinpoint ARN that was input through the ResourceArn field.

See: newEndpointState smart constructor.

Constructors

EndpointState' 

Fields

Instances

Instances details
FromJSON EndpointState Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.EndpointState

Generic EndpointState Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.EndpointState

Associated Types

type Rep EndpointState :: Type -> Type #

Read EndpointState Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.EndpointState

Show EndpointState Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.EndpointState

NFData EndpointState Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.EndpointState

Methods

rnf :: EndpointState -> () #

Eq EndpointState Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.EndpointState

Hashable EndpointState Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.EndpointState

type Rep EndpointState Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.EndpointState

type Rep EndpointState = D1 ('MetaData "EndpointState" "Amazonka.ChimeSDKIdentity.Types.EndpointState" "amazonka-chime-sdk-identity-2.0-4Oyp0DV6v8255OObqkKpjC" 'False) (C1 ('MetaCons "EndpointState'" 'PrefixI 'True) (S1 ('MetaSel ('Just "statusReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EndpointStatusReason)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 EndpointStatus)))

newEndpointState Source #

Create a value of EndpointState 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:statusReason:EndpointState', endpointState_statusReason - The reason for the EndpointStatus.

$sel:status:EndpointState', endpointState_status - Enum that indicates the Status of an AppInstanceUserEndpoint.

endpointState_status :: Lens' EndpointState EndpointStatus Source #

Enum that indicates the Status of an AppInstanceUserEndpoint.