Documentation
¶
Overview ¶
Package opensearch provides the API client, operations, and parameter types for Amazon OpenSearch Service.
Use the Amazon OpenSearch Service configuration API to create, configure, and manage OpenSearch Service domains. For sample code that uses the configuration API, see the Amazon OpenSearch Service Developer Guide (https://docs.aws.amazon.com/opensearch-service/latest/developerguide/opensearch-configuration-samples.html). The guide also contains sample code (https://docs.aws.amazon.com/opensearch-service/latest/developerguide/request-signing.html) for sending signed HTTP requests to the OpenSearch APIs. 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 Amazon Web Services service endpoints (https://docs.aws.amazon.com/general/latest/gr/rande.html#service-regions).
Index ¶
- Constants
- func NewDefaultEndpointResolver() *internalendpoints.Resolver
- func WithAPIOptions(optFns ...func(*middleware.Stack) error) func(*Options)
- func WithEndpointResolver(v EndpointResolver) func(*Options)
- type AcceptInboundConnectionInput
- type AcceptInboundConnectionOutput
- type AddTagsInput
- type AddTagsOutput
- type AssociatePackageInput
- type AssociatePackageOutput
- type AuthorizeVpcEndpointAccessInput
- type AuthorizeVpcEndpointAccessOutput
- type CancelServiceSoftwareUpdateInput
- type CancelServiceSoftwareUpdateOutput
- type Client
- func (c *Client) AcceptInboundConnection(ctx context.Context, params *AcceptInboundConnectionInput, ...) (*AcceptInboundConnectionOutput, error)
- func (c *Client) AddTags(ctx context.Context, params *AddTagsInput, optFns ...func(*Options)) (*AddTagsOutput, error)
- func (c *Client) AssociatePackage(ctx context.Context, params *AssociatePackageInput, optFns ...func(*Options)) (*AssociatePackageOutput, error)
- func (c *Client) AuthorizeVpcEndpointAccess(ctx context.Context, params *AuthorizeVpcEndpointAccessInput, ...) (*AuthorizeVpcEndpointAccessOutput, error)
- func (c *Client) CancelServiceSoftwareUpdate(ctx context.Context, params *CancelServiceSoftwareUpdateInput, ...) (*CancelServiceSoftwareUpdateOutput, error)
- func (c *Client) CreateDomain(ctx context.Context, params *CreateDomainInput, optFns ...func(*Options)) (*CreateDomainOutput, error)
- func (c *Client) CreateOutboundConnection(ctx context.Context, params *CreateOutboundConnectionInput, ...) (*CreateOutboundConnectionOutput, error)
- func (c *Client) CreatePackage(ctx context.Context, params *CreatePackageInput, optFns ...func(*Options)) (*CreatePackageOutput, error)
- func (c *Client) CreateVpcEndpoint(ctx context.Context, params *CreateVpcEndpointInput, optFns ...func(*Options)) (*CreateVpcEndpointOutput, error)
- func (c *Client) DeleteDomain(ctx context.Context, params *DeleteDomainInput, optFns ...func(*Options)) (*DeleteDomainOutput, error)
- func (c *Client) DeleteInboundConnection(ctx context.Context, params *DeleteInboundConnectionInput, ...) (*DeleteInboundConnectionOutput, error)
- func (c *Client) DeleteOutboundConnection(ctx context.Context, params *DeleteOutboundConnectionInput, ...) (*DeleteOutboundConnectionOutput, error)
- func (c *Client) DeletePackage(ctx context.Context, params *DeletePackageInput, optFns ...func(*Options)) (*DeletePackageOutput, error)
- func (c *Client) DeleteVpcEndpoint(ctx context.Context, params *DeleteVpcEndpointInput, optFns ...func(*Options)) (*DeleteVpcEndpointOutput, error)
- func (c *Client) DescribeDomain(ctx context.Context, params *DescribeDomainInput, optFns ...func(*Options)) (*DescribeDomainOutput, error)
- func (c *Client) DescribeDomainAutoTunes(ctx context.Context, params *DescribeDomainAutoTunesInput, ...) (*DescribeDomainAutoTunesOutput, error)
- func (c *Client) DescribeDomainChangeProgress(ctx context.Context, params *DescribeDomainChangeProgressInput, ...) (*DescribeDomainChangeProgressOutput, error)
- func (c *Client) DescribeDomainConfig(ctx context.Context, params *DescribeDomainConfigInput, ...) (*DescribeDomainConfigOutput, error)
- func (c *Client) DescribeDomains(ctx context.Context, params *DescribeDomainsInput, optFns ...func(*Options)) (*DescribeDomainsOutput, error)
- func (c *Client) DescribeDryRunProgress(ctx context.Context, params *DescribeDryRunProgressInput, ...) (*DescribeDryRunProgressOutput, error)
- func (c *Client) DescribeInboundConnections(ctx context.Context, params *DescribeInboundConnectionsInput, ...) (*DescribeInboundConnectionsOutput, error)
- func (c *Client) DescribeInstanceTypeLimits(ctx context.Context, params *DescribeInstanceTypeLimitsInput, ...) (*DescribeInstanceTypeLimitsOutput, error)
- func (c *Client) DescribeOutboundConnections(ctx context.Context, params *DescribeOutboundConnectionsInput, ...) (*DescribeOutboundConnectionsOutput, error)
- func (c *Client) DescribePackages(ctx context.Context, params *DescribePackagesInput, optFns ...func(*Options)) (*DescribePackagesOutput, error)
- func (c *Client) DescribeReservedInstanceOfferings(ctx context.Context, params *DescribeReservedInstanceOfferingsInput, ...) (*DescribeReservedInstanceOfferingsOutput, error)
- func (c *Client) DescribeReservedInstances(ctx context.Context, params *DescribeReservedInstancesInput, ...) (*DescribeReservedInstancesOutput, error)
- func (c *Client) DescribeVpcEndpoints(ctx context.Context, params *DescribeVpcEndpointsInput, ...) (*DescribeVpcEndpointsOutput, error)
- func (c *Client) DissociatePackage(ctx context.Context, params *DissociatePackageInput, optFns ...func(*Options)) (*DissociatePackageOutput, error)
- func (c *Client) GetCompatibleVersions(ctx context.Context, params *GetCompatibleVersionsInput, ...) (*GetCompatibleVersionsOutput, error)
- func (c *Client) GetPackageVersionHistory(ctx context.Context, params *GetPackageVersionHistoryInput, ...) (*GetPackageVersionHistoryOutput, error)
- func (c *Client) GetUpgradeHistory(ctx context.Context, params *GetUpgradeHistoryInput, optFns ...func(*Options)) (*GetUpgradeHistoryOutput, error)
- func (c *Client) GetUpgradeStatus(ctx context.Context, params *GetUpgradeStatusInput, optFns ...func(*Options)) (*GetUpgradeStatusOutput, error)
- func (c *Client) ListDomainNames(ctx context.Context, params *ListDomainNamesInput, optFns ...func(*Options)) (*ListDomainNamesOutput, error)
- func (c *Client) ListDomainsForPackage(ctx context.Context, params *ListDomainsForPackageInput, ...) (*ListDomainsForPackageOutput, error)
- func (c *Client) ListInstanceTypeDetails(ctx context.Context, params *ListInstanceTypeDetailsInput, ...) (*ListInstanceTypeDetailsOutput, error)
- func (c *Client) ListPackagesForDomain(ctx context.Context, params *ListPackagesForDomainInput, ...) (*ListPackagesForDomainOutput, error)
- func (c *Client) ListTags(ctx context.Context, params *ListTagsInput, optFns ...func(*Options)) (*ListTagsOutput, error)
- func (c *Client) ListVersions(ctx context.Context, params *ListVersionsInput, optFns ...func(*Options)) (*ListVersionsOutput, error)
- func (c *Client) ListVpcEndpointAccess(ctx context.Context, params *ListVpcEndpointAccessInput, ...) (*ListVpcEndpointAccessOutput, error)
- func (c *Client) ListVpcEndpoints(ctx context.Context, params *ListVpcEndpointsInput, optFns ...func(*Options)) (*ListVpcEndpointsOutput, error)
- func (c *Client) ListVpcEndpointsForDomain(ctx context.Context, params *ListVpcEndpointsForDomainInput, ...) (*ListVpcEndpointsForDomainOutput, error)
- func (c *Client) PurchaseReservedInstanceOffering(ctx context.Context, params *PurchaseReservedInstanceOfferingInput, ...) (*PurchaseReservedInstanceOfferingOutput, error)
- func (c *Client) RejectInboundConnection(ctx context.Context, params *RejectInboundConnectionInput, ...) (*RejectInboundConnectionOutput, error)
- func (c *Client) RemoveTags(ctx context.Context, params *RemoveTagsInput, optFns ...func(*Options)) (*RemoveTagsOutput, error)
- func (c *Client) RevokeVpcEndpointAccess(ctx context.Context, params *RevokeVpcEndpointAccessInput, ...) (*RevokeVpcEndpointAccessOutput, error)
- func (c *Client) StartServiceSoftwareUpdate(ctx context.Context, params *StartServiceSoftwareUpdateInput, ...) (*StartServiceSoftwareUpdateOutput, error)
- func (c *Client) UpdateDomainConfig(ctx context.Context, params *UpdateDomainConfigInput, optFns ...func(*Options)) (*UpdateDomainConfigOutput, error)
- func (c *Client) UpdatePackage(ctx context.Context, params *UpdatePackageInput, optFns ...func(*Options)) (*UpdatePackageOutput, error)
- func (c *Client) UpdateVpcEndpoint(ctx context.Context, params *UpdateVpcEndpointInput, optFns ...func(*Options)) (*UpdateVpcEndpointOutput, error)
- func (c *Client) UpgradeDomain(ctx context.Context, params *UpgradeDomainInput, optFns ...func(*Options)) (*UpgradeDomainOutput, error)
- type CreateDomainInput
- type CreateDomainOutput
- type CreateOutboundConnectionInput
- type CreateOutboundConnectionOutput
- type CreatePackageInput
- type CreatePackageOutput
- type CreateVpcEndpointInput
- type CreateVpcEndpointOutput
- type DeleteDomainInput
- type DeleteDomainOutput
- type DeleteInboundConnectionInput
- type DeleteInboundConnectionOutput
- type DeleteOutboundConnectionInput
- type DeleteOutboundConnectionOutput
- type DeletePackageInput
- type DeletePackageOutput
- type DeleteVpcEndpointInput
- type DeleteVpcEndpointOutput
- type DescribeDomainAutoTunesAPIClient
- type DescribeDomainAutoTunesInput
- type DescribeDomainAutoTunesOutput
- type DescribeDomainAutoTunesPaginator
- type DescribeDomainAutoTunesPaginatorOptions
- type DescribeDomainChangeProgressInput
- type DescribeDomainChangeProgressOutput
- type DescribeDomainConfigInput
- type DescribeDomainConfigOutput
- type DescribeDomainInput
- type DescribeDomainOutput
- type DescribeDomainsInput
- type DescribeDomainsOutput
- type DescribeDryRunProgressInput
- type DescribeDryRunProgressOutput
- type DescribeInboundConnectionsAPIClient
- type DescribeInboundConnectionsInput
- type DescribeInboundConnectionsOutput
- type DescribeInboundConnectionsPaginator
- type DescribeInboundConnectionsPaginatorOptions
- type DescribeInstanceTypeLimitsInput
- type DescribeInstanceTypeLimitsOutput
- type DescribeOutboundConnectionsAPIClient
- type DescribeOutboundConnectionsInput
- type DescribeOutboundConnectionsOutput
- type DescribeOutboundConnectionsPaginator
- type DescribeOutboundConnectionsPaginatorOptions
- type DescribePackagesAPIClient
- type DescribePackagesInput
- type DescribePackagesOutput
- type DescribePackagesPaginator
- type DescribePackagesPaginatorOptions
- type DescribeReservedInstanceOfferingsAPIClient
- type DescribeReservedInstanceOfferingsInput
- type DescribeReservedInstanceOfferingsOutput
- type DescribeReservedInstanceOfferingsPaginator
- type DescribeReservedInstanceOfferingsPaginatorOptions
- type DescribeReservedInstancesAPIClient
- type DescribeReservedInstancesInput
- type DescribeReservedInstancesOutput
- type DescribeReservedInstancesPaginator
- type DescribeReservedInstancesPaginatorOptions
- type DescribeVpcEndpointsInput
- type DescribeVpcEndpointsOutput
- type DissociatePackageInput
- type DissociatePackageOutput
- type EndpointResolver
- type EndpointResolverFunc
- type EndpointResolverOptions
- type GetCompatibleVersionsInput
- type GetCompatibleVersionsOutput
- type GetPackageVersionHistoryAPIClient
- type GetPackageVersionHistoryInput
- type GetPackageVersionHistoryOutput
- type GetPackageVersionHistoryPaginator
- type GetPackageVersionHistoryPaginatorOptions
- type GetUpgradeHistoryAPIClient
- type GetUpgradeHistoryInput
- type GetUpgradeHistoryOutput
- type GetUpgradeHistoryPaginator
- type GetUpgradeHistoryPaginatorOptions
- type GetUpgradeStatusInput
- type GetUpgradeStatusOutput
- type HTTPClient
- type HTTPSignerV4
- type ListDomainNamesInput
- type ListDomainNamesOutput
- type ListDomainsForPackageAPIClient
- type ListDomainsForPackageInput
- type ListDomainsForPackageOutput
- type ListDomainsForPackagePaginator
- type ListDomainsForPackagePaginatorOptions
- type ListInstanceTypeDetailsAPIClient
- type ListInstanceTypeDetailsInput
- type ListInstanceTypeDetailsOutput
- type ListInstanceTypeDetailsPaginator
- type ListInstanceTypeDetailsPaginatorOptions
- type ListPackagesForDomainAPIClient
- type ListPackagesForDomainInput
- type ListPackagesForDomainOutput
- type ListPackagesForDomainPaginator
- type ListPackagesForDomainPaginatorOptions
- type ListTagsInput
- type ListTagsOutput
- type ListVersionsAPIClient
- type ListVersionsInput
- type ListVersionsOutput
- type ListVersionsPaginator
- type ListVersionsPaginatorOptions
- type ListVpcEndpointAccessInput
- type ListVpcEndpointAccessOutput
- type ListVpcEndpointsForDomainInput
- type ListVpcEndpointsForDomainOutput
- type ListVpcEndpointsInput
- type ListVpcEndpointsOutput
- type Options
- type PurchaseReservedInstanceOfferingInput
- type PurchaseReservedInstanceOfferingOutput
- type RejectInboundConnectionInput
- type RejectInboundConnectionOutput
- type RemoveTagsInput
- type RemoveTagsOutput
- type ResolveEndpoint
- type RevokeVpcEndpointAccessInput
- type RevokeVpcEndpointAccessOutput
- type StartServiceSoftwareUpdateInput
- type StartServiceSoftwareUpdateOutput
- type UpdateDomainConfigInput
- type UpdateDomainConfigOutput
- type UpdatePackageInput
- type UpdatePackageOutput
- type UpdateVpcEndpointInput
- type UpdateVpcEndpointOutput
- type UpgradeDomainInput
- type UpgradeDomainOutput
Constants ¶
const ServiceAPIVersion = "2021-01-01"
const ServiceID = "OpenSearch"
Variables ¶
This section is empty.
Functions ¶
func NewDefaultEndpointResolver ¶
func NewDefaultEndpointResolver() *internalendpoints.Resolver
NewDefaultEndpointResolver constructs a new service endpoint resolver
func WithAPIOptions ¶
func WithAPIOptions(optFns ...func(*middleware.Stack) error) func(*Options)
WithAPIOptions returns a functional option for setting the Client's APIOptions option.
func WithEndpointResolver ¶
func WithEndpointResolver(v EndpointResolver) func(*Options)
WithEndpointResolver returns a functional option for setting the Client's EndpointResolver option.
Types ¶
type AcceptInboundConnectionInput ¶
type AcceptInboundConnectionInput struct { // The ID of the inbound connection to accept. // // This member is required. ConnectionId *string // contains filtered or unexported fields }
Container for the parameters to the AcceptInboundConnection operation.
type AcceptInboundConnectionOutput ¶
type AcceptInboundConnectionOutput struct { // Information about the accepted inbound connection. Connection *types.InboundConnection // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
Contains details about the accepted inbound connection.
type AddTagsInput ¶
type AddTagsInput struct { // Amazon Resource Name (ARN) for the OpenSearch Service domain to which you want // to attach resource tags. // // This member is required. ARN *string // List of resource tags. // // This member is required. TagList []types.Tag // contains filtered or unexported fields }
Container for the parameters to the AddTags operation. Specifies the tags to attach to the domain.
type AddTagsOutput ¶
type AddTagsOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type AssociatePackageInput ¶
type AssociatePackageInput struct { // Name of the domain to associate the package with. // // This member is required. DomainName *string // Internal ID of the package to associate with a domain. Use DescribePackages to // find this value. // // This member is required. PackageID *string // contains filtered or unexported fields }
Container for the request parameters to the AssociatePackage operation.
type AssociatePackageOutput ¶
type AssociatePackageOutput struct { // Information about a package that is associated with a domain. DomainPackageDetails *types.DomainPackageDetails // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
Container for the response returned by the AssociatePackage operation.
type AuthorizeVpcEndpointAccessInput ¶ added in v1.11.0
type AuthorizeVpcEndpointAccessInput struct { // The Amazon Web Services account ID to grant access to. // // This member is required. Account *string // The name of the OpenSearch Service domain to provide access to. // // This member is required. DomainName *string // contains filtered or unexported fields }
type AuthorizeVpcEndpointAccessOutput ¶ added in v1.11.0
type AuthorizeVpcEndpointAccessOutput struct { // Information about the Amazon Web Services account or service that was provided // access to the domain. // // This member is required. AuthorizedPrincipal *types.AuthorizedPrincipal // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type CancelServiceSoftwareUpdateInput ¶
type CancelServiceSoftwareUpdateInput struct { // Name of the OpenSearch Service domain that you want to cancel the service // software update on. // // This member is required. DomainName *string // contains filtered or unexported fields }
Container for the request parameters to cancel a service software update.
type CancelServiceSoftwareUpdateOutput ¶
type CancelServiceSoftwareUpdateOutput struct { // Container for the state of your domain relative to the latest service software. ServiceSoftwareOptions *types.ServiceSoftwareOptions // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
Container for the response to a CancelServiceSoftwareUpdate operation. Contains the status of the update.
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client provides the API client to make operations call for Amazon OpenSearch Service.
func New ¶
New returns an initialized Client based on the functional options. Provide additional functional options to further configure the behavior of the client, such as changing the client's endpoint or adding custom middleware behavior.
func NewFromConfig ¶
NewFromConfig returns a new client from the provided config.
func (*Client) AcceptInboundConnection ¶
func (c *Client) AcceptInboundConnection(ctx context.Context, params *AcceptInboundConnectionInput, optFns ...func(*Options)) (*AcceptInboundConnectionOutput, error)
Allows the destination Amazon OpenSearch Service domain owner to accept an inbound cross-cluster search connection request. For more information, see Cross-cluster search for Amazon OpenSearch Service (https://docs.aws.amazon.com/opensearch-service/latest/developerguide/cross-cluster-search.html).
func (*Client) AddTags ¶
func (c *Client) AddTags(ctx context.Context, params *AddTagsInput, optFns ...func(*Options)) (*AddTagsOutput, error)
Attaches tags to an existing Amazon OpenSearch Service domain. Tags are a set of case-sensitive key-value pairs. A domain can have up to 10 tags. For more information, see Tagging Amazon OpenSearch Service domains (https://docs.aws.amazon.com/opensearch-service/latest/developerguide/managedomains-awsresourcetagging.html).
func (*Client) AssociatePackage ¶
func (c *Client) AssociatePackage(ctx context.Context, params *AssociatePackageInput, optFns ...func(*Options)) (*AssociatePackageOutput, error)
Associates a package with an Amazon OpenSearch Service domain. For more information, see Custom packages for Amazon OpenSearch Service (https://docs.aws.amazon.com/opensearch-service/latest/developerguide/custom-packages.html).
func (*Client) AuthorizeVpcEndpointAccess ¶ added in v1.11.0
func (c *Client) AuthorizeVpcEndpointAccess(ctx context.Context, params *AuthorizeVpcEndpointAccessInput, optFns ...func(*Options)) (*AuthorizeVpcEndpointAccessOutput, error)
Provides access to an Amazon OpenSearch Service domain through the use of an interface VPC endpoint.
func (*Client) CancelServiceSoftwareUpdate ¶
func (c *Client) CancelServiceSoftwareUpdate(ctx context.Context, params *CancelServiceSoftwareUpdateInput, optFns ...func(*Options)) (*CancelServiceSoftwareUpdateOutput, error)
Cancels a scheduled service software update for an Amazon OpenSearch Service domain. You can only perform this operation before the AutomatedUpdateDate and when the domain's UpdateStatus is PENDING_UPDATE. For more information, see Service software updates in Amazon OpenSearch Service (https://docs.aws.amazon.com/opensearch-service/latest/developerguide/service-software.html).
func (*Client) CreateDomain ¶
func (c *Client) CreateDomain(ctx context.Context, params *CreateDomainInput, optFns ...func(*Options)) (*CreateDomainOutput, error)
Creates an Amazon OpenSearch Service domain. For more information, see Creating and managing Amazon OpenSearch Service domains (https://docs.aws.amazon.com/opensearch-service/latest/developerguide/createupdatedomains.html).
func (*Client) CreateOutboundConnection ¶
func (c *Client) CreateOutboundConnection(ctx context.Context, params *CreateOutboundConnectionInput, optFns ...func(*Options)) (*CreateOutboundConnectionOutput, error)
Creates a new cross-cluster search connection from a source Amazon OpenSearch Service domain to a destination domain. For more information, see Cross-cluster search for Amazon OpenSearch Service (https://docs.aws.amazon.com/opensearch-service/latest/developerguide/cross-cluster-search.html).
func (*Client) CreatePackage ¶
func (c *Client) CreatePackage(ctx context.Context, params *CreatePackageInput, optFns ...func(*Options)) (*CreatePackageOutput, error)
Creates a package for use with Amazon OpenSearch Service domains. For more information, see Custom packages for Amazon OpenSearch Service (https://docs.aws.amazon.com/opensearch-service/latest/developerguide/custom-packages.html).
func (*Client) CreateVpcEndpoint ¶ added in v1.11.0
func (c *Client) CreateVpcEndpoint(ctx context.Context, params *CreateVpcEndpointInput, optFns ...func(*Options)) (*CreateVpcEndpointOutput, error)
Creates an Amazon OpenSearch Service-managed VPC endpoint.
func (*Client) DeleteDomain ¶
func (c *Client) DeleteDomain(ctx context.Context, params *DeleteDomainInput, optFns ...func(*Options)) (*DeleteDomainOutput, error)
Deletes an Amazon OpenSearch Service domain and all of its data. You can't recover a domain after you delete it.
func (*Client) DeleteInboundConnection ¶
func (c *Client) DeleteInboundConnection(ctx context.Context, params *DeleteInboundConnectionInput, optFns ...func(*Options)) (*DeleteInboundConnectionOutput, error)
Allows the destination Amazon OpenSearch Service domain owner to delete an existing inbound cross-cluster search connection. For more information, see Cross-cluster search for Amazon OpenSearch Service (https://docs.aws.amazon.com/opensearch-service/latest/developerguide/cross-cluster-search.html).
func (*Client) DeleteOutboundConnection ¶
func (c *Client) DeleteOutboundConnection(ctx context.Context, params *DeleteOutboundConnectionInput, optFns ...func(*Options)) (*DeleteOutboundConnectionOutput, error)
Allows the source Amazon OpenSearch Service domain owner to delete an existing outbound cross-cluster search connection. For more information, see Cross-cluster search for Amazon OpenSearch Service (https://docs.aws.amazon.com/opensearch-service/latest/developerguide/cross-cluster-search.html).
func (*Client) DeletePackage ¶
func (c *Client) DeletePackage(ctx context.Context, params *DeletePackageInput, optFns ...func(*Options)) (*DeletePackageOutput, error)
Deletes an Amazon OpenSearch Service package. For more information, see Custom packages for Amazon OpenSearch Service (https://docs.aws.amazon.com/opensearch-service/latest/developerguide/custom-packages.html).
func (*Client) DeleteVpcEndpoint ¶ added in v1.11.0
func (c *Client) DeleteVpcEndpoint(ctx context.Context, params *DeleteVpcEndpointInput, optFns ...func(*Options)) (*DeleteVpcEndpointOutput, error)
Deletes an Amazon OpenSearch Service-managed interface VPC endpoint.
func (*Client) DescribeDomain ¶
func (c *Client) DescribeDomain(ctx context.Context, params *DescribeDomainInput, optFns ...func(*Options)) (*DescribeDomainOutput, error)
Describes the domain configuration for the specified Amazon OpenSearch Service domain, including the domain ID, domain service endpoint, and domain ARN.
func (*Client) DescribeDomainAutoTunes ¶
func (c *Client) DescribeDomainAutoTunes(ctx context.Context, params *DescribeDomainAutoTunesInput, optFns ...func(*Options)) (*DescribeDomainAutoTunesOutput, error)
Returns the list of optimizations that Auto-Tune has made to an Amazon OpenSearch Service domain. For more information, see Auto-Tune for Amazon OpenSearch Service (https://docs.aws.amazon.com/opensearch-service/latest/developerguide/auto-tune.html).
func (*Client) DescribeDomainChangeProgress ¶ added in v1.8.0
func (c *Client) DescribeDomainChangeProgress(ctx context.Context, params *DescribeDomainChangeProgressInput, optFns ...func(*Options)) (*DescribeDomainChangeProgressOutput, error)
Returns information about the current blue/green deployment happening on an Amazon OpenSearch Service domain. For more information, see Making configuration changes in Amazon OpenSearch Service (https://docs.aws.amazon.com/opensearch-service/latest/developerguide/managedomains-configuration-changes.html).
func (*Client) DescribeDomainConfig ¶
func (c *Client) DescribeDomainConfig(ctx context.Context, params *DescribeDomainConfigInput, optFns ...func(*Options)) (*DescribeDomainConfigOutput, error)
Returns the configuration of an Amazon OpenSearch Service domain.
func (*Client) DescribeDomains ¶
func (c *Client) DescribeDomains(ctx context.Context, params *DescribeDomainsInput, optFns ...func(*Options)) (*DescribeDomainsOutput, error)
Returns domain configuration information about the specified Amazon OpenSearch Service domains.
func (*Client) DescribeDryRunProgress ¶ added in v1.13.0
func (c *Client) DescribeDryRunProgress(ctx context.Context, params *DescribeDryRunProgressInput, optFns ...func(*Options)) (*DescribeDryRunProgressOutput, error)
Describes the progress of a pre-update dry run analysis on an Amazon OpenSearch Service domain. For more information, see Determining whether a change will cause a blue/green deployment (https://docs.aws.amazon.com/opensearch-service/latest/developerguide/managedomains-configuration-changes#dryrun).
func (*Client) DescribeInboundConnections ¶
func (c *Client) DescribeInboundConnections(ctx context.Context, params *DescribeInboundConnectionsInput, optFns ...func(*Options)) (*DescribeInboundConnectionsOutput, error)
Lists all the inbound cross-cluster search connections for a destination (remote) Amazon OpenSearch Service domain. For more information, see Cross-cluster search for Amazon OpenSearch Service (https://docs.aws.amazon.com/opensearch-service/latest/developerguide/cross-cluster-search.html).
func (*Client) DescribeInstanceTypeLimits ¶
func (c *Client) DescribeInstanceTypeLimits(ctx context.Context, params *DescribeInstanceTypeLimitsInput, optFns ...func(*Options)) (*DescribeInstanceTypeLimitsOutput, error)
Describes the instance count, storage, and master node limits for a given OpenSearch or Elasticsearch version and instance type.
func (*Client) DescribeOutboundConnections ¶
func (c *Client) DescribeOutboundConnections(ctx context.Context, params *DescribeOutboundConnectionsInput, optFns ...func(*Options)) (*DescribeOutboundConnectionsOutput, error)
Lists all the outbound cross-cluster connections for a local (source) Amazon OpenSearch Service domain. For more information, see Cross-cluster search for Amazon OpenSearch Service (https://docs.aws.amazon.com/opensearch-service/latest/developerguide/cross-cluster-search.html).
func (*Client) DescribePackages ¶
func (c *Client) DescribePackages(ctx context.Context, params *DescribePackagesInput, optFns ...func(*Options)) (*DescribePackagesOutput, error)
Describes all packages available to OpenSearch Service. For more information, see Custom packages for Amazon OpenSearch Service (https://docs.aws.amazon.com/opensearch-service/latest/developerguide/custom-packages.html).
func (*Client) DescribeReservedInstanceOfferings ¶
func (c *Client) DescribeReservedInstanceOfferings(ctx context.Context, params *DescribeReservedInstanceOfferingsInput, optFns ...func(*Options)) (*DescribeReservedInstanceOfferingsOutput, error)
Describes the available Amazon OpenSearch Service Reserved Instance offerings for a given Region. For more information, see Reserved Instances in Amazon OpenSearch Service (https://docs.aws.amazon.com/opensearch-service/latest/developerguide/ri.html).
func (*Client) DescribeReservedInstances ¶
func (c *Client) DescribeReservedInstances(ctx context.Context, params *DescribeReservedInstancesInput, optFns ...func(*Options)) (*DescribeReservedInstancesOutput, error)
Describes the Amazon OpenSearch Service instances that you have reserved in a given Region. For more information, see Reserved Instances in Amazon OpenSearch Service (https://docs.aws.amazon.com/opensearch-service/latest/developerguide/ri.html).
func (*Client) DescribeVpcEndpoints ¶ added in v1.11.0
func (c *Client) DescribeVpcEndpoints(ctx context.Context, params *DescribeVpcEndpointsInput, optFns ...func(*Options)) (*DescribeVpcEndpointsOutput, error)
Describes one or more Amazon OpenSearch Service-managed VPC endpoints.
func (*Client) DissociatePackage ¶
func (c *Client) DissociatePackage(ctx context.Context, params *DissociatePackageInput, optFns ...func(*Options)) (*DissociatePackageOutput, error)
Removes a package from the specified Amazon OpenSearch Service domain. The package can't be in use with any OpenSearch index for the dissociation to succeed. The package is still available in OpenSearch Service for association later. For more information, see Custom packages for Amazon OpenSearch Service (https://docs.aws.amazon.com/opensearch-service/latest/developerguide/custom-packages.html).
func (*Client) GetCompatibleVersions ¶
func (c *Client) GetCompatibleVersions(ctx context.Context, params *GetCompatibleVersionsInput, optFns ...func(*Options)) (*GetCompatibleVersionsOutput, error)
Returns a map of OpenSearch or Elasticsearch versions and the versions you can upgrade them to.
func (*Client) GetPackageVersionHistory ¶
func (c *Client) GetPackageVersionHistory(ctx context.Context, params *GetPackageVersionHistoryInput, optFns ...func(*Options)) (*GetPackageVersionHistoryOutput, error)
Returns a list of Amazon OpenSearch Service package versions, along with their creation time and commit message. For more information, see Custom packages for Amazon OpenSearch Service (https://docs.aws.amazon.com/opensearch-service/latest/developerguide/custom-packages.html).
func (*Client) GetUpgradeHistory ¶
func (c *Client) GetUpgradeHistory(ctx context.Context, params *GetUpgradeHistoryInput, optFns ...func(*Options)) (*GetUpgradeHistoryOutput, error)
Retrieves the complete history of the last 10 upgrades performed on an Amazon OpenSearch Service domain.
func (*Client) GetUpgradeStatus ¶
func (c *Client) GetUpgradeStatus(ctx context.Context, params *GetUpgradeStatusInput, optFns ...func(*Options)) (*GetUpgradeStatusOutput, error)
Returns the most recent status of the last upgrade or upgrade eligibility check performed on an Amazon OpenSearch Service domain.
func (*Client) ListDomainNames ¶
func (c *Client) ListDomainNames(ctx context.Context, params *ListDomainNamesInput, optFns ...func(*Options)) (*ListDomainNamesOutput, error)
Returns the names of all Amazon OpenSearch Service domains owned by the current user in the active Region.
func (*Client) ListDomainsForPackage ¶
func (c *Client) ListDomainsForPackage(ctx context.Context, params *ListDomainsForPackageInput, optFns ...func(*Options)) (*ListDomainsForPackageOutput, error)
Lists all Amazon OpenSearch Service domains associated with a given package. For more information, see Custom packages for Amazon OpenSearch Service (https://docs.aws.amazon.com/opensearch-service/latest/developerguide/custom-packages.html).
func (*Client) ListInstanceTypeDetails ¶
func (c *Client) ListInstanceTypeDetails(ctx context.Context, params *ListInstanceTypeDetailsInput, optFns ...func(*Options)) (*ListInstanceTypeDetailsOutput, error)
Lists all instance types and available features for a given OpenSearch or Elasticsearch version.
func (*Client) ListPackagesForDomain ¶
func (c *Client) ListPackagesForDomain(ctx context.Context, params *ListPackagesForDomainInput, optFns ...func(*Options)) (*ListPackagesForDomainOutput, error)
Lists all packages associated with an Amazon OpenSearch Service domain. For more information, see Custom packages for Amazon OpenSearch Service (https://docs.aws.amazon.com/opensearch-service/latest/developerguide/custom-packages.html).
func (*Client) ListTags ¶
func (c *Client) ListTags(ctx context.Context, params *ListTagsInput, optFns ...func(*Options)) (*ListTagsOutput, error)
Returns all resource tags for an Amazon OpenSearch Service domain. For more information, see Tagging Amazon OpenSearch Service domains (https://docs.aws.amazon.com/opensearch-service/latest/developerguide/managedomains-awsresourcetagging.html).
func (*Client) ListVersions ¶
func (c *Client) ListVersions(ctx context.Context, params *ListVersionsInput, optFns ...func(*Options)) (*ListVersionsOutput, error)
Lists all versions of OpenSearch and Elasticsearch that Amazon OpenSearch Service supports.
func (*Client) ListVpcEndpointAccess ¶ added in v1.11.0
func (c *Client) ListVpcEndpointAccess(ctx context.Context, params *ListVpcEndpointAccessInput, optFns ...func(*Options)) (*ListVpcEndpointAccessOutput, error)
Retrieves information about each Amazon Web Services principal that is allowed to access a given Amazon OpenSearch Service domain through the use of an interface VPC endpoint.
func (*Client) ListVpcEndpoints ¶ added in v1.11.0
func (c *Client) ListVpcEndpoints(ctx context.Context, params *ListVpcEndpointsInput, optFns ...func(*Options)) (*ListVpcEndpointsOutput, error)
Retrieves all Amazon OpenSearch Service-managed VPC endpoints in the current Amazon Web Services account and Region.
func (*Client) ListVpcEndpointsForDomain ¶ added in v1.11.0
func (c *Client) ListVpcEndpointsForDomain(ctx context.Context, params *ListVpcEndpointsForDomainInput, optFns ...func(*Options)) (*ListVpcEndpointsForDomainOutput, error)
Retrieves all Amazon OpenSearch Service-managed VPC endpoints associated with a particular domain.
func (*Client) PurchaseReservedInstanceOffering ¶
func (c *Client) PurchaseReservedInstanceOffering(ctx context.Context, params *PurchaseReservedInstanceOfferingInput, optFns ...func(*Options)) (*PurchaseReservedInstanceOfferingOutput, error)
Allows you to purchase Amazon OpenSearch Service Reserved Instances.
func (*Client) RejectInboundConnection ¶
func (c *Client) RejectInboundConnection(ctx context.Context, params *RejectInboundConnectionInput, optFns ...func(*Options)) (*RejectInboundConnectionOutput, error)
Allows the remote Amazon OpenSearch Service domain owner to reject an inbound cross-cluster connection request.
func (*Client) RemoveTags ¶
func (c *Client) RemoveTags(ctx context.Context, params *RemoveTagsInput, optFns ...func(*Options)) (*RemoveTagsOutput, error)
Removes the specified set of tags from an Amazon OpenSearch Service domain. For more information, see Tagging Amazon OpenSearch Service domains (https://docs.aws.amazon.com/opensearch-service/latest/developerguide/managedomains.html#managedomains-awsresorcetagging).
func (*Client) RevokeVpcEndpointAccess ¶ added in v1.11.0
func (c *Client) RevokeVpcEndpointAccess(ctx context.Context, params *RevokeVpcEndpointAccessInput, optFns ...func(*Options)) (*RevokeVpcEndpointAccessOutput, error)
Revokes access to an Amazon OpenSearch Service domain that was provided through an interface VPC endpoint.
func (*Client) StartServiceSoftwareUpdate ¶
func (c *Client) StartServiceSoftwareUpdate(ctx context.Context, params *StartServiceSoftwareUpdateInput, optFns ...func(*Options)) (*StartServiceSoftwareUpdateOutput, error)
Schedules a service software update for an Amazon OpenSearch Service domain. For more information, see Service software updates in Amazon OpenSearch Service (https://docs.aws.amazon.com/opensearch-service/latest/developerguide/service-software.html).
func (*Client) UpdateDomainConfig ¶
func (c *Client) UpdateDomainConfig(ctx context.Context, params *UpdateDomainConfigInput, optFns ...func(*Options)) (*UpdateDomainConfigOutput, error)
Modifies the cluster configuration of the specified Amazon OpenSearch Service domain.
func (*Client) UpdatePackage ¶
func (c *Client) UpdatePackage(ctx context.Context, params *UpdatePackageInput, optFns ...func(*Options)) (*UpdatePackageOutput, error)
Updates a package for use with Amazon OpenSearch Service domains. For more information, see Custom packages for Amazon OpenSearch Service (https://docs.aws.amazon.com/opensearch-service/latest/developerguide/custom-packages.html).
func (*Client) UpdateVpcEndpoint ¶ added in v1.11.0
func (c *Client) UpdateVpcEndpoint(ctx context.Context, params *UpdateVpcEndpointInput, optFns ...func(*Options)) (*UpdateVpcEndpointOutput, error)
Modifies an Amazon OpenSearch Service-managed interface VPC endpoint.
func (*Client) UpgradeDomain ¶
func (c *Client) UpgradeDomain(ctx context.Context, params *UpgradeDomainInput, optFns ...func(*Options)) (*UpgradeDomainOutput, error)
Allows you to either upgrade your Amazon OpenSearch Service domain or perform an upgrade eligibility check to a compatible version of OpenSearch or Elasticsearch.
type CreateDomainInput ¶
type CreateDomainInput struct { // Name of the OpenSearch Service domain to create. Domain names are unique across // the domains owned by an account within an Amazon Web Services Region. // // This member is required. DomainName *string // Identity and Access Management (IAM) policy document specifying the access // policies for the new domain. AccessPolicies *string // Key-value pairs to specify advanced configuration options. The following // key-value pairs are supported: // // * "rest.action.multi.allow_explicit_index": // "true" | "false" - Note the use of a string rather than a boolean. Specifies // whether explicit references to indexes are allowed inside the body of HTTP // requests. If you want to configure access policies for domain sub-resources, // such as specific indexes and domain APIs, you must disable this property. // Default is true. // // * "indices.fielddata.cache.size": "80" - Note the use of a // string rather than a boolean. Specifies the percentage of heap space allocated // to field data. Default is unbounded. // // * "indices.query.bool.max_clause_count": // "1024" - Note the use of a string rather than a boolean. Specifies the maximum // number of clauses allowed in a Lucene boolean query. Default is 1,024. Queries // with more than the permitted number of clauses result in a TooManyClauses // error. // // * "override_main_response_version": "true" | "false" - Note the use of a // string rather than a boolean. Specifies whether the domain reports its version // as 7.10 to allow Elasticsearch OSS clients and plugins to continue working with // it. Default is false when creating a domain and true when upgrading a // domain. // // For more information, see Advanced cluster parameters // (https://docs.aws.amazon.com/opensearch-service/latest/developerguide/createupdatedomains.html#createdomain-configure-advanced-options). AdvancedOptions map[string]string // Options for fine-grained access control. AdvancedSecurityOptions *types.AdvancedSecurityOptionsInput // Options for Auto-Tune. AutoTuneOptions *types.AutoTuneOptionsInput // Container for the cluster configuration of a domain. ClusterConfig *types.ClusterConfig // Key-value pairs to configure Amazon Cognito authentication. For more // information, see Configuring Amazon Cognito authentication for OpenSearch // Dashboards // (https://docs.aws.amazon.com/opensearch-service/latest/developerguide/cognito-auth.html). CognitoOptions *types.CognitoOptions // Additional options for the domain endpoint, such as whether to require HTTPS for // all traffic. DomainEndpointOptions *types.DomainEndpointOptions // Container for the parameters required to enable EBS-based storage for an // OpenSearch Service domain. EBSOptions *types.EBSOptions // Key-value pairs to enable encryption at rest. EncryptionAtRestOptions *types.EncryptionAtRestOptions // String of format Elasticsearch_X.Y or OpenSearch_X.Y to specify the engine // version for the OpenSearch Service domain. For example, OpenSearch_1.0 or // Elasticsearch_7.9. For more information, see Creating and managing Amazon // OpenSearch Service domains // (https://docs.aws.amazon.com/opensearch-service/latest/developerguide/createupdatedomains.html#createdomains). EngineVersion *string // Key-value pairs to configure slow log publishing. LogPublishingOptions map[string]types.LogPublishingOption // Enables node-to-node encryption. NodeToNodeEncryptionOptions *types.NodeToNodeEncryptionOptions // DEPRECATED. Container for the parameters required to configure automated // snapshots of domain indexes. SnapshotOptions *types.SnapshotOptions // List of tags to add to the domain upon creation. TagList []types.Tag // Container for the values required to configure VPC access domains. If you don't // specify these values, OpenSearch Service creates the domain with a public // endpoint. For more information, see Launching your Amazon OpenSearch Service // domains using a VPC // (https://docs.aws.amazon.com/opensearch-service/latest/developerguide/vpc.html). VPCOptions *types.VPCOptions // contains filtered or unexported fields }
type CreateDomainOutput ¶
type CreateDomainOutput struct { // The status of the newly created domain. DomainStatus *types.DomainStatus // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
The result of a CreateDomain operation. Contains the status of the newly created domain.
type CreateOutboundConnectionInput ¶
type CreateOutboundConnectionInput struct { // Name of the connection. // // This member is required. ConnectionAlias *string // Name and Region of the source (local) domain. // // This member is required. LocalDomainInfo *types.DomainInformationContainer // Name and Region of the destination (remote) domain. // // This member is required. RemoteDomainInfo *types.DomainInformationContainer // contains filtered or unexported fields }
Container for the parameters to the CreateOutboundConnection operation.
type CreateOutboundConnectionOutput ¶
type CreateOutboundConnectionOutput struct { // Name of the connection. ConnectionAlias *string // The unique identifier for the created outbound connection, which is used for // subsequent operations on the connection. ConnectionId *string // The status of the connection. ConnectionStatus *types.OutboundConnectionStatus // Information about the source (local) domain. LocalDomainInfo *types.DomainInformationContainer // Information about the destination (remote) domain. RemoteDomainInfo *types.DomainInformationContainer // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
The result of a CreateOutboundConnection request. Contains details about the newly created cross-cluster connection.
type CreatePackageInput ¶
type CreatePackageInput struct { // Unique name for the package. // // This member is required. PackageName *string // The Amazon S3 location from which to import the package. // // This member is required. PackageSource *types.PackageSource // Type of package. // // This member is required. PackageType types.PackageType // Description of the package. PackageDescription *string // contains filtered or unexported fields }
Container for request parameters to the CreatePackage operation.
type CreatePackageOutput ¶
type CreatePackageOutput struct { // Basic information about an OpenSearch Service package. PackageDetails *types.PackageDetails // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
Container for the response returned by the CreatePackage operation.
type CreateVpcEndpointInput ¶ added in v1.11.0
type CreateVpcEndpointInput struct { // The Amazon Resource Name (ARN) of the domain to create the endpoint for. // // This member is required. DomainArn *string // Options to specify the subnets and security groups for the endpoint. // // This member is required. VpcOptions *types.VPCOptions // Unique, case-sensitive identifier to ensure idempotency of the request. ClientToken *string // contains filtered or unexported fields }
type CreateVpcEndpointOutput ¶ added in v1.11.0
type CreateVpcEndpointOutput struct { // Information about the newly created VPC endpoint. // // This member is required. VpcEndpoint *types.VpcEndpoint // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DeleteDomainInput ¶
type DeleteDomainInput struct { // The name of the domain you want to permanently delete. // // This member is required. DomainName *string // contains filtered or unexported fields }
Container for the parameters to the DeleteDomain operation.
type DeleteDomainOutput ¶
type DeleteDomainOutput struct { // The status of the domain being deleted. DomainStatus *types.DomainStatus // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
The results of a DeleteDomain request. Contains the status of the pending deletion, or a "domain not found" error if the domain and all of its resources have been deleted.
type DeleteInboundConnectionInput ¶
type DeleteInboundConnectionInput struct { // The ID of the inbound connection to permanently delete. // // This member is required. ConnectionId *string // contains filtered or unexported fields }
Container for the parameters to the DeleteInboundConnection operation.
type DeleteInboundConnectionOutput ¶
type DeleteInboundConnectionOutput struct { // The deleted inbound connection. Connection *types.InboundConnection // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
The results of a DeleteInboundConnection operation. Contains details about the deleted inbound connection.
type DeleteOutboundConnectionInput ¶
type DeleteOutboundConnectionInput struct { // The ID of the outbound connection you want to permanently delete. // // This member is required. ConnectionId *string // contains filtered or unexported fields }
Container for the parameters to the DeleteOutboundConnection operation.
type DeleteOutboundConnectionOutput ¶
type DeleteOutboundConnectionOutput struct { // The deleted inbound connection. Connection *types.OutboundConnection // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
Details about the deleted outbound connection.
type DeletePackageInput ¶
type DeletePackageInput struct { // The internal ID of the package you want to delete. Use DescribePackages to find // this value. // // This member is required. PackageID *string // contains filtered or unexported fields }
Deletes a package from OpenSearch Service. The package can't be associated with any OpenSearch Service domain.
type DeletePackageOutput ¶
type DeletePackageOutput struct { // Information about the deleted package. PackageDetails *types.PackageDetails // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
Container for the response parameters to the DeletePackage operation.
type DeleteVpcEndpointInput ¶ added in v1.11.0
type DeleteVpcEndpointInput struct { // The unique identifier of the endpoint. // // This member is required. VpcEndpointId *string // contains filtered or unexported fields }
type DeleteVpcEndpointOutput ¶ added in v1.11.0
type DeleteVpcEndpointOutput struct { // Information about the deleted endpoint, including its current status (DELETING // or DELETE_FAILED). // // This member is required. VpcEndpointSummary *types.VpcEndpointSummary // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DescribeDomainAutoTunesAPIClient ¶
type DescribeDomainAutoTunesAPIClient interface {
DescribeDomainAutoTunes(context.Context, *DescribeDomainAutoTunesInput, ...func(*Options)) (*DescribeDomainAutoTunesOutput, error)
}
DescribeDomainAutoTunesAPIClient is a client that implements the DescribeDomainAutoTunes operation.
type DescribeDomainAutoTunesInput ¶
type DescribeDomainAutoTunesInput struct { // Name of the domain that you want Auto-Tune details about. // // This member is required. DomainName *string // An optional parameter that specifies the maximum number of results to return. // You can use nextToken to get the next page of results. MaxResults int32 // If your initial DescribeDomainAutoTunes operation returns a nextToken, you can // include the returned nextToken in subsequent DescribeDomainAutoTunes operations, // which returns results in the next page. NextToken *string // contains filtered or unexported fields }
Container for the parameters to the DescribeDomainAutoTunes operation.
type DescribeDomainAutoTunesOutput ¶
type DescribeDomainAutoTunesOutput struct { // The list of setting adjustments that Auto-Tune has made to the domain. AutoTunes []types.AutoTune // When nextToken is returned, there are more results available. The value of // nextToken is a unique pagination token for each page. Make the call again using // the returned token to retrieve the next page. NextToken *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
The result of a DescribeDomainAutoTunes request.
type DescribeDomainAutoTunesPaginator ¶
type DescribeDomainAutoTunesPaginator struct {
// contains filtered or unexported fields
}
DescribeDomainAutoTunesPaginator is a paginator for DescribeDomainAutoTunes
func NewDescribeDomainAutoTunesPaginator ¶
func NewDescribeDomainAutoTunesPaginator(client DescribeDomainAutoTunesAPIClient, params *DescribeDomainAutoTunesInput, optFns ...func(*DescribeDomainAutoTunesPaginatorOptions)) *DescribeDomainAutoTunesPaginator
NewDescribeDomainAutoTunesPaginator returns a new DescribeDomainAutoTunesPaginator
func (*DescribeDomainAutoTunesPaginator) HasMorePages ¶
func (p *DescribeDomainAutoTunesPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
func (*DescribeDomainAutoTunesPaginator) NextPage ¶
func (p *DescribeDomainAutoTunesPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*DescribeDomainAutoTunesOutput, error)
NextPage retrieves the next DescribeDomainAutoTunes page.
type DescribeDomainAutoTunesPaginatorOptions ¶
type DescribeDomainAutoTunesPaginatorOptions struct { // An optional parameter that specifies the maximum number of results to return. // You can use nextToken to get the next page of results. Limit int32 // Set to true if pagination should stop if the service returns a pagination token // that matches the most recent token provided to the service. StopOnDuplicateToken bool }
DescribeDomainAutoTunesPaginatorOptions is the paginator options for DescribeDomainAutoTunes
type DescribeDomainChangeProgressInput ¶ added in v1.8.0
type DescribeDomainChangeProgressInput struct { // The name of the domain to get progress information for. // // This member is required. DomainName *string // The specific change ID for which you want to get progress information. If // omitted, the request returns information about the most recent configuration // change. ChangeId *string // contains filtered or unexported fields }
Container for the parameters to the DescribeDomainChangeProgress operation.
type DescribeDomainChangeProgressOutput ¶ added in v1.8.0
type DescribeDomainChangeProgressOutput struct { // Container for information about the stages of a configuration change happening // on a domain. ChangeProgressStatus *types.ChangeProgressStatusDetails // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
The result of a DescribeDomainChangeProgress request. Contains progress information for the requested domain change.
type DescribeDomainConfigInput ¶
type DescribeDomainConfigInput struct { // Name of the OpenSearch Service domain configuration that you want to describe. // // This member is required. DomainName *string // contains filtered or unexported fields }
Container for the parameters to the DescribeDomainConfig operation.
type DescribeDomainConfigOutput ¶
type DescribeDomainConfigOutput struct { // Container for the configuration of the OpenSearch Service domain. // // This member is required. DomainConfig *types.DomainConfig // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
Contains the configuration information of the requested domain.
type DescribeDomainInput ¶
type DescribeDomainInput struct { // The name of the domain that you want information about. // // This member is required. DomainName *string // contains filtered or unexported fields }
Container for the parameters to the DescribeDomain operation.
type DescribeDomainOutput ¶
type DescribeDomainOutput struct { // List that contains the status of each specified OpenSearch Service domain. // // This member is required. DomainStatus *types.DomainStatus // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
Contains the status of the domain specified in the request.
type DescribeDomainsInput ¶
type DescribeDomainsInput struct { // Array of OpenSearch Service domain names that you want information about. If you // don't specify any domains, OpenSearch Service returns information about all // domains owned by the account. // // This member is required. DomainNames []string // contains filtered or unexported fields }
Container for the parameters to the DescribeDomains operation.
type DescribeDomainsOutput ¶
type DescribeDomainsOutput struct { // The status of the requested domains. // // This member is required. DomainStatusList []types.DomainStatus // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
Contains the status of the specified domains or all domains owned by the account.
type DescribeDryRunProgressInput ¶ added in v1.13.0
type DescribeDryRunProgressInput struct { // The name of the domain. // // This member is required. DomainName *string // The unique identifier of the dry run. DryRunId *string // Whether to include the configuration of the dry run in the response. The // configuration specifies the updates that you're planning to make on the domain. LoadDryRunConfig *bool // contains filtered or unexported fields }
type DescribeDryRunProgressOutput ¶ added in v1.13.0
type DescribeDryRunProgressOutput struct { // Details about the changes you're planning to make on the domain. DryRunConfig *types.DomainStatus // The current status of the dry run, including any validation errors. DryRunProgressStatus *types.DryRunProgressStatus // The results of the dry run. DryRunResults *types.DryRunResults // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DescribeInboundConnectionsAPIClient ¶
type DescribeInboundConnectionsAPIClient interface {
DescribeInboundConnections(context.Context, *DescribeInboundConnectionsInput, ...func(*Options)) (*DescribeInboundConnectionsOutput, error)
}
DescribeInboundConnectionsAPIClient is a client that implements the DescribeInboundConnections operation.
type DescribeInboundConnectionsInput ¶
type DescribeInboundConnectionsInput struct { // A list of filters used to match properties for inbound cross-cluster // connections. Filters []types.Filter // An optional parameter that specifies the maximum number of results to return. // You can use nextToken to get the next page of results. MaxResults int32 // If your initial DescribeInboundConnections operation returns a nextToken, you // can include the returned nextToken in subsequent DescribeInboundConnections // operations, which returns results in the next page. NextToken *string // contains filtered or unexported fields }
Container for the parameters to the DescribeInboundConnections operation.
type DescribeInboundConnectionsOutput ¶
type DescribeInboundConnectionsOutput struct { // List of inbound connections. Connections []types.InboundConnection // When nextToken is returned, there are more results available. The value of // nextToken is a unique pagination token for each page. Make the call again using // the returned token to retrieve the next page. NextToken *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
Contains a list of connections matching the filter criteria.
type DescribeInboundConnectionsPaginator ¶
type DescribeInboundConnectionsPaginator struct {
// contains filtered or unexported fields
}
DescribeInboundConnectionsPaginator is a paginator for DescribeInboundConnections
func NewDescribeInboundConnectionsPaginator ¶
func NewDescribeInboundConnectionsPaginator(client DescribeInboundConnectionsAPIClient, params *DescribeInboundConnectionsInput, optFns ...func(*DescribeInboundConnectionsPaginatorOptions)) *DescribeInboundConnectionsPaginator
NewDescribeInboundConnectionsPaginator returns a new DescribeInboundConnectionsPaginator
func (*DescribeInboundConnectionsPaginator) HasMorePages ¶
func (p *DescribeInboundConnectionsPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
func (*DescribeInboundConnectionsPaginator) NextPage ¶
func (p *DescribeInboundConnectionsPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*DescribeInboundConnectionsOutput, error)
NextPage retrieves the next DescribeInboundConnections page.
type DescribeInboundConnectionsPaginatorOptions ¶
type DescribeInboundConnectionsPaginatorOptions struct { // An optional parameter that specifies the maximum number of results to return. // You can use nextToken to get the next page of results. Limit int32 // Set to true if pagination should stop if the service returns a pagination token // that matches the most recent token provided to the service. StopOnDuplicateToken bool }
DescribeInboundConnectionsPaginatorOptions is the paginator options for DescribeInboundConnections
type DescribeInstanceTypeLimitsInput ¶
type DescribeInstanceTypeLimitsInput struct { // Version of OpenSearch or Elasticsearch, in the format Elasticsearch_X.Y or // OpenSearch_X.Y. Defaults to the latest version of OpenSearch. // // This member is required. EngineVersion *string // The OpenSearch Service instance type for which you need limit information. // // This member is required. InstanceType types.OpenSearchPartitionInstanceType // The name of the domain. Only specify if you need the limits for an existing // domain. DomainName *string // contains filtered or unexported fields }
Container for the parameters to the DescribeInstanceTypeLimits operation.
type DescribeInstanceTypeLimitsOutput ¶
type DescribeInstanceTypeLimitsOutput struct { // Map that contains all applicable instance type limits.data refers to data // nodes.master refers to dedicated master nodes. LimitsByRole map[string]types.Limits // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
Container for the parameters received from the DescribeInstanceTypeLimits operation.
type DescribeOutboundConnectionsAPIClient ¶
type DescribeOutboundConnectionsAPIClient interface {
DescribeOutboundConnections(context.Context, *DescribeOutboundConnectionsInput, ...func(*Options)) (*DescribeOutboundConnectionsOutput, error)
}
DescribeOutboundConnectionsAPIClient is a client that implements the DescribeOutboundConnections operation.
type DescribeOutboundConnectionsInput ¶
type DescribeOutboundConnectionsInput struct { // List of filter names and values that you can use for requests. Filters []types.Filter // An optional parameter that specifies the maximum number of results to return. // You can use nextToken to get the next page of results. MaxResults int32 // If your initial DescribeOutboundConnections operation returns a nextToken, you // can include the returned nextToken in subsequent DescribeOutboundConnections // operations, which returns results in the next page. NextToken *string // contains filtered or unexported fields }
Container for the parameters to the DescribeOutboundConnections operation.
type DescribeOutboundConnectionsOutput ¶
type DescribeOutboundConnectionsOutput struct { // List of outbound connections that match the filter criteria. Connections []types.OutboundConnection // When nextToken is returned, there are more results available. The value of // nextToken is a unique pagination token for each page. Make the call again using // the returned token to retrieve the next page. NextToken *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
Contains a list of connections matching the filter criteria.
type DescribeOutboundConnectionsPaginator ¶
type DescribeOutboundConnectionsPaginator struct {
// contains filtered or unexported fields
}
DescribeOutboundConnectionsPaginator is a paginator for DescribeOutboundConnections
func NewDescribeOutboundConnectionsPaginator ¶
func NewDescribeOutboundConnectionsPaginator(client DescribeOutboundConnectionsAPIClient, params *DescribeOutboundConnectionsInput, optFns ...func(*DescribeOutboundConnectionsPaginatorOptions)) *DescribeOutboundConnectionsPaginator
NewDescribeOutboundConnectionsPaginator returns a new DescribeOutboundConnectionsPaginator
func (*DescribeOutboundConnectionsPaginator) HasMorePages ¶
func (p *DescribeOutboundConnectionsPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
func (*DescribeOutboundConnectionsPaginator) NextPage ¶
func (p *DescribeOutboundConnectionsPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*DescribeOutboundConnectionsOutput, error)
NextPage retrieves the next DescribeOutboundConnections page.
type DescribeOutboundConnectionsPaginatorOptions ¶
type DescribeOutboundConnectionsPaginatorOptions struct { // An optional parameter that specifies the maximum number of results to return. // You can use nextToken to get the next page of results. Limit int32 // Set to true if pagination should stop if the service returns a pagination token // that matches the most recent token provided to the service. StopOnDuplicateToken bool }
DescribeOutboundConnectionsPaginatorOptions is the paginator options for DescribeOutboundConnections
type DescribePackagesAPIClient ¶
type DescribePackagesAPIClient interface {
DescribePackages(context.Context, *DescribePackagesInput, ...func(*Options)) (*DescribePackagesOutput, error)
}
DescribePackagesAPIClient is a client that implements the DescribePackages operation.
type DescribePackagesInput ¶
type DescribePackagesInput struct { // Only returns packages that match the DescribePackagesFilterList values. Filters []types.DescribePackagesFilter // An optional parameter that specifies the maximum number of results to return. // You can use nextToken to get the next page of results. MaxResults int32 // If your initial DescribePackageFilters operation returns a nextToken, you can // include the returned nextToken in subsequent DescribePackageFilters operations, // which returns results in the next page. NextToken *string // contains filtered or unexported fields }
Container for the request parameters to the DescribePackage operation.
type DescribePackagesOutput ¶
type DescribePackagesOutput struct { // When nextToken is returned, there are more results available. The value of // nextToken is a unique pagination token for each page. Make the call again using // the returned token to retrieve the next page. NextToken *string // Basic information about a package. PackageDetailsList []types.PackageDetails // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
Container for the response returned by the DescribePackages operation.
type DescribePackagesPaginator ¶
type DescribePackagesPaginator struct {
// contains filtered or unexported fields
}
DescribePackagesPaginator is a paginator for DescribePackages
func NewDescribePackagesPaginator ¶
func NewDescribePackagesPaginator(client DescribePackagesAPIClient, params *DescribePackagesInput, optFns ...func(*DescribePackagesPaginatorOptions)) *DescribePackagesPaginator
NewDescribePackagesPaginator returns a new DescribePackagesPaginator
func (*DescribePackagesPaginator) HasMorePages ¶
func (p *DescribePackagesPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
func (*DescribePackagesPaginator) NextPage ¶
func (p *DescribePackagesPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*DescribePackagesOutput, error)
NextPage retrieves the next DescribePackages page.
type DescribePackagesPaginatorOptions ¶
type DescribePackagesPaginatorOptions struct { // An optional parameter that specifies the maximum number of results to return. // You can use nextToken to get the next page of results. Limit int32 // Set to true if pagination should stop if the service returns a pagination token // that matches the most recent token provided to the service. StopOnDuplicateToken bool }
DescribePackagesPaginatorOptions is the paginator options for DescribePackages
type DescribeReservedInstanceOfferingsAPIClient ¶
type DescribeReservedInstanceOfferingsAPIClient interface {
DescribeReservedInstanceOfferings(context.Context, *DescribeReservedInstanceOfferingsInput, ...func(*Options)) (*DescribeReservedInstanceOfferingsOutput, error)
}
DescribeReservedInstanceOfferingsAPIClient is a client that implements the DescribeReservedInstanceOfferings operation.
type DescribeReservedInstanceOfferingsInput ¶
type DescribeReservedInstanceOfferingsInput struct { // An optional parameter that specifies the maximum number of results to return. // You can use nextToken to get the next page of results. MaxResults int32 // If your initial DescribeReservedInstanceOfferings operation returns a nextToken, // you can include the returned nextToken in subsequent // DescribeReservedInstanceOfferings operations, which returns results in the next // page. NextToken *string // The Reserved Instance identifier filter value. Use this parameter to show only // the available instance types that match the specified reservation identifier. ReservedInstanceOfferingId *string // contains filtered or unexported fields }
Container for the request parameters to a DescribeReservedInstanceOfferings operation.
type DescribeReservedInstanceOfferingsOutput ¶
type DescribeReservedInstanceOfferingsOutput struct { // When nextToken is returned, there are more results available. The value of // nextToken is a unique pagination token for each page. Make the call again using // the returned token to retrieve the next page. NextToken *string // List of Reserved Instance offerings. ReservedInstanceOfferings []types.ReservedInstanceOffering // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
Container for results of a DescribeReservedInstanceOfferings request.
type DescribeReservedInstanceOfferingsPaginator ¶
type DescribeReservedInstanceOfferingsPaginator struct {
// contains filtered or unexported fields
}
DescribeReservedInstanceOfferingsPaginator is a paginator for DescribeReservedInstanceOfferings
func NewDescribeReservedInstanceOfferingsPaginator ¶
func NewDescribeReservedInstanceOfferingsPaginator(client DescribeReservedInstanceOfferingsAPIClient, params *DescribeReservedInstanceOfferingsInput, optFns ...func(*DescribeReservedInstanceOfferingsPaginatorOptions)) *DescribeReservedInstanceOfferingsPaginator
NewDescribeReservedInstanceOfferingsPaginator returns a new DescribeReservedInstanceOfferingsPaginator
func (*DescribeReservedInstanceOfferingsPaginator) HasMorePages ¶
func (p *DescribeReservedInstanceOfferingsPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
func (*DescribeReservedInstanceOfferingsPaginator) NextPage ¶
func (p *DescribeReservedInstanceOfferingsPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*DescribeReservedInstanceOfferingsOutput, error)
NextPage retrieves the next DescribeReservedInstanceOfferings page.
type DescribeReservedInstanceOfferingsPaginatorOptions ¶
type DescribeReservedInstanceOfferingsPaginatorOptions struct { // An optional parameter that specifies the maximum number of results to return. // You can use nextToken to get the next page of results. Limit int32 // Set to true if pagination should stop if the service returns a pagination token // that matches the most recent token provided to the service. StopOnDuplicateToken bool }
DescribeReservedInstanceOfferingsPaginatorOptions is the paginator options for DescribeReservedInstanceOfferings
type DescribeReservedInstancesAPIClient ¶
type DescribeReservedInstancesAPIClient interface {
DescribeReservedInstances(context.Context, *DescribeReservedInstancesInput, ...func(*Options)) (*DescribeReservedInstancesOutput, error)
}
DescribeReservedInstancesAPIClient is a client that implements the DescribeReservedInstances operation.
type DescribeReservedInstancesInput ¶
type DescribeReservedInstancesInput struct { // An optional parameter that specifies the maximum number of results to return. // You can use nextToken to get the next page of results. MaxResults int32 // If your initial DescribeReservedInstances operation returns a nextToken, you can // include the returned nextToken in subsequent DescribeReservedInstances // operations, which returns results in the next page. NextToken *string // The reserved instance identifier filter value. Use this parameter to show only // the reservation that matches the specified reserved OpenSearch instance ID. ReservedInstanceId *string // contains filtered or unexported fields }
Container for the request parameters to the DescribeReservedInstances operation.
type DescribeReservedInstancesOutput ¶
type DescribeReservedInstancesOutput struct { // When nextToken is returned, there are more results available. The value of // nextToken is a unique pagination token for each page. Make the call again using // the returned token to retrieve the next page. NextToken *string // List of Reserved Instances in the current Region. ReservedInstances []types.ReservedInstance // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
Container for results from DescribeReservedInstances
type DescribeReservedInstancesPaginator ¶
type DescribeReservedInstancesPaginator struct {
// contains filtered or unexported fields
}
DescribeReservedInstancesPaginator is a paginator for DescribeReservedInstances
func NewDescribeReservedInstancesPaginator ¶
func NewDescribeReservedInstancesPaginator(client DescribeReservedInstancesAPIClient, params *DescribeReservedInstancesInput, optFns ...func(*DescribeReservedInstancesPaginatorOptions)) *DescribeReservedInstancesPaginator
NewDescribeReservedInstancesPaginator returns a new DescribeReservedInstancesPaginator
func (*DescribeReservedInstancesPaginator) HasMorePages ¶
func (p *DescribeReservedInstancesPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
func (*DescribeReservedInstancesPaginator) NextPage ¶
func (p *DescribeReservedInstancesPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*DescribeReservedInstancesOutput, error)
NextPage retrieves the next DescribeReservedInstances page.
type DescribeReservedInstancesPaginatorOptions ¶
type DescribeReservedInstancesPaginatorOptions struct { // An optional parameter that specifies the maximum number of results to return. // You can use nextToken to get the next page of results. Limit int32 // Set to true if pagination should stop if the service returns a pagination token // that matches the most recent token provided to the service. StopOnDuplicateToken bool }
DescribeReservedInstancesPaginatorOptions is the paginator options for DescribeReservedInstances
type DescribeVpcEndpointsInput ¶ added in v1.11.0
type DescribeVpcEndpointsInput struct { // The unique identifiers of the endpoints to get information about. // // This member is required. VpcEndpointIds []string // contains filtered or unexported fields }
type DescribeVpcEndpointsOutput ¶ added in v1.11.0
type DescribeVpcEndpointsOutput struct { // Any errors associated with the request. // // This member is required. VpcEndpointErrors []types.VpcEndpointError // Information about each requested VPC endpoint. // // This member is required. VpcEndpoints []types.VpcEndpoint // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DissociatePackageInput ¶
type DissociatePackageInput struct { // Name of the domain to dissociate the package from. // // This member is required. DomainName *string // Internal ID of the package to dissociate from the domain. Use // ListPackagesForDomain to find this value. // // This member is required. PackageID *string // contains filtered or unexported fields }
Container for the request parameters to the DissociatePackage operation.
type DissociatePackageOutput ¶
type DissociatePackageOutput struct { // Information about a package that has been dissociated from the domain. DomainPackageDetails *types.DomainPackageDetails // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
Container for the response returned by an DissociatePackage operation.
type EndpointResolver ¶
type EndpointResolver interface {
ResolveEndpoint(region string, options EndpointResolverOptions) (aws.Endpoint, error)
}
EndpointResolver interface for resolving service endpoints.
func EndpointResolverFromURL ¶
func EndpointResolverFromURL(url string, optFns ...func(*aws.Endpoint)) EndpointResolver
EndpointResolverFromURL returns an EndpointResolver configured using the provided endpoint url. By default, the resolved endpoint resolver uses the client region as signing region, and the endpoint source is set to EndpointSourceCustom.You can provide functional options to configure endpoint values for the resolved endpoint.
type EndpointResolverFunc ¶
type EndpointResolverFunc func(region string, options EndpointResolverOptions) (aws.Endpoint, error)
EndpointResolverFunc is a helper utility that wraps a function so it satisfies the EndpointResolver interface. This is useful when you want to add additional endpoint resolving logic, or stub out specific endpoints with custom values.
func (EndpointResolverFunc) ResolveEndpoint ¶
func (fn EndpointResolverFunc) ResolveEndpoint(region string, options EndpointResolverOptions) (endpoint aws.Endpoint, err error)
type EndpointResolverOptions ¶
type EndpointResolverOptions = internalendpoints.Options
EndpointResolverOptions is the service endpoint resolver options
type GetCompatibleVersionsInput ¶
type GetCompatibleVersionsInput struct { // The name of an existing domain. Provide this parameter to limit the results to a // single domain. DomainName *string // contains filtered or unexported fields }
Container for the request parameters to GetCompatibleVersions operation.
type GetCompatibleVersionsOutput ¶
type GetCompatibleVersionsOutput struct { // A map of OpenSearch or Elasticsearch versions and the versions you can upgrade // them to. CompatibleVersions []types.CompatibleVersionsMap // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
Container for the response returned by the GetCompatibleVersions operation.
type GetPackageVersionHistoryAPIClient ¶
type GetPackageVersionHistoryAPIClient interface {
GetPackageVersionHistory(context.Context, *GetPackageVersionHistoryInput, ...func(*Options)) (*GetPackageVersionHistoryOutput, error)
}
GetPackageVersionHistoryAPIClient is a client that implements the GetPackageVersionHistory operation.
type GetPackageVersionHistoryInput ¶
type GetPackageVersionHistoryInput struct { // The unique identifier of the package. // // This member is required. PackageID *string // An optional parameter that specifies the maximum number of results to return. // You can use nextToken to get the next page of results. MaxResults int32 // If your initial GetPackageVersionHistory operation returns a nextToken, you can // include the returned nextToken in subsequent GetPackageVersionHistory // operations, which returns results in the next page. NextToken *string // contains filtered or unexported fields }
Container for the request parameters to the GetPackageVersionHistory operation.
type GetPackageVersionHistoryOutput ¶
type GetPackageVersionHistoryOutput struct { // When nextToken is returned, there are more results available. The value of // nextToken is a unique pagination token for each page. Make the call again using // the returned token to retrieve the next page. NextToken *string // The unique identifier of the package. PackageID *string // A list of package versions, along with their creation time and commit message. PackageVersionHistoryList []types.PackageVersionHistory // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
Container for response returned by GetPackageVersionHistory operation.
type GetPackageVersionHistoryPaginator ¶
type GetPackageVersionHistoryPaginator struct {
// contains filtered or unexported fields
}
GetPackageVersionHistoryPaginator is a paginator for GetPackageVersionHistory
func NewGetPackageVersionHistoryPaginator ¶
func NewGetPackageVersionHistoryPaginator(client GetPackageVersionHistoryAPIClient, params *GetPackageVersionHistoryInput, optFns ...func(*GetPackageVersionHistoryPaginatorOptions)) *GetPackageVersionHistoryPaginator
NewGetPackageVersionHistoryPaginator returns a new GetPackageVersionHistoryPaginator
func (*GetPackageVersionHistoryPaginator) HasMorePages ¶
func (p *GetPackageVersionHistoryPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
func (*GetPackageVersionHistoryPaginator) NextPage ¶
func (p *GetPackageVersionHistoryPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*GetPackageVersionHistoryOutput, error)
NextPage retrieves the next GetPackageVersionHistory page.
type GetPackageVersionHistoryPaginatorOptions ¶
type GetPackageVersionHistoryPaginatorOptions struct { // An optional parameter that specifies the maximum number of results to return. // You can use nextToken to get the next page of results. Limit int32 // Set to true if pagination should stop if the service returns a pagination token // that matches the most recent token provided to the service. StopOnDuplicateToken bool }
GetPackageVersionHistoryPaginatorOptions is the paginator options for GetPackageVersionHistory
type GetUpgradeHistoryAPIClient ¶
type GetUpgradeHistoryAPIClient interface {
GetUpgradeHistory(context.Context, *GetUpgradeHistoryInput, ...func(*Options)) (*GetUpgradeHistoryOutput, error)
}
GetUpgradeHistoryAPIClient is a client that implements the GetUpgradeHistory operation.
type GetUpgradeHistoryInput ¶
type GetUpgradeHistoryInput struct { // The name of an existing domain. // // This member is required. DomainName *string // An optional parameter that specifies the maximum number of results to return. // You can use nextToken to get the next page of results. MaxResults int32 // If your initial GetUpgradeHistory operation returns a nextToken, you can include // the returned nextToken in subsequent GetUpgradeHistory operations, which returns // results in the next page. NextToken *string // contains filtered or unexported fields }
Container for the request parameters to the GetUpgradeHistory operation.
type GetUpgradeHistoryOutput ¶
type GetUpgradeHistoryOutput struct { // When nextToken is returned, there are more results available. The value of // nextToken is a unique pagination token for each page. Make the call again using // the returned token to retrieve the next page. NextToken *string // A list of objects corresponding to each upgrade or upgrade eligibility check // performed on a domain. UpgradeHistories []types.UpgradeHistory // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
Container for the response returned by the GetUpgradeHistory operation.
type GetUpgradeHistoryPaginator ¶
type GetUpgradeHistoryPaginator struct {
// contains filtered or unexported fields
}
GetUpgradeHistoryPaginator is a paginator for GetUpgradeHistory
func NewGetUpgradeHistoryPaginator ¶
func NewGetUpgradeHistoryPaginator(client GetUpgradeHistoryAPIClient, params *GetUpgradeHistoryInput, optFns ...func(*GetUpgradeHistoryPaginatorOptions)) *GetUpgradeHistoryPaginator
NewGetUpgradeHistoryPaginator returns a new GetUpgradeHistoryPaginator
func (*GetUpgradeHistoryPaginator) HasMorePages ¶
func (p *GetUpgradeHistoryPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
func (*GetUpgradeHistoryPaginator) NextPage ¶
func (p *GetUpgradeHistoryPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*GetUpgradeHistoryOutput, error)
NextPage retrieves the next GetUpgradeHistory page.
type GetUpgradeHistoryPaginatorOptions ¶
type GetUpgradeHistoryPaginatorOptions struct { // An optional parameter that specifies the maximum number of results to return. // You can use nextToken to get the next page of results. Limit int32 // Set to true if pagination should stop if the service returns a pagination token // that matches the most recent token provided to the service. StopOnDuplicateToken bool }
GetUpgradeHistoryPaginatorOptions is the paginator options for GetUpgradeHistory
type GetUpgradeStatusInput ¶
type GetUpgradeStatusInput struct { // The domain of the domain to get upgrade status information for. // // This member is required. DomainName *string // contains filtered or unexported fields }
Container for the request parameters to the GetUpgradeStatus operation.
type GetUpgradeStatusOutput ¶
type GetUpgradeStatusOutput struct { // The status of the current step that an upgrade is on. StepStatus types.UpgradeStatus // A string that describes the update. UpgradeName *string // One of three steps that an upgrade or upgrade eligibility check goes through. UpgradeStep types.UpgradeStep // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
Container for the response returned by the GetUpgradeStatus operation.
type HTTPSignerV4 ¶
type ListDomainNamesInput ¶
type ListDomainNamesInput struct { // Filters the output by domain engine type. EngineType types.EngineType // contains filtered or unexported fields }
Container for the parameters to the ListDomainNames operation.
type ListDomainNamesOutput ¶
type ListDomainNamesOutput struct { // The names of all OpenSearch Service domains owned by the current user and their // respective engine types. DomainNames []types.DomainInfo // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
The results of a ListDomainNames operation. Contains the names of all domains owned by this account and their respective engine types.
type ListDomainsForPackageAPIClient ¶
type ListDomainsForPackageAPIClient interface {
ListDomainsForPackage(context.Context, *ListDomainsForPackageInput, ...func(*Options)) (*ListDomainsForPackageOutput, error)
}
ListDomainsForPackageAPIClient is a client that implements the ListDomainsForPackage operation.
type ListDomainsForPackageInput ¶
type ListDomainsForPackageInput struct { // The unique identifier of the package for which to list associated domains. // // This member is required. PackageID *string // An optional parameter that specifies the maximum number of results to return. // You can use nextToken to get the next page of results. MaxResults int32 // If your initial ListDomainsForPackage operation returns a nextToken, you can // include the returned nextToken in subsequent ListDomainsForPackage operations, // which returns results in the next page. NextToken *string // contains filtered or unexported fields }
Container for the request parameters to the ListDomainsForPackage operation.
type ListDomainsForPackageOutput ¶
type ListDomainsForPackageOutput struct { // Information about all domains associated with a package. DomainPackageDetailsList []types.DomainPackageDetails // When nextToken is returned, there are more results available. The value of // nextToken is a unique pagination token for each page. Make the call again using // the returned token to retrieve the next page. NextToken *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
Container for the response parameters to the ListDomainsForPackage operation.
type ListDomainsForPackagePaginator ¶
type ListDomainsForPackagePaginator struct {
// contains filtered or unexported fields
}
ListDomainsForPackagePaginator is a paginator for ListDomainsForPackage
func NewListDomainsForPackagePaginator ¶
func NewListDomainsForPackagePaginator(client ListDomainsForPackageAPIClient, params *ListDomainsForPackageInput, optFns ...func(*ListDomainsForPackagePaginatorOptions)) *ListDomainsForPackagePaginator
NewListDomainsForPackagePaginator returns a new ListDomainsForPackagePaginator
func (*ListDomainsForPackagePaginator) HasMorePages ¶
func (p *ListDomainsForPackagePaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
func (*ListDomainsForPackagePaginator) NextPage ¶
func (p *ListDomainsForPackagePaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListDomainsForPackageOutput, error)
NextPage retrieves the next ListDomainsForPackage page.
type ListDomainsForPackagePaginatorOptions ¶
type ListDomainsForPackagePaginatorOptions struct { // An optional parameter that specifies the maximum number of results to return. // You can use nextToken to get the next page of results. Limit int32 // Set to true if pagination should stop if the service returns a pagination token // that matches the most recent token provided to the service. StopOnDuplicateToken bool }
ListDomainsForPackagePaginatorOptions is the paginator options for ListDomainsForPackage
type ListInstanceTypeDetailsAPIClient ¶
type ListInstanceTypeDetailsAPIClient interface {
ListInstanceTypeDetails(context.Context, *ListInstanceTypeDetailsInput, ...func(*Options)) (*ListInstanceTypeDetailsOutput, error)
}
ListInstanceTypeDetailsAPIClient is a client that implements the ListInstanceTypeDetails operation.
type ListInstanceTypeDetailsInput ¶
type ListInstanceTypeDetailsInput struct { // Version of OpenSearch or Elasticsearch, in the format Elasticsearch_X.Y or // OpenSearch_X.Y. Defaults to the latest version of OpenSearch. // // This member is required. EngineVersion *string // Name of the domain to list instance type details for. DomainName *string // An optional parameter that specifies the maximum number of results to return. // You can use nextToken to get the next page of results. MaxResults int32 // If your initial ListInstanceTypeDetails operation returns a nextToken, you can // include the returned nextToken in subsequent ListInstanceTypeDetails operations, // which returns results in the next page. NextToken *string // contains filtered or unexported fields }
type ListInstanceTypeDetailsOutput ¶
type ListInstanceTypeDetailsOutput struct { // Lists all supported instance types and features for the given OpenSearch or // Elasticsearch version. InstanceTypeDetails []types.InstanceTypeDetails // When nextToken is returned, there are more results available. The value of // nextToken is a unique pagination token for each page. Make the call again using // the returned token to retrieve the next page. NextToken *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ListInstanceTypeDetailsPaginator ¶
type ListInstanceTypeDetailsPaginator struct {
// contains filtered or unexported fields
}
ListInstanceTypeDetailsPaginator is a paginator for ListInstanceTypeDetails
func NewListInstanceTypeDetailsPaginator ¶
func NewListInstanceTypeDetailsPaginator(client ListInstanceTypeDetailsAPIClient, params *ListInstanceTypeDetailsInput, optFns ...func(*ListInstanceTypeDetailsPaginatorOptions)) *ListInstanceTypeDetailsPaginator
NewListInstanceTypeDetailsPaginator returns a new ListInstanceTypeDetailsPaginator
func (*ListInstanceTypeDetailsPaginator) HasMorePages ¶
func (p *ListInstanceTypeDetailsPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
func (*ListInstanceTypeDetailsPaginator) NextPage ¶
func (p *ListInstanceTypeDetailsPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListInstanceTypeDetailsOutput, error)
NextPage retrieves the next ListInstanceTypeDetails page.
type ListInstanceTypeDetailsPaginatorOptions ¶
type ListInstanceTypeDetailsPaginatorOptions struct { // An optional parameter that specifies the maximum number of results to return. // You can use nextToken to get the next page of results. Limit int32 // Set to true if pagination should stop if the service returns a pagination token // that matches the most recent token provided to the service. StopOnDuplicateToken bool }
ListInstanceTypeDetailsPaginatorOptions is the paginator options for ListInstanceTypeDetails
type ListPackagesForDomainAPIClient ¶
type ListPackagesForDomainAPIClient interface {
ListPackagesForDomain(context.Context, *ListPackagesForDomainInput, ...func(*Options)) (*ListPackagesForDomainOutput, error)
}
ListPackagesForDomainAPIClient is a client that implements the ListPackagesForDomain operation.
type ListPackagesForDomainInput ¶
type ListPackagesForDomainInput struct { // The name of the domain for which you want to list associated packages. // // This member is required. DomainName *string // An optional parameter that specifies the maximum number of results to return. // You can use nextToken to get the next page of results. MaxResults int32 // If your initial ListPackagesForDomain operation returns a nextToken, you can // include the returned nextToken in subsequent ListPackagesForDomain operations, // which returns results in the next page. NextToken *string // contains filtered or unexported fields }
Container for the request parameters to the ListPackagesForDomain operation.
type ListPackagesForDomainOutput ¶
type ListPackagesForDomainOutput struct { // List of all packages associated with a domain. DomainPackageDetailsList []types.DomainPackageDetails // When nextToken is returned, there are more results available. The value of // nextToken is a unique pagination token for each page. Make the call again using // the returned token to retrieve the next page. NextToken *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
Container for the response parameters to the ListPackagesForDomain operation.
type ListPackagesForDomainPaginator ¶
type ListPackagesForDomainPaginator struct {
// contains filtered or unexported fields
}
ListPackagesForDomainPaginator is a paginator for ListPackagesForDomain
func NewListPackagesForDomainPaginator ¶
func NewListPackagesForDomainPaginator(client ListPackagesForDomainAPIClient, params *ListPackagesForDomainInput, optFns ...func(*ListPackagesForDomainPaginatorOptions)) *ListPackagesForDomainPaginator
NewListPackagesForDomainPaginator returns a new ListPackagesForDomainPaginator
func (*ListPackagesForDomainPaginator) HasMorePages ¶
func (p *ListPackagesForDomainPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
func (*ListPackagesForDomainPaginator) NextPage ¶
func (p *ListPackagesForDomainPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListPackagesForDomainOutput, error)
NextPage retrieves the next ListPackagesForDomain page.
type ListPackagesForDomainPaginatorOptions ¶
type ListPackagesForDomainPaginatorOptions struct { // An optional parameter that specifies the maximum number of results to return. // You can use nextToken to get the next page of results. Limit int32 // Set to true if pagination should stop if the service returns a pagination token // that matches the most recent token provided to the service. StopOnDuplicateToken bool }
ListPackagesForDomainPaginatorOptions is the paginator options for ListPackagesForDomain
type ListTagsInput ¶
type ListTagsInput struct { // Amazon Resource Name (ARN) for the domain to view tags for. // // This member is required. ARN *string // contains filtered or unexported fields }
Container for the parameters to the ListTags operation.
type ListTagsOutput ¶
type ListTagsOutput struct { // List of resource tags associated with the specified domain. TagList []types.Tag // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
The results of a ListTags operation.
type ListVersionsAPIClient ¶
type ListVersionsAPIClient interface {
ListVersions(context.Context, *ListVersionsInput, ...func(*Options)) (*ListVersionsOutput, error)
}
ListVersionsAPIClient is a client that implements the ListVersions operation.
type ListVersionsInput ¶
type ListVersionsInput struct { // An optional parameter that specifies the maximum number of results to return. // You can use nextToken to get the next page of results. MaxResults int32 // If your initial ListVersions operation returns a nextToken, you can include the // returned nextToken in subsequent ListVersions operations, which returns results // in the next page. NextToken *string // contains filtered or unexported fields }
Container for the request parameters to the ListVersions operation.
type ListVersionsOutput ¶
type ListVersionsOutput struct { // When nextToken is returned, there are more results available. The value of // nextToken is a unique pagination token for each page. Make the call again using // the returned token to retrieve the next page. NextToken *string // A list of all versions of OpenSearch and Elasticsearch that Amazon OpenSearch // Service supports. Versions []string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
Container for the parameters for response received from the ListVersions operation.
type ListVersionsPaginator ¶
type ListVersionsPaginator struct {
// contains filtered or unexported fields
}
ListVersionsPaginator is a paginator for ListVersions
func NewListVersionsPaginator ¶
func NewListVersionsPaginator(client ListVersionsAPIClient, params *ListVersionsInput, optFns ...func(*ListVersionsPaginatorOptions)) *ListVersionsPaginator
NewListVersionsPaginator returns a new ListVersionsPaginator
func (*ListVersionsPaginator) HasMorePages ¶
func (p *ListVersionsPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
func (*ListVersionsPaginator) NextPage ¶
func (p *ListVersionsPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListVersionsOutput, error)
NextPage retrieves the next ListVersions page.
type ListVersionsPaginatorOptions ¶
type ListVersionsPaginatorOptions struct { // An optional parameter that specifies the maximum number of results to return. // You can use nextToken to get the next page of results. Limit int32 // Set to true if pagination should stop if the service returns a pagination token // that matches the most recent token provided to the service. StopOnDuplicateToken bool }
ListVersionsPaginatorOptions is the paginator options for ListVersions
type ListVpcEndpointAccessInput ¶ added in v1.11.0
type ListVpcEndpointAccessInput struct { // The name of the OpenSearch Service domain to retrieve access information for. // // This member is required. DomainName *string // If your initial ListVpcEndpointAccess operation returns a nextToken, you can // include the returned nextToken in subsequent ListVpcEndpointAccess operations, // which returns results in the next page. NextToken *string // contains filtered or unexported fields }
type ListVpcEndpointAccessOutput ¶ added in v1.11.0
type ListVpcEndpointAccessOutput struct { // A list of IAM principals // (https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_principal.html) // that can currently access the domain. // // This member is required. AuthorizedPrincipalList []types.AuthorizedPrincipal // When nextToken is returned, there are more results available. The value of // nextToken is a unique pagination token for each page. Make the call again using // the returned token to retrieve the next page. // // This member is required. NextToken *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ListVpcEndpointsForDomainInput ¶ added in v1.11.0
type ListVpcEndpointsForDomainInput struct { // The name of the domain to list associated VPC endpoints for. // // This member is required. DomainName *string // If your initial ListEndpointsForDomain operation returns a nextToken, you can // include the returned nextToken in subsequent ListEndpointsForDomain operations, // which returns results in the next page. NextToken *string // contains filtered or unexported fields }
type ListVpcEndpointsForDomainOutput ¶ added in v1.11.0
type ListVpcEndpointsForDomainOutput struct { // When nextToken is returned, there are more results available. The value of // nextToken is a unique pagination token for each page. Make the call again using // the returned token to retrieve the next page. // // This member is required. NextToken *string // Information about each endpoint associated with the domain. // // This member is required. VpcEndpointSummaryList []types.VpcEndpointSummary // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ListVpcEndpointsInput ¶ added in v1.11.0
type ListVpcEndpointsInput struct { // If your initial ListVpcEndpoints operation returns a nextToken, you can include // the returned nextToken in subsequent ListVpcEndpoints operations, which returns // results in the next page. NextToken *string // contains filtered or unexported fields }
type ListVpcEndpointsOutput ¶ added in v1.11.0
type ListVpcEndpointsOutput struct { // When nextToken is returned, there are more results available. The value of // nextToken is a unique pagination token for each page. Make the call again using // the returned token to retrieve the next page. // // This member is required. NextToken *string // Information about each endpoint. // // This member is required. VpcEndpointSummaryList []types.VpcEndpointSummary // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type Options ¶
type Options struct { // Set of options to modify how an operation is invoked. These apply to all // operations invoked for this client. Use functional options on operation call to // modify this list for per operation behavior. APIOptions []func(*middleware.Stack) error // Configures the events that will be sent to the configured logger. ClientLogMode aws.ClientLogMode // The credentials object to use when signing requests. Credentials aws.CredentialsProvider // The configuration DefaultsMode that the SDK should use when constructing the // clients initial default settings. DefaultsMode aws.DefaultsMode // The endpoint options to be used when attempting to resolve an endpoint. EndpointOptions EndpointResolverOptions // The service endpoint resolver. EndpointResolver EndpointResolver // Signature Version 4 (SigV4) Signer HTTPSignerV4 HTTPSignerV4 // The logger writer interface to write logging messages to. Logger logging.Logger // The region to send requests to. (Required) Region string // RetryMaxAttempts specifies the maximum number attempts an API client will call // an operation that fails with a retryable error. A value of 0 is ignored, and // will not be used to configure the API client created default retryer, or modify // per operation call's retry max attempts. When creating a new API Clients this // member will only be used if the Retryer Options member is nil. This value will // be ignored if Retryer is not nil. If specified in an operation call's functional // options with a value that is different than the constructed client's Options, // the Client's Retryer will be wrapped to use the operation's specific // RetryMaxAttempts value. RetryMaxAttempts int // RetryMode specifies the retry mode the API client will be created with, if // Retryer option is not also specified. When creating a new API Clients this // member will only be used if the Retryer Options member is nil. This value will // be ignored if Retryer is not nil. Currently does not support per operation call // overrides, may in the future. RetryMode aws.RetryMode // Retryer guides how HTTP requests should be retried in case of recoverable // failures. When nil the API client will use a default retryer. The kind of // default retry created by the API client can be changed with the RetryMode // option. Retryer aws.Retryer // The RuntimeEnvironment configuration, only populated if the DefaultsMode is set // to DefaultsModeAuto and is initialized using config.LoadDefaultConfig. You // should not populate this structure programmatically, or rely on the values here // within your applications. RuntimeEnvironment aws.RuntimeEnvironment // The HTTP client to invoke API calls with. Defaults to client's default HTTP // implementation if nil. HTTPClient HTTPClient // contains filtered or unexported fields }
type PurchaseReservedInstanceOfferingInput ¶
type PurchaseReservedInstanceOfferingInput struct { // A customer-specified identifier to track this reservation. // // This member is required. ReservationName *string // The ID of the Reserved Instance offering to purchase. // // This member is required. ReservedInstanceOfferingId *string // The number of OpenSearch instances to reserve. InstanceCount int32 // contains filtered or unexported fields }
Container for request parameters to the PurchaseReservedInstanceOffering operation.
type PurchaseReservedInstanceOfferingOutput ¶
type PurchaseReservedInstanceOfferingOutput struct { // The customer-specified identifier used to track this reservation. ReservationName *string // The ID of the Reserved Instance offering that was purchased. ReservedInstanceId *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
Represents the output of a PurchaseReservedInstanceOffering operation.
type RejectInboundConnectionInput ¶
type RejectInboundConnectionInput struct { // The unique identifier of the inbound connection to reject. // // This member is required. ConnectionId *string // contains filtered or unexported fields }
Container for the request parameters to the RejectInboundConnection operation.
type RejectInboundConnectionOutput ¶
type RejectInboundConnectionOutput struct { // Contains details about the rejected inbound connection. Connection *types.InboundConnection // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
Represents the output of a RejectInboundConnection operation.
type RemoveTagsInput ¶
type RemoveTagsInput struct { // The Amazon Resource Name (ARN) of the domain from which you want to delete the // specified tags. // // This member is required. ARN *string // The list of tag keys to remove from the domain. // // This member is required. TagKeys []string // contains filtered or unexported fields }
Container for the request parameters to the RemoveTags operation.
type RemoveTagsOutput ¶
type RemoveTagsOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ResolveEndpoint ¶
type ResolveEndpoint struct { Resolver EndpointResolver Options EndpointResolverOptions }
func (*ResolveEndpoint) HandleSerialize ¶
func (m *ResolveEndpoint) HandleSerialize(ctx context.Context, in middleware.SerializeInput, next middleware.SerializeHandler) ( out middleware.SerializeOutput, metadata middleware.Metadata, err error, )
func (*ResolveEndpoint) ID ¶
func (*ResolveEndpoint) ID() string
type RevokeVpcEndpointAccessInput ¶ added in v1.11.0
type RevokeVpcEndpointAccessOutput ¶ added in v1.11.0
type RevokeVpcEndpointAccessOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type StartServiceSoftwareUpdateInput ¶
type StartServiceSoftwareUpdateInput struct { // The name of the domain that you want to update to the latest service software. // // This member is required. DomainName *string // contains filtered or unexported fields }
Container for the request parameters to the StartServiceSoftwareUpdate operation.
type StartServiceSoftwareUpdateOutput ¶
type StartServiceSoftwareUpdateOutput struct { // The current status of the OpenSearch Service software update. ServiceSoftwareOptions *types.ServiceSoftwareOptions // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
Represents the output of a StartServiceSoftwareUpdate operation. Contains the status of the update.
type UpdateDomainConfigInput ¶
type UpdateDomainConfigInput struct { // The name of the domain that you're updating. // // This member is required. DomainName *string // Identity and Access Management (IAM) access policy as a JSON-formatted string. AccessPolicies *string // Key-value pairs to specify advanced configuration options. The following // key-value pairs are supported: // // * "rest.action.multi.allow_explicit_index": // "true" | "false" - Note the use of a string rather than a boolean. Specifies // whether explicit references to indexes are allowed inside the body of HTTP // requests. If you want to configure access policies for domain sub-resources, // such as specific indexes and domain APIs, you must disable this property. // Default is true. // // * "indices.fielddata.cache.size": "80" - Note the use of a // string rather than a boolean. Specifies the percentage of heap space allocated // to field data. Default is unbounded. // // * "indices.query.bool.max_clause_count": // "1024" - Note the use of a string rather than a boolean. Specifies the maximum // number of clauses allowed in a Lucene boolean query. Default is 1,024. Queries // with more than the permitted number of clauses result in a TooManyClauses // error. // // * "override_main_response_version": "true" | "false" - Note the use of a // string rather than a boolean. Specifies whether the domain reports its version // as 7.10 to allow Elasticsearch OSS clients and plugins to continue working with // it. Default is false when creating a domain and true when upgrading a // domain. // // For more information, see Advanced cluster parameters // (https://docs.aws.amazon.com/opensearch-service/latest/developerguide/createupdatedomains.html#createdomain-configure-advanced-options). AdvancedOptions map[string]string // Options for fine-grained access control. AdvancedSecurityOptions *types.AdvancedSecurityOptionsInput // Options for Auto-Tune. AutoTuneOptions *types.AutoTuneOptions // Changes that you want to make to the cluster configuration, such as the instance // type and number of EC2 instances. ClusterConfig *types.ClusterConfig // Key-value pairs to configure Amazon Cognito authentication for OpenSearch // Dashboards. CognitoOptions *types.CognitoOptions // Additional options for the domain endpoint, such as whether to require HTTPS for // all traffic. DomainEndpointOptions *types.DomainEndpointOptions // This flag, when set to True, specifies whether the UpdateDomain request should // return the results of a dry run analysis without actually applying the change. A // dry run determines what type of deployment the update will cause. DryRun *bool // The type of dry run to perform. // // * Basic only returns the type of deployment // (blue/green or dynamic) that the update will cause. // // * Verbose runs an // additional check to validate the changes you're making. For more information, // see Validating a domain update // (https://docs.aws.amazon.com/opensearch-service/latest/developerguide/managedomains-configuration-changes#validation-check). DryRunMode types.DryRunMode // The type and size of the EBS volume to attach to instances in the domain. EBSOptions *types.EBSOptions // Encryption at rest options for the domain. EncryptionAtRestOptions *types.EncryptionAtRestOptions // Options to publish OpenSearch lots to Amazon CloudWatch Logs. LogPublishingOptions map[string]types.LogPublishingOption // Node-To-Node Encryption options for the domain. NodeToNodeEncryptionOptions *types.NodeToNodeEncryptionOptions // Option to set the time, in UTC format, for the daily automated snapshot. Default // value is 0 hours. SnapshotOptions *types.SnapshotOptions // Options to specify the subnets and security groups for a VPC endpoint. For more // information, see Launching your Amazon OpenSearch Service domains using a VPC // (https://docs.aws.amazon.com/opensearch-service/latest/developerguide/vpc.html). VPCOptions *types.VPCOptions // contains filtered or unexported fields }
Container for the request parameters to the UpdateDomain operation.
type UpdateDomainConfigOutput ¶
type UpdateDomainConfigOutput struct { // The status of the updated domain. // // This member is required. DomainConfig *types.DomainConfig // The status of the dry run being performed on the domain, if any. DryRunProgressStatus *types.DryRunProgressStatus // Results of the dry run performed in the update domain request. DryRunResults *types.DryRunResults // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
The results of an UpdateDomain request. Contains the status of the domain being updated.
type UpdatePackageInput ¶
type UpdatePackageInput struct { // The unique identifier for the package. // // This member is required. PackageID *string // Amazon S3 bucket and key for the package. // // This member is required. PackageSource *types.PackageSource // Commit message for the updated file, which is shown as part of // GetPackageVersionHistoryResponse. CommitMessage *string // A new description of the package. PackageDescription *string // contains filtered or unexported fields }
Container for request parameters to the UpdatePackage operation.
type UpdatePackageOutput ¶
type UpdatePackageOutput struct { // Information about a package. PackageDetails *types.PackageDetails // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
Container for the response returned by the UpdatePackage operation.
type UpdateVpcEndpointInput ¶ added in v1.11.0
type UpdateVpcEndpointInput struct { // The unique identifier of the endpoint. // // This member is required. VpcEndpointId *string // The security groups and/or subnets to add, remove, or modify. // // This member is required. VpcOptions *types.VPCOptions // contains filtered or unexported fields }
type UpdateVpcEndpointOutput ¶ added in v1.11.0
type UpdateVpcEndpointOutput struct { // The endpoint to be updated. // // This member is required. VpcEndpoint *types.VpcEndpoint // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type UpgradeDomainInput ¶
type UpgradeDomainInput struct { // Name of the OpenSearch Service domain that you want to upgrade. // // This member is required. DomainName *string // OpenSearch or Elasticsearch version to which you want to upgrade, in the format // Opensearch_X.Y or Elasticsearch_X.Y. // // This member is required. TargetVersion *string // Only supports the override_main_response_version parameter and not other // advanced options. You can only include this option when upgrading to an // OpenSearch version. Specifies whether the domain reports its version as 7.10 so // that it continues to work with Elasticsearch OSS clients and plugins. AdvancedOptions map[string]string // When true, indicates that an upgrade eligibility check needs to be performed. // Does not actually perform the upgrade. PerformCheckOnly *bool // contains filtered or unexported fields }
Container for the request parameters to the UpgradeDomain operation.
type UpgradeDomainOutput ¶
type UpgradeDomainOutput struct { // The advanced options configuration for the domain. AdvancedOptions map[string]string // Container for information about a configuration change happening on a domain. ChangeProgressDetails *types.ChangeProgressDetails // The name of the domain that was upgraded. DomainName *string // When true, indicates that an upgrade eligibility check was performed. PerformCheckOnly *bool // OpenSearch or Elasticsearch version that the domain was upgraded to. TargetVersion *string // The unique identifier of the domain upgrade. UpgradeId *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
Container for the response returned by UpgradeDomain operation.
Source Files
¶
- api_client.go
- api_op_AcceptInboundConnection.go
- api_op_AddTags.go
- api_op_AssociatePackage.go
- api_op_AuthorizeVpcEndpointAccess.go
- api_op_CancelServiceSoftwareUpdate.go
- api_op_CreateDomain.go
- api_op_CreateOutboundConnection.go
- api_op_CreatePackage.go
- api_op_CreateVpcEndpoint.go
- api_op_DeleteDomain.go
- api_op_DeleteInboundConnection.go
- api_op_DeleteOutboundConnection.go
- api_op_DeletePackage.go
- api_op_DeleteVpcEndpoint.go
- api_op_DescribeDomain.go
- api_op_DescribeDomainAutoTunes.go
- api_op_DescribeDomainChangeProgress.go
- api_op_DescribeDomainConfig.go
- api_op_DescribeDomains.go
- api_op_DescribeDryRunProgress.go
- api_op_DescribeInboundConnections.go
- api_op_DescribeInstanceTypeLimits.go
- api_op_DescribeOutboundConnections.go
- api_op_DescribePackages.go
- api_op_DescribeReservedInstanceOfferings.go
- api_op_DescribeReservedInstances.go
- api_op_DescribeVpcEndpoints.go
- api_op_DissociatePackage.go
- api_op_GetCompatibleVersions.go
- api_op_GetPackageVersionHistory.go
- api_op_GetUpgradeHistory.go
- api_op_GetUpgradeStatus.go
- api_op_ListDomainNames.go
- api_op_ListDomainsForPackage.go
- api_op_ListInstanceTypeDetails.go
- api_op_ListPackagesForDomain.go
- api_op_ListTags.go
- api_op_ListVersions.go
- api_op_ListVpcEndpointAccess.go
- api_op_ListVpcEndpoints.go
- api_op_ListVpcEndpointsForDomain.go
- api_op_PurchaseReservedInstanceOffering.go
- api_op_RejectInboundConnection.go
- api_op_RemoveTags.go
- api_op_RevokeVpcEndpointAccess.go
- api_op_StartServiceSoftwareUpdate.go
- api_op_UpdateDomainConfig.go
- api_op_UpdatePackage.go
- api_op_UpdateVpcEndpoint.go
- api_op_UpgradeDomain.go
- deserializers.go
- doc.go
- endpoints.go
- go_module_metadata.go
- serializers.go
- validators.go