Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Aws.SimpleDb.Commands.Domain
Documentation
data CreateDomain Source #
Constructors
CreateDomain | |
Fields
|
Instances
SignQuery CreateDomain Source # | ServiceConfiguration: |
Defined in Aws.SimpleDb.Commands.Domain Associated Types type ServiceConfiguration CreateDomain :: Type -> Type Source # Methods signQuery :: CreateDomain -> ServiceConfiguration CreateDomain queryType -> SignatureData -> SignedQuery Source # | |
Show CreateDomain Source # | |
Defined in Aws.SimpleDb.Commands.Domain Methods showsPrec :: Int -> CreateDomain -> ShowS # show :: CreateDomain -> String # showList :: [CreateDomain] -> ShowS # | |
Transaction CreateDomain CreateDomainResponse Source # | |
Defined in Aws.SimpleDb.Commands.Domain | |
type ServiceConfiguration CreateDomain Source # | |
Defined in Aws.SimpleDb.Commands.Domain |
data CreateDomainResponse Source #
Constructors
CreateDomainResponse |
Instances
AsMemoryResponse CreateDomainResponse Source # | |
Defined in Aws.SimpleDb.Commands.Domain Associated Types Methods loadToMemory :: CreateDomainResponse -> ResourceT IO (MemoryResponse CreateDomainResponse) Source # | |
Show CreateDomainResponse Source # | |
Defined in Aws.SimpleDb.Commands.Domain Methods showsPrec :: Int -> CreateDomainResponse -> ShowS # show :: CreateDomainResponse -> String # showList :: [CreateDomainResponse] -> ShowS # | |
ResponseConsumer r CreateDomainResponse Source # | |
Defined in Aws.SimpleDb.Commands.Domain Associated Types Methods responseConsumer :: Request -> r -> IORef (ResponseMetadata CreateDomainResponse) -> HTTPResponseConsumer CreateDomainResponse Source # | |
Transaction CreateDomain CreateDomainResponse Source # | |
Defined in Aws.SimpleDb.Commands.Domain | |
type MemoryResponse CreateDomainResponse Source # | |
Defined in Aws.SimpleDb.Commands.Domain | |
type ResponseMetadata CreateDomainResponse Source # | |
Defined in Aws.SimpleDb.Commands.Domain |
createDomain :: Text -> CreateDomain Source #
data DeleteDomain Source #
Constructors
DeleteDomain | |
Fields
|
Instances
SignQuery DeleteDomain Source # | ServiceConfiguration: |
Defined in Aws.SimpleDb.Commands.Domain Associated Types type ServiceConfiguration DeleteDomain :: Type -> Type Source # Methods signQuery :: DeleteDomain -> ServiceConfiguration DeleteDomain queryType -> SignatureData -> SignedQuery Source # | |
Show DeleteDomain Source # | |
Defined in Aws.SimpleDb.Commands.Domain Methods showsPrec :: Int -> DeleteDomain -> ShowS # show :: DeleteDomain -> String # showList :: [DeleteDomain] -> ShowS # | |
Transaction DeleteDomain DeleteDomainResponse Source # | |
Defined in Aws.SimpleDb.Commands.Domain | |
type ServiceConfiguration DeleteDomain Source # | |
Defined in Aws.SimpleDb.Commands.Domain |
data DeleteDomainResponse Source #
Constructors
DeleteDomainResponse |
Instances
AsMemoryResponse DeleteDomainResponse Source # | |
Defined in Aws.SimpleDb.Commands.Domain Associated Types Methods loadToMemory :: DeleteDomainResponse -> ResourceT IO (MemoryResponse DeleteDomainResponse) Source # | |
Show DeleteDomainResponse Source # | |
Defined in Aws.SimpleDb.Commands.Domain Methods showsPrec :: Int -> DeleteDomainResponse -> ShowS # show :: DeleteDomainResponse -> String # showList :: [DeleteDomainResponse] -> ShowS # | |
ResponseConsumer r DeleteDomainResponse Source # | |
Defined in Aws.SimpleDb.Commands.Domain Associated Types Methods responseConsumer :: Request -> r -> IORef (ResponseMetadata DeleteDomainResponse) -> HTTPResponseConsumer DeleteDomainResponse Source # | |
Transaction DeleteDomain DeleteDomainResponse Source # | |
Defined in Aws.SimpleDb.Commands.Domain | |
type MemoryResponse DeleteDomainResponse Source # | |
Defined in Aws.SimpleDb.Commands.Domain | |
type ResponseMetadata DeleteDomainResponse Source # | |
Defined in Aws.SimpleDb.Commands.Domain |
deleteDomain :: Text -> DeleteDomain Source #
data DomainMetadata Source #
Constructors
DomainMetadata | |
Fields
|
Instances
SignQuery DomainMetadata Source # | ServiceConfiguration: |
Defined in Aws.SimpleDb.Commands.Domain Associated Types type ServiceConfiguration DomainMetadata :: Type -> Type Source # Methods signQuery :: DomainMetadata -> ServiceConfiguration DomainMetadata queryType -> SignatureData -> SignedQuery Source # | |
Show DomainMetadata Source # | |
Defined in Aws.SimpleDb.Commands.Domain Methods showsPrec :: Int -> DomainMetadata -> ShowS # show :: DomainMetadata -> String # showList :: [DomainMetadata] -> ShowS # | |
Transaction DomainMetadata DomainMetadataResponse Source # | |
Defined in Aws.SimpleDb.Commands.Domain | |
type ServiceConfiguration DomainMetadata Source # | |
Defined in Aws.SimpleDb.Commands.Domain |
data DomainMetadataResponse Source #
Constructors
DomainMetadataResponse | |
Instances
AsMemoryResponse DomainMetadataResponse Source # | |
Defined in Aws.SimpleDb.Commands.Domain Associated Types Methods loadToMemory :: DomainMetadataResponse -> ResourceT IO (MemoryResponse DomainMetadataResponse) Source # | |
Show DomainMetadataResponse Source # | |
Defined in Aws.SimpleDb.Commands.Domain Methods showsPrec :: Int -> DomainMetadataResponse -> ShowS # show :: DomainMetadataResponse -> String # showList :: [DomainMetadataResponse] -> ShowS # | |
ResponseConsumer r DomainMetadataResponse Source # | |
Defined in Aws.SimpleDb.Commands.Domain Associated Types Methods responseConsumer :: Request -> r -> IORef (ResponseMetadata DomainMetadataResponse) -> HTTPResponseConsumer DomainMetadataResponse Source # | |
Transaction DomainMetadata DomainMetadataResponse Source # | |
Defined in Aws.SimpleDb.Commands.Domain | |
type MemoryResponse DomainMetadataResponse Source # | |
type ResponseMetadata DomainMetadataResponse Source # | |
Defined in Aws.SimpleDb.Commands.Domain |
domainMetadata :: Text -> DomainMetadata Source #
data ListDomains Source #
Constructors
ListDomains | |
Fields |
Instances
SignQuery ListDomains Source # | ServiceConfiguration: |
Defined in Aws.SimpleDb.Commands.Domain Associated Types type ServiceConfiguration ListDomains :: Type -> Type Source # Methods signQuery :: ListDomains -> ServiceConfiguration ListDomains queryType -> SignatureData -> SignedQuery Source # | |
Show ListDomains Source # | |
Defined in Aws.SimpleDb.Commands.Domain Methods showsPrec :: Int -> ListDomains -> ShowS # show :: ListDomains -> String # showList :: [ListDomains] -> ShowS # | |
IteratedTransaction ListDomains ListDomainsResponse Source # | |
Defined in Aws.SimpleDb.Commands.Domain Methods nextIteratedRequest :: ListDomains -> ListDomainsResponse -> Maybe ListDomains Source # | |
Transaction ListDomains ListDomainsResponse Source # | |
Defined in Aws.SimpleDb.Commands.Domain | |
type ServiceConfiguration ListDomains Source # | |
Defined in Aws.SimpleDb.Commands.Domain |
data ListDomainsResponse Source #
Constructors
ListDomainsResponse | |
Fields
|