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

Description

 
Synopsis

Documentation

data AppInstanceUserEndpointSummary Source #

Summary of the details of an AppInstanceUserEndpoint.

See: newAppInstanceUserEndpointSummary smart constructor.

Constructors

AppInstanceUserEndpointSummary' 

Fields

Instances

Instances details
FromJSON AppInstanceUserEndpointSummary Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AppInstanceUserEndpointSummary

Generic AppInstanceUserEndpointSummary Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AppInstanceUserEndpointSummary

Associated Types

type Rep AppInstanceUserEndpointSummary :: Type -> Type #

Show AppInstanceUserEndpointSummary Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AppInstanceUserEndpointSummary

NFData AppInstanceUserEndpointSummary Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AppInstanceUserEndpointSummary

Eq AppInstanceUserEndpointSummary Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AppInstanceUserEndpointSummary

Hashable AppInstanceUserEndpointSummary Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AppInstanceUserEndpointSummary

type Rep AppInstanceUserEndpointSummary Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AppInstanceUserEndpointSummary

type Rep AppInstanceUserEndpointSummary = D1 ('MetaData "AppInstanceUserEndpointSummary" "Amazonka.ChimeSDKIdentity.Types.AppInstanceUserEndpointSummary" "amazonka-chime-sdk-identity-2.0-4Oyp0DV6v8255OObqkKpjC" 'False) (C1 ('MetaCons "AppInstanceUserEndpointSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "allowMessages") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AllowMessages)) :*: (S1 ('MetaSel ('Just "appInstanceUserArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "endpointId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))))) :*: (S1 ('MetaSel ('Just "endpointState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EndpointState)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AppInstanceUserEndpointType))))))

newAppInstanceUserEndpointSummary :: AppInstanceUserEndpointSummary Source #

Create a value of AppInstanceUserEndpointSummary 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:allowMessages:AppInstanceUserEndpointSummary', appInstanceUserEndpointSummary_allowMessages - BBoolean that controls whether the AppInstanceUserEndpoint is opted in to receive messages. ALL indicates the endpoint will receive all messages. NONE indicates the endpoint will receive no messages.

$sel:appInstanceUserArn:AppInstanceUserEndpointSummary', appInstanceUserEndpointSummary_appInstanceUserArn - The ARN of the AppInstanceUser.

$sel:endpointId:AppInstanceUserEndpointSummary', appInstanceUserEndpointSummary_endpointId - The unique identifier of the AppInstanceUserEndpoint.

$sel:endpointState:AppInstanceUserEndpointSummary', appInstanceUserEndpointSummary_endpointState - A read-only field that represent the state of an AppInstanceUserEndpoint.

$sel:name:AppInstanceUserEndpointSummary', appInstanceUserEndpointSummary_name - The name of the AppInstanceUserEndpoint.

$sel:type':AppInstanceUserEndpointSummary', appInstanceUserEndpointSummary_type - The type of the AppInstanceUserEndpoint.

appInstanceUserEndpointSummary_allowMessages :: Lens' AppInstanceUserEndpointSummary (Maybe AllowMessages) Source #

BBoolean that controls whether the AppInstanceUserEndpoint is opted in to receive messages. ALL indicates the endpoint will receive all messages. NONE indicates the endpoint will receive no messages.

appInstanceUserEndpointSummary_endpointId :: Lens' AppInstanceUserEndpointSummary (Maybe Text) Source #

The unique identifier of the AppInstanceUserEndpoint.

appInstanceUserEndpointSummary_endpointState :: Lens' AppInstanceUserEndpointSummary (Maybe EndpointState) Source #

A read-only field that represent the state of an AppInstanceUserEndpoint.