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