Versions in this module Expand all Collapse all v0 v0.6.0 Jun 3, 2015 Changes in this version + type AccessPoliciesStatus struct + Options *string + Status *OptionStatus + type AnalysisOptions struct + AlgorithmicStemming *string + JapaneseTokenizationDictionary *string + StemmingDictionary *string + Stopwords *string + Synonyms *string + type AnalysisScheme struct + AnalysisOptions *AnalysisOptions + AnalysisSchemeLanguage *string + AnalysisSchemeName *string + type AnalysisSchemeStatus struct + Options *AnalysisScheme + Status *OptionStatus + type AvailabilityOptionsStatus struct + Options *bool + Status *OptionStatus + type BuildSuggestersInput struct + DomainName *string + type BuildSuggestersOutput struct + FieldNames []*string + type CloudSearch struct + func New(config *aws.Config) *CloudSearch + func (c *CloudSearch) BuildSuggesters(input *BuildSuggestersInput) (*BuildSuggestersOutput, error) + func (c *CloudSearch) BuildSuggestersRequest(input *BuildSuggestersInput) (req *aws.Request, output *BuildSuggestersOutput) + func (c *CloudSearch) CreateDomain(input *CreateDomainInput) (*CreateDomainOutput, error) + func (c *CloudSearch) CreateDomainRequest(input *CreateDomainInput) (req *aws.Request, output *CreateDomainOutput) + func (c *CloudSearch) DefineAnalysisScheme(input *DefineAnalysisSchemeInput) (*DefineAnalysisSchemeOutput, error) + func (c *CloudSearch) DefineAnalysisSchemeRequest(input *DefineAnalysisSchemeInput) (req *aws.Request, output *DefineAnalysisSchemeOutput) + func (c *CloudSearch) DefineExpression(input *DefineExpressionInput) (*DefineExpressionOutput, error) + func (c *CloudSearch) DefineExpressionRequest(input *DefineExpressionInput) (req *aws.Request, output *DefineExpressionOutput) + func (c *CloudSearch) DefineIndexField(input *DefineIndexFieldInput) (*DefineIndexFieldOutput, error) + func (c *CloudSearch) DefineIndexFieldRequest(input *DefineIndexFieldInput) (req *aws.Request, output *DefineIndexFieldOutput) + func (c *CloudSearch) DefineSuggester(input *DefineSuggesterInput) (*DefineSuggesterOutput, error) + func (c *CloudSearch) DefineSuggesterRequest(input *DefineSuggesterInput) (req *aws.Request, output *DefineSuggesterOutput) + func (c *CloudSearch) DeleteAnalysisScheme(input *DeleteAnalysisSchemeInput) (*DeleteAnalysisSchemeOutput, error) + func (c *CloudSearch) DeleteAnalysisSchemeRequest(input *DeleteAnalysisSchemeInput) (req *aws.Request, output *DeleteAnalysisSchemeOutput) + func (c *CloudSearch) DeleteDomain(input *DeleteDomainInput) (*DeleteDomainOutput, error) + func (c *CloudSearch) DeleteDomainRequest(input *DeleteDomainInput) (req *aws.Request, output *DeleteDomainOutput) + func (c *CloudSearch) DeleteExpression(input *DeleteExpressionInput) (*DeleteExpressionOutput, error) + func (c *CloudSearch) DeleteExpressionRequest(input *DeleteExpressionInput) (req *aws.Request, output *DeleteExpressionOutput) + func (c *CloudSearch) DeleteIndexField(input *DeleteIndexFieldInput) (*DeleteIndexFieldOutput, error) + func (c *CloudSearch) DeleteIndexFieldRequest(input *DeleteIndexFieldInput) (req *aws.Request, output *DeleteIndexFieldOutput) + func (c *CloudSearch) DeleteSuggester(input *DeleteSuggesterInput) (*DeleteSuggesterOutput, error) + func (c *CloudSearch) DeleteSuggesterRequest(input *DeleteSuggesterInput) (req *aws.Request, output *DeleteSuggesterOutput) + func (c *CloudSearch) DescribeAnalysisSchemes(input *DescribeAnalysisSchemesInput) (*DescribeAnalysisSchemesOutput, error) + func (c *CloudSearch) DescribeAnalysisSchemesRequest(input *DescribeAnalysisSchemesInput) (req *aws.Request, output *DescribeAnalysisSchemesOutput) + func (c *CloudSearch) DescribeAvailabilityOptions(input *DescribeAvailabilityOptionsInput) (*DescribeAvailabilityOptionsOutput, error) + func (c *CloudSearch) DescribeAvailabilityOptionsRequest(input *DescribeAvailabilityOptionsInput) (req *aws.Request, output *DescribeAvailabilityOptionsOutput) + func (c *CloudSearch) DescribeDomains(input *DescribeDomainsInput) (*DescribeDomainsOutput, error) + func (c *CloudSearch) DescribeDomainsRequest(input *DescribeDomainsInput) (req *aws.Request, output *DescribeDomainsOutput) + func (c *CloudSearch) DescribeExpressions(input *DescribeExpressionsInput) (*DescribeExpressionsOutput, error) + func (c *CloudSearch) DescribeExpressionsRequest(input *DescribeExpressionsInput) (req *aws.Request, output *DescribeExpressionsOutput) + func (c *CloudSearch) DescribeIndexFields(input *DescribeIndexFieldsInput) (*DescribeIndexFieldsOutput, error) + func (c *CloudSearch) DescribeIndexFieldsRequest(input *DescribeIndexFieldsInput) (req *aws.Request, output *DescribeIndexFieldsOutput) + func (c *CloudSearch) DescribeScalingParameters(input *DescribeScalingParametersInput) (*DescribeScalingParametersOutput, error) + func (c *CloudSearch) DescribeScalingParametersRequest(input *DescribeScalingParametersInput) (req *aws.Request, output *DescribeScalingParametersOutput) + func (c *CloudSearch) DescribeServiceAccessPolicies(input *DescribeServiceAccessPoliciesInput) (*DescribeServiceAccessPoliciesOutput, error) + func (c *CloudSearch) DescribeServiceAccessPoliciesRequest(input *DescribeServiceAccessPoliciesInput) (req *aws.Request, output *DescribeServiceAccessPoliciesOutput) + func (c *CloudSearch) DescribeSuggesters(input *DescribeSuggestersInput) (*DescribeSuggestersOutput, error) + func (c *CloudSearch) DescribeSuggestersRequest(input *DescribeSuggestersInput) (req *aws.Request, output *DescribeSuggestersOutput) + func (c *CloudSearch) IndexDocuments(input *IndexDocumentsInput) (*IndexDocumentsOutput, error) + func (c *CloudSearch) IndexDocumentsRequest(input *IndexDocumentsInput) (req *aws.Request, output *IndexDocumentsOutput) + func (c *CloudSearch) ListDomainNames(input *ListDomainNamesInput) (*ListDomainNamesOutput, error) + func (c *CloudSearch) ListDomainNamesRequest(input *ListDomainNamesInput) (req *aws.Request, output *ListDomainNamesOutput) + func (c *CloudSearch) UpdateAvailabilityOptions(input *UpdateAvailabilityOptionsInput) (*UpdateAvailabilityOptionsOutput, error) + func (c *CloudSearch) UpdateAvailabilityOptionsRequest(input *UpdateAvailabilityOptionsInput) (req *aws.Request, output *UpdateAvailabilityOptionsOutput) + func (c *CloudSearch) UpdateScalingParameters(input *UpdateScalingParametersInput) (*UpdateScalingParametersOutput, error) + func (c *CloudSearch) UpdateScalingParametersRequest(input *UpdateScalingParametersInput) (req *aws.Request, output *UpdateScalingParametersOutput) + func (c *CloudSearch) UpdateServiceAccessPolicies(input *UpdateServiceAccessPoliciesInput) (*UpdateServiceAccessPoliciesOutput, error) + func (c *CloudSearch) UpdateServiceAccessPoliciesRequest(input *UpdateServiceAccessPoliciesInput) (req *aws.Request, output *UpdateServiceAccessPoliciesOutput) + type CreateDomainInput struct + DomainName *string + type CreateDomainOutput struct + DomainStatus *DomainStatus + type DateArrayOptions struct + DefaultValue *string + FacetEnabled *bool + ReturnEnabled *bool + SearchEnabled *bool + SourceFields *string + type DateOptions struct + DefaultValue *string + FacetEnabled *bool + ReturnEnabled *bool + SearchEnabled *bool + SortEnabled *bool + SourceField *string + type DefineAnalysisSchemeInput struct + AnalysisScheme *AnalysisScheme + DomainName *string + type DefineAnalysisSchemeOutput struct + AnalysisScheme *AnalysisSchemeStatus + type DefineExpressionInput struct + DomainName *string + Expression *Expression + type DefineExpressionOutput struct + Expression *ExpressionStatus + type DefineIndexFieldInput struct + DomainName *string + IndexField *IndexField + type DefineIndexFieldOutput struct + IndexField *IndexFieldStatus + type DefineSuggesterInput struct + DomainName *string + Suggester *Suggester + type DefineSuggesterOutput struct + Suggester *SuggesterStatus + type DeleteAnalysisSchemeInput struct + AnalysisSchemeName *string + DomainName *string + type DeleteAnalysisSchemeOutput struct + AnalysisScheme *AnalysisSchemeStatus + type DeleteDomainInput struct + DomainName *string + type DeleteDomainOutput struct + DomainStatus *DomainStatus + type DeleteExpressionInput struct + DomainName *string + ExpressionName *string + type DeleteExpressionOutput struct + Expression *ExpressionStatus + type DeleteIndexFieldInput struct + DomainName *string + IndexFieldName *string + type DeleteIndexFieldOutput struct + IndexField *IndexFieldStatus + type DeleteSuggesterInput struct + DomainName *string + SuggesterName *string + type DeleteSuggesterOutput struct + Suggester *SuggesterStatus + type DescribeAnalysisSchemesInput struct + AnalysisSchemeNames []*string + Deployed *bool + DomainName *string + type DescribeAnalysisSchemesOutput struct + AnalysisSchemes []*AnalysisSchemeStatus + type DescribeAvailabilityOptionsInput struct + Deployed *bool + DomainName *string + type DescribeAvailabilityOptionsOutput struct + AvailabilityOptions *AvailabilityOptionsStatus + type DescribeDomainsInput struct + DomainNames []*string + type DescribeDomainsOutput struct + DomainStatusList []*DomainStatus + type DescribeExpressionsInput struct + Deployed *bool + DomainName *string + ExpressionNames []*string + type DescribeExpressionsOutput struct + Expressions []*ExpressionStatus + type DescribeIndexFieldsInput struct + Deployed *bool + DomainName *string + FieldNames []*string + type DescribeIndexFieldsOutput struct + IndexFields []*IndexFieldStatus + type DescribeScalingParametersInput struct + DomainName *string + type DescribeScalingParametersOutput struct + ScalingParameters *ScalingParametersStatus + type DescribeServiceAccessPoliciesInput struct + Deployed *bool + DomainName *string + type DescribeServiceAccessPoliciesOutput struct + AccessPolicies *AccessPoliciesStatus + type DescribeSuggestersInput struct + Deployed *bool + DomainName *string + SuggesterNames []*string + type DescribeSuggestersOutput struct + Suggesters []*SuggesterStatus + type DocumentSuggesterOptions struct + FuzzyMatching *string + SortExpression *string + SourceField *string + type DomainStatus struct + ARN *string + Created *bool + Deleted *bool + DocService *ServiceEndpoint + DomainID *string + DomainName *string + Limits *Limits + Processing *bool + RequiresIndexDocuments *bool + SearchInstanceCount *int64 + SearchInstanceType *string + SearchPartitionCount *int64 + SearchService *ServiceEndpoint + type DoubleArrayOptions struct + DefaultValue *float64 + FacetEnabled *bool + ReturnEnabled *bool + SearchEnabled *bool + SourceFields *string + type DoubleOptions struct + DefaultValue *float64 + FacetEnabled *bool + ReturnEnabled *bool + SearchEnabled *bool + SortEnabled *bool + SourceField *string + type Expression struct + ExpressionName *string + ExpressionValue *string + type ExpressionStatus struct + Options *Expression + Status *OptionStatus + type IndexDocumentsInput struct + DomainName *string + type IndexDocumentsOutput struct + FieldNames []*string + type IndexField struct + DateArrayOptions *DateArrayOptions + DateOptions *DateOptions + DoubleArrayOptions *DoubleArrayOptions + DoubleOptions *DoubleOptions + IndexFieldName *string + IndexFieldType *string + IntArrayOptions *IntArrayOptions + IntOptions *IntOptions + LatLonOptions *LatLonOptions + LiteralArrayOptions *LiteralArrayOptions + LiteralOptions *LiteralOptions + TextArrayOptions *TextArrayOptions + TextOptions *TextOptions + type IndexFieldStatus struct + Options *IndexField + Status *OptionStatus + type IntArrayOptions struct + DefaultValue *int64 + FacetEnabled *bool + ReturnEnabled *bool + SearchEnabled *bool + SourceFields *string + type IntOptions struct + DefaultValue *int64 + FacetEnabled *bool + ReturnEnabled *bool + SearchEnabled *bool + SortEnabled *bool + SourceField *string + type LatLonOptions struct + DefaultValue *string + FacetEnabled *bool + ReturnEnabled *bool + SearchEnabled *bool + SortEnabled *bool + SourceField *string + type Limits struct + MaximumPartitionCount *int64 + MaximumReplicationCount *int64 + type ListDomainNamesInput struct + type ListDomainNamesOutput struct + DomainNames map[string]*string + type LiteralArrayOptions struct + DefaultValue *string + FacetEnabled *bool + ReturnEnabled *bool + SearchEnabled *bool + SourceFields *string + type LiteralOptions struct + DefaultValue *string + FacetEnabled *bool + ReturnEnabled *bool + SearchEnabled *bool + SortEnabled *bool + SourceField *string + type OptionStatus struct + CreationDate *time.Time + PendingDeletion *bool + State *string + UpdateDate *time.Time + UpdateVersion *int64 + type ScalingParameters struct + DesiredInstanceType *string + DesiredPartitionCount *int64 + DesiredReplicationCount *int64 + type ScalingParametersStatus struct + Options *ScalingParameters + Status *OptionStatus + type ServiceEndpoint struct + Endpoint *string + type Suggester struct + DocumentSuggesterOptions *DocumentSuggesterOptions + SuggesterName *string + type SuggesterStatus struct + Options *Suggester + Status *OptionStatus + type TextArrayOptions struct + AnalysisScheme *string + DefaultValue *string + HighlightEnabled *bool + ReturnEnabled *bool + SourceFields *string + type TextOptions struct + AnalysisScheme *string + DefaultValue *string + HighlightEnabled *bool + ReturnEnabled *bool + SortEnabled *bool + SourceField *string + type UpdateAvailabilityOptionsInput struct + DomainName *string + MultiAZ *bool + type UpdateAvailabilityOptionsOutput struct + AvailabilityOptions *AvailabilityOptionsStatus + type UpdateScalingParametersInput struct + DomainName *string + ScalingParameters *ScalingParameters + type UpdateScalingParametersOutput struct + ScalingParameters *ScalingParametersStatus + type UpdateServiceAccessPoliciesInput struct + AccessPolicies *string + DomainName *string + type UpdateServiceAccessPoliciesOutput struct + AccessPolicies *AccessPoliciesStatus