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 Methods toException :: InstanceMetadataException -> SomeException fromException :: SomeException -> Maybe InstanceMetadataException displayException :: InstanceMetadataException -> String | |
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 #
getInstanceMetadataListing :: Manager -> String -> IO [String] Source #
getInstanceMetadataFirst :: Manager -> String -> IO ByteString Source #
getInstanceMetadataOrFirst :: Manager -> String -> Maybe String -> IO ByteString Source #