stratosphere-iot-1.0.0: Stratosphere integration for AWS IoT.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.IoT.RoleAlias

Documentation

data RoleAlias Source #

Instances

Instances details
ToJSON RoleAlias Source # 
Instance details

Defined in Stratosphere.IoT.RoleAlias

Show RoleAlias Source # 
Instance details

Defined in Stratosphere.IoT.RoleAlias

Eq RoleAlias Source # 
Instance details

Defined in Stratosphere.IoT.RoleAlias

ToResourceProperties RoleAlias Source # 
Instance details

Defined in Stratosphere.IoT.RoleAlias

Property "CredentialDurationSeconds" RoleAlias Source # 
Instance details

Defined in Stratosphere.IoT.RoleAlias

Associated Types

type PropertyType "CredentialDurationSeconds" RoleAlias 
Instance details

Defined in Stratosphere.IoT.RoleAlias

type PropertyType "CredentialDurationSeconds" RoleAlias = Value Integer

Methods

set :: PropertyType "CredentialDurationSeconds" RoleAlias -> RoleAlias -> RoleAlias #

Property "RoleAlias" RoleAlias Source # 
Instance details

Defined in Stratosphere.IoT.RoleAlias

Associated Types

type PropertyType "RoleAlias" RoleAlias 
Instance details

Defined in Stratosphere.IoT.RoleAlias

type PropertyType "RoleAlias" RoleAlias = Value Text

Methods

set :: PropertyType "RoleAlias" RoleAlias -> RoleAlias -> RoleAlias #

Property "RoleArn" RoleAlias Source # 
Instance details

Defined in Stratosphere.IoT.RoleAlias

Associated Types

type PropertyType "RoleArn" RoleAlias 
Instance details

Defined in Stratosphere.IoT.RoleAlias

type PropertyType "RoleArn" RoleAlias = Value Text

Methods

set :: PropertyType "RoleArn" RoleAlias -> RoleAlias -> RoleAlias #

Property "Tags" RoleAlias Source # 
Instance details

Defined in Stratosphere.IoT.RoleAlias

Associated Types

type PropertyType "Tags" RoleAlias 
Instance details

Defined in Stratosphere.IoT.RoleAlias

type PropertyType "Tags" RoleAlias = [Tag]
type PropertyType "CredentialDurationSeconds" RoleAlias Source # 
Instance details

Defined in Stratosphere.IoT.RoleAlias

type PropertyType "CredentialDurationSeconds" RoleAlias = Value Integer
type PropertyType "RoleAlias" RoleAlias Source # 
Instance details

Defined in Stratosphere.IoT.RoleAlias

type PropertyType "RoleAlias" RoleAlias = Value Text
type PropertyType "RoleArn" RoleAlias Source # 
Instance details

Defined in Stratosphere.IoT.RoleAlias

type PropertyType "RoleArn" RoleAlias = Value Text
type PropertyType "Tags" RoleAlias Source # 
Instance details

Defined in Stratosphere.IoT.RoleAlias

type PropertyType "Tags" RoleAlias = [Tag]