...
AWS SDK for Go API Reference
We announced the upcoming end-of-support for AWS SDK for Go (v1). We recommend that you migrate to AWS SDK for Go v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
import "github.com/aws/aws-sdk-go/service/elasticsearchservice"
Overview
Constants

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.

For sample code that uses the Configuration API, see the Amazon Elasticsearch Service Developer Guide (https://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-configuration-samples.html). The guide also contains sample code for sending signed HTTP requests to the Elasticsearch APIs (https://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-request-signing.html).

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 contact 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

The stub package, elasticsearchserviceiface, can be used to provide alternative implementations of service clients, such as mocking the client for testing.

Operations ▾

AcceptInboundCrossClusterSearchConnection
AddTags
AssociatePackage
AuthorizeVpcEndpointAccess
CancelDomainConfigChange
CancelElasticsearchServiceSoftwareUpdate
CreateElasticsearchDomain
CreateOutboundCrossClusterSearchConnection
CreatePackage
CreateVpcEndpoint
DeleteElasticsearchDomain
DeleteElasticsearchServiceRole
DeleteInboundCrossClusterSearchConnection
DeleteOutboundCrossClusterSearchConnection
DeletePackage
DeleteVpcEndpoint
DescribeDomainAutoTunes ( Paginator )
DescribeDomainChangeProgress
DescribeElasticsearchDomain
DescribeElasticsearchDomainConfig
DescribeElasticsearchDomains
DescribeElasticsearchInstanceTypeLimits
DescribeInboundCrossClusterSearchConnections ( Paginator )
DescribeOutboundCrossClusterSearchConnections ( Paginator )
DescribePackages ( Paginator )
DescribeReservedElasticsearchInstanceOfferings ( Paginator )
DescribeReservedElasticsearchInstances ( Paginator )
DescribeVpcEndpoints
DissociatePackage
GetCompatibleElasticsearchVersions
GetPackageVersionHistory ( Paginator )
GetUpgradeHistory ( Paginator )
GetUpgradeStatus
ListDomainNames
ListDomainsForPackage ( Paginator )
ListElasticsearchInstanceTypes ( Paginator )
ListElasticsearchVersions ( Paginator )
ListPackagesForDomain ( Paginator )
ListTags
ListVpcEndpointAccess
ListVpcEndpoints
ListVpcEndpointsForDomain
PurchaseReservedElasticsearchInstanceOffering
RejectInboundCrossClusterSearchConnection
RemoveTags
RevokeVpcEndpointAccess
StartElasticsearchServiceSoftwareUpdate
UpdateElasticsearchDomainConfig
UpdatePackage
UpdateVpcEndpoint
UpgradeElasticsearchDomain

Types ▾

type ElasticsearchService
func New(p client.ConfigProvider, cfgs ...*aws.Config) *ElasticsearchService
func (c *ElasticsearchService) AcceptInboundCrossClusterSearchConnection(input *AcceptInboundCrossClusterSearchConnectionInput) (*AcceptInboundCrossClusterSearchConnectionOutput, error)
func (c *ElasticsearchService) AcceptInboundCrossClusterSearchConnectionRequest(input *AcceptInboundCrossClusterSearchConnectionInput) (req *request.Request, output *AcceptInboundCrossClusterSearchConnectionOutput)
func (c *ElasticsearchService) AcceptInboundCrossClusterSearchConnectionWithContext(ctx aws.Context, input *AcceptInboundCrossClusterSearchConnectionInput, opts ...request.Option) (*AcceptInboundCrossClusterSearchConnectionOutput, error)
func (c *ElasticsearchService) AddTags(input *AddTagsInput) (*AddTagsOutput, error)
func (c *ElasticsearchService) AddTagsRequest(input *AddTagsInput) (req *request.Request, output *AddTagsOutput)
func (c *ElasticsearchService) AddTagsWithContext(ctx aws.Context, input *AddTagsInput, opts ...request.Option) (*AddTagsOutput, error)
func (c *ElasticsearchService) AssociatePackage(input *AssociatePackageInput) (*AssociatePackageOutput, error)
func (c *ElasticsearchService) AssociatePackageRequest(input *AssociatePackageInput) (req *request.Request, output *AssociatePackageOutput)
func (c *ElasticsearchService) AssociatePackageWithContext(ctx aws.Context, input *AssociatePackageInput, opts ...request.Option) (*AssociatePackageOutput, error)
func (c *ElasticsearchService) AuthorizeVpcEndpointAccess(input *AuthorizeVpcEndpointAccessInput) (*AuthorizeVpcEndpointAccessOutput, error)
func (c *ElasticsearchService) AuthorizeVpcEndpointAccessRequest(input *AuthorizeVpcEndpointAccessInput) (req *request.Request, output *AuthorizeVpcEndpointAccessOutput)
func (c *ElasticsearchService) AuthorizeVpcEndpointAccessWithContext(ctx aws.Context, input *AuthorizeVpcEndpointAccessInput, opts ...request.Option) (*AuthorizeVpcEndpointAccessOutput, error)
func (c *ElasticsearchService) CancelDomainConfigChange(input *CancelDomainConfigChangeInput) (*CancelDomainConfigChangeOutput, error)
func (c *ElasticsearchService) CancelDomainConfigChangeRequest(input *CancelDomainConfigChangeInput) (req *request.Request, output *CancelDomainConfigChangeOutput)
func (c *ElasticsearchService) CancelDomainConfigChangeWithContext(ctx aws.Context, input *CancelDomainConfigChangeInput, opts ...request.Option) (*CancelDomainConfigChangeOutput, error)
func (c *ElasticsearchService) CancelElasticsearchServiceSoftwareUpdate(input *CancelElasticsearchServiceSoftwareUpdateInput) (*CancelElasticsearchServiceSoftwareUpdateOutput, error)
func (c *ElasticsearchService) CancelElasticsearchServiceSoftwareUpdateRequest(input *CancelElasticsearchServiceSoftwareUpdateInput) (req *request.Request, output *CancelElasticsearchServiceSoftwareUpdateOutput)
func (c *ElasticsearchService) CancelElasticsearchServiceSoftwareUpdateWithContext(ctx aws.Context, input *CancelElasticsearchServiceSoftwareUpdateInput, opts ...request.Option) (*CancelElasticsearchServiceSoftwareUpdateOutput, error)
func (c *ElasticsearchService) CreateElasticsearchDomain(input *CreateElasticsearchDomainInput) (*CreateElasticsearchDomainOutput, error)
func (c *ElasticsearchService) CreateElasticsearchDomainRequest(input *CreateElasticsearchDomainInput) (req *request.Request, output *CreateElasticsearchDomainOutput)
func (c *ElasticsearchService) CreateElasticsearchDomainWithContext(ctx aws.Context, input *CreateElasticsearchDomainInput, opts ...request.Option) (*CreateElasticsearchDomainOutput, error)
func (c *ElasticsearchService) CreateOutboundCrossClusterSearchConnection(input *CreateOutboundCrossClusterSearchConnectionInput) (*CreateOutboundCrossClusterSearchConnectionOutput, error)
func (c *ElasticsearchService) CreateOutboundCrossClusterSearchConnectionRequest(input *CreateOutboundCrossClusterSearchConnectionInput) (req *request.Request, output *CreateOutboundCrossClusterSearchConnectionOutput)
func (c *ElasticsearchService) CreateOutboundCrossClusterSearchConnectionWithContext(ctx aws.Context, input *CreateOutboundCrossClusterSearchConnectionInput, opts ...request.Option) (*CreateOutboundCrossClusterSearchConnectionOutput, error)
func (c *ElasticsearchService) CreatePackage(input *CreatePackageInput) (*CreatePackageOutput, error)
func (c *ElasticsearchService) CreatePackageRequest(input *CreatePackageInput) (req *request.Request, output *CreatePackageOutput)
func (c *ElasticsearchService) CreatePackageWithContext(ctx aws.Context, input *CreatePackageInput, opts ...request.Option) (*CreatePackageOutput, error)
func (c *ElasticsearchService) CreateVpcEndpoint(input *CreateVpcEndpointInput) (*CreateVpcEndpointOutput, error)
func (c *ElasticsearchService) CreateVpcEndpointRequest(input *CreateVpcEndpointInput) (req *request.Request, output *CreateVpcEndpointOutput)
func (c *ElasticsearchService) CreateVpcEndpointWithContext(ctx aws.Context, input *CreateVpcEndpointInput, opts ...request.Option) (*CreateVpcEndpointOutput, error)
func (c *ElasticsearchService) DeleteElasticsearchDomain(input *DeleteElasticsearchDomainInput) (*DeleteElasticsearchDomainOutput, error)
func (c *ElasticsearchService) DeleteElasticsearchDomainRequest(input *DeleteElasticsearchDomainInput) (req *request.Request, output *DeleteElasticsearchDomainOutput)
func (c *ElasticsearchService) DeleteElasticsearchDomainWithContext(ctx aws.Context, input *DeleteElasticsearchDomainInput, opts ...request.Option) (*DeleteElasticsearchDomainOutput, error)
func (c *ElasticsearchService) DeleteElasticsearchServiceRole(input *DeleteElasticsearchServiceRoleInput) (*DeleteElasticsearchServiceRoleOutput, error)
func (c *ElasticsearchService) DeleteElasticsearchServiceRoleRequest(input *DeleteElasticsearchServiceRoleInput) (req *request.Request, output *DeleteElasticsearchServiceRoleOutput)
func (c *ElasticsearchService) DeleteElasticsearchServiceRoleWithContext(ctx aws.Context, input *DeleteElasticsearchServiceRoleInput, opts ...request.Option) (*DeleteElasticsearchServiceRoleOutput, error)
func (c *ElasticsearchService) DeleteInboundCrossClusterSearchConnection(input *DeleteInboundCrossClusterSearchConnectionInput) (*DeleteInboundCrossClusterSearchConnectionOutput, error)
func (c *ElasticsearchService) DeleteInboundCrossClusterSearchConnectionRequest(input *DeleteInboundCrossClusterSearchConnectionInput) (req *request.Request, output *DeleteInboundCrossClusterSearchConnectionOutput)
func (c *ElasticsearchService) DeleteInboundCrossClusterSearchConnectionWithContext(ctx aws.Context, input *DeleteInboundCrossClusterSearchConnectionInput, opts ...request.Option) (*DeleteInboundCrossClusterSearchConnectionOutput, error)
func (c *ElasticsearchService) DeleteOutboundCrossClusterSearchConnection(input *DeleteOutboundCrossClusterSearchConnectionInput) (*DeleteOutboundCrossClusterSearchConnectionOutput, error)
func (c *ElasticsearchService) DeleteOutboundCrossClusterSearchConnectionRequest(input *DeleteOutboundCrossClusterSearchConnectionInput) (req *request.Request, output *DeleteOutboundCrossClusterSearchConnectionOutput)
func (c *ElasticsearchService) DeleteOutboundCrossClusterSearchConnectionWithContext(ctx aws.Context, input *DeleteOutboundCrossClusterSearchConnectionInput, opts ...request.Option) (*DeleteOutboundCrossClusterSearchConnectionOutput, error)
func (c *ElasticsearchService) DeletePackage(input *DeletePackageInput) (*DeletePackageOutput, error)
func (c *ElasticsearchService) DeletePackageRequest(input *DeletePackageInput) (req *request.Request, output *DeletePackageOutput)
func (c *ElasticsearchService) DeletePackageWithContext(ctx aws.Context, input *DeletePackageInput, opts ...request.Option) (*DeletePackageOutput, error)
func (c *ElasticsearchService) DeleteVpcEndpoint(input *DeleteVpcEndpointInput) (*DeleteVpcEndpointOutput, error)
func (c *ElasticsearchService) DeleteVpcEndpointRequest(input *DeleteVpcEndpointInput) (req *request.Request, output *DeleteVpcEndpointOutput)
func (c *ElasticsearchService) DeleteVpcEndpointWithContext(ctx aws.Context, input *DeleteVpcEndpointInput, opts ...request.Option) (*DeleteVpcEndpointOutput, error)
func (c *ElasticsearchService) DescribeDomainAutoTunes(input *DescribeDomainAutoTunesInput) (*DescribeDomainAutoTunesOutput, error)
func (c *ElasticsearchService) DescribeDomainAutoTunesPages(input *DescribeDomainAutoTunesInput, fn func(*DescribeDomainAutoTunesOutput, bool) bool) error
func (c *ElasticsearchService) DescribeDomainAutoTunesPagesWithContext(ctx aws.Context, input *DescribeDomainAutoTunesInput, fn func(*DescribeDomainAutoTunesOutput, bool) bool, opts ...request.Option) error
func (c *ElasticsearchService) DescribeDomainAutoTunesRequest(input *DescribeDomainAutoTunesInput) (req *request.Request, output *DescribeDomainAutoTunesOutput)
func (c *ElasticsearchService) DescribeDomainAutoTunesWithContext(ctx aws.Context, input *DescribeDomainAutoTunesInput, opts ...request.Option) (*DescribeDomainAutoTunesOutput, error)
func (c *ElasticsearchService) DescribeDomainChangeProgress(input *DescribeDomainChangeProgressInput) (*DescribeDomainChangeProgressOutput, error)
func (c *ElasticsearchService) DescribeDomainChangeProgressRequest(input *DescribeDomainChangeProgressInput) (req *request.Request, output *DescribeDomainChangeProgressOutput)
func (c *ElasticsearchService) DescribeDomainChangeProgressWithContext(ctx aws.Context, input *DescribeDomainChangeProgressInput, opts ...request.Option) (*DescribeDomainChangeProgressOutput, error)
func (c *ElasticsearchService) DescribeElasticsearchDomain(input *DescribeElasticsearchDomainInput) (*DescribeElasticsearchDomainOutput, error)
func (c *ElasticsearchService) DescribeElasticsearchDomainConfig(input *DescribeElasticsearchDomainConfigInput) (*DescribeElasticsearchDomainConfigOutput, error)
func (c *ElasticsearchService) DescribeElasticsearchDomainConfigRequest(input *DescribeElasticsearchDomainConfigInput) (req *request.Request, output *DescribeElasticsearchDomainConfigOutput)
func (c *ElasticsearchService) DescribeElasticsearchDomainConfigWithContext(ctx aws.Context, input *DescribeElasticsearchDomainConfigInput, opts ...request.Option) (*DescribeElasticsearchDomainConfigOutput, error)
func (c *ElasticsearchService) DescribeElasticsearchDomainRequest(input *DescribeElasticsearchDomainInput) (req *request.Request, output *DescribeElasticsearchDomainOutput)
func (c *ElasticsearchService) DescribeElasticsearchDomainWithContext(ctx aws.Context, input *DescribeElasticsearchDomainInput, opts ...request.Option) (*DescribeElasticsearchDomainOutput, error)
func (c *ElasticsearchService) DescribeElasticsearchDomains(input *DescribeElasticsearchDomainsInput) (*DescribeElasticsearchDomainsOutput, error)
func (c *ElasticsearchService) DescribeElasticsearchDomainsRequest(input *DescribeElasticsearchDomainsInput) (req *request.Request, output *DescribeElasticsearchDomainsOutput)
func (c *ElasticsearchService) DescribeElasticsearchDomainsWithContext(ctx aws.Context, input *DescribeElasticsearchDomainsInput, opts ...request.Option) (*DescribeElasticsearchDomainsOutput, error)
func (c *ElasticsearchService) DescribeElasticsearchInstanceTypeLimits(input *DescribeElasticsearchInstanceTypeLimitsInput) (*DescribeElasticsearchInstanceTypeLimitsOutput, error)
func (c *ElasticsearchService) DescribeElasticsearchInstanceTypeLimitsRequest(input *DescribeElasticsearchInstanceTypeLimitsInput) (req *request.Request, output *DescribeElasticsearchInstanceTypeLimitsOutput)
func (c *ElasticsearchService) DescribeElasticsearchInstanceTypeLimitsWithContext(ctx aws.Context, input *DescribeElasticsearchInstanceTypeLimitsInput, opts ...request.Option) (*DescribeElasticsearchInstanceTypeLimitsOutput, error)
func (c *ElasticsearchService) DescribeInboundCrossClusterSearchConnections(input *DescribeInboundCrossClusterSearchConnectionsInput) (*DescribeInboundCrossClusterSearchConnectionsOutput, error)
func (c *ElasticsearchService) DescribeInboundCrossClusterSearchConnectionsPages(input *DescribeInboundCrossClusterSearchConnectionsInput, fn func(*DescribeInboundCrossClusterSearchConnectionsOutput, bool) bool) error
func (c *ElasticsearchService) DescribeInboundCrossClusterSearchConnectionsPagesWithContext(ctx aws.Context, input *DescribeInboundCrossClusterSearchConnectionsInput, fn func(*DescribeInboundCrossClusterSearchConnectionsOutput, bool) bool, opts ...request.Option) error
func (c *ElasticsearchService) DescribeInboundCrossClusterSearchConnectionsRequest(input *DescribeInboundCrossClusterSearchConnectionsInput) (req *request.Request, output *DescribeInboundCrossClusterSearchConnectionsOutput)
func (c *ElasticsearchService) DescribeInboundCrossClusterSearchConnectionsWithContext(ctx aws.Context, input *DescribeInboundCrossClusterSearchConnectionsInput, opts ...request.Option) (*DescribeInboundCrossClusterSearchConnectionsOutput, error)
func (c *ElasticsearchService) DescribeOutboundCrossClusterSearchConnections(input *DescribeOutboundCrossClusterSearchConnectionsInput) (*DescribeOutboundCrossClusterSearchConnectionsOutput, error)
func (c *ElasticsearchService) DescribeOutboundCrossClusterSearchConnectionsPages(input *DescribeOutboundCrossClusterSearchConnectionsInput, fn func(*DescribeOutboundCrossClusterSearchConnectionsOutput, bool) bool) error
func (c *ElasticsearchService) DescribeOutboundCrossClusterSearchConnectionsPagesWithContext(ctx aws.Context, input *DescribeOutboundCrossClusterSearchConnectionsInput, fn func(*DescribeOutboundCrossClusterSearchConnectionsOutput, bool) bool, opts ...request.Option) error
func (c *ElasticsearchService) DescribeOutboundCrossClusterSearchConnectionsRequest(input *DescribeOutboundCrossClusterSearchConnectionsInput) (req *request.Request, output *DescribeOutboundCrossClusterSearchConnectionsOutput)
func (c *ElasticsearchService) DescribeOutboundCrossClusterSearchConnectionsWithContext(ctx aws.Context, input *DescribeOutboundCrossClusterSearchConnectionsInput, opts ...request.Option) (*DescribeOutboundCrossClusterSearchConnectionsOutput, error)
func (c *ElasticsearchService) DescribePackages(input *DescribePackagesInput) (*DescribePackagesOutput, error)
func (c *ElasticsearchService) DescribePackagesPages(input *DescribePackagesInput, fn func(*DescribePackagesOutput, bool) bool) error
func (c *ElasticsearchService) DescribePackagesPagesWithContext(ctx aws.Context, input *DescribePackagesInput, fn func(*DescribePackagesOutput, bool) bool, opts ...request.Option) error
func (c *ElasticsearchService) DescribePackagesRequest(input *DescribePackagesInput) (req *request.Request, output *DescribePackagesOutput)
func (c *ElasticsearchService) DescribePackagesWithContext(ctx aws.Context, input *DescribePackagesInput, opts ...request.Option) (*DescribePackagesOutput, error)
func (c *ElasticsearchService) DescribeReservedElasticsearchInstanceOfferings(input *DescribeReservedElasticsearchInstanceOfferingsInput) (*DescribeReservedElasticsearchInstanceOfferingsOutput, error)
func (c *ElasticsearchService) DescribeReservedElasticsearchInstanceOfferingsPages(input *DescribeReservedElasticsearchInstanceOfferingsInput, fn func(*DescribeReservedElasticsearchInstanceOfferingsOutput, bool) bool) error
func (c *ElasticsearchService) DescribeReservedElasticsearchInstanceOfferingsPagesWithContext(ctx aws.Context, input *DescribeReservedElasticsearchInstanceOfferingsInput, fn func(*DescribeReservedElasticsearchInstanceOfferingsOutput, bool) bool, opts ...request.Option) error
func (c *ElasticsearchService) DescribeReservedElasticsearchInstanceOfferingsRequest(input *DescribeReservedElasticsearchInstanceOfferingsInput) (req *request.Request, output *DescribeReservedElasticsearchInstanceOfferingsOutput)
func (c *ElasticsearchService) DescribeReservedElasticsearchInstanceOfferingsWithContext(ctx aws.Context, input *DescribeReservedElasticsearchInstanceOfferingsInput, opts ...request.Option) (*DescribeReservedElasticsearchInstanceOfferingsOutput, error)
func (c *ElasticsearchService) DescribeReservedElasticsearchInstances(input *DescribeReservedElasticsearchInstancesInput) (*DescribeReservedElasticsearchInstancesOutput, error)
func (c *ElasticsearchService) DescribeReservedElasticsearchInstancesPages(input *DescribeReservedElasticsearchInstancesInput, fn func(*DescribeReservedElasticsearchInstancesOutput, bool) bool) error
func (c *ElasticsearchService) DescribeReservedElasticsearchInstancesPagesWithContext(ctx aws.Context, input *DescribeReservedElasticsearchInstancesInput, fn func(*DescribeReservedElasticsearchInstancesOutput, bool) bool, opts ...request.Option) error
func (c *ElasticsearchService) DescribeReservedElasticsearchInstancesRequest(input *DescribeReservedElasticsearchInstancesInput) (req *request.Request, output *DescribeReservedElasticsearchInstancesOutput)
func (c *ElasticsearchService) DescribeReservedElasticsearchInstancesWithContext(ctx aws.Context, input *DescribeReservedElasticsearchInstancesInput, opts ...request.Option) (*DescribeReservedElasticsearchInstancesOutput, error)
func (c *ElasticsearchService) DescribeVpcEndpoints(input *DescribeVpcEndpointsInput) (*DescribeVpcEndpointsOutput, error)
func (c *ElasticsearchService) DescribeVpcEndpointsRequest(input *DescribeVpcEndpointsInput) (req *request.Request, output *DescribeVpcEndpointsOutput)
func (c *ElasticsearchService) DescribeVpcEndpointsWithContext(ctx aws.Context, input *DescribeVpcEndpointsInput, opts ...request.Option) (*DescribeVpcEndpointsOutput, error)
func (c *ElasticsearchService) DissociatePackage(input *DissociatePackageInput) (*DissociatePackageOutput, error)
func (c *ElasticsearchService) DissociatePackageRequest(input *DissociatePackageInput) (req *request.Request, output *DissociatePackageOutput)
func (c *ElasticsearchService) DissociatePackageWithContext(ctx aws.Context, input *DissociatePackageInput, opts ...request.Option) (*DissociatePackageOutput, error)
func (c *ElasticsearchService) GetCompatibleElasticsearchVersions(input *GetCompatibleElasticsearchVersionsInput) (*GetCompatibleElasticsearchVersionsOutput, error)
func (c *ElasticsearchService) GetCompatibleElasticsearchVersionsRequest(input *GetCompatibleElasticsearchVersionsInput) (req *request.Request, output *GetCompatibleElasticsearchVersionsOutput)
func (c *ElasticsearchService) GetCompatibleElasticsearchVersionsWithContext(ctx aws.Context, input *GetCompatibleElasticsearchVersionsInput, opts ...request.Option) (*GetCompatibleElasticsearchVersionsOutput, error)
func (c *ElasticsearchService) GetPackageVersionHistory(input *GetPackageVersionHistoryInput) (*GetPackageVersionHistoryOutput, error)
func (c *ElasticsearchService) GetPackageVersionHistoryPages(input *GetPackageVersionHistoryInput, fn func(*GetPackageVersionHistoryOutput, bool) bool) error
func (c *ElasticsearchService) GetPackageVersionHistoryPagesWithContext(ctx aws.Context, input *GetPackageVersionHistoryInput, fn func(*GetPackageVersionHistoryOutput, bool) bool, opts ...request.Option) error
func (c *ElasticsearchService) GetPackageVersionHistoryRequest(input *GetPackageVersionHistoryInput) (req *request.Request, output *GetPackageVersionHistoryOutput)
func (c *ElasticsearchService) GetPackageVersionHistoryWithContext(ctx aws.Context, input *GetPackageVersionHistoryInput, opts ...request.Option) (*GetPackageVersionHistoryOutput, error)
func (c *ElasticsearchService) GetUpgradeHistory(input *GetUpgradeHistoryInput) (*GetUpgradeHistoryOutput, error)
func (c *ElasticsearchService) GetUpgradeHistoryPages(input *GetUpgradeHistoryInput, fn func(*GetUpgradeHistoryOutput, bool) bool) error
func (c *ElasticsearchService) GetUpgradeHistoryPagesWithContext(ctx aws.Context, input *GetUpgradeHistoryInput, fn func(*GetUpgradeHistoryOutput, bool) bool, opts ...request.Option) error
func (c *ElasticsearchService) GetUpgradeHistoryRequest(input *GetUpgradeHistoryInput) (req *request.Request, output *GetUpgradeHistoryOutput)
func (c *ElasticsearchService) GetUpgradeHistoryWithContext(ctx aws.Context, input *GetUpgradeHistoryInput, opts ...request.Option) (*GetUpgradeHistoryOutput, error)
func (c *ElasticsearchService) GetUpgradeStatus(input *GetUpgradeStatusInput) (*GetUpgradeStatusOutput, error)
func (c *ElasticsearchService) GetUpgradeStatusRequest(input *GetUpgradeStatusInput) (req *request.Request, output *GetUpgradeStatusOutput)
func (c *ElasticsearchService) GetUpgradeStatusWithContext(ctx aws.Context, input *GetUpgradeStatusInput, opts ...request.Option) (*GetUpgradeStatusOutput, error)
func (c *ElasticsearchService) ListDomainNames(input *ListDomainNamesInput) (*ListDomainNamesOutput, error)
func (c *ElasticsearchService) ListDomainNamesRequest(input *ListDomainNamesInput) (req *request.Request, output *ListDomainNamesOutput)
func (c *ElasticsearchService) ListDomainNamesWithContext(ctx aws.Context, input *ListDomainNamesInput, opts ...request.Option) (*ListDomainNamesOutput, error)
func (c *ElasticsearchService) ListDomainsForPackage(input *ListDomainsForPackageInput) (*ListDomainsForPackageOutput, error)
func (c *ElasticsearchService) ListDomainsForPackagePages(input *ListDomainsForPackageInput, fn func(*ListDomainsForPackageOutput, bool) bool) error
func (c *ElasticsearchService) ListDomainsForPackagePagesWithContext(ctx aws.Context, input *ListDomainsForPackageInput, fn func(*ListDomainsForPackageOutput, bool) bool, opts ...request.Option) error
func (c *ElasticsearchService) ListDomainsForPackageRequest(input *ListDomainsForPackageInput) (req *request.Request, output *ListDomainsForPackageOutput)
func (c *ElasticsearchService) ListDomainsForPackageWithContext(ctx aws.Context, input *ListDomainsForPackageInput, opts ...request.Option) (*ListDomainsForPackageOutput, error)
func (c *ElasticsearchService) ListElasticsearchInstanceTypes(input *ListElasticsearchInstanceTypesInput) (*ListElasticsearchInstanceTypesOutput, error)
func (c *ElasticsearchService) ListElasticsearchInstanceTypesPages(input *ListElasticsearchInstanceTypesInput, fn func(*ListElasticsearchInstanceTypesOutput, bool) bool) error
func (c *ElasticsearchService) ListElasticsearchInstanceTypesPagesWithContext(ctx aws.Context, input *ListElasticsearchInstanceTypesInput, fn func(*ListElasticsearchInstanceTypesOutput, bool) bool, opts ...request.Option) error
func (c *ElasticsearchService) ListElasticsearchInstanceTypesRequest(input *ListElasticsearchInstanceTypesInput) (req *request.Request, output *ListElasticsearchInstanceTypesOutput)
func (c *ElasticsearchService) ListElasticsearchInstanceTypesWithContext(ctx aws.Context, input *ListElasticsearchInstanceTypesInput, opts ...request.Option) (*ListElasticsearchInstanceTypesOutput, error)
func (c *ElasticsearchService) ListElasticsearchVersions(input *ListElasticsearchVersionsInput) (*ListElasticsearchVersionsOutput, error)
func (c *ElasticsearchService) ListElasticsearchVersionsPages(input *ListElasticsearchVersionsInput, fn func(*ListElasticsearchVersionsOutput, bool) bool) error
func (c *ElasticsearchService) ListElasticsearchVersionsPagesWithContext(ctx aws.Context, input *ListElasticsearchVersionsInput, fn func(*ListElasticsearchVersionsOutput, bool) bool, opts ...request.Option) error
func (c *ElasticsearchService) ListElasticsearchVersionsRequest(input *ListElasticsearchVersionsInput) (req *request.Request, output *ListElasticsearchVersionsOutput)
func (c *ElasticsearchService) ListElasticsearchVersionsWithContext(ctx aws.Context, input *ListElasticsearchVersionsInput, opts ...request.Option) (*ListElasticsearchVersionsOutput, error)
func (c *ElasticsearchService) ListPackagesForDomain(input *ListPackagesForDomainInput) (*ListPackagesForDomainOutput, error)
func (c *ElasticsearchService) ListPackagesForDomainPages(input *ListPackagesForDomainInput, fn func(*ListPackagesForDomainOutput, bool) bool) error
func (c *ElasticsearchService) ListPackagesForDomainPagesWithContext(ctx aws.Context, input *ListPackagesForDomainInput, fn func(*ListPackagesForDomainOutput, bool) bool, opts ...request.Option) error
func (c *ElasticsearchService) ListPackagesForDomainRequest(input *ListPackagesForDomainInput) (req *request.Request, output *ListPackagesForDomainOutput)
func (c *ElasticsearchService) ListPackagesForDomainWithContext(ctx aws.Context, input *ListPackagesForDomainInput, opts ...request.Option) (*ListPackagesForDomainOutput, error)
func (c *ElasticsearchService) ListTags(input *ListTagsInput) (*ListTagsOutput, error)
func (c *ElasticsearchService) ListTagsRequest(input *ListTagsInput) (req *request.Request, output *ListTagsOutput)
func (c *ElasticsearchService) ListTagsWithContext(ctx aws.Context, input *ListTagsInput, opts ...request.Option) (*ListTagsOutput, error)
func (c *ElasticsearchService) ListVpcEndpointAccess(input *ListVpcEndpointAccessInput) (*ListVpcEndpointAccessOutput, error)
func (c *ElasticsearchService) ListVpcEndpointAccessRequest(input *ListVpcEndpointAccessInput) (req *request.Request, output *ListVpcEndpointAccessOutput)
func (c *ElasticsearchService) ListVpcEndpointAccessWithContext(ctx aws.Context, input *ListVpcEndpointAccessInput, opts ...request.Option) (*ListVpcEndpointAccessOutput, error)
func (c *ElasticsearchService) ListVpcEndpoints(input *ListVpcEndpointsInput) (*ListVpcEndpointsOutput, error)
func (c *ElasticsearchService) ListVpcEndpointsForDomain(input *ListVpcEndpointsForDomainInput) (*ListVpcEndpointsForDomainOutput, error)
func (c *ElasticsearchService) ListVpcEndpointsForDomainRequest(input *ListVpcEndpointsForDomainInput) (req *request.Request, output *ListVpcEndpointsForDomainOutput)
func (c *ElasticsearchService) ListVpcEndpointsForDomainWithContext(ctx aws.Context, input *ListVpcEndpointsForDomainInput, opts ...request.Option) (*ListVpcEndpointsForDomainOutput, error)
func (c *ElasticsearchService) ListVpcEndpointsRequest(input *ListVpcEndpointsInput) (req *request.Request, output *ListVpcEndpointsOutput)
func (c *ElasticsearchService) ListVpcEndpointsWithContext(ctx aws.Context, input *ListVpcEndpointsInput, opts ...request.Option) (*ListVpcEndpointsOutput, error)
func (c *ElasticsearchService) PurchaseReservedElasticsearchInstanceOffering(input *PurchaseReservedElasticsearchInstanceOfferingInput) (*PurchaseReservedElasticsearchInstanceOfferingOutput, error)
func (c *ElasticsearchService) PurchaseReservedElasticsearchInstanceOfferingRequest(input *PurchaseReservedElasticsearchInstanceOfferingInput) (req *request.Request, output *PurchaseReservedElasticsearchInstanceOfferingOutput)
func (c *ElasticsearchService) PurchaseReservedElasticsearchInstanceOfferingWithContext(ctx aws.Context, input *PurchaseReservedElasticsearchInstanceOfferingInput, opts ...request.Option) (*PurchaseReservedElasticsearchInstanceOfferingOutput, error)
func (c *ElasticsearchService) RejectInboundCrossClusterSearchConnection(input *RejectInboundCrossClusterSearchConnectionInput) (*RejectInboundCrossClusterSearchConnectionOutput, error)
func (c *ElasticsearchService) RejectInboundCrossClusterSearchConnectionRequest(input *RejectInboundCrossClusterSearchConnectionInput) (req *request.Request, output *RejectInboundCrossClusterSearchConnectionOutput)
func (c *ElasticsearchService) RejectInboundCrossClusterSearchConnectionWithContext(ctx aws.Context, input *RejectInboundCrossClusterSearchConnectionInput, opts ...request.Option) (*RejectInboundCrossClusterSearchConnectionOutput, error)
func (c *ElasticsearchService) RemoveTags(input *RemoveTagsInput) (*RemoveTagsOutput, error)
func (c *ElasticsearchService) RemoveTagsRequest(input *RemoveTagsInput) (req *request.Request, output *RemoveTagsOutput)
func (c *ElasticsearchService) RemoveTagsWithContext(ctx aws.Context, input *RemoveTagsInput, opts ...request.Option) (*RemoveTagsOutput, error)
func (c *ElasticsearchService) RevokeVpcEndpointAccess(input *RevokeVpcEndpointAccessInput) (*RevokeVpcEndpointAccessOutput, error)
func (c *ElasticsearchService) RevokeVpcEndpointAccessRequest(input *RevokeVpcEndpointAccessInput) (req *request.Request, output *RevokeVpcEndpointAccessOutput)
func (c *ElasticsearchService) RevokeVpcEndpointAccessWithContext(ctx aws.Context, input *RevokeVpcEndpointAccessInput, opts ...request.Option) (*RevokeVpcEndpointAccessOutput, error)
func (c *ElasticsearchService) StartElasticsearchServiceSoftwareUpdate(input *StartElasticsearchServiceSoftwareUpdateInput) (*StartElasticsearchServiceSoftwareUpdateOutput, error)
func (c *ElasticsearchService) StartElasticsearchServiceSoftwareUpdateRequest(input *StartElasticsearchServiceSoftwareUpdateInput) (req *request.Request, output *StartElasticsearchServiceSoftwareUpdateOutput)
func (c *ElasticsearchService) StartElasticsearchServiceSoftwareUpdateWithContext(ctx aws.Context, input *StartElasticsearchServiceSoftwareUpdateInput, opts ...request.Option) (*StartElasticsearchServiceSoftwareUpdateOutput, error)
func (c *ElasticsearchService) UpdateElasticsearchDomainConfig(input *UpdateElasticsearchDomainConfigInput) (*UpdateElasticsearchDomainConfigOutput, error)
func (c *ElasticsearchService) UpdateElasticsearchDomainConfigRequest(input *UpdateElasticsearchDomainConfigInput) (req *request.Request, output *UpdateElasticsearchDomainConfigOutput)
func (c *ElasticsearchService) UpdateElasticsearchDomainConfigWithContext(ctx aws.Context, input *UpdateElasticsearchDomainConfigInput, opts ...request.Option) (*UpdateElasticsearchDomainConfigOutput, error)
func (c *ElasticsearchService) UpdatePackage(input *UpdatePackageInput) (*UpdatePackageOutput, error)
func (c *ElasticsearchService) UpdatePackageRequest(input *UpdatePackageInput) (req *request.Request, output *UpdatePackageOutput)
func (c *ElasticsearchService) UpdatePackageWithContext(ctx aws.Context, input *UpdatePackageInput, opts ...request.Option) (*UpdatePackageOutput, error)
func (c *ElasticsearchService) UpdateVpcEndpoint(input *UpdateVpcEndpointInput) (*UpdateVpcEndpointOutput, error)
func (c *ElasticsearchService) UpdateVpcEndpointRequest(input *UpdateVpcEndpointInput) (req *request.Request, output *UpdateVpcEndpointOutput)
func (c *ElasticsearchService) UpdateVpcEndpointWithContext(ctx aws.Context, input *UpdateVpcEndpointInput, opts ...request.Option) (*UpdateVpcEndpointOutput, error)
func (c *ElasticsearchService) UpgradeElasticsearchDomain(input *UpgradeElasticsearchDomainInput) (*UpgradeElasticsearchDomainOutput, error)
func (c *ElasticsearchService) UpgradeElasticsearchDomainRequest(input *UpgradeElasticsearchDomainInput) (req *request.Request, output *UpgradeElasticsearchDomainOutput)
func (c *ElasticsearchService) UpgradeElasticsearchDomainWithContext(ctx aws.Context, input *UpgradeElasticsearchDomainInput, opts ...request.Option) (*UpgradeElasticsearchDomainOutput, error)
func AutoTuneDesiredState_Values() []string
func AutoTuneState_Values() []string
func AutoTuneType_Values() []string
func ConfigChangeStatus_Values() []string
func DeploymentStatus_Values() []string
func DescribePackagesFilterName_Values() []string
func DomainPackageStatus_Values() []string
func DomainProcessingStatusType_Values() []string
func ESPartitionInstanceType_Values() []string
func ESWarmPartitionInstanceType_Values() []string
func EngineType_Values() []string
func InboundCrossClusterSearchConnectionStatusCode_Values() []string
func InitiatedBy_Values() []string
func LogType_Values() []string
func OptionState_Values() []string
func OutboundCrossClusterSearchConnectionStatusCode_Values() []string
func OverallChangeStatus_Values() []string
func PackageStatus_Values() []string
func PackageType_Values() []string
func PrincipalType_Values() []string
func PropertyValueType_Values() []string
func ReservedElasticsearchInstancePaymentOption_Values() []string
func RollbackOnDisable_Values() []string
func ScheduledAutoTuneActionType_Values() []string
func ScheduledAutoTuneSeverityType_Values() []string
func TLSSecurityPolicy_Values() []string
func TimeUnit_Values() []string
func UpgradeStatus_Values() []string
func UpgradeStep_Values() []string
func VolumeType_Values() []string
func VpcEndpointErrorCode_Values() []string
func VpcEndpointStatus_Values() []string
type AcceptInboundCrossClusterSearchConnectionInput
type AcceptInboundCrossClusterSearchConnectionOutput
type AccessDeniedException
type AccessPoliciesStatus
type AddTagsInput
type AddTagsOutput
type AdditionalLimit
type AdvancedOptionsStatus
type AdvancedSecurityOptions
type AdvancedSecurityOptionsInput
type AdvancedSecurityOptionsStatus
type AssociatePackageInput
type AssociatePackageOutput
type AuthorizeVpcEndpointAccessInput
type AuthorizeVpcEndpointAccessOutput
type AuthorizedPrincipal
type AutoTune
type AutoTuneDetails
type AutoTuneMaintenanceSchedule
type AutoTuneOptions
type AutoTuneOptionsInput
type AutoTuneOptionsOutput
type AutoTuneOptionsStatus
type AutoTuneStatus
type BaseException
type CancelDomainConfigChangeInput
type CancelDomainConfigChangeOutput
type CancelElasticsearchServiceSoftwareUpdateInput
type CancelElasticsearchServiceSoftwareUpdateOutput
type CancelledChangeProperty
type ChangeProgressDetails
type ChangeProgressStage
type ChangeProgressStatusDetails
type CognitoOptions
type CognitoOptionsStatus
type ColdStorageOptions
type CompatibleVersionsMap
type ConflictException
type CreateElasticsearchDomainInput
type CreateElasticsearchDomainOutput
type CreateOutboundCrossClusterSearchConnectionInput
type CreateOutboundCrossClusterSearchConnectionOutput
type CreatePackageInput
type CreatePackageOutput
type CreateVpcEndpointInput
type CreateVpcEndpointOutput
type DeleteElasticsearchDomainInput
type DeleteElasticsearchDomainOutput
type DeleteElasticsearchServiceRoleInput
type DeleteElasticsearchServiceRoleOutput
type DeleteInboundCrossClusterSearchConnectionInput
type DeleteInboundCrossClusterSearchConnectionOutput
type DeleteOutboundCrossClusterSearchConnectionInput
type DeleteOutboundCrossClusterSearchConnectionOutput
type DeletePackageInput
type DeletePackageOutput
type DeleteVpcEndpointInput
type DeleteVpcEndpointOutput
type DescribeDomainAutoTunesInput
type DescribeDomainAutoTunesOutput
type DescribeDomainChangeProgressInput
type DescribeDomainChangeProgressOutput
type DescribeElasticsearchDomainConfigInput
type DescribeElasticsearchDomainConfigOutput
type DescribeElasticsearchDomainInput
type DescribeElasticsearchDomainOutput
type DescribeElasticsearchDomainsInput
type DescribeElasticsearchDomainsOutput
type DescribeElasticsearchInstanceTypeLimitsInput
type DescribeElasticsearchInstanceTypeLimitsOutput
type DescribeInboundCrossClusterSearchConnectionsInput
type DescribeInboundCrossClusterSearchConnectionsOutput
type DescribeOutboundCrossClusterSearchConnectionsInput
type DescribeOutboundCrossClusterSearchConnectionsOutput
type DescribePackagesFilter
type DescribePackagesInput
type DescribePackagesOutput
type DescribeReservedElasticsearchInstanceOfferingsInput
type DescribeReservedElasticsearchInstanceOfferingsOutput
type DescribeReservedElasticsearchInstancesInput
type DescribeReservedElasticsearchInstancesOutput
type DescribeVpcEndpointsInput
type DescribeVpcEndpointsOutput
type DisabledOperationException
type DissociatePackageInput
type DissociatePackageOutput
type DomainEndpointOptions
type DomainEndpointOptionsStatus
type DomainInfo
type DomainInformation
type DomainPackageDetails
type DryRunResults
type Duration
type EBSOptions
type EBSOptionsStatus
type ElasticsearchClusterConfig
type ElasticsearchClusterConfigStatus
type ElasticsearchDomainConfig
type ElasticsearchDomainStatus
type ElasticsearchVersionStatus
type EncryptionAtRestOptions
type EncryptionAtRestOptionsStatus
type ErrorDetails
type Filter
type GetCompatibleElasticsearchVersionsInput
type GetCompatibleElasticsearchVersionsOutput
type GetPackageVersionHistoryInput
type GetPackageVersionHistoryOutput
type GetUpgradeHistoryInput
type GetUpgradeHistoryOutput
type GetUpgradeStatusInput
type GetUpgradeStatusOutput
type InboundCrossClusterSearchConnection
type InboundCrossClusterSearchConnectionStatus
type InstanceCountLimits
type InstanceLimits
type InternalException
type InvalidPaginationTokenException
type InvalidTypeException
type LimitExceededException
type Limits
type ListDomainNamesInput
type ListDomainNamesOutput
type ListDomainsForPackageInput
type ListDomainsForPackageOutput
type ListElasticsearchInstanceTypesInput
type ListElasticsearchInstanceTypesOutput
type ListElasticsearchVersionsInput
type ListElasticsearchVersionsOutput
type ListPackagesForDomainInput
type ListPackagesForDomainOutput
type ListTagsInput
type ListTagsOutput
type ListVpcEndpointAccessInput
type ListVpcEndpointAccessOutput
type ListVpcEndpointsForDomainInput
type ListVpcEndpointsForDomainOutput
type ListVpcEndpointsInput
type ListVpcEndpointsOutput
type LogPublishingOption
type LogPublishingOptionsStatus
type MasterUserOptions
type ModifyingProperties
type NodeToNodeEncryptionOptions
type NodeToNodeEncryptionOptionsStatus
type OptionStatus
type OutboundCrossClusterSearchConnection
type OutboundCrossClusterSearchConnectionStatus
type PackageDetails
type PackageSource
type PackageVersionHistory
type PurchaseReservedElasticsearchInstanceOfferingInput
type PurchaseReservedElasticsearchInstanceOfferingOutput
type RecurringCharge
type RejectInboundCrossClusterSearchConnectionInput
type RejectInboundCrossClusterSearchConnectionOutput
type RemoveTagsInput
type RemoveTagsOutput
type ReservedElasticsearchInstance
type ReservedElasticsearchInstanceOffering
type ResourceAlreadyExistsException
type ResourceNotFoundException
type RevokeVpcEndpointAccessInput
type RevokeVpcEndpointAccessOutput
type SAMLIdp
type SAMLOptionsInput
type SAMLOptionsOutput
type ScheduledAutoTuneDetails
type ServiceSoftwareOptions
type SnapshotOptions
type SnapshotOptionsStatus
type StartElasticsearchServiceSoftwareUpdateInput
type StartElasticsearchServiceSoftwareUpdateOutput
type StorageType
type StorageTypeLimit
type Tag
type UpdateElasticsearchDomainConfigInput
type UpdateElasticsearchDomainConfigOutput
type UpdatePackageInput
type UpdatePackageOutput
type UpdateVpcEndpointInput
type UpdateVpcEndpointOutput
type UpgradeElasticsearchDomainInput
type UpgradeElasticsearchDomainOutput
type UpgradeHistory
type UpgradeStepItem
type VPCDerivedInfo
type VPCDerivedInfoStatus
type VPCOptions
type ValidationException
type VpcEndpoint
type VpcEndpointError
type VpcEndpointSummary
type ZoneAwarenessConfig

Constants ▾

const (
    // AutoTuneDesiredStateEnabled is a AutoTuneDesiredState enum value
    AutoTuneDesiredStateEnabled = "ENABLED"

    // AutoTuneDesiredStateDisabled is a AutoTuneDesiredState enum value
    AutoTuneDesiredStateDisabled = "DISABLED"
)

Specifies the Auto-Tune desired state. Valid values are ENABLED, DISABLED.

const (
    // AutoTuneStateEnabled is a AutoTuneState enum value
    AutoTuneStateEnabled = "ENABLED"

    // AutoTuneStateDisabled is a AutoTuneState enum value
    AutoTuneStateDisabled = "DISABLED"

    // AutoTuneStateEnableInProgress is a AutoTuneState enum value
    AutoTuneStateEnableInProgress = "ENABLE_IN_PROGRESS"

    // AutoTuneStateDisableInProgress is a AutoTuneState enum value
    AutoTuneStateDisableInProgress = "DISABLE_IN_PROGRESS"

    // AutoTuneStateDisabledAndRollbackScheduled is a AutoTuneState enum value
    AutoTuneStateDisabledAndRollbackScheduled = "DISABLED_AND_ROLLBACK_SCHEDULED"

    // AutoTuneStateDisabledAndRollbackInProgress is a AutoTuneState enum value
    AutoTuneStateDisabledAndRollbackInProgress = "DISABLED_AND_ROLLBACK_IN_PROGRESS"

    // AutoTuneStateDisabledAndRollbackComplete is a AutoTuneState enum value
    AutoTuneStateDisabledAndRollbackComplete = "DISABLED_AND_ROLLBACK_COMPLETE"

    // AutoTuneStateDisabledAndRollbackError is a AutoTuneState enum value
    AutoTuneStateDisabledAndRollbackError = "DISABLED_AND_ROLLBACK_ERROR"

    // AutoTuneStateError is a AutoTuneState enum value
    AutoTuneStateError = "ERROR"
)

Specifies the Auto-Tune state for the Elasticsearch domain. For valid states see the Developer Guide (https://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/auto-tune.html).

const (
    // ConfigChangeStatusPending is a ConfigChangeStatus enum value
    ConfigChangeStatusPending = "Pending"

    // ConfigChangeStatusInitializing is a ConfigChangeStatus enum value
    ConfigChangeStatusInitializing = "Initializing"

    // ConfigChangeStatusValidating is a ConfigChangeStatus enum value
    ConfigChangeStatusValidating = "Validating"

    // ConfigChangeStatusValidationFailed is a ConfigChangeStatus enum value
    ConfigChangeStatusValidationFailed = "ValidationFailed"

    // ConfigChangeStatusApplyingChanges is a ConfigChangeStatus enum value
    ConfigChangeStatusApplyingChanges = "ApplyingChanges"

    // ConfigChangeStatusCompleted is a ConfigChangeStatus enum value
    ConfigChangeStatusCompleted = "Completed"

    // ConfigChangeStatusPendingUserInput is a ConfigChangeStatus enum value
    ConfigChangeStatusPendingUserInput = "PendingUserInput"

    // ConfigChangeStatusCancelled is a ConfigChangeStatus enum value
    ConfigChangeStatusCancelled = "Cancelled"
)
const (
    // DeploymentStatusPendingUpdate is a DeploymentStatus enum value
    DeploymentStatusPendingUpdate = "PENDING_UPDATE"

    // DeploymentStatusInProgress is a DeploymentStatus enum value
    DeploymentStatusInProgress = "IN_PROGRESS"

    // DeploymentStatusCompleted is a DeploymentStatus enum value
    DeploymentStatusCompleted = "COMPLETED"

    // DeploymentStatusNotEligible is a DeploymentStatus enum value
    DeploymentStatusNotEligible = "NOT_ELIGIBLE"

    // DeploymentStatusEligible is a DeploymentStatus enum value
    DeploymentStatusEligible = "ELIGIBLE"
)
const (
    // DescribePackagesFilterNamePackageId is a DescribePackagesFilterName enum value
    DescribePackagesFilterNamePackageId = "PackageID"

    // DescribePackagesFilterNamePackageName is a DescribePackagesFilterName enum value
    DescribePackagesFilterNamePackageName = "PackageName"

    // DescribePackagesFilterNamePackageStatus is a DescribePackagesFilterName enum value
    DescribePackagesFilterNamePackageStatus = "PackageStatus"
)
const (
    // DomainPackageStatusAssociating is a DomainPackageStatus enum value
    DomainPackageStatusAssociating = "ASSOCIATING"

    // DomainPackageStatusAssociationFailed is a DomainPackageStatus enum value
    DomainPackageStatusAssociationFailed = "ASSOCIATION_FAILED"

    // DomainPackageStatusActive is a DomainPackageStatus enum value
    DomainPackageStatusActive = "ACTIVE"

    // DomainPackageStatusDissociating is a DomainPackageStatus enum value
    DomainPackageStatusDissociating = "DISSOCIATING"

    // DomainPackageStatusDissociationFailed is a DomainPackageStatus enum value
    DomainPackageStatusDissociationFailed = "DISSOCIATION_FAILED"
)
const (
    // DomainProcessingStatusTypeCreating is a DomainProcessingStatusType enum value
    DomainProcessingStatusTypeCreating = "Creating"

    // DomainProcessingStatusTypeActive is a DomainProcessingStatusType enum value
    DomainProcessingStatusTypeActive = "Active"

    // DomainProcessingStatusTypeModifying is a DomainProcessingStatusType enum value
    DomainProcessingStatusTypeModifying = "Modifying"

    // DomainProcessingStatusTypeUpgradingEngineVersion is a DomainProcessingStatusType enum value
    DomainProcessingStatusTypeUpgradingEngineVersion = "UpgradingEngineVersion"

    // DomainProcessingStatusTypeUpdatingServiceSoftware is a DomainProcessingStatusType enum value
    DomainProcessingStatusTypeUpdatingServiceSoftware = "UpdatingServiceSoftware"

    // DomainProcessingStatusTypeIsolated is a DomainProcessingStatusType enum value
    DomainProcessingStatusTypeIsolated = "Isolated"

    // DomainProcessingStatusTypeDeleting is a DomainProcessingStatusType enum value
    DomainProcessingStatusTypeDeleting = "Deleting"
)
const (
    // ESPartitionInstanceTypeM3MediumElasticsearch is a ESPartitionInstanceType enum value
    ESPartitionInstanceTypeM3MediumElasticsearch = "m3.medium.elasticsearch"

    // ESPartitionInstanceTypeM3LargeElasticsearch is a ESPartitionInstanceType enum value
    ESPartitionInstanceTypeM3LargeElasticsearch = "m3.large.elasticsearch"

    // ESPartitionInstanceTypeM3XlargeElasticsearch is a ESPartitionInstanceType enum value
    ESPartitionInstanceTypeM3XlargeElasticsearch = "m3.xlarge.elasticsearch"

    // ESPartitionInstanceTypeM32xlargeElasticsearch is a ESPartitionInstanceType enum value
    ESPartitionInstanceTypeM32xlargeElasticsearch = "m3.2xlarge.elasticsearch"

    // ESPartitionInstanceTypeM4LargeElasticsearch is a ESPartitionInstanceType enum value
    ESPartitionInstanceTypeM4LargeElasticsearch = "m4.large.elasticsearch"

    // ESPartitionInstanceTypeM4XlargeElasticsearch is a ESPartitionInstanceType enum value
    ESPartitionInstanceTypeM4XlargeElasticsearch = "m4.xlarge.elasticsearch"

    // ESPartitionInstanceTypeM42xlargeElasticsearch is a ESPartitionInstanceType enum value
    ESPartitionInstanceTypeM42xlargeElasticsearch = "m4.2xlarge.elasticsearch"

    // ESPartitionInstanceTypeM44xlargeElasticsearch is a ESPartitionInstanceType enum value
    ESPartitionInstanceTypeM44xlargeElasticsearch = "m4.4xlarge.elasticsearch"

    // ESPartitionInstanceTypeM410xlargeElasticsearch is a ESPartitionInstanceType enum value
    ESPartitionInstanceTypeM410xlargeElasticsearch = "m4.10xlarge.elasticsearch"

    // ESPartitionInstanceTypeM5LargeElasticsearch is a ESPartitionInstanceType enum value
    ESPartitionInstanceTypeM5LargeElasticsearch = "m5.large.elasticsearch"

    // ESPartitionInstanceTypeM5XlargeElasticsearch is a ESPartitionInstanceType enum value
    ESPartitionInstanceTypeM5XlargeElasticsearch = "m5.xlarge.elasticsearch"

    // ESPartitionInstanceTypeM52xlargeElasticsearch is a ESPartitionInstanceType enum value
    ESPartitionInstanceTypeM52xlargeElasticsearch = "m5.2xlarge.elasticsearch"

    // ESPartitionInstanceTypeM54xlargeElasticsearch is a ESPartitionInstanceType enum value
    ESPartitionInstanceTypeM54xlargeElasticsearch = "m5.4xlarge.elasticsearch"

    // ESPartitionInstanceTypeM512xlargeElasticsearch is a ESPartitionInstanceType enum value
    ESPartitionInstanceTypeM512xlargeElasticsearch = "m5.12xlarge.elasticsearch"

    // ESPartitionInstanceTypeR5LargeElasticsearch is a ESPartitionInstanceType enum value
    ESPartitionInstanceTypeR5LargeElasticsearch = "r5.large.elasticsearch"

    // ESPartitionInstanceTypeR5XlargeElasticsearch is a ESPartitionInstanceType enum value
    ESPartitionInstanceTypeR5XlargeElasticsearch = "r5.xlarge.elasticsearch"

    // ESPartitionInstanceTypeR52xlargeElasticsearch is a ESPartitionInstanceType enum value
    ESPartitionInstanceTypeR52xlargeElasticsearch = "r5.2xlarge.elasticsearch"

    // ESPartitionInstanceTypeR54xlargeElasticsearch is a ESPartitionInstanceType enum value
    ESPartitionInstanceTypeR54xlargeElasticsearch = "r5.4xlarge.elasticsearch"

    // ESPartitionInstanceTypeR512xlargeElasticsearch is a ESPartitionInstanceType enum value
    ESPartitionInstanceTypeR512xlargeElasticsearch = "r5.12xlarge.elasticsearch"

    // ESPartitionInstanceTypeC5LargeElasticsearch is a ESPartitionInstanceType enum value
    ESPartitionInstanceTypeC5LargeElasticsearch = "c5.large.elasticsearch"

    // ESPartitionInstanceTypeC5XlargeElasticsearch is a ESPartitionInstanceType enum value
    ESPartitionInstanceTypeC5XlargeElasticsearch = "c5.xlarge.elasticsearch"

    // ESPartitionInstanceTypeC52xlargeElasticsearch is a ESPartitionInstanceType enum value
    ESPartitionInstanceTypeC52xlargeElasticsearch = "c5.2xlarge.elasticsearch"

    // ESPartitionInstanceTypeC54xlargeElasticsearch is a ESPartitionInstanceType enum value
    ESPartitionInstanceTypeC54xlargeElasticsearch = "c5.4xlarge.elasticsearch"

    // ESPartitionInstanceTypeC59xlargeElasticsearch is a ESPartitionInstanceType enum value
    ESPartitionInstanceTypeC59xlargeElasticsearch = "c5.9xlarge.elasticsearch"

    // ESPartitionInstanceTypeC518xlargeElasticsearch is a ESPartitionInstanceType enum value
    ESPartitionInstanceTypeC518xlargeElasticsearch = "c5.18xlarge.elasticsearch"

    // ESPartitionInstanceTypeUltrawarm1MediumElasticsearch is a ESPartitionInstanceType enum value
    ESPartitionInstanceTypeUltrawarm1MediumElasticsearch = "ultrawarm1.medium.elasticsearch"

    // ESPartitionInstanceTypeUltrawarm1LargeElasticsearch is a ESPartitionInstanceType enum value
    ESPartitionInstanceTypeUltrawarm1LargeElasticsearch = "ultrawarm1.large.elasticsearch"

    // ESPartitionInstanceTypeT2MicroElasticsearch is a ESPartitionInstanceType enum value
    ESPartitionInstanceTypeT2MicroElasticsearch = "t2.micro.elasticsearch"

    // ESPartitionInstanceTypeT2SmallElasticsearch is a ESPartitionInstanceType enum value
    ESPartitionInstanceTypeT2SmallElasticsearch = "t2.small.elasticsearch"

    // ESPartitionInstanceTypeT2MediumElasticsearch is a ESPartitionInstanceType enum value
    ESPartitionInstanceTypeT2MediumElasticsearch = "t2.medium.elasticsearch"

    // ESPartitionInstanceTypeR3LargeElasticsearch is a ESPartitionInstanceType enum value
    ESPartitionInstanceTypeR3LargeElasticsearch = "r3.large.elasticsearch"

    // ESPartitionInstanceTypeR3XlargeElasticsearch is a ESPartitionInstanceType enum value
    ESPartitionInstanceTypeR3XlargeElasticsearch = "r3.xlarge.elasticsearch"

    // ESPartitionInstanceTypeR32xlargeElasticsearch is a ESPartitionInstanceType enum value
    ESPartitionInstanceTypeR32xlargeElasticsearch = "r3.2xlarge.elasticsearch"

    // ESPartitionInstanceTypeR34xlargeElasticsearch is a ESPartitionInstanceType enum value
    ESPartitionInstanceTypeR34xlargeElasticsearch = "r3.4xlarge.elasticsearch"

    // ESPartitionInstanceTypeR38xlargeElasticsearch is a ESPartitionInstanceType enum value
    ESPartitionInstanceTypeR38xlargeElasticsearch = "r3.8xlarge.elasticsearch"

    // ESPartitionInstanceTypeI2XlargeElasticsearch is a ESPartitionInstanceType enum value
    ESPartitionInstanceTypeI2XlargeElasticsearch = "i2.xlarge.elasticsearch"

    // ESPartitionInstanceTypeI22xlargeElasticsearch is a ESPartitionInstanceType enum value
    ESPartitionInstanceTypeI22xlargeElasticsearch = "i2.2xlarge.elasticsearch"

    // ESPartitionInstanceTypeD2XlargeElasticsearch is a ESPartitionInstanceType enum value
    ESPartitionInstanceTypeD2XlargeElasticsearch = "d2.xlarge.elasticsearch"

    // ESPartitionInstanceTypeD22xlargeElasticsearch is a ESPartitionInstanceType enum value
    ESPartitionInstanceTypeD22xlargeElasticsearch = "d2.2xlarge.elasticsearch"

    // ESPartitionInstanceTypeD24xlargeElasticsearch is a ESPartitionInstanceType enum value
    ESPartitionInstanceTypeD24xlargeElasticsearch = "d2.4xlarge.elasticsearch"

    // ESPartitionInstanceTypeD28xlargeElasticsearch is a ESPartitionInstanceType enum value
    ESPartitionInstanceTypeD28xlargeElasticsearch = "d2.8xlarge.elasticsearch"

    // ESPartitionInstanceTypeC4LargeElasticsearch is a ESPartitionInstanceType enum value
    ESPartitionInstanceTypeC4LargeElasticsearch = "c4.large.elasticsearch"

    // ESPartitionInstanceTypeC4XlargeElasticsearch is a ESPartitionInstanceType enum value
    ESPartitionInstanceTypeC4XlargeElasticsearch = "c4.xlarge.elasticsearch"

    // ESPartitionInstanceTypeC42xlargeElasticsearch is a ESPartitionInstanceType enum value
    ESPartitionInstanceTypeC42xlargeElasticsearch = "c4.2xlarge.elasticsearch"

    // ESPartitionInstanceTypeC44xlargeElasticsearch is a ESPartitionInstanceType enum value
    ESPartitionInstanceTypeC44xlargeElasticsearch = "c4.4xlarge.elasticsearch"

    // ESPartitionInstanceTypeC48xlargeElasticsearch is a ESPartitionInstanceType enum value
    ESPartitionInstanceTypeC48xlargeElasticsearch = "c4.8xlarge.elasticsearch"

    // ESPartitionInstanceTypeR4LargeElasticsearch is a ESPartitionInstanceType enum value
    ESPartitionInstanceTypeR4LargeElasticsearch = "r4.large.elasticsearch"

    // ESPartitionInstanceTypeR4XlargeElasticsearch is a ESPartitionInstanceType enum value
    ESPartitionInstanceTypeR4XlargeElasticsearch = "r4.xlarge.elasticsearch"

    // ESPartitionInstanceTypeR42xlargeElasticsearch is a ESPartitionInstanceType enum value
    ESPartitionInstanceTypeR42xlargeElasticsearch = "r4.2xlarge.elasticsearch"

    // ESPartitionInstanceTypeR44xlargeElasticsearch is a ESPartitionInstanceType enum value
    ESPartitionInstanceTypeR44xlargeElasticsearch = "r4.4xlarge.elasticsearch"

    // ESPartitionInstanceTypeR48xlargeElasticsearch is a ESPartitionInstanceType enum value
    ESPartitionInstanceTypeR48xlargeElasticsearch = "r4.8xlarge.elasticsearch"

    // ESPartitionInstanceTypeR416xlargeElasticsearch is a ESPartitionInstanceType enum value
    ESPartitionInstanceTypeR416xlargeElasticsearch = "r4.16xlarge.elasticsearch"

    // ESPartitionInstanceTypeI3LargeElasticsearch is a ESPartitionInstanceType enum value
    ESPartitionInstanceTypeI3LargeElasticsearch = "i3.large.elasticsearch"

    // ESPartitionInstanceTypeI3XlargeElasticsearch is a ESPartitionInstanceType enum value
    ESPartitionInstanceTypeI3XlargeElasticsearch = "i3.xlarge.elasticsearch"

    // ESPartitionInstanceTypeI32xlargeElasticsearch is a ESPartitionInstanceType enum value
    ESPartitionInstanceTypeI32xlargeElasticsearch = "i3.2xlarge.elasticsearch"

    // ESPartitionInstanceTypeI34xlargeElasticsearch is a ESPartitionInstanceType enum value
    ESPartitionInstanceTypeI34xlargeElasticsearch = "i3.4xlarge.elasticsearch"

    // ESPartitionInstanceTypeI38xlargeElasticsearch is a ESPartitionInstanceType enum value
    ESPartitionInstanceTypeI38xlargeElasticsearch = "i3.8xlarge.elasticsearch"

    // ESPartitionInstanceTypeI316xlargeElasticsearch is a ESPartitionInstanceType enum value
    ESPartitionInstanceTypeI316xlargeElasticsearch = "i3.16xlarge.elasticsearch"
)
const (
    // ESWarmPartitionInstanceTypeUltrawarm1MediumElasticsearch is a ESWarmPartitionInstanceType enum value
    ESWarmPartitionInstanceTypeUltrawarm1MediumElasticsearch = "ultrawarm1.medium.elasticsearch"

    // ESWarmPartitionInstanceTypeUltrawarm1LargeElasticsearch is a ESWarmPartitionInstanceType enum value
    ESWarmPartitionInstanceTypeUltrawarm1LargeElasticsearch = "ultrawarm1.large.elasticsearch"
)
const (
    // EngineTypeOpenSearch is a EngineType enum value
    EngineTypeOpenSearch = "OpenSearch"

    // EngineTypeElasticsearch is a EngineType enum value
    EngineTypeElasticsearch = "Elasticsearch"
)
const (
    // InboundCrossClusterSearchConnectionStatusCodePendingAcceptance is a InboundCrossClusterSearchConnectionStatusCode enum value
    InboundCrossClusterSearchConnectionStatusCodePendingAcceptance = "PENDING_ACCEPTANCE"

    // InboundCrossClusterSearchConnectionStatusCodeApproved is a InboundCrossClusterSearchConnectionStatusCode enum value
    InboundCrossClusterSearchConnectionStatusCodeApproved = "APPROVED"

    // InboundCrossClusterSearchConnectionStatusCodeRejecting is a InboundCrossClusterSearchConnectionStatusCode enum value
    InboundCrossClusterSearchConnectionStatusCodeRejecting = "REJECTING"

    // InboundCrossClusterSearchConnectionStatusCodeRejected is a InboundCrossClusterSearchConnectionStatusCode enum value
    InboundCrossClusterSearchConnectionStatusCodeRejected = "REJECTED"

    // InboundCrossClusterSearchConnectionStatusCodeDeleting is a InboundCrossClusterSearchConnectionStatusCode enum value
    InboundCrossClusterSearchConnectionStatusCodeDeleting = "DELETING"

    // InboundCrossClusterSearchConnectionStatusCodeDeleted is a InboundCrossClusterSearchConnectionStatusCode enum value
    InboundCrossClusterSearchConnectionStatusCodeDeleted = "DELETED"
)
const (
    // InitiatedByCustomer is a InitiatedBy enum value
    InitiatedByCustomer = "CUSTOMER"

    // InitiatedByService is a InitiatedBy enum value
    InitiatedByService = "SERVICE"
)
const (
    // LogTypeIndexSlowLogs is a LogType enum value
    LogTypeIndexSlowLogs = "INDEX_SLOW_LOGS"

    // LogTypeSearchSlowLogs is a LogType enum value
    LogTypeSearchSlowLogs = "SEARCH_SLOW_LOGS"

    // LogTypeEsApplicationLogs is a LogType enum value
    LogTypeEsApplicationLogs = "ES_APPLICATION_LOGS"

    // LogTypeAuditLogs is a LogType enum value
    LogTypeAuditLogs = "AUDIT_LOGS"
)

Type of Log File, it can be one of the following:

  • INDEX_SLOW_LOGS: Index slow logs contain insert requests that took more time than configured index query log threshold to execute.

  • SEARCH_SLOW_LOGS: Search slow logs contain search queries that took more time than configured search query log threshold to execute.

  • ES_APPLICATION_LOGS: Elasticsearch application logs contain information about errors and warnings raised during the operation of the service and can be useful for troubleshooting.

  • AUDIT_LOGS: Audit logs contain records of user requests for access from the domain.

const (
    // OptionStateRequiresIndexDocuments is a OptionState enum value
    OptionStateRequiresIndexDocuments = "RequiresIndexDocuments"

    // OptionStateProcessing is a OptionState enum value
    OptionStateProcessing = "Processing"

    // OptionStateActive is a OptionState enum value
    OptionStateActive = "Active"
)

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 (
    // OutboundCrossClusterSearchConnectionStatusCodePendingAcceptance is a OutboundCrossClusterSearchConnectionStatusCode enum value
    OutboundCrossClusterSearchConnectionStatusCodePendingAcceptance = "PENDING_ACCEPTANCE"

    // OutboundCrossClusterSearchConnectionStatusCodeValidating is a OutboundCrossClusterSearchConnectionStatusCode enum value
    OutboundCrossClusterSearchConnectionStatusCodeValidating = "VALIDATING"

    // OutboundCrossClusterSearchConnectionStatusCodeValidationFailed is a OutboundCrossClusterSearchConnectionStatusCode enum value
    OutboundCrossClusterSearchConnectionStatusCodeValidationFailed = "VALIDATION_FAILED"

    // OutboundCrossClusterSearchConnectionStatusCodeProvisioning is a OutboundCrossClusterSearchConnectionStatusCode enum value
    OutboundCrossClusterSearchConnectionStatusCodeProvisioning = "PROVISIONING"

    // OutboundCrossClusterSearchConnectionStatusCodeActive is a OutboundCrossClusterSearchConnectionStatusCode enum value
    OutboundCrossClusterSearchConnectionStatusCodeActive = "ACTIVE"

    // OutboundCrossClusterSearchConnectionStatusCodeRejected is a OutboundCrossClusterSearchConnectionStatusCode enum value
    OutboundCrossClusterSearchConnectionStatusCodeRejected = "REJECTED"

    // OutboundCrossClusterSearchConnectionStatusCodeDeleting is a OutboundCrossClusterSearchConnectionStatusCode enum value
    OutboundCrossClusterSearchConnectionStatusCodeDeleting = "DELETING"

    // OutboundCrossClusterSearchConnectionStatusCodeDeleted is a OutboundCrossClusterSearchConnectionStatusCode enum value
    OutboundCrossClusterSearchConnectionStatusCodeDeleted = "DELETED"
)
const (
    // OverallChangeStatusPending is a OverallChangeStatus enum value
    OverallChangeStatusPending = "PENDING"

    // OverallChangeStatusProcessing is a OverallChangeStatus enum value
    OverallChangeStatusProcessing = "PROCESSING"

    // OverallChangeStatusCompleted is a OverallChangeStatus enum value
    OverallChangeStatusCompleted = "COMPLETED"

    // OverallChangeStatusFailed is a OverallChangeStatus enum value
    OverallChangeStatusFailed = "FAILED"
)

The overall status value of the domain configuration change.

const (
    // PackageStatusCopying is a PackageStatus enum value
    PackageStatusCopying = "COPYING"

    // PackageStatusCopyFailed is a PackageStatus enum value
    PackageStatusCopyFailed = "COPY_FAILED"

    // PackageStatusValidating is a PackageStatus enum value
    PackageStatusValidating = "VALIDATING"

    // PackageStatusValidationFailed is a PackageStatus enum value
    PackageStatusValidationFailed = "VALIDATION_FAILED"

    // PackageStatusAvailable is a PackageStatus enum value
    PackageStatusAvailable = "AVAILABLE"

    // PackageStatusDeleting is a PackageStatus enum value
    PackageStatusDeleting = "DELETING"

    // PackageStatusDeleted is a PackageStatus enum value
    PackageStatusDeleted = "DELETED"

    // PackageStatusDeleteFailed is a PackageStatus enum value
    PackageStatusDeleteFailed = "DELETE_FAILED"
)
const (
    // PrincipalTypeAwsAccount is a PrincipalType enum value
    PrincipalTypeAwsAccount = "AWS_ACCOUNT"

    // PrincipalTypeAwsService is a PrincipalType enum value
    PrincipalTypeAwsService = "AWS_SERVICE"
)

Specifies the type of AWS account permitted to manage VPC endpoints.:

  • AWS_ACCOUNT: Indicates that the account is owned by an AWS user.

  • AWS_SERVICE: Indicates the the account is owned by an AWS service.

const (
    // PropertyValueTypePlainText is a PropertyValueType enum value
    PropertyValueTypePlainText = "PLAIN_TEXT"

    // PropertyValueTypeStringifiedJson is a PropertyValueType enum value
    PropertyValueTypeStringifiedJson = "STRINGIFIED_JSON"
)
const (
    // ReservedElasticsearchInstancePaymentOptionAllUpfront is a ReservedElasticsearchInstancePaymentOption enum value
    ReservedElasticsearchInstancePaymentOptionAllUpfront = "ALL_UPFRONT"

    // ReservedElasticsearchInstancePaymentOptionPartialUpfront is a ReservedElasticsearchInstancePaymentOption enum value
    ReservedElasticsearchInstancePaymentOptionPartialUpfront = "PARTIAL_UPFRONT"

    // ReservedElasticsearchInstancePaymentOptionNoUpfront is a ReservedElasticsearchInstancePaymentOption enum value
    ReservedElasticsearchInstancePaymentOptionNoUpfront = "NO_UPFRONT"
)
const (
    // RollbackOnDisableNoRollback is a RollbackOnDisable enum value
    RollbackOnDisableNoRollback = "NO_ROLLBACK"

    // RollbackOnDisableDefaultRollback is a RollbackOnDisable enum value
    RollbackOnDisableDefaultRollback = "DEFAULT_ROLLBACK"
)

Specifies the rollback state while disabling Auto-Tune for the domain. Valid values are NO_ROLLBACK, DEFAULT_ROLLBACK.

const (
    // ScheduledAutoTuneActionTypeJvmHeapSizeTuning is a ScheduledAutoTuneActionType enum value
    ScheduledAutoTuneActionTypeJvmHeapSizeTuning = "JVM_HEAP_SIZE_TUNING"

    // ScheduledAutoTuneActionTypeJvmYoungGenTuning is a ScheduledAutoTuneActionType enum value
    ScheduledAutoTuneActionTypeJvmYoungGenTuning = "JVM_YOUNG_GEN_TUNING"
)

Specifies Auto-Tune action type. Valid values are JVM_HEAP_SIZE_TUNING and JVM_YOUNG_GEN_TUNING.

const (
    // ScheduledAutoTuneSeverityTypeLow is a ScheduledAutoTuneSeverityType enum value
    ScheduledAutoTuneSeverityTypeLow = "LOW"

    // ScheduledAutoTuneSeverityTypeMedium is a ScheduledAutoTuneSeverityType enum value
    ScheduledAutoTuneSeverityTypeMedium = "MEDIUM"

    // ScheduledAutoTuneSeverityTypeHigh is a ScheduledAutoTuneSeverityType enum value
    ScheduledAutoTuneSeverityTypeHigh = "HIGH"
)

Specifies Auto-Tune action severity. Valid values are LOW, MEDIUM and HIGH.

const (
    // TLSSecurityPolicyPolicyMinTls10201907 is a TLSSecurityPolicy enum value
    TLSSecurityPolicyPolicyMinTls10201907 = "Policy-Min-TLS-1-0-2019-07"

    // TLSSecurityPolicyPolicyMinTls12201907 is a TLSSecurityPolicy enum value
    TLSSecurityPolicyPolicyMinTls12201907 = "Policy-Min-TLS-1-2-2019-07"

    // TLSSecurityPolicyPolicyMinTls12Pfs202310 is a TLSSecurityPolicy enum value
    TLSSecurityPolicyPolicyMinTls12Pfs202310 = "Policy-Min-TLS-1-2-PFS-2023-10"
)
const (
    // UpgradeStatusInProgress is a UpgradeStatus enum value
    UpgradeStatusInProgress = "IN_PROGRESS"

    // UpgradeStatusSucceeded is a UpgradeStatus enum value
    UpgradeStatusSucceeded = "SUCCEEDED"

    // UpgradeStatusSucceededWithIssues is a UpgradeStatus enum value
    UpgradeStatusSucceededWithIssues = "SUCCEEDED_WITH_ISSUES"

    // UpgradeStatusFailed is a UpgradeStatus enum value
    UpgradeStatusFailed = "FAILED"
)
const (
    // UpgradeStepPreUpgradeCheck is a UpgradeStep enum value
    UpgradeStepPreUpgradeCheck = "PRE_UPGRADE_CHECK"

    // UpgradeStepSnapshot is a UpgradeStep enum value
    UpgradeStepSnapshot = "SNAPSHOT"

    // UpgradeStepUpgrade is a UpgradeStep enum value
    UpgradeStepUpgrade = "UPGRADE"
)
const (
    // VolumeTypeStandard is a VolumeType enum value
    VolumeTypeStandard = "standard"

    // VolumeTypeGp2 is a VolumeType enum value
    VolumeTypeGp2 = "gp2"

    // VolumeTypeIo1 is a VolumeType enum value
    VolumeTypeIo1 = "io1"

    // VolumeTypeGp3 is a VolumeType enum value
    VolumeTypeGp3 = "gp3"
)

The type of EBS volume, standard, gp2, gp3 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 (
    // VpcEndpointErrorCodeEndpointNotFound is a VpcEndpointErrorCode enum value
    VpcEndpointErrorCodeEndpointNotFound = "ENDPOINT_NOT_FOUND"

    // VpcEndpointErrorCodeServerError is a VpcEndpointErrorCode enum value
    VpcEndpointErrorCodeServerError = "SERVER_ERROR"
)

Specifies the error code of the failure encountered while describing the VPC endpoint:

  • ENDPOINT_NOT_FOUND: Indicates that the requested VPC endpoint does not exist.

  • SERVER_ERROR: Indicates the describe endpoint operation failed due to an internal server error.

const (
    // VpcEndpointStatusCreating is a VpcEndpointStatus enum value
    VpcEndpointStatusCreating = "CREATING"

    // VpcEndpointStatusCreateFailed is a VpcEndpointStatus enum value
    VpcEndpointStatusCreateFailed = "CREATE_FAILED"

    // VpcEndpointStatusActive is a VpcEndpointStatus enum value
    VpcEndpointStatusActive = "ACTIVE"

    // VpcEndpointStatusUpdating is a VpcEndpointStatus enum value
    VpcEndpointStatusUpdating = "UPDATING"

    // VpcEndpointStatusUpdateFailed is a VpcEndpointStatus enum value
    VpcEndpointStatusUpdateFailed = "UPDATE_FAILED"

    // VpcEndpointStatusDeleting is a VpcEndpointStatus enum value
    VpcEndpointStatusDeleting = "DELETING"

    // VpcEndpointStatusDeleteFailed is a VpcEndpointStatus enum value
    VpcEndpointStatusDeleteFailed = "DELETE_FAILED"
)

Specifies the current status of the VPC endpoint:

  • CREATING: Indicates that the VPC endpoint is currently being created.

  • CREATE_FAILED: Indicates that the VPC endpoint creation failed.

  • ACTIVE: Indicates that the VPC endpoint is currently active.

  • UPDATING: Indicates that the VPC endpoint is currently being updated.

  • UPDATE_FAILED: Indicates that the VPC endpoint update failed.

  • DELETING: Indicates that the VPC endpoint is currently being deleted.

  • DELETE_FAILED: Indicates that the VPC endpoint deletion failed.

const (

    // ErrCodeAccessDeniedException for service response error code
    // "AccessDeniedException".
    //
    // An error occurred because user does not have permissions to access the resource.
    // Returns HTTP status code 403.
    ErrCodeAccessDeniedException = "AccessDeniedException"

    // ErrCodeBaseException for service response error code
    // "BaseException".
    //
    // An error occurred while processing the request.
    ErrCodeBaseException = "BaseException"

    // ErrCodeConflictException for service response error code
    // "ConflictException".
    //
    // An error occurred because the client attempts to remove a resource that is
    // currently in use. Returns HTTP status code 409.
    ErrCodeConflictException = "ConflictException"

    // 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"

    // ErrCodeInvalidPaginationTokenException for service response error code
    // "InvalidPaginationTokenException".
    //
    // The request processing has failed because of invalid pagination token provided
    // by customer. Returns an HTTP status code of 400.
    ErrCodeInvalidPaginationTokenException = "InvalidPaginationTokenException"

    // 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"                    // Name of service.
    EndpointsID = ServiceName             // ID to lookup a service endpoint with.
    ServiceID   = "Elasticsearch Service" // ServiceID is a unique identifier of a specific service.
)

Service information constants

const (
    // AutoTuneTypeScheduledAction is a AutoTuneType enum value
    AutoTuneTypeScheduledAction = "SCHEDULED_ACTION"
)

Specifies Auto-Tune type. Valid value is SCHEDULED_ACTION.

const (
    // PackageTypeTxtDictionary is a PackageType enum value
    PackageTypeTxtDictionary = "TXT-DICTIONARY"
)
const (
    // TimeUnitHours is a TimeUnit enum value
    TimeUnitHours = "HOURS"
)

Specifies the unit of a maintenance schedule duration. Valid value is HOUR. See the Developer Guide (https://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/auto-tune.html) for more information.

func AutoTuneDesiredState_Values

func AutoTuneDesiredState_Values() []string

AutoTuneDesiredState_Values returns all elements of the AutoTuneDesiredState enum

func AutoTuneState_Values

func AutoTuneState_Values() []string

AutoTuneState_Values returns all elements of the AutoTuneState enum

func AutoTuneType_Values

func AutoTuneType_Values() []string

AutoTuneType_Values returns all elements of the AutoTuneType enum

func ConfigChangeStatus_Values

func ConfigChangeStatus_Values() []string

ConfigChangeStatus_Values returns all elements of the ConfigChangeStatus enum

func DeploymentStatus_Values

func DeploymentStatus_Values() []string

DeploymentStatus_Values returns all elements of the DeploymentStatus enum

func DescribePackagesFilterName_Values

func DescribePackagesFilterName_Values() []string

DescribePackagesFilterName_Values returns all elements of the DescribePackagesFilterName enum

func DomainPackageStatus_Values

func DomainPackageStatus_Values() []string

DomainPackageStatus_Values returns all elements of the DomainPackageStatus enum

func DomainProcessingStatusType_Values

func DomainProcessingStatusType_Values() []string

DomainProcessingStatusType_Values returns all elements of the DomainProcessingStatusType enum

func ESPartitionInstanceType_Values

func ESPartitionInstanceType_Values() []string

ESPartitionInstanceType_Values returns all elements of the ESPartitionInstanceType enum

func ESWarmPartitionInstanceType_Values

func ESWarmPartitionInstanceType_Values() []string

ESWarmPartitionInstanceType_Values returns all elements of the ESWarmPartitionInstanceType enum

func EngineType_Values

func EngineType_Values() []string

EngineType_Values returns all elements of the EngineType enum

func InboundCrossClusterSearchConnectionStatusCode_Values

func InboundCrossClusterSearchConnectionStatusCode_Values() []string

InboundCrossClusterSearchConnectionStatusCode_Values returns all elements of the InboundCrossClusterSearchConnectionStatusCode enum

func InitiatedBy_Values

func InitiatedBy_Values() []string

InitiatedBy_Values returns all elements of the InitiatedBy enum

func LogType_Values

func LogType_Values() []string

LogType_Values returns all elements of the LogType enum

func OptionState_Values

func OptionState_Values() []string

OptionState_Values returns all elements of the OptionState enum

func OutboundCrossClusterSearchConnectionStatusCode_Values

func OutboundCrossClusterSearchConnectionStatusCode_Values() []string

OutboundCrossClusterSearchConnectionStatusCode_Values returns all elements of the OutboundCrossClusterSearchConnectionStatusCode enum

func OverallChangeStatus_Values

func OverallChangeStatus_Values() []string

OverallChangeStatus_Values returns all elements of the OverallChangeStatus enum

func PackageStatus_Values

func PackageStatus_Values() []string

PackageStatus_Values returns all elements of the PackageStatus enum

func PackageType_Values

func PackageType_Values() []string

PackageType_Values returns all elements of the PackageType enum

func PrincipalType_Values

func PrincipalType_Values() []string

PrincipalType_Values returns all elements of the PrincipalType enum

func PropertyValueType_Values

func PropertyValueType_Values() []string

PropertyValueType_Values returns all elements of the PropertyValueType enum

func ReservedElasticsearchInstancePaymentOption_Values

func ReservedElasticsearchInstancePaymentOption_Values() []string

ReservedElasticsearchInstancePaymentOption_Values returns all elements of the ReservedElasticsearchInstancePaymentOption enum

func RollbackOnDisable_Values

func RollbackOnDisable_Values() []string

RollbackOnDisable_Values returns all elements of the RollbackOnDisable enum

func ScheduledAutoTuneActionType_Values

func ScheduledAutoTuneActionType_Values() []string

ScheduledAutoTuneActionType_Values returns all elements of the ScheduledAutoTuneActionType enum

func ScheduledAutoTuneSeverityType_Values

func ScheduledAutoTuneSeverityType_Values() []string

ScheduledAutoTuneSeverityType_Values returns all elements of the ScheduledAutoTuneSeverityType enum

func TLSSecurityPolicy_Values

func TLSSecurityPolicy_Values() []string

TLSSecurityPolicy_Values returns all elements of the TLSSecurityPolicy enum

func TimeUnit_Values

func TimeUnit_Values() []string

TimeUnit_Values returns all elements of the TimeUnit enum

func UpgradeStatus_Values

func UpgradeStatus_Values() []string

UpgradeStatus_Values returns all elements of the UpgradeStatus enum

func UpgradeStep_Values

func UpgradeStep_Values() []string

UpgradeStep_Values returns all elements of the UpgradeStep enum

func VolumeType_Values

func VolumeType_Values() []string

VolumeType_Values returns all elements of the VolumeType enum

func VpcEndpointErrorCode_Values

func VpcEndpointErrorCode_Values() []string

VpcEndpointErrorCode_Values returns all elements of the VpcEndpointErrorCode enum

func VpcEndpointStatus_Values

func VpcEndpointStatus_Values() []string

VpcEndpointStatus_Values returns all elements of the VpcEndpointStatus enum

type AcceptInboundCrossClusterSearchConnectionInput

type AcceptInboundCrossClusterSearchConnectionInput struct {

    // The id of the inbound connection that you want to accept.
    //
    // CrossClusterSearchConnectionId is a required field
    CrossClusterSearchConnectionId *string `location:"uri" locationName:"ConnectionId" type:"string" required:"true"`
    // contains filtered or unexported fields
}

Container for the parameters to the AcceptInboundCrossClusterSearchConnection operation.

func (AcceptInboundCrossClusterSearchConnectionInput) GoString

func (s AcceptInboundCrossClusterSearchConnectionInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AcceptInboundCrossClusterSearchConnectionInput) SetCrossClusterSearchConnectionId

func (s *AcceptInboundCrossClusterSearchConnectionInput) SetCrossClusterSearchConnectionId(v string) *AcceptInboundCrossClusterSearchConnectionInput

SetCrossClusterSearchConnectionId sets the CrossClusterSearchConnectionId field's value.

func (AcceptInboundCrossClusterSearchConnectionInput) String

func (s AcceptInboundCrossClusterSearchConnectionInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AcceptInboundCrossClusterSearchConnectionInput) Validate

func (s *AcceptInboundCrossClusterSearchConnectionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AcceptInboundCrossClusterSearchConnectionOutput

type AcceptInboundCrossClusterSearchConnectionOutput struct {

    // Specifies the InboundCrossClusterSearchConnection of accepted inbound connection.
    CrossClusterSearchConnection *InboundCrossClusterSearchConnection `type:"structure"`
    // contains filtered or unexported fields
}

The result of a AcceptInboundCrossClusterSearchConnection operation. Contains details of accepted inbound connection.

func (AcceptInboundCrossClusterSearchConnectionOutput) GoString

func (s AcceptInboundCrossClusterSearchConnectionOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AcceptInboundCrossClusterSearchConnectionOutput) SetCrossClusterSearchConnection

func (s *AcceptInboundCrossClusterSearchConnectionOutput) SetCrossClusterSearchConnection(v *InboundCrossClusterSearchConnection) *AcceptInboundCrossClusterSearchConnectionOutput

SetCrossClusterSearchConnection sets the CrossClusterSearchConnection field's value.

func (AcceptInboundCrossClusterSearchConnectionOutput) String

func (s AcceptInboundCrossClusterSearchConnectionOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AccessDeniedException

type AccessDeniedException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"message" type:"string"`
    // contains filtered or unexported fields
}

An error occurred because user does not have permissions to access the resource. Returns HTTP status code 403.

func (*AccessDeniedException) Code

func (s *AccessDeniedException) Code() string

Code returns the exception type name.

func (*AccessDeniedException) Error

func (s *AccessDeniedException) Error() string

func (AccessDeniedException) GoString

func (s AccessDeniedException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AccessDeniedException) Message

func (s *AccessDeniedException) Message() string

Message returns the exception's message.

func (*AccessDeniedException) OrigErr

func (s *AccessDeniedException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*AccessDeniedException) RequestID

func (s *AccessDeniedException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*AccessDeniedException) StatusCode

func (s *AccessDeniedException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (AccessDeniedException) String

func (s AccessDeniedException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AccessPoliciesStatus) SetOptions

func (s *AccessPoliciesStatus) SetOptions(v string) *AccessPoliciesStatus

SetOptions sets the Options field's value.

func (*AccessPoliciesStatus) SetStatus

func (s *AccessPoliciesStatus) SetStatus(v *OptionStatus) *AccessPoliciesStatus

SetStatus sets the Status field's value.

func (AccessPoliciesStatus) String

func (s AccessPoliciesStatus) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AddTagsInput) SetARN

func (s *AddTagsInput) SetARN(v string) *AddTagsInput

SetARN sets the ARN field's value.

func (*AddTagsInput) SetTagList

func (s *AddTagsInput) SetTagList(v []*Tag) *AddTagsInput

SetTagList sets the TagList field's value.

func (AddTagsInput) String

func (s AddTagsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (AddTagsOutput) String

func (s AddTagsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

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
    //
    //    * MaximumNumberOfDataNodesWithoutMasterNode
    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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AdditionalLimit) SetLimitName

func (s *AdditionalLimit) SetLimitName(v string) *AdditionalLimit

SetLimitName sets the LimitName field's value.

func (*AdditionalLimit) SetLimitValues

func (s *AdditionalLimit) SetLimitValues(v []*string) *AdditionalLimit

SetLimitValues sets the LimitValues field's value.

func (AdditionalLimit) String

func (s AdditionalLimit) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

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 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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AdvancedOptionsStatus) SetOptions

func (s *AdvancedOptionsStatus) SetOptions(v map[string]*string) *AdvancedOptionsStatus

SetOptions sets the Options field's value.

func (*AdvancedOptionsStatus) SetStatus

func (s *AdvancedOptionsStatus) SetStatus(v *OptionStatus) *AdvancedOptionsStatus

SetStatus sets the Status field's value.

func (AdvancedOptionsStatus) String

func (s AdvancedOptionsStatus) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AdvancedSecurityOptions

type AdvancedSecurityOptions struct {

    // Specifies the Anonymous Auth Disable Date when Anonymous Auth is enabled.
    AnonymousAuthDisableDate *time.Time `type:"timestamp"`

    // True if Anonymous auth is enabled. Anonymous auth can be enabled only when
    // AdvancedSecurity is enabled on existing domains.
    AnonymousAuthEnabled *bool `type:"boolean"`

    // True if advanced security is enabled.
    Enabled *bool `type:"boolean"`

    // True if the internal user database is enabled.
    InternalUserDatabaseEnabled *bool `type:"boolean"`

    // Describes the SAML application configured for a domain.
    SAMLOptions *SAMLOptionsOutput `type:"structure"`
    // contains filtered or unexported fields
}

Specifies the advanced security configuration: whether advanced security is enabled, whether the internal database option is enabled.

func (AdvancedSecurityOptions) GoString

func (s AdvancedSecurityOptions) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AdvancedSecurityOptions) SetAnonymousAuthDisableDate

func (s *AdvancedSecurityOptions) SetAnonymousAuthDisableDate(v time.Time) *AdvancedSecurityOptions

SetAnonymousAuthDisableDate sets the AnonymousAuthDisableDate field's value.

func (*AdvancedSecurityOptions) SetAnonymousAuthEnabled

func (s *AdvancedSecurityOptions) SetAnonymousAuthEnabled(v bool) *AdvancedSecurityOptions

SetAnonymousAuthEnabled sets the AnonymousAuthEnabled field's value.

func (*AdvancedSecurityOptions) SetEnabled

func (s *AdvancedSecurityOptions) SetEnabled(v bool) *AdvancedSecurityOptions

SetEnabled sets the Enabled field's value.

func (*AdvancedSecurityOptions) SetInternalUserDatabaseEnabled

func (s *AdvancedSecurityOptions) SetInternalUserDatabaseEnabled(v bool) *AdvancedSecurityOptions

SetInternalUserDatabaseEnabled sets the InternalUserDatabaseEnabled field's value.

func (*AdvancedSecurityOptions) SetSAMLOptions

func (s *AdvancedSecurityOptions) SetSAMLOptions(v *SAMLOptionsOutput) *AdvancedSecurityOptions

SetSAMLOptions sets the SAMLOptions field's value.

func (AdvancedSecurityOptions) String

func (s AdvancedSecurityOptions) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AdvancedSecurityOptionsInput

type AdvancedSecurityOptionsInput struct {

    // True if Anonymous auth is enabled. Anonymous auth can be enabled only when
    // AdvancedSecurity is enabled on existing domains.
    AnonymousAuthEnabled *bool `type:"boolean"`

    // True if advanced security is enabled.
    Enabled *bool `type:"boolean"`

    // True if the internal user database is enabled.
    InternalUserDatabaseEnabled *bool `type:"boolean"`

    // Credentials for the master user: username and password, ARN, or both.
    MasterUserOptions *MasterUserOptions `type:"structure"`

    // Specifies the SAML application configuration for the domain.
    SAMLOptions *SAMLOptionsInput `type:"structure"`
    // contains filtered or unexported fields
}

Specifies the advanced security configuration: whether advanced security is enabled, whether the internal database option is enabled, master username and password (if internal database is enabled), and master user ARN (if IAM is enabled).

func (AdvancedSecurityOptionsInput) GoString

func (s AdvancedSecurityOptionsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AdvancedSecurityOptionsInput) SetAnonymousAuthEnabled

func (s *AdvancedSecurityOptionsInput) SetAnonymousAuthEnabled(v bool) *AdvancedSecurityOptionsInput

SetAnonymousAuthEnabled sets the AnonymousAuthEnabled field's value.

func (*AdvancedSecurityOptionsInput) SetEnabled

func (s *AdvancedSecurityOptionsInput) SetEnabled(v bool) *AdvancedSecurityOptionsInput

SetEnabled sets the Enabled field's value.

func (*AdvancedSecurityOptionsInput) SetInternalUserDatabaseEnabled

func (s *AdvancedSecurityOptionsInput) SetInternalUserDatabaseEnabled(v bool) *AdvancedSecurityOptionsInput

SetInternalUserDatabaseEnabled sets the InternalUserDatabaseEnabled field's value.

func (*AdvancedSecurityOptionsInput) SetMasterUserOptions

func (s *AdvancedSecurityOptionsInput) SetMasterUserOptions(v *MasterUserOptions) *AdvancedSecurityOptionsInput

SetMasterUserOptions sets the MasterUserOptions field's value.

func (*AdvancedSecurityOptionsInput) SetSAMLOptions

func (s *AdvancedSecurityOptionsInput) SetSAMLOptions(v *SAMLOptionsInput) *AdvancedSecurityOptionsInput

SetSAMLOptions sets the SAMLOptions field's value.

func (AdvancedSecurityOptionsInput) String

func (s AdvancedSecurityOptionsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AdvancedSecurityOptionsInput) Validate

func (s *AdvancedSecurityOptionsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AdvancedSecurityOptionsStatus

type AdvancedSecurityOptionsStatus struct {

    // Specifies advanced security options for the specified Elasticsearch domain.
    //
    // Options is a required field
    Options *AdvancedSecurityOptions `type:"structure" required:"true"`

    // Status of the advanced security options for the specified Elasticsearch domain.
    //
    // Status is a required field
    Status *OptionStatus `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

Specifies the status of advanced security options for the specified Elasticsearch domain.

func (AdvancedSecurityOptionsStatus) GoString

func (s AdvancedSecurityOptionsStatus) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AdvancedSecurityOptionsStatus) SetOptions

func (s *AdvancedSecurityOptionsStatus) SetOptions(v *AdvancedSecurityOptions) *AdvancedSecurityOptionsStatus

SetOptions sets the Options field's value.

func (*AdvancedSecurityOptionsStatus) SetStatus

func (s *AdvancedSecurityOptionsStatus) SetStatus(v *OptionStatus) *AdvancedSecurityOptionsStatus

SetStatus sets the Status field's value.

func (AdvancedSecurityOptionsStatus) String

func (s AdvancedSecurityOptionsStatus) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AssociatePackageInput

type AssociatePackageInput struct {

    // Name of the domain that you want to associate the package with.
    //
    // DomainName is a required field
    DomainName *string `location:"uri" locationName:"DomainName" min:"3" type:"string" required:"true"`

    // Internal ID of the package that you want to associate with a domain. Use
    // DescribePackages to find this value.
    //
    // PackageID is a required field
    PackageID *string `location:"uri" locationName:"PackageID" type:"string" required:"true"`
    // contains filtered or unexported fields
}

Container for request parameters to AssociatePackage operation.

func (AssociatePackageInput) GoString

func (s AssociatePackageInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssociatePackageInput) SetDomainName

func (s *AssociatePackageInput) SetDomainName(v string) *AssociatePackageInput

SetDomainName sets the DomainName field's value.

func (*AssociatePackageInput) SetPackageID

func (s *AssociatePackageInput) SetPackageID(v string) *AssociatePackageInput

SetPackageID sets the PackageID field's value.

func (AssociatePackageInput) String

func (s AssociatePackageInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssociatePackageInput) Validate

func (s *AssociatePackageInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AssociatePackageOutput

type AssociatePackageOutput struct {

    // DomainPackageDetails
    DomainPackageDetails *DomainPackageDetails `type:"structure"`
    // contains filtered or unexported fields
}

Container for response returned by AssociatePackage operation.

func (AssociatePackageOutput) GoString

func (s AssociatePackageOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssociatePackageOutput) SetDomainPackageDetails

func (s *AssociatePackageOutput) SetDomainPackageDetails(v *DomainPackageDetails) *AssociatePackageOutput

SetDomainPackageDetails sets the DomainPackageDetails field's value.

func (AssociatePackageOutput) String

func (s AssociatePackageOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AuthorizeVpcEndpointAccessInput

type AuthorizeVpcEndpointAccessInput struct {

    // The account ID to grant access to.
    //
    // Account is a required field
    Account *string `type:"string" required:"true"`

    // The name of the OpenSearch Service domain to provide access to.
    //
    // DomainName is a required field
    DomainName *string `location:"uri" locationName:"DomainName" min:"3" type:"string" required:"true"`
    // contains filtered or unexported fields
}

Container for request parameters to the AuthorizeVpcEndpointAccess operation. Specifies the account to be permitted to manage VPC endpoints against the domain.

func (AuthorizeVpcEndpointAccessInput) GoString

func (s AuthorizeVpcEndpointAccessInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AuthorizeVpcEndpointAccessInput) SetAccount

func (s *AuthorizeVpcEndpointAccessInput) SetAccount(v string) *AuthorizeVpcEndpointAccessInput

SetAccount sets the Account field's value.

func (*AuthorizeVpcEndpointAccessInput) SetDomainName

func (s *AuthorizeVpcEndpointAccessInput) SetDomainName(v string) *AuthorizeVpcEndpointAccessInput

SetDomainName sets the DomainName field's value.

func (AuthorizeVpcEndpointAccessInput) String

func (s AuthorizeVpcEndpointAccessInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AuthorizeVpcEndpointAccessInput) Validate

func (s *AuthorizeVpcEndpointAccessInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AuthorizeVpcEndpointAccessOutput

type AuthorizeVpcEndpointAccessOutput struct {

    // Information about the account or service that was provided access to the
    // domain.
    //
    // AuthorizedPrincipal is a required field
    AuthorizedPrincipal *AuthorizedPrincipal `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

Container for response parameters to the AuthorizeVpcEndpointAccess operation. Contains the account ID and the type of the account being authorized to access the VPC endpoint.

func (AuthorizeVpcEndpointAccessOutput) GoString

func (s AuthorizeVpcEndpointAccessOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AuthorizeVpcEndpointAccessOutput) SetAuthorizedPrincipal

func (s *AuthorizeVpcEndpointAccessOutput) SetAuthorizedPrincipal(v *AuthorizedPrincipal) *AuthorizeVpcEndpointAccessOutput

SetAuthorizedPrincipal sets the AuthorizedPrincipal field's value.

func (AuthorizeVpcEndpointAccessOutput) String

func (s AuthorizeVpcEndpointAccessOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AuthorizedPrincipal

type AuthorizedPrincipal struct {

    // The IAM principal that is allowed access to the domain.
    Principal *string `type:"string"`

    // The type of principal.
    PrincipalType *string `type:"string" enum:"PrincipalType"`
    // contains filtered or unexported fields
}

Information about an account or service that has access to an Amazon OpenSearch Service domain through the use of an interface VPC endpoint.

func (AuthorizedPrincipal) GoString

func (s AuthorizedPrincipal) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AuthorizedPrincipal) SetPrincipal

func (s *AuthorizedPrincipal) SetPrincipal(v string) *AuthorizedPrincipal

SetPrincipal sets the Principal field's value.

func (*AuthorizedPrincipal) SetPrincipalType

func (s *AuthorizedPrincipal) SetPrincipalType(v string) *AuthorizedPrincipal

SetPrincipalType sets the PrincipalType field's value.

func (AuthorizedPrincipal) String

func (s AuthorizedPrincipal) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AutoTune

type AutoTune struct {

    // Specifies details of the Auto-Tune action. See the Developer Guide (https://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/auto-tune.html)
    // for more information.
    AutoTuneDetails *AutoTuneDetails `type:"structure"`

    // Specifies Auto-Tune type. Valid value is SCHEDULED_ACTION.
    AutoTuneType *string `type:"string" enum:"AutoTuneType"`
    // contains filtered or unexported fields
}

Specifies Auto-Tune type and Auto-Tune action details.

func (AutoTune) GoString

func (s AutoTune) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AutoTune) SetAutoTuneDetails

func (s *AutoTune) SetAutoTuneDetails(v *AutoTuneDetails) *AutoTune

SetAutoTuneDetails sets the AutoTuneDetails field's value.

func (*AutoTune) SetAutoTuneType

func (s *AutoTune) SetAutoTuneType(v string) *AutoTune

SetAutoTuneType sets the AutoTuneType field's value.

func (AutoTune) String

func (s AutoTune) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AutoTuneDetails

type AutoTuneDetails struct {

    // Specifies details of the scheduled Auto-Tune action. See the Developer Guide
    // (https://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/auto-tune.html)
    // for more information.
    ScheduledAutoTuneDetails *ScheduledAutoTuneDetails `type:"structure"`
    // contains filtered or unexported fields
}

Specifies details of the Auto-Tune action. See the Developer Guide (https://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/auto-tune.html) for more information.

func (AutoTuneDetails) GoString

func (s AutoTuneDetails) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AutoTuneDetails) SetScheduledAutoTuneDetails

func (s *AutoTuneDetails) SetScheduledAutoTuneDetails(v *ScheduledAutoTuneDetails) *AutoTuneDetails

SetScheduledAutoTuneDetails sets the ScheduledAutoTuneDetails field's value.

func (AutoTuneDetails) String

func (s AutoTuneDetails) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AutoTuneMaintenanceSchedule

type AutoTuneMaintenanceSchedule struct {

    // Specifies cron expression for a recurring maintenance schedule. See the Developer
    // Guide (https://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/auto-tune.html)
    // for more information.
    CronExpressionForRecurrence *string `type:"string"`

    // Specifies maintenance schedule duration: duration value and duration unit.
    // See the Developer Guide (https://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/auto-tune.html)
    // for more information.
    Duration *Duration `type:"structure"`

    // Specifies timestamp at which Auto-Tune maintenance schedule start.
    StartAt *time.Time `type:"timestamp"`
    // contains filtered or unexported fields
}

Specifies Auto-Tune maitenance schedule. See the Developer Guide (https://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/auto-tune.html) for more information.

func (AutoTuneMaintenanceSchedule) GoString

func (s AutoTuneMaintenanceSchedule) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AutoTuneMaintenanceSchedule) SetCronExpressionForRecurrence

func (s *AutoTuneMaintenanceSchedule) SetCronExpressionForRecurrence(v string) *AutoTuneMaintenanceSchedule

SetCronExpressionForRecurrence sets the CronExpressionForRecurrence field's value.

func (*AutoTuneMaintenanceSchedule) SetDuration

func (s *AutoTuneMaintenanceSchedule) SetDuration(v *Duration) *AutoTuneMaintenanceSchedule

SetDuration sets the Duration field's value.

func (*AutoTuneMaintenanceSchedule) SetStartAt

func (s *AutoTuneMaintenanceSchedule) SetStartAt(v time.Time) *AutoTuneMaintenanceSchedule

SetStartAt sets the StartAt field's value.

func (AutoTuneMaintenanceSchedule) String

func (s AutoTuneMaintenanceSchedule) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AutoTuneMaintenanceSchedule) Validate

func (s *AutoTuneMaintenanceSchedule) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AutoTuneOptions

type AutoTuneOptions struct {

    // Specifies the Auto-Tune desired state. Valid values are ENABLED, DISABLED.
    DesiredState *string `type:"string" enum:"AutoTuneDesiredState"`

    // Specifies list of maitenance schedules. See the Developer Guide (https://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/auto-tune.html)
    // for more information.
    MaintenanceSchedules []*AutoTuneMaintenanceSchedule `type:"list"`

    // Specifies the rollback state while disabling Auto-Tune for the domain. Valid
    // values are NO_ROLLBACK, DEFAULT_ROLLBACK.
    RollbackOnDisable *string `type:"string" enum:"RollbackOnDisable"`
    // contains filtered or unexported fields
}

Specifies the Auto-Tune options: the Auto-Tune desired state for the domain, rollback state when disabling Auto-Tune options and list of maintenance schedules.

func (AutoTuneOptions) GoString

func (s AutoTuneOptions) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AutoTuneOptions) SetDesiredState

func (s *AutoTuneOptions) SetDesiredState(v string) *AutoTuneOptions

SetDesiredState sets the DesiredState field's value.

func (*AutoTuneOptions) SetMaintenanceSchedules

func (s *AutoTuneOptions) SetMaintenanceSchedules(v []*AutoTuneMaintenanceSchedule) *AutoTuneOptions

SetMaintenanceSchedules sets the MaintenanceSchedules field's value.

func (*AutoTuneOptions) SetRollbackOnDisable

func (s *AutoTuneOptions) SetRollbackOnDisable(v string) *AutoTuneOptions

SetRollbackOnDisable sets the RollbackOnDisable field's value.

func (AutoTuneOptions) String

func (s AutoTuneOptions) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AutoTuneOptions) Validate

func (s *AutoTuneOptions) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AutoTuneOptionsInput

type AutoTuneOptionsInput struct {

    // Specifies the Auto-Tune desired state. Valid values are ENABLED, DISABLED.
    DesiredState *string `type:"string" enum:"AutoTuneDesiredState"`

    // Specifies list of maitenance schedules. See the Developer Guide (https://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/auto-tune.html)
    // for more information.
    MaintenanceSchedules []*AutoTuneMaintenanceSchedule `type:"list"`
    // contains filtered or unexported fields
}

Specifies the Auto-Tune options: the Auto-Tune desired state for the domain and list of maintenance schedules.

func (AutoTuneOptionsInput) GoString

func (s AutoTuneOptionsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AutoTuneOptionsInput) SetDesiredState

func (s *AutoTuneOptionsInput) SetDesiredState(v string) *AutoTuneOptionsInput

SetDesiredState sets the DesiredState field's value.

func (*AutoTuneOptionsInput) SetMaintenanceSchedules

func (s *AutoTuneOptionsInput) SetMaintenanceSchedules(v []*AutoTuneMaintenanceSchedule) *AutoTuneOptionsInput

SetMaintenanceSchedules sets the MaintenanceSchedules field's value.

func (AutoTuneOptionsInput) String

func (s AutoTuneOptionsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AutoTuneOptionsInput) Validate

func (s *AutoTuneOptionsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AutoTuneOptionsOutput

type AutoTuneOptionsOutput struct {

    // Specifies the error message while enabling or disabling the Auto-Tune.
    ErrorMessage *string `type:"string"`

    // Specifies the AutoTuneState for the Elasticsearch domain.
    State *string `type:"string" enum:"AutoTuneState"`
    // contains filtered or unexported fields
}

Specifies the Auto-Tune options: the Auto-Tune desired state for the domain and list of maintenance schedules.

func (AutoTuneOptionsOutput) GoString

func (s AutoTuneOptionsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AutoTuneOptionsOutput) SetErrorMessage

func (s *AutoTuneOptionsOutput) SetErrorMessage(v string) *AutoTuneOptionsOutput

SetErrorMessage sets the ErrorMessage field's value.

func (*AutoTuneOptionsOutput) SetState

func (s *AutoTuneOptionsOutput) SetState(v string) *AutoTuneOptionsOutput

SetState sets the State field's value.

func (AutoTuneOptionsOutput) String

func (s AutoTuneOptionsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AutoTuneOptionsStatus

type AutoTuneOptionsStatus struct {

    // Specifies Auto-Tune options for the specified Elasticsearch domain.
    Options *AutoTuneOptions `type:"structure"`

    // Specifies Status of the Auto-Tune options for the specified Elasticsearch
    // domain.
    Status *AutoTuneStatus `type:"structure"`
    // contains filtered or unexported fields
}

Specifies the status of Auto-Tune options for the specified Elasticsearch domain.

func (AutoTuneOptionsStatus) GoString

func (s AutoTuneOptionsStatus) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AutoTuneOptionsStatus) SetOptions

func (s *AutoTuneOptionsStatus) SetOptions(v *AutoTuneOptions) *AutoTuneOptionsStatus

SetOptions sets the Options field's value.

func (*AutoTuneOptionsStatus) SetStatus

func (s *AutoTuneOptionsStatus) SetStatus(v *AutoTuneStatus) *AutoTuneOptionsStatus

SetStatus sets the Status field's value.

func (AutoTuneOptionsStatus) String

func (s AutoTuneOptionsStatus) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AutoTuneStatus

type AutoTuneStatus struct {

    // Timestamp which tells Auto-Tune options creation date .
    //
    // CreationDate is a required field
    CreationDate *time.Time `type:"timestamp" required:"true"`

    // Specifies the error message while enabling or disabling the Auto-Tune options.
    ErrorMessage *string `type:"string"`

    // Indicates whether the Elasticsearch domain is being deleted.
    PendingDeletion *bool `type:"boolean"`

    // Specifies the AutoTuneState for the Elasticsearch domain.
    //
    // State is a required field
    State *string `type:"string" required:"true" enum:"AutoTuneState"`

    // Timestamp which tells Auto-Tune options last updated time.
    //
    // UpdateDate is a required field
    UpdateDate *time.Time `type:"timestamp" required:"true"`

    // Specifies the Auto-Tune options latest version.
    UpdateVersion *int64 `type:"integer"`
    // contains filtered or unexported fields
}

Provides the current status of the Auto-Tune options.

func (AutoTuneStatus) GoString

func (s AutoTuneStatus) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AutoTuneStatus) SetCreationDate

func (s *AutoTuneStatus) SetCreationDate(v time.Time) *AutoTuneStatus

SetCreationDate sets the CreationDate field's value.

func (*AutoTuneStatus) SetErrorMessage

func (s *AutoTuneStatus) SetErrorMessage(v string) *AutoTuneStatus

SetErrorMessage sets the ErrorMessage field's value.

func (*AutoTuneStatus) SetPendingDeletion

func (s *AutoTuneStatus) SetPendingDeletion(v bool) *AutoTuneStatus

SetPendingDeletion sets the PendingDeletion field's value.

func (*AutoTuneStatus) SetState

func (s *AutoTuneStatus) SetState(v string) *AutoTuneStatus

SetState sets the State field's value.

func (*AutoTuneStatus) SetUpdateDate

func (s *AutoTuneStatus) SetUpdateDate(v time.Time) *AutoTuneStatus

SetUpdateDate sets the UpdateDate field's value.

func (*AutoTuneStatus) SetUpdateVersion

func (s *AutoTuneStatus) SetUpdateVersion(v int64) *AutoTuneStatus

SetUpdateVersion sets the UpdateVersion field's value.

func (AutoTuneStatus) String

func (s AutoTuneStatus) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type BaseException

type BaseException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    // A description of the error.
    Message_ *string `locationName:"message" type:"string"`
    // contains filtered or unexported fields
}

An error occurred while processing the request.

func (*BaseException) Code

func (s *BaseException) Code() string

Code returns the exception type name.

func (*BaseException) Error

func (s *BaseException) Error() string

func (BaseException) GoString

func (s BaseException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BaseException) Message

func (s *BaseException) Message() string

Message returns the exception's message.

func (*BaseException) OrigErr

func (s *BaseException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*BaseException) RequestID

func (s *BaseException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*BaseException) StatusCode

func (s *BaseException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (BaseException) String

func (s BaseException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CancelDomainConfigChangeInput

type CancelDomainConfigChangeInput struct {

    // Name of the OpenSearch Service domain configuration request to cancel.
    //
    // DomainName is a required field
    DomainName *string `location:"uri" locationName:"DomainName" min:"3" type:"string" required:"true"`

    // When set to True, returns the list of change IDs and properties that will
    // be cancelled without actually cancelling the change.
    DryRun *bool `type:"boolean"`
    // contains filtered or unexported fields
}

Container for parameters of the CancelDomainConfigChange operation.

func (CancelDomainConfigChangeInput) GoString

func (s CancelDomainConfigChangeInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CancelDomainConfigChangeInput) SetDomainName

func (s *CancelDomainConfigChangeInput) SetDomainName(v string) *CancelDomainConfigChangeInput

SetDomainName sets the DomainName field's value.

func (*CancelDomainConfigChangeInput) SetDryRun

func (s *CancelDomainConfigChangeInput) SetDryRun(v bool) *CancelDomainConfigChangeInput

SetDryRun sets the DryRun field's value.

func (CancelDomainConfigChangeInput) String

func (s CancelDomainConfigChangeInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CancelDomainConfigChangeInput) Validate

func (s *CancelDomainConfigChangeInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CancelDomainConfigChangeOutput

type CancelDomainConfigChangeOutput struct {

    // The unique identifiers of the changes that were cancelled.
    CancelledChangeIds []*string `type:"list"`

    // The domain change properties that were cancelled.
    CancelledChangeProperties []*CancelledChangeProperty `type:"list"`

    // Whether or not the request was a dry run. If True, the changes were not actually
    // cancelled.
    DryRun *bool `type:"boolean"`
    // contains filtered or unexported fields
}

Contains the details of the cancelled domain config change.

func (CancelDomainConfigChangeOutput) GoString

func (s CancelDomainConfigChangeOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CancelDomainConfigChangeOutput) SetCancelledChangeIds

func (s *CancelDomainConfigChangeOutput) SetCancelledChangeIds(v []*string) *CancelDomainConfigChangeOutput

SetCancelledChangeIds sets the CancelledChangeIds field's value.

func (*CancelDomainConfigChangeOutput) SetCancelledChangeProperties

func (s *CancelDomainConfigChangeOutput) SetCancelledChangeProperties(v []*CancelledChangeProperty) *CancelDomainConfigChangeOutput

SetCancelledChangeProperties sets the CancelledChangeProperties field's value.

func (*CancelDomainConfigChangeOutput) SetDryRun

func (s *CancelDomainConfigChangeOutput) SetDryRun(v bool) *CancelDomainConfigChangeOutput

SetDryRun sets the DryRun field's value.

func (CancelDomainConfigChangeOutput) String

func (s CancelDomainConfigChangeOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CancelElasticsearchServiceSoftwareUpdateInput

type CancelElasticsearchServiceSoftwareUpdateInput struct {

    // The name of the domain that you want to stop the latest service software
    // update on.
    //
    // DomainName is a required field
    DomainName *string `min:"3" type:"string" required:"true"`
    // contains filtered or unexported fields
}

Container for the parameters to the CancelElasticsearchServiceSoftwareUpdate operation. Specifies the name of the Elasticsearch domain that you wish to cancel a service software update on.

func (CancelElasticsearchServiceSoftwareUpdateInput) GoString

func (s CancelElasticsearchServiceSoftwareUpdateInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CancelElasticsearchServiceSoftwareUpdateInput) SetDomainName

func (s *CancelElasticsearchServiceSoftwareUpdateInput) SetDomainName(v string) *CancelElasticsearchServiceSoftwareUpdateInput

SetDomainName sets the DomainName field's value.

func (CancelElasticsearchServiceSoftwareUpdateInput) String

func (s CancelElasticsearchServiceSoftwareUpdateInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CancelElasticsearchServiceSoftwareUpdateInput) Validate

func (s *CancelElasticsearchServiceSoftwareUpdateInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CancelElasticsearchServiceSoftwareUpdateOutput

type CancelElasticsearchServiceSoftwareUpdateOutput struct {

    // The current status of the Elasticsearch service software update.
    ServiceSoftwareOptions *ServiceSoftwareOptions `type:"structure"`
    // contains filtered or unexported fields
}

The result of a CancelElasticsearchServiceSoftwareUpdate operation. Contains the status of the update.

func (CancelElasticsearchServiceSoftwareUpdateOutput) GoString

func (s CancelElasticsearchServiceSoftwareUpdateOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CancelElasticsearchServiceSoftwareUpdateOutput) SetServiceSoftwareOptions

func (s *CancelElasticsearchServiceSoftwareUpdateOutput) SetServiceSoftwareOptions(v *ServiceSoftwareOptions) *CancelElasticsearchServiceSoftwareUpdateOutput

SetServiceSoftwareOptions sets the ServiceSoftwareOptions field's value.

func (CancelElasticsearchServiceSoftwareUpdateOutput) String

func (s CancelElasticsearchServiceSoftwareUpdateOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CancelledChangeProperty

type CancelledChangeProperty struct {

    // The current value of the property, after the change was cancelled.
    ActiveValue *string `type:"string"`

    // The pending value of the property that was cancelled. This would have been
    // the eventual value of the property if the chance had not been cancelled.
    CancelledValue *string `type:"string"`

    // The name of the property whose change was cancelled.
    PropertyName *string `type:"string"`
    // contains filtered or unexported fields
}

A property change that was cancelled for an Amazon OpenSearch Service domain.

func (CancelledChangeProperty) GoString

func (s CancelledChangeProperty) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CancelledChangeProperty) SetActiveValue

func (s *CancelledChangeProperty) SetActiveValue(v string) *CancelledChangeProperty

SetActiveValue sets the ActiveValue field's value.

func (*CancelledChangeProperty) SetCancelledValue

func (s *CancelledChangeProperty) SetCancelledValue(v string) *CancelledChangeProperty

SetCancelledValue sets the CancelledValue field's value.

func (*CancelledChangeProperty) SetPropertyName

func (s *CancelledChangeProperty) SetPropertyName(v string) *CancelledChangeProperty

SetPropertyName sets the PropertyName field's value.

func (CancelledChangeProperty) String

func (s CancelledChangeProperty) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ChangeProgressDetails

type ChangeProgressDetails struct {

    // The unique change identifier associated with a specific domain configuration
    // change.
    ChangeId *string `type:"string"`

    // The current status of the configuration change.
    ConfigChangeStatus *string `type:"string" enum:"ConfigChangeStatus"`

    // The IAM principal who initiated the configuration change.
    InitiatedBy *string `type:"string" enum:"InitiatedBy"`

    // The last time that the configuration change was updated.
    LastUpdatedTime *time.Time `type:"timestamp"`

    // Contains an optional message associated with the domain configuration change.
    Message *string `type:"string"`

    // The time that the configuration change was initiated, in Universal Coordinated
    // Time (UTC).
    StartTime *time.Time `type:"timestamp"`
    // contains filtered or unexported fields
}

Specifies change details of the domain configuration change.

func (ChangeProgressDetails) GoString

func (s ChangeProgressDetails) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ChangeProgressDetails) SetChangeId

func (s *ChangeProgressDetails) SetChangeId(v string) *ChangeProgressDetails

SetChangeId sets the ChangeId field's value.

func (*ChangeProgressDetails) SetConfigChangeStatus

func (s *ChangeProgressDetails) SetConfigChangeStatus(v string) *ChangeProgressDetails

SetConfigChangeStatus sets the ConfigChangeStatus field's value.

func (*ChangeProgressDetails) SetInitiatedBy

func (s *ChangeProgressDetails) SetInitiatedBy(v string) *ChangeProgressDetails

SetInitiatedBy sets the InitiatedBy field's value.

func (*ChangeProgressDetails) SetLastUpdatedTime

func (s *ChangeProgressDetails) SetLastUpdatedTime(v time.Time) *ChangeProgressDetails

SetLastUpdatedTime sets the LastUpdatedTime field's value.

func (*ChangeProgressDetails) SetMessage

func (s *ChangeProgressDetails) SetMessage(v string) *ChangeProgressDetails

SetMessage sets the Message field's value.

func (*ChangeProgressDetails) SetStartTime

func (s *ChangeProgressDetails) SetStartTime(v time.Time) *ChangeProgressDetails

SetStartTime sets the StartTime field's value.

func (ChangeProgressDetails) String

func (s ChangeProgressDetails) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ChangeProgressStage

type ChangeProgressStage struct {

    // The description of the progress stage.
    Description *string `type:"string"`

    // The last updated timestamp of the progress stage.
    LastUpdated *time.Time `type:"timestamp"`

    // The name of the specific progress stage.
    Name *string `min:"1" type:"string"`

    // The overall status of a specific progress stage.
    Status *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

A progress stage details of a specific domain configuration change.

func (ChangeProgressStage) GoString

func (s ChangeProgressStage) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ChangeProgressStage) SetDescription

func (s *ChangeProgressStage) SetDescription(v string) *ChangeProgressStage

SetDescription sets the Description field's value.

func (*ChangeProgressStage) SetLastUpdated

func (s *ChangeProgressStage) SetLastUpdated(v time.Time) *ChangeProgressStage

SetLastUpdated sets the LastUpdated field's value.

func (*ChangeProgressStage) SetName

func (s *ChangeProgressStage) SetName(v string) *ChangeProgressStage

SetName sets the Name field's value.

func (*ChangeProgressStage) SetStatus

func (s *ChangeProgressStage) SetStatus(v string) *ChangeProgressStage

SetStatus sets the Status field's value.

func (ChangeProgressStage) String

func (s ChangeProgressStage) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ChangeProgressStatusDetails

type ChangeProgressStatusDetails struct {

    // The unique change identifier associated with a specific domain configuration
    // change.
    ChangeId *string `type:"string"`

    // The specific stages that the domain is going through to perform the configuration
    // change.
    ChangeProgressStages []*ChangeProgressStage `type:"list"`

    // The list of properties involved in the domain configuration change that are
    // completed.
    CompletedProperties []*string `type:"list"`

    // The current status of the configuration change.
    ConfigChangeStatus *string `type:"string" enum:"ConfigChangeStatus"`

    // The IAM principal who initiated the configuration change.
    InitiatedBy *string `type:"string" enum:"InitiatedBy"`

    // The last time that the status of the configuration change was updated.
    LastUpdatedTime *time.Time `type:"timestamp"`

    // The list of properties involved in the domain configuration change that are
    // still in pending.
    PendingProperties []*string `type:"list"`

    // The time at which the configuration change is made on the domain.
    StartTime *time.Time `type:"timestamp"`

    // The overall status of the domain configuration change. This field can take
    // the following values: PENDING, PROCESSING, COMPLETED and FAILED
    Status *string `type:"string" enum:"OverallChangeStatus"`

    // The total number of stages required for the configuration change.
    TotalNumberOfStages *int64 `type:"integer"`
    // contains filtered or unexported fields
}

The progress details of a specific domain configuration change.

func (ChangeProgressStatusDetails) GoString

func (s ChangeProgressStatusDetails) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ChangeProgressStatusDetails) SetChangeId

func (s *ChangeProgressStatusDetails) SetChangeId(v string) *ChangeProgressStatusDetails

SetChangeId sets the ChangeId field's value.

func (*ChangeProgressStatusDetails) SetChangeProgressStages

func (s *ChangeProgressStatusDetails) SetChangeProgressStages(v []*ChangeProgressStage) *ChangeProgressStatusDetails

SetChangeProgressStages sets the ChangeProgressStages field's value.

func (*ChangeProgressStatusDetails) SetCompletedProperties

func (s *ChangeProgressStatusDetails) SetCompletedProperties(v []*string) *ChangeProgressStatusDetails

SetCompletedProperties sets the CompletedProperties field's value.

func (*ChangeProgressStatusDetails) SetConfigChangeStatus

func (s *ChangeProgressStatusDetails) SetConfigChangeStatus(v string) *ChangeProgressStatusDetails

SetConfigChangeStatus sets the ConfigChangeStatus field's value.

func (*ChangeProgressStatusDetails) SetInitiatedBy

func (s *ChangeProgressStatusDetails) SetInitiatedBy(v string) *ChangeProgressStatusDetails

SetInitiatedBy sets the InitiatedBy field's value.

func (*ChangeProgressStatusDetails) SetLastUpdatedTime

func (s *ChangeProgressStatusDetails) SetLastUpdatedTime(v time.Time) *ChangeProgressStatusDetails

SetLastUpdatedTime sets the LastUpdatedTime field's value.

func (*ChangeProgressStatusDetails) SetPendingProperties

func (s *ChangeProgressStatusDetails) SetPendingProperties(v []*string) *ChangeProgressStatusDetails

SetPendingProperties sets the PendingProperties field's value.

func (*ChangeProgressStatusDetails) SetStartTime

func (s *ChangeProgressStatusDetails) SetStartTime(v time.Time) *ChangeProgressStatusDetails

SetStartTime sets the StartTime field's value.

func (*ChangeProgressStatusDetails) SetStatus

func (s *ChangeProgressStatusDetails) SetStatus(v string) *ChangeProgressStatusDetails

SetStatus sets the Status field's value.

func (*ChangeProgressStatusDetails) SetTotalNumberOfStages

func (s *ChangeProgressStatusDetails) SetTotalNumberOfStages(v int64) *ChangeProgressStatusDetails

SetTotalNumberOfStages sets the TotalNumberOfStages field's value.

func (ChangeProgressStatusDetails) String

func (s ChangeProgressStatusDetails) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CognitoOptions

type CognitoOptions struct {

    // Specifies the option to enable Cognito for Kibana authentication.
    Enabled *bool `type:"boolean"`

    // Specifies the Cognito identity pool ID for Kibana authentication.
    IdentityPoolId *string `min:"1" type:"string"`

    // Specifies the role ARN that provides Elasticsearch permissions for accessing
    // Cognito resources.
    RoleArn *string `min:"20" type:"string"`

    // Specifies the Cognito user pool ID for Kibana authentication.
    UserPoolId *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

Options to specify the Cognito user and identity pools for Kibana authentication. For more information, see Amazon Cognito Authentication for Kibana (http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-cognito-auth.html).

func (CognitoOptions) GoString

func (s CognitoOptions) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CognitoOptions) SetEnabled

func (s *CognitoOptions) SetEnabled(v bool) *CognitoOptions

SetEnabled sets the Enabled field's value.

func (*CognitoOptions) SetIdentityPoolId

func (s *CognitoOptions) SetIdentityPoolId(v string) *CognitoOptions

SetIdentityPoolId sets the IdentityPoolId field's value.

func (*CognitoOptions) SetRoleArn

func (s *CognitoOptions) SetRoleArn(v string) *CognitoOptions

SetRoleArn sets the RoleArn field's value.

func (*CognitoOptions) SetUserPoolId

func (s *CognitoOptions) SetUserPoolId(v string) *CognitoOptions

SetUserPoolId sets the UserPoolId field's value.

func (CognitoOptions) String

func (s CognitoOptions) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CognitoOptions) Validate

func (s *CognitoOptions) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CognitoOptionsStatus

type CognitoOptionsStatus struct {

    // Specifies the Cognito options for the specified Elasticsearch domain.
    //
    // Options is a required field
    Options *CognitoOptions `type:"structure" required:"true"`

    // Specifies the status of the Cognito 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 Cognito options for the specified Elasticsearch domain.

func (CognitoOptionsStatus) GoString

func (s CognitoOptionsStatus) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CognitoOptionsStatus) SetOptions

func (s *CognitoOptionsStatus) SetOptions(v *CognitoOptions) *CognitoOptionsStatus

SetOptions sets the Options field's value.

func (*CognitoOptionsStatus) SetStatus

func (s *CognitoOptionsStatus) SetStatus(v *OptionStatus) *CognitoOptionsStatus

SetStatus sets the Status field's value.

func (CognitoOptionsStatus) String

func (s CognitoOptionsStatus) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ColdStorageOptions

type ColdStorageOptions struct {

    // Enable cold storage option. Accepted values true or false
    //
    // Enabled is a required field
    Enabled *bool `type:"boolean" required:"true"`
    // contains filtered or unexported fields
}

Specifies the configuration for cold storage options such as enabled

func (ColdStorageOptions) GoString

func (s ColdStorageOptions) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ColdStorageOptions) SetEnabled

func (s *ColdStorageOptions) SetEnabled(v bool) *ColdStorageOptions

SetEnabled sets the Enabled field's value.

func (ColdStorageOptions) String

func (s ColdStorageOptions) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ColdStorageOptions) Validate

func (s *ColdStorageOptions) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CompatibleVersionsMap

type CompatibleVersionsMap struct {

    // The current version of Elasticsearch on which a domain is.
    SourceVersion *string `type:"string"`

    // List of supported elastic search versions.
    TargetVersions []*string `type:"list"`
    // contains filtered or unexported fields
}

A map from an ElasticsearchVersion to a list of compatible ElasticsearchVersion s to which the domain can be upgraded.

func (CompatibleVersionsMap) GoString

func (s CompatibleVersionsMap) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CompatibleVersionsMap) SetSourceVersion

func (s *CompatibleVersionsMap) SetSourceVersion(v string) *CompatibleVersionsMap

SetSourceVersion sets the SourceVersion field's value.

func (*CompatibleVersionsMap) SetTargetVersions

func (s *CompatibleVersionsMap) SetTargetVersions(v []*string) *CompatibleVersionsMap

SetTargetVersions sets the TargetVersions field's value.

func (CompatibleVersionsMap) String

func (s CompatibleVersionsMap) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ConflictException

type ConflictException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"message" type:"string"`
    // contains filtered or unexported fields
}

An error occurred because the client attempts to remove a resource that is currently in use. Returns HTTP status code 409.

func (*ConflictException) Code

func (s *ConflictException) Code() string

Code returns the exception type name.

func (*ConflictException) Error

func (s *ConflictException) Error() string

func (ConflictException) GoString

func (s ConflictException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ConflictException) Message

func (s *ConflictException) Message() string

Message returns the exception's message.

func (*ConflictException) OrigErr

func (s *ConflictException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ConflictException) RequestID

func (s *ConflictException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ConflictException) StatusCode

func (s *ConflictException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ConflictException) String

func (s ConflictException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

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"`

    // Specifies advanced security options.
    AdvancedSecurityOptions *AdvancedSecurityOptionsInput `type:"structure"`

    // Specifies Auto-Tune options.
    AutoTuneOptions *AutoTuneOptionsInput `type:"structure"`

    // Options to specify the Cognito user and identity pools for Kibana authentication.
    // For more information, see Amazon Cognito Authentication for Kibana (http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-cognito-auth.html).
    CognitoOptions *CognitoOptions `type:"structure"`

    // Options to specify configuration that will be applied to the domain endpoint.
    DomainEndpointOptions *DomainEndpointOptions `type:"structure"`

    // 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 lowercase letter 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"`

    // Specifies the NodeToNodeEncryptionOptions.
    NodeToNodeEncryptionOptions *NodeToNodeEncryptionOptions `type:"structure"`

    // Option to set time, in UTC format, of the daily automated snapshot. Default
    // value is 0 hours.
    SnapshotOptions *SnapshotOptions `type:"structure"`

    // A list of Tag added during domain creation.
    TagList []*Tag `type:"list"`

    // 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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateElasticsearchDomainInput) SetAccessPolicies

func (s *CreateElasticsearchDomainInput) SetAccessPolicies(v string) *CreateElasticsearchDomainInput

SetAccessPolicies sets the AccessPolicies field's value.

func (*CreateElasticsearchDomainInput) SetAdvancedOptions

func (s *CreateElasticsearchDomainInput) SetAdvancedOptions(v map[string]*string) *CreateElasticsearchDomainInput

SetAdvancedOptions sets the AdvancedOptions field's value.

func (*CreateElasticsearchDomainInput) SetAdvancedSecurityOptions

func (s *CreateElasticsearchDomainInput) SetAdvancedSecurityOptions(v *AdvancedSecurityOptionsInput) *CreateElasticsearchDomainInput

SetAdvancedSecurityOptions sets the AdvancedSecurityOptions field's value.

func (*CreateElasticsearchDomainInput) SetAutoTuneOptions

func (s *CreateElasticsearchDomainInput) SetAutoTuneOptions(v *AutoTuneOptionsInput) *CreateElasticsearchDomainInput

SetAutoTuneOptions sets the AutoTuneOptions field's value.

func (*CreateElasticsearchDomainInput) SetCognitoOptions

func (s *CreateElasticsearchDomainInput) SetCognitoOptions(v *CognitoOptions) *CreateElasticsearchDomainInput

SetCognitoOptions sets the CognitoOptions field's value.

func (*CreateElasticsearchDomainInput) SetDomainEndpointOptions

func (s *CreateElasticsearchDomainInput) SetDomainEndpointOptions(v *DomainEndpointOptions) *CreateElasticsearchDomainInput

SetDomainEndpointOptions sets the DomainEndpointOptions field's value.

func (*CreateElasticsearchDomainInput) SetDomainName

func (s *CreateElasticsearchDomainInput) SetDomainName(v string) *CreateElasticsearchDomainInput

SetDomainName sets the DomainName field's value.

func (*CreateElasticsearchDomainInput) SetEBSOptions

func (s *CreateElasticsearchDomainInput) SetEBSOptions(v *EBSOptions) *CreateElasticsearchDomainInput

SetEBSOptions sets the EBSOptions field's value.

func (*CreateElasticsearchDomainInput) SetElasticsearchClusterConfig

func (s *CreateElasticsearchDomainInput) SetElasticsearchClusterConfig(v *ElasticsearchClusterConfig) *CreateElasticsearchDomainInput

SetElasticsearchClusterConfig sets the ElasticsearchClusterConfig field's value.

func (*CreateElasticsearchDomainInput) SetElasticsearchVersion

func (s *CreateElasticsearchDomainInput) SetElasticsearchVersion(v string) *CreateElasticsearchDomainInput

SetElasticsearchVersion sets the ElasticsearchVersion field's value.

func (*CreateElasticsearchDomainInput) SetEncryptionAtRestOptions

func (s *CreateElasticsearchDomainInput) SetEncryptionAtRestOptions(v *EncryptionAtRestOptions) *CreateElasticsearchDomainInput

SetEncryptionAtRestOptions sets the EncryptionAtRestOptions field's value.

func (*CreateElasticsearchDomainInput) SetLogPublishingOptions

func (s *CreateElasticsearchDomainInput) SetLogPublishingOptions(v map[string]*LogPublishingOption) *CreateElasticsearchDomainInput

SetLogPublishingOptions sets the LogPublishingOptions field's value.

func (*CreateElasticsearchDomainInput) SetNodeToNodeEncryptionOptions

func (s *CreateElasticsearchDomainInput) SetNodeToNodeEncryptionOptions(v *NodeToNodeEncryptionOptions) *CreateElasticsearchDomainInput

SetNodeToNodeEncryptionOptions sets the NodeToNodeEncryptionOptions field's value.

func (*CreateElasticsearchDomainInput) SetSnapshotOptions

func (s *CreateElasticsearchDomainInput) SetSnapshotOptions(v *SnapshotOptions) *CreateElasticsearchDomainInput

SetSnapshotOptions sets the SnapshotOptions field's value.

func (*CreateElasticsearchDomainInput) SetTagList

func (s *CreateElasticsearchDomainInput) SetTagList(v []*Tag) *CreateElasticsearchDomainInput

SetTagList sets the TagList field's value.

func (*CreateElasticsearchDomainInput) SetVPCOptions

func (s *CreateElasticsearchDomainInput) SetVPCOptions(v *VPCOptions) *CreateElasticsearchDomainInput

SetVPCOptions sets the VPCOptions field's value.

func (CreateElasticsearchDomainInput) String

func (s CreateElasticsearchDomainInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateElasticsearchDomainOutput) SetDomainStatus

func (s *CreateElasticsearchDomainOutput) SetDomainStatus(v *ElasticsearchDomainStatus) *CreateElasticsearchDomainOutput

SetDomainStatus sets the DomainStatus field's value.

func (CreateElasticsearchDomainOutput) String

func (s CreateElasticsearchDomainOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateOutboundCrossClusterSearchConnectionInput

type CreateOutboundCrossClusterSearchConnectionInput struct {

    // Specifies the connection alias that will be used by the customer for this
    // connection.
    //
    // ConnectionAlias is a required field
    ConnectionAlias *string `type:"string" required:"true"`

    // Specifies the DomainInformation for the destination Elasticsearch domain.
    //
    // DestinationDomainInfo is a required field
    DestinationDomainInfo *DomainInformation `type:"structure" required:"true"`

    // Specifies the DomainInformation for the source Elasticsearch domain.
    //
    // SourceDomainInfo is a required field
    SourceDomainInfo *DomainInformation `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

Container for the parameters to the CreateOutboundCrossClusterSearchConnection operation.

func (CreateOutboundCrossClusterSearchConnectionInput) GoString

func (s CreateOutboundCrossClusterSearchConnectionInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateOutboundCrossClusterSearchConnectionInput) SetConnectionAlias

func (s *CreateOutboundCrossClusterSearchConnectionInput) SetConnectionAlias(v string) *CreateOutboundCrossClusterSearchConnectionInput

SetConnectionAlias sets the ConnectionAlias field's value.

func (*CreateOutboundCrossClusterSearchConnectionInput) SetDestinationDomainInfo

func (s *CreateOutboundCrossClusterSearchConnectionInput) SetDestinationDomainInfo(v *DomainInformation) *CreateOutboundCrossClusterSearchConnectionInput

SetDestinationDomainInfo sets the DestinationDomainInfo field's value.

func (*CreateOutboundCrossClusterSearchConnectionInput) SetSourceDomainInfo

func (s *CreateOutboundCrossClusterSearchConnectionInput) SetSourceDomainInfo(v *DomainInformation) *CreateOutboundCrossClusterSearchConnectionInput

SetSourceDomainInfo sets the SourceDomainInfo field's value.

func (CreateOutboundCrossClusterSearchConnectionInput) String

func (s CreateOutboundCrossClusterSearchConnectionInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateOutboundCrossClusterSearchConnectionInput) Validate

func (s *CreateOutboundCrossClusterSearchConnectionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateOutboundCrossClusterSearchConnectionOutput

type CreateOutboundCrossClusterSearchConnectionOutput struct {

    // Specifies the connection alias provided during the create connection request.
    ConnectionAlias *string `type:"string"`

    // Specifies the OutboundCrossClusterSearchConnectionStatus for the newly created
    // connection.
    ConnectionStatus *OutboundCrossClusterSearchConnectionStatus `type:"structure"`

    // Unique id for the created outbound connection, which is used for subsequent
    // operations on connection.
    CrossClusterSearchConnectionId *string `type:"string"`

    // Specifies the DomainInformation for the destination Elasticsearch domain.
    DestinationDomainInfo *DomainInformation `type:"structure"`

    // Specifies the DomainInformation for the source Elasticsearch domain.
    SourceDomainInfo *DomainInformation `type:"structure"`
    // contains filtered or unexported fields
}

The result of a CreateOutboundCrossClusterSearchConnection request. Contains the details of the newly created cross-cluster search connection.

func (CreateOutboundCrossClusterSearchConnectionOutput) GoString

func (s CreateOutboundCrossClusterSearchConnectionOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateOutboundCrossClusterSearchConnectionOutput) SetConnectionAlias

func (s *CreateOutboundCrossClusterSearchConnectionOutput) SetConnectionAlias(v string) *CreateOutboundCrossClusterSearchConnectionOutput

SetConnectionAlias sets the ConnectionAlias field's value.

func (*CreateOutboundCrossClusterSearchConnectionOutput) SetConnectionStatus

func (s *CreateOutboundCrossClusterSearchConnectionOutput) SetConnectionStatus(v *OutboundCrossClusterSearchConnectionStatus) *CreateOutboundCrossClusterSearchConnectionOutput

SetConnectionStatus sets the ConnectionStatus field's value.

func (*CreateOutboundCrossClusterSearchConnectionOutput) SetCrossClusterSearchConnectionId

func (s *CreateOutboundCrossClusterSearchConnectionOutput) SetCrossClusterSearchConnectionId(v string) *CreateOutboundCrossClusterSearchConnectionOutput

SetCrossClusterSearchConnectionId sets the CrossClusterSearchConnectionId field's value.

func (*CreateOutboundCrossClusterSearchConnectionOutput) SetDestinationDomainInfo

func (s *CreateOutboundCrossClusterSearchConnectionOutput) SetDestinationDomainInfo(v *DomainInformation) *CreateOutboundCrossClusterSearchConnectionOutput

SetDestinationDomainInfo sets the DestinationDomainInfo field's value.

func (*CreateOutboundCrossClusterSearchConnectionOutput) SetSourceDomainInfo

func (s *CreateOutboundCrossClusterSearchConnectionOutput) SetSourceDomainInfo(v *DomainInformation) *CreateOutboundCrossClusterSearchConnectionOutput

SetSourceDomainInfo sets the SourceDomainInfo field's value.

func (CreateOutboundCrossClusterSearchConnectionOutput) String

func (s CreateOutboundCrossClusterSearchConnectionOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreatePackageInput

type CreatePackageInput struct {

    // Description of the package.
    PackageDescription *string `type:"string"`

    // Unique identifier for the package.
    //
    // PackageName is a required field
    PackageName *string `min:"3" type:"string" required:"true"`

    // The customer S3 location PackageSource for importing the package.
    //
    // PackageSource is a required field
    PackageSource *PackageSource `type:"structure" required:"true"`

    // Type of package. Currently supports only TXT-DICTIONARY.
    //
    // PackageType is a required field
    PackageType *string `type:"string" required:"true" enum:"PackageType"`
    // contains filtered or unexported fields
}

Container for request parameters to CreatePackage operation.

func (CreatePackageInput) GoString

func (s CreatePackageInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreatePackageInput) SetPackageDescription

func (s *CreatePackageInput) SetPackageDescription(v string) *CreatePackageInput

SetPackageDescription sets the PackageDescription field's value.

func (*CreatePackageInput) SetPackageName

func (s *CreatePackageInput) SetPackageName(v string) *CreatePackageInput

SetPackageName sets the PackageName field's value.

func (*CreatePackageInput) SetPackageSource

func (s *CreatePackageInput) SetPackageSource(v *PackageSource) *CreatePackageInput

SetPackageSource sets the PackageSource field's value.

func (*CreatePackageInput) SetPackageType

func (s *CreatePackageInput) SetPackageType(v string) *CreatePackageInput

SetPackageType sets the PackageType field's value.

func (CreatePackageInput) String

func (s CreatePackageInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreatePackageInput) Validate

func (s *CreatePackageInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreatePackageOutput

type CreatePackageOutput struct {

    // Information about the package PackageDetails.
    PackageDetails *PackageDetails `type:"structure"`
    // contains filtered or unexported fields
}

Container for response returned by CreatePackage operation.

func (CreatePackageOutput) GoString

func (s CreatePackageOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreatePackageOutput) SetPackageDetails

func (s *CreatePackageOutput) SetPackageDetails(v *PackageDetails) *CreatePackageOutput

SetPackageDetails sets the PackageDetails field's value.

func (CreatePackageOutput) String

func (s CreatePackageOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateVpcEndpointInput

type CreateVpcEndpointInput struct {

    // Unique, case-sensitive identifier to ensure idempotency of the request.
    ClientToken *string `min:"1" type:"string"`

    // The Amazon Resource Name (ARN) of the domain to grant access to.
    //
    // DomainArn is a required field
    DomainArn *string `min:"1" type:"string" required:"true"`

    // Options to specify the subnets and security groups for the endpoint.
    //
    // VpcOptions is a required field
    VpcOptions *VPCOptions `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

Container for the parameters to the CreateVpcEndpointRequest operation.

func (CreateVpcEndpointInput) GoString

func (s CreateVpcEndpointInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateVpcEndpointInput) SetClientToken

func (s *CreateVpcEndpointInput) SetClientToken(v string) *CreateVpcEndpointInput

SetClientToken sets the ClientToken field's value.

func (*CreateVpcEndpointInput) SetDomainArn

func (s *CreateVpcEndpointInput) SetDomainArn(v string) *CreateVpcEndpointInput

SetDomainArn sets the DomainArn field's value.

func (*CreateVpcEndpointInput) SetVpcOptions

func (s *CreateVpcEndpointInput) SetVpcOptions(v *VPCOptions) *CreateVpcEndpointInput

SetVpcOptions sets the VpcOptions field's value.

func (CreateVpcEndpointInput) String

func (s CreateVpcEndpointInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateVpcEndpointInput) Validate

func (s *CreateVpcEndpointInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateVpcEndpointOutput

type CreateVpcEndpointOutput struct {

    // Information about the newly created VPC endpoint.
    //
    // VpcEndpoint is a required field
    VpcEndpoint *VpcEndpoint `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

Container for response parameters to the CreateVpcEndpoint operation. Contains the configuration and status of the VPC Endpoint being created.

func (CreateVpcEndpointOutput) GoString

func (s CreateVpcEndpointOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateVpcEndpointOutput) SetVpcEndpoint

func (s *CreateVpcEndpointOutput) SetVpcEndpoint(v *VpcEndpoint) *CreateVpcEndpointOutput

SetVpcEndpoint sets the VpcEndpoint field's value.

func (CreateVpcEndpointOutput) String

func (s CreateVpcEndpointOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteElasticsearchDomainInput) SetDomainName

func (s *DeleteElasticsearchDomainInput) SetDomainName(v string) *DeleteElasticsearchDomainInput

SetDomainName sets the DomainName field's value.

func (DeleteElasticsearchDomainInput) String

func (s DeleteElasticsearchDomainInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteElasticsearchDomainOutput) SetDomainStatus

func (s *DeleteElasticsearchDomainOutput) SetDomainStatus(v *ElasticsearchDomainStatus) *DeleteElasticsearchDomainOutput

SetDomainStatus sets the DomainStatus field's value.

func (DeleteElasticsearchDomainOutput) String

func (s DeleteElasticsearchDomainOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteElasticsearchServiceRoleInput

type DeleteElasticsearchServiceRoleInput struct {
    // contains filtered or unexported fields
}

func (DeleteElasticsearchServiceRoleInput) GoString

func (s DeleteElasticsearchServiceRoleInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteElasticsearchServiceRoleInput) String

func (s DeleteElasticsearchServiceRoleInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteElasticsearchServiceRoleOutput

type DeleteElasticsearchServiceRoleOutput struct {
    // contains filtered or unexported fields
}

func (DeleteElasticsearchServiceRoleOutput) GoString

func (s DeleteElasticsearchServiceRoleOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteElasticsearchServiceRoleOutput) String

func (s DeleteElasticsearchServiceRoleOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteInboundCrossClusterSearchConnectionInput

type DeleteInboundCrossClusterSearchConnectionInput struct {

    // The id of the inbound connection that you want to permanently delete.
    //
    // CrossClusterSearchConnectionId is a required field
    CrossClusterSearchConnectionId *string `location:"uri" locationName:"ConnectionId" type:"string" required:"true"`
    // contains filtered or unexported fields
}

Container for the parameters to the DeleteInboundCrossClusterSearchConnection operation.

func (DeleteInboundCrossClusterSearchConnectionInput) GoString

func (s DeleteInboundCrossClusterSearchConnectionInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteInboundCrossClusterSearchConnectionInput) SetCrossClusterSearchConnectionId

func (s *DeleteInboundCrossClusterSearchConnectionInput) SetCrossClusterSearchConnectionId(v string) *DeleteInboundCrossClusterSearchConnectionInput

SetCrossClusterSearchConnectionId sets the CrossClusterSearchConnectionId field's value.

func (DeleteInboundCrossClusterSearchConnectionInput) String

func (s DeleteInboundCrossClusterSearchConnectionInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteInboundCrossClusterSearchConnectionInput) Validate

func (s *DeleteInboundCrossClusterSearchConnectionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteInboundCrossClusterSearchConnectionOutput

type DeleteInboundCrossClusterSearchConnectionOutput struct {

    // Specifies the InboundCrossClusterSearchConnection of deleted inbound connection.
    CrossClusterSearchConnection *InboundCrossClusterSearchConnection `type:"structure"`
    // contains filtered or unexported fields
}

The result of a DeleteInboundCrossClusterSearchConnection operation. Contains details of deleted inbound connection.

func (DeleteInboundCrossClusterSearchConnectionOutput) GoString

func (s DeleteInboundCrossClusterSearchConnectionOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteInboundCrossClusterSearchConnectionOutput) SetCrossClusterSearchConnection

func (s *DeleteInboundCrossClusterSearchConnectionOutput) SetCrossClusterSearchConnection(v *InboundCrossClusterSearchConnection) *DeleteInboundCrossClusterSearchConnectionOutput

SetCrossClusterSearchConnection sets the CrossClusterSearchConnection field's value.

func (DeleteInboundCrossClusterSearchConnectionOutput) String

func (s DeleteInboundCrossClusterSearchConnectionOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteOutboundCrossClusterSearchConnectionInput

type DeleteOutboundCrossClusterSearchConnectionInput struct {

    // The id of the outbound connection that you want to permanently delete.
    //
    // CrossClusterSearchConnectionId is a required field
    CrossClusterSearchConnectionId *string `location:"uri" locationName:"ConnectionId" type:"string" required:"true"`
    // contains filtered or unexported fields
}

Container for the parameters to the DeleteOutboundCrossClusterSearchConnection operation.

func (DeleteOutboundCrossClusterSearchConnectionInput) GoString

func (s DeleteOutboundCrossClusterSearchConnectionInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteOutboundCrossClusterSearchConnectionInput) SetCrossClusterSearchConnectionId

func (s *DeleteOutboundCrossClusterSearchConnectionInput) SetCrossClusterSearchConnectionId(v string) *DeleteOutboundCrossClusterSearchConnectionInput

SetCrossClusterSearchConnectionId sets the CrossClusterSearchConnectionId field's value.

func (DeleteOutboundCrossClusterSearchConnectionInput) String

func (s DeleteOutboundCrossClusterSearchConnectionInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteOutboundCrossClusterSearchConnectionInput) Validate

func (s *DeleteOutboundCrossClusterSearchConnectionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteOutboundCrossClusterSearchConnectionOutput

type DeleteOutboundCrossClusterSearchConnectionOutput struct {

    // Specifies the OutboundCrossClusterSearchConnection of deleted outbound connection.
    CrossClusterSearchConnection *OutboundCrossClusterSearchConnection `type:"structure"`
    // contains filtered or unexported fields
}

The result of a DeleteOutboundCrossClusterSearchConnection operation. Contains details of deleted outbound connection.

func (DeleteOutboundCrossClusterSearchConnectionOutput) GoString

func (s DeleteOutboundCrossClusterSearchConnectionOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteOutboundCrossClusterSearchConnectionOutput) SetCrossClusterSearchConnection

func (s *DeleteOutboundCrossClusterSearchConnectionOutput) SetCrossClusterSearchConnection(v *OutboundCrossClusterSearchConnection) *DeleteOutboundCrossClusterSearchConnectionOutput

SetCrossClusterSearchConnection sets the CrossClusterSearchConnection field's value.

func (DeleteOutboundCrossClusterSearchConnectionOutput) String

func (s DeleteOutboundCrossClusterSearchConnectionOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeletePackageInput

type DeletePackageInput struct {

    // Internal ID of the package that you want to delete. Use DescribePackages
    // to find this value.
    //
    // PackageID is a required field
    PackageID *string `location:"uri" locationName:"PackageID" type:"string" required:"true"`
    // contains filtered or unexported fields
}

Container for request parameters to DeletePackage operation.

func (DeletePackageInput) GoString

func (s DeletePackageInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeletePackageInput) SetPackageID

func (s *DeletePackageInput) SetPackageID(v string) *DeletePackageInput

SetPackageID sets the PackageID field's value.

func (DeletePackageInput) String

func (s DeletePackageInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeletePackageInput) Validate

func (s *DeletePackageInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeletePackageOutput

type DeletePackageOutput struct {

    // PackageDetails
    PackageDetails *PackageDetails `type:"structure"`
    // contains filtered or unexported fields
}

Container for response parameters to DeletePackage operation.

func (DeletePackageOutput) GoString

func (s DeletePackageOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeletePackageOutput) SetPackageDetails

func (s *DeletePackageOutput) SetPackageDetails(v *PackageDetails) *DeletePackageOutput

SetPackageDetails sets the PackageDetails field's value.

func (DeletePackageOutput) String

func (s DeletePackageOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteVpcEndpointInput

type DeleteVpcEndpointInput struct {

    // The unique identifier of the endpoint to be deleted.
    //
    // VpcEndpointId is a required field
    VpcEndpointId *string `location:"uri" locationName:"VpcEndpointId" min:"5" type:"string" required:"true"`
    // contains filtered or unexported fields
}

Deletes an Amazon OpenSearch Service-managed interface VPC endpoint.

func (DeleteVpcEndpointInput) GoString

func (s DeleteVpcEndpointInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteVpcEndpointInput) SetVpcEndpointId

func (s *DeleteVpcEndpointInput) SetVpcEndpointId(v string) *DeleteVpcEndpointInput

SetVpcEndpointId sets the VpcEndpointId field's value.

func (DeleteVpcEndpointInput) String

func (s DeleteVpcEndpointInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteVpcEndpointInput) Validate

func (s *DeleteVpcEndpointInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteVpcEndpointOutput

type DeleteVpcEndpointOutput struct {

    // Information about the deleted endpoint, including its current status (DELETING
    // or DELETE_FAILED).
    //
    // VpcEndpointSummary is a required field
    VpcEndpointSummary *VpcEndpointSummary `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

Container for response parameters to the DeleteVpcEndpoint operation. Contains the summarized detail of the VPC Endpoint being deleted.

func (DeleteVpcEndpointOutput) GoString

func (s DeleteVpcEndpointOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteVpcEndpointOutput) SetVpcEndpointSummary

func (s *DeleteVpcEndpointOutput) SetVpcEndpointSummary(v *VpcEndpointSummary) *DeleteVpcEndpointOutput

SetVpcEndpointSummary sets the VpcEndpointSummary field's value.

func (DeleteVpcEndpointOutput) String

func (s DeleteVpcEndpointOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeDomainAutoTunesInput

type DescribeDomainAutoTunesInput struct {

    // Specifies the domain name for which you want Auto-Tune action details.
    //
    // DomainName is a required field
    DomainName *string `location:"uri" locationName:"DomainName" min:"3" type:"string" required:"true"`

    // Set this value to limit the number of results returned. If not specified,
    // defaults to 100.
    MaxResults *int64 `type:"integer"`

    // NextToken is sent in case the earlier API call results contain the NextToken.
    // It is used for pagination.
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

Container for the parameters to the DescribeDomainAutoTunes operation.

func (DescribeDomainAutoTunesInput) GoString

func (s DescribeDomainAutoTunesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeDomainAutoTunesInput) SetDomainName

func (s *DescribeDomainAutoTunesInput) SetDomainName(v string) *DescribeDomainAutoTunesInput

SetDomainName sets the DomainName field's value.

func (*DescribeDomainAutoTunesInput) SetMaxResults

func (s *DescribeDomainAutoTunesInput) SetMaxResults(v int64) *DescribeDomainAutoTunesInput

SetMaxResults sets the MaxResults field's value.

func (*DescribeDomainAutoTunesInput) SetNextToken

func (s *DescribeDomainAutoTunesInput) SetNextToken(v string) *DescribeDomainAutoTunesInput

SetNextToken sets the NextToken field's value.

func (DescribeDomainAutoTunesInput) String

func (s DescribeDomainAutoTunesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeDomainAutoTunesInput) Validate

func (s *DescribeDomainAutoTunesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeDomainAutoTunesOutput

type DescribeDomainAutoTunesOutput struct {

    // Specifies the list of setting adjustments that Auto-Tune has made to the
    // domain. See the Developer Guide (https://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/auto-tune.html)
    // for more information.
    AutoTunes []*AutoTune `type:"list"`

    // Specifies an identifier to allow retrieval of paginated results.
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

The result of DescribeDomainAutoTunes request. See the Developer Guide (https://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/auto-tune.html) for more information.

func (DescribeDomainAutoTunesOutput) GoString

func (s DescribeDomainAutoTunesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeDomainAutoTunesOutput) SetAutoTunes

func (s *DescribeDomainAutoTunesOutput) SetAutoTunes(v []*AutoTune) *DescribeDomainAutoTunesOutput

SetAutoTunes sets the AutoTunes field's value.

func (*DescribeDomainAutoTunesOutput) SetNextToken

func (s *DescribeDomainAutoTunesOutput) SetNextToken(v string) *DescribeDomainAutoTunesOutput

SetNextToken sets the NextToken field's value.

func (DescribeDomainAutoTunesOutput) String

func (s DescribeDomainAutoTunesOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeDomainChangeProgressInput

type DescribeDomainChangeProgressInput struct {

    // The specific change ID for which you want to get progress information. This
    // is an optional parameter. If omitted, the service returns information about
    // the most recent configuration change.
    ChangeId *string `location:"querystring" locationName:"changeid" type:"string"`

    // The domain you want to get the progress 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 DescribeDomainChangeProgress operation. Specifies the domain name and optional change specific identity for which you want progress information.

func (DescribeDomainChangeProgressInput) GoString

func (s DescribeDomainChangeProgressInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeDomainChangeProgressInput) SetChangeId

func (s *DescribeDomainChangeProgressInput) SetChangeId(v string) *DescribeDomainChangeProgressInput

SetChangeId sets the ChangeId field's value.

func (*DescribeDomainChangeProgressInput) SetDomainName

func (s *DescribeDomainChangeProgressInput) SetDomainName(v string) *DescribeDomainChangeProgressInput

SetDomainName sets the DomainName field's value.

func (DescribeDomainChangeProgressInput) String

func (s DescribeDomainChangeProgressInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeDomainChangeProgressInput) Validate

func (s *DescribeDomainChangeProgressInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeDomainChangeProgressOutput

type DescribeDomainChangeProgressOutput struct {

    // Progress information for the configuration change that is requested in the
    // DescribeDomainChangeProgress request.
    ChangeProgressStatus *ChangeProgressStatusDetails `type:"structure"`
    // contains filtered or unexported fields
}

The result of a DescribeDomainChangeProgress request. Contains the progress information of the requested domain change.

func (DescribeDomainChangeProgressOutput) GoString

func (s DescribeDomainChangeProgressOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeDomainChangeProgressOutput) SetChangeProgressStatus

func (s *DescribeDomainChangeProgressOutput) SetChangeProgressStatus(v *ChangeProgressStatusDetails) *DescribeDomainChangeProgressOutput

SetChangeProgressStatus sets the ChangeProgressStatus field's value.

func (DescribeDomainChangeProgressOutput) String

func (s DescribeDomainChangeProgressOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeElasticsearchDomainConfigInput) SetDomainName

func (s *DescribeElasticsearchDomainConfigInput) SetDomainName(v string) *DescribeElasticsearchDomainConfigInput

SetDomainName sets the DomainName field's value.

func (DescribeElasticsearchDomainConfigInput) String

func (s DescribeElasticsearchDomainConfigInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeElasticsearchDomainConfigOutput) SetDomainConfig

func (s *DescribeElasticsearchDomainConfigOutput) SetDomainConfig(v *ElasticsearchDomainConfig) *DescribeElasticsearchDomainConfigOutput

SetDomainConfig sets the DomainConfig field's value.

func (DescribeElasticsearchDomainConfigOutput) String

func (s DescribeElasticsearchDomainConfigOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeElasticsearchDomainInput) SetDomainName

func (s *DescribeElasticsearchDomainInput) SetDomainName(v string) *DescribeElasticsearchDomainInput

SetDomainName sets the DomainName field's value.

func (DescribeElasticsearchDomainInput) String

func (s DescribeElasticsearchDomainInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeElasticsearchDomainOutput) SetDomainStatus

func (s *DescribeElasticsearchDomainOutput) SetDomainStatus(v *ElasticsearchDomainStatus) *DescribeElasticsearchDomainOutput

SetDomainStatus sets the DomainStatus field's value.

func (DescribeElasticsearchDomainOutput) String

func (s DescribeElasticsearchDomainOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeElasticsearchDomainsInput) SetDomainNames

func (s *DescribeElasticsearchDomainsInput) SetDomainNames(v []*string) *DescribeElasticsearchDomainsInput

SetDomainNames sets the DomainNames field's value.

func (DescribeElasticsearchDomainsInput) String

func (s DescribeElasticsearchDomainsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeElasticsearchDomainsOutput) SetDomainStatusList

func (s *DescribeElasticsearchDomainsOutput) SetDomainStatusList(v []*ElasticsearchDomainStatus) *DescribeElasticsearchDomainsOutput

SetDomainStatusList sets the DomainStatusList field's value.

func (DescribeElasticsearchDomainsOutput) String

func (s DescribeElasticsearchDomainsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

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 *string `location:"uri" locationName:"InstanceType" type:"string" required:"true" enum:"ESPartitionInstanceType"`
    // 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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeElasticsearchInstanceTypeLimitsInput) SetDomainName

func (s *DescribeElasticsearchInstanceTypeLimitsInput) SetDomainName(v string) *DescribeElasticsearchInstanceTypeLimitsInput

SetDomainName sets the DomainName field's value.

func (*DescribeElasticsearchInstanceTypeLimitsInput) SetElasticsearchVersion

func (s *DescribeElasticsearchInstanceTypeLimitsInput) SetElasticsearchVersion(v string) *DescribeElasticsearchInstanceTypeLimitsInput

SetElasticsearchVersion sets the ElasticsearchVersion field's value.

func (*DescribeElasticsearchInstanceTypeLimitsInput) SetInstanceType

func (s *DescribeElasticsearchInstanceTypeLimitsInput) SetInstanceType(v string) *DescribeElasticsearchInstanceTypeLimitsInput

SetInstanceType sets the InstanceType field's value.

func (DescribeElasticsearchInstanceTypeLimitsInput) String

func (s DescribeElasticsearchInstanceTypeLimitsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

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
    //
    //    * ultra_warm: If the given InstanceType is used as warm 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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeElasticsearchInstanceTypeLimitsOutput) SetLimitsByRole

func (s *DescribeElasticsearchInstanceTypeLimitsOutput) SetLimitsByRole(v map[string]*Limits) *DescribeElasticsearchInstanceTypeLimitsOutput

SetLimitsByRole sets the LimitsByRole field's value.

func (DescribeElasticsearchInstanceTypeLimitsOutput) String

func (s DescribeElasticsearchInstanceTypeLimitsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeInboundCrossClusterSearchConnectionsInput

type DescribeInboundCrossClusterSearchConnectionsInput struct {

    // A list of filters used to match properties for inbound cross-cluster search
    // connection. Available Filter names for this operation are:
    //    * cross-cluster-search-connection-id
    //
    //    * source-domain-info.domain-name
    //
    //    * source-domain-info.owner-id
    //
    //    * source-domain-info.region
    //
    //    * destination-domain-info.domain-name
    Filters []*Filter `type:"list"`

    // Set this value to limit the number of results returned. If not specified,
    // defaults to 100.
    MaxResults *int64 `type:"integer"`

    // NextToken is sent in case the earlier API call results contain the NextToken.
    // It is used for pagination.
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

Container for the parameters to the DescribeInboundCrossClusterSearchConnections operation.

func (DescribeInboundCrossClusterSearchConnectionsInput) GoString

func (s DescribeInboundCrossClusterSearchConnectionsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeInboundCrossClusterSearchConnectionsInput) SetFilters

func (s *DescribeInboundCrossClusterSearchConnectionsInput) SetFilters(v []*Filter) *DescribeInboundCrossClusterSearchConnectionsInput

SetFilters sets the Filters field's value.

func (*DescribeInboundCrossClusterSearchConnectionsInput) SetMaxResults

func (s *DescribeInboundCrossClusterSearchConnectionsInput) SetMaxResults(v int64) *DescribeInboundCrossClusterSearchConnectionsInput

SetMaxResults sets the MaxResults field's value.

func (*DescribeInboundCrossClusterSearchConnectionsInput) SetNextToken

func (s *DescribeInboundCrossClusterSearchConnectionsInput) SetNextToken(v string) *DescribeInboundCrossClusterSearchConnectionsInput

SetNextToken sets the NextToken field's value.

func (DescribeInboundCrossClusterSearchConnectionsInput) String

func (s DescribeInboundCrossClusterSearchConnectionsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeInboundCrossClusterSearchConnectionsInput) Validate

func (s *DescribeInboundCrossClusterSearchConnectionsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeInboundCrossClusterSearchConnectionsOutput

type DescribeInboundCrossClusterSearchConnectionsOutput struct {

    // Consists of list of InboundCrossClusterSearchConnection matching the specified
    // filter criteria.
    CrossClusterSearchConnections []*InboundCrossClusterSearchConnection `type:"list"`

    // If more results are available and NextToken is present, make the next request
    // to the same API with the received NextToken to paginate the remaining results.
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

The result of a DescribeInboundCrossClusterSearchConnections request. Contains the list of connections matching the filter criteria.

func (DescribeInboundCrossClusterSearchConnectionsOutput) GoString

func (s DescribeInboundCrossClusterSearchConnectionsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeInboundCrossClusterSearchConnectionsOutput) SetCrossClusterSearchConnections

func (s *DescribeInboundCrossClusterSearchConnectionsOutput) SetCrossClusterSearchConnections(v []*InboundCrossClusterSearchConnection) *DescribeInboundCrossClusterSearchConnectionsOutput

SetCrossClusterSearchConnections sets the CrossClusterSearchConnections field's value.

func (*DescribeInboundCrossClusterSearchConnectionsOutput) SetNextToken

func (s *DescribeInboundCrossClusterSearchConnectionsOutput) SetNextToken(v string) *DescribeInboundCrossClusterSearchConnectionsOutput

SetNextToken sets the NextToken field's value.

func (DescribeInboundCrossClusterSearchConnectionsOutput) String

func (s DescribeInboundCrossClusterSearchConnectionsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeOutboundCrossClusterSearchConnectionsInput

type DescribeOutboundCrossClusterSearchConnectionsInput struct {

    // A list of filters used to match properties for outbound cross-cluster search
    // connection. Available Filter names for this operation are:
    //    * cross-cluster-search-connection-id
    //
    //    * destination-domain-info.domain-name
    //
    //    * destination-domain-info.owner-id
    //
    //    * destination-domain-info.region
    //
    //    * source-domain-info.domain-name
    Filters []*Filter `type:"list"`

    // Set this value to limit the number of results returned. If not specified,
    // defaults to 100.
    MaxResults *int64 `type:"integer"`

    // NextToken is sent in case the earlier API call results contain the NextToken.
    // It is used for pagination.
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

Container for the parameters to the DescribeOutboundCrossClusterSearchConnections operation.

func (DescribeOutboundCrossClusterSearchConnectionsInput) GoString

func (s DescribeOutboundCrossClusterSearchConnectionsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeOutboundCrossClusterSearchConnectionsInput) SetFilters

func (s *DescribeOutboundCrossClusterSearchConnectionsInput) SetFilters(v []*Filter) *DescribeOutboundCrossClusterSearchConnectionsInput

SetFilters sets the Filters field's value.

func (*DescribeOutboundCrossClusterSearchConnectionsInput) SetMaxResults

func (s *DescribeOutboundCrossClusterSearchConnectionsInput) SetMaxResults(v int64) *DescribeOutboundCrossClusterSearchConnectionsInput

SetMaxResults sets the MaxResults field's value.

func (*DescribeOutboundCrossClusterSearchConnectionsInput) SetNextToken

func (s *DescribeOutboundCrossClusterSearchConnectionsInput) SetNextToken(v string) *DescribeOutboundCrossClusterSearchConnectionsInput

SetNextToken sets the NextToken field's value.

func (DescribeOutboundCrossClusterSearchConnectionsInput) String

func (s DescribeOutboundCrossClusterSearchConnectionsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeOutboundCrossClusterSearchConnectionsInput) Validate

func (s *DescribeOutboundCrossClusterSearchConnectionsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeOutboundCrossClusterSearchConnectionsOutput

type DescribeOutboundCrossClusterSearchConnectionsOutput struct {

    // Consists of list of OutboundCrossClusterSearchConnection matching the specified
    // filter criteria.
    CrossClusterSearchConnections []*OutboundCrossClusterSearchConnection `type:"list"`

    // If more results are available and NextToken is present, make the next request
    // to the same API with the received NextToken to paginate the remaining results.
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

The result of a DescribeOutboundCrossClusterSearchConnections request. Contains the list of connections matching the filter criteria.

func (DescribeOutboundCrossClusterSearchConnectionsOutput) GoString

func (s DescribeOutboundCrossClusterSearchConnectionsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeOutboundCrossClusterSearchConnectionsOutput) SetCrossClusterSearchConnections

func (s *DescribeOutboundCrossClusterSearchConnectionsOutput) SetCrossClusterSearchConnections(v []*OutboundCrossClusterSearchConnection) *DescribeOutboundCrossClusterSearchConnectionsOutput

SetCrossClusterSearchConnections sets the CrossClusterSearchConnections field's value.

func (*DescribeOutboundCrossClusterSearchConnectionsOutput) SetNextToken

func (s *DescribeOutboundCrossClusterSearchConnectionsOutput) SetNextToken(v string) *DescribeOutboundCrossClusterSearchConnectionsOutput

SetNextToken sets the NextToken field's value.

func (DescribeOutboundCrossClusterSearchConnectionsOutput) String

func (s DescribeOutboundCrossClusterSearchConnectionsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribePackagesFilter

type DescribePackagesFilter struct {

    // Any field from PackageDetails.
    Name *string `type:"string" enum:"DescribePackagesFilterName"`

    // A non-empty list of values for the specified field.
    Value []*string `min:"1" type:"list"`
    // contains filtered or unexported fields
}

Filter to apply in DescribePackage response.

func (DescribePackagesFilter) GoString

func (s DescribePackagesFilter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribePackagesFilter) SetName

func (s *DescribePackagesFilter) SetName(v string) *DescribePackagesFilter

SetName sets the Name field's value.

func (*DescribePackagesFilter) SetValue

func (s *DescribePackagesFilter) SetValue(v []*string) *DescribePackagesFilter

SetValue sets the Value field's value.

func (DescribePackagesFilter) String

func (s DescribePackagesFilter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribePackagesFilter) Validate

func (s *DescribePackagesFilter) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribePackagesInput

type DescribePackagesInput struct {

    // Only returns packages that match the DescribePackagesFilterList values.
    Filters []*DescribePackagesFilter `type:"list"`

    // Limits results to a maximum number of packages.
    MaxResults *int64 `type:"integer"`

    // Used for pagination. Only necessary if a previous API call includes a non-null
    // NextToken value. If provided, returns results for the next page.
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

Container for request parameters to DescribePackage operation.

func (DescribePackagesInput) GoString

func (s DescribePackagesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribePackagesInput) SetFilters

func (s *DescribePackagesInput) SetFilters(v []*DescribePackagesFilter) *DescribePackagesInput

SetFilters sets the Filters field's value.

func (*DescribePackagesInput) SetMaxResults

func (s *DescribePackagesInput) SetMaxResults(v int64) *DescribePackagesInput

SetMaxResults sets the MaxResults field's value.

func (*DescribePackagesInput) SetNextToken

func (s *DescribePackagesInput) SetNextToken(v string) *DescribePackagesInput

SetNextToken sets the NextToken field's value.

func (DescribePackagesInput) String

func (s DescribePackagesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribePackagesInput) Validate

func (s *DescribePackagesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribePackagesOutput

type DescribePackagesOutput struct {
    NextToken *string `type:"string"`

    // List of PackageDetails objects.
    PackageDetailsList []*PackageDetails `type:"list"`
    // contains filtered or unexported fields
}

Container for response returned by DescribePackages operation.

func (DescribePackagesOutput) GoString

func (s DescribePackagesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribePackagesOutput) SetNextToken

func (s *DescribePackagesOutput) SetNextToken(v string) *DescribePackagesOutput

SetNextToken sets the NextToken field's value.

func (*DescribePackagesOutput) SetPackageDetailsList

func (s *DescribePackagesOutput) SetPackageDetailsList(v []*PackageDetails) *DescribePackagesOutput

SetPackageDetailsList sets the PackageDetailsList field's value.

func (DescribePackagesOutput) String

func (s DescribePackagesOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeReservedElasticsearchInstanceOfferingsInput

type DescribeReservedElasticsearchInstanceOfferingsInput struct {

    // Set this value to limit the number of results returned. If not specified,
    // defaults to 100.
    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"`

    // The offering identifier filter value. Use this parameter to show only the
    // available offering that matches the specified reservation identifier.
    ReservedElasticsearchInstanceOfferingId *string `location:"querystring" locationName:"offeringId" type:"string"`
    // contains filtered or unexported fields
}

Container for parameters to DescribeReservedElasticsearchInstanceOfferings

func (DescribeReservedElasticsearchInstanceOfferingsInput) GoString

func (s DescribeReservedElasticsearchInstanceOfferingsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeReservedElasticsearchInstanceOfferingsInput) SetMaxResults

func (s *DescribeReservedElasticsearchInstanceOfferingsInput) SetMaxResults(v int64) *DescribeReservedElasticsearchInstanceOfferingsInput

SetMaxResults sets the MaxResults field's value.

func (*DescribeReservedElasticsearchInstanceOfferingsInput) SetNextToken

func (s *DescribeReservedElasticsearchInstanceOfferingsInput) SetNextToken(v string) *DescribeReservedElasticsearchInstanceOfferingsInput

SetNextToken sets the NextToken field's value.

func (*DescribeReservedElasticsearchInstanceOfferingsInput) SetReservedElasticsearchInstanceOfferingId

func (s *DescribeReservedElasticsearchInstanceOfferingsInput) SetReservedElasticsearchInstanceOfferingId(v string) *DescribeReservedElasticsearchInstanceOfferingsInput

SetReservedElasticsearchInstanceOfferingId sets the ReservedElasticsearchInstanceOfferingId field's value.

func (DescribeReservedElasticsearchInstanceOfferingsInput) String

func (s DescribeReservedElasticsearchInstanceOfferingsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeReservedElasticsearchInstanceOfferingsOutput

type DescribeReservedElasticsearchInstanceOfferingsOutput struct {

    // Provides an identifier to allow retrieval of paginated results.
    NextToken *string `type:"string"`

    // List of reserved Elasticsearch instance offerings
    ReservedElasticsearchInstanceOfferings []*ReservedElasticsearchInstanceOffering `type:"list"`
    // contains filtered or unexported fields
}

Container for results from DescribeReservedElasticsearchInstanceOfferings

func (DescribeReservedElasticsearchInstanceOfferingsOutput) GoString

func (s DescribeReservedElasticsearchInstanceOfferingsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeReservedElasticsearchInstanceOfferingsOutput) SetNextToken

func (s *DescribeReservedElasticsearchInstanceOfferingsOutput) SetNextToken(v string) *DescribeReservedElasticsearchInstanceOfferingsOutput

SetNextToken sets the NextToken field's value.

func (*DescribeReservedElasticsearchInstanceOfferingsOutput) SetReservedElasticsearchInstanceOfferings

func (s *DescribeReservedElasticsearchInstanceOfferingsOutput) SetReservedElasticsearchInstanceOfferings(v []*ReservedElasticsearchInstanceOffering) *DescribeReservedElasticsearchInstanceOfferingsOutput

SetReservedElasticsearchInstanceOfferings sets the ReservedElasticsearchInstanceOfferings field's value.

func (DescribeReservedElasticsearchInstanceOfferingsOutput) String

func (s DescribeReservedElasticsearchInstanceOfferingsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeReservedElasticsearchInstancesInput

type DescribeReservedElasticsearchInstancesInput struct {

    // Set this value to limit the number of results returned. If not specified,
    // defaults to 100.
    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"`

    // The reserved instance identifier filter value. Use this parameter to show
    // only the reservation that matches the specified reserved Elasticsearch instance
    // ID.
    ReservedElasticsearchInstanceId *string `location:"querystring" locationName:"reservationId" type:"string"`
    // contains filtered or unexported fields
}

Container for parameters to DescribeReservedElasticsearchInstances

func (DescribeReservedElasticsearchInstancesInput) GoString

func (s DescribeReservedElasticsearchInstancesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeReservedElasticsearchInstancesInput) SetMaxResults

func (s *DescribeReservedElasticsearchInstancesInput) SetMaxResults(v int64) *DescribeReservedElasticsearchInstancesInput

SetMaxResults sets the MaxResults field's value.

func (*DescribeReservedElasticsearchInstancesInput) SetNextToken

func (s *DescribeReservedElasticsearchInstancesInput) SetNextToken(v string) *DescribeReservedElasticsearchInstancesInput

SetNextToken sets the NextToken field's value.

func (*DescribeReservedElasticsearchInstancesInput) SetReservedElasticsearchInstanceId

func (s *DescribeReservedElasticsearchInstancesInput) SetReservedElasticsearchInstanceId(v string) *DescribeReservedElasticsearchInstancesInput

SetReservedElasticsearchInstanceId sets the ReservedElasticsearchInstanceId field's value.

func (DescribeReservedElasticsearchInstancesInput) String

func (s DescribeReservedElasticsearchInstancesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeReservedElasticsearchInstancesOutput

type DescribeReservedElasticsearchInstancesOutput struct {

    // Provides an identifier to allow retrieval of paginated results.
    NextToken *string `type:"string"`

    // List of reserved Elasticsearch instances.
    ReservedElasticsearchInstances []*ReservedElasticsearchInstance `type:"list"`
    // contains filtered or unexported fields
}

Container for results from DescribeReservedElasticsearchInstances

func (DescribeReservedElasticsearchInstancesOutput) GoString

func (s DescribeReservedElasticsearchInstancesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeReservedElasticsearchInstancesOutput) SetNextToken

func (s *DescribeReservedElasticsearchInstancesOutput) SetNextToken(v string) *DescribeReservedElasticsearchInstancesOutput

SetNextToken sets the NextToken field's value.

func (*DescribeReservedElasticsearchInstancesOutput) SetReservedElasticsearchInstances

func (s *DescribeReservedElasticsearchInstancesOutput) SetReservedElasticsearchInstances(v []*ReservedElasticsearchInstance) *DescribeReservedElasticsearchInstancesOutput

SetReservedElasticsearchInstances sets the ReservedElasticsearchInstances field's value.

func (DescribeReservedElasticsearchInstancesOutput) String

func (s DescribeReservedElasticsearchInstancesOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeVpcEndpointsInput

type DescribeVpcEndpointsInput struct {

    // The unique identifiers of the endpoints to get information about.
    //
    // VpcEndpointIds is a required field
    VpcEndpointIds []*string `type:"list" required:"true"`
    // contains filtered or unexported fields
}

Container for request parameters to the DescribeVpcEndpoints operation. Specifies the list of VPC endpoints to be described.

func (DescribeVpcEndpointsInput) GoString

func (s DescribeVpcEndpointsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeVpcEndpointsInput) SetVpcEndpointIds

func (s *DescribeVpcEndpointsInput) SetVpcEndpointIds(v []*string) *DescribeVpcEndpointsInput

SetVpcEndpointIds sets the VpcEndpointIds field's value.

func (DescribeVpcEndpointsInput) String

func (s DescribeVpcEndpointsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeVpcEndpointsInput) Validate

func (s *DescribeVpcEndpointsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeVpcEndpointsOutput

type DescribeVpcEndpointsOutput struct {

    // Any errors associated with the request.
    //
    // VpcEndpointErrors is a required field
    VpcEndpointErrors []*VpcEndpointError `type:"list" required:"true"`

    // Information about each requested VPC endpoint.
    //
    // VpcEndpoints is a required field
    VpcEndpoints []*VpcEndpoint `type:"list" required:"true"`
    // contains filtered or unexported fields
}

Container for response parameters to the DescribeVpcEndpoints operation. Returns a list containing configuration details and status of the VPC Endpoints as well as a list containing error responses of the endpoints that could not be described

func (DescribeVpcEndpointsOutput) GoString

func (s DescribeVpcEndpointsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeVpcEndpointsOutput) SetVpcEndpointErrors

func (s *DescribeVpcEndpointsOutput) SetVpcEndpointErrors(v []*VpcEndpointError) *DescribeVpcEndpointsOutput

SetVpcEndpointErrors sets the VpcEndpointErrors field's value.

func (*DescribeVpcEndpointsOutput) SetVpcEndpoints

func (s *DescribeVpcEndpointsOutput) SetVpcEndpoints(v []*VpcEndpoint) *DescribeVpcEndpointsOutput

SetVpcEndpoints sets the VpcEndpoints field's value.

func (DescribeVpcEndpointsOutput) String

func (s DescribeVpcEndpointsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DisabledOperationException

type DisabledOperationException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"message" type:"string"`
    // contains filtered or unexported fields
}

An error occured because the client wanted to access a not supported operation. Gives http status code of 409.

func (*DisabledOperationException) Code

func (s *DisabledOperationException) Code() string

Code returns the exception type name.

func (*DisabledOperationException) Error

func (s *DisabledOperationException) Error() string

func (DisabledOperationException) GoString

func (s DisabledOperationException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DisabledOperationException) Message

func (s *DisabledOperationException) Message() string

Message returns the exception's message.

func (*DisabledOperationException) OrigErr

func (s *DisabledOperationException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*DisabledOperationException) RequestID

func (s *DisabledOperationException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*DisabledOperationException) StatusCode

func (s *DisabledOperationException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (DisabledOperationException) String

func (s DisabledOperationException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DissociatePackageInput

type DissociatePackageInput struct {

    // Name of the domain that you want to associate the package with.
    //
    // DomainName is a required field
    DomainName *string `location:"uri" locationName:"DomainName" min:"3" type:"string" required:"true"`

    // Internal ID of the package that you want to associate with a domain. Use
    // DescribePackages to find this value.
    //
    // PackageID is a required field
    PackageID *string `location:"uri" locationName:"PackageID" type:"string" required:"true"`
    // contains filtered or unexported fields
}

Container for request parameters to DissociatePackage operation.

func (DissociatePackageInput) GoString

func (s DissociatePackageInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DissociatePackageInput) SetDomainName

func (s *DissociatePackageInput) SetDomainName(v string) *DissociatePackageInput

SetDomainName sets the DomainName field's value.

func (*DissociatePackageInput) SetPackageID

func (s *DissociatePackageInput) SetPackageID(v string) *DissociatePackageInput

SetPackageID sets the PackageID field's value.

func (DissociatePackageInput) String

func (s DissociatePackageInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DissociatePackageInput) Validate

func (s *DissociatePackageInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DissociatePackageOutput

type DissociatePackageOutput struct {

    // DomainPackageDetails
    DomainPackageDetails *DomainPackageDetails `type:"structure"`
    // contains filtered or unexported fields
}

Container for response returned by DissociatePackage operation.

func (DissociatePackageOutput) GoString

func (s DissociatePackageOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DissociatePackageOutput) SetDomainPackageDetails

func (s *DissociatePackageOutput) SetDomainPackageDetails(v *DomainPackageDetails) *DissociatePackageOutput

SetDomainPackageDetails sets the DomainPackageDetails field's value.

func (DissociatePackageOutput) String

func (s DissociatePackageOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DomainEndpointOptions

type DomainEndpointOptions struct {

    // Specify the fully qualified domain for your custom endpoint.
    CustomEndpoint *string `min:"1" type:"string"`

    // Specify ACM certificate ARN for your custom endpoint.
    CustomEndpointCertificateArn *string `type:"string"`

    // Specify if custom endpoint should be enabled for the Elasticsearch domain.
    CustomEndpointEnabled *bool `type:"boolean"`

    // Specify if only HTTPS endpoint should be enabled for the Elasticsearch domain.
    EnforceHTTPS *bool `type:"boolean"`

    // Specify the TLS security policy that needs to be applied to the HTTPS endpoint
    // of Elasticsearch domain. It can be one of the following values:
    //    * Policy-Min-TLS-1-0-2019-07: TLS security policy that supports TLS version
    //    1.0 to TLS version 1.2
    //
    //    * Policy-Min-TLS-1-2-2019-07: TLS security policy that supports only TLS
    //    version 1.2
    //
    //    * Policy-Min-TLS-1-2-PFS-2023-10: TLS security policy that supports TLS
    //    version 1.2 to TLS version 1.3 with perfect forward secrecy cipher suites
    TLSSecurityPolicy *string `type:"string" enum:"TLSSecurityPolicy"`
    // contains filtered or unexported fields
}

Options to configure endpoint for the Elasticsearch domain.

func (DomainEndpointOptions) GoString

func (s DomainEndpointOptions) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DomainEndpointOptions) SetCustomEndpoint

func (s *DomainEndpointOptions) SetCustomEndpoint(v string) *DomainEndpointOptions

SetCustomEndpoint sets the CustomEndpoint field's value.

func (*DomainEndpointOptions) SetCustomEndpointCertificateArn

func (s *DomainEndpointOptions) SetCustomEndpointCertificateArn(v string) *DomainEndpointOptions

SetCustomEndpointCertificateArn sets the CustomEndpointCertificateArn field's value.

func (*DomainEndpointOptions) SetCustomEndpointEnabled

func (s *DomainEndpointOptions) SetCustomEndpointEnabled(v bool) *DomainEndpointOptions

SetCustomEndpointEnabled sets the CustomEndpointEnabled field's value.

func (*DomainEndpointOptions) SetEnforceHTTPS

func (s *DomainEndpointOptions) SetEnforceHTTPS(v bool) *DomainEndpointOptions

SetEnforceHTTPS sets the EnforceHTTPS field's value.

func (*DomainEndpointOptions) SetTLSSecurityPolicy

func (s *DomainEndpointOptions) SetTLSSecurityPolicy(v string) *DomainEndpointOptions

SetTLSSecurityPolicy sets the TLSSecurityPolicy field's value.

func (DomainEndpointOptions) String

func (s DomainEndpointOptions) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DomainEndpointOptions) Validate

func (s *DomainEndpointOptions) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DomainEndpointOptionsStatus

type DomainEndpointOptionsStatus struct {

    // Options to configure endpoint for the Elasticsearch domain.
    //
    // Options is a required field
    Options *DomainEndpointOptions `type:"structure" required:"true"`

    // The status of the endpoint options 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 endpoint options for the domain and their current status.

func (DomainEndpointOptionsStatus) GoString

func (s DomainEndpointOptionsStatus) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DomainEndpointOptionsStatus) SetOptions

func (s *DomainEndpointOptionsStatus) SetOptions(v *DomainEndpointOptions) *DomainEndpointOptionsStatus

SetOptions sets the Options field's value.

func (*DomainEndpointOptionsStatus) SetStatus

func (s *DomainEndpointOptionsStatus) SetStatus(v *OptionStatus) *DomainEndpointOptionsStatus

SetStatus sets the Status field's value.

func (DomainEndpointOptionsStatus) String

func (s DomainEndpointOptionsStatus) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DomainInfo

type DomainInfo struct {

    // Specifies the DomainName.
    DomainName *string `min:"3" type:"string"`

    // Specifies the EngineType of the domain.
    EngineType *string `type:"string" enum:"EngineType"`
    // contains filtered or unexported fields
}

func (DomainInfo) GoString

func (s DomainInfo) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DomainInfo) SetDomainName

func (s *DomainInfo) SetDomainName(v string) *DomainInfo

SetDomainName sets the DomainName field's value.

func (*DomainInfo) SetEngineType

func (s *DomainInfo) SetEngineType(v string) *DomainInfo

SetEngineType sets the EngineType field's value.

func (DomainInfo) String

func (s DomainInfo) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DomainInformation

type DomainInformation struct {

    // 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"`

    OwnerId *string `min:"12" type:"string"`

    Region *string `type:"string"`
    // contains filtered or unexported fields
}

func (DomainInformation) GoString

func (s DomainInformation) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DomainInformation) SetDomainName

func (s *DomainInformation) SetDomainName(v string) *DomainInformation

SetDomainName sets the DomainName field's value.

func (*DomainInformation) SetOwnerId

func (s *DomainInformation) SetOwnerId(v string) *DomainInformation

SetOwnerId sets the OwnerId field's value.

func (*DomainInformation) SetRegion

func (s *DomainInformation) SetRegion(v string) *DomainInformation

SetRegion sets the Region field's value.

func (DomainInformation) String

func (s DomainInformation) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DomainInformation) Validate

func (s *DomainInformation) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DomainPackageDetails

type DomainPackageDetails struct {

    // Name of the domain you've associated a package with.
    DomainName *string `min:"3" type:"string"`

    // State of the association. Values are ASSOCIATING/ASSOCIATION_FAILED/ACTIVE/DISSOCIATING/DISSOCIATION_FAILED.
    DomainPackageStatus *string `type:"string" enum:"DomainPackageStatus"`

    // Additional information if the package is in an error state. Null otherwise.
    ErrorDetails *ErrorDetails `type:"structure"`

    // Timestamp of the most-recent update to the association status.
    LastUpdated *time.Time `type:"timestamp"`

    // Internal ID of the package.
    PackageID *string `type:"string"`

    // User specified name of the package.
    PackageName *string `min:"3" type:"string"`

    // Currently supports only TXT-DICTIONARY.
    PackageType *string `type:"string" enum:"PackageType"`

    PackageVersion *string `type:"string"`

    // The relative path on Amazon ES nodes, which can be used as synonym_path when
    // the package is synonym file.
    ReferencePath *string `type:"string"`
    // contains filtered or unexported fields
}

Information on a package that is associated with a domain.

func (DomainPackageDetails) GoString

func (s DomainPackageDetails) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DomainPackageDetails) SetDomainName

func (s *DomainPackageDetails) SetDomainName(v string) *DomainPackageDetails

SetDomainName sets the DomainName field's value.

func (*DomainPackageDetails) SetDomainPackageStatus

func (s *DomainPackageDetails) SetDomainPackageStatus(v string) *DomainPackageDetails

SetDomainPackageStatus sets the DomainPackageStatus field's value.

func (*DomainPackageDetails) SetErrorDetails

func (s *DomainPackageDetails) SetErrorDetails(v *ErrorDetails) *DomainPackageDetails

SetErrorDetails sets the ErrorDetails field's value.

func (*DomainPackageDetails) SetLastUpdated

func (s *DomainPackageDetails) SetLastUpdated(v time.Time) *DomainPackageDetails

SetLastUpdated sets the LastUpdated field's value.

func (*DomainPackageDetails) SetPackageID

func (s *DomainPackageDetails) SetPackageID(v string) *DomainPackageDetails

SetPackageID sets the PackageID field's value.

func (*DomainPackageDetails) SetPackageName

func (s *DomainPackageDetails) SetPackageName(v string) *DomainPackageDetails

SetPackageName sets the PackageName field's value.

func (*DomainPackageDetails) SetPackageType

func (s *DomainPackageDetails) SetPackageType(v string) *DomainPackageDetails

SetPackageType sets the PackageType field's value.

func (*DomainPackageDetails) SetPackageVersion

func (s *DomainPackageDetails) SetPackageVersion(v string) *DomainPackageDetails

SetPackageVersion sets the PackageVersion field's value.

func (*DomainPackageDetails) SetReferencePath

func (s *DomainPackageDetails) SetReferencePath(v string) *DomainPackageDetails

SetReferencePath sets the ReferencePath field's value.

func (DomainPackageDetails) String

func (s DomainPackageDetails) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DryRunResults

type DryRunResults struct {

    // Specifies the deployment mechanism through which the update shall be applied
    // on the domain. Possible responses are Blue/Green (The update will require
    // a blue/green deployment.) DynamicUpdate (The update can be applied in-place
    // without a Blue/Green deployment required.) Undetermined (The domain is undergoing
    // an update which needs to complete before the deployment type can be predicted.)
    // None (The configuration change matches the current configuration and will
    // not result in any update.)
    DeploymentType *string `min:"2" type:"string"`

    // Contains an optional message associated with the DryRunResults.
    Message *string `type:"string"`
    // contains filtered or unexported fields
}

func (DryRunResults) GoString

func (s DryRunResults) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DryRunResults) SetDeploymentType

func (s *DryRunResults) SetDeploymentType(v string) *DryRunResults

SetDeploymentType sets the DeploymentType field's value.

func (*DryRunResults) SetMessage

func (s *DryRunResults) SetMessage(v string) *DryRunResults

SetMessage sets the Message field's value.

func (DryRunResults) String

func (s DryRunResults) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Duration

type Duration struct {

    // Specifies the unit of a maintenance schedule duration. Valid value is HOURS.
    // See the Developer Guide (https://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/auto-tune.html)
    // for more information.
    Unit *string `type:"string" enum:"TimeUnit"`

    // Integer to specify the value of a maintenance schedule duration. See the
    // Developer Guide (https://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/auto-tune.html)
    // for more information.
    Value *int64 `min:"1" type:"long"`
    // contains filtered or unexported fields
}

Specifies maintenance schedule duration: duration value and duration unit. See the Developer Guide (https://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/auto-tune.html) for more information.

func (Duration) GoString

func (s Duration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Duration) SetUnit

func (s *Duration) SetUnit(v string) *Duration

SetUnit sets the Unit field's value.

func (*Duration) SetValue

func (s *Duration) SetValue(v int64) *Duration

SetValue sets the Value field's value.

func (Duration) String

func (s Duration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Duration) Validate

func (s *Duration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type EBSOptions

type EBSOptions struct {

    // Specifies whether EBS-based storage is enabled.
    EBSEnabled *bool `type:"boolean"`

    // Specifies the IOPS for Provisioned IOPS And GP3 EBS volume (SSD).
    Iops *int64 `type:"integer"`

    // Specifies the Throughput for GP3 EBS volume (SSD).
    Throughput *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 *string `type:"string" enum:"VolumeType"`
    // 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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*EBSOptions) SetEBSEnabled

func (s *EBSOptions) SetEBSEnabled(v bool) *EBSOptions

SetEBSEnabled sets the EBSEnabled field's value.

func (*EBSOptions) SetIops

func (s *EBSOptions) SetIops(v int64) *EBSOptions

SetIops sets the Iops field's value.

func (*EBSOptions) SetThroughput

func (s *EBSOptions) SetThroughput(v int64) *EBSOptions

SetThroughput sets the Throughput field's value.

func (*EBSOptions) SetVolumeSize

func (s *EBSOptions) SetVolumeSize(v int64) *EBSOptions

SetVolumeSize sets the VolumeSize field's value.

func (*EBSOptions) SetVolumeType

func (s *EBSOptions) SetVolumeType(v string) *EBSOptions

SetVolumeType sets the VolumeType field's value.

func (EBSOptions) String

func (s EBSOptions) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*EBSOptionsStatus) SetOptions

func (s *EBSOptionsStatus) SetOptions(v *EBSOptions) *EBSOptionsStatus

SetOptions sets the Options field's value.

func (*EBSOptionsStatus) SetStatus

func (s *EBSOptionsStatus) SetStatus(v *OptionStatus) *EBSOptionsStatus

SetStatus sets the Status field's value.

func (EBSOptionsStatus) String

func (s EBSOptionsStatus) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ElasticsearchClusterConfig

type ElasticsearchClusterConfig struct {

    // Specifies the ColdStorageOptions config for Elasticsearch Domain
    ColdStorageOptions *ColdStorageOptions `type:"structure"`

    // 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 *string `type:"string" enum:"ESPartitionInstanceType"`

    // The number of instances in the specified domain cluster.
    InstanceCount *int64 `type:"integer"`

    // The instance type for an Elasticsearch cluster. UltraWarm instance types
    // are not supported for data instances.
    InstanceType *string `type:"string" enum:"ESPartitionInstanceType"`

    // The number of warm nodes in the cluster.
    WarmCount *int64 `type:"integer"`

    // True to enable warm storage.
    WarmEnabled *bool `type:"boolean"`

    // The instance type for the Elasticsearch cluster's warm nodes.
    WarmType *string `type:"string" enum:"ESWarmPartitionInstanceType"`

    // Specifies the zone awareness configuration for a domain when zone awareness
    // is enabled.
    ZoneAwarenessConfig *ZoneAwarenessConfig `type:"structure"`

    // 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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ElasticsearchClusterConfig) SetColdStorageOptions

func (s *ElasticsearchClusterConfig) SetColdStorageOptions(v *ColdStorageOptions) *ElasticsearchClusterConfig

SetColdStorageOptions sets the ColdStorageOptions field's value.

func (*ElasticsearchClusterConfig) SetDedicatedMasterCount

func (s *ElasticsearchClusterConfig) SetDedicatedMasterCount(v int64) *ElasticsearchClusterConfig

SetDedicatedMasterCount sets the DedicatedMasterCount field's value.

func (*ElasticsearchClusterConfig) SetDedicatedMasterEnabled

func (s *ElasticsearchClusterConfig) SetDedicatedMasterEnabled(v bool) *ElasticsearchClusterConfig

SetDedicatedMasterEnabled sets the DedicatedMasterEnabled field's value.

func (*ElasticsearchClusterConfig) SetDedicatedMasterType

func (s *ElasticsearchClusterConfig) SetDedicatedMasterType(v string) *ElasticsearchClusterConfig

SetDedicatedMasterType sets the DedicatedMasterType field's value.

func (*ElasticsearchClusterConfig) SetInstanceCount

func (s *ElasticsearchClusterConfig) SetInstanceCount(v int64) *ElasticsearchClusterConfig

SetInstanceCount sets the InstanceCount field's value.

func (*ElasticsearchClusterConfig) SetInstanceType

func (s *ElasticsearchClusterConfig) SetInstanceType(v string) *ElasticsearchClusterConfig

SetInstanceType sets the InstanceType field's value.

func (*ElasticsearchClusterConfig) SetWarmCount

func (s *ElasticsearchClusterConfig) SetWarmCount(v int64) *ElasticsearchClusterConfig

SetWarmCount sets the WarmCount field's value.

func (*ElasticsearchClusterConfig) SetWarmEnabled

func (s *ElasticsearchClusterConfig) SetWarmEnabled(v bool) *ElasticsearchClusterConfig

SetWarmEnabled sets the WarmEnabled field's value.

func (*ElasticsearchClusterConfig) SetWarmType

func (s *ElasticsearchClusterConfig) SetWarmType(v string) *ElasticsearchClusterConfig

SetWarmType sets the WarmType field's value.

func (*ElasticsearchClusterConfig) SetZoneAwarenessConfig

func (s *ElasticsearchClusterConfig) SetZoneAwarenessConfig(v *ZoneAwarenessConfig) *ElasticsearchClusterConfig

SetZoneAwarenessConfig sets the ZoneAwarenessConfig field's value.

func (*ElasticsearchClusterConfig) SetZoneAwarenessEnabled

func (s *ElasticsearchClusterConfig) SetZoneAwarenessEnabled(v bool) *ElasticsearchClusterConfig

SetZoneAwarenessEnabled sets the ZoneAwarenessEnabled field's value.

func (ElasticsearchClusterConfig) String

func (s ElasticsearchClusterConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ElasticsearchClusterConfig) Validate

func (s *ElasticsearchClusterConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ElasticsearchClusterConfigStatus) SetOptions

func (s *ElasticsearchClusterConfigStatus) SetOptions(v *ElasticsearchClusterConfig) *ElasticsearchClusterConfigStatus

SetOptions sets the Options field's value.

func (*ElasticsearchClusterConfigStatus) SetStatus

func (s *ElasticsearchClusterConfigStatus) SetStatus(v *OptionStatus) *ElasticsearchClusterConfigStatus

SetStatus sets the Status field's value.

func (ElasticsearchClusterConfigStatus) String

func (s ElasticsearchClusterConfigStatus) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

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 AdvancedSecurityOptions for the domain.
    AdvancedSecurityOptions *AdvancedSecurityOptionsStatus `type:"structure"`

    // Specifies AutoTuneOptions for the domain.
    AutoTuneOptions *AutoTuneOptionsStatus `type:"structure"`

    // Specifies change details of the domain configuration change.
    ChangeProgressDetails *ChangeProgressDetails `type:"structure"`

    // The CognitoOptions for the specified domain. For more information, see Amazon
    // Cognito Authentication for Kibana (http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-cognito-auth.html).
    CognitoOptions *CognitoOptionsStatus `type:"structure"`

    // Specifies the DomainEndpointOptions for the Elasticsearch domain.
    DomainEndpointOptions *DomainEndpointOptionsStatus `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"`

    // Information about the domain properties that are currently being modified.
    ModifyingProperties []*ModifyingProperties `type:"list"`

    // Specifies the NodeToNodeEncryptionOptions for the Elasticsearch domain.
    NodeToNodeEncryptionOptions *NodeToNodeEncryptionOptionsStatus `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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ElasticsearchDomainConfig) SetAccessPolicies

func (s *ElasticsearchDomainConfig) SetAccessPolicies(v *AccessPoliciesStatus) *ElasticsearchDomainConfig

SetAccessPolicies sets the AccessPolicies field's value.

func (*ElasticsearchDomainConfig) SetAdvancedOptions

func (s *ElasticsearchDomainConfig) SetAdvancedOptions(v *AdvancedOptionsStatus) *ElasticsearchDomainConfig

SetAdvancedOptions sets the AdvancedOptions field's value.

func (*ElasticsearchDomainConfig) SetAdvancedSecurityOptions

func (s *ElasticsearchDomainConfig) SetAdvancedSecurityOptions(v *AdvancedSecurityOptionsStatus) *ElasticsearchDomainConfig

SetAdvancedSecurityOptions sets the AdvancedSecurityOptions field's value.

func (*ElasticsearchDomainConfig) SetAutoTuneOptions

func (s *ElasticsearchDomainConfig) SetAutoTuneOptions(v *AutoTuneOptionsStatus) *ElasticsearchDomainConfig

SetAutoTuneOptions sets the AutoTuneOptions field's value.

func (*ElasticsearchDomainConfig) SetChangeProgressDetails

func (s *ElasticsearchDomainConfig) SetChangeProgressDetails(v *ChangeProgressDetails) *ElasticsearchDomainConfig

SetChangeProgressDetails sets the ChangeProgressDetails field's value.

func (*ElasticsearchDomainConfig) SetCognitoOptions

func (s *ElasticsearchDomainConfig) SetCognitoOptions(v *CognitoOptionsStatus) *ElasticsearchDomainConfig

SetCognitoOptions sets the CognitoOptions field's value.

func (*ElasticsearchDomainConfig) SetDomainEndpointOptions

func (s *ElasticsearchDomainConfig) SetDomainEndpointOptions(v *DomainEndpointOptionsStatus) *ElasticsearchDomainConfig

SetDomainEndpointOptions sets the DomainEndpointOptions field's value.

func (*ElasticsearchDomainConfig) SetEBSOptions

func (s *ElasticsearchDomainConfig) SetEBSOptions(v *EBSOptionsStatus) *ElasticsearchDomainConfig

SetEBSOptions sets the EBSOptions field's value.

func (*ElasticsearchDomainConfig) SetElasticsearchClusterConfig

func (s *ElasticsearchDomainConfig) SetElasticsearchClusterConfig(v *ElasticsearchClusterConfigStatus) *ElasticsearchDomainConfig

SetElasticsearchClusterConfig sets the ElasticsearchClusterConfig field's value.

func (*ElasticsearchDomainConfig) SetElasticsearchVersion

func (s *ElasticsearchDomainConfig) SetElasticsearchVersion(v *ElasticsearchVersionStatus) *ElasticsearchDomainConfig

SetElasticsearchVersion sets the ElasticsearchVersion field's value.

func (*ElasticsearchDomainConfig) SetEncryptionAtRestOptions

func (s *ElasticsearchDomainConfig) SetEncryptionAtRestOptions(v *EncryptionAtRestOptionsStatus) *ElasticsearchDomainConfig

SetEncryptionAtRestOptions sets the EncryptionAtRestOptions field's value.

func (*ElasticsearchDomainConfig) SetLogPublishingOptions

func (s *ElasticsearchDomainConfig) SetLogPublishingOptions(v *LogPublishingOptionsStatus) *ElasticsearchDomainConfig

SetLogPublishingOptions sets the LogPublishingOptions field's value.

func (*ElasticsearchDomainConfig) SetModifyingProperties

func (s *ElasticsearchDomainConfig) SetModifyingProperties(v []*ModifyingProperties) *ElasticsearchDomainConfig

SetModifyingProperties sets the ModifyingProperties field's value.

func (*ElasticsearchDomainConfig) SetNodeToNodeEncryptionOptions

func (s *ElasticsearchDomainConfig) SetNodeToNodeEncryptionOptions(v *NodeToNodeEncryptionOptionsStatus) *ElasticsearchDomainConfig

SetNodeToNodeEncryptionOptions sets the NodeToNodeEncryptionOptions field's value.

func (*ElasticsearchDomainConfig) SetSnapshotOptions

func (s *ElasticsearchDomainConfig) SetSnapshotOptions(v *SnapshotOptionsStatus) *ElasticsearchDomainConfig

SetSnapshotOptions sets the SnapshotOptions field's value.

func (*ElasticsearchDomainConfig) SetVPCOptions

func (s *ElasticsearchDomainConfig) SetVPCOptions(v *VPCDerivedInfoStatus) *ElasticsearchDomainConfig

SetVPCOptions sets the VPCOptions field's value.

func (ElasticsearchDomainConfig) String

func (s ElasticsearchDomainConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

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 current status of the Elasticsearch domain's advanced security options.
    AdvancedSecurityOptions *AdvancedSecurityOptions `type:"structure"`

    // The current status of the Elasticsearch domain's Auto-Tune options.
    AutoTuneOptions *AutoTuneOptionsOutput `type:"structure"`

    // Specifies change details of the domain configuration change.
    ChangeProgressDetails *ChangeProgressDetails `type:"structure"`

    // The CognitoOptions for the specified domain. For more information, see Amazon
    // Cognito Authentication for Kibana (http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-cognito-auth.html).
    CognitoOptions *CognitoOptions `type:"structure"`

    // 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 current status of the Elasticsearch domain's endpoint options.
    DomainEndpointOptions *DomainEndpointOptions `type:"structure"`

    // 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 status of any changes that are currently in progress for the domain.
    DomainProcessingStatus *string `type:"string" enum:"DomainProcessingStatusType"`

    // 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"`

    // Information about the domain properties that are currently being modified.
    ModifyingProperties []*ModifyingProperties `type:"list"`

    // Specifies the status of the NodeToNodeEncryptionOptions.
    NodeToNodeEncryptionOptions *NodeToNodeEncryptionOptions `type:"structure"`

    // 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"`

    // The current status of the Elasticsearch domain's service software.
    ServiceSoftwareOptions *ServiceSoftwareOptions `type:"structure"`

    // Specifies the status of the SnapshotOptions
    SnapshotOptions *SnapshotOptions `type:"structure"`

    // The status of an Elasticsearch domain version upgrade. True if Amazon Elasticsearch
    // Service is undergoing a version upgrade. False if the configuration is active.
    UpgradeProcessing *bool `type:"boolean"`

    // 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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ElasticsearchDomainStatus) SetARN

func (s *ElasticsearchDomainStatus) SetARN(v string) *ElasticsearchDomainStatus

SetARN sets the ARN field's value.

func (*ElasticsearchDomainStatus) SetAccessPolicies

func (s *ElasticsearchDomainStatus) SetAccessPolicies(v string) *ElasticsearchDomainStatus

SetAccessPolicies sets the AccessPolicies field's value.

func (*ElasticsearchDomainStatus) SetAdvancedOptions

func (s *ElasticsearchDomainStatus) SetAdvancedOptions(v map[string]*string) *ElasticsearchDomainStatus

SetAdvancedOptions sets the AdvancedOptions field's value.

func (*ElasticsearchDomainStatus) SetAdvancedSecurityOptions

func (s *ElasticsearchDomainStatus) SetAdvancedSecurityOptions(v *AdvancedSecurityOptions) *ElasticsearchDomainStatus

SetAdvancedSecurityOptions sets the AdvancedSecurityOptions field's value.

func (*ElasticsearchDomainStatus) SetAutoTuneOptions

func (s *ElasticsearchDomainStatus) SetAutoTuneOptions(v *AutoTuneOptionsOutput) *ElasticsearchDomainStatus

SetAutoTuneOptions sets the AutoTuneOptions field's value.

func (*ElasticsearchDomainStatus) SetChangeProgressDetails

func (s *ElasticsearchDomainStatus) SetChangeProgressDetails(v *ChangeProgressDetails) *ElasticsearchDomainStatus

SetChangeProgressDetails sets the ChangeProgressDetails field's value.

func (*ElasticsearchDomainStatus) SetCognitoOptions

func (s *ElasticsearchDomainStatus) SetCognitoOptions(v *CognitoOptions) *ElasticsearchDomainStatus

SetCognitoOptions sets the CognitoOptions field's value.

func (*ElasticsearchDomainStatus) SetCreated

func (s *ElasticsearchDomainStatus) SetCreated(v bool) *ElasticsearchDomainStatus

SetCreated sets the Created field's value.

func (*ElasticsearchDomainStatus) SetDeleted

func (s *ElasticsearchDomainStatus) SetDeleted(v bool) *ElasticsearchDomainStatus

SetDeleted sets the Deleted field's value.

func (*ElasticsearchDomainStatus) SetDomainEndpointOptions

func (s *ElasticsearchDomainStatus) SetDomainEndpointOptions(v *DomainEndpointOptions) *ElasticsearchDomainStatus

SetDomainEndpointOptions sets the DomainEndpointOptions field's value.

func (*ElasticsearchDomainStatus) SetDomainId

func (s *ElasticsearchDomainStatus) SetDomainId(v string) *ElasticsearchDomainStatus

SetDomainId sets the DomainId field's value.

func (*ElasticsearchDomainStatus) SetDomainName

func (s *ElasticsearchDomainStatus) SetDomainName(v string) *ElasticsearchDomainStatus

SetDomainName sets the DomainName field's value.

func (*ElasticsearchDomainStatus) SetDomainProcessingStatus

func (s *ElasticsearchDomainStatus) SetDomainProcessingStatus(v string) *ElasticsearchDomainStatus

SetDomainProcessingStatus sets the DomainProcessingStatus field's value.

func (*ElasticsearchDomainStatus) SetEBSOptions

func (s *ElasticsearchDomainStatus) SetEBSOptions(v *EBSOptions) *ElasticsearchDomainStatus

SetEBSOptions sets the EBSOptions field's value.

func (*ElasticsearchDomainStatus) SetElasticsearchClusterConfig

func (s *ElasticsearchDomainStatus) SetElasticsearchClusterConfig(v *ElasticsearchClusterConfig) *ElasticsearchDomainStatus

SetElasticsearchClusterConfig sets the ElasticsearchClusterConfig field's value.

func (*ElasticsearchDomainStatus) SetElasticsearchVersion

func (s *ElasticsearchDomainStatus) SetElasticsearchVersion(v string) *ElasticsearchDomainStatus

SetElasticsearchVersion sets the ElasticsearchVersion field's value.

func (*ElasticsearchDomainStatus) SetEncryptionAtRestOptions

func (s *ElasticsearchDomainStatus) SetEncryptionAtRestOptions(v *EncryptionAtRestOptions) *ElasticsearchDomainStatus

SetEncryptionAtRestOptions sets the EncryptionAtRestOptions field's value.

func (*ElasticsearchDomainStatus) SetEndpoint

func (s *ElasticsearchDomainStatus) SetEndpoint(v string) *ElasticsearchDomainStatus

SetEndpoint sets the Endpoint field's value.

func (*ElasticsearchDomainStatus) SetEndpoints

func (s *ElasticsearchDomainStatus) SetEndpoints(v map[string]*string) *ElasticsearchDomainStatus

SetEndpoints sets the Endpoints field's value.

func (*ElasticsearchDomainStatus) SetLogPublishingOptions

func (s *ElasticsearchDomainStatus) SetLogPublishingOptions(v map[string]*LogPublishingOption) *ElasticsearchDomainStatus

SetLogPublishingOptions sets the LogPublishingOptions field's value.

func (*ElasticsearchDomainStatus) SetModifyingProperties

func (s *ElasticsearchDomainStatus) SetModifyingProperties(v []*ModifyingProperties) *ElasticsearchDomainStatus

SetModifyingProperties sets the ModifyingProperties field's value.

func (*ElasticsearchDomainStatus) SetNodeToNodeEncryptionOptions

func (s *ElasticsearchDomainStatus) SetNodeToNodeEncryptionOptions(v *NodeToNodeEncryptionOptions) *ElasticsearchDomainStatus

SetNodeToNodeEncryptionOptions sets the NodeToNodeEncryptionOptions field's value.

func (*ElasticsearchDomainStatus) SetProcessing

func (s *ElasticsearchDomainStatus) SetProcessing(v bool) *ElasticsearchDomainStatus

SetProcessing sets the Processing field's value.

func (*ElasticsearchDomainStatus) SetServiceSoftwareOptions

func (s *ElasticsearchDomainStatus) SetServiceSoftwareOptions(v *ServiceSoftwareOptions) *ElasticsearchDomainStatus

SetServiceSoftwareOptions sets the ServiceSoftwareOptions field's value.

func (*ElasticsearchDomainStatus) SetSnapshotOptions

func (s *ElasticsearchDomainStatus) SetSnapshotOptions(v *SnapshotOptions) *ElasticsearchDomainStatus

SetSnapshotOptions sets the SnapshotOptions field's value.

func (*ElasticsearchDomainStatus) SetUpgradeProcessing

func (s *ElasticsearchDomainStatus) SetUpgradeProcessing(v bool) *ElasticsearchDomainStatus

SetUpgradeProcessing sets the UpgradeProcessing field's value.

func (*ElasticsearchDomainStatus) SetVPCOptions

func (s *ElasticsearchDomainStatus) SetVPCOptions(v *VPCDerivedInfo) *ElasticsearchDomainStatus

SetVPCOptions sets the VPCOptions field's value.

func (ElasticsearchDomainStatus) String

func (s ElasticsearchDomainStatus) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ElasticsearchService

type ElasticsearchService struct {
    *client.Client
}

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(p client.ConfigProvider, cfgs ...*aws.Config) *ElasticsearchService

New creates a new instance of the ElasticsearchService client with a session. If additional configuration is needed for the client instance use the optional aws.Config parameter to add your extra config.

Example:

mySession := session.Must(session.NewSession())

// Create a ElasticsearchService client from just a session.
svc := elasticsearchservice.New(mySession)

// Create a ElasticsearchService client with additional configuration
svc := elasticsearchservice.New(mySession, aws.NewConfig().WithRegion("us-west-2"))

func (*ElasticsearchService) AcceptInboundCrossClusterSearchConnection

func (c *ElasticsearchService) AcceptInboundCrossClusterSearchConnection(input *AcceptInboundCrossClusterSearchConnectionInput) (*AcceptInboundCrossClusterSearchConnectionOutput, error)

AcceptInboundCrossClusterSearchConnection API operation for Amazon Elasticsearch Service.

Allows the destination domain owner to accept an inbound cross-cluster search connection request.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Elasticsearch Service's API operation AcceptInboundCrossClusterSearchConnection for usage and error information.

Returned Error Types:

  • ResourceNotFoundException An exception for accessing or deleting a resource that does not exist. Gives http status code of 400.

  • LimitExceededException An exception for trying to create more than allowed resources or sub-resources. Gives http status code of 409.

  • DisabledOperationException An error occured because the client wanted to access a not supported operation. Gives http status code of 409.

func (*ElasticsearchService) AcceptInboundCrossClusterSearchConnectionRequest

func (c *ElasticsearchService) AcceptInboundCrossClusterSearchConnectionRequest(input *AcceptInboundCrossClusterSearchConnectionInput) (req *request.Request, output *AcceptInboundCrossClusterSearchConnectionOutput)

AcceptInboundCrossClusterSearchConnectionRequest generates a "aws/request.Request" representing the client's request for the AcceptInboundCrossClusterSearchConnection operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See AcceptInboundCrossClusterSearchConnection for more information on using the AcceptInboundCrossClusterSearchConnection API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the AcceptInboundCrossClusterSearchConnectionRequest method.
req, resp := client.AcceptInboundCrossClusterSearchConnectionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ElasticsearchService) AcceptInboundCrossClusterSearchConnectionWithContext

func (c *ElasticsearchService) AcceptInboundCrossClusterSearchConnectionWithContext(ctx aws.Context, input *AcceptInboundCrossClusterSearchConnectionInput, opts ...request.Option) (*AcceptInboundCrossClusterSearchConnectionOutput, error)

AcceptInboundCrossClusterSearchConnectionWithContext is the same as AcceptInboundCrossClusterSearchConnection with the addition of the ability to pass a context and additional request options.

See AcceptInboundCrossClusterSearchConnection for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticsearchService) AddTags

func (c *ElasticsearchService) AddTags(input *AddTagsInput) (*AddTagsOutput, error)

AddTags 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)

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Elasticsearch Service's API operation AddTags for usage and error information.

Returned Error Types:

  • BaseException An error occurred while processing the request.

  • LimitExceededException An exception for trying to create more than allowed resources or sub-resources. Gives http status code of 409.

  • ValidationException An exception for missing / invalid input fields. Gives http status code of 400.

  • 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.

func (*ElasticsearchService) AddTagsRequest

func (c *ElasticsearchService) AddTagsRequest(input *AddTagsInput) (req *request.Request, output *AddTagsOutput)

AddTagsRequest generates a "aws/request.Request" representing the client's request for the AddTags operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See AddTags for more information on using the AddTags API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the AddTagsRequest method.
req, resp := client.AddTagsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ElasticsearchService) AddTagsWithContext

func (c *ElasticsearchService) AddTagsWithContext(ctx aws.Context, input *AddTagsInput, opts ...request.Option) (*AddTagsOutput, error)

AddTagsWithContext is the same as AddTags with the addition of the ability to pass a context and additional request options.

See AddTags for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticsearchService) AssociatePackage

func (c *ElasticsearchService) AssociatePackage(input *AssociatePackageInput) (*AssociatePackageOutput, error)

AssociatePackage API operation for Amazon Elasticsearch Service.

Associates a package with an Amazon ES domain.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Elasticsearch Service's API operation AssociatePackage for usage and error information.

Returned Error Types:

  • BaseException An error occurred while processing the request.

  • 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.

  • ResourceNotFoundException An exception for accessing or deleting a resource that does not exist. Gives http status code of 400.

  • AccessDeniedException An error occurred because user does not have permissions to access the resource. Returns HTTP status code 403.

  • ValidationException An exception for missing / invalid input fields. Gives http status code of 400.

  • ConflictException An error occurred because the client attempts to remove a resource that is currently in use. Returns HTTP status code 409.

func (*ElasticsearchService) AssociatePackageRequest

func (c *ElasticsearchService) AssociatePackageRequest(input *AssociatePackageInput) (req *request.Request, output *AssociatePackageOutput)

AssociatePackageRequest generates a "aws/request.Request" representing the client's request for the AssociatePackage operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See AssociatePackage for more information on using the AssociatePackage API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the AssociatePackageRequest method.
req, resp := client.AssociatePackageRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ElasticsearchService) AssociatePackageWithContext

func (c *ElasticsearchService) AssociatePackageWithContext(ctx aws.Context, input *AssociatePackageInput, opts ...request.Option) (*AssociatePackageOutput, error)

AssociatePackageWithContext is the same as AssociatePackage with the addition of the ability to pass a context and additional request options.

See AssociatePackage for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticsearchService) AuthorizeVpcEndpointAccess

func (c *ElasticsearchService) AuthorizeVpcEndpointAccess(input *AuthorizeVpcEndpointAccessInput) (*AuthorizeVpcEndpointAccessOutput, error)

AuthorizeVpcEndpointAccess API operation for Amazon Elasticsearch Service.

Provides access to an Amazon OpenSearch Service domain through the use of an interface VPC endpoint.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Elasticsearch Service's API operation AuthorizeVpcEndpointAccess for usage and error information.

Returned Error Types:

  • ResourceNotFoundException An exception for accessing or deleting a resource that does not exist. Gives http status code of 400.

  • DisabledOperationException An error occured because the client wanted to access a not supported operation. Gives http status code of 409.

  • LimitExceededException An exception for trying to create more than allowed resources or sub-resources. Gives http status code of 409.

  • ValidationException An exception for missing / invalid input fields. Gives http status code of 400.

  • 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.

  • BaseException An error occurred while processing the request.

func (*ElasticsearchService) AuthorizeVpcEndpointAccessRequest

func (c *ElasticsearchService) AuthorizeVpcEndpointAccessRequest(input *AuthorizeVpcEndpointAccessInput) (req *request.Request, output *AuthorizeVpcEndpointAccessOutput)

AuthorizeVpcEndpointAccessRequest generates a "aws/request.Request" representing the client's request for the AuthorizeVpcEndpointAccess operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See AuthorizeVpcEndpointAccess for more information on using the AuthorizeVpcEndpointAccess API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the AuthorizeVpcEndpointAccessRequest method.
req, resp := client.AuthorizeVpcEndpointAccessRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ElasticsearchService) AuthorizeVpcEndpointAccessWithContext

func (c *ElasticsearchService) AuthorizeVpcEndpointAccessWithContext(ctx aws.Context, input *AuthorizeVpcEndpointAccessInput, opts ...request.Option) (*AuthorizeVpcEndpointAccessOutput, error)

AuthorizeVpcEndpointAccessWithContext is the same as AuthorizeVpcEndpointAccess with the addition of the ability to pass a context and additional request options.

See AuthorizeVpcEndpointAccess for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticsearchService) CancelDomainConfigChange

func (c *ElasticsearchService) CancelDomainConfigChange(input *CancelDomainConfigChangeInput) (*CancelDomainConfigChangeOutput, error)

CancelDomainConfigChange API operation for Amazon Elasticsearch Service.

Cancels a pending configuration change on an Amazon OpenSearch Service domain.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Elasticsearch Service's API operation CancelDomainConfigChange for usage and error information.

Returned Error Types:

  • BaseException An error occurred while processing the request.

  • 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.

  • ResourceNotFoundException An exception for accessing or deleting a resource that does not exist. Gives http status code of 400.

  • ValidationException An exception for missing / invalid input fields. Gives http status code of 400.

  • DisabledOperationException An error occured because the client wanted to access a not supported operation. Gives http status code of 409.

func (*ElasticsearchService) CancelDomainConfigChangeRequest

func (c *ElasticsearchService) CancelDomainConfigChangeRequest(input *CancelDomainConfigChangeInput) (req *request.Request, output *CancelDomainConfigChangeOutput)

CancelDomainConfigChangeRequest generates a "aws/request.Request" representing the client's request for the CancelDomainConfigChange operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CancelDomainConfigChange for more information on using the CancelDomainConfigChange API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CancelDomainConfigChangeRequest method.
req, resp := client.CancelDomainConfigChangeRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ElasticsearchService) CancelDomainConfigChangeWithContext

func (c *ElasticsearchService) CancelDomainConfigChangeWithContext(ctx aws.Context, input *CancelDomainConfigChangeInput, opts ...request.Option) (*CancelDomainConfigChangeOutput, error)

CancelDomainConfigChangeWithContext is the same as CancelDomainConfigChange with the addition of the ability to pass a context and additional request options.

See CancelDomainConfigChange for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticsearchService) CancelElasticsearchServiceSoftwareUpdate

func (c *ElasticsearchService) CancelElasticsearchServiceSoftwareUpdate(input *CancelElasticsearchServiceSoftwareUpdateInput) (*CancelElasticsearchServiceSoftwareUpdateOutput, error)

CancelElasticsearchServiceSoftwareUpdate API operation for Amazon Elasticsearch Service.

Cancels a scheduled service software update for an Amazon ES domain. You can only perform this operation before the AutomatedUpdateDate and when the UpdateStatus is in the PENDING_UPDATE state.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Elasticsearch Service's API operation CancelElasticsearchServiceSoftwareUpdate for usage and error information.

Returned Error Types:

  • BaseException An error occurred while processing the request.

  • 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.

  • ResourceNotFoundException An exception for accessing or deleting a resource that does not exist. Gives http status code of 400.

  • ValidationException An exception for missing / invalid input fields. Gives http status code of 400.

func (*ElasticsearchService) CancelElasticsearchServiceSoftwareUpdateRequest

func (c *ElasticsearchService) CancelElasticsearchServiceSoftwareUpdateRequest(input *CancelElasticsearchServiceSoftwareUpdateInput) (req *request.Request, output *CancelElasticsearchServiceSoftwareUpdateOutput)

CancelElasticsearchServiceSoftwareUpdateRequest generates a "aws/request.Request" representing the client's request for the CancelElasticsearchServiceSoftwareUpdate operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CancelElasticsearchServiceSoftwareUpdate for more information on using the CancelElasticsearchServiceSoftwareUpdate API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CancelElasticsearchServiceSoftwareUpdateRequest method.
req, resp := client.CancelElasticsearchServiceSoftwareUpdateRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ElasticsearchService) CancelElasticsearchServiceSoftwareUpdateWithContext

func (c *ElasticsearchService) CancelElasticsearchServiceSoftwareUpdateWithContext(ctx aws.Context, input *CancelElasticsearchServiceSoftwareUpdateInput, opts ...request.Option) (*CancelElasticsearchServiceSoftwareUpdateOutput, error)

CancelElasticsearchServiceSoftwareUpdateWithContext is the same as CancelElasticsearchServiceSoftwareUpdate with the addition of the ability to pass a context and additional request options.

See CancelElasticsearchServiceSoftwareUpdate for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticsearchService) CreateElasticsearchDomain

func (c *ElasticsearchService) CreateElasticsearchDomain(input *CreateElasticsearchDomainInput) (*CreateElasticsearchDomainOutput, error)

CreateElasticsearchDomain 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.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Elasticsearch Service's API operation CreateElasticsearchDomain for usage and error information.

Returned Error Types:

  • BaseException An error occurred while processing the request.

  • DisabledOperationException An error occured because the client wanted to access a not supported operation. Gives http status code of 409.

  • 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.

  • InvalidTypeException An exception for trying to create or access sub-resource that is either invalid or not supported. Gives http status code of 409.

  • LimitExceededException An exception for trying to create more than allowed resources or sub-resources. Gives http status code of 409.

  • ResourceAlreadyExistsException An exception for creating a resource that already exists. Gives http status code of 400.

  • ValidationException An exception for missing / invalid input fields. Gives http status code of 400.

func (*ElasticsearchService) CreateElasticsearchDomainRequest

func (c *ElasticsearchService) CreateElasticsearchDomainRequest(input *CreateElasticsearchDomainInput) (req *request.Request, output *CreateElasticsearchDomainOutput)

CreateElasticsearchDomainRequest generates a "aws/request.Request" representing the client's request for the CreateElasticsearchDomain operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateElasticsearchDomain for more information on using the CreateElasticsearchDomain API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateElasticsearchDomainRequest method.
req, resp := client.CreateElasticsearchDomainRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ElasticsearchService) CreateElasticsearchDomainWithContext

func (c *ElasticsearchService) CreateElasticsearchDomainWithContext(ctx aws.Context, input *CreateElasticsearchDomainInput, opts ...request.Option) (*CreateElasticsearchDomainOutput, error)

CreateElasticsearchDomainWithContext is the same as CreateElasticsearchDomain with the addition of the ability to pass a context and additional request options.

See CreateElasticsearchDomain for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticsearchService) CreateOutboundCrossClusterSearchConnection

func (c *ElasticsearchService) CreateOutboundCrossClusterSearchConnection(input *CreateOutboundCrossClusterSearchConnectionInput) (*CreateOutboundCrossClusterSearchConnectionOutput, error)

CreateOutboundCrossClusterSearchConnection API operation for Amazon Elasticsearch Service.

Creates a new cross-cluster search connection from a source domain to a destination domain.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Elasticsearch Service's API operation CreateOutboundCrossClusterSearchConnection for usage and error information.

Returned Error Types:

  • LimitExceededException An exception for trying to create more than allowed resources or sub-resources. Gives http status code of 409.

  • 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.

  • ResourceAlreadyExistsException An exception for creating a resource that already exists. Gives http status code of 400.

  • DisabledOperationException An error occured because the client wanted to access a not supported operation. Gives http status code of 409.

func (*ElasticsearchService) CreateOutboundCrossClusterSearchConnectionRequest

func (c *ElasticsearchService) CreateOutboundCrossClusterSearchConnectionRequest(input *CreateOutboundCrossClusterSearchConnectionInput) (req *request.Request, output *CreateOutboundCrossClusterSearchConnectionOutput)

CreateOutboundCrossClusterSearchConnectionRequest generates a "aws/request.Request" representing the client's request for the CreateOutboundCrossClusterSearchConnection operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateOutboundCrossClusterSearchConnection for more information on using the CreateOutboundCrossClusterSearchConnection API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateOutboundCrossClusterSearchConnectionRequest method.
req, resp := client.CreateOutboundCrossClusterSearchConnectionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ElasticsearchService) CreateOutboundCrossClusterSearchConnectionWithContext

func (c *ElasticsearchService) CreateOutboundCrossClusterSearchConnectionWithContext(ctx aws.Context, input *CreateOutboundCrossClusterSearchConnectionInput, opts ...request.Option) (*CreateOutboundCrossClusterSearchConnectionOutput, error)

CreateOutboundCrossClusterSearchConnectionWithContext is the same as CreateOutboundCrossClusterSearchConnection with the addition of the ability to pass a context and additional request options.

See CreateOutboundCrossClusterSearchConnection for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticsearchService) CreatePackage

func (c *ElasticsearchService) CreatePackage(input *CreatePackageInput) (*CreatePackageOutput, error)

CreatePackage API operation for Amazon Elasticsearch Service.

Create a package for use with Amazon ES domains.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Elasticsearch Service's API operation CreatePackage for usage and error information.

Returned Error Types:

  • BaseException An error occurred while processing the request.

  • 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.

  • LimitExceededException An exception for trying to create more than allowed resources or sub-resources. Gives http status code of 409.

  • InvalidTypeException An exception for trying to create or access sub-resource that is either invalid or not supported. Gives http status code of 409.

  • ResourceAlreadyExistsException An exception for creating a resource that already exists. Gives http status code of 400.

  • AccessDeniedException An error occurred because user does not have permissions to access the resource. Returns HTTP status code 403.

  • ValidationException An exception for missing / invalid input fields. Gives http status code of 400.

func (*ElasticsearchService) CreatePackageRequest

func (c *ElasticsearchService) CreatePackageRequest(input *CreatePackageInput) (req *request.Request, output *CreatePackageOutput)

CreatePackageRequest generates a "aws/request.Request" representing the client's request for the CreatePackage operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreatePackage for more information on using the CreatePackage API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreatePackageRequest method.
req, resp := client.CreatePackageRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ElasticsearchService) CreatePackageWithContext

func (c *ElasticsearchService) CreatePackageWithContext(ctx aws.Context, input *CreatePackageInput, opts ...request.Option) (*CreatePackageOutput, error)

CreatePackageWithContext is the same as CreatePackage with the addition of the ability to pass a context and additional request options.

See CreatePackage for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticsearchService) CreateVpcEndpoint

func (c *ElasticsearchService) CreateVpcEndpoint(input *CreateVpcEndpointInput) (*CreateVpcEndpointOutput, error)

CreateVpcEndpoint API operation for Amazon Elasticsearch Service.

Creates an Amazon OpenSearch Service-managed VPC endpoint.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Elasticsearch Service's API operation CreateVpcEndpoint for usage and error information.

Returned Error Types:

  • ConflictException An error occurred because the client attempts to remove a resource that is currently in use. Returns HTTP status code 409.

  • ValidationException An exception for missing / invalid input fields. Gives http status code of 400.

  • LimitExceededException An exception for trying to create more than allowed resources or sub-resources. Gives http status code of 409.

  • 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.

  • DisabledOperationException An error occured because the client wanted to access a not supported operation. Gives http status code of 409.

  • BaseException An error occurred while processing the request.

func (*ElasticsearchService) CreateVpcEndpointRequest

func (c *ElasticsearchService) CreateVpcEndpointRequest(input *CreateVpcEndpointInput) (req *request.Request, output *CreateVpcEndpointOutput)

CreateVpcEndpointRequest generates a "aws/request.Request" representing the client's request for the CreateVpcEndpoint operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateVpcEndpoint for more information on using the CreateVpcEndpoint API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateVpcEndpointRequest method.
req, resp := client.CreateVpcEndpointRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ElasticsearchService) CreateVpcEndpointWithContext

func (c *ElasticsearchService) CreateVpcEndpointWithContext(ctx aws.Context, input *CreateVpcEndpointInput, opts ...request.Option) (*CreateVpcEndpointOutput, error)

CreateVpcEndpointWithContext is the same as CreateVpcEndpoint with the addition of the ability to pass a context and additional request options.

See CreateVpcEndpoint for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticsearchService) DeleteElasticsearchDomain

func (c *ElasticsearchService) DeleteElasticsearchDomain(input *DeleteElasticsearchDomainInput) (*DeleteElasticsearchDomainOutput, error)

DeleteElasticsearchDomain 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.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Elasticsearch Service's API operation DeleteElasticsearchDomain for usage and error information.

Returned Error Types:

  • BaseException An error occurred while processing the request.

  • 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.

  • ResourceNotFoundException An exception for accessing or deleting a resource that does not exist. Gives http status code of 400.

  • ValidationException An exception for missing / invalid input fields. Gives http status code of 400.

func (*ElasticsearchService) DeleteElasticsearchDomainRequest

func (c *ElasticsearchService) DeleteElasticsearchDomainRequest(input *DeleteElasticsearchDomainInput) (req *request.Request, output *DeleteElasticsearchDomainOutput)

DeleteElasticsearchDomainRequest generates a "aws/request.Request" representing the client's request for the DeleteElasticsearchDomain operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteElasticsearchDomain for more information on using the DeleteElasticsearchDomain API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteElasticsearchDomainRequest method.
req, resp := client.DeleteElasticsearchDomainRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ElasticsearchService) DeleteElasticsearchDomainWithContext

func (c *ElasticsearchService) DeleteElasticsearchDomainWithContext(ctx aws.Context, input *DeleteElasticsearchDomainInput, opts ...request.Option) (*DeleteElasticsearchDomainOutput, error)

DeleteElasticsearchDomainWithContext is the same as DeleteElasticsearchDomain with the addition of the ability to pass a context and additional request options.

See DeleteElasticsearchDomain for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticsearchService) DeleteElasticsearchServiceRole

func (c *ElasticsearchService) DeleteElasticsearchServiceRole(input *DeleteElasticsearchServiceRoleInput) (*DeleteElasticsearchServiceRoleOutput, error)

DeleteElasticsearchServiceRole 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.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Elasticsearch Service's API operation DeleteElasticsearchServiceRole for usage and error information.

Returned Error Types:

  • BaseException An error occurred while processing the request.

  • 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.

  • ValidationException An exception for missing / invalid input fields. Gives http status code of 400.

func (*ElasticsearchService) DeleteElasticsearchServiceRoleRequest

func (c *ElasticsearchService) DeleteElasticsearchServiceRoleRequest(input *DeleteElasticsearchServiceRoleInput) (req *request.Request, output *DeleteElasticsearchServiceRoleOutput)

DeleteElasticsearchServiceRoleRequest generates a "aws/request.Request" representing the client's request for the DeleteElasticsearchServiceRole operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteElasticsearchServiceRole for more information on using the DeleteElasticsearchServiceRole API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteElasticsearchServiceRoleRequest method.
req, resp := client.DeleteElasticsearchServiceRoleRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ElasticsearchService) DeleteElasticsearchServiceRoleWithContext

func (c *ElasticsearchService) DeleteElasticsearchServiceRoleWithContext(ctx aws.Context, input *DeleteElasticsearchServiceRoleInput, opts ...request.Option) (*DeleteElasticsearchServiceRoleOutput, error)

DeleteElasticsearchServiceRoleWithContext is the same as DeleteElasticsearchServiceRole with the addition of the ability to pass a context and additional request options.

See DeleteElasticsearchServiceRole for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticsearchService) DeleteInboundCrossClusterSearchConnection

func (c *ElasticsearchService) DeleteInboundCrossClusterSearchConnection(input *DeleteInboundCrossClusterSearchConnectionInput) (*DeleteInboundCrossClusterSearchConnectionOutput, error)

DeleteInboundCrossClusterSearchConnection API operation for Amazon Elasticsearch Service.

Allows the destination domain owner to delete an existing inbound cross-cluster search connection.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Elasticsearch Service's API operation DeleteInboundCrossClusterSearchConnection for usage and error information.

Returned Error Types:

  • ResourceNotFoundException An exception for accessing or deleting a resource that does not exist. Gives http status code of 400.

  • DisabledOperationException An error occured because the client wanted to access a not supported operation. Gives http status code of 409.

func (*ElasticsearchService) DeleteInboundCrossClusterSearchConnectionRequest

func (c *ElasticsearchService) DeleteInboundCrossClusterSearchConnectionRequest(input *DeleteInboundCrossClusterSearchConnectionInput) (req *request.Request, output *DeleteInboundCrossClusterSearchConnectionOutput)

DeleteInboundCrossClusterSearchConnectionRequest generates a "aws/request.Request" representing the client's request for the DeleteInboundCrossClusterSearchConnection operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteInboundCrossClusterSearchConnection for more information on using the DeleteInboundCrossClusterSearchConnection API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteInboundCrossClusterSearchConnectionRequest method.
req, resp := client.DeleteInboundCrossClusterSearchConnectionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ElasticsearchService) DeleteInboundCrossClusterSearchConnectionWithContext

func (c *ElasticsearchService) DeleteInboundCrossClusterSearchConnectionWithContext(ctx aws.Context, input *DeleteInboundCrossClusterSearchConnectionInput, opts ...request.Option) (*DeleteInboundCrossClusterSearchConnectionOutput, error)

DeleteInboundCrossClusterSearchConnectionWithContext is the same as DeleteInboundCrossClusterSearchConnection with the addition of the ability to pass a context and additional request options.

See DeleteInboundCrossClusterSearchConnection for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticsearchService) DeleteOutboundCrossClusterSearchConnection

func (c *ElasticsearchService) DeleteOutboundCrossClusterSearchConnection(input *DeleteOutboundCrossClusterSearchConnectionInput) (*DeleteOutboundCrossClusterSearchConnectionOutput, error)

DeleteOutboundCrossClusterSearchConnection API operation for Amazon Elasticsearch Service.

Allows the source domain owner to delete an existing outbound cross-cluster search connection.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Elasticsearch Service's API operation DeleteOutboundCrossClusterSearchConnection for usage and error information.

Returned Error Types:

  • ResourceNotFoundException An exception for accessing or deleting a resource that does not exist. Gives http status code of 400.

  • DisabledOperationException An error occured because the client wanted to access a not supported operation. Gives http status code of 409.

func (*ElasticsearchService) DeleteOutboundCrossClusterSearchConnectionRequest

func (c *ElasticsearchService) DeleteOutboundCrossClusterSearchConnectionRequest(input *DeleteOutboundCrossClusterSearchConnectionInput) (req *request.Request, output *DeleteOutboundCrossClusterSearchConnectionOutput)

DeleteOutboundCrossClusterSearchConnectionRequest generates a "aws/request.Request" representing the client's request for the DeleteOutboundCrossClusterSearchConnection operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteOutboundCrossClusterSearchConnection for more information on using the DeleteOutboundCrossClusterSearchConnection API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteOutboundCrossClusterSearchConnectionRequest method.
req, resp := client.DeleteOutboundCrossClusterSearchConnectionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ElasticsearchService) DeleteOutboundCrossClusterSearchConnectionWithContext

func (c *ElasticsearchService) DeleteOutboundCrossClusterSearchConnectionWithContext(ctx aws.Context, input *DeleteOutboundCrossClusterSearchConnectionInput, opts ...request.Option) (*DeleteOutboundCrossClusterSearchConnectionOutput, error)

DeleteOutboundCrossClusterSearchConnectionWithContext is the same as DeleteOutboundCrossClusterSearchConnection with the addition of the ability to pass a context and additional request options.

See DeleteOutboundCrossClusterSearchConnection for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticsearchService) DeletePackage

func (c *ElasticsearchService) DeletePackage(input *DeletePackageInput) (*DeletePackageOutput, error)

DeletePackage API operation for Amazon Elasticsearch Service.

Delete the package.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Elasticsearch Service's API operation DeletePackage for usage and error information.

Returned Error Types:

  • BaseException An error occurred while processing the request.

  • 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.

  • ResourceNotFoundException An exception for accessing or deleting a resource that does not exist. Gives http status code of 400.

  • AccessDeniedException An error occurred because user does not have permissions to access the resource. Returns HTTP status code 403.

  • ValidationException An exception for missing / invalid input fields. Gives http status code of 400.

  • ConflictException An error occurred because the client attempts to remove a resource that is currently in use. Returns HTTP status code 409.

func (*ElasticsearchService) DeletePackageRequest

func (c *ElasticsearchService) DeletePackageRequest(input *DeletePackageInput) (req *request.Request, output *DeletePackageOutput)

DeletePackageRequest generates a "aws/request.Request" representing the client's request for the DeletePackage operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeletePackage for more information on using the DeletePackage API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeletePackageRequest method.
req, resp := client.DeletePackageRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ElasticsearchService) DeletePackageWithContext

func (c *ElasticsearchService) DeletePackageWithContext(ctx aws.Context, input *DeletePackageInput, opts ...request.Option) (*DeletePackageOutput, error)

DeletePackageWithContext is the same as DeletePackage with the addition of the ability to pass a context and additional request options.

See DeletePackage for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticsearchService) DeleteVpcEndpoint

func (c *ElasticsearchService) DeleteVpcEndpoint(input *DeleteVpcEndpointInput) (*DeleteVpcEndpointOutput, error)

DeleteVpcEndpoint API operation for Amazon Elasticsearch Service.

Deletes an Amazon OpenSearch Service-managed interface VPC endpoint.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Elasticsearch Service's API operation DeleteVpcEndpoint for usage and error information.

Returned Error Types:

  • ResourceNotFoundException An exception for accessing or deleting a resource that does not exist. Gives http status code of 400.

  • DisabledOperationException An error occured because the client wanted to access a not supported operation. Gives http status code of 409.

  • 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.

  • BaseException An error occurred while processing the request.

func (*ElasticsearchService) DeleteVpcEndpointRequest

func (c *ElasticsearchService) DeleteVpcEndpointRequest(input *DeleteVpcEndpointInput) (req *request.Request, output *DeleteVpcEndpointOutput)

DeleteVpcEndpointRequest generates a "aws/request.Request" representing the client's request for the DeleteVpcEndpoint operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteVpcEndpoint for more information on using the DeleteVpcEndpoint API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteVpcEndpointRequest method.
req, resp := client.DeleteVpcEndpointRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ElasticsearchService) DeleteVpcEndpointWithContext

func (c *ElasticsearchService) DeleteVpcEndpointWithContext(ctx aws.Context, input *DeleteVpcEndpointInput, opts ...request.Option) (*DeleteVpcEndpointOutput, error)

DeleteVpcEndpointWithContext is the same as DeleteVpcEndpoint with the addition of the ability to pass a context and additional request options.

See DeleteVpcEndpoint for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticsearchService) DescribeDomainAutoTunes

func (c *ElasticsearchService) DescribeDomainAutoTunes(input *DescribeDomainAutoTunesInput) (*DescribeDomainAutoTunesOutput, error)

DescribeDomainAutoTunes API operation for Amazon Elasticsearch Service.

Provides scheduled Auto-Tune action details for the Elasticsearch domain, such as Auto-Tune action type, description, severity, and scheduled date.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Elasticsearch Service's API operation DescribeDomainAutoTunes for usage and error information.

Returned Error Types:

  • BaseException An error occurred while processing the request.

  • 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.

  • ResourceNotFoundException An exception for accessing or deleting a resource that does not exist. Gives http status code of 400.

  • ValidationException An exception for missing / invalid input fields. Gives http status code of 400.

func (*ElasticsearchService) DescribeDomainAutoTunesPages

func (c *ElasticsearchService) DescribeDomainAutoTunesPages(input *DescribeDomainAutoTunesInput, fn func(*DescribeDomainAutoTunesOutput, bool) bool) error

DescribeDomainAutoTunesPages iterates over the pages of a DescribeDomainAutoTunes operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribeDomainAutoTunes method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a DescribeDomainAutoTunes operation.
pageNum := 0
err := client.DescribeDomainAutoTunesPages(params,
    func(page *elasticsearchservice.DescribeDomainAutoTunesOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*ElasticsearchService) DescribeDomainAutoTunesPagesWithContext

func (c *ElasticsearchService) DescribeDomainAutoTunesPagesWithContext(ctx aws.Context, input *DescribeDomainAutoTunesInput, fn func(*DescribeDomainAutoTunesOutput, bool) bool, opts ...request.Option) error

DescribeDomainAutoTunesPagesWithContext same as DescribeDomainAutoTunesPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticsearchService) DescribeDomainAutoTunesRequest

func (c *ElasticsearchService) DescribeDomainAutoTunesRequest(input *DescribeDomainAutoTunesInput) (req *request.Request, output *DescribeDomainAutoTunesOutput)

DescribeDomainAutoTunesRequest generates a "aws/request.Request" representing the client's request for the DescribeDomainAutoTunes operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeDomainAutoTunes for more information on using the DescribeDomainAutoTunes API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeDomainAutoTunesRequest method.
req, resp := client.DescribeDomainAutoTunesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ElasticsearchService) DescribeDomainAutoTunesWithContext

func (c *ElasticsearchService) DescribeDomainAutoTunesWithContext(ctx aws.Context, input *DescribeDomainAutoTunesInput, opts ...request.Option) (*DescribeDomainAutoTunesOutput, error)

DescribeDomainAutoTunesWithContext is the same as DescribeDomainAutoTunes with the addition of the ability to pass a context and additional request options.

See DescribeDomainAutoTunes for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticsearchService) DescribeDomainChangeProgress

func (c *ElasticsearchService) DescribeDomainChangeProgress(input *DescribeDomainChangeProgressInput) (*DescribeDomainChangeProgressOutput, error)

DescribeDomainChangeProgress API operation for Amazon Elasticsearch Service.

Returns information about the current blue/green deployment happening on a domain, including a change ID, status, and progress stages.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Elasticsearch Service's API operation DescribeDomainChangeProgress for usage and error information.

Returned Error Types:

  • BaseException An error occurred while processing the request.

  • 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.

  • ResourceNotFoundException An exception for accessing or deleting a resource that does not exist. Gives http status code of 400.

  • ValidationException An exception for missing / invalid input fields. Gives http status code of 400.

func (*ElasticsearchService) DescribeDomainChangeProgressRequest

func (c *ElasticsearchService) DescribeDomainChangeProgressRequest(input *DescribeDomainChangeProgressInput) (req *request.Request, output *DescribeDomainChangeProgressOutput)

DescribeDomainChangeProgressRequest generates a "aws/request.Request" representing the client's request for the DescribeDomainChangeProgress operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeDomainChangeProgress for more information on using the DescribeDomainChangeProgress API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeDomainChangeProgressRequest method.
req, resp := client.DescribeDomainChangeProgressRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ElasticsearchService) DescribeDomainChangeProgressWithContext

func (c *ElasticsearchService) DescribeDomainChangeProgressWithContext(ctx aws.Context, input *DescribeDomainChangeProgressInput, opts ...request.Option) (*DescribeDomainChangeProgressOutput, error)

DescribeDomainChangeProgressWithContext is the same as DescribeDomainChangeProgress with the addition of the ability to pass a context and additional request options.

See DescribeDomainChangeProgress for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticsearchService) DescribeElasticsearchDomain

func (c *ElasticsearchService) DescribeElasticsearchDomain(input *DescribeElasticsearchDomainInput) (*DescribeElasticsearchDomainOutput, error)

DescribeElasticsearchDomain API operation for Amazon Elasticsearch Service.

Returns domain configuration information about the specified Elasticsearch domain, including the domain ID, domain endpoint, and domain ARN.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Elasticsearch Service's API operation DescribeElasticsearchDomain for usage and error information.

Returned Error Types:

  • BaseException An error occurred while processing the request.

  • 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.

  • ResourceNotFoundException An exception for accessing or deleting a resource that does not exist. Gives http status code of 400.

  • ValidationException An exception for missing / invalid input fields. Gives http status code of 400.

func (*ElasticsearchService) DescribeElasticsearchDomainConfig

func (c *ElasticsearchService) DescribeElasticsearchDomainConfig(input *DescribeElasticsearchDomainConfigInput) (*DescribeElasticsearchDomainConfigOutput, error)

DescribeElasticsearchDomainConfig 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.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Elasticsearch Service's API operation DescribeElasticsearchDomainConfig for usage and error information.

Returned Error Types:

  • BaseException An error occurred while processing the request.

  • 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.

  • ResourceNotFoundException An exception for accessing or deleting a resource that does not exist. Gives http status code of 400.

  • ValidationException An exception for missing / invalid input fields. Gives http status code of 400.

func (*ElasticsearchService) DescribeElasticsearchDomainConfigRequest

func (c *ElasticsearchService) DescribeElasticsearchDomainConfigRequest(input *DescribeElasticsearchDomainConfigInput) (req *request.Request, output *DescribeElasticsearchDomainConfigOutput)

DescribeElasticsearchDomainConfigRequest generates a "aws/request.Request" representing the client's request for the DescribeElasticsearchDomainConfig operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeElasticsearchDomainConfig for more information on using the DescribeElasticsearchDomainConfig API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeElasticsearchDomainConfigRequest method.
req, resp := client.DescribeElasticsearchDomainConfigRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ElasticsearchService) DescribeElasticsearchDomainConfigWithContext

func (c *ElasticsearchService) DescribeElasticsearchDomainConfigWithContext(ctx aws.Context, input *DescribeElasticsearchDomainConfigInput, opts ...request.Option) (*DescribeElasticsearchDomainConfigOutput, error)

DescribeElasticsearchDomainConfigWithContext is the same as DescribeElasticsearchDomainConfig with the addition of the ability to pass a context and additional request options.

See DescribeElasticsearchDomainConfig for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticsearchService) DescribeElasticsearchDomainRequest

func (c *ElasticsearchService) DescribeElasticsearchDomainRequest(input *DescribeElasticsearchDomainInput) (req *request.Request, output *DescribeElasticsearchDomainOutput)

DescribeElasticsearchDomainRequest generates a "aws/request.Request" representing the client's request for the DescribeElasticsearchDomain operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeElasticsearchDomain for more information on using the DescribeElasticsearchDomain API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeElasticsearchDomainRequest method.
req, resp := client.DescribeElasticsearchDomainRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ElasticsearchService) DescribeElasticsearchDomainWithContext

func (c *ElasticsearchService) DescribeElasticsearchDomainWithContext(ctx aws.Context, input *DescribeElasticsearchDomainInput, opts ...request.Option) (*DescribeElasticsearchDomainOutput, error)

DescribeElasticsearchDomainWithContext is the same as DescribeElasticsearchDomain with the addition of the ability to pass a context and additional request options.

See DescribeElasticsearchDomain for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticsearchService) DescribeElasticsearchDomains

func (c *ElasticsearchService) DescribeElasticsearchDomains(input *DescribeElasticsearchDomainsInput) (*DescribeElasticsearchDomainsOutput, error)

DescribeElasticsearchDomains API operation for Amazon Elasticsearch Service.

Returns domain configuration information about the specified Elasticsearch domains, including the domain ID, domain endpoint, and domain ARN.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Elasticsearch Service's API operation DescribeElasticsearchDomains for usage and error information.

Returned Error Types:

  • BaseException An error occurred while processing the request.

  • 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.

  • ValidationException An exception for missing / invalid input fields. Gives http status code of 400.

func (*ElasticsearchService) DescribeElasticsearchDomainsRequest

func (c *ElasticsearchService) DescribeElasticsearchDomainsRequest(input *DescribeElasticsearchDomainsInput) (req *request.Request, output *DescribeElasticsearchDomainsOutput)

DescribeElasticsearchDomainsRequest generates a "aws/request.Request" representing the client's request for the DescribeElasticsearchDomains operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeElasticsearchDomains for more information on using the DescribeElasticsearchDomains API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeElasticsearchDomainsRequest method.
req, resp := client.DescribeElasticsearchDomainsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ElasticsearchService) DescribeElasticsearchDomainsWithContext

func (c *ElasticsearchService) DescribeElasticsearchDomainsWithContext(ctx aws.Context, input *DescribeElasticsearchDomainsInput, opts ...request.Option) (*DescribeElasticsearchDomainsOutput, error)

DescribeElasticsearchDomainsWithContext is the same as DescribeElasticsearchDomains with the addition of the ability to pass a context and additional request options.

See DescribeElasticsearchDomains for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticsearchService) DescribeElasticsearchInstanceTypeLimits

func (c *ElasticsearchService) DescribeElasticsearchInstanceTypeLimits(input *DescribeElasticsearchInstanceTypeLimitsInput) (*DescribeElasticsearchInstanceTypeLimitsOutput, error)

DescribeElasticsearchInstanceTypeLimits 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.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Elasticsearch Service's API operation DescribeElasticsearchInstanceTypeLimits for usage and error information.

Returned Error Types:

  • BaseException An error occurred while processing the request.

  • 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.

  • InvalidTypeException An exception for trying to create or access sub-resource that is either invalid or not supported. Gives http status code of 409.

  • LimitExceededException An exception for trying to create more than allowed resources or sub-resources. Gives http status code of 409.

  • ResourceNotFoundException An exception for accessing or deleting a resource that does not exist. Gives http status code of 400.

  • ValidationException An exception for missing / invalid input fields. Gives http status code of 400.

func (*ElasticsearchService) DescribeElasticsearchInstanceTypeLimitsRequest

func (c *ElasticsearchService) DescribeElasticsearchInstanceTypeLimitsRequest(input *DescribeElasticsearchInstanceTypeLimitsInput) (req *request.Request, output *DescribeElasticsearchInstanceTypeLimitsOutput)

DescribeElasticsearchInstanceTypeLimitsRequest generates a "aws/request.Request" representing the client's request for the DescribeElasticsearchInstanceTypeLimits operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeElasticsearchInstanceTypeLimits for more information on using the DescribeElasticsearchInstanceTypeLimits API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeElasticsearchInstanceTypeLimitsRequest method.
req, resp := client.DescribeElasticsearchInstanceTypeLimitsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ElasticsearchService) DescribeElasticsearchInstanceTypeLimitsWithContext

func (c *ElasticsearchService) DescribeElasticsearchInstanceTypeLimitsWithContext(ctx aws.Context, input *DescribeElasticsearchInstanceTypeLimitsInput, opts ...request.Option) (*DescribeElasticsearchInstanceTypeLimitsOutput, error)

DescribeElasticsearchInstanceTypeLimitsWithContext is the same as DescribeElasticsearchInstanceTypeLimits with the addition of the ability to pass a context and additional request options.

See DescribeElasticsearchInstanceTypeLimits for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticsearchService) DescribeInboundCrossClusterSearchConnections

func (c *ElasticsearchService) DescribeInboundCrossClusterSearchConnections(input *DescribeInboundCrossClusterSearchConnectionsInput) (*DescribeInboundCrossClusterSearchConnectionsOutput, error)

DescribeInboundCrossClusterSearchConnections API operation for Amazon Elasticsearch Service.

Lists all the inbound cross-cluster search connections for a destination domain.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Elasticsearch Service's API operation DescribeInboundCrossClusterSearchConnections for usage and error information.

Returned Error Types:

  • InvalidPaginationTokenException The request processing has failed because of invalid pagination token provided by customer. Returns an HTTP status code of 400.

  • DisabledOperationException An error occured because the client wanted to access a not supported operation. Gives http status code of 409.

func (*ElasticsearchService) DescribeInboundCrossClusterSearchConnectionsPages

func (c *ElasticsearchService) DescribeInboundCrossClusterSearchConnectionsPages(input *DescribeInboundCrossClusterSearchConnectionsInput, fn func(*DescribeInboundCrossClusterSearchConnectionsOutput, bool) bool) error

DescribeInboundCrossClusterSearchConnectionsPages iterates over the pages of a DescribeInboundCrossClusterSearchConnections operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribeInboundCrossClusterSearchConnections method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a DescribeInboundCrossClusterSearchConnections operation.
pageNum := 0
err := client.DescribeInboundCrossClusterSearchConnectionsPages(params,
    func(page *elasticsearchservice.DescribeInboundCrossClusterSearchConnectionsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*ElasticsearchService) DescribeInboundCrossClusterSearchConnectionsPagesWithContext

func (c *ElasticsearchService) DescribeInboundCrossClusterSearchConnectionsPagesWithContext(ctx aws.Context, input *DescribeInboundCrossClusterSearchConnectionsInput, fn func(*DescribeInboundCrossClusterSearchConnectionsOutput, bool) bool, opts ...request.Option) error

DescribeInboundCrossClusterSearchConnectionsPagesWithContext same as DescribeInboundCrossClusterSearchConnectionsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticsearchService) DescribeInboundCrossClusterSearchConnectionsRequest

func (c *ElasticsearchService) DescribeInboundCrossClusterSearchConnectionsRequest(input *DescribeInboundCrossClusterSearchConnectionsInput) (req *request.Request, output *DescribeInboundCrossClusterSearchConnectionsOutput)

DescribeInboundCrossClusterSearchConnectionsRequest generates a "aws/request.Request" representing the client's request for the DescribeInboundCrossClusterSearchConnections operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeInboundCrossClusterSearchConnections for more information on using the DescribeInboundCrossClusterSearchConnections API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeInboundCrossClusterSearchConnectionsRequest method.
req, resp := client.DescribeInboundCrossClusterSearchConnectionsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ElasticsearchService) DescribeInboundCrossClusterSearchConnectionsWithContext

func (c *ElasticsearchService) DescribeInboundCrossClusterSearchConnectionsWithContext(ctx aws.Context, input *DescribeInboundCrossClusterSearchConnectionsInput, opts ...request.Option) (*DescribeInboundCrossClusterSearchConnectionsOutput, error)

DescribeInboundCrossClusterSearchConnectionsWithContext is the same as DescribeInboundCrossClusterSearchConnections with the addition of the ability to pass a context and additional request options.

See DescribeInboundCrossClusterSearchConnections for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticsearchService) DescribeOutboundCrossClusterSearchConnections

func (c *ElasticsearchService) DescribeOutboundCrossClusterSearchConnections(input *DescribeOutboundCrossClusterSearchConnectionsInput) (*DescribeOutboundCrossClusterSearchConnectionsOutput, error)

DescribeOutboundCrossClusterSearchConnections API operation for Amazon Elasticsearch Service.

Lists all the outbound cross-cluster search connections for a source domain.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Elasticsearch Service's API operation DescribeOutboundCrossClusterSearchConnections for usage and error information.

Returned Error Types:

  • InvalidPaginationTokenException The request processing has failed because of invalid pagination token provided by customer. Returns an HTTP status code of 400.

  • DisabledOperationException An error occured because the client wanted to access a not supported operation. Gives http status code of 409.

func (*ElasticsearchService) DescribeOutboundCrossClusterSearchConnectionsPages

func (c *ElasticsearchService) DescribeOutboundCrossClusterSearchConnectionsPages(input *DescribeOutboundCrossClusterSearchConnectionsInput, fn func(*DescribeOutboundCrossClusterSearchConnectionsOutput, bool) bool) error

DescribeOutboundCrossClusterSearchConnectionsPages iterates over the pages of a DescribeOutboundCrossClusterSearchConnections operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribeOutboundCrossClusterSearchConnections method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a DescribeOutboundCrossClusterSearchConnections operation.
pageNum := 0
err := client.DescribeOutboundCrossClusterSearchConnectionsPages(params,
    func(page *elasticsearchservice.DescribeOutboundCrossClusterSearchConnectionsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*ElasticsearchService) DescribeOutboundCrossClusterSearchConnectionsPagesWithContext

func (c *ElasticsearchService) DescribeOutboundCrossClusterSearchConnectionsPagesWithContext(ctx aws.Context, input *DescribeOutboundCrossClusterSearchConnectionsInput, fn func(*DescribeOutboundCrossClusterSearchConnectionsOutput, bool) bool, opts ...request.Option) error

DescribeOutboundCrossClusterSearchConnectionsPagesWithContext same as DescribeOutboundCrossClusterSearchConnectionsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticsearchService) DescribeOutboundCrossClusterSearchConnectionsRequest

func (c *ElasticsearchService) DescribeOutboundCrossClusterSearchConnectionsRequest(input *DescribeOutboundCrossClusterSearchConnectionsInput) (req *request.Request, output *DescribeOutboundCrossClusterSearchConnectionsOutput)

DescribeOutboundCrossClusterSearchConnectionsRequest generates a "aws/request.Request" representing the client's request for the DescribeOutboundCrossClusterSearchConnections operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeOutboundCrossClusterSearchConnections for more information on using the DescribeOutboundCrossClusterSearchConnections API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeOutboundCrossClusterSearchConnectionsRequest method.
req, resp := client.DescribeOutboundCrossClusterSearchConnectionsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ElasticsearchService) DescribeOutboundCrossClusterSearchConnectionsWithContext

func (c *ElasticsearchService) DescribeOutboundCrossClusterSearchConnectionsWithContext(ctx aws.Context, input *DescribeOutboundCrossClusterSearchConnectionsInput, opts ...request.Option) (*DescribeOutboundCrossClusterSearchConnectionsOutput, error)

DescribeOutboundCrossClusterSearchConnectionsWithContext is the same as DescribeOutboundCrossClusterSearchConnections with the addition of the ability to pass a context and additional request options.

See DescribeOutboundCrossClusterSearchConnections for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticsearchService) DescribePackages

func (c *ElasticsearchService) DescribePackages(input *DescribePackagesInput) (*DescribePackagesOutput, error)

DescribePackages API operation for Amazon Elasticsearch Service.

Describes all packages available to Amazon ES. Includes options for filtering, limiting the number of results, and pagination.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Elasticsearch Service's API operation DescribePackages for usage and error information.

Returned Error Types:

  • BaseException An error occurred while processing the request.

  • 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.

  • ResourceNotFoundException An exception for accessing or deleting a resource that does not exist. Gives http status code of 400.

  • AccessDeniedException An error occurred because user does not have permissions to access the resource. Returns HTTP status code 403.

  • ValidationException An exception for missing / invalid input fields. Gives http status code of 400.

func (*ElasticsearchService) DescribePackagesPages

func (c *ElasticsearchService) DescribePackagesPages(input *DescribePackagesInput, fn func(*DescribePackagesOutput, bool) bool) error

DescribePackagesPages iterates over the pages of a DescribePackages operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribePackages method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a DescribePackages operation.
pageNum := 0
err := client.DescribePackagesPages(params,
    func(page *elasticsearchservice.DescribePackagesOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*ElasticsearchService) DescribePackagesPagesWithContext

func (c *ElasticsearchService) DescribePackagesPagesWithContext(ctx aws.Context, input *DescribePackagesInput, fn func(*DescribePackagesOutput, bool) bool, opts ...request.Option) error

DescribePackagesPagesWithContext same as DescribePackagesPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticsearchService) DescribePackagesRequest

func (c *ElasticsearchService) DescribePackagesRequest(input *DescribePackagesInput) (req *request.Request, output *DescribePackagesOutput)

DescribePackagesRequest generates a "aws/request.Request" representing the client's request for the DescribePackages operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribePackages for more information on using the DescribePackages API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribePackagesRequest method.
req, resp := client.DescribePackagesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ElasticsearchService) DescribePackagesWithContext

func (c *ElasticsearchService) DescribePackagesWithContext(ctx aws.Context, input *DescribePackagesInput, opts ...request.Option) (*DescribePackagesOutput, error)

DescribePackagesWithContext is the same as DescribePackages with the addition of the ability to pass a context and additional request options.

See DescribePackages for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticsearchService) DescribeReservedElasticsearchInstanceOfferings

func (c *ElasticsearchService) DescribeReservedElasticsearchInstanceOfferings(input *DescribeReservedElasticsearchInstanceOfferingsInput) (*DescribeReservedElasticsearchInstanceOfferingsOutput, error)

DescribeReservedElasticsearchInstanceOfferings API operation for Amazon Elasticsearch Service.

Lists available reserved Elasticsearch instance offerings.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Elasticsearch Service's API operation DescribeReservedElasticsearchInstanceOfferings for usage and error information.

Returned Error Types:

  • ResourceNotFoundException An exception for accessing or deleting a resource that does not exist. Gives http status code of 400.

  • ValidationException An exception for missing / invalid input fields. Gives http status code of 400.

  • DisabledOperationException An error occured because the client wanted to access a not supported operation. Gives http status code of 409.

  • 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.

func (*ElasticsearchService) DescribeReservedElasticsearchInstanceOfferingsPages

func (c *ElasticsearchService) DescribeReservedElasticsearchInstanceOfferingsPages(input *DescribeReservedElasticsearchInstanceOfferingsInput, fn func(*DescribeReservedElasticsearchInstanceOfferingsOutput, bool) bool) error

DescribeReservedElasticsearchInstanceOfferingsPages iterates over the pages of a DescribeReservedElasticsearchInstanceOfferings operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribeReservedElasticsearchInstanceOfferings method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a DescribeReservedElasticsearchInstanceOfferings operation.
pageNum := 0
err := client.DescribeReservedElasticsearchInstanceOfferingsPages(params,
    func(page *elasticsearchservice.DescribeReservedElasticsearchInstanceOfferingsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*ElasticsearchService) DescribeReservedElasticsearchInstanceOfferingsPagesWithContext

func (c *ElasticsearchService) DescribeReservedElasticsearchInstanceOfferingsPagesWithContext(ctx aws.Context, input *DescribeReservedElasticsearchInstanceOfferingsInput, fn func(*DescribeReservedElasticsearchInstanceOfferingsOutput, bool) bool, opts ...request.Option) error

DescribeReservedElasticsearchInstanceOfferingsPagesWithContext same as DescribeReservedElasticsearchInstanceOfferingsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticsearchService) DescribeReservedElasticsearchInstanceOfferingsRequest

func (c *ElasticsearchService) DescribeReservedElasticsearchInstanceOfferingsRequest(input *DescribeReservedElasticsearchInstanceOfferingsInput) (req *request.Request, output *DescribeReservedElasticsearchInstanceOfferingsOutput)

DescribeReservedElasticsearchInstanceOfferingsRequest generates a "aws/request.Request" representing the client's request for the DescribeReservedElasticsearchInstanceOfferings operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeReservedElasticsearchInstanceOfferings for more information on using the DescribeReservedElasticsearchInstanceOfferings API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeReservedElasticsearchInstanceOfferingsRequest method.
req, resp := client.DescribeReservedElasticsearchInstanceOfferingsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ElasticsearchService) DescribeReservedElasticsearchInstanceOfferingsWithContext

func (c *ElasticsearchService) DescribeReservedElasticsearchInstanceOfferingsWithContext(ctx aws.Context, input *DescribeReservedElasticsearchInstanceOfferingsInput, opts ...request.Option) (*DescribeReservedElasticsearchInstanceOfferingsOutput, error)

DescribeReservedElasticsearchInstanceOfferingsWithContext is the same as DescribeReservedElasticsearchInstanceOfferings with the addition of the ability to pass a context and additional request options.

See DescribeReservedElasticsearchInstanceOfferings for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticsearchService) DescribeReservedElasticsearchInstances

func (c *ElasticsearchService) DescribeReservedElasticsearchInstances(input *DescribeReservedElasticsearchInstancesInput) (*DescribeReservedElasticsearchInstancesOutput, error)

DescribeReservedElasticsearchInstances API operation for Amazon Elasticsearch Service.

Returns information about reserved Elasticsearch instances for this account.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Elasticsearch Service's API operation DescribeReservedElasticsearchInstances for usage and error information.

Returned Error Types:

  • ResourceNotFoundException An exception for accessing or deleting a resource that does not exist. Gives http status code of 400.

  • 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.

  • ValidationException An exception for missing / invalid input fields. Gives http status code of 400.

  • DisabledOperationException An error occured because the client wanted to access a not supported operation. Gives http status code of 409.

func (*ElasticsearchService) DescribeReservedElasticsearchInstancesPages

func (c *ElasticsearchService) DescribeReservedElasticsearchInstancesPages(input *DescribeReservedElasticsearchInstancesInput, fn func(*DescribeReservedElasticsearchInstancesOutput, bool) bool) error

DescribeReservedElasticsearchInstancesPages iterates over the pages of a DescribeReservedElasticsearchInstances operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribeReservedElasticsearchInstances method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a DescribeReservedElasticsearchInstances operation.
pageNum := 0
err := client.DescribeReservedElasticsearchInstancesPages(params,
    func(page *elasticsearchservice.DescribeReservedElasticsearchInstancesOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*ElasticsearchService) DescribeReservedElasticsearchInstancesPagesWithContext

func (c *ElasticsearchService) DescribeReservedElasticsearchInstancesPagesWithContext(ctx aws.Context, input *DescribeReservedElasticsearchInstancesInput, fn func(*DescribeReservedElasticsearchInstancesOutput, bool) bool, opts ...request.Option) error

DescribeReservedElasticsearchInstancesPagesWithContext same as DescribeReservedElasticsearchInstancesPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticsearchService) DescribeReservedElasticsearchInstancesRequest

func (c *ElasticsearchService) DescribeReservedElasticsearchInstancesRequest(input *DescribeReservedElasticsearchInstancesInput) (req *request.Request, output *DescribeReservedElasticsearchInstancesOutput)

DescribeReservedElasticsearchInstancesRequest generates a "aws/request.Request" representing the client's request for the DescribeReservedElasticsearchInstances operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeReservedElasticsearchInstances for more information on using the DescribeReservedElasticsearchInstances API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeReservedElasticsearchInstancesRequest method.
req, resp := client.DescribeReservedElasticsearchInstancesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ElasticsearchService) DescribeReservedElasticsearchInstancesWithContext

func (c *ElasticsearchService) DescribeReservedElasticsearchInstancesWithContext(ctx aws.Context, input *DescribeReservedElasticsearchInstancesInput, opts ...request.Option) (*DescribeReservedElasticsearchInstancesOutput, error)

DescribeReservedElasticsearchInstancesWithContext is the same as DescribeReservedElasticsearchInstances with the addition of the ability to pass a context and additional request options.

See DescribeReservedElasticsearchInstances for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticsearchService) DescribeVpcEndpoints

func (c *ElasticsearchService) DescribeVpcEndpoints(input *DescribeVpcEndpointsInput) (*DescribeVpcEndpointsOutput, error)

DescribeVpcEndpoints API operation for Amazon Elasticsearch Service.

Describes one or more Amazon OpenSearch Service-managed VPC endpoints.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Elasticsearch Service's API operation DescribeVpcEndpoints for usage and error information.

Returned Error Types:

  • ValidationException An exception for missing / invalid input fields. Gives http status code of 400.

  • 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.

  • DisabledOperationException An error occured because the client wanted to access a not supported operation. Gives http status code of 409.

  • BaseException An error occurred while processing the request.

func (*ElasticsearchService) DescribeVpcEndpointsRequest

func (c *ElasticsearchService) DescribeVpcEndpointsRequest(input *DescribeVpcEndpointsInput) (req *request.Request, output *DescribeVpcEndpointsOutput)

DescribeVpcEndpointsRequest generates a "aws/request.Request" representing the client's request for the DescribeVpcEndpoints operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeVpcEndpoints for more information on using the DescribeVpcEndpoints API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeVpcEndpointsRequest method.
req, resp := client.DescribeVpcEndpointsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ElasticsearchService) DescribeVpcEndpointsWithContext

func (c *ElasticsearchService) DescribeVpcEndpointsWithContext(ctx aws.Context, input *DescribeVpcEndpointsInput, opts ...request.Option) (*DescribeVpcEndpointsOutput, error)

DescribeVpcEndpointsWithContext is the same as DescribeVpcEndpoints with the addition of the ability to pass a context and additional request options.

See DescribeVpcEndpoints for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticsearchService) DissociatePackage

func (c *ElasticsearchService) DissociatePackage(input *DissociatePackageInput) (*DissociatePackageOutput, error)

DissociatePackage API operation for Amazon Elasticsearch Service.

Dissociates a package from the Amazon ES domain.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Elasticsearch Service's API operation DissociatePackage for usage and error information.

Returned Error Types:

  • BaseException An error occurred while processing the request.

  • 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.

  • ResourceNotFoundException An exception for accessing or deleting a resource that does not exist. Gives http status code of 400.

  • AccessDeniedException An error occurred because user does not have permissions to access the resource. Returns HTTP status code 403.

  • ValidationException An exception for missing / invalid input fields. Gives http status code of 400.

  • ConflictException An error occurred because the client attempts to remove a resource that is currently in use. Returns HTTP status code 409.

func (*ElasticsearchService) DissociatePackageRequest

func (c *ElasticsearchService) DissociatePackageRequest(input *DissociatePackageInput) (req *request.Request, output *DissociatePackageOutput)

DissociatePackageRequest generates a "aws/request.Request" representing the client's request for the DissociatePackage operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DissociatePackage for more information on using the DissociatePackage API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DissociatePackageRequest method.
req, resp := client.DissociatePackageRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ElasticsearchService) DissociatePackageWithContext

func (c *ElasticsearchService) DissociatePackageWithContext(ctx aws.Context, input *DissociatePackageInput, opts ...request.Option) (*DissociatePackageOutput, error)

DissociatePackageWithContext is the same as DissociatePackage with the addition of the ability to pass a context and additional request options.

See DissociatePackage for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticsearchService) GetCompatibleElasticsearchVersions

func (c *ElasticsearchService) GetCompatibleElasticsearchVersions(input *GetCompatibleElasticsearchVersionsInput) (*GetCompatibleElasticsearchVersionsOutput, error)

GetCompatibleElasticsearchVersions API operation for Amazon Elasticsearch Service.

Returns a list of upgrade compatible Elastisearch versions. You can optionally pass a DomainName to get all upgrade compatible Elasticsearch versions for that specific domain.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Elasticsearch Service's API operation GetCompatibleElasticsearchVersions for usage and error information.

Returned Error Types:

  • BaseException An error occurred while processing the request.

  • ResourceNotFoundException An exception for accessing or deleting a resource that does not exist. Gives http status code of 400.

  • DisabledOperationException An error occured because the client wanted to access a not supported operation. Gives http status code of 409.

  • ValidationException An exception for missing / invalid input fields. Gives http status code of 400.

  • 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.

func (*ElasticsearchService) GetCompatibleElasticsearchVersionsRequest

func (c *ElasticsearchService) GetCompatibleElasticsearchVersionsRequest(input *GetCompatibleElasticsearchVersionsInput) (req *request.Request, output *GetCompatibleElasticsearchVersionsOutput)

GetCompatibleElasticsearchVersionsRequest generates a "aws/request.Request" representing the client's request for the GetCompatibleElasticsearchVersions operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetCompatibleElasticsearchVersions for more information on using the GetCompatibleElasticsearchVersions API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetCompatibleElasticsearchVersionsRequest method.
req, resp := client.GetCompatibleElasticsearchVersionsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ElasticsearchService) GetCompatibleElasticsearchVersionsWithContext

func (c *ElasticsearchService) GetCompatibleElasticsearchVersionsWithContext(ctx aws.Context, input *GetCompatibleElasticsearchVersionsInput, opts ...request.Option) (*GetCompatibleElasticsearchVersionsOutput, error)

GetCompatibleElasticsearchVersionsWithContext is the same as GetCompatibleElasticsearchVersions with the addition of the ability to pass a context and additional request options.

See GetCompatibleElasticsearchVersions for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticsearchService) GetPackageVersionHistory

func (c *ElasticsearchService) GetPackageVersionHistory(input *GetPackageVersionHistoryInput) (*GetPackageVersionHistoryOutput, error)

GetPackageVersionHistory API operation for Amazon Elasticsearch Service.

Returns a list of versions of the package, along with their creation time and commit message.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Elasticsearch Service's API operation GetPackageVersionHistory for usage and error information.

Returned Error Types:

  • BaseException An error occurred while processing the request.

  • 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.

  • ResourceNotFoundException An exception for accessing or deleting a resource that does not exist. Gives http status code of 400.

  • AccessDeniedException An error occurred because user does not have permissions to access the resource. Returns HTTP status code 403.

  • ValidationException An exception for missing / invalid input fields. Gives http status code of 400.

func (*ElasticsearchService) GetPackageVersionHistoryPages

func (c *ElasticsearchService) GetPackageVersionHistoryPages(input *GetPackageVersionHistoryInput, fn func(*GetPackageVersionHistoryOutput, bool) bool) error

GetPackageVersionHistoryPages iterates over the pages of a GetPackageVersionHistory operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See GetPackageVersionHistory method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a GetPackageVersionHistory operation.
pageNum := 0
err := client.GetPackageVersionHistoryPages(params,
    func(page *elasticsearchservice.GetPackageVersionHistoryOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*ElasticsearchService) GetPackageVersionHistoryPagesWithContext

func (c *ElasticsearchService) GetPackageVersionHistoryPagesWithContext(ctx aws.Context, input *GetPackageVersionHistoryInput, fn func(*GetPackageVersionHistoryOutput, bool) bool, opts ...request.Option) error

GetPackageVersionHistoryPagesWithContext same as GetPackageVersionHistoryPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticsearchService) GetPackageVersionHistoryRequest

func (c *ElasticsearchService) GetPackageVersionHistoryRequest(input *GetPackageVersionHistoryInput) (req *request.Request, output *GetPackageVersionHistoryOutput)

GetPackageVersionHistoryRequest generates a "aws/request.Request" representing the client's request for the GetPackageVersionHistory operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetPackageVersionHistory for more information on using the GetPackageVersionHistory API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetPackageVersionHistoryRequest method.
req, resp := client.GetPackageVersionHistoryRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ElasticsearchService) GetPackageVersionHistoryWithContext

func (c *ElasticsearchService) GetPackageVersionHistoryWithContext(ctx aws.Context, input *GetPackageVersionHistoryInput, opts ...request.Option) (*GetPackageVersionHistoryOutput, error)

GetPackageVersionHistoryWithContext is the same as GetPackageVersionHistory with the addition of the ability to pass a context and additional request options.

See GetPackageVersionHistory for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticsearchService) GetUpgradeHistory

func (c *ElasticsearchService) GetUpgradeHistory(input *GetUpgradeHistoryInput) (*GetUpgradeHistoryOutput, error)

GetUpgradeHistory API operation for Amazon Elasticsearch Service.

Retrieves the complete history of the last 10 upgrades that were performed on the domain.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Elasticsearch Service's API operation GetUpgradeHistory for usage and error information.

Returned Error Types:

  • BaseException An error occurred while processing the request.

  • ResourceNotFoundException An exception for accessing or deleting a resource that does not exist. Gives http status code of 400.

  • DisabledOperationException An error occured because the client wanted to access a not supported operation. Gives http status code of 409.

  • ValidationException An exception for missing / invalid input fields. Gives http status code of 400.

  • 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.

func (*ElasticsearchService) GetUpgradeHistoryPages

func (c *ElasticsearchService) GetUpgradeHistoryPages(input *GetUpgradeHistoryInput, fn func(*GetUpgradeHistoryOutput, bool) bool) error

GetUpgradeHistoryPages iterates over the pages of a GetUpgradeHistory operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See GetUpgradeHistory method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a GetUpgradeHistory operation.
pageNum := 0
err := client.GetUpgradeHistoryPages(params,
    func(page *elasticsearchservice.GetUpgradeHistoryOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*ElasticsearchService) GetUpgradeHistoryPagesWithContext

func (c *ElasticsearchService) GetUpgradeHistoryPagesWithContext(ctx aws.Context, input *GetUpgradeHistoryInput, fn func(*GetUpgradeHistoryOutput, bool) bool, opts ...request.Option) error

GetUpgradeHistoryPagesWithContext same as GetUpgradeHistoryPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticsearchService) GetUpgradeHistoryRequest

func (c *ElasticsearchService) GetUpgradeHistoryRequest(input *GetUpgradeHistoryInput) (req *request.Request, output *GetUpgradeHistoryOutput)

GetUpgradeHistoryRequest generates a "aws/request.Request" representing the client's request for the GetUpgradeHistory operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetUpgradeHistory for more information on using the GetUpgradeHistory API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetUpgradeHistoryRequest method.
req, resp := client.GetUpgradeHistoryRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ElasticsearchService) GetUpgradeHistoryWithContext

func (c *ElasticsearchService) GetUpgradeHistoryWithContext(ctx aws.Context, input *GetUpgradeHistoryInput, opts ...request.Option) (*GetUpgradeHistoryOutput, error)

GetUpgradeHistoryWithContext is the same as GetUpgradeHistory with the addition of the ability to pass a context and additional request options.

See GetUpgradeHistory for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticsearchService) GetUpgradeStatus

func (c *ElasticsearchService) GetUpgradeStatus(input *GetUpgradeStatusInput) (*GetUpgradeStatusOutput, error)

GetUpgradeStatus API operation for Amazon Elasticsearch Service.

Retrieves the latest status of the last upgrade or upgrade eligibility check that was performed on the domain.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Elasticsearch Service's API operation GetUpgradeStatus for usage and error information.

Returned Error Types:

  • BaseException An error occurred while processing the request.

  • ResourceNotFoundException An exception for accessing or deleting a resource that does not exist. Gives http status code of 400.

  • DisabledOperationException An error occured because the client wanted to access a not supported operation. Gives http status code of 409.

  • ValidationException An exception for missing / invalid input fields. Gives http status code of 400.

  • 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.

func (*ElasticsearchService) GetUpgradeStatusRequest

func (c *ElasticsearchService) GetUpgradeStatusRequest(input *GetUpgradeStatusInput) (req *request.Request, output *GetUpgradeStatusOutput)

GetUpgradeStatusRequest generates a "aws/request.Request" representing the client's request for the GetUpgradeStatus operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetUpgradeStatus for more information on using the GetUpgradeStatus API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetUpgradeStatusRequest method.
req, resp := client.GetUpgradeStatusRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ElasticsearchService) GetUpgradeStatusWithContext

func (c *ElasticsearchService) GetUpgradeStatusWithContext(ctx aws.Context, input *GetUpgradeStatusInput, opts ...request.Option) (*GetUpgradeStatusOutput, error)

GetUpgradeStatusWithContext is the same as GetUpgradeStatus with the addition of the ability to pass a context and additional request options.

See GetUpgradeStatus for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticsearchService) ListDomainNames

func (c *ElasticsearchService) ListDomainNames(input *ListDomainNamesInput) (*ListDomainNamesOutput, error)

ListDomainNames API operation for Amazon Elasticsearch Service.

Returns the name of all Elasticsearch domains owned by the current user's account.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Elasticsearch Service's API operation ListDomainNames for usage and error information.

Returned Error Types:

  • BaseException An error occurred while processing the request.

  • ValidationException An exception for missing / invalid input fields. Gives http status code of 400.

func (*ElasticsearchService) ListDomainNamesRequest

func (c *ElasticsearchService) ListDomainNamesRequest(input *ListDomainNamesInput) (req *request.Request, output *ListDomainNamesOutput)

ListDomainNamesRequest generates a "aws/request.Request" representing the client's request for the ListDomainNames operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListDomainNames for more information on using the ListDomainNames API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListDomainNamesRequest method.
req, resp := client.ListDomainNamesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ElasticsearchService) ListDomainNamesWithContext

func (c *ElasticsearchService) ListDomainNamesWithContext(ctx aws.Context, input *ListDomainNamesInput, opts ...request.Option) (*ListDomainNamesOutput, error)

ListDomainNamesWithContext is the same as ListDomainNames with the addition of the ability to pass a context and additional request options.

See ListDomainNames for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticsearchService) ListDomainsForPackage

func (c *ElasticsearchService) ListDomainsForPackage(input *ListDomainsForPackageInput) (*ListDomainsForPackageOutput, error)

ListDomainsForPackage API operation for Amazon Elasticsearch Service.

Lists all Amazon ES domains associated with the package.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Elasticsearch Service's API operation ListDomainsForPackage for usage and error information.

Returned Error Types:

  • BaseException An error occurred while processing the request.

  • 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.

  • ResourceNotFoundException An exception for accessing or deleting a resource that does not exist. Gives http status code of 400.

  • AccessDeniedException An error occurred because user does not have permissions to access the resource. Returns HTTP status code 403.

  • ValidationException An exception for missing / invalid input fields. Gives http status code of 400.

func (*ElasticsearchService) ListDomainsForPackagePages

func (c *ElasticsearchService) ListDomainsForPackagePages(input *ListDomainsForPackageInput, fn func(*ListDomainsForPackageOutput, bool) bool) error

ListDomainsForPackagePages iterates over the pages of a ListDomainsForPackage operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListDomainsForPackage method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListDomainsForPackage operation.
pageNum := 0
err := client.ListDomainsForPackagePages(params,
    func(page *elasticsearchservice.ListDomainsForPackageOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*ElasticsearchService) ListDomainsForPackagePagesWithContext

func (c *ElasticsearchService) ListDomainsForPackagePagesWithContext(ctx aws.Context, input *ListDomainsForPackageInput, fn func(*ListDomainsForPackageOutput, bool) bool, opts ...request.Option) error

ListDomainsForPackagePagesWithContext same as ListDomainsForPackagePages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticsearchService) ListDomainsForPackageRequest

func (c *ElasticsearchService) ListDomainsForPackageRequest(input *ListDomainsForPackageInput) (req *request.Request, output *ListDomainsForPackageOutput)

ListDomainsForPackageRequest generates a "aws/request.Request" representing the client's request for the ListDomainsForPackage operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListDomainsForPackage for more information on using the ListDomainsForPackage API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListDomainsForPackageRequest method.
req, resp := client.ListDomainsForPackageRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ElasticsearchService) ListDomainsForPackageWithContext

func (c *ElasticsearchService) ListDomainsForPackageWithContext(ctx aws.Context, input *ListDomainsForPackageInput, opts ...request.Option) (*ListDomainsForPackageOutput, error)

ListDomainsForPackageWithContext is the same as ListDomainsForPackage with the addition of the ability to pass a context and additional request options.

See ListDomainsForPackage for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticsearchService) ListElasticsearchInstanceTypes

func (c *ElasticsearchService) ListElasticsearchInstanceTypes(input *ListElasticsearchInstanceTypesInput) (*ListElasticsearchInstanceTypesOutput, error)

ListElasticsearchInstanceTypes API operation for Amazon Elasticsearch Service.

List all Elasticsearch instance types that are supported for given ElasticsearchVersion

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Elasticsearch Service's API operation ListElasticsearchInstanceTypes for usage and error information.

Returned Error Types:

  • BaseException An error occurred while processing the request.

  • 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.

  • ResourceNotFoundException An exception for accessing or deleting a resource that does not exist. Gives http status code of 400.

  • ValidationException An exception for missing / invalid input fields. Gives http status code of 400.

func (*ElasticsearchService) ListElasticsearchInstanceTypesPages

func (c *ElasticsearchService) ListElasticsearchInstanceTypesPages(input *ListElasticsearchInstanceTypesInput, fn func(*ListElasticsearchInstanceTypesOutput, bool) bool) error

ListElasticsearchInstanceTypesPages iterates over the pages of a ListElasticsearchInstanceTypes operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListElasticsearchInstanceTypes method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListElasticsearchInstanceTypes operation.
pageNum := 0
err := client.ListElasticsearchInstanceTypesPages(params,
    func(page *elasticsearchservice.ListElasticsearchInstanceTypesOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*ElasticsearchService) ListElasticsearchInstanceTypesPagesWithContext

func (c *ElasticsearchService) ListElasticsearchInstanceTypesPagesWithContext(ctx aws.Context, input *ListElasticsearchInstanceTypesInput, fn func(*ListElasticsearchInstanceTypesOutput, bool) bool, opts ...request.Option) error

ListElasticsearchInstanceTypesPagesWithContext same as ListElasticsearchInstanceTypesPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticsearchService) ListElasticsearchInstanceTypesRequest

func (c *ElasticsearchService) ListElasticsearchInstanceTypesRequest(input *ListElasticsearchInstanceTypesInput) (req *request.Request, output *ListElasticsearchInstanceTypesOutput)

ListElasticsearchInstanceTypesRequest generates a "aws/request.Request" representing the client's request for the ListElasticsearchInstanceTypes operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListElasticsearchInstanceTypes for more information on using the ListElasticsearchInstanceTypes API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListElasticsearchInstanceTypesRequest method.
req, resp := client.ListElasticsearchInstanceTypesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ElasticsearchService) ListElasticsearchInstanceTypesWithContext

func (c *ElasticsearchService) ListElasticsearchInstanceTypesWithContext(ctx aws.Context, input *ListElasticsearchInstanceTypesInput, opts ...request.Option) (*ListElasticsearchInstanceTypesOutput, error)

ListElasticsearchInstanceTypesWithContext is the same as ListElasticsearchInstanceTypes with the addition of the ability to pass a context and additional request options.

See ListElasticsearchInstanceTypes for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticsearchService) ListElasticsearchVersions

func (c *ElasticsearchService) ListElasticsearchVersions(input *ListElasticsearchVersionsInput) (*ListElasticsearchVersionsOutput, error)

ListElasticsearchVersions API operation for Amazon Elasticsearch Service.

List all supported Elasticsearch versions

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Elasticsearch Service's API operation ListElasticsearchVersions for usage and error information.

Returned Error Types:

  • BaseException An error occurred while processing the request.

  • 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.

  • ResourceNotFoundException An exception for accessing or deleting a resource that does not exist. Gives http status code of 400.

  • ValidationException An exception for missing / invalid input fields. Gives http status code of 400.

func (*ElasticsearchService) ListElasticsearchVersionsPages

func (c *ElasticsearchService) ListElasticsearchVersionsPages(input *ListElasticsearchVersionsInput, fn func(*ListElasticsearchVersionsOutput, bool) bool) error

ListElasticsearchVersionsPages iterates over the pages of a ListElasticsearchVersions operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListElasticsearchVersions method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListElasticsearchVersions operation.
pageNum := 0
err := client.ListElasticsearchVersionsPages(params,
    func(page *elasticsearchservice.ListElasticsearchVersionsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*ElasticsearchService) ListElasticsearchVersionsPagesWithContext

func (c *ElasticsearchService) ListElasticsearchVersionsPagesWithContext(ctx aws.Context, input *ListElasticsearchVersionsInput, fn func(*ListElasticsearchVersionsOutput, bool) bool, opts ...request.Option) error

ListElasticsearchVersionsPagesWithContext same as ListElasticsearchVersionsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticsearchService) ListElasticsearchVersionsRequest

func (c *ElasticsearchService) ListElasticsearchVersionsRequest(input *ListElasticsearchVersionsInput) (req *request.Request, output *ListElasticsearchVersionsOutput)

ListElasticsearchVersionsRequest generates a "aws/request.Request" representing the client's request for the ListElasticsearchVersions operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListElasticsearchVersions for more information on using the ListElasticsearchVersions API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListElasticsearchVersionsRequest method.
req, resp := client.ListElasticsearchVersionsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ElasticsearchService) ListElasticsearchVersionsWithContext

func (c *ElasticsearchService) ListElasticsearchVersionsWithContext(ctx aws.Context, input *ListElasticsearchVersionsInput, opts ...request.Option) (*ListElasticsearchVersionsOutput, error)

ListElasticsearchVersionsWithContext is the same as ListElasticsearchVersions with the addition of the ability to pass a context and additional request options.

See ListElasticsearchVersions for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticsearchService) ListPackagesForDomain

func (c *ElasticsearchService) ListPackagesForDomain(input *ListPackagesForDomainInput) (*ListPackagesForDomainOutput, error)

ListPackagesForDomain API operation for Amazon Elasticsearch Service.

Lists all packages associated with the Amazon ES domain.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Elasticsearch Service's API operation ListPackagesForDomain for usage and error information.

Returned Error Types:

  • BaseException An error occurred while processing the request.

  • 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.

  • ResourceNotFoundException An exception for accessing or deleting a resource that does not exist. Gives http status code of 400.

  • AccessDeniedException An error occurred because user does not have permissions to access the resource. Returns HTTP status code 403.

  • ValidationException An exception for missing / invalid input fields. Gives http status code of 400.

func (*ElasticsearchService) ListPackagesForDomainPages

func (c *ElasticsearchService) ListPackagesForDomainPages(input *ListPackagesForDomainInput, fn func(*ListPackagesForDomainOutput, bool) bool) error

ListPackagesForDomainPages iterates over the pages of a ListPackagesForDomain operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListPackagesForDomain method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListPackagesForDomain operation.
pageNum := 0
err := client.ListPackagesForDomainPages(params,
    func(page *elasticsearchservice.ListPackagesForDomainOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*ElasticsearchService) ListPackagesForDomainPagesWithContext

func (c *ElasticsearchService) ListPackagesForDomainPagesWithContext(ctx aws.Context, input *ListPackagesForDomainInput, fn func(*ListPackagesForDomainOutput, bool) bool, opts ...request.Option) error

ListPackagesForDomainPagesWithContext same as ListPackagesForDomainPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticsearchService) ListPackagesForDomainRequest

func (c *ElasticsearchService) ListPackagesForDomainRequest(input *ListPackagesForDomainInput) (req *request.Request, output *ListPackagesForDomainOutput)

ListPackagesForDomainRequest generates a "aws/request.Request" representing the client's request for the ListPackagesForDomain operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListPackagesForDomain for more information on using the ListPackagesForDomain API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListPackagesForDomainRequest method.
req, resp := client.ListPackagesForDomainRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ElasticsearchService) ListPackagesForDomainWithContext

func (c *ElasticsearchService) ListPackagesForDomainWithContext(ctx aws.Context, input *ListPackagesForDomainInput, opts ...request.Option) (*ListPackagesForDomainOutput, error)

ListPackagesForDomainWithContext is the same as ListPackagesForDomain with the addition of the ability to pass a context and additional request options.

See ListPackagesForDomain for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticsearchService) ListTags

func (c *ElasticsearchService) ListTags(input *ListTagsInput) (*ListTagsOutput, error)

ListTags API operation for Amazon Elasticsearch Service.

Returns all tags for the given Elasticsearch domain.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Elasticsearch Service's API operation ListTags for usage and error information.

Returned Error Types:

  • BaseException An error occurred while processing the request.

  • ResourceNotFoundException An exception for accessing or deleting a resource that does not exist. Gives http status code of 400.

  • ValidationException An exception for missing / invalid input fields. Gives http status code of 400.

  • 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.

func (*ElasticsearchService) ListTagsRequest

func (c *ElasticsearchService) ListTagsRequest(input *ListTagsInput) (req *request.Request, output *ListTagsOutput)

ListTagsRequest generates a "aws/request.Request" representing the client's request for the ListTags operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListTags for more information on using the ListTags API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListTagsRequest method.
req, resp := client.ListTagsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ElasticsearchService) ListTagsWithContext

func (c *ElasticsearchService) ListTagsWithContext(ctx aws.Context, input *ListTagsInput, opts ...request.Option) (*ListTagsOutput, error)

ListTagsWithContext is the same as ListTags with the addition of the ability to pass a context and additional request options.

See ListTags for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticsearchService) ListVpcEndpointAccess

func (c *ElasticsearchService) ListVpcEndpointAccess(input *ListVpcEndpointAccessInput) (*ListVpcEndpointAccessOutput, error)

ListVpcEndpointAccess API operation for Amazon Elasticsearch Service.

Retrieves information about each principal that is allowed to access a given Amazon OpenSearch Service domain through the use of an interface VPC endpoint.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Elasticsearch Service's API operation ListVpcEndpointAccess for usage and error information.

Returned Error Types:

  • ResourceNotFoundException An exception for accessing or deleting a resource that does not exist. Gives http status code of 400.

  • DisabledOperationException An error occured because the client wanted to access a not supported operation. Gives http status code of 409.

  • 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.

  • BaseException An error occurred while processing the request.

func (*ElasticsearchService) ListVpcEndpointAccessRequest

func (c *ElasticsearchService) ListVpcEndpointAccessRequest(input *ListVpcEndpointAccessInput) (req *request.Request, output *ListVpcEndpointAccessOutput)

ListVpcEndpointAccessRequest generates a "aws/request.Request" representing the client's request for the ListVpcEndpointAccess operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListVpcEndpointAccess for more information on using the ListVpcEndpointAccess API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListVpcEndpointAccessRequest method.
req, resp := client.ListVpcEndpointAccessRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ElasticsearchService) ListVpcEndpointAccessWithContext

func (c *ElasticsearchService) ListVpcEndpointAccessWithContext(ctx aws.Context, input *ListVpcEndpointAccessInput, opts ...request.Option) (*ListVpcEndpointAccessOutput, error)

ListVpcEndpointAccessWithContext is the same as ListVpcEndpointAccess with the addition of the ability to pass a context and additional request options.

See ListVpcEndpointAccess for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticsearchService) ListVpcEndpoints

func (c *ElasticsearchService) ListVpcEndpoints(input *ListVpcEndpointsInput) (*ListVpcEndpointsOutput, error)

ListVpcEndpoints API operation for Amazon Elasticsearch Service.

Retrieves all Amazon OpenSearch Service-managed VPC endpoints in the current account and Region.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Elasticsearch Service's API operation ListVpcEndpoints for usage and error information.

Returned Error Types:

  • 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.

  • DisabledOperationException An error occured because the client wanted to access a not supported operation. Gives http status code of 409.

  • BaseException An error occurred while processing the request.

func (*ElasticsearchService) ListVpcEndpointsForDomain

func (c *ElasticsearchService) ListVpcEndpointsForDomain(input *ListVpcEndpointsForDomainInput) (*ListVpcEndpointsForDomainOutput, error)

ListVpcEndpointsForDomain API operation for Amazon Elasticsearch Service.

Retrieves all Amazon OpenSearch Service-managed VPC endpoints associated with a particular domain.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Elasticsearch Service's API operation ListVpcEndpointsForDomain for usage and error information.

Returned Error Types:

  • 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.

  • DisabledOperationException An error occured because the client wanted to access a not supported operation. Gives http status code of 409.

  • ResourceNotFoundException An exception for accessing or deleting a resource that does not exist. Gives http status code of 400.

  • BaseException An error occurred while processing the request.

func (*ElasticsearchService) ListVpcEndpointsForDomainRequest

func (c *ElasticsearchService) ListVpcEndpointsForDomainRequest(input *ListVpcEndpointsForDomainInput) (req *request.Request, output *ListVpcEndpointsForDomainOutput)

ListVpcEndpointsForDomainRequest generates a "aws/request.Request" representing the client's request for the ListVpcEndpointsForDomain operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListVpcEndpointsForDomain for more information on using the ListVpcEndpointsForDomain API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListVpcEndpointsForDomainRequest method.
req, resp := client.ListVpcEndpointsForDomainRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ElasticsearchService) ListVpcEndpointsForDomainWithContext

func (c *ElasticsearchService) ListVpcEndpointsForDomainWithContext(ctx aws.Context, input *ListVpcEndpointsForDomainInput, opts ...request.Option) (*ListVpcEndpointsForDomainOutput, error)

ListVpcEndpointsForDomainWithContext is the same as ListVpcEndpointsForDomain with the addition of the ability to pass a context and additional request options.

See ListVpcEndpointsForDomain for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticsearchService) ListVpcEndpointsRequest

func (c *ElasticsearchService) ListVpcEndpointsRequest(input *ListVpcEndpointsInput) (req *request.Request, output *ListVpcEndpointsOutput)

ListVpcEndpointsRequest generates a "aws/request.Request" representing the client's request for the ListVpcEndpoints operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListVpcEndpoints for more information on using the ListVpcEndpoints API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListVpcEndpointsRequest method.
req, resp := client.ListVpcEndpointsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ElasticsearchService) ListVpcEndpointsWithContext

func (c *ElasticsearchService) ListVpcEndpointsWithContext(ctx aws.Context, input *ListVpcEndpointsInput, opts ...request.Option) (*ListVpcEndpointsOutput, error)

ListVpcEndpointsWithContext is the same as ListVpcEndpoints with the addition of the ability to pass a context and additional request options.

See ListVpcEndpoints for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticsearchService) PurchaseReservedElasticsearchInstanceOffering

func (c *ElasticsearchService) PurchaseReservedElasticsearchInstanceOffering(input *PurchaseReservedElasticsearchInstanceOfferingInput) (*PurchaseReservedElasticsearchInstanceOfferingOutput, error)

PurchaseReservedElasticsearchInstanceOffering API operation for Amazon Elasticsearch Service.

Allows you to purchase reserved Elasticsearch instances.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Elasticsearch Service's API operation PurchaseReservedElasticsearchInstanceOffering for usage and error information.

Returned Error Types:

  • ResourceNotFoundException An exception for accessing or deleting a resource that does not exist. Gives http status code of 400.

  • ResourceAlreadyExistsException An exception for creating a resource that already exists. Gives http status code of 400.

  • LimitExceededException An exception for trying to create more than allowed resources or sub-resources. Gives http status code of 409.

  • DisabledOperationException An error occured because the client wanted to access a not supported operation. Gives http status code of 409.

  • ValidationException An exception for missing / invalid input fields. Gives http status code of 400.

  • 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.

func (*ElasticsearchService) PurchaseReservedElasticsearchInstanceOfferingRequest

func (c *ElasticsearchService) PurchaseReservedElasticsearchInstanceOfferingRequest(input *PurchaseReservedElasticsearchInstanceOfferingInput) (req *request.Request, output *PurchaseReservedElasticsearchInstanceOfferingOutput)

PurchaseReservedElasticsearchInstanceOfferingRequest generates a "aws/request.Request" representing the client's request for the PurchaseReservedElasticsearchInstanceOffering operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See PurchaseReservedElasticsearchInstanceOffering for more information on using the PurchaseReservedElasticsearchInstanceOffering API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the PurchaseReservedElasticsearchInstanceOfferingRequest method.
req, resp := client.PurchaseReservedElasticsearchInstanceOfferingRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ElasticsearchService) PurchaseReservedElasticsearchInstanceOfferingWithContext

func (c *ElasticsearchService) PurchaseReservedElasticsearchInstanceOfferingWithContext(ctx aws.Context, input *PurchaseReservedElasticsearchInstanceOfferingInput, opts ...request.Option) (*PurchaseReservedElasticsearchInstanceOfferingOutput, error)

PurchaseReservedElasticsearchInstanceOfferingWithContext is the same as PurchaseReservedElasticsearchInstanceOffering with the addition of the ability to pass a context and additional request options.

See PurchaseReservedElasticsearchInstanceOffering for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticsearchService) RejectInboundCrossClusterSearchConnection

func (c *ElasticsearchService) RejectInboundCrossClusterSearchConnection(input *RejectInboundCrossClusterSearchConnectionInput) (*RejectInboundCrossClusterSearchConnectionOutput, error)

RejectInboundCrossClusterSearchConnection API operation for Amazon Elasticsearch Service.

Allows the destination domain owner to reject an inbound cross-cluster search connection request.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Elasticsearch Service's API operation RejectInboundCrossClusterSearchConnection for usage and error information.

Returned Error Types:

  • ResourceNotFoundException An exception for accessing or deleting a resource that does not exist. Gives http status code of 400.

  • DisabledOperationException An error occured because the client wanted to access a not supported operation. Gives http status code of 409.

func (*ElasticsearchService) RejectInboundCrossClusterSearchConnectionRequest

func (c *ElasticsearchService) RejectInboundCrossClusterSearchConnectionRequest(input *RejectInboundCrossClusterSearchConnectionInput) (req *request.Request, output *RejectInboundCrossClusterSearchConnectionOutput)

RejectInboundCrossClusterSearchConnectionRequest generates a "aws/request.Request" representing the client's request for the RejectInboundCrossClusterSearchConnection operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See RejectInboundCrossClusterSearchConnection for more information on using the RejectInboundCrossClusterSearchConnection API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the RejectInboundCrossClusterSearchConnectionRequest method.
req, resp := client.RejectInboundCrossClusterSearchConnectionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ElasticsearchService) RejectInboundCrossClusterSearchConnectionWithContext

func (c *ElasticsearchService) RejectInboundCrossClusterSearchConnectionWithContext(ctx aws.Context, input *RejectInboundCrossClusterSearchConnectionInput, opts ...request.Option) (*RejectInboundCrossClusterSearchConnectionOutput, error)

RejectInboundCrossClusterSearchConnectionWithContext is the same as RejectInboundCrossClusterSearchConnection with the addition of the ability to pass a context and additional request options.

See RejectInboundCrossClusterSearchConnection for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticsearchService) RemoveTags

func (c *ElasticsearchService) RemoveTags(input *RemoveTagsInput) (*RemoveTagsOutput, error)

RemoveTags API operation for Amazon Elasticsearch Service.

Removes the specified set of tags from the specified Elasticsearch domain.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Elasticsearch Service's API operation RemoveTags for usage and error information.

Returned Error Types:

  • BaseException An error occurred while processing the request.

  • ValidationException An exception for missing / invalid input fields. Gives http status code of 400.

  • 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.

func (*ElasticsearchService) RemoveTagsRequest

func (c *ElasticsearchService) RemoveTagsRequest(input *RemoveTagsInput) (req *request.Request, output *RemoveTagsOutput)

RemoveTagsRequest generates a "aws/request.Request" representing the client's request for the RemoveTags operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See RemoveTags for more information on using the RemoveTags API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the RemoveTagsRequest method.
req, resp := client.RemoveTagsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ElasticsearchService) RemoveTagsWithContext

func (c *ElasticsearchService) RemoveTagsWithContext(ctx aws.Context, input *RemoveTagsInput, opts ...request.Option) (*RemoveTagsOutput, error)

RemoveTagsWithContext is the same as RemoveTags with the addition of the ability to pass a context and additional request options.

See RemoveTags for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticsearchService) RevokeVpcEndpointAccess

func (c *ElasticsearchService) RevokeVpcEndpointAccess(input *RevokeVpcEndpointAccessInput) (*RevokeVpcEndpointAccessOutput, error)

RevokeVpcEndpointAccess API operation for Amazon Elasticsearch Service.

Revokes access to an Amazon OpenSearch Service domain that was provided through an interface VPC endpoint.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Elasticsearch Service's API operation RevokeVpcEndpointAccess for usage and error information.

Returned Error Types:

  • ResourceNotFoundException An exception for accessing or deleting a resource that does not exist. Gives http status code of 400.

  • ValidationException An exception for missing / invalid input fields. Gives http status code of 400.

  • DisabledOperationException An error occured because the client wanted to access a not supported operation. Gives http status code of 409.

  • 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.

  • BaseException An error occurred while processing the request.

func (*ElasticsearchService) RevokeVpcEndpointAccessRequest

func (c *ElasticsearchService) RevokeVpcEndpointAccessRequest(input *RevokeVpcEndpointAccessInput) (req *request.Request, output *RevokeVpcEndpointAccessOutput)

RevokeVpcEndpointAccessRequest generates a "aws/request.Request" representing the client's request for the RevokeVpcEndpointAccess operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See RevokeVpcEndpointAccess for more information on using the RevokeVpcEndpointAccess API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the RevokeVpcEndpointAccessRequest method.
req, resp := client.RevokeVpcEndpointAccessRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ElasticsearchService) RevokeVpcEndpointAccessWithContext

func (c *ElasticsearchService) RevokeVpcEndpointAccessWithContext(ctx aws.Context, input *RevokeVpcEndpointAccessInput, opts ...request.Option) (*RevokeVpcEndpointAccessOutput, error)

RevokeVpcEndpointAccessWithContext is the same as RevokeVpcEndpointAccess with the addition of the ability to pass a context and additional request options.

See RevokeVpcEndpointAccess for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticsearchService) StartElasticsearchServiceSoftwareUpdate

func (c *ElasticsearchService) StartElasticsearchServiceSoftwareUpdate(input *StartElasticsearchServiceSoftwareUpdateInput) (*StartElasticsearchServiceSoftwareUpdateOutput, error)

StartElasticsearchServiceSoftwareUpdate API operation for Amazon Elasticsearch Service.

Schedules a service software update for an Amazon ES domain.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Elasticsearch Service's API operation StartElasticsearchServiceSoftwareUpdate for usage and error information.

Returned Error Types:

  • BaseException An error occurred while processing the request.

  • 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.

  • ResourceNotFoundException An exception for accessing or deleting a resource that does not exist. Gives http status code of 400.

  • ValidationException An exception for missing / invalid input fields. Gives http status code of 400.

func (*ElasticsearchService) StartElasticsearchServiceSoftwareUpdateRequest

func (c *ElasticsearchService) StartElasticsearchServiceSoftwareUpdateRequest(input *StartElasticsearchServiceSoftwareUpdateInput) (req *request.Request, output *StartElasticsearchServiceSoftwareUpdateOutput)

StartElasticsearchServiceSoftwareUpdateRequest generates a "aws/request.Request" representing the client's request for the StartElasticsearchServiceSoftwareUpdate operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See StartElasticsearchServiceSoftwareUpdate for more information on using the StartElasticsearchServiceSoftwareUpdate API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the StartElasticsearchServiceSoftwareUpdateRequest method.
req, resp := client.StartElasticsearchServiceSoftwareUpdateRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ElasticsearchService) StartElasticsearchServiceSoftwareUpdateWithContext

func (c *ElasticsearchService) StartElasticsearchServiceSoftwareUpdateWithContext(ctx aws.Context, input *StartElasticsearchServiceSoftwareUpdateInput, opts ...request.Option) (*StartElasticsearchServiceSoftwareUpdateOutput, error)

StartElasticsearchServiceSoftwareUpdateWithContext is the same as StartElasticsearchServiceSoftwareUpdate with the addition of the ability to pass a context and additional request options.

See StartElasticsearchServiceSoftwareUpdate for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticsearchService) UpdateElasticsearchDomainConfig

func (c *ElasticsearchService) UpdateElasticsearchDomainConfig(input *UpdateElasticsearchDomainConfigInput) (*UpdateElasticsearchDomainConfigOutput, error)

UpdateElasticsearchDomainConfig 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.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Elasticsearch Service's API operation UpdateElasticsearchDomainConfig for usage and error information.

Returned Error Types:

  • BaseException An error occurred while processing the request.

  • 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.

  • InvalidTypeException An exception for trying to create or access sub-resource that is either invalid or not supported. Gives http status code of 409.

  • LimitExceededException An exception for trying to create more than allowed resources or sub-resources. Gives http status code of 409.

  • ResourceNotFoundException An exception for accessing or deleting a resource that does not exist. Gives http status code of 400.

  • ValidationException An exception for missing / invalid input fields. Gives http status code of 400.

func (*ElasticsearchService) UpdateElasticsearchDomainConfigRequest

func (c *ElasticsearchService) UpdateElasticsearchDomainConfigRequest(input *UpdateElasticsearchDomainConfigInput) (req *request.Request, output *UpdateElasticsearchDomainConfigOutput)

UpdateElasticsearchDomainConfigRequest generates a "aws/request.Request" representing the client's request for the UpdateElasticsearchDomainConfig operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateElasticsearchDomainConfig for more information on using the UpdateElasticsearchDomainConfig API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateElasticsearchDomainConfigRequest method.
req, resp := client.UpdateElasticsearchDomainConfigRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ElasticsearchService) UpdateElasticsearchDomainConfigWithContext

func (c *ElasticsearchService) UpdateElasticsearchDomainConfigWithContext(ctx aws.Context, input *UpdateElasticsearchDomainConfigInput, opts ...request.Option) (*UpdateElasticsearchDomainConfigOutput, error)

UpdateElasticsearchDomainConfigWithContext is the same as UpdateElasticsearchDomainConfig with the addition of the ability to pass a context and additional request options.

See UpdateElasticsearchDomainConfig for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticsearchService) UpdatePackage

func (c *ElasticsearchService) UpdatePackage(input *UpdatePackageInput) (*UpdatePackageOutput, error)

UpdatePackage API operation for Amazon Elasticsearch Service.

Updates a package for use with Amazon ES domains.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Elasticsearch Service's API operation UpdatePackage for usage and error information.

Returned Error Types:

  • BaseException An error occurred while processing the request.

  • 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.

  • LimitExceededException An exception for trying to create more than allowed resources or sub-resources. Gives http status code of 409.

  • ResourceNotFoundException An exception for accessing or deleting a resource that does not exist. Gives http status code of 400.

  • AccessDeniedException An error occurred because user does not have permissions to access the resource. Returns HTTP status code 403.

  • ValidationException An exception for missing / invalid input fields. Gives http status code of 400.

func (*ElasticsearchService) UpdatePackageRequest

func (c *ElasticsearchService) UpdatePackageRequest(input *UpdatePackageInput) (req *request.Request, output *UpdatePackageOutput)

UpdatePackageRequest generates a "aws/request.Request" representing the client's request for the UpdatePackage operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdatePackage for more information on using the UpdatePackage API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdatePackageRequest method.
req, resp := client.UpdatePackageRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ElasticsearchService) UpdatePackageWithContext

func (c *ElasticsearchService) UpdatePackageWithContext(ctx aws.Context, input *UpdatePackageInput, opts ...request.Option) (*UpdatePackageOutput, error)

UpdatePackageWithContext is the same as UpdatePackage with the addition of the ability to pass a context and additional request options.

See UpdatePackage for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticsearchService) UpdateVpcEndpoint

func (c *ElasticsearchService) UpdateVpcEndpoint(input *UpdateVpcEndpointInput) (*UpdateVpcEndpointOutput, error)

UpdateVpcEndpoint API operation for Amazon Elasticsearch Service.

Modifies an Amazon OpenSearch Service-managed interface VPC endpoint.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Elasticsearch Service's API operation UpdateVpcEndpoint for usage and error information.

Returned Error Types:

  • ResourceNotFoundException An exception for accessing or deleting a resource that does not exist. Gives http status code of 400.

  • DisabledOperationException An error occured because the client wanted to access a not supported operation. Gives http status code of 409.

  • 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.

  • ValidationException An exception for missing / invalid input fields. Gives http status code of 400.

  • ConflictException An error occurred because the client attempts to remove a resource that is currently in use. Returns HTTP status code 409.

  • BaseException An error occurred while processing the request.

func (*ElasticsearchService) UpdateVpcEndpointRequest

func (c *ElasticsearchService) UpdateVpcEndpointRequest(input *UpdateVpcEndpointInput) (req *request.Request, output *UpdateVpcEndpointOutput)

UpdateVpcEndpointRequest generates a "aws/request.Request" representing the client's request for the UpdateVpcEndpoint operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateVpcEndpoint for more information on using the UpdateVpcEndpoint API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateVpcEndpointRequest method.
req, resp := client.UpdateVpcEndpointRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ElasticsearchService) UpdateVpcEndpointWithContext

func (c *ElasticsearchService) UpdateVpcEndpointWithContext(ctx aws.Context, input *UpdateVpcEndpointInput, opts ...request.Option) (*UpdateVpcEndpointOutput, error)

UpdateVpcEndpointWithContext is the same as UpdateVpcEndpoint with the addition of the ability to pass a context and additional request options.

See UpdateVpcEndpoint for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticsearchService) UpgradeElasticsearchDomain

func (c *ElasticsearchService) UpgradeElasticsearchDomain(input *UpgradeElasticsearchDomainInput) (*UpgradeElasticsearchDomainOutput, error)

UpgradeElasticsearchDomain API operation for Amazon Elasticsearch Service.

Allows you to either upgrade your domain or perform an Upgrade eligibility check to a compatible Elasticsearch version.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Elasticsearch Service's API operation UpgradeElasticsearchDomain for usage and error information.

Returned Error Types:

  • BaseException An error occurred while processing the request.

  • ResourceNotFoundException An exception for accessing or deleting a resource that does not exist. Gives http status code of 400.

  • ResourceAlreadyExistsException An exception for creating a resource that already exists. Gives http status code of 400.

  • DisabledOperationException An error occured because the client wanted to access a not supported operation. Gives http status code of 409.

  • ValidationException An exception for missing / invalid input fields. Gives http status code of 400.

  • 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.

func (*ElasticsearchService) UpgradeElasticsearchDomainRequest

func (c *ElasticsearchService) UpgradeElasticsearchDomainRequest(input *UpgradeElasticsearchDomainInput) (req *request.Request, output *UpgradeElasticsearchDomainOutput)

UpgradeElasticsearchDomainRequest generates a "aws/request.Request" representing the client's request for the UpgradeElasticsearchDomain operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpgradeElasticsearchDomain for more information on using the UpgradeElasticsearchDomain API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpgradeElasticsearchDomainRequest method.
req, resp := client.UpgradeElasticsearchDomainRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ElasticsearchService) UpgradeElasticsearchDomainWithContext

func (c *ElasticsearchService) UpgradeElasticsearchDomainWithContext(ctx aws.Context, input *UpgradeElasticsearchDomainInput, opts ...request.Option) (*UpgradeElasticsearchDomainOutput, error)

UpgradeElasticsearchDomainWithContext is the same as UpgradeElasticsearchDomain with the addition of the ability to pass a context and additional request options.

See UpgradeElasticsearchDomain for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ElasticsearchVersionStatus) SetOptions

func (s *ElasticsearchVersionStatus) SetOptions(v string) *ElasticsearchVersionStatus

SetOptions sets the Options field's value.

func (*ElasticsearchVersionStatus) SetStatus

func (s *ElasticsearchVersionStatus) SetStatus(v *OptionStatus) *ElasticsearchVersionStatus

SetStatus sets the Status field's value.

func (ElasticsearchVersionStatus) String

func (s ElasticsearchVersionStatus) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type EncryptionAtRestOptions

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

func (s EncryptionAtRestOptions) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*EncryptionAtRestOptions) SetEnabled

func (s *EncryptionAtRestOptions) SetEnabled(v bool) *EncryptionAtRestOptions

SetEnabled sets the Enabled field's value.

func (*EncryptionAtRestOptions) SetKmsKeyId

func (s *EncryptionAtRestOptions) SetKmsKeyId(v string) *EncryptionAtRestOptions

SetKmsKeyId sets the KmsKeyId field's value.

func (EncryptionAtRestOptions) String

func (s EncryptionAtRestOptions) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*EncryptionAtRestOptions) Validate

func (s *EncryptionAtRestOptions) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type EncryptionAtRestOptionsStatus

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

func (s EncryptionAtRestOptionsStatus) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*EncryptionAtRestOptionsStatus) SetOptions

func (s *EncryptionAtRestOptionsStatus) SetOptions(v *EncryptionAtRestOptions) *EncryptionAtRestOptionsStatus

SetOptions sets the Options field's value.

func (*EncryptionAtRestOptionsStatus) SetStatus

func (s *EncryptionAtRestOptionsStatus) SetStatus(v *OptionStatus) *EncryptionAtRestOptionsStatus

SetStatus sets the Status field's value.

func (EncryptionAtRestOptionsStatus) String

func (s EncryptionAtRestOptionsStatus) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ErrorDetails

type ErrorDetails struct {
    ErrorMessage *string `type:"string"`

    ErrorType *string `type:"string"`
    // contains filtered or unexported fields
}

func (ErrorDetails) GoString

func (s ErrorDetails) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ErrorDetails) SetErrorMessage

func (s *ErrorDetails) SetErrorMessage(v string) *ErrorDetails

SetErrorMessage sets the ErrorMessage field's value.

func (*ErrorDetails) SetErrorType

func (s *ErrorDetails) SetErrorType(v string) *ErrorDetails

SetErrorType sets the ErrorType field's value.

func (ErrorDetails) String

func (s ErrorDetails) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Filter

type Filter struct {

    // Specifies the name of the filter.
    Name *string `min:"1" type:"string"`

    // Contains one or more values for the filter.
    Values []*string `min:"1" type:"list"`
    // contains filtered or unexported fields
}

A filter used to limit results when describing inbound or outbound cross-cluster search connections. Multiple values can be specified per filter. A cross-cluster search connection must match at least one of the specified values for it to be returned from an operation.

func (Filter) GoString

func (s Filter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Filter) SetName

func (s *Filter) SetName(v string) *Filter

SetName sets the Name field's value.

func (*Filter) SetValues

func (s *Filter) SetValues(v []*string) *Filter

SetValues sets the Values field's value.

func (Filter) String

func (s Filter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Filter) Validate

func (s *Filter) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetCompatibleElasticsearchVersionsInput

type GetCompatibleElasticsearchVersionsInput struct {

    // 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 *string `location:"querystring" locationName:"domainName" min:"3" type:"string"`
    // contains filtered or unexported fields
}

Container for request parameters to GetCompatibleElasticsearchVersions operation.

func (GetCompatibleElasticsearchVersionsInput) GoString

func (s GetCompatibleElasticsearchVersionsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetCompatibleElasticsearchVersionsInput) SetDomainName

func (s *GetCompatibleElasticsearchVersionsInput) SetDomainName(v string) *GetCompatibleElasticsearchVersionsInput

SetDomainName sets the DomainName field's value.

func (GetCompatibleElasticsearchVersionsInput) String

func (s GetCompatibleElasticsearchVersionsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetCompatibleElasticsearchVersionsInput) Validate

func (s *GetCompatibleElasticsearchVersionsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetCompatibleElasticsearchVersionsOutput

type GetCompatibleElasticsearchVersionsOutput struct {

    // A map of compatible Elasticsearch versions returned as part of the GetCompatibleElasticsearchVersions
    // operation.
    CompatibleElasticsearchVersions []*CompatibleVersionsMap `type:"list"`
    // contains filtered or unexported fields
}

Container for response returned by GetCompatibleElasticsearchVersions operation.

func (GetCompatibleElasticsearchVersionsOutput) GoString

func (s GetCompatibleElasticsearchVersionsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetCompatibleElasticsearchVersionsOutput) SetCompatibleElasticsearchVersions

func (s *GetCompatibleElasticsearchVersionsOutput) SetCompatibleElasticsearchVersions(v []*CompatibleVersionsMap) *GetCompatibleElasticsearchVersionsOutput

SetCompatibleElasticsearchVersions sets the CompatibleElasticsearchVersions field's value.

func (GetCompatibleElasticsearchVersionsOutput) String

func (s GetCompatibleElasticsearchVersionsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetPackageVersionHistoryInput

type GetPackageVersionHistoryInput struct {

    // Limits results to a maximum number of versions.
    MaxResults *int64 `location:"querystring" locationName:"maxResults" type:"integer"`

    // Used for pagination. Only necessary if a previous API call includes a non-null
    // NextToken value. If provided, returns results for the next page.
    NextToken *string `location:"querystring" locationName:"nextToken" type:"string"`

    // Returns an audit history of versions of the package.
    //
    // PackageID is a required field
    PackageID *string `location:"uri" locationName:"PackageID" type:"string" required:"true"`
    // contains filtered or unexported fields
}

Container for request parameters to GetPackageVersionHistory operation.

func (GetPackageVersionHistoryInput) GoString

func (s GetPackageVersionHistoryInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetPackageVersionHistoryInput) SetMaxResults

func (s *GetPackageVersionHistoryInput) SetMaxResults(v int64) *GetPackageVersionHistoryInput

SetMaxResults sets the MaxResults field's value.

func (*GetPackageVersionHistoryInput) SetNextToken

func (s *GetPackageVersionHistoryInput) SetNextToken(v string) *GetPackageVersionHistoryInput

SetNextToken sets the NextToken field's value.

func (*GetPackageVersionHistoryInput) SetPackageID

func (s *GetPackageVersionHistoryInput) SetPackageID(v string) *GetPackageVersionHistoryInput

SetPackageID sets the PackageID field's value.

func (GetPackageVersionHistoryInput) String

func (s GetPackageVersionHistoryInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetPackageVersionHistoryInput) Validate

func (s *GetPackageVersionHistoryInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetPackageVersionHistoryOutput

type GetPackageVersionHistoryOutput struct {
    NextToken *string `type:"string"`

    PackageID *string `type:"string"`

    // List of PackageVersionHistory objects.
    PackageVersionHistoryList []*PackageVersionHistory `type:"list"`
    // contains filtered or unexported fields
}

Container for response returned by GetPackageVersionHistory operation.

func (GetPackageVersionHistoryOutput) GoString

func (s GetPackageVersionHistoryOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetPackageVersionHistoryOutput) SetNextToken

func (s *GetPackageVersionHistoryOutput) SetNextToken(v string) *GetPackageVersionHistoryOutput

SetNextToken sets the NextToken field's value.

func (*GetPackageVersionHistoryOutput) SetPackageID

func (s *GetPackageVersionHistoryOutput) SetPackageID(v string) *GetPackageVersionHistoryOutput

SetPackageID sets the PackageID field's value.

func (*GetPackageVersionHistoryOutput) SetPackageVersionHistoryList

func (s *GetPackageVersionHistoryOutput) SetPackageVersionHistoryList(v []*PackageVersionHistory) *GetPackageVersionHistoryOutput

SetPackageVersionHistoryList sets the PackageVersionHistoryList field's value.

func (GetPackageVersionHistoryOutput) String

func (s GetPackageVersionHistoryOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetUpgradeHistoryInput

type GetUpgradeHistoryInput struct {

    // 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 `location:"uri" locationName:"DomainName" min:"3" type:"string" required:"true"`

    // Set this value to limit the number of results returned.
    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 request parameters to GetUpgradeHistory operation.

func (GetUpgradeHistoryInput) GoString

func (s GetUpgradeHistoryInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetUpgradeHistoryInput) SetDomainName

func (s *GetUpgradeHistoryInput) SetDomainName(v string) *GetUpgradeHistoryInput

SetDomainName sets the DomainName field's value.

func (*GetUpgradeHistoryInput) SetMaxResults

func (s *GetUpgradeHistoryInput) SetMaxResults(v int64) *GetUpgradeHistoryInput

SetMaxResults sets the MaxResults field's value.

func (*GetUpgradeHistoryInput) SetNextToken

func (s *GetUpgradeHistoryInput) SetNextToken(v string) *GetUpgradeHistoryInput

SetNextToken sets the NextToken field's value.

func (GetUpgradeHistoryInput) String

func (s GetUpgradeHistoryInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetUpgradeHistoryInput) Validate

func (s *GetUpgradeHistoryInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetUpgradeHistoryOutput

type GetUpgradeHistoryOutput struct {

    // Pagination token that needs to be supplied to the next call to get the next
    // page of results
    NextToken *string `type:"string"`

    // A list of UpgradeHistory objects corresponding to each Upgrade or Upgrade
    // Eligibility Check performed on a domain returned as part of GetUpgradeHistoryResponse
    // object.
    UpgradeHistories []*UpgradeHistory `type:"list"`
    // contains filtered or unexported fields
}

Container for response returned by GetUpgradeHistory operation.

func (GetUpgradeHistoryOutput) GoString

func (s GetUpgradeHistoryOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetUpgradeHistoryOutput) SetNextToken

func (s *GetUpgradeHistoryOutput) SetNextToken(v string) *GetUpgradeHistoryOutput

SetNextToken sets the NextToken field's value.

func (*GetUpgradeHistoryOutput) SetUpgradeHistories

func (s *GetUpgradeHistoryOutput) SetUpgradeHistories(v []*UpgradeHistory) *GetUpgradeHistoryOutput

SetUpgradeHistories sets the UpgradeHistories field's value.

func (GetUpgradeHistoryOutput) String

func (s GetUpgradeHistoryOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetUpgradeStatusInput

type GetUpgradeStatusInput struct {

    // 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 `location:"uri" locationName:"DomainName" min:"3" type:"string" required:"true"`
    // contains filtered or unexported fields
}

Container for request parameters to GetUpgradeStatus operation.

func (GetUpgradeStatusInput) GoString

func (s GetUpgradeStatusInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetUpgradeStatusInput) SetDomainName

func (s *GetUpgradeStatusInput) SetDomainName(v string) *GetUpgradeStatusInput

SetDomainName sets the DomainName field's value.

func (GetUpgradeStatusInput) String

func (s GetUpgradeStatusInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetUpgradeStatusInput) Validate

func (s *GetUpgradeStatusInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetUpgradeStatusOutput

type GetUpgradeStatusOutput struct {

    // One of 4 statuses that a step can go through returned as part of the GetUpgradeStatusResponse
    // object. The status can take one of the following values:
    //    * In Progress
    //
    //    * Succeeded
    //
    //    * Succeeded with Issues
    //
    //    * Failed
    StepStatus *string `type:"string" enum:"UpgradeStatus"`

    // A string that describes the update briefly
    UpgradeName *string `type:"string"`

    // Represents one of 3 steps that an Upgrade or Upgrade Eligibility Check does
    // through:
    //    * PreUpgradeCheck
    //
    //    * Snapshot
    //
    //    * Upgrade
    UpgradeStep *string `type:"string" enum:"UpgradeStep"`
    // contains filtered or unexported fields
}

Container for response returned by GetUpgradeStatus operation.

func (GetUpgradeStatusOutput) GoString

func (s GetUpgradeStatusOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetUpgradeStatusOutput) SetStepStatus

func (s *GetUpgradeStatusOutput) SetStepStatus(v string) *GetUpgradeStatusOutput

SetStepStatus sets the StepStatus field's value.

func (*GetUpgradeStatusOutput) SetUpgradeName

func (s *GetUpgradeStatusOutput) SetUpgradeName(v string) *GetUpgradeStatusOutput

SetUpgradeName sets the UpgradeName field's value.

func (*GetUpgradeStatusOutput) SetUpgradeStep

func (s *GetUpgradeStatusOutput) SetUpgradeStep(v string) *GetUpgradeStatusOutput

SetUpgradeStep sets the UpgradeStep field's value.

func (GetUpgradeStatusOutput) String

func (s GetUpgradeStatusOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InboundCrossClusterSearchConnection

type InboundCrossClusterSearchConnection struct {

    // Specifies the InboundCrossClusterSearchConnectionStatus for the outbound
    // connection.
    ConnectionStatus *InboundCrossClusterSearchConnectionStatus `type:"structure"`

    // Specifies the connection id for the inbound cross-cluster search connection.
    CrossClusterSearchConnectionId *string `type:"string"`

    // Specifies the DomainInformation for the destination Elasticsearch domain.
    DestinationDomainInfo *DomainInformation `type:"structure"`

    // Specifies the DomainInformation for the source Elasticsearch domain.
    SourceDomainInfo *DomainInformation `type:"structure"`
    // contains filtered or unexported fields
}

Specifies details of an inbound connection.

func (InboundCrossClusterSearchConnection) GoString

func (s InboundCrossClusterSearchConnection) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InboundCrossClusterSearchConnection) SetConnectionStatus

func (s *InboundCrossClusterSearchConnection) SetConnectionStatus(v *InboundCrossClusterSearchConnectionStatus) *InboundCrossClusterSearchConnection

SetConnectionStatus sets the ConnectionStatus field's value.

func (*InboundCrossClusterSearchConnection) SetCrossClusterSearchConnectionId

func (s *InboundCrossClusterSearchConnection) SetCrossClusterSearchConnectionId(v string) *InboundCrossClusterSearchConnection

SetCrossClusterSearchConnectionId sets the CrossClusterSearchConnectionId field's value.

func (*InboundCrossClusterSearchConnection) SetDestinationDomainInfo

func (s *InboundCrossClusterSearchConnection) SetDestinationDomainInfo(v *DomainInformation) *InboundCrossClusterSearchConnection

SetDestinationDomainInfo sets the DestinationDomainInfo field's value.

func (*InboundCrossClusterSearchConnection) SetSourceDomainInfo

func (s *InboundCrossClusterSearchConnection) SetSourceDomainInfo(v *DomainInformation) *InboundCrossClusterSearchConnection

SetSourceDomainInfo sets the SourceDomainInfo field's value.

func (InboundCrossClusterSearchConnection) String

func (s InboundCrossClusterSearchConnection) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InboundCrossClusterSearchConnectionStatus

type InboundCrossClusterSearchConnectionStatus struct {

    // Specifies verbose information for the inbound connection status.
    Message *string `type:"string"`

    // The state code for inbound connection. This can be one of the following:
    //
    //    * PENDING_ACCEPTANCE: Inbound connection is not yet accepted by destination
    //    domain owner.
    //
    //    * APPROVED: Inbound connection is pending acceptance by destination domain
    //    owner.
    //
    //    * REJECTING: Inbound connection rejection is in process.
    //
    //    * REJECTED: Inbound connection is rejected.
    //
    //    * DELETING: Inbound connection deletion is in progress.
    //
    //    * DELETED: Inbound connection is deleted and cannot be used further.
    StatusCode *string `type:"string" enum:"InboundCrossClusterSearchConnectionStatusCode"`
    // contains filtered or unexported fields
}

Specifies the coonection status of an inbound cross-cluster search connection.

func (InboundCrossClusterSearchConnectionStatus) GoString

func (s InboundCrossClusterSearchConnectionStatus) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InboundCrossClusterSearchConnectionStatus) SetMessage

func (s *InboundCrossClusterSearchConnectionStatus) SetMessage(v string) *InboundCrossClusterSearchConnectionStatus

SetMessage sets the Message field's value.

func (*InboundCrossClusterSearchConnectionStatus) SetStatusCode

func (s *InboundCrossClusterSearchConnectionStatus) SetStatusCode(v string) *InboundCrossClusterSearchConnectionStatus

SetStatusCode sets the StatusCode field's value.

func (InboundCrossClusterSearchConnectionStatus) String

func (s InboundCrossClusterSearchConnectionStatus) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InstanceCountLimits) SetMaximumInstanceCount

func (s *InstanceCountLimits) SetMaximumInstanceCount(v int64) *InstanceCountLimits

SetMaximumInstanceCount sets the MaximumInstanceCount field's value.

func (*InstanceCountLimits) SetMinimumInstanceCount

func (s *InstanceCountLimits) SetMinimumInstanceCount(v int64) *InstanceCountLimits

SetMinimumInstanceCount sets the MinimumInstanceCount field's value.

func (InstanceCountLimits) String

func (s InstanceCountLimits) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InstanceLimits) SetInstanceCountLimits

func (s *InstanceLimits) SetInstanceCountLimits(v *InstanceCountLimits) *InstanceLimits

SetInstanceCountLimits sets the InstanceCountLimits field's value.

func (InstanceLimits) String

func (s InstanceLimits) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InternalException

type InternalException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"message" type:"string"`
    // contains filtered or unexported fields
}

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.

func (*InternalException) Code

func (s *InternalException) Code() string

Code returns the exception type name.

func (*InternalException) Error

func (s *InternalException) Error() string

func (InternalException) GoString

func (s InternalException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InternalException) Message

func (s *InternalException) Message() string

Message returns the exception's message.

func (*InternalException) OrigErr

func (s *InternalException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InternalException) RequestID

func (s *InternalException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InternalException) StatusCode

func (s *InternalException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InternalException) String

func (s InternalException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InvalidPaginationTokenException

type InvalidPaginationTokenException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"message" type:"string"`
    // contains filtered or unexported fields
}

The request processing has failed because of invalid pagination token provided by customer. Returns an HTTP status code of 400.

func (*InvalidPaginationTokenException) Code

func (s *InvalidPaginationTokenException) Code() string

Code returns the exception type name.

func (*InvalidPaginationTokenException) Error

func (s *InvalidPaginationTokenException) Error() string

func (InvalidPaginationTokenException) GoString

func (s InvalidPaginationTokenException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InvalidPaginationTokenException) Message

func (s *InvalidPaginationTokenException) Message() string

Message returns the exception's message.

func (*InvalidPaginationTokenException) OrigErr

func (s *InvalidPaginationTokenException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidPaginationTokenException) RequestID

func (s *InvalidPaginationTokenException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidPaginationTokenException) StatusCode

func (s *InvalidPaginationTokenException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InvalidPaginationTokenException) String

func (s InvalidPaginationTokenException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InvalidTypeException

type InvalidTypeException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"message" type:"string"`
    // contains filtered or unexported fields
}

An exception for trying to create or access sub-resource that is either invalid or not supported. Gives http status code of 409.

func (*InvalidTypeException) Code

func (s *InvalidTypeException) Code() string

Code returns the exception type name.

func (*InvalidTypeException) Error

func (s *InvalidTypeException) Error() string

func (InvalidTypeException) GoString

func (s InvalidTypeException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InvalidTypeException) Message

func (s *InvalidTypeException) Message() string

Message returns the exception's message.

func (*InvalidTypeException) OrigErr

func (s *InvalidTypeException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidTypeException) RequestID

func (s *InvalidTypeException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidTypeException) StatusCode

func (s *InvalidTypeException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InvalidTypeException) String

func (s InvalidTypeException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type LimitExceededException

type LimitExceededException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"message" type:"string"`
    // contains filtered or unexported fields
}

An exception for trying to create more than allowed resources or sub-resources. Gives http status code of 409.

func (*LimitExceededException) Code

func (s *LimitExceededException) Code() string

Code returns the exception type name.

func (*LimitExceededException) Error

func (s *LimitExceededException) Error() string

func (LimitExceededException) GoString

func (s LimitExceededException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*LimitExceededException) Message

func (s *LimitExceededException) Message() string

Message returns the exception's message.

func (*LimitExceededException) OrigErr

func (s *LimitExceededException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*LimitExceededException) RequestID

func (s *LimitExceededException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*LimitExceededException) StatusCode

func (s *LimitExceededException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (LimitExceededException) String

func (s LimitExceededException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

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, InstanceLimits and AdditionalLimits

func (Limits) GoString

func (s Limits) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Limits) SetAdditionalLimits

func (s *Limits) SetAdditionalLimits(v []*AdditionalLimit) *Limits

SetAdditionalLimits sets the AdditionalLimits field's value.

func (*Limits) SetInstanceLimits

func (s *Limits) SetInstanceLimits(v *InstanceLimits) *Limits

SetInstanceLimits sets the InstanceLimits field's value.

func (*Limits) SetStorageTypes

func (s *Limits) SetStorageTypes(v []*StorageType) *Limits

SetStorageTypes sets the StorageTypes field's value.

func (Limits) String

func (s Limits) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListDomainNamesInput

type ListDomainNamesInput struct {

    // Optional parameter to filter the output by domain engine type. Acceptable
    // values are 'Elasticsearch' and 'OpenSearch'.
    EngineType *string `location:"querystring" locationName:"engineType" type:"string" enum:"EngineType"`
    // contains filtered or unexported fields
}

Container for the parameters to the ListDomainNames operation.

func (ListDomainNamesInput) GoString

func (s ListDomainNamesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListDomainNamesInput) SetEngineType

func (s *ListDomainNamesInput) SetEngineType(v string) *ListDomainNamesInput

SetEngineType sets the EngineType field's value.

func (ListDomainNamesInput) String

func (s ListDomainNamesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListDomainNamesOutput

type ListDomainNamesOutput struct {

    // List of domain names and respective engine types.
    DomainNames []*DomainInfo `type:"list"`
    // contains filtered or unexported fields
}

The result of a ListDomainNames operation. Contains the names of all domains owned by this account and their respective engine types.

func (ListDomainNamesOutput) GoString

func (s ListDomainNamesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListDomainNamesOutput) SetDomainNames

func (s *ListDomainNamesOutput) SetDomainNames(v []*DomainInfo) *ListDomainNamesOutput

SetDomainNames sets the DomainNames field's value.

func (ListDomainNamesOutput) String

func (s ListDomainNamesOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListDomainsForPackageInput

type ListDomainsForPackageInput struct {

    // Limits results to a maximum number of domains.
    MaxResults *int64 `location:"querystring" locationName:"maxResults" type:"integer"`

    // Used for pagination. Only necessary if a previous API call includes a non-null
    // NextToken value. If provided, returns results for the next page.
    NextToken *string `location:"querystring" locationName:"nextToken" type:"string"`

    // The package for which to list domains.
    //
    // PackageID is a required field
    PackageID *string `location:"uri" locationName:"PackageID" type:"string" required:"true"`
    // contains filtered or unexported fields
}

Container for request parameters to ListDomainsForPackage operation.

func (ListDomainsForPackageInput) GoString

func (s ListDomainsForPackageInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListDomainsForPackageInput) SetMaxResults

func (s *ListDomainsForPackageInput) SetMaxResults(v int64) *ListDomainsForPackageInput

SetMaxResults sets the MaxResults field's value.

func (*ListDomainsForPackageInput) SetNextToken

func (s *ListDomainsForPackageInput) SetNextToken(v string) *ListDomainsForPackageInput

SetNextToken sets the NextToken field's value.

func (*ListDomainsForPackageInput) SetPackageID

func (s *ListDomainsForPackageInput) SetPackageID(v string) *ListDomainsForPackageInput

SetPackageID sets the PackageID field's value.

func (ListDomainsForPackageInput) String

func (s ListDomainsForPackageInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListDomainsForPackageInput) Validate

func (s *ListDomainsForPackageInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListDomainsForPackageOutput

type ListDomainsForPackageOutput struct {

    // List of DomainPackageDetails objects.
    DomainPackageDetailsList []*DomainPackageDetails `type:"list"`

    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

Container for response parameters to ListDomainsForPackage operation.

func (ListDomainsForPackageOutput) GoString

func (s ListDomainsForPackageOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListDomainsForPackageOutput) SetDomainPackageDetailsList

func (s *ListDomainsForPackageOutput) SetDomainPackageDetailsList(v []*DomainPackageDetails) *ListDomainsForPackageOutput

SetDomainPackageDetailsList sets the DomainPackageDetailsList field's value.

func (*ListDomainsForPackageOutput) SetNextToken

func (s *ListDomainsForPackageOutput) SetNextToken(v string) *ListDomainsForPackageOutput

SetNextToken sets the NextToken field's value.

func (ListDomainsForPackageOutput) String

func (s ListDomainsForPackageOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListElasticsearchInstanceTypesInput) SetDomainName

func (s *ListElasticsearchInstanceTypesInput) SetDomainName(v string) *ListElasticsearchInstanceTypesInput

SetDomainName sets the DomainName field's value.

func (*ListElasticsearchInstanceTypesInput) SetElasticsearchVersion

func (s *ListElasticsearchInstanceTypesInput) SetElasticsearchVersion(v string) *ListElasticsearchInstanceTypesInput

SetElasticsearchVersion sets the ElasticsearchVersion field's value.

func (*ListElasticsearchInstanceTypesInput) SetMaxResults

func (s *ListElasticsearchInstanceTypesInput) SetMaxResults(v int64) *ListElasticsearchInstanceTypesInput

SetMaxResults sets the MaxResults field's value.

func (*ListElasticsearchInstanceTypesInput) SetNextToken

func (s *ListElasticsearchInstanceTypesInput) SetNextToken(v string) *ListElasticsearchInstanceTypesInput

SetNextToken sets the NextToken field's value.

func (ListElasticsearchInstanceTypesInput) String

func (s ListElasticsearchInstanceTypesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

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 []*string `type:"list" enum:"ESPartitionInstanceType"`

    // 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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListElasticsearchInstanceTypesOutput) SetElasticsearchInstanceTypes

func (s *ListElasticsearchInstanceTypesOutput) SetElasticsearchInstanceTypes(v []*string) *ListElasticsearchInstanceTypesOutput

SetElasticsearchInstanceTypes sets the ElasticsearchInstanceTypes field's value.

func (*ListElasticsearchInstanceTypesOutput) SetNextToken

func (s *ListElasticsearchInstanceTypesOutput) SetNextToken(v string) *ListElasticsearchInstanceTypesOutput

SetNextToken sets the NextToken field's value.

func (ListElasticsearchInstanceTypesOutput) String

func (s ListElasticsearchInstanceTypesOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListElasticsearchVersionsInput) SetMaxResults

func (s *ListElasticsearchVersionsInput) SetMaxResults(v int64) *ListElasticsearchVersionsInput

SetMaxResults sets the MaxResults field's value.

func (*ListElasticsearchVersionsInput) SetNextToken

func (s *ListElasticsearchVersionsInput) SetNextToken(v string) *ListElasticsearchVersionsInput

SetNextToken sets the NextToken field's value.

func (ListElasticsearchVersionsInput) String

func (s ListElasticsearchVersionsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListElasticsearchVersionsOutput) SetElasticsearchVersions

func (s *ListElasticsearchVersionsOutput) SetElasticsearchVersions(v []*string) *ListElasticsearchVersionsOutput

SetElasticsearchVersions sets the ElasticsearchVersions field's value.

func (*ListElasticsearchVersionsOutput) SetNextToken

func (s *ListElasticsearchVersionsOutput) SetNextToken(v string) *ListElasticsearchVersionsOutput

SetNextToken sets the NextToken field's value.

func (ListElasticsearchVersionsOutput) String

func (s ListElasticsearchVersionsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListPackagesForDomainInput

type ListPackagesForDomainInput struct {

    // The name of the domain for which you want to list associated packages.
    //
    // DomainName is a required field
    DomainName *string `location:"uri" locationName:"DomainName" min:"3" type:"string" required:"true"`

    // Limits results to a maximum number of packages.
    MaxResults *int64 `location:"querystring" locationName:"maxResults" type:"integer"`

    // Used for pagination. Only necessary if a previous API call includes a non-null
    // NextToken value. If provided, returns results for the next page.
    NextToken *string `location:"querystring" locationName:"nextToken" type:"string"`
    // contains filtered or unexported fields
}

Container for request parameters to ListPackagesForDomain operation.

func (ListPackagesForDomainInput) GoString

func (s ListPackagesForDomainInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListPackagesForDomainInput) SetDomainName

func (s *ListPackagesForDomainInput) SetDomainName(v string) *ListPackagesForDomainInput

SetDomainName sets the DomainName field's value.

func (*ListPackagesForDomainInput) SetMaxResults

func (s *ListPackagesForDomainInput) SetMaxResults(v int64) *ListPackagesForDomainInput

SetMaxResults sets the MaxResults field's value.

func (*ListPackagesForDomainInput) SetNextToken

func (s *ListPackagesForDomainInput) SetNextToken(v string) *ListPackagesForDomainInput

SetNextToken sets the NextToken field's value.

func (ListPackagesForDomainInput) String

func (s ListPackagesForDomainInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListPackagesForDomainInput) Validate

func (s *ListPackagesForDomainInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListPackagesForDomainOutput

type ListPackagesForDomainOutput struct {

    // List of DomainPackageDetails objects.
    DomainPackageDetailsList []*DomainPackageDetails `type:"list"`

    // Pagination token that needs to be supplied to the next call to get the next
    // page of results.
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

Container for response parameters to ListPackagesForDomain operation.

func (ListPackagesForDomainOutput) GoString

func (s ListPackagesForDomainOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListPackagesForDomainOutput) SetDomainPackageDetailsList

func (s *ListPackagesForDomainOutput) SetDomainPackageDetailsList(v []*DomainPackageDetails) *ListPackagesForDomainOutput

SetDomainPackageDetailsList sets the DomainPackageDetailsList field's value.

func (*ListPackagesForDomainOutput) SetNextToken

func (s *ListPackagesForDomainOutput) SetNextToken(v string) *ListPackagesForDomainOutput

SetNextToken sets the NextToken field's value.

func (ListPackagesForDomainOutput) String

func (s ListPackagesForDomainOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListTagsInput) SetARN

func (s *ListTagsInput) SetARN(v string) *ListTagsInput

SetARN sets the ARN field's value.

func (ListTagsInput) String

func (s ListTagsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListTagsOutput) SetTagList

func (s *ListTagsOutput) SetTagList(v []*Tag) *ListTagsOutput

SetTagList sets the TagList field's value.

func (ListTagsOutput) String

func (s ListTagsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListVpcEndpointAccessInput

type ListVpcEndpointAccessInput struct {

    // The name of the OpenSearch Service domain to retrieve access information
    // for.
    //
    // DomainName is a required field
    DomainName *string `location:"uri" locationName:"DomainName" min:"3" type:"string" required:"true"`

    // Provides an identifier to allow retrieval of paginated results.
    NextToken *string `location:"querystring" locationName:"nextToken" type:"string"`
    // contains filtered or unexported fields
}

Retrieves information about each principal that is allowed to access a given Amazon OpenSearch Service domain through the use of an interface VPC endpoint

func (ListVpcEndpointAccessInput) GoString

func (s ListVpcEndpointAccessInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListVpcEndpointAccessInput) SetDomainName

func (s *ListVpcEndpointAccessInput) SetDomainName(v string) *ListVpcEndpointAccessInput

SetDomainName sets the DomainName field's value.

func (*ListVpcEndpointAccessInput) SetNextToken

func (s *ListVpcEndpointAccessInput) SetNextToken(v string) *ListVpcEndpointAccessInput

SetNextToken sets the NextToken field's value.

func (ListVpcEndpointAccessInput) String

func (s ListVpcEndpointAccessInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListVpcEndpointAccessInput) Validate

func (s *ListVpcEndpointAccessInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListVpcEndpointAccessOutput

type ListVpcEndpointAccessOutput struct {

    // List of AuthorizedPrincipal describing the details of the permissions to
    // manage VPC endpoints against the specified domain.
    //
    // AuthorizedPrincipalList is a required field
    AuthorizedPrincipalList []*AuthorizedPrincipal `type:"list" required:"true"`

    // Provides an identifier to allow retrieval of paginated results.
    //
    // NextToken is a required field
    NextToken *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

Container for response parameters to the ListVpcEndpointAccess operation. Returns a list of accounts id and account type authorized to manage VPC endpoints.

func (ListVpcEndpointAccessOutput) GoString

func (s ListVpcEndpointAccessOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListVpcEndpointAccessOutput) SetAuthorizedPrincipalList

func (s *ListVpcEndpointAccessOutput) SetAuthorizedPrincipalList(v []*AuthorizedPrincipal) *ListVpcEndpointAccessOutput

SetAuthorizedPrincipalList sets the AuthorizedPrincipalList field's value.

func (*ListVpcEndpointAccessOutput) SetNextToken

func (s *ListVpcEndpointAccessOutput) SetNextToken(v string) *ListVpcEndpointAccessOutput

SetNextToken sets the NextToken field's value.

func (ListVpcEndpointAccessOutput) String

func (s ListVpcEndpointAccessOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListVpcEndpointsForDomainInput

type ListVpcEndpointsForDomainInput struct {

    // Name of the ElasticSearch domain whose VPC endpoints are to be listed.
    //
    // DomainName is a required field
    DomainName *string `location:"uri" locationName:"DomainName" min:"3" type:"string" required:"true"`

    // Provides an identifier to allow retrieval of paginated results.
    NextToken *string `location:"querystring" locationName:"nextToken" type:"string"`
    // contains filtered or unexported fields
}

Container for request parameters to the ListVpcEndpointsForDomain operation. Specifies the domain whose VPC endpoints will be listed.

func (ListVpcEndpointsForDomainInput) GoString

func (s ListVpcEndpointsForDomainInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListVpcEndpointsForDomainInput) SetDomainName

func (s *ListVpcEndpointsForDomainInput) SetDomainName(v string) *ListVpcEndpointsForDomainInput

SetDomainName sets the DomainName field's value.

func (*ListVpcEndpointsForDomainInput) SetNextToken

func (s *ListVpcEndpointsForDomainInput) SetNextToken(v string) *ListVpcEndpointsForDomainInput

SetNextToken sets the NextToken field's value.

func (ListVpcEndpointsForDomainInput) String

func (s ListVpcEndpointsForDomainInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListVpcEndpointsForDomainInput) Validate

func (s *ListVpcEndpointsForDomainInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListVpcEndpointsForDomainOutput

type ListVpcEndpointsForDomainOutput struct {

    // Information about each endpoint associated with the domain.
    //
    // NextToken is a required field
    NextToken *string `type:"string" required:"true"`

    // Provides list of VpcEndpointSummary summarizing details of the VPC endpoints.
    //
    // VpcEndpointSummaryList is a required field
    VpcEndpointSummaryList []*VpcEndpointSummary `type:"list" required:"true"`
    // contains filtered or unexported fields
}

Container for response parameters to the ListVpcEndpointsForDomain operation. Returns a list containing summarized details of the VPC endpoints.

func (ListVpcEndpointsForDomainOutput) GoString

func (s ListVpcEndpointsForDomainOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListVpcEndpointsForDomainOutput) SetNextToken

func (s *ListVpcEndpointsForDomainOutput) SetNextToken(v string) *ListVpcEndpointsForDomainOutput

SetNextToken sets the NextToken field's value.

func (*ListVpcEndpointsForDomainOutput) SetVpcEndpointSummaryList

func (s *ListVpcEndpointsForDomainOutput) SetVpcEndpointSummaryList(v []*VpcEndpointSummary) *ListVpcEndpointsForDomainOutput

SetVpcEndpointSummaryList sets the VpcEndpointSummaryList field's value.

func (ListVpcEndpointsForDomainOutput) String

func (s ListVpcEndpointsForDomainOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListVpcEndpointsInput

type ListVpcEndpointsInput struct {

    // Identifier to allow retrieval of paginated results.
    NextToken *string `location:"querystring" locationName:"nextToken" type:"string"`
    // contains filtered or unexported fields
}

Container for request parameters to the ListVpcEndpoints operation.

func (ListVpcEndpointsInput) GoString

func (s ListVpcEndpointsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListVpcEndpointsInput) SetNextToken

func (s *ListVpcEndpointsInput) SetNextToken(v string) *ListVpcEndpointsInput

SetNextToken sets the NextToken field's value.

func (ListVpcEndpointsInput) String

func (s ListVpcEndpointsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListVpcEndpointsOutput

type ListVpcEndpointsOutput struct {

    // Provides an identifier to allow retrieval of paginated results.
    //
    // NextToken is a required field
    NextToken *string `type:"string" required:"true"`

    // Information about each endpoint.
    //
    // VpcEndpointSummaryList is a required field
    VpcEndpointSummaryList []*VpcEndpointSummary `type:"list" required:"true"`
    // contains filtered or unexported fields
}

Container for response parameters to the ListVpcEndpoints operation. Returns a list containing summarized details of the VPC endpoints.

func (ListVpcEndpointsOutput) GoString

func (s ListVpcEndpointsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListVpcEndpointsOutput) SetNextToken

func (s *ListVpcEndpointsOutput) SetNextToken(v string) *ListVpcEndpointsOutput

SetNextToken sets the NextToken field's value.

func (*ListVpcEndpointsOutput) SetVpcEndpointSummaryList

func (s *ListVpcEndpointsOutput) SetVpcEndpointSummaryList(v []*VpcEndpointSummary) *ListVpcEndpointsOutput

SetVpcEndpointSummaryList sets the VpcEndpointSummaryList field's value.

func (ListVpcEndpointsOutput) String

func (s ListVpcEndpointsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type LogPublishingOption

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

func (s LogPublishingOption) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*LogPublishingOption) SetCloudWatchLogsLogGroupArn

func (s *LogPublishingOption) SetCloudWatchLogsLogGroupArn(v string) *LogPublishingOption

SetCloudWatchLogsLogGroupArn sets the CloudWatchLogsLogGroupArn field's value.

func (*LogPublishingOption) SetEnabled

func (s *LogPublishingOption) SetEnabled(v bool) *LogPublishingOption

SetEnabled sets the Enabled field's value.

func (LogPublishingOption) String

func (s LogPublishingOption) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type LogPublishingOptionsStatus

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

func (s LogPublishingOptionsStatus) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*LogPublishingOptionsStatus) SetOptions

func (s *LogPublishingOptionsStatus) SetOptions(v map[string]*LogPublishingOption) *LogPublishingOptionsStatus

SetOptions sets the Options field's value.

func (*LogPublishingOptionsStatus) SetStatus

func (s *LogPublishingOptionsStatus) SetStatus(v *OptionStatus) *LogPublishingOptionsStatus

SetStatus sets the Status field's value.

func (LogPublishingOptionsStatus) String

func (s LogPublishingOptionsStatus) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type MasterUserOptions

type MasterUserOptions struct {

    // ARN for the master user (if IAM is enabled).
    MasterUserARN *string `type:"string"`

    // The master user's username, which is stored in the Amazon Elasticsearch Service
    // domain's internal database.
    //
    // MasterUserName is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by MasterUserOptions's
    // String and GoString methods.
    MasterUserName *string `min:"1" type:"string" sensitive:"true"`

    // The master user's password, which is stored in the Amazon Elasticsearch Service
    // domain's internal database.
    //
    // MasterUserPassword is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by MasterUserOptions's
    // String and GoString methods.
    MasterUserPassword *string `min:"8" type:"string" sensitive:"true"`
    // contains filtered or unexported fields
}

Credentials for the master user: username and password, ARN, or both.

func (MasterUserOptions) GoString

func (s MasterUserOptions) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MasterUserOptions) SetMasterUserARN

func (s *MasterUserOptions) SetMasterUserARN(v string) *MasterUserOptions

SetMasterUserARN sets the MasterUserARN field's value.

func (*MasterUserOptions) SetMasterUserName

func (s *MasterUserOptions) SetMasterUserName(v string) *MasterUserOptions

SetMasterUserName sets the MasterUserName field's value.

func (*MasterUserOptions) SetMasterUserPassword

func (s *MasterUserOptions) SetMasterUserPassword(v string) *MasterUserOptions

SetMasterUserPassword sets the MasterUserPassword field's value.

func (MasterUserOptions) String

func (s MasterUserOptions) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MasterUserOptions) Validate

func (s *MasterUserOptions) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ModifyingProperties

type ModifyingProperties struct {

    // The current value of the domain property that is being modified.
    ActiveValue *string `type:"string"`

    // The name of the property that is currently being modified.
    Name *string `type:"string"`

    // The value that the property that is currently being modified will eventually
    // have.
    PendingValue *string `type:"string"`

    // The type of value that is currently being modified. Properties can have two
    // types:
    //
    //    * PLAIN_TEXT: Contain direct values such as "1", "True", or "c5.large.search".
    //
    //    * STRINGIFIED_JSON: Contain content in JSON format, such as {"Enabled":"True"}".
    ValueType *string `type:"string" enum:"PropertyValueType"`
    // contains filtered or unexported fields
}

Information about the domain properties that are currently being modified.

func (ModifyingProperties) GoString

func (s ModifyingProperties) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ModifyingProperties) SetActiveValue

func (s *ModifyingProperties) SetActiveValue(v string) *ModifyingProperties

SetActiveValue sets the ActiveValue field's value.

func (*ModifyingProperties) SetName

func (s *ModifyingProperties) SetName(v string) *ModifyingProperties

SetName sets the Name field's value.

func (*ModifyingProperties) SetPendingValue

func (s *ModifyingProperties) SetPendingValue(v string) *ModifyingProperties

SetPendingValue sets the PendingValue field's value.

func (*ModifyingProperties) SetValueType

func (s *ModifyingProperties) SetValueType(v string) *ModifyingProperties

SetValueType sets the ValueType field's value.

func (ModifyingProperties) String

func (s ModifyingProperties) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type NodeToNodeEncryptionOptions

type NodeToNodeEncryptionOptions struct {

    // Specify true to enable node-to-node encryption.
    Enabled *bool `type:"boolean"`
    // contains filtered or unexported fields
}

Specifies the node-to-node encryption options.

func (NodeToNodeEncryptionOptions) GoString

func (s NodeToNodeEncryptionOptions) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*NodeToNodeEncryptionOptions) SetEnabled

func (s *NodeToNodeEncryptionOptions) SetEnabled(v bool) *NodeToNodeEncryptionOptions

SetEnabled sets the Enabled field's value.

func (NodeToNodeEncryptionOptions) String

func (s NodeToNodeEncryptionOptions) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type NodeToNodeEncryptionOptionsStatus

type NodeToNodeEncryptionOptionsStatus struct {

    // Specifies the node-to-node encryption options for the specified Elasticsearch
    // domain.
    //
    // Options is a required field
    Options *NodeToNodeEncryptionOptions `type:"structure" required:"true"`

    // Specifies the status of the node-to-node encryption 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 node-to-node encryption options for the specified Elasticsearch domain.

func (NodeToNodeEncryptionOptionsStatus) GoString

func (s NodeToNodeEncryptionOptionsStatus) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*NodeToNodeEncryptionOptionsStatus) SetOptions

func (s *NodeToNodeEncryptionOptionsStatus) SetOptions(v *NodeToNodeEncryptionOptions) *NodeToNodeEncryptionOptionsStatus

SetOptions sets the Options field's value.

func (*NodeToNodeEncryptionOptionsStatus) SetStatus

func (s *NodeToNodeEncryptionOptionsStatus) SetStatus(v *OptionStatus) *NodeToNodeEncryptionOptionsStatus

SetStatus sets the Status field's value.

func (NodeToNodeEncryptionOptionsStatus) String

func (s NodeToNodeEncryptionOptionsStatus) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type OptionStatus

type OptionStatus struct {

    // Timestamp which tells the creation date for the entity.
    //
    // CreationDate is a required field
    CreationDate *time.Time `type:"timestamp" 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 *string `type:"string" required:"true" enum:"OptionState"`

    // Timestamp which tells the last updated time for the entity.
    //
    // UpdateDate is a required field
    UpdateDate *time.Time `type:"timestamp" 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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*OptionStatus) SetCreationDate

func (s *OptionStatus) SetCreationDate(v time.Time) *OptionStatus

SetCreationDate sets the CreationDate field's value.

func (*OptionStatus) SetPendingDeletion

func (s *OptionStatus) SetPendingDeletion(v bool) *OptionStatus

SetPendingDeletion sets the PendingDeletion field's value.

func (*OptionStatus) SetState

func (s *OptionStatus) SetState(v string) *OptionStatus

SetState sets the State field's value.

func (*OptionStatus) SetUpdateDate

func (s *OptionStatus) SetUpdateDate(v time.Time) *OptionStatus

SetUpdateDate sets the UpdateDate field's value.

func (*OptionStatus) SetUpdateVersion

func (s *OptionStatus) SetUpdateVersion(v int64) *OptionStatus

SetUpdateVersion sets the UpdateVersion field's value.

func (OptionStatus) String

func (s OptionStatus) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type OutboundCrossClusterSearchConnection

type OutboundCrossClusterSearchConnection struct {

    // Specifies the connection alias for the outbound cross-cluster search connection.
    ConnectionAlias *string `type:"string"`

    // Specifies the OutboundCrossClusterSearchConnectionStatus for the outbound
    // connection.
    ConnectionStatus *OutboundCrossClusterSearchConnectionStatus `type:"structure"`

    // Specifies the connection id for the outbound cross-cluster search connection.
    CrossClusterSearchConnectionId *string `type:"string"`

    // Specifies the DomainInformation for the destination Elasticsearch domain.
    DestinationDomainInfo *DomainInformation `type:"structure"`

    // Specifies the DomainInformation for the source Elasticsearch domain.
    SourceDomainInfo *DomainInformation `type:"structure"`
    // contains filtered or unexported fields
}

Specifies details of an outbound connection.

func (OutboundCrossClusterSearchConnection) GoString

func (s OutboundCrossClusterSearchConnection) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*OutboundCrossClusterSearchConnection) SetConnectionAlias

func (s *OutboundCrossClusterSearchConnection) SetConnectionAlias(v string) *OutboundCrossClusterSearchConnection

SetConnectionAlias sets the ConnectionAlias field's value.

func (*OutboundCrossClusterSearchConnection) SetConnectionStatus

func (s *OutboundCrossClusterSearchConnection) SetConnectionStatus(v *OutboundCrossClusterSearchConnectionStatus) *OutboundCrossClusterSearchConnection

SetConnectionStatus sets the ConnectionStatus field's value.

func (*OutboundCrossClusterSearchConnection) SetCrossClusterSearchConnectionId

func (s *OutboundCrossClusterSearchConnection) SetCrossClusterSearchConnectionId(v string) *OutboundCrossClusterSearchConnection

SetCrossClusterSearchConnectionId sets the CrossClusterSearchConnectionId field's value.

func (*OutboundCrossClusterSearchConnection) SetDestinationDomainInfo

func (s *OutboundCrossClusterSearchConnection) SetDestinationDomainInfo(v *DomainInformation) *OutboundCrossClusterSearchConnection

SetDestinationDomainInfo sets the DestinationDomainInfo field's value.

func (*OutboundCrossClusterSearchConnection) SetSourceDomainInfo

func (s *OutboundCrossClusterSearchConnection) SetSourceDomainInfo(v *DomainInformation) *OutboundCrossClusterSearchConnection

SetSourceDomainInfo sets the SourceDomainInfo field's value.

func (OutboundCrossClusterSearchConnection) String

func (s OutboundCrossClusterSearchConnection) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type OutboundCrossClusterSearchConnectionStatus

type OutboundCrossClusterSearchConnectionStatus struct {

    // Specifies verbose information for the outbound connection status.
    Message *string `type:"string"`

    // The state code for outbound connection. This can be one of the following:
    //
    //    * VALIDATING: The outbound connection request is being validated.
    //
    //    * VALIDATION_FAILED: Validation failed for the connection request.
    //
    //    * PENDING_ACCEPTANCE: Outbound connection request is validated and is
    //    not yet accepted by destination domain owner.
    //
    //    * PROVISIONING: Outbound connection request is in process.
    //
    //    * ACTIVE: Outbound connection is active and ready to use.
    //
    //    * REJECTED: Outbound connection request is rejected by destination domain
    //    owner.
    //
    //    * DELETING: Outbound connection deletion is in progress.
    //
    //    * DELETED: Outbound connection is deleted and cannot be used further.
    StatusCode *string `type:"string" enum:"OutboundCrossClusterSearchConnectionStatusCode"`
    // contains filtered or unexported fields
}

Specifies the connection status of an outbound cross-cluster search connection.

func (OutboundCrossClusterSearchConnectionStatus) GoString

func (s OutboundCrossClusterSearchConnectionStatus) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*OutboundCrossClusterSearchConnectionStatus) SetMessage

func (s *OutboundCrossClusterSearchConnectionStatus) SetMessage(v string) *OutboundCrossClusterSearchConnectionStatus

SetMessage sets the Message field's value.

func (*OutboundCrossClusterSearchConnectionStatus) SetStatusCode

func (s *OutboundCrossClusterSearchConnectionStatus) SetStatusCode(v string) *OutboundCrossClusterSearchConnectionStatus

SetStatusCode sets the StatusCode field's value.

func (OutboundCrossClusterSearchConnectionStatus) String

func (s OutboundCrossClusterSearchConnectionStatus) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type PackageDetails

type PackageDetails struct {
    AvailablePackageVersion *string `type:"string"`

    // Timestamp which tells creation date of the package.
    CreatedAt *time.Time `type:"timestamp"`

    // Additional information if the package is in an error state. Null otherwise.
    ErrorDetails *ErrorDetails `type:"structure"`

    LastUpdatedAt *time.Time `type:"timestamp"`

    // User-specified description of the package.
    PackageDescription *string `type:"string"`

    // Internal ID of the package.
    PackageID *string `type:"string"`

    // User specified name of the package.
    PackageName *string `min:"3" type:"string"`

    // Current state of the package. Values are COPYING/COPY_FAILED/AVAILABLE/DELETING/DELETE_FAILED
    PackageStatus *string `type:"string" enum:"PackageStatus"`

    // Currently supports only TXT-DICTIONARY.
    PackageType *string `type:"string" enum:"PackageType"`
    // contains filtered or unexported fields
}

Basic information about a package.

func (PackageDetails) GoString

func (s PackageDetails) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PackageDetails) SetAvailablePackageVersion

func (s *PackageDetails) SetAvailablePackageVersion(v string) *PackageDetails

SetAvailablePackageVersion sets the AvailablePackageVersion field's value.

func (*PackageDetails) SetCreatedAt

func (s *PackageDetails) SetCreatedAt(v time.Time) *PackageDetails

SetCreatedAt sets the CreatedAt field's value.

func (*PackageDetails) SetErrorDetails

func (s *PackageDetails) SetErrorDetails(v *ErrorDetails) *PackageDetails

SetErrorDetails sets the ErrorDetails field's value.

func (*PackageDetails) SetLastUpdatedAt

func (s *PackageDetails) SetLastUpdatedAt(v time.Time) *PackageDetails

SetLastUpdatedAt sets the LastUpdatedAt field's value.

func (*PackageDetails) SetPackageDescription

func (s *PackageDetails) SetPackageDescription(v string) *PackageDetails

SetPackageDescription sets the PackageDescription field's value.

func (*PackageDetails) SetPackageID

func (s *PackageDetails) SetPackageID(v string) *PackageDetails

SetPackageID sets the PackageID field's value.

func (*PackageDetails) SetPackageName

func (s *PackageDetails) SetPackageName(v string) *PackageDetails

SetPackageName sets the PackageName field's value.

func (*PackageDetails) SetPackageStatus

func (s *PackageDetails) SetPackageStatus(v string) *PackageDetails

SetPackageStatus sets the PackageStatus field's value.

func (*PackageDetails) SetPackageType

func (s *PackageDetails) SetPackageType(v string) *PackageDetails

SetPackageType sets the PackageType field's value.

func (PackageDetails) String

func (s PackageDetails) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type PackageSource

type PackageSource struct {

    // Name of the bucket containing the package.
    S3BucketName *string `min:"3" type:"string"`

    // Key (file name) of the package.
    S3Key *string `type:"string"`
    // contains filtered or unexported fields
}

The S3 location for importing the package specified as S3BucketName and S3Key

func (PackageSource) GoString

func (s PackageSource) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PackageSource) SetS3BucketName

func (s *PackageSource) SetS3BucketName(v string) *PackageSource

SetS3BucketName sets the S3BucketName field's value.

func (*PackageSource) SetS3Key

func (s *PackageSource) SetS3Key(v string) *PackageSource

SetS3Key sets the S3Key field's value.

func (PackageSource) String

func (s PackageSource) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PackageSource) Validate

func (s *PackageSource) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type PackageVersionHistory

type PackageVersionHistory struct {

    // A message associated with the version.
    CommitMessage *string `type:"string"`

    // Timestamp which tells creation time of the package version.
    CreatedAt *time.Time `type:"timestamp"`

    // Version of the package.
    PackageVersion *string `type:"string"`
    // contains filtered or unexported fields
}

Details of a package version.

func (PackageVersionHistory) GoString

func (s PackageVersionHistory) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PackageVersionHistory) SetCommitMessage

func (s *PackageVersionHistory) SetCommitMessage(v string) *PackageVersionHistory

SetCommitMessage sets the CommitMessage field's value.

func (*PackageVersionHistory) SetCreatedAt

func (s *PackageVersionHistory) SetCreatedAt(v time.Time) *PackageVersionHistory

SetCreatedAt sets the CreatedAt field's value.

func (*PackageVersionHistory) SetPackageVersion

func (s *PackageVersionHistory) SetPackageVersion(v string) *PackageVersionHistory

SetPackageVersion sets the PackageVersion field's value.

func (PackageVersionHistory) String

func (s PackageVersionHistory) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type PurchaseReservedElasticsearchInstanceOfferingInput

type PurchaseReservedElasticsearchInstanceOfferingInput struct {

    // The number of Elasticsearch instances to reserve.
    InstanceCount *int64 `min:"1" type:"integer"`

    // A customer-specified identifier to track this reservation.
    //
    // ReservationName is a required field
    ReservationName *string `min:"5" type:"string" required:"true"`

    // The ID of the reserved Elasticsearch instance offering to purchase.
    //
    // ReservedElasticsearchInstanceOfferingId is a required field
    ReservedElasticsearchInstanceOfferingId *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

Container for parameters to PurchaseReservedElasticsearchInstanceOffering

func (PurchaseReservedElasticsearchInstanceOfferingInput) GoString

func (s PurchaseReservedElasticsearchInstanceOfferingInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PurchaseReservedElasticsearchInstanceOfferingInput) SetInstanceCount

func (s *PurchaseReservedElasticsearchInstanceOfferingInput) SetInstanceCount(v int64) *PurchaseReservedElasticsearchInstanceOfferingInput

SetInstanceCount sets the InstanceCount field's value.

func (*PurchaseReservedElasticsearchInstanceOfferingInput) SetReservationName

func (s *PurchaseReservedElasticsearchInstanceOfferingInput) SetReservationName(v string) *PurchaseReservedElasticsearchInstanceOfferingInput

SetReservationName sets the ReservationName field's value.

func (*PurchaseReservedElasticsearchInstanceOfferingInput) SetReservedElasticsearchInstanceOfferingId

func (s *PurchaseReservedElasticsearchInstanceOfferingInput) SetReservedElasticsearchInstanceOfferingId(v string) *PurchaseReservedElasticsearchInstanceOfferingInput

SetReservedElasticsearchInstanceOfferingId sets the ReservedElasticsearchInstanceOfferingId field's value.

func (PurchaseReservedElasticsearchInstanceOfferingInput) String

func (s PurchaseReservedElasticsearchInstanceOfferingInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PurchaseReservedElasticsearchInstanceOfferingInput) Validate

func (s *PurchaseReservedElasticsearchInstanceOfferingInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type PurchaseReservedElasticsearchInstanceOfferingOutput

type PurchaseReservedElasticsearchInstanceOfferingOutput struct {

    // The customer-specified identifier used to track this reservation.
    ReservationName *string `min:"5" type:"string"`

    // Details of the reserved Elasticsearch instance which was purchased.
    ReservedElasticsearchInstanceId *string `type:"string"`
    // contains filtered or unexported fields
}

Represents the output of a PurchaseReservedElasticsearchInstanceOffering operation.

func (PurchaseReservedElasticsearchInstanceOfferingOutput) GoString

func (s PurchaseReservedElasticsearchInstanceOfferingOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PurchaseReservedElasticsearchInstanceOfferingOutput) SetReservationName

func (s *PurchaseReservedElasticsearchInstanceOfferingOutput) SetReservationName(v string) *PurchaseReservedElasticsearchInstanceOfferingOutput

SetReservationName sets the ReservationName field's value.

func (*PurchaseReservedElasticsearchInstanceOfferingOutput) SetReservedElasticsearchInstanceId

func (s *PurchaseReservedElasticsearchInstanceOfferingOutput) SetReservedElasticsearchInstanceId(v string) *PurchaseReservedElasticsearchInstanceOfferingOutput

SetReservedElasticsearchInstanceId sets the ReservedElasticsearchInstanceId field's value.

func (PurchaseReservedElasticsearchInstanceOfferingOutput) String

func (s PurchaseReservedElasticsearchInstanceOfferingOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type RecurringCharge

type RecurringCharge struct {

    // The monetary amount of the recurring charge.
    RecurringChargeAmount *float64 `type:"double"`

    // The frequency of the recurring charge.
    RecurringChargeFrequency *string `type:"string"`
    // contains filtered or unexported fields
}

Contains the specific price and frequency of a recurring charges for a reserved Elasticsearch instance, or for a reserved Elasticsearch instance offering.

func (RecurringCharge) GoString

func (s RecurringCharge) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RecurringCharge) SetRecurringChargeAmount

func (s *RecurringCharge) SetRecurringChargeAmount(v float64) *RecurringCharge

SetRecurringChargeAmount sets the RecurringChargeAmount field's value.

func (*RecurringCharge) SetRecurringChargeFrequency

func (s *RecurringCharge) SetRecurringChargeFrequency(v string) *RecurringCharge

SetRecurringChargeFrequency sets the RecurringChargeFrequency field's value.

func (RecurringCharge) String

func (s RecurringCharge) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type RejectInboundCrossClusterSearchConnectionInput

type RejectInboundCrossClusterSearchConnectionInput struct {

    // The id of the inbound connection that you want to reject.
    //
    // CrossClusterSearchConnectionId is a required field
    CrossClusterSearchConnectionId *string `location:"uri" locationName:"ConnectionId" type:"string" required:"true"`
    // contains filtered or unexported fields
}

Container for the parameters to the RejectInboundCrossClusterSearchConnection operation.

func (RejectInboundCrossClusterSearchConnectionInput) GoString

func (s RejectInboundCrossClusterSearchConnectionInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RejectInboundCrossClusterSearchConnectionInput) SetCrossClusterSearchConnectionId

func (s *RejectInboundCrossClusterSearchConnectionInput) SetCrossClusterSearchConnectionId(v string) *RejectInboundCrossClusterSearchConnectionInput

SetCrossClusterSearchConnectionId sets the CrossClusterSearchConnectionId field's value.

func (RejectInboundCrossClusterSearchConnectionInput) String

func (s RejectInboundCrossClusterSearchConnectionInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RejectInboundCrossClusterSearchConnectionInput) Validate

func (s *RejectInboundCrossClusterSearchConnectionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type RejectInboundCrossClusterSearchConnectionOutput

type RejectInboundCrossClusterSearchConnectionOutput struct {

    // Specifies the InboundCrossClusterSearchConnection of rejected inbound connection.
    CrossClusterSearchConnection *InboundCrossClusterSearchConnection `type:"structure"`
    // contains filtered or unexported fields
}

The result of a RejectInboundCrossClusterSearchConnection operation. Contains details of rejected inbound connection.

func (RejectInboundCrossClusterSearchConnectionOutput) GoString

func (s RejectInboundCrossClusterSearchConnectionOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RejectInboundCrossClusterSearchConnectionOutput) SetCrossClusterSearchConnection

func (s *RejectInboundCrossClusterSearchConnectionOutput) SetCrossClusterSearchConnection(v *InboundCrossClusterSearchConnection) *RejectInboundCrossClusterSearchConnectionOutput

SetCrossClusterSearchConnection sets the CrossClusterSearchConnection field's value.

func (RejectInboundCrossClusterSearchConnectionOutput) String

func (s RejectInboundCrossClusterSearchConnectionOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RemoveTagsInput) SetARN

func (s *RemoveTagsInput) SetARN(v string) *RemoveTagsInput

SetARN sets the ARN field's value.

func (*RemoveTagsInput) SetTagKeys

func (s *RemoveTagsInput) SetTagKeys(v []*string) *RemoveTagsInput

SetTagKeys sets the TagKeys field's value.

func (RemoveTagsInput) String

func (s RemoveTagsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (RemoveTagsOutput) String

func (s RemoveTagsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ReservedElasticsearchInstance

type ReservedElasticsearchInstance struct {

    // The currency code for the reserved Elasticsearch instance offering.
    CurrencyCode *string `type:"string"`

    // The duration, in seconds, for which the Elasticsearch instance is reserved.
    Duration *int64 `type:"integer"`

    // The number of Elasticsearch instances that have been reserved.
    ElasticsearchInstanceCount *int64 `type:"integer"`

    // The Elasticsearch instance type offered by the reserved instance offering.
    ElasticsearchInstanceType *string `type:"string" enum:"ESPartitionInstanceType"`

    // The upfront fixed charge you will paid to purchase the specific reserved
    // Elasticsearch instance offering.
    FixedPrice *float64 `type:"double"`

    // The payment option as defined in the reserved Elasticsearch instance offering.
    PaymentOption *string `type:"string" enum:"ReservedElasticsearchInstancePaymentOption"`

    // The charge to your account regardless of whether you are creating any domains
    // using the instance offering.
    RecurringCharges []*RecurringCharge `type:"list"`

    // The customer-specified identifier to track this reservation.
    ReservationName *string `min:"5" type:"string"`

    // The unique identifier for the reservation.
    ReservedElasticsearchInstanceId *string `type:"string"`

    // The offering identifier.
    ReservedElasticsearchInstanceOfferingId *string `type:"string"`

    // The time the reservation started.
    StartTime *time.Time `type:"timestamp"`

    // The state of the reserved Elasticsearch instance.
    State *string `type:"string"`

    // The rate you are charged for each hour for the domain that is using this
    // reserved instance.
    UsagePrice *float64 `type:"double"`
    // contains filtered or unexported fields
}

Details of a reserved Elasticsearch instance.

func (ReservedElasticsearchInstance) GoString

func (s ReservedElasticsearchInstance) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ReservedElasticsearchInstance) SetCurrencyCode

func (s *ReservedElasticsearchInstance) SetCurrencyCode(v string) *ReservedElasticsearchInstance

SetCurrencyCode sets the CurrencyCode field's value.

func (*ReservedElasticsearchInstance) SetDuration

func (s *ReservedElasticsearchInstance) SetDuration(v int64) *ReservedElasticsearchInstance

SetDuration sets the Duration field's value.

func (*ReservedElasticsearchInstance) SetElasticsearchInstanceCount

func (s *ReservedElasticsearchInstance) SetElasticsearchInstanceCount(v int64) *ReservedElasticsearchInstance

SetElasticsearchInstanceCount sets the ElasticsearchInstanceCount field's value.

func (*ReservedElasticsearchInstance) SetElasticsearchInstanceType

func (s *ReservedElasticsearchInstance) SetElasticsearchInstanceType(v string) *ReservedElasticsearchInstance

SetElasticsearchInstanceType sets the ElasticsearchInstanceType field's value.

func (*ReservedElasticsearchInstance) SetFixedPrice

func (s *ReservedElasticsearchInstance) SetFixedPrice(v float64) *ReservedElasticsearchInstance

SetFixedPrice sets the FixedPrice field's value.

func (*ReservedElasticsearchInstance) SetPaymentOption

func (s *ReservedElasticsearchInstance) SetPaymentOption(v string) *ReservedElasticsearchInstance

SetPaymentOption sets the PaymentOption field's value.

func (*ReservedElasticsearchInstance) SetRecurringCharges

func (s *ReservedElasticsearchInstance) SetRecurringCharges(v []*RecurringCharge) *ReservedElasticsearchInstance

SetRecurringCharges sets the RecurringCharges field's value.

func (*ReservedElasticsearchInstance) SetReservationName

func (s *ReservedElasticsearchInstance) SetReservationName(v string) *ReservedElasticsearchInstance

SetReservationName sets the ReservationName field's value.

func (*ReservedElasticsearchInstance) SetReservedElasticsearchInstanceId

func (s *ReservedElasticsearchInstance) SetReservedElasticsearchInstanceId(v string) *ReservedElasticsearchInstance

SetReservedElasticsearchInstanceId sets the ReservedElasticsearchInstanceId field's value.

func (*ReservedElasticsearchInstance) SetReservedElasticsearchInstanceOfferingId

func (s *ReservedElasticsearchInstance) SetReservedElasticsearchInstanceOfferingId(v string) *ReservedElasticsearchInstance

SetReservedElasticsearchInstanceOfferingId sets the ReservedElasticsearchInstanceOfferingId field's value.

func (*ReservedElasticsearchInstance) SetStartTime

func (s *ReservedElasticsearchInstance) SetStartTime(v time.Time) *ReservedElasticsearchInstance

SetStartTime sets the StartTime field's value.

func (*ReservedElasticsearchInstance) SetState

func (s *ReservedElasticsearchInstance) SetState(v string) *ReservedElasticsearchInstance

SetState sets the State field's value.

func (*ReservedElasticsearchInstance) SetUsagePrice

func (s *ReservedElasticsearchInstance) SetUsagePrice(v float64) *ReservedElasticsearchInstance

SetUsagePrice sets the UsagePrice field's value.

func (ReservedElasticsearchInstance) String

func (s ReservedElasticsearchInstance) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ReservedElasticsearchInstanceOffering

type ReservedElasticsearchInstanceOffering struct {

    // The currency code for the reserved Elasticsearch instance offering.
    CurrencyCode *string `type:"string"`

    // The duration, in seconds, for which the offering will reserve the Elasticsearch
    // instance.
    Duration *int64 `type:"integer"`

    // The Elasticsearch instance type offered by the reserved instance offering.
    ElasticsearchInstanceType *string `type:"string" enum:"ESPartitionInstanceType"`

    // The upfront fixed charge you will pay to purchase the specific reserved Elasticsearch
    // instance offering.
    FixedPrice *float64 `type:"double"`

    // Payment option for the reserved Elasticsearch instance offering
    PaymentOption *string `type:"string" enum:"ReservedElasticsearchInstancePaymentOption"`

    // The charge to your account regardless of whether you are creating any domains
    // using the instance offering.
    RecurringCharges []*RecurringCharge `type:"list"`

    // The Elasticsearch reserved instance offering identifier.
    ReservedElasticsearchInstanceOfferingId *string `type:"string"`

    // The rate you are charged for each hour the domain that is using the offering
    // is running.
    UsagePrice *float64 `type:"double"`
    // contains filtered or unexported fields
}

Details of a reserved Elasticsearch instance offering.

func (ReservedElasticsearchInstanceOffering) GoString

func (s ReservedElasticsearchInstanceOffering) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ReservedElasticsearchInstanceOffering) SetCurrencyCode

func (s *ReservedElasticsearchInstanceOffering) SetCurrencyCode(v string) *ReservedElasticsearchInstanceOffering

SetCurrencyCode sets the CurrencyCode field's value.

func (*ReservedElasticsearchInstanceOffering) SetDuration

func (s *ReservedElasticsearchInstanceOffering) SetDuration(v int64) *ReservedElasticsearchInstanceOffering

SetDuration sets the Duration field's value.

func (*ReservedElasticsearchInstanceOffering) SetElasticsearchInstanceType

func (s *ReservedElasticsearchInstanceOffering) SetElasticsearchInstanceType(v string) *ReservedElasticsearchInstanceOffering

SetElasticsearchInstanceType sets the ElasticsearchInstanceType field's value.

func (*ReservedElasticsearchInstanceOffering) SetFixedPrice

func (s *ReservedElasticsearchInstanceOffering) SetFixedPrice(v float64) *ReservedElasticsearchInstanceOffering

SetFixedPrice sets the FixedPrice field's value.

func (*ReservedElasticsearchInstanceOffering) SetPaymentOption

func (s *ReservedElasticsearchInstanceOffering) SetPaymentOption(v string) *ReservedElasticsearchInstanceOffering

SetPaymentOption sets the PaymentOption field's value.

func (*ReservedElasticsearchInstanceOffering) SetRecurringCharges

func (s *ReservedElasticsearchInstanceOffering) SetRecurringCharges(v []*RecurringCharge) *ReservedElasticsearchInstanceOffering

SetRecurringCharges sets the RecurringCharges field's value.

func (*ReservedElasticsearchInstanceOffering) SetReservedElasticsearchInstanceOfferingId

func (s *ReservedElasticsearchInstanceOffering) SetReservedElasticsearchInstanceOfferingId(v string) *ReservedElasticsearchInstanceOffering

SetReservedElasticsearchInstanceOfferingId sets the ReservedElasticsearchInstanceOfferingId field's value.

func (*ReservedElasticsearchInstanceOffering) SetUsagePrice

func (s *ReservedElasticsearchInstanceOffering) SetUsagePrice(v float64) *ReservedElasticsearchInstanceOffering

SetUsagePrice sets the UsagePrice field's value.

func (ReservedElasticsearchInstanceOffering) String

func (s ReservedElasticsearchInstanceOffering) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ResourceAlreadyExistsException

type ResourceAlreadyExistsException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"message" type:"string"`
    // contains filtered or unexported fields
}

An exception for creating a resource that already exists. Gives http status code of 400.

func (*ResourceAlreadyExistsException) Code

func (s *ResourceAlreadyExistsException) Code() string

Code returns the exception type name.

func (*ResourceAlreadyExistsException) Error

func (s *ResourceAlreadyExistsException) Error() string

func (ResourceAlreadyExistsException) GoString

func (s ResourceAlreadyExistsException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ResourceAlreadyExistsException) Message

func (s *ResourceAlreadyExistsException) Message() string

Message returns the exception's message.

func (*ResourceAlreadyExistsException) OrigErr

func (s *ResourceAlreadyExistsException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ResourceAlreadyExistsException) RequestID

func (s *ResourceAlreadyExistsException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ResourceAlreadyExistsException) StatusCode

func (s *ResourceAlreadyExistsException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ResourceAlreadyExistsException) String

func (s ResourceAlreadyExistsException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ResourceNotFoundException

type ResourceNotFoundException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"message" type:"string"`
    // contains filtered or unexported fields
}

An exception for accessing or deleting a resource that does not exist. Gives http status code of 400.

func (*ResourceNotFoundException) Code

func (s *ResourceNotFoundException) Code() string

Code returns the exception type name.

func (*ResourceNotFoundException) Error

func (s *ResourceNotFoundException) Error() string

func (ResourceNotFoundException) GoString

func (s ResourceNotFoundException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ResourceNotFoundException) Message

func (s *ResourceNotFoundException) Message() string

Message returns the exception's message.

func (*ResourceNotFoundException) OrigErr

func (s *ResourceNotFoundException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ResourceNotFoundException) RequestID

func (s *ResourceNotFoundException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ResourceNotFoundException) StatusCode

func (s *ResourceNotFoundException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ResourceNotFoundException) String

func (s ResourceNotFoundException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type RevokeVpcEndpointAccessInput

type RevokeVpcEndpointAccessInput struct {

    // The account ID to revoke access from.
    //
    // Account is a required field
    Account *string `type:"string" required:"true"`

    // The name of the OpenSearch Service domain.
    //
    // DomainName is a required field
    DomainName *string `location:"uri" locationName:"DomainName" min:"3" type:"string" required:"true"`
    // contains filtered or unexported fields
}

Revokes access to an Amazon OpenSearch Service domain that was provided through an interface VPC endpoint.

func (RevokeVpcEndpointAccessInput) GoString

func (s RevokeVpcEndpointAccessInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RevokeVpcEndpointAccessInput) SetAccount

func (s *RevokeVpcEndpointAccessInput) SetAccount(v string) *RevokeVpcEndpointAccessInput

SetAccount sets the Account field's value.

func (*RevokeVpcEndpointAccessInput) SetDomainName

func (s *RevokeVpcEndpointAccessInput) SetDomainName(v string) *RevokeVpcEndpointAccessInput

SetDomainName sets the DomainName field's value.

func (RevokeVpcEndpointAccessInput) String

func (s RevokeVpcEndpointAccessInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RevokeVpcEndpointAccessInput) Validate

func (s *RevokeVpcEndpointAccessInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type RevokeVpcEndpointAccessOutput

type RevokeVpcEndpointAccessOutput struct {
    // contains filtered or unexported fields
}

Container for response parameters to the RevokeVpcEndpointAccess operation. The response body for this operation is empty.

func (RevokeVpcEndpointAccessOutput) GoString

func (s RevokeVpcEndpointAccessOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (RevokeVpcEndpointAccessOutput) String

func (s RevokeVpcEndpointAccessOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type SAMLIdp

type SAMLIdp struct {

    // The unique Entity ID of the application in SAML Identity Provider.
    //
    // EntityId is a required field
    EntityId *string `min:"8" type:"string" required:"true"`

    // The Metadata of the SAML application in xml format.
    //
    // MetadataContent is a required field
    MetadataContent *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

Specifies the SAML Identity Provider's information.

func (SAMLIdp) GoString

func (s SAMLIdp) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SAMLIdp) SetEntityId

func (s *SAMLIdp) SetEntityId(v string) *SAMLIdp

SetEntityId sets the EntityId field's value.

func (*SAMLIdp) SetMetadataContent

func (s *SAMLIdp) SetMetadataContent(v string) *SAMLIdp

SetMetadataContent sets the MetadataContent field's value.

func (SAMLIdp) String

func (s SAMLIdp) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SAMLIdp) Validate

func (s *SAMLIdp) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type SAMLOptionsInput

type SAMLOptionsInput struct {

    // True if SAML is enabled.
    Enabled *bool `type:"boolean"`

    // Specifies the SAML Identity Provider's information.
    Idp *SAMLIdp `type:"structure"`

    // The backend role to which the SAML master user is mapped to.
    MasterBackendRole *string `min:"1" type:"string"`

    // The SAML master username, which is stored in the Amazon Elasticsearch Service
    // domain's internal database.
    //
    // MasterUserName is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by SAMLOptionsInput's
    // String and GoString methods.
    MasterUserName *string `min:"1" type:"string" sensitive:"true"`

    // The key to use for matching the SAML Roles attribute.
    RolesKey *string `type:"string"`

    // The duration, in minutes, after which a user session becomes inactive. Acceptable
    // values are between 1 and 1440, and the default value is 60.
    SessionTimeoutMinutes *int64 `type:"integer"`

    // The key to use for matching the SAML Subject attribute.
    SubjectKey *string `type:"string"`
    // contains filtered or unexported fields
}

Specifies the SAML application configuration for the domain.

func (SAMLOptionsInput) GoString

func (s SAMLOptionsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SAMLOptionsInput) SetEnabled

func (s *SAMLOptionsInput) SetEnabled(v bool) *SAMLOptionsInput

SetEnabled sets the Enabled field's value.

func (*SAMLOptionsInput) SetIdp

func (s *SAMLOptionsInput) SetIdp(v *SAMLIdp) *SAMLOptionsInput

SetIdp sets the Idp field's value.

func (*SAMLOptionsInput) SetMasterBackendRole

func (s *SAMLOptionsInput) SetMasterBackendRole(v string) *SAMLOptionsInput

SetMasterBackendRole sets the MasterBackendRole field's value.

func (*SAMLOptionsInput) SetMasterUserName

func (s *SAMLOptionsInput) SetMasterUserName(v string) *SAMLOptionsInput

SetMasterUserName sets the MasterUserName field's value.

func (*SAMLOptionsInput) SetRolesKey

func (s *SAMLOptionsInput) SetRolesKey(v string) *SAMLOptionsInput

SetRolesKey sets the RolesKey field's value.

func (*SAMLOptionsInput) SetSessionTimeoutMinutes

func (s *SAMLOptionsInput) SetSessionTimeoutMinutes(v int64) *SAMLOptionsInput

SetSessionTimeoutMinutes sets the SessionTimeoutMinutes field's value.

func (*SAMLOptionsInput) SetSubjectKey

func (s *SAMLOptionsInput) SetSubjectKey(v string) *SAMLOptionsInput

SetSubjectKey sets the SubjectKey field's value.

func (SAMLOptionsInput) String

func (s SAMLOptionsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SAMLOptionsInput) Validate

func (s *SAMLOptionsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type SAMLOptionsOutput

type SAMLOptionsOutput struct {

    // True if SAML is enabled.
    Enabled *bool `type:"boolean"`

    // Describes the SAML Identity Provider's information.
    Idp *SAMLIdp `type:"structure"`

    // The key used for matching the SAML Roles attribute.
    RolesKey *string `type:"string"`

    // The duration, in minutes, after which a user session becomes inactive.
    SessionTimeoutMinutes *int64 `type:"integer"`

    // The key used for matching the SAML Subject attribute.
    SubjectKey *string `type:"string"`
    // contains filtered or unexported fields
}

Describes the SAML application configured for the domain.

func (SAMLOptionsOutput) GoString

func (s SAMLOptionsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SAMLOptionsOutput) SetEnabled

func (s *SAMLOptionsOutput) SetEnabled(v bool) *SAMLOptionsOutput

SetEnabled sets the Enabled field's value.

func (*SAMLOptionsOutput) SetIdp

func (s *SAMLOptionsOutput) SetIdp(v *SAMLIdp) *SAMLOptionsOutput

SetIdp sets the Idp field's value.

func (*SAMLOptionsOutput) SetRolesKey

func (s *SAMLOptionsOutput) SetRolesKey(v string) *SAMLOptionsOutput

SetRolesKey sets the RolesKey field's value.

func (*SAMLOptionsOutput) SetSessionTimeoutMinutes

func (s *SAMLOptionsOutput) SetSessionTimeoutMinutes(v int64) *SAMLOptionsOutput

SetSessionTimeoutMinutes sets the SessionTimeoutMinutes field's value.

func (*SAMLOptionsOutput) SetSubjectKey

func (s *SAMLOptionsOutput) SetSubjectKey(v string) *SAMLOptionsOutput

SetSubjectKey sets the SubjectKey field's value.

func (SAMLOptionsOutput) String

func (s SAMLOptionsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ScheduledAutoTuneDetails

type ScheduledAutoTuneDetails struct {

    // Specifies Auto-Tune action description.
    Action *string `type:"string"`

    // Specifies Auto-Tune action type. Valid values are JVM_HEAP_SIZE_TUNING and
    // JVM_YOUNG_GEN_TUNING.
    ActionType *string `type:"string" enum:"ScheduledAutoTuneActionType"`

    // Specifies timestamp for the Auto-Tune action scheduled for the domain.
    Date *time.Time `type:"timestamp"`

    // Specifies Auto-Tune action severity. Valid values are LOW, MEDIUM and HIGH.
    Severity *string `type:"string" enum:"ScheduledAutoTuneSeverityType"`
    // contains filtered or unexported fields
}

Specifies details of the scheduled Auto-Tune action. See the Developer Guide (https://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/auto-tune.html) for more information.

func (ScheduledAutoTuneDetails) GoString

func (s ScheduledAutoTuneDetails) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ScheduledAutoTuneDetails) SetAction

func (s *ScheduledAutoTuneDetails) SetAction(v string) *ScheduledAutoTuneDetails

SetAction sets the Action field's value.

func (*ScheduledAutoTuneDetails) SetActionType

func (s *ScheduledAutoTuneDetails) SetActionType(v string) *ScheduledAutoTuneDetails

SetActionType sets the ActionType field's value.

func (*ScheduledAutoTuneDetails) SetDate

func (s *ScheduledAutoTuneDetails) SetDate(v time.Time) *ScheduledAutoTuneDetails

SetDate sets the Date field's value.

func (*ScheduledAutoTuneDetails) SetSeverity

func (s *ScheduledAutoTuneDetails) SetSeverity(v string) *ScheduledAutoTuneDetails

SetSeverity sets the Severity field's value.

func (ScheduledAutoTuneDetails) String

func (s ScheduledAutoTuneDetails) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ServiceSoftwareOptions

type ServiceSoftwareOptions struct {

    // Timestamp, in Epoch time, until which you can manually request a service
    // software update. After this date, we automatically update your service software.
    AutomatedUpdateDate *time.Time `type:"timestamp"`

    // True if you are able to cancel your service software version update. False
    // if you are not able to cancel your service software version.
    Cancellable *bool `type:"boolean"`

    // The current service software version that is present on the domain.
    CurrentVersion *string `type:"string"`

    // The description of the UpdateStatus.
    Description *string `type:"string"`

    // The new service software version if one is available.
    NewVersion *string `type:"string"`

    // True if a service software is never automatically updated. False if a service
    // software is automatically updated after AutomatedUpdateDate.
    OptionalDeployment *bool `type:"boolean"`

    // True if you are able to update you service software version. False if you
    // are not able to update your service software version.
    UpdateAvailable *bool `type:"boolean"`

    // The status of your service software update. This field can take the following
    // values: ELIGIBLE, PENDING_UPDATE, IN_PROGRESS, COMPLETED, and NOT_ELIGIBLE.
    UpdateStatus *string `type:"string" enum:"DeploymentStatus"`
    // contains filtered or unexported fields
}

The current options of an Elasticsearch domain service software options.

func (ServiceSoftwareOptions) GoString

func (s ServiceSoftwareOptions) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ServiceSoftwareOptions) SetAutomatedUpdateDate

func (s *ServiceSoftwareOptions) SetAutomatedUpdateDate(v time.Time) *ServiceSoftwareOptions

SetAutomatedUpdateDate sets the AutomatedUpdateDate field's value.

func (*ServiceSoftwareOptions) SetCancellable

func (s *ServiceSoftwareOptions) SetCancellable(v bool) *ServiceSoftwareOptions

SetCancellable sets the Cancellable field's value.

func (*ServiceSoftwareOptions) SetCurrentVersion

func (s *ServiceSoftwareOptions) SetCurrentVersion(v string) *ServiceSoftwareOptions

SetCurrentVersion sets the CurrentVersion field's value.

func (*ServiceSoftwareOptions) SetDescription

func (s *ServiceSoftwareOptions) SetDescription(v string) *ServiceSoftwareOptions

SetDescription sets the Description field's value.

func (*ServiceSoftwareOptions) SetNewVersion

func (s *ServiceSoftwareOptions) SetNewVersion(v string) *ServiceSoftwareOptions

SetNewVersion sets the NewVersion field's value.

func (*ServiceSoftwareOptions) SetOptionalDeployment

func (s *ServiceSoftwareOptions) SetOptionalDeployment(v bool) *ServiceSoftwareOptions

SetOptionalDeployment sets the OptionalDeployment field's value.

func (*ServiceSoftwareOptions) SetUpdateAvailable

func (s *ServiceSoftwareOptions) SetUpdateAvailable(v bool) *ServiceSoftwareOptions

SetUpdateAvailable sets the UpdateAvailable field's value.

func (*ServiceSoftwareOptions) SetUpdateStatus

func (s *ServiceSoftwareOptions) SetUpdateStatus(v string) *ServiceSoftwareOptions

SetUpdateStatus sets the UpdateStatus field's value.

func (ServiceSoftwareOptions) String

func (s ServiceSoftwareOptions) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SnapshotOptions) SetAutomatedSnapshotStartHour

func (s *SnapshotOptions) SetAutomatedSnapshotStartHour(v int64) *SnapshotOptions

SetAutomatedSnapshotStartHour sets the AutomatedSnapshotStartHour field's value.

func (SnapshotOptions) String

func (s SnapshotOptions) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SnapshotOptionsStatus) SetOptions

func (s *SnapshotOptionsStatus) SetOptions(v *SnapshotOptions) *SnapshotOptionsStatus

SetOptions sets the Options field's value.

func (*SnapshotOptionsStatus) SetStatus

func (s *SnapshotOptionsStatus) SetStatus(v *OptionStatus) *SnapshotOptionsStatus

SetStatus sets the Status field's value.

func (SnapshotOptionsStatus) String

func (s SnapshotOptionsStatus) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type StartElasticsearchServiceSoftwareUpdateInput

type StartElasticsearchServiceSoftwareUpdateInput struct {

    // The name of the domain that you want to update to the latest service software.
    //
    // DomainName is a required field
    DomainName *string `min:"3" type:"string" required:"true"`
    // contains filtered or unexported fields
}

Container for the parameters to the StartElasticsearchServiceSoftwareUpdate operation. Specifies the name of the Elasticsearch domain that you wish to schedule a service software update on.

func (StartElasticsearchServiceSoftwareUpdateInput) GoString

func (s StartElasticsearchServiceSoftwareUpdateInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StartElasticsearchServiceSoftwareUpdateInput) SetDomainName

func (s *StartElasticsearchServiceSoftwareUpdateInput) SetDomainName(v string) *StartElasticsearchServiceSoftwareUpdateInput

SetDomainName sets the DomainName field's value.

func (StartElasticsearchServiceSoftwareUpdateInput) String

func (s StartElasticsearchServiceSoftwareUpdateInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StartElasticsearchServiceSoftwareUpdateInput) Validate

func (s *StartElasticsearchServiceSoftwareUpdateInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type StartElasticsearchServiceSoftwareUpdateOutput

type StartElasticsearchServiceSoftwareUpdateOutput struct {

    // The current status of the Elasticsearch service software update.
    ServiceSoftwareOptions *ServiceSoftwareOptions `type:"structure"`
    // contains filtered or unexported fields
}

The result of a StartElasticsearchServiceSoftwareUpdate operation. Contains the status of the update.

func (StartElasticsearchServiceSoftwareUpdateOutput) GoString

func (s StartElasticsearchServiceSoftwareUpdateOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StartElasticsearchServiceSoftwareUpdateOutput) SetServiceSoftwareOptions

func (s *StartElasticsearchServiceSoftwareUpdateOutput) SetServiceSoftwareOptions(v *ServiceSoftwareOptions) *StartElasticsearchServiceSoftwareUpdateOutput

SetServiceSoftwareOptions sets the ServiceSoftwareOptions field's value.

func (StartElasticsearchServiceSoftwareUpdateOutput) String

func (s StartElasticsearchServiceSoftwareUpdateOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

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 gp3
    // 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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StorageType) SetStorageSubTypeName

func (s *StorageType) SetStorageSubTypeName(v string) *StorageType

SetStorageSubTypeName sets the StorageSubTypeName field's value.

func (*StorageType) SetStorageTypeLimits

func (s *StorageType) SetStorageTypeLimits(v []*StorageTypeLimit) *StorageType

SetStorageTypeLimits sets the StorageTypeLimits field's value.

func (*StorageType) SetStorageTypeName

func (s *StorageType) SetStorageTypeName(v string) *StorageType

SetStorageTypeName sets the StorageTypeName field's value.

func (StorageType) String

func (s StorageType) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

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. MaximumThroughput Maximum amount of Throughput that
    // is applicable for given storage type.It can be empty if it is not applicable.
    // MinimumThroughput Minimum amount of Throughput 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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StorageTypeLimit) SetLimitName

func (s *StorageTypeLimit) SetLimitName(v string) *StorageTypeLimit

SetLimitName sets the LimitName field's value.

func (*StorageTypeLimit) SetLimitValues

func (s *StorageTypeLimit) SetLimitValues(v []*string) *StorageTypeLimit

SetLimitValues sets the LimitValues field's value.

func (StorageTypeLimit) String

func (s StorageTypeLimit) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

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) GoString

func (s Tag) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Tag) SetKey

func (s *Tag) SetKey(v string) *Tag

SetKey sets the Key field's value.

func (*Tag) SetValue

func (s *Tag) SetValue(v string) *Tag

SetValue sets the Value field's value.

func (Tag) String

func (s Tag) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Tag) Validate

func (s *Tag) Validate() error

Validate inspects the fields of the type to determine if they are valid.

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"`

    // Specifies advanced security options.
    AdvancedSecurityOptions *AdvancedSecurityOptionsInput `type:"structure"`

    // Specifies Auto-Tune options.
    AutoTuneOptions *AutoTuneOptions `type:"structure"`

    // Options to specify the Cognito user and identity pools for Kibana authentication.
    // For more information, see Amazon Cognito Authentication for Kibana (http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-cognito-auth.html).
    CognitoOptions *CognitoOptions `type:"structure"`

    // Options to specify configuration that will be applied to the domain endpoint.
    DomainEndpointOptions *DomainEndpointOptions `type:"structure"`

    // 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"`

    // This flag, when set to True, specifies whether the UpdateElasticsearchDomain
    // request should return the results of validation checks without actually applying
    // the change. This flag, when set to True, specifies the deployment mechanism
    // through which the update shall be applied on the domain. This will not actually
    // perform the Update.
    DryRun *bool `type:"boolean"`

    // 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"`

    // 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"`

    // Specifies the NodeToNodeEncryptionOptions.
    NodeToNodeEncryptionOptions *NodeToNodeEncryptionOptions `type:"structure"`

    // 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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateElasticsearchDomainConfigInput) SetAccessPolicies

func (s *UpdateElasticsearchDomainConfigInput) SetAccessPolicies(v string) *UpdateElasticsearchDomainConfigInput

SetAccessPolicies sets the AccessPolicies field's value.

func (*UpdateElasticsearchDomainConfigInput) SetAdvancedOptions

func (s *UpdateElasticsearchDomainConfigInput) SetAdvancedOptions(v map[string]*string) *UpdateElasticsearchDomainConfigInput

SetAdvancedOptions sets the AdvancedOptions field's value.

func (*UpdateElasticsearchDomainConfigInput) SetAdvancedSecurityOptions

func (s *UpdateElasticsearchDomainConfigInput) SetAdvancedSecurityOptions(v *AdvancedSecurityOptionsInput) *UpdateElasticsearchDomainConfigInput

SetAdvancedSecurityOptions sets the AdvancedSecurityOptions field's value.

func (*UpdateElasticsearchDomainConfigInput) SetAutoTuneOptions

func (s *UpdateElasticsearchDomainConfigInput) SetAutoTuneOptions(v *AutoTuneOptions) *UpdateElasticsearchDomainConfigInput

SetAutoTuneOptions sets the AutoTuneOptions field's value.

func (*UpdateElasticsearchDomainConfigInput) SetCognitoOptions

func (s *UpdateElasticsearchDomainConfigInput) SetCognitoOptions(v *CognitoOptions) *UpdateElasticsearchDomainConfigInput

SetCognitoOptions sets the CognitoOptions field's value.

func (*UpdateElasticsearchDomainConfigInput) SetDomainEndpointOptions

func (s *UpdateElasticsearchDomainConfigInput) SetDomainEndpointOptions(v *DomainEndpointOptions) *UpdateElasticsearchDomainConfigInput

SetDomainEndpointOptions sets the DomainEndpointOptions field's value.

func (*UpdateElasticsearchDomainConfigInput) SetDomainName

func (s *UpdateElasticsearchDomainConfigInput) SetDomainName(v string) *UpdateElasticsearchDomainConfigInput

SetDomainName sets the DomainName field's value.

func (*UpdateElasticsearchDomainConfigInput) SetDryRun

func (s *UpdateElasticsearchDomainConfigInput) SetDryRun(v bool) *UpdateElasticsearchDomainConfigInput

SetDryRun sets the DryRun field's value.

func (*UpdateElasticsearchDomainConfigInput) SetEBSOptions

func (s *UpdateElasticsearchDomainConfigInput) SetEBSOptions(v *EBSOptions) *UpdateElasticsearchDomainConfigInput

SetEBSOptions sets the EBSOptions field's value.

func (*UpdateElasticsearchDomainConfigInput) SetElasticsearchClusterConfig

func (s *UpdateElasticsearchDomainConfigInput) SetElasticsearchClusterConfig(v *ElasticsearchClusterConfig) *UpdateElasticsearchDomainConfigInput

SetElasticsearchClusterConfig sets the ElasticsearchClusterConfig field's value.

func (*UpdateElasticsearchDomainConfigInput) SetEncryptionAtRestOptions

func (s *UpdateElasticsearchDomainConfigInput) SetEncryptionAtRestOptions(v *EncryptionAtRestOptions) *UpdateElasticsearchDomainConfigInput

SetEncryptionAtRestOptions sets the EncryptionAtRestOptions field's value.

func (*UpdateElasticsearchDomainConfigInput) SetLogPublishingOptions

func (s *UpdateElasticsearchDomainConfigInput) SetLogPublishingOptions(v map[string]*LogPublishingOption) *UpdateElasticsearchDomainConfigInput

SetLogPublishingOptions sets the LogPublishingOptions field's value.

func (*UpdateElasticsearchDomainConfigInput) SetNodeToNodeEncryptionOptions

func (s *UpdateElasticsearchDomainConfigInput) SetNodeToNodeEncryptionOptions(v *NodeToNodeEncryptionOptions) *UpdateElasticsearchDomainConfigInput

SetNodeToNodeEncryptionOptions sets the NodeToNodeEncryptionOptions field's value.

func (*UpdateElasticsearchDomainConfigInput) SetSnapshotOptions

func (s *UpdateElasticsearchDomainConfigInput) SetSnapshotOptions(v *SnapshotOptions) *UpdateElasticsearchDomainConfigInput

SetSnapshotOptions sets the SnapshotOptions field's value.

func (*UpdateElasticsearchDomainConfigInput) SetVPCOptions

func (s *UpdateElasticsearchDomainConfigInput) SetVPCOptions(v *VPCOptions) *UpdateElasticsearchDomainConfigInput

SetVPCOptions sets the VPCOptions field's value.

func (UpdateElasticsearchDomainConfigInput) String

func (s UpdateElasticsearchDomainConfigInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

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 result of DryRun.
    DryRunResults *DryRunResults `type:"structure"`
    // 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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateElasticsearchDomainConfigOutput) SetDomainConfig

func (s *UpdateElasticsearchDomainConfigOutput) SetDomainConfig(v *ElasticsearchDomainConfig) *UpdateElasticsearchDomainConfigOutput

SetDomainConfig sets the DomainConfig field's value.

func (*UpdateElasticsearchDomainConfigOutput) SetDryRunResults

func (s *UpdateElasticsearchDomainConfigOutput) SetDryRunResults(v *DryRunResults) *UpdateElasticsearchDomainConfigOutput

SetDryRunResults sets the DryRunResults field's value.

func (UpdateElasticsearchDomainConfigOutput) String

func (s UpdateElasticsearchDomainConfigOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdatePackageInput

type UpdatePackageInput struct {

    // An info message for the new version which will be shown as part of GetPackageVersionHistoryResponse.
    CommitMessage *string `type:"string"`

    // New description of the package.
    PackageDescription *string `type:"string"`

    // Unique identifier for the package.
    //
    // PackageID is a required field
    PackageID *string `type:"string" required:"true"`

    // The S3 location for importing the package specified as S3BucketName and S3Key
    //
    // PackageSource is a required field
    PackageSource *PackageSource `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

Container for request parameters to UpdatePackage operation.

func (UpdatePackageInput) GoString

func (s UpdatePackageInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdatePackageInput) SetCommitMessage

func (s *UpdatePackageInput) SetCommitMessage(v string) *UpdatePackageInput

SetCommitMessage sets the CommitMessage field's value.

func (*UpdatePackageInput) SetPackageDescription

func (s *UpdatePackageInput) SetPackageDescription(v string) *UpdatePackageInput

SetPackageDescription sets the PackageDescription field's value.

func (*UpdatePackageInput) SetPackageID

func (s *UpdatePackageInput) SetPackageID(v string) *UpdatePackageInput

SetPackageID sets the PackageID field's value.

func (*UpdatePackageInput) SetPackageSource

func (s *UpdatePackageInput) SetPackageSource(v *PackageSource) *UpdatePackageInput

SetPackageSource sets the PackageSource field's value.

func (UpdatePackageInput) String

func (s UpdatePackageInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdatePackageInput) Validate

func (s *UpdatePackageInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdatePackageOutput

type UpdatePackageOutput struct {

    // Information about the package PackageDetails.
    PackageDetails *PackageDetails `type:"structure"`
    // contains filtered or unexported fields
}

Container for response returned by UpdatePackage operation.

func (UpdatePackageOutput) GoString

func (s UpdatePackageOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdatePackageOutput) SetPackageDetails

func (s *UpdatePackageOutput) SetPackageDetails(v *PackageDetails) *UpdatePackageOutput

SetPackageDetails sets the PackageDetails field's value.

func (UpdatePackageOutput) String

func (s UpdatePackageOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateVpcEndpointInput

type UpdateVpcEndpointInput struct {

    // Unique identifier of the VPC endpoint to be updated.
    //
    // VpcEndpointId is a required field
    VpcEndpointId *string `min:"5" type:"string" required:"true"`

    // The security groups and/or subnets to add, remove, or modify.
    //
    // VpcOptions is a required field
    VpcOptions *VPCOptions `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

Modifies an Amazon OpenSearch Service-managed interface VPC endpoint.

func (UpdateVpcEndpointInput) GoString

func (s UpdateVpcEndpointInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateVpcEndpointInput) SetVpcEndpointId

func (s *UpdateVpcEndpointInput) SetVpcEndpointId(v string) *UpdateVpcEndpointInput

SetVpcEndpointId sets the VpcEndpointId field's value.

func (*UpdateVpcEndpointInput) SetVpcOptions

func (s *UpdateVpcEndpointInput) SetVpcOptions(v *VPCOptions) *UpdateVpcEndpointInput

SetVpcOptions sets the VpcOptions field's value.

func (UpdateVpcEndpointInput) String

func (s UpdateVpcEndpointInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateVpcEndpointInput) Validate

func (s *UpdateVpcEndpointInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateVpcEndpointOutput

type UpdateVpcEndpointOutput struct {

    // The endpoint to be updated.
    //
    // VpcEndpoint is a required field
    VpcEndpoint *VpcEndpoint `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

Contains the configuration and status of the VPC endpoint being updated.

func (UpdateVpcEndpointOutput) GoString

func (s UpdateVpcEndpointOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateVpcEndpointOutput) SetVpcEndpoint

func (s *UpdateVpcEndpointOutput) SetVpcEndpoint(v *VpcEndpoint) *UpdateVpcEndpointOutput

SetVpcEndpoint sets the VpcEndpoint field's value.

func (UpdateVpcEndpointOutput) String

func (s UpdateVpcEndpointOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpgradeElasticsearchDomainInput

type UpgradeElasticsearchDomainInput struct {

    // 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"`

    // This flag, when set to True, indicates that an Upgrade Eligibility Check
    // needs to be performed. This will not actually perform the Upgrade.
    PerformCheckOnly *bool `type:"boolean"`

    // The version of Elasticsearch that you intend to upgrade the domain to.
    //
    // TargetVersion is a required field
    TargetVersion *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

Container for request parameters to UpgradeElasticsearchDomain operation.

func (UpgradeElasticsearchDomainInput) GoString

func (s UpgradeElasticsearchDomainInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpgradeElasticsearchDomainInput) SetDomainName

func (s *UpgradeElasticsearchDomainInput) SetDomainName(v string) *UpgradeElasticsearchDomainInput

SetDomainName sets the DomainName field's value.

func (*UpgradeElasticsearchDomainInput) SetPerformCheckOnly

func (s *UpgradeElasticsearchDomainInput) SetPerformCheckOnly(v bool) *UpgradeElasticsearchDomainInput

SetPerformCheckOnly sets the PerformCheckOnly field's value.

func (*UpgradeElasticsearchDomainInput) SetTargetVersion

func (s *UpgradeElasticsearchDomainInput) SetTargetVersion(v string) *UpgradeElasticsearchDomainInput

SetTargetVersion sets the TargetVersion field's value.

func (UpgradeElasticsearchDomainInput) String

func (s UpgradeElasticsearchDomainInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpgradeElasticsearchDomainInput) Validate

func (s *UpgradeElasticsearchDomainInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpgradeElasticsearchDomainOutput

type UpgradeElasticsearchDomainOutput struct {

    // Specifies change details of the domain configuration change.
    ChangeProgressDetails *ChangeProgressDetails `type:"structure"`

    // 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 *string `min:"3" type:"string"`

    // This flag, when set to True, indicates that an Upgrade Eligibility Check
    // needs to be performed. This will not actually perform the Upgrade.
    PerformCheckOnly *bool `type:"boolean"`

    // The version of Elasticsearch that you intend to upgrade the domain to.
    TargetVersion *string `type:"string"`
    // contains filtered or unexported fields
}

Container for response returned by UpgradeElasticsearchDomain operation.

func (UpgradeElasticsearchDomainOutput) GoString

func (s UpgradeElasticsearchDomainOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpgradeElasticsearchDomainOutput) SetChangeProgressDetails

func (s *UpgradeElasticsearchDomainOutput) SetChangeProgressDetails(v *ChangeProgressDetails) *UpgradeElasticsearchDomainOutput

SetChangeProgressDetails sets the ChangeProgressDetails field's value.

func (*UpgradeElasticsearchDomainOutput) SetDomainName

func (s *UpgradeElasticsearchDomainOutput) SetDomainName(v string) *UpgradeElasticsearchDomainOutput

SetDomainName sets the DomainName field's value.

func (*UpgradeElasticsearchDomainOutput) SetPerformCheckOnly

func (s *UpgradeElasticsearchDomainOutput) SetPerformCheckOnly(v bool) *UpgradeElasticsearchDomainOutput

SetPerformCheckOnly sets the PerformCheckOnly field's value.

func (*UpgradeElasticsearchDomainOutput) SetTargetVersion

func (s *UpgradeElasticsearchDomainOutput) SetTargetVersion(v string) *UpgradeElasticsearchDomainOutput

SetTargetVersion sets the TargetVersion field's value.

func (UpgradeElasticsearchDomainOutput) String

func (s UpgradeElasticsearchDomainOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpgradeHistory

type UpgradeHistory struct {

    // UTC Timestamp at which the Upgrade API call was made in "yyyy-MM-ddTHH:mm:ssZ"
    // format.
    StartTimestamp *time.Time `type:"timestamp"`

    // A list of UpgradeStepItem s representing information about each step performed
    // as pard of a specific Upgrade or Upgrade Eligibility Check.
    StepsList []*UpgradeStepItem `type:"list"`

    // A string that describes the update briefly
    UpgradeName *string `type:"string"`

    // The overall status of the update. The status can take one of the following
    // values:
    //    * In Progress
    //
    //    * Succeeded
    //
    //    * Succeeded with Issues
    //
    //    * Failed
    UpgradeStatus *string `type:"string" enum:"UpgradeStatus"`
    // contains filtered or unexported fields
}

History of the last 10 Upgrades and Upgrade Eligibility Checks.

func (UpgradeHistory) GoString

func (s UpgradeHistory) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpgradeHistory) SetStartTimestamp

func (s *UpgradeHistory) SetStartTimestamp(v time.Time) *UpgradeHistory

SetStartTimestamp sets the StartTimestamp field's value.

func (*UpgradeHistory) SetStepsList

func (s *UpgradeHistory) SetStepsList(v []*UpgradeStepItem) *UpgradeHistory

SetStepsList sets the StepsList field's value.

func (*UpgradeHistory) SetUpgradeName

func (s *UpgradeHistory) SetUpgradeName(v string) *UpgradeHistory

SetUpgradeName sets the UpgradeName field's value.

func (*UpgradeHistory) SetUpgradeStatus

func (s *UpgradeHistory) SetUpgradeStatus(v string) *UpgradeHistory

SetUpgradeStatus sets the UpgradeStatus field's value.

func (UpgradeHistory) String

func (s UpgradeHistory) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpgradeStepItem

type UpgradeStepItem struct {

    // A list of strings containing detailed information about the errors encountered
    // in a particular step.
    Issues []*string `type:"list"`

    // The Floating point value representing progress percentage of a particular
    // step.
    ProgressPercent *float64 `type:"double"`

    // Represents one of 3 steps that an Upgrade or Upgrade Eligibility Check does
    // through:
    //    * PreUpgradeCheck
    //
    //    * Snapshot
    //
    //    * Upgrade
    UpgradeStep *string `type:"string" enum:"UpgradeStep"`

    // The status of a particular step during an upgrade. The status can take one
    // of the following values:
    //    * In Progress
    //
    //    * Succeeded
    //
    //    * Succeeded with Issues
    //
    //    * Failed
    UpgradeStepStatus *string `type:"string" enum:"UpgradeStatus"`
    // contains filtered or unexported fields
}

Represents a single step of the Upgrade or Upgrade Eligibility Check workflow.

func (UpgradeStepItem) GoString

func (s UpgradeStepItem) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpgradeStepItem) SetIssues

func (s *UpgradeStepItem) SetIssues(v []*string) *UpgradeStepItem

SetIssues sets the Issues field's value.

func (*UpgradeStepItem) SetProgressPercent

func (s *UpgradeStepItem) SetProgressPercent(v float64) *UpgradeStepItem

SetProgressPercent sets the ProgressPercent field's value.

func (*UpgradeStepItem) SetUpgradeStep

func (s *UpgradeStepItem) SetUpgradeStep(v string) *UpgradeStepItem

SetUpgradeStep sets the UpgradeStep field's value.

func (*UpgradeStepItem) SetUpgradeStepStatus

func (s *UpgradeStepItem) SetUpgradeStepStatus(v string) *UpgradeStepItem

SetUpgradeStepStatus sets the UpgradeStepStatus field's value.

func (UpgradeStepItem) String

func (s UpgradeStepItem) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type VPCDerivedInfo

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

func (s VPCDerivedInfo) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*VPCDerivedInfo) SetAvailabilityZones

func (s *VPCDerivedInfo) SetAvailabilityZones(v []*string) *VPCDerivedInfo

SetAvailabilityZones sets the AvailabilityZones field's value.

func (*VPCDerivedInfo) SetSecurityGroupIds

func (s *VPCDerivedInfo) SetSecurityGroupIds(v []*string) *VPCDerivedInfo

SetSecurityGroupIds sets the SecurityGroupIds field's value.

func (*VPCDerivedInfo) SetSubnetIds

func (s *VPCDerivedInfo) SetSubnetIds(v []*string) *VPCDerivedInfo

SetSubnetIds sets the SubnetIds field's value.

func (*VPCDerivedInfo) SetVPCId

func (s *VPCDerivedInfo) SetVPCId(v string) *VPCDerivedInfo

SetVPCId sets the VPCId field's value.

func (VPCDerivedInfo) String

func (s VPCDerivedInfo) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type VPCDerivedInfoStatus

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

func (s VPCDerivedInfoStatus) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*VPCDerivedInfoStatus) SetOptions

func (s *VPCDerivedInfoStatus) SetOptions(v *VPCDerivedInfo) *VPCDerivedInfoStatus

SetOptions sets the Options field's value.

func (*VPCDerivedInfoStatus) SetStatus

func (s *VPCDerivedInfoStatus) SetStatus(v *OptionStatus) *VPCDerivedInfoStatus

SetStatus sets the Status field's value.

func (VPCDerivedInfoStatus) String

func (s VPCDerivedInfoStatus) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type VPCOptions

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

func (s VPCOptions) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*VPCOptions) SetSecurityGroupIds

func (s *VPCOptions) SetSecurityGroupIds(v []*string) *VPCOptions

SetSecurityGroupIds sets the SecurityGroupIds field's value.

func (*VPCOptions) SetSubnetIds

func (s *VPCOptions) SetSubnetIds(v []*string) *VPCOptions

SetSubnetIds sets the SubnetIds field's value.

func (VPCOptions) String

func (s VPCOptions) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ValidationException

type ValidationException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"message" type:"string"`
    // contains filtered or unexported fields
}

An exception for missing / invalid input fields. Gives http status code of 400.

func (*ValidationException) Code

func (s *ValidationException) Code() string

Code returns the exception type name.

func (*ValidationException) Error

func (s *ValidationException) Error() string

func (ValidationException) GoString

func (s ValidationException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ValidationException) Message

func (s *ValidationException) Message() string

Message returns the exception's message.

func (*ValidationException) OrigErr

func (s *ValidationException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ValidationException) RequestID

func (s *ValidationException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ValidationException) StatusCode

func (s *ValidationException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ValidationException) String

func (s ValidationException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type VpcEndpoint

type VpcEndpoint struct {

    // The Amazon Resource Name (ARN) of the domain associated with the endpoint.
    DomainArn *string `min:"1" type:"string"`

    // The connection endpoint ID for connecting to the domain.
    Endpoint *string `type:"string"`

    // The current status of the endpoint.
    Status *string `type:"string" enum:"VpcEndpointStatus"`

    // The unique identifier of the endpoint.
    VpcEndpointId *string `min:"5" type:"string"`

    // The creator of the endpoint.
    VpcEndpointOwner *string `type:"string"`

    // Options to specify the subnets and security groups for an Amazon OpenSearch
    // Service VPC endpoint.
    VpcOptions *VPCDerivedInfo `type:"structure"`
    // contains filtered or unexported fields
}

The connection endpoint for connecting to an Amazon OpenSearch Service domain through a proxy.

func (VpcEndpoint) GoString

func (s VpcEndpoint) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*VpcEndpoint) SetDomainArn

func (s *VpcEndpoint) SetDomainArn(v string) *VpcEndpoint

SetDomainArn sets the DomainArn field's value.

func (*VpcEndpoint) SetEndpoint

func (s *VpcEndpoint) SetEndpoint(v string) *VpcEndpoint

SetEndpoint sets the Endpoint field's value.

func (*VpcEndpoint) SetStatus

func (s *VpcEndpoint) SetStatus(v string) *VpcEndpoint

SetStatus sets the Status field's value.

func (*VpcEndpoint) SetVpcEndpointId

func (s *VpcEndpoint) SetVpcEndpointId(v string) *VpcEndpoint

SetVpcEndpointId sets the VpcEndpointId field's value.

func (*VpcEndpoint) SetVpcEndpointOwner

func (s *VpcEndpoint) SetVpcEndpointOwner(v string) *VpcEndpoint

SetVpcEndpointOwner sets the VpcEndpointOwner field's value.

func (*VpcEndpoint) SetVpcOptions

func (s *VpcEndpoint) SetVpcOptions(v *VPCDerivedInfo) *VpcEndpoint

SetVpcOptions sets the VpcOptions field's value.

func (VpcEndpoint) String

func (s VpcEndpoint) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type VpcEndpointError

type VpcEndpointError struct {

    // The code associated with the error.
    ErrorCode *string `type:"string" enum:"VpcEndpointErrorCode"`

    // A message describing the error.
    ErrorMessage *string `type:"string"`

    // The unique identifier of the endpoint.
    VpcEndpointId *string `min:"5" type:"string"`
    // contains filtered or unexported fields
}

Error information when attempting to describe an Amazon OpenSearch Service-managed VPC endpoint.

func (VpcEndpointError) GoString

func (s VpcEndpointError) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*VpcEndpointError) SetErrorCode

func (s *VpcEndpointError) SetErrorCode(v string) *VpcEndpointError

SetErrorCode sets the ErrorCode field's value.

func (*VpcEndpointError) SetErrorMessage

func (s *VpcEndpointError) SetErrorMessage(v string) *VpcEndpointError

SetErrorMessage sets the ErrorMessage field's value.

func (*VpcEndpointError) SetVpcEndpointId

func (s *VpcEndpointError) SetVpcEndpointId(v string) *VpcEndpointError

SetVpcEndpointId sets the VpcEndpointId field's value.

func (VpcEndpointError) String

func (s VpcEndpointError) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type VpcEndpointSummary

type VpcEndpointSummary struct {

    // The Amazon Resource Name (ARN) of the domain associated with the endpoint.
    DomainArn *string `min:"1" type:"string"`

    // The current status of the endpoint.
    Status *string `type:"string" enum:"VpcEndpointStatus"`

    // The unique identifier of the endpoint.
    VpcEndpointId *string `min:"5" type:"string"`

    // The creator of the endpoint.
    VpcEndpointOwner *string `type:"string"`
    // contains filtered or unexported fields
}

Summary information for an Amazon OpenSearch Service-managed VPC endpoint.

func (VpcEndpointSummary) GoString

func (s VpcEndpointSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*VpcEndpointSummary) SetDomainArn

func (s *VpcEndpointSummary) SetDomainArn(v string) *VpcEndpointSummary

SetDomainArn sets the DomainArn field's value.

func (*VpcEndpointSummary) SetStatus

func (s *VpcEndpointSummary) SetStatus(v string) *VpcEndpointSummary

SetStatus sets the Status field's value.

func (*VpcEndpointSummary) SetVpcEndpointId

func (s *VpcEndpointSummary) SetVpcEndpointId(v string) *VpcEndpointSummary

SetVpcEndpointId sets the VpcEndpointId field's value.

func (*VpcEndpointSummary) SetVpcEndpointOwner

func (s *VpcEndpointSummary) SetVpcEndpointOwner(v string) *VpcEndpointSummary

SetVpcEndpointOwner sets the VpcEndpointOwner field's value.

func (VpcEndpointSummary) String

func (s VpcEndpointSummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ZoneAwarenessConfig

type ZoneAwarenessConfig struct {

    // An integer value to indicate the number of availability zones for a domain
    // when zone awareness is enabled. This should be equal to number of subnets
    // if VPC endpoints is enabled
    AvailabilityZoneCount *int64 `type:"integer"`
    // contains filtered or unexported fields
}

Specifies the zone awareness configuration for the domain cluster, such as the number of availability zones.

func (ZoneAwarenessConfig) GoString

func (s ZoneAwarenessConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ZoneAwarenessConfig) SetAvailabilityZoneCount

func (s *ZoneAwarenessConfig) SetAvailabilityZoneCount(v int64) *ZoneAwarenessConfig

SetAvailabilityZoneCount sets the AvailabilityZoneCount field's value.

func (ZoneAwarenessConfig) String

func (s ZoneAwarenessConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".