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 {
Search(*cloudsearchdomain.SearchInput) (*cloudsearchdomain.SearchOutput, error)
Suggest(*cloudsearchdomain.SuggestInput) (*cloudsearchdomain.SuggestOutput, error)
UploadDocuments(*cloudsearchdomain.UploadDocumentsInput) (*cloudsearchdomain.UploadDocumentsOutput, error)
}
CloudSearchDomainAPI is the interface type for cloudsearchdomain.CloudSearchDomain.
Click to show internal directories.
Click to hide internal directories.