AmazonSimpledbcreatedomain()

Amazon SimpleDB: Creates a new SimpleDB domain for storing data

Usage

BOOLEAN = AmazonSimpledbcreatedomain( datasource, domain )
Argument Summary
datasource Amazon Datasource
domain domain

Calling

Supports named-parameter calling allowing you to use the function like:

AmazonSimpledbcreatedomain(
   datasource=?, 
   domain=?
);

Supports passing parameters as a structure using ArgumentCollection:

AmazonSimpledbcreatedomain( ArgumentCollection={
   datasource : ?, 
   domain : ?
} );