Documentation ¶
Index ¶
- type AcceptInboundCrossClusterSearchConnectionFuture
- type AddTagsFuture
- type AssociatePackageFuture
- type CancelElasticsearchServiceSoftwareUpdateFuture
- type Client
- type CreateElasticsearchDomainFuture
- type CreateOutboundCrossClusterSearchConnectionFuture
- type CreatePackageFuture
- type DeleteElasticsearchDomainFuture
- type DeleteElasticsearchServiceRoleFuture
- type DeleteInboundCrossClusterSearchConnectionFuture
- type DeleteOutboundCrossClusterSearchConnectionFuture
- type DeletePackageFuture
- type DescribeElasticsearchDomainConfigFuture
- type DescribeElasticsearchDomainFuture
- type DescribeElasticsearchDomainsFuture
- type DescribeElasticsearchInstanceTypeLimitsFuture
- type DescribeInboundCrossClusterSearchConnectionsFuture
- type DescribeOutboundCrossClusterSearchConnectionsFuture
- type DescribePackagesFuture
- type DescribeReservedElasticsearchInstanceOfferingsFuture
- type DescribeReservedElasticsearchInstancesFuture
- type DissociatePackageFuture
- type GetCompatibleElasticsearchVersionsFuture
- type GetPackageVersionHistoryFuture
- type GetUpgradeHistoryFuture
- type GetUpgradeStatusFuture
- type ListDomainNamesFuture
- type ListDomainsForPackageFuture
- type ListElasticsearchInstanceTypesFuture
- type ListElasticsearchVersionsFuture
- type ListPackagesForDomainFuture
- type ListTagsFuture
- type PurchaseReservedElasticsearchInstanceOfferingFuture
- type RejectInboundCrossClusterSearchConnectionFuture
- type RemoveTagsFuture
- type StartElasticsearchServiceSoftwareUpdateFuture
- type UpdateElasticsearchDomainConfigFuture
- type UpdatePackageFuture
- type UpgradeElasticsearchDomainFuture
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 ¶
func (*AddTagsFuture) Get ¶
func (r *AddTagsFuture) Get(ctx workflow.Context) (*elasticsearchservice.AddTagsOutput, error)
type AssociatePackageFuture ¶
type AssociatePackageFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*AssociatePackageFuture) Get ¶
func (r *AssociatePackageFuture) Get(ctx workflow.Context) (*elasticsearchservice.AssociatePackageOutput, error)
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 }
type CreateElasticsearchDomainFuture ¶
type CreateElasticsearchDomainFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateElasticsearchDomainFuture) Get ¶
func (r *CreateElasticsearchDomainFuture) Get(ctx workflow.Context) (*elasticsearchservice.CreateElasticsearchDomainOutput, error)
type CreateOutboundCrossClusterSearchConnectionFuture ¶
type CreateOutboundCrossClusterSearchConnectionFuture struct { // public to support Selector.addFuture Future workflow.Future }
type CreatePackageFuture ¶
func (*CreatePackageFuture) Get ¶
func (r *CreatePackageFuture) Get(ctx workflow.Context) (*elasticsearchservice.CreatePackageOutput, error)
type DeleteElasticsearchDomainFuture ¶
type DeleteElasticsearchDomainFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteElasticsearchDomainFuture) Get ¶
func (r *DeleteElasticsearchDomainFuture) Get(ctx workflow.Context) (*elasticsearchservice.DeleteElasticsearchDomainOutput, error)
type DeleteElasticsearchServiceRoleFuture ¶
type DeleteElasticsearchServiceRoleFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteElasticsearchServiceRoleFuture) Get ¶
func (r *DeleteElasticsearchServiceRoleFuture) Get(ctx workflow.Context) (*elasticsearchservice.DeleteElasticsearchServiceRoleOutput, error)
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 ¶
func (*DeletePackageFuture) Get ¶
func (r *DeletePackageFuture) Get(ctx workflow.Context) (*elasticsearchservice.DeletePackageOutput, error)
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 ¶
func (r *DescribeElasticsearchDomainFuture) Get(ctx workflow.Context) (*elasticsearchservice.DescribeElasticsearchDomainOutput, error)
type DescribeElasticsearchDomainsFuture ¶
type DescribeElasticsearchDomainsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeElasticsearchDomainsFuture) Get ¶
func (r *DescribeElasticsearchDomainsFuture) Get(ctx workflow.Context) (*elasticsearchservice.DescribeElasticsearchDomainsOutput, error)
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 ¶
func (r *DescribePackagesFuture) Get(ctx workflow.Context) (*elasticsearchservice.DescribePackagesOutput, error)
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 ¶
func (r *DissociatePackageFuture) Get(ctx workflow.Context) (*elasticsearchservice.DissociatePackageOutput, error)
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 ¶
func (r *GetPackageVersionHistoryFuture) Get(ctx workflow.Context) (*elasticsearchservice.GetPackageVersionHistoryOutput, error)
type GetUpgradeHistoryFuture ¶
type GetUpgradeHistoryFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetUpgradeHistoryFuture) Get ¶
func (r *GetUpgradeHistoryFuture) Get(ctx workflow.Context) (*elasticsearchservice.GetUpgradeHistoryOutput, error)
type GetUpgradeStatusFuture ¶
type GetUpgradeStatusFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetUpgradeStatusFuture) Get ¶
func (r *GetUpgradeStatusFuture) Get(ctx workflow.Context) (*elasticsearchservice.GetUpgradeStatusOutput, error)
type ListDomainNamesFuture ¶
type ListDomainNamesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListDomainNamesFuture) Get ¶
func (r *ListDomainNamesFuture) Get(ctx workflow.Context) (*elasticsearchservice.ListDomainNamesOutput, error)
type ListDomainsForPackageFuture ¶
type ListDomainsForPackageFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListDomainsForPackageFuture) Get ¶
func (r *ListDomainsForPackageFuture) Get(ctx workflow.Context) (*elasticsearchservice.ListDomainsForPackageOutput, error)
type ListElasticsearchInstanceTypesFuture ¶
type ListElasticsearchInstanceTypesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListElasticsearchInstanceTypesFuture) Get ¶
func (r *ListElasticsearchInstanceTypesFuture) Get(ctx workflow.Context) (*elasticsearchservice.ListElasticsearchInstanceTypesOutput, error)
type ListElasticsearchVersionsFuture ¶
type ListElasticsearchVersionsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListElasticsearchVersionsFuture) Get ¶
func (r *ListElasticsearchVersionsFuture) Get(ctx workflow.Context) (*elasticsearchservice.ListElasticsearchVersionsOutput, error)
type ListPackagesForDomainFuture ¶
type ListPackagesForDomainFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListPackagesForDomainFuture) Get ¶
func (r *ListPackagesForDomainFuture) Get(ctx workflow.Context) (*elasticsearchservice.ListPackagesForDomainOutput, error)
type ListTagsFuture ¶
func (*ListTagsFuture) Get ¶
func (r *ListTagsFuture) Get(ctx workflow.Context) (*elasticsearchservice.ListTagsOutput, error)
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 ¶
func (*RemoveTagsFuture) Get ¶
func (r *RemoveTagsFuture) Get(ctx workflow.Context) (*elasticsearchservice.RemoveTagsOutput, error)
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 ¶
func (*UpdatePackageFuture) Get ¶
func (r *UpdatePackageFuture) Get(ctx workflow.Context) (*elasticsearchservice.UpdatePackageOutput, error)
type UpgradeElasticsearchDomainFuture ¶
type UpgradeElasticsearchDomainFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpgradeElasticsearchDomainFuture) Get ¶
func (r *UpgradeElasticsearchDomainFuture) Get(ctx workflow.Context) (*elasticsearchservice.UpgradeElasticsearchDomainOutput, error)
Click to show internal directories.
Click to hide internal directories.