| 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 Methods toException :: InstanceMetadataException -> SomeException # fromException :: SomeException -> Maybe InstanceMetadataException # displayException :: InstanceMetadataException -> String # | |
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 #