Stratosphere.IoT.Command
module Stratosphere.IoT.Command.CommandParameterProperty
module Stratosphere.IoT.Command.CommandPayloadProperty
data Command Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-command.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-command.html#cfn-iot-command-commandid
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-command.html#cfn-iot-command-createdat
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-command.html#cfn-iot-command-deprecated
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-command.html#cfn-iot-command-description
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-command.html#cfn-iot-command-displayname
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-command.html#cfn-iot-command-lastupdatedat
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-command.html#cfn-iot-command-mandatoryparameters
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-command.html#cfn-iot-command-namespace
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-command.html#cfn-iot-command-payload
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-command.html#cfn-iot-command-pendingdeletion
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-command.html#cfn-iot-command-rolearn
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-command.html#cfn-iot-command-tags
Defined in Stratosphere.IoT.Command
Methods
toJSON :: Command -> Value #
toEncoding :: Command -> Encoding #
toJSONList :: [Command] -> Value #
toEncodingList :: [Command] -> Encoding #
omitField :: Command -> Bool #
showsPrec :: Int -> Command -> ShowS #
show :: Command -> String #
showList :: [Command] -> ShowS #
(==) :: Command -> Command -> Bool #
(/=) :: Command -> Command -> Bool #
toResourceProperties :: Command -> ResourceProperties #
Associated Types
set :: PropertyType "CommandId" Command -> Command -> Command #
set :: PropertyType "CreatedAt" Command -> Command -> Command #
set :: PropertyType "Deprecated" Command -> Command -> Command #
set :: PropertyType "Description" Command -> Command -> Command #
set :: PropertyType "DisplayName" Command -> Command -> Command #
set :: PropertyType "LastUpdatedAt" Command -> Command -> Command #
set :: PropertyType "MandatoryParameters" Command -> Command -> Command #
set :: PropertyType "Namespace" Command -> Command -> Command #
set :: PropertyType "Payload" Command -> Command -> Command #
set :: PropertyType "PendingDeletion" Command -> Command -> Command #
set :: PropertyType "RoleArn" Command -> Command -> Command #
set :: PropertyType "Tags" Command -> Command -> Command #
mkCommand :: Value Text -> Command Source #