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