Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
data CreateDomain Source #
Instances
Show CreateDomain Source # | |
Defined in Aws.SimpleDb.Commands.Domain showsPrec :: Int -> CreateDomain -> ShowS # show :: CreateDomain -> String # showList :: [CreateDomain] -> ShowS # | |
SignQuery CreateDomain Source # | ServiceConfiguration: |
Defined in Aws.SimpleDb.Commands.Domain type ServiceConfiguration CreateDomain :: Type -> Type Source # signQuery :: CreateDomain -> ServiceConfiguration CreateDomain queryType -> SignatureData -> SignedQuery Source # | |
Transaction CreateDomain CreateDomainResponse Source # | |
Defined in Aws.SimpleDb.Commands.Domain | |
type ServiceConfiguration CreateDomain Source # | |
Defined in Aws.SimpleDb.Commands.Domain |
data CreateDomainResponse Source #
Instances
Show CreateDomainResponse Source # | |
Defined in Aws.SimpleDb.Commands.Domain showsPrec :: Int -> CreateDomainResponse -> ShowS # show :: CreateDomainResponse -> String # showList :: [CreateDomainResponse] -> ShowS # | |
AsMemoryResponse CreateDomainResponse Source # | |
Defined in Aws.SimpleDb.Commands.Domain type MemoryResponse CreateDomainResponse :: Type Source # | |
Transaction CreateDomain CreateDomainResponse Source # | |
Defined in Aws.SimpleDb.Commands.Domain | |
ResponseConsumer r CreateDomainResponse Source # | |
Defined in Aws.SimpleDb.Commands.Domain type ResponseMetadata CreateDomainResponse :: Type Source # | |
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 #
Instances
Show DeleteDomain Source # | |
Defined in Aws.SimpleDb.Commands.Domain showsPrec :: Int -> DeleteDomain -> ShowS # show :: DeleteDomain -> String # showList :: [DeleteDomain] -> ShowS # | |
SignQuery DeleteDomain Source # | ServiceConfiguration: |
Defined in Aws.SimpleDb.Commands.Domain type ServiceConfiguration DeleteDomain :: Type -> Type Source # signQuery :: DeleteDomain -> ServiceConfiguration DeleteDomain queryType -> SignatureData -> SignedQuery Source # | |
Transaction DeleteDomain DeleteDomainResponse Source # | |
Defined in Aws.SimpleDb.Commands.Domain | |
type ServiceConfiguration DeleteDomain Source # | |
Defined in Aws.SimpleDb.Commands.Domain |
data DeleteDomainResponse Source #
Instances
Show DeleteDomainResponse Source # | |
Defined in Aws.SimpleDb.Commands.Domain showsPrec :: Int -> DeleteDomainResponse -> ShowS # show :: DeleteDomainResponse -> String # showList :: [DeleteDomainResponse] -> ShowS # | |
AsMemoryResponse DeleteDomainResponse Source # | |
Defined in Aws.SimpleDb.Commands.Domain type MemoryResponse DeleteDomainResponse :: Type Source # | |
Transaction DeleteDomain DeleteDomainResponse Source # | |
Defined in Aws.SimpleDb.Commands.Domain | |
ResponseConsumer r DeleteDomainResponse Source # | |
Defined in Aws.SimpleDb.Commands.Domain type ResponseMetadata DeleteDomainResponse :: Type Source # | |
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 #
Instances
Show DomainMetadata Source # | |
Defined in Aws.SimpleDb.Commands.Domain showsPrec :: Int -> DomainMetadata -> ShowS # show :: DomainMetadata -> String # showList :: [DomainMetadata] -> ShowS # | |
SignQuery DomainMetadata Source # | ServiceConfiguration: |
Defined in Aws.SimpleDb.Commands.Domain type ServiceConfiguration DomainMetadata :: Type -> Type Source # signQuery :: DomainMetadata -> ServiceConfiguration DomainMetadata queryType -> SignatureData -> SignedQuery Source # | |
Transaction DomainMetadata DomainMetadataResponse Source # | |
Defined in Aws.SimpleDb.Commands.Domain | |
type ServiceConfiguration DomainMetadata Source # | |
Defined in Aws.SimpleDb.Commands.Domain |
data DomainMetadataResponse Source #
Instances
domainMetadata :: Text -> DomainMetadata Source #
data ListDomains Source #
Instances
Show ListDomains Source # | |
Defined in Aws.SimpleDb.Commands.Domain showsPrec :: Int -> ListDomains -> ShowS # show :: ListDomains -> String # showList :: [ListDomains] -> ShowS # | |
SignQuery ListDomains Source # | ServiceConfiguration: |
Defined in Aws.SimpleDb.Commands.Domain type ServiceConfiguration ListDomains :: Type -> Type Source # signQuery :: ListDomains -> ServiceConfiguration ListDomains queryType -> SignatureData -> SignedQuery Source # | |
IteratedTransaction ListDomains ListDomainsResponse Source # | |
Defined in Aws.SimpleDb.Commands.Domain | |
Transaction ListDomains ListDomainsResponse Source # | |
Defined in Aws.SimpleDb.Commands.Domain | |
type ServiceConfiguration ListDomains Source # | |
Defined in Aws.SimpleDb.Commands.Domain |
data ListDomainsResponse Source #