GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Paws::ES(3) User Contributed Perl Documentation Paws::ES(3)

Paws::ES - Perl Interface to AWS Amazon Elasticsearch Service

  use Paws;
  my $obj = Paws->service('ES');
  my $res = $obj->Method(
    Arg1 => $val1,
    Arg2 => [ 'V1', 'V2' ],
    # if Arg3 is an object, the HashRef will be used as arguments to the constructor
    # of the arguments type
    Arg3 => { Att1 => 'Val1' },
    # if Arg4 is an array of objects, the HashRefs will be passed as arguments to
    # the constructor of the arguments type
    Arg4 => [ { Att1 => 'Val1'  }, { Att1 => 'Val2' } ],
  );

Amazon Elasticsearch Configuration Service

Use the Amazon Elasticsearch Configuration API to create, configure, and manage Elasticsearch domains.

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

The endpoint for configuration service requests is region-specific: es.region.amazonaws.com. For example, es.us-east-1.amazonaws.com. For a current list of supported regions and endpoints, see Regions and Endpoints (http://docs.aws.amazon.com/general/latest/gr/rande.html#elasticsearch-service-regions).

For the AWS API documentation, see <https://docs.aws.amazon.com/elasticsearch-service/>

Each argument is described in detail in: Paws::ES::AcceptInboundCrossClusterSearchConnection

Returns: a Paws::ES::AcceptInboundCrossClusterSearchConnectionResponse instance

Allows the destination domain owner to accept an inbound cross-cluster search connection request.

Each argument is described in detail in: Paws::ES::AddTags

Returns: nothing

Attaches tags to an existing Elasticsearch domain. Tags are a set of case-sensitive key value pairs. An Elasticsearch domain may have up to 10 tags. See Tagging Amazon Elasticsearch Service Domains for more information. (http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-managedomains.html#es-managedomains-awsresorcetagging)

Each argument is described in detail in: Paws::ES::AssociatePackage

Returns: a Paws::ES::AssociatePackageResponse instance

Associates a package with an Amazon ES domain.

Each argument is described in detail in: Paws::ES::CancelElasticsearchServiceSoftwareUpdate

Returns: a Paws::ES::CancelElasticsearchServiceSoftwareUpdateResponse instance

Cancels a scheduled service software update for an Amazon ES domain. You can only perform this operation before the "AutomatedUpdateDate" and when the "UpdateStatus" is in the "PENDING_UPDATE" state.

[AccessPolicies => Str]
[AdvancedOptions => Paws::ES::AdvancedOptions]
[AdvancedSecurityOptions => Paws::ES::AdvancedSecurityOptionsInput]
[AutoTuneOptions => Paws::ES::AutoTuneOptionsInput]
[CognitoOptions => Paws::ES::CognitoOptions]
[DomainEndpointOptions => Paws::ES::DomainEndpointOptions]
[EBSOptions => Paws::ES::EBSOptions]
[ElasticsearchClusterConfig => Paws::ES::ElasticsearchClusterConfig]
[ElasticsearchVersion => Str]
[EncryptionAtRestOptions => Paws::ES::EncryptionAtRestOptions]
[LogPublishingOptions => Paws::ES::LogPublishingOptions]
[NodeToNodeEncryptionOptions => Paws::ES::NodeToNodeEncryptionOptions]
[SnapshotOptions => Paws::ES::SnapshotOptions]
[TagList => ArrayRef[Paws::ES::Tag]]
[VPCOptions => Paws::ES::VPCOptions]

Each argument is described in detail in: Paws::ES::CreateElasticsearchDomain

Returns: a Paws::ES::CreateElasticsearchDomainResponse instance

Creates a new Elasticsearch domain. For more information, see Creating Elasticsearch Domains (http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-createupdatedomains.html#es-createdomains) in the Amazon Elasticsearch Service Developer Guide.

Each argument is described in detail in: Paws::ES::CreateOutboundCrossClusterSearchConnection

Returns: a Paws::ES::CreateOutboundCrossClusterSearchConnectionResponse instance

Creates a new cross-cluster search connection from a source domain to a destination domain.

[PackageDescription => Str]

Each argument is described in detail in: Paws::ES::CreatePackage

Returns: a Paws::ES::CreatePackageResponse instance

Create a package for use with Amazon ES domains.

Each argument is described in detail in: Paws::ES::DeleteElasticsearchDomain

Returns: a Paws::ES::DeleteElasticsearchDomainResponse instance

Permanently deletes the specified Elasticsearch domain and all of its data. Once a domain is deleted, it cannot be recovered.

=>

Each argument is described in detail in: Paws::ES::DeleteElasticsearchServiceRole

Returns: nothing

Deletes the service-linked role that Elasticsearch Service uses to manage and maintain VPC domains. Role deletion will fail if any existing VPC domains use the role. You must delete any such Elasticsearch domains before deleting the role. See Deleting Elasticsearch Service Role (http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-vpc.html#es-enabling-slr) in VPC Endpoints for Amazon Elasticsearch Service Domains.

Each argument is described in detail in: Paws::ES::DeleteInboundCrossClusterSearchConnection

Returns: a Paws::ES::DeleteInboundCrossClusterSearchConnectionResponse instance

Allows the destination domain owner to delete an existing inbound cross-cluster search connection.

Each argument is described in detail in: Paws::ES::DeleteOutboundCrossClusterSearchConnection

Returns: a Paws::ES::DeleteOutboundCrossClusterSearchConnectionResponse instance

Allows the source domain owner to delete an existing outbound cross-cluster search connection.

Each argument is described in detail in: Paws::ES::DeletePackage

Returns: a Paws::ES::DeletePackageResponse instance

Delete the package.

[MaxResults => Int]
[NextToken => Str]

Each argument is described in detail in: Paws::ES::DescribeDomainAutoTunes

Returns: a Paws::ES::DescribeDomainAutoTunesResponse instance

Provides scheduled Auto-Tune action details for the Elasticsearch domain, such as Auto-Tune action type, description, severity, and scheduled date.

Each argument is described in detail in: Paws::ES::DescribeElasticsearchDomain

Returns: a Paws::ES::DescribeElasticsearchDomainResponse instance

Returns domain configuration information about the specified Elasticsearch domain, including the domain ID, domain endpoint, and domain ARN.

Each argument is described in detail in: Paws::ES::DescribeElasticsearchDomainConfig

Returns: a Paws::ES::DescribeElasticsearchDomainConfigResponse instance

Provides cluster configuration information about the specified Elasticsearch domain, such as the state, creation date, update version, and update date for cluster options.

Each argument is described in detail in: Paws::ES::DescribeElasticsearchDomains

Returns: a Paws::ES::DescribeElasticsearchDomainsResponse instance

Returns domain configuration information about the specified Elasticsearch domains, including the domain ID, domain endpoint, and domain ARN.

[DomainName => Str]

Each argument is described in detail in: Paws::ES::DescribeElasticsearchInstanceTypeLimits

Returns: a Paws::ES::DescribeElasticsearchInstanceTypeLimitsResponse instance

Describe Elasticsearch Limits for a given InstanceType and ElasticsearchVersion. When modifying existing Domain, specify the " DomainName " to know what Limits are supported for modifying.

[Filters => ArrayRef[Paws::ES::Filter]]
[MaxResults => Int]
[NextToken => Str]

Each argument is described in detail in: Paws::ES::DescribeInboundCrossClusterSearchConnections

Returns: a Paws::ES::DescribeInboundCrossClusterSearchConnectionsResponse instance

Lists all the inbound cross-cluster search connections for a destination domain.

[Filters => ArrayRef[Paws::ES::Filter]]
[MaxResults => Int]
[NextToken => Str]

Each argument is described in detail in: Paws::ES::DescribeOutboundCrossClusterSearchConnections

Returns: a Paws::ES::DescribeOutboundCrossClusterSearchConnectionsResponse instance

Lists all the outbound cross-cluster search connections for a source domain.

[Filters => ArrayRef[Paws::ES::DescribePackagesFilter]]
[MaxResults => Int]
[NextToken => Str]

Each argument is described in detail in: Paws::ES::DescribePackages

Returns: a Paws::ES::DescribePackagesResponse instance

Describes all packages available to Amazon ES. Includes options for filtering, limiting the number of results, and pagination.

[MaxResults => Int]
[NextToken => Str]
[ReservedElasticsearchInstanceOfferingId => Str]

Each argument is described in detail in: Paws::ES::DescribeReservedElasticsearchInstanceOfferings

Returns: a Paws::ES::DescribeReservedElasticsearchInstanceOfferingsResponse instance

Lists available reserved Elasticsearch instance offerings.

[MaxResults => Int]
[NextToken => Str]
[ReservedElasticsearchInstanceId => Str]

Each argument is described in detail in: Paws::ES::DescribeReservedElasticsearchInstances

Returns: a Paws::ES::DescribeReservedElasticsearchInstancesResponse instance

Returns information about reserved Elasticsearch instances for this account.

Each argument is described in detail in: Paws::ES::DissociatePackage

Returns: a Paws::ES::DissociatePackageResponse instance

Dissociates a package from the Amazon ES domain.

[DomainName => Str]

Each argument is described in detail in: Paws::ES::GetCompatibleElasticsearchVersions

Returns: a Paws::ES::GetCompatibleElasticsearchVersionsResponse instance

Returns a list of upgrade compatible Elastisearch versions. You can optionally pass a " DomainName " to get all upgrade compatible Elasticsearch versions for that specific domain.

[MaxResults => Int]
[NextToken => Str]

Each argument is described in detail in: Paws::ES::GetPackageVersionHistory

Returns: a Paws::ES::GetPackageVersionHistoryResponse instance

Returns a list of versions of the package, along with their creation time and commit message.

[MaxResults => Int]
[NextToken => Str]

Each argument is described in detail in: Paws::ES::GetUpgradeHistory

Returns: a Paws::ES::GetUpgradeHistoryResponse instance

Retrieves the complete history of the last 10 upgrades that were performed on the domain.

Each argument is described in detail in: Paws::ES::GetUpgradeStatus

Returns: a Paws::ES::GetUpgradeStatusResponse instance

Retrieves the latest status of the last upgrade or upgrade eligibility check that was performed on the domain.

=>

Each argument is described in detail in: Paws::ES::ListDomainNames

Returns: a Paws::ES::ListDomainNamesResponse instance

Returns the name of all Elasticsearch domains owned by the current user's account.

[MaxResults => Int]
[NextToken => Str]

Each argument is described in detail in: Paws::ES::ListDomainsForPackage

Returns: a Paws::ES::ListDomainsForPackageResponse instance

Lists all Amazon ES domains associated with the package.

[DomainName => Str]
[MaxResults => Int]
[NextToken => Str]

Each argument is described in detail in: Paws::ES::ListElasticsearchInstanceTypes

Returns: a Paws::ES::ListElasticsearchInstanceTypesResponse instance

List all Elasticsearch instance types that are supported for given ElasticsearchVersion

[MaxResults => Int]
[NextToken => Str]

Each argument is described in detail in: Paws::ES::ListElasticsearchVersions

Returns: a Paws::ES::ListElasticsearchVersionsResponse instance

List all supported Elasticsearch versions

[MaxResults => Int]
[NextToken => Str]

Each argument is described in detail in: Paws::ES::ListPackagesForDomain

Returns: a Paws::ES::ListPackagesForDomainResponse instance

Lists all packages associated with the Amazon ES domain.

Each argument is described in detail in: Paws::ES::ListTags

Returns: a Paws::ES::ListTagsResponse instance

Returns all tags for the given Elasticsearch domain.

[InstanceCount => Int]

Each argument is described in detail in: Paws::ES::PurchaseReservedElasticsearchInstanceOffering

Returns: a Paws::ES::PurchaseReservedElasticsearchInstanceOfferingResponse instance

Allows you to purchase reserved Elasticsearch instances.

Each argument is described in detail in: Paws::ES::RejectInboundCrossClusterSearchConnection

Returns: a Paws::ES::RejectInboundCrossClusterSearchConnectionResponse instance

Allows the destination domain owner to reject an inbound cross-cluster search connection request.

Each argument is described in detail in: Paws::ES::RemoveTags

Returns: nothing

Removes the specified set of tags from the specified Elasticsearch domain.

Each argument is described in detail in: Paws::ES::StartElasticsearchServiceSoftwareUpdate

Returns: a Paws::ES::StartElasticsearchServiceSoftwareUpdateResponse instance

Schedules a service software update for an Amazon ES domain.

[AccessPolicies => Str]
[AdvancedOptions => Paws::ES::AdvancedOptions]
[AdvancedSecurityOptions => Paws::ES::AdvancedSecurityOptionsInput]
[AutoTuneOptions => Paws::ES::AutoTuneOptions]
[CognitoOptions => Paws::ES::CognitoOptions]
[DomainEndpointOptions => Paws::ES::DomainEndpointOptions]
[EBSOptions => Paws::ES::EBSOptions]
[ElasticsearchClusterConfig => Paws::ES::ElasticsearchClusterConfig]
[EncryptionAtRestOptions => Paws::ES::EncryptionAtRestOptions]
[LogPublishingOptions => Paws::ES::LogPublishingOptions]
[NodeToNodeEncryptionOptions => Paws::ES::NodeToNodeEncryptionOptions]
[SnapshotOptions => Paws::ES::SnapshotOptions]
[VPCOptions => Paws::ES::VPCOptions]

Each argument is described in detail in: Paws::ES::UpdateElasticsearchDomainConfig

Returns: a Paws::ES::UpdateElasticsearchDomainConfigResponse instance

Modifies the cluster configuration of the specified Elasticsearch domain, setting as setting the instance type and the number of instances.

[CommitMessage => Str]
[PackageDescription => Str]

Each argument is described in detail in: Paws::ES::UpdatePackage

Returns: a Paws::ES::UpdatePackageResponse instance

Updates a package for use with Amazon ES domains.

[PerformCheckOnly => Bool]

Each argument is described in detail in: Paws::ES::UpgradeElasticsearchDomain

Returns: a Paws::ES::UpgradeElasticsearchDomainResponse instance

Allows you to either upgrade your domain or perform an Upgrade eligibility check to a compatible Elasticsearch version.

Paginator methods are helpers that repetively call methods that return partial results

If passed a sub as first parameter, it will call the sub for each element found in :

 - ReservedElasticsearchInstanceOfferings, passing the object as the first parameter, and the string 'ReservedElasticsearchInstanceOfferings' as the second parameter

If not, it will return a a Paws::ES::DescribeReservedElasticsearchInstanceOfferingsResponse instance with all the "param"s; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.

If passed a sub as first parameter, it will call the sub for each element found in :

 - ReservedElasticsearchInstances, passing the object as the first parameter, and the string 'ReservedElasticsearchInstances' as the second parameter

If not, it will return a a Paws::ES::DescribeReservedElasticsearchInstancesResponse instance with all the "param"s; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.

If passed a sub as first parameter, it will call the sub for each element found in :

 - UpgradeHistories, passing the object as the first parameter, and the string 'UpgradeHistories' as the second parameter

If not, it will return a a Paws::ES::GetUpgradeHistoryResponse instance with all the "param"s; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.

If passed a sub as first parameter, it will call the sub for each element found in :

 - ElasticsearchInstanceTypes, passing the object as the first parameter, and the string 'ElasticsearchInstanceTypes' as the second parameter

If not, it will return a a Paws::ES::ListElasticsearchInstanceTypesResponse instance with all the "param"s; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.

If passed a sub as first parameter, it will call the sub for each element found in :

 - ElasticsearchVersions, passing the object as the first parameter, and the string 'ElasticsearchVersions' as the second parameter

If not, it will return a a Paws::ES::ListElasticsearchVersionsResponse instance with all the "param"s; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.

This service class forms part of Paws

The source code is located here: <https://github.com/pplu/aws-sdk-perl>

Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>

2022-06-01 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.