Safe Haskell | None |
---|---|
Language | Haskell2010 |
Aws.Ec2.InstanceMetadata
Documentation
data InstanceMetadataException Source #
Constructors
MetadataNotFound String |
Instances
Show InstanceMetadataException Source # | |
Defined in Aws.Ec2.InstanceMetadata Methods showsPrec :: Int -> InstanceMetadataException -> ShowS # show :: InstanceMetadataException -> String # showList :: [InstanceMetadataException] -> ShowS # | |
Exception InstanceMetadataException Source # | |
Defined in Aws.Ec2.InstanceMetadata |
getInstanceMetadata :: Manager -> String -> String -> IO ByteString Source #
getInstanceMetadataFirst :: Manager -> String -> IO ByteString Source #
getInstanceMetadataOrFirst :: Manager -> String -> Maybe String -> IO ByteString Source #