Stratosphere.SMSVOICE.SenderId
data SenderId Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-smsvoice-senderid.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-smsvoice-senderid.html#cfn-smsvoice-senderid-deletionprotectionenabled
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-smsvoice-senderid.html#cfn-smsvoice-senderid-isocountrycode
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-smsvoice-senderid.html#cfn-smsvoice-senderid-senderid
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-smsvoice-senderid.html#cfn-smsvoice-senderid-tags
Defined in Stratosphere.SMSVOICE.SenderId
Methods
toJSON :: SenderId -> Value #
toEncoding :: SenderId -> Encoding #
toJSONList :: [SenderId] -> Value #
toEncodingList :: [SenderId] -> Encoding #
omitField :: SenderId -> Bool #
showsPrec :: Int -> SenderId -> ShowS #
show :: SenderId -> String #
showList :: [SenderId] -> ShowS #
(==) :: SenderId -> SenderId -> Bool #
(/=) :: SenderId -> SenderId -> Bool #
toResourceProperties :: SenderId -> ResourceProperties #
Associated Types
set :: PropertyType "DeletionProtectionEnabled" SenderId -> SenderId -> SenderId #
set :: PropertyType "IsoCountryCode" SenderId -> SenderId -> SenderId #
set :: PropertyType "SenderId" SenderId -> SenderId -> SenderId #
set :: PropertyType "Tags" SenderId -> SenderId -> SenderId #
mkSenderId :: Value Text -> Value Text -> SenderId Source #