elasticsearchservicestub

package
v0.6.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 31, 2022 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AcceptInboundCrossClusterSearchConnectionFuture

type AcceptInboundCrossClusterSearchConnectionFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

type AddTagsFuture

type AddTagsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*AddTagsFuture) Get

type AssociatePackageFuture

type AssociatePackageFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*AssociatePackageFuture) Get

type CancelElasticsearchServiceSoftwareUpdateFuture

type CancelElasticsearchServiceSoftwareUpdateFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

type Client

type Client interface {
	AcceptInboundCrossClusterSearchConnection(ctx workflow.Context, input *elasticsearchservice.AcceptInboundCrossClusterSearchConnectionInput) (*elasticsearchservice.AcceptInboundCrossClusterSearchConnectionOutput, error)
	AcceptInboundCrossClusterSearchConnectionAsync(ctx workflow.Context, input *elasticsearchservice.AcceptInboundCrossClusterSearchConnectionInput) *AcceptInboundCrossClusterSearchConnectionFuture

	AddTags(ctx workflow.Context, input *elasticsearchservice.AddTagsInput) (*elasticsearchservice.AddTagsOutput, error)
	AddTagsAsync(ctx workflow.Context, input *elasticsearchservice.AddTagsInput) *AddTagsFuture

	AssociatePackage(ctx workflow.Context, input *elasticsearchservice.AssociatePackageInput) (*elasticsearchservice.AssociatePackageOutput, error)
	AssociatePackageAsync(ctx workflow.Context, input *elasticsearchservice.AssociatePackageInput) *AssociatePackageFuture

	CancelElasticsearchServiceSoftwareUpdate(ctx workflow.Context, input *elasticsearchservice.CancelElasticsearchServiceSoftwareUpdateInput) (*elasticsearchservice.CancelElasticsearchServiceSoftwareUpdateOutput, error)
	CancelElasticsearchServiceSoftwareUpdateAsync(ctx workflow.Context, input *elasticsearchservice.CancelElasticsearchServiceSoftwareUpdateInput) *CancelElasticsearchServiceSoftwareUpdateFuture

	CreateElasticsearchDomain(ctx workflow.Context, input *elasticsearchservice.CreateElasticsearchDomainInput) (*elasticsearchservice.CreateElasticsearchDomainOutput, error)
	CreateElasticsearchDomainAsync(ctx workflow.Context, input *elasticsearchservice.CreateElasticsearchDomainInput) *CreateElasticsearchDomainFuture

	CreateOutboundCrossClusterSearchConnection(ctx workflow.Context, input *elasticsearchservice.CreateOutboundCrossClusterSearchConnectionInput) (*elasticsearchservice.CreateOutboundCrossClusterSearchConnectionOutput, error)
	CreateOutboundCrossClusterSearchConnectionAsync(ctx workflow.Context, input *elasticsearchservice.CreateOutboundCrossClusterSearchConnectionInput) *CreateOutboundCrossClusterSearchConnectionFuture

	CreatePackage(ctx workflow.Context, input *elasticsearchservice.CreatePackageInput) (*elasticsearchservice.CreatePackageOutput, error)
	CreatePackageAsync(ctx workflow.Context, input *elasticsearchservice.CreatePackageInput) *CreatePackageFuture

	DeleteElasticsearchDomain(ctx workflow.Context, input *elasticsearchservice.DeleteElasticsearchDomainInput) (*elasticsearchservice.DeleteElasticsearchDomainOutput, error)
	DeleteElasticsearchDomainAsync(ctx workflow.Context, input *elasticsearchservice.DeleteElasticsearchDomainInput) *DeleteElasticsearchDomainFuture

	DeleteElasticsearchServiceRole(ctx workflow.Context, input *elasticsearchservice.DeleteElasticsearchServiceRoleInput) (*elasticsearchservice.DeleteElasticsearchServiceRoleOutput, error)
	DeleteElasticsearchServiceRoleAsync(ctx workflow.Context, input *elasticsearchservice.DeleteElasticsearchServiceRoleInput) *DeleteElasticsearchServiceRoleFuture

	DeleteInboundCrossClusterSearchConnection(ctx workflow.Context, input *elasticsearchservice.DeleteInboundCrossClusterSearchConnectionInput) (*elasticsearchservice.DeleteInboundCrossClusterSearchConnectionOutput, error)
	DeleteInboundCrossClusterSearchConnectionAsync(ctx workflow.Context, input *elasticsearchservice.DeleteInboundCrossClusterSearchConnectionInput) *DeleteInboundCrossClusterSearchConnectionFuture

	DeleteOutboundCrossClusterSearchConnection(ctx workflow.Context, input *elasticsearchservice.DeleteOutboundCrossClusterSearchConnectionInput) (*elasticsearchservice.DeleteOutboundCrossClusterSearchConnectionOutput, error)
	DeleteOutboundCrossClusterSearchConnectionAsync(ctx workflow.Context, input *elasticsearchservice.DeleteOutboundCrossClusterSearchConnectionInput) *DeleteOutboundCrossClusterSearchConnectionFuture

	DeletePackage(ctx workflow.Context, input *elasticsearchservice.DeletePackageInput) (*elasticsearchservice.DeletePackageOutput, error)
	DeletePackageAsync(ctx workflow.Context, input *elasticsearchservice.DeletePackageInput) *DeletePackageFuture

	DescribeElasticsearchDomain(ctx workflow.Context, input *elasticsearchservice.DescribeElasticsearchDomainInput) (*elasticsearchservice.DescribeElasticsearchDomainOutput, error)
	DescribeElasticsearchDomainAsync(ctx workflow.Context, input *elasticsearchservice.DescribeElasticsearchDomainInput) *DescribeElasticsearchDomainFuture

	DescribeElasticsearchDomainConfig(ctx workflow.Context, input *elasticsearchservice.DescribeElasticsearchDomainConfigInput) (*elasticsearchservice.DescribeElasticsearchDomainConfigOutput, error)
	DescribeElasticsearchDomainConfigAsync(ctx workflow.Context, input *elasticsearchservice.DescribeElasticsearchDomainConfigInput) *DescribeElasticsearchDomainConfigFuture

	DescribeElasticsearchDomains(ctx workflow.Context, input *elasticsearchservice.DescribeElasticsearchDomainsInput) (*elasticsearchservice.DescribeElasticsearchDomainsOutput, error)
	DescribeElasticsearchDomainsAsync(ctx workflow.Context, input *elasticsearchservice.DescribeElasticsearchDomainsInput) *DescribeElasticsearchDomainsFuture

	DescribeElasticsearchInstanceTypeLimits(ctx workflow.Context, input *elasticsearchservice.DescribeElasticsearchInstanceTypeLimitsInput) (*elasticsearchservice.DescribeElasticsearchInstanceTypeLimitsOutput, error)
	DescribeElasticsearchInstanceTypeLimitsAsync(ctx workflow.Context, input *elasticsearchservice.DescribeElasticsearchInstanceTypeLimitsInput) *DescribeElasticsearchInstanceTypeLimitsFuture

	DescribeInboundCrossClusterSearchConnections(ctx workflow.Context, input *elasticsearchservice.DescribeInboundCrossClusterSearchConnectionsInput) (*elasticsearchservice.DescribeInboundCrossClusterSearchConnectionsOutput, error)
	DescribeInboundCrossClusterSearchConnectionsAsync(ctx workflow.Context, input *elasticsearchservice.DescribeInboundCrossClusterSearchConnectionsInput) *DescribeInboundCrossClusterSearchConnectionsFuture

	DescribeOutboundCrossClusterSearchConnections(ctx workflow.Context, input *elasticsearchservice.DescribeOutboundCrossClusterSearchConnectionsInput) (*elasticsearchservice.DescribeOutboundCrossClusterSearchConnectionsOutput, error)
	DescribeOutboundCrossClusterSearchConnectionsAsync(ctx workflow.Context, input *elasticsearchservice.DescribeOutboundCrossClusterSearchConnectionsInput) *DescribeOutboundCrossClusterSearchConnectionsFuture

	DescribePackages(ctx workflow.Context, input *elasticsearchservice.DescribePackagesInput) (*elasticsearchservice.DescribePackagesOutput, error)
	DescribePackagesAsync(ctx workflow.Context, input *elasticsearchservice.DescribePackagesInput) *DescribePackagesFuture

	DescribeReservedElasticsearchInstanceOfferings(ctx workflow.Context, input *elasticsearchservice.DescribeReservedElasticsearchInstanceOfferingsInput) (*elasticsearchservice.DescribeReservedElasticsearchInstanceOfferingsOutput, error)
	DescribeReservedElasticsearchInstanceOfferingsAsync(ctx workflow.Context, input *elasticsearchservice.DescribeReservedElasticsearchInstanceOfferingsInput) *DescribeReservedElasticsearchInstanceOfferingsFuture

	DescribeReservedElasticsearchInstances(ctx workflow.Context, input *elasticsearchservice.DescribeReservedElasticsearchInstancesInput) (*elasticsearchservice.DescribeReservedElasticsearchInstancesOutput, error)
	DescribeReservedElasticsearchInstancesAsync(ctx workflow.Context, input *elasticsearchservice.DescribeReservedElasticsearchInstancesInput) *DescribeReservedElasticsearchInstancesFuture

	DissociatePackage(ctx workflow.Context, input *elasticsearchservice.DissociatePackageInput) (*elasticsearchservice.DissociatePackageOutput, error)
	DissociatePackageAsync(ctx workflow.Context, input *elasticsearchservice.DissociatePackageInput) *DissociatePackageFuture

	GetCompatibleElasticsearchVersions(ctx workflow.Context, input *elasticsearchservice.GetCompatibleElasticsearchVersionsInput) (*elasticsearchservice.GetCompatibleElasticsearchVersionsOutput, error)
	GetCompatibleElasticsearchVersionsAsync(ctx workflow.Context, input *elasticsearchservice.GetCompatibleElasticsearchVersionsInput) *GetCompatibleElasticsearchVersionsFuture

	GetPackageVersionHistory(ctx workflow.Context, input *elasticsearchservice.GetPackageVersionHistoryInput) (*elasticsearchservice.GetPackageVersionHistoryOutput, error)
	GetPackageVersionHistoryAsync(ctx workflow.Context, input *elasticsearchservice.GetPackageVersionHistoryInput) *GetPackageVersionHistoryFuture

	GetUpgradeHistory(ctx workflow.Context, input *elasticsearchservice.GetUpgradeHistoryInput) (*elasticsearchservice.GetUpgradeHistoryOutput, error)
	GetUpgradeHistoryAsync(ctx workflow.Context, input *elasticsearchservice.GetUpgradeHistoryInput) *GetUpgradeHistoryFuture

	GetUpgradeStatus(ctx workflow.Context, input *elasticsearchservice.GetUpgradeStatusInput) (*elasticsearchservice.GetUpgradeStatusOutput, error)
	GetUpgradeStatusAsync(ctx workflow.Context, input *elasticsearchservice.GetUpgradeStatusInput) *GetUpgradeStatusFuture

	ListDomainNames(ctx workflow.Context, input *elasticsearchservice.ListDomainNamesInput) (*elasticsearchservice.ListDomainNamesOutput, error)
	ListDomainNamesAsync(ctx workflow.Context, input *elasticsearchservice.ListDomainNamesInput) *ListDomainNamesFuture

	ListDomainsForPackage(ctx workflow.Context, input *elasticsearchservice.ListDomainsForPackageInput) (*elasticsearchservice.ListDomainsForPackageOutput, error)
	ListDomainsForPackageAsync(ctx workflow.Context, input *elasticsearchservice.ListDomainsForPackageInput) *ListDomainsForPackageFuture

	ListElasticsearchInstanceTypes(ctx workflow.Context, input *elasticsearchservice.ListElasticsearchInstanceTypesInput) (*elasticsearchservice.ListElasticsearchInstanceTypesOutput, error)
	ListElasticsearchInstanceTypesAsync(ctx workflow.Context, input *elasticsearchservice.ListElasticsearchInstanceTypesInput) *ListElasticsearchInstanceTypesFuture

	ListElasticsearchVersions(ctx workflow.Context, input *elasticsearchservice.ListElasticsearchVersionsInput) (*elasticsearchservice.ListElasticsearchVersionsOutput, error)
	ListElasticsearchVersionsAsync(ctx workflow.Context, input *elasticsearchservice.ListElasticsearchVersionsInput) *ListElasticsearchVersionsFuture

	ListPackagesForDomain(ctx workflow.Context, input *elasticsearchservice.ListPackagesForDomainInput) (*elasticsearchservice.ListPackagesForDomainOutput, error)
	ListPackagesForDomainAsync(ctx workflow.Context, input *elasticsearchservice.ListPackagesForDomainInput) *ListPackagesForDomainFuture

	ListTags(ctx workflow.Context, input *elasticsearchservice.ListTagsInput) (*elasticsearchservice.ListTagsOutput, error)
	ListTagsAsync(ctx workflow.Context, input *elasticsearchservice.ListTagsInput) *ListTagsFuture

	PurchaseReservedElasticsearchInstanceOffering(ctx workflow.Context, input *elasticsearchservice.PurchaseReservedElasticsearchInstanceOfferingInput) (*elasticsearchservice.PurchaseReservedElasticsearchInstanceOfferingOutput, error)
	PurchaseReservedElasticsearchInstanceOfferingAsync(ctx workflow.Context, input *elasticsearchservice.PurchaseReservedElasticsearchInstanceOfferingInput) *PurchaseReservedElasticsearchInstanceOfferingFuture

	RejectInboundCrossClusterSearchConnection(ctx workflow.Context, input *elasticsearchservice.RejectInboundCrossClusterSearchConnectionInput) (*elasticsearchservice.RejectInboundCrossClusterSearchConnectionOutput, error)
	RejectInboundCrossClusterSearchConnectionAsync(ctx workflow.Context, input *elasticsearchservice.RejectInboundCrossClusterSearchConnectionInput) *RejectInboundCrossClusterSearchConnectionFuture

	RemoveTags(ctx workflow.Context, input *elasticsearchservice.RemoveTagsInput) (*elasticsearchservice.RemoveTagsOutput, error)
	RemoveTagsAsync(ctx workflow.Context, input *elasticsearchservice.RemoveTagsInput) *RemoveTagsFuture

	StartElasticsearchServiceSoftwareUpdate(ctx workflow.Context, input *elasticsearchservice.StartElasticsearchServiceSoftwareUpdateInput) (*elasticsearchservice.StartElasticsearchServiceSoftwareUpdateOutput, error)
	StartElasticsearchServiceSoftwareUpdateAsync(ctx workflow.Context, input *elasticsearchservice.StartElasticsearchServiceSoftwareUpdateInput) *StartElasticsearchServiceSoftwareUpdateFuture

	UpdateElasticsearchDomainConfig(ctx workflow.Context, input *elasticsearchservice.UpdateElasticsearchDomainConfigInput) (*elasticsearchservice.UpdateElasticsearchDomainConfigOutput, error)
	UpdateElasticsearchDomainConfigAsync(ctx workflow.Context, input *elasticsearchservice.UpdateElasticsearchDomainConfigInput) *UpdateElasticsearchDomainConfigFuture

	UpdatePackage(ctx workflow.Context, input *elasticsearchservice.UpdatePackageInput) (*elasticsearchservice.UpdatePackageOutput, error)
	UpdatePackageAsync(ctx workflow.Context, input *elasticsearchservice.UpdatePackageInput) *UpdatePackageFuture

	UpgradeElasticsearchDomain(ctx workflow.Context, input *elasticsearchservice.UpgradeElasticsearchDomainInput) (*elasticsearchservice.UpgradeElasticsearchDomainOutput, error)
	UpgradeElasticsearchDomainAsync(ctx workflow.Context, input *elasticsearchservice.UpgradeElasticsearchDomainInput) *UpgradeElasticsearchDomainFuture
}

func NewClient

func NewClient() Client

type CreateElasticsearchDomainFuture

type CreateElasticsearchDomainFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreateElasticsearchDomainFuture) Get

type CreateOutboundCrossClusterSearchConnectionFuture

type CreateOutboundCrossClusterSearchConnectionFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

type CreatePackageFuture

type CreatePackageFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreatePackageFuture) Get

type DeleteElasticsearchDomainFuture

type DeleteElasticsearchDomainFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeleteElasticsearchDomainFuture) Get

type DeleteElasticsearchServiceRoleFuture

type DeleteElasticsearchServiceRoleFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

type DeleteInboundCrossClusterSearchConnectionFuture

type DeleteInboundCrossClusterSearchConnectionFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

type DeleteOutboundCrossClusterSearchConnectionFuture

type DeleteOutboundCrossClusterSearchConnectionFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

type DeletePackageFuture

type DeletePackageFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeletePackageFuture) Get

type DescribeElasticsearchDomainConfigFuture

type DescribeElasticsearchDomainConfigFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

type DescribeElasticsearchDomainFuture

type DescribeElasticsearchDomainFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DescribeElasticsearchDomainFuture) Get

type DescribeElasticsearchDomainsFuture

type DescribeElasticsearchDomainsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

type DescribeElasticsearchInstanceTypeLimitsFuture

type DescribeElasticsearchInstanceTypeLimitsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

type DescribeInboundCrossClusterSearchConnectionsFuture

type DescribeInboundCrossClusterSearchConnectionsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

type DescribeOutboundCrossClusterSearchConnectionsFuture

type DescribeOutboundCrossClusterSearchConnectionsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

type DescribePackagesFuture

type DescribePackagesFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DescribePackagesFuture) Get

type DescribeReservedElasticsearchInstanceOfferingsFuture

type DescribeReservedElasticsearchInstanceOfferingsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

type DescribeReservedElasticsearchInstancesFuture

type DescribeReservedElasticsearchInstancesFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

type DissociatePackageFuture

type DissociatePackageFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DissociatePackageFuture) Get

type GetCompatibleElasticsearchVersionsFuture

type GetCompatibleElasticsearchVersionsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

type GetPackageVersionHistoryFuture

type GetPackageVersionHistoryFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetPackageVersionHistoryFuture) Get

type GetUpgradeHistoryFuture

type GetUpgradeHistoryFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetUpgradeHistoryFuture) Get

type GetUpgradeStatusFuture

type GetUpgradeStatusFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetUpgradeStatusFuture) Get

type ListDomainNamesFuture

type ListDomainNamesFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListDomainNamesFuture) Get

type ListDomainsForPackageFuture

type ListDomainsForPackageFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListDomainsForPackageFuture) Get

type ListElasticsearchInstanceTypesFuture

type ListElasticsearchInstanceTypesFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

type ListElasticsearchVersionsFuture

type ListElasticsearchVersionsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListElasticsearchVersionsFuture) Get

type ListPackagesForDomainFuture

type ListPackagesForDomainFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListPackagesForDomainFuture) Get

type ListTagsFuture

type ListTagsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListTagsFuture) Get

type PurchaseReservedElasticsearchInstanceOfferingFuture

type PurchaseReservedElasticsearchInstanceOfferingFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

type RejectInboundCrossClusterSearchConnectionFuture

type RejectInboundCrossClusterSearchConnectionFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

type RemoveTagsFuture

type RemoveTagsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*RemoveTagsFuture) Get

type StartElasticsearchServiceSoftwareUpdateFuture

type StartElasticsearchServiceSoftwareUpdateFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

type UpdateElasticsearchDomainConfigFuture

type UpdateElasticsearchDomainConfigFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

type UpdatePackageFuture

type UpdatePackageFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UpdatePackageFuture) Get

type UpgradeElasticsearchDomainFuture

type UpgradeElasticsearchDomainFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UpgradeElasticsearchDomainFuture) Get

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL