Documentation ¶
Index ¶
- type BuildSuggestersFuture
- type Client
- type CreateDomainFuture
- type DefineAnalysisSchemeFuture
- type DefineExpressionFuture
- type DefineIndexFieldFuture
- type DefineSuggesterFuture
- type DeleteAnalysisSchemeFuture
- type DeleteDomainFuture
- type DeleteExpressionFuture
- type DeleteIndexFieldFuture
- type DeleteSuggesterFuture
- type DescribeAnalysisSchemesFuture
- type DescribeAvailabilityOptionsFuture
- type DescribeDomainEndpointOptionsFuture
- type DescribeDomainsFuture
- type DescribeExpressionsFuture
- type DescribeIndexFieldsFuture
- type DescribeScalingParametersFuture
- type DescribeServiceAccessPoliciesFuture
- type DescribeSuggestersFuture
- type IndexDocumentsFuture
- type ListDomainNamesFuture
- type UpdateAvailabilityOptionsFuture
- type UpdateDomainEndpointOptionsFuture
- type UpdateScalingParametersFuture
- type UpdateServiceAccessPoliciesFuture
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 ¶
func (r *BuildSuggestersFuture) Get(ctx workflow.Context) (*cloudsearch.BuildSuggestersOutput, error)
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 }
type CreateDomainFuture ¶
func (*CreateDomainFuture) Get ¶
func (r *CreateDomainFuture) Get(ctx workflow.Context) (*cloudsearch.CreateDomainOutput, error)
type DefineAnalysisSchemeFuture ¶
type DefineAnalysisSchemeFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DefineAnalysisSchemeFuture) Get ¶
func (r *DefineAnalysisSchemeFuture) Get(ctx workflow.Context) (*cloudsearch.DefineAnalysisSchemeOutput, error)
type DefineExpressionFuture ¶
type DefineExpressionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DefineExpressionFuture) Get ¶
func (r *DefineExpressionFuture) Get(ctx workflow.Context) (*cloudsearch.DefineExpressionOutput, error)
type DefineIndexFieldFuture ¶
type DefineIndexFieldFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DefineIndexFieldFuture) Get ¶
func (r *DefineIndexFieldFuture) Get(ctx workflow.Context) (*cloudsearch.DefineIndexFieldOutput, error)
type DefineSuggesterFuture ¶
type DefineSuggesterFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DefineSuggesterFuture) Get ¶
func (r *DefineSuggesterFuture) Get(ctx workflow.Context) (*cloudsearch.DefineSuggesterOutput, error)
type DeleteAnalysisSchemeFuture ¶
type DeleteAnalysisSchemeFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteAnalysisSchemeFuture) Get ¶
func (r *DeleteAnalysisSchemeFuture) Get(ctx workflow.Context) (*cloudsearch.DeleteAnalysisSchemeOutput, error)
type DeleteDomainFuture ¶
func (*DeleteDomainFuture) Get ¶
func (r *DeleteDomainFuture) Get(ctx workflow.Context) (*cloudsearch.DeleteDomainOutput, error)
type DeleteExpressionFuture ¶
type DeleteExpressionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteExpressionFuture) Get ¶
func (r *DeleteExpressionFuture) Get(ctx workflow.Context) (*cloudsearch.DeleteExpressionOutput, error)
type DeleteIndexFieldFuture ¶
type DeleteIndexFieldFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteIndexFieldFuture) Get ¶
func (r *DeleteIndexFieldFuture) Get(ctx workflow.Context) (*cloudsearch.DeleteIndexFieldOutput, error)
type DeleteSuggesterFuture ¶
type DeleteSuggesterFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteSuggesterFuture) Get ¶
func (r *DeleteSuggesterFuture) Get(ctx workflow.Context) (*cloudsearch.DeleteSuggesterOutput, error)
type DescribeAnalysisSchemesFuture ¶
type DescribeAnalysisSchemesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeAnalysisSchemesFuture) Get ¶
func (r *DescribeAnalysisSchemesFuture) Get(ctx workflow.Context) (*cloudsearch.DescribeAnalysisSchemesOutput, error)
type DescribeAvailabilityOptionsFuture ¶
type DescribeAvailabilityOptionsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeAvailabilityOptionsFuture) Get ¶
func (r *DescribeAvailabilityOptionsFuture) Get(ctx workflow.Context) (*cloudsearch.DescribeAvailabilityOptionsOutput, error)
type DescribeDomainEndpointOptionsFuture ¶
type DescribeDomainEndpointOptionsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeDomainEndpointOptionsFuture) Get ¶
func (r *DescribeDomainEndpointOptionsFuture) Get(ctx workflow.Context) (*cloudsearch.DescribeDomainEndpointOptionsOutput, error)
type DescribeDomainsFuture ¶
type DescribeDomainsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeDomainsFuture) Get ¶
func (r *DescribeDomainsFuture) Get(ctx workflow.Context) (*cloudsearch.DescribeDomainsOutput, error)
type DescribeExpressionsFuture ¶
type DescribeExpressionsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeExpressionsFuture) Get ¶
func (r *DescribeExpressionsFuture) Get(ctx workflow.Context) (*cloudsearch.DescribeExpressionsOutput, error)
type DescribeIndexFieldsFuture ¶
type DescribeIndexFieldsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeIndexFieldsFuture) Get ¶
func (r *DescribeIndexFieldsFuture) Get(ctx workflow.Context) (*cloudsearch.DescribeIndexFieldsOutput, error)
type DescribeScalingParametersFuture ¶
type DescribeScalingParametersFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeScalingParametersFuture) Get ¶
func (r *DescribeScalingParametersFuture) Get(ctx workflow.Context) (*cloudsearch.DescribeScalingParametersOutput, error)
type DescribeServiceAccessPoliciesFuture ¶
type DescribeServiceAccessPoliciesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeServiceAccessPoliciesFuture) Get ¶
func (r *DescribeServiceAccessPoliciesFuture) Get(ctx workflow.Context) (*cloudsearch.DescribeServiceAccessPoliciesOutput, error)
type DescribeSuggestersFuture ¶
type DescribeSuggestersFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeSuggestersFuture) Get ¶
func (r *DescribeSuggestersFuture) Get(ctx workflow.Context) (*cloudsearch.DescribeSuggestersOutput, error)
type IndexDocumentsFuture ¶
func (*IndexDocumentsFuture) Get ¶
func (r *IndexDocumentsFuture) Get(ctx workflow.Context) (*cloudsearch.IndexDocumentsOutput, error)
type ListDomainNamesFuture ¶
type ListDomainNamesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListDomainNamesFuture) Get ¶
func (r *ListDomainNamesFuture) Get(ctx workflow.Context) (*cloudsearch.ListDomainNamesOutput, error)
type UpdateAvailabilityOptionsFuture ¶
type UpdateAvailabilityOptionsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateAvailabilityOptionsFuture) Get ¶
func (r *UpdateAvailabilityOptionsFuture) Get(ctx workflow.Context) (*cloudsearch.UpdateAvailabilityOptionsOutput, error)
type UpdateDomainEndpointOptionsFuture ¶
type UpdateDomainEndpointOptionsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateDomainEndpointOptionsFuture) Get ¶
func (r *UpdateDomainEndpointOptionsFuture) Get(ctx workflow.Context) (*cloudsearch.UpdateDomainEndpointOptionsOutput, error)
type UpdateScalingParametersFuture ¶
type UpdateScalingParametersFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateScalingParametersFuture) Get ¶
func (r *UpdateScalingParametersFuture) Get(ctx workflow.Context) (*cloudsearch.UpdateScalingParametersOutput, error)
type UpdateServiceAccessPoliciesFuture ¶
type UpdateServiceAccessPoliciesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateServiceAccessPoliciesFuture) Get ¶
func (r *UpdateServiceAccessPoliciesFuture) Get(ctx workflow.Context) (*cloudsearch.UpdateServiceAccessPoliciesOutput, error)
Click to show internal directories.
Click to hide internal directories.