Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
The CreateDomain
operation creates a new domain. The domain name
should be unique among the domains associated with the Access Key ID
provided in the request. The CreateDomain
operation may take 10 or
more seconds to complete.
The client can create up to 100 domains per account.
If the client requires additional domains, go to http://aws.amazon.com/contact-us/simpledb-limit-request/.
Synopsis
Creating a Request
data CreateDomain Source #
See: newCreateDomain
smart constructor.
CreateDomain' | |
|
Instances
Create a value of CreateDomain
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:domainName:CreateDomain'
, createDomain_domainName
- The name of the domain to create. The name can range between 3 and 255
characters and can contain the following characters: a-z, A-Z, 0-9,
'_', '-', and '.'.
Request Lenses
createDomain_domainName :: Lens' CreateDomain Text Source #
The name of the domain to create. The name can range between 3 and 255 characters and can contain the following characters: a-z, A-Z, 0-9, '_', '-', and '.'.
Destructuring the Response
data CreateDomainResponse Source #
See: newCreateDomainResponse
smart constructor.
Instances
Generic CreateDomainResponse Source # | |
Defined in Amazonka.SDB.CreateDomain type Rep CreateDomainResponse :: Type -> Type # from :: CreateDomainResponse -> Rep CreateDomainResponse x # to :: Rep CreateDomainResponse x -> CreateDomainResponse # | |
Read CreateDomainResponse Source # | |
Defined in Amazonka.SDB.CreateDomain | |
Show CreateDomainResponse Source # | |
Defined in Amazonka.SDB.CreateDomain showsPrec :: Int -> CreateDomainResponse -> ShowS # show :: CreateDomainResponse -> String # showList :: [CreateDomainResponse] -> ShowS # | |
NFData CreateDomainResponse Source # | |
Defined in Amazonka.SDB.CreateDomain rnf :: CreateDomainResponse -> () # | |
Eq CreateDomainResponse Source # | |
Defined in Amazonka.SDB.CreateDomain (==) :: CreateDomainResponse -> CreateDomainResponse -> Bool # (/=) :: CreateDomainResponse -> CreateDomainResponse -> Bool # | |
type Rep CreateDomainResponse Source # | |
newCreateDomainResponse :: CreateDomainResponse Source #
Create a value of CreateDomainResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.