libZSservicesZSamazonka-connectparticipantZSamazonka-connectparticipant
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.ConnectParticipant.Types.Websocket

Description

 
Synopsis

Documentation

data Websocket Source #

The websocket for the participant's connection.

See: newWebsocket smart constructor.

Constructors

Websocket' 

Fields

  • url :: Maybe Text

    The URL of the websocket.

  • connectionExpiry :: Maybe Text

    The URL expiration timestamp in ISO date format.

    It's specified in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For example, 2019-11-08T02:41:28.172Z.

Instances

Instances details
Eq Websocket Source # 
Instance details

Defined in Amazonka.ConnectParticipant.Types.Websocket

Read Websocket Source # 
Instance details

Defined in Amazonka.ConnectParticipant.Types.Websocket

Show Websocket Source # 
Instance details

Defined in Amazonka.ConnectParticipant.Types.Websocket

Generic Websocket Source # 
Instance details

Defined in Amazonka.ConnectParticipant.Types.Websocket

Associated Types

type Rep Websocket :: Type -> Type #

NFData Websocket Source # 
Instance details

Defined in Amazonka.ConnectParticipant.Types.Websocket

Methods

rnf :: Websocket -> () #

Hashable Websocket Source # 
Instance details

Defined in Amazonka.ConnectParticipant.Types.Websocket

FromJSON Websocket Source # 
Instance details

Defined in Amazonka.ConnectParticipant.Types.Websocket

type Rep Websocket Source # 
Instance details

Defined in Amazonka.ConnectParticipant.Types.Websocket

type Rep Websocket = D1 ('MetaData "Websocket" "Amazonka.ConnectParticipant.Types.Websocket" "libZSservicesZSamazonka-connectparticipantZSamazonka-connectparticipant" 'False) (C1 ('MetaCons "Websocket'" 'PrefixI 'True) (S1 ('MetaSel ('Just "url") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "connectionExpiry") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newWebsocket :: Websocket Source #

Create a value of Websocket 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:url:Websocket', websocket_url - The URL of the websocket.

$sel:connectionExpiry:Websocket', websocket_connectionExpiry - The URL expiration timestamp in ISO date format.

It's specified in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For example, 2019-11-08T02:41:28.172Z.

websocket_url :: Lens' Websocket (Maybe Text) Source #

The URL of the websocket.

websocket_connectionExpiry :: Lens' Websocket (Maybe Text) Source #

The URL expiration timestamp in ISO date format.

It's specified in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For example, 2019-11-08T02:41:28.172Z.