[][src]Crate rusoto_es

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. The guide also contains sample code for sending signed HTTP requests to the Elasticsearch 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 Regions and Endpoints.

If you're using the service, you're probably looking for EsClient and Es.

Structs

AccessPoliciesStatus

The configured access rules for the domain's document and search endpoints, and the current status of those rules.

AddTagsRequest

Container for the parameters to the AddTags operation. Specify the tags that you want to attach to the Elasticsearch domain.

AdditionalLimit

List of limits that are specific to a given InstanceType and for each of it's InstanceRole .

AdvancedOptionsStatus

Status of the advanced options for the specified Elasticsearch domain. Currently, the following advanced options are available:

  • Option to allow references to indices in an HTTP request body. Must be false when configuring access to individual sub-resources. By default, the value is true. See Configuration Advanced Options for more information.
  • Option to specify the percentage of heap space that is allocated to field data. By default, this setting is unbounded.

For more information, see Configuring Advanced Options.

CancelElasticsearchServiceSoftwareUpdateRequest

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

CancelElasticsearchServiceSoftwareUpdateResponse

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

CognitoOptions

Options to specify the Cognito user and identity pools for Kibana authentication. For more information, see Amazon Cognito Authentication for Kibana.

CognitoOptionsStatus

Status of the Cognito options for the specified Elasticsearch domain.

CompatibleVersionsMap

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

CreateElasticsearchDomainRequest
CreateElasticsearchDomainResponse

The result of a CreateElasticsearchDomain operation. Contains the status of the newly created Elasticsearch domain.

DeleteElasticsearchDomainRequest

Container for the parameters to the DeleteElasticsearchDomain operation. Specifies the name of the Elasticsearch domain that you want to delete.

DeleteElasticsearchDomainResponse

The result of a DeleteElasticsearchDomain request. Contains the status of the pending deletion, or no status if the domain and all of its resources have been deleted.

DescribeElasticsearchDomainConfigRequest

Container for the parameters to the DescribeElasticsearchDomainConfig operation. Specifies the domain name for which you want configuration information.

DescribeElasticsearchDomainConfigResponse

The result of a DescribeElasticsearchDomainConfig request. Contains the configuration information of the requested domain.

DescribeElasticsearchDomainRequest

Container for the parameters to the DescribeElasticsearchDomain operation.

DescribeElasticsearchDomainResponse

The result of a DescribeElasticsearchDomain request. Contains the status of the domain specified in the request.

DescribeElasticsearchDomainsRequest

Container for the parameters to the DescribeElasticsearchDomains operation. By default, the API returns the status of all Elasticsearch domains.

DescribeElasticsearchDomainsResponse

The result of a DescribeElasticsearchDomains request. Contains the status of the specified domains or all domains owned by the account.

DescribeElasticsearchInstanceTypeLimitsRequest

Container for the parameters to DescribeElasticsearchInstanceTypeLimits operation.

DescribeElasticsearchInstanceTypeLimitsResponse

Container for the parameters received from DescribeElasticsearchInstanceTypeLimits operation.

DescribeReservedElasticsearchInstanceOfferingsRequest

Container for parameters to DescribeReservedElasticsearchInstanceOfferings

DescribeReservedElasticsearchInstanceOfferingsResponse

Container for results from DescribeReservedElasticsearchInstanceOfferings

DescribeReservedElasticsearchInstancesRequest

Container for parameters to DescribeReservedElasticsearchInstances

DescribeReservedElasticsearchInstancesResponse

Container for results from DescribeReservedElasticsearchInstances

DomainEndpointOptions

Options to configure endpoint for the Elasticsearch domain.

DomainEndpointOptionsStatus

The configured endpoint options for the domain and their current status.

DomainInfo
EBSOptions

Options to enable, disable, and specify the properties of EBS storage volumes. For more information, see Configuring EBS-based Storage.

EBSOptionsStatus

Status of the EBS options for the specified Elasticsearch domain.

ElasticsearchClusterConfig

Specifies the configuration for the domain cluster, such as the type and number of instances.

ElasticsearchClusterConfigStatus

Specifies the configuration status for the specified Elasticsearch domain.

ElasticsearchDomainConfig

The configuration of an Elasticsearch domain.

ElasticsearchDomainStatus

The current status of an Elasticsearch domain.

ElasticsearchVersionStatus

Status of the Elasticsearch version options for the specified Elasticsearch domain.

EncryptionAtRestOptions

Specifies the Encryption At Rest Options.

EncryptionAtRestOptionsStatus

Status of the Encryption At Rest options for the specified Elasticsearch domain.

EsClient

A client for the Amazon Elasticsearch Service API.

GetCompatibleElasticsearchVersionsRequest

Container for request parameters to GetCompatibleElasticsearchVersions operation.

GetCompatibleElasticsearchVersionsResponse

Container for response returned by GetCompatibleElasticsearchVersions operation.

GetUpgradeHistoryRequest

Container for request parameters to GetUpgradeHistory operation.

GetUpgradeHistoryResponse

Container for response returned by GetUpgradeHistory operation.

GetUpgradeStatusRequest

Container for request parameters to GetUpgradeStatus operation.

GetUpgradeStatusResponse

Container for response returned by GetUpgradeStatus operation.

InstanceCountLimits

InstanceCountLimits represents the limits on number of instances that be created in Amazon Elasticsearch for given InstanceType.

InstanceLimits

InstanceLimits represents the list of instance related attributes that are available for given InstanceType.

Limits

Limits for given InstanceType and for each of it's role.
Limits contains following StorageTypes, InstanceLimits and AdditionalLimits

ListDomainNamesResponse

The result of a ListDomainNames operation. Contains the names of all Elasticsearch domains owned by this account.

ListElasticsearchInstanceTypesRequest

Container for the parameters to the ListElasticsearchInstanceTypes operation.

ListElasticsearchInstanceTypesResponse

Container for the parameters returned by ListElasticsearchInstanceTypes operation.

ListElasticsearchVersionsRequest

Container for the parameters to the ListElasticsearchVersions operation.

Use MaxResults to control the maximum number of results to retrieve in a single call.

Use NextToken in response to retrieve more results. If the received response does not contain a NextToken, then there are no more results to retrieve.

ListElasticsearchVersionsResponse

Container for the parameters for response received from ListElasticsearchVersions operation.

ListTagsRequest

Container for the parameters to the ListTags operation. Specify the ARN for the Elasticsearch domain to which the tags are attached that you want to view are attached.

ListTagsResponse

The result of a ListTags operation. Contains tags for all requested Elasticsearch domains.

LogPublishingOption

Log Publishing option that is set for given domain.
Attributes and their details:

  • CloudWatchLogsLogGroupArn: ARN of the Cloudwatch log group to which log needs to be published.
  • Enabled: Whether the log publishing for given log type is enabled or not

LogPublishingOptionsStatus

The configured log publishing options for the domain and their current status.

NodeToNodeEncryptionOptions

Specifies the node-to-node encryption options.

NodeToNodeEncryptionOptionsStatus

Status of the node-to-node encryption options for the specified Elasticsearch domain.

OptionStatus

Provides the current status of the entity.

PurchaseReservedElasticsearchInstanceOfferingRequest

Container for parameters to PurchaseReservedElasticsearchInstanceOffering

PurchaseReservedElasticsearchInstanceOfferingResponse

Represents the output of a PurchaseReservedElasticsearchInstanceOffering operation.

RecurringCharge

Contains the specific price and frequency of a recurring charges for a reserved Elasticsearch instance, or for a reserved Elasticsearch instance offering.

RemoveTagsRequest

Container for the parameters to the RemoveTags operation. Specify the ARN for the Elasticsearch domain from which you want to remove the specified TagKey.

ReservedElasticsearchInstance

Details of a reserved Elasticsearch instance.

ReservedElasticsearchInstanceOffering

Details of a reserved Elasticsearch instance offering.

ServiceSoftwareOptions

The current options of an Elasticsearch domain service software options.

SnapshotOptions

Specifies the time, in UTC format, when the service takes a daily automated snapshot of the specified Elasticsearch domain. Default value is 0 hours.

SnapshotOptionsStatus

Status of a daily automated snapshot.

StartElasticsearchServiceSoftwareUpdateRequest

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

StartElasticsearchServiceSoftwareUpdateResponse

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

StorageType

StorageTypes represents the list of storage related types and their attributes that are available for given InstanceType.

StorageTypeLimit

Limits that are applicable for given storage type.

Tag

Specifies a key value pair for a resource tag.

UpdateElasticsearchDomainConfigRequest

Container for the parameters to the UpdateElasticsearchDomain operation. Specifies the type and number of instances in the domain cluster.

UpdateElasticsearchDomainConfigResponse

The result of an UpdateElasticsearchDomain request. Contains the status of the Elasticsearch domain being updated.

UpgradeElasticsearchDomainRequest

Container for request parameters to UpgradeElasticsearchDomain operation.

UpgradeElasticsearchDomainResponse

Container for response returned by UpgradeElasticsearchDomain operation.

UpgradeHistory

History of the last 10 Upgrades and Upgrade Eligibility Checks.

UpgradeStepItem

Represents a single step of the Upgrade or Upgrade Eligibility Check workflow.

VPCDerivedInfo

Options to specify the subnets and security groups for VPC endpoint. For more information, see VPC Endpoints for Amazon Elasticsearch Service Domains.

VPCDerivedInfoStatus

Status of the VPC options for the specified Elasticsearch domain.

VPCOptions

Options to specify the subnets and security groups for VPC endpoint. For more information, see VPC Endpoints for Amazon Elasticsearch Service Domains.

ZoneAwarenessConfig

Specifies the zone awareness configuration for the domain cluster, such as the number of availability zones.

Enums

AddTagsError

Errors returned by AddTags

CancelElasticsearchServiceSoftwareUpdateError

Errors returned by CancelElasticsearchServiceSoftwareUpdate

CreateElasticsearchDomainError

Errors returned by CreateElasticsearchDomain

DeleteElasticsearchDomainError

Errors returned by DeleteElasticsearchDomain

DeleteElasticsearchServiceRoleError

Errors returned by DeleteElasticsearchServiceRole

DescribeElasticsearchDomainConfigError

Errors returned by DescribeElasticsearchDomainConfig

DescribeElasticsearchDomainError

Errors returned by DescribeElasticsearchDomain

DescribeElasticsearchDomainsError

Errors returned by DescribeElasticsearchDomains

DescribeElasticsearchInstanceTypeLimitsError

Errors returned by DescribeElasticsearchInstanceTypeLimits

DescribeReservedElasticsearchInstanceOfferingsError

Errors returned by DescribeReservedElasticsearchInstanceOfferings

DescribeReservedElasticsearchInstancesError

Errors returned by DescribeReservedElasticsearchInstances

GetCompatibleElasticsearchVersionsError

Errors returned by GetCompatibleElasticsearchVersions

GetUpgradeHistoryError

Errors returned by GetUpgradeHistory

GetUpgradeStatusError

Errors returned by GetUpgradeStatus

ListDomainNamesError

Errors returned by ListDomainNames

ListElasticsearchInstanceTypesError

Errors returned by ListElasticsearchInstanceTypes

ListElasticsearchVersionsError

Errors returned by ListElasticsearchVersions

ListTagsError

Errors returned by ListTags

PurchaseReservedElasticsearchInstanceOfferingError

Errors returned by PurchaseReservedElasticsearchInstanceOffering

RemoveTagsError

Errors returned by RemoveTags

StartElasticsearchServiceSoftwareUpdateError

Errors returned by StartElasticsearchServiceSoftwareUpdate

UpdateElasticsearchDomainConfigError

Errors returned by UpdateElasticsearchDomainConfig

UpgradeElasticsearchDomainError

Errors returned by UpgradeElasticsearchDomain

Traits

Es

Trait representing the capabilities of the Amazon Elasticsearch Service API. Amazon Elasticsearch Service clients implement this trait.