Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BatchDeleteAttributesFuture ¶
type BatchDeleteAttributesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*BatchDeleteAttributesFuture) Get ¶
func (r *BatchDeleteAttributesFuture) Get(ctx workflow.Context) (*simpledb.BatchDeleteAttributesOutput, error)
type BatchPutAttributesFuture ¶
type BatchPutAttributesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*BatchPutAttributesFuture) Get ¶
func (r *BatchPutAttributesFuture) Get(ctx workflow.Context) (*simpledb.BatchPutAttributesOutput, error)
type Client ¶
type Client interface { BatchDeleteAttributes(ctx workflow.Context, input *simpledb.BatchDeleteAttributesInput) (*simpledb.BatchDeleteAttributesOutput, error) BatchDeleteAttributesAsync(ctx workflow.Context, input *simpledb.BatchDeleteAttributesInput) *BatchDeleteAttributesFuture BatchPutAttributes(ctx workflow.Context, input *simpledb.BatchPutAttributesInput) (*simpledb.BatchPutAttributesOutput, error) BatchPutAttributesAsync(ctx workflow.Context, input *simpledb.BatchPutAttributesInput) *BatchPutAttributesFuture CreateDomain(ctx workflow.Context, input *simpledb.CreateDomainInput) (*simpledb.CreateDomainOutput, error) CreateDomainAsync(ctx workflow.Context, input *simpledb.CreateDomainInput) *CreateDomainFuture DeleteAttributes(ctx workflow.Context, input *simpledb.DeleteAttributesInput) (*simpledb.DeleteAttributesOutput, error) DeleteAttributesAsync(ctx workflow.Context, input *simpledb.DeleteAttributesInput) *DeleteAttributesFuture DeleteDomain(ctx workflow.Context, input *simpledb.DeleteDomainInput) (*simpledb.DeleteDomainOutput, error) DeleteDomainAsync(ctx workflow.Context, input *simpledb.DeleteDomainInput) *DeleteDomainFuture DomainMetadata(ctx workflow.Context, input *simpledb.DomainMetadataInput) (*simpledb.DomainMetadataOutput, error) DomainMetadataAsync(ctx workflow.Context, input *simpledb.DomainMetadataInput) *DomainMetadataFuture GetAttributes(ctx workflow.Context, input *simpledb.GetAttributesInput) (*simpledb.GetAttributesOutput, error) GetAttributesAsync(ctx workflow.Context, input *simpledb.GetAttributesInput) *GetAttributesFuture ListDomains(ctx workflow.Context, input *simpledb.ListDomainsInput) (*simpledb.ListDomainsOutput, error) ListDomainsAsync(ctx workflow.Context, input *simpledb.ListDomainsInput) *ListDomainsFuture PutAttributes(ctx workflow.Context, input *simpledb.PutAttributesInput) (*simpledb.PutAttributesOutput, error) PutAttributesAsync(ctx workflow.Context, input *simpledb.PutAttributesInput) *PutAttributesFuture Select(ctx workflow.Context, input *simpledb.SelectInput) (*simpledb.SelectOutput, error) SelectAsync(ctx workflow.Context, input *simpledb.SelectInput) *SelectFuture }
type CreateDomainFuture ¶
func (*CreateDomainFuture) Get ¶
func (r *CreateDomainFuture) Get(ctx workflow.Context) (*simpledb.CreateDomainOutput, error)
type DeleteAttributesFuture ¶
type DeleteAttributesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteAttributesFuture) Get ¶
func (r *DeleteAttributesFuture) Get(ctx workflow.Context) (*simpledb.DeleteAttributesOutput, error)
type DeleteDomainFuture ¶
func (*DeleteDomainFuture) Get ¶
func (r *DeleteDomainFuture) Get(ctx workflow.Context) (*simpledb.DeleteDomainOutput, error)
type DomainMetadataFuture ¶
func (*DomainMetadataFuture) Get ¶
func (r *DomainMetadataFuture) Get(ctx workflow.Context) (*simpledb.DomainMetadataOutput, error)
type GetAttributesFuture ¶
func (*GetAttributesFuture) Get ¶
func (r *GetAttributesFuture) Get(ctx workflow.Context) (*simpledb.GetAttributesOutput, error)
type ListDomainsFuture ¶
func (*ListDomainsFuture) Get ¶
func (r *ListDomainsFuture) Get(ctx workflow.Context) (*simpledb.ListDomainsOutput, error)
type PutAttributesFuture ¶
func (*PutAttributesFuture) Get ¶
func (r *PutAttributesFuture) Get(ctx workflow.Context) (*simpledb.PutAttributesOutput, error)
type SelectFuture ¶
func (*SelectFuture) Get ¶
func (r *SelectFuture) Get(ctx workflow.Context) (*simpledb.SelectOutput, error)
Click to show internal directories.
Click to hide internal directories.