Documentation ¶
Overview ¶
Package cloudsearchdomainiface provides an interface for the Amazon CloudSearch Domain.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CloudSearchDomainAPI ¶
type CloudSearchDomainAPI interface { SearchRequest(*cloudsearchdomain.SearchInput) (*aws.Request, *cloudsearchdomain.SearchOutput) Search(*cloudsearchdomain.SearchInput) (*cloudsearchdomain.SearchOutput, error) SuggestRequest(*cloudsearchdomain.SuggestInput) (*aws.Request, *cloudsearchdomain.SuggestOutput) Suggest(*cloudsearchdomain.SuggestInput) (*cloudsearchdomain.SuggestOutput, error) UploadDocumentsRequest(*cloudsearchdomain.UploadDocumentsInput) (*aws.Request, *cloudsearchdomain.UploadDocumentsOutput) UploadDocuments(*cloudsearchdomain.UploadDocumentsInput) (*cloudsearchdomain.UploadDocumentsOutput, error) }
CloudSearchDomainAPI is the interface type for cloudsearchdomain.CloudSearchDomain.
Click to show internal directories.
Click to hide internal directories.