simpledbstub

package
v0.6.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 31, 2022 License: Apache-2.0 Imports: 3 Imported by: 0

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

type BatchPutAttributesFuture

type BatchPutAttributesFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*BatchPutAttributesFuture) Get

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
}

func NewClient

func NewClient() Client

type CreateDomainFuture

type CreateDomainFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreateDomainFuture) Get

type DeleteAttributesFuture

type DeleteAttributesFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeleteAttributesFuture) Get

type DeleteDomainFuture

type DeleteDomainFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeleteDomainFuture) Get

type DomainMetadataFuture

type DomainMetadataFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DomainMetadataFuture) Get

type GetAttributesFuture

type GetAttributesFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetAttributesFuture) Get

type ListDomainsFuture

type ListDomainsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListDomainsFuture) Get

type PutAttributesFuture

type PutAttributesFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*PutAttributesFuture) Get

type SelectFuture

type SelectFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*SelectFuture) Get

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL