AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 3.5
 
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/.

Namespace: Amazon.SimpleDB
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public virtual CreateDomainResponse CreateDomain(
         CreateDomainRequest request
)

Parameters

request
Type: Amazon.SimpleDB.Model.CreateDomainRequest

Container for the necessary parameters to execute the CreateDomain service method.

Return Value
Type: Amazon.SimpleDB.Model.CreateDomainResponse
The response from the CreateDomain service method, as returned by SimpleDB.

Exceptions

ExceptionCondition
InvalidParameterValueException The value for a parameter is invalid.
MissingParameterException The request must contain the specified missing parameter.
NumberDomainsExceededException Too many domains exist per this account.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5