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

Stratosphere.IoT.Command

Documentation

data Command Source #

Constructors

Command

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-command.html

Fields

Instances

Instances details
ToJSON Command Source # 
Instance details

Defined in Stratosphere.IoT.Command

Show Command Source # 
Instance details

Defined in Stratosphere.IoT.Command

Eq Command Source # 
Instance details

Defined in Stratosphere.IoT.Command

Methods

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

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

ToResourceProperties Command Source # 
Instance details

Defined in Stratosphere.IoT.Command

Property "CommandId" Command Source # 
Instance details

Defined in Stratosphere.IoT.Command

Associated Types

type PropertyType "CommandId" Command 
Instance details

Defined in Stratosphere.IoT.Command

type PropertyType "CommandId" Command = Value Text

Methods

set :: PropertyType "CommandId" Command -> Command -> Command #

Property "CreatedAt" Command Source # 
Instance details

Defined in Stratosphere.IoT.Command

Associated Types

type PropertyType "CreatedAt" Command 
Instance details

Defined in Stratosphere.IoT.Command

type PropertyType "CreatedAt" Command = Value Text

Methods

set :: PropertyType "CreatedAt" Command -> Command -> Command #

Property "Deprecated" Command Source # 
Instance details

Defined in Stratosphere.IoT.Command

Associated Types

type PropertyType "Deprecated" Command 
Instance details

Defined in Stratosphere.IoT.Command

type PropertyType "Deprecated" Command = Value Bool

Methods

set :: PropertyType "Deprecated" Command -> Command -> Command #

Property "Description" Command Source # 
Instance details

Defined in Stratosphere.IoT.Command

Associated Types

type PropertyType "Description" Command 
Instance details

Defined in Stratosphere.IoT.Command

type PropertyType "Description" Command = Value Text

Methods

set :: PropertyType "Description" Command -> Command -> Command #

Property "DisplayName" Command Source # 
Instance details

Defined in Stratosphere.IoT.Command

Associated Types

type PropertyType "DisplayName" Command 
Instance details

Defined in Stratosphere.IoT.Command

type PropertyType "DisplayName" Command = Value Text

Methods

set :: PropertyType "DisplayName" Command -> Command -> Command #

Property "LastUpdatedAt" Command Source # 
Instance details

Defined in Stratosphere.IoT.Command

Associated Types

type PropertyType "LastUpdatedAt" Command 
Instance details

Defined in Stratosphere.IoT.Command

type PropertyType "LastUpdatedAt" Command = Value Text

Methods

set :: PropertyType "LastUpdatedAt" Command -> Command -> Command #

Property "MandatoryParameters" Command Source # 
Instance details

Defined in Stratosphere.IoT.Command

Associated Types

type PropertyType "MandatoryParameters" Command 
Instance details

Defined in Stratosphere.IoT.Command

type PropertyType "MandatoryParameters" Command = [CommandParameterProperty]

Methods

set :: PropertyType "MandatoryParameters" Command -> Command -> Command #

Property "Namespace" Command Source # 
Instance details

Defined in Stratosphere.IoT.Command

Associated Types

type PropertyType "Namespace" Command 
Instance details

Defined in Stratosphere.IoT.Command

type PropertyType "Namespace" Command = Value Text

Methods

set :: PropertyType "Namespace" Command -> Command -> Command #

Property "Payload" Command Source # 
Instance details

Defined in Stratosphere.IoT.Command

Associated Types

type PropertyType "Payload" Command 
Instance details

Defined in Stratosphere.IoT.Command

Methods

set :: PropertyType "Payload" Command -> Command -> Command #

Property "PendingDeletion" Command Source # 
Instance details

Defined in Stratosphere.IoT.Command

Associated Types

type PropertyType "PendingDeletion" Command 
Instance details

Defined in Stratosphere.IoT.Command

type PropertyType "PendingDeletion" Command = Value Bool

Methods

set :: PropertyType "PendingDeletion" Command -> Command -> Command #

Property "RoleArn" Command Source # 
Instance details

Defined in Stratosphere.IoT.Command

Associated Types

type PropertyType "RoleArn" Command 
Instance details

Defined in Stratosphere.IoT.Command

type PropertyType "RoleArn" Command = Value Text

Methods

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

Property "Tags" Command Source # 
Instance details

Defined in Stratosphere.IoT.Command

Associated Types

type PropertyType "Tags" Command 
Instance details

Defined in Stratosphere.IoT.Command

type PropertyType "Tags" Command = [Tag]

Methods

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

type PropertyType "CommandId" Command Source # 
Instance details

Defined in Stratosphere.IoT.Command

type PropertyType "CommandId" Command = Value Text
type PropertyType "CreatedAt" Command Source # 
Instance details

Defined in Stratosphere.IoT.Command

type PropertyType "CreatedAt" Command = Value Text
type PropertyType "Deprecated" Command Source # 
Instance details

Defined in Stratosphere.IoT.Command

type PropertyType "Deprecated" Command = Value Bool
type PropertyType "Description" Command Source # 
Instance details

Defined in Stratosphere.IoT.Command

type PropertyType "Description" Command = Value Text
type PropertyType "DisplayName" Command Source # 
Instance details

Defined in Stratosphere.IoT.Command

type PropertyType "DisplayName" Command = Value Text
type PropertyType "LastUpdatedAt" Command Source # 
Instance details

Defined in Stratosphere.IoT.Command

type PropertyType "LastUpdatedAt" Command = Value Text
type PropertyType "MandatoryParameters" Command Source # 
Instance details

Defined in Stratosphere.IoT.Command

type PropertyType "MandatoryParameters" Command = [CommandParameterProperty]
type PropertyType "Namespace" Command Source # 
Instance details

Defined in Stratosphere.IoT.Command

type PropertyType "Namespace" Command = Value Text
type PropertyType "Payload" Command Source # 
Instance details

Defined in Stratosphere.IoT.Command

type PropertyType "PendingDeletion" Command Source # 
Instance details

Defined in Stratosphere.IoT.Command

type PropertyType "PendingDeletion" Command = Value Bool
type PropertyType "RoleArn" Command Source # 
Instance details

Defined in Stratosphere.IoT.Command

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

Defined in Stratosphere.IoT.Command

type PropertyType "Tags" Command = [Tag]