stratosphere-kinesisvideo-1.0.0: Stratosphere integration for AWS KinesisVideo.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.KinesisVideo.Stream

Documentation

data Stream Source #

Instances

Instances details
ToJSON Stream Source # 
Instance details

Defined in Stratosphere.KinesisVideo.Stream

Show Stream Source # 
Instance details

Defined in Stratosphere.KinesisVideo.Stream

Eq Stream Source # 
Instance details

Defined in Stratosphere.KinesisVideo.Stream

Methods

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

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

ToResourceProperties Stream Source # 
Instance details

Defined in Stratosphere.KinesisVideo.Stream

Property "DataRetentionInHours" Stream Source # 
Instance details

Defined in Stratosphere.KinesisVideo.Stream

Associated Types

type PropertyType "DataRetentionInHours" Stream 
Instance details

Defined in Stratosphere.KinesisVideo.Stream

type PropertyType "DataRetentionInHours" Stream = Value Integer

Methods

set :: PropertyType "DataRetentionInHours" Stream -> Stream -> Stream #

Property "DeviceName" Stream Source # 
Instance details

Defined in Stratosphere.KinesisVideo.Stream

Associated Types

type PropertyType "DeviceName" Stream 
Instance details

Defined in Stratosphere.KinesisVideo.Stream

type PropertyType "DeviceName" Stream = Value Text

Methods

set :: PropertyType "DeviceName" Stream -> Stream -> Stream #

Property "KmsKeyId" Stream Source # 
Instance details

Defined in Stratosphere.KinesisVideo.Stream

Associated Types

type PropertyType "KmsKeyId" Stream 
Instance details

Defined in Stratosphere.KinesisVideo.Stream

type PropertyType "KmsKeyId" Stream = Value Text

Methods

set :: PropertyType "KmsKeyId" Stream -> Stream -> Stream #

Property "MediaType" Stream Source # 
Instance details

Defined in Stratosphere.KinesisVideo.Stream

Associated Types

type PropertyType "MediaType" Stream 
Instance details

Defined in Stratosphere.KinesisVideo.Stream

type PropertyType "MediaType" Stream = Value Text

Methods

set :: PropertyType "MediaType" Stream -> Stream -> Stream #

Property "Name" Stream Source # 
Instance details

Defined in Stratosphere.KinesisVideo.Stream

Associated Types

type PropertyType "Name" Stream 
Instance details

Defined in Stratosphere.KinesisVideo.Stream

Methods

set :: PropertyType "Name" Stream -> Stream -> Stream #

Property "Tags" Stream Source # 
Instance details

Defined in Stratosphere.KinesisVideo.Stream

Associated Types

type PropertyType "Tags" Stream 
Instance details

Defined in Stratosphere.KinesisVideo.Stream

type PropertyType "Tags" Stream = [Tag]

Methods

set :: PropertyType "Tags" Stream -> Stream -> Stream #

type PropertyType "DataRetentionInHours" Stream Source # 
Instance details

Defined in Stratosphere.KinesisVideo.Stream

type PropertyType "DataRetentionInHours" Stream = Value Integer
type PropertyType "DeviceName" Stream Source # 
Instance details

Defined in Stratosphere.KinesisVideo.Stream

type PropertyType "DeviceName" Stream = Value Text
type PropertyType "KmsKeyId" Stream Source # 
Instance details

Defined in Stratosphere.KinesisVideo.Stream

type PropertyType "KmsKeyId" Stream = Value Text
type PropertyType "MediaType" Stream Source # 
Instance details

Defined in Stratosphere.KinesisVideo.Stream

type PropertyType "MediaType" Stream = Value Text
type PropertyType "Name" Stream Source # 
Instance details

Defined in Stratosphere.KinesisVideo.Stream

type PropertyType "Tags" Stream Source # 
Instance details

Defined in Stratosphere.KinesisVideo.Stream

type PropertyType "Tags" Stream = [Tag]