cloudsearchstub

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 BuildSuggestersFuture

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

func (*BuildSuggestersFuture) Get

type Client

type Client interface {
	BuildSuggesters(ctx workflow.Context, input *cloudsearch.BuildSuggestersInput) (*cloudsearch.BuildSuggestersOutput, error)
	BuildSuggestersAsync(ctx workflow.Context, input *cloudsearch.BuildSuggestersInput) *BuildSuggestersFuture

	CreateDomain(ctx workflow.Context, input *cloudsearch.CreateDomainInput) (*cloudsearch.CreateDomainOutput, error)
	CreateDomainAsync(ctx workflow.Context, input *cloudsearch.CreateDomainInput) *CreateDomainFuture

	DefineAnalysisScheme(ctx workflow.Context, input *cloudsearch.DefineAnalysisSchemeInput) (*cloudsearch.DefineAnalysisSchemeOutput, error)
	DefineAnalysisSchemeAsync(ctx workflow.Context, input *cloudsearch.DefineAnalysisSchemeInput) *DefineAnalysisSchemeFuture

	DefineExpression(ctx workflow.Context, input *cloudsearch.DefineExpressionInput) (*cloudsearch.DefineExpressionOutput, error)
	DefineExpressionAsync(ctx workflow.Context, input *cloudsearch.DefineExpressionInput) *DefineExpressionFuture

	DefineIndexField(ctx workflow.Context, input *cloudsearch.DefineIndexFieldInput) (*cloudsearch.DefineIndexFieldOutput, error)
	DefineIndexFieldAsync(ctx workflow.Context, input *cloudsearch.DefineIndexFieldInput) *DefineIndexFieldFuture

	DefineSuggester(ctx workflow.Context, input *cloudsearch.DefineSuggesterInput) (*cloudsearch.DefineSuggesterOutput, error)
	DefineSuggesterAsync(ctx workflow.Context, input *cloudsearch.DefineSuggesterInput) *DefineSuggesterFuture

	DeleteAnalysisScheme(ctx workflow.Context, input *cloudsearch.DeleteAnalysisSchemeInput) (*cloudsearch.DeleteAnalysisSchemeOutput, error)
	DeleteAnalysisSchemeAsync(ctx workflow.Context, input *cloudsearch.DeleteAnalysisSchemeInput) *DeleteAnalysisSchemeFuture

	DeleteDomain(ctx workflow.Context, input *cloudsearch.DeleteDomainInput) (*cloudsearch.DeleteDomainOutput, error)
	DeleteDomainAsync(ctx workflow.Context, input *cloudsearch.DeleteDomainInput) *DeleteDomainFuture

	DeleteExpression(ctx workflow.Context, input *cloudsearch.DeleteExpressionInput) (*cloudsearch.DeleteExpressionOutput, error)
	DeleteExpressionAsync(ctx workflow.Context, input *cloudsearch.DeleteExpressionInput) *DeleteExpressionFuture

	DeleteIndexField(ctx workflow.Context, input *cloudsearch.DeleteIndexFieldInput) (*cloudsearch.DeleteIndexFieldOutput, error)
	DeleteIndexFieldAsync(ctx workflow.Context, input *cloudsearch.DeleteIndexFieldInput) *DeleteIndexFieldFuture

	DeleteSuggester(ctx workflow.Context, input *cloudsearch.DeleteSuggesterInput) (*cloudsearch.DeleteSuggesterOutput, error)
	DeleteSuggesterAsync(ctx workflow.Context, input *cloudsearch.DeleteSuggesterInput) *DeleteSuggesterFuture

	DescribeAnalysisSchemes(ctx workflow.Context, input *cloudsearch.DescribeAnalysisSchemesInput) (*cloudsearch.DescribeAnalysisSchemesOutput, error)
	DescribeAnalysisSchemesAsync(ctx workflow.Context, input *cloudsearch.DescribeAnalysisSchemesInput) *DescribeAnalysisSchemesFuture

	DescribeAvailabilityOptions(ctx workflow.Context, input *cloudsearch.DescribeAvailabilityOptionsInput) (*cloudsearch.DescribeAvailabilityOptionsOutput, error)
	DescribeAvailabilityOptionsAsync(ctx workflow.Context, input *cloudsearch.DescribeAvailabilityOptionsInput) *DescribeAvailabilityOptionsFuture

	DescribeDomainEndpointOptions(ctx workflow.Context, input *cloudsearch.DescribeDomainEndpointOptionsInput) (*cloudsearch.DescribeDomainEndpointOptionsOutput, error)
	DescribeDomainEndpointOptionsAsync(ctx workflow.Context, input *cloudsearch.DescribeDomainEndpointOptionsInput) *DescribeDomainEndpointOptionsFuture

	DescribeDomains(ctx workflow.Context, input *cloudsearch.DescribeDomainsInput) (*cloudsearch.DescribeDomainsOutput, error)
	DescribeDomainsAsync(ctx workflow.Context, input *cloudsearch.DescribeDomainsInput) *DescribeDomainsFuture

	DescribeExpressions(ctx workflow.Context, input *cloudsearch.DescribeExpressionsInput) (*cloudsearch.DescribeExpressionsOutput, error)
	DescribeExpressionsAsync(ctx workflow.Context, input *cloudsearch.DescribeExpressionsInput) *DescribeExpressionsFuture

	DescribeIndexFields(ctx workflow.Context, input *cloudsearch.DescribeIndexFieldsInput) (*cloudsearch.DescribeIndexFieldsOutput, error)
	DescribeIndexFieldsAsync(ctx workflow.Context, input *cloudsearch.DescribeIndexFieldsInput) *DescribeIndexFieldsFuture

	DescribeScalingParameters(ctx workflow.Context, input *cloudsearch.DescribeScalingParametersInput) (*cloudsearch.DescribeScalingParametersOutput, error)
	DescribeScalingParametersAsync(ctx workflow.Context, input *cloudsearch.DescribeScalingParametersInput) *DescribeScalingParametersFuture

	DescribeServiceAccessPolicies(ctx workflow.Context, input *cloudsearch.DescribeServiceAccessPoliciesInput) (*cloudsearch.DescribeServiceAccessPoliciesOutput, error)
	DescribeServiceAccessPoliciesAsync(ctx workflow.Context, input *cloudsearch.DescribeServiceAccessPoliciesInput) *DescribeServiceAccessPoliciesFuture

	DescribeSuggesters(ctx workflow.Context, input *cloudsearch.DescribeSuggestersInput) (*cloudsearch.DescribeSuggestersOutput, error)
	DescribeSuggestersAsync(ctx workflow.Context, input *cloudsearch.DescribeSuggestersInput) *DescribeSuggestersFuture

	IndexDocuments(ctx workflow.Context, input *cloudsearch.IndexDocumentsInput) (*cloudsearch.IndexDocumentsOutput, error)
	IndexDocumentsAsync(ctx workflow.Context, input *cloudsearch.IndexDocumentsInput) *IndexDocumentsFuture

	ListDomainNames(ctx workflow.Context, input *cloudsearch.ListDomainNamesInput) (*cloudsearch.ListDomainNamesOutput, error)
	ListDomainNamesAsync(ctx workflow.Context, input *cloudsearch.ListDomainNamesInput) *ListDomainNamesFuture

	UpdateAvailabilityOptions(ctx workflow.Context, input *cloudsearch.UpdateAvailabilityOptionsInput) (*cloudsearch.UpdateAvailabilityOptionsOutput, error)
	UpdateAvailabilityOptionsAsync(ctx workflow.Context, input *cloudsearch.UpdateAvailabilityOptionsInput) *UpdateAvailabilityOptionsFuture

	UpdateDomainEndpointOptions(ctx workflow.Context, input *cloudsearch.UpdateDomainEndpointOptionsInput) (*cloudsearch.UpdateDomainEndpointOptionsOutput, error)
	UpdateDomainEndpointOptionsAsync(ctx workflow.Context, input *cloudsearch.UpdateDomainEndpointOptionsInput) *UpdateDomainEndpointOptionsFuture

	UpdateScalingParameters(ctx workflow.Context, input *cloudsearch.UpdateScalingParametersInput) (*cloudsearch.UpdateScalingParametersOutput, error)
	UpdateScalingParametersAsync(ctx workflow.Context, input *cloudsearch.UpdateScalingParametersInput) *UpdateScalingParametersFuture

	UpdateServiceAccessPolicies(ctx workflow.Context, input *cloudsearch.UpdateServiceAccessPoliciesInput) (*cloudsearch.UpdateServiceAccessPoliciesOutput, error)
	UpdateServiceAccessPoliciesAsync(ctx workflow.Context, input *cloudsearch.UpdateServiceAccessPoliciesInput) *UpdateServiceAccessPoliciesFuture
}

func NewClient

func NewClient() Client

type CreateDomainFuture

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

func (*CreateDomainFuture) Get

type DefineAnalysisSchemeFuture

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

func (*DefineAnalysisSchemeFuture) Get

type DefineExpressionFuture

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

func (*DefineExpressionFuture) Get

type DefineIndexFieldFuture

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

func (*DefineIndexFieldFuture) Get

type DefineSuggesterFuture

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

func (*DefineSuggesterFuture) Get

type DeleteAnalysisSchemeFuture

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

func (*DeleteAnalysisSchemeFuture) Get

type DeleteDomainFuture

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

func (*DeleteDomainFuture) Get

type DeleteExpressionFuture

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

func (*DeleteExpressionFuture) Get

type DeleteIndexFieldFuture

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

func (*DeleteIndexFieldFuture) Get

type DeleteSuggesterFuture

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

func (*DeleteSuggesterFuture) Get

type DescribeAnalysisSchemesFuture

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

func (*DescribeAnalysisSchemesFuture) Get

type DescribeAvailabilityOptionsFuture

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

func (*DescribeAvailabilityOptionsFuture) Get

type DescribeDomainEndpointOptionsFuture

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

func (*DescribeDomainEndpointOptionsFuture) Get

type DescribeDomainsFuture

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

func (*DescribeDomainsFuture) Get

type DescribeExpressionsFuture

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

func (*DescribeExpressionsFuture) Get

type DescribeIndexFieldsFuture

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

func (*DescribeIndexFieldsFuture) Get

type DescribeScalingParametersFuture

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

func (*DescribeScalingParametersFuture) Get

type DescribeServiceAccessPoliciesFuture

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

func (*DescribeServiceAccessPoliciesFuture) Get

type DescribeSuggestersFuture

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

func (*DescribeSuggestersFuture) Get

type IndexDocumentsFuture

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

func (*IndexDocumentsFuture) Get

type ListDomainNamesFuture

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

func (*ListDomainNamesFuture) Get

type UpdateAvailabilityOptionsFuture

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

func (*UpdateAvailabilityOptionsFuture) Get

type UpdateDomainEndpointOptionsFuture

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

func (*UpdateDomainEndpointOptionsFuture) Get

type UpdateScalingParametersFuture

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

func (*UpdateScalingParametersFuture) Get

type UpdateServiceAccessPoliciesFuture

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

func (*UpdateServiceAccessPoliciesFuture) Get

Jump to

Keyboard shortcuts

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