Documentation ¶
Overview ¶
Package elasticsearchservice provides the client and types for making API requests to Amazon Elasticsearch Service.
Use the Amazon Elasticsearch configuration API to create, configure, and manage Elasticsearch domains.
The endpoint for configuration service requests is region-specific: es.region.amazonaws.com. For example, es.us-east-1.amazonaws.com. For a current list of supported regions and endpoints, see Regions and Endpoints (http://docs.aws.amazon.com/general/latest/gr/rande.html#elasticsearch-service-regions).
See elasticsearchservice package documentation for more information. https://docs.aws.amazon.com/sdk-for-go/api/service/elasticsearchservice/
Using the Client ¶
To Amazon Elasticsearch Service with the SDK use the New function to create a new service client. With that client you can make API requests to the service. These clients are safe to use concurrently.
See the SDK's documentation for more information on how to use the SDK. https://docs.aws.amazon.com/sdk-for-go/api/
See aws.Config documentation for more information on configuring SDK clients. https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config
See the Amazon Elasticsearch Service client ElasticsearchService for more information on creating client for this service. https://docs.aws.amazon.com/sdk-for-go/api/service/elasticsearchservice/#New
Index ¶
- Constants
- type AccessPoliciesStatus
- type AddTagsInput
- type AddTagsOutput
- type AddTagsRequest
- type AdditionalLimit
- type AdvancedOptionsStatus
- type CreateElasticsearchDomainInput
- type CreateElasticsearchDomainOutput
- type CreateElasticsearchDomainRequest
- type DeleteElasticsearchDomainInput
- type DeleteElasticsearchDomainOutput
- type DeleteElasticsearchDomainRequest
- type DeleteElasticsearchServiceRoleInput
- type DeleteElasticsearchServiceRoleOutput
- type DeleteElasticsearchServiceRoleRequest
- type DescribeElasticsearchDomainConfigInput
- type DescribeElasticsearchDomainConfigOutput
- func (s DescribeElasticsearchDomainConfigOutput) GoString() string
- func (s DescribeElasticsearchDomainConfigOutput) MarshalFields(e protocol.FieldEncoder) error
- func (s DescribeElasticsearchDomainConfigOutput) SDKResponseMetadata() aws.Response
- func (s DescribeElasticsearchDomainConfigOutput) String() string
- type DescribeElasticsearchDomainConfigRequest
- type DescribeElasticsearchDomainInput
- type DescribeElasticsearchDomainOutput
- type DescribeElasticsearchDomainRequest
- type DescribeElasticsearchDomainsInput
- type DescribeElasticsearchDomainsOutput
- type DescribeElasticsearchDomainsRequest
- type DescribeElasticsearchInstanceTypeLimitsInput
- func (s DescribeElasticsearchInstanceTypeLimitsInput) GoString() string
- func (s DescribeElasticsearchInstanceTypeLimitsInput) MarshalFields(e protocol.FieldEncoder) error
- func (s DescribeElasticsearchInstanceTypeLimitsInput) String() string
- func (s *DescribeElasticsearchInstanceTypeLimitsInput) Validate() error
- type DescribeElasticsearchInstanceTypeLimitsOutput
- func (s DescribeElasticsearchInstanceTypeLimitsOutput) GoString() string
- func (s DescribeElasticsearchInstanceTypeLimitsOutput) MarshalFields(e protocol.FieldEncoder) error
- func (s DescribeElasticsearchInstanceTypeLimitsOutput) SDKResponseMetadata() aws.Response
- func (s DescribeElasticsearchInstanceTypeLimitsOutput) String() string
- type DescribeElasticsearchInstanceTypeLimitsRequest
- type DomainInfo
- type EBSOptions
- type EBSOptionsStatus
- type ESPartitionInstanceType
- type ElasticsearchClusterConfig
- type ElasticsearchClusterConfigStatus
- type ElasticsearchDomainConfig
- type ElasticsearchDomainStatus
- type ElasticsearchService
- func (c *ElasticsearchService) AddTagsRequest(input *AddTagsInput) AddTagsRequest
- func (c *ElasticsearchService) CreateElasticsearchDomainRequest(input *CreateElasticsearchDomainInput) CreateElasticsearchDomainRequest
- func (c *ElasticsearchService) DeleteElasticsearchDomainRequest(input *DeleteElasticsearchDomainInput) DeleteElasticsearchDomainRequest
- func (c *ElasticsearchService) DeleteElasticsearchServiceRoleRequest(input *DeleteElasticsearchServiceRoleInput) DeleteElasticsearchServiceRoleRequest
- func (c *ElasticsearchService) DescribeElasticsearchDomainConfigRequest(input *DescribeElasticsearchDomainConfigInput) DescribeElasticsearchDomainConfigRequest
- func (c *ElasticsearchService) DescribeElasticsearchDomainRequest(input *DescribeElasticsearchDomainInput) DescribeElasticsearchDomainRequest
- func (c *ElasticsearchService) DescribeElasticsearchDomainsRequest(input *DescribeElasticsearchDomainsInput) DescribeElasticsearchDomainsRequest
- func (c *ElasticsearchService) DescribeElasticsearchInstanceTypeLimitsRequest(input *DescribeElasticsearchInstanceTypeLimitsInput) DescribeElasticsearchInstanceTypeLimitsRequest
- func (c *ElasticsearchService) ListDomainNamesRequest(input *ListDomainNamesInput) ListDomainNamesRequest
- func (c *ElasticsearchService) ListElasticsearchInstanceTypesRequest(input *ListElasticsearchInstanceTypesInput) ListElasticsearchInstanceTypesRequest
- func (c *ElasticsearchService) ListElasticsearchVersionsRequest(input *ListElasticsearchVersionsInput) ListElasticsearchVersionsRequest
- func (c *ElasticsearchService) ListTagsRequest(input *ListTagsInput) ListTagsRequest
- func (c *ElasticsearchService) RemoveTagsRequest(input *RemoveTagsInput) RemoveTagsRequest
- func (c *ElasticsearchService) UpdateElasticsearchDomainConfigRequest(input *UpdateElasticsearchDomainConfigInput) UpdateElasticsearchDomainConfigRequest
- type ElasticsearchVersionStatus
- type EncryptionAtRestOptions
- type EncryptionAtRestOptionsStatus
- type InstanceCountLimits
- type InstanceLimits
- type Limits
- type ListDomainNamesInput
- type ListDomainNamesOutput
- type ListDomainNamesRequest
- type ListElasticsearchInstanceTypesInput
- type ListElasticsearchInstanceTypesOutput
- type ListElasticsearchInstanceTypesPager
- type ListElasticsearchInstanceTypesRequest
- type ListElasticsearchVersionsInput
- type ListElasticsearchVersionsOutput
- type ListElasticsearchVersionsPager
- type ListElasticsearchVersionsRequest
- type ListTagsInput
- type ListTagsOutput
- type ListTagsRequest
- type LogPublishingOption
- type LogPublishingOptionsStatus
- type LogType
- type OptionState
- type OptionStatus
- type RemoveTagsInput
- type RemoveTagsOutput
- type RemoveTagsRequest
- type SnapshotOptions
- type SnapshotOptionsStatus
- type StorageType
- type StorageTypeLimit
- type Tag
- type UpdateElasticsearchDomainConfigInput
- type UpdateElasticsearchDomainConfigOutput
- func (s UpdateElasticsearchDomainConfigOutput) GoString() string
- func (s UpdateElasticsearchDomainConfigOutput) MarshalFields(e protocol.FieldEncoder) error
- func (s UpdateElasticsearchDomainConfigOutput) SDKResponseMetadata() aws.Response
- func (s UpdateElasticsearchDomainConfigOutput) String() string
- type UpdateElasticsearchDomainConfigRequest
- type VPCDerivedInfo
- type VPCDerivedInfoStatus
- type VPCOptions
- type VolumeType
Constants ¶
const ( // ErrCodeBaseException for service response error code // "BaseException". // // An error occurred while processing the request. ErrCodeBaseException = "BaseException" // ErrCodeDisabledOperationException for service response error code // "DisabledOperationException". // // An error occured because the client wanted to access a not supported operation. // Gives http status code of 409. ErrCodeDisabledOperationException = "DisabledOperationException" // ErrCodeInternalException for service response error code // "InternalException". // // The request processing has failed because of an unknown error, exception // or failure (the failure is internal to the service) . Gives http status code // of 500. ErrCodeInternalException = "InternalException" // ErrCodeInvalidTypeException for service response error code // "InvalidTypeException". // // An exception for trying to create or access sub-resource that is either invalid // or not supported. Gives http status code of 409. ErrCodeInvalidTypeException = "InvalidTypeException" // ErrCodeLimitExceededException for service response error code // "LimitExceededException". // // An exception for trying to create more than allowed resources or sub-resources. // Gives http status code of 409. ErrCodeLimitExceededException = "LimitExceededException" // ErrCodeResourceAlreadyExistsException for service response error code // "ResourceAlreadyExistsException". // // An exception for creating a resource that already exists. Gives http status // code of 400. ErrCodeResourceAlreadyExistsException = "ResourceAlreadyExistsException" // ErrCodeResourceNotFoundException for service response error code // "ResourceNotFoundException". // // An exception for accessing or deleting a resource that does not exist. Gives // http status code of 400. ErrCodeResourceNotFoundException = "ResourceNotFoundException" // ErrCodeValidationException for service response error code // "ValidationException". // // An exception for missing / invalid input fields. Gives http status code of // 400. ErrCodeValidationException = "ValidationException" )
const ( ServiceName = "es" // Service endpoint prefix API calls made to. EndpointsID = ServiceName // Service ID for Regions and Endpoints metadata. )
Service information constants
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccessPoliciesStatus ¶
type AccessPoliciesStatus struct { // The access policy configured for the Elasticsearch domain. Access policies // may be resource-based, IP-based, or IAM-based. See Configuring Access Policies // (http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-createupdatedomains.html#es-createdomain-configure-access-policies)for // more information. // // Options is a required field Options *string `type:"string" required:"true"` // The status of the access policy for the Elasticsearch domain. See OptionStatus // for the status information that's included. // // Status is a required field Status *OptionStatus `type:"structure" required:"true"` // contains filtered or unexported fields }
The configured access rules for the domain's document and search endpoints, and the current status of those rules.
func (AccessPoliciesStatus) GoString ¶
func (s AccessPoliciesStatus) GoString() string
GoString returns the string representation
func (AccessPoliciesStatus) MarshalFields ¶ added in v0.3.0
func (s AccessPoliciesStatus) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (AccessPoliciesStatus) String ¶
func (s AccessPoliciesStatus) String() string
String returns the string representation
type AddTagsInput ¶
type AddTagsInput struct { // Specify the ARN for which you want to add the tags. // // ARN is a required field ARN *string `type:"string" required:"true"` // List of Tag that need to be added for the Elasticsearch domain. // // TagList is a required field TagList []Tag `type:"list" required:"true"` // contains filtered or unexported fields }
Container for the parameters to the AddTags operation. Specify the tags that you want to attach to the Elasticsearch domain.
func (AddTagsInput) GoString ¶
func (s AddTagsInput) GoString() string
GoString returns the string representation
func (AddTagsInput) MarshalFields ¶ added in v0.3.0
func (s AddTagsInput) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (AddTagsInput) String ¶
func (s AddTagsInput) String() string
String returns the string representation
func (*AddTagsInput) Validate ¶
func (s *AddTagsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AddTagsOutput ¶
type AddTagsOutput struct {
// contains filtered or unexported fields
}
func (AddTagsOutput) GoString ¶
func (s AddTagsOutput) GoString() string
GoString returns the string representation
func (AddTagsOutput) MarshalFields ¶ added in v0.3.0
func (s AddTagsOutput) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (AddTagsOutput) SDKResponseMetadata ¶
func (s AddTagsOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (AddTagsOutput) String ¶
func (s AddTagsOutput) String() string
String returns the string representation
type AddTagsRequest ¶
type AddTagsRequest struct { *aws.Request Input *AddTagsInput Copy func(*AddTagsInput) AddTagsRequest }
AddTagsRequest is a API request type for the AddTags API operation.
func (AddTagsRequest) Send ¶
func (r AddTagsRequest) Send() (*AddTagsOutput, error)
Send marshals and sends the AddTags API request.
type AdditionalLimit ¶
type AdditionalLimit struct { // Name of Additional Limit is specific to a given InstanceType and for each // of it's InstanceRole etc. Attributes and their details: MaximumNumberOfDataNodesSupported // This attribute will be present in Master node only to specify how much data // nodes upto which given ESPartitionInstanceTypecan support as master node. MaximumNumberOfDataNodesWithoutMasterNode // This attribute will be present in Data node only to specify how much data // nodes of given ESPartitionInstanceType LimitName *string `type:"string"` // Value for given AdditionalLimit$LimitName . LimitValues []string `type:"list"` // contains filtered or unexported fields }
List of limits that are specific to a given InstanceType and for each of it's InstanceRole .
func (AdditionalLimit) GoString ¶
func (s AdditionalLimit) GoString() string
GoString returns the string representation
func (AdditionalLimit) MarshalFields ¶ added in v0.3.0
func (s AdditionalLimit) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (AdditionalLimit) String ¶
func (s AdditionalLimit) String() string
String returns the string representation
type AdvancedOptionsStatus ¶
type AdvancedOptionsStatus struct { // Specifies the status of advanced options for the specified Elasticsearch // domain. // // Options is a required field Options map[string]string `type:"map" required:"true"` // Specifies the status of OptionStatus for advanced options for the specified // Elasticsearch domain. // // Status is a required field Status *OptionStatus `type:"structure" required:"true"` // contains filtered or unexported fields }
Status of the advanced options for the specified Elasticsearch domain. Currently, the following advanced options are available:
- Option to allow references to indices in an HTTP request body. Must be false when configuring access to individual sub-resources. By default, the value is true. See Configuration Advanced Options (http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-createupdatedomains.html#es-createdomain-configure-advanced-options) for more information.
- Option to specify the percentage of heap space that is allocated to field data. By default, this setting is unbounded.
For more information, see Configuring Advanced Options (http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-createupdatedomains.html#es-createdomain-configure-advanced-options).
func (AdvancedOptionsStatus) GoString ¶
func (s AdvancedOptionsStatus) GoString() string
GoString returns the string representation
func (AdvancedOptionsStatus) MarshalFields ¶ added in v0.3.0
func (s AdvancedOptionsStatus) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (AdvancedOptionsStatus) String ¶
func (s AdvancedOptionsStatus) String() string
String returns the string representation
type CreateElasticsearchDomainInput ¶
type CreateElasticsearchDomainInput struct { // IAM access policy as a JSON-formatted string. AccessPolicies *string `type:"string"` // Option to allow references to indices in an HTTP request body. Must be false // when configuring access to individual sub-resources. By default, the value // is true. See Configuration Advanced Options (http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-createupdatedomains.html#es-createdomain-configure-advanced-options) // for more information. AdvancedOptions map[string]string `type:"map"` // The name of the Elasticsearch domain that you are creating. Domain names // are unique across the domains owned by an account within an AWS region. Domain // names must start with a letter or number and can contain the following characters: // a-z (lowercase), 0-9, and - (hyphen). // // DomainName is a required field DomainName *string `min:"3" type:"string" required:"true"` // Options to enable, disable and specify the type and size of EBS storage volumes. EBSOptions *EBSOptions `type:"structure"` // Configuration options for an Elasticsearch domain. Specifies the instance // type and number of instances in the domain cluster. ElasticsearchClusterConfig *ElasticsearchClusterConfig `type:"structure"` // String of format X.Y to specify version for the Elasticsearch domain eg. // "1.5" or "2.3". For more information, see Creating Elasticsearch Domains // (http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-createupdatedomains.html#es-createdomains) // in the Amazon Elasticsearch Service Developer Guide. ElasticsearchVersion *string `type:"string"` // Specifies the Encryption At Rest Options. EncryptionAtRestOptions *EncryptionAtRestOptions `type:"structure"` // Map of LogType and LogPublishingOption, each containing options to publish // a given type of Elasticsearch log. LogPublishingOptions map[string]LogPublishingOption `type:"map"` // Option to set time, in UTC format, of the daily automated snapshot. Default // value is 0 hours. SnapshotOptions *SnapshotOptions `type:"structure"` // Options to specify the subnets and security groups for VPC endpoint. For // more information, see Creating a VPC (http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-vpc.html#es-creating-vpc) // in VPC Endpoints for Amazon Elasticsearch Service Domains VPCOptions *VPCOptions `type:"structure"` // contains filtered or unexported fields }
func (CreateElasticsearchDomainInput) GoString ¶
func (s CreateElasticsearchDomainInput) GoString() string
GoString returns the string representation
func (CreateElasticsearchDomainInput) MarshalFields ¶ added in v0.3.0
func (s CreateElasticsearchDomainInput) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (CreateElasticsearchDomainInput) String ¶
func (s CreateElasticsearchDomainInput) String() string
String returns the string representation
func (*CreateElasticsearchDomainInput) Validate ¶
func (s *CreateElasticsearchDomainInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateElasticsearchDomainOutput ¶
type CreateElasticsearchDomainOutput struct { // The status of the newly created Elasticsearch domain. DomainStatus *ElasticsearchDomainStatus `type:"structure"` // contains filtered or unexported fields }
The result of a CreateElasticsearchDomain operation. Contains the status of the newly created Elasticsearch domain.
func (CreateElasticsearchDomainOutput) GoString ¶
func (s CreateElasticsearchDomainOutput) GoString() string
GoString returns the string representation
func (CreateElasticsearchDomainOutput) MarshalFields ¶ added in v0.3.0
func (s CreateElasticsearchDomainOutput) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (CreateElasticsearchDomainOutput) SDKResponseMetadata ¶
func (s CreateElasticsearchDomainOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (CreateElasticsearchDomainOutput) String ¶
func (s CreateElasticsearchDomainOutput) String() string
String returns the string representation
type CreateElasticsearchDomainRequest ¶
type CreateElasticsearchDomainRequest struct { *aws.Request Input *CreateElasticsearchDomainInput Copy func(*CreateElasticsearchDomainInput) CreateElasticsearchDomainRequest }
CreateElasticsearchDomainRequest is a API request type for the CreateElasticsearchDomain API operation.
func (CreateElasticsearchDomainRequest) Send ¶
func (r CreateElasticsearchDomainRequest) Send() (*CreateElasticsearchDomainOutput, error)
Send marshals and sends the CreateElasticsearchDomain API request.
type DeleteElasticsearchDomainInput ¶
type DeleteElasticsearchDomainInput struct { // The name of the Elasticsearch domain that you want to permanently delete. // // DomainName is a required field DomainName *string `location:"uri" locationName:"DomainName" min:"3" type:"string" required:"true"` // contains filtered or unexported fields }
Container for the parameters to the DeleteElasticsearchDomain operation. Specifies the name of the Elasticsearch domain that you want to delete.
func (DeleteElasticsearchDomainInput) GoString ¶
func (s DeleteElasticsearchDomainInput) GoString() string
GoString returns the string representation
func (DeleteElasticsearchDomainInput) MarshalFields ¶ added in v0.3.0
func (s DeleteElasticsearchDomainInput) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (DeleteElasticsearchDomainInput) String ¶
func (s DeleteElasticsearchDomainInput) String() string
String returns the string representation
func (*DeleteElasticsearchDomainInput) Validate ¶
func (s *DeleteElasticsearchDomainInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteElasticsearchDomainOutput ¶
type DeleteElasticsearchDomainOutput struct { // The status of the Elasticsearch domain being deleted. DomainStatus *ElasticsearchDomainStatus `type:"structure"` // contains filtered or unexported fields }
The result of a DeleteElasticsearchDomain request. Contains the status of the pending deletion, or no status if the domain and all of its resources have been deleted.
func (DeleteElasticsearchDomainOutput) GoString ¶
func (s DeleteElasticsearchDomainOutput) GoString() string
GoString returns the string representation
func (DeleteElasticsearchDomainOutput) MarshalFields ¶ added in v0.3.0
func (s DeleteElasticsearchDomainOutput) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (DeleteElasticsearchDomainOutput) SDKResponseMetadata ¶
func (s DeleteElasticsearchDomainOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (DeleteElasticsearchDomainOutput) String ¶
func (s DeleteElasticsearchDomainOutput) String() string
String returns the string representation
type DeleteElasticsearchDomainRequest ¶
type DeleteElasticsearchDomainRequest struct { *aws.Request Input *DeleteElasticsearchDomainInput Copy func(*DeleteElasticsearchDomainInput) DeleteElasticsearchDomainRequest }
DeleteElasticsearchDomainRequest is a API request type for the DeleteElasticsearchDomain API operation.
func (DeleteElasticsearchDomainRequest) Send ¶
func (r DeleteElasticsearchDomainRequest) Send() (*DeleteElasticsearchDomainOutput, error)
Send marshals and sends the DeleteElasticsearchDomain API request.
type DeleteElasticsearchServiceRoleInput ¶ added in v0.2.0
type DeleteElasticsearchServiceRoleInput struct {
// contains filtered or unexported fields
}
func (DeleteElasticsearchServiceRoleInput) GoString ¶ added in v0.2.0
func (s DeleteElasticsearchServiceRoleInput) GoString() string
GoString returns the string representation
func (DeleteElasticsearchServiceRoleInput) MarshalFields ¶ added in v0.3.0
func (s DeleteElasticsearchServiceRoleInput) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (DeleteElasticsearchServiceRoleInput) String ¶ added in v0.2.0
func (s DeleteElasticsearchServiceRoleInput) String() string
String returns the string representation
type DeleteElasticsearchServiceRoleOutput ¶ added in v0.2.0
type DeleteElasticsearchServiceRoleOutput struct {
// contains filtered or unexported fields
}
func (DeleteElasticsearchServiceRoleOutput) GoString ¶ added in v0.2.0
func (s DeleteElasticsearchServiceRoleOutput) GoString() string
GoString returns the string representation
func (DeleteElasticsearchServiceRoleOutput) MarshalFields ¶ added in v0.3.0
func (s DeleteElasticsearchServiceRoleOutput) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (DeleteElasticsearchServiceRoleOutput) SDKResponseMetadata ¶ added in v0.2.0
func (s DeleteElasticsearchServiceRoleOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (DeleteElasticsearchServiceRoleOutput) String ¶ added in v0.2.0
func (s DeleteElasticsearchServiceRoleOutput) String() string
String returns the string representation
type DeleteElasticsearchServiceRoleRequest ¶ added in v0.2.0
type DeleteElasticsearchServiceRoleRequest struct { *aws.Request Input *DeleteElasticsearchServiceRoleInput Copy func(*DeleteElasticsearchServiceRoleInput) DeleteElasticsearchServiceRoleRequest }
DeleteElasticsearchServiceRoleRequest is a API request type for the DeleteElasticsearchServiceRole API operation.
func (DeleteElasticsearchServiceRoleRequest) Send ¶ added in v0.2.0
func (r DeleteElasticsearchServiceRoleRequest) Send() (*DeleteElasticsearchServiceRoleOutput, error)
Send marshals and sends the DeleteElasticsearchServiceRole API request.
type DescribeElasticsearchDomainConfigInput ¶
type DescribeElasticsearchDomainConfigInput struct { // The Elasticsearch domain that you want to get information about. // // DomainName is a required field DomainName *string `location:"uri" locationName:"DomainName" min:"3" type:"string" required:"true"` // contains filtered or unexported fields }
Container for the parameters to the DescribeElasticsearchDomainConfig operation. Specifies the domain name for which you want configuration information.
func (DescribeElasticsearchDomainConfigInput) GoString ¶
func (s DescribeElasticsearchDomainConfigInput) GoString() string
GoString returns the string representation
func (DescribeElasticsearchDomainConfigInput) MarshalFields ¶ added in v0.3.0
func (s DescribeElasticsearchDomainConfigInput) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (DescribeElasticsearchDomainConfigInput) String ¶
func (s DescribeElasticsearchDomainConfigInput) String() string
String returns the string representation
func (*DescribeElasticsearchDomainConfigInput) Validate ¶
func (s *DescribeElasticsearchDomainConfigInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeElasticsearchDomainConfigOutput ¶
type DescribeElasticsearchDomainConfigOutput struct { // The configuration information of the domain requested in the DescribeElasticsearchDomainConfig // request. // // DomainConfig is a required field DomainConfig *ElasticsearchDomainConfig `type:"structure" required:"true"` // contains filtered or unexported fields }
The result of a DescribeElasticsearchDomainConfig request. Contains the configuration information of the requested domain.
func (DescribeElasticsearchDomainConfigOutput) GoString ¶
func (s DescribeElasticsearchDomainConfigOutput) GoString() string
GoString returns the string representation
func (DescribeElasticsearchDomainConfigOutput) MarshalFields ¶ added in v0.3.0
func (s DescribeElasticsearchDomainConfigOutput) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (DescribeElasticsearchDomainConfigOutput) SDKResponseMetadata ¶
func (s DescribeElasticsearchDomainConfigOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (DescribeElasticsearchDomainConfigOutput) String ¶
func (s DescribeElasticsearchDomainConfigOutput) String() string
String returns the string representation
type DescribeElasticsearchDomainConfigRequest ¶
type DescribeElasticsearchDomainConfigRequest struct { *aws.Request Input *DescribeElasticsearchDomainConfigInput Copy func(*DescribeElasticsearchDomainConfigInput) DescribeElasticsearchDomainConfigRequest }
DescribeElasticsearchDomainConfigRequest is a API request type for the DescribeElasticsearchDomainConfig API operation.
func (DescribeElasticsearchDomainConfigRequest) Send ¶
func (r DescribeElasticsearchDomainConfigRequest) Send() (*DescribeElasticsearchDomainConfigOutput, error)
Send marshals and sends the DescribeElasticsearchDomainConfig API request.
type DescribeElasticsearchDomainInput ¶
type DescribeElasticsearchDomainInput struct { // The name of the Elasticsearch domain for which you want information. // // DomainName is a required field DomainName *string `location:"uri" locationName:"DomainName" min:"3" type:"string" required:"true"` // contains filtered or unexported fields }
Container for the parameters to the DescribeElasticsearchDomain operation.
func (DescribeElasticsearchDomainInput) GoString ¶
func (s DescribeElasticsearchDomainInput) GoString() string
GoString returns the string representation
func (DescribeElasticsearchDomainInput) MarshalFields ¶ added in v0.3.0
func (s DescribeElasticsearchDomainInput) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (DescribeElasticsearchDomainInput) String ¶
func (s DescribeElasticsearchDomainInput) String() string
String returns the string representation
func (*DescribeElasticsearchDomainInput) Validate ¶
func (s *DescribeElasticsearchDomainInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeElasticsearchDomainOutput ¶
type DescribeElasticsearchDomainOutput struct { // The current status of the Elasticsearch domain. // // DomainStatus is a required field DomainStatus *ElasticsearchDomainStatus `type:"structure" required:"true"` // contains filtered or unexported fields }
The result of a DescribeElasticsearchDomain request. Contains the status of the domain specified in the request.
func (DescribeElasticsearchDomainOutput) GoString ¶
func (s DescribeElasticsearchDomainOutput) GoString() string
GoString returns the string representation
func (DescribeElasticsearchDomainOutput) MarshalFields ¶ added in v0.3.0
func (s DescribeElasticsearchDomainOutput) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (DescribeElasticsearchDomainOutput) SDKResponseMetadata ¶
func (s DescribeElasticsearchDomainOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (DescribeElasticsearchDomainOutput) String ¶
func (s DescribeElasticsearchDomainOutput) String() string
String returns the string representation
type DescribeElasticsearchDomainRequest ¶
type DescribeElasticsearchDomainRequest struct { *aws.Request Input *DescribeElasticsearchDomainInput Copy func(*DescribeElasticsearchDomainInput) DescribeElasticsearchDomainRequest }
DescribeElasticsearchDomainRequest is a API request type for the DescribeElasticsearchDomain API operation.
func (DescribeElasticsearchDomainRequest) Send ¶
func (r DescribeElasticsearchDomainRequest) Send() (*DescribeElasticsearchDomainOutput, error)
Send marshals and sends the DescribeElasticsearchDomain API request.
type DescribeElasticsearchDomainsInput ¶
type DescribeElasticsearchDomainsInput struct { // The Elasticsearch domains for which you want information. // // DomainNames is a required field DomainNames []string `type:"list" required:"true"` // contains filtered or unexported fields }
Container for the parameters to the DescribeElasticsearchDomains operation. By default, the API returns the status of all Elasticsearch domains.
func (DescribeElasticsearchDomainsInput) GoString ¶
func (s DescribeElasticsearchDomainsInput) GoString() string
GoString returns the string representation
func (DescribeElasticsearchDomainsInput) MarshalFields ¶ added in v0.3.0
func (s DescribeElasticsearchDomainsInput) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (DescribeElasticsearchDomainsInput) String ¶
func (s DescribeElasticsearchDomainsInput) String() string
String returns the string representation
func (*DescribeElasticsearchDomainsInput) Validate ¶
func (s *DescribeElasticsearchDomainsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeElasticsearchDomainsOutput ¶
type DescribeElasticsearchDomainsOutput struct { // The status of the domains requested in the DescribeElasticsearchDomains request. // // DomainStatusList is a required field DomainStatusList []ElasticsearchDomainStatus `type:"list" required:"true"` // contains filtered or unexported fields }
The result of a DescribeElasticsearchDomains request. Contains the status of the specified domains or all domains owned by the account.
func (DescribeElasticsearchDomainsOutput) GoString ¶
func (s DescribeElasticsearchDomainsOutput) GoString() string
GoString returns the string representation
func (DescribeElasticsearchDomainsOutput) MarshalFields ¶ added in v0.3.0
func (s DescribeElasticsearchDomainsOutput) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (DescribeElasticsearchDomainsOutput) SDKResponseMetadata ¶
func (s DescribeElasticsearchDomainsOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (DescribeElasticsearchDomainsOutput) String ¶
func (s DescribeElasticsearchDomainsOutput) String() string
String returns the string representation
type DescribeElasticsearchDomainsRequest ¶
type DescribeElasticsearchDomainsRequest struct { *aws.Request Input *DescribeElasticsearchDomainsInput Copy func(*DescribeElasticsearchDomainsInput) DescribeElasticsearchDomainsRequest }
DescribeElasticsearchDomainsRequest is a API request type for the DescribeElasticsearchDomains API operation.
func (DescribeElasticsearchDomainsRequest) Send ¶
func (r DescribeElasticsearchDomainsRequest) Send() (*DescribeElasticsearchDomainsOutput, error)
Send marshals and sends the DescribeElasticsearchDomains API request.
type DescribeElasticsearchInstanceTypeLimitsInput ¶
type DescribeElasticsearchInstanceTypeLimitsInput struct { // DomainName represents the name of the Domain that we are trying to modify. // This should be present only if we are querying for Elasticsearch Limits for // existing domain. DomainName *string `location:"querystring" locationName:"domainName" min:"3" type:"string"` // Version of Elasticsearch for which Limits are needed. // // ElasticsearchVersion is a required field ElasticsearchVersion *string `location:"uri" locationName:"ElasticsearchVersion" type:"string" required:"true"` // The instance type for an Elasticsearch cluster for which Elasticsearch Limits // are needed. // // InstanceType is a required field InstanceType ESPartitionInstanceType `location:"uri" locationName:"InstanceType" type:"string" required:"true" enum:"true"` // contains filtered or unexported fields }
Container for the parameters to DescribeElasticsearchInstanceTypeLimits operation.
func (DescribeElasticsearchInstanceTypeLimitsInput) GoString ¶
func (s DescribeElasticsearchInstanceTypeLimitsInput) GoString() string
GoString returns the string representation
func (DescribeElasticsearchInstanceTypeLimitsInput) MarshalFields ¶ added in v0.3.0
func (s DescribeElasticsearchInstanceTypeLimitsInput) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (DescribeElasticsearchInstanceTypeLimitsInput) String ¶
func (s DescribeElasticsearchInstanceTypeLimitsInput) String() string
String returns the string representation
func (*DescribeElasticsearchInstanceTypeLimitsInput) Validate ¶
func (s *DescribeElasticsearchInstanceTypeLimitsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeElasticsearchInstanceTypeLimitsOutput ¶
type DescribeElasticsearchInstanceTypeLimitsOutput struct { // Map of Role of the Instance and Limits that are applicable. Role performed // by given Instance in Elasticsearch can be one of the following: Data: If // the given InstanceType is used as Data node // Master: If the given InstanceType is used as Master node LimitsByRole map[string]Limits `type:"map"` // contains filtered or unexported fields }
Container for the parameters received from DescribeElasticsearchInstanceTypeLimits operation.
func (DescribeElasticsearchInstanceTypeLimitsOutput) GoString ¶
func (s DescribeElasticsearchInstanceTypeLimitsOutput) GoString() string
GoString returns the string representation
func (DescribeElasticsearchInstanceTypeLimitsOutput) MarshalFields ¶ added in v0.3.0
func (s DescribeElasticsearchInstanceTypeLimitsOutput) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (DescribeElasticsearchInstanceTypeLimitsOutput) SDKResponseMetadata ¶
func (s DescribeElasticsearchInstanceTypeLimitsOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (DescribeElasticsearchInstanceTypeLimitsOutput) String ¶
func (s DescribeElasticsearchInstanceTypeLimitsOutput) String() string
String returns the string representation
type DescribeElasticsearchInstanceTypeLimitsRequest ¶
type DescribeElasticsearchInstanceTypeLimitsRequest struct { *aws.Request Input *DescribeElasticsearchInstanceTypeLimitsInput Copy func(*DescribeElasticsearchInstanceTypeLimitsInput) DescribeElasticsearchInstanceTypeLimitsRequest }
DescribeElasticsearchInstanceTypeLimitsRequest is a API request type for the DescribeElasticsearchInstanceTypeLimits API operation.
func (DescribeElasticsearchInstanceTypeLimitsRequest) Send ¶
func (r DescribeElasticsearchInstanceTypeLimitsRequest) Send() (*DescribeElasticsearchInstanceTypeLimitsOutput, error)
Send marshals and sends the DescribeElasticsearchInstanceTypeLimits API request.
type DomainInfo ¶
type DomainInfo struct { // Specifies the DomainName. DomainName *string `min:"3" type:"string"` // contains filtered or unexported fields }
func (DomainInfo) GoString ¶
func (s DomainInfo) GoString() string
GoString returns the string representation
func (DomainInfo) MarshalFields ¶ added in v0.3.0
func (s DomainInfo) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (DomainInfo) String ¶
func (s DomainInfo) String() string
String returns the string representation
type EBSOptions ¶
type EBSOptions struct { // Specifies whether EBS-based storage is enabled. EBSEnabled *bool `type:"boolean"` // Specifies the IOPD for a Provisioned IOPS EBS volume (SSD). Iops *int64 `type:"integer"` // Integer to specify the size of an EBS volume. VolumeSize *int64 `type:"integer"` // Specifies the volume type for EBS-based storage. VolumeType VolumeType `type:"string" enum:"true"` // contains filtered or unexported fields }
Options to enable, disable, and specify the properties of EBS storage volumes. For more information, see Configuring EBS-based Storage (http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-createupdatedomains.html#es-createdomain-configure-ebs).
func (EBSOptions) GoString ¶
func (s EBSOptions) GoString() string
GoString returns the string representation
func (EBSOptions) MarshalFields ¶ added in v0.3.0
func (s EBSOptions) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (EBSOptions) String ¶
func (s EBSOptions) String() string
String returns the string representation
type EBSOptionsStatus ¶
type EBSOptionsStatus struct { // Specifies the EBS options for the specified Elasticsearch domain. // // Options is a required field Options *EBSOptions `type:"structure" required:"true"` // Specifies the status of the EBS options for the specified Elasticsearch domain. // // Status is a required field Status *OptionStatus `type:"structure" required:"true"` // contains filtered or unexported fields }
Status of the EBS options for the specified Elasticsearch domain.
func (EBSOptionsStatus) GoString ¶
func (s EBSOptionsStatus) GoString() string
GoString returns the string representation
func (EBSOptionsStatus) MarshalFields ¶ added in v0.3.0
func (s EBSOptionsStatus) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (EBSOptionsStatus) String ¶
func (s EBSOptionsStatus) String() string
String returns the string representation
type ESPartitionInstanceType ¶
type ESPartitionInstanceType string
const ( ESPartitionInstanceTypeM3MediumElasticsearch ESPartitionInstanceType = "m3.medium.elasticsearch" ESPartitionInstanceTypeM3LargeElasticsearch ESPartitionInstanceType = "m3.large.elasticsearch" ESPartitionInstanceTypeM3XlargeElasticsearch ESPartitionInstanceType = "m3.xlarge.elasticsearch" ESPartitionInstanceTypeM32xlargeElasticsearch ESPartitionInstanceType = "m3.2xlarge.elasticsearch" ESPartitionInstanceTypeM4LargeElasticsearch ESPartitionInstanceType = "m4.large.elasticsearch" ESPartitionInstanceTypeM4XlargeElasticsearch ESPartitionInstanceType = "m4.xlarge.elasticsearch" ESPartitionInstanceTypeM42xlargeElasticsearch ESPartitionInstanceType = "m4.2xlarge.elasticsearch" ESPartitionInstanceTypeM44xlargeElasticsearch ESPartitionInstanceType = "m4.4xlarge.elasticsearch" ESPartitionInstanceTypeM410xlargeElasticsearch ESPartitionInstanceType = "m4.10xlarge.elasticsearch" ESPartitionInstanceTypeT2MicroElasticsearch ESPartitionInstanceType = "t2.micro.elasticsearch" ESPartitionInstanceTypeT2SmallElasticsearch ESPartitionInstanceType = "t2.small.elasticsearch" ESPartitionInstanceTypeT2MediumElasticsearch ESPartitionInstanceType = "t2.medium.elasticsearch" ESPartitionInstanceTypeR3LargeElasticsearch ESPartitionInstanceType = "r3.large.elasticsearch" ESPartitionInstanceTypeR3XlargeElasticsearch ESPartitionInstanceType = "r3.xlarge.elasticsearch" ESPartitionInstanceTypeR32xlargeElasticsearch ESPartitionInstanceType = "r3.2xlarge.elasticsearch" ESPartitionInstanceTypeR34xlargeElasticsearch ESPartitionInstanceType = "r3.4xlarge.elasticsearch" ESPartitionInstanceTypeR38xlargeElasticsearch ESPartitionInstanceType = "r3.8xlarge.elasticsearch" ESPartitionInstanceTypeI2XlargeElasticsearch ESPartitionInstanceType = "i2.xlarge.elasticsearch" ESPartitionInstanceTypeI22xlargeElasticsearch ESPartitionInstanceType = "i2.2xlarge.elasticsearch" ESPartitionInstanceTypeD2XlargeElasticsearch ESPartitionInstanceType = "d2.xlarge.elasticsearch" ESPartitionInstanceTypeD22xlargeElasticsearch ESPartitionInstanceType = "d2.2xlarge.elasticsearch" ESPartitionInstanceTypeD24xlargeElasticsearch ESPartitionInstanceType = "d2.4xlarge.elasticsearch" ESPartitionInstanceTypeD28xlargeElasticsearch ESPartitionInstanceType = "d2.8xlarge.elasticsearch" ESPartitionInstanceTypeC4LargeElasticsearch ESPartitionInstanceType = "c4.large.elasticsearch" ESPartitionInstanceTypeC4XlargeElasticsearch ESPartitionInstanceType = "c4.xlarge.elasticsearch" ESPartitionInstanceTypeC42xlargeElasticsearch ESPartitionInstanceType = "c4.2xlarge.elasticsearch" ESPartitionInstanceTypeC44xlargeElasticsearch ESPartitionInstanceType = "c4.4xlarge.elasticsearch" ESPartitionInstanceTypeC48xlargeElasticsearch ESPartitionInstanceType = "c4.8xlarge.elasticsearch" ESPartitionInstanceTypeR4LargeElasticsearch ESPartitionInstanceType = "r4.large.elasticsearch" ESPartitionInstanceTypeR4XlargeElasticsearch ESPartitionInstanceType = "r4.xlarge.elasticsearch" ESPartitionInstanceTypeR42xlargeElasticsearch ESPartitionInstanceType = "r4.2xlarge.elasticsearch" ESPartitionInstanceTypeR44xlargeElasticsearch ESPartitionInstanceType = "r4.4xlarge.elasticsearch" ESPartitionInstanceTypeR48xlargeElasticsearch ESPartitionInstanceType = "r4.8xlarge.elasticsearch" ESPartitionInstanceTypeR416xlargeElasticsearch ESPartitionInstanceType = "r4.16xlarge.elasticsearch" ESPartitionInstanceTypeI3LargeElasticsearch ESPartitionInstanceType = "i3.large.elasticsearch" ESPartitionInstanceTypeI3XlargeElasticsearch ESPartitionInstanceType = "i3.xlarge.elasticsearch" ESPartitionInstanceTypeI32xlargeElasticsearch ESPartitionInstanceType = "i3.2xlarge.elasticsearch" ESPartitionInstanceTypeI34xlargeElasticsearch ESPartitionInstanceType = "i3.4xlarge.elasticsearch" ESPartitionInstanceTypeI38xlargeElasticsearch ESPartitionInstanceType = "i3.8xlarge.elasticsearch" ESPartitionInstanceTypeI316xlargeElasticsearch ESPartitionInstanceType = "i3.16xlarge.elasticsearch" )
Enum values for ESPartitionInstanceType
func (ESPartitionInstanceType) MarshalValue ¶ added in v0.3.0
func (enum ESPartitionInstanceType) MarshalValue() (string, error)
func (ESPartitionInstanceType) MarshalValueBuf ¶ added in v0.3.0
func (enum ESPartitionInstanceType) MarshalValueBuf(b []byte) ([]byte, error)
type ElasticsearchClusterConfig ¶
type ElasticsearchClusterConfig struct { // Total number of dedicated master nodes, active and on standby, for the cluster. DedicatedMasterCount *int64 `type:"integer"` // A boolean value to indicate whether a dedicated master node is enabled. See // About Dedicated Master Nodes (http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-managedomains.html#es-managedomains-dedicatedmasternodes) // for more information. DedicatedMasterEnabled *bool `type:"boolean"` // The instance type for a dedicated master node. DedicatedMasterType ESPartitionInstanceType `type:"string" enum:"true"` // The number of instances in the specified domain cluster. InstanceCount *int64 `type:"integer"` // The instance type for an Elasticsearch cluster. InstanceType ESPartitionInstanceType `type:"string" enum:"true"` // A boolean value to indicate whether zone awareness is enabled. See About // Zone Awareness (http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-managedomains.html#es-managedomains-zoneawareness) // for more information. ZoneAwarenessEnabled *bool `type:"boolean"` // contains filtered or unexported fields }
Specifies the configuration for the domain cluster, such as the type and number of instances.
func (ElasticsearchClusterConfig) GoString ¶
func (s ElasticsearchClusterConfig) GoString() string
GoString returns the string representation
func (ElasticsearchClusterConfig) MarshalFields ¶ added in v0.3.0
func (s ElasticsearchClusterConfig) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (ElasticsearchClusterConfig) String ¶
func (s ElasticsearchClusterConfig) String() string
String returns the string representation
type ElasticsearchClusterConfigStatus ¶
type ElasticsearchClusterConfigStatus struct { // Specifies the cluster configuration for the specified Elasticsearch domain. // // Options is a required field Options *ElasticsearchClusterConfig `type:"structure" required:"true"` // Specifies the status of the configuration for the specified Elasticsearch // domain. // // Status is a required field Status *OptionStatus `type:"structure" required:"true"` // contains filtered or unexported fields }
Specifies the configuration status for the specified Elasticsearch domain.
func (ElasticsearchClusterConfigStatus) GoString ¶
func (s ElasticsearchClusterConfigStatus) GoString() string
GoString returns the string representation
func (ElasticsearchClusterConfigStatus) MarshalFields ¶ added in v0.3.0
func (s ElasticsearchClusterConfigStatus) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (ElasticsearchClusterConfigStatus) String ¶
func (s ElasticsearchClusterConfigStatus) String() string
String returns the string representation
type ElasticsearchDomainConfig ¶
type ElasticsearchDomainConfig struct { // IAM access policy as a JSON-formatted string. AccessPolicies *AccessPoliciesStatus `type:"structure"` // Specifies the AdvancedOptions for the domain. See Configuring Advanced Options // (http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-createupdatedomains.html#es-createdomain-configure-advanced-options) // for more information. AdvancedOptions *AdvancedOptionsStatus `type:"structure"` // Specifies the EBSOptions for the Elasticsearch domain. EBSOptions *EBSOptionsStatus `type:"structure"` // Specifies the ElasticsearchClusterConfig for the Elasticsearch domain. ElasticsearchClusterConfig *ElasticsearchClusterConfigStatus `type:"structure"` // String of format X.Y to specify version for the Elasticsearch domain. ElasticsearchVersion *ElasticsearchVersionStatus `type:"structure"` // Specifies the EncryptionAtRestOptions for the Elasticsearch domain. EncryptionAtRestOptions *EncryptionAtRestOptionsStatus `type:"structure"` // Log publishing options for the given domain. LogPublishingOptions *LogPublishingOptionsStatus `type:"structure"` // Specifies the SnapshotOptions for the Elasticsearch domain. SnapshotOptions *SnapshotOptionsStatus `type:"structure"` // The VPCOptions for the specified domain. For more information, see VPC Endpoints // for Amazon Elasticsearch Service Domains (http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-vpc.html). VPCOptions *VPCDerivedInfoStatus `type:"structure"` // contains filtered or unexported fields }
The configuration of an Elasticsearch domain.
func (ElasticsearchDomainConfig) GoString ¶
func (s ElasticsearchDomainConfig) GoString() string
GoString returns the string representation
func (ElasticsearchDomainConfig) MarshalFields ¶ added in v0.3.0
func (s ElasticsearchDomainConfig) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (ElasticsearchDomainConfig) String ¶
func (s ElasticsearchDomainConfig) String() string
String returns the string representation
type ElasticsearchDomainStatus ¶
type ElasticsearchDomainStatus struct { // The Amazon resource name (ARN) of an Elasticsearch domain. See Identifiers // for IAM Entities (http://docs.aws.amazon.com/IAM/latest/UserGuide/index.html?Using_Identifiers.html) // in Using AWS Identity and Access Management for more information. // // ARN is a required field ARN *string `type:"string" required:"true"` // IAM access policy as a JSON-formatted string. AccessPolicies *string `type:"string"` // Specifies the status of the AdvancedOptions AdvancedOptions map[string]string `type:"map"` // The domain creation status. True if the creation of an Elasticsearch domain // is complete. False if domain creation is still in progress. Created *bool `type:"boolean"` // The domain deletion status. True if a delete request has been received for // the domain but resource cleanup is still in progress. False if the domain // has not been deleted. Once domain deletion is complete, the status of the // domain is no longer returned. Deleted *bool `type:"boolean"` // The unique identifier for the specified Elasticsearch domain. // // DomainId is a required field DomainId *string `min:"1" type:"string" required:"true"` // The name of an Elasticsearch domain. Domain names are unique across the domains // owned by an account within an AWS region. Domain names start with a letter // or number and can contain the following characters: a-z (lowercase), 0-9, // and - (hyphen). // // DomainName is a required field DomainName *string `min:"3" type:"string" required:"true"` // The EBSOptions for the specified domain. See Configuring EBS-based Storage // (http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-createupdatedomains.html#es-createdomain-configure-ebs) // for more information. EBSOptions *EBSOptions `type:"structure"` // The type and number of instances in the domain cluster. // // ElasticsearchClusterConfig is a required field ElasticsearchClusterConfig *ElasticsearchClusterConfig `type:"structure" required:"true"` ElasticsearchVersion *string `type:"string"` // Specifies the status of the EncryptionAtRestOptions. EncryptionAtRestOptions *EncryptionAtRestOptions `type:"structure"` // The Elasticsearch domain endpoint that you use to submit index and search // requests. Endpoint *string `type:"string"` // Map containing the Elasticsearch domain endpoints used to submit index and // search requests. Example key, value: 'vpc','vpc-endpoint-h2dsd34efgyghrtguk5gt6j2foh4.us-east-1.es.amazonaws.com'. Endpoints map[string]string `type:"map"` // Log publishing options for the given domain. LogPublishingOptions map[string]LogPublishingOption `type:"map"` // The status of the Elasticsearch domain configuration. True if Amazon Elasticsearch // Service is processing configuration changes. False if the configuration is // active. Processing *bool `type:"boolean"` // Specifies the status of the SnapshotOptions SnapshotOptions *SnapshotOptions `type:"structure"` // The VPCOptions for the specified domain. For more information, see VPC Endpoints // for Amazon Elasticsearch Service Domains (http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-vpc.html). VPCOptions *VPCDerivedInfo `type:"structure"` // contains filtered or unexported fields }
The current status of an Elasticsearch domain.
func (ElasticsearchDomainStatus) GoString ¶
func (s ElasticsearchDomainStatus) GoString() string
GoString returns the string representation
func (ElasticsearchDomainStatus) MarshalFields ¶ added in v0.3.0
func (s ElasticsearchDomainStatus) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (ElasticsearchDomainStatus) String ¶
func (s ElasticsearchDomainStatus) String() string
String returns the string representation
type ElasticsearchService ¶
ElasticsearchService provides the API operation methods for making requests to Amazon Elasticsearch Service. See this package's package overview docs for details on the service.
ElasticsearchService methods are safe to use concurrently. It is not safe to modify mutate any of the struct's properties though.
func New ¶
func New(config aws.Config) *ElasticsearchService
New creates a new instance of the ElasticsearchService client with a config.
Example:
// Create a ElasticsearchService client from just a config. svc := elasticsearchservice.New(myConfig)
func (*ElasticsearchService) AddTagsRequest ¶
func (c *ElasticsearchService) AddTagsRequest(input *AddTagsInput) AddTagsRequest
AddTagsRequest returns a request value for making API operation for Amazon Elasticsearch Service.
Attaches tags to an existing Elasticsearch domain. Tags are a set of case-sensitive key value pairs. An Elasticsearch domain may have up to 10 tags. See Tagging Amazon Elasticsearch Service Domains for more information. (http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-managedomains.html#es-managedomains-awsresorcetagging)
// Example sending a request using the AddTagsRequest method. req := client.AddTagsRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
func (*ElasticsearchService) CreateElasticsearchDomainRequest ¶
func (c *ElasticsearchService) CreateElasticsearchDomainRequest(input *CreateElasticsearchDomainInput) CreateElasticsearchDomainRequest
CreateElasticsearchDomainRequest returns a request value for making API operation for Amazon Elasticsearch Service.
Creates a new Elasticsearch domain. For more information, see Creating Elasticsearch Domains (http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-createupdatedomains.html#es-createdomains) in the Amazon Elasticsearch Service Developer Guide.
// Example sending a request using the CreateElasticsearchDomainRequest method. req := client.CreateElasticsearchDomainRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
func (*ElasticsearchService) DeleteElasticsearchDomainRequest ¶
func (c *ElasticsearchService) DeleteElasticsearchDomainRequest(input *DeleteElasticsearchDomainInput) DeleteElasticsearchDomainRequest
DeleteElasticsearchDomainRequest returns a request value for making API operation for Amazon Elasticsearch Service.
Permanently deletes the specified Elasticsearch domain and all of its data. Once a domain is deleted, it cannot be recovered.
// Example sending a request using the DeleteElasticsearchDomainRequest method. req := client.DeleteElasticsearchDomainRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
func (*ElasticsearchService) DeleteElasticsearchServiceRoleRequest ¶ added in v0.2.0
func (c *ElasticsearchService) DeleteElasticsearchServiceRoleRequest(input *DeleteElasticsearchServiceRoleInput) DeleteElasticsearchServiceRoleRequest
DeleteElasticsearchServiceRoleRequest returns a request value for making API operation for Amazon Elasticsearch Service.
Deletes the service-linked role that Elasticsearch Service uses to manage and maintain VPC domains. Role deletion will fail if any existing VPC domains use the role. You must delete any such Elasticsearch domains before deleting the role. See Deleting Elasticsearch Service Role (http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-vpc.html#es-enabling-slr) in VPC Endpoints for Amazon Elasticsearch Service Domains.
// Example sending a request using the DeleteElasticsearchServiceRoleRequest method. req := client.DeleteElasticsearchServiceRoleRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
func (*ElasticsearchService) DescribeElasticsearchDomainConfigRequest ¶
func (c *ElasticsearchService) DescribeElasticsearchDomainConfigRequest(input *DescribeElasticsearchDomainConfigInput) DescribeElasticsearchDomainConfigRequest
DescribeElasticsearchDomainConfigRequest returns a request value for making API operation for Amazon Elasticsearch Service.
Provides cluster configuration information about the specified Elasticsearch domain, such as the state, creation date, update version, and update date for cluster options.
// Example sending a request using the DescribeElasticsearchDomainConfigRequest method. req := client.DescribeElasticsearchDomainConfigRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
func (*ElasticsearchService) DescribeElasticsearchDomainRequest ¶
func (c *ElasticsearchService) DescribeElasticsearchDomainRequest(input *DescribeElasticsearchDomainInput) DescribeElasticsearchDomainRequest
DescribeElasticsearchDomainRequest returns a request value for making API operation for Amazon Elasticsearch Service.
Returns domain configuration information about the specified Elasticsearch domain, including the domain ID, domain endpoint, and domain ARN.
// Example sending a request using the DescribeElasticsearchDomainRequest method. req := client.DescribeElasticsearchDomainRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
func (*ElasticsearchService) DescribeElasticsearchDomainsRequest ¶
func (c *ElasticsearchService) DescribeElasticsearchDomainsRequest(input *DescribeElasticsearchDomainsInput) DescribeElasticsearchDomainsRequest
DescribeElasticsearchDomainsRequest returns a request value for making API operation for Amazon Elasticsearch Service.
Returns domain configuration information about the specified Elasticsearch domains, including the domain ID, domain endpoint, and domain ARN.
// Example sending a request using the DescribeElasticsearchDomainsRequest method. req := client.DescribeElasticsearchDomainsRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
func (*ElasticsearchService) DescribeElasticsearchInstanceTypeLimitsRequest ¶
func (c *ElasticsearchService) DescribeElasticsearchInstanceTypeLimitsRequest(input *DescribeElasticsearchInstanceTypeLimitsInput) DescribeElasticsearchInstanceTypeLimitsRequest
DescribeElasticsearchInstanceTypeLimitsRequest returns a request value for making API operation for Amazon Elasticsearch Service.
Describe Elasticsearch Limits for a given InstanceType and ElasticsearchVersion. When modifying existing Domain, specify the DomainName to know what Limits are supported for modifying.
// Example sending a request using the DescribeElasticsearchInstanceTypeLimitsRequest method. req := client.DescribeElasticsearchInstanceTypeLimitsRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
func (*ElasticsearchService) ListDomainNamesRequest ¶
func (c *ElasticsearchService) ListDomainNamesRequest(input *ListDomainNamesInput) ListDomainNamesRequest
ListDomainNamesRequest returns a request value for making API operation for Amazon Elasticsearch Service.
Returns the name of all Elasticsearch domains owned by the current user's account.
// Example sending a request using the ListDomainNamesRequest method. req := client.ListDomainNamesRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
func (*ElasticsearchService) ListElasticsearchInstanceTypesRequest ¶
func (c *ElasticsearchService) ListElasticsearchInstanceTypesRequest(input *ListElasticsearchInstanceTypesInput) ListElasticsearchInstanceTypesRequest
ListElasticsearchInstanceTypesRequest returns a request value for making API operation for Amazon Elasticsearch Service.
List all Elasticsearch instance types that are supported for given ElasticsearchVersion
// Example sending a request using the ListElasticsearchInstanceTypesRequest method. req := client.ListElasticsearchInstanceTypesRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
func (*ElasticsearchService) ListElasticsearchVersionsRequest ¶
func (c *ElasticsearchService) ListElasticsearchVersionsRequest(input *ListElasticsearchVersionsInput) ListElasticsearchVersionsRequest
ListElasticsearchVersionsRequest returns a request value for making API operation for Amazon Elasticsearch Service.
List all supported Elasticsearch versions
// Example sending a request using the ListElasticsearchVersionsRequest method. req := client.ListElasticsearchVersionsRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
func (*ElasticsearchService) ListTagsRequest ¶
func (c *ElasticsearchService) ListTagsRequest(input *ListTagsInput) ListTagsRequest
ListTagsRequest returns a request value for making API operation for Amazon Elasticsearch Service.
Returns all tags for the given Elasticsearch domain.
// Example sending a request using the ListTagsRequest method. req := client.ListTagsRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
func (*ElasticsearchService) RemoveTagsRequest ¶
func (c *ElasticsearchService) RemoveTagsRequest(input *RemoveTagsInput) RemoveTagsRequest
RemoveTagsRequest returns a request value for making API operation for Amazon Elasticsearch Service.
Removes the specified set of tags from the specified Elasticsearch domain.
// Example sending a request using the RemoveTagsRequest method. req := client.RemoveTagsRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
func (*ElasticsearchService) UpdateElasticsearchDomainConfigRequest ¶
func (c *ElasticsearchService) UpdateElasticsearchDomainConfigRequest(input *UpdateElasticsearchDomainConfigInput) UpdateElasticsearchDomainConfigRequest
UpdateElasticsearchDomainConfigRequest returns a request value for making API operation for Amazon Elasticsearch Service.
Modifies the cluster configuration of the specified Elasticsearch domain, setting as setting the instance type and the number of instances.
// Example sending a request using the UpdateElasticsearchDomainConfigRequest method. req := client.UpdateElasticsearchDomainConfigRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
type ElasticsearchVersionStatus ¶
type ElasticsearchVersionStatus struct { // Specifies the Elasticsearch version for the specified Elasticsearch domain. // // Options is a required field Options *string `type:"string" required:"true"` // Specifies the status of the Elasticsearch version options for the specified // Elasticsearch domain. // // Status is a required field Status *OptionStatus `type:"structure" required:"true"` // contains filtered or unexported fields }
Status of the Elasticsearch version options for the specified Elasticsearch domain.
func (ElasticsearchVersionStatus) GoString ¶
func (s ElasticsearchVersionStatus) GoString() string
GoString returns the string representation
func (ElasticsearchVersionStatus) MarshalFields ¶ added in v0.3.0
func (s ElasticsearchVersionStatus) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (ElasticsearchVersionStatus) String ¶
func (s ElasticsearchVersionStatus) String() string
String returns the string representation
type EncryptionAtRestOptions ¶ added in v0.2.0
type EncryptionAtRestOptions struct { // Specifies the option to enable Encryption At Rest. Enabled *bool `type:"boolean"` // Specifies the KMS Key ID for Encryption At Rest options. KmsKeyId *string `min:"1" type:"string"` // contains filtered or unexported fields }
Specifies the Encryption At Rest Options.
func (EncryptionAtRestOptions) GoString ¶ added in v0.2.0
func (s EncryptionAtRestOptions) GoString() string
GoString returns the string representation
func (EncryptionAtRestOptions) MarshalFields ¶ added in v0.3.0
func (s EncryptionAtRestOptions) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (EncryptionAtRestOptions) String ¶ added in v0.2.0
func (s EncryptionAtRestOptions) String() string
String returns the string representation
func (*EncryptionAtRestOptions) Validate ¶ added in v0.2.0
func (s *EncryptionAtRestOptions) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type EncryptionAtRestOptionsStatus ¶ added in v0.2.0
type EncryptionAtRestOptionsStatus struct { // Specifies the Encryption At Rest options for the specified Elasticsearch // domain. // // Options is a required field Options *EncryptionAtRestOptions `type:"structure" required:"true"` // Specifies the status of the Encryption At Rest options for the specified // Elasticsearch domain. // // Status is a required field Status *OptionStatus `type:"structure" required:"true"` // contains filtered or unexported fields }
Status of the Encryption At Rest options for the specified Elasticsearch domain.
func (EncryptionAtRestOptionsStatus) GoString ¶ added in v0.2.0
func (s EncryptionAtRestOptionsStatus) GoString() string
GoString returns the string representation
func (EncryptionAtRestOptionsStatus) MarshalFields ¶ added in v0.3.0
func (s EncryptionAtRestOptionsStatus) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (EncryptionAtRestOptionsStatus) String ¶ added in v0.2.0
func (s EncryptionAtRestOptionsStatus) String() string
String returns the string representation
type InstanceCountLimits ¶
type InstanceCountLimits struct { // Maximum number of Instances that can be instantiated for given InstanceType. MaximumInstanceCount *int64 `type:"integer"` // Minimum number of Instances that can be instantiated for given InstanceType. MinimumInstanceCount *int64 `type:"integer"` // contains filtered or unexported fields }
InstanceCountLimits represents the limits on number of instances that be created in Amazon Elasticsearch for given InstanceType.
func (InstanceCountLimits) GoString ¶
func (s InstanceCountLimits) GoString() string
GoString returns the string representation
func (InstanceCountLimits) MarshalFields ¶ added in v0.3.0
func (s InstanceCountLimits) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (InstanceCountLimits) String ¶
func (s InstanceCountLimits) String() string
String returns the string representation
type InstanceLimits ¶
type InstanceLimits struct { // InstanceCountLimits represents the limits on number of instances that be // created in Amazon Elasticsearch for given InstanceType. InstanceCountLimits *InstanceCountLimits `type:"structure"` // contains filtered or unexported fields }
InstanceLimits represents the list of instance related attributes that are available for given InstanceType.
func (InstanceLimits) GoString ¶
func (s InstanceLimits) GoString() string
GoString returns the string representation
func (InstanceLimits) MarshalFields ¶ added in v0.3.0
func (s InstanceLimits) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (InstanceLimits) String ¶
func (s InstanceLimits) String() string
String returns the string representation
type Limits ¶
type Limits struct { // List of additional limits that are specific to a given InstanceType and for // each of it's InstanceRole . AdditionalLimits []AdditionalLimit `type:"list"` // InstanceLimits represents the list of instance related attributes that are // available for given InstanceType. InstanceLimits *InstanceLimits `type:"structure"` // StorageType represents the list of storage related types and attributes that // are available for given InstanceType. StorageTypes []StorageType `type:"list"` // contains filtered or unexported fields }
Limits for given InstanceType and for each of it's role. Limits contains following StorageTypes, InstanceLimitsand AdditionalLimits
func (Limits) MarshalFields ¶ added in v0.3.0
func (s Limits) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
type ListDomainNamesInput ¶
type ListDomainNamesInput struct {
// contains filtered or unexported fields
}
func (ListDomainNamesInput) GoString ¶
func (s ListDomainNamesInput) GoString() string
GoString returns the string representation
func (ListDomainNamesInput) MarshalFields ¶ added in v0.3.0
func (s ListDomainNamesInput) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (ListDomainNamesInput) String ¶
func (s ListDomainNamesInput) String() string
String returns the string representation
type ListDomainNamesOutput ¶
type ListDomainNamesOutput struct { // List of Elasticsearch domain names. DomainNames []DomainInfo `type:"list"` // contains filtered or unexported fields }
The result of a ListDomainNames operation. Contains the names of all Elasticsearch domains owned by this account.
func (ListDomainNamesOutput) GoString ¶
func (s ListDomainNamesOutput) GoString() string
GoString returns the string representation
func (ListDomainNamesOutput) MarshalFields ¶ added in v0.3.0
func (s ListDomainNamesOutput) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (ListDomainNamesOutput) SDKResponseMetadata ¶
func (s ListDomainNamesOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (ListDomainNamesOutput) String ¶
func (s ListDomainNamesOutput) String() string
String returns the string representation
type ListDomainNamesRequest ¶
type ListDomainNamesRequest struct { *aws.Request Input *ListDomainNamesInput Copy func(*ListDomainNamesInput) ListDomainNamesRequest }
ListDomainNamesRequest is a API request type for the ListDomainNames API operation.
func (ListDomainNamesRequest) Send ¶
func (r ListDomainNamesRequest) Send() (*ListDomainNamesOutput, error)
Send marshals and sends the ListDomainNames API request.
type ListElasticsearchInstanceTypesInput ¶
type ListElasticsearchInstanceTypesInput struct { // DomainName represents the name of the Domain that we are trying to modify. // This should be present only if we are querying for list of available Elasticsearch // instance types when modifying existing domain. DomainName *string `location:"querystring" locationName:"domainName" min:"3" type:"string"` // Version of Elasticsearch for which list of supported elasticsearch instance // types are needed. // // ElasticsearchVersion is a required field ElasticsearchVersion *string `location:"uri" locationName:"ElasticsearchVersion" type:"string" required:"true"` // Set this value to limit the number of results returned. Value provided must // be greater than 30 else it wont be honored. MaxResults *int64 `location:"querystring" locationName:"maxResults" type:"integer"` // NextToken should be sent in case if earlier API call produced result containing // NextToken. It is used for pagination. NextToken *string `location:"querystring" locationName:"nextToken" type:"string"` // contains filtered or unexported fields }
Container for the parameters to the ListElasticsearchInstanceTypes operation.
func (ListElasticsearchInstanceTypesInput) GoString ¶
func (s ListElasticsearchInstanceTypesInput) GoString() string
GoString returns the string representation
func (ListElasticsearchInstanceTypesInput) MarshalFields ¶ added in v0.3.0
func (s ListElasticsearchInstanceTypesInput) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (ListElasticsearchInstanceTypesInput) String ¶
func (s ListElasticsearchInstanceTypesInput) String() string
String returns the string representation
func (*ListElasticsearchInstanceTypesInput) Validate ¶
func (s *ListElasticsearchInstanceTypesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListElasticsearchInstanceTypesOutput ¶
type ListElasticsearchInstanceTypesOutput struct { // List of instance types supported by Amazon Elasticsearch service for given // ElasticsearchVersion ElasticsearchInstanceTypes []ESPartitionInstanceType `type:"list"` // In case if there are more results available NextToken would be present, make // further request to the same API with received NextToken to paginate remaining // results. NextToken *string `type:"string"` // contains filtered or unexported fields }
Container for the parameters returned by ListElasticsearchInstanceTypes operation.
func (ListElasticsearchInstanceTypesOutput) GoString ¶
func (s ListElasticsearchInstanceTypesOutput) GoString() string
GoString returns the string representation
func (ListElasticsearchInstanceTypesOutput) MarshalFields ¶ added in v0.3.0
func (s ListElasticsearchInstanceTypesOutput) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (ListElasticsearchInstanceTypesOutput) SDKResponseMetadata ¶
func (s ListElasticsearchInstanceTypesOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (ListElasticsearchInstanceTypesOutput) String ¶
func (s ListElasticsearchInstanceTypesOutput) String() string
String returns the string representation
type ListElasticsearchInstanceTypesPager ¶ added in v0.3.0
ListElasticsearchInstanceTypesPager is used to paginate the request. This can be done by calling Next and CurrentPage.
func (*ListElasticsearchInstanceTypesPager) CurrentPage ¶ added in v0.3.0
func (p *ListElasticsearchInstanceTypesPager) CurrentPage() *ListElasticsearchInstanceTypesOutput
type ListElasticsearchInstanceTypesRequest ¶
type ListElasticsearchInstanceTypesRequest struct { *aws.Request Input *ListElasticsearchInstanceTypesInput Copy func(*ListElasticsearchInstanceTypesInput) ListElasticsearchInstanceTypesRequest }
ListElasticsearchInstanceTypesRequest is a API request type for the ListElasticsearchInstanceTypes API operation.
func (*ListElasticsearchInstanceTypesRequest) Paginate ¶ added in v0.3.0
func (p *ListElasticsearchInstanceTypesRequest) Paginate(opts ...aws.Option) ListElasticsearchInstanceTypesPager
Paginate pages iterates over the pages of a ListElasticsearchInstanceTypesRequest operation, calling the Next method for each page. Using the paginators Next method will depict whether or not there are more pages.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListElasticsearchInstanceTypes operation. req := client.ListElasticsearchInstanceTypesRequest(input) p := req.Paginate() for p.Next() { page := p.CurrentPage() } if err := p.Err(); err != nil { return err }
func (ListElasticsearchInstanceTypesRequest) Send ¶
func (r ListElasticsearchInstanceTypesRequest) Send() (*ListElasticsearchInstanceTypesOutput, error)
Send marshals and sends the ListElasticsearchInstanceTypes API request.
type ListElasticsearchVersionsInput ¶
type ListElasticsearchVersionsInput struct { // Set this value to limit the number of results returned. Value provided must // be greater than 10 else it wont be honored. MaxResults *int64 `location:"querystring" locationName:"maxResults" type:"integer"` // Paginated APIs accepts NextToken input to returns next page results and provides // a NextToken output in the response which can be used by the client to retrieve // more results. NextToken *string `location:"querystring" locationName:"nextToken" type:"string"` // contains filtered or unexported fields }
Container for the parameters to the ListElasticsearchVersions operation.
Use MaxResults to control the maximum number of results to retrieve in a
single call.
Use NextToken in response to retrieve more results. If the received response
does not contain a NextToken, then there are no more results to retrieve.
func (ListElasticsearchVersionsInput) GoString ¶
func (s ListElasticsearchVersionsInput) GoString() string
GoString returns the string representation
func (ListElasticsearchVersionsInput) MarshalFields ¶ added in v0.3.0
func (s ListElasticsearchVersionsInput) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (ListElasticsearchVersionsInput) String ¶
func (s ListElasticsearchVersionsInput) String() string
String returns the string representation
type ListElasticsearchVersionsOutput ¶
type ListElasticsearchVersionsOutput struct { // List of supported elastic search versions. ElasticsearchVersions []string `type:"list"` // Paginated APIs accepts NextToken input to returns next page results and provides // a NextToken output in the response which can be used by the client to retrieve // more results. NextToken *string `type:"string"` // contains filtered or unexported fields }
Container for the parameters for response received from ListElasticsearchVersions operation.
func (ListElasticsearchVersionsOutput) GoString ¶
func (s ListElasticsearchVersionsOutput) GoString() string
GoString returns the string representation
func (ListElasticsearchVersionsOutput) MarshalFields ¶ added in v0.3.0
func (s ListElasticsearchVersionsOutput) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (ListElasticsearchVersionsOutput) SDKResponseMetadata ¶
func (s ListElasticsearchVersionsOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (ListElasticsearchVersionsOutput) String ¶
func (s ListElasticsearchVersionsOutput) String() string
String returns the string representation
type ListElasticsearchVersionsPager ¶ added in v0.3.0
ListElasticsearchVersionsPager is used to paginate the request. This can be done by calling Next and CurrentPage.
func (*ListElasticsearchVersionsPager) CurrentPage ¶ added in v0.3.0
func (p *ListElasticsearchVersionsPager) CurrentPage() *ListElasticsearchVersionsOutput
type ListElasticsearchVersionsRequest ¶
type ListElasticsearchVersionsRequest struct { *aws.Request Input *ListElasticsearchVersionsInput Copy func(*ListElasticsearchVersionsInput) ListElasticsearchVersionsRequest }
ListElasticsearchVersionsRequest is a API request type for the ListElasticsearchVersions API operation.
func (*ListElasticsearchVersionsRequest) Paginate ¶ added in v0.3.0
func (p *ListElasticsearchVersionsRequest) Paginate(opts ...aws.Option) ListElasticsearchVersionsPager
Paginate pages iterates over the pages of a ListElasticsearchVersionsRequest operation, calling the Next method for each page. Using the paginators Next method will depict whether or not there are more pages.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListElasticsearchVersions operation. req := client.ListElasticsearchVersionsRequest(input) p := req.Paginate() for p.Next() { page := p.CurrentPage() } if err := p.Err(); err != nil { return err }
func (ListElasticsearchVersionsRequest) Send ¶
func (r ListElasticsearchVersionsRequest) Send() (*ListElasticsearchVersionsOutput, error)
Send marshals and sends the ListElasticsearchVersions API request.
type ListTagsInput ¶
type ListTagsInput struct { // Specify the ARN for the Elasticsearch domain to which the tags are attached // that you want to view. // // ARN is a required field ARN *string `location:"querystring" locationName:"arn" type:"string" required:"true"` // contains filtered or unexported fields }
Container for the parameters to the ListTags operation. Specify the ARN for the Elasticsearch domain to which the tags are attached that you want to view are attached.
func (ListTagsInput) GoString ¶
func (s ListTagsInput) GoString() string
GoString returns the string representation
func (ListTagsInput) MarshalFields ¶ added in v0.3.0
func (s ListTagsInput) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (ListTagsInput) String ¶
func (s ListTagsInput) String() string
String returns the string representation
func (*ListTagsInput) Validate ¶
func (s *ListTagsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListTagsOutput ¶
type ListTagsOutput struct { // List of Tag for the requested Elasticsearch domain. TagList []Tag `type:"list"` // contains filtered or unexported fields }
The result of a ListTags operation. Contains tags for all requested Elasticsearch domains.
func (ListTagsOutput) GoString ¶
func (s ListTagsOutput) GoString() string
GoString returns the string representation
func (ListTagsOutput) MarshalFields ¶ added in v0.3.0
func (s ListTagsOutput) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (ListTagsOutput) SDKResponseMetadata ¶
func (s ListTagsOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (ListTagsOutput) String ¶
func (s ListTagsOutput) String() string
String returns the string representation
type ListTagsRequest ¶
type ListTagsRequest struct { *aws.Request Input *ListTagsInput Copy func(*ListTagsInput) ListTagsRequest }
ListTagsRequest is a API request type for the ListTags API operation.
func (ListTagsRequest) Send ¶
func (r ListTagsRequest) Send() (*ListTagsOutput, error)
Send marshals and sends the ListTags API request.
type LogPublishingOption ¶ added in v0.2.0
type LogPublishingOption struct { // ARN of the Cloudwatch log group to which log needs to be published. CloudWatchLogsLogGroupArn *string `type:"string"` // Specifies whether given log publishing option is enabled or not. Enabled *bool `type:"boolean"` // contains filtered or unexported fields }
Log Publishing option that is set for given domain. Attributes and their details: CloudWatchLogsLogGroupArn: ARN of the Cloudwatch log group to which log needs to be published. Enabled: Whether the log publishing for given log type is enabled or not
func (LogPublishingOption) GoString ¶ added in v0.2.0
func (s LogPublishingOption) GoString() string
GoString returns the string representation
func (LogPublishingOption) MarshalFields ¶ added in v0.3.0
func (s LogPublishingOption) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (LogPublishingOption) String ¶ added in v0.2.0
func (s LogPublishingOption) String() string
String returns the string representation
type LogPublishingOptionsStatus ¶ added in v0.2.0
type LogPublishingOptionsStatus struct { // The log publishing options configured for the Elasticsearch domain. Options map[string]LogPublishingOption `type:"map"` // The status of the log publishing options for the Elasticsearch domain. See // OptionStatus for the status information that's included. Status *OptionStatus `type:"structure"` // contains filtered or unexported fields }
The configured log publishing options for the domain and their current status.
func (LogPublishingOptionsStatus) GoString ¶ added in v0.2.0
func (s LogPublishingOptionsStatus) GoString() string
GoString returns the string representation
func (LogPublishingOptionsStatus) MarshalFields ¶ added in v0.3.0
func (s LogPublishingOptionsStatus) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (LogPublishingOptionsStatus) String ¶ added in v0.2.0
func (s LogPublishingOptionsStatus) String() string
String returns the string representation
type LogType ¶ added in v0.2.0
type LogType string
Type of Log File, it can be one of the following: INDEX_SLOW_LOGS: Index slow logs contains insert requests that took more time than configured index query log threshold to execute. SEARCH_SLOW_LOGS: Search slow logs contains search queries that took more time than configured search query log threshold to execute.
const ( LogTypeIndexSlowLogs LogType = "INDEX_SLOW_LOGS" LogTypeSearchSlowLogs LogType = "SEARCH_SLOW_LOGS" )
Enum values for LogType
func (LogType) MarshalValue ¶ added in v0.3.0
type OptionState ¶
type OptionState string
The state of a requested change. One of the following:
- Processing: The request change is still in-process.
- Active: The request change is processed and deployed to the Elasticsearch domain.
const ( OptionStateRequiresIndexDocuments OptionState = "RequiresIndexDocuments" OptionStateProcessing OptionState = "Processing" OptionStateActive OptionState = "Active" )
Enum values for OptionState
func (OptionState) MarshalValue ¶ added in v0.3.0
func (enum OptionState) MarshalValue() (string, error)
func (OptionState) MarshalValueBuf ¶ added in v0.3.0
func (enum OptionState) MarshalValueBuf(b []byte) ([]byte, error)
type OptionStatus ¶
type OptionStatus struct { // Timestamp which tells the creation date for the entity. // // CreationDate is a required field CreationDate *time.Time `type:"timestamp" timestampFormat:"unix" required:"true"` // Indicates whether the Elasticsearch domain is being deleted. PendingDeletion *bool `type:"boolean"` // Provides the OptionState for the Elasticsearch domain. // // State is a required field State OptionState `type:"string" required:"true" enum:"true"` // Timestamp which tells the last updated time for the entity. // // UpdateDate is a required field UpdateDate *time.Time `type:"timestamp" timestampFormat:"unix" required:"true"` // Specifies the latest version for the entity. UpdateVersion *int64 `type:"integer"` // contains filtered or unexported fields }
Provides the current status of the entity.
func (OptionStatus) GoString ¶
func (s OptionStatus) GoString() string
GoString returns the string representation
func (OptionStatus) MarshalFields ¶ added in v0.3.0
func (s OptionStatus) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (OptionStatus) String ¶
func (s OptionStatus) String() string
String returns the string representation
type RemoveTagsInput ¶
type RemoveTagsInput struct { // Specifies the ARN for the Elasticsearch domain from which you want to delete // the specified tags. // // ARN is a required field ARN *string `type:"string" required:"true"` // Specifies the TagKey list which you want to remove from the Elasticsearch // domain. // // TagKeys is a required field TagKeys []string `type:"list" required:"true"` // contains filtered or unexported fields }
Container for the parameters to the RemoveTags operation. Specify the ARN for the Elasticsearch domain from which you want to remove the specified TagKey.
func (RemoveTagsInput) GoString ¶
func (s RemoveTagsInput) GoString() string
GoString returns the string representation
func (RemoveTagsInput) MarshalFields ¶ added in v0.3.0
func (s RemoveTagsInput) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (RemoveTagsInput) String ¶
func (s RemoveTagsInput) String() string
String returns the string representation
func (*RemoveTagsInput) Validate ¶
func (s *RemoveTagsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type RemoveTagsOutput ¶
type RemoveTagsOutput struct {
// contains filtered or unexported fields
}
func (RemoveTagsOutput) GoString ¶
func (s RemoveTagsOutput) GoString() string
GoString returns the string representation
func (RemoveTagsOutput) MarshalFields ¶ added in v0.3.0
func (s RemoveTagsOutput) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (RemoveTagsOutput) SDKResponseMetadata ¶
func (s RemoveTagsOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (RemoveTagsOutput) String ¶
func (s RemoveTagsOutput) String() string
String returns the string representation
type RemoveTagsRequest ¶
type RemoveTagsRequest struct { *aws.Request Input *RemoveTagsInput Copy func(*RemoveTagsInput) RemoveTagsRequest }
RemoveTagsRequest is a API request type for the RemoveTags API operation.
func (RemoveTagsRequest) Send ¶
func (r RemoveTagsRequest) Send() (*RemoveTagsOutput, error)
Send marshals and sends the RemoveTags API request.
type SnapshotOptions ¶
type SnapshotOptions struct { // Specifies the time, in UTC format, when the service takes a daily automated // snapshot of the specified Elasticsearch domain. Default value is 0 hours. AutomatedSnapshotStartHour *int64 `type:"integer"` // contains filtered or unexported fields }
Specifies the time, in UTC format, when the service takes a daily automated snapshot of the specified Elasticsearch domain. Default value is 0 hours.
func (SnapshotOptions) GoString ¶
func (s SnapshotOptions) GoString() string
GoString returns the string representation
func (SnapshotOptions) MarshalFields ¶ added in v0.3.0
func (s SnapshotOptions) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (SnapshotOptions) String ¶
func (s SnapshotOptions) String() string
String returns the string representation
type SnapshotOptionsStatus ¶
type SnapshotOptionsStatus struct { // Specifies the daily snapshot options specified for the Elasticsearch domain. // // Options is a required field Options *SnapshotOptions `type:"structure" required:"true"` // Specifies the status of a daily automated snapshot. // // Status is a required field Status *OptionStatus `type:"structure" required:"true"` // contains filtered or unexported fields }
Status of a daily automated snapshot.
func (SnapshotOptionsStatus) GoString ¶
func (s SnapshotOptionsStatus) GoString() string
GoString returns the string representation
func (SnapshotOptionsStatus) MarshalFields ¶ added in v0.3.0
func (s SnapshotOptionsStatus) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (SnapshotOptionsStatus) String ¶
func (s SnapshotOptionsStatus) String() string
String returns the string representation
type StorageType ¶
type StorageType struct { // SubType of the given storage type. List of available sub-storage options: // For "instance" storageType we wont have any storageSubType, in case of "ebs" // storageType we will have following valid storageSubTypes standard // gp2 // io1 // Refer VolumeType for more information regarding above EBS storage options. StorageSubTypeName *string `type:"string"` // List of limits that are applicable for given storage type. StorageTypeLimits []StorageTypeLimit `type:"list"` // Type of the storage. List of available storage options: instance // Inbuilt storage available for the given Instance ebs // Elastic block storage that would be attached to the given Instance StorageTypeName *string `type:"string"` // contains filtered or unexported fields }
StorageTypes represents the list of storage related types and their attributes that are available for given InstanceType.
func (StorageType) GoString ¶
func (s StorageType) GoString() string
GoString returns the string representation
func (StorageType) MarshalFields ¶ added in v0.3.0
func (s StorageType) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (StorageType) String ¶
func (s StorageType) String() string
String returns the string representation
type StorageTypeLimit ¶
type StorageTypeLimit struct { // Name of storage limits that are applicable for given storage type. If StorageType // is ebs, following storage options are applicable MinimumVolumeSize // Minimum amount of volume size that is applicable for given storage type.It // can be empty if it is not applicable. MaximumVolumeSize // Maximum amount of volume size that is applicable for given storage type.It // can be empty if it is not applicable. MaximumIops // Maximum amount of Iops that is applicable for given storage type.It can // be empty if it is not applicable. MinimumIops // Minimum amount of Iops that is applicable for given storage type.It can // be empty if it is not applicable. LimitName *string `type:"string"` // Values for the StorageTypeLimit$LimitName . LimitValues []string `type:"list"` // contains filtered or unexported fields }
Limits that are applicable for given storage type.
func (StorageTypeLimit) GoString ¶
func (s StorageTypeLimit) GoString() string
GoString returns the string representation
func (StorageTypeLimit) MarshalFields ¶ added in v0.3.0
func (s StorageTypeLimit) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (StorageTypeLimit) String ¶
func (s StorageTypeLimit) String() string
String returns the string representation
type Tag ¶
type Tag struct { // Specifies the TagKey, the name of the tag. Tag keys must be unique for the // Elasticsearch domain to which they are attached. // // Key is a required field Key *string `min:"1" type:"string" required:"true"` // Specifies the TagValue, the value assigned to the corresponding tag key. // Tag values can be null and do not have to be unique in a tag set. For example, // you can have a key value pair in a tag set of project : Trinity and cost-center // : Trinity // // Value is a required field Value *string `type:"string" required:"true"` // contains filtered or unexported fields }
Specifies a key value pair for a resource tag.
func (Tag) MarshalFields ¶ added in v0.3.0
func (s Tag) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
type UpdateElasticsearchDomainConfigInput ¶
type UpdateElasticsearchDomainConfigInput struct { // IAM access policy as a JSON-formatted string. AccessPolicies *string `type:"string"` // Modifies the advanced option to allow references to indices in an HTTP request // body. Must be false when configuring access to individual sub-resources. // By default, the value is true. See Configuration Advanced Options (http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-createupdatedomains.html#es-createdomain-configure-advanced-options) // for more information. AdvancedOptions map[string]string `type:"map"` // The name of the Elasticsearch domain that you are updating. // // DomainName is a required field DomainName *string `location:"uri" locationName:"DomainName" min:"3" type:"string" required:"true"` // Specify the type and size of the EBS volume that you want to use. EBSOptions *EBSOptions `type:"structure"` // The type and number of instances to instantiate for the domain cluster. ElasticsearchClusterConfig *ElasticsearchClusterConfig `type:"structure"` // Map of LogType and LogPublishingOption, each containing options to publish // a given type of Elasticsearch log. LogPublishingOptions map[string]LogPublishingOption `type:"map"` // Option to set the time, in UTC format, for the daily automated snapshot. // Default value is 0 hours. SnapshotOptions *SnapshotOptions `type:"structure"` // Options to specify the subnets and security groups for VPC endpoint. For // more information, see Creating a VPC (http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-vpc.html#es-creating-vpc) // in VPC Endpoints for Amazon Elasticsearch Service Domains VPCOptions *VPCOptions `type:"structure"` // contains filtered or unexported fields }
Container for the parameters to the UpdateElasticsearchDomain operation. Specifies the type and number of instances in the domain cluster.
func (UpdateElasticsearchDomainConfigInput) GoString ¶
func (s UpdateElasticsearchDomainConfigInput) GoString() string
GoString returns the string representation
func (UpdateElasticsearchDomainConfigInput) MarshalFields ¶ added in v0.3.0
func (s UpdateElasticsearchDomainConfigInput) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (UpdateElasticsearchDomainConfigInput) String ¶
func (s UpdateElasticsearchDomainConfigInput) String() string
String returns the string representation
func (*UpdateElasticsearchDomainConfigInput) Validate ¶
func (s *UpdateElasticsearchDomainConfigInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateElasticsearchDomainConfigOutput ¶
type UpdateElasticsearchDomainConfigOutput struct { // The status of the updated Elasticsearch domain. // // DomainConfig is a required field DomainConfig *ElasticsearchDomainConfig `type:"structure" required:"true"` // contains filtered or unexported fields }
The result of an UpdateElasticsearchDomain request. Contains the status of the Elasticsearch domain being updated.
func (UpdateElasticsearchDomainConfigOutput) GoString ¶
func (s UpdateElasticsearchDomainConfigOutput) GoString() string
GoString returns the string representation
func (UpdateElasticsearchDomainConfigOutput) MarshalFields ¶ added in v0.3.0
func (s UpdateElasticsearchDomainConfigOutput) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (UpdateElasticsearchDomainConfigOutput) SDKResponseMetadata ¶
func (s UpdateElasticsearchDomainConfigOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (UpdateElasticsearchDomainConfigOutput) String ¶
func (s UpdateElasticsearchDomainConfigOutput) String() string
String returns the string representation
type UpdateElasticsearchDomainConfigRequest ¶
type UpdateElasticsearchDomainConfigRequest struct { *aws.Request Input *UpdateElasticsearchDomainConfigInput Copy func(*UpdateElasticsearchDomainConfigInput) UpdateElasticsearchDomainConfigRequest }
UpdateElasticsearchDomainConfigRequest is a API request type for the UpdateElasticsearchDomainConfig API operation.
func (UpdateElasticsearchDomainConfigRequest) Send ¶
func (r UpdateElasticsearchDomainConfigRequest) Send() (*UpdateElasticsearchDomainConfigOutput, error)
Send marshals and sends the UpdateElasticsearchDomainConfig API request.
type VPCDerivedInfo ¶ added in v0.2.0
type VPCDerivedInfo struct { // The availability zones for the Elasticsearch domain. Exists only if the domain // was created with VPCOptions. AvailabilityZones []string `type:"list"` // Specifies the security groups for VPC endpoint. SecurityGroupIds []string `type:"list"` // Specifies the subnets for VPC endpoint. SubnetIds []string `type:"list"` // The VPC Id for the Elasticsearch domain. Exists only if the domain was created // with VPCOptions. VPCId *string `type:"string"` // contains filtered or unexported fields }
Options to specify the subnets and security groups for VPC endpoint. For more information, see VPC Endpoints for Amazon Elasticsearch Service Domains (http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-vpc.html).
func (VPCDerivedInfo) GoString ¶ added in v0.2.0
func (s VPCDerivedInfo) GoString() string
GoString returns the string representation
func (VPCDerivedInfo) MarshalFields ¶ added in v0.3.0
func (s VPCDerivedInfo) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (VPCDerivedInfo) String ¶ added in v0.2.0
func (s VPCDerivedInfo) String() string
String returns the string representation
type VPCDerivedInfoStatus ¶ added in v0.2.0
type VPCDerivedInfoStatus struct { // Specifies the VPC options for the specified Elasticsearch domain. // // Options is a required field Options *VPCDerivedInfo `type:"structure" required:"true"` // Specifies the status of the VPC options for the specified Elasticsearch domain. // // Status is a required field Status *OptionStatus `type:"structure" required:"true"` // contains filtered or unexported fields }
Status of the VPC options for the specified Elasticsearch domain.
func (VPCDerivedInfoStatus) GoString ¶ added in v0.2.0
func (s VPCDerivedInfoStatus) GoString() string
GoString returns the string representation
func (VPCDerivedInfoStatus) MarshalFields ¶ added in v0.3.0
func (s VPCDerivedInfoStatus) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (VPCDerivedInfoStatus) String ¶ added in v0.2.0
func (s VPCDerivedInfoStatus) String() string
String returns the string representation
type VPCOptions ¶ added in v0.2.0
type VPCOptions struct { // Specifies the security groups for VPC endpoint. SecurityGroupIds []string `type:"list"` // Specifies the subnets for VPC endpoint. SubnetIds []string `type:"list"` // contains filtered or unexported fields }
Options to specify the subnets and security groups for VPC endpoint. For more information, see VPC Endpoints for Amazon Elasticsearch Service Domains (http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-vpc.html).
func (VPCOptions) GoString ¶ added in v0.2.0
func (s VPCOptions) GoString() string
GoString returns the string representation
func (VPCOptions) MarshalFields ¶ added in v0.3.0
func (s VPCOptions) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (VPCOptions) String ¶ added in v0.2.0
func (s VPCOptions) String() string
String returns the string representation
type VolumeType ¶
type VolumeType string
The type of EBS volume, standard, gp2, or io1. See Configuring EBS-based Storage (http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-createupdatedomains.html#es-createdomain-configure-ebs)for more information.
const ( VolumeTypeStandard VolumeType = "standard" VolumeTypeGp2 VolumeType = "gp2" VolumeTypeIo1 VolumeType = "io1" )
Enum values for VolumeType
func (VolumeType) MarshalValue ¶ added in v0.3.0
func (enum VolumeType) MarshalValue() (string, error)
func (VolumeType) MarshalValueBuf ¶ added in v0.3.0
func (enum VolumeType) MarshalValueBuf(b []byte) ([]byte, error)
Directories ¶
Path | Synopsis |
---|---|
Package elasticsearchserviceiface provides an interface to enable mocking the Amazon Elasticsearch Service service client for testing your code.
|
Package elasticsearchserviceiface provides an interface to enable mocking the Amazon Elasticsearch Service service client for testing your code. |