aws-0.24.1: Amazon Web Services (AWS) for Haskell
Safe HaskellSafe-Inferred
LanguageHaskell2010

Aws.Ec2.InstanceMetadata

Documentation

data InstanceMetadataException Source #

Constructors

MetadataNotFound String 

Instances

Instances details
Exception InstanceMetadataException Source # 
Instance details

Defined in Aws.Ec2.InstanceMetadata

Show InstanceMetadataException Source # 
Instance details

Defined in Aws.Ec2.InstanceMetadata

getInstanceMetadata :: Manager -> String -> String -> IO ByteString Source #

getInstanceMetadataListing :: Manager -> String -> IO [String] Source #

getInstanceMetadataFirst :: Manager -> String -> IO ByteString Source #

getInstanceMetadataOrFirst :: Manager -> String -> Maybe String -> IO ByteString Source #