Module

AWS.EC2

Package
purescript-aws-sdk-basic
Repository
HivemindTechnologies/purescript-aws-sdk

#EC2 Source

data EC2 :: Type

#makeClient Source

#InternalEC2Instance Source

type InternalEC2Instance = { "InstanceId" :: String, "InstanceType" :: String }

#InternalEC2Reservation Source

#InternalEC2Response Source

type InternalEC2Response = { "Reservations" :: Array InternalEC2Reservation }

#describeInstances Source