{ "version":"2.0", "metadata":{ "apiVersion":"2015-01-01", "endpointPrefix":"es", "protocol":"rest-json", "serviceFullName":"Amazon Elasticsearch Service", "signatureVersion":"v4" }, "operations":{ "AddTags":{ "name":"AddTags", "http":{ "method":"POST", "requestUri":"/2015-01-01/tags" }, "input":{"shape":"AddTagsRequest"}, "errors":[ {"shape":"BaseException"}, {"shape":"LimitExceededException"}, {"shape":"ValidationException"}, {"shape":"InternalException"} ], "documentation":"

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.

" }, "CreateElasticsearchDomain":{ "name":"CreateElasticsearchDomain", "http":{ "method":"POST", "requestUri":"/2015-01-01/es/domain" }, "input":{"shape":"CreateElasticsearchDomainRequest"}, "output":{"shape":"CreateElasticsearchDomainResponse"}, "errors":[ {"shape":"BaseException"}, {"shape":"DisabledOperationException"}, {"shape":"InternalException"}, {"shape":"InvalidTypeException"}, {"shape":"LimitExceededException"}, {"shape":"ResourceAlreadyExistsException"}, {"shape":"ValidationException"} ], "documentation":"

Creates a new Elasticsearch domain. For more information, see Creating Elasticsearch Domains in the Amazon Elasticsearch Service Developer Guide.

" }, "DeleteElasticsearchDomain":{ "name":"DeleteElasticsearchDomain", "http":{ "method":"DELETE", "requestUri":"/2015-01-01/es/domain/{DomainName}" }, "input":{"shape":"DeleteElasticsearchDomainRequest"}, "output":{"shape":"DeleteElasticsearchDomainResponse"}, "errors":[ {"shape":"BaseException"}, {"shape":"InternalException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ValidationException"} ], "documentation":"

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

" }, "DescribeElasticsearchDomain":{ "name":"DescribeElasticsearchDomain", "http":{ "method":"GET", "requestUri":"/2015-01-01/es/domain/{DomainName}" }, "input":{"shape":"DescribeElasticsearchDomainRequest"}, "output":{"shape":"DescribeElasticsearchDomainResponse"}, "errors":[ {"shape":"BaseException"}, {"shape":"InternalException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ValidationException"} ], "documentation":"

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

" }, "DescribeElasticsearchDomainConfig":{ "name":"DescribeElasticsearchDomainConfig", "http":{ "method":"GET", "requestUri":"/2015-01-01/es/domain/{DomainName}/config" }, "input":{"shape":"DescribeElasticsearchDomainConfigRequest"}, "output":{"shape":"DescribeElasticsearchDomainConfigResponse"}, "errors":[ {"shape":"BaseException"}, {"shape":"InternalException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ValidationException"} ], "documentation":"

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

" }, "DescribeElasticsearchDomains":{ "name":"DescribeElasticsearchDomains", "http":{ "method":"POST", "requestUri":"/2015-01-01/es/domain-info" }, "input":{"shape":"DescribeElasticsearchDomainsRequest"}, "output":{"shape":"DescribeElasticsearchDomainsResponse"}, "errors":[ {"shape":"BaseException"}, {"shape":"InternalException"}, {"shape":"ValidationException"} ], "documentation":"

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

" }, "ListDomainNames":{ "name":"ListDomainNames", "http":{ "method":"GET", "requestUri":"/2015-01-01/domain" }, "output":{"shape":"ListDomainNamesResponse"}, "errors":[ {"shape":"BaseException"}, {"shape":"ValidationException"} ], "documentation":"

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

" }, "ListTags":{ "name":"ListTags", "http":{ "method":"GET", "requestUri":"/2015-01-01/tags/" }, "input":{"shape":"ListTagsRequest"}, "output":{"shape":"ListTagsResponse"}, "errors":[ {"shape":"BaseException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ValidationException"}, {"shape":"InternalException"} ], "documentation":"

Returns all tags for the given Elasticsearch domain.

" }, "RemoveTags":{ "name":"RemoveTags", "http":{ "method":"POST", "requestUri":"/2015-01-01/tags-removal" }, "input":{"shape":"RemoveTagsRequest"}, "errors":[ {"shape":"BaseException"}, {"shape":"ValidationException"}, {"shape":"InternalException"} ], "documentation":"

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

" }, "UpdateElasticsearchDomainConfig":{ "name":"UpdateElasticsearchDomainConfig", "http":{ "method":"POST", "requestUri":"/2015-01-01/es/domain/{DomainName}/config" }, "input":{"shape":"UpdateElasticsearchDomainConfigRequest"}, "output":{"shape":"UpdateElasticsearchDomainConfigResponse"}, "errors":[ {"shape":"BaseException"}, {"shape":"InternalException"}, {"shape":"InvalidTypeException"}, {"shape":"LimitExceededException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ValidationException"} ], "documentation":"

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

" } }, "shapes":{ "ARN":{ "type":"string", "documentation":"

The Amazon Resource Name (ARN) of the Elasticsearch domain. See Identifiers for IAM Entities in Using AWS Identity and Access Management for more information.

" }, "AccessPoliciesStatus":{ "type":"structure", "required":[ "Options", "Status" ], "members":{ "Options":{ "shape":"PolicyDocument", "documentation":"

The access policy configured for the Elasticsearch domain. Access policies may be resource-based, IP-based, or IAM-based. See Configuring Access Policiesfor more information.

" }, "Status":{ "shape":"OptionStatus", "documentation":"

The status of the access policy for the Elasticsearch domain. See OptionStatus for the status information that's included.

" } }, "documentation":"

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

" }, "AddTagsRequest":{ "type":"structure", "required":[ "ARN", "TagList" ], "members":{ "ARN":{ "shape":"ARN", "documentation":"

Specify the ARN for which you want to add the tags.

" }, "TagList":{ "shape":"TagList", "documentation":"

List of Tag that need to be added for the Elasticsearch domain.

" } }, "documentation":"

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

" }, "AdvancedOptions":{ "type":"map", "key":{"shape":"String"}, "value":{"shape":"String"}, "documentation":"

Exposes select native Elasticsearch configuration values from elasticsearch.yml. Currently, the following advanced options are available:

For more information, see Configuring Advanced Options.

" }, "AdvancedOptionsStatus":{ "type":"structure", "required":[ "Options", "Status" ], "members":{ "Options":{ "shape":"AdvancedOptions", "documentation":"

Specifies the status of advanced options for the specified Elasticsearch domain.

" }, "Status":{ "shape":"OptionStatus", "documentation":"

Specifies the status of OptionStatus for advanced options for the specified Elasticsearch domain.

" } }, "documentation":"

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

For more information, see Configuring Advanced Options.

" }, "BaseException":{ "type":"structure", "members":{ "message":{ "shape":"ErrorMessage", "documentation":"

A description of the error.

" } }, "documentation":"

An error occurred while processing the request.

", "exception":true }, "Boolean":{"type":"boolean"}, "CreateElasticsearchDomainRequest":{ "type":"structure", "required":["DomainName"], "members":{ "DomainName":{ "shape":"DomainName", "documentation":"

The name of the Elasticsearch domain that you are creating. Domain names are unique across the domains owned by an account within an AWS region. Domain names must start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).

" }, "ElasticsearchVersion":{ "shape":"ElasticsearchVersionString", "documentation":"

String of format X.Y to specify version for the Elasticsearch domain eg. \"1.5\" or \"2.3\". For more information, see Creating Elasticsearch Domains in the Amazon Elasticsearch Service Developer Guide.

" }, "ElasticsearchClusterConfig":{ "shape":"ElasticsearchClusterConfig", "documentation":"

Configuration options for an Elasticsearch domain. Specifies the instance type and number of instances in the domain cluster.

" }, "EBSOptions":{ "shape":"EBSOptions", "documentation":"

Options to enable, disable and specify the type and size of EBS storage volumes.

" }, "AccessPolicies":{ "shape":"PolicyDocument", "documentation":"

IAM access policy as a JSON-formatted string.

" }, "SnapshotOptions":{ "shape":"SnapshotOptions", "documentation":"

Option to set time, in UTC format, of the daily automated snapshot. Default value is 0 hours.

" }, "AdvancedOptions":{ "shape":"AdvancedOptions", "documentation":"

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.

" } } }, "CreateElasticsearchDomainResponse":{ "type":"structure", "members":{ "DomainStatus":{ "shape":"ElasticsearchDomainStatus", "documentation":"

The status of the newly created Elasticsearch domain.

" } }, "documentation":"

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

" }, "DeleteElasticsearchDomainRequest":{ "type":"structure", "required":["DomainName"], "members":{ "DomainName":{ "shape":"DomainName", "documentation":"

The name of the Elasticsearch domain that you want to permanently delete.

", "location":"uri", "locationName":"DomainName" } }, "documentation":"

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

" }, "DeleteElasticsearchDomainResponse":{ "type":"structure", "members":{ "DomainStatus":{ "shape":"ElasticsearchDomainStatus", "documentation":"

The status of the Elasticsearch domain being deleted.

" } }, "documentation":"

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":{ "type":"structure", "required":["DomainName"], "members":{ "DomainName":{ "shape":"DomainName", "documentation":"

The Elasticsearch domain that you want to get information about.

", "location":"uri", "locationName":"DomainName" } }, "documentation":"

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

" }, "DescribeElasticsearchDomainConfigResponse":{ "type":"structure", "required":["DomainConfig"], "members":{ "DomainConfig":{ "shape":"ElasticsearchDomainConfig", "documentation":"

The configuration information of the domain requested in the DescribeElasticsearchDomainConfig request.

" } }, "documentation":"

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

" }, "DescribeElasticsearchDomainRequest":{ "type":"structure", "required":["DomainName"], "members":{ "DomainName":{ "shape":"DomainName", "documentation":"

The name of the Elasticsearch domain for which you want information.

", "location":"uri", "locationName":"DomainName" } }, "documentation":"

Container for the parameters to the DescribeElasticsearchDomain operation.

" }, "DescribeElasticsearchDomainResponse":{ "type":"structure", "required":["DomainStatus"], "members":{ "DomainStatus":{ "shape":"ElasticsearchDomainStatus", "documentation":"

The current status of the Elasticsearch domain.

" } }, "documentation":"

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

" }, "DescribeElasticsearchDomainsRequest":{ "type":"structure", "required":["DomainNames"], "members":{ "DomainNames":{ "shape":"DomainNameList", "documentation":"

The Elasticsearch domains for which you want information.

" } }, "documentation":"

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

" }, "DescribeElasticsearchDomainsResponse":{ "type":"structure", "required":["DomainStatusList"], "members":{ "DomainStatusList":{ "shape":"ElasticsearchDomainStatusList", "documentation":"

The status of the domains requested in the DescribeElasticsearchDomains request.

" } }, "documentation":"

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

" }, "DisabledOperationException":{ "type":"structure", "members":{ }, "documentation":"

An error occured because the client wanted to access a not supported operation. Gives http status code of 409.

", "error":{"httpStatusCode":409}, "exception":true }, "DomainId":{ "type":"string", "documentation":"

Unique identifier for an Elasticsearch domain.

", "max":64, "min":1 }, "DomainInfo":{ "type":"structure", "members":{ "DomainName":{ "shape":"DomainName", "documentation":"

Specifies the DomainName.

" } } }, "DomainInfoList":{ "type":"list", "member":{"shape":"DomainInfo"}, "documentation":"

Contains the list of Elasticsearch domain information.

" }, "DomainName":{ "type":"string", "documentation":"

The name of an Elasticsearch domain. Domain names are unique across the domains owned by an account within an AWS region. Domain names start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).

", "max":28, "min":3, "pattern":"[a-z][a-z0-9\\-]+" }, "DomainNameList":{ "type":"list", "member":{"shape":"DomainName"}, "documentation":"

A list of Elasticsearch domain names.

" }, "EBSOptions":{ "type":"structure", "members":{ "EBSEnabled":{ "shape":"Boolean", "documentation":"

Specifies whether EBS-based storage is enabled.

" }, "VolumeType":{ "shape":"VolumeType", "documentation":"

Specifies the volume type for EBS-based storage.

" }, "VolumeSize":{ "shape":"IntegerClass", "documentation":"

Integer to specify the size of an EBS volume.

" }, "Iops":{ "shape":"IntegerClass", "documentation":"

Specifies the IOPD for a Provisioned IOPS EBS volume (SSD).

" } }, "documentation":"

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

" }, "EBSOptionsStatus":{ "type":"structure", "required":[ "Options", "Status" ], "members":{ "Options":{ "shape":"EBSOptions", "documentation":"

Specifies the EBS options for the specified Elasticsearch domain.

" }, "Status":{ "shape":"OptionStatus", "documentation":"

Specifies the status of the EBS options for the specified Elasticsearch domain.

" } }, "documentation":"

Status of the EBS options for the specified Elasticsearch domain.

" }, "ESPartitionInstanceType":{ "type":"string", "enum":[ "m3.medium.elasticsearch", "m3.large.elasticsearch", "m3.xlarge.elasticsearch", "m3.2xlarge.elasticsearch", "m4.large.elasticsearch", "m4.xlarge.elasticsearch", "m4.2xlarge.elasticsearch", "m4.4xlarge.elasticsearch", "m4.10xlarge.elasticsearch", "t2.micro.elasticsearch", "t2.small.elasticsearch", "t2.medium.elasticsearch", "r3.large.elasticsearch", "r3.xlarge.elasticsearch", "r3.2xlarge.elasticsearch", "r3.4xlarge.elasticsearch", "r3.8xlarge.elasticsearch", "i2.xlarge.elasticsearch", "i2.2xlarge.elasticsearch" ] }, "ElasticsearchClusterConfig":{ "type":"structure", "members":{ "InstanceType":{ "shape":"ESPartitionInstanceType", "documentation":"

The instance type for an Elasticsearch cluster.

" }, "InstanceCount":{ "shape":"IntegerClass", "documentation":"

The number of instances in the specified domain cluster.

" }, "DedicatedMasterEnabled":{ "shape":"Boolean", "documentation":"

A boolean value to indicate whether a dedicated master node is enabled. See About Dedicated Master Nodes for more information.

" }, "ZoneAwarenessEnabled":{ "shape":"Boolean", "documentation":"

A boolean value to indicate whether zone awareness is enabled. See About Zone Awareness for more information.

" }, "DedicatedMasterType":{ "shape":"ESPartitionInstanceType", "documentation":"

The instance type for a dedicated master node.

" }, "DedicatedMasterCount":{ "shape":"IntegerClass", "documentation":"

Total number of dedicated master nodes, active and on standby, for the cluster.

" } }, "documentation":"

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

" }, "ElasticsearchClusterConfigStatus":{ "type":"structure", "required":[ "Options", "Status" ], "members":{ "Options":{ "shape":"ElasticsearchClusterConfig", "documentation":"

Specifies the cluster configuration for the specified Elasticsearch domain.

" }, "Status":{ "shape":"OptionStatus", "documentation":"

Specifies the status of the configuration for the specified Elasticsearch domain.

" } }, "documentation":"

Specifies the configuration status for the specified Elasticsearch domain.

" }, "ElasticsearchDomainConfig":{ "type":"structure", "members":{ "ElasticsearchVersion":{ "shape":"ElasticsearchVersionStatus", "documentation":"

String of format X.Y to specify version for the Elasticsearch domain.

" }, "ElasticsearchClusterConfig":{ "shape":"ElasticsearchClusterConfigStatus", "documentation":"

Specifies the ElasticsearchClusterConfig for the Elasticsearch domain.

" }, "EBSOptions":{ "shape":"EBSOptionsStatus", "documentation":"

Specifies the EBSOptions for the Elasticsearch domain.

" }, "AccessPolicies":{ "shape":"AccessPoliciesStatus", "documentation":"

IAM access policy as a JSON-formatted string.

" }, "SnapshotOptions":{ "shape":"SnapshotOptionsStatus", "documentation":"

Specifies the SnapshotOptions for the Elasticsearch domain.

" }, "AdvancedOptions":{ "shape":"AdvancedOptionsStatus", "documentation":"

Specifies the AdvancedOptions for the domain. See Configuring Advanced Options for more information.

" } }, "documentation":"

The configuration of an Elasticsearch domain.

" }, "ElasticsearchDomainStatus":{ "type":"structure", "required":[ "DomainId", "DomainName", "ARN", "ElasticsearchClusterConfig" ], "members":{ "DomainId":{ "shape":"DomainId", "documentation":"

The unique identifier for the specified Elasticsearch domain.

" }, "DomainName":{ "shape":"DomainName", "documentation":"

The name of an Elasticsearch domain. Domain names are unique across the domains owned by an account within an AWS region. Domain names start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).

" }, "ARN":{ "shape":"ARN", "documentation":"

The Amazon resource name (ARN) of an Elasticsearch domain. See Identifiers for IAM Entities in Using AWS Identity and Access Management for more information.

" }, "Created":{ "shape":"Boolean", "documentation":"

The domain creation status. True if the creation of an Elasticsearch domain is complete. False if domain creation is still in progress.

" }, "Deleted":{ "shape":"Boolean", "documentation":"

The domain deletion status. True if a delete request has been received for the domain but resource cleanup is still in progress. False if the domain has not been deleted. Once domain deletion is complete, the status of the domain is no longer returned.

" }, "Endpoint":{ "shape":"ServiceUrl", "documentation":"

The Elasticsearch domain endpoint that you use to submit index and search requests.

" }, "Processing":{ "shape":"Boolean", "documentation":"

The status of the Elasticsearch domain configuration. True if Amazon Elasticsearch Service is processing configuration changes. False if the configuration is active.

" }, "ElasticsearchVersion":{"shape":"ElasticsearchVersionString"}, "ElasticsearchClusterConfig":{ "shape":"ElasticsearchClusterConfig", "documentation":"

The type and number of instances in the domain cluster.

" }, "EBSOptions":{ "shape":"EBSOptions", "documentation":"

The EBSOptions for the specified domain. See Configuring EBS-based Storage for more information.

" }, "AccessPolicies":{ "shape":"PolicyDocument", "documentation":"

IAM access policy as a JSON-formatted string.

" }, "SnapshotOptions":{ "shape":"SnapshotOptions", "documentation":"

Specifies the status of the SnapshotOptions

" }, "AdvancedOptions":{ "shape":"AdvancedOptions", "documentation":"

Specifies the status of the AdvancedOptions

" } }, "documentation":"

The current status of an Elasticsearch domain.

" }, "ElasticsearchDomainStatusList":{ "type":"list", "member":{"shape":"ElasticsearchDomainStatus"}, "documentation":"

A list that contains the status of each requested Elasticsearch domain.

" }, "ElasticsearchVersionStatus":{ "type":"structure", "required":[ "Options", "Status" ], "members":{ "Options":{ "shape":"ElasticsearchVersionString", "documentation":"

Specifies the Elasticsearch version for the specified Elasticsearch domain.

" }, "Status":{ "shape":"OptionStatus", "documentation":"

Specifies the status of the Elasticsearch version options for the specified Elasticsearch domain.

" } }, "documentation":"

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

" }, "ElasticsearchVersionString":{"type":"string"}, "ErrorMessage":{"type":"string"}, "IntegerClass":{"type":"integer"}, "InternalException":{ "type":"structure", "members":{ }, "documentation":"

The request processing has failed because of an unknown error, exception or failure (the failure is internal to the service) . Gives http status code of 500.

", "error":{"httpStatusCode":500}, "exception":true }, "InvalidTypeException":{ "type":"structure", "members":{ }, "documentation":"

An exception for trying to create or access sub-resource that is either invalid or not supported. Gives http status code of 409.

", "error":{"httpStatusCode":409}, "exception":true }, "LimitExceededException":{ "type":"structure", "members":{ }, "documentation":"

An exception for trying to create more than allowed resources or sub-resources. Gives http status code of 409.

", "error":{"httpStatusCode":409}, "exception":true }, "ListDomainNamesResponse":{ "type":"structure", "members":{ "DomainNames":{ "shape":"DomainInfoList", "documentation":"

List of Elasticsearch domain names.

" } }, "documentation":"

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

" }, "ListTagsRequest":{ "type":"structure", "required":["ARN"], "members":{ "ARN":{ "shape":"ARN", "documentation":"

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

", "location":"querystring", "locationName":"arn" } }, "documentation":"

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":{ "type":"structure", "members":{ "TagList":{ "shape":"TagList", "documentation":"

List of Tag for the requested Elasticsearch domain.

" } }, "documentation":"

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

" }, "OptionState":{ "type":"string", "documentation":"

The state of a requested change. One of the following:

", "enum":[ "RequiresIndexDocuments", "Processing", "Active" ] }, "OptionStatus":{ "type":"structure", "required":[ "CreationDate", "UpdateDate", "State" ], "members":{ "CreationDate":{ "shape":"UpdateTimestamp", "documentation":"

Timestamp which tells the creation date for the entity.

" }, "UpdateDate":{ "shape":"UpdateTimestamp", "documentation":"

Timestamp which tells the last updated time for the entity.

" }, "UpdateVersion":{ "shape":"UIntValue", "documentation":"

Specifies the latest version for the entity.

" }, "State":{ "shape":"OptionState", "documentation":"

Provides the OptionState for the Elasticsearch domain.

" }, "PendingDeletion":{ "shape":"Boolean", "documentation":"

Indicates whether the Elasticsearch domain is being deleted.

" } }, "documentation":"

Provides the current status of the entity.

" }, "PolicyDocument":{ "type":"string", "documentation":"

Access policy rules for an Elasticsearch domain service endpoints. For more information, see Configuring Access Policies in the Amazon Elasticsearch Service Developer Guide. The maximum size of a policy document is 100 KB.

" }, "RemoveTagsRequest":{ "type":"structure", "required":[ "ARN", "TagKeys" ], "members":{ "ARN":{ "shape":"ARN", "documentation":"

Specifies the ARN for the Elasticsearch domain from which you want to delete the specified tags.

" }, "TagKeys":{ "shape":"StringList", "documentation":"

Specifies the TagKey list which you want to remove from the Elasticsearch domain.

" } }, "documentation":"

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

" }, "ResourceAlreadyExistsException":{ "type":"structure", "members":{ }, "documentation":"

An exception for creating a resource that already exists. Gives http status code of 400.

", "error":{"httpStatusCode":409}, "exception":true }, "ResourceNotFoundException":{ "type":"structure", "members":{ }, "documentation":"

An exception for accessing or deleting a resource that does not exist. Gives http status code of 400.

", "error":{"httpStatusCode":409}, "exception":true }, "ServiceUrl":{ "type":"string", "documentation":"

The endpoint to which service requests are submitted. For example, search-imdb-movies-oopcnjfn6ugofer3zx5iadxxca.eu-west-1.es.amazonaws.com or doc-imdb-movies-oopcnjfn6ugofer3zx5iadxxca.eu-west-1.es.amazonaws.com.

" }, "SnapshotOptions":{ "type":"structure", "members":{ "AutomatedSnapshotStartHour":{ "shape":"IntegerClass", "documentation":"

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

" } }, "documentation":"

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":{ "type":"structure", "required":[ "Options", "Status" ], "members":{ "Options":{ "shape":"SnapshotOptions", "documentation":"

Specifies the daily snapshot options specified for the Elasticsearch domain.

" }, "Status":{ "shape":"OptionStatus", "documentation":"

Specifies the status of a daily automated snapshot.

" } }, "documentation":"

Status of a daily automated snapshot.

" }, "String":{"type":"string"}, "StringList":{ "type":"list", "member":{"shape":"String"} }, "Tag":{ "type":"structure", "required":[ "Key", "Value" ], "members":{ "Key":{ "shape":"TagKey", "documentation":"

Specifies the TagKey, the name of the tag. Tag keys must be unique for the Elasticsearch domain to which they are attached.

" }, "Value":{ "shape":"TagValue", "documentation":"

Specifies the TagValue, the value assigned to the corresponding tag key. Tag values can be null and do not have to be unique in a tag set. For example, you can have a key value pair in a tag set of project : Trinity and cost-center : Trinity

" } }, "documentation":"

Specifies a key value pair for a resource tag.

" }, "TagKey":{ "type":"string", "documentation":"

A string of length from 1 to 128 characters that specifies the key for a Tag. Tag keys must be unique for the Elasticsearch domain to which they are attached.

", "max":128, "min":1 }, "TagList":{ "type":"list", "member":{"shape":"Tag"}, "documentation":"

A list of Tag

" }, "TagValue":{ "type":"string", "documentation":"

A string of length from 0 to 256 characters that specifies the value for a Tag. Tag values can be null and do not have to be unique in a tag set.

", "max":256, "min":0 }, "UIntValue":{ "type":"integer", "min":0 }, "UpdateElasticsearchDomainConfigRequest":{ "type":"structure", "required":["DomainName"], "members":{ "DomainName":{ "shape":"DomainName", "documentation":"

The name of the Elasticsearch domain that you are updating.

", "location":"uri", "locationName":"DomainName" }, "ElasticsearchClusterConfig":{ "shape":"ElasticsearchClusterConfig", "documentation":"

The type and number of instances to instantiate for the domain cluster.

" }, "EBSOptions":{ "shape":"EBSOptions", "documentation":"

Specify the type and size of the EBS volume that you want to use.

" }, "SnapshotOptions":{ "shape":"SnapshotOptions", "documentation":"

Option to set the time, in UTC format, for the daily automated snapshot. Default value is 0 hours.

" }, "AdvancedOptions":{ "shape":"AdvancedOptions", "documentation":"

Modifies the advanced 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.

" }, "AccessPolicies":{ "shape":"PolicyDocument", "documentation":"

IAM access policy as a JSON-formatted string.

" } }, "documentation":"

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

" }, "UpdateElasticsearchDomainConfigResponse":{ "type":"structure", "required":["DomainConfig"], "members":{ "DomainConfig":{ "shape":"ElasticsearchDomainConfig", "documentation":"

The status of the updated Elasticsearch domain.

" } }, "documentation":"

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

" }, "UpdateTimestamp":{"type":"timestamp"}, "ValidationException":{ "type":"structure", "members":{ }, "documentation":"

An exception for missing / invalid input fields. Gives http status code of 400.

", "error":{"httpStatusCode":400}, "exception":true }, "VolumeType":{ "type":"string", "documentation":"

The type of EBS volume, standard, gp2, or io1. See Configuring EBS-based Storagefor more information.

", "enum":[ "standard", "gp2", "io1" ] } }, "documentation":"Amazon Elasticsearch Configuration Service

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

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.

" }