libZSservicesZSamazonka-kinesis-video-signalingZSamazonka-kinesis-video-signaling
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.KinesisVideoSignaling.Types

Description

 
Synopsis

Service Configuration

defaultService :: Service Source #

API version 2019-12-04 of the Amazon Kinesis Video Signaling Channels SDK configuration.

Errors

_InvalidArgumentException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The value for this input parameter is invalid.

_NotAuthorizedException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The caller is not authorized to perform this operation.

_ClientLimitExceededException :: AsError a => Getting (First ServiceError) a ServiceError Source #

Your request was throttled because you have exceeded the limit of allowed client calls. Try making the call later.

_SessionExpiredException :: AsError a => Getting (First ServiceError) a ServiceError Source #

If the client session is expired. Once the client is connected, the session is valid for 45 minutes. Client should reconnect to the channel to continue sending/receiving messages.

_InvalidClientException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The specified client is invalid.

_ResourceNotFoundException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The specified resource is not found.

Service

newtype Service Source #

Constructors

Service' 

Fields

Bundled Patterns

pattern Service_TURN :: Service 

Instances

Instances details
Eq Service Source # 
Instance details

Defined in Amazonka.KinesisVideoSignaling.Types.Service

Methods

(==) :: Service -> Service -> Bool #

(/=) :: Service -> Service -> Bool #

Ord Service Source # 
Instance details

Defined in Amazonka.KinesisVideoSignaling.Types.Service

Read Service Source # 
Instance details

Defined in Amazonka.KinesisVideoSignaling.Types.Service

Show Service Source # 
Instance details

Defined in Amazonka.KinesisVideoSignaling.Types.Service

Generic Service Source # 
Instance details

Defined in Amazonka.KinesisVideoSignaling.Types.Service

Associated Types

type Rep Service :: Type -> Type #

Methods

from :: Service -> Rep Service x #

to :: Rep Service x -> Service #

NFData Service Source # 
Instance details

Defined in Amazonka.KinesisVideoSignaling.Types.Service

Methods

rnf :: Service -> () #

Hashable Service Source # 
Instance details

Defined in Amazonka.KinesisVideoSignaling.Types.Service

Methods

hashWithSalt :: Int -> Service -> Int #

hash :: Service -> Int #

ToJSON Service Source # 
Instance details

Defined in Amazonka.KinesisVideoSignaling.Types.Service

ToJSONKey Service Source # 
Instance details

Defined in Amazonka.KinesisVideoSignaling.Types.Service

FromJSON Service Source # 
Instance details

Defined in Amazonka.KinesisVideoSignaling.Types.Service

FromJSONKey Service Source # 
Instance details

Defined in Amazonka.KinesisVideoSignaling.Types.Service

ToLog Service Source # 
Instance details

Defined in Amazonka.KinesisVideoSignaling.Types.Service

ToHeader Service Source # 
Instance details

Defined in Amazonka.KinesisVideoSignaling.Types.Service

Methods

toHeader :: HeaderName -> Service -> [Header] #

ToQuery Service Source # 
Instance details

Defined in Amazonka.KinesisVideoSignaling.Types.Service

FromXML Service Source # 
Instance details

Defined in Amazonka.KinesisVideoSignaling.Types.Service

ToXML Service Source # 
Instance details

Defined in Amazonka.KinesisVideoSignaling.Types.Service

Methods

toXML :: Service -> XML #

ToByteString Service Source # 
Instance details

Defined in Amazonka.KinesisVideoSignaling.Types.Service

Methods

toBS :: Service -> ByteString #

FromText Service Source # 
Instance details

Defined in Amazonka.KinesisVideoSignaling.Types.Service

ToText Service Source # 
Instance details

Defined in Amazonka.KinesisVideoSignaling.Types.Service

Methods

toText :: Service -> Text #

type Rep Service Source # 
Instance details

Defined in Amazonka.KinesisVideoSignaling.Types.Service

type Rep Service = D1 ('MetaData "Service" "Amazonka.KinesisVideoSignaling.Types.Service" "libZSservicesZSamazonka-kinesis-video-signalingZSamazonka-kinesis-video-signaling" 'True) (C1 ('MetaCons "Service'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromService") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

IceServer

data IceServer Source #

A structure for the ICE server connection data.

See: newIceServer smart constructor.

Constructors

IceServer' 

Fields

Instances

Instances details
Eq IceServer Source # 
Instance details

Defined in Amazonka.KinesisVideoSignaling.Types.IceServer

Read IceServer Source # 
Instance details

Defined in Amazonka.KinesisVideoSignaling.Types.IceServer

Show IceServer Source # 
Instance details

Defined in Amazonka.KinesisVideoSignaling.Types.IceServer

Generic IceServer Source # 
Instance details

Defined in Amazonka.KinesisVideoSignaling.Types.IceServer

Associated Types

type Rep IceServer :: Type -> Type #

NFData IceServer Source # 
Instance details

Defined in Amazonka.KinesisVideoSignaling.Types.IceServer

Methods

rnf :: IceServer -> () #

Hashable IceServer Source # 
Instance details

Defined in Amazonka.KinesisVideoSignaling.Types.IceServer

FromJSON IceServer Source # 
Instance details

Defined in Amazonka.KinesisVideoSignaling.Types.IceServer

type Rep IceServer Source # 
Instance details

Defined in Amazonka.KinesisVideoSignaling.Types.IceServer

type Rep IceServer = D1 ('MetaData "IceServer" "Amazonka.KinesisVideoSignaling.Types.IceServer" "libZSservicesZSamazonka-kinesis-video-signalingZSamazonka-kinesis-video-signaling" 'False) (C1 ('MetaCons "IceServer'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "ttl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "uris") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "username") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "password") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newIceServer :: IceServer Source #

Create a value of IceServer 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:ttl:IceServer', iceServer_ttl - The period of time, in seconds, during which the username and password are valid.

$sel:uris:IceServer', iceServer_uris - An array of URIs, in the form specified in the I-D.petithuguenin-behave-turn-uris spec. These URIs provide the different addresses and/or protocols that can be used to reach the TURN server.

$sel:username:IceServer', iceServer_username - A username to login to the ICE server.

$sel:password:IceServer', iceServer_password - A password to login to the ICE server.

iceServer_ttl :: Lens' IceServer (Maybe Natural) Source #

The period of time, in seconds, during which the username and password are valid.

iceServer_uris :: Lens' IceServer (Maybe [Text]) Source #

An array of URIs, in the form specified in the I-D.petithuguenin-behave-turn-uris spec. These URIs provide the different addresses and/or protocols that can be used to reach the TURN server.

iceServer_username :: Lens' IceServer (Maybe Text) Source #

A username to login to the ICE server.

iceServer_password :: Lens' IceServer (Maybe Text) Source #

A password to login to the ICE server.